@lettealo/hanwha-life-ds 3.1.1

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 (182) hide show
  1. package/README.md +185 -0
  2. package/dist-lib/Guideline.png +0 -0
  3. package/dist-lib/Layout.png +0 -0
  4. package/dist-lib/Spacing.png +0 -0
  5. package/dist-lib/downloads/fonts/HanwhaB.woff2 +0 -0
  6. package/dist-lib/downloads/fonts/HanwhaGothicB.woff2 +0 -0
  7. package/dist-lib/downloads/fonts/HanwhaGothicEL.woff2 +0 -0
  8. package/dist-lib/downloads/fonts/HanwhaGothicL.woff2 +0 -0
  9. package/dist-lib/downloads/fonts/HanwhaGothicR.woff2 +0 -0
  10. package/dist-lib/downloads/fonts/HanwhaGothicT.woff2 +0 -0
  11. package/dist-lib/downloads/fonts/HanwhaL.woff2 +0 -0
  12. package/dist-lib/downloads/fonts/HanwhaR.woff2 +0 -0
  13. package/dist-lib/downloads/tokens.css +378 -0
  14. package/dist-lib/favicon.svg +5 -0
  15. package/dist-lib/icons.svg +24 -0
  16. package/dist-lib/index.cjs +7 -0
  17. package/dist-lib/index.css +2 -0
  18. package/dist-lib/index.mjs +1872 -0
  19. package/dist-lib/og.svg +40 -0
  20. package/dist-lib/robots.txt +2 -0
  21. package/dist-lib/types/components/Accordion/Accordion.d.ts +14 -0
  22. package/dist-lib/types/components/Accordion/Accordion.d.ts.map +1 -0
  23. package/dist-lib/types/components/Accordion/index.d.ts +2 -0
  24. package/dist-lib/types/components/Accordion/index.d.ts.map +1 -0
  25. package/dist-lib/types/components/AssetIcon/AssetIcon.d.ts +9 -0
  26. package/dist-lib/types/components/AssetIcon/AssetIcon.d.ts.map +1 -0
  27. package/dist-lib/types/components/AssetIcon/index.d.ts +2 -0
  28. package/dist-lib/types/components/AssetIcon/index.d.ts.map +1 -0
  29. package/dist-lib/types/components/Avatar/Avatar.d.ts +10 -0
  30. package/dist-lib/types/components/Avatar/Avatar.d.ts.map +1 -0
  31. package/dist-lib/types/components/Avatar/index.d.ts +3 -0
  32. package/dist-lib/types/components/Avatar/index.d.ts.map +1 -0
  33. package/dist-lib/types/components/Badge/Badge.d.ts +10 -0
  34. package/dist-lib/types/components/Badge/Badge.d.ts.map +1 -0
  35. package/dist-lib/types/components/Badge/index.d.ts +3 -0
  36. package/dist-lib/types/components/Badge/index.d.ts.map +1 -0
  37. package/dist-lib/types/components/BottomSheet/BottomSheet.d.ts +12 -0
  38. package/dist-lib/types/components/BottomSheet/BottomSheet.d.ts.map +1 -0
  39. package/dist-lib/types/components/BottomSheet/index.d.ts +2 -0
  40. package/dist-lib/types/components/BottomSheet/index.d.ts.map +1 -0
  41. package/dist-lib/types/components/Button/Button.d.ts +14 -0
  42. package/dist-lib/types/components/Button/Button.d.ts.map +1 -0
  43. package/dist-lib/types/components/Button/index.d.ts +2 -0
  44. package/dist-lib/types/components/Button/index.d.ts.map +1 -0
  45. package/dist-lib/types/components/Card/Card.d.ts +22 -0
  46. package/dist-lib/types/components/Card/Card.d.ts.map +1 -0
  47. package/dist-lib/types/components/Card/index.d.ts +2 -0
  48. package/dist-lib/types/components/Card/index.d.ts.map +1 -0
  49. package/dist-lib/types/components/Checkbox/Checkbox.d.ts +10 -0
  50. package/dist-lib/types/components/Checkbox/Checkbox.d.ts.map +1 -0
  51. package/dist-lib/types/components/Checkbox/index.d.ts +2 -0
  52. package/dist-lib/types/components/Checkbox/index.d.ts.map +1 -0
  53. package/dist-lib/types/components/CheckboxButton/CheckboxButton.d.ts +13 -0
  54. package/dist-lib/types/components/CheckboxButton/CheckboxButton.d.ts.map +1 -0
  55. package/dist-lib/types/components/CheckboxButton/index.d.ts +2 -0
  56. package/dist-lib/types/components/CheckboxButton/index.d.ts.map +1 -0
  57. package/dist-lib/types/components/Chip/Chip.d.ts +13 -0
  58. package/dist-lib/types/components/Chip/Chip.d.ts.map +1 -0
  59. package/dist-lib/types/components/Chip/ChipGroup.d.ts +7 -0
  60. package/dist-lib/types/components/Chip/ChipGroup.d.ts.map +1 -0
  61. package/dist-lib/types/components/Chip/index.d.ts +3 -0
  62. package/dist-lib/types/components/Chip/index.d.ts.map +1 -0
  63. package/dist-lib/types/components/DatePicker/DatePicker.d.ts +10 -0
  64. package/dist-lib/types/components/DatePicker/DatePicker.d.ts.map +1 -0
  65. package/dist-lib/types/components/DatePicker/index.d.ts +2 -0
  66. package/dist-lib/types/components/DatePicker/index.d.ts.map +1 -0
  67. package/dist-lib/types/components/Dropdown/Dropdown.d.ts +26 -0
  68. package/dist-lib/types/components/Dropdown/Dropdown.d.ts.map +1 -0
  69. package/dist-lib/types/components/Dropdown/index.d.ts +2 -0
  70. package/dist-lib/types/components/Dropdown/index.d.ts.map +1 -0
  71. package/dist-lib/types/components/EmptyState/EmptyState.d.ts +10 -0
  72. package/dist-lib/types/components/EmptyState/EmptyState.d.ts.map +1 -0
  73. package/dist-lib/types/components/EmptyState/index.d.ts +2 -0
  74. package/dist-lib/types/components/EmptyState/index.d.ts.map +1 -0
  75. package/dist-lib/types/components/ErrorBoundary.d.ts +17 -0
  76. package/dist-lib/types/components/ErrorBoundary.d.ts.map +1 -0
  77. package/dist-lib/types/components/Graphic/Graphic.d.ts +9 -0
  78. package/dist-lib/types/components/Graphic/Graphic.d.ts.map +1 -0
  79. package/dist-lib/types/components/Graphic/index.d.ts +2 -0
  80. package/dist-lib/types/components/Graphic/index.d.ts.map +1 -0
  81. package/dist-lib/types/components/HeroOrb/HeroOrb.d.ts +10 -0
  82. package/dist-lib/types/components/HeroOrb/HeroOrb.d.ts.map +1 -0
  83. package/dist-lib/types/components/HexOrb/HexOrb.d.ts +10 -0
  84. package/dist-lib/types/components/HexOrb/HexOrb.d.ts.map +1 -0
  85. package/dist-lib/types/components/Icon/Icon.d.ts +20 -0
  86. package/dist-lib/types/components/Icon/Icon.d.ts.map +1 -0
  87. package/dist-lib/types/components/Icon/index.d.ts +2 -0
  88. package/dist-lib/types/components/Icon/index.d.ts.map +1 -0
  89. package/dist-lib/types/components/IconButton/IconButton.d.ts +11 -0
  90. package/dist-lib/types/components/IconButton/IconButton.d.ts.map +1 -0
  91. package/dist-lib/types/components/IconButton/index.d.ts +2 -0
  92. package/dist-lib/types/components/IconButton/index.d.ts.map +1 -0
  93. package/dist-lib/types/components/List/List.d.ts +16 -0
  94. package/dist-lib/types/components/List/List.d.ts.map +1 -0
  95. package/dist-lib/types/components/List/index.d.ts +2 -0
  96. package/dist-lib/types/components/List/index.d.ts.map +1 -0
  97. package/dist-lib/types/components/Modal/Modal.d.ts +12 -0
  98. package/dist-lib/types/components/Modal/Modal.d.ts.map +1 -0
  99. package/dist-lib/types/components/Modal/index.d.ts +2 -0
  100. package/dist-lib/types/components/Modal/index.d.ts.map +1 -0
  101. package/dist-lib/types/components/Notification/Notification.d.ts +11 -0
  102. package/dist-lib/types/components/Notification/Notification.d.ts.map +1 -0
  103. package/dist-lib/types/components/Notification/index.d.ts +2 -0
  104. package/dist-lib/types/components/Notification/index.d.ts.map +1 -0
  105. package/dist-lib/types/components/PageToc.d.ts +5 -0
  106. package/dist-lib/types/components/PageToc.d.ts.map +1 -0
  107. package/dist-lib/types/components/Progress/Progress.d.ts +10 -0
  108. package/dist-lib/types/components/Progress/Progress.d.ts.map +1 -0
  109. package/dist-lib/types/components/Progress/index.d.ts +3 -0
  110. package/dist-lib/types/components/Progress/index.d.ts.map +1 -0
  111. package/dist-lib/types/components/Radio/Radio.d.ts +8 -0
  112. package/dist-lib/types/components/Radio/Radio.d.ts.map +1 -0
  113. package/dist-lib/types/components/Radio/index.d.ts +2 -0
  114. package/dist-lib/types/components/Radio/index.d.ts.map +1 -0
  115. package/dist-lib/types/components/ScreenRenderer/ScreenRenderer.d.ts +9 -0
  116. package/dist-lib/types/components/ScreenRenderer/ScreenRenderer.d.ts.map +1 -0
  117. package/dist-lib/types/components/Stepper/Stepper.d.ts +7 -0
  118. package/dist-lib/types/components/Stepper/Stepper.d.ts.map +1 -0
  119. package/dist-lib/types/components/Stepper/index.d.ts +2 -0
  120. package/dist-lib/types/components/Stepper/index.d.ts.map +1 -0
  121. package/dist-lib/types/components/Table/Table.d.ts +34 -0
  122. package/dist-lib/types/components/Table/Table.d.ts.map +1 -0
  123. package/dist-lib/types/components/Table/index.d.ts +3 -0
  124. package/dist-lib/types/components/Table/index.d.ts.map +1 -0
  125. package/dist-lib/types/components/Tabs/Tabs.d.ts +14 -0
  126. package/dist-lib/types/components/Tabs/Tabs.d.ts.map +1 -0
  127. package/dist-lib/types/components/Tabs/index.d.ts +2 -0
  128. package/dist-lib/types/components/Tabs/index.d.ts.map +1 -0
  129. package/dist-lib/types/components/TextButton/TextButton.d.ts +10 -0
  130. package/dist-lib/types/components/TextButton/TextButton.d.ts.map +1 -0
  131. package/dist-lib/types/components/TextButton/index.d.ts +2 -0
  132. package/dist-lib/types/components/TextButton/index.d.ts.map +1 -0
  133. package/dist-lib/types/components/TextField/TextField.d.ts +10 -0
  134. package/dist-lib/types/components/TextField/TextField.d.ts.map +1 -0
  135. package/dist-lib/types/components/TextField/index.d.ts +2 -0
  136. package/dist-lib/types/components/TextField/index.d.ts.map +1 -0
  137. package/dist-lib/types/components/Toast/Toast.d.ts +11 -0
  138. package/dist-lib/types/components/Toast/Toast.d.ts.map +1 -0
  139. package/dist-lib/types/components/Toast/index.d.ts +2 -0
  140. package/dist-lib/types/components/Toast/index.d.ts.map +1 -0
  141. package/dist-lib/types/components/Toggle/Toggle.d.ts +6 -0
  142. package/dist-lib/types/components/Toggle/Toggle.d.ts.map +1 -0
  143. package/dist-lib/types/components/Toggle/index.d.ts +2 -0
  144. package/dist-lib/types/components/Toggle/index.d.ts.map +1 -0
  145. package/dist-lib/types/components/Tooltip/Tooltip.d.ts +20 -0
  146. package/dist-lib/types/components/Tooltip/Tooltip.d.ts.map +1 -0
  147. package/dist-lib/types/components/Tooltip/index.d.ts +3 -0
  148. package/dist-lib/types/components/Tooltip/index.d.ts.map +1 -0
  149. package/dist-lib/types/data/dsSpec.d.ts +530 -0
  150. package/dist-lib/types/data/dsSpec.d.ts.map +1 -0
  151. package/dist-lib/types/index.d.ts +30 -0
  152. package/dist-lib/types/index.d.ts.map +1 -0
  153. package/dist-lib/types/lib/assets.d.ts +16 -0
  154. package/dist-lib/types/lib/assets.d.ts.map +1 -0
  155. package/dist-lib/types/lib/buildSystemPrompt.d.ts +8 -0
  156. package/dist-lib/types/lib/buildSystemPrompt.d.ts.map +1 -0
  157. package/dist-lib/types/lib/callClaude.d.ts +40 -0
  158. package/dist-lib/types/lib/callClaude.d.ts.map +1 -0
  159. package/dist-lib/types/lib/cn.d.ts +2 -0
  160. package/dist-lib/types/lib/cn.d.ts.map +1 -0
  161. package/dist-lib/types/lib/dsSystemPrompt.d.ts +9 -0
  162. package/dist-lib/types/lib/dsSystemPrompt.d.ts.map +1 -0
  163. package/dist-lib/types/lib/generateStore.d.ts +3 -0
  164. package/dist-lib/types/lib/generateStore.d.ts.map +1 -0
  165. package/dist-lib/types/types.d.ts +208 -0
  166. package/dist-lib/types/types.d.ts.map +1 -0
  167. package/package.json +76 -0
  168. package/src/assets/fonts/HanwhaB.woff2 +0 -0
  169. package/src/assets/fonts/HanwhaGothicB.woff2 +0 -0
  170. package/src/assets/fonts/HanwhaGothicEL.woff2 +0 -0
  171. package/src/assets/fonts/HanwhaGothicL.woff2 +0 -0
  172. package/src/assets/fonts/HanwhaGothicR.woff2 +0 -0
  173. package/src/assets/fonts/HanwhaGothicT.woff2 +0 -0
  174. package/src/assets/fonts/HanwhaL.woff2 +0 -0
  175. package/src/assets/fonts/HanwhaR.woff2 +0 -0
  176. package/src/assets/fonts/LIFEPLUS-BODY-Light_Hinted.ttf +0 -0
  177. package/src/assets/fonts/LIFEPLUS-BODY-Medium_Hinted.ttf +0 -0
  178. package/src/assets/fonts/LIFEPLUS-Bold.ttf +0 -0
  179. package/src/assets/fonts/LIFEPLUS-Light.ttf +0 -0
  180. package/src/assets/fonts/LIFEPLUS-Medium.ttf +0 -0
  181. package/src/styles/layout.css +69 -0
  182. package/src/styles/tokens.css +437 -0
@@ -0,0 +1,40 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630">
2
+ <defs>
3
+ <linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
4
+ <stop offset="0" stop-color="#1a1d20"/>
5
+ <stop offset="1" stop-color="#272b2f"/>
6
+ </linearGradient>
7
+ <radialGradient id="glow" cx="0.8" cy="0.2" r="0.6">
8
+ <stop offset="0" stop-color="#FA6600" stop-opacity="0.45"/>
9
+ <stop offset="1" stop-color="#FA6600" stop-opacity="0"/>
10
+ </radialGradient>
11
+ <radialGradient id="glow2" cx="0.1" cy="0.95" r="0.5">
12
+ <stop offset="0" stop-color="#FF8F4C" stop-opacity="0.3"/>
13
+ <stop offset="1" stop-color="#FF8F4C" stop-opacity="0"/>
14
+ </radialGradient>
15
+ </defs>
16
+ <rect width="1200" height="630" fill="url(#bg)"/>
17
+ <rect width="1200" height="630" fill="url(#glow)"/>
18
+ <rect width="1200" height="630" fill="url(#glow2)"/>
19
+
20
+ <!-- 한화 트라이서클 모티프 -->
21
+ <g transform="translate(960, 200)" opacity="0.85">
22
+ <circle r="60" fill="none" stroke="#FA6600" stroke-width="6"/>
23
+ <circle r="60" fill="none" stroke="#FF8F4C" stroke-width="3" transform="translate(40, 24)"/>
24
+ <circle r="60" fill="none" stroke="#FFAF7F" stroke-width="2" transform="translate(-32, 32)"/>
25
+ </g>
26
+
27
+ <!-- KICKER -->
28
+ <text x="80" y="180" fill="#FFAF7F" font-family="-apple-system, system-ui, sans-serif" font-size="20" font-weight="700" letter-spacing="4">DESIGN SYSTEM · v3.0</text>
29
+
30
+ <!-- TITLE -->
31
+ <text x="80" y="280" fill="#FFFFFF" font-family="-apple-system, system-ui, sans-serif" font-size="76" font-weight="700" letter-spacing="-2">한화생명</text>
32
+ <text x="80" y="372" fill="#FFFFFF" font-family="-apple-system, system-ui, sans-serif" font-size="76" font-weight="700" letter-spacing="-2">디자인 시스템</text>
33
+
34
+ <!-- DESC -->
35
+ <text x="80" y="450" fill="rgba(255,255,255,0.7)" font-family="-apple-system, system-ui, sans-serif" font-size="24" font-weight="300">27개 컴포넌트 · 디자인 토큰 · 라이팅 가이드</text>
36
+
37
+ <!-- BOTTOM bar -->
38
+ <rect x="80" y="540" width="60" height="4" fill="#FA6600" rx="2"/>
39
+ <text x="160" y="552" fill="rgba(255,255,255,0.5)" font-family="-apple-system, system-ui, sans-serif" font-size="14" font-weight="400" letter-spacing="2">HANWHA LIFE</text>
40
+ </svg>
@@ -0,0 +1,2 @@
1
+ User-agent: *
2
+ Allow: /
@@ -0,0 +1,14 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface AccordionItem {
3
+ key: string;
4
+ title: ReactNode;
5
+ content: ReactNode;
6
+ disabled?: boolean;
7
+ }
8
+ export interface AccordionProps {
9
+ items: AccordionItem[];
10
+ multiple?: boolean;
11
+ defaultOpen?: string[];
12
+ }
13
+ export declare const Accordion: ({ items, multiple, defaultOpen }: AccordionProps) => import("react/jsx-runtime").JSX.Element;
14
+ //# sourceMappingURL=Accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../../src/components/Accordion/Accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAIhD,MAAM,WAAW,aAAa;IAC5B,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,SAAS,CAAA;IAChB,OAAO,EAAE,SAAS,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,aAAa,EAAE,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAA;CACvB;AAED,eAAO,MAAM,SAAS,GAAI,kCAAuC,cAAc,4CAkC9E,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './Accordion';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Accordion/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
@@ -0,0 +1,9 @@
1
+ import type { ImgHTMLAttributes } from 'react';
2
+ export type AssetIconName = 'account-check' | 'aists' | 'analysis' | 'back' | 'bar-graph' | 'basket' | 'branch-manager' | 'cake' | 'calculator' | 'calendar' | 'calendar-il' | 'call' | 'camera' | 'camera-il' | 'check' | 'clock' | 'close' | 'close-fn' | 'confirmation' | 'contract' | 'copy' | 'counselor' | 'customer' | 'discount' | 'discount-graph' | 'document' | 'document-2' | 'document-check' | 'document-coin' | 'document-fn' | 'document-search' | 'document-star' | 'document-warning' | 'download' | 'educast' | 'emergency' | 'exclamation' | 'filter' | 'filter-fn' | 'folder' | 'forward' | 'gift' | 'guide' | 'hanwha' | 'home' | 'home-gnb' | 'image' | 'institution' | 'letter' | 'lifepark' | 'lifeplus' | 'light' | 'management' | 'menu' | 'menu-fn' | 'message' | 'minus' | 'money' | 'mouse' | 'newsletter' | 'night' | 'payout' | 'pc-verification' | 'phone-plus' | 'phone-search' | 'phone-verification' | 'piechart' | 'plus' | 'plus-fn' | 'print' | 'print-history' | 'questionmark' | 'refresh' | 'registration' | 'report' | 'reset' | 'robot' | 'search' | 'search-fn' | 'setting' | 'setting-fn' | 'setting-gnb' | 'signature' | 'submission' | 'success' | 'success-fn' | 'tablet-search' | 'trialcalculator' | 'trust' | 'verification' | 'visibility' | 'visibility-off' | 'withdrawal' | 'zoomin' | 'zoomout';
3
+ export declare const ASSET_ICON_NAMES: AssetIconName[];
4
+ export interface AssetIconProps extends Omit<ImgHTMLAttributes<HTMLImageElement>, 'src'> {
5
+ name: AssetIconName;
6
+ size?: number | string;
7
+ }
8
+ export declare const AssetIcon: ({ name, size, alt, style, ...rest }: AssetIconProps) => import("react/jsx-runtime").JSX.Element | null;
9
+ //# sourceMappingURL=AssetIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AssetIcon.d.ts","sourceRoot":"","sources":["../../../../src/components/AssetIcon/AssetIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAsB9C,MAAM,MAAM,aAAa,GACrB,eAAe,GAAG,OAAO,GAAG,UAAU,GAAG,MAAM,GAAG,WAAW,GAAG,QAAQ,GACxE,gBAAgB,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,GAAG,aAAa,GACrE,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,UAAU,GAC1E,cAAc,GAAG,UAAU,GAAG,MAAM,GAAG,WAAW,GAAG,UAAU,GAC/D,UAAU,GAAG,gBAAgB,GAAG,UAAU,GAAG,YAAY,GAAG,gBAAgB,GAC5E,eAAe,GAAG,aAAa,GAAG,iBAAiB,GAAG,eAAe,GACrE,kBAAkB,GAAG,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,aAAa,GACzE,QAAQ,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAC3E,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,aAAa,GAAG,QAAQ,GAAG,UAAU,GACrE,UAAU,GAAG,OAAO,GAAG,YAAY,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GACpE,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,OAAO,GAAG,QAAQ,GAC/D,iBAAiB,GAAG,YAAY,GAAG,cAAc,GAAG,oBAAoB,GACxE,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,eAAe,GAC3D,cAAc,GAAG,SAAS,GAAG,cAAc,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAC1E,QAAQ,GAAG,WAAW,GAAG,SAAS,GAAG,YAAY,GAAG,aAAa,GACjE,WAAW,GAAG,YAAY,GAAG,SAAS,GAAG,YAAY,GAAG,eAAe,GACvE,iBAAiB,GAAG,OAAO,GAAG,cAAc,GAAG,YAAY,GAC3D,gBAAgB,GAAG,YAAY,GAAG,QAAQ,GAAG,SAAS,CAAA;AAE1D,eAAO,MAAM,gBAAgB,EAAgC,aAAa,EAAE,CAAA;AAE5E,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,EAAE,KAAK,CAAC;IACtF,IAAI,EAAE,aAAa,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACvB;AAED,eAAO,MAAM,SAAS,GAAI,qCAA0C,cAAc,mDAWjF,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './AssetIcon';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/AssetIcon/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
@@ -0,0 +1,10 @@
1
+ import type { CSSProperties } from 'react';
2
+ export interface AvatarProps {
3
+ name: string;
4
+ size?: 'sm' | 'md' | 'lg';
5
+ src?: string;
6
+ style?: CSSProperties;
7
+ className?: string;
8
+ }
9
+ export declare const Avatar: ({ name, size, src, style, className }: AvatarProps) => import("react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=Avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAG1C,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAID,eAAO,MAAM,MAAM,GAAI,uCAA8C,WAAW,4CAiB/E,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { Avatar } from './Avatar';
2
+ export type { AvatarProps } from './Avatar';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Avatar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA"}
@@ -0,0 +1,10 @@
1
+ import type { CSSProperties } from 'react';
2
+ export interface BadgeProps {
3
+ label: string;
4
+ variant?: 'primary' | 'error' | 'warning' | 'info' | 'success';
5
+ size?: 'sm' | 'md';
6
+ style?: CSSProperties;
7
+ className?: string;
8
+ }
9
+ export declare const Badge: ({ label, variant, size, style, className }: BadgeProps) => import("react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=Badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAG1C,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAA;IAC9D,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,KAAK,GAAI,4CAA+D,UAAU,4CAO9F,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { Badge } from './Badge';
2
+ export type { BadgeProps } from './Badge';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface BottomSheetProps {
3
+ open: boolean;
4
+ onClose: () => void;
5
+ title?: ReactNode;
6
+ children?: ReactNode;
7
+ footer?: ReactNode;
8
+ height?: 'auto' | 'half' | 'full';
9
+ showHandle?: boolean;
10
+ }
11
+ export declare const BottomSheet: ({ open, onClose, title, children, footer, height, showHandle, }: BottomSheetProps) => import("react/jsx-runtime").JSX.Element | null;
12
+ //# sourceMappingURL=BottomSheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomSheet/BottomSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAIxD,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,OAAO,CAAA;IACb,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;IACjC,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,eAAO,MAAM,WAAW,GAAI,iEAQzB,gBAAgB,mDAyClB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './BottomSheet';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomSheet/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA"}
@@ -0,0 +1,14 @@
1
+ import type { ButtonHTMLAttributes, ReactNode } from 'react';
2
+ export type ButtonVariant = 'filled' | 'outline';
3
+ export type ButtonColor = 'primary' | 'secondary' | 'neutral' | 'negative';
4
+ export type ButtonSize = 'large' | 'medium' | 'small' | 'xSmall';
5
+ export interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
6
+ variant?: ButtonVariant;
7
+ color?: ButtonColor;
8
+ size?: ButtonSize;
9
+ fullWidth?: boolean;
10
+ leadingIcon?: ReactNode;
11
+ trailingIcon?: ReactNode;
12
+ }
13
+ export declare const Button: ({ variant, color, size, fullWidth, leadingIcon, trailingIcon, className, children, ...rest }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
14
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAI5D,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,SAAS,CAAA;AAChD,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,UAAU,CAAA;AAC1E,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAA;AAEhE,MAAM,WAAW,WAAY,SAAQ,oBAAoB,CAAC,iBAAiB,CAAC;IAC1E,OAAO,CAAC,EAAE,aAAa,CAAA;IACvB,KAAK,CAAC,EAAE,WAAW,CAAA;IACnB,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,SAAS,CAAA;IACvB,YAAY,CAAC,EAAE,SAAS,CAAA;CACzB;AAED,eAAO,MAAM,MAAM,GAAI,8FAUpB,WAAW,4CAgBb,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './Button';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA"}
@@ -0,0 +1,22 @@
1
+ import type { ReactNode, MouseEventHandler, CSSProperties } from 'react';
2
+ export interface CardProps {
3
+ children?: ReactNode;
4
+ variant?: 'outlined' | 'elevated' | 'filled';
5
+ padding?: 'none' | 'sm' | 'md' | 'lg';
6
+ onClick?: MouseEventHandler<HTMLDivElement>;
7
+ className?: string;
8
+ style?: CSSProperties;
9
+ }
10
+ export declare const Card: ({ children, variant, padding, onClick, className, style, }: CardProps) => import("react/jsx-runtime").JSX.Element;
11
+ export declare const CardHeader: ({ title, subtitle, trailing }: {
12
+ title: ReactNode;
13
+ subtitle?: ReactNode;
14
+ trailing?: ReactNode;
15
+ }) => import("react/jsx-runtime").JSX.Element;
16
+ export declare const CardBody: ({ children }: {
17
+ children: ReactNode;
18
+ }) => import("react/jsx-runtime").JSX.Element;
19
+ export declare const CardFooter: ({ children }: {
20
+ children: ReactNode;
21
+ }) => import("react/jsx-runtime").JSX.Element;
22
+ //# sourceMappingURL=Card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAGxE,MAAM,WAAW,SAAS;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,OAAO,CAAC,EAAE,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAA;IAC5C,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACrC,OAAO,CAAC,EAAE,iBAAiB,CAAC,cAAc,CAAC,CAAA;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB;AAED,eAAO,MAAM,IAAI,GAAI,4DAOlB,SAAS,4CAQX,CAAA;AAED,eAAO,MAAM,UAAU,GAAI,+BAA+B;IAAE,KAAK,EAAE,SAAS,CAAC;IAAC,QAAQ,CAAC,EAAE,SAAS,CAAC;IAAC,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,4CAQzH,CAAA;AAED,eAAO,MAAM,QAAQ,GAAI,cAAc;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,4CAE7D,CAAA;AAED,eAAO,MAAM,UAAU,GAAI,cAAc;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,4CAE/D,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './Card';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA"}
@@ -0,0 +1,10 @@
1
+ import type { InputHTMLAttributes, ReactNode } from 'react';
2
+ export type CheckboxType = 'main' | 'sub';
3
+ export type CheckboxSize = 'large' | 'medium' | 'small' | 'xSmall';
4
+ export interface CheckboxProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'size'> {
5
+ label?: ReactNode;
6
+ type?: CheckboxType;
7
+ size?: CheckboxSize;
8
+ }
9
+ export declare const Checkbox: ({ label, type, size, disabled, className, ...rest }: CheckboxProps) => import("react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=Checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAK3D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,KAAK,CAAA;AACzC,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAA;AAElE,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACjG,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,IAAI,CAAC,EAAE,YAAY,CAAA;CACpB;AAQD,eAAO,MAAM,QAAQ,GAAI,qDAOtB,aAAa,4CAsBf,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './Checkbox';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
@@ -0,0 +1,13 @@
1
+ import type { InputHTMLAttributes, ReactNode } from 'react';
2
+ export type CheckboxButtonVariant = 'filled' | 'outline';
3
+ export type CheckboxButtonSize = 'large' | 'medium' | 'small' | 'xSmall';
4
+ export interface CheckboxButtonProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'size'> {
5
+ label: ReactNode;
6
+ variant?: CheckboxButtonVariant;
7
+ size?: CheckboxButtonSize;
8
+ error?: boolean;
9
+ errorText?: ReactNode;
10
+ fullWidth?: boolean;
11
+ }
12
+ export declare const CheckboxButton: ({ label, variant, size, error, errorText, fullWidth, disabled, className, style, ...rest }: CheckboxButtonProps) => import("react/jsx-runtime").JSX.Element;
13
+ //# sourceMappingURL=CheckboxButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckboxButton.d.ts","sourceRoot":"","sources":["../../../../src/components/CheckboxButton/CheckboxButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAK3D,MAAM,MAAM,qBAAqB,GAAG,QAAQ,GAAG,SAAS,CAAA;AACxD,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAA;AAExE,MAAM,WAAW,mBACf,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACpE,KAAK,EAAE,SAAS,CAAA;IAChB,OAAO,CAAC,EAAE,qBAAqB,CAAA;IAC/B,IAAI,CAAC,EAAE,kBAAkB,CAAA;IACzB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAKD,eAAO,MAAM,cAAc,GAAI,4FAW5B,mBAAmB,4CAqBrB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './CheckboxButton';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/CheckboxButton/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA"}
@@ -0,0 +1,13 @@
1
+ import type { ButtonHTMLAttributes, ReactNode } from 'react';
2
+ export type ChipShape = 'round' | 'rect';
3
+ export type ChipStyle = 'filled' | 'outline';
4
+ export type ChipSize = 'large' | 'medium' | 'small';
5
+ export interface ChipProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'style'> {
6
+ shape?: ChipShape;
7
+ variant?: ChipStyle;
8
+ size?: ChipSize;
9
+ selected?: boolean;
10
+ leadingIcon?: ReactNode;
11
+ }
12
+ export declare const Chip: ({ shape, variant, size, selected, leadingIcon, className, children, ...rest }: ChipProps) => import("react/jsx-runtime").JSX.Element;
13
+ //# sourceMappingURL=Chip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../../src/components/Chip/Chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAI5D,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,CAAA;AACxC,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAA;AAC5C,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;AAEnD,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IACvF,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,OAAO,CAAC,EAAE,SAAS,CAAA;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,SAAS,CAAA;CACxB;AAED,eAAO,MAAM,IAAI,GAAI,+EASlB,SAAS,4CAiBX,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ export interface ChipGroupProps extends HTMLAttributes<HTMLDivElement> {
3
+ gap?: number;
4
+ scrollable?: boolean;
5
+ }
6
+ export declare const ChipGroup: ({ gap, scrollable, className, style, children, ...rest }: ChipGroupProps) => import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=ChipGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChipGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/Chip/ChipGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAG3C,MAAM,WAAW,cAAe,SAAQ,cAAc,CAAC,cAAc,CAAC;IACpE,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,eAAO,MAAM,SAAS,GAAI,0DAOvB,cAAc,4CAQhB,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from './Chip';
2
+ export * from './ChipGroup';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Chip/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA"}
@@ -0,0 +1,10 @@
1
+ export interface DatePickerProps {
2
+ value?: string;
3
+ onChange?: (value: string) => void;
4
+ placeholder?: string;
5
+ disabled?: boolean;
6
+ min?: string;
7
+ max?: string;
8
+ }
9
+ export declare const DatePicker: ({ value, onChange, placeholder, disabled, min, max, }: DatePickerProps) => import("react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=DatePicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/DatePicker.tsx"],"names":[],"mappings":"AAIA,MAAM,WAAW,eAAe;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAClC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;CACb;AAiBD,eAAO,MAAM,UAAU,GAAI,uDAOxB,eAAe,4CAuGjB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './DatePicker';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
@@ -0,0 +1,26 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface DropdownOption {
3
+ value: string;
4
+ label: ReactNode;
5
+ disabled?: boolean;
6
+ }
7
+ type SingleProps = {
8
+ multiple?: false;
9
+ value?: string;
10
+ onChange?: (value: string) => void;
11
+ };
12
+ type MultiProps = {
13
+ multiple: true;
14
+ value?: string[];
15
+ onChange?: (value: string[]) => void;
16
+ };
17
+ export type DropdownProps = {
18
+ options: DropdownOption[];
19
+ placeholder?: string;
20
+ disabled?: boolean;
21
+ size?: 'large' | 'medium' | 'small';
22
+ fullWidth?: boolean;
23
+ } & (SingleProps | MultiProps);
24
+ export declare const Dropdown: (props: DropdownProps) => import("react/jsx-runtime").JSX.Element;
25
+ export {};
26
+ //# sourceMappingURL=Dropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/Dropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgD,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAKpF,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,SAAS,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,KAAK,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CACnC,CAAA;AAED,KAAK,UAAU,GAAG;IAChB,QAAQ,EAAE,IAAI,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;IAChB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;CACrC,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,EAAE,cAAc,EAAE,CAAA;IACzB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IACnC,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,GAAG,CAAC,WAAW,GAAG,UAAU,CAAC,CAAA;AAQ9B,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,4CA6H5C,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './Dropdown';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
@@ -0,0 +1,10 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface EmptyStateProps {
3
+ icon?: ReactNode;
4
+ title: ReactNode;
5
+ description?: ReactNode;
6
+ action?: ReactNode;
7
+ size?: 'small' | 'medium' | 'large';
8
+ }
9
+ export declare const EmptyState: ({ icon, title, description, action, size, }: EmptyStateProps) => import("react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=EmptyState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState.d.ts","sourceRoot":"","sources":["../../../../src/components/EmptyState/EmptyState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,KAAK,EAAE,SAAS,CAAA;IAChB,WAAW,CAAC,EAAE,SAAS,CAAA;IACvB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;CACpC;AAID,eAAO,MAAM,UAAU,GAAI,6CAMxB,eAAe,4CASjB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './EmptyState';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/EmptyState/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
@@ -0,0 +1,17 @@
1
+ import { Component, type ErrorInfo, type ReactNode } from 'react';
2
+ interface Props {
3
+ children: ReactNode;
4
+ fallback?: (error: Error, reset: () => void) => ReactNode;
5
+ }
6
+ interface State {
7
+ error: Error | null;
8
+ }
9
+ export declare class ErrorBoundary extends Component<Props, State> {
10
+ state: State;
11
+ static getDerivedStateFromError(error: Error): State;
12
+ componentDidCatch(error: Error, info: ErrorInfo): void;
13
+ reset: () => void;
14
+ render(): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
15
+ }
16
+ export {};
17
+ //# sourceMappingURL=ErrorBoundary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjE,UAAU,KAAK;IACb,QAAQ,EAAE,SAAS,CAAA;IACnB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,IAAI,KAAK,SAAS,CAAA;CAC1D;AAED,UAAU,KAAK;IACb,KAAK,EAAE,KAAK,GAAG,IAAI,CAAA;CACpB;AAED,qBAAa,aAAc,SAAQ,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC;IACxD,KAAK,EAAE,KAAK,CAAkB;IAE9B,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK;IAIpD,iBAAiB,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS;IAM/C,KAAK,aAAuC;IAE5C,MAAM;CAqCP"}
@@ -0,0 +1,9 @@
1
+ import type { ImgHTMLAttributes } from 'react';
2
+ export type GraphicName = 'avatar-association' | 'avatar-check-avatar' | 'avatar-corporation' | 'avatar-counselor' | 'avatar-default' | 'avatar-fp' | 'avatar-man-8-18' | 'avatar-man-19-39' | 'avatar-man-40-49' | 'avatar-man-50-59' | 'avatar-man-60' | 'avatar-man-60-alt' | 'avatar-staff' | 'avatar-unborn' | 'avatar-woman-19-39' | 'avatar-woman-40-49' | 'avatar-woman-40-49-alt' | 'avatar-woman-50-59' | 'avatar-woman-50-59-alt' | 'avatar-woman-60' | 'feedback-check' | 'feedback-empty' | 'feedback-problem' | 'feedback-send';
3
+ export declare const GRAPHIC_NAMES: GraphicName[];
4
+ export interface GraphicProps extends Omit<ImgHTMLAttributes<HTMLImageElement>, 'src'> {
5
+ name: GraphicName;
6
+ size?: number | string;
7
+ }
8
+ export declare const Graphic: ({ name, size, alt, style, ...rest }: GraphicProps) => import("react/jsx-runtime").JSX.Element | null;
9
+ //# sourceMappingURL=Graphic.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Graphic.d.ts","sourceRoot":"","sources":["../../../../src/components/Graphic/Graphic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAsB9C,MAAM,MAAM,WAAW,GACnB,oBAAoB,GAAG,qBAAqB,GAAG,oBAAoB,GACnE,kBAAkB,GAAG,gBAAgB,GAAG,WAAW,GACnD,iBAAiB,GAAG,kBAAkB,GAAG,kBAAkB,GAC3D,kBAAkB,GAAG,eAAe,GAAG,mBAAmB,GAC1D,cAAc,GAAG,eAAe,GAChC,oBAAoB,GAAG,oBAAoB,GAAG,wBAAwB,GACtE,oBAAoB,GAAG,wBAAwB,GAAG,iBAAiB,GACnE,gBAAgB,GAAG,gBAAgB,GAAG,kBAAkB,GAAG,eAAe,CAAA;AAE9E,eAAO,MAAM,aAAa,EAAmC,WAAW,EAAE,CAAA;AAE1E,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,EAAE,KAAK,CAAC;IACpF,IAAI,EAAE,WAAW,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACvB;AAED,eAAO,MAAM,OAAO,GAAI,qCAA0C,YAAY,mDAW7E,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './Graphic';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Graphic/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * HeroOrb — 구체 위도선(latitude lines) 기반 listening orb
3
+ *
4
+ * 시각 구조:
5
+ * - N개의 타원(ellipse)이 위도선처럼 쌓여 구체 실루엣을 형성
6
+ * - 각 타원은 화면 좌우 gradient(왼쪽=어두운 오렌지, 오른쪽=밝은 오렌지)로 채색
7
+ * - 파형 애니메이션: 숨쉬기(breath) + 물결(ripple) 3중 레이어 → "듣고 있는 것처럼"
8
+ */
9
+ export declare function HeroOrb(): import("react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=HeroOrb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeroOrb.d.ts","sourceRoot":"","sources":["../../../../src/components/HeroOrb/HeroOrb.tsx"],"names":[],"mappings":"AAGA;;;;;;;GAOG;AACH,wBAAgB,OAAO,4CAkGtB"}
@@ -0,0 +1,10 @@
1
+ interface HexOrbProps {
2
+ size?: number;
3
+ lineCount?: number;
4
+ speed?: number;
5
+ color?: string;
6
+ className?: string;
7
+ }
8
+ export declare function HexOrb({ size, lineCount, speed, color, className, }: HexOrbProps): import("react/jsx-runtime").JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=HexOrb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HexOrb.d.ts","sourceRoot":"","sources":["../../../../src/components/HexOrb/HexOrb.tsx"],"names":[],"mappings":"AAEA,UAAU,WAAW;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,wBAAgB,MAAM,CAAC,EACrB,IAAU,EACV,SAAc,EACd,KAAc,EACd,KAAmC,EACnC,SAAS,GACV,EAAE,WAAW,2CA8Eb"}
@@ -0,0 +1,20 @@
1
+ import type { SVGProps } from 'react';
2
+ type IconProps = SVGProps<SVGSVGElement> & {
3
+ size?: number | string;
4
+ };
5
+ export declare const CheckIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const CloseIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const PlusIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export declare const SearchIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
9
+ export declare const ExclamationIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
10
+ export declare const ArrowRightIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
11
+ export declare const FlashIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
12
+ export declare const ChevronDownIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
13
+ export declare const ChevronRightIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
14
+ export declare const ChevronLeftIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
15
+ export declare const InfoIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
16
+ export declare const ExclamationMarkIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
17
+ export declare const InfoMarkIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
18
+ export declare const ExternalLinkIcon: ({ size, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
19
+ export {};
20
+ //# sourceMappingURL=Icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAErC,KAAK,SAAS,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG;IAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAAA;AAcrE,eAAO,MAAM,SAAS,GAAI,mBAAmB,SAAS,4CAIrD,CAAA;AAED,eAAO,MAAM,SAAS,GAAI,mBAAmB,SAAS,4CAKrD,CAAA;AAED,eAAO,MAAM,QAAQ,GAAI,mBAAmB,SAAS,4CAKpD,CAAA;AAED,eAAO,MAAM,UAAU,GAAI,mBAAmB,SAAS,4CAKtD,CAAA;AAED,eAAO,MAAM,eAAe,GAAI,mBAAmB,SAAS,4CAM3D,CAAA;AAED,eAAO,MAAM,cAAc,GAAI,mBAAmB,SAAS,4CAK1D,CAAA;AAED,eAAO,MAAM,SAAS,GAAI,mBAAmB,SAAS,4CAIrD,CAAA;AAED,eAAO,MAAM,eAAe,GAAI,mBAAmB,SAAS,4CAI3D,CAAA;AAED,eAAO,MAAM,gBAAgB,GAAI,mBAAmB,SAAS,4CAI5D,CAAA;AAED,eAAO,MAAM,eAAe,GAAI,mBAAmB,SAAS,4CAI3D,CAAA;AAED,eAAO,MAAM,QAAQ,GAAI,mBAAmB,SAAS,4CAMpD,CAAA;AAGD,eAAO,MAAM,mBAAmB,GAAI,mBAAmB,SAAS,4CAK/D,CAAA;AAED,eAAO,MAAM,YAAY,GAAI,mBAAmB,SAAS,4CAKxD,CAAA;AAED,eAAO,MAAM,gBAAgB,GAAI,mBAAmB,SAAS,4CAM5D,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './Icon';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA"}
@@ -0,0 +1,11 @@
1
+ import type { ButtonHTMLAttributes, ReactNode } from 'react';
2
+ export type IconButtonVariant = 'filled' | 'outline';
3
+ export type IconButtonSize = 'large' | 'medium' | 'small' | 'xSmall';
4
+ export interface IconButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
5
+ variant?: IconButtonVariant;
6
+ size?: IconButtonSize;
7
+ icon: ReactNode;
8
+ 'aria-label': string;
9
+ }
10
+ export declare const IconButton: ({ variant, size, icon, className, ...rest }: IconButtonProps) => import("react/jsx-runtime").JSX.Element;
11
+ //# sourceMappingURL=IconButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../src/components/IconButton/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAI5D,MAAM,MAAM,iBAAiB,GAAG,QAAQ,GAAG,SAAS,CAAA;AACpD,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAA;AAEpE,MAAM,WAAW,eAAgB,SAAQ,oBAAoB,CAAC,iBAAiB,CAAC;IAC9E,OAAO,CAAC,EAAE,iBAAiB,CAAA;IAC3B,IAAI,CAAC,EAAE,cAAc,CAAA;IACrB,IAAI,EAAE,SAAS,CAAA;IACf,YAAY,EAAE,MAAM,CAAA;CACrB;AAED,eAAO,MAAM,UAAU,GAAI,6CAMxB,eAAe,4CAQjB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './IconButton';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/IconButton/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
@@ -0,0 +1,16 @@
1
+ import type { ReactNode, MouseEventHandler } from 'react';
2
+ export interface ListProps {
3
+ children: ReactNode;
4
+ bordered?: boolean;
5
+ }
6
+ export declare const List: ({ children, bordered }: ListProps) => import("react/jsx-runtime").JSX.Element;
7
+ export interface ListItemProps {
8
+ leading?: ReactNode;
9
+ title: ReactNode;
10
+ description?: ReactNode;
11
+ trailing?: ReactNode;
12
+ onClick?: MouseEventHandler<HTMLLIElement>;
13
+ active?: boolean;
14
+ }
15
+ export declare const ListItem: ({ leading, title, description, trailing, onClick, active, }: ListItemProps) => import("react/jsx-runtime").JSX.Element;
16
+ //# sourceMappingURL=List.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../../../src/components/List/List.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAGzD,MAAM,WAAW,SAAS;IACxB,QAAQ,EAAE,SAAS,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,IAAI,GAAI,wBAAwB,SAAS,4CAErD,CAAA;AAED,MAAM,WAAW,aAAa;IAC5B,OAAO,CAAC,EAAE,SAAS,CAAA;IACnB,KAAK,EAAE,SAAS,CAAA;IAChB,WAAW,CAAC,EAAE,SAAS,CAAA;IACvB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,OAAO,CAAC,EAAE,iBAAiB,CAAC,aAAa,CAAC,CAAA;IAC1C,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;AAED,eAAO,MAAM,QAAQ,GAAI,6DAOtB,aAAa,4CAYf,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './List';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/List/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA"}