@gongsaero/design-system 0.2.68 → 0.2.70

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.
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from '..';
2
+ export declare const CrosshairSVG: ({ size, color, ...props }: SVGProps) => import("react/jsx-runtime").JSX.Element;
@@ -24,6 +24,7 @@ export { ClipboardSVG } from './ClipboardSVG';
24
24
  export { CloseSVG } from './CloseSVG';
25
25
  export { ContractSVG } from './ContractSVG';
26
26
  export { CopySVG } from './CopySVG';
27
+ export { CrosshairSVG } from './CrosshairSVG';
27
28
  export { CustomerServiceSVG } from './CustomerServiceSVG';
28
29
  export { DateSVG } from './DateSVG';
29
30
  export { DotsThreeVertical } from './DotsThreeVertical';
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from '..';
2
+ export declare const TaggingSvg: ({ size, color, stroke, ...props }: SVGProps) => import("react/jsx-runtime").JSX.Element;
@@ -31,5 +31,6 @@ export { ReNoticeSVG } from './ReNoticeSVG';
31
31
  export { SiteOfferSVG } from './SiteOfferSVG';
32
32
  export { SiteSVG } from './SiteSVG';
33
33
  export { SupplierCertiSVG } from './SupplierCertiSVG';
34
+ export { TaggingSvg } from './TaggingSVG';
34
35
  export { UsedTransactionSVG } from './UsedTransactionSVG';
35
36
  export { WebDevelopmentSVG } from './WebDevelopmentSVG';
@@ -3,18 +3,4 @@ export declare const args: {
3
3
  readonly color: "#50BB5E";
4
4
  readonly type: "solid";
5
5
  };
6
- export declare const badgeMeta: {
7
- component: import('react').FC<import('./types').BadgeProps>;
8
- parameters: {
9
- layout: string;
10
- design: {
11
- type: string;
12
- url: string;
13
- };
14
- };
15
- args: {
16
- readonly children: "배지";
17
- readonly color: "#50BB5E";
18
- readonly type: "solid";
19
- };
20
- };
6
+ export declare const badgeMeta: ComponentAnnotations<import('@storybook/react').ReactRenderer, import('react').ComponentProps<TCmpOrArgs>>;
@@ -4,19 +4,4 @@ export declare const args: {
4
4
  readonly disabled: false;
5
5
  readonly indeterminate: false;
6
6
  };
7
- export declare const checkboxMeta: {
8
- component: import('react').ForwardRefExoticComponent<import('./types').CheckboxProps & import('react').RefAttributes<import('rc-checkbox').CheckboxRef>>;
9
- parameters: {
10
- layout: string;
11
- design: {
12
- type: string;
13
- url: string;
14
- };
15
- };
16
- args: {
17
- readonly children: "체크박스";
18
- readonly checked: false;
19
- readonly disabled: false;
20
- readonly indeterminate: false;
21
- };
22
- };
7
+ export declare const checkboxMeta: ComponentAnnotations<import('@storybook/react').ReactRenderer, import('react').ComponentProps<TCmpOrArgs>>;
@@ -1,11 +1 @@
1
- export declare const datePickerMeta: {
2
- title: string;
3
- component: import('react').ForwardRefExoticComponent<import('./types').DatePickerProps & import('react').RefAttributes<import('rc-picker').PickerRef>>;
4
- parameters: {
5
- layout: string;
6
- design: {
7
- type: string;
8
- url: string;
9
- };
10
- };
11
- };
1
+ export declare const datePickerMeta: ComponentAnnotations<import('@storybook/react').ReactRenderer, import('react').ComponentProps<TCmpOrArgs>>;
@@ -6,21 +6,4 @@ export declare const args: {
6
6
  readonly status: undefined;
7
7
  readonly helpText: "도움말 텍스트입니다";
8
8
  };
9
- export declare const inputMeta: {
10
- component: import('react').ForwardRefExoticComponent<import('./types').InputProps & import('react').RefAttributes<import('rc-input').InputRef>>;
11
- parameters: {
12
- layout: string;
13
- design: {
14
- type: string;
15
- url: string;
16
- };
17
- };
18
- args: {
19
- readonly size: "md";
20
- readonly type: "text";
21
- readonly placeholder: "텍스트를 입력하세요";
22
- readonly disabled: false;
23
- readonly status: undefined;
24
- readonly helpText: "도움말 텍스트입니다";
25
- };
26
- };
9
+ export declare const inputMeta: ComponentAnnotations<import('@storybook/react').ReactRenderer, import('react').ComponentProps<TCmpOrArgs>>;
@@ -1,11 +1 @@
1
- export declare const paginationMeta: {
2
- title: string;
3
- component: ({ total, current, defaultCurrent, pageSize, defaultPageSize, onChange, onShowSizeChange, className, ...props }: import('./types').PaginationProps) => import("react/jsx-runtime").JSX.Element;
4
- parameters: {
5
- layout: string;
6
- design: {
7
- type: string;
8
- url: string;
9
- };
10
- };
11
- };
1
+ export declare const paginationMeta: ComponentAnnotations<import('@storybook/react').ReactRenderer, import('react').ComponentProps<TCmpOrArgs>>;
@@ -4,19 +4,4 @@ export declare const args: {
4
4
  readonly disabled: false;
5
5
  readonly value: "option1";
6
6
  };
7
- export declare const radioMeta: {
8
- component: import('react').ForwardRefExoticComponent<import('./types').RadioProps & import('react').RefAttributes<import('rc-checkbox').CheckboxRef>>;
9
- parameters: {
10
- layout: string;
11
- design: {
12
- type: string;
13
- url: string;
14
- };
15
- };
16
- args: {
17
- readonly children: "라디오 버튼";
18
- readonly checked: false;
19
- readonly disabled: false;
20
- readonly value: "option1";
21
- };
22
- };
7
+ export declare const radioMeta: ComponentAnnotations<import('@storybook/react').ReactRenderer, import('react').ComponentProps<TCmpOrArgs>>;
@@ -1,11 +1 @@
1
- export declare const selectMeta: {
2
- title: string;
3
- component: import('react').FC<import('./types').SelectProps>;
4
- parameters: {
5
- layout: string;
6
- design: {
7
- type: string;
8
- url: string;
9
- };
10
- };
11
- };
1
+ export declare const selectMeta: ComponentAnnotations<import('@storybook/react').ReactRenderer, import('react').ComponentProps<TCmpOrArgs>>;
@@ -3,18 +3,4 @@ export declare const args: {
3
3
  readonly size: "50";
4
4
  readonly mode: "modal";
5
5
  };
6
- export declare const spinMeta: {
7
- component: ({ size, mode, classNames, children, spinning, ...props }: import('./types').SpinProps) => import("react/jsx-runtime").JSX.Element;
8
- parameters: {
9
- layout: string;
10
- design: {
11
- type: string;
12
- url: string;
13
- };
14
- };
15
- args: {
16
- readonly spinning: true;
17
- readonly size: "50";
18
- readonly mode: "modal";
19
- };
20
- };
6
+ export declare const spinMeta: ComponentAnnotations<import('@storybook/react').ReactRenderer, import('react').ComponentProps<TCmpOrArgs>>;
@@ -3,18 +3,4 @@ export declare const args: {
3
3
  readonly columns: readonly [];
4
4
  readonly type: "detail";
5
5
  };
6
- export declare const tableMeta: {
7
- component: import('./types').TableWithSummary;
8
- parameters: {
9
- layout: string;
10
- design: {
11
- type: string;
12
- url: string;
13
- };
14
- };
15
- args: {
16
- readonly dataSource: readonly [];
17
- readonly columns: readonly [];
18
- readonly type: "detail";
19
- };
20
- };
6
+ export declare const tableMeta: ComponentAnnotations<import('@storybook/react').ReactRenderer, import('react').ComponentProps<TCmpOrArgs>>;
@@ -1,11 +1 @@
1
- export declare const toggleMeta: {
2
- title: string;
3
- component: ({ checked, defaultChecked, onChange, className, ...props }: import('./types').ToggleProps) => import("react/jsx-runtime").JSX.Element;
4
- parameters: {
5
- layout: string;
6
- design: {
7
- type: string;
8
- url: string;
9
- };
10
- };
11
- };
1
+ export declare const toggleMeta: ComponentAnnotations<import('@storybook/react').ReactRenderer, import('react').ComponentProps<TCmpOrArgs>>;
@@ -4,13 +4,4 @@ export declare const args: {
4
4
  readonly color: "#111111";
5
5
  readonly children: "타이포그래피 텍스트";
6
6
  };
7
- export declare const typographyMeta: {
8
- component: import('react').FC<import('./types').TypoProps>;
9
- parameters: {
10
- layout: string;
11
- design: {
12
- type: string;
13
- url: string;
14
- };
15
- };
16
- };
7
+ export declare const typographyMeta: ComponentAnnotations<import('@storybook/react').ReactRenderer, import('react').ComponentProps<TCmpOrArgs>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gongsaero/design-system",
3
- "version": "0.2.68",
3
+ "version": "0.2.70",
4
4
  "description": "공새로 디자인 시스템",
5
5
  "author": "sungwoo",
6
6
  "license": "MIT",
@@ -59,11 +59,11 @@
59
59
  "prettier": "^3.5.3",
60
60
  "react": "^18.2.0",
61
61
  "react-dom": "^18.2.0",
62
- "storybook": "^8.6.12",
62
+ "storybook": "10.1.10",
63
63
  "tslib": "^2.8.1",
64
64
  "typescript": "^5.8.3",
65
65
  "typescript-eslint": "^8.13.0",
66
- "vite": "^6.3.2",
66
+ "vite": "7.1.11",
67
67
  "vite-plugin-dts": "^4.5.3",
68
68
  "vite-tsconfig-paths": "^5.1.0",
69
69
  "vitest": "^3.1.2"