@croquiscom/pds 8.14.0 → 8.15.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.
Files changed (140) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +5 -5
  3. package/assets/icons/ColoredMegaphone.svg +5 -0
  4. package/assets/icons/ColoredRocket.svg +17 -0
  5. package/dist/components/badge/Badge.d.ts +2 -2
  6. package/dist/components/badge/Badge.stories.d.ts +8 -7
  7. package/dist/components/banner/Banner.d.ts +1 -1
  8. package/dist/components/banner/Banner.stories.d.ts +14 -13
  9. package/dist/components/bottom-sheet/BottomSheet.d.ts +2 -2
  10. package/dist/components/bottom-sheet/BottomSheet.stories.d.ts +9 -9
  11. package/dist/components/button/AccordionButton.stories.d.ts +8 -7
  12. package/dist/components/button/Button.stories.d.ts +16 -16
  13. package/dist/components/button/IconButton.stories.d.ts +7 -7
  14. package/dist/components/button/TextButton.stories.d.ts +12 -11
  15. package/dist/components/category-selector/CategorySelector.d.ts +2 -2
  16. package/dist/components/category-selector/CategorySelector.stories.d.ts +8 -8
  17. package/dist/components/category-selector/ChipsDropdown.d.ts +1 -1
  18. package/dist/components/category-selector/List.d.ts +2 -2
  19. package/dist/components/category-selector/ListItem.d.ts +2 -2
  20. package/dist/components/checkbox/Checkbox.stories.d.ts +12 -14
  21. package/dist/components/checkbox/CheckboxGroup.stories.d.ts +13 -12
  22. package/dist/components/chip/Chip.stories.d.ts +6 -6
  23. package/dist/components/column-view-controller/ColumnViewController.stories.d.ts +9 -9
  24. package/dist/components/date-picker/Caption.d.ts +2 -2
  25. package/dist/components/date-picker/DatePicker.d.ts +2 -2
  26. package/dist/components/date-picker/DatePicker.stories.d.ts +19 -19
  27. package/dist/components/date-picker/DatePickerIcon.d.ts +2 -2
  28. package/dist/components/date-picker/DatePickerMask.d.ts +12 -5
  29. package/dist/components/date-picker/DateRangePicker.d.ts +2 -2
  30. package/dist/components/date-picker/DateRangePicker.stories.d.ts +21 -21
  31. package/dist/components/date-picker/DateRangePreset.d.ts +2 -2
  32. package/dist/components/date-picker/DateUnitPicker.d.ts +2 -2
  33. package/dist/components/date-picker/DateUnitPicker.stories.d.ts +12 -12
  34. package/dist/components/date-picker/DayPickerOverlay.d.ts +1 -1
  35. package/dist/components/date-picker/YearMonthCalendar.d.ts +2 -2
  36. package/dist/components/date-picker/YearMonthCaption.d.ts +2 -2
  37. package/dist/components/divider/Divider.d.ts +1 -1
  38. package/dist/components/divider/Divider.stories.d.ts +9 -11
  39. package/dist/components/drawer/Drawer.stories.d.ts +9 -11
  40. package/dist/components/dropdown/Dropdown.d.ts +2 -2
  41. package/dist/components/dropdown/Dropdown.stories.d.ts +15 -15
  42. package/dist/components/dropdown/DropdownArrowButton.d.ts +2 -2
  43. package/dist/components/dropdown/DropdownInput.d.ts +1 -1
  44. package/dist/components/dropdown/DropdownInput.stories.d.ts +15 -15
  45. package/dist/components/file-upload/FileUpload.d.ts +1 -1
  46. package/dist/components/file-upload/FileUpload.stories.d.ts +12 -12
  47. package/dist/components/file-upload/FileUploadButton.d.ts +2 -2
  48. package/dist/components/file-upload/FileUploadButton.stories.d.ts +8 -7
  49. package/dist/components/form/FormField.d.ts +2 -2
  50. package/dist/components/form/FormField.stories.d.ts +11 -11
  51. package/dist/components/form/FormHelperText.stories.d.ts +9 -8
  52. package/dist/components/form/FormLabel.stories.d.ts +10 -9
  53. package/dist/components/icons/Icon.stories.d.ts +7 -33
  54. package/dist/components/icons/generated/ColoredMegaphone.d.ts +4 -0
  55. package/dist/components/icons/generated/ColoredRocket.d.ts +4 -0
  56. package/dist/components/icons/generated/index.d.ts +2 -0
  57. package/dist/components/images/Image.stories.d.ts +7 -13
  58. package/dist/components/input/Input.stories.d.ts +21 -20
  59. package/dist/components/input/InputAffix.d.ts +2 -2
  60. package/dist/components/input/NumericInput.stories.d.ts +16 -16
  61. package/dist/components/list/List.d.ts +2 -2
  62. package/dist/components/list/List.stories.d.ts +8 -7
  63. package/dist/components/list-item/ListItem.d.ts +2 -2
  64. package/dist/components/list-item/ListItem.stories.d.ts +11 -10
  65. package/dist/components/menu/Menu.stories.d.ts +9 -9
  66. package/dist/components/modal/AlertModal.d.ts +2 -2
  67. package/dist/components/modal/AlertModal.stories.d.ts +10 -10
  68. package/dist/components/modal/ConfirmModal.d.ts +1 -1
  69. package/dist/components/modal/ConfirmModal.stories.d.ts +10 -10
  70. package/dist/components/modal/Modal.d.ts +1 -1
  71. package/dist/components/modal/Modal.stories.d.ts +22 -22
  72. package/dist/components/modal/ModalOverlay.d.ts +2 -2
  73. package/dist/components/modal/NoticeModal.stories.d.ts +6 -5
  74. package/dist/components/notification/Notification.stories.d.ts +9 -8
  75. package/dist/components/page-indicator/PageIndicator.stories.d.ts +7 -6
  76. package/dist/components/pagination/Pagination.d.ts +2 -2
  77. package/dist/components/pagination/Pagination.stories.d.ts +11 -10
  78. package/dist/components/pagination/PaginationArrow.d.ts +2 -2
  79. package/dist/components/pagination/PaginationArrow.stories.d.ts +6 -5
  80. package/dist/components/popover/Popover.stories.d.ts +14 -41
  81. package/dist/components/popover/PopoverBase.d.ts +1 -1
  82. package/dist/components/popover/PopoverRoundedBase.d.ts +1 -1
  83. package/dist/components/provider/Provider.d.ts +1 -1
  84. package/dist/components/radio/BoxRadioGroup.stories.d.ts +12 -13
  85. package/dist/components/radio/Radio.stories.d.ts +10 -9
  86. package/dist/components/radio/RadioGroup.stories.d.ts +12 -13
  87. package/dist/components/stack/HStack.d.ts +1 -1
  88. package/dist/components/stack/HStack.stories.d.ts +8 -10
  89. package/dist/components/stack/VStack.d.ts +1 -1
  90. package/dist/components/stack/VStack.stories.d.ts +8 -10
  91. package/dist/components/switch/Switch.stories.d.ts +6 -5
  92. package/dist/components/table/DataTable.stories.d.ts +30 -32
  93. package/dist/components/table/DataTableHeader.d.ts +2 -2
  94. package/dist/components/table/DataTableRows.d.ts +2 -2
  95. package/dist/components/table/Table.stories.d.ts +6 -5
  96. package/dist/components/table/TableColGroup.d.ts +2 -2
  97. package/dist/components/table/TableSortIndicator.d.ts +2 -2
  98. package/dist/components/table/styles.d.ts +1 -1
  99. package/dist/components/tabs/LineTab.d.ts +2 -2
  100. package/dist/components/tabs/LineTabs.d.ts +1 -1
  101. package/dist/components/tabs/PanelTabs/PanelTab.d.ts +2 -2
  102. package/dist/components/tabs/PanelTabs/PanelTab.stories.d.ts +6 -6
  103. package/dist/components/tabs/PanelTabs/PanelTabGroup.d.ts +2 -2
  104. package/dist/components/tabs/PanelTabs/PanelTabGroup.stories.d.ts +7 -6
  105. package/dist/components/tabs/PanelTabs/PanelTabs.d.ts +1 -1
  106. package/dist/components/tabs/PanelTabs/PanelTabs.stories.d.ts +8 -7
  107. package/dist/components/tabs/Tabs.stories.d.ts +10 -9
  108. package/dist/components/text/BaseText.stories.d.ts +8 -7
  109. package/dist/components/text/HelpText.stories.d.ts +6 -5
  110. package/dist/components/textarea/Textarea.stories.d.ts +15 -14
  111. package/dist/components/time-picker/TimePicker.d.ts +2 -2
  112. package/dist/components/time-picker/TimePicker.stories.d.ts +12 -12
  113. package/dist/components/time-picker/TimePickerIcon.d.ts +2 -2
  114. package/dist/components/time-picker/TimePickerOptions.d.ts +2 -2
  115. package/dist/components/time-picker/TimePickerOverlay.d.ts +1 -1
  116. package/dist/components/time-picker/TimeRangePicker.d.ts +2 -2
  117. package/dist/components/time-picker/TimeRangePicker.stories.d.ts +11 -11
  118. package/dist/components/toast/Toast.stories.d.ts +12 -11
  119. package/dist/components/tooltip/Tooltip.d.ts +1 -1
  120. package/dist/components/tooltip/Tooltip.stories.d.ts +11 -10
  121. package/dist/components/tooltip/TooltipBase.d.ts +1 -1
  122. package/dist/container/footer/Footer.d.ts +4 -4
  123. package/dist/container/footer/Footer.stories.d.ts +5 -5
  124. package/dist/container/page-header/PageHeader.d.ts +2 -2
  125. package/dist/container/page-header/PageHeader.stories.d.ts +9 -8
  126. package/dist/container/section-title/SectionTitle.d.ts +2 -2
  127. package/dist/container/section-title/SectionTitle.stories.d.ts +10 -9
  128. package/dist/container/state/State.d.ts +2 -2
  129. package/dist/container/state/State.stories.d.ts +8 -7
  130. package/dist/container/top-navigation/TopNavigation.d.ts +2 -1
  131. package/dist/container/top-navigation/TopNavigation.stories.d.ts +12 -12
  132. package/dist/container/topBar/TopBar.d.ts +4 -4
  133. package/dist/container/topBar/TopBar.stories.d.ts +6 -6
  134. package/dist/global_style/GlobalStyle.d.ts +2 -2
  135. package/dist/index.es.js +17 -8
  136. package/dist/index.es.js.map +1 -1
  137. package/dist/index.js +17 -8
  138. package/dist/index.js.map +1 -1
  139. package/dist/stories/Box.d.ts +1 -1
  140. package/package.json +17 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 8.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8a1e3b1: ColoredMegaphone, ColoredRocket 아이콘 추가
8
+
9
+ ## 8.14.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 234f4d2: storybook 8.0.5 업데이트
14
+
3
15
  ## 8.14.0
4
16
 
5
17
  ### Minor Changes
package/README.md CHANGED
@@ -38,7 +38,7 @@ const StyledText = styled.p`
38
38
 
39
39
  ### 요구되는 개발 환경
40
40
 
41
- Node.js v14+, Yarn v1.22+
41
+ Node.js v20+, Yarn v1.22+
42
42
 
43
43
  로컬에 클론된 레포지토리로 이동하여, node_modules를 설치합니다.
44
44
 
@@ -63,22 +63,22 @@ yarn storybook
63
63
  │ │ ├──[COMPONENT]
64
64
  │ │ │ ├── index.ts
65
65
  │ │ │ ├── [COMPONENT].tsx
66
- │ │ │ ├── [COMPONENT].stories.mdx
66
+ │ │ │ ├── [COMPONENT].mdx
67
67
  │ │ │ ├── types.ts
68
68
  │ │ │ └── styles.ts
69
69
  │ │ ├── icons
70
70
  │ │ │ ├── generated
71
71
  │ │ │ ├── Icon.stories.tsx
72
- │ │ │ └── Icons.stories.mdx
72
+ │ │ │ └── Icons.mdx
73
73
  │ │ ├── images
74
74
  │ │ │ ├── generated
75
75
  │ │ │ ├── Image.stories.tsx
76
- │ │ │ └── Images.stories.mdx
76
+ │ │ │ └── Images.mdx
77
77
  │ ├── container
78
78
  │ │ ├──[CONTAINER]
79
79
  │ │ │ ├── index.ts
80
80
  │ │ │ ├── [CONTAINER].tsx
81
- │ │ │ ├── [CONTAINER].stories.mdx
81
+ │ │ │ ├── [CONTAINER].mdx
82
82
  │ │ │ ├── types.ts
83
83
  │ │ │ └── styles.ts
84
84
  │ ├── constants
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.3493 16.1832L9.25293 12.7169L9.28691 6.44116L18.4173 3.07674C19.2216 2.78221 20.0598 3.37127 20.0598 4.2322L20.0032 15.0618C20.0032 15.9114 19.1423 16.5004 18.3493 16.1946V16.1832Z" fill="#91D6A7"/>
3
+ <path d="M6.14919 6.42991H9.28704L9.25306 12.7283H6.1152C4.39334 12.6943 3 11.2783 3 9.54511C3 7.81192 4.416 6.41858 6.14919 6.41858V6.42991Z" fill="#5AC27C"/>
4
+ <path d="M9.86509 19.8989H8.13191C7.7241 19.8989 7.3616 19.6043 7.27098 19.2078L5.68506 12.7056L9.27604 12.7282L10.76 18.8C10.8733 19.2758 10.5788 19.7629 10.103 19.8875C10.035 19.9102 9.95572 19.9102 9.88775 19.9102L9.86509 19.8989Z" fill="#23AE50"/>
5
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_6060_21717)">
3
+ <path d="M6.80521 13.8723L10.1277 17.1948C10.1277 17.1948 5.74461 19.9005 4.91127 19.0563C4.07794 18.2121 6.80521 13.8723 6.80521 13.8723Z" fill="#FBD05E"/>
4
+ <path d="M7.50862 14.5758L9.42421 16.4913C9.42421 16.4913 6.89174 18.0498 6.40473 17.5628C5.91772 17.0758 7.4978 14.5649 7.4978 14.5649L7.50862 14.5758Z" fill="#F9B75F"/>
5
+ <path d="M8.51515 9.17529L2 11.4588L7.34632 14.5541L8.51515 9.17529Z" fill="#E15244"/>
6
+ <path d="M14.8138 15.4849L12.541 22L9.4458 16.6429L14.8138 15.4849Z" fill="#E15244"/>
7
+ <path d="M16.3183 2.16235C14.3486 2.59525 12.065 3.94807 9.52175 6.87015C6.61049 10.2035 6.0369 12.8442 6.69707 14.2295C7.16244 15.2143 8.80746 16.7836 9.77067 17.303C11.1235 18.0282 13.7966 17.3896 17.13 14.4784C20.0521 11.9351 21.4049 9.65153 21.8378 7.68183L16.3183 2.16235Z" fill="#E0E0E4"/>
8
+ <path d="M21.1236 3.0065C21.1236 3.0065 21.0262 2.89827 20.9937 2.87663C19.7166 2.16234 18.1474 1.76191 16.3184 2.16234L21.8378 7.68182C22.2383 5.85282 21.8378 4.28355 21.1236 3.01732V3.0065Z" fill="#5A6175"/>
9
+ <path d="M15.4848 11.3181C17.0388 11.3181 18.2986 10.0583 18.2986 8.50428C18.2986 6.95023 17.0388 5.69043 15.4848 5.69043C13.9307 5.69043 12.6709 6.95023 12.6709 8.50428C12.6709 10.0583 13.9307 11.3181 15.4848 11.3181Z" fill="#5A6175"/>
10
+ <path d="M15.5 10C16.3284 10 17 9.32843 17 8.5C17 7.67157 16.3284 7 15.5 7C14.6716 7 14 7.67157 14 8.5C14 9.32843 14.6716 10 15.5 10Z" fill="white"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="clip0_6060_21717">
14
+ <rect width="20" height="20" fill="white" transform="translate(2 2)"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
@@ -1,4 +1,4 @@
1
- import { PropsWithChildren, ReactElement } from 'react';
1
+ import React, { PropsWithChildren, ReactElement } from 'react';
2
2
  import { BadgeKind, BadgeColor, BadgeSize } from './types';
3
3
  import { IconProps } from '../icons/generated';
4
4
  export interface BadgeProps {
@@ -16,4 +16,4 @@ export interface BadgeProps {
16
16
  */
17
17
  icon?: ReactElement<IconProps>;
18
18
  }
19
- export declare const Badge: ({ className, kind, size, color, icon, children, }: PropsWithChildren<BadgeProps>) => JSX.Element;
19
+ export declare const Badge: ({ className, kind, size, color, icon, children, }: PropsWithChildren<BadgeProps>) => React.JSX.Element;
@@ -1,7 +1,8 @@
1
- import React from 'react';
2
- import { ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<({ className, kind, size, color, icon, children, }: React.PropsWithChildren<import("./Badge").BadgeProps>) => JSX.Element>;
4
- export default _default;
5
- export declare const Outline: any;
6
- export declare const Fill: any;
7
- export declare const Icon: () => JSX.Element;
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import { Badge } from './Badge';
3
+ declare const meta: Meta<typeof Badge>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Badge>;
6
+ export declare const Outline: Story;
7
+ export declare const Fill: Story;
8
+ export declare const Icon: Story;
@@ -36,4 +36,4 @@ export interface BannerProps {
36
36
  closeButton?: boolean;
37
37
  onClose?: () => void;
38
38
  }
39
- export declare const Banner: ({ className, kind, size, iconComponent, showIcon, title, message, actions, closeButton, onClose, }: BannerProps) => JSX.Element;
39
+ export declare const Banner: ({ className, kind, size, iconComponent, showIcon, title, message, actions, closeButton, onClose, }: BannerProps) => React.JSX.Element;
@@ -1,13 +1,14 @@
1
- /// <reference types="react" />
2
- import { ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<({ className, kind, size, iconComponent, showIcon, title, message, actions, closeButton, onClose, }: import("./Banner").BannerProps) => JSX.Element>;
4
- export default _default;
5
- export declare const Base: any;
6
- export declare const NoTitle: any;
7
- export declare const NoBodyText: any;
8
- export declare const NoIcon: any;
9
- export declare const WithActionClose: any;
10
- export declare const Kind: () => JSX.Element;
11
- export declare const Size: () => JSX.Element;
12
- export declare const CustomIcon: () => JSX.Element;
13
- export declare const WordBreak: () => JSX.Element;
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import { Banner } from './Banner';
3
+ declare const meta: Meta<typeof Banner>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Banner>;
6
+ export declare const Base: Story;
7
+ export declare const NoTitle: Story;
8
+ export declare const NoBodyText: Story;
9
+ export declare const NoIcon: Story;
10
+ export declare const WithActionClose: Story;
11
+ export declare const Kind: Story;
12
+ export declare const Size: Story;
13
+ export declare const CustomIcon: Story;
14
+ export declare const WordBreak: Story;
@@ -1,4 +1,4 @@
1
- import { ReactNode } from 'react';
1
+ import React, { ReactNode } from 'react';
2
2
  import { SpaceProps } from '../../styles';
3
3
  export type BottomSheetContentWithCloseAction = (action: {
4
4
  close(): void;
@@ -42,4 +42,4 @@ export interface BottomSheetProps {
42
42
  }
43
43
  export declare const MIN_BOTTOM_SHEET_Y = 44;
44
44
  export declare const HANDLE_AREA_HEIGHT = 28;
45
- export declare const BottomSheet: ({ className, zIndex, opened: openProp, canClickOutside, canCloseEscapeKey, canDragClose, title, subTitle, content, contentProps, onClose, }: BottomSheetProps) => JSX.Element;
45
+ export declare const BottomSheet: ({ className, zIndex, opened: openProp, canClickOutside, canCloseEscapeKey, canDragClose, title, subTitle, content, contentProps, onClose, }: BottomSheetProps) => React.JSX.Element;
@@ -1,10 +1,10 @@
1
- /// <reference types="react" />
2
- import { ComponentStory, ComponentMeta } from '@storybook/react';
1
+ import type { Meta, StoryObj } from '@storybook/react';
3
2
  import { BottomSheet } from './BottomSheet';
4
- declare const _default: ComponentMeta<({ className, zIndex, opened: openProp, canClickOutside, canCloseEscapeKey, canDragClose, title, subTitle, content, contentProps, onClose, }: import("./BottomSheet").BottomSheetProps) => JSX.Element>;
5
- export default _default;
6
- export declare const Base: any;
7
- export declare const MaxHeight: ComponentStory<typeof BottomSheet>;
8
- export declare const DisabledCloseDimClick: any;
9
- export declare const DisabledCloseDrag: any;
10
- export declare const ContentWithCloseAction: ComponentStory<typeof BottomSheet>;
3
+ declare const meta: Meta<typeof BottomSheet>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof BottomSheet>;
6
+ export declare const Base: Story;
7
+ export declare const MaxHeight: Story;
8
+ export declare const DisabledCloseDimClick: Story;
9
+ export declare const DisabledCloseDrag: Story;
10
+ export declare const ContentWithCloseAction: Story;
@@ -1,7 +1,8 @@
1
- import React from 'react';
2
- import { ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("./AccordionButton").AccordionButtonProps & React.RefAttributes<HTMLButtonElement>>>;
4
- export default _default;
5
- export declare const Base: any;
6
- export declare const Disabled: any;
7
- export declare const WithTooltip: any;
1
+ import { AccordionButton } from './AccordionButton';
2
+ import type { Meta, StoryObj } from '@storybook/react';
3
+ declare const meta: Meta<typeof AccordionButton>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof AccordionButton>;
6
+ export declare const Base: Story;
7
+ export declare const Disabled: Story;
8
+ export declare const WithTooltip: Story;
@@ -1,17 +1,17 @@
1
- import React from 'react';
2
1
  import { Button } from './Button';
3
- import { ComponentStory, ComponentMeta } from '@storybook/react';
4
- declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("./Button").ButtonProps & React.RefAttributes<HTMLButtonElement>>>;
5
- export default _default;
6
- export declare const Primary: any;
7
- export declare const Secondary: any;
8
- export declare const Black: any;
9
- export declare const Negative: any;
10
- export declare const StartIcon: any;
11
- export declare const StartIconWithColor: any;
12
- export declare const EndIcon: any;
13
- export declare const EndIconWithColor: any;
14
- export declare const Loading: any;
15
- export declare const Disabled: any;
16
- export declare const FullWidth: any;
17
- export declare const Focus: ComponentStory<typeof Button>;
2
+ import type { Meta, StoryObj } from '@storybook/react';
3
+ declare const meta: Meta<typeof Button>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Button>;
6
+ export declare const Primary: Story;
7
+ export declare const Secondary: Story;
8
+ export declare const Black: Story;
9
+ export declare const Negative: Story;
10
+ export declare const StartIcon: Story;
11
+ export declare const StartIconWithColor: Story;
12
+ export declare const EndIcon: Story;
13
+ export declare const EndIconWithColor: Story;
14
+ export declare const Loading: Story;
15
+ export declare const Disabled: Story;
16
+ export declare const FullWidth: Story;
17
+ export declare const Focus: Story;
@@ -1,8 +1,8 @@
1
- import React from 'react';
2
1
  import { IconButton } from './IconButton';
3
- import { ComponentStory, ComponentMeta } from '@storybook/react';
4
- declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("./IconButton").IconButtonProps & React.RefAttributes<HTMLButtonElement>>>;
5
- export default _default;
6
- export declare const Rectangle: any;
7
- export declare const Circle: any;
8
- export declare const WithInput: ComponentStory<typeof IconButton>;
2
+ import type { Meta, StoryObj } from '@storybook/react';
3
+ declare const meta: Meta<typeof IconButton>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof IconButton>;
6
+ export declare const Rectangle: Story;
7
+ export declare const Circle: Story;
8
+ export declare const WithInput: Story;
@@ -1,11 +1,12 @@
1
- import React from 'react';
2
- import { ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("./TextButton").TextButtonProps & React.RefAttributes<HTMLButtonElement>>>;
4
- export default _default;
5
- export declare const Text: any;
6
- export declare const Link: any;
7
- export declare const TextUnderline: any;
8
- export declare const LinkUnderline: any;
9
- export declare const StartIcon: any;
10
- export declare const EndIcon: any;
11
- export declare const Combination: () => JSX.Element;
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import { TextButton } from './TextButton';
3
+ declare const meta: Meta<typeof TextButton>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof TextButton>;
6
+ export declare const Text: Story;
7
+ export declare const Link: Story;
8
+ export declare const TextUnderline: Story;
9
+ export declare const LinkUnderline: Story;
10
+ export declare const StartIcon: Story;
11
+ export declare const EndIcon: Story;
12
+ export declare const Combination: Story;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  export interface Category {
3
3
  /**
4
4
  * 루트 ~ 해당 카테고리 텍스트
@@ -54,4 +54,4 @@ export interface CategorySelectorProps {
54
54
  */
55
55
  height?: number;
56
56
  }
57
- export declare const CategorySelector: ({ className, categoriesByLevels, selectedKeys, onSelectedKeysChange, multiple, disabled, width, height, }: CategorySelectorProps) => JSX.Element;
57
+ export declare const CategorySelector: ({ className, categoriesByLevels, selectedKeys, onSelectedKeysChange, multiple, disabled, width, height, }: CategorySelectorProps) => React.JSX.Element;
@@ -1,9 +1,9 @@
1
- /// <reference types="react" />
2
- import { ComponentMeta, ComponentStory } from '@storybook/react';
1
+ import type { Meta, StoryObj } from '@storybook/react';
3
2
  import { CategorySelector } from './CategorySelector';
4
- declare const _default: ComponentMeta<({ className, categoriesByLevels, selectedKeys, onSelectedKeysChange, multiple, disabled, width, height, }: import("./CategorySelector").CategorySelectorProps) => JSX.Element>;
5
- export default _default;
6
- export declare const Base: any;
7
- export declare const MultiSelectable: any;
8
- export declare const Disabled: any;
9
- export declare const WithDropdownChip: ComponentStory<typeof CategorySelector>;
3
+ declare const meta: Meta<typeof CategorySelector>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof CategorySelector>;
6
+ export declare const Base: Story;
7
+ export declare const MultiSelectable: Story;
8
+ export declare const Disabled: Story;
9
+ export declare const WithDropdownChip: Story;
@@ -25,4 +25,4 @@ export interface ChipsDropdownProps<OptionValue> {
25
25
  placeholder?: string;
26
26
  status?: DropdownLabelProps['status'];
27
27
  }
28
- export declare const ChipsDropdown: <OptionValue extends string | number>({ children, width, zIndex, disabled, selectedOptions, onOptionValuesChange, placeholder, status, size: sizeProp, }: React.PropsWithChildren<ChipsDropdownProps<OptionValue>>) => JSX.Element;
28
+ export declare const ChipsDropdown: <OptionValue extends string | number>({ children, width, zIndex, disabled, selectedOptions, onOptionValuesChange, placeholder, status, size: sizeProp, }: React.PropsWithChildren<ChipsDropdownProps<OptionValue>>) => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { Category } from './CategorySelector';
3
3
  export interface ListProps {
4
4
  level: number;
@@ -11,4 +11,4 @@ export interface ListProps {
11
11
  multiple?: boolean;
12
12
  disabled?: boolean;
13
13
  }
14
- export declare const List: ({ level, categories, selectedKeys, onSelect, onClick, isSelected, isIndeterminate, multiple, disabled, }: ListProps) => JSX.Element;
14
+ export declare const List: ({ level, categories, selectedKeys, onSelect, onClick, isSelected, isIndeterminate, multiple, disabled, }: ListProps) => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { Category } from './CategorySelector';
3
3
  export interface ListItemProps {
4
4
  category: Category;
@@ -10,4 +10,4 @@ export interface ListItemProps {
10
10
  multiple?: boolean;
11
11
  disabled?: boolean;
12
12
  }
13
- export declare const ListItem: ({ category, multiple, disabled: disabledProp, onSelect, onClick, isSelected, isIndeterminate, }: ListItemProps) => JSX.Element;
13
+ export declare const ListItem: ({ category, multiple, disabled: disabledProp, onSelect, onClick, isSelected, isIndeterminate, }: ListItemProps) => React.JSX.Element;
@@ -1,14 +1,12 @@
1
- import React from 'react';
2
- import { ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("./Checkbox").CheckboxProps & React.RefAttributes<HTMLInputElement>>>;
4
- export default _default;
5
- export declare const Default: any;
6
- export declare const Checked: any;
7
- export declare const Disabled: any;
8
- export declare const CheckedDisabled: any;
9
- export declare const IndeterminateDisabled: any;
10
- export declare const Link: ({ disabled, ...args }: {
11
- [x: string]: any;
12
- disabled: any;
13
- }) => JSX.Element;
14
- export declare const Size: () => JSX.Element;
1
+ import { Checkbox } from './Checkbox';
2
+ import type { Meta, StoryObj } from '@storybook/react';
3
+ declare const meta: Meta<typeof Checkbox>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Checkbox>;
6
+ export declare const Default: Story;
7
+ export declare const Checked: Story;
8
+ export declare const Disabled: Story;
9
+ export declare const CheckedDisabled: Story;
10
+ export declare const IndeterminateDisabled: Story;
11
+ export declare const Link: Story;
12
+ export declare const Size: Story;
@@ -1,12 +1,13 @@
1
- import React from 'react';
2
- import { ComponentMeta } from '@storybook/react';
3
- declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("./CheckboxGroup").CheckboxGroupProps<string | number | boolean> & React.RefAttributes<import("./CheckboxGroup").CheckboxGroupInstance<string | number | boolean>>>>;
4
- export default _default;
5
- export declare const Base: any;
6
- export declare const Spacing: any;
7
- export declare const Disabled: any;
8
- export declare const VerticalAlign: any;
9
- export declare const Size: () => JSX.Element;
10
- export declare const Controlled: () => JSX.Element;
11
- export declare const Link: any;
12
- export declare const indeterminate: () => JSX.Element;
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import { CheckboxGroup } from './CheckboxGroup';
3
+ declare const meta: Meta<typeof CheckboxGroup>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof CheckboxGroup>;
6
+ export declare const Base: Story;
7
+ export declare const Spacing: Story;
8
+ export declare const Disabled: Story;
9
+ export declare const VerticalAlign: Story;
10
+ export declare const Size: Story;
11
+ export declare const Controlled: Story;
12
+ export declare const Link: Story;
13
+ export declare const indeterminate: Story;
@@ -1,7 +1,7 @@
1
- import { ComponentMeta, ComponentStory } from '@storybook/react';
2
- import React from 'react';
1
+ import type { Meta, StoryObj } from '@storybook/react';
3
2
  import { Chip } from './Chip';
4
- declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("./Chip").ChipProps & React.RefAttributes<HTMLButtonElement>>>;
5
- export default _default;
6
- export declare const InputChip: any;
7
- export declare const InputChipDelete: ComponentStory<typeof Chip>;
3
+ declare const meta: Meta<typeof Chip>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Chip>;
6
+ export declare const InputChip: Story;
7
+ export declare const InputChipDelete: Story;
@@ -1,10 +1,10 @@
1
- import { ComponentMeta, ComponentStory } from '@storybook/react';
2
- import React from 'react';
1
+ import type { Meta, StoryObj } from '@storybook/react';
3
2
  import { ColumnViewController } from './ColumnViewController';
4
- declare const _default: ComponentMeta<(<T>({ children, columns, onChange, width, canFixed, pullsFixed, maxFixedCount, noFixedItemsText, fixedSectionTitle, listSectionTitle, }: React.PropsWithChildren<import("./ColumnViewController").ColumnViewControllerProps<T>>) => JSX.Element)>;
5
- export default _default;
6
- export declare const Base: any;
7
- export declare const PullsFixed: any;
8
- export declare const MaxFixedCount: any;
9
- export declare const NoFixed: any;
10
- export declare const Disabled: ComponentStory<typeof ColumnViewController>;
3
+ declare const meta: Meta<typeof ColumnViewController>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof ColumnViewController>;
6
+ export declare const Base: Story;
7
+ export declare const PullsFixed: Story;
8
+ export declare const MaxFixedCount: Story;
9
+ export declare const NoFixed: Story;
10
+ export declare const Disabled: Story;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { Locale } from 'date-fns';
3
3
  import { CaptionProps } from 'react-day-picker';
4
4
  import { CaptionLabelType, DisplayMode } from './DatePicker';
@@ -14,4 +14,4 @@ export interface DatePickerCaptionProps extends CaptionProps {
14
14
  displayMode: DisplayMode;
15
15
  onClickCaptionLabel?: (type: CaptionLabelType) => void;
16
16
  }
17
- export declare const Caption: ({ multipleMonths, currentMonth: controlledMonth, displayMode, className, locale, onClickCaptionLabel, ...props }: DatePickerCaptionProps) => JSX.Element;
17
+ export declare const Caption: ({ multipleMonths, currentMonth: controlledMonth, displayMode, className, locale, onClickCaptionLabel, ...props }: DatePickerCaptionProps) => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { Matcher } from 'react-day-picker';
3
3
  import { CSSValueWithLength } from '../../styles';
4
4
  import { TimePickerProps } from '../time-picker';
@@ -81,4 +81,4 @@ export interface DatePickerProps extends DatePickerBaseProps {
81
81
  */
82
82
  timePickerProps?: Omit<TimePickerProps, 'value' | 'fill' | 'onChange'>;
83
83
  }
84
- export declare const DatePicker: ({ width, error, disabled, className, placeholder, size, displayTimeFormat, value, disabledDays, showRemoveButton, showTodayButton, showTimePicker, showFooter, zIndex, displayMode, onChange, opened: openProp, onOpen, onClose, timePickerProps, }: DatePickerProps) => JSX.Element;
84
+ export declare const DatePicker: ({ width, error, disabled, className, placeholder, size, displayTimeFormat, value, disabledDays, showRemoveButton, showTodayButton, showTimePicker, showFooter, zIndex, displayMode, onChange, opened: openProp, onOpen, onClose, timePickerProps, }: DatePickerProps) => React.JSX.Element;
@@ -1,20 +1,20 @@
1
- /// <reference types="react" />
2
- import { ComponentStory, ComponentMeta } from '@storybook/react';
1
+ import type { Meta, StoryObj } from '@storybook/react';
3
2
  import { DatePicker } from './DatePicker';
4
- declare const _default: ComponentMeta<({ width, error, disabled, className, placeholder, size, displayTimeFormat, value, disabledDays, showRemoveButton, showTodayButton, showTimePicker, showFooter, zIndex, displayMode, onChange, opened: openProp, onOpen, onClose, timePickerProps, }: import("./DatePicker").DatePickerProps) => JSX.Element>;
5
- export default _default;
6
- export declare const Base: any;
7
- export declare const Disabled: any;
8
- export declare const Error: ComponentStory<typeof DatePicker>;
9
- export declare const ErrorValidation: ComponentStory<typeof DatePicker>;
10
- export declare const Size: ComponentStory<typeof DatePicker>;
11
- export declare const ShowRemoveButton: any;
12
- export declare const ShowFooter: any;
13
- export declare const ShowTodayButton: any;
14
- export declare const ShowTimePicker: any;
15
- export declare const ShowTimePickerWithHourMinuteSecond: any;
16
- export declare const ShowTimeHourMinute: any;
17
- export declare const ShowTimeHourMinuteSecond: any;
18
- export declare const DisableDays: any;
19
- export declare const BottomSheetPicker: any;
20
- export declare const BottomSheetPickerWithTimePicker: any;
3
+ declare const meta: Meta<typeof DatePicker>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof DatePicker>;
6
+ export declare const Base: Story;
7
+ export declare const Disabled: Story;
8
+ export declare const Error: Story;
9
+ export declare const ErrorValidation: Story;
10
+ export declare const Size: Story;
11
+ export declare const ShowRemoveButton: Story;
12
+ export declare const ShowFooter: Story;
13
+ export declare const ShowTodayButton: Story;
14
+ export declare const ShowTimePicker: Story;
15
+ export declare const ShowTimePickerWithHourMinuteSecond: Story;
16
+ export declare const ShowTimeHourMinute: Story;
17
+ export declare const ShowTimeHourMinuteSecond: Story;
18
+ export declare const DisableDays: Story;
19
+ export declare const BottomSheetPicker: Story;
20
+ export declare const BottomSheetPickerWithTimePicker: Story;
@@ -3,8 +3,8 @@ export interface DatePickerIconProps {
3
3
  showRemoveIcon?: boolean;
4
4
  onClick?: () => void;
5
5
  }
6
- export declare const DatePickerIcon: ({ showRemoveIcon, onClick }: DatePickerIconProps) => JSX.Element;
6
+ export declare const DatePickerIcon: ({ showRemoveIcon, onClick }: DatePickerIconProps) => React.JSX.Element;
7
7
  export declare const RemoveButton: import("@emotion/styled").StyledComponent<{
8
8
  theme?: import("@emotion/react").Theme;
9
- as?: React.ElementType<any>;
9
+ as?: React.ElementType<any, keyof React.JSX.IntrinsicElements>;
10
10
  }, React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
@@ -1,7 +1,9 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const DatePickerMask: import("@emotion/styled").StyledComponent<{
3
4
  id?: string;
4
5
  color?: string;
6
+ content?: string;
5
7
  translate?: "yes" | "no";
6
8
  hidden?: boolean;
7
9
  slot?: string;
@@ -14,7 +16,7 @@ export declare const DatePickerMask: import("@emotion/styled").StyledComponent<{
14
16
  prefix?: string;
15
17
  role?: import("react").AriaRole;
16
18
  children?: import("react").ReactNode;
17
- contentEditable?: "inherit" | (boolean | "false" | "true");
19
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only";
18
20
  inputMode?: "search" | "numeric" | "none" | "url" | "text" | "decimal" | "tel" | "email";
19
21
  nonce?: string;
20
22
  tabIndex?: number;
@@ -22,15 +24,17 @@ export declare const DatePickerMask: import("@emotion/styled").StyledComponent<{
22
24
  defaultValue?: string | number | readonly string[];
23
25
  suppressContentEditableWarning?: boolean;
24
26
  suppressHydrationWarning?: boolean;
27
+ autoFocus?: boolean;
25
28
  contextMenu?: string;
26
- placeholder?: string;
27
29
  spellCheck?: boolean | "false" | "true";
28
30
  radioGroup?: string;
29
31
  about?: string;
30
32
  datatype?: string;
31
33
  inlist?: any;
32
34
  property?: string;
35
+ rel?: string;
33
36
  resource?: string;
37
+ rev?: string;
34
38
  typeof?: string;
35
39
  vocab?: string;
36
40
  autoCapitalize?: string;
@@ -48,14 +52,18 @@ export declare const DatePickerMask: import("@emotion/styled").StyledComponent<{
48
52
  "aria-activedescendant"?: string;
49
53
  "aria-atomic"?: boolean | "false" | "true";
50
54
  "aria-autocomplete"?: "inline" | "both" | "none" | "list";
55
+ "aria-braillelabel"?: string;
56
+ "aria-brailleroledescription"?: string;
51
57
  "aria-busy"?: boolean | "false" | "true";
52
58
  "aria-checked"?: boolean | "false" | "mixed" | "true";
53
59
  "aria-colcount"?: number;
54
60
  "aria-colindex"?: number;
61
+ "aria-colindextext"?: string;
55
62
  "aria-colspan"?: number;
56
63
  "aria-controls"?: string;
57
64
  "aria-current"?: boolean | "location" | "time" | "false" | "page" | "true" | "step" | "date";
58
65
  "aria-describedby"?: string;
66
+ "aria-description"?: string;
59
67
  "aria-details"?: string;
60
68
  "aria-disabled"?: boolean | "false" | "true";
61
69
  "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup";
@@ -85,6 +93,7 @@ export declare const DatePickerMask: import("@emotion/styled").StyledComponent<{
85
93
  "aria-roledescription"?: string;
86
94
  "aria-rowcount"?: number;
87
95
  "aria-rowindex"?: number;
96
+ "aria-rowindextext"?: string;
88
97
  "aria-rowspan"?: number;
89
98
  "aria-selected"?: boolean | "false" | "true";
90
99
  "aria-setsize"?: number;
@@ -94,7 +103,7 @@ export declare const DatePickerMask: import("@emotion/styled").StyledComponent<{
94
103
  "aria-valuenow"?: number;
95
104
  "aria-valuetext"?: string;
96
105
  dangerouslySetInnerHTML?: {
97
- __html: string;
106
+ __html: string | TrustedHTML;
98
107
  };
99
108
  onCopy?: import("react").ClipboardEventHandler<HTMLDivElement>;
100
109
  onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement>;
@@ -232,9 +241,7 @@ export declare const DatePickerMask: import("@emotion/styled").StyledComponent<{
232
241
  onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement>;
233
242
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement>;
234
243
  onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement>;
235
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement>;
236
244
  onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement>;
237
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement>;
238
245
  onPointerOver?: import("react").PointerEventHandler<HTMLDivElement>;
239
246
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement>;
240
247
  onPointerOut?: import("react").PointerEventHandler<HTMLDivElement>;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { DateRange } from 'react-day-picker';
3
3
  import { Duration } from 'date-fns';
4
4
  import { DatePickerBaseProps } from './DatePicker';
@@ -76,4 +76,4 @@ export interface DateRangePickerProps extends Omit<DatePickerBaseProps, 'disable
76
76
  */
77
77
  disabledNowButton?: boolean;
78
78
  }
79
- export declare const DateRangePicker: ({ width, error, disabled, className, size, showDatePreset, showRadioGroupDatePreset, showTodayButton, showTimePicker, disabledNowButton, dates, maxDate, minDate, maxRange, numberOfMonths: numberOfMonthsProps, showRemoveButton, autoCloseable, opened: openProp, customDatePreset, displayMode, timePickerProps, onOpen, onClose, onChange, }: DateRangePickerProps) => JSX.Element;
79
+ export declare const DateRangePicker: ({ width, error, disabled, className, size, showDatePreset, showRadioGroupDatePreset, showTodayButton, showTimePicker, disabledNowButton, dates, maxDate, minDate, maxRange, numberOfMonths: numberOfMonthsProps, showRemoveButton, autoCloseable, opened: openProp, customDatePreset, displayMode, timePickerProps, onOpen, onClose, onChange, }: DateRangePickerProps) => React.JSX.Element;