@pfct/purple 1.5.0-rc.1 → 1.5.0-rc.11

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 (323) hide show
  1. package/dist/Icon/utils/svgr-cli.template.d.ts +7 -0
  2. package/dist/assets/index.css +1 -1
  3. package/dist/chunks/clsx.C11secjj.js +1 -0
  4. package/dist/chunks/clsx.OuTLNxxd.js +16 -0
  5. package/dist/chunks/index.52hLHqtl.js +671 -0
  6. package/dist/chunks/index.B1zCXH4b.js +1 -0
  7. package/dist/chunks/index.BFOvovu2.js +1 -0
  8. package/dist/chunks/index.BZPx6jYI.js +8 -0
  9. package/dist/chunks/index.C-8GI_iQ.js +5 -0
  10. package/dist/chunks/index.C4zsfJoH.js +1 -0
  11. package/dist/chunks/index.CHQFbaeH.js +41 -0
  12. package/dist/chunks/{index.LN3KW-I4.js → index.Cc-miKAT.js} +1 -1
  13. package/dist/chunks/index.Cdy_UEl-.js +1 -0
  14. package/dist/chunks/index.D-9nbSdR.js +205 -0
  15. package/dist/chunks/{index.styled.D_VcbV29.js → index.D0q0M2nK.js} +264 -326
  16. package/dist/chunks/index.D2jUN9AV.js +1 -0
  17. package/dist/chunks/index.D6z7cYa5.js +1 -0
  18. package/dist/chunks/index.DDo7KIbo.js +60 -0
  19. package/dist/chunks/index.DHAJ5bcO.js +1531 -0
  20. package/dist/chunks/index.DMhXgOEz.js +1 -0
  21. package/dist/chunks/index.DS2YScMD.js +27 -0
  22. package/dist/chunks/index.DYrg31YP.js +354 -0
  23. package/dist/chunks/index.Dh7jK0Mq.js +777 -0
  24. package/dist/chunks/index.DjUJriOp.js +1 -0
  25. package/dist/chunks/index.HA10ghBA.js +152 -0
  26. package/dist/chunks/index.Zd9j6m3g.js +1 -0
  27. package/dist/chunks/index.ak1mD2js.js +1 -0
  28. package/dist/chunks/index.eUOZnpu6.js +13 -0
  29. package/dist/chunks/index.nObpX_Vm.js +71 -0
  30. package/dist/chunks/index.vLV8RYs2.js +288 -0
  31. package/dist/components/Accordion/index.cjs.js +1 -1
  32. package/dist/components/Accordion/index.es.js +289 -425
  33. package/dist/components/Badge/BaseBadge/index.cjs.js +1 -1
  34. package/dist/components/Badge/BaseBadge/index.es.js +1 -1
  35. package/dist/components/Badge/BaseBadge/index.styled.cjs.js +1 -1
  36. package/dist/components/Badge/BaseBadge/index.styled.es.js +1 -1
  37. package/dist/components/BottomSheet/BaseBottomSheet/index.cjs.js +1 -1
  38. package/dist/components/BottomSheet/BaseBottomSheet/index.es.js +22 -24
  39. package/dist/components/BottomSheet/NavBottomSheet/index.cjs.js +1 -1
  40. package/dist/components/BottomSheet/NavBottomSheet/index.es.js +1 -1
  41. package/dist/components/BottomSheet/TitleBottomSheet/index.cjs.js +1 -1
  42. package/dist/components/BottomSheet/TitleBottomSheet/index.es.js +1 -1
  43. package/dist/components/BottomSheet/index.cjs.js +1 -1
  44. package/dist/components/BottomSheet/index.es.js +1 -1
  45. package/dist/components/Button/BaseButton/index.cjs.js +1 -1
  46. package/dist/components/Button/BaseButton/index.es.js +1 -1
  47. package/dist/components/Button/DoubleButton/index.cjs.js +1 -1
  48. package/dist/components/Button/DoubleButton/index.es.js +1 -1
  49. package/dist/components/Button/FloatBaseButton/index.cjs.js +1 -1
  50. package/dist/components/Button/FloatBaseButton/index.es.js +1 -1
  51. package/dist/components/Button/FloatDoubleButton/index.cjs.js +1 -1
  52. package/dist/components/Button/FloatDoubleButton/index.es.js +1 -1
  53. package/dist/components/Button/FloatSingleButton/index.cjs.js +1 -1
  54. package/dist/components/Button/FloatSingleButton/index.es.js +1 -1
  55. package/dist/components/Button/SingleButton/index.cjs.js +1 -1
  56. package/dist/components/Button/SingleButton/index.es.js +1 -1
  57. package/dist/components/Button/index.cjs.js +1 -1
  58. package/dist/components/Button/index.es.js +1 -1
  59. package/dist/components/Chips/BasicChips/index.styled.cjs.js +1 -1
  60. package/dist/components/Chips/BasicChips/index.styled.es.js +1 -1
  61. package/dist/components/Chips/ChipItem/index.cjs.js +1 -1
  62. package/dist/components/Chips/ChipItem/index.es.js +21 -23
  63. package/dist/components/Chips/ChipItem/index.styled.cjs.js +1 -1
  64. package/dist/components/Chips/ChipItem/index.styled.es.js +19 -21
  65. package/dist/components/Chips/ChipsFrame/index.cjs.js +1 -1
  66. package/dist/components/Chips/ChipsFrame/index.es.js +10 -10
  67. package/dist/components/Chips/ChipsFrame/index.styled.cjs.js +1 -1
  68. package/dist/components/Chips/ChipsFrame/index.styled.es.js +1 -1
  69. package/dist/components/Control/CheckMark/index.cjs.js +1 -1
  70. package/dist/components/Control/CheckMark/index.es.js +16 -18
  71. package/dist/components/Control/RadioButton/index.cjs.js +1 -1
  72. package/dist/components/Control/RadioButton/index.es.js +1 -1
  73. package/dist/components/Control/RadioButton/index.styled.cjs.js +1 -1
  74. package/dist/components/Control/RadioButton/index.styled.es.js +16 -18
  75. package/dist/components/Control/Switch/index.cjs.js +1 -1
  76. package/dist/components/Control/Switch/index.d.ts +37 -9
  77. package/dist/components/Control/Switch/index.es.js +189 -84
  78. package/dist/components/Control/index.cjs.js +1 -1
  79. package/dist/components/Control/index.d.ts +2 -1
  80. package/dist/components/Control/index.es.js +4 -4
  81. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/ActiveDateOfMonth.cjs.js +1 -1
  82. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/ActiveDateOfMonth.es.js +18 -20
  83. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/DisabledDateOfMonth.cjs.js +1 -1
  84. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/DisabledDateOfMonth.es.js +18 -20
  85. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/NoneDateOfMonth.cjs.js +1 -1
  86. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/NoneDateOfMonth.es.js +1 -1
  87. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/RangeEndFocusDateOfMonth.cjs.js +1 -1
  88. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/RangeEndFocusDateOfMonth.es.js +18 -20
  89. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/RangeStartFocusDateOfMonth.cjs.js +1 -1
  90. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/RangeStartFocusDateOfMonth.es.js +18 -20
  91. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/SingleFocusDateOfMonth.cjs.js +1 -1
  92. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/SingleFocusDateOfMonth.es.js +18 -20
  93. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/index.styled.cjs.js +1 -1
  94. package/dist/components/DatePicker/BaseDatePicker/DateOfMonth/index.styled.es.js +27 -29
  95. package/dist/components/DatePicker/BaseDatePicker/DayOfWeek/index.cjs.js +1 -1
  96. package/dist/components/DatePicker/BaseDatePicker/DayOfWeek/index.es.js +1 -1
  97. package/dist/components/DatePicker/BaseDatePicker/DayOfWeek/index.styled.cjs.js +1 -1
  98. package/dist/components/DatePicker/BaseDatePicker/DayOfWeek/index.styled.es.js +1 -1
  99. package/dist/components/DatePicker/BaseDatePicker/YearMonthController/index.cjs.js +1 -1
  100. package/dist/components/DatePicker/BaseDatePicker/YearMonthController/index.es.js +11 -11
  101. package/dist/components/DatePicker/BaseDatePicker/index.cjs.js +1 -1
  102. package/dist/components/DatePicker/BaseDatePicker/index.es.js +26 -28
  103. package/dist/components/DatePicker/RangeDatePickerModal/index.cjs.js +1 -1
  104. package/dist/components/DatePicker/RangeDatePickerModal/index.es.js +1 -1
  105. package/dist/components/DatePicker/SingleDatePickerModal/index.cjs.js +1 -1
  106. package/dist/components/DatePicker/SingleDatePickerModal/index.es.js +16 -18
  107. package/dist/components/Input/NumberInput/index.cjs.js +1 -1
  108. package/dist/components/Input/NumberInput/index.es.js +48 -50
  109. package/dist/components/Input/PostfixInput/index.util.cjs.js +1 -1
  110. package/dist/components/Input/PostfixInput/index.util.es.js +19 -21
  111. package/dist/components/Input/TextField/index.cjs.js +1 -1
  112. package/dist/components/Input/TextField/index.es.js +10 -10
  113. package/dist/components/Input/index.cjs.js +1 -1
  114. package/dist/components/Input/index.es.js +27 -29
  115. package/dist/components/{Modal → LegacyModal}/BaseModal/index.cjs.js +1 -1
  116. package/dist/components/{Modal → LegacyModal}/BaseModal/index.es.js +2 -2
  117. package/dist/components/LegacyModal/index.cjs.js +1 -0
  118. package/dist/components/LegacyModal/index.d.ts +31 -0
  119. package/dist/components/LegacyModal/index.es.js +9 -0
  120. package/dist/components/List/index.cjs.js +1 -1
  121. package/dist/components/List/index.es.js +8 -8
  122. package/dist/components/Loading/ProgressBar/index.cjs.js +1 -1
  123. package/dist/components/Loading/ProgressBar/index.es.js +1 -1
  124. package/dist/components/Loading/ProgressBar/index.styled.cjs.js +1 -1
  125. package/dist/components/Loading/ProgressBar/index.styled.es.js +17 -19
  126. package/dist/components/Loading/Spinner/index.cjs.js +1 -1
  127. package/dist/components/Loading/Spinner/index.es.js +1 -1
  128. package/dist/components/Loading/index.cjs.js +1 -1
  129. package/dist/components/Loading/index.es.js +1 -1
  130. package/dist/components/MiniButton/BoxMiniButton/index.cjs.js +1 -1
  131. package/dist/components/MiniButton/BoxMiniButton/index.es.js +4 -4
  132. package/dist/components/MiniButton/IconMiniButton/index.cjs.js +1 -1
  133. package/dist/components/MiniButton/IconMiniButton/index.d.ts +1 -1
  134. package/dist/components/MiniButton/IconMiniButton/index.es.js +34 -31
  135. package/dist/components/MiniButton/UnderLineMiniButton/index.cjs.js +1 -1
  136. package/dist/components/MiniButton/UnderLineMiniButton/index.d.ts +1 -0
  137. package/dist/components/MiniButton/UnderLineMiniButton/index.es.js +36 -31
  138. package/dist/components/MiniButton/common/index.styled.cjs.js +1 -1
  139. package/dist/components/MiniButton/common/index.styled.es.js +18 -20
  140. package/dist/components/Modal/index.cjs.js +1 -1
  141. package/dist/components/Modal/index.d.ts +14 -27
  142. package/dist/components/Modal/index.es.js +99 -7
  143. package/dist/components/Navigation/BaseNavigation/index.cjs.js +1 -1
  144. package/dist/components/Navigation/BaseNavigation/index.es.js +9 -9
  145. package/dist/components/Navigation/BottomNavigationBar/index.cjs.js +1 -1
  146. package/dist/components/Navigation/BottomNavigationBar/index.es.js +5 -5
  147. package/dist/components/Navigation/PageNavigationBar/index.cjs.js +1 -1
  148. package/dist/components/Navigation/PageNavigationBar/index.es.js +10 -10
  149. package/dist/components/Navigation/TitleNavigationBar/index.cjs.js +1 -1
  150. package/dist/components/Navigation/TitleNavigationBar/index.es.js +10 -10
  151. package/dist/components/Navigation/index.cjs.js +1 -1
  152. package/dist/components/Navigation/index.es.js +10 -10
  153. package/dist/components/OverlayRoot/index.cjs.js +1 -1
  154. package/dist/components/OverlayRoot/index.es.js +16 -18
  155. package/dist/components/Segment/BaseSegment/index.styled.cjs.js +1 -1
  156. package/dist/components/Segment/BaseSegment/index.styled.es.js +1 -1
  157. package/dist/components/Segment/ExtendSegment/index.styled.cjs.js +1 -1
  158. package/dist/components/Segment/ExtendSegment/index.styled.es.js +1 -1
  159. package/dist/components/SelectBox/index.cjs.js +1 -1
  160. package/dist/components/SelectBox/index.es.js +14 -14
  161. package/dist/components/SelectBox/index.styled.cjs.js +1 -1
  162. package/dist/components/SelectBox/index.styled.es.js +23 -25
  163. package/dist/components/Tabs/FillTabs/index.cjs.js +1 -1
  164. package/dist/components/Tabs/FillTabs/index.es.js +18 -20
  165. package/dist/components/Tabs/TextTabs/index.cjs.js +1 -1
  166. package/dist/components/Tabs/TextTabs/index.d.ts +15 -11
  167. package/dist/components/Tabs/TextTabs/index.es.js +51 -64
  168. package/dist/components/Tabs/index.cjs.js +1 -1
  169. package/dist/components/Tabs/index.es.js +5 -4
  170. package/dist/components/Tag/index.cjs.js +1 -1
  171. package/dist/components/Tag/index.es.js +1 -1
  172. package/dist/components/Tag/index.styled.cjs.js +1 -1
  173. package/dist/components/Tag/index.styled.es.js +16 -18
  174. package/dist/components/Terms/index.cjs.js +1 -1
  175. package/dist/components/Terms/index.es.js +14 -15
  176. package/dist/components/TextArea/index.cjs.js +1 -0
  177. package/dist/components/TextArea/index.d.ts +80 -0
  178. package/dist/components/TextArea/index.es.js +30 -0
  179. package/dist/components/Title/index.cjs.js +1 -1
  180. package/dist/components/Title/index.es.js +1 -1
  181. package/dist/components/Title/index.styled.cjs.js +1 -1
  182. package/dist/components/Title/index.styled.es.js +20 -22
  183. package/dist/components/Toast/index.cjs.js +1 -0
  184. package/dist/components/Toast/index.d.ts +5 -0
  185. package/dist/components/Toast/index.es.js +36 -0
  186. package/dist/components/index.cjs.js +1 -1
  187. package/dist/components/index.d.ts +6 -3
  188. package/dist/components/index.es.js +154 -120
  189. package/dist/components/ui/bottomSheet.cjs.js +13 -13
  190. package/dist/components/ui/bottomSheet.es.js +76 -71
  191. package/dist/components/ui/button.cjs.js +1 -1
  192. package/dist/components/ui/button.es.js +4 -4
  193. package/dist/components/ui/checkbox.cjs.js +1 -0
  194. package/dist/components/ui/checkbox.d.ts +9 -0
  195. package/dist/components/ui/checkbox.es.js +445 -0
  196. package/dist/components/ui/dialog.cjs.js +1 -1
  197. package/dist/components/ui/dialog.es.js +30 -30
  198. package/dist/components/ui/drawer.cjs.js +1 -1
  199. package/dist/components/ui/drawer.es.js +2 -2
  200. package/dist/components/ui/impact-tooltip.cjs.js +1 -0
  201. package/dist/components/ui/impact-tooltip.d.ts +16 -0
  202. package/dist/components/ui/impact-tooltip.es.js +387 -0
  203. package/dist/components/ui/share-ui.cjs.js +1 -1
  204. package/dist/components/ui/share-ui.es.js +2 -2
  205. package/dist/components/ui/tooltip.cjs.js +1 -0
  206. package/dist/components/ui/tooltip.d.ts +9 -0
  207. package/dist/components/ui/tooltip.es.js +392 -0
  208. package/dist/components/ui/typography.cjs.js +1 -1
  209. package/dist/components/ui/typography.es.js +3 -3
  210. package/dist/core/Colors/index.cjs.js +1 -1
  211. package/dist/core/Colors/index.d.ts +0 -4
  212. package/dist/core/Colors/index.es.js +4 -8
  213. package/dist/core/Display/Mobile.cjs.js +1 -1
  214. package/dist/core/Display/Mobile.es.js +1 -1
  215. package/dist/core/Display/Pc.cjs.js +1 -1
  216. package/dist/core/Display/Pc.es.js +1 -1
  217. package/dist/core/Display/index.styled.cjs.js +1 -1
  218. package/dist/core/Display/index.styled.es.js +17 -19
  219. package/dist/core/Typography/BaseTypography/index.cjs.js +1 -1
  220. package/dist/core/Typography/BaseTypography/index.es.js +2 -2
  221. package/dist/hooks/useLayoutIsMobile.cjs.js +1 -1
  222. package/dist/hooks/useLayoutIsMobile.es.js +17 -19
  223. package/dist/icons/src/aliases/aliases.cjs.js +1 -1
  224. package/dist/icons/src/aliases/aliases.d.ts +9 -9
  225. package/dist/icons/src/aliases/aliases.es.js +44 -44
  226. package/dist/icons/src/aliases/index.cjs.js +1 -1
  227. package/dist/icons/src/aliases/index.es.js +88 -88
  228. package/dist/icons/src/aliases/prefixed.cjs.js +1 -1
  229. package/dist/icons/src/aliases/prefixed.d.ts +11 -11
  230. package/dist/icons/src/aliases/prefixed.es.js +48 -48
  231. package/dist/icons/src/aliases/suffixed.cjs.js +1 -1
  232. package/dist/icons/src/aliases/suffixed.d.ts +16 -16
  233. package/dist/icons/src/aliases/suffixed.es.js +46 -46
  234. package/dist/icons/src/icons/index.cjs.js +1 -1
  235. package/dist/icons/src/icons/index.d.ts +11 -11
  236. package/dist/icons/src/icons/index.es.js +50 -50
  237. package/dist/index.cjs.js +1 -1
  238. package/dist/index.es.js +379 -345
  239. package/dist/lib/utils.cjs.js +1 -1
  240. package/dist/lib/utils.es.js +2761 -2
  241. package/dist/library/BasicLayout/Footer.cjs.js +1 -1
  242. package/dist/library/BasicLayout/Footer.d.ts +2 -2
  243. package/dist/library/BasicLayout/Footer.es.js +35 -34
  244. package/dist/library/BasicLayout/index.cjs.js +1 -1
  245. package/dist/library/BasicLayout/index.d.ts +1 -1
  246. package/dist/library/BasicLayout/index.es.js +20 -22
  247. package/dist/library/BasicLayout/index.styled.cjs.js +1 -1
  248. package/dist/library/BasicLayout/index.styled.es.js +45 -47
  249. package/dist/library/Lottie/index.cjs.js +1 -1
  250. package/dist/library/Lottie/index.es.js +116 -116
  251. package/dist/utils/GenerateColorStyle/chip.cjs.js +1 -1
  252. package/dist/utils/GenerateColorStyle/chip.es.js +1 -1
  253. package/dist/utils/GenerateColorStyle/index.cjs.js +1 -1
  254. package/dist/utils/GenerateColorStyle/index.es.js +8 -8
  255. package/dist/utils/GenerateColorStyle/tab/fill-tabs.cjs.js +1 -1
  256. package/dist/utils/GenerateColorStyle/tab/fill-tabs.es.js +17 -19
  257. package/dist/utils/GenerateColorStyle/tab/text-tabs.cjs.js +1 -1
  258. package/dist/utils/GenerateColorStyle/tab/text-tabs.es.js +17 -19
  259. package/dist/utils/index.cjs.js +1 -1
  260. package/dist/utils/index.es.js +8 -8
  261. package/package.json +22 -15
  262. package/dist/chunks/index.B0KRXeX3.js +0 -205
  263. package/dist/chunks/index.BiFBNKMb.js +0 -51
  264. package/dist/chunks/index.C4mr2-78.js +0 -1
  265. package/dist/chunks/index.CAOufkQO.js +0 -1072
  266. package/dist/chunks/index.Dazlhpef.js +0 -45
  267. package/dist/chunks/index.DnJQUgiG.js +0 -1
  268. package/dist/chunks/index.SS1p-Ys5.js +0 -1
  269. package/dist/chunks/index.styled.DX1B4OiV.js +0 -412
  270. package/dist/chunks/utils.B9KdtH6G.js +0 -2493
  271. package/dist/chunks/utils.Gb5_Gcy7.js +0 -1
  272. package/dist/components/Control/CheckBox/CheckIcon.cjs.js +0 -1
  273. package/dist/components/Control/CheckBox/CheckIcon.d.ts +0 -6
  274. package/dist/components/Control/CheckBox/CheckIcon.es.js +0 -26
  275. package/dist/components/Control/CheckBox/index.cjs.js +0 -1
  276. package/dist/components/Control/CheckBox/index.d.ts +0 -12
  277. package/dist/components/Control/CheckBox/index.es.js +0 -96
  278. package/dist/components/Control/CheckBox/index.styled.cjs.js +0 -24
  279. package/dist/components/Control/CheckBox/index.styled.d.ts +0 -18
  280. package/dist/components/Control/CheckBox/index.styled.es.js +0 -30
  281. package/dist/components/Control/Switch/index.styled.cjs.js +0 -32
  282. package/dist/components/Control/Switch/index.styled.d.ts +0 -15
  283. package/dist/components/Control/Switch/index.styled.es.js +0 -42
  284. package/dist/components/MiniButton/UnderLineMiniButton/index.styled.cjs.js +0 -8
  285. package/dist/components/MiniButton/UnderLineMiniButton/index.styled.d.ts +0 -9
  286. package/dist/components/MiniButton/UnderLineMiniButton/index.styled.es.js +0 -14
  287. package/dist/components/ToastMessage/BaseToastMessage/index.cjs.js +0 -1
  288. package/dist/components/ToastMessage/BaseToastMessage/index.d.ts +0 -13
  289. package/dist/components/ToastMessage/BaseToastMessage/index.es.js +0 -25
  290. package/dist/components/ToastMessage/BaseToastMessage/index.styled.cjs.js +0 -1
  291. package/dist/components/ToastMessage/BaseToastMessage/index.styled.d.ts +0 -10
  292. package/dist/components/ToastMessage/BaseToastMessage/index.styled.es.js +0 -80
  293. package/dist/components/ToastMessage/Toast/index.cjs.js +0 -1
  294. package/dist/components/ToastMessage/Toast/index.d.ts +0 -13
  295. package/dist/components/ToastMessage/Toast/index.es.js +0 -32
  296. package/dist/components/ToastMessage/Toast/index.styled.cjs.js +0 -13
  297. package/dist/components/ToastMessage/Toast/index.styled.d.ts +0 -8
  298. package/dist/components/ToastMessage/Toast/index.styled.es.js +0 -18
  299. package/dist/components/ToastMessage/index.cjs.js +0 -1
  300. package/dist/components/ToastMessage/index.d.ts +0 -1
  301. package/dist/components/ToastMessage/index.es.js +0 -4
  302. package/dist/components/Tooltip/BasicTooltip/index.cjs.js +0 -1
  303. package/dist/components/Tooltip/BasicTooltip/index.d.ts +0 -5
  304. package/dist/components/Tooltip/BasicTooltip/index.es.js +0 -6
  305. package/dist/components/Tooltip/ImpactTooltip/index.cjs.js +0 -1
  306. package/dist/components/Tooltip/ImpactTooltip/index.d.ts +0 -7
  307. package/dist/components/Tooltip/ImpactTooltip/index.es.js +0 -23
  308. package/dist/components/Tooltip/TooltipBase/index.cjs.js +0 -8
  309. package/dist/components/Tooltip/TooltipBase/index.d.ts +0 -18
  310. package/dist/components/Tooltip/TooltipBase/index.es.js +0 -146
  311. package/dist/components/Tooltip/TooltipBase/index.styled.cjs.js +0 -107
  312. package/dist/components/Tooltip/TooltipBase/index.styled.d.ts +0 -22
  313. package/dist/components/Tooltip/TooltipBase/index.styled.es.js +0 -2006
  314. package/dist/components/Tooltip/index.cjs.js +0 -1
  315. package/dist/components/Tooltip/index.d.ts +0 -6
  316. package/dist/components/Tooltip/index.es.js +0 -6
  317. /package/dist/components/{Modal → LegacyModal}/BaseModal/index.d.ts +0 -0
  318. /package/dist/components/{Modal → LegacyModal}/BaseModal/index.styled.cjs.js +0 -0
  319. /package/dist/components/{Modal → LegacyModal}/BaseModal/index.styled.d.ts +0 -0
  320. /package/dist/components/{Modal → LegacyModal}/BaseModal/index.styled.es.js +0 -0
  321. /package/dist/components/{Modal → LegacyModal}/index.styled.cjs.js +0 -0
  322. /package/dist/components/{Modal → LegacyModal}/index.styled.d.ts +0 -0
  323. /package/dist/components/{Modal → LegacyModal}/index.styled.es.js +0 -0
@@ -1,31 +1,31 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../chunks/jsx-runtime.713F0z8w.js"),u=require("react"),R=require("../../lib/useMediaQuery.cjs.js"),c=require("./dialog.cjs.js"),l=require("./drawer.cjs.js"),a=require("../../chunks/utils.Gb5_Gcy7.js");function E(t){if(t&&typeof t=="object"&&"default"in t)return t;const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const o in t)if(o!=="default"){const s=Object.getOwnPropertyDescriptor(t,o);Object.defineProperty(e,o,s.get?s:{enumerable:!0,get:()=>t[o]})}}return e.default=t,Object.freeze(e)}const x=E(u);/**
2
- * @license lucide-react v0.484.0 - ISC
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../chunks/jsx-runtime.713F0z8w.js"),u=require("react"),R=require("../../lib/useMediaQuery.cjs.js"),c=require("./dialog.cjs.js"),l=require("./drawer.cjs.js"),a=require("../../lib/utils.cjs.js");function E(t){if(t&&typeof t=="object"&&"default"in t)return t;const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const o in t)if(o!=="default"){const s=Object.getOwnPropertyDescriptor(t,o);Object.defineProperty(e,o,s.get?s:{enumerable:!0,get:()=>t[o]})}}return e.default=t,Object.freeze(e)}const x=E(u);/**
2
+ * @license lucide-react v0.561.0 - ISC
3
3
  *
4
4
  * This source code is licensed under the ISC license.
5
5
  * See the LICENSE file in the root directory of this source tree.
6
- */const k=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),N=t=>t.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,o,s)=>s?s.toUpperCase():o.toLowerCase()),h=t=>{const e=N(t);return e.charAt(0).toUpperCase()+e.slice(1)},j=(...t)=>t.filter((e,o,s)=>!!e&&e.trim()!==""&&s.indexOf(e)===o).join(" ").trim();/**
7
- * @license lucide-react v0.484.0 - ISC
6
+ */const k=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),N=t=>t.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,o,s)=>s?s.toUpperCase():o.toLowerCase()),j=t=>{const e=N(t);return e.charAt(0).toUpperCase()+e.slice(1)},g=(...t)=>t.filter((e,o,s)=>!!e&&e.trim()!==""&&s.indexOf(e)===o).join(" ").trim(),_=t=>{for(const e in t)if(e.startsWith("aria-")||e==="role"||e==="title")return!0};/**
7
+ * @license lucide-react v0.561.0 - ISC
8
8
  *
9
9
  * This source code is licensed under the ISC license.
10
10
  * See the LICENSE file in the root directory of this source tree.
11
- */var _={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
12
- * @license lucide-react v0.484.0 - ISC
11
+ */var T={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
12
+ * @license lucide-react v0.561.0 - ISC
13
13
  *
14
14
  * This source code is licensed under the ISC license.
15
15
  * See the LICENSE file in the root directory of this source tree.
16
- */const T=u.forwardRef(({color:t="currentColor",size:e=24,strokeWidth:o=2,absoluteStrokeWidth:s,className:n="",children:i,iconNode:C,...D},b)=>u.createElement("svg",{ref:b,..._,width:e,height:e,stroke:t,strokeWidth:s?Number(o)*24/Number(e):o,className:j("lucide",n),...D},[...C.map(([v,y])=>u.createElement(v,y)),...Array.isArray(i)?i:[i]]));/**
17
- * @license lucide-react v0.484.0 - ISC
16
+ */const H=u.forwardRef(({color:t="currentColor",size:e=24,strokeWidth:o=2,absoluteStrokeWidth:s,className:n="",children:i,iconNode:D,...h},b)=>u.createElement("svg",{ref:b,...T,width:e,height:e,stroke:t,strokeWidth:s?Number(o)*24/Number(e):o,className:g("lucide",n),...!i&&!_(h)&&{"aria-hidden":"true"},...h},[...D.map(([v,y])=>u.createElement(v,y)),...Array.isArray(i)?i:[i]]));/**
17
+ * @license lucide-react v0.561.0 - ISC
18
18
  *
19
19
  * This source code is licensed under the ISC license.
20
20
  * See the LICENSE file in the root directory of this source tree.
21
- */const g=(t,e)=>{const o=u.forwardRef(({className:s,...n},i)=>u.createElement(T,{ref:i,iconNode:e,className:j(`lucide-${k(h(t))}`,`lucide-${t}`,s),...n}));return o.displayName=h(t),o};/**
22
- * @license lucide-react v0.484.0 - ISC
21
+ */const f=(t,e)=>{const o=u.forwardRef(({className:s,...n},i)=>u.createElement(H,{ref:i,iconNode:e,className:g(`lucide-${k(j(t))}`,`lucide-${t}`,s),...n}));return o.displayName=j(t),o};/**
22
+ * @license lucide-react v0.561.0 - ISC
23
23
  *
24
24
  * This source code is licensed under the ISC license.
25
25
  * See the LICENSE file in the root directory of this source tree.
26
- */const H=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],O=g("chevron-left",H);/**
27
- * @license lucide-react v0.484.0 - ISC
26
+ */const A=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],O=f("chevron-left",A);/**
27
+ * @license lucide-react v0.561.0 - ISC
28
28
  *
29
29
  * This source code is licensed under the ISC license.
30
30
  * See the LICENSE file in the root directory of this source tree.
31
- */const q=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],A=g("x",q),f=x.createContext({isDesktop:!1,fullScreen:!1}),m=()=>{const t=x.useContext(f);if(!t)throw new Error("BottomSheet components cannot be rendered outside the BottomSheet Context");return t},F=({children:t,fullScreen:e,...o})=>{const s=R.useMediaQuery("(min-width: 768px)"),n=x.useMemo(()=>({isDesktop:s,fullScreen:e}),[s,e]);if(n.isDesktop===null)return null;const i=n.isDesktop?c.Dialog:l.Drawer;return r.jsxRuntimeExports.jsx(f.Provider,{value:n,children:r.jsxRuntimeExports.jsx(i,{...o,...!s&&{autoFocus:!0},children:t})})},L=({className:t,children:e,...o})=>{const{isDesktop:s}=m(),n=s?c.DialogTrigger:l.DrawerTrigger;return r.jsxRuntimeExports.jsx(n,{className:t,...o,children:e})},S=({className:t,children:e,...o})=>{const{isDesktop:s}=m(),n=s?c.DialogClose:l.DrawerClose;return r.jsxRuntimeExports.jsx(n,{className:t,...o,children:e})},M=({className:t,children:e,...o})=>{const{isDesktop:s,fullScreen:n}=m(),i=s?c.DialogContent:l.DrawerContent;return r.jsxRuntimeExports.jsx(i,{className:a.cn("flex flex-col",n&&"h-dvh data-[vaul-drawer-direction=bottom]:mt-0 data-[vaul-drawer-direction=bottom]:max-h-dvh data-[vaul-drawer-direction=bottom]:rounded-t-none",t),...o,children:e})},B=({className:t,children:e,...o})=>{const{isDesktop:s}=m(),n=s?c.DialogDescription:l.DrawerDescription;return r.jsxRuntimeExports.jsx(n,{className:a.cn("typo-t3 text-gray-400",t),...o,children:e})},d=({className:t,children:e,...o})=>{const{isDesktop:s}=m(),n=s?c.DialogHeader:l.DrawerHeader;return r.jsxRuntimeExports.jsx(n,{className:a.cn("pt-6.25",t),...o,children:e})},p=({className:t,children:e,...o})=>{const{isDesktop:s}=m(),n=s?c.DialogTitle:l.DrawerTitle;return r.jsxRuntimeExports.jsx(n,{className:a.cn("typo-h4 text-gray-900",t),...o,children:e})},P=({className:t,children:e,...o})=>r.jsxRuntimeExports.jsx("div",{className:a.cn("scrollbar-hide mb-20 flex max-w-full overflow-x-hidden overflow-y-auto px-5 text-wrap break-all md:px-0",t),...o,children:e}),$=({className:t,children:e,...o})=>{const{isDesktop:s}=m(),n=s?c.DialogFooter:l.DrawerFooter;return r.jsxRuntimeExports.jsx(n,{className:a.cn("mb-5",t),...o,children:e})},w=({className:t})=>r.jsxRuntimeExports.jsxs(S,{className:a.cn("data-[state=open]:bg-accent data-[state=open]:text-muted-foreground","ring-offset-background rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:outline-hidden disabled:pointer-events-none","[&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-6.25",t),children:[r.jsxRuntimeExports.jsx(A,{}),r.jsxRuntimeExports.jsx("span",{className:"sr-only",children:"Close"})]}),I=({className:t,title:e,subtitle:o,right:s})=>r.jsxRuntimeExports.jsxs(d,{className:a.cn("flex",t),children:[r.jsxRuntimeExports.jsx(p,{children:e}),r.jsxRuntimeExports.jsx(B,{children:o}),r.jsxRuntimeExports.jsx("div",{className:"absolute top-6.25 right-5",children:s})]}),z=({className:t,title:e,left:o,right:s})=>r.jsxRuntimeExports.jsxs(d,{className:a.cn("mt-2.5 flex flex-row items-center justify-between py-3.75",t),children:[o!==void 0?o:r.jsxRuntimeExports.jsx(O,{}),e?r.jsxRuntimeExports.jsx(p,{className:"typo-h5",children:e}):r.jsxRuntimeExports.jsx("div",{}),s!==void 0?s:r.jsxRuntimeExports.jsx(w,{})]});exports.BottomSheet=F;exports.BottomSheetBody=P;exports.BottomSheetClose=S;exports.BottomSheetCloseIcon=w;exports.BottomSheetContent=M;exports.BottomSheetDescription=B;exports.BottomSheetFooter=$;exports.BottomSheetHeader=d;exports.BottomSheetNavigationHeader=z;exports.BottomSheetTitle=p;exports.BottomSheetTitleHeader=I;exports.BottomSheetTrigger=L;
31
+ */const q=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],F=f("x",q),S=x.createContext({isDesktop:!1,fullScreen:!1}),m=()=>{const t=x.useContext(S);if(!t)throw new Error("BottomSheet components cannot be rendered outside the BottomSheet Context");return t},L=({children:t,fullScreen:e,...o})=>{const s=R.useMediaQuery("(min-width: 768px)"),n=x.useMemo(()=>({isDesktop:s,fullScreen:e}),[s,e]);if(n.isDesktop===null)return null;const i=n.isDesktop?c.Dialog:l.Drawer;return r.jsxRuntimeExports.jsx(S.Provider,{value:n,children:r.jsxRuntimeExports.jsx(i,{...o,...!s&&{autoFocus:!0},children:t})})},M=({className:t,children:e,...o})=>{const{isDesktop:s}=m(),n=s?c.DialogTrigger:l.DrawerTrigger;return r.jsxRuntimeExports.jsx(n,{className:t,...o,children:e})},B=({className:t,children:e,...o})=>{const{isDesktop:s}=m(),n=s?c.DialogClose:l.DrawerClose;return r.jsxRuntimeExports.jsx(n,{className:t,...o,children:e})},P=({className:t,children:e,...o})=>{const{isDesktop:s,fullScreen:n}=m(),i=s?c.DialogContent:l.DrawerContent;return r.jsxRuntimeExports.jsx(i,{className:a.cn("flex flex-col",n&&"h-dvh data-[vaul-drawer-direction=bottom]:mt-0 data-[vaul-drawer-direction=bottom]:max-h-dvh data-[vaul-drawer-direction=bottom]:rounded-t-none",t),...o,children:e})},w=({className:t,children:e,...o})=>{const{isDesktop:s}=m(),n=s?c.DialogDescription:l.DrawerDescription;return r.jsxRuntimeExports.jsx(n,{className:a.cn("typo-t3 text-gray-400",t),...o,children:e})},d=({className:t,children:e,...o})=>{const{isDesktop:s}=m(),n=s?c.DialogHeader:l.DrawerHeader;return r.jsxRuntimeExports.jsx(n,{className:a.cn("pt-6.25",t),...o,children:e})},p=({className:t,children:e,...o})=>{const{isDesktop:s}=m(),n=s?c.DialogTitle:l.DrawerTitle;return r.jsxRuntimeExports.jsx(n,{className:a.cn("typo-h4 text-gray-900",t),...o,children:e})},$=({className:t,children:e,...o})=>r.jsxRuntimeExports.jsx("div",{className:a.cn("scrollbar-hide mb-20 flex max-w-full overflow-x-hidden overflow-y-auto px-5 text-wrap break-all md:px-0",t),...o,children:e}),I=({className:t,children:e,...o})=>{const{isDesktop:s}=m(),n=s?c.DialogFooter:l.DrawerFooter;return r.jsxRuntimeExports.jsx(n,{className:a.cn("mb-5",t),...o,children:e})},C=({className:t})=>r.jsxRuntimeExports.jsxs(B,{className:a.cn("data-[state=open]:bg-accent data-[state=open]:text-muted-foreground","ring-offset-background rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:outline-hidden disabled:pointer-events-none","[&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-6.25",t),children:[r.jsxRuntimeExports.jsx(F,{}),r.jsxRuntimeExports.jsx("span",{className:"sr-only",children:"Close"})]}),z=({className:t,title:e,subtitle:o,right:s})=>r.jsxRuntimeExports.jsxs(d,{className:a.cn("flex",t),children:[r.jsxRuntimeExports.jsx(p,{children:e}),r.jsxRuntimeExports.jsx(w,{children:o}),r.jsxRuntimeExports.jsx("div",{className:"absolute top-6.25 right-5",children:s})]}),Q=({className:t,title:e,left:o,right:s})=>r.jsxRuntimeExports.jsxs(d,{className:a.cn("mt-2.5 flex flex-row items-center justify-between py-3.75",t),children:[o!==void 0?o:r.jsxRuntimeExports.jsx(O,{}),e?r.jsxRuntimeExports.jsx(p,{className:"typo-h5",children:e}):r.jsxRuntimeExports.jsx("div",{}),s!==void 0?s:r.jsxRuntimeExports.jsx(C,{})]});exports.BottomSheet=L;exports.BottomSheetBody=$;exports.BottomSheetClose=B;exports.BottomSheetCloseIcon=C;exports.BottomSheetContent=P;exports.BottomSheetDescription=w;exports.BottomSheetFooter=I;exports.BottomSheetHeader=d;exports.BottomSheetNavigationHeader=Q;exports.BottomSheetTitle=p;exports.BottomSheetTitleHeader=z;exports.BottomSheetTrigger=M;
@@ -1,25 +1,29 @@
1
1
  import { j as r } from "../../chunks/jsx-runtime.Drh4NO5G.js";
2
2
  import * as m from "react";
3
- import { forwardRef as h, createElement as l } from "react";
3
+ import { forwardRef as u, createElement as l } from "react";
4
4
  import { useMediaQuery as B } from "../../lib/useMediaQuery.es.js";
5
- import { Dialog as S, DialogTrigger as k, DialogClose as b, DialogContent as y, DialogDescription as N, DialogHeader as T, DialogTitle as _, DialogFooter as A } from "./dialog.es.js";
6
- import { Drawer as H, DrawerTrigger as L, DrawerClose as F, DrawerContent as $, DrawerDescription as E, DrawerHeader as I, DrawerTitle as M, DrawerFooter as R } from "./drawer.es.js";
7
- import { c } from "../../chunks/utils.B9KdtH6G.js";
5
+ import { Dialog as S, DialogTrigger as k, DialogClose as y, DialogContent as b, DialogDescription as N, DialogHeader as T, DialogTitle as _, DialogFooter as A } from "./dialog.es.js";
6
+ import { Drawer as H, DrawerTrigger as L, DrawerClose as F, DrawerContent as $, DrawerDescription as E, DrawerHeader as I, DrawerTitle as M, DrawerFooter as P } from "./drawer.es.js";
7
+ import { cn as i } from "../../lib/utils.es.js";
8
8
  /**
9
- * @license lucide-react v0.484.0 - ISC
9
+ * @license lucide-react v0.561.0 - ISC
10
10
  *
11
11
  * This source code is licensed under the ISC license.
12
12
  * See the LICENSE file in the root directory of this source tree.
13
13
  */
14
- const P = (t) => t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), U = (t) => t.replace(
14
+ const R = (t) => t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), U = (t) => t.replace(
15
15
  /^([A-Z])|[\s-_]+(\w)/g,
16
16
  (e, o, s) => s ? s.toUpperCase() : o.toLowerCase()
17
- ), d = (t) => {
17
+ ), h = (t) => {
18
18
  const e = U(t);
19
19
  return e.charAt(0).toUpperCase() + e.slice(1);
20
- }, u = (...t) => t.filter((e, o, s) => !!e && e.trim() !== "" && s.indexOf(e) === o).join(" ").trim();
20
+ }, p = (...t) => t.filter((e, o, s) => !!e && e.trim() !== "" && s.indexOf(e) === o).join(" ").trim(), W = (t) => {
21
+ for (const e in t)
22
+ if (e.startsWith("aria-") || e === "role" || e === "title")
23
+ return !0;
24
+ };
21
25
  /**
22
- * @license lucide-react v0.484.0 - ISC
26
+ * @license lucide-react v0.561.0 - ISC
23
27
  *
24
28
  * This source code is licensed under the ISC license.
25
29
  * See the LICENSE file in the root directory of this source tree.
@@ -36,12 +40,12 @@ var Z = {
36
40
  strokeLinejoin: "round"
37
41
  };
38
42
  /**
39
- * @license lucide-react v0.484.0 - ISC
43
+ * @license lucide-react v0.561.0 - ISC
40
44
  *
41
45
  * This source code is licensed under the ISC license.
42
46
  * See the LICENSE file in the root directory of this source tree.
43
47
  */
44
- const z = h(
48
+ const z = u(
45
49
  ({
46
50
  color: t = "currentColor",
47
51
  size: e = 24,
@@ -49,8 +53,8 @@ const z = h(
49
53
  absoluteStrokeWidth: s,
50
54
  className: n = "",
51
55
  children: a,
52
- iconNode: w,
53
- ...D
56
+ iconNode: D,
57
+ ...d
54
58
  }, C) => l(
55
59
  "svg",
56
60
  {
@@ -60,45 +64,46 @@ const z = h(
60
64
  height: e,
61
65
  stroke: t,
62
66
  strokeWidth: s ? Number(o) * 24 / Number(e) : o,
63
- className: u("lucide", n),
64
- ...D
67
+ className: p("lucide", n),
68
+ ...!a && !W(d) && { "aria-hidden": "true" },
69
+ ...d
65
70
  },
66
71
  [
67
- ...w.map(([v, j]) => l(v, j)),
72
+ ...D.map(([v, j]) => l(v, j)),
68
73
  ...Array.isArray(a) ? a : [a]
69
74
  ]
70
75
  )
71
76
  );
72
77
  /**
73
- * @license lucide-react v0.484.0 - ISC
78
+ * @license lucide-react v0.561.0 - ISC
74
79
  *
75
80
  * This source code is licensed under the ISC license.
76
81
  * See the LICENSE file in the root directory of this source tree.
77
82
  */
78
- const p = (t, e) => {
79
- const o = h(
83
+ const x = (t, e) => {
84
+ const o = u(
80
85
  ({ className: s, ...n }, a) => l(z, {
81
86
  ref: a,
82
87
  iconNode: e,
83
- className: u(
84
- `lucide-${P(d(t))}`,
88
+ className: p(
89
+ `lucide-${R(h(t))}`,
85
90
  `lucide-${t}`,
86
91
  s
87
92
  ),
88
93
  ...n
89
94
  })
90
95
  );
91
- return o.displayName = d(t), o;
96
+ return o.displayName = h(t), o;
92
97
  };
93
98
  /**
94
- * @license lucide-react v0.484.0 - ISC
99
+ * @license lucide-react v0.561.0 - ISC
95
100
  *
96
101
  * This source code is licensed under the ISC license.
97
102
  * See the LICENSE file in the root directory of this source tree.
98
103
  */
99
- const K = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], O = p("chevron-left", K);
104
+ const K = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], O = x("chevron-left", K);
100
105
  /**
101
- * @license lucide-react v0.484.0 - ISC
106
+ * @license lucide-react v0.561.0 - ISC
102
107
  *
103
108
  * This source code is licensed under the ISC license.
104
109
  * See the LICENSE file in the root directory of this source tree.
@@ -106,15 +111,15 @@ const K = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], O = p("chevron-lef
106
111
  const Q = [
107
112
  ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
108
113
  ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
109
- ], V = p("x", Q), x = m.createContext({
114
+ ], V = x("x", Q), f = m.createContext({
110
115
  isDesktop: !1,
111
116
  fullScreen: !1
112
- }), i = () => {
113
- const t = m.useContext(x);
117
+ }), c = () => {
118
+ const t = m.useContext(f);
114
119
  if (!t)
115
120
  throw new Error("BottomSheet components cannot be rendered outside the BottomSheet Context");
116
121
  return t;
117
- }, st = ({ children: t, fullScreen: e, ...o }) => {
122
+ }, rt = ({ children: t, fullScreen: e, ...o }) => {
118
123
  const s = B("(min-width: 768px)"), n = m.useMemo(
119
124
  () => ({
120
125
  isDesktop: s,
@@ -125,19 +130,19 @@ const Q = [
125
130
  if (n.isDesktop === null)
126
131
  return null;
127
132
  const a = n.isDesktop ? S : H;
128
- return /* @__PURE__ */ r.jsx(x.Provider, { value: n, children: /* @__PURE__ */ r.jsx(a, { ...o, ...!s && { autoFocus: !0 }, children: t }) });
129
- }, rt = ({ className: t, children: e, ...o }) => {
130
- const { isDesktop: s } = i(), n = s ? k : L;
133
+ return /* @__PURE__ */ r.jsx(f.Provider, { value: n, children: /* @__PURE__ */ r.jsx(a, { ...o, ...!s && { autoFocus: !0 }, children: t }) });
134
+ }, nt = ({ className: t, children: e, ...o }) => {
135
+ const { isDesktop: s } = c(), n = s ? k : L;
131
136
  return /* @__PURE__ */ r.jsx(n, { className: t, ...o, children: e });
132
- }, W = ({ className: t, children: e, ...o }) => {
133
- const { isDesktop: s } = i(), n = s ? b : F;
137
+ }, X = ({ className: t, children: e, ...o }) => {
138
+ const { isDesktop: s } = c(), n = s ? y : F;
134
139
  return /* @__PURE__ */ r.jsx(n, { className: t, ...o, children: e });
135
- }, nt = ({ className: t, children: e, ...o }) => {
136
- const { isDesktop: s, fullScreen: n } = i(), a = s ? y : $;
140
+ }, at = ({ className: t, children: e, ...o }) => {
141
+ const { isDesktop: s, fullScreen: n } = c(), a = s ? b : $;
137
142
  return /* @__PURE__ */ r.jsx(
138
143
  a,
139
144
  {
140
- className: c(
145
+ className: i(
141
146
  "flex flex-col",
142
147
  n && "h-dvh data-[vaul-drawer-direction=bottom]:mt-0 data-[vaul-drawer-direction=bottom]:max-h-dvh data-[vaul-drawer-direction=bottom]:rounded-t-none",
143
148
  t
@@ -146,19 +151,19 @@ const Q = [
146
151
  children: e
147
152
  }
148
153
  );
149
- }, X = ({ className: t, children: e, ...o }) => {
150
- const { isDesktop: s } = i(), n = s ? N : E;
151
- return /* @__PURE__ */ r.jsx(n, { className: c("typo-t3 text-gray-400", t), ...o, children: e });
152
- }, f = ({ className: t, children: e, ...o }) => {
153
- const { isDesktop: s } = i(), n = s ? T : I;
154
- return /* @__PURE__ */ r.jsx(n, { className: c("pt-6.25", t), ...o, children: e });
154
+ }, q = ({ className: t, children: e, ...o }) => {
155
+ const { isDesktop: s } = c(), n = s ? N : E;
156
+ return /* @__PURE__ */ r.jsx(n, { className: i("typo-t3 text-gray-400", t), ...o, children: e });
155
157
  }, g = ({ className: t, children: e, ...o }) => {
156
- const { isDesktop: s } = i(), n = s ? _ : M;
157
- return /* @__PURE__ */ r.jsx(n, { className: c("typo-h4 text-gray-900", t), ...o, children: e });
158
- }, at = ({ className: t, children: e, ...o }) => /* @__PURE__ */ r.jsx(
158
+ const { isDesktop: s } = c(), n = s ? T : I;
159
+ return /* @__PURE__ */ r.jsx(n, { className: i("pt-6.25", t), ...o, children: e });
160
+ }, w = ({ className: t, children: e, ...o }) => {
161
+ const { isDesktop: s } = c(), n = s ? _ : M;
162
+ return /* @__PURE__ */ r.jsx(n, { className: i("typo-h4 text-gray-900", t), ...o, children: e });
163
+ }, it = ({ className: t, children: e, ...o }) => /* @__PURE__ */ r.jsx(
159
164
  "div",
160
165
  {
161
- className: c(
166
+ className: i(
162
167
  "scrollbar-hide mb-20 flex max-w-full overflow-x-hidden overflow-y-auto px-5 text-wrap break-all md:px-0",
163
168
  t
164
169
  ),
@@ -166,12 +171,12 @@ const Q = [
166
171
  children: e
167
172
  }
168
173
  ), ct = ({ className: t, children: e, ...o }) => {
169
- const { isDesktop: s } = i(), n = s ? A : R;
170
- return /* @__PURE__ */ r.jsx(n, { className: c("mb-5", t), ...o, children: e });
171
- }, q = ({ className: t }) => /* @__PURE__ */ r.jsxs(
172
- W,
174
+ const { isDesktop: s } = c(), n = s ? A : P;
175
+ return /* @__PURE__ */ r.jsx(n, { className: i("mb-5", t), ...o, children: e });
176
+ }, G = ({ className: t }) => /* @__PURE__ */ r.jsxs(
177
+ X,
173
178
  {
174
- className: c(
179
+ className: i(
175
180
  "data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",
176
181
  "ring-offset-background rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:outline-hidden disabled:pointer-events-none",
177
182
  "[&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-6.25",
@@ -182,36 +187,36 @@ const Q = [
182
187
  /* @__PURE__ */ r.jsx("span", { className: "sr-only", children: "Close" })
183
188
  ]
184
189
  }
185
- ), it = ({
190
+ ), lt = ({
186
191
  className: t,
187
192
  title: e,
188
193
  subtitle: o,
189
194
  right: s
190
- }) => /* @__PURE__ */ r.jsxs(f, { className: c("flex", t), children: [
191
- /* @__PURE__ */ r.jsx(g, { children: e }),
192
- /* @__PURE__ */ r.jsx(X, { children: o }),
195
+ }) => /* @__PURE__ */ r.jsxs(g, { className: i("flex", t), children: [
196
+ /* @__PURE__ */ r.jsx(w, { children: e }),
197
+ /* @__PURE__ */ r.jsx(q, { children: o }),
193
198
  /* @__PURE__ */ r.jsx("div", { className: "absolute top-6.25 right-5", children: s })
194
- ] }), lt = ({
199
+ ] }), mt = ({
195
200
  className: t,
196
201
  title: e,
197
202
  left: o,
198
203
  right: s
199
- }) => /* @__PURE__ */ r.jsxs(f, { className: c("mt-2.5 flex flex-row items-center justify-between py-3.75", t), children: [
204
+ }) => /* @__PURE__ */ r.jsxs(g, { className: i("mt-2.5 flex flex-row items-center justify-between py-3.75", t), children: [
200
205
  o !== void 0 ? o : /* @__PURE__ */ r.jsx(O, {}),
201
- e ? /* @__PURE__ */ r.jsx(g, { className: "typo-h5", children: e }) : /* @__PURE__ */ r.jsx("div", {}),
202
- s !== void 0 ? s : /* @__PURE__ */ r.jsx(q, {})
206
+ e ? /* @__PURE__ */ r.jsx(w, { className: "typo-h5", children: e }) : /* @__PURE__ */ r.jsx("div", {}),
207
+ s !== void 0 ? s : /* @__PURE__ */ r.jsx(G, {})
203
208
  ] });
204
209
  export {
205
- st as BottomSheet,
206
- at as BottomSheetBody,
207
- W as BottomSheetClose,
208
- q as BottomSheetCloseIcon,
209
- nt as BottomSheetContent,
210
- X as BottomSheetDescription,
210
+ rt as BottomSheet,
211
+ it as BottomSheetBody,
212
+ X as BottomSheetClose,
213
+ G as BottomSheetCloseIcon,
214
+ at as BottomSheetContent,
215
+ q as BottomSheetDescription,
211
216
  ct as BottomSheetFooter,
212
- f as BottomSheetHeader,
213
- lt as BottomSheetNavigationHeader,
214
- g as BottomSheetTitle,
215
- it as BottomSheetTitleHeader,
216
- rt as BottomSheetTrigger
217
+ g as BottomSheetHeader,
218
+ mt as BottomSheetNavigationHeader,
219
+ w as BottomSheetTitle,
220
+ lt as BottomSheetTitleHeader,
221
+ nt as BottomSheetTrigger
217
222
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("../../chunks/jsx-runtime.713F0z8w.js");require("../../chunks/index.C4mr2-78.js");require("../../chunks/index.DnJQUgiG.js");require("../../chunks/utils.Gb5_Gcy7.js");require("react");const e=require("../../chunks/index.styled.DX1B4OiV.js");require("../Loading/Skeleton/index.cjs.js");exports.Button=e.Button;exports.buttonVariants=e.buttonVariants;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("../../chunks/jsx-runtime.713F0z8w.js");require("../../chunks/index.BFOvovu2.js");require("../../chunks/index.DMhXgOEz.js");require("../../lib/utils.cjs.js");require("react");const e=require("../../chunks/index.DYrg31YP.js");require("../Loading/Skeleton/index.cjs.js");exports.Button=e.Button;exports.buttonVariants=e.buttonVariants;
@@ -1,9 +1,9 @@
1
1
  import "../../chunks/jsx-runtime.Drh4NO5G.js";
2
- import "../../chunks/index.BiFBNKMb.js";
3
- import "../../chunks/index.LN3KW-I4.js";
4
- import "../../chunks/utils.B9KdtH6G.js";
2
+ import "../../chunks/index.DDo7KIbo.js";
3
+ import "../../chunks/index.Cc-miKAT.js";
4
+ import "../../lib/utils.es.js";
5
5
  import "react";
6
- import { h as s, j as u } from "../../chunks/index.styled.D_VcbV29.js";
6
+ import { g as s, h as u } from "../../chunks/index.D0q0M2nK.js";
7
7
  import "../Loading/Skeleton/index.es.js";
8
8
  export {
9
9
  s as Button,
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("../../chunks/jsx-runtime.713F0z8w.js"),A=require("react"),E=require("../../chunks/index.BIcga6m3.js"),g=require("../../chunks/index.DjUJriOp.js"),D=require("../../chunks/index.Zd9j6m3g.js"),F=require("../../chunks/index.D6z7cYa5.js"),H=require("../../chunks/index.C4zsfJoH.js");require("../../icons/src/icons/Alarm_fill.cjs.js");require("../../icons/src/icons/Calendar.cjs.js");require("../../icons/src/icons/Cancel.cjs.js");require("../../icons/src/icons/Cancel_circle.cjs.js");require("../../icons/src/icons/Cart_fill.cjs.js");const L=require("../../icons/src/icons/Check.cjs.js");require("../../icons/src/icons/Chevron_down.cjs.js");require("../../icons/src/icons/Chevron_right.cjs.js");require("../../icons/src/icons/Chevron_up.cjs.js");require("../../icons/src/icons/Double_Chevron_left.cjs.js");require("../../icons/src/icons/Chevron_left.cjs.js");require("../../icons/src/icons/Double_Chevron_right.cjs.js");require("../../icons/src/icons/Eye_fill.cjs.js");require("../../icons/src/icons/Eye_slash_fill.cjs.js");require("../../icons/src/icons/Filter.cjs.js");require("../../icons/src/icons/Information.cjs.js");require("../../icons/src/icons/Menu.cjs.js");require("../../icons/src/icons/Person_fill.cjs.js");require("../../icons/src/icons/Plus.cjs.js");require("../../icons/src/icons/Question_circle.cjs.js");require("../../icons/src/icons/Search.cjs.js");require("../../icons/src/icons/Re.cjs.js");require("../../icons/src/icons/Setting_fill.cjs.js");require("../../icons/src/icons/More.cjs.js");require("../../icons/src/icons/Store.cjs.js");require("../../icons/src/icons/Share.cjs.js");const V=require("../../chunks/index.DMhXgOEz.js");function G(e){if(e&&typeof e=="object"&&"default"in e)return e;const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const a in e)if(a!=="default"){const d=Object.getOwnPropertyDescriptor(e,a);Object.defineProperty(r,a,d.get?d:{enumerable:!0,get:()=>e[a]})}}return r.default=e,Object.freeze(r)}const n=G(A);var v="Checkbox",[K,Y]=g.createContextScope(v),[U,R]=K(v);function X(e){const{__scopeCheckbox:r,checked:a,children:d,defaultChecked:o,disabled:t,form:p,name:k,onCheckedChange:l,required:m,value:x="on",internal_do_not_use_render:u}=e,[b,T]=g.useControllableState({prop:a,defaultProp:o??!1,onChange:l,caller:v}),[y,f]=n.useState(null),[C,c]=n.useState(null),i=n.useRef(!1),q=y?!!p||!!y.closest("form"):!0,N={checked:b,disabled:t,setChecked:T,control:y,setControl:f,name:k,form:p,value:x,hasConsumerStoppedPropagationRef:i,required:m,defaultChecked:h(o)?!1:o,isFormControl:q,bubbleInput:C,setBubbleInput:c};return s.jsxRuntimeExports.jsx(U,{scope:r,...N,children:J(u)?u(N):d})}var _="CheckboxTrigger",w=n.forwardRef(({__scopeCheckbox:e,onKeyDown:r,onClick:a,...d},o)=>{const{control:t,value:p,disabled:k,checked:l,required:m,setControl:x,setChecked:u,hasConsumerStoppedPropagationRef:b,isFormControl:T,bubbleInput:y}=R(_,e),f=E.useComposedRefs(o,x),C=n.useRef(l);return n.useEffect(()=>{const c=t==null?void 0:t.form;if(c){const i=()=>u(C.current);return c.addEventListener("reset",i),()=>c.removeEventListener("reset",i)}},[t,u]),s.jsxRuntimeExports.jsx(g.Primitive.button,{type:"button",role:"checkbox","aria-checked":h(l)?"mixed":l,"aria-required":m,"data-state":B(l),"data-disabled":k?"":void 0,disabled:k,value:p,...d,ref:f,onKeyDown:g.composeEventHandlers(r,c=>{c.key==="Enter"&&c.preventDefault()}),onClick:g.composeEventHandlers(a,c=>{u(i=>h(i)?!0:!i),y&&T&&(b.current=c.isPropagationStopped(),b.current||c.stopPropagation())})})});w.displayName=_;var P=n.forwardRef((e,r)=>{const{__scopeCheckbox:a,name:d,checked:o,defaultChecked:t,required:p,disabled:k,value:l,onCheckedChange:m,form:x,...u}=e;return s.jsxRuntimeExports.jsx(X,{__scopeCheckbox:a,checked:o,defaultChecked:t,disabled:k,required:p,onCheckedChange:m,name:d,form:x,value:l,internal_do_not_use_render:({isFormControl:b})=>s.jsxRuntimeExports.jsxs(s.jsxRuntimeExports.Fragment,{children:[s.jsxRuntimeExports.jsx(w,{...u,ref:r,__scopeCheckbox:a}),b&&s.jsxRuntimeExports.jsx(M,{__scopeCheckbox:a})]})})});P.displayName=v;var I="CheckboxIndicator",S=n.forwardRef((e,r)=>{const{__scopeCheckbox:a,forceMount:d,...o}=e,t=R(I,a);return s.jsxRuntimeExports.jsx(H.Presence,{present:d||h(t.checked)||t.checked===!0,children:s.jsxRuntimeExports.jsx(g.Primitive.span,{"data-state":B(t.checked),"data-disabled":t.disabled?"":void 0,...o,ref:r,style:{pointerEvents:"none",...e.style}})})});S.displayName=I;var O="CheckboxBubbleInput",M=n.forwardRef(({__scopeCheckbox:e,...r},a)=>{const{control:d,hasConsumerStoppedPropagationRef:o,checked:t,defaultChecked:p,required:k,disabled:l,name:m,value:x,form:u,bubbleInput:b,setBubbleInput:T}=R(O,e),y=E.useComposedRefs(a,T),f=D.usePrevious(t),C=F.useSize(d);n.useEffect(()=>{const i=b;if(!i)return;const q=window.HTMLInputElement.prototype,j=Object.getOwnPropertyDescriptor(q,"checked").set,$=!o.current;if(f!==t&&j){const z=new Event("click",{bubbles:$});i.indeterminate=h(t),j.call(i,h(t)?!1:t),i.dispatchEvent(z)}},[b,f,t,o]);const c=n.useRef(h(t)?!1:t);return s.jsxRuntimeExports.jsx(g.Primitive.input,{type:"checkbox","aria-hidden":!0,defaultChecked:p??c.current,required:k,disabled:l,name:m,value:x,form:u,...r,tabIndex:-1,ref:y,style:{...r.style,...C,position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"}})});M.displayName=O;function J(e){return typeof e=="function"}function h(e){return e==="indeterminate"}function B(e){return h(e)?"indeterminate":e?"checked":"unchecked"}const Q=V.cva("peer dark:bg-input/30 size-5.25 shrink-0 rounded-[2px] outline-none aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive disabled:cursor-not-allowed shadow-none",{variants:{colorType:{pink:"",red:"",orange:"",yellow:"",lime:"",green:"",mint:"",skyblue:"",blue:"",indigo:"",purple:"",gray:""},uiType:{fill:"border-2 border-gray-100 data-[state=checked]:text-white disabled:border-gray-50 disabled:bg-gray-25",line:"border-0 bg-transparent text-gray-100 data-[state=checked]:border-0 data-[state=checked]:bg-transparent disabled:text-gray-50"}},compoundVariants:[{colorType:"pink",uiType:"fill",className:"data-[state=checked]:border-pink-400 data-[state=checked]:bg-pink-400 disabled:data-[state=checked]:border-pink-100 disabled:data-[state=checked]:bg-pink-100"},{colorType:"pink",uiType:"line",className:"data-[state=checked]:text-pink-400 disabled:data-[state=checked]:text-pink-100"},{colorType:"red",uiType:"fill",className:"data-[state=checked]:border-red-400 data-[state=checked]:bg-red-400 disabled:data-[state=checked]:border-red-100 disabled:data-[state=checked]:bg-red-100"},{colorType:"red",uiType:"line",className:"data-[state=checked]:text-red-400 disabled:data-[state=checked]:text-red-100"},{colorType:"orange",uiType:"fill",className:"data-[state=checked]:border-orange-400 data-[state=checked]:bg-orange-400 disabled:data-[state=checked]:border-orange-100 disabled:data-[state=checked]:bg-orange-100"},{colorType:"orange",uiType:"line",className:"data-[state=checked]:text-orange-400 disabled:data-[state=checked]:text-orange-100"},{colorType:"yellow",uiType:"fill",className:"data-[state=checked]:border-yellow-400 data-[state=checked]:bg-yellow-400 disabled:data-[state=checked]:border-yellow-100 disabled:data-[state=checked]:bg-yellow-100"},{colorType:"yellow",uiType:"line",className:"data-[state=checked]:text-yellow-400 disabled:data-[state=checked]:text-yellow-100"},{colorType:"lime",uiType:"fill",className:"data-[state=checked]:border-lime-400 data-[state=checked]:bg-lime-400 disabled:data-[state=checked]:border-lime-100 disabled:data-[state=checked]:bg-lime-100"},{colorType:"lime",uiType:"line",className:"data-[state=checked]:text-lime-400 disabled:data-[state=checked]:text-lime-100"},{colorType:"green",uiType:"fill",className:"data-[state=checked]:border-green-400 data-[state=checked]:bg-green-400 disabled:data-[state=checked]:border-green-100 disabled:data-[state=checked]:bg-green-100"},{colorType:"green",uiType:"line",className:"data-[state=checked]:text-green-400 disabled:data-[state=checked]:text-green-100"},{colorType:"mint",uiType:"fill",className:"data-[state=checked]:border-mint-400 data-[state=checked]:bg-mint-400 disabled:data-[state=checked]:border-mint-100 disabled:data-[state=checked]:bg-mint-100"},{colorType:"mint",uiType:"line",className:"data-[state=checked]:text-mint-400 disabled:data-[state=checked]:text-mint-100"},{colorType:"skyblue",uiType:"fill",className:"data-[state=checked]:border-skyblue-400 data-[state=checked]:bg-skyblue-400 disabled:data-[state=checked]:border-skyblue-100 disabled:data-[state=checked]:bg-skyblue-100"},{colorType:"skyblue",uiType:"line",className:"data-[state=checked]:text-skyblue-400 disabled:data-[state=checked]:text-skyblue-100"},{colorType:"blue",uiType:"fill",className:"data-[state=checked]:border-blue-400 data-[state=checked]:bg-blue-400 disabled:data-[state=checked]:border-blue-100 disabled:data-[state=checked]:bg-blue-100"},{colorType:"blue",uiType:"line",className:"data-[state=checked]:text-blue-400 disabled:data-[state=checked]:text-blue-100"},{colorType:"indigo",uiType:"fill",className:"data-[state=checked]:border-indigo-400 data-[state=checked]:bg-indigo-400 disabled:data-[state=checked]:border-indigo-100 disabled:data-[state=checked]:bg-indigo-100"},{colorType:"indigo",uiType:"line",className:"data-[state=checked]:text-indigo-400 disabled:data-[state=checked]:text-indigo-100"},{colorType:"purple",uiType:"fill",className:"data-[state=checked]:border-purple-400 data-[state=checked]:bg-purple-400 disabled:data-[state=checked]:border-purple-100 disabled:data-[state=checked]:bg-purple-100"},{colorType:"purple",uiType:"line",className:"data-[state=checked]:text-purple-400 disabled:data-[state=checked]:text-purple-100"},{colorType:"gray",uiType:"fill",className:"data-[state=checked]:border-gray-900 data-[state=checked]:bg-gray-900 disabled:data-[state=checked]:border-gray-200 disabled:data-[state=checked]:bg-gray-200"},{colorType:"gray",uiType:"line",className:"data-[state=checked]:text-gray-900 disabled:data-[state=checked]:text-gray-200"}],defaultVariants:{colorType:"lime",uiType:"fill"}});function W({className:e,colorType:r,uiType:a,...d}){return s.jsxRuntimeExports.jsx(P,{"data-slot":"checkbox",className:Q({colorType:r,uiType:a,className:e}),...d,children:s.jsxRuntimeExports.jsx(S,{"data-slot":"checkbox-indicator",className:"flex items-center justify-center text-current transition-none",forceMount:a==="line"?!0:void 0,children:s.jsxRuntimeExports.jsx(L.default,{className:"size-4.25"})})})}exports.Checkbox=W;
@@ -0,0 +1,9 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from 'react';
3
+ import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
4
+ declare const checkboxVariants: (props?: ({
5
+ colorType?: "pink" | "red" | "orange" | "yellow" | "lime" | "green" | "mint" | "skyblue" | "blue" | "indigo" | "purple" | "gray" | null | undefined;
6
+ uiType?: "line" | "fill" | null | undefined;
7
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
8
+ declare function Checkbox({ className, colorType, uiType, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root> & VariantProps<typeof checkboxVariants>): React.JSX.Element;
9
+ export { Checkbox };