@zenkigen-inc/component-ui 1.10.1 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const isAsciiString: (str: string) => boolean;
3
2
  type Props = {
4
3
  size?: 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
@@ -1,7 +1,5 @@
1
1
  import type { PropsWithChildren } from 'react';
2
2
  export declare function Breadcrumb({ children }: PropsWithChildren): import("react").JSX.Element;
3
3
  export declare namespace Breadcrumb {
4
- var Item: ({ children }: {
5
- children?: import("react").ReactNode;
6
- }) => import("react").JSX.Element;
4
+ var Item: ({ children }: PropsWithChildren) => import("react").JSX.Element;
7
5
  }
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const CheckedIcon: () => import("react").JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const MinusIcon: () => import("react").JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type Props = {
3
2
  value: number;
4
3
  isEditable?: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { IconName } from '@zenkigen-inc/component-icons';
3
2
  import { iconColors } from '@zenkigen-inc/component-theme';
4
3
  type Size = 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { IconName } from '@zenkigen-inc/component-icons';
3
2
  type Size = 'small' | 'medium' | 'large';
4
3
  type Variant = 'outline' | 'text';