@plaidlabs/ui 0.0.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 (368) hide show
  1. package/dist/components/basic/avatar/Avatar.css.d.ts +53 -0
  2. package/dist/components/basic/avatar/Avatar.d.ts +13 -0
  3. package/dist/components/basic/avatar/Avatar.stories.d.ts +38 -0
  4. package/dist/components/basic/avatar/index.d.ts +2 -0
  5. package/dist/components/basic/bottom-tab/BottomTab.css.d.ts +33 -0
  6. package/dist/components/basic/bottom-tab/BottomTab.d.ts +14 -0
  7. package/dist/components/basic/bottom-tab/BottomTab.stories.d.ts +24 -0
  8. package/dist/components/basic/bottom-tab/index.d.ts +2 -0
  9. package/dist/components/basic/button/Button.css.d.ts +58 -0
  10. package/dist/components/basic/button/Button.d.ts +17 -0
  11. package/dist/components/basic/button/Button.stories.d.ts +45 -0
  12. package/dist/components/basic/button/index.d.ts +2 -0
  13. package/dist/components/basic/checkbox/Checkbox.css.d.ts +64 -0
  14. package/dist/components/basic/checkbox/Checkbox.d.ts +10 -0
  15. package/dist/components/basic/checkbox/Checkbox.stories.d.ts +45 -0
  16. package/dist/components/basic/checkbox/index.d.ts +2 -0
  17. package/dist/components/basic/chip/Chip.css.d.ts +46 -0
  18. package/dist/components/basic/chip/Chip.d.ts +16 -0
  19. package/dist/components/basic/chip/Chip.stories.d.ts +50 -0
  20. package/dist/components/basic/chip/index.d.ts +2 -0
  21. package/dist/components/basic/close/Close.css.d.ts +15 -0
  22. package/dist/components/basic/close/Close.d.ts +10 -0
  23. package/dist/components/basic/close/Close.stories.d.ts +39 -0
  24. package/dist/components/basic/close/index.d.ts +2 -0
  25. package/dist/components/basic/guide-text/GuideText.css.d.ts +17 -0
  26. package/dist/components/basic/guide-text/GuideText.d.ts +8 -0
  27. package/dist/components/basic/guide-text/GuideText.stories.d.ts +34 -0
  28. package/dist/components/basic/guide-text/index.d.ts +2 -0
  29. package/dist/components/basic/link/Link.css.d.ts +17 -0
  30. package/dist/components/basic/link/Link.d.ts +11 -0
  31. package/dist/components/basic/link/Link.stories.d.ts +44 -0
  32. package/dist/components/basic/link/index.d.ts +2 -0
  33. package/dist/components/basic/lnb-item/LnbItem.css.d.ts +54 -0
  34. package/dist/components/basic/lnb-item/LnbItem.d.ts +22 -0
  35. package/dist/components/basic/lnb-item/LnbItem.stories.d.ts +59 -0
  36. package/dist/components/basic/lnb-item/index.d.ts +2 -0
  37. package/dist/components/basic/loading/Loading.css.d.ts +70 -0
  38. package/dist/components/basic/loading/Loading.d.ts +9 -0
  39. package/dist/components/basic/loading/Loading.stories.d.ts +34 -0
  40. package/dist/components/basic/loading/index.d.ts +2 -0
  41. package/dist/components/basic/notice/Notice.css.d.ts +27 -0
  42. package/dist/components/basic/notice/Notice.d.ts +9 -0
  43. package/dist/components/basic/notice/Notice.stories.d.ts +38 -0
  44. package/dist/components/basic/notice/index.d.ts +2 -0
  45. package/dist/components/basic/page-header/PageHeader.css.d.ts +16 -0
  46. package/dist/components/basic/page-header/PageHeader.d.ts +12 -0
  47. package/dist/components/basic/page-header/PageHeader.stories.d.ts +47 -0
  48. package/dist/components/basic/page-header/index.d.ts +2 -0
  49. package/dist/components/basic/pagination/Pagination.css.d.ts +30 -0
  50. package/dist/components/basic/pagination/Pagination.d.ts +9 -0
  51. package/dist/components/basic/pagination/Pagination.stories.d.ts +52 -0
  52. package/dist/components/basic/pagination/index.d.ts +2 -0
  53. package/dist/components/basic/stepper/Stepper.css.d.ts +34 -0
  54. package/dist/components/basic/stepper/Stepper.d.ts +10 -0
  55. package/dist/components/basic/stepper/Stepper.stories.d.ts +46 -0
  56. package/dist/components/basic/stepper/index.d.ts +2 -0
  57. package/dist/components/basic/tab/Tab.css.d.ts +3 -0
  58. package/dist/components/basic/tab/Tab.d.ts +22 -0
  59. package/dist/components/basic/tab/Tab.stories.d.ts +14 -0
  60. package/dist/components/basic/tab/index.d.ts +2 -0
  61. package/dist/components/basic/text-area/TextArea.css.d.ts +69 -0
  62. package/dist/components/basic/text-area/TextArea.d.ts +10 -0
  63. package/dist/components/basic/text-area/TextArea.stories.d.ts +42 -0
  64. package/dist/components/basic/text-area/index.d.ts +2 -0
  65. package/dist/components/basic/text-field/TextField.css.d.ts +84 -0
  66. package/dist/components/basic/text-field/TextField.d.ts +12 -0
  67. package/dist/components/basic/text-field/TextField.stories.d.ts +38 -0
  68. package/dist/components/basic/text-field/index.d.ts +2 -0
  69. package/dist/components/basic/toggle/Toggle.css.d.ts +52 -0
  70. package/dist/components/basic/toggle/Toggle.d.ts +9 -0
  71. package/dist/components/basic/toggle/Toggle.stories.d.ts +31 -0
  72. package/dist/components/basic/toggle/index.d.ts +2 -0
  73. package/dist/components/complex/dropdown/Dropdown.d.ts +22 -0
  74. package/dist/components/complex/dropdown/Dropdown.stories.d.ts +93 -0
  75. package/dist/components/complex/dropdown/dropdown.css.d.ts +63 -0
  76. package/dist/components/complex/dropdown/index.d.ts +2 -0
  77. package/dist/components/complex/modal/Modal.css.d.ts +49 -0
  78. package/dist/components/complex/modal/Modal.d.ts +42 -0
  79. package/dist/components/complex/modal/Modal.stories.d.ts +24 -0
  80. package/dist/components/complex/modal/index.d.ts +2 -0
  81. package/dist/components/complex/popup/Popup.css.d.ts +40 -0
  82. package/dist/components/complex/popup/Popup.d.ts +42 -0
  83. package/dist/components/complex/popup/Popup.stories.d.ts +25 -0
  84. package/dist/components/complex/popup/index.d.ts +2 -0
  85. package/dist/components/index.d.ts +19 -0
  86. package/dist/icons/components/filled/IconOnline.d.ts +3 -0
  87. package/dist/icons/components/filled/IconUserProfile.d.ts +3 -0
  88. package/dist/icons/components/filled/index.d.ts +9 -0
  89. package/dist/icons/components/outline/IconActivity.d.ts +3 -0
  90. package/dist/icons/components/outline/IconAlertOctagon.d.ts +3 -0
  91. package/dist/icons/components/outline/IconAlignCenter.d.ts +3 -0
  92. package/dist/icons/components/outline/IconAlignJustify.d.ts +3 -0
  93. package/dist/icons/components/outline/IconAlignLeft.d.ts +3 -0
  94. package/dist/icons/components/outline/IconAlignRight.d.ts +3 -0
  95. package/dist/icons/components/outline/IconAnchor.d.ts +3 -0
  96. package/dist/icons/components/outline/IconArchive.d.ts +3 -0
  97. package/dist/icons/components/outline/IconArrowCircleDown.d.ts +3 -0
  98. package/dist/icons/components/outline/IconArrowCircleLeft.d.ts +3 -0
  99. package/dist/icons/components/outline/IconArrowCircleRight.d.ts +3 -0
  100. package/dist/icons/components/outline/IconArrowCircleUp.d.ts +3 -0
  101. package/dist/icons/components/outline/IconArrowDiagonalDownleft.d.ts +3 -0
  102. package/dist/icons/components/outline/IconArrowDiagonalDownleftSmall.d.ts +3 -0
  103. package/dist/icons/components/outline/IconArrowDiagonalDownright.d.ts +3 -0
  104. package/dist/icons/components/outline/IconArrowDiagonalDownrightSmall.d.ts +3 -0
  105. package/dist/icons/components/outline/IconArrowDiagonalUpleft.d.ts +3 -0
  106. package/dist/icons/components/outline/IconArrowDiagonalUpleftSmall.d.ts +3 -0
  107. package/dist/icons/components/outline/IconArrowDiagonalUpright.d.ts +3 -0
  108. package/dist/icons/components/outline/IconArrowDiagonalUprightSmall.d.ts +3 -0
  109. package/dist/icons/components/outline/IconArrowDown.d.ts +3 -0
  110. package/dist/icons/components/outline/IconArrowDownSmall.d.ts +3 -0
  111. package/dist/icons/components/outline/IconArrowDownleft.d.ts +3 -0
  112. package/dist/icons/components/outline/IconArrowDownright.d.ts +3 -0
  113. package/dist/icons/components/outline/IconArrowLeft.d.ts +3 -0
  114. package/dist/icons/components/outline/IconArrowLeftSmall.d.ts +3 -0
  115. package/dist/icons/components/outline/IconArrowLeftdown.d.ts +3 -0
  116. package/dist/icons/components/outline/IconArrowLeftup.d.ts +3 -0
  117. package/dist/icons/components/outline/IconArrowRight.d.ts +3 -0
  118. package/dist/icons/components/outline/IconArrowRightSmall.d.ts +3 -0
  119. package/dist/icons/components/outline/IconArrowRightdown.d.ts +3 -0
  120. package/dist/icons/components/outline/IconArrowRightup.d.ts +3 -0
  121. package/dist/icons/components/outline/IconArrowUp.d.ts +3 -0
  122. package/dist/icons/components/outline/IconArrowUpSmall.d.ts +3 -0
  123. package/dist/icons/components/outline/IconArrowUpleft.d.ts +3 -0
  124. package/dist/icons/components/outline/IconArrowUpright.d.ts +3 -0
  125. package/dist/icons/components/outline/IconAward.d.ts +3 -0
  126. package/dist/icons/components/outline/IconBarChart1.d.ts +3 -0
  127. package/dist/icons/components/outline/IconBarChart2.d.ts +3 -0
  128. package/dist/icons/components/outline/IconBattery.d.ts +3 -0
  129. package/dist/icons/components/outline/IconBatteryCharging.d.ts +3 -0
  130. package/dist/icons/components/outline/IconBell.d.ts +3 -0
  131. package/dist/icons/components/outline/IconBellOff.d.ts +3 -0
  132. package/dist/icons/components/outline/IconBluetooth.d.ts +3 -0
  133. package/dist/icons/components/outline/IconBold.d.ts +3 -0
  134. package/dist/icons/components/outline/IconBook.d.ts +3 -0
  135. package/dist/icons/components/outline/IconBookOpen.d.ts +3 -0
  136. package/dist/icons/components/outline/IconBookmark.d.ts +3 -0
  137. package/dist/icons/components/outline/IconBox.d.ts +3 -0
  138. package/dist/icons/components/outline/IconBriefcase.d.ts +3 -0
  139. package/dist/icons/components/outline/IconCalendar.d.ts +3 -0
  140. package/dist/icons/components/outline/IconCall.d.ts +3 -0
  141. package/dist/icons/components/outline/IconCallCalling.d.ts +3 -0
  142. package/dist/icons/components/outline/IconCallForwarded.d.ts +3 -0
  143. package/dist/icons/components/outline/IconCallIn.d.ts +3 -0
  144. package/dist/icons/components/outline/IconCallMissed.d.ts +3 -0
  145. package/dist/icons/components/outline/IconCallOff.d.ts +3 -0
  146. package/dist/icons/components/outline/IconCallOut.d.ts +3 -0
  147. package/dist/icons/components/outline/IconCamera.d.ts +3 -0
  148. package/dist/icons/components/outline/IconCameraOff.d.ts +3 -0
  149. package/dist/icons/components/outline/IconCard.d.ts +3 -0
  150. package/dist/icons/components/outline/IconCast.d.ts +3 -0
  151. package/dist/icons/components/outline/IconCenter.d.ts +3 -0
  152. package/dist/icons/components/outline/IconChatCircle.d.ts +3 -0
  153. package/dist/icons/components/outline/IconChatRectangle.d.ts +3 -0
  154. package/dist/icons/components/outline/IconCheck.d.ts +3 -0
  155. package/dist/icons/components/outline/IconChevron2Down.d.ts +3 -0
  156. package/dist/icons/components/outline/IconChevron2DownLight.d.ts +3 -0
  157. package/dist/icons/components/outline/IconChevron2Left.d.ts +3 -0
  158. package/dist/icons/components/outline/IconChevron2LeftLight.d.ts +3 -0
  159. package/dist/icons/components/outline/IconChevron2Right.d.ts +3 -0
  160. package/dist/icons/components/outline/IconChevron2RightLight.d.ts +3 -0
  161. package/dist/icons/components/outline/IconChevron2Up.d.ts +3 -0
  162. package/dist/icons/components/outline/IconChevron2UpLight.d.ts +3 -0
  163. package/dist/icons/components/outline/IconChevronDown.d.ts +3 -0
  164. package/dist/icons/components/outline/IconChevronDownSmall.d.ts +3 -0
  165. package/dist/icons/components/outline/IconChevronLeft.d.ts +3 -0
  166. package/dist/icons/components/outline/IconChevronLeftSmall.d.ts +3 -0
  167. package/dist/icons/components/outline/IconChevronRight.d.ts +3 -0
  168. package/dist/icons/components/outline/IconChevronRightSmall.d.ts +3 -0
  169. package/dist/icons/components/outline/IconChevronUp.d.ts +3 -0
  170. package/dist/icons/components/outline/IconChevronUpSmall.d.ts +3 -0
  171. package/dist/icons/components/outline/IconCircle.d.ts +3 -0
  172. package/dist/icons/components/outline/IconClip.d.ts +3 -0
  173. package/dist/icons/components/outline/IconClipboard.d.ts +3 -0
  174. package/dist/icons/components/outline/IconClock.d.ts +3 -0
  175. package/dist/icons/components/outline/IconCloud.d.ts +3 -0
  176. package/dist/icons/components/outline/IconCloudDownload.d.ts +3 -0
  177. package/dist/icons/components/outline/IconCloudLighting.d.ts +3 -0
  178. package/dist/icons/components/outline/IconCloudRain1.d.ts +3 -0
  179. package/dist/icons/components/outline/IconCloudRain2.d.ts +3 -0
  180. package/dist/icons/components/outline/IconCloudSnow.d.ts +3 -0
  181. package/dist/icons/components/outline/IconCloudUpload.d.ts +3 -0
  182. package/dist/icons/components/outline/IconCode.d.ts +3 -0
  183. package/dist/icons/components/outline/IconCoffee.d.ts +3 -0
  184. package/dist/icons/components/outline/IconCoin.d.ts +3 -0
  185. package/dist/icons/components/outline/IconColumn.d.ts +3 -0
  186. package/dist/icons/components/outline/IconCompass.d.ts +3 -0
  187. package/dist/icons/components/outline/IconCopy.d.ts +3 -0
  188. package/dist/icons/components/outline/IconCpu.d.ts +3 -0
  189. package/dist/icons/components/outline/IconCrop.d.ts +3 -0
  190. package/dist/icons/components/outline/IconCrosshair.d.ts +3 -0
  191. package/dist/icons/components/outline/IconDelete.d.ts +3 -0
  192. package/dist/icons/components/outline/IconDisc.d.ts +3 -0
  193. package/dist/icons/components/outline/IconDollar.d.ts +3 -0
  194. package/dist/icons/components/outline/IconDownload.d.ts +3 -0
  195. package/dist/icons/components/outline/IconDroplet.d.ts +3 -0
  196. package/dist/icons/components/outline/IconEdit1.d.ts +3 -0
  197. package/dist/icons/components/outline/IconEdit2.d.ts +3 -0
  198. package/dist/icons/components/outline/IconEdit3.d.ts +3 -0
  199. package/dist/icons/components/outline/IconEnergy.d.ts +3 -0
  200. package/dist/icons/components/outline/IconEnergyOff.d.ts +3 -0
  201. package/dist/icons/components/outline/IconExternalLink.d.ts +3 -0
  202. package/dist/icons/components/outline/IconEye.d.ts +3 -0
  203. package/dist/icons/components/outline/IconEyeOff.d.ts +3 -0
  204. package/dist/icons/components/outline/IconFastForward.d.ts +3 -0
  205. package/dist/icons/components/outline/IconFeather.d.ts +3 -0
  206. package/dist/icons/components/outline/IconFileMinus.d.ts +3 -0
  207. package/dist/icons/components/outline/IconFilePlus.d.ts +3 -0
  208. package/dist/icons/components/outline/IconFilm.d.ts +3 -0
  209. package/dist/icons/components/outline/IconFlag.d.ts +3 -0
  210. package/dist/icons/components/outline/IconFlter.d.ts +3 -0
  211. package/dist/icons/components/outline/IconFocus.d.ts +3 -0
  212. package/dist/icons/components/outline/IconFolder.d.ts +3 -0
  213. package/dist/icons/components/outline/IconFolderMinus.d.ts +3 -0
  214. package/dist/icons/components/outline/IconFolderPlus.d.ts +3 -0
  215. package/dist/icons/components/outline/IconFrame.d.ts +3 -0
  216. package/dist/icons/components/outline/IconFrown.d.ts +3 -0
  217. package/dist/icons/components/outline/IconGift.d.ts +3 -0
  218. package/dist/icons/components/outline/IconGlobe.d.ts +3 -0
  219. package/dist/icons/components/outline/IconGrid.d.ts +3 -0
  220. package/dist/icons/components/outline/IconHardDrive.d.ts +3 -0
  221. package/dist/icons/components/outline/IconHash.d.ts +3 -0
  222. package/dist/icons/components/outline/IconHeadphones.d.ts +3 -0
  223. package/dist/icons/components/outline/IconHeart.d.ts +3 -0
  224. package/dist/icons/components/outline/IconHelpCircle.d.ts +3 -0
  225. package/dist/icons/components/outline/IconHelpCircleSmall.d.ts +3 -0
  226. package/dist/icons/components/outline/IconHexagon.d.ts +3 -0
  227. package/dist/icons/components/outline/IconHome.d.ts +3 -0
  228. package/dist/icons/components/outline/IconImage.d.ts +3 -0
  229. package/dist/icons/components/outline/IconInbox.d.ts +3 -0
  230. package/dist/icons/components/outline/IconInfo.d.ts +3 -0
  231. package/dist/icons/components/outline/IconInfoSmall.d.ts +3 -0
  232. package/dist/icons/components/outline/IconItalic.d.ts +3 -0
  233. package/dist/icons/components/outline/IconKey.d.ts +3 -0
  234. package/dist/icons/components/outline/IconLayer.d.ts +3 -0
  235. package/dist/icons/components/outline/IconLayout.d.ts +3 -0
  236. package/dist/icons/components/outline/IconLifeBuoy.d.ts +3 -0
  237. package/dist/icons/components/outline/IconLinkDiagonal.d.ts +3 -0
  238. package/dist/icons/components/outline/IconLinkHorizontal.d.ts +3 -0
  239. package/dist/icons/components/outline/IconList.d.ts +3 -0
  240. package/dist/icons/components/outline/IconLoader.d.ts +3 -0
  241. package/dist/icons/components/outline/IconLock.d.ts +3 -0
  242. package/dist/icons/components/outline/IconLogin.d.ts +3 -0
  243. package/dist/icons/components/outline/IconLogout.d.ts +3 -0
  244. package/dist/icons/components/outline/IconMail.d.ts +3 -0
  245. package/dist/icons/components/outline/IconMap.d.ts +3 -0
  246. package/dist/icons/components/outline/IconMaximize.d.ts +3 -0
  247. package/dist/icons/components/outline/IconMenu.d.ts +3 -0
  248. package/dist/icons/components/outline/IconMic.d.ts +3 -0
  249. package/dist/icons/components/outline/IconMicOff.d.ts +3 -0
  250. package/dist/icons/components/outline/IconMinimize.d.ts +3 -0
  251. package/dist/icons/components/outline/IconMinus.d.ts +3 -0
  252. package/dist/icons/components/outline/IconMinusCircle.d.ts +3 -0
  253. package/dist/icons/components/outline/IconMinusSquare.d.ts +3 -0
  254. package/dist/icons/components/outline/IconMonitor.d.ts +3 -0
  255. package/dist/icons/components/outline/IconMoon.d.ts +3 -0
  256. package/dist/icons/components/outline/IconMoreHorizontal.d.ts +3 -0
  257. package/dist/icons/components/outline/IconMoreVertical.d.ts +3 -0
  258. package/dist/icons/components/outline/IconMove.d.ts +3 -0
  259. package/dist/icons/components/outline/IconMusic.d.ts +3 -0
  260. package/dist/icons/components/outline/IconNavigation1.d.ts +3 -0
  261. package/dist/icons/components/outline/IconNavigation2.d.ts +3 -0
  262. package/dist/icons/components/outline/IconNeutral.d.ts +3 -0
  263. package/dist/icons/components/outline/IconOctagon.d.ts +3 -0
  264. package/dist/icons/components/outline/IconPackage.d.ts +3 -0
  265. package/dist/icons/components/outline/IconPause.d.ts +3 -0
  266. package/dist/icons/components/outline/IconPauseCircle.d.ts +3 -0
  267. package/dist/icons/components/outline/IconPercent.d.ts +3 -0
  268. package/dist/icons/components/outline/IconPhone.d.ts +3 -0
  269. package/dist/icons/components/outline/IconPiechart.d.ts +3 -0
  270. package/dist/icons/components/outline/IconPin.d.ts +3 -0
  271. package/dist/icons/components/outline/IconPlay.d.ts +3 -0
  272. package/dist/icons/components/outline/IconPlayCircle.d.ts +3 -0
  273. package/dist/icons/components/outline/IconPlus.d.ts +3 -0
  274. package/dist/icons/components/outline/IconPlusCircle.d.ts +3 -0
  275. package/dist/icons/components/outline/IconPlusSquare.d.ts +3 -0
  276. package/dist/icons/components/outline/IconPocket.d.ts +3 -0
  277. package/dist/icons/components/outline/IconPower.d.ts +3 -0
  278. package/dist/icons/components/outline/IconPrinter.d.ts +3 -0
  279. package/dist/icons/components/outline/IconProhibition.d.ts +3 -0
  280. package/dist/icons/components/outline/IconRadio.d.ts +3 -0
  281. package/dist/icons/components/outline/IconRefresh1.d.ts +3 -0
  282. package/dist/icons/components/outline/IconRefresh2.d.ts +3 -0
  283. package/dist/icons/components/outline/IconRepeat.d.ts +3 -0
  284. package/dist/icons/components/outline/IconRewind.d.ts +3 -0
  285. package/dist/icons/components/outline/IconRollBack.d.ts +3 -0
  286. package/dist/icons/components/outline/IconRollForward.d.ts +3 -0
  287. package/dist/icons/components/outline/IconRss.d.ts +3 -0
  288. package/dist/icons/components/outline/IconSandbox.d.ts +3 -0
  289. package/dist/icons/components/outline/IconSave.d.ts +3 -0
  290. package/dist/icons/components/outline/IconScissors.d.ts +3 -0
  291. package/dist/icons/components/outline/IconSearch.d.ts +3 -0
  292. package/dist/icons/components/outline/IconSend.d.ts +3 -0
  293. package/dist/icons/components/outline/IconServer.d.ts +3 -0
  294. package/dist/icons/components/outline/IconSettings.d.ts +3 -0
  295. package/dist/icons/components/outline/IconShare1.d.ts +3 -0
  296. package/dist/icons/components/outline/IconShare2.d.ts +3 -0
  297. package/dist/icons/components/outline/IconShield.d.ts +3 -0
  298. package/dist/icons/components/outline/IconShieldOff.d.ts +3 -0
  299. package/dist/icons/components/outline/IconShoppingBag.d.ts +3 -0
  300. package/dist/icons/components/outline/IconShoppingCart.d.ts +3 -0
  301. package/dist/icons/components/outline/IconShuffle.d.ts +3 -0
  302. package/dist/icons/components/outline/IconSidebar.d.ts +3 -0
  303. package/dist/icons/components/outline/IconSkipBack.d.ts +3 -0
  304. package/dist/icons/components/outline/IconSkipForward.d.ts +3 -0
  305. package/dist/icons/components/outline/IconSliders.d.ts +3 -0
  306. package/dist/icons/components/outline/IconSmile.d.ts +3 -0
  307. package/dist/icons/components/outline/IconSpeaker.d.ts +3 -0
  308. package/dist/icons/components/outline/IconSquare.d.ts +3 -0
  309. package/dist/icons/components/outline/IconStar.d.ts +3 -0
  310. package/dist/icons/components/outline/IconStopCircle.d.ts +3 -0
  311. package/dist/icons/components/outline/IconSun.d.ts +3 -0
  312. package/dist/icons/components/outline/IconSunrise.d.ts +3 -0
  313. package/dist/icons/components/outline/IconSunset.d.ts +3 -0
  314. package/dist/icons/components/outline/IconTablet.d.ts +3 -0
  315. package/dist/icons/components/outline/IconTag.d.ts +3 -0
  316. package/dist/icons/components/outline/IconTarget.d.ts +3 -0
  317. package/dist/icons/components/outline/IconTemperature.d.ts +3 -0
  318. package/dist/icons/components/outline/IconTextfile.d.ts +3 -0
  319. package/dist/icons/components/outline/IconThumbsDown.d.ts +3 -0
  320. package/dist/icons/components/outline/IconThumbsUp.d.ts +3 -0
  321. package/dist/icons/components/outline/IconTool.d.ts +3 -0
  322. package/dist/icons/components/outline/IconTrash1.d.ts +3 -0
  323. package/dist/icons/components/outline/IconTrash2.d.ts +3 -0
  324. package/dist/icons/components/outline/IconTrendingDown.d.ts +3 -0
  325. package/dist/icons/components/outline/IconTrendingUp.d.ts +3 -0
  326. package/dist/icons/components/outline/IconTriangle.d.ts +3 -0
  327. package/dist/icons/components/outline/IconTruck.d.ts +3 -0
  328. package/dist/icons/components/outline/IconTv.d.ts +3 -0
  329. package/dist/icons/components/outline/IconType.d.ts +3 -0
  330. package/dist/icons/components/outline/IconUmbrella.d.ts +3 -0
  331. package/dist/icons/components/outline/IconUnderline.d.ts +3 -0
  332. package/dist/icons/components/outline/IconUnlock.d.ts +3 -0
  333. package/dist/icons/components/outline/IconUpload.d.ts +3 -0
  334. package/dist/icons/components/outline/IconUser.d.ts +3 -0
  335. package/dist/icons/components/outline/IconUserCheck.d.ts +3 -0
  336. package/dist/icons/components/outline/IconUserMinus.d.ts +3 -0
  337. package/dist/icons/components/outline/IconUserPlus.d.ts +3 -0
  338. package/dist/icons/components/outline/IconUserX.d.ts +3 -0
  339. package/dist/icons/components/outline/IconUsers.d.ts +3 -0
  340. package/dist/icons/components/outline/IconVideo.d.ts +3 -0
  341. package/dist/icons/components/outline/IconVideoOff.d.ts +3 -0
  342. package/dist/icons/components/outline/IconVoicemail.d.ts +3 -0
  343. package/dist/icons/components/outline/IconVolume.d.ts +3 -0
  344. package/dist/icons/components/outline/IconVolume1.d.ts +3 -0
  345. package/dist/icons/components/outline/IconVolume2.d.ts +3 -0
  346. package/dist/icons/components/outline/IconVolumeX.d.ts +3 -0
  347. package/dist/icons/components/outline/IconWatch.d.ts +3 -0
  348. package/dist/icons/components/outline/IconWifi.d.ts +3 -0
  349. package/dist/icons/components/outline/IconWifiOff.d.ts +3 -0
  350. package/dist/icons/components/outline/IconWind.d.ts +3 -0
  351. package/dist/icons/components/outline/IconWireframe.d.ts +3 -0
  352. package/dist/icons/components/outline/IconX.d.ts +3 -0
  353. package/dist/icons/components/outline/IconXCircle.d.ts +3 -0
  354. package/dist/icons/components/outline/IconXOctagon.d.ts +3 -0
  355. package/dist/icons/components/outline/IconXSquare.d.ts +3 -0
  356. package/dist/icons/components/outline/IconZoomIn.d.ts +3 -0
  357. package/dist/icons/components/outline/IconZoomOut.d.ts +3 -0
  358. package/dist/icons/components/outline/index.d.ts +543 -0
  359. package/dist/icons/index.d.ts +5 -0
  360. package/dist/icons/types.d.ts +5 -0
  361. package/dist/index.d.ts +3 -0
  362. package/dist/index.js +17950 -0
  363. package/dist/index.js.map +1 -0
  364. package/dist/style.css +1 -0
  365. package/dist/tokens/colors.css.d.ts +107 -0
  366. package/dist/tokens/index.d.ts +2 -0
  367. package/dist/tokens/typography.css.d.ts +7 -0
  368. package/package.json +32 -0
@@ -0,0 +1,10 @@
1
+ export type StepperColor = 'blue' | 'gray';
2
+ export type StepperSize = 'medium' | 'small';
3
+ export interface StepperProps {
4
+ totalSteps: number;
5
+ currentStep: number;
6
+ size: StepperSize;
7
+ color: StepperColor;
8
+ className?: string;
9
+ }
10
+ export default function Stepper({ totalSteps, currentStep, size, color, className, }: StepperProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,46 @@
1
+ import type { StoryObj } from '@storybook/react-vite';
2
+ import Stepper from './Stepper';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof Stepper;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ tags: string[];
10
+ args: {
11
+ totalSteps: number;
12
+ currentStep: number;
13
+ size: "medium";
14
+ color: "blue";
15
+ };
16
+ argTypes: {
17
+ totalSteps: {
18
+ control: {
19
+ type: "number";
20
+ min: number;
21
+ };
22
+ description: string;
23
+ };
24
+ currentStep: {
25
+ control: {
26
+ type: "number";
27
+ min: number;
28
+ };
29
+ description: string;
30
+ };
31
+ size: {
32
+ control: "select";
33
+ options: string[];
34
+ description: string;
35
+ };
36
+ color: {
37
+ control: "select";
38
+ options: string[];
39
+ description: string;
40
+ };
41
+ };
42
+ };
43
+ export default meta;
44
+ type Story = StoryObj<typeof meta>;
45
+ export declare const Playground: Story;
46
+ export declare const Showcase: Story;
@@ -0,0 +1,2 @@
1
+ export { default as Stepper } from './Stepper.tsx';
2
+ export type { StepperProps, StepperColor, StepperSize } from './Stepper.tsx';
@@ -0,0 +1,3 @@
1
+ export declare const root: string;
2
+ export declare const tabList: string;
3
+ export declare const tab: string;
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+ import { type TabsProps as AriaTabsProps } from 'react-aria-components';
3
+ export interface TabItemBase {
4
+ id: string | number;
5
+ label: React.ReactNode;
6
+ isDisabled?: boolean;
7
+ }
8
+ export interface TabItemWithContent extends TabItemBase {
9
+ content: React.ReactNode;
10
+ }
11
+ export interface TabPropsWithPanel extends Omit<AriaTabsProps, 'children'> {
12
+ items: TabItemWithContent[];
13
+ withPanel?: true;
14
+ className?: string;
15
+ }
16
+ export interface TabPropsWithoutPanel extends Omit<AriaTabsProps, 'children'> {
17
+ items: TabItemBase[];
18
+ withPanel: false;
19
+ className?: string;
20
+ }
21
+ export type TabProps = TabPropsWithPanel | TabPropsWithoutPanel;
22
+ export default function Tab({ items, withPanel, className, ...props }: TabProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ import type { StoryObj } from '@storybook/react-vite';
2
+ import Tab from './Tab';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof Tab;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ tags: string[];
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof meta>;
13
+ export declare const Default: Story;
14
+ export declare const WithDisabled: Story;
@@ -0,0 +1,2 @@
1
+ export { default as Tab } from './Tab.tsx';
2
+ export type { TabProps, TabPropsWithPanel, TabPropsWithoutPanel, TabItemBase, TabItemWithContent, } from './Tab.tsx';
@@ -0,0 +1,69 @@
1
+ export declare const container: import("@vanilla-extract/recipes").RuntimeFn<{
2
+ state: {
3
+ default: {
4
+ borderColor: "#f1f2f6";
5
+ selectors: {
6
+ '&:hover:not(:focus-within)': {
7
+ '@media': {
8
+ '(hover: hover)': {
9
+ borderColor: "#cedff8";
10
+ };
11
+ };
12
+ };
13
+ };
14
+ };
15
+ error: {
16
+ borderColor: "#f1bbbb";
17
+ selectors: {
18
+ '&:hover:not(:focus-within)': {
19
+ '@media': {
20
+ '(hover: hover)': {
21
+ borderColor: "#e98d8d";
22
+ };
23
+ };
24
+ };
25
+ };
26
+ };
27
+ disabled: {
28
+ backgroundColor: string;
29
+ border: string;
30
+ };
31
+ filledDisabled: {
32
+ backgroundColor: string;
33
+ border: string;
34
+ };
35
+ };
36
+ }>;
37
+ export declare const contentWrapper: string;
38
+ export declare const label: string;
39
+ export declare const labelText: import("@vanilla-extract/recipes").RuntimeFn<{
40
+ state: {
41
+ default: {};
42
+ error: {};
43
+ disabled: {
44
+ color: "#c5c7d2";
45
+ };
46
+ filledDisabled: {
47
+ color: "#c5c7d2";
48
+ };
49
+ };
50
+ }>;
51
+ export declare const required: string;
52
+ export declare const textarea: string;
53
+ export declare const textareaWithScroll: string;
54
+ export declare const limitWrapper: string;
55
+ export declare const limitCurrent: import("@vanilla-extract/recipes").RuntimeFn<{
56
+ state: {
57
+ default: {};
58
+ error: {};
59
+ disabled: {
60
+ color: "#c5c7d2";
61
+ };
62
+ filledDisabled: {
63
+ color: "#c5c7d2";
64
+ };
65
+ };
66
+ }>;
67
+ export declare const limitSeparator: string;
68
+ export declare const limitMax: string;
69
+ export declare const guideTextContainer: string;
@@ -0,0 +1,10 @@
1
+ import { TextareaHTMLAttributes, ReactNode } from 'react';
2
+ export interface TextAreaProps extends Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'size'> {
3
+ label: string;
4
+ state?: 'default' | 'error';
5
+ required?: boolean;
6
+ guideText?: ReactNode;
7
+ maxLength?: number;
8
+ }
9
+ declare const TextArea: import("react").ForwardRefExoticComponent<TextAreaProps & import("react").RefAttributes<HTMLTextAreaElement>>;
10
+ export default TextArea;
@@ -0,0 +1,42 @@
1
+ import type { StoryObj } from '@storybook/react-vite';
2
+ declare const meta: {
3
+ title: string;
4
+ component: import("react").ForwardRefExoticComponent<import("./TextArea.tsx").TextAreaProps & import("react").RefAttributes<HTMLTextAreaElement>>;
5
+ parameters: {
6
+ layout: string;
7
+ };
8
+ tags: string[];
9
+ args: {
10
+ label: string;
11
+ placeholder: string;
12
+ rows: number;
13
+ };
14
+ argTypes: {
15
+ label: {
16
+ control: "text";
17
+ };
18
+ required: {
19
+ control: "boolean";
20
+ };
21
+ guideText: {
22
+ control: "text";
23
+ };
24
+ maxLength: {
25
+ control: "number";
26
+ };
27
+ rows: {
28
+ control: "number";
29
+ };
30
+ state: {
31
+ control: "select";
32
+ options: string[];
33
+ };
34
+ disabled: {
35
+ control: "boolean";
36
+ };
37
+ };
38
+ };
39
+ export default meta;
40
+ type Story = StoryObj<typeof meta>;
41
+ export declare const Default: Story;
42
+ export declare const AllStates: Story;
@@ -0,0 +1,2 @@
1
+ export { default } from './TextArea.tsx';
2
+ export type { TextAreaProps } from './TextArea.tsx';
@@ -0,0 +1,84 @@
1
+ export declare const container: import("@vanilla-extract/recipes").RuntimeFn<{
2
+ state: {
3
+ default: {
4
+ borderColor: "#f1f2f6";
5
+ selectors: {
6
+ '&:hover:not(:focus-within)': {
7
+ '@media': {
8
+ '(hover: hover)': {
9
+ borderColor: "#cedff8";
10
+ };
11
+ };
12
+ };
13
+ };
14
+ };
15
+ error: {
16
+ borderColor: "#f1bbbb";
17
+ selectors: {
18
+ '&:hover:not(:focus-within)': {
19
+ '@media': {
20
+ '(hover: hover)': {
21
+ borderColor: "#e98d8d";
22
+ };
23
+ };
24
+ };
25
+ };
26
+ };
27
+ disabled: {
28
+ readonly backgroundColor: "#f7f7fa";
29
+ readonly border: "none";
30
+ };
31
+ filledDisabled: {
32
+ readonly backgroundColor: "#f7f7fa";
33
+ readonly border: "none";
34
+ };
35
+ };
36
+ }>;
37
+ export declare const contentWrapper: import("@vanilla-extract/recipes").RuntimeFn<{
38
+ paddingVariant: {
39
+ default: {
40
+ padding: "0.5rem 0.75rem";
41
+ };
42
+ leftIcon: {
43
+ padding: "0.5rem 0.75rem 0.5rem 0";
44
+ };
45
+ rightIcon: {
46
+ padding: "0.5rem 0 0.5rem 0.75rem";
47
+ };
48
+ };
49
+ }>;
50
+ export declare const label: string;
51
+ export declare const labelText: import("@vanilla-extract/recipes").RuntimeFn<{
52
+ state: {
53
+ default: {};
54
+ error: {
55
+ color: "#989aa4";
56
+ };
57
+ disabled: {
58
+ color: "#c5c7d2";
59
+ };
60
+ filledDisabled: {
61
+ color: "#c5c7d2";
62
+ };
63
+ };
64
+ }>;
65
+ export declare const required: string;
66
+ export declare const input: string;
67
+ export declare const iconWrapper: string;
68
+ export declare const limitWrapper: string;
69
+ export declare const limitCurrent: import("@vanilla-extract/recipes").RuntimeFn<{
70
+ state: {
71
+ default: {};
72
+ error: {};
73
+ disabled: {
74
+ color: "#c5c7d2";
75
+ };
76
+ filledDisabled: {
77
+ color: "#c5c7d2";
78
+ };
79
+ };
80
+ }>;
81
+ export declare const limitSeparator: string;
82
+ export declare const limitMax: string;
83
+ export declare const rightContentWrapper: string;
84
+ export declare const guideTextContainer: string;
@@ -0,0 +1,12 @@
1
+ import { InputHTMLAttributes, ReactNode } from 'react';
2
+ export interface TextFieldProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size'> {
3
+ label: string;
4
+ state?: 'default' | 'error';
5
+ required?: boolean;
6
+ leftIcon?: ReactNode;
7
+ rightIcon?: ReactNode;
8
+ guideText?: ReactNode;
9
+ maxLength?: number;
10
+ }
11
+ declare const TextField: import("react").ForwardRefExoticComponent<TextFieldProps & import("react").RefAttributes<HTMLInputElement>>;
12
+ export default TextField;
@@ -0,0 +1,38 @@
1
+ import type { StoryObj } from '@storybook/react-vite';
2
+ declare const meta: {
3
+ title: string;
4
+ component: import("react").ForwardRefExoticComponent<import("./TextField.tsx").TextFieldProps & import("react").RefAttributes<HTMLInputElement>>;
5
+ parameters: {
6
+ layout: string;
7
+ };
8
+ tags: string[];
9
+ args: {
10
+ label: string;
11
+ placeholder: string;
12
+ };
13
+ argTypes: {
14
+ label: {
15
+ control: "text";
16
+ };
17
+ required: {
18
+ control: "boolean";
19
+ };
20
+ guideText: {
21
+ control: "text";
22
+ };
23
+ maxLength: {
24
+ control: "number";
25
+ };
26
+ state: {
27
+ control: "select";
28
+ options: string[];
29
+ };
30
+ disabled: {
31
+ control: "boolean";
32
+ };
33
+ };
34
+ };
35
+ export default meta;
36
+ type Story = StoryObj<typeof meta>;
37
+ export declare const Default: Story;
38
+ export declare const AllStates: Story;
@@ -0,0 +1,2 @@
1
+ export { default as TextField } from './TextField.tsx';
2
+ export type { TextFieldProps } from './TextField.tsx';
@@ -0,0 +1,52 @@
1
+ export declare const base: string;
2
+ export declare const track: import("@vanilla-extract/recipes").RuntimeFn<{
3
+ color: {
4
+ blue: {
5
+ selectors: {
6
+ '&[data-focus="true"]:not([data-disabled="true"])': {
7
+ outline: "0.125rem solid #85aeef";
8
+ outlineOffset: "0.12rem";
9
+ };
10
+ };
11
+ };
12
+ green: {
13
+ selectors: {
14
+ '&[data-focus="true"]:not([data-disabled="true"])': {
15
+ outline: "0.125rem solid #80c79e";
16
+ outlineOffset: "0.12rem";
17
+ };
18
+ };
19
+ };
20
+ };
21
+ checked: {
22
+ false: {
23
+ backgroundColor: "#dee0e7";
24
+ };
25
+ true: {};
26
+ };
27
+ }>;
28
+ export declare const thumb: import("@vanilla-extract/recipes").RuntimeFn<{
29
+ checked: {
30
+ false: {
31
+ transform: "translateX(0)";
32
+ };
33
+ true: {
34
+ transform: "translateX(1.5rem)";
35
+ };
36
+ };
37
+ }>;
38
+ export declare const textContainer: string;
39
+ export declare const text: import("@vanilla-extract/recipes").RuntimeFn<{
40
+ color: {
41
+ blue: {};
42
+ green: {};
43
+ };
44
+ position: {
45
+ left: {};
46
+ right: {};
47
+ };
48
+ checked: {
49
+ true: {};
50
+ false: {};
51
+ };
52
+ }>;
@@ -0,0 +1,9 @@
1
+ import { type SwitchProps as AriaSwitchProps } from 'react-aria-components';
2
+ export type ToggleColor = 'blue' | 'green';
3
+ export type ToggleText = 'text' | 'text_none';
4
+ export interface ToggleProps extends Omit<AriaSwitchProps, 'children'> {
5
+ color: ToggleColor;
6
+ text?: ToggleText;
7
+ className?: string;
8
+ }
9
+ export default function Toggle({ color, text, isDisabled, className, ...props }: ToggleProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,31 @@
1
+ import type { StoryObj } from '@storybook/react-vite';
2
+ import Toggle from './Toggle.tsx';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof Toggle;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ tags: string[];
10
+ args: {
11
+ color: "blue";
12
+ text: "text_none";
13
+ };
14
+ argTypes: {
15
+ color: {
16
+ control: "select";
17
+ options: string[];
18
+ description: string;
19
+ };
20
+ text: {
21
+ control: "select";
22
+ options: string[];
23
+ description: string;
24
+ };
25
+ };
26
+ };
27
+ export default meta;
28
+ type Story = StoryObj<typeof meta>;
29
+ export declare const Default: Story;
30
+ export declare const WithText: Story;
31
+ export declare const AllVariants: Story;
@@ -0,0 +1,2 @@
1
+ export { default } from './Toggle.tsx';
2
+ export type { ToggleProps, ToggleColor, ToggleText } from './Toggle.tsx';
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+ import { type ButtonProps as AriaButtonProps } from 'react-aria-components';
3
+ export type DropdownSize = 'sm' | 'md';
4
+ export type DropdownSubTextLayout = 'caption' | 'title';
5
+ export interface DropdownProps extends Omit<AriaButtonProps, 'children'> {
6
+ size: DropdownSize;
7
+ isSelected?: boolean;
8
+ isDisabled?: boolean;
9
+ className?: string;
10
+ children: React.ReactNode;
11
+ subText?: string;
12
+ subTextLayout?: DropdownSubTextLayout;
13
+ menuItems: Array<{
14
+ id: string;
15
+ label: string;
16
+ subText?: string;
17
+ }>;
18
+ onSubItemClick?: (id: string) => void;
19
+ isDefaultExpanded?: boolean;
20
+ selectedMenuItemId?: string;
21
+ }
22
+ export default function Dropdown({ size, isSelected, isDisabled, className, children, subText, subTextLayout, menuItems, onSubItemClick, isDefaultExpanded, selectedMenuItemId, ...props }: DropdownProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,93 @@
1
+ import type { StoryObj } from '@storybook/react-vite';
2
+ import Dropdown from './Dropdown';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof Dropdown;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ tags: string[];
10
+ args: {
11
+ size: "md";
12
+ isSelected: false;
13
+ isDisabled: false;
14
+ children: string;
15
+ };
16
+ argTypes: {
17
+ size: {
18
+ control: "select";
19
+ options: string[];
20
+ description: string;
21
+ };
22
+ isSelected: {
23
+ control: "boolean";
24
+ description: string;
25
+ };
26
+ isDisabled: {
27
+ control: "boolean";
28
+ description: string;
29
+ };
30
+ subText: {
31
+ control: "text";
32
+ description: string;
33
+ };
34
+ subTextLayout: {
35
+ control: "select";
36
+ options: string[];
37
+ description: string;
38
+ };
39
+ menuItems: {
40
+ control: "object";
41
+ description: string;
42
+ };
43
+ onSubItemClick: {
44
+ action: string;
45
+ description: string;
46
+ };
47
+ isDefaultExpanded: {
48
+ control: "boolean";
49
+ description: string;
50
+ };
51
+ selectedMenuItemId: {
52
+ control: "text";
53
+ description: string;
54
+ };
55
+ children: {
56
+ control: "text";
57
+ description: string;
58
+ };
59
+ };
60
+ };
61
+ export default meta;
62
+ type Story = StoryObj<typeof meta>;
63
+ /**
64
+ * 1. 가장 기본 형태
65
+ */
66
+ export declare const Basic: Story;
67
+ /**
68
+ * 2. Caption 레이아웃 (하단 설명 텍스트)
69
+ */
70
+ export declare const WithCaption: Story;
71
+ /**
72
+ * 3. Title 레이아웃 (상단 고정 타이틀)
73
+ */
74
+ export declare const WithTitle: Story;
75
+ /**
76
+ * 4. Disabled 상태
77
+ */
78
+ export declare const Disabled: Story;
79
+ /**
80
+ * 5. Size 비교 (sm / md)
81
+ */
82
+ export declare const Sizes: Story;
83
+ /**
84
+ * 6. 메뉴 아이템에 SubText가 있는 경우
85
+ */
86
+ export declare const MenuWithSubText: Story;
87
+ /**
88
+ * 7. Interactive (최대 케이스 / 실제 사용 예)
89
+ * - 선택 상태 관리
90
+ * - Title 레이아웃
91
+ * - 메뉴 + 체크 아이콘
92
+ */
93
+ export declare const Interactive: Story;
@@ -0,0 +1,63 @@
1
+ export declare const menuTextWrapper: string;
2
+ export declare const menuMainText: string;
3
+ export declare const menuSubText: string;
4
+ export declare const dropdown: import("@vanilla-extract/recipes").RuntimeFn<{
5
+ selected: {
6
+ true: {};
7
+ false: {};
8
+ };
9
+ disabled: {
10
+ true: {
11
+ backgroundColor: string;
12
+ border: string;
13
+ };
14
+ false: {};
15
+ };
16
+ size: {
17
+ sm: (string | {
18
+ padding: "0.375rem 0.5rem";
19
+ })[];
20
+ md: (string | {
21
+ padding: "0.5rem 0.5rem";
22
+ })[];
23
+ };
24
+ subTextLayout: {
25
+ none: {};
26
+ caption: {};
27
+ title: {
28
+ alignItems: "center";
29
+ };
30
+ };
31
+ }>;
32
+ export declare const menu: import("@vanilla-extract/recipes").RuntimeFn<{
33
+ selected: {
34
+ true: {};
35
+ false: {};
36
+ };
37
+ disabled: {
38
+ true: {
39
+ backgroundColor: string;
40
+ border: string;
41
+ };
42
+ false: {};
43
+ };
44
+ size: {
45
+ sm: {};
46
+ md: {};
47
+ };
48
+ }>;
49
+ export declare const textWrapper: string;
50
+ export declare const textWrapperCaption: string;
51
+ export declare const textWrapperTitle: string;
52
+ export declare const mainText: string;
53
+ export declare const titleText: string;
54
+ export declare const bottomTitleText: string;
55
+ export declare const captionText: string;
56
+ export declare const arrowWrapper: string;
57
+ export declare const arrowExpanded: string;
58
+ export declare const checkWrapper: string;
59
+ export declare const disclosureRoot: string;
60
+ export declare const disclosurePanel: string;
61
+ export declare const disclosurePanelOpen: string;
62
+ export declare const subMenuInner: string;
63
+ export declare const subMenuList: string;
@@ -0,0 +1,2 @@
1
+ export { default } from './Dropdown.tsx';
2
+ export type { DropdownProps, DropdownSize, DropdownSubTextLayout } from './Dropdown.tsx';