@stokelp/ui 2.96.6 → 2.97.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 (666) hide show
  1. package/dist/_virtual/_commonjsHelpers.cjs +2 -0
  2. package/dist/_virtual/_commonjsHelpers.cjs.map +1 -0
  3. package/dist/_virtual/_commonjsHelpers.js +10 -0
  4. package/dist/_virtual/_commonjsHelpers.js.map +1 -0
  5. package/dist/_virtual/cjs.cjs +2 -0
  6. package/dist/_virtual/cjs.cjs.map +1 -0
  7. package/dist/_virtual/cjs.js +9 -0
  8. package/dist/_virtual/cjs.js.map +1 -0
  9. package/dist/_virtual/lodash.cjs +2 -0
  10. package/dist/_virtual/lodash.cjs.map +1 -0
  11. package/dist/_virtual/lodash.js +7 -0
  12. package/dist/_virtual/lodash.js.map +1 -0
  13. package/dist/_virtual/lodash2.cjs +2 -0
  14. package/dist/_virtual/lodash2.cjs.map +1 -0
  15. package/dist/_virtual/lodash2.js +6 -0
  16. package/dist/_virtual/lodash2.js.map +1 -0
  17. package/dist/components/accordion/Accordion.cjs +2 -0
  18. package/dist/components/accordion/Accordion.cjs.map +1 -0
  19. package/dist/components/accordion/Accordion.js +29 -0
  20. package/dist/components/accordion/Accordion.js.map +1 -0
  21. package/dist/components/action-card/ActionCard.cjs +2 -0
  22. package/dist/components/action-card/ActionCard.cjs.map +1 -0
  23. package/dist/components/action-card/ActionCard.js +28 -0
  24. package/dist/components/action-card/ActionCard.js.map +1 -0
  25. package/dist/components/alert/Alert.cjs +2 -0
  26. package/dist/components/alert/Alert.cjs.map +1 -0
  27. package/dist/components/alert/Alert.js +85 -0
  28. package/dist/components/alert/Alert.js.map +1 -0
  29. package/dist/components/app/navigation/AppNavigation.cjs +2 -0
  30. package/dist/components/app/navigation/AppNavigation.cjs.map +1 -0
  31. package/dist/components/app/navigation/AppNavigation.js +48 -0
  32. package/dist/components/app/navigation/AppNavigation.js.map +1 -0
  33. package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs +2 -0
  34. package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs.map +1 -0
  35. package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js +120 -0
  36. package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js.map +1 -0
  37. package/dist/components/app/price-tag/PriceTag.cjs +2 -0
  38. package/dist/components/app/price-tag/PriceTag.cjs.map +1 -0
  39. package/dist/components/app/price-tag/PriceTag.js +21 -0
  40. package/dist/components/app/price-tag/PriceTag.js.map +1 -0
  41. package/dist/components/app/product-card-catalog/styled.cjs +2 -0
  42. package/dist/components/app/product-card-catalog/styled.cjs.map +1 -0
  43. package/dist/components/app/product-card-catalog/styled.js +22 -0
  44. package/dist/components/app/product-card-catalog/styled.js.map +1 -0
  45. package/dist/components/avatar/styled.cjs +2 -0
  46. package/dist/components/avatar/styled.cjs.map +1 -0
  47. package/dist/components/avatar/styled.js +28 -0
  48. package/dist/components/avatar/styled.js.map +1 -0
  49. package/dist/components/box/Box.cjs +2 -0
  50. package/dist/components/box/Box.cjs.map +1 -0
  51. package/dist/components/box/Box.js +12 -0
  52. package/dist/components/box/Box.js.map +1 -0
  53. package/dist/components/breadcrumb/Breadcrumb.cjs +2 -0
  54. package/dist/components/breadcrumb/Breadcrumb.cjs.map +1 -0
  55. package/dist/components/breadcrumb/Breadcrumb.js +36 -0
  56. package/dist/components/breadcrumb/Breadcrumb.js.map +1 -0
  57. package/dist/components/button/Button.cjs +2 -0
  58. package/dist/components/button/Button.cjs.map +1 -0
  59. package/dist/components/button/Button.js +9 -0
  60. package/dist/components/button/Button.js.map +1 -0
  61. package/dist/components/button-filter/ButtonFilter.cjs +2 -0
  62. package/dist/components/button-filter/ButtonFilter.cjs.map +1 -0
  63. package/dist/components/button-filter/ButtonFilter.js +9 -0
  64. package/dist/components/button-filter/ButtonFilter.js.map +1 -0
  65. package/dist/components/chat/Chat.cjs +2 -0
  66. package/dist/components/chat/Chat.cjs.map +1 -0
  67. package/dist/components/chat/Chat.js +27 -0
  68. package/dist/components/chat/Chat.js.map +1 -0
  69. package/dist/components/chat/ChatDocumentMessage.cjs +2 -0
  70. package/dist/components/chat/ChatDocumentMessage.cjs.map +1 -0
  71. package/dist/components/chat/ChatDocumentMessage.js +33 -0
  72. package/dist/components/chat/ChatDocumentMessage.js.map +1 -0
  73. package/dist/components/chat/ChatMessage.cjs +2 -0
  74. package/dist/components/chat/ChatMessage.cjs.map +1 -0
  75. package/dist/components/chat/ChatMessage.js +9 -0
  76. package/dist/components/chat/ChatMessage.js.map +1 -0
  77. package/dist/components/chat/ChatProfileAvatar.cjs +2 -0
  78. package/dist/components/chat/ChatProfileAvatar.cjs.map +1 -0
  79. package/dist/components/chat/ChatProfileAvatar.js +17 -0
  80. package/dist/components/chat/ChatProfileAvatar.js.map +1 -0
  81. package/dist/components/chat/ChatTextInput.cjs +2 -0
  82. package/dist/components/chat/ChatTextInput.cjs.map +1 -0
  83. package/dist/components/chat/ChatTextInput.js +54 -0
  84. package/dist/components/chat/ChatTextInput.js.map +1 -0
  85. package/dist/components/checkbox/Checkbox.cjs +2 -0
  86. package/dist/components/checkbox/Checkbox.cjs.map +1 -0
  87. package/dist/components/checkbox/Checkbox.js +35 -0
  88. package/dist/components/checkbox/Checkbox.js.map +1 -0
  89. package/dist/components/checkbox-card/CheckboxCard.cjs +2 -0
  90. package/dist/components/checkbox-card/CheckboxCard.cjs.map +1 -0
  91. package/dist/components/checkbox-card/CheckboxCard.js +40 -0
  92. package/dist/components/checkbox-card/CheckboxCard.js.map +1 -0
  93. package/dist/components/checkbox-card/namespace.cjs +2 -0
  94. package/dist/components/checkbox-card/namespace.cjs.map +1 -0
  95. package/dist/components/checkbox-card/namespace.js +10 -0
  96. package/dist/components/checkbox-card/namespace.js.map +1 -0
  97. package/dist/components/chip/Chip.cjs +2 -0
  98. package/dist/components/chip/Chip.cjs.map +1 -0
  99. package/dist/components/chip/Chip.js +25 -0
  100. package/dist/components/chip/Chip.js.map +1 -0
  101. package/dist/components/collapsible/styled.cjs +2 -0
  102. package/dist/components/collapsible/styled.cjs.map +1 -0
  103. package/dist/components/collapsible/styled.js +12 -0
  104. package/dist/components/collapsible/styled.js.map +1 -0
  105. package/dist/components/combobox/Combobox.cjs +2 -0
  106. package/dist/components/combobox/Combobox.cjs.map +1 -0
  107. package/dist/components/combobox/Combobox.js +176 -0
  108. package/dist/components/combobox/Combobox.js.map +1 -0
  109. package/dist/components/date-picker/DatePicker.cjs +2 -0
  110. package/dist/components/date-picker/DatePicker.cjs.map +1 -0
  111. package/dist/components/date-picker/DatePicker.js +129 -0
  112. package/dist/components/date-picker/DatePicker.js.map +1 -0
  113. package/dist/components/dialog/styled.cjs +2 -0
  114. package/dist/components/dialog/styled.cjs.map +1 -0
  115. package/dist/components/dialog/styled.js +67 -0
  116. package/dist/components/dialog/styled.js.map +1 -0
  117. package/dist/components/drawer/Drawer.cjs +2 -0
  118. package/dist/components/drawer/Drawer.cjs.map +1 -0
  119. package/dist/components/drawer/Drawer.js +64 -0
  120. package/dist/components/drawer/Drawer.js.map +1 -0
  121. package/dist/components/flag/styled.cjs +2 -0
  122. package/dist/components/flag/styled.cjs.map +1 -0
  123. package/dist/components/flag/styled.js +3753 -0
  124. package/dist/components/flag/styled.js.map +1 -0
  125. package/dist/components/form/FormControl.cjs +2 -0
  126. package/dist/components/form/FormControl.cjs.map +1 -0
  127. package/dist/components/form/FormControl.js +19 -0
  128. package/dist/components/form/FormControl.js.map +1 -0
  129. package/dist/components/form/FormHelperText.cjs +2 -0
  130. package/dist/components/form/FormHelperText.cjs.map +1 -0
  131. package/dist/components/form/FormHelperText.js +10 -0
  132. package/dist/components/form/FormHelperText.js.map +1 -0
  133. package/dist/components/form/FormLabel.cjs +2 -0
  134. package/dist/components/form/FormLabel.cjs.map +1 -0
  135. package/dist/components/form/FormLabel.js +35 -0
  136. package/dist/components/form/FormLabel.js.map +1 -0
  137. package/dist/components/heading/Heading.cjs +2 -0
  138. package/dist/components/heading/Heading.cjs.map +1 -0
  139. package/dist/components/heading/Heading.js +13 -0
  140. package/dist/components/heading/Heading.js.map +1 -0
  141. package/dist/components/icon/Icon.cjs +2 -0
  142. package/dist/components/icon/Icon.cjs.map +1 -0
  143. package/dist/components/icon/Icon.js +12 -0
  144. package/dist/components/icon/Icon.js.map +1 -0
  145. package/dist/components/icon-button/IconButton.cjs +2 -0
  146. package/dist/components/icon-button/IconButton.cjs.map +1 -0
  147. package/dist/components/icon-button/IconButton.js +8 -0
  148. package/dist/components/icon-button/IconButton.js.map +1 -0
  149. package/dist/components/illustration/Illustration.cjs +2 -0
  150. package/dist/components/illustration/Illustration.cjs.map +1 -0
  151. package/dist/components/illustration/Illustration.js +41 -0
  152. package/dist/components/illustration/Illustration.js.map +1 -0
  153. package/dist/components/illustration/patterns.cjs +2 -0
  154. package/dist/components/illustration/patterns.cjs.map +1 -0
  155. package/dist/{ui.js → components/illustration/patterns.js} +38 -15804
  156. package/dist/components/illustration/patterns.js.map +1 -0
  157. package/dist/components/input/HighlightedInput.cjs +2 -0
  158. package/dist/components/input/HighlightedInput.cjs.map +1 -0
  159. package/dist/components/input/HighlightedInput.js +60 -0
  160. package/dist/components/input/HighlightedInput.js.map +1 -0
  161. package/dist/components/input/Input.cjs +2 -0
  162. package/dist/components/input/Input.cjs.map +1 -0
  163. package/dist/components/input/Input.js +15 -0
  164. package/dist/components/input/Input.js.map +1 -0
  165. package/dist/components/input/InputAddon.cjs +2 -0
  166. package/dist/components/input/InputAddon.cjs.map +1 -0
  167. package/dist/components/input/InputAddon.js +11 -0
  168. package/dist/components/input/InputAddon.js.map +1 -0
  169. package/dist/components/input/InputGroup.cjs +2 -0
  170. package/dist/components/input/InputGroup.cjs.map +1 -0
  171. package/dist/components/input/InputGroup.js +10 -0
  172. package/dist/components/input/InputGroup.js.map +1 -0
  173. package/dist/components/input/PhoneNumberInput.cjs +2 -0
  174. package/dist/components/input/PhoneNumberInput.cjs.map +1 -0
  175. package/dist/components/input/PhoneNumberInput.js +26 -0
  176. package/dist/components/input/PhoneNumberInput.js.map +1 -0
  177. package/dist/components/menu/Menu.cjs +2 -0
  178. package/dist/components/menu/Menu.cjs.map +1 -0
  179. package/dist/components/menu/Menu.js +29 -0
  180. package/dist/components/menu/Menu.js.map +1 -0
  181. package/dist/components/pagination/Pagination.cjs +2 -0
  182. package/dist/components/pagination/Pagination.cjs.map +1 -0
  183. package/dist/components/pagination/Pagination.js +86 -0
  184. package/dist/components/pagination/Pagination.js.map +1 -0
  185. package/dist/components/pagination/use-pagination.cjs +2 -0
  186. package/dist/components/pagination/use-pagination.cjs.map +1 -0
  187. package/dist/components/pagination/use-pagination.js +57 -0
  188. package/dist/components/pagination/use-pagination.js.map +1 -0
  189. package/dist/components/popover/Popover.cjs +2 -0
  190. package/dist/components/popover/Popover.cjs.map +1 -0
  191. package/dist/components/popover/Popover.js +27 -0
  192. package/dist/components/popover/Popover.js.map +1 -0
  193. package/dist/components/radio-button-group/RadioButtonGroup.cjs +2 -0
  194. package/dist/components/radio-button-group/RadioButtonGroup.cjs.map +1 -0
  195. package/dist/components/radio-button-group/RadioButtonGroup.js +22 -0
  196. package/dist/components/radio-button-group/RadioButtonGroup.js.map +1 -0
  197. package/dist/components/radio-card-group/RadioCardGroup.cjs +2 -0
  198. package/dist/components/radio-card-group/RadioCardGroup.cjs.map +1 -0
  199. package/dist/components/radio-card-group/RadioCardGroup.js +23 -0
  200. package/dist/components/radio-card-group/RadioCardGroup.js.map +1 -0
  201. package/dist/components/radio-card-group/namespace.cjs +2 -0
  202. package/dist/components/radio-card-group/namespace.cjs.map +1 -0
  203. package/dist/components/radio-card-group/namespace.js +11 -0
  204. package/dist/components/radio-card-group/namespace.js.map +1 -0
  205. package/dist/components/radio-group/RadioGroup.cjs +2 -0
  206. package/dist/components/radio-group/RadioGroup.cjs.map +1 -0
  207. package/dist/components/radio-group/RadioGroup.js +22 -0
  208. package/dist/components/radio-group/RadioGroup.js.map +1 -0
  209. package/dist/components/select/Select.cjs +2 -0
  210. package/dist/components/select/Select.cjs.map +1 -0
  211. package/dist/components/select/Select.js +146 -0
  212. package/dist/components/select/Select.js.map +1 -0
  213. package/dist/components/select-language/SelectLanguage.cjs +2 -0
  214. package/dist/components/select-language/SelectLanguage.cjs.map +1 -0
  215. package/dist/components/select-language/SelectLanguage.js +89 -0
  216. package/dist/components/select-language/SelectLanguage.js.map +1 -0
  217. package/dist/components/status-tag-select/StatusTagSelect.cjs +2 -0
  218. package/dist/components/status-tag-select/StatusTagSelect.cjs.map +1 -0
  219. package/dist/components/status-tag-select/StatusTagSelect.js +117 -0
  220. package/dist/components/status-tag-select/StatusTagSelect.js.map +1 -0
  221. package/dist/components/switch/Switch.cjs +2 -0
  222. package/dist/components/switch/Switch.cjs.map +1 -0
  223. package/dist/components/switch/Switch.js +20 -0
  224. package/dist/components/switch/Switch.js.map +1 -0
  225. package/dist/components/switch-card/SwitchCard.cjs +2 -0
  226. package/dist/components/switch-card/SwitchCard.cjs.map +1 -0
  227. package/dist/components/switch-card/SwitchCard.js +27 -0
  228. package/dist/components/switch-card/SwitchCard.js.map +1 -0
  229. package/dist/components/switch-card/namespace.cjs +2 -0
  230. package/dist/components/switch-card/namespace.cjs.map +1 -0
  231. package/dist/components/switch-card/namespace.js +10 -0
  232. package/dist/components/switch-card/namespace.js.map +1 -0
  233. package/dist/components/table/Table.cjs +2 -0
  234. package/dist/components/table/Table.cjs.map +1 -0
  235. package/dist/components/table/Table.js +113 -0
  236. package/dist/components/table/Table.js.map +1 -0
  237. package/dist/components/table/TableProvider.cjs +2 -0
  238. package/dist/components/table/TableProvider.cjs.map +1 -0
  239. package/dist/components/table/TableProvider.js +41 -0
  240. package/dist/components/table/TableProvider.js.map +1 -0
  241. package/dist/components/tabs/Tabs.cjs +2 -0
  242. package/dist/components/tabs/Tabs.cjs.map +1 -0
  243. package/dist/components/tabs/Tabs.js +27 -0
  244. package/dist/components/tabs/Tabs.js.map +1 -0
  245. package/dist/components/tag/Tag.cjs +2 -0
  246. package/dist/components/tag/Tag.cjs.map +1 -0
  247. package/dist/components/tag/Tag.js +18 -0
  248. package/dist/components/tag/Tag.js.map +1 -0
  249. package/dist/components/text/Text.cjs +2 -0
  250. package/dist/components/text/Text.cjs.map +1 -0
  251. package/dist/components/text/Text.js +13 -0
  252. package/dist/components/text/Text.js.map +1 -0
  253. package/dist/components/textarea/Textarea.cjs +2 -0
  254. package/dist/components/textarea/Textarea.cjs.map +1 -0
  255. package/dist/components/textarea/Textarea.js +9 -0
  256. package/dist/components/textarea/Textarea.js.map +1 -0
  257. package/dist/components/tooltip/Tooltip.cjs +2 -0
  258. package/dist/components/tooltip/Tooltip.cjs.map +1 -0
  259. package/dist/components/tooltip/Tooltip.js +44 -0
  260. package/dist/components/tooltip/Tooltip.js.map +1 -0
  261. package/dist/{icons.cjs → icons/index.cjs} +1 -1
  262. package/dist/icons/index.cjs.map +1 -0
  263. package/dist/{icons.js → icons/index.js} +1 -1
  264. package/dist/icons/index.js.map +1 -0
  265. package/dist/index.cjs +2 -0
  266. package/dist/index.cjs.map +1 -0
  267. package/dist/index.js +178 -0
  268. package/dist/index.js.map +1 -0
  269. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs +2 -0
  270. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs.map +1 -0
  271. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js +30 -0
  272. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js.map +1 -0
  273. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs +2 -0
  274. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs.map +1 -0
  275. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js +30 -0
  276. package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js.map +1 -0
  277. package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs +2 -0
  278. package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs.map +1 -0
  279. package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js +30 -0
  280. package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js.map +1 -0
  281. package/dist/node_modules/@pandacss/shared/dist/index.cjs +2 -0
  282. package/dist/node_modules/@pandacss/shared/dist/index.cjs.map +1 -0
  283. package/dist/node_modules/@pandacss/shared/dist/index.js +469 -0
  284. package/dist/node_modules/@pandacss/shared/dist/index.js.map +1 -0
  285. package/dist/node_modules/@zag-js/utils/dist/index.cjs +2 -0
  286. package/dist/node_modules/@zag-js/utils/dist/index.cjs.map +1 -0
  287. package/dist/node_modules/@zag-js/utils/dist/index.js +8 -0
  288. package/dist/node_modules/@zag-js/utils/dist/index.js.map +1 -0
  289. package/dist/node_modules/deepmerge/dist/cjs.cjs +2 -0
  290. package/dist/node_modules/deepmerge/dist/cjs.cjs.map +1 -0
  291. package/dist/node_modules/deepmerge/dist/cjs.js +81 -0
  292. package/dist/node_modules/deepmerge/dist/cjs.js.map +1 -0
  293. package/dist/node_modules/lodash/lodash.cjs +28 -0
  294. package/dist/node_modules/lodash/lodash.cjs.map +1 -0
  295. package/dist/node_modules/lodash/lodash.js +3679 -0
  296. package/dist/node_modules/lodash/lodash.js.map +1 -0
  297. package/dist/preset.cjs +2 -0
  298. package/dist/preset.cjs.map +1 -0
  299. package/dist/preset.js +35 -0
  300. package/dist/preset.js.map +1 -0
  301. package/dist/shared/ConditionalWrapper.cjs +2 -0
  302. package/dist/shared/ConditionalWrapper.cjs.map +1 -0
  303. package/dist/shared/ConditionalWrapper.js +6 -0
  304. package/dist/shared/ConditionalWrapper.js.map +1 -0
  305. package/dist/shared/assets/icons.cjs +2 -0
  306. package/dist/shared/assets/icons.cjs.map +1 -0
  307. package/dist/shared/assets/icons.js +24 -0
  308. package/dist/shared/assets/icons.js.map +1 -0
  309. package/dist/shared/hooks/useUncontrolled.cjs +2 -0
  310. package/dist/shared/hooks/useUncontrolled.cjs.map +1 -0
  311. package/dist/shared/hooks/useUncontrolled.js +18 -0
  312. package/dist/shared/hooks/useUncontrolled.js.map +1 -0
  313. package/dist/shared/utils/events.cjs +2 -0
  314. package/dist/shared/utils/events.cjs.map +1 -0
  315. package/dist/shared/utils/events.js +8 -0
  316. package/dist/shared/utils/events.js.map +1 -0
  317. package/dist/theme/breakpoints.cjs +2 -0
  318. package/dist/theme/breakpoints.cjs.map +1 -0
  319. package/dist/theme/breakpoints.js +11 -0
  320. package/dist/theme/breakpoints.js.map +1 -0
  321. package/dist/theme/conditions.cjs +2 -0
  322. package/dist/theme/conditions.cjs.map +1 -0
  323. package/dist/theme/conditions.js +25 -0
  324. package/dist/theme/conditions.js.map +1 -0
  325. package/dist/theme/containers.cjs +2 -0
  326. package/dist/theme/containers.cjs.map +1 -0
  327. package/dist/theme/containers.js +19 -0
  328. package/dist/theme/containers.js.map +1 -0
  329. package/dist/theme/globalCss.cjs +4 -0
  330. package/dist/theme/globalCss.cjs.map +1 -0
  331. package/dist/theme/globalCss.js +101 -0
  332. package/dist/theme/globalCss.js.map +1 -0
  333. package/dist/theme/keyframes.cjs +2 -0
  334. package/dist/theme/keyframes.cjs.map +1 -0
  335. package/dist/theme/keyframes.js +173 -0
  336. package/dist/theme/keyframes.js.map +1 -0
  337. package/dist/theme/recipes/accordion.cjs +2 -0
  338. package/dist/theme/recipes/accordion.cjs.map +1 -0
  339. package/dist/theme/recipes/accordion.js +112 -0
  340. package/dist/theme/recipes/accordion.js.map +1 -0
  341. package/dist/theme/recipes/action-card.cjs +2 -0
  342. package/dist/theme/recipes/action-card.cjs.map +1 -0
  343. package/dist/theme/recipes/action-card.js +87 -0
  344. package/dist/theme/recipes/action-card.js.map +1 -0
  345. package/dist/theme/recipes/alert.cjs +2 -0
  346. package/dist/theme/recipes/alert.cjs.map +1 -0
  347. package/dist/theme/recipes/alert.js +68 -0
  348. package/dist/theme/recipes/alert.js.map +1 -0
  349. package/dist/theme/recipes/app/navigation-language-select.cjs +2 -0
  350. package/dist/theme/recipes/app/navigation-language-select.cjs.map +1 -0
  351. package/dist/theme/recipes/app/navigation-language-select.js +151 -0
  352. package/dist/theme/recipes/app/navigation-language-select.js.map +1 -0
  353. package/dist/theme/recipes/app/navigation.cjs +2 -0
  354. package/dist/theme/recipes/app/navigation.cjs.map +1 -0
  355. package/dist/theme/recipes/app/navigation.js +271 -0
  356. package/dist/theme/recipes/app/navigation.js.map +1 -0
  357. package/dist/theme/recipes/app/price-tag.cjs +2 -0
  358. package/dist/theme/recipes/app/price-tag.cjs.map +1 -0
  359. package/dist/theme/recipes/app/price-tag.js +73 -0
  360. package/dist/theme/recipes/app/price-tag.js.map +1 -0
  361. package/dist/theme/recipes/app/product-card-catalog.cjs +2 -0
  362. package/dist/theme/recipes/app/product-card-catalog.cjs.map +1 -0
  363. package/dist/theme/recipes/app/product-card-catalog.js +196 -0
  364. package/dist/theme/recipes/app/product-card-catalog.js.map +1 -0
  365. package/dist/theme/recipes/avatar-group.cjs +2 -0
  366. package/dist/theme/recipes/avatar-group.cjs.map +1 -0
  367. package/dist/theme/recipes/avatar-group.js +40 -0
  368. package/dist/theme/recipes/avatar-group.js.map +1 -0
  369. package/dist/theme/recipes/avatar.cjs +2 -0
  370. package/dist/theme/recipes/avatar.cjs.map +1 -0
  371. package/dist/theme/recipes/avatar.js +99 -0
  372. package/dist/theme/recipes/avatar.js.map +1 -0
  373. package/dist/theme/recipes/breadcrumb.cjs +2 -0
  374. package/dist/theme/recipes/breadcrumb.cjs.map +1 -0
  375. package/dist/theme/recipes/breadcrumb.js +34 -0
  376. package/dist/theme/recipes/breadcrumb.js.map +1 -0
  377. package/dist/theme/recipes/button-filter.cjs +2 -0
  378. package/dist/theme/recipes/button-filter.cjs.map +1 -0
  379. package/dist/theme/recipes/button-filter.js +63 -0
  380. package/dist/theme/recipes/button-filter.js.map +1 -0
  381. package/dist/theme/recipes/button.cjs +2 -0
  382. package/dist/theme/recipes/button.cjs.map +1 -0
  383. package/dist/theme/recipes/button.js +298 -0
  384. package/dist/theme/recipes/button.js.map +1 -0
  385. package/dist/theme/recipes/chat/chat-document-message.cjs +2 -0
  386. package/dist/theme/recipes/chat/chat-document-message.cjs.map +1 -0
  387. package/dist/theme/recipes/chat/chat-document-message.js +46 -0
  388. package/dist/theme/recipes/chat/chat-document-message.js.map +1 -0
  389. package/dist/theme/recipes/chat/chat-input-text.cjs +2 -0
  390. package/dist/theme/recipes/chat/chat-input-text.cjs.map +1 -0
  391. package/dist/theme/recipes/chat/chat-input-text.js +30 -0
  392. package/dist/theme/recipes/chat/chat-input-text.js.map +1 -0
  393. package/dist/theme/recipes/chat/chat-message.cjs +2 -0
  394. package/dist/theme/recipes/chat/chat-message.cjs.map +1 -0
  395. package/dist/theme/recipes/chat/chat-message.js +48 -0
  396. package/dist/theme/recipes/chat/chat-message.js.map +1 -0
  397. package/dist/theme/recipes/chat/chat-profile-avatar.cjs +2 -0
  398. package/dist/theme/recipes/chat/chat-profile-avatar.cjs.map +1 -0
  399. package/dist/theme/recipes/chat/chat-profile-avatar.js +28 -0
  400. package/dist/theme/recipes/chat/chat-profile-avatar.js.map +1 -0
  401. package/dist/theme/recipes/chat/chat.cjs +2 -0
  402. package/dist/theme/recipes/chat/chat.cjs.map +1 -0
  403. package/dist/theme/recipes/chat/chat.js +59 -0
  404. package/dist/theme/recipes/chat/chat.js.map +1 -0
  405. package/dist/theme/recipes/checkbox-card.cjs +2 -0
  406. package/dist/theme/recipes/checkbox-card.cjs.map +1 -0
  407. package/dist/theme/recipes/checkbox-card.js +42 -0
  408. package/dist/theme/recipes/checkbox-card.js.map +1 -0
  409. package/dist/theme/recipes/checkbox-group.cjs +2 -0
  410. package/dist/theme/recipes/checkbox-group.cjs.map +1 -0
  411. package/dist/theme/recipes/checkbox-group.js +15 -0
  412. package/dist/theme/recipes/checkbox-group.js.map +1 -0
  413. package/dist/theme/recipes/checkbox.cjs +2 -0
  414. package/dist/theme/recipes/checkbox.cjs.map +1 -0
  415. package/dist/theme/recipes/checkbox.js +131 -0
  416. package/dist/theme/recipes/checkbox.js.map +1 -0
  417. package/dist/theme/recipes/chip.cjs +2 -0
  418. package/dist/theme/recipes/chip.cjs.map +1 -0
  419. package/dist/theme/recipes/chip.js +184 -0
  420. package/dist/theme/recipes/chip.js.map +1 -0
  421. package/dist/theme/recipes/collapsible.cjs +2 -0
  422. package/dist/theme/recipes/collapsible.cjs.map +1 -0
  423. package/dist/theme/recipes/collapsible.js +30 -0
  424. package/dist/theme/recipes/collapsible.js.map +1 -0
  425. package/dist/theme/recipes/combobox.cjs +2 -0
  426. package/dist/theme/recipes/combobox.cjs.map +1 -0
  427. package/dist/theme/recipes/combobox.js +179 -0
  428. package/dist/theme/recipes/combobox.js.map +1 -0
  429. package/dist/theme/recipes/common/group-card.cjs +2 -0
  430. package/dist/theme/recipes/common/group-card.cjs.map +1 -0
  431. package/dist/theme/recipes/common/group-card.js +81 -0
  432. package/dist/theme/recipes/common/group-card.js.map +1 -0
  433. package/dist/theme/recipes/datepicker.cjs +2 -0
  434. package/dist/theme/recipes/datepicker.cjs.map +1 -0
  435. package/dist/theme/recipes/datepicker.js +178 -0
  436. package/dist/theme/recipes/datepicker.js.map +1 -0
  437. package/dist/theme/recipes/dialog.cjs +2 -0
  438. package/dist/theme/recipes/dialog.cjs.map +1 -0
  439. package/dist/theme/recipes/dialog.js +154 -0
  440. package/dist/theme/recipes/dialog.js.map +1 -0
  441. package/dist/theme/recipes/drawer.cjs +2 -0
  442. package/dist/theme/recipes/drawer.cjs.map +1 -0
  443. package/dist/theme/recipes/drawer.js +129 -0
  444. package/dist/theme/recipes/drawer.js.map +1 -0
  445. package/dist/theme/recipes/flag.cjs +2 -0
  446. package/dist/theme/recipes/flag.cjs.map +1 -0
  447. package/dist/theme/recipes/flag.js +33 -0
  448. package/dist/theme/recipes/flag.js.map +1 -0
  449. package/dist/theme/recipes/form/control.cjs +2 -0
  450. package/dist/theme/recipes/form/control.cjs.map +1 -0
  451. package/dist/theme/recipes/form/control.js +37 -0
  452. package/dist/theme/recipes/form/control.js.map +1 -0
  453. package/dist/theme/recipes/form/helper-text.cjs +2 -0
  454. package/dist/theme/recipes/form/helper-text.cjs.map +1 -0
  455. package/dist/theme/recipes/form/helper-text.js +16 -0
  456. package/dist/theme/recipes/form/helper-text.js.map +1 -0
  457. package/dist/theme/recipes/form/label.cjs +2 -0
  458. package/dist/theme/recipes/form/label.cjs.map +1 -0
  459. package/dist/theme/recipes/form/label.js +50 -0
  460. package/dist/theme/recipes/form/label.js.map +1 -0
  461. package/dist/theme/recipes/heading.cjs +2 -0
  462. package/dist/theme/recipes/heading.cjs.map +1 -0
  463. package/dist/theme/recipes/heading.js +37 -0
  464. package/dist/theme/recipes/heading.js.map +1 -0
  465. package/dist/theme/recipes/highlightedInput.cjs +2 -0
  466. package/dist/theme/recipes/highlightedInput.cjs.map +1 -0
  467. package/dist/theme/recipes/highlightedInput.js +48 -0
  468. package/dist/theme/recipes/highlightedInput.js.map +1 -0
  469. package/dist/theme/recipes/icon-button.cjs +2 -0
  470. package/dist/theme/recipes/icon-button.cjs.map +1 -0
  471. package/dist/theme/recipes/icon-button.js +91 -0
  472. package/dist/theme/recipes/icon-button.js.map +1 -0
  473. package/dist/theme/recipes/icon.cjs +2 -0
  474. package/dist/theme/recipes/icon.cjs.map +1 -0
  475. package/dist/theme/recipes/icon.js +44 -0
  476. package/dist/theme/recipes/icon.js.map +1 -0
  477. package/dist/theme/recipes/illustration.cjs +2 -0
  478. package/dist/theme/recipes/illustration.cjs.map +1 -0
  479. package/dist/theme/recipes/illustration.js +50 -0
  480. package/dist/theme/recipes/illustration.js.map +1 -0
  481. package/dist/theme/recipes/index.cjs +2 -0
  482. package/dist/theme/recipes/index.cjs.map +1 -0
  483. package/dist/theme/recipes/index.js +129 -0
  484. package/dist/theme/recipes/index.js.map +1 -0
  485. package/dist/theme/recipes/input-addon.cjs +2 -0
  486. package/dist/theme/recipes/input-addon.cjs.map +1 -0
  487. package/dist/theme/recipes/input-addon.js +27 -0
  488. package/dist/theme/recipes/input-addon.js.map +1 -0
  489. package/dist/theme/recipes/input-group.cjs +2 -0
  490. package/dist/theme/recipes/input-group.cjs.map +1 -0
  491. package/dist/theme/recipes/input-group.js +52 -0
  492. package/dist/theme/recipes/input-group.js.map +1 -0
  493. package/dist/theme/recipes/input.cjs +2 -0
  494. package/dist/theme/recipes/input.cjs.map +1 -0
  495. package/dist/theme/recipes/input.js +64 -0
  496. package/dist/theme/recipes/input.js.map +1 -0
  497. package/dist/theme/recipes/menu.cjs +2 -0
  498. package/dist/theme/recipes/menu.cjs.map +1 -0
  499. package/dist/theme/recipes/menu.js +102 -0
  500. package/dist/theme/recipes/menu.js.map +1 -0
  501. package/dist/theme/recipes/pagination.cjs +2 -0
  502. package/dist/theme/recipes/pagination.cjs.map +1 -0
  503. package/dist/theme/recipes/pagination.js +73 -0
  504. package/dist/theme/recipes/pagination.js.map +1 -0
  505. package/dist/theme/recipes/phone-number-input.cjs +2 -0
  506. package/dist/theme/recipes/phone-number-input.cjs.map +1 -0
  507. package/dist/theme/recipes/phone-number-input.js +68 -0
  508. package/dist/theme/recipes/phone-number-input.js.map +1 -0
  509. package/dist/theme/recipes/popover.cjs +2 -0
  510. package/dist/theme/recipes/popover.cjs.map +1 -0
  511. package/dist/theme/recipes/popover.js +30 -0
  512. package/dist/theme/recipes/popover.js.map +1 -0
  513. package/dist/theme/recipes/radio-button-group.cjs +2 -0
  514. package/dist/theme/recipes/radio-button-group.cjs.map +1 -0
  515. package/dist/theme/recipes/radio-button-group.js +97 -0
  516. package/dist/theme/recipes/radio-button-group.js.map +1 -0
  517. package/dist/theme/recipes/radio-card-group.cjs +2 -0
  518. package/dist/theme/recipes/radio-card-group.cjs.map +1 -0
  519. package/dist/theme/recipes/radio-card-group.js +70 -0
  520. package/dist/theme/recipes/radio-card-group.js.map +1 -0
  521. package/dist/theme/recipes/radio-group.cjs +2 -0
  522. package/dist/theme/recipes/radio-group.cjs.map +1 -0
  523. package/dist/theme/recipes/radio-group.js +121 -0
  524. package/dist/theme/recipes/radio-group.js.map +1 -0
  525. package/dist/theme/recipes/select-language.cjs +2 -0
  526. package/dist/theme/recipes/select-language.cjs.map +1 -0
  527. package/dist/theme/recipes/select-language.js +115 -0
  528. package/dist/theme/recipes/select-language.js.map +1 -0
  529. package/dist/theme/recipes/select.cjs +2 -0
  530. package/dist/theme/recipes/select.cjs.map +1 -0
  531. package/dist/theme/recipes/select.js +209 -0
  532. package/dist/theme/recipes/select.js.map +1 -0
  533. package/dist/theme/recipes/status-tag-select.cjs +2 -0
  534. package/dist/theme/recipes/status-tag-select.cjs.map +1 -0
  535. package/dist/theme/recipes/status-tag-select.js +177 -0
  536. package/dist/theme/recipes/status-tag-select.js.map +1 -0
  537. package/dist/theme/recipes/switch-card.cjs +2 -0
  538. package/dist/theme/recipes/switch-card.cjs.map +1 -0
  539. package/dist/theme/recipes/switch-card.js +44 -0
  540. package/dist/theme/recipes/switch-card.js.map +1 -0
  541. package/dist/theme/recipes/switch.cjs +2 -0
  542. package/dist/theme/recipes/switch.cjs.map +1 -0
  543. package/dist/theme/recipes/switch.js +90 -0
  544. package/dist/theme/recipes/switch.js.map +1 -0
  545. package/dist/theme/recipes/table-container.cjs +2 -0
  546. package/dist/theme/recipes/table-container.cjs.map +1 -0
  547. package/dist/theme/recipes/table-container.js +21 -0
  548. package/dist/theme/recipes/table-container.js.map +1 -0
  549. package/dist/theme/recipes/table-empty-row.cjs +2 -0
  550. package/dist/theme/recipes/table-empty-row.cjs.map +1 -0
  551. package/dist/theme/recipes/table-empty-row.js +19 -0
  552. package/dist/theme/recipes/table-empty-row.js.map +1 -0
  553. package/dist/theme/recipes/table-group-title.cjs +2 -0
  554. package/dist/theme/recipes/table-group-title.cjs.map +1 -0
  555. package/dist/theme/recipes/table-group-title.js +36 -0
  556. package/dist/theme/recipes/table-group-title.js.map +1 -0
  557. package/dist/theme/recipes/table.cjs +2 -0
  558. package/dist/theme/recipes/table.cjs.map +1 -0
  559. package/dist/theme/recipes/table.js +111 -0
  560. package/dist/theme/recipes/table.js.map +1 -0
  561. package/dist/theme/recipes/tabs-chip.cjs +2 -0
  562. package/dist/theme/recipes/tabs-chip.cjs.map +1 -0
  563. package/dist/theme/recipes/tabs-chip.js +49 -0
  564. package/dist/theme/recipes/tabs-chip.js.map +1 -0
  565. package/dist/theme/recipes/tabs.cjs +2 -0
  566. package/dist/theme/recipes/tabs.cjs.map +1 -0
  567. package/dist/theme/recipes/tabs.js +128 -0
  568. package/dist/theme/recipes/tabs.js.map +1 -0
  569. package/dist/theme/recipes/tag.cjs +2 -0
  570. package/dist/theme/recipes/tag.cjs.map +1 -0
  571. package/dist/theme/recipes/tag.js +124 -0
  572. package/dist/theme/recipes/tag.js.map +1 -0
  573. package/dist/theme/recipes/text.cjs +2 -0
  574. package/dist/theme/recipes/text.cjs.map +1 -0
  575. package/dist/theme/recipes/text.js +40 -0
  576. package/dist/theme/recipes/text.js.map +1 -0
  577. package/dist/theme/recipes/textarea.cjs +2 -0
  578. package/dist/theme/recipes/textarea.cjs.map +1 -0
  579. package/dist/theme/recipes/textarea.js +16 -0
  580. package/dist/theme/recipes/textarea.js.map +1 -0
  581. package/dist/theme/recipes/tooltip.cjs +2 -0
  582. package/dist/theme/recipes/tooltip.cjs.map +1 -0
  583. package/dist/theme/recipes/tooltip.js +64 -0
  584. package/dist/theme/recipes/tooltip.js.map +1 -0
  585. package/dist/theme/semantic-tokens/colors.cjs +2 -0
  586. package/dist/theme/semantic-tokens/colors.cjs.map +1 -0
  587. package/dist/theme/semantic-tokens/colors.js +143 -0
  588. package/dist/theme/semantic-tokens/colors.js.map +1 -0
  589. package/dist/theme/semantic-tokens/index.cjs +2 -0
  590. package/dist/theme/semantic-tokens/index.cjs.map +1 -0
  591. package/dist/theme/semantic-tokens/index.js +9 -0
  592. package/dist/theme/semantic-tokens/index.js.map +1 -0
  593. package/dist/theme/text-styles.cjs +2 -0
  594. package/dist/theme/text-styles.cjs.map +1 -0
  595. package/dist/theme/text-styles.js +90 -0
  596. package/dist/theme/text-styles.js.map +1 -0
  597. package/dist/theme/tokens/animations.cjs +2 -0
  598. package/dist/theme/tokens/animations.cjs.map +1 -0
  599. package/dist/theme/tokens/animations.js +48 -0
  600. package/dist/theme/tokens/animations.js.map +1 -0
  601. package/dist/theme/tokens/aspect-ratios.cjs +2 -0
  602. package/dist/theme/tokens/aspect-ratios.cjs.map +1 -0
  603. package/dist/theme/tokens/aspect-ratios.js +14 -0
  604. package/dist/theme/tokens/aspect-ratios.js.map +1 -0
  605. package/dist/theme/tokens/blurs.cjs +2 -0
  606. package/dist/theme/tokens/blurs.cjs.map +1 -0
  607. package/dist/theme/tokens/blurs.js +15 -0
  608. package/dist/theme/tokens/blurs.js.map +1 -0
  609. package/dist/theme/tokens/borders.cjs +2 -0
  610. package/dist/theme/tokens/borders.cjs.map +1 -0
  611. package/dist/theme/tokens/borders.js +11 -0
  612. package/dist/theme/tokens/borders.js.map +1 -0
  613. package/dist/theme/tokens/colors.cjs +2 -0
  614. package/dist/theme/tokens/colors.cjs.map +1 -0
  615. package/dist/theme/tokens/colors.js +80 -0
  616. package/dist/theme/tokens/colors.js.map +1 -0
  617. package/dist/theme/tokens/durations.cjs +2 -0
  618. package/dist/theme/tokens/durations.cjs.map +1 -0
  619. package/dist/theme/tokens/durations.js +15 -0
  620. package/dist/theme/tokens/durations.js.map +1 -0
  621. package/dist/theme/tokens/easings.cjs +51 -0
  622. package/dist/theme/tokens/easings.cjs.map +1 -0
  623. package/dist/theme/tokens/easings.js +95 -0
  624. package/dist/theme/tokens/easings.js.map +1 -0
  625. package/dist/theme/tokens/index.cjs +2 -0
  626. package/dist/theme/tokens/index.cjs.map +1 -0
  627. package/dist/theme/tokens/index.js +37 -0
  628. package/dist/theme/tokens/index.js.map +1 -0
  629. package/dist/theme/tokens/radii.cjs +2 -0
  630. package/dist/theme/tokens/radii.cjs.map +1 -0
  631. package/dist/theme/tokens/radii.js +29 -0
  632. package/dist/theme/tokens/radii.js.map +1 -0
  633. package/dist/theme/tokens/shadows.cjs +2 -0
  634. package/dist/theme/tokens/shadows.cjs.map +1 -0
  635. package/dist/theme/tokens/shadows.js +15 -0
  636. package/dist/theme/tokens/shadows.js.map +1 -0
  637. package/dist/theme/tokens/sizes.cjs +2 -0
  638. package/dist/theme/tokens/sizes.cjs.map +1 -0
  639. package/dist/theme/tokens/sizes.js +87 -0
  640. package/dist/theme/tokens/sizes.js.map +1 -0
  641. package/dist/theme/tokens/spacing.cjs +2 -0
  642. package/dist/theme/tokens/spacing.cjs.map +1 -0
  643. package/dist/theme/tokens/spacing.js +86 -0
  644. package/dist/theme/tokens/spacing.js.map +1 -0
  645. package/dist/theme/tokens/typography.cjs +2 -0
  646. package/dist/theme/tokens/typography.cjs.map +1 -0
  647. package/dist/theme/tokens/typography.js +87 -0
  648. package/dist/theme/tokens/typography.js.map +1 -0
  649. package/dist/theme/tokens/z-index.cjs +2 -0
  650. package/dist/theme/tokens/z-index.cjs.map +1 -0
  651. package/dist/theme/tokens/z-index.js +44 -0
  652. package/dist/theme/tokens/z-index.js.map +1 -0
  653. package/dist/theme/utilities.cjs +2 -0
  654. package/dist/theme/utilities.cjs.map +1 -0
  655. package/dist/theme/utilities.js +17 -0
  656. package/dist/theme/utilities.js.map +1 -0
  657. package/dist/utils/slots.cjs +2 -0
  658. package/dist/utils/slots.cjs.map +1 -0
  659. package/dist/utils/slots.js +42 -0
  660. package/dist/utils/slots.js.map +1 -0
  661. package/package.json +18 -7
  662. package/dist/icons.cjs.map +0 -1
  663. package/dist/icons.js.map +0 -1
  664. package/dist/ui.cjs +0 -79
  665. package/dist/ui.cjs.map +0 -1
  666. package/dist/ui.js.map +0 -1
@@ -0,0 +1,2 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var c="cm,mm,Q,in,pc,pt,px,em,ex,ch,rem,lh,rlh,vw,vh,vmin,vmax,vb,vi,svw,svh,lvw,lvh,dvw,dvh,cqw,cqh,cqi,cqb,cqmin,cqmax,%";`${c.split(",").join("|")}`;var e=new Set,d=new Set,a=new Set,t=new Set;d.add("backgroundBlendMode");d.add("isolation");d.add("mixBlendMode");t.add("animation");d.add("animationComposition");d.add("animationDelay");d.add("animationDirection");d.add("animationDuration");d.add("animationFillMode");d.add("animationIterationCount");d.add("animationName");d.add("animationPlayState");a.add("animationRange");d.add("animationRangeEnd");d.add("animationRangeStart");d.add("animationTimingFunction");d.add("animationTimeline");a.add("scrollTimeline");d.add("scrollTimelineAxis");d.add("scrollTimelineName");d.add("timelineScope");a.add("viewTimeline");d.add("viewTimelineAxis");d.add("viewTimelineInset");d.add("viewTimelineName");t.add("background");d.add("backgroundAttachment");d.add("backgroundClip");d.add("backgroundColor");d.add("backgroundImage");d.add("backgroundOrigin");d.add("backgroundRepeat");d.add("backgroundSize");a.add("backgroundPosition");d.add("backgroundPositionX");d.add("backgroundPositionY");t.add("border");a.add("borderColor");a.add("borderStyle");a.add("borderWidth");t.add("borderBlock");d.add("borderBlockColor");d.add("borderBlockStyle");d.add("borderBlockWidth");a.add("borderBlockStart");a.add("borderTop");d.add("borderBlockStartColor");e.add("borderTopColor");d.add("borderBlockStartStyle");e.add("borderTopStyle");d.add("borderBlockStartWidth");e.add("borderTopWidth");a.add("borderBlockEnd");a.add("borderBottom");d.add("borderBlockEndColor");e.add("borderBottomColor");d.add("borderBlockEndStyle");e.add("borderBottomStyle");d.add("borderBlockEndWidth");e.add("borderBottomWidth");t.add("borderInline");a.add("borderInlineColor");a.add("borderInlineStyle");a.add("borderInlineWidth");a.add("borderInlineStart");a.add("borderLeft");d.add("borderInlineStartColor");e.add("borderLeftColor");d.add("borderInlineStartStyle");e.add("borderLeftStyle");d.add("borderInlineStartWidth");e.add("borderLeftWidth");a.add("borderInlineEnd");a.add("borderRight");d.add("borderInlineEndColor");e.add("borderRightColor");d.add("borderInlineEndStyle");e.add("borderRightStyle");d.add("borderInlineEndWidth");e.add("borderRightWidth");a.add("borderImage");d.add("borderImageOutset");d.add("borderImageRepeat");d.add("borderImageSlice");d.add("borderImageSource");d.add("borderImageWidth");a.add("borderRadius");d.add("borderStartEndRadius");d.add("borderStartStartRadius");d.add("borderEndEndRadius");d.add("borderEndStartRadius");e.add("borderTopLeftRadius");e.add("borderTopRightRadius");e.add("borderBottomLeftRadius");e.add("borderBottomRightRadius");d.add("boxShadow");d.add("accentColor");d.add("appearance");d.add("aspectRatio");a.add("caret");d.add("caretColor");d.add("caretShape");d.add("cursor");d.add("imeMode");d.add("inputSecurity");a.add("outline");d.add("outlineColor");d.add("outlineOffset");d.add("outlineStyle");d.add("outlineWidth");d.add("pointerEvents");d.add("resize");d.add("textOverflow");d.add("userSelect");a.add("gridGap");a.add("gap");d.add("gridRowGap");d.add("rowGap");d.add("gridColumnGap");d.add("columnGap");a.add("placeContent");d.add("alignContent");d.add("justifyContent");a.add("placeItems");d.add("alignItems");d.add("justifyItems");a.add("placeSelf");d.add("alignSelf");d.add("justifySelf");d.add("boxSizing");d.add("fieldSizing");d.add("blockSize");e.add("height");d.add("inlineSize");e.add("width");d.add("maxBlockSize");e.add("maxHeight");d.add("maxInlineSize");e.add("maxWidth");d.add("minBlockSize");e.add("minHeight");d.add("minInlineSize");e.add("minWidth");t.add("margin");a.add("marginBlock");d.add("marginBlockStart");e.add("marginTop");d.add("marginBlockEnd");e.add("marginBottom");a.add("marginInline");d.add("marginInlineStart");e.add("marginLeft");d.add("marginInlineEnd");e.add("marginRight");d.add("marginTrim");a.add("overscrollBehavior");d.add("overscrollBehaviorBlock");e.add("overscrollBehaviorY");d.add("overscrollBehaviorInline");e.add("overscrollBehaviorX");t.add("padding");a.add("paddingBlock");d.add("paddingBlockStart");e.add("paddingTop");d.add("paddingBlockEnd");e.add("paddingBottom");a.add("paddingInline");d.add("paddingInlineStart");e.add("paddingLeft");d.add("paddingInlineEnd");e.add("paddingRight");d.add("visibility");d.add("color");d.add("colorScheme");d.add("forcedColorAdjust");d.add("opacity");d.add("printColorAdjust");a.add("columns");d.add("columnCount");d.add("columnWidth");d.add("columnFill");d.add("columnSpan");a.add("columnRule");d.add("columnRuleColor");d.add("columnRuleStyle");d.add("columnRuleWidth");d.add("contain");a.add("containIntrinsicSize");d.add("containIntrinsicBlockSize");d.add("containIntrinsicWidth");d.add("containIntrinsicHeight");d.add("containIntrinsicInlineSize");a.add("container");d.add("containerName");d.add("containerType");d.add("contentVisibility");d.add("counterIncrement");d.add("counterReset");d.add("counterSet");d.add("display");a.add("flex");d.add("flexBasis");d.add("flexGrow");d.add("flexShrink");a.add("flexFlow");d.add("flexDirection");d.add("flexWrap");d.add("order");t.add("font");d.add("fontFamily");d.add("fontSize");d.add("fontStretch");d.add("fontStyle");d.add("fontWeight");d.add("lineHeight");a.add("fontVariant");d.add("fontVariantAlternates");d.add("fontVariantCaps");d.add("fontVariantEastAsian");d.add("fontVariantEmoji");d.add("fontVariantLigatures");d.add("fontVariantNumeric");d.add("fontVariantPosition");d.add("fontFeatureSettings");d.add("fontKerning");d.add("fontLanguageOverride");d.add("fontOpticalSizing");d.add("fontPalette");d.add("fontVariationSettings");d.add("fontSizeAdjust");d.add("fontSmooth");d.add("fontSynthesisPosition");d.add("fontSynthesisSmallCaps");d.add("fontSynthesisStyle");d.add("fontSynthesisWeight");a.add("fontSynthesis");d.add("lineHeightStep");d.add("boxDecorationBreak");d.add("breakAfter");d.add("breakBefore");d.add("breakInside");d.add("orphans");d.add("widows");d.add("content");d.add("quotes");t.add("grid");d.add("gridAutoFlow");d.add("gridAutoRows");d.add("gridAutoColumns");t.add("gridTemplate");a.add("gridTemplateAreas");d.add("gridTemplateColumns");d.add("gridTemplateRows");t.add("gridArea");a.add("gridRow");d.add("gridRowStart");d.add("gridRowEnd");a.add("gridColumn");d.add("gridColumnStart");d.add("gridColumnEnd");d.add("alignTracks");d.add("justifyTracks");d.add("masonryAutoFlow");d.add("imageOrientation");d.add("imageRendering");d.add("imageResolution");d.add("objectFit");d.add("objectPosition");d.add("initialLetter");d.add("initialLetterAlign");a.add("listStyle");d.add("listStyleImage");d.add("listStylePosition");d.add("listStyleType");d.add("clip");d.add("clipPath");a.add("mask");d.add("maskClip");d.add("maskComposite");d.add("maskImage");d.add("maskMode");d.add("maskOrigin");d.add("maskPosition");d.add("maskRepeat");d.add("maskSize");d.add("maskType");a.add("maskBorder");d.add("maskBorderMode");d.add("maskBorderOutset");d.add("maskBorderRepeat");d.add("maskBorderSlice");d.add("maskBorderSource");d.add("maskBorderWidth");t.add("all");d.add("textRendering");d.add("zoom");a.add("offset");d.add("offsetAnchor");d.add("offsetDistance");d.add("offsetPath");d.add("offsetPosition");d.add("offsetRotate");d.add("WebkitBoxOrient");d.add("WebkitLineClamp");e.add("lineClamp");e.add("maxLines");d.add("blockOverflow");a.add("overflow");d.add("overflowBlock");e.add("overflowY");d.add("overflowInline");e.add("overflowX");d.add("overflowClipMargin");d.add("scrollGutter");d.add("scrollBehavior");d.add("page");d.add("pageBreakAfter");d.add("pageBreakBefore");d.add("pageBreakInside");t.add("inset");a.add("insetBlock");d.add("insetBlockStart");e.add("top");d.add("insetBlockEnd");e.add("bottom");a.add("insetInline");d.add("insetInlineStart");e.add("left");d.add("insetInlineEnd");e.add("right");d.add("clear");d.add("float");d.add("overlay");d.add("position");d.add("zIndex");d.add("rubyAlign");d.add("rubyMerge");d.add("rubyPosition");d.add("overflowAnchor");t.add("scrollMargin");a.add("scrollMarginBlock");d.add("scrollMarginBlockStart");e.add("scrollMarginTop");d.add("scrollMarginBlockEnd");e.add("scrollMarginBottom");a.add("scrollMarginInline");d.add("scrollMarginInlineStart");e.add("scrollMarginLeft");d.add("scrollMarginInlineEnd");e.add("scrollMarginRight");t.add("scrollPadding");a.add("scrollPaddingBlock");d.add("scrollPaddingBlockStart");e.add("scrollPaddingTop");d.add("scrollPaddingBlockEnd");e.add("scrollPaddingBottom");a.add("scrollPaddingInline");d.add("scrollPaddingInlineStart");e.add("scrollPaddingLeft");d.add("scrollPaddingInlineEnd");e.add("scrollPaddingRight");d.add("scrollSnapAlign");d.add("scrollSnapStop");a.add("scrollSnapType");d.add("scrollbarColor");d.add("scrollbarWidth");d.add("shapeImageThreshold");d.add("shapeMargin");d.add("shapeOutside");d.add("azimuth");d.add("borderCollapse");d.add("borderSpacing");d.add("captionSide");d.add("emptyCells");d.add("tableLayout");d.add("verticalAlign");a.add("textDecoration");d.add("textDecorationColor");d.add("textDecorationLine");d.add("textDecorationSkip");d.add("textDecorationSkipInk");d.add("textDecorationStyle");d.add("textDecorationThickness");a.add("WebkitTextStroke");d.add("WebkitTextStrokeColor");d.add("WebkitTextStrokeWidth");d.add("WebkitTextFillColor");a.add("textEmphasis");d.add("textEmphasisColor");d.add("textEmphasisPosition");d.add("textEmphasisStyle");d.add("textShadow");d.add("textUnderlineOffset");d.add("textUnderlinePosition");d.add("hangingPunctuation");d.add("hyphenateCharacter");d.add("hyphenateLimitChars");d.add("hyphens");d.add("letterSpacing");d.add("lineBreak");d.add("overflowWrap");d.add("paintOrder");d.add("tabSize");d.add("textAlign");d.add("textAlignLast");d.add("textIndent");d.add("textJustify");d.add("textSizeAdjust");d.add("textTransform");a.add("textWrap");d.add("textWrapMode");d.add("textWrapStyle");d.add("whiteSpace");d.add("whiteSpaceCollapse");d.add("whiteSpaceTrim");d.add("wordBreak");d.add("wordSpacing");d.add("wordWrap");d.add("backfaceVisibility");d.add("perspective");d.add("perspectiveOrigin");d.add("rotate");d.add("scale");d.add("transform");d.add("transformBox");d.add("transformOrigin");d.add("transformStyle");d.add("translate");a.add("transition");d.add("transitionBehavior");d.add("transitionDelay");d.add("transitionDuration");d.add("transitionProperty");d.add("transitionTimingFunction");d.add("viewTransitionName");d.add("willChange");d.add("direction");d.add("textCombineUpright");d.add("textOrientation");d.add("unicodeBidi");d.add("writingMode");d.add("backdropFilter");d.add("filter");d.add("mathDepth");d.add("mathShift");d.add("mathStyle");d.add("touchAction");var g=16,r="px",l="em",n="rem",m=new RegExp(String.raw`-?\d+(?:\.\d+|\d*)`),p=new RegExp(`${r}|${l}|${n}`),S=new RegExp(`${m.source}(${p.source})`);function s(o=""){return o.match(S)?.[1]}function h(o=""){const i=s(o);if(!i||i===n)return o;if(i===l)return`${parseFloat(o)}${n}`;if(i===r)return`${parseFloat(o)/g}${n}`}exports.getUnit=s;exports.toRem=h;
2
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":["../../../../../../../node_modules/@pandacss/shared/dist/index.mjs"],"sourcesContent":["// src/arbitrary-value.ts\nvar getArbitraryValue = (_value) => {\n if (!_value || typeof _value !== \"string\") return _value;\n const value = _value.trim();\n if (value[0] === \"[\" && value[value.length - 1] === \"]\") {\n const innerValue = value.slice(1, -1);\n let bracketCount = 0;\n for (let i = 0; i < innerValue.length; i++) {\n if (innerValue[i] === \"[\") {\n bracketCount++;\n } else if (innerValue[i] === \"]\") {\n if (bracketCount === 0) {\n return value;\n }\n bracketCount--;\n }\n }\n if (bracketCount === 0) {\n return innerValue.trim();\n }\n }\n return value;\n};\n\n// src/assert.ts\nvar isString = (v) => typeof v === \"string\";\nvar isBoolean = (v) => typeof v === \"boolean\";\nvar isFunction = (v) => typeof v === \"function\";\nfunction isObject(value) {\n return typeof value === \"object\" && value != null && !Array.isArray(value);\n}\nvar isObjectOrArray = (obj) => typeof obj === \"object\" && obj !== null;\n\n// src/assign.ts\nfunction assign(target, ...sources) {\n for (const source of sources) {\n for (const key in source) {\n if (!target?.hasOwnProperty?.(key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n}\n\n// src/astish.ts\nvar newRule = /(?:([\\u0080-\\uFFFF\\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}\\s*)/g;\nvar ruleClean = /\\/\\*[^]*?\\*\\/| +/g;\nvar ruleNewline = /\\n+/g;\nvar empty = \" \";\nvar astish = (val, tree = [{}]) => {\n if (!val) return tree[0];\n let block, left;\n while (block = newRule.exec(val.replace(ruleClean, \"\"))) {\n if (block[4]) tree.shift();\n else if (block[3]) {\n left = block[3].replace(ruleNewline, empty).trim();\n if (!left.includes(\"&\") && !left.startsWith(\"@\")) left = \"& \" + left;\n tree.unshift(tree[0][left] = tree[0][left] || {});\n } else tree[0][block[1]] = block[2].replace(ruleNewline, empty).trim();\n }\n return tree[0];\n};\n\n// src/cache-map.ts\nvar CacheMap = class {\n cache;\n keysInUse;\n maxCacheSize;\n constructor(maxCacheSize = 1e3) {\n this.maxCacheSize = maxCacheSize;\n this.cache = /* @__PURE__ */ new Map();\n this.keysInUse = [];\n }\n get(key) {\n if (!this.cache.has(key)) {\n return void 0;\n }\n this.updateKeyUsage(key);\n return this.cache.get(key);\n }\n set(key, value) {\n if (!this.cache.has(key) && this.cache.size === this.maxCacheSize) {\n this.evictLeastRecentlyUsed();\n }\n this.cache.set(key, value);\n this.updateKeyUsage(key);\n return this;\n }\n delete(key) {\n const result = this.cache.delete(key);\n if (result) {\n const index = this.keysInUse.indexOf(key);\n if (index !== -1) {\n this.keysInUse.splice(index, 1);\n }\n }\n return result;\n }\n updateKeyUsage(key) {\n const index = this.keysInUse.indexOf(key);\n if (index !== -1) {\n this.keysInUse.splice(index, 1);\n }\n this.keysInUse.push(key);\n }\n evictLeastRecentlyUsed() {\n const keyToEvict = this.keysInUse.shift();\n if (keyToEvict !== void 0) {\n this.cache.delete(keyToEvict);\n }\n }\n clear() {\n this.cache.clear();\n this.keysInUse = [];\n }\n has(key) {\n return this.cache.has(key);\n }\n get size() {\n return this.cache.size;\n }\n forEach(callback2, thisArg) {\n this.cache.forEach(callback2, thisArg);\n }\n keys() {\n return this.cache.keys();\n }\n values() {\n return this.cache.values();\n }\n entries() {\n return this.cache.entries();\n }\n [Symbol.iterator]() {\n return this.cache[Symbol.iterator]();\n }\n [Symbol.toStringTag] = \"CacheMap\";\n toJSON = () => {\n return this.cache;\n };\n};\n\n// src/calc.ts\nfunction isCssVar(value) {\n return isObject(value) && \"ref\" in value;\n}\nfunction getRef(operand) {\n return isCssVar(operand) ? operand.ref : operand.toString();\n}\nvar calcRegex = /calc/g;\nvar toExpression = (operator, ...operands) => operands.map(getRef).join(` ${operator} `).replace(calcRegex, \"\");\nvar multiply = (...operands) => `calc(${toExpression(\"*\", ...operands)})`;\nvar calc = {\n negate(x) {\n const value = getRef(x);\n if (value != null && !Number.isNaN(parseFloat(value))) {\n return String(value).startsWith(\"-\") ? String(value).slice(1) : `-${value}`;\n }\n return multiply(value, -1);\n }\n};\n\n// src/memo.ts\nvar memo = (fn) => {\n const cache = /* @__PURE__ */ new Map();\n const get = (...args) => {\n const key = JSON.stringify(args);\n if (cache.has(key)) {\n return cache.get(key);\n }\n const result = fn(...args);\n cache.set(key, result);\n return result;\n };\n return get;\n};\n\n// src/camelcase-property.ts\nvar regex = /-(\\w|$)/g;\nvar callback = (_dashChar, char) => char.toUpperCase();\nvar camelCaseProperty = memo((property) => {\n if (property.startsWith(\"--\")) return property;\n let str = property.toLowerCase();\n str = str.startsWith(\"-ms-\") ? str.substring(1) : str;\n return str.replace(regex, callback);\n});\n\n// src/capitalize.ts\nvar capitalize = (s) => s.charAt(0).toUpperCase() + s.slice(1);\nvar camelCaseRegex = /([a-z])([A-Z])/g;\nvar dashCase = (s) => s.replace(camelCaseRegex, \"$1-$2\").toLowerCase();\nvar uncapitalize = (s) => s.charAt(0).toLowerCase() + s.slice(1);\n\n// src/compact.ts\nfunction compact(value) {\n return Object.fromEntries(Object.entries(value ?? {}).filter(([_, value2]) => value2 !== void 0));\n}\n\n// src/condition.ts\nvar isBaseCondition = (v) => v === \"base\";\nfunction filterBaseConditions(c) {\n return c.slice().filter((v) => !isBaseCondition(v));\n}\n\n// src/hash.ts\nfunction toChar(code) {\n return String.fromCharCode(code + (code > 25 ? 39 : 97));\n}\nfunction toName(code) {\n let name = \"\";\n let x;\n for (x = Math.abs(code); x > 52; x = x / 52 | 0) name = toChar(x % 52) + name;\n return toChar(x % 52) + name;\n}\nfunction toPhash(h, x) {\n let i = x.length;\n while (i) h = h * 33 ^ x.charCodeAt(--i);\n return h;\n}\nfunction toHash(value) {\n return toName(toPhash(5381, value) >>> 0);\n}\n\n// src/important.ts\nvar importantRegex = /\\s*!(important)?/i;\nfunction isImportant(value) {\n return typeof value === \"string\" ? importantRegex.test(value) : false;\n}\nfunction withoutImportant(value) {\n return typeof value === \"string\" ? value.replace(importantRegex, \"\").trim() : value;\n}\nfunction withoutSpace(str) {\n return typeof str === \"string\" ? str.replaceAll(\" \", \"_\") : str;\n}\nfunction markImportant(obj) {\n if (typeof obj !== \"object\" || obj === null) {\n return obj;\n }\n const result = Array.isArray(obj) ? [] : {};\n const stack = [{ obj, result }];\n while (stack.length > 0) {\n const { obj: obj2, result: result2 } = stack.pop();\n for (const [key, value] of Object.entries(obj2)) {\n if (typeof value === \"string\" || typeof value === \"number\") {\n result2[key] = `${value} !important`;\n } else if (typeof value === \"object\" && value !== null) {\n const next = Array.isArray(value) ? [] : {};\n result2[key] = next;\n stack.push({ obj: value, result: next });\n } else {\n result2[key] = value;\n }\n }\n }\n return result;\n}\n\n// src/merge-props.ts\nvar MERGE_OMIT = /* @__PURE__ */ new Set([\"__proto__\", \"constructor\", \"prototype\"]);\nfunction mergeProps(...sources) {\n return sources.reduce((prev, obj) => {\n if (!obj) return prev;\n Object.keys(obj).forEach((key) => {\n if (MERGE_OMIT.has(key)) return;\n const prevValue = prev[key];\n const value = obj[key];\n if (isObject(prevValue) && isObject(value)) {\n prev[key] = mergeProps(prevValue, value);\n } else {\n prev[key] = value;\n }\n });\n return prev;\n }, {});\n}\n\n// src/walk-object.ts\nvar isNotNullish = (element) => element != null;\nfunction walkObject(target, predicate, options = {}) {\n const { stop, getKey } = options;\n function inner(value, path = []) {\n if (isObjectOrArray(value)) {\n const result = {};\n for (const [prop, child] of Object.entries(value)) {\n const key = getKey?.(prop, child) ?? prop;\n const childPath = [...path, key];\n if (stop?.(value, childPath)) {\n return predicate(value, path);\n }\n const next = inner(child, childPath);\n if (isNotNullish(next)) {\n result[key] = next;\n }\n }\n return result;\n }\n return predicate(value, path);\n }\n return inner(target);\n}\nfunction mapObject(obj, fn) {\n if (Array.isArray(obj)) return obj.map((value) => fn(value));\n if (!isObject(obj)) return fn(obj);\n return walkObject(obj, (value) => fn(value));\n}\n\n// src/normalize-style-object.ts\nfunction toResponsiveObject(values, breakpoints) {\n return values.reduce(\n (acc, current, index) => {\n const key = breakpoints[index];\n if (current != null) {\n acc[key] = current;\n }\n return acc;\n },\n {}\n );\n}\nfunction normalizeStyleObject(styles, context, shorthand = true) {\n const { utility, conditions } = context;\n const { hasShorthand, resolveShorthand } = utility;\n return walkObject(\n styles,\n (value) => {\n return Array.isArray(value) ? toResponsiveObject(value, conditions.breakpoints.keys) : value;\n },\n {\n stop: (value) => Array.isArray(value),\n getKey: shorthand ? (prop) => hasShorthand ? resolveShorthand(prop) : prop : void 0\n }\n );\n}\n\n// src/classname.ts\nvar fallbackCondition = {\n shift: (v) => v,\n finalize: (v) => v,\n breakpoints: { keys: [] }\n};\nvar sanitize = (value) => typeof value === \"string\" ? value.replaceAll(/[\\n\\s]+/g, \" \") : value;\nfunction createCss(context) {\n const { utility, hash, conditions: conds = fallbackCondition } = context;\n const formatClassName = (str) => [utility.prefix, str].filter(Boolean).join(\"-\");\n const hashFn = (conditions, className) => {\n let result;\n if (hash) {\n const baseArray = [...conds.finalize(conditions), className];\n result = formatClassName(utility.toHash(baseArray, toHash));\n } else {\n const baseArray = [...conds.finalize(conditions), formatClassName(className)];\n result = baseArray.join(\":\");\n }\n return result;\n };\n return memo(({ base, ...styles } = {}) => {\n const styleObject = Object.assign(styles, base);\n const normalizedObject = normalizeStyleObject(styleObject, context);\n const classNames = /* @__PURE__ */ new Set();\n walkObject(normalizedObject, (value, paths) => {\n if (value == null) return;\n const important = isImportant(value);\n const [prop, ...allConditions] = conds.shift(paths);\n const conditions = filterBaseConditions(allConditions);\n const transformed = utility.transform(prop, withoutImportant(sanitize(value)));\n let className = hashFn(conditions, transformed.className);\n if (important) className = `${className}!`;\n classNames.add(className);\n });\n return Array.from(classNames).join(\" \");\n });\n}\nfunction compactStyles(...styles) {\n return styles.flat().filter((style) => isObject(style) && Object.keys(compact(style)).length > 0);\n}\nfunction createMergeCss(context) {\n function resolve(styles) {\n const allStyles = compactStyles(...styles);\n if (allStyles.length === 1) return allStyles;\n return allStyles.map((style) => normalizeStyleObject(style, context));\n }\n function mergeCss(...styles) {\n return mergeProps(...resolve(styles));\n }\n function assignCss(...styles) {\n return Object.assign({}, ...resolve(styles));\n }\n return { mergeCss: memo(mergeCss), assignCss };\n}\n\n// src/css-var.ts\nvar escRegex = /[^a-zA-Z0-9_\\u0081-\\uffff-]/g;\nfunction esc(string) {\n return `${string}`.replace(escRegex, (s) => `\\\\${s}`);\n}\nvar dashCaseRegex = /[A-Z]/g;\nfunction dashCase2(string) {\n return string.replace(dashCaseRegex, (match) => `-${match.toLowerCase()}`);\n}\nfunction cssVar(name, options = {}) {\n const { fallback = \"\", prefix = \"\", hash } = options;\n const variable = hash ? [\"-\", prefix, toHash(name)].filter(Boolean).join(\"-\") : dashCase2([\"-\", prefix, esc(name)].filter(Boolean).join(\"-\"));\n const result = {\n var: variable,\n ref: `var(${variable}${fallback ? `, ${fallback}` : \"\"})`\n };\n return result;\n}\n\n// src/deep-set.ts\nvar deepSet = (target, path, value) => {\n const isValueObject = isObject(value);\n if (!path.length && isValueObject) {\n return mergeProps(target, value);\n }\n let current = target;\n for (let i = 0; i < path.length; i++) {\n const key = path[i];\n current[key] ||= {};\n if (i === path.length - 1) {\n if (isValueObject && isObject(current[key])) {\n current[key] = mergeProps(current[key], value);\n } else {\n current[key] = value;\n }\n } else {\n current = current[key];\n }\n }\n return target;\n};\n\n// src/entries.ts\nfunction fromEntries(entries2) {\n const result = {};\n entries2.forEach((kv) => {\n result[kv[0]] = kv[1];\n });\n return result;\n}\nfunction entries(obj) {\n const result = [];\n for (const key in obj) {\n result.push([key, obj[key]]);\n }\n return result;\n}\nfunction mapEntries(obj, f) {\n const result = {};\n for (const key in obj) {\n const kv = f(key, obj[key]);\n result[kv[0]] = kv[1];\n }\n return result;\n}\n\n// src/error.ts\nvar PandaError = class extends Error {\n code;\n hint;\n constructor(code, message, opts) {\n super(message);\n this.code = `ERR_PANDA_${code}`;\n this.hint = opts?.hint;\n }\n};\n\n// src/esc.ts\nvar rcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|^-|[^\\x80-\\uFFFF\\w-]/g;\nvar fcssescape = function(ch, asCodePoint) {\n if (!asCodePoint) return \"\\\\\" + ch;\n if (ch === \"\\0\") return \"\\uFFFD\";\n if (ch === \"-\" && ch.length === 1) return \"\\\\-\";\n return ch.slice(0, -1) + \"\\\\\" + ch.charCodeAt(ch.length - 1).toString(16);\n};\nvar esc2 = (sel) => {\n return (sel + \"\").replace(rcssescape, fcssescape);\n};\n\n// src/flatten.ts\nfunction filterDefault(path) {\n if (path[0] === \"DEFAULT\") return path;\n return path.filter((item) => item !== \"DEFAULT\");\n}\nfunction flatten(values, stop) {\n const result = {};\n walkObject(\n values,\n (token, paths) => {\n paths = filterDefault(paths);\n if (token) {\n result[paths.join(\".\")] = token.value;\n }\n },\n {\n stop: stop ?? ((v) => {\n return isObject(v) && \"value\" in v;\n })\n }\n );\n return result;\n}\n\n// src/get-or-create-set.ts\nfunction getOrCreateSet(map, key) {\n let set = map.get(key);\n if (!set) {\n map.set(key, /* @__PURE__ */ new Set());\n set = map.get(key);\n }\n return set;\n}\n\n// src/hypenate-property.ts\nvar wordRegex = /([A-Z])/g;\nvar msRegex = /^ms-/;\nvar hypenateProperty = memo((property) => {\n if (property.startsWith(\"--\")) return property;\n return property.replace(wordRegex, \"-$1\").replace(msRegex, \"-ms-\").toLowerCase();\n});\n\n// src/is-css-function.ts\nvar fns = [\"min\", \"max\", \"clamp\", \"calc\"];\nvar fnRegExp = new RegExp(`^(${fns.join(\"|\")})\\\\(.*\\\\)`);\nvar isCssFunction = (v) => typeof v === \"string\" && fnRegExp.test(v);\n\n// src/is-css-unit.ts\nvar lengthUnits = \"cm,mm,Q,in,pc,pt,px,em,ex,ch,rem,lh,rlh,vw,vh,vmin,vmax,vb,vi,svw,svh,lvw,lvh,dvw,dvh,cqw,cqh,cqi,cqb,cqmin,cqmax,%\";\nvar lengthUnitsPattern = `(?:${lengthUnits.split(\",\").join(\"|\")})`;\nvar lengthRegExp = new RegExp(`^[+-]?[0-9]*.?[0-9]+(?:[eE][+-]?[0-9]+)?${lengthUnitsPattern}$`);\nvar isCssUnit = (v) => typeof v === \"string\" && lengthRegExp.test(v);\n\n// src/is-css-var.ts\nvar isCssVar2 = (v) => typeof v === \"string\" && /^var\\(--.+\\)$/.test(v);\n\n// src/merge-with.ts\nfunction mergeWith(target, ...sources) {\n const customizer = sources.pop();\n for (const source of sources) {\n for (const key in source) {\n const merged = customizer(target[key], source[key]);\n if (merged === void 0) {\n if (isObject(target[key]) && isObject(source[key])) {\n target[key] = mergeWith({}, target[key], source[key], customizer);\n } else {\n target[key] = source[key];\n }\n } else {\n target[key] = merged;\n }\n }\n }\n return target;\n}\n\n// src/traverse.ts\nvar defaultOptions = {\n separator: \".\",\n maxDepth: Infinity\n};\nfunction traverse(obj, callback2, options = defaultOptions) {\n const maxDepth = options.maxDepth ?? defaultOptions.maxDepth;\n const separator = options.separator ?? defaultOptions.separator;\n const stack = [{ value: obj, path: \"\", paths: [], depth: -1, parent: null, key: \"\" }];\n while (stack.length > 0) {\n const currentItem = stack.pop();\n if (currentItem.parent !== null) {\n callback2(currentItem);\n }\n if (options.stop?.(currentItem)) {\n continue;\n }\n if (isObjectOrArray(currentItem.value) && currentItem.depth < maxDepth) {\n const keys = Object.keys(currentItem.value);\n for (let i = keys.length - 1; i >= 0; i--) {\n const key = keys[i];\n const value = currentItem.value[key];\n const path = currentItem.path ? currentItem.path + separator + key : key;\n const paths = currentItem.paths.concat(key);\n stack.push({\n value,\n path,\n paths,\n depth: currentItem.depth + 1,\n parent: currentItem.value,\n key\n });\n }\n }\n }\n}\n\n// src/omit.ts\nvar omit = (obj, paths) => {\n const result = { ...obj };\n traverse(result, ({ path, parent, key }) => {\n if (paths.includes(path)) {\n delete parent[key];\n }\n });\n return result;\n};\n\n// src/panda-config-name.ts\nvar PANDA_CONFIG_NAME = \"__panda.config__\";\n\n// src/split.ts\nfunction splitBy(value, separator = \",\") {\n const result = [];\n let current = \"\";\n let depth = 0;\n for (let i = 0; i < value.length; i++) {\n const char = value[i];\n if (char === \"(\") {\n depth++;\n } else if (char === \")\") {\n depth--;\n } else if (char === separator && depth === 0) {\n result.push(current);\n current = \"\";\n continue;\n }\n current += char;\n }\n result.push(current);\n return result;\n}\nfunction splitDotPath(path) {\n return path.split(\".\").reduce((acc, curr) => {\n const last = acc[acc.length - 1];\n if (last != null && !isNaN(Number(last)) && !isNaN(Number(curr))) {\n acc[acc.length - 1] = `${last}.${curr}`;\n } else {\n acc.push(curr);\n }\n return acc;\n }, []);\n}\nfunction getNegativePath(path) {\n return path.slice(0, -1).concat(`-${path.at(-1)}`);\n}\nfunction getDotPath(obj, path, fallback) {\n if (typeof path !== \"string\") return fallback;\n const idx = path.indexOf(\".\");\n if (idx === -1) {\n return obj?.[path] ?? fallback;\n }\n const key = path.slice(0, idx);\n const nextPath = path.slice(idx + 1);\n const checkValue = obj?.[key]?.[nextPath];\n if (checkValue) {\n return checkValue;\n }\n return getDotPath(obj?.[key], nextPath, fallback) ?? fallback;\n}\n\n// src/pick.ts\nvar pick = (obj, paths) => {\n const result = {};\n traverse(obj, ({ path, value }) => {\n if (paths.includes(path)) {\n const pathParts = splitDotPath(path);\n deepSet(result, pathParts, value);\n }\n });\n return result;\n};\n\n// src/pattern-fns.ts\nvar patternFns = {\n map: mapObject,\n isCssFunction,\n isCssVar: isCssVar2,\n isCssUnit\n};\nvar getPatternStyles = (pattern, styles) => {\n if (!pattern?.defaultValues) return styles;\n const defaults = typeof pattern.defaultValues === \"function\" ? pattern.defaultValues(styles) : pattern.defaultValues;\n return Object.assign({}, defaults, compact(styles));\n};\n\n// src/property-priority.ts\nvar longHandPhysical = /* @__PURE__ */ new Set();\nvar longHandLogical = /* @__PURE__ */ new Set();\nvar shorthandsOfLonghands = /* @__PURE__ */ new Set();\nvar shorthandsOfShorthands = /* @__PURE__ */ new Set();\nlongHandLogical.add(\"backgroundBlendMode\");\nlongHandLogical.add(\"isolation\");\nlongHandLogical.add(\"mixBlendMode\");\nshorthandsOfShorthands.add(\"animation\");\nlongHandLogical.add(\"animationComposition\");\nlongHandLogical.add(\"animationDelay\");\nlongHandLogical.add(\"animationDirection\");\nlongHandLogical.add(\"animationDuration\");\nlongHandLogical.add(\"animationFillMode\");\nlongHandLogical.add(\"animationIterationCount\");\nlongHandLogical.add(\"animationName\");\nlongHandLogical.add(\"animationPlayState\");\nshorthandsOfLonghands.add(\"animationRange\");\nlongHandLogical.add(\"animationRangeEnd\");\nlongHandLogical.add(\"animationRangeStart\");\nlongHandLogical.add(\"animationTimingFunction\");\nlongHandLogical.add(\"animationTimeline\");\nshorthandsOfLonghands.add(\"scrollTimeline\");\nlongHandLogical.add(\"scrollTimelineAxis\");\nlongHandLogical.add(\"scrollTimelineName\");\nlongHandLogical.add(\"timelineScope\");\nshorthandsOfLonghands.add(\"viewTimeline\");\nlongHandLogical.add(\"viewTimelineAxis\");\nlongHandLogical.add(\"viewTimelineInset\");\nlongHandLogical.add(\"viewTimelineName\");\nshorthandsOfShorthands.add(\"background\");\nlongHandLogical.add(\"backgroundAttachment\");\nlongHandLogical.add(\"backgroundClip\");\nlongHandLogical.add(\"backgroundColor\");\nlongHandLogical.add(\"backgroundImage\");\nlongHandLogical.add(\"backgroundOrigin\");\nlongHandLogical.add(\"backgroundRepeat\");\nlongHandLogical.add(\"backgroundSize\");\nshorthandsOfLonghands.add(\"backgroundPosition\");\nlongHandLogical.add(\"backgroundPositionX\");\nlongHandLogical.add(\"backgroundPositionY\");\nshorthandsOfShorthands.add(\"border\");\nshorthandsOfLonghands.add(\"borderColor\");\nshorthandsOfLonghands.add(\"borderStyle\");\nshorthandsOfLonghands.add(\"borderWidth\");\nshorthandsOfShorthands.add(\"borderBlock\");\nlongHandLogical.add(\"borderBlockColor\");\nlongHandLogical.add(\"borderBlockStyle\");\nlongHandLogical.add(\"borderBlockWidth\");\nshorthandsOfLonghands.add(\"borderBlockStart\");\nshorthandsOfLonghands.add(\"borderTop\");\nlongHandLogical.add(\"borderBlockStartColor\");\nlongHandPhysical.add(\"borderTopColor\");\nlongHandLogical.add(\"borderBlockStartStyle\");\nlongHandPhysical.add(\"borderTopStyle\");\nlongHandLogical.add(\"borderBlockStartWidth\");\nlongHandPhysical.add(\"borderTopWidth\");\nshorthandsOfLonghands.add(\"borderBlockEnd\");\nshorthandsOfLonghands.add(\"borderBottom\");\nlongHandLogical.add(\"borderBlockEndColor\");\nlongHandPhysical.add(\"borderBottomColor\");\nlongHandLogical.add(\"borderBlockEndStyle\");\nlongHandPhysical.add(\"borderBottomStyle\");\nlongHandLogical.add(\"borderBlockEndWidth\");\nlongHandPhysical.add(\"borderBottomWidth\");\nshorthandsOfShorthands.add(\"borderInline\");\nshorthandsOfLonghands.add(\"borderInlineColor\");\nshorthandsOfLonghands.add(\"borderInlineStyle\");\nshorthandsOfLonghands.add(\"borderInlineWidth\");\nshorthandsOfLonghands.add(\"borderInlineStart\");\nshorthandsOfLonghands.add(\"borderLeft\");\nlongHandLogical.add(\"borderInlineStartColor\");\nlongHandPhysical.add(\"borderLeftColor\");\nlongHandLogical.add(\"borderInlineStartStyle\");\nlongHandPhysical.add(\"borderLeftStyle\");\nlongHandLogical.add(\"borderInlineStartWidth\");\nlongHandPhysical.add(\"borderLeftWidth\");\nshorthandsOfLonghands.add(\"borderInlineEnd\");\nshorthandsOfLonghands.add(\"borderRight\");\nlongHandLogical.add(\"borderInlineEndColor\");\nlongHandPhysical.add(\"borderRightColor\");\nlongHandLogical.add(\"borderInlineEndStyle\");\nlongHandPhysical.add(\"borderRightStyle\");\nlongHandLogical.add(\"borderInlineEndWidth\");\nlongHandPhysical.add(\"borderRightWidth\");\nshorthandsOfLonghands.add(\"borderImage\");\nlongHandLogical.add(\"borderImageOutset\");\nlongHandLogical.add(\"borderImageRepeat\");\nlongHandLogical.add(\"borderImageSlice\");\nlongHandLogical.add(\"borderImageSource\");\nlongHandLogical.add(\"borderImageWidth\");\nshorthandsOfLonghands.add(\"borderRadius\");\nlongHandLogical.add(\"borderStartEndRadius\");\nlongHandLogical.add(\"borderStartStartRadius\");\nlongHandLogical.add(\"borderEndEndRadius\");\nlongHandLogical.add(\"borderEndStartRadius\");\nlongHandPhysical.add(\"borderTopLeftRadius\");\nlongHandPhysical.add(\"borderTopRightRadius\");\nlongHandPhysical.add(\"borderBottomLeftRadius\");\nlongHandPhysical.add(\"borderBottomRightRadius\");\nlongHandLogical.add(\"boxShadow\");\nlongHandLogical.add(\"accentColor\");\nlongHandLogical.add(\"appearance\");\nlongHandLogical.add(\"aspectRatio\");\nshorthandsOfLonghands.add(\"caret\");\nlongHandLogical.add(\"caretColor\");\nlongHandLogical.add(\"caretShape\");\nlongHandLogical.add(\"cursor\");\nlongHandLogical.add(\"imeMode\");\nlongHandLogical.add(\"inputSecurity\");\nshorthandsOfLonghands.add(\"outline\");\nlongHandLogical.add(\"outlineColor\");\nlongHandLogical.add(\"outlineOffset\");\nlongHandLogical.add(\"outlineStyle\");\nlongHandLogical.add(\"outlineWidth\");\nlongHandLogical.add(\"pointerEvents\");\nlongHandLogical.add(\"resize\");\nlongHandLogical.add(\"textOverflow\");\nlongHandLogical.add(\"userSelect\");\nshorthandsOfLonghands.add(\"gridGap\");\nshorthandsOfLonghands.add(\"gap\");\nlongHandLogical.add(\"gridRowGap\");\nlongHandLogical.add(\"rowGap\");\nlongHandLogical.add(\"gridColumnGap\");\nlongHandLogical.add(\"columnGap\");\nshorthandsOfLonghands.add(\"placeContent\");\nlongHandLogical.add(\"alignContent\");\nlongHandLogical.add(\"justifyContent\");\nshorthandsOfLonghands.add(\"placeItems\");\nlongHandLogical.add(\"alignItems\");\nlongHandLogical.add(\"justifyItems\");\nshorthandsOfLonghands.add(\"placeSelf\");\nlongHandLogical.add(\"alignSelf\");\nlongHandLogical.add(\"justifySelf\");\nlongHandLogical.add(\"boxSizing\");\nlongHandLogical.add(\"fieldSizing\");\nlongHandLogical.add(\"blockSize\");\nlongHandPhysical.add(\"height\");\nlongHandLogical.add(\"inlineSize\");\nlongHandPhysical.add(\"width\");\nlongHandLogical.add(\"maxBlockSize\");\nlongHandPhysical.add(\"maxHeight\");\nlongHandLogical.add(\"maxInlineSize\");\nlongHandPhysical.add(\"maxWidth\");\nlongHandLogical.add(\"minBlockSize\");\nlongHandPhysical.add(\"minHeight\");\nlongHandLogical.add(\"minInlineSize\");\nlongHandPhysical.add(\"minWidth\");\nshorthandsOfShorthands.add(\"margin\");\nshorthandsOfLonghands.add(\"marginBlock\");\nlongHandLogical.add(\"marginBlockStart\");\nlongHandPhysical.add(\"marginTop\");\nlongHandLogical.add(\"marginBlockEnd\");\nlongHandPhysical.add(\"marginBottom\");\nshorthandsOfLonghands.add(\"marginInline\");\nlongHandLogical.add(\"marginInlineStart\");\nlongHandPhysical.add(\"marginLeft\");\nlongHandLogical.add(\"marginInlineEnd\");\nlongHandPhysical.add(\"marginRight\");\nlongHandLogical.add(\"marginTrim\");\nshorthandsOfLonghands.add(\"overscrollBehavior\");\nlongHandLogical.add(\"overscrollBehaviorBlock\");\nlongHandPhysical.add(\"overscrollBehaviorY\");\nlongHandLogical.add(\"overscrollBehaviorInline\");\nlongHandPhysical.add(\"overscrollBehaviorX\");\nshorthandsOfShorthands.add(\"padding\");\nshorthandsOfLonghands.add(\"paddingBlock\");\nlongHandLogical.add(\"paddingBlockStart\");\nlongHandPhysical.add(\"paddingTop\");\nlongHandLogical.add(\"paddingBlockEnd\");\nlongHandPhysical.add(\"paddingBottom\");\nshorthandsOfLonghands.add(\"paddingInline\");\nlongHandLogical.add(\"paddingInlineStart\");\nlongHandPhysical.add(\"paddingLeft\");\nlongHandLogical.add(\"paddingInlineEnd\");\nlongHandPhysical.add(\"paddingRight\");\nlongHandLogical.add(\"visibility\");\nlongHandLogical.add(\"color\");\nlongHandLogical.add(\"colorScheme\");\nlongHandLogical.add(\"forcedColorAdjust\");\nlongHandLogical.add(\"opacity\");\nlongHandLogical.add(\"printColorAdjust\");\nshorthandsOfLonghands.add(\"columns\");\nlongHandLogical.add(\"columnCount\");\nlongHandLogical.add(\"columnWidth\");\nlongHandLogical.add(\"columnFill\");\nlongHandLogical.add(\"columnSpan\");\nshorthandsOfLonghands.add(\"columnRule\");\nlongHandLogical.add(\"columnRuleColor\");\nlongHandLogical.add(\"columnRuleStyle\");\nlongHandLogical.add(\"columnRuleWidth\");\nlongHandLogical.add(\"contain\");\nshorthandsOfLonghands.add(\"containIntrinsicSize\");\nlongHandLogical.add(\"containIntrinsicBlockSize\");\nlongHandLogical.add(\"containIntrinsicWidth\");\nlongHandLogical.add(\"containIntrinsicHeight\");\nlongHandLogical.add(\"containIntrinsicInlineSize\");\nshorthandsOfLonghands.add(\"container\");\nlongHandLogical.add(\"containerName\");\nlongHandLogical.add(\"containerType\");\nlongHandLogical.add(\"contentVisibility\");\nlongHandLogical.add(\"counterIncrement\");\nlongHandLogical.add(\"counterReset\");\nlongHandLogical.add(\"counterSet\");\nlongHandLogical.add(\"display\");\nshorthandsOfLonghands.add(\"flex\");\nlongHandLogical.add(\"flexBasis\");\nlongHandLogical.add(\"flexGrow\");\nlongHandLogical.add(\"flexShrink\");\nshorthandsOfLonghands.add(\"flexFlow\");\nlongHandLogical.add(\"flexDirection\");\nlongHandLogical.add(\"flexWrap\");\nlongHandLogical.add(\"order\");\nshorthandsOfShorthands.add(\"font\");\nlongHandLogical.add(\"fontFamily\");\nlongHandLogical.add(\"fontSize\");\nlongHandLogical.add(\"fontStretch\");\nlongHandLogical.add(\"fontStyle\");\nlongHandLogical.add(\"fontWeight\");\nlongHandLogical.add(\"lineHeight\");\nshorthandsOfLonghands.add(\"fontVariant\");\nlongHandLogical.add(\"fontVariantAlternates\");\nlongHandLogical.add(\"fontVariantCaps\");\nlongHandLogical.add(\"fontVariantEastAsian\");\nlongHandLogical.add(\"fontVariantEmoji\");\nlongHandLogical.add(\"fontVariantLigatures\");\nlongHandLogical.add(\"fontVariantNumeric\");\nlongHandLogical.add(\"fontVariantPosition\");\nlongHandLogical.add(\"fontFeatureSettings\");\nlongHandLogical.add(\"fontKerning\");\nlongHandLogical.add(\"fontLanguageOverride\");\nlongHandLogical.add(\"fontOpticalSizing\");\nlongHandLogical.add(\"fontPalette\");\nlongHandLogical.add(\"fontVariationSettings\");\nlongHandLogical.add(\"fontSizeAdjust\");\nlongHandLogical.add(\"fontSmooth\");\nlongHandLogical.add(\"fontSynthesisPosition\");\nlongHandLogical.add(\"fontSynthesisSmallCaps\");\nlongHandLogical.add(\"fontSynthesisStyle\");\nlongHandLogical.add(\"fontSynthesisWeight\");\nshorthandsOfLonghands.add(\"fontSynthesis\");\nlongHandLogical.add(\"lineHeightStep\");\nlongHandLogical.add(\"boxDecorationBreak\");\nlongHandLogical.add(\"breakAfter\");\nlongHandLogical.add(\"breakBefore\");\nlongHandLogical.add(\"breakInside\");\nlongHandLogical.add(\"orphans\");\nlongHandLogical.add(\"widows\");\nlongHandLogical.add(\"content\");\nlongHandLogical.add(\"quotes\");\nshorthandsOfShorthands.add(\"grid\");\nlongHandLogical.add(\"gridAutoFlow\");\nlongHandLogical.add(\"gridAutoRows\");\nlongHandLogical.add(\"gridAutoColumns\");\nshorthandsOfShorthands.add(\"gridTemplate\");\nshorthandsOfLonghands.add(\"gridTemplateAreas\");\nlongHandLogical.add(\"gridTemplateColumns\");\nlongHandLogical.add(\"gridTemplateRows\");\nshorthandsOfShorthands.add(\"gridArea\");\nshorthandsOfLonghands.add(\"gridRow\");\nlongHandLogical.add(\"gridRowStart\");\nlongHandLogical.add(\"gridRowEnd\");\nshorthandsOfLonghands.add(\"gridColumn\");\nlongHandLogical.add(\"gridColumnStart\");\nlongHandLogical.add(\"gridColumnEnd\");\nlongHandLogical.add(\"alignTracks\");\nlongHandLogical.add(\"justifyTracks\");\nlongHandLogical.add(\"masonryAutoFlow\");\nlongHandLogical.add(\"imageOrientation\");\nlongHandLogical.add(\"imageRendering\");\nlongHandLogical.add(\"imageResolution\");\nlongHandLogical.add(\"objectFit\");\nlongHandLogical.add(\"objectPosition\");\nlongHandLogical.add(\"initialLetter\");\nlongHandLogical.add(\"initialLetterAlign\");\nshorthandsOfLonghands.add(\"listStyle\");\nlongHandLogical.add(\"listStyleImage\");\nlongHandLogical.add(\"listStylePosition\");\nlongHandLogical.add(\"listStyleType\");\nlongHandLogical.add(\"clip\");\nlongHandLogical.add(\"clipPath\");\nshorthandsOfLonghands.add(\"mask\");\nlongHandLogical.add(\"maskClip\");\nlongHandLogical.add(\"maskComposite\");\nlongHandLogical.add(\"maskImage\");\nlongHandLogical.add(\"maskMode\");\nlongHandLogical.add(\"maskOrigin\");\nlongHandLogical.add(\"maskPosition\");\nlongHandLogical.add(\"maskRepeat\");\nlongHandLogical.add(\"maskSize\");\nlongHandLogical.add(\"maskType\");\nshorthandsOfLonghands.add(\"maskBorder\");\nlongHandLogical.add(\"maskBorderMode\");\nlongHandLogical.add(\"maskBorderOutset\");\nlongHandLogical.add(\"maskBorderRepeat\");\nlongHandLogical.add(\"maskBorderSlice\");\nlongHandLogical.add(\"maskBorderSource\");\nlongHandLogical.add(\"maskBorderWidth\");\nshorthandsOfShorthands.add(\"all\");\nlongHandLogical.add(\"textRendering\");\nlongHandLogical.add(\"zoom\");\nshorthandsOfLonghands.add(\"offset\");\nlongHandLogical.add(\"offsetAnchor\");\nlongHandLogical.add(\"offsetDistance\");\nlongHandLogical.add(\"offsetPath\");\nlongHandLogical.add(\"offsetPosition\");\nlongHandLogical.add(\"offsetRotate\");\nlongHandLogical.add(\"WebkitBoxOrient\");\nlongHandLogical.add(\"WebkitLineClamp\");\nlongHandPhysical.add(\"lineClamp\");\nlongHandPhysical.add(\"maxLines\");\nlongHandLogical.add(\"blockOverflow\");\nshorthandsOfLonghands.add(\"overflow\");\nlongHandLogical.add(\"overflowBlock\");\nlongHandPhysical.add(\"overflowY\");\nlongHandLogical.add(\"overflowInline\");\nlongHandPhysical.add(\"overflowX\");\nlongHandLogical.add(\"overflowClipMargin\");\nlongHandLogical.add(\"scrollGutter\");\nlongHandLogical.add(\"scrollBehavior\");\nlongHandLogical.add(\"page\");\nlongHandLogical.add(\"pageBreakAfter\");\nlongHandLogical.add(\"pageBreakBefore\");\nlongHandLogical.add(\"pageBreakInside\");\nshorthandsOfShorthands.add(\"inset\");\nshorthandsOfLonghands.add(\"insetBlock\");\nlongHandLogical.add(\"insetBlockStart\");\nlongHandPhysical.add(\"top\");\nlongHandLogical.add(\"insetBlockEnd\");\nlongHandPhysical.add(\"bottom\");\nshorthandsOfLonghands.add(\"insetInline\");\nlongHandLogical.add(\"insetInlineStart\");\nlongHandPhysical.add(\"left\");\nlongHandLogical.add(\"insetInlineEnd\");\nlongHandPhysical.add(\"right\");\nlongHandLogical.add(\"clear\");\nlongHandLogical.add(\"float\");\nlongHandLogical.add(\"overlay\");\nlongHandLogical.add(\"position\");\nlongHandLogical.add(\"zIndex\");\nlongHandLogical.add(\"rubyAlign\");\nlongHandLogical.add(\"rubyMerge\");\nlongHandLogical.add(\"rubyPosition\");\nlongHandLogical.add(\"overflowAnchor\");\nshorthandsOfShorthands.add(\"scrollMargin\");\nshorthandsOfLonghands.add(\"scrollMarginBlock\");\nlongHandLogical.add(\"scrollMarginBlockStart\");\nlongHandPhysical.add(\"scrollMarginTop\");\nlongHandLogical.add(\"scrollMarginBlockEnd\");\nlongHandPhysical.add(\"scrollMarginBottom\");\nshorthandsOfLonghands.add(\"scrollMarginInline\");\nlongHandLogical.add(\"scrollMarginInlineStart\");\nlongHandPhysical.add(\"scrollMarginLeft\");\nlongHandLogical.add(\"scrollMarginInlineEnd\");\nlongHandPhysical.add(\"scrollMarginRight\");\nshorthandsOfShorthands.add(\"scrollPadding\");\nshorthandsOfLonghands.add(\"scrollPaddingBlock\");\nlongHandLogical.add(\"scrollPaddingBlockStart\");\nlongHandPhysical.add(\"scrollPaddingTop\");\nlongHandLogical.add(\"scrollPaddingBlockEnd\");\nlongHandPhysical.add(\"scrollPaddingBottom\");\nshorthandsOfLonghands.add(\"scrollPaddingInline\");\nlongHandLogical.add(\"scrollPaddingInlineStart\");\nlongHandPhysical.add(\"scrollPaddingLeft\");\nlongHandLogical.add(\"scrollPaddingInlineEnd\");\nlongHandPhysical.add(\"scrollPaddingRight\");\nlongHandLogical.add(\"scrollSnapAlign\");\nlongHandLogical.add(\"scrollSnapStop\");\nshorthandsOfLonghands.add(\"scrollSnapType\");\nlongHandLogical.add(\"scrollbarColor\");\nlongHandLogical.add(\"scrollbarWidth\");\nlongHandLogical.add(\"shapeImageThreshold\");\nlongHandLogical.add(\"shapeMargin\");\nlongHandLogical.add(\"shapeOutside\");\nlongHandLogical.add(\"azimuth\");\nlongHandLogical.add(\"borderCollapse\");\nlongHandLogical.add(\"borderSpacing\");\nlongHandLogical.add(\"captionSide\");\nlongHandLogical.add(\"emptyCells\");\nlongHandLogical.add(\"tableLayout\");\nlongHandLogical.add(\"verticalAlign\");\nshorthandsOfLonghands.add(\"textDecoration\");\nlongHandLogical.add(\"textDecorationColor\");\nlongHandLogical.add(\"textDecorationLine\");\nlongHandLogical.add(\"textDecorationSkip\");\nlongHandLogical.add(\"textDecorationSkipInk\");\nlongHandLogical.add(\"textDecorationStyle\");\nlongHandLogical.add(\"textDecorationThickness\");\nshorthandsOfLonghands.add(\"WebkitTextStroke\");\nlongHandLogical.add(\"WebkitTextStrokeColor\");\nlongHandLogical.add(\"WebkitTextStrokeWidth\");\nlongHandLogical.add(\"WebkitTextFillColor\");\nshorthandsOfLonghands.add(\"textEmphasis\");\nlongHandLogical.add(\"textEmphasisColor\");\nlongHandLogical.add(\"textEmphasisPosition\");\nlongHandLogical.add(\"textEmphasisStyle\");\nlongHandLogical.add(\"textShadow\");\nlongHandLogical.add(\"textUnderlineOffset\");\nlongHandLogical.add(\"textUnderlinePosition\");\nlongHandLogical.add(\"hangingPunctuation\");\nlongHandLogical.add(\"hyphenateCharacter\");\nlongHandLogical.add(\"hyphenateLimitChars\");\nlongHandLogical.add(\"hyphens\");\nlongHandLogical.add(\"letterSpacing\");\nlongHandLogical.add(\"lineBreak\");\nlongHandLogical.add(\"overflowWrap\");\nlongHandLogical.add(\"paintOrder\");\nlongHandLogical.add(\"tabSize\");\nlongHandLogical.add(\"textAlign\");\nlongHandLogical.add(\"textAlignLast\");\nlongHandLogical.add(\"textIndent\");\nlongHandLogical.add(\"textJustify\");\nlongHandLogical.add(\"textSizeAdjust\");\nlongHandLogical.add(\"textTransform\");\nshorthandsOfLonghands.add(\"textWrap\");\nlongHandLogical.add(\"textWrapMode\");\nlongHandLogical.add(\"textWrapStyle\");\nlongHandLogical.add(\"whiteSpace\");\nlongHandLogical.add(\"whiteSpaceCollapse\");\nlongHandLogical.add(\"whiteSpaceTrim\");\nlongHandLogical.add(\"wordBreak\");\nlongHandLogical.add(\"wordSpacing\");\nlongHandLogical.add(\"wordWrap\");\nlongHandLogical.add(\"backfaceVisibility\");\nlongHandLogical.add(\"perspective\");\nlongHandLogical.add(\"perspectiveOrigin\");\nlongHandLogical.add(\"rotate\");\nlongHandLogical.add(\"scale\");\nlongHandLogical.add(\"transform\");\nlongHandLogical.add(\"transformBox\");\nlongHandLogical.add(\"transformOrigin\");\nlongHandLogical.add(\"transformStyle\");\nlongHandLogical.add(\"translate\");\nshorthandsOfLonghands.add(\"transition\");\nlongHandLogical.add(\"transitionBehavior\");\nlongHandLogical.add(\"transitionDelay\");\nlongHandLogical.add(\"transitionDuration\");\nlongHandLogical.add(\"transitionProperty\");\nlongHandLogical.add(\"transitionTimingFunction\");\nlongHandLogical.add(\"viewTransitionName\");\nlongHandLogical.add(\"willChange\");\nlongHandLogical.add(\"direction\");\nlongHandLogical.add(\"textCombineUpright\");\nlongHandLogical.add(\"textOrientation\");\nlongHandLogical.add(\"unicodeBidi\");\nlongHandLogical.add(\"writingMode\");\nlongHandLogical.add(\"backdropFilter\");\nlongHandLogical.add(\"filter\");\nlongHandLogical.add(\"mathDepth\");\nlongHandLogical.add(\"mathShift\");\nlongHandLogical.add(\"mathStyle\");\nlongHandLogical.add(\"touchAction\");\nfunction getPropertyPriority(key) {\n if (key === \"all\") return 0;\n if (key.startsWith(\"--\")) return 1;\n if (longHandPhysical.has(key)) return 4e3;\n if (longHandLogical.has(key)) return 3e3;\n if (shorthandsOfLonghands.has(key)) return 2e3;\n if (shorthandsOfShorthands.has(key)) return 1e3;\n return 3e3;\n}\n\n// src/regex.ts\nvar createRegex = (item) => {\n const regex2 = item.map((item2) => typeof item2 === \"string\" ? `^${item2}$` : item2.source).join(\"|\");\n return new RegExp(regex2);\n};\n\n// src/serialize.ts\nvar stringifyJson = (config) => {\n return JSON.stringify(config, (_key, value) => {\n if (typeof value === \"function\") return value.toString();\n return value;\n });\n};\nvar parseJson = (config) => {\n return JSON.parse(config);\n};\n\n// src/slot.ts\nvar getSlotRecipes = (recipe = {}) => {\n const init = (slot) => ({\n className: [recipe.className, slot].filter(Boolean).join(\"__\"),\n base: recipe.base?.[slot] ?? {},\n variants: {},\n defaultVariants: recipe.defaultVariants ?? {},\n compoundVariants: recipe.compoundVariants ? getSlotCompoundVariant(recipe.compoundVariants, slot) : []\n });\n const slots = recipe.slots ?? [];\n const recipeParts = slots.map((slot) => [slot, init(slot)]);\n for (const [variantsKey, variantsSpec] of Object.entries(recipe.variants ?? {})) {\n for (const [variantKey, variantSpec] of Object.entries(variantsSpec)) {\n recipeParts.forEach(([slot, slotRecipe]) => {\n slotRecipe.variants[variantsKey] ??= {};\n slotRecipe.variants[variantsKey][variantKey] = variantSpec[slot] ?? {};\n });\n }\n }\n return Object.fromEntries(recipeParts);\n};\nvar getSlotCompoundVariant = (compoundVariants, slotName) => compoundVariants.filter((compoundVariant) => compoundVariant.css[slotName]).map((compoundVariant) => ({ ...compoundVariant, css: compoundVariant.css[slotName] }));\n\n// src/split-props.ts\nfunction splitProps(props, ...keys) {\n const descriptors = Object.getOwnPropertyDescriptors(props);\n const dKeys = Object.keys(descriptors);\n const split = (k) => {\n const clone = {};\n for (let i = 0; i < k.length; i++) {\n const key = k[i];\n if (descriptors[key]) {\n Object.defineProperty(clone, key, descriptors[key]);\n delete descriptors[key];\n }\n }\n return clone;\n };\n const fn = (key) => split(Array.isArray(key) ? key : dKeys.filter(key));\n return keys.map(fn).concat(split(dKeys));\n}\n\n// src/to-json.ts\nfunction mapToJson(map) {\n const obj = {};\n map.forEach((value, key) => {\n if (value instanceof Map) {\n obj[key] = Object.fromEntries(value);\n } else {\n obj[key] = value;\n }\n });\n return obj;\n}\n\n// src/typegen.ts\nfunction unionType(values, opts = {}) {\n const { fallback, stringify = JSON.stringify } = opts;\n const arr = Array.from(values);\n if (fallback != null && !arr.length) return fallback;\n return arr.map((v) => stringify(v)).join(\" | \");\n}\n\n// src/uniq.ts\nvar uniq = (...items) => {\n const set = items.reduce((acc, currItems) => {\n if (currItems) {\n currItems.forEach((item) => acc.add(item));\n }\n return acc;\n }, /* @__PURE__ */ new Set([]));\n return Array.from(set);\n};\n\n// src/unit-conversion.ts\nvar BASE_FONT_SIZE = 16;\nvar UNIT_PX = \"px\";\nvar UNIT_EM = \"em\";\nvar UNIT_REM = \"rem\";\nvar DIGIT_REGEX = new RegExp(String.raw`-?\\d+(?:\\.\\d+|\\d*)`);\nvar UNIT_REGEX = new RegExp(`${UNIT_PX}|${UNIT_EM}|${UNIT_REM}`);\nvar VALUE_REGEX = new RegExp(`${DIGIT_REGEX.source}(${UNIT_REGEX.source})`);\nfunction getUnit(value = \"\") {\n const unit = value.match(VALUE_REGEX);\n return unit?.[1];\n}\nfunction toPx(value = \"\") {\n if (typeof value === \"number\") {\n return `${value}px`;\n }\n const unit = getUnit(value);\n if (!unit) return value;\n if (unit === UNIT_PX) {\n return value;\n }\n if (unit === UNIT_EM || unit === UNIT_REM) {\n return `${parseFloat(value) * BASE_FONT_SIZE}${UNIT_PX}`;\n }\n}\nfunction toEm(value = \"\", fontSize = BASE_FONT_SIZE) {\n const unit = getUnit(value);\n if (!unit) return value;\n if (unit === UNIT_EM) {\n return value;\n }\n if (unit === UNIT_PX) {\n return `${parseFloat(value) / fontSize}${UNIT_EM}`;\n }\n if (unit === UNIT_REM) {\n return `${parseFloat(value) * BASE_FONT_SIZE / fontSize}${UNIT_EM}`;\n }\n}\nfunction toRem(value = \"\") {\n const unit = getUnit(value);\n if (!unit) return value;\n if (unit === UNIT_REM) {\n return value;\n }\n if (unit === UNIT_EM) {\n return `${parseFloat(value)}${UNIT_REM}`;\n }\n if (unit === UNIT_PX) {\n return `${parseFloat(value) / BASE_FONT_SIZE}${UNIT_REM}`;\n }\n}\nexport {\n CacheMap,\n PANDA_CONFIG_NAME,\n PandaError,\n assign,\n astish,\n calc,\n camelCaseProperty,\n capitalize,\n compact,\n createCss,\n createMergeCss,\n createRegex,\n cssVar,\n dashCase,\n deepSet,\n entries,\n esc2 as esc,\n filterBaseConditions,\n flatten,\n fromEntries,\n getArbitraryValue,\n getDotPath,\n getNegativePath,\n getOrCreateSet,\n getPatternStyles,\n getPropertyPriority,\n getSlotCompoundVariant,\n getSlotRecipes,\n getUnit,\n hypenateProperty,\n isBaseCondition,\n isBoolean,\n isCssFunction,\n isCssUnit,\n isCssVar2 as isCssVar,\n isFunction,\n isImportant,\n isObject,\n isObjectOrArray,\n isString,\n mapEntries,\n mapObject,\n mapToJson,\n markImportant,\n memo,\n mergeProps,\n mergeWith,\n normalizeStyleObject,\n omit,\n parseJson,\n patternFns,\n pick,\n splitBy,\n splitDotPath,\n splitProps,\n stringifyJson,\n toEm,\n toHash,\n toPx,\n toRem,\n toResponsiveObject,\n traverse,\n uncapitalize,\n unionType,\n uniq,\n walkObject,\n withoutImportant,\n withoutSpace\n};\n"],"names":["lengthUnits","longHandPhysical","longHandLogical","shorthandsOfLonghands","shorthandsOfShorthands","BASE_FONT_SIZE","UNIT_PX","UNIT_EM","UNIT_REM","DIGIT_REGEX","UNIT_REGEX","VALUE_REGEX","getUnit","value","toRem","unit"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,469 @@
1
+ "use client";
2
+ var s = "cm,mm,Q,in,pc,pt,px,em,ex,ch,rem,lh,rlh,vw,vh,vmin,vmax,vb,vi,svw,svh,lvw,lvh,dvw,dvh,cqw,cqh,cqi,cqb,cqmin,cqmax,%";
3
+ `${s.split(",").join("|")}`;
4
+ var e = /* @__PURE__ */ new Set(), d = /* @__PURE__ */ new Set(), a = /* @__PURE__ */ new Set(), t = /* @__PURE__ */ new Set();
5
+ d.add("backgroundBlendMode");
6
+ d.add("isolation");
7
+ d.add("mixBlendMode");
8
+ t.add("animation");
9
+ d.add("animationComposition");
10
+ d.add("animationDelay");
11
+ d.add("animationDirection");
12
+ d.add("animationDuration");
13
+ d.add("animationFillMode");
14
+ d.add("animationIterationCount");
15
+ d.add("animationName");
16
+ d.add("animationPlayState");
17
+ a.add("animationRange");
18
+ d.add("animationRangeEnd");
19
+ d.add("animationRangeStart");
20
+ d.add("animationTimingFunction");
21
+ d.add("animationTimeline");
22
+ a.add("scrollTimeline");
23
+ d.add("scrollTimelineAxis");
24
+ d.add("scrollTimelineName");
25
+ d.add("timelineScope");
26
+ a.add("viewTimeline");
27
+ d.add("viewTimelineAxis");
28
+ d.add("viewTimelineInset");
29
+ d.add("viewTimelineName");
30
+ t.add("background");
31
+ d.add("backgroundAttachment");
32
+ d.add("backgroundClip");
33
+ d.add("backgroundColor");
34
+ d.add("backgroundImage");
35
+ d.add("backgroundOrigin");
36
+ d.add("backgroundRepeat");
37
+ d.add("backgroundSize");
38
+ a.add("backgroundPosition");
39
+ d.add("backgroundPositionX");
40
+ d.add("backgroundPositionY");
41
+ t.add("border");
42
+ a.add("borderColor");
43
+ a.add("borderStyle");
44
+ a.add("borderWidth");
45
+ t.add("borderBlock");
46
+ d.add("borderBlockColor");
47
+ d.add("borderBlockStyle");
48
+ d.add("borderBlockWidth");
49
+ a.add("borderBlockStart");
50
+ a.add("borderTop");
51
+ d.add("borderBlockStartColor");
52
+ e.add("borderTopColor");
53
+ d.add("borderBlockStartStyle");
54
+ e.add("borderTopStyle");
55
+ d.add("borderBlockStartWidth");
56
+ e.add("borderTopWidth");
57
+ a.add("borderBlockEnd");
58
+ a.add("borderBottom");
59
+ d.add("borderBlockEndColor");
60
+ e.add("borderBottomColor");
61
+ d.add("borderBlockEndStyle");
62
+ e.add("borderBottomStyle");
63
+ d.add("borderBlockEndWidth");
64
+ e.add("borderBottomWidth");
65
+ t.add("borderInline");
66
+ a.add("borderInlineColor");
67
+ a.add("borderInlineStyle");
68
+ a.add("borderInlineWidth");
69
+ a.add("borderInlineStart");
70
+ a.add("borderLeft");
71
+ d.add("borderInlineStartColor");
72
+ e.add("borderLeftColor");
73
+ d.add("borderInlineStartStyle");
74
+ e.add("borderLeftStyle");
75
+ d.add("borderInlineStartWidth");
76
+ e.add("borderLeftWidth");
77
+ a.add("borderInlineEnd");
78
+ a.add("borderRight");
79
+ d.add("borderInlineEndColor");
80
+ e.add("borderRightColor");
81
+ d.add("borderInlineEndStyle");
82
+ e.add("borderRightStyle");
83
+ d.add("borderInlineEndWidth");
84
+ e.add("borderRightWidth");
85
+ a.add("borderImage");
86
+ d.add("borderImageOutset");
87
+ d.add("borderImageRepeat");
88
+ d.add("borderImageSlice");
89
+ d.add("borderImageSource");
90
+ d.add("borderImageWidth");
91
+ a.add("borderRadius");
92
+ d.add("borderStartEndRadius");
93
+ d.add("borderStartStartRadius");
94
+ d.add("borderEndEndRadius");
95
+ d.add("borderEndStartRadius");
96
+ e.add("borderTopLeftRadius");
97
+ e.add("borderTopRightRadius");
98
+ e.add("borderBottomLeftRadius");
99
+ e.add("borderBottomRightRadius");
100
+ d.add("boxShadow");
101
+ d.add("accentColor");
102
+ d.add("appearance");
103
+ d.add("aspectRatio");
104
+ a.add("caret");
105
+ d.add("caretColor");
106
+ d.add("caretShape");
107
+ d.add("cursor");
108
+ d.add("imeMode");
109
+ d.add("inputSecurity");
110
+ a.add("outline");
111
+ d.add("outlineColor");
112
+ d.add("outlineOffset");
113
+ d.add("outlineStyle");
114
+ d.add("outlineWidth");
115
+ d.add("pointerEvents");
116
+ d.add("resize");
117
+ d.add("textOverflow");
118
+ d.add("userSelect");
119
+ a.add("gridGap");
120
+ a.add("gap");
121
+ d.add("gridRowGap");
122
+ d.add("rowGap");
123
+ d.add("gridColumnGap");
124
+ d.add("columnGap");
125
+ a.add("placeContent");
126
+ d.add("alignContent");
127
+ d.add("justifyContent");
128
+ a.add("placeItems");
129
+ d.add("alignItems");
130
+ d.add("justifyItems");
131
+ a.add("placeSelf");
132
+ d.add("alignSelf");
133
+ d.add("justifySelf");
134
+ d.add("boxSizing");
135
+ d.add("fieldSizing");
136
+ d.add("blockSize");
137
+ e.add("height");
138
+ d.add("inlineSize");
139
+ e.add("width");
140
+ d.add("maxBlockSize");
141
+ e.add("maxHeight");
142
+ d.add("maxInlineSize");
143
+ e.add("maxWidth");
144
+ d.add("minBlockSize");
145
+ e.add("minHeight");
146
+ d.add("minInlineSize");
147
+ e.add("minWidth");
148
+ t.add("margin");
149
+ a.add("marginBlock");
150
+ d.add("marginBlockStart");
151
+ e.add("marginTop");
152
+ d.add("marginBlockEnd");
153
+ e.add("marginBottom");
154
+ a.add("marginInline");
155
+ d.add("marginInlineStart");
156
+ e.add("marginLeft");
157
+ d.add("marginInlineEnd");
158
+ e.add("marginRight");
159
+ d.add("marginTrim");
160
+ a.add("overscrollBehavior");
161
+ d.add("overscrollBehaviorBlock");
162
+ e.add("overscrollBehaviorY");
163
+ d.add("overscrollBehaviorInline");
164
+ e.add("overscrollBehaviorX");
165
+ t.add("padding");
166
+ a.add("paddingBlock");
167
+ d.add("paddingBlockStart");
168
+ e.add("paddingTop");
169
+ d.add("paddingBlockEnd");
170
+ e.add("paddingBottom");
171
+ a.add("paddingInline");
172
+ d.add("paddingInlineStart");
173
+ e.add("paddingLeft");
174
+ d.add("paddingInlineEnd");
175
+ e.add("paddingRight");
176
+ d.add("visibility");
177
+ d.add("color");
178
+ d.add("colorScheme");
179
+ d.add("forcedColorAdjust");
180
+ d.add("opacity");
181
+ d.add("printColorAdjust");
182
+ a.add("columns");
183
+ d.add("columnCount");
184
+ d.add("columnWidth");
185
+ d.add("columnFill");
186
+ d.add("columnSpan");
187
+ a.add("columnRule");
188
+ d.add("columnRuleColor");
189
+ d.add("columnRuleStyle");
190
+ d.add("columnRuleWidth");
191
+ d.add("contain");
192
+ a.add("containIntrinsicSize");
193
+ d.add("containIntrinsicBlockSize");
194
+ d.add("containIntrinsicWidth");
195
+ d.add("containIntrinsicHeight");
196
+ d.add("containIntrinsicInlineSize");
197
+ a.add("container");
198
+ d.add("containerName");
199
+ d.add("containerType");
200
+ d.add("contentVisibility");
201
+ d.add("counterIncrement");
202
+ d.add("counterReset");
203
+ d.add("counterSet");
204
+ d.add("display");
205
+ a.add("flex");
206
+ d.add("flexBasis");
207
+ d.add("flexGrow");
208
+ d.add("flexShrink");
209
+ a.add("flexFlow");
210
+ d.add("flexDirection");
211
+ d.add("flexWrap");
212
+ d.add("order");
213
+ t.add("font");
214
+ d.add("fontFamily");
215
+ d.add("fontSize");
216
+ d.add("fontStretch");
217
+ d.add("fontStyle");
218
+ d.add("fontWeight");
219
+ d.add("lineHeight");
220
+ a.add("fontVariant");
221
+ d.add("fontVariantAlternates");
222
+ d.add("fontVariantCaps");
223
+ d.add("fontVariantEastAsian");
224
+ d.add("fontVariantEmoji");
225
+ d.add("fontVariantLigatures");
226
+ d.add("fontVariantNumeric");
227
+ d.add("fontVariantPosition");
228
+ d.add("fontFeatureSettings");
229
+ d.add("fontKerning");
230
+ d.add("fontLanguageOverride");
231
+ d.add("fontOpticalSizing");
232
+ d.add("fontPalette");
233
+ d.add("fontVariationSettings");
234
+ d.add("fontSizeAdjust");
235
+ d.add("fontSmooth");
236
+ d.add("fontSynthesisPosition");
237
+ d.add("fontSynthesisSmallCaps");
238
+ d.add("fontSynthesisStyle");
239
+ d.add("fontSynthesisWeight");
240
+ a.add("fontSynthesis");
241
+ d.add("lineHeightStep");
242
+ d.add("boxDecorationBreak");
243
+ d.add("breakAfter");
244
+ d.add("breakBefore");
245
+ d.add("breakInside");
246
+ d.add("orphans");
247
+ d.add("widows");
248
+ d.add("content");
249
+ d.add("quotes");
250
+ t.add("grid");
251
+ d.add("gridAutoFlow");
252
+ d.add("gridAutoRows");
253
+ d.add("gridAutoColumns");
254
+ t.add("gridTemplate");
255
+ a.add("gridTemplateAreas");
256
+ d.add("gridTemplateColumns");
257
+ d.add("gridTemplateRows");
258
+ t.add("gridArea");
259
+ a.add("gridRow");
260
+ d.add("gridRowStart");
261
+ d.add("gridRowEnd");
262
+ a.add("gridColumn");
263
+ d.add("gridColumnStart");
264
+ d.add("gridColumnEnd");
265
+ d.add("alignTracks");
266
+ d.add("justifyTracks");
267
+ d.add("masonryAutoFlow");
268
+ d.add("imageOrientation");
269
+ d.add("imageRendering");
270
+ d.add("imageResolution");
271
+ d.add("objectFit");
272
+ d.add("objectPosition");
273
+ d.add("initialLetter");
274
+ d.add("initialLetterAlign");
275
+ a.add("listStyle");
276
+ d.add("listStyleImage");
277
+ d.add("listStylePosition");
278
+ d.add("listStyleType");
279
+ d.add("clip");
280
+ d.add("clipPath");
281
+ a.add("mask");
282
+ d.add("maskClip");
283
+ d.add("maskComposite");
284
+ d.add("maskImage");
285
+ d.add("maskMode");
286
+ d.add("maskOrigin");
287
+ d.add("maskPosition");
288
+ d.add("maskRepeat");
289
+ d.add("maskSize");
290
+ d.add("maskType");
291
+ a.add("maskBorder");
292
+ d.add("maskBorderMode");
293
+ d.add("maskBorderOutset");
294
+ d.add("maskBorderRepeat");
295
+ d.add("maskBorderSlice");
296
+ d.add("maskBorderSource");
297
+ d.add("maskBorderWidth");
298
+ t.add("all");
299
+ d.add("textRendering");
300
+ d.add("zoom");
301
+ a.add("offset");
302
+ d.add("offsetAnchor");
303
+ d.add("offsetDistance");
304
+ d.add("offsetPath");
305
+ d.add("offsetPosition");
306
+ d.add("offsetRotate");
307
+ d.add("WebkitBoxOrient");
308
+ d.add("WebkitLineClamp");
309
+ e.add("lineClamp");
310
+ e.add("maxLines");
311
+ d.add("blockOverflow");
312
+ a.add("overflow");
313
+ d.add("overflowBlock");
314
+ e.add("overflowY");
315
+ d.add("overflowInline");
316
+ e.add("overflowX");
317
+ d.add("overflowClipMargin");
318
+ d.add("scrollGutter");
319
+ d.add("scrollBehavior");
320
+ d.add("page");
321
+ d.add("pageBreakAfter");
322
+ d.add("pageBreakBefore");
323
+ d.add("pageBreakInside");
324
+ t.add("inset");
325
+ a.add("insetBlock");
326
+ d.add("insetBlockStart");
327
+ e.add("top");
328
+ d.add("insetBlockEnd");
329
+ e.add("bottom");
330
+ a.add("insetInline");
331
+ d.add("insetInlineStart");
332
+ e.add("left");
333
+ d.add("insetInlineEnd");
334
+ e.add("right");
335
+ d.add("clear");
336
+ d.add("float");
337
+ d.add("overlay");
338
+ d.add("position");
339
+ d.add("zIndex");
340
+ d.add("rubyAlign");
341
+ d.add("rubyMerge");
342
+ d.add("rubyPosition");
343
+ d.add("overflowAnchor");
344
+ t.add("scrollMargin");
345
+ a.add("scrollMarginBlock");
346
+ d.add("scrollMarginBlockStart");
347
+ e.add("scrollMarginTop");
348
+ d.add("scrollMarginBlockEnd");
349
+ e.add("scrollMarginBottom");
350
+ a.add("scrollMarginInline");
351
+ d.add("scrollMarginInlineStart");
352
+ e.add("scrollMarginLeft");
353
+ d.add("scrollMarginInlineEnd");
354
+ e.add("scrollMarginRight");
355
+ t.add("scrollPadding");
356
+ a.add("scrollPaddingBlock");
357
+ d.add("scrollPaddingBlockStart");
358
+ e.add("scrollPaddingTop");
359
+ d.add("scrollPaddingBlockEnd");
360
+ e.add("scrollPaddingBottom");
361
+ a.add("scrollPaddingInline");
362
+ d.add("scrollPaddingInlineStart");
363
+ e.add("scrollPaddingLeft");
364
+ d.add("scrollPaddingInlineEnd");
365
+ e.add("scrollPaddingRight");
366
+ d.add("scrollSnapAlign");
367
+ d.add("scrollSnapStop");
368
+ a.add("scrollSnapType");
369
+ d.add("scrollbarColor");
370
+ d.add("scrollbarWidth");
371
+ d.add("shapeImageThreshold");
372
+ d.add("shapeMargin");
373
+ d.add("shapeOutside");
374
+ d.add("azimuth");
375
+ d.add("borderCollapse");
376
+ d.add("borderSpacing");
377
+ d.add("captionSide");
378
+ d.add("emptyCells");
379
+ d.add("tableLayout");
380
+ d.add("verticalAlign");
381
+ a.add("textDecoration");
382
+ d.add("textDecorationColor");
383
+ d.add("textDecorationLine");
384
+ d.add("textDecorationSkip");
385
+ d.add("textDecorationSkipInk");
386
+ d.add("textDecorationStyle");
387
+ d.add("textDecorationThickness");
388
+ a.add("WebkitTextStroke");
389
+ d.add("WebkitTextStrokeColor");
390
+ d.add("WebkitTextStrokeWidth");
391
+ d.add("WebkitTextFillColor");
392
+ a.add("textEmphasis");
393
+ d.add("textEmphasisColor");
394
+ d.add("textEmphasisPosition");
395
+ d.add("textEmphasisStyle");
396
+ d.add("textShadow");
397
+ d.add("textUnderlineOffset");
398
+ d.add("textUnderlinePosition");
399
+ d.add("hangingPunctuation");
400
+ d.add("hyphenateCharacter");
401
+ d.add("hyphenateLimitChars");
402
+ d.add("hyphens");
403
+ d.add("letterSpacing");
404
+ d.add("lineBreak");
405
+ d.add("overflowWrap");
406
+ d.add("paintOrder");
407
+ d.add("tabSize");
408
+ d.add("textAlign");
409
+ d.add("textAlignLast");
410
+ d.add("textIndent");
411
+ d.add("textJustify");
412
+ d.add("textSizeAdjust");
413
+ d.add("textTransform");
414
+ a.add("textWrap");
415
+ d.add("textWrapMode");
416
+ d.add("textWrapStyle");
417
+ d.add("whiteSpace");
418
+ d.add("whiteSpaceCollapse");
419
+ d.add("whiteSpaceTrim");
420
+ d.add("wordBreak");
421
+ d.add("wordSpacing");
422
+ d.add("wordWrap");
423
+ d.add("backfaceVisibility");
424
+ d.add("perspective");
425
+ d.add("perspectiveOrigin");
426
+ d.add("rotate");
427
+ d.add("scale");
428
+ d.add("transform");
429
+ d.add("transformBox");
430
+ d.add("transformOrigin");
431
+ d.add("transformStyle");
432
+ d.add("translate");
433
+ a.add("transition");
434
+ d.add("transitionBehavior");
435
+ d.add("transitionDelay");
436
+ d.add("transitionDuration");
437
+ d.add("transitionProperty");
438
+ d.add("transitionTimingFunction");
439
+ d.add("viewTransitionName");
440
+ d.add("willChange");
441
+ d.add("direction");
442
+ d.add("textCombineUpright");
443
+ d.add("textOrientation");
444
+ d.add("unicodeBidi");
445
+ d.add("writingMode");
446
+ d.add("backdropFilter");
447
+ d.add("filter");
448
+ d.add("mathDepth");
449
+ d.add("mathShift");
450
+ d.add("mathStyle");
451
+ d.add("touchAction");
452
+ var c = 16, r = "px", l = "em", n = "rem", g = new RegExp(String.raw`-?\d+(?:\.\d+|\d*)`), m = new RegExp(`${r}|${l}|${n}`), p = new RegExp(`${g.source}(${m.source})`);
453
+ function S(o = "") {
454
+ return o.match(p)?.[1];
455
+ }
456
+ function h(o = "") {
457
+ const i = S(o);
458
+ if (!i || i === n)
459
+ return o;
460
+ if (i === l)
461
+ return `${parseFloat(o)}${n}`;
462
+ if (i === r)
463
+ return `${parseFloat(o) / c}${n}`;
464
+ }
465
+ export {
466
+ S as getUnit,
467
+ h as toRem
468
+ };
469
+ //# sourceMappingURL=index.js.map