|
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 127 KiB |
+1
-1
@@ -16,7 +16,7 @@
|
||||
|
||||
import type { Meta, StoryObj } from '@storybook/react';
|
||||
import { Avatar } from './index';
|
||||
import { Flex } from '../../';
|
||||
import { Flex } from '../..';
|
||||
|
||||
const meta = {
|
||||
title: 'Components/Avatar',
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { Breakpoint } from '../../';
|
||||
import { Breakpoint } from '../..';
|
||||
import { ReactElement, ReactNode } from 'react';
|
||||
import { ButtonProps as RAButtonProps } from 'react-aria-components';
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { Breakpoint } from '../../';
|
||||
import { Breakpoint } from '../..';
|
||||
import { ReactElement } from 'react';
|
||||
import { ButtonProps as RAButtonProps } from 'react-aria-components';
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { Breakpoint } from '../../';
|
||||
import { Breakpoint } from '../..';
|
||||
import { ReactElement, ReactNode } from 'react';
|
||||
import { LinkProps as RALinkProps } from 'react-aria-components';
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@
|
||||
|
||||
import type { Meta, StoryObj } from '@storybook/react';
|
||||
import { Card, CardHeader, CardBody, CardFooter } from './Card';
|
||||
import { IconNames, Text } from '../../';
|
||||
import { IconNames, Text } from '../..';
|
||||
|
||||
export interface ListItem {
|
||||
id: string;
|
||||
+1
-1
@@ -16,7 +16,7 @@
|
||||
|
||||
import { forwardRef } from 'react';
|
||||
import { Checkbox as CheckboxPrimitive } from '@base-ui-components/react/checkbox';
|
||||
import { Icon } from '../../';
|
||||
import { Icon } from '../..';
|
||||
import type { CheckboxProps } from './types';
|
||||
import { useStyles } from '../../hooks/useStyles';
|
||||
import clsx from 'clsx';
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user