@stokelp/ui 2.102.0 → 2.104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (710) hide show
  1. package/dist/_virtual/_rolldown/runtime.cjs +1 -0
  2. package/dist/_virtual/_rolldown/runtime.js +21 -0
  3. package/dist/components/accordion/Accordion.cjs +2 -2
  4. package/dist/components/accordion/Accordion.cjs.map +1 -1
  5. package/dist/components/accordion/Accordion.js +22 -27
  6. package/dist/components/accordion/Accordion.js.map +1 -1
  7. package/dist/components/action-card/ActionCard.cjs +2 -2
  8. package/dist/components/action-card/ActionCard.cjs.map +1 -1
  9. package/dist/components/action-card/ActionCard.js +23 -26
  10. package/dist/components/action-card/ActionCard.js.map +1 -1
  11. package/dist/components/alert/Alert.cjs +2 -2
  12. package/dist/components/alert/Alert.cjs.map +1 -1
  13. package/dist/components/alert/Alert.js +117 -84
  14. package/dist/components/alert/Alert.js.map +1 -1
  15. package/dist/components/app/mobile-card/MobileCardEntityRow.cjs +2 -2
  16. package/dist/components/app/mobile-card/MobileCardEntityRow.cjs.map +1 -1
  17. package/dist/components/app/mobile-card/MobileCardEntityRow.js +44 -25
  18. package/dist/components/app/mobile-card/MobileCardEntityRow.js.map +1 -1
  19. package/dist/components/app/mobile-card/MobileCardHeader.cjs +2 -2
  20. package/dist/components/app/mobile-card/MobileCardHeader.cjs.map +1 -1
  21. package/dist/components/app/mobile-card/MobileCardHeader.js +18 -20
  22. package/dist/components/app/mobile-card/MobileCardHeader.js.map +1 -1
  23. package/dist/components/app/mobile-card/MobileCardNotificationBadge.cjs +2 -2
  24. package/dist/components/app/mobile-card/MobileCardNotificationBadge.cjs.map +1 -1
  25. package/dist/components/app/mobile-card/MobileCardNotificationBadge.js +31 -13
  26. package/dist/components/app/mobile-card/MobileCardNotificationBadge.js.map +1 -1
  27. package/dist/components/app/mobile-card/MobileCardShell.cjs +2 -2
  28. package/dist/components/app/mobile-card/MobileCardShell.cjs.map +1 -1
  29. package/dist/components/app/mobile-card/MobileCardShell.js +17 -19
  30. package/dist/components/app/mobile-card/MobileCardShell.js.map +1 -1
  31. package/dist/components/app/mobile-card/MobileCardSkeleton.cjs +2 -2
  32. package/dist/components/app/mobile-card/MobileCardSkeleton.cjs.map +1 -1
  33. package/dist/components/app/mobile-card/MobileCardSkeleton.js +45 -22
  34. package/dist/components/app/mobile-card/MobileCardSkeleton.js.map +1 -1
  35. package/dist/components/app/mobile-navigation/MobileNavigation.cjs +2 -2
  36. package/dist/components/app/mobile-navigation/MobileNavigation.cjs.map +1 -1
  37. package/dist/components/app/mobile-navigation/MobileNavigation.js +16 -18
  38. package/dist/components/app/mobile-navigation/MobileNavigation.js.map +1 -1
  39. package/dist/components/app/navigation/AppNavigation.cjs +2 -2
  40. package/dist/components/app/navigation/AppNavigation.cjs.map +1 -1
  41. package/dist/components/app/navigation/AppNavigation.js +35 -47
  42. package/dist/components/app/navigation/AppNavigation.js.map +1 -1
  43. package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs +2 -2
  44. package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs.map +1 -1
  45. package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js +188 -119
  46. package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js.map +1 -1
  47. package/dist/components/app/price-tag/PriceTag.cjs +2 -2
  48. package/dist/components/app/price-tag/PriceTag.cjs.map +1 -1
  49. package/dist/components/app/price-tag/PriceTag.js +25 -19
  50. package/dist/components/app/price-tag/PriceTag.js.map +1 -1
  51. package/dist/components/app/product-card-catalog/styled.cjs +2 -2
  52. package/dist/components/app/product-card-catalog/styled.cjs.map +1 -1
  53. package/dist/components/app/product-card-catalog/styled.js +23 -21
  54. package/dist/components/app/product-card-catalog/styled.js.map +1 -1
  55. package/dist/components/avatar/styled.cjs +2 -2
  56. package/dist/components/avatar/styled.cjs.map +1 -1
  57. package/dist/components/avatar/styled.d.ts +2 -2
  58. package/dist/components/avatar/styled.js +28 -27
  59. package/dist/components/avatar/styled.js.map +1 -1
  60. package/dist/components/box/Box.cjs +2 -2
  61. package/dist/components/box/Box.cjs.map +1 -1
  62. package/dist/components/box/Box.js +11 -10
  63. package/dist/components/box/Box.js.map +1 -1
  64. package/dist/components/breadcrumb/Breadcrumb.cjs +2 -2
  65. package/dist/components/breadcrumb/Breadcrumb.cjs.map +1 -1
  66. package/dist/components/breadcrumb/Breadcrumb.d.ts +4 -6
  67. package/dist/components/breadcrumb/Breadcrumb.js +39 -35
  68. package/dist/components/breadcrumb/Breadcrumb.js.map +1 -1
  69. package/dist/components/button/Button.cjs +2 -2
  70. package/dist/components/button/Button.cjs.map +1 -1
  71. package/dist/components/button/Button.js +9 -8
  72. package/dist/components/button/Button.js.map +1 -1
  73. package/dist/components/button-filter/ButtonFilter.cjs +2 -2
  74. package/dist/components/button-filter/ButtonFilter.cjs.map +1 -1
  75. package/dist/components/button-filter/ButtonFilter.js +9 -8
  76. package/dist/components/button-filter/ButtonFilter.js.map +1 -1
  77. package/dist/components/chat/Chat.cjs +2 -2
  78. package/dist/components/chat/Chat.cjs.map +1 -1
  79. package/dist/components/chat/Chat.d.ts +6 -4
  80. package/dist/components/chat/Chat.js +27 -26
  81. package/dist/components/chat/Chat.js.map +1 -1
  82. package/dist/components/chat/ChatDocumentMessage.cjs +2 -2
  83. package/dist/components/chat/ChatDocumentMessage.cjs.map +1 -1
  84. package/dist/components/chat/ChatDocumentMessage.js +32 -31
  85. package/dist/components/chat/ChatDocumentMessage.js.map +1 -1
  86. package/dist/components/chat/ChatMessage.cjs +2 -2
  87. package/dist/components/chat/ChatMessage.cjs.map +1 -1
  88. package/dist/components/chat/ChatMessage.js +8 -7
  89. package/dist/components/chat/ChatMessage.js.map +1 -1
  90. package/dist/components/chat/ChatProfileAvatar.cjs +2 -2
  91. package/dist/components/chat/ChatProfileAvatar.cjs.map +1 -1
  92. package/dist/components/chat/ChatProfileAvatar.js +24 -16
  93. package/dist/components/chat/ChatProfileAvatar.js.map +1 -1
  94. package/dist/components/chat/ChatTextInput.cjs +2 -2
  95. package/dist/components/chat/ChatTextInput.cjs.map +1 -1
  96. package/dist/components/chat/ChatTextInput.d.ts +2 -2
  97. package/dist/components/chat/ChatTextInput.js +44 -52
  98. package/dist/components/chat/ChatTextInput.js.map +1 -1
  99. package/dist/components/checkbox/Checkbox.cjs +2 -2
  100. package/dist/components/checkbox/Checkbox.cjs.map +1 -1
  101. package/dist/components/checkbox/Checkbox.js +36 -34
  102. package/dist/components/checkbox/Checkbox.js.map +1 -1
  103. package/dist/components/checkbox-card/CheckboxCard.cjs +2 -2
  104. package/dist/components/checkbox-card/CheckboxCard.cjs.map +1 -1
  105. package/dist/components/checkbox-card/CheckboxCard.js +33 -38
  106. package/dist/components/checkbox-card/CheckboxCard.js.map +1 -1
  107. package/dist/components/checkbox-card/namespace.cjs +2 -2
  108. package/dist/components/checkbox-card/namespace.cjs.map +1 -1
  109. package/dist/components/checkbox-card/namespace.js +14 -9
  110. package/dist/components/checkbox-card/namespace.js.map +1 -1
  111. package/dist/components/chip/Chip.cjs +2 -2
  112. package/dist/components/chip/Chip.cjs.map +1 -1
  113. package/dist/components/chip/Chip.js +23 -23
  114. package/dist/components/chip/Chip.js.map +1 -1
  115. package/dist/components/collapsible/styled.cjs +2 -2
  116. package/dist/components/collapsible/styled.cjs.map +1 -1
  117. package/dist/components/collapsible/styled.js +15 -11
  118. package/dist/components/collapsible/styled.js.map +1 -1
  119. package/dist/components/combobox/Combobox.cjs +2 -2
  120. package/dist/components/combobox/Combobox.cjs.map +1 -1
  121. package/dist/components/combobox/Combobox.js +206 -173
  122. package/dist/components/combobox/Combobox.js.map +1 -1
  123. package/dist/components/date-picker/DatePicker.cjs +2 -2
  124. package/dist/components/date-picker/DatePicker.cjs.map +1 -1
  125. package/dist/components/date-picker/DatePicker.d.ts +2 -2
  126. package/dist/components/date-picker/DatePicker.js +151 -127
  127. package/dist/components/date-picker/DatePicker.js.map +1 -1
  128. package/dist/components/dialog/styled.cjs +2 -2
  129. package/dist/components/dialog/styled.cjs.map +1 -1
  130. package/dist/components/dialog/styled.js +75 -65
  131. package/dist/components/dialog/styled.js.map +1 -1
  132. package/dist/components/drawer/Drawer.cjs +2 -2
  133. package/dist/components/drawer/Drawer.cjs.map +1 -1
  134. package/dist/components/drawer/Drawer.js +62 -68
  135. package/dist/components/drawer/Drawer.js.map +1 -1
  136. package/dist/components/flag/styled.cjs +2 -2
  137. package/dist/components/flag/styled.cjs.map +1 -1
  138. package/dist/components/flag/styled.d.ts +2 -2
  139. package/dist/components/flag/styled.js +8437 -3751
  140. package/dist/components/flag/styled.js.map +1 -1
  141. package/dist/components/form/FormControl.cjs +2 -2
  142. package/dist/components/form/FormControl.cjs.map +1 -1
  143. package/dist/components/form/FormControl.d.ts +2 -2
  144. package/dist/components/form/FormControl.js +13 -18
  145. package/dist/components/form/FormControl.js.map +1 -1
  146. package/dist/components/form/FormHelperText.cjs +2 -2
  147. package/dist/components/form/FormHelperText.cjs.map +1 -1
  148. package/dist/components/form/FormHelperText.js +8 -9
  149. package/dist/components/form/FormHelperText.js.map +1 -1
  150. package/dist/components/form/FormLabel.cjs +2 -2
  151. package/dist/components/form/FormLabel.cjs.map +1 -1
  152. package/dist/components/form/FormLabel.d.ts +2 -2
  153. package/dist/components/form/FormLabel.js +38 -33
  154. package/dist/components/form/FormLabel.js.map +1 -1
  155. package/dist/components/heading/Heading.cjs +2 -2
  156. package/dist/components/heading/Heading.cjs.map +1 -1
  157. package/dist/components/heading/Heading.js +14 -10
  158. package/dist/components/heading/Heading.js.map +1 -1
  159. package/dist/components/icon/Icon.cjs +2 -2
  160. package/dist/components/icon/Icon.cjs.map +1 -1
  161. package/dist/components/icon/Icon.d.ts +2 -2
  162. package/dist/components/icon/Icon.js +15 -10
  163. package/dist/components/icon/Icon.js.map +1 -1
  164. package/dist/components/icon-button/IconButton.cjs +2 -2
  165. package/dist/components/icon-button/IconButton.cjs.map +1 -1
  166. package/dist/components/icon-button/IconButton.d.ts +2 -3
  167. package/dist/components/icon-button/IconButton.js +8 -7
  168. package/dist/components/icon-button/IconButton.js.map +1 -1
  169. package/dist/components/illustration/Illustration.cjs +2 -2
  170. package/dist/components/illustration/Illustration.cjs.map +1 -1
  171. package/dist/components/illustration/Illustration.js +35 -39
  172. package/dist/components/illustration/Illustration.js.map +1 -1
  173. package/dist/components/illustration/patterns.cjs +2 -2
  174. package/dist/components/illustration/patterns.cjs.map +1 -1
  175. package/dist/components/illustration/patterns.js +5563 -8897
  176. package/dist/components/illustration/patterns.js.map +1 -1
  177. package/dist/components/input/HighlightedInput.cjs +2 -2
  178. package/dist/components/input/HighlightedInput.cjs.map +1 -1
  179. package/dist/components/input/HighlightedInput.d.ts +9 -12
  180. package/dist/components/input/HighlightedInput.js +43 -58
  181. package/dist/components/input/HighlightedInput.js.map +1 -1
  182. package/dist/components/input/Input.cjs +2 -2
  183. package/dist/components/input/Input.cjs.map +1 -1
  184. package/dist/components/input/Input.d.ts +1 -2
  185. package/dist/components/input/Input.js +12 -13
  186. package/dist/components/input/Input.js.map +1 -1
  187. package/dist/components/input/InputAddon.cjs +2 -2
  188. package/dist/components/input/InputAddon.cjs.map +1 -1
  189. package/dist/components/input/InputAddon.js +8 -9
  190. package/dist/components/input/InputAddon.js.map +1 -1
  191. package/dist/components/input/InputGroup.cjs +2 -2
  192. package/dist/components/input/InputGroup.cjs.map +1 -1
  193. package/dist/components/input/InputGroup.js +8 -9
  194. package/dist/components/input/InputGroup.js.map +1 -1
  195. package/dist/components/input/PhoneNumberInput.cjs +2 -2
  196. package/dist/components/input/PhoneNumberInput.cjs.map +1 -1
  197. package/dist/components/input/PhoneNumberInput.js +21 -23
  198. package/dist/components/input/PhoneNumberInput.js.map +1 -1
  199. package/dist/components/menu/Menu.cjs +2 -2
  200. package/dist/components/menu/Menu.cjs.map +1 -1
  201. package/dist/components/menu/Menu.js +32 -28
  202. package/dist/components/menu/Menu.js.map +1 -1
  203. package/dist/components/pagination/Pagination.cjs +2 -2
  204. package/dist/components/pagination/Pagination.cjs.map +1 -1
  205. package/dist/components/pagination/Pagination.js +76 -84
  206. package/dist/components/pagination/Pagination.js.map +1 -1
  207. package/dist/components/pagination/use-pagination.cjs +2 -2
  208. package/dist/components/pagination/use-pagination.cjs.map +1 -1
  209. package/dist/components/pagination/use-pagination.js +56 -54
  210. package/dist/components/pagination/use-pagination.js.map +1 -1
  211. package/dist/components/popover/Popover.cjs +2 -2
  212. package/dist/components/popover/Popover.cjs.map +1 -1
  213. package/dist/components/popover/Popover.js +21 -25
  214. package/dist/components/popover/Popover.js.map +1 -1
  215. package/dist/components/radio-button-group/RadioButtonGroup.cjs +2 -2
  216. package/dist/components/radio-button-group/RadioButtonGroup.cjs.map +1 -1
  217. package/dist/components/radio-button-group/RadioButtonGroup.js +20 -20
  218. package/dist/components/radio-button-group/RadioButtonGroup.js.map +1 -1
  219. package/dist/components/radio-card-group/RadioCardGroup.cjs +2 -2
  220. package/dist/components/radio-card-group/RadioCardGroup.cjs.map +1 -1
  221. package/dist/components/radio-card-group/RadioCardGroup.js +21 -22
  222. package/dist/components/radio-card-group/RadioCardGroup.js.map +1 -1
  223. package/dist/components/radio-card-group/namespace.cjs +2 -2
  224. package/dist/components/radio-card-group/namespace.cjs.map +1 -1
  225. package/dist/components/radio-card-group/namespace.js +15 -10
  226. package/dist/components/radio-card-group/namespace.js.map +1 -1
  227. package/dist/components/radio-group/RadioGroup.cjs +2 -2
  228. package/dist/components/radio-group/RadioGroup.cjs.map +1 -1
  229. package/dist/components/radio-group/RadioGroup.js +21 -21
  230. package/dist/components/radio-group/RadioGroup.js.map +1 -1
  231. package/dist/components/select/Select.cjs +2 -2
  232. package/dist/components/select/Select.cjs.map +1 -1
  233. package/dist/components/select/Select.js +194 -141
  234. package/dist/components/select/Select.js.map +1 -1
  235. package/dist/components/select-language/SelectLanguage.cjs +2 -2
  236. package/dist/components/select-language/SelectLanguage.cjs.map +1 -1
  237. package/dist/components/select-language/SelectLanguage.js +114 -88
  238. package/dist/components/select-language/SelectLanguage.js.map +1 -1
  239. package/dist/components/status-tag-select/StatusTagSelect.cjs +2 -2
  240. package/dist/components/status-tag-select/StatusTagSelect.cjs.map +1 -1
  241. package/dist/components/status-tag-select/StatusTagSelect.js +93 -115
  242. package/dist/components/status-tag-select/StatusTagSelect.js.map +1 -1
  243. package/dist/components/switch/Switch.cjs +2 -2
  244. package/dist/components/switch/Switch.cjs.map +1 -1
  245. package/dist/components/switch/Switch.js +30 -18
  246. package/dist/components/switch/Switch.js.map +1 -1
  247. package/dist/components/switch-card/SwitchCard.cjs +2 -2
  248. package/dist/components/switch-card/SwitchCard.cjs.map +1 -1
  249. package/dist/components/switch-card/SwitchCard.js +28 -25
  250. package/dist/components/switch-card/SwitchCard.js.map +1 -1
  251. package/dist/components/switch-card/namespace.cjs +2 -2
  252. package/dist/components/switch-card/namespace.cjs.map +1 -1
  253. package/dist/components/switch-card/namespace.js +14 -9
  254. package/dist/components/switch-card/namespace.js.map +1 -1
  255. package/dist/components/table/Table.cjs +2 -2
  256. package/dist/components/table/Table.cjs.map +1 -1
  257. package/dist/components/table/Table.d.ts +3 -4
  258. package/dist/components/table/Table.js +133 -109
  259. package/dist/components/table/Table.js.map +1 -1
  260. package/dist/components/table/TableProvider.cjs +2 -2
  261. package/dist/components/table/TableProvider.cjs.map +1 -1
  262. package/dist/components/table/TableProvider.js +36 -39
  263. package/dist/components/table/TableProvider.js.map +1 -1
  264. package/dist/components/tabs/Tabs.cjs +2 -2
  265. package/dist/components/tabs/Tabs.cjs.map +1 -1
  266. package/dist/components/tabs/Tabs.js +18 -26
  267. package/dist/components/tabs/Tabs.js.map +1 -1
  268. package/dist/components/tag/Tag.cjs +2 -2
  269. package/dist/components/tag/Tag.cjs.map +1 -1
  270. package/dist/components/tag/Tag.js +22 -16
  271. package/dist/components/tag/Tag.js.map +1 -1
  272. package/dist/components/text/Text.cjs +2 -2
  273. package/dist/components/text/Text.cjs.map +1 -1
  274. package/dist/components/text/Text.js +12 -11
  275. package/dist/components/text/Text.js.map +1 -1
  276. package/dist/components/textarea/Textarea.cjs +2 -2
  277. package/dist/components/textarea/Textarea.cjs.map +1 -1
  278. package/dist/components/textarea/Textarea.d.ts +1 -2
  279. package/dist/components/textarea/Textarea.js +9 -8
  280. package/dist/components/textarea/Textarea.js.map +1 -1
  281. package/dist/components/tooltip/Tooltip.cjs +2 -2
  282. package/dist/components/tooltip/Tooltip.cjs.map +1 -1
  283. package/dist/components/tooltip/Tooltip.js +38 -42
  284. package/dist/components/tooltip/Tooltip.js.map +1 -1
  285. package/dist/icons/index.cjs +2 -2
  286. package/dist/icons/index.cjs.map +1 -1
  287. package/dist/icons/index.js +65 -58
  288. package/dist/icons/index.js.map +1 -1
  289. package/dist/index.cjs +1 -2
  290. package/dist/index.js +66 -191
  291. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs +2 -2
  292. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs.map +1 -1
  293. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js +22 -27
  294. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js.map +1 -1
  295. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs +2 -2
  296. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs.map +1 -1
  297. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js +22 -27
  298. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js.map +1 -1
  299. package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs +2 -2
  300. package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs.map +1 -1
  301. package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js +22 -27
  302. package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js.map +1 -1
  303. package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs +2 -2
  304. package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs.map +1 -1
  305. package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js +22 -27
  306. package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js.map +1 -1
  307. package/dist/node_modules/deepmerge/dist/cjs.cjs +2 -2
  308. package/dist/node_modules/deepmerge/dist/cjs.cjs.map +1 -1
  309. package/dist/node_modules/deepmerge/dist/cjs.js +76 -80
  310. package/dist/node_modules/deepmerge/dist/cjs.js.map +1 -1
  311. package/dist/preset.cjs +2 -2
  312. package/dist/preset.cjs.map +1 -1
  313. package/dist/preset.js +30 -31
  314. package/dist/preset.js.map +1 -1
  315. package/dist/shared/ConditionalWrapper.cjs +2 -2
  316. package/dist/shared/ConditionalWrapper.cjs.map +1 -1
  317. package/dist/shared/ConditionalWrapper.js +6 -5
  318. package/dist/shared/ConditionalWrapper.js.map +1 -1
  319. package/dist/shared/assets/icons.cjs +2 -2
  320. package/dist/shared/assets/icons.cjs.map +1 -1
  321. package/dist/shared/assets/icons.js +30 -22
  322. package/dist/shared/assets/icons.js.map +1 -1
  323. package/dist/shared/hooks/useUncontrolled.cjs +2 -2
  324. package/dist/shared/hooks/useUncontrolled.cjs.map +1 -1
  325. package/dist/shared/hooks/useUncontrolled.js +19 -16
  326. package/dist/shared/hooks/useUncontrolled.js.map +1 -1
  327. package/dist/shared/utils/events.cjs +2 -2
  328. package/dist/shared/utils/events.cjs.map +1 -1
  329. package/dist/shared/utils/events.js +7 -6
  330. package/dist/shared/utils/events.js.map +1 -1
  331. package/dist/theme/breakpoints.cjs +2 -2
  332. package/dist/theme/breakpoints.cjs.map +1 -1
  333. package/dist/theme/breakpoints.js +10 -9
  334. package/dist/theme/breakpoints.js.map +1 -1
  335. package/dist/theme/conditions.cjs +2 -2
  336. package/dist/theme/conditions.cjs.map +1 -1
  337. package/dist/theme/conditions.js +23 -24
  338. package/dist/theme/conditions.js.map +1 -1
  339. package/dist/theme/containers.cjs +2 -2
  340. package/dist/theme/containers.cjs.map +1 -1
  341. package/dist/theme/containers.js +18 -17
  342. package/dist/theme/containers.js.map +1 -1
  343. package/dist/theme/globalCss.cjs +4 -4
  344. package/dist/theme/globalCss.cjs.map +1 -1
  345. package/dist/theme/globalCss.js +94 -99
  346. package/dist/theme/globalCss.js.map +1 -1
  347. package/dist/theme/keyframes.cjs +2 -2
  348. package/dist/theme/keyframes.cjs.map +1 -1
  349. package/dist/theme/keyframes.js +256 -171
  350. package/dist/theme/keyframes.js.map +1 -1
  351. package/dist/theme/recipes/accordion.cjs +2 -2
  352. package/dist/theme/recipes/accordion.cjs.map +1 -1
  353. package/dist/theme/recipes/accordion.js +93 -110
  354. package/dist/theme/recipes/accordion.js.map +1 -1
  355. package/dist/theme/recipes/action-card.cjs +2 -2
  356. package/dist/theme/recipes/action-card.cjs.map +1 -1
  357. package/dist/theme/recipes/action-card.js +88 -84
  358. package/dist/theme/recipes/action-card.js.map +1 -1
  359. package/dist/theme/recipes/alert.cjs +2 -2
  360. package/dist/theme/recipes/alert.cjs.map +1 -1
  361. package/dist/theme/recipes/alert.js +52 -65
  362. package/dist/theme/recipes/alert.js.map +1 -1
  363. package/dist/theme/recipes/app/mobile-navigation.cjs +2 -2
  364. package/dist/theme/recipes/app/mobile-navigation.cjs.map +1 -1
  365. package/dist/theme/recipes/app/mobile-navigation.js +94 -108
  366. package/dist/theme/recipes/app/mobile-navigation.js.map +1 -1
  367. package/dist/theme/recipes/app/navigation-language-select.cjs +2 -2
  368. package/dist/theme/recipes/app/navigation-language-select.cjs.map +1 -1
  369. package/dist/theme/recipes/app/navigation-language-select.js +135 -148
  370. package/dist/theme/recipes/app/navigation-language-select.js.map +1 -1
  371. package/dist/theme/recipes/app/navigation.cjs +2 -2
  372. package/dist/theme/recipes/app/navigation.cjs.map +1 -1
  373. package/dist/theme/recipes/app/navigation.js +214 -269
  374. package/dist/theme/recipes/app/navigation.js.map +1 -1
  375. package/dist/theme/recipes/app/price-tag.cjs +2 -2
  376. package/dist/theme/recipes/app/price-tag.cjs.map +1 -1
  377. package/dist/theme/recipes/app/price-tag.js +59 -70
  378. package/dist/theme/recipes/app/price-tag.js.map +1 -1
  379. package/dist/theme/recipes/app/product-card-catalog.cjs +2 -2
  380. package/dist/theme/recipes/app/product-card-catalog.cjs.map +1 -1
  381. package/dist/theme/recipes/app/product-card-catalog.js +189 -194
  382. package/dist/theme/recipes/app/product-card-catalog.js.map +1 -1
  383. package/dist/theme/recipes/avatar-group.cjs +2 -2
  384. package/dist/theme/recipes/avatar-group.cjs.map +1 -1
  385. package/dist/theme/recipes/avatar-group.js +27 -38
  386. package/dist/theme/recipes/avatar-group.js.map +1 -1
  387. package/dist/theme/recipes/avatar.cjs +2 -2
  388. package/dist/theme/recipes/avatar.cjs.map +1 -1
  389. package/dist/theme/recipes/avatar.js +97 -95
  390. package/dist/theme/recipes/avatar.js.map +1 -1
  391. package/dist/theme/recipes/breadcrumb.cjs +2 -2
  392. package/dist/theme/recipes/breadcrumb.cjs.map +1 -1
  393. package/dist/theme/recipes/breadcrumb.js +35 -31
  394. package/dist/theme/recipes/breadcrumb.js.map +1 -1
  395. package/dist/theme/recipes/button-filter.cjs +2 -2
  396. package/dist/theme/recipes/button-filter.cjs.map +1 -1
  397. package/dist/theme/recipes/button-filter.js +57 -60
  398. package/dist/theme/recipes/button-filter.js.map +1 -1
  399. package/dist/theme/recipes/button.cjs +2 -2
  400. package/dist/theme/recipes/button.cjs.map +1 -1
  401. package/dist/theme/recipes/button.js +287 -295
  402. package/dist/theme/recipes/button.js.map +1 -1
  403. package/dist/theme/recipes/chat/chat-document-message.cjs +2 -2
  404. package/dist/theme/recipes/chat/chat-document-message.cjs.map +1 -1
  405. package/dist/theme/recipes/chat/chat-document-message.js +38 -43
  406. package/dist/theme/recipes/chat/chat-document-message.js.map +1 -1
  407. package/dist/theme/recipes/chat/chat-input-text.cjs +2 -2
  408. package/dist/theme/recipes/chat/chat-input-text.cjs.map +1 -1
  409. package/dist/theme/recipes/chat/chat-input-text.js +26 -27
  410. package/dist/theme/recipes/chat/chat-input-text.js.map +1 -1
  411. package/dist/theme/recipes/chat/chat-message.cjs +2 -2
  412. package/dist/theme/recipes/chat/chat-message.cjs.map +1 -1
  413. package/dist/theme/recipes/chat/chat-message.js +49 -45
  414. package/dist/theme/recipes/chat/chat-message.js.map +1 -1
  415. package/dist/theme/recipes/chat/chat-profile-avatar.cjs +2 -2
  416. package/dist/theme/recipes/chat/chat-profile-avatar.cjs.map +1 -1
  417. package/dist/theme/recipes/chat/chat-profile-avatar.js +20 -25
  418. package/dist/theme/recipes/chat/chat-profile-avatar.js.map +1 -1
  419. package/dist/theme/recipes/chat/chat.cjs +2 -2
  420. package/dist/theme/recipes/chat/chat.cjs.map +1 -1
  421. package/dist/theme/recipes/chat/chat.js +51 -56
  422. package/dist/theme/recipes/chat/chat.js.map +1 -1
  423. package/dist/theme/recipes/checkbox-card.cjs +2 -2
  424. package/dist/theme/recipes/checkbox-card.cjs.map +1 -1
  425. package/dist/theme/recipes/checkbox-card.js +44 -40
  426. package/dist/theme/recipes/checkbox-card.js.map +1 -1
  427. package/dist/theme/recipes/checkbox-group.cjs +2 -2
  428. package/dist/theme/recipes/checkbox-group.cjs.map +1 -1
  429. package/dist/theme/recipes/checkbox-group.js +13 -12
  430. package/dist/theme/recipes/checkbox-group.js.map +1 -1
  431. package/dist/theme/recipes/checkbox.cjs +2 -2
  432. package/dist/theme/recipes/checkbox.cjs.map +1 -1
  433. package/dist/theme/recipes/checkbox.js +110 -129
  434. package/dist/theme/recipes/checkbox.js.map +1 -1
  435. package/dist/theme/recipes/chip.cjs +2 -2
  436. package/dist/theme/recipes/chip.cjs.map +1 -1
  437. package/dist/theme/recipes/chip.js +144 -182
  438. package/dist/theme/recipes/chip.js.map +1 -1
  439. package/dist/theme/recipes/collapsible.cjs +2 -2
  440. package/dist/theme/recipes/collapsible.cjs.map +1 -1
  441. package/dist/theme/recipes/collapsible.js +30 -28
  442. package/dist/theme/recipes/collapsible.js.map +1 -1
  443. package/dist/theme/recipes/combobox.cjs +2 -2
  444. package/dist/theme/recipes/combobox.cjs.map +1 -1
  445. package/dist/theme/recipes/combobox.js +149 -176
  446. package/dist/theme/recipes/combobox.js.map +1 -1
  447. package/dist/theme/recipes/common/group-card.cjs +2 -2
  448. package/dist/theme/recipes/common/group-card.cjs.map +1 -1
  449. package/dist/theme/recipes/common/group-card.js +60 -80
  450. package/dist/theme/recipes/common/group-card.js.map +1 -1
  451. package/dist/theme/recipes/datepicker.cjs +2 -2
  452. package/dist/theme/recipes/datepicker.cjs.map +1 -1
  453. package/dist/theme/recipes/datepicker.js +149 -176
  454. package/dist/theme/recipes/datepicker.js.map +1 -1
  455. package/dist/theme/recipes/dialog.cjs +2 -2
  456. package/dist/theme/recipes/dialog.cjs.map +1 -1
  457. package/dist/theme/recipes/dialog.js +137 -151
  458. package/dist/theme/recipes/dialog.js.map +1 -1
  459. package/dist/theme/recipes/drawer.cjs +2 -2
  460. package/dist/theme/recipes/drawer.cjs.map +1 -1
  461. package/dist/theme/recipes/drawer.js +105 -125
  462. package/dist/theme/recipes/drawer.js.map +1 -1
  463. package/dist/theme/recipes/flag.cjs +2 -2
  464. package/dist/theme/recipes/flag.cjs.map +1 -1
  465. package/dist/theme/recipes/flag.js +21 -30
  466. package/dist/theme/recipes/flag.js.map +1 -1
  467. package/dist/theme/recipes/form/control.cjs +2 -2
  468. package/dist/theme/recipes/form/control.cjs.map +1 -1
  469. package/dist/theme/recipes/form/control.js +27 -34
  470. package/dist/theme/recipes/form/control.js.map +1 -1
  471. package/dist/theme/recipes/form/helper-text.cjs +2 -2
  472. package/dist/theme/recipes/form/helper-text.cjs.map +1 -1
  473. package/dist/theme/recipes/form/helper-text.js +14 -13
  474. package/dist/theme/recipes/form/helper-text.js.map +1 -1
  475. package/dist/theme/recipes/form/label.cjs +2 -2
  476. package/dist/theme/recipes/form/label.cjs.map +1 -1
  477. package/dist/theme/recipes/form/label.js +47 -48
  478. package/dist/theme/recipes/form/label.js.map +1 -1
  479. package/dist/theme/recipes/heading.cjs +2 -2
  480. package/dist/theme/recipes/heading.cjs.map +1 -1
  481. package/dist/theme/recipes/heading.js +25 -34
  482. package/dist/theme/recipes/heading.js.map +1 -1
  483. package/dist/theme/recipes/highlightedInput.cjs +2 -2
  484. package/dist/theme/recipes/highlightedInput.cjs.map +1 -1
  485. package/dist/theme/recipes/highlightedInput.js +54 -45
  486. package/dist/theme/recipes/highlightedInput.js.map +1 -1
  487. package/dist/theme/recipes/icon-button.cjs +2 -2
  488. package/dist/theme/recipes/icon-button.cjs.map +1 -1
  489. package/dist/theme/recipes/icon-button.js +81 -89
  490. package/dist/theme/recipes/icon-button.js.map +1 -1
  491. package/dist/theme/recipes/icon.cjs +2 -2
  492. package/dist/theme/recipes/icon.cjs.map +1 -1
  493. package/dist/theme/recipes/icon.js +39 -42
  494. package/dist/theme/recipes/icon.js.map +1 -1
  495. package/dist/theme/recipes/illustration.cjs +2 -2
  496. package/dist/theme/recipes/illustration.cjs.map +1 -1
  497. package/dist/theme/recipes/illustration.js +29 -48
  498. package/dist/theme/recipes/illustration.js.map +1 -1
  499. package/dist/theme/recipes/index.cjs +2 -2
  500. package/dist/theme/recipes/index.cjs.map +1 -1
  501. package/dist/theme/recipes/index.js +127 -127
  502. package/dist/theme/recipes/index.js.map +1 -1
  503. package/dist/theme/recipes/input-addon.cjs +2 -2
  504. package/dist/theme/recipes/input-addon.cjs.map +1 -1
  505. package/dist/theme/recipes/input-addon.js +24 -24
  506. package/dist/theme/recipes/input-addon.js.map +1 -1
  507. package/dist/theme/recipes/input-group.cjs +2 -2
  508. package/dist/theme/recipes/input-group.cjs.map +1 -1
  509. package/dist/theme/recipes/input-group.js +40 -49
  510. package/dist/theme/recipes/input-group.js.map +1 -1
  511. package/dist/theme/recipes/input.cjs +2 -2
  512. package/dist/theme/recipes/input.cjs.map +1 -1
  513. package/dist/theme/recipes/input.js +48 -61
  514. package/dist/theme/recipes/input.js.map +1 -1
  515. package/dist/theme/recipes/menu.cjs +2 -2
  516. package/dist/theme/recipes/menu.cjs.map +1 -1
  517. package/dist/theme/recipes/menu.js +96 -100
  518. package/dist/theme/recipes/menu.js.map +1 -1
  519. package/dist/theme/recipes/pagination.cjs +2 -2
  520. package/dist/theme/recipes/pagination.cjs.map +1 -1
  521. package/dist/theme/recipes/pagination.js +76 -71
  522. package/dist/theme/recipes/pagination.js.map +1 -1
  523. package/dist/theme/recipes/phone-number-input.cjs +2 -2
  524. package/dist/theme/recipes/phone-number-input.cjs.map +1 -1
  525. package/dist/theme/recipes/phone-number-input.js +55 -66
  526. package/dist/theme/recipes/phone-number-input.js.map +1 -1
  527. package/dist/theme/recipes/popover.cjs +2 -2
  528. package/dist/theme/recipes/popover.cjs.map +1 -1
  529. package/dist/theme/recipes/popover.js +30 -28
  530. package/dist/theme/recipes/popover.js.map +1 -1
  531. package/dist/theme/recipes/radio-button-group.cjs +2 -2
  532. package/dist/theme/recipes/radio-button-group.cjs.map +1 -1
  533. package/dist/theme/recipes/radio-button-group.js +83 -94
  534. package/dist/theme/recipes/radio-button-group.js.map +1 -1
  535. package/dist/theme/recipes/radio-card-group.cjs +2 -2
  536. package/dist/theme/recipes/radio-card-group.cjs.map +1 -1
  537. package/dist/theme/recipes/radio-card-group.js +64 -67
  538. package/dist/theme/recipes/radio-card-group.js.map +1 -1
  539. package/dist/theme/recipes/radio-group.cjs +2 -2
  540. package/dist/theme/recipes/radio-group.cjs.map +1 -1
  541. package/dist/theme/recipes/radio-group.js +101 -118
  542. package/dist/theme/recipes/radio-group.js.map +1 -1
  543. package/dist/theme/recipes/select-language.cjs +2 -2
  544. package/dist/theme/recipes/select-language.cjs.map +1 -1
  545. package/dist/theme/recipes/select-language.js +93 -112
  546. package/dist/theme/recipes/select-language.js.map +1 -1
  547. package/dist/theme/recipes/select.cjs +2 -2
  548. package/dist/theme/recipes/select.cjs.map +1 -1
  549. package/dist/theme/recipes/select.js +194 -206
  550. package/dist/theme/recipes/select.js.map +1 -1
  551. package/dist/theme/recipes/status-tag-select.cjs +2 -2
  552. package/dist/theme/recipes/status-tag-select.cjs.map +1 -1
  553. package/dist/theme/recipes/status-tag-select.js +162 -175
  554. package/dist/theme/recipes/status-tag-select.js.map +1 -1
  555. package/dist/theme/recipes/switch-card.cjs +2 -2
  556. package/dist/theme/recipes/switch-card.cjs.map +1 -1
  557. package/dist/theme/recipes/switch-card.js +43 -42
  558. package/dist/theme/recipes/switch-card.js.map +1 -1
  559. package/dist/theme/recipes/switch.cjs +2 -2
  560. package/dist/theme/recipes/switch.cjs.map +1 -1
  561. package/dist/theme/recipes/switch.js +71 -86
  562. package/dist/theme/recipes/switch.js.map +1 -1
  563. package/dist/theme/recipes/table-container.cjs +2 -2
  564. package/dist/theme/recipes/table-container.cjs.map +1 -1
  565. package/dist/theme/recipes/table-container.js +19 -18
  566. package/dist/theme/recipes/table-container.js.map +1 -1
  567. package/dist/theme/recipes/table-empty-row.cjs +2 -2
  568. package/dist/theme/recipes/table-empty-row.cjs.map +1 -1
  569. package/dist/theme/recipes/table-empty-row.js +17 -16
  570. package/dist/theme/recipes/table-empty-row.js.map +1 -1
  571. package/dist/theme/recipes/table-group-title.cjs +2 -2
  572. package/dist/theme/recipes/table-group-title.cjs.map +1 -1
  573. package/dist/theme/recipes/table-group-title.js +26 -33
  574. package/dist/theme/recipes/table-group-title.js.map +1 -1
  575. package/dist/theme/recipes/table.cjs +2 -2
  576. package/dist/theme/recipes/table.cjs.map +1 -1
  577. package/dist/theme/recipes/table.js +111 -109
  578. package/dist/theme/recipes/table.js.map +1 -1
  579. package/dist/theme/recipes/tabs-chip.cjs +2 -2
  580. package/dist/theme/recipes/tabs-chip.cjs.map +1 -1
  581. package/dist/theme/recipes/tabs-chip.js +43 -46
  582. package/dist/theme/recipes/tabs-chip.js.map +1 -1
  583. package/dist/theme/recipes/tabs.cjs +2 -2
  584. package/dist/theme/recipes/tabs.cjs.map +1 -1
  585. package/dist/theme/recipes/tabs.js +92 -125
  586. package/dist/theme/recipes/tabs.js.map +1 -1
  587. package/dist/theme/recipes/tag.cjs +2 -2
  588. package/dist/theme/recipes/tag.cjs.map +1 -1
  589. package/dist/theme/recipes/tag.js +110 -121
  590. package/dist/theme/recipes/tag.js.map +1 -1
  591. package/dist/theme/recipes/text.cjs +2 -2
  592. package/dist/theme/recipes/text.cjs.map +1 -1
  593. package/dist/theme/recipes/text.js +25 -38
  594. package/dist/theme/recipes/text.js.map +1 -1
  595. package/dist/theme/recipes/textarea.cjs +2 -2
  596. package/dist/theme/recipes/textarea.cjs.map +1 -1
  597. package/dist/theme/recipes/textarea.js +15 -14
  598. package/dist/theme/recipes/textarea.js.map +1 -1
  599. package/dist/theme/recipes/tooltip.cjs +2 -2
  600. package/dist/theme/recipes/tooltip.cjs.map +1 -1
  601. package/dist/theme/recipes/tooltip.js +47 -62
  602. package/dist/theme/recipes/tooltip.js.map +1 -1
  603. package/dist/theme/semantic-tokens/colors.cjs +2 -2
  604. package/dist/theme/semantic-tokens/colors.cjs.map +1 -1
  605. package/dist/theme/semantic-tokens/colors.js +189 -140
  606. package/dist/theme/semantic-tokens/colors.js.map +1 -1
  607. package/dist/theme/semantic-tokens/index.cjs +2 -2
  608. package/dist/theme/semantic-tokens/index.cjs.map +1 -1
  609. package/dist/theme/semantic-tokens/index.js +7 -8
  610. package/dist/theme/semantic-tokens/index.js.map +1 -1
  611. package/dist/theme/text-styles.cjs +2 -2
  612. package/dist/theme/text-styles.cjs.map +1 -1
  613. package/dist/theme/text-styles.js +70 -87
  614. package/dist/theme/text-styles.js.map +1 -1
  615. package/dist/theme/tokens/animations.cjs +2 -2
  616. package/dist/theme/tokens/animations.cjs.map +1 -1
  617. package/dist/theme/tokens/animations.js +22 -45
  618. package/dist/theme/tokens/animations.js.map +1 -1
  619. package/dist/theme/tokens/aspect-ratios.cjs +2 -2
  620. package/dist/theme/tokens/aspect-ratios.cjs.map +1 -1
  621. package/dist/theme/tokens/aspect-ratios.js +12 -11
  622. package/dist/theme/tokens/aspect-ratios.js.map +1 -1
  623. package/dist/theme/tokens/blurs.cjs +2 -2
  624. package/dist/theme/tokens/blurs.cjs.map +1 -1
  625. package/dist/theme/tokens/blurs.js +13 -12
  626. package/dist/theme/tokens/blurs.js.map +1 -1
  627. package/dist/theme/tokens/borders.cjs +2 -2
  628. package/dist/theme/tokens/borders.cjs.map +1 -1
  629. package/dist/theme/tokens/borders.js +6 -9
  630. package/dist/theme/tokens/borders.js.map +1 -1
  631. package/dist/theme/tokens/colors.cjs +2 -2
  632. package/dist/theme/tokens/colors.cjs.map +1 -1
  633. package/dist/theme/tokens/colors.js +78 -77
  634. package/dist/theme/tokens/colors.js.map +1 -1
  635. package/dist/theme/tokens/durations.cjs +2 -2
  636. package/dist/theme/tokens/durations.cjs.map +1 -1
  637. package/dist/theme/tokens/durations.js +14 -13
  638. package/dist/theme/tokens/durations.js.map +1 -1
  639. package/dist/theme/tokens/easings.cjs +3 -3
  640. package/dist/theme/tokens/easings.cjs.map +1 -1
  641. package/dist/theme/tokens/easings.js +24 -92
  642. package/dist/theme/tokens/easings.js.map +1 -1
  643. package/dist/theme/tokens/index.cjs +2 -2
  644. package/dist/theme/tokens/index.cjs.map +1 -1
  645. package/dist/theme/tokens/index.js +36 -35
  646. package/dist/theme/tokens/index.js.map +1 -1
  647. package/dist/theme/tokens/radii.cjs +2 -2
  648. package/dist/theme/tokens/radii.cjs.map +1 -1
  649. package/dist/theme/tokens/radii.js +28 -27
  650. package/dist/theme/tokens/radii.js.map +1 -1
  651. package/dist/theme/tokens/shadows.cjs +2 -2
  652. package/dist/theme/tokens/shadows.cjs.map +1 -1
  653. package/dist/theme/tokens/shadows.js +14 -13
  654. package/dist/theme/tokens/shadows.js.map +1 -1
  655. package/dist/theme/tokens/sizes.cjs +2 -2
  656. package/dist/theme/tokens/sizes.cjs.map +1 -1
  657. package/dist/theme/tokens/sizes.js +35 -84
  658. package/dist/theme/tokens/sizes.js.map +1 -1
  659. package/dist/theme/tokens/spacing.cjs +2 -2
  660. package/dist/theme/tokens/spacing.cjs.map +1 -1
  661. package/dist/theme/tokens/spacing.js +32 -83
  662. package/dist/theme/tokens/spacing.js.map +1 -1
  663. package/dist/theme/tokens/typography.cjs +2 -2
  664. package/dist/theme/tokens/typography.cjs.map +1 -1
  665. package/dist/theme/tokens/typography.js +82 -85
  666. package/dist/theme/tokens/typography.js.map +1 -1
  667. package/dist/theme/tokens/z-index.cjs +2 -2
  668. package/dist/theme/tokens/z-index.cjs.map +1 -1
  669. package/dist/theme/tokens/z-index.js +18 -41
  670. package/dist/theme/tokens/z-index.js.map +1 -1
  671. package/dist/theme/utilities.cjs +2 -2
  672. package/dist/theme/utilities.cjs.map +1 -1
  673. package/dist/theme/utilities.js +15 -16
  674. package/dist/theme/utilities.js.map +1 -1
  675. package/dist/ui.css +2 -1
  676. package/dist/utils/slots.cjs +2 -2
  677. package/dist/utils/slots.cjs.map +1 -1
  678. package/dist/utils/slots.js +42 -40
  679. package/dist/utils/slots.js.map +1 -1
  680. package/package.json +11 -7
  681. package/dist/_virtual/_commonjsHelpers.cjs +0 -2
  682. package/dist/_virtual/_commonjsHelpers.cjs.map +0 -1
  683. package/dist/_virtual/_commonjsHelpers.js +0 -10
  684. package/dist/_virtual/_commonjsHelpers.js.map +0 -1
  685. package/dist/_virtual/cjs.cjs +0 -2
  686. package/dist/_virtual/cjs.cjs.map +0 -1
  687. package/dist/_virtual/cjs.js +0 -9
  688. package/dist/_virtual/cjs.js.map +0 -1
  689. package/dist/_virtual/lodash.cjs +0 -2
  690. package/dist/_virtual/lodash.cjs.map +0 -1
  691. package/dist/_virtual/lodash.js +0 -7
  692. package/dist/_virtual/lodash.js.map +0 -1
  693. package/dist/_virtual/lodash2.cjs +0 -2
  694. package/dist/_virtual/lodash2.cjs.map +0 -1
  695. package/dist/_virtual/lodash2.js +0 -6
  696. package/dist/_virtual/lodash2.js.map +0 -1
  697. package/dist/index.cjs.map +0 -1
  698. package/dist/index.js.map +0 -1
  699. package/dist/node_modules/@pandacss/shared/dist/index.cjs +0 -2
  700. package/dist/node_modules/@pandacss/shared/dist/index.cjs.map +0 -1
  701. package/dist/node_modules/@pandacss/shared/dist/index.js +0 -469
  702. package/dist/node_modules/@pandacss/shared/dist/index.js.map +0 -1
  703. package/dist/node_modules/@zag-js/utils/dist/functions.cjs +0 -2
  704. package/dist/node_modules/@zag-js/utils/dist/functions.cjs.map +0 -1
  705. package/dist/node_modules/@zag-js/utils/dist/functions.js +0 -6
  706. package/dist/node_modules/@zag-js/utils/dist/functions.js.map +0 -1
  707. package/dist/node_modules/lodash/lodash.cjs +0 -21
  708. package/dist/node_modules/lodash/lodash.cjs.map +0 -1
  709. package/dist/node_modules/lodash/lodash.js +0 -3686
  710. package/dist/node_modules/lodash/lodash.js.map +0 -1
@@ -1,48 +1,57 @@
1
1
  "use client";
2
2
  import { defineSlotRecipe as e } from "@pandacss/dev";
3
- const o = e({
4
- className: "highlightedInput",
5
- description: "Styles for HighlightedInput component",
6
- slots: ["root", "input", "renderer", "highlight"],
7
- jsx: ["Root", "InputSlot", "Renderer", "Highlight"],
8
- base: {
9
- root: {
10
- position: "relative",
11
- height: "size-40"
12
- },
13
- input: {
14
- position: "absolute",
15
- inset: 0,
16
- width: "full",
17
- height: "full",
18
- outline: 0,
19
- px: "space-16",
20
- background: "transparent",
21
- color: "transparent",
22
- caretColor: "text",
23
- "&:placeholder-shown": {
24
- color: "initial"
25
- }
26
- },
27
- renderer: {
28
- position: "absolute",
29
- maxWidth: "full",
30
- display: "flex",
31
- px: "16px",
32
- py: "10px",
33
- whiteSpace: "pre",
34
- pointerEvents: "none",
35
- fontSize: "body.md",
36
- lineHeight: "normal",
37
- textStyle: "body.md",
38
- fontFamily: "satoshi",
39
- overflowX: "scroll",
40
- scrollbarWidth: "none",
41
- border: "1px solid transparent"
42
- }
43
- }
3
+ //#region src/theme/recipes/highlightedInput.ts
4
+ var t = e({
5
+ className: "highlightedInput",
6
+ description: "Styles for HighlightedInput component",
7
+ slots: [
8
+ "root",
9
+ "input",
10
+ "renderer",
11
+ "highlight"
12
+ ],
13
+ jsx: [
14
+ "Root",
15
+ "InputSlot",
16
+ "Renderer",
17
+ "Highlight"
18
+ ],
19
+ base: {
20
+ root: {
21
+ position: "relative",
22
+ height: "size-40"
23
+ },
24
+ input: {
25
+ position: "absolute",
26
+ inset: 0,
27
+ width: "full",
28
+ height: "full",
29
+ outline: 0,
30
+ px: "space-16",
31
+ background: "transparent",
32
+ color: "transparent",
33
+ caretColor: "text",
34
+ "&:placeholder-shown": { color: "initial" }
35
+ },
36
+ renderer: {
37
+ position: "absolute",
38
+ maxWidth: "full",
39
+ display: "flex",
40
+ px: "16px",
41
+ py: "10px",
42
+ whiteSpace: "pre",
43
+ pointerEvents: "none",
44
+ fontSize: "body.md",
45
+ lineHeight: "normal",
46
+ textStyle: "body.md",
47
+ fontFamily: "satoshi",
48
+ overflowX: "scroll",
49
+ scrollbarWidth: "none",
50
+ border: "1px solid transparent"
51
+ }
52
+ }
44
53
  });
45
- export {
46
- o as highlightedInputRecipe
47
- };
48
- //# sourceMappingURL=highlightedInput.js.map
54
+ //#endregion
55
+ export { t as highlightedInputRecipe };
56
+
57
+ //# sourceMappingURL=highlightedInput.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"highlightedInput.js","sources":["../../../src/theme/recipes/highlightedInput.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandacss/dev'\n\nexport const highlightedInputRecipe = defineSlotRecipe({\n className: 'highlightedInput',\n description: 'Styles for HighlightedInput component',\n slots: ['root', 'input', 'renderer', 'highlight'],\n jsx: ['Root', 'InputSlot', 'Renderer', 'Highlight'],\n base: {\n root: {\n position: 'relative',\n height: 'size-40',\n },\n input: {\n position: 'absolute',\n inset: 0,\n width: 'full',\n height: 'full',\n outline: 0,\n px: 'space-16',\n background: 'transparent',\n color: 'transparent',\n caretColor: 'text',\n '&:placeholder-shown': {\n color: 'initial',\n },\n },\n renderer: {\n position: 'absolute',\n maxWidth: 'full',\n display: 'flex',\n px: '16px',\n py: '10px',\n whiteSpace: 'pre',\n pointerEvents: 'none',\n fontSize: 'body.md',\n lineHeight: 'normal',\n textStyle: 'body.md',\n fontFamily: 'satoshi',\n overflowX: 'scroll',\n scrollbarWidth: 'none',\n border: '1px solid transparent',\n },\n },\n})\n"],"names":["highlightedInputRecipe","defineSlotRecipe"],"mappings":";;AAEO,MAAMA,IAAyBC,EAAiB;AAAA,EACrD,WAAW;AAAA,EACX,aAAa;AAAA,EACb,OAAO,CAAC,QAAQ,SAAS,YAAY,WAAW;AAAA,EAChD,KAAK,CAAC,QAAQ,aAAa,YAAY,WAAW;AAAA,EAClD,MAAM;AAAA,IACJ,MAAM;AAAA,MACJ,UAAU;AAAA,MACV,QAAQ;AAAA,IAAA;AAAA,IAEV,OAAO;AAAA,MACL,UAAU;AAAA,MACV,OAAO;AAAA,MACP,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,YAAY;AAAA,MACZ,OAAO;AAAA,MACP,YAAY;AAAA,MACZ,uBAAuB;AAAA,QACrB,OAAO;AAAA,MAAA;AAAA,IACT;AAAA,IAEF,UAAU;AAAA,MACR,UAAU;AAAA,MACV,UAAU;AAAA,MACV,SAAS;AAAA,MACT,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,YAAY;AAAA,MACZ,eAAe;AAAA,MACf,UAAU;AAAA,MACV,YAAY;AAAA,MACZ,WAAW;AAAA,MACX,YAAY;AAAA,MACZ,WAAW;AAAA,MACX,gBAAgB;AAAA,MAChB,QAAQ;AAAA,IAAA;AAAA,EACV;AAEJ,CAAC;"}
1
+ {"version":3,"file":"highlightedInput.js","names":[],"sources":["../../../src/theme/recipes/highlightedInput.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandacss/dev'\n\nexport const highlightedInputRecipe = defineSlotRecipe({\n className: 'highlightedInput',\n description: 'Styles for HighlightedInput component',\n slots: ['root', 'input', 'renderer', 'highlight'],\n jsx: ['Root', 'InputSlot', 'Renderer', 'Highlight'],\n base: {\n root: {\n position: 'relative',\n height: 'size-40',\n },\n input: {\n position: 'absolute',\n inset: 0,\n width: 'full',\n height: 'full',\n outline: 0,\n px: 'space-16',\n background: 'transparent',\n color: 'transparent',\n caretColor: 'text',\n '&:placeholder-shown': {\n color: 'initial',\n },\n },\n renderer: {\n position: 'absolute',\n maxWidth: 'full',\n display: 'flex',\n px: '16px',\n py: '10px',\n whiteSpace: 'pre',\n pointerEvents: 'none',\n fontSize: 'body.md',\n lineHeight: 'normal',\n textStyle: 'body.md',\n fontFamily: 'satoshi',\n overflowX: 'scroll',\n scrollbarWidth: 'none',\n border: '1px solid transparent',\n },\n },\n})\n"],"mappings":";;;AAEA,IAAa,IAAyB,EAAiB;CACrD,WAAW;CACX,aAAa;CACb,OAAO;EAAC;EAAQ;EAAS;EAAY;CAAW;CAChD,KAAK;EAAC;EAAQ;EAAa;EAAY;CAAW;CAClD,MAAM;EACJ,MAAM;GACJ,UAAU;GACV,QAAQ;EACV;EACA,OAAO;GACL,UAAU;GACV,OAAO;GACP,OAAO;GACP,QAAQ;GACR,SAAS;GACT,IAAI;GACJ,YAAY;GACZ,OAAO;GACP,YAAY;GACZ,uBAAuB,EACrB,OAAO,UACT;EACF;EACA,UAAU;GACR,UAAU;GACV,UAAU;GACV,SAAS;GACT,IAAI;GACJ,IAAI;GACJ,YAAY;GACZ,eAAe;GACf,UAAU;GACV,YAAY;GACZ,WAAW;GACX,YAAY;GACZ,WAAW;GACX,gBAAgB;GAChB,QAAQ;EACV;CACF;AACF,CAAC"}
@@ -1,2 +1,2 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@pandacss/dev"),i=require("../../_virtual/cjs.cjs"),t=require("./button.cjs"),s=i(t.buttonRecipe,e.defineRecipe({className:"icon-button",defaultVariants:{size:"md",variant:"primary",severity:"none"},jsx:["IconButton"],base:{flexShrink:0,flexGrow:0},description:"The styles for the IconButton component",variants:{variant:{primary:{},secondary:{},tertiary:{}},severity:{none:{},danger:{}},size:{lg:{px:"space-8",py:"space-8",width:"size-40",height:"size-40","& svg":{width:"size-24!",height:"size-24!"}},md:{px:"space-8",py:"space-8",width:"size-32",height:"size-32","& svg":{width:"size-16!",height:"size-16!"}},sm:{px:"space-4",py:"space-4",width:"size-24",height:"size-24","& svg":{width:"size-16!",height:"size-16!"}}}},compoundVariants:[{variant:"primary",size:"sm",css:{minWidth:"auto"}},{variant:"primary",size:"md",css:{minWidth:"auto"}},{variant:"primary",size:"lg",css:{minWidth:"auto"}}]}));exports.iconButtonRecipe=s;
2
- //# sourceMappingURL=icon-button.cjs.map
1
+ "use client";const e=require("../../_virtual/_rolldown/runtime.cjs"),t=require("./button.cjs"),n=require("../../node_modules/deepmerge/dist/cjs.cjs");let r=require("@pandacss/dev");var i=(0,e.__toESM(n.default,1).default)(t.buttonRecipe,(0,r.defineRecipe)({className:`icon-button`,defaultVariants:{size:`md`,variant:`primary`,severity:`none`},jsx:[`IconButton`],base:{flexShrink:0,flexGrow:0},description:`The styles for the IconButton component`,variants:{variant:{primary:{},secondary:{},tertiary:{}},severity:{none:{},danger:{}},size:{lg:{px:`space-8`,py:`space-8`,width:`size-40`,height:`size-40`,"& svg":{width:`size-24!`,height:`size-24!`}},md:{px:`space-8`,py:`space-8`,width:`size-32`,height:`size-32`,"& svg":{width:`size-16!`,height:`size-16!`}},sm:{px:`space-4`,py:`space-4`,width:`size-24`,height:`size-24`,"& svg":{width:`size-16!`,height:`size-16!`}}}},compoundVariants:[{variant:`primary`,size:`sm`,css:{minWidth:`auto`}},{variant:`primary`,size:`md`,css:{minWidth:`auto`}},{variant:`primary`,size:`lg`,css:{minWidth:`auto`}}]}));exports.iconButtonRecipe=i;
2
+ //# sourceMappingURL=icon-button.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-button.cjs","sources":["../../../src/theme/recipes/icon-button.ts"],"sourcesContent":["import { type RecipeConfig, defineRecipe } from '@pandacss/dev'\nimport deepmerge from 'deepmerge'\nimport { buttonRecipe } from './button'\n\nexport const iconButtonRecipe: RecipeConfig = deepmerge(\n buttonRecipe,\n defineRecipe({\n className: 'icon-button',\n defaultVariants: {\n size: 'md',\n variant: 'primary',\n severity: 'none',\n },\n jsx: ['IconButton'],\n base: {\n flexShrink: 0,\n flexGrow: 0,\n },\n description: 'The styles for the IconButton component',\n variants: {\n variant: {\n primary: {},\n secondary: {},\n tertiary: {},\n },\n severity: {\n none: {},\n danger: {},\n },\n size: {\n lg: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-40',\n height: 'size-40',\n '& svg': {\n width: 'size-24!',\n height: 'size-24!',\n },\n },\n md: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-32',\n height: 'size-32',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n sm: {\n px: 'space-4',\n py: 'space-4',\n width: 'size-24',\n height: 'size-24',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n },\n },\n compoundVariants: [\n {\n variant: 'primary',\n size: 'sm',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'md',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'lg',\n css: {\n minWidth: 'auto',\n },\n },\n ],\n }),\n)\n"],"names":["iconButtonRecipe","deepmerge","buttonRecipe","defineRecipe"],"mappings":"4LAIaA,EAAiCC,EAC5CC,EAAAA,aACAC,eAAa,CACX,UAAW,cACX,gBAAiB,CACf,KAAM,KACN,QAAS,UACT,SAAU,MAAA,EAEZ,IAAK,CAAC,YAAY,EAClB,KAAM,CACJ,WAAY,EACZ,SAAU,CAAA,EAEZ,YAAa,0CACb,SAAU,CACR,QAAS,CACP,QAAS,CAAA,EACT,UAAW,CAAA,EACX,SAAU,CAAA,CAAC,EAEb,SAAU,CACR,KAAM,CAAA,EACN,OAAQ,CAAA,CAAC,EAEX,KAAM,CACJ,GAAI,CACF,GAAI,UACJ,GAAI,UACJ,MAAO,UACP,OAAQ,UACR,QAAS,CACP,MAAO,WACP,OAAQ,UAAA,CACV,EAEF,GAAI,CACF,GAAI,UACJ,GAAI,UACJ,MAAO,UACP,OAAQ,UACR,QAAS,CACP,MAAO,WACP,OAAQ,UAAA,CACV,EAEF,GAAI,CACF,GAAI,UACJ,GAAI,UACJ,MAAO,UACP,OAAQ,UACR,QAAS,CACP,MAAO,WACP,OAAQ,UAAA,CACV,CACF,CACF,EAEF,iBAAkB,CAChB,CACE,QAAS,UACT,KAAM,KACN,IAAK,CACH,SAAU,MAAA,CACZ,EAEF,CACE,QAAS,UACT,KAAM,KACN,IAAK,CACH,SAAU,MAAA,CACZ,EAEF,CACE,QAAS,UACT,KAAM,KACN,IAAK,CACH,SAAU,MAAA,CACZ,CACF,CACF,CACD,CACH"}
1
+ {"version":3,"file":"icon-button.cjs","names":[],"sources":["../../../src/theme/recipes/icon-button.ts"],"sourcesContent":["import { type RecipeConfig, defineRecipe } from '@pandacss/dev'\nimport deepmerge from 'deepmerge'\nimport { buttonRecipe } from './button'\n\nexport const iconButtonRecipe: RecipeConfig = deepmerge(\n buttonRecipe,\n defineRecipe({\n className: 'icon-button',\n defaultVariants: {\n size: 'md',\n variant: 'primary',\n severity: 'none',\n },\n jsx: ['IconButton'],\n base: {\n flexShrink: 0,\n flexGrow: 0,\n },\n description: 'The styles for the IconButton component',\n variants: {\n variant: {\n primary: {},\n secondary: {},\n tertiary: {},\n },\n severity: {\n none: {},\n danger: {},\n },\n size: {\n lg: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-40',\n height: 'size-40',\n '& svg': {\n width: 'size-24!',\n height: 'size-24!',\n },\n },\n md: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-32',\n height: 'size-32',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n sm: {\n px: 'space-4',\n py: 'space-4',\n width: 'size-24',\n height: 'size-24',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n },\n },\n compoundVariants: [\n {\n variant: 'primary',\n size: 'sm',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'md',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'lg',\n css: {\n minWidth: 'auto',\n },\n },\n ],\n }),\n)\n"],"mappings":"qLAIA,IAAa,GAAA,uBAAA,EAAA,SACX,EAAA,cAAA,EAAA,EAAA,cACa,CACX,UAAW,cACX,gBAAiB,CACf,KAAM,KACN,QAAS,UACT,SAAU,MACZ,EACA,IAAK,CAAC,YAAY,EAClB,KAAM,CACJ,WAAY,EACZ,SAAU,CACZ,EACA,YAAa,0CACb,SAAU,CACR,QAAS,CACP,QAAS,CAAC,EACV,UAAW,CAAC,EACZ,SAAU,CAAC,CACb,EACA,SAAU,CACR,KAAM,CAAC,EACP,OAAQ,CAAC,CACX,EACA,KAAM,CACJ,GAAI,CACF,GAAI,UACJ,GAAI,UACJ,MAAO,UACP,OAAQ,UACR,QAAS,CACP,MAAO,WACP,OAAQ,UACV,CACF,EACA,GAAI,CACF,GAAI,UACJ,GAAI,UACJ,MAAO,UACP,OAAQ,UACR,QAAS,CACP,MAAO,WACP,OAAQ,UACV,CACF,EACA,GAAI,CACF,GAAI,UACJ,GAAI,UACJ,MAAO,UACP,OAAQ,UACR,QAAS,CACP,MAAO,WACP,OAAQ,UACV,CACF,CACF,CACF,EACA,iBAAkB,CAChB,CACE,QAAS,UACT,KAAM,KACN,IAAK,CACH,SAAU,MACZ,CACF,EACA,CACE,QAAS,UACT,KAAM,KACN,IAAK,CACH,SAAU,MACZ,CACF,EACA,CACE,QAAS,UACT,KAAM,KACN,IAAK,CACH,SAAU,MACZ,CACF,CACF,CACF,CAAC,CACH"}
@@ -1,91 +1,83 @@
1
1
  "use client";
2
- import { defineRecipe as i } from "@pandacss/dev";
3
- import e from "../../_virtual/cjs.js";
2
+ import { __toESM as e } from "../../_virtual/_rolldown/runtime.js";
4
3
  import { buttonRecipe as t } from "./button.js";
5
- const n = e(
6
- t,
7
- i({
8
- className: "icon-button",
9
- defaultVariants: {
10
- size: "md",
11
- variant: "primary",
12
- severity: "none"
13
- },
14
- jsx: ["IconButton"],
15
- base: {
16
- flexShrink: 0,
17
- flexGrow: 0
18
- },
19
- description: "The styles for the IconButton component",
20
- variants: {
21
- variant: {
22
- primary: {},
23
- secondary: {},
24
- tertiary: {}
25
- },
26
- severity: {
27
- none: {},
28
- danger: {}
29
- },
30
- size: {
31
- lg: {
32
- px: "space-8",
33
- py: "space-8",
34
- width: "size-40",
35
- height: "size-40",
36
- "& svg": {
37
- width: "size-24!",
38
- height: "size-24!"
39
- }
40
- },
41
- md: {
42
- px: "space-8",
43
- py: "space-8",
44
- width: "size-32",
45
- height: "size-32",
46
- "& svg": {
47
- width: "size-16!",
48
- height: "size-16!"
49
- }
50
- },
51
- sm: {
52
- px: "space-4",
53
- py: "space-4",
54
- width: "size-24",
55
- height: "size-24",
56
- "& svg": {
57
- width: "size-16!",
58
- height: "size-16!"
59
- }
60
- }
61
- }
62
- },
63
- compoundVariants: [
64
- {
65
- variant: "primary",
66
- size: "sm",
67
- css: {
68
- minWidth: "auto"
69
- }
70
- },
71
- {
72
- variant: "primary",
73
- size: "md",
74
- css: {
75
- minWidth: "auto"
76
- }
77
- },
78
- {
79
- variant: "primary",
80
- size: "lg",
81
- css: {
82
- minWidth: "auto"
83
- }
84
- }
85
- ]
86
- })
87
- );
88
- export {
89
- n as iconButtonRecipe
90
- };
91
- //# sourceMappingURL=icon-button.js.map
4
+ import { require_cjs as n } from "../../node_modules/deepmerge/dist/cjs.js";
5
+ import { defineRecipe as r } from "@pandacss/dev";
6
+ var i = (0, (/* @__PURE__ */ e(n(), 1)).default)(t, r({
7
+ className: "icon-button",
8
+ defaultVariants: {
9
+ size: "md",
10
+ variant: "primary",
11
+ severity: "none"
12
+ },
13
+ jsx: ["IconButton"],
14
+ base: {
15
+ flexShrink: 0,
16
+ flexGrow: 0
17
+ },
18
+ description: "The styles for the IconButton component",
19
+ variants: {
20
+ variant: {
21
+ primary: {},
22
+ secondary: {},
23
+ tertiary: {}
24
+ },
25
+ severity: {
26
+ none: {},
27
+ danger: {}
28
+ },
29
+ size: {
30
+ lg: {
31
+ px: "space-8",
32
+ py: "space-8",
33
+ width: "size-40",
34
+ height: "size-40",
35
+ "& svg": {
36
+ width: "size-24!",
37
+ height: "size-24!"
38
+ }
39
+ },
40
+ md: {
41
+ px: "space-8",
42
+ py: "space-8",
43
+ width: "size-32",
44
+ height: "size-32",
45
+ "& svg": {
46
+ width: "size-16!",
47
+ height: "size-16!"
48
+ }
49
+ },
50
+ sm: {
51
+ px: "space-4",
52
+ py: "space-4",
53
+ width: "size-24",
54
+ height: "size-24",
55
+ "& svg": {
56
+ width: "size-16!",
57
+ height: "size-16!"
58
+ }
59
+ }
60
+ }
61
+ },
62
+ compoundVariants: [
63
+ {
64
+ variant: "primary",
65
+ size: "sm",
66
+ css: { minWidth: "auto" }
67
+ },
68
+ {
69
+ variant: "primary",
70
+ size: "md",
71
+ css: { minWidth: "auto" }
72
+ },
73
+ {
74
+ variant: "primary",
75
+ size: "lg",
76
+ css: { minWidth: "auto" }
77
+ }
78
+ ]
79
+ }));
80
+ //#endregion
81
+ export { i as iconButtonRecipe };
82
+
83
+ //# sourceMappingURL=icon-button.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-button.js","sources":["../../../src/theme/recipes/icon-button.ts"],"sourcesContent":["import { type RecipeConfig, defineRecipe } from '@pandacss/dev'\nimport deepmerge from 'deepmerge'\nimport { buttonRecipe } from './button'\n\nexport const iconButtonRecipe: RecipeConfig = deepmerge(\n buttonRecipe,\n defineRecipe({\n className: 'icon-button',\n defaultVariants: {\n size: 'md',\n variant: 'primary',\n severity: 'none',\n },\n jsx: ['IconButton'],\n base: {\n flexShrink: 0,\n flexGrow: 0,\n },\n description: 'The styles for the IconButton component',\n variants: {\n variant: {\n primary: {},\n secondary: {},\n tertiary: {},\n },\n severity: {\n none: {},\n danger: {},\n },\n size: {\n lg: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-40',\n height: 'size-40',\n '& svg': {\n width: 'size-24!',\n height: 'size-24!',\n },\n },\n md: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-32',\n height: 'size-32',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n sm: {\n px: 'space-4',\n py: 'space-4',\n width: 'size-24',\n height: 'size-24',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n },\n },\n compoundVariants: [\n {\n variant: 'primary',\n size: 'sm',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'md',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'lg',\n css: {\n minWidth: 'auto',\n },\n },\n ],\n }),\n)\n"],"names":["iconButtonRecipe","deepmerge","buttonRecipe","defineRecipe"],"mappings":";;;;AAIO,MAAMA,IAAiCC;AAAA,EAC5CC;AAAA,EACAC,EAAa;AAAA,IACX,WAAW;AAAA,IACX,iBAAiB;AAAA,MACf,MAAM;AAAA,MACN,SAAS;AAAA,MACT,UAAU;AAAA,IAAA;AAAA,IAEZ,KAAK,CAAC,YAAY;AAAA,IAClB,MAAM;AAAA,MACJ,YAAY;AAAA,MACZ,UAAU;AAAA,IAAA;AAAA,IAEZ,aAAa;AAAA,IACb,UAAU;AAAA,MACR,SAAS;AAAA,QACP,SAAS,CAAA;AAAA,QACT,WAAW,CAAA;AAAA,QACX,UAAU,CAAA;AAAA,MAAC;AAAA,MAEb,UAAU;AAAA,QACR,MAAM,CAAA;AAAA,QACN,QAAQ,CAAA;AAAA,MAAC;AAAA,MAEX,MAAM;AAAA,QACJ,IAAI;AAAA,UACF,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,OAAO;AAAA,UACP,QAAQ;AAAA,UACR,SAAS;AAAA,YACP,OAAO;AAAA,YACP,QAAQ;AAAA,UAAA;AAAA,QACV;AAAA,QAEF,IAAI;AAAA,UACF,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,OAAO;AAAA,UACP,QAAQ;AAAA,UACR,SAAS;AAAA,YACP,OAAO;AAAA,YACP,QAAQ;AAAA,UAAA;AAAA,QACV;AAAA,QAEF,IAAI;AAAA,UACF,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,OAAO;AAAA,UACP,QAAQ;AAAA,UACR,SAAS;AAAA,YACP,OAAO;AAAA,YACP,QAAQ;AAAA,UAAA;AAAA,QACV;AAAA,MACF;AAAA,IACF;AAAA,IAEF,kBAAkB;AAAA,MAChB;AAAA,QACE,SAAS;AAAA,QACT,MAAM;AAAA,QACN,KAAK;AAAA,UACH,UAAU;AAAA,QAAA;AAAA,MACZ;AAAA,MAEF;AAAA,QACE,SAAS;AAAA,QACT,MAAM;AAAA,QACN,KAAK;AAAA,UACH,UAAU;AAAA,QAAA;AAAA,MACZ;AAAA,MAEF;AAAA,QACE,SAAS;AAAA,QACT,MAAM;AAAA,QACN,KAAK;AAAA,UACH,UAAU;AAAA,QAAA;AAAA,MACZ;AAAA,IACF;AAAA,EACF,CACD;AACH;"}
1
+ {"version":3,"file":"icon-button.js","names":[],"sources":["../../../src/theme/recipes/icon-button.ts"],"sourcesContent":["import { type RecipeConfig, defineRecipe } from '@pandacss/dev'\nimport deepmerge from 'deepmerge'\nimport { buttonRecipe } from './button'\n\nexport const iconButtonRecipe: RecipeConfig = deepmerge(\n buttonRecipe,\n defineRecipe({\n className: 'icon-button',\n defaultVariants: {\n size: 'md',\n variant: 'primary',\n severity: 'none',\n },\n jsx: ['IconButton'],\n base: {\n flexShrink: 0,\n flexGrow: 0,\n },\n description: 'The styles for the IconButton component',\n variants: {\n variant: {\n primary: {},\n secondary: {},\n tertiary: {},\n },\n severity: {\n none: {},\n danger: {},\n },\n size: {\n lg: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-40',\n height: 'size-40',\n '& svg': {\n width: 'size-24!',\n height: 'size-24!',\n },\n },\n md: {\n px: 'space-8',\n py: 'space-8',\n width: 'size-32',\n height: 'size-32',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n sm: {\n px: 'space-4',\n py: 'space-4',\n width: 'size-24',\n height: 'size-24',\n '& svg': {\n width: 'size-16!',\n height: 'size-16!',\n },\n },\n },\n },\n compoundVariants: [\n {\n variant: 'primary',\n size: 'sm',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'md',\n css: {\n minWidth: 'auto',\n },\n },\n {\n variant: 'primary',\n size: 'lg',\n css: {\n minWidth: 'auto',\n },\n },\n ],\n }),\n)\n"],"mappings":";;;;;AAIA,IAAa,KAAA,IAAA,wBAAA,GAAA,SACX,GACA,EAAa;CACX,WAAW;CACX,iBAAiB;EACf,MAAM;EACN,SAAS;EACT,UAAU;CACZ;CACA,KAAK,CAAC,YAAY;CAClB,MAAM;EACJ,YAAY;EACZ,UAAU;CACZ;CACA,aAAa;CACb,UAAU;EACR,SAAS;GACP,SAAS,CAAC;GACV,WAAW,CAAC;GACZ,UAAU,CAAC;EACb;EACA,UAAU;GACR,MAAM,CAAC;GACP,QAAQ,CAAC;EACX;EACA,MAAM;GACJ,IAAI;IACF,IAAI;IACJ,IAAI;IACJ,OAAO;IACP,QAAQ;IACR,SAAS;KACP,OAAO;KACP,QAAQ;IACV;GACF;GACA,IAAI;IACF,IAAI;IACJ,IAAI;IACJ,OAAO;IACP,QAAQ;IACR,SAAS;KACP,OAAO;KACP,QAAQ;IACV;GACF;GACA,IAAI;IACF,IAAI;IACJ,IAAI;IACJ,OAAO;IACP,QAAQ;IACR,SAAS;KACP,OAAO;KACP,QAAQ;IACV;GACF;EACF;CACF;CACA,kBAAkB;EAChB;GACE,SAAS;GACT,MAAM;GACN,KAAK,EACH,UAAU,OACZ;EACF;EACA;GACE,SAAS;GACT,MAAM;GACN,KAAK,EACH,UAAU,OACZ;EACF;EACA;GACE,SAAS;GACT,MAAM;GACN,KAAK,EACH,UAAU,OACZ;EACF;CACF;AACF,CAAC,CACH"}
@@ -1,2 +1,2 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@pandacss/dev"),i=e.defineRecipe({base:{color:"currentColor",display:"inline-block",flexShrink:"0",lineHeight:"1em",verticalAlign:"middle"},className:"icon",defaultVariants:{size:"md"},jsx:["Icon"],variants:{size:{xs:{height:"size-16",width:"size-16"},sm:{height:"size-20",width:"size-20"},md:{height:"size-24",width:"size-24"},lg:{height:"size-32",width:"size-32"},xl:{height:"size-40",width:"size-40"}}}});exports.iconRecipe=i;
2
- //# sourceMappingURL=icon.cjs.map
1
+ "use client";var e=(0,require("@pandacss/dev").defineRecipe)({base:{color:`currentColor`,display:`inline-block`,flexShrink:`0`,lineHeight:`1em`,verticalAlign:`middle`},className:`icon`,defaultVariants:{size:`md`},jsx:[`Icon`],variants:{size:{xs:{height:`size-16`,width:`size-16`},sm:{height:`size-20`,width:`size-20`},md:{height:`size-24`,width:`size-24`},lg:{height:`size-32`,width:`size-32`},xl:{height:`size-40`,width:`size-40`}}}});exports.iconRecipe=e;
2
+ //# sourceMappingURL=icon.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon.cjs","sources":["../../../src/theme/recipes/icon.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const iconRecipe = defineRecipe({\n base: {\n color: 'currentColor',\n display: 'inline-block',\n flexShrink: '0',\n lineHeight: '1em',\n verticalAlign: 'middle',\n },\n className: 'icon',\n defaultVariants: {\n size: 'md',\n },\n jsx: ['Icon'],\n variants: {\n size: {\n xs: {\n height: 'size-16',\n width: 'size-16',\n },\n sm: {\n height: 'size-20',\n width: 'size-20',\n },\n md: {\n height: 'size-24',\n width: 'size-24',\n },\n lg: {\n height: 'size-32',\n width: 'size-32',\n },\n xl: {\n height: 'size-40',\n width: 'size-40',\n },\n },\n },\n})\n"],"names":["iconRecipe","defineRecipe"],"mappings":"8HAEaA,EAAaC,EAAAA,aAAa,CACrC,KAAM,CACJ,MAAO,eACP,QAAS,eACT,WAAY,IACZ,WAAY,MACZ,cAAe,QAAA,EAEjB,UAAW,OACX,gBAAiB,CACf,KAAM,IAAA,EAER,IAAK,CAAC,MAAM,EACZ,SAAU,CACR,KAAM,CACJ,GAAI,CACF,OAAQ,UACR,MAAO,SAAA,EAET,GAAI,CACF,OAAQ,UACR,MAAO,SAAA,EAET,GAAI,CACF,OAAQ,UACR,MAAO,SAAA,EAET,GAAI,CACF,OAAQ,UACR,MAAO,SAAA,EAET,GAAI,CACF,OAAQ,UACR,MAAO,SAAA,CACT,CACF,CAEJ,CAAC"}
1
+ {"version":3,"file":"icon.cjs","names":[],"sources":["../../../src/theme/recipes/icon.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const iconRecipe = defineRecipe({\n base: {\n color: 'currentColor',\n display: 'inline-block',\n flexShrink: '0',\n lineHeight: '1em',\n verticalAlign: 'middle',\n },\n className: 'icon',\n defaultVariants: {\n size: 'md',\n },\n jsx: ['Icon'],\n variants: {\n size: {\n xs: {\n height: 'size-16',\n width: 'size-16',\n },\n sm: {\n height: 'size-20',\n width: 'size-20',\n },\n md: {\n height: 'size-24',\n width: 'size-24',\n },\n lg: {\n height: 'size-32',\n width: 'size-32',\n },\n xl: {\n height: 'size-40',\n width: 'size-40',\n },\n },\n },\n})\n"],"mappings":"aAEA,IAAa,GAAA,yBAAA,EAAA,cAA0B,CACrC,KAAM,CACJ,MAAO,eACP,QAAS,eACT,WAAY,IACZ,WAAY,MACZ,cAAe,QACjB,EACA,UAAW,OACX,gBAAiB,CACf,KAAM,IACR,EACA,IAAK,CAAC,MAAM,EACZ,SAAU,CACR,KAAM,CACJ,GAAI,CACF,OAAQ,UACR,MAAO,SACT,EACA,GAAI,CACF,OAAQ,UACR,MAAO,SACT,EACA,GAAI,CACF,OAAQ,UACR,MAAO,SACT,EACA,GAAI,CACF,OAAQ,UACR,MAAO,SACT,EACA,GAAI,CACF,OAAQ,UACR,MAAO,SACT,CACF,CACF,CACF,CAAC"}
@@ -1,44 +1,41 @@
1
1
  "use client";
2
- import { defineRecipe as i } from "@pandacss/dev";
3
- const s = i({
4
- base: {
5
- color: "currentColor",
6
- display: "inline-block",
7
- flexShrink: "0",
8
- lineHeight: "1em",
9
- verticalAlign: "middle"
10
- },
11
- className: "icon",
12
- defaultVariants: {
13
- size: "md"
14
- },
15
- jsx: ["Icon"],
16
- variants: {
17
- size: {
18
- xs: {
19
- height: "size-16",
20
- width: "size-16"
21
- },
22
- sm: {
23
- height: "size-20",
24
- width: "size-20"
25
- },
26
- md: {
27
- height: "size-24",
28
- width: "size-24"
29
- },
30
- lg: {
31
- height: "size-32",
32
- width: "size-32"
33
- },
34
- xl: {
35
- height: "size-40",
36
- width: "size-40"
37
- }
38
- }
39
- }
2
+ import { defineRecipe as e } from "@pandacss/dev";
3
+ //#region src/theme/recipes/icon.ts
4
+ var t = e({
5
+ base: {
6
+ color: "currentColor",
7
+ display: "inline-block",
8
+ flexShrink: "0",
9
+ lineHeight: "1em",
10
+ verticalAlign: "middle"
11
+ },
12
+ className: "icon",
13
+ defaultVariants: { size: "md" },
14
+ jsx: ["Icon"],
15
+ variants: { size: {
16
+ xs: {
17
+ height: "size-16",
18
+ width: "size-16"
19
+ },
20
+ sm: {
21
+ height: "size-20",
22
+ width: "size-20"
23
+ },
24
+ md: {
25
+ height: "size-24",
26
+ width: "size-24"
27
+ },
28
+ lg: {
29
+ height: "size-32",
30
+ width: "size-32"
31
+ },
32
+ xl: {
33
+ height: "size-40",
34
+ width: "size-40"
35
+ }
36
+ } }
40
37
  });
41
- export {
42
- s as iconRecipe
43
- };
44
- //# sourceMappingURL=icon.js.map
38
+ //#endregion
39
+ export { t as iconRecipe };
40
+
41
+ //# sourceMappingURL=icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon.js","sources":["../../../src/theme/recipes/icon.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const iconRecipe = defineRecipe({\n base: {\n color: 'currentColor',\n display: 'inline-block',\n flexShrink: '0',\n lineHeight: '1em',\n verticalAlign: 'middle',\n },\n className: 'icon',\n defaultVariants: {\n size: 'md',\n },\n jsx: ['Icon'],\n variants: {\n size: {\n xs: {\n height: 'size-16',\n width: 'size-16',\n },\n sm: {\n height: 'size-20',\n width: 'size-20',\n },\n md: {\n height: 'size-24',\n width: 'size-24',\n },\n lg: {\n height: 'size-32',\n width: 'size-32',\n },\n xl: {\n height: 'size-40',\n width: 'size-40',\n },\n },\n },\n})\n"],"names":["iconRecipe","defineRecipe"],"mappings":";;AAEO,MAAMA,IAAaC,EAAa;AAAA,EACrC,MAAM;AAAA,IACJ,OAAO;AAAA,IACP,SAAS;AAAA,IACT,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,eAAe;AAAA,EAAA;AAAA,EAEjB,WAAW;AAAA,EACX,iBAAiB;AAAA,IACf,MAAM;AAAA,EAAA;AAAA,EAER,KAAK,CAAC,MAAM;AAAA,EACZ,UAAU;AAAA,IACR,MAAM;AAAA,MACJ,IAAI;AAAA,QACF,QAAQ;AAAA,QACR,OAAO;AAAA,MAAA;AAAA,MAET,IAAI;AAAA,QACF,QAAQ;AAAA,QACR,OAAO;AAAA,MAAA;AAAA,MAET,IAAI;AAAA,QACF,QAAQ;AAAA,QACR,OAAO;AAAA,MAAA;AAAA,MAET,IAAI;AAAA,QACF,QAAQ;AAAA,QACR,OAAO;AAAA,MAAA;AAAA,MAET,IAAI;AAAA,QACF,QAAQ;AAAA,QACR,OAAO;AAAA,MAAA;AAAA,IACT;AAAA,EACF;AAEJ,CAAC;"}
1
+ {"version":3,"file":"icon.js","names":[],"sources":["../../../src/theme/recipes/icon.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const iconRecipe = defineRecipe({\n base: {\n color: 'currentColor',\n display: 'inline-block',\n flexShrink: '0',\n lineHeight: '1em',\n verticalAlign: 'middle',\n },\n className: 'icon',\n defaultVariants: {\n size: 'md',\n },\n jsx: ['Icon'],\n variants: {\n size: {\n xs: {\n height: 'size-16',\n width: 'size-16',\n },\n sm: {\n height: 'size-20',\n width: 'size-20',\n },\n md: {\n height: 'size-24',\n width: 'size-24',\n },\n lg: {\n height: 'size-32',\n width: 'size-32',\n },\n xl: {\n height: 'size-40',\n width: 'size-40',\n },\n },\n },\n})\n"],"mappings":";;;AAEA,IAAa,IAAa,EAAa;CACrC,MAAM;EACJ,OAAO;EACP,SAAS;EACT,YAAY;EACZ,YAAY;EACZ,eAAe;CACjB;CACA,WAAW;CACX,iBAAiB,EACf,MAAM,KACR;CACA,KAAK,CAAC,MAAM;CACZ,UAAU,EACR,MAAM;EACJ,IAAI;GACF,QAAQ;GACR,OAAO;EACT;EACA,IAAI;GACF,QAAQ;GACR,OAAO;EACT;EACA,IAAI;GACF,QAAQ;GACR,OAAO;EACT;EACA,IAAI;GACF,QAAQ;GACR,OAAO;EACT;EACA,IAAI;GACF,QAAQ;GACR,OAAO;EACT;CACF,EACF;AACF,CAAC"}
@@ -1,2 +1,2 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@pandacss/dev"),e=t.defineRecipe({base:{position:"absolute",zIndex:-1,inset:0,color:"white",overflow:"hidden",borderRadius:"inherit"},className:"illustration",defaultVariants:{pattern:"neutral"},description:"The styles for the Illustration component",jsx:["Illustration"],variants:{pattern:{neutral:{bg:"primary.100"},fish:{bg:"typology.fish.light"},meat:{bg:"typology.meat.light"},fruit:{bg:"typology.fruit.light"},vegetable:{bg:"typology.vegetable.light"},cereal:{bg:"typology.cereal.light"},oil:{bg:"typology.oil.light"},aromatic:{bg:"typology.aromatic.light"}}}});exports.illustrationRecipe=e;
2
- //# sourceMappingURL=illustration.cjs.map
1
+ "use client";var e=(0,require("@pandacss/dev").defineRecipe)({base:{position:`absolute`,zIndex:-1,inset:0,color:`white`,overflow:`hidden`,borderRadius:`inherit`},className:`illustration`,defaultVariants:{pattern:`neutral`},description:`The styles for the Illustration component`,jsx:[`Illustration`],variants:{pattern:{neutral:{bg:`primary.100`},fish:{bg:`typology.fish.light`},meat:{bg:`typology.meat.light`},fruit:{bg:`typology.fruit.light`},vegetable:{bg:`typology.vegetable.light`},cereal:{bg:`typology.cereal.light`},oil:{bg:`typology.oil.light`},aromatic:{bg:`typology.aromatic.light`}}}});exports.illustrationRecipe=e;
2
+ //# sourceMappingURL=illustration.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"illustration.cjs","sources":["../../../src/theme/recipes/illustration.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const illustrationRecipe = defineRecipe({\n base: {\n position: 'absolute',\n zIndex: -1,\n inset: 0,\n color: 'white',\n overflow: 'hidden',\n borderRadius: 'inherit',\n },\n className: 'illustration',\n defaultVariants: {\n pattern: 'neutral',\n },\n description: 'The styles for the Illustration component',\n jsx: ['Illustration'],\n variants: {\n pattern: {\n neutral: {\n bg: 'primary.100',\n },\n fish: {\n bg: 'typology.fish.light',\n },\n meat: {\n bg: 'typology.meat.light',\n },\n fruit: {\n bg: 'typology.fruit.light',\n },\n vegetable: {\n bg: 'typology.vegetable.light',\n },\n cereal: {\n bg: 'typology.cereal.light',\n },\n oil: {\n bg: 'typology.oil.light',\n },\n aromatic: {\n bg: 'typology.aromatic.light',\n },\n },\n },\n})\n"],"names":["illustrationRecipe","defineRecipe"],"mappings":"8HAEaA,EAAqBC,EAAAA,aAAa,CAC7C,KAAM,CACJ,SAAU,WACV,OAAQ,GACR,MAAO,EACP,MAAO,QACP,SAAU,SACV,aAAc,SAAA,EAEhB,UAAW,eACX,gBAAiB,CACf,QAAS,SAAA,EAEX,YAAa,4CACb,IAAK,CAAC,cAAc,EACpB,SAAU,CACR,QAAS,CACP,QAAS,CACP,GAAI,aAAA,EAEN,KAAM,CACJ,GAAI,qBAAA,EAEN,KAAM,CACJ,GAAI,qBAAA,EAEN,MAAO,CACL,GAAI,sBAAA,EAEN,UAAW,CACT,GAAI,0BAAA,EAEN,OAAQ,CACN,GAAI,uBAAA,EAEN,IAAK,CACH,GAAI,oBAAA,EAEN,SAAU,CACR,GAAI,yBAAA,CACN,CACF,CAEJ,CAAC"}
1
+ {"version":3,"file":"illustration.cjs","names":[],"sources":["../../../src/theme/recipes/illustration.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const illustrationRecipe = defineRecipe({\n base: {\n position: 'absolute',\n zIndex: -1,\n inset: 0,\n color: 'white',\n overflow: 'hidden',\n borderRadius: 'inherit',\n },\n className: 'illustration',\n defaultVariants: {\n pattern: 'neutral',\n },\n description: 'The styles for the Illustration component',\n jsx: ['Illustration'],\n variants: {\n pattern: {\n neutral: {\n bg: 'primary.100',\n },\n fish: {\n bg: 'typology.fish.light',\n },\n meat: {\n bg: 'typology.meat.light',\n },\n fruit: {\n bg: 'typology.fruit.light',\n },\n vegetable: {\n bg: 'typology.vegetable.light',\n },\n cereal: {\n bg: 'typology.cereal.light',\n },\n oil: {\n bg: 'typology.oil.light',\n },\n aromatic: {\n bg: 'typology.aromatic.light',\n },\n },\n },\n})\n"],"mappings":"aAEA,IAAa,GAAA,yBAAA,EAAA,cAAkC,CAC7C,KAAM,CACJ,SAAU,WACV,OAAQ,GACR,MAAO,EACP,MAAO,QACP,SAAU,SACV,aAAc,SAChB,EACA,UAAW,eACX,gBAAiB,CACf,QAAS,SACX,EACA,YAAa,4CACb,IAAK,CAAC,cAAc,EACpB,SAAU,CACR,QAAS,CACP,QAAS,CACP,GAAI,aACN,EACA,KAAM,CACJ,GAAI,qBACN,EACA,KAAM,CACJ,GAAI,qBACN,EACA,MAAO,CACL,GAAI,sBACN,EACA,UAAW,CACT,GAAI,0BACN,EACA,OAAQ,CACN,GAAI,uBACN,EACA,IAAK,CACH,GAAI,oBACN,EACA,SAAU,CACR,GAAI,yBACN,CACF,CACF,CACF,CAAC"}
@@ -1,50 +1,31 @@
1
1
  "use client";
2
- import { defineRecipe as t } from "@pandacss/dev";
3
- const i = t({
4
- base: {
5
- position: "absolute",
6
- zIndex: -1,
7
- inset: 0,
8
- color: "white",
9
- overflow: "hidden",
10
- borderRadius: "inherit"
11
- },
12
- className: "illustration",
13
- defaultVariants: {
14
- pattern: "neutral"
15
- },
16
- description: "The styles for the Illustration component",
17
- jsx: ["Illustration"],
18
- variants: {
19
- pattern: {
20
- neutral: {
21
- bg: "primary.100"
22
- },
23
- fish: {
24
- bg: "typology.fish.light"
25
- },
26
- meat: {
27
- bg: "typology.meat.light"
28
- },
29
- fruit: {
30
- bg: "typology.fruit.light"
31
- },
32
- vegetable: {
33
- bg: "typology.vegetable.light"
34
- },
35
- cereal: {
36
- bg: "typology.cereal.light"
37
- },
38
- oil: {
39
- bg: "typology.oil.light"
40
- },
41
- aromatic: {
42
- bg: "typology.aromatic.light"
43
- }
44
- }
45
- }
2
+ import { defineRecipe as e } from "@pandacss/dev";
3
+ //#region src/theme/recipes/illustration.ts
4
+ var t = e({
5
+ base: {
6
+ position: "absolute",
7
+ zIndex: -1,
8
+ inset: 0,
9
+ color: "white",
10
+ overflow: "hidden",
11
+ borderRadius: "inherit"
12
+ },
13
+ className: "illustration",
14
+ defaultVariants: { pattern: "neutral" },
15
+ description: "The styles for the Illustration component",
16
+ jsx: ["Illustration"],
17
+ variants: { pattern: {
18
+ neutral: { bg: "primary.100" },
19
+ fish: { bg: "typology.fish.light" },
20
+ meat: { bg: "typology.meat.light" },
21
+ fruit: { bg: "typology.fruit.light" },
22
+ vegetable: { bg: "typology.vegetable.light" },
23
+ cereal: { bg: "typology.cereal.light" },
24
+ oil: { bg: "typology.oil.light" },
25
+ aromatic: { bg: "typology.aromatic.light" }
26
+ } }
46
27
  });
47
- export {
48
- i as illustrationRecipe
49
- };
50
- //# sourceMappingURL=illustration.js.map
28
+ //#endregion
29
+ export { t as illustrationRecipe };
30
+
31
+ //# sourceMappingURL=illustration.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"illustration.js","sources":["../../../src/theme/recipes/illustration.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const illustrationRecipe = defineRecipe({\n base: {\n position: 'absolute',\n zIndex: -1,\n inset: 0,\n color: 'white',\n overflow: 'hidden',\n borderRadius: 'inherit',\n },\n className: 'illustration',\n defaultVariants: {\n pattern: 'neutral',\n },\n description: 'The styles for the Illustration component',\n jsx: ['Illustration'],\n variants: {\n pattern: {\n neutral: {\n bg: 'primary.100',\n },\n fish: {\n bg: 'typology.fish.light',\n },\n meat: {\n bg: 'typology.meat.light',\n },\n fruit: {\n bg: 'typology.fruit.light',\n },\n vegetable: {\n bg: 'typology.vegetable.light',\n },\n cereal: {\n bg: 'typology.cereal.light',\n },\n oil: {\n bg: 'typology.oil.light',\n },\n aromatic: {\n bg: 'typology.aromatic.light',\n },\n },\n },\n})\n"],"names":["illustrationRecipe","defineRecipe"],"mappings":";;AAEO,MAAMA,IAAqBC,EAAa;AAAA,EAC7C,MAAM;AAAA,IACJ,UAAU;AAAA,IACV,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,UAAU;AAAA,IACV,cAAc;AAAA,EAAA;AAAA,EAEhB,WAAW;AAAA,EACX,iBAAiB;AAAA,IACf,SAAS;AAAA,EAAA;AAAA,EAEX,aAAa;AAAA,EACb,KAAK,CAAC,cAAc;AAAA,EACpB,UAAU;AAAA,IACR,SAAS;AAAA,MACP,SAAS;AAAA,QACP,IAAI;AAAA,MAAA;AAAA,MAEN,MAAM;AAAA,QACJ,IAAI;AAAA,MAAA;AAAA,MAEN,MAAM;AAAA,QACJ,IAAI;AAAA,MAAA;AAAA,MAEN,OAAO;AAAA,QACL,IAAI;AAAA,MAAA;AAAA,MAEN,WAAW;AAAA,QACT,IAAI;AAAA,MAAA;AAAA,MAEN,QAAQ;AAAA,QACN,IAAI;AAAA,MAAA;AAAA,MAEN,KAAK;AAAA,QACH,IAAI;AAAA,MAAA;AAAA,MAEN,UAAU;AAAA,QACR,IAAI;AAAA,MAAA;AAAA,IACN;AAAA,EACF;AAEJ,CAAC;"}
1
+ {"version":3,"file":"illustration.js","names":[],"sources":["../../../src/theme/recipes/illustration.ts"],"sourcesContent":["import { defineRecipe } from '@pandacss/dev'\n\nexport const illustrationRecipe = defineRecipe({\n base: {\n position: 'absolute',\n zIndex: -1,\n inset: 0,\n color: 'white',\n overflow: 'hidden',\n borderRadius: 'inherit',\n },\n className: 'illustration',\n defaultVariants: {\n pattern: 'neutral',\n },\n description: 'The styles for the Illustration component',\n jsx: ['Illustration'],\n variants: {\n pattern: {\n neutral: {\n bg: 'primary.100',\n },\n fish: {\n bg: 'typology.fish.light',\n },\n meat: {\n bg: 'typology.meat.light',\n },\n fruit: {\n bg: 'typology.fruit.light',\n },\n vegetable: {\n bg: 'typology.vegetable.light',\n },\n cereal: {\n bg: 'typology.cereal.light',\n },\n oil: {\n bg: 'typology.oil.light',\n },\n aromatic: {\n bg: 'typology.aromatic.light',\n },\n },\n },\n})\n"],"mappings":";;;AAEA,IAAa,IAAqB,EAAa;CAC7C,MAAM;EACJ,UAAU;EACV,QAAQ;EACR,OAAO;EACP,OAAO;EACP,UAAU;EACV,cAAc;CAChB;CACA,WAAW;CACX,iBAAiB,EACf,SAAS,UACX;CACA,aAAa;CACb,KAAK,CAAC,cAAc;CACpB,UAAU,EACR,SAAS;EACP,SAAS,EACP,IAAI,cACN;EACA,MAAM,EACJ,IAAI,sBACN;EACA,MAAM,EACJ,IAAI,sBACN;EACA,OAAO,EACL,IAAI,uBACN;EACA,WAAW,EACT,IAAI,2BACN;EACA,QAAQ,EACN,IAAI,wBACN;EACA,KAAK,EACH,IAAI,qBACN;EACA,UAAU,EACR,IAAI,0BACN;CACF,EACF;AACF,CAAC"}
@@ -1,2 +1,2 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./button.cjs"),t=require("./heading.cjs"),i=require("./switch.cjs"),r=require("./text.cjs"),c=require("./textarea.cjs"),o=require("./form/control.cjs"),a=require("./form/helper-text.cjs"),n=require("./drawer.cjs"),p=require("./accordion.cjs"),u=require("./form/label.cjs"),s=require("./checkbox.cjs"),l=require("./tabs.cjs"),R=require("./select.cjs"),q=require("./input.cjs"),b=require("./highlightedInput.cjs"),g=require("./input-addon.cjs"),d=require("./input-group.cjs"),h=require("./datepicker.cjs"),m=require("./tag.cjs"),C=require("./radio-button-group.cjs"),x=require("./radio-group.cjs"),v=require("./chip.cjs"),G=require("./action-card.cjs"),T=require("./icon-button.cjs"),f=require("./tooltip.cjs"),k=require("./alert.cjs"),w=require("./table.cjs"),N=require("./table-group-title.cjs"),I=require("./table-empty-row.cjs"),L=require("./table-container.cjs"),S=require("./breadcrumb.cjs"),M=require("./popover.cjs"),A=require("./pagination.cjs"),B=require("./status-tag-select.cjs"),y=require("./app/product-card-catalog.cjs"),P=require("./illustration.cjs"),D=require("./button-filter.cjs"),E=require("./switch-card.cjs"),F=require("./radio-card-group.cjs"),H=require("./checkbox-card.cjs"),j=require("./combobox.cjs"),O=require("./phone-number-input.cjs"),_=require("./icon.cjs"),z=require("./collapsible.cjs"),J=require("./app/navigation.cjs"),K=require("./app/mobile-navigation.cjs"),Q=require("./app/navigation-language-select.cjs"),U=require("./dialog.cjs"),V=require("./select-language.cjs"),W=require("./avatar.cjs"),X=require("./menu.cjs"),Y=require("./avatar-group.cjs"),Z=require("./flag.cjs"),$=require("./app/price-tag.cjs"),ee=require("./tabs-chip.cjs"),te=require("./checkbox-group.cjs"),ie=require("./chat/chat-message.cjs"),re=require("./chat/chat-document-message.cjs"),ce=require("./chat/chat.cjs"),oe=require("./chat/chat-profile-avatar.cjs"),ae=require("./chat/chat-input-text.cjs"),ne={button:e.buttonRecipe,iconButton:T.iconButtonRecipe,heading:t.headingRecipe,switchRecipe:i.switchRecipe,text:r.textRecipe,textarea:c.textareaRecipe,formControl:o.formControlRecipe,formHelperText:a.formHelperTextRecipe,input:q.inputRecipe,inputAddon:g.inputAddonRecipe,inputGroup:d.inputGroupRecipe,tableGroupTitle:N.tableGroupTitleRecipe,tableEmptyRow:I.tableEmptyRowRecipe,tableContainer:L.tableContainerRecipe,illustration:P.illustrationRecipe,buttonFilter:D.buttonFilterRecipe,phoneNumberInput:O.phoneNumberInputRecipe,icon:_.iconRecipe,flag:Z.flagRecipe,avatarGroup:Y.avatarGroupRecipe,tabsChip:ee.tabsChipRecipe,checkboxGroup:te.checkboxGroupRecipe,chatMessage:ie.chatMessageRecipe,chatTextInput:ae.chatTextInputRecipe,chatDocumentMessage:re.chatDocumentMessageRecipe,chatProfileAvatar:oe.chatProfileAvatarRecipe},pe={drawer:n.drawerRecipe,radioButtonGroup:C.radioButtonGroupRecipe,radioGroup:x.radioGroupRecipe,accordion:p.accordionRecipe,formLabel:u.formLabelRecipe,checkbox:s.checkboxRecipe,datepicker:h.datepickerRecipe,tabs:l.tabsRecipe,tag:m.tagRecipe,statusTagSelect:B.statusTagSelectRecipe,select:R.selectRecipe,selectLanguage:V.selectLanguageRecipe,chip:v.chipRecipe,actionCard:G.actionCardRecipe,tooltip:f.tooltipRecipe,alert:k.alertRecipe,table:w.tableRecipe,breadcrumb:S.breadcrumbRecipe,popover:M.popoverRecipe,pagination:A.paginationRecipe,productCardCatalog:y.productCardCatalogRecipe,switchCard:E.switchCardRecipe,radioCardGroup:F.radioCardGroupRecipe,checkboxCard:H.checkboxCardRecipe,combobox:j.comboboxRecipe,collapsible:z.collapsibleRecipe,appNavigation:J.appNavigationRecipe,mobileNavigation:K.mobileNavigationRecipe,dialog:U.dialogRecipe,appNavigationLanguageSelect:Q.appNavigationLanguageSelectRecipe,avatar:W.avatarRecipe,menu:X.menuRecipe,priceTag:$.priceTagRecipe,chat:ce.chatRecipe,highlightedInput:b.highlightedInputRecipe};exports.recipes=ne;exports.slotRecipes=pe;
2
- //# sourceMappingURL=index.cjs.map
1
+ "use client";const e=require("./button.cjs"),t=require("./heading.cjs"),n=require("./switch.cjs"),r=require("./text.cjs"),i=require("./input.cjs"),a=require("./textarea.cjs"),o=require("./form/control.cjs"),s=require("./form/helper-text.cjs"),c=require("./drawer.cjs"),l=require("./accordion.cjs"),u=require("./form/label.cjs"),d=require("./checkbox.cjs"),f=require("./tabs.cjs"),p=require("./select.cjs"),m=require("./highlightedInput.cjs"),h=require("./input-addon.cjs"),g=require("./input-group.cjs"),_=require("./datepicker.cjs"),v=require("./tag.cjs"),y=require("./radio-button-group.cjs"),b=require("./radio-group.cjs"),x=require("./chip.cjs"),S=require("./action-card.cjs"),C=require("./icon-button.cjs"),w=require("./tooltip.cjs"),T=require("./alert.cjs"),E=require("./table.cjs"),D=require("./table-group-title.cjs"),O=require("./table-empty-row.cjs"),k=require("./table-container.cjs"),A=require("./breadcrumb.cjs"),j=require("./popover.cjs"),M=require("./pagination.cjs"),N=require("./status-tag-select.cjs"),P=require("./app/product-card-catalog.cjs"),F=require("./illustration.cjs"),I=require("./button-filter.cjs"),L=require("./switch-card.cjs"),R=require("./radio-card-group.cjs"),z=require("./checkbox-card.cjs"),B=require("./combobox.cjs"),V=require("./phone-number-input.cjs"),H=require("./icon.cjs"),U=require("./collapsible.cjs"),W=require("./app/navigation.cjs"),G=require("./app/mobile-navigation.cjs"),K=require("./app/navigation-language-select.cjs"),q=require("./dialog.cjs"),J=require("./select-language.cjs"),Y=require("./avatar.cjs"),X=require("./menu.cjs"),Z=require("./avatar-group.cjs"),Q=require("./flag.cjs"),$=require("./app/price-tag.cjs"),ee=require("./tabs-chip.cjs"),te=require("./checkbox-group.cjs"),ne=require("./chat/chat-message.cjs"),re=require("./chat/chat-document-message.cjs"),ie=require("./chat/chat.cjs"),ae=require("./chat/chat-profile-avatar.cjs"),oe=require("./chat/chat-input-text.cjs");var se={button:e.buttonRecipe,iconButton:C.iconButtonRecipe,heading:t.headingRecipe,switchRecipe:n.switchRecipe,text:r.textRecipe,textarea:a.textareaRecipe,formControl:o.formControlRecipe,formHelperText:s.formHelperTextRecipe,input:i.inputRecipe,inputAddon:h.inputAddonRecipe,inputGroup:g.inputGroupRecipe,tableGroupTitle:D.tableGroupTitleRecipe,tableEmptyRow:O.tableEmptyRowRecipe,tableContainer:k.tableContainerRecipe,illustration:F.illustrationRecipe,buttonFilter:I.buttonFilterRecipe,phoneNumberInput:V.phoneNumberInputRecipe,icon:H.iconRecipe,flag:Q.flagRecipe,avatarGroup:Z.avatarGroupRecipe,tabsChip:ee.tabsChipRecipe,checkboxGroup:te.checkboxGroupRecipe,chatMessage:ne.chatMessageRecipe,chatTextInput:oe.chatTextInputRecipe,chatDocumentMessage:re.chatDocumentMessageRecipe,chatProfileAvatar:ae.chatProfileAvatarRecipe},ce={drawer:c.drawerRecipe,radioButtonGroup:y.radioButtonGroupRecipe,radioGroup:b.radioGroupRecipe,accordion:l.accordionRecipe,formLabel:u.formLabelRecipe,checkbox:d.checkboxRecipe,datepicker:_.datepickerRecipe,tabs:f.tabsRecipe,tag:v.tagRecipe,statusTagSelect:N.statusTagSelectRecipe,select:p.selectRecipe,selectLanguage:J.selectLanguageRecipe,chip:x.chipRecipe,actionCard:S.actionCardRecipe,tooltip:w.tooltipRecipe,alert:T.alertRecipe,table:E.tableRecipe,breadcrumb:A.breadcrumbRecipe,popover:j.popoverRecipe,pagination:M.paginationRecipe,productCardCatalog:P.productCardCatalogRecipe,switchCard:L.switchCardRecipe,radioCardGroup:R.radioCardGroupRecipe,checkboxCard:z.checkboxCardRecipe,combobox:B.comboboxRecipe,collapsible:U.collapsibleRecipe,appNavigation:W.appNavigationRecipe,mobileNavigation:G.mobileNavigationRecipe,dialog:q.dialogRecipe,appNavigationLanguageSelect:K.appNavigationLanguageSelectRecipe,avatar:Y.avatarRecipe,menu:X.menuRecipe,priceTag:$.priceTagRecipe,chat:ie.chatRecipe,highlightedInput:m.highlightedInputRecipe};exports.recipes=se,exports.slotRecipes=ce;
2
+ //# sourceMappingURL=index.cjs.map