canon: move to ui

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-07-15 09:19:51 +02:00
parent 8570d0cd6a
commit 7b93b50116
249 changed files with 9 additions and 9 deletions

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 127 KiB

@@ -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',
@@ -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';
@@ -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';
@@ -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';
@@ -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;
@@ -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