@mage-ui/preset 0.0.14 → 0.0.15

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 (343) hide show
  1. package/dist/conditions/index.js +2 -8
  2. package/dist/conditions/index.js.map +1 -1
  3. package/dist/conditions/item-selectors.js +2 -7
  4. package/dist/conditions/item-selectors.js.map +1 -1
  5. package/dist/index.d.ts +7 -2
  6. package/dist/index.d.ts.map +1 -1
  7. package/dist/index.js +2 -21
  8. package/dist/index.js.map +1 -1
  9. package/dist/recipes/atoms/avatar/avatar-img.js +2 -0
  10. package/dist/recipes/atoms/avatar/avatar-img.js.map +1 -0
  11. package/dist/recipes/atoms/avatar/avatar-text.js +2 -0
  12. package/dist/recipes/atoms/avatar/avatar-text.js.map +1 -0
  13. package/dist/recipes/atoms/avatar/avatar.js +2 -73
  14. package/dist/recipes/atoms/avatar/avatar.js.map +1 -1
  15. package/dist/recipes/atoms/badges/badge-section.js +2 -17
  16. package/dist/recipes/atoms/badges/badge-section.js.map +1 -1
  17. package/dist/recipes/atoms/badges/badge.js +2 -52
  18. package/dist/recipes/atoms/badges/badge.js.map +1 -1
  19. package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.js +2 -15
  20. package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.js.map +1 -1
  21. package/dist/recipes/atoms/breadcrumbs/breadcrumb.js +2 -15
  22. package/dist/recipes/atoms/breadcrumbs/breadcrumb.js.map +1 -1
  23. package/dist/recipes/atoms/breadcrumbs/breadcrumbs.js +2 -25
  24. package/dist/recipes/atoms/breadcrumbs/breadcrumbs.js.map +1 -1
  25. package/dist/recipes/atoms/buttons/button-icon-icon.js +2 -45
  26. package/dist/recipes/atoms/buttons/button-icon-icon.js.map +1 -1
  27. package/dist/recipes/atoms/buttons/button-icon.js +2 -40
  28. package/dist/recipes/atoms/buttons/button-icon.js.map +1 -1
  29. package/dist/recipes/atoms/buttons/button-inner.js +2 -17
  30. package/dist/recipes/atoms/buttons/button-inner.js.map +1 -1
  31. package/dist/recipes/atoms/buttons/button-label.js +2 -17
  32. package/dist/recipes/atoms/buttons/button-label.js.map +1 -1
  33. package/dist/recipes/atoms/buttons/button-section.js +2 -16
  34. package/dist/recipes/atoms/buttons/button-section.js.map +1 -1
  35. package/dist/recipes/atoms/buttons/button.js +2 -226
  36. package/dist/recipes/atoms/buttons/button.js.map +1 -1
  37. package/dist/recipes/atoms/buttons/index.js +2 -18
  38. package/dist/recipes/atoms/buttons/index.js.map +1 -1
  39. package/dist/recipes/atoms/dropdown/dropdown.js +2 -22
  40. package/dist/recipes/atoms/dropdown/dropdown.js.map +1 -1
  41. package/dist/recipes/atoms/icon/icon.js +2 -85
  42. package/dist/recipes/atoms/icon/icon.js.map +1 -1
  43. package/dist/recipes/atoms/inputs/checkbox/checkbox-body.js +2 -18
  44. package/dist/recipes/atoms/inputs/checkbox/checkbox-body.js.map +1 -1
  45. package/dist/recipes/atoms/inputs/checkbox/checkbox-description.js +2 -12
  46. package/dist/recipes/atoms/inputs/checkbox/checkbox-description.js.map +1 -1
  47. package/dist/recipes/atoms/inputs/checkbox/checkbox-error.js +2 -12
  48. package/dist/recipes/atoms/inputs/checkbox/checkbox-error.js.map +1 -1
  49. package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.js +2 -23
  50. package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.js.map +1 -1
  51. package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.js +2 -16
  52. package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.js.map +1 -1
  53. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js +2 -35
  54. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js.map +1 -1
  55. package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.js +2 -14
  56. package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.js.map +1 -1
  57. package/dist/recipes/atoms/inputs/checkbox/checkbox-label.js +2 -12
  58. package/dist/recipes/atoms/inputs/checkbox/checkbox-label.js.map +1 -1
  59. package/dist/recipes/atoms/inputs/combobox/combobox-empty.js +2 -19
  60. package/dist/recipes/atoms/inputs/combobox/combobox-empty.js.map +1 -1
  61. package/dist/recipes/atoms/inputs/combobox/combobox-option.js +2 -52
  62. package/dist/recipes/atoms/inputs/combobox/combobox-option.js.map +1 -1
  63. package/dist/recipes/atoms/inputs/combobox/combobox-options.js +2 -0
  64. package/dist/recipes/atoms/inputs/combobox/combobox-options.js.map +1 -0
  65. package/dist/recipes/atoms/inputs/combobox/combobox-section.js +2 -14
  66. package/dist/recipes/atoms/inputs/combobox/combobox-section.js.map +1 -1
  67. package/dist/recipes/atoms/inputs/datepicker-dropdown.js +2 -17
  68. package/dist/recipes/atoms/inputs/datepicker-dropdown.js.map +1 -1
  69. package/dist/recipes/atoms/inputs/datepicker-input.js +2 -19
  70. package/dist/recipes/atoms/inputs/datepicker-input.js.map +1 -1
  71. package/dist/recipes/atoms/inputs/form-control.js +2 -52
  72. package/dist/recipes/atoms/inputs/form-control.js.map +1 -1
  73. package/dist/recipes/atoms/inputs/index.js +2 -50
  74. package/dist/recipes/atoms/inputs/index.js.map +1 -1
  75. package/dist/recipes/atoms/inputs/input-description.js +2 -18
  76. package/dist/recipes/atoms/inputs/input-description.js.map +1 -1
  77. package/dist/recipes/atoms/inputs/input-error.js +2 -20
  78. package/dist/recipes/atoms/inputs/input-error.js.map +1 -1
  79. package/dist/recipes/atoms/inputs/input-label.js +2 -28
  80. package/dist/recipes/atoms/inputs/input-label.js.map +1 -1
  81. package/dist/recipes/atoms/inputs/input-placeholder.js +2 -14
  82. package/dist/recipes/atoms/inputs/input-placeholder.js.map +1 -1
  83. package/dist/recipes/atoms/inputs/input-root.js +2 -17
  84. package/dist/recipes/atoms/inputs/input-root.js.map +1 -1
  85. package/dist/recipes/atoms/inputs/input-section.js +2 -37
  86. package/dist/recipes/atoms/inputs/input-section.js.map +1 -1
  87. package/dist/recipes/atoms/inputs/input-wrapper.js +2 -18
  88. package/dist/recipes/atoms/inputs/input-wrapper.js.map +1 -1
  89. package/dist/recipes/atoms/inputs/input.js +2 -46
  90. package/dist/recipes/atoms/inputs/input.js.map +1 -1
  91. package/dist/recipes/atoms/tab/tab-label.js +2 -18
  92. package/dist/recipes/atoms/tab/tab-label.js.map +1 -1
  93. package/dist/recipes/atoms/tab/tab-list.js +2 -23
  94. package/dist/recipes/atoms/tab/tab-list.js.map +1 -1
  95. package/dist/recipes/atoms/tab/tab-panel.js +2 -16
  96. package/dist/recipes/atoms/tab/tab-panel.js.map +1 -1
  97. package/dist/recipes/atoms/tab/tab-section.js +2 -22
  98. package/dist/recipes/atoms/tab/tab-section.js.map +1 -1
  99. package/dist/recipes/atoms/tab/tab.js +2 -158
  100. package/dist/recipes/atoms/tab/tab.js.map +1 -1
  101. package/dist/recipes/atoms/tab/tabs.js +2 -27
  102. package/dist/recipes/atoms/tab/tabs.js.map +1 -1
  103. package/dist/recipes/atoms/wrapped-icon/wrapped-icon.js +2 -95
  104. package/dist/recipes/atoms/wrapped-icon/wrapped-icon.js.map +1 -1
  105. package/dist/recipes/index.js +2 -47
  106. package/dist/recipes/index.js.map +1 -1
  107. package/dist/recipes/molecules/calendar/calendar-control.js +2 -32
  108. package/dist/recipes/molecules/calendar/calendar-control.js.map +1 -1
  109. package/dist/recipes/molecules/calendar/calendar-day.js +2 -38
  110. package/dist/recipes/molecules/calendar/calendar-day.js.map +1 -1
  111. package/dist/recipes/molecules/calendar/calendar-header-control-icon.js +2 -21
  112. package/dist/recipes/molecules/calendar/calendar-header-control-icon.js.map +1 -1
  113. package/dist/recipes/molecules/calendar/calendar-header-level.js +2 -15
  114. package/dist/recipes/molecules/calendar/calendar-header-level.js.map +1 -1
  115. package/dist/recipes/molecules/calendar/calendar-header.js +2 -17
  116. package/dist/recipes/molecules/calendar/calendar-header.js.map +1 -1
  117. package/dist/recipes/molecules/calendar/calendar-month-cell.js +2 -12
  118. package/dist/recipes/molecules/calendar/calendar-month-cell.js.map +1 -1
  119. package/dist/recipes/molecules/calendar/calendar-month-row.js +2 -17
  120. package/dist/recipes/molecules/calendar/calendar-month-row.js.map +1 -1
  121. package/dist/recipes/molecules/calendar/calendar-month.js +2 -14
  122. package/dist/recipes/molecules/calendar/calendar-month.js.map +1 -1
  123. package/dist/recipes/molecules/calendar/calendar-months-list-cell.js +2 -15
  124. package/dist/recipes/molecules/calendar/calendar-months-list-cell.js.map +1 -1
  125. package/dist/recipes/molecules/calendar/calendar-months-list-control.js +2 -15
  126. package/dist/recipes/molecules/calendar/calendar-months-list-control.js.map +1 -1
  127. package/dist/recipes/molecules/calendar/calendar-months-list-row.js +2 -17
  128. package/dist/recipes/molecules/calendar/calendar-months-list-row.js.map +1 -1
  129. package/dist/recipes/molecules/calendar/calendar-months-list.js +2 -14
  130. package/dist/recipes/molecules/calendar/calendar-months-list.js.map +1 -1
  131. package/dist/recipes/molecules/calendar/calendar-week-day.js +2 -18
  132. package/dist/recipes/molecules/calendar/calendar-week-day.js.map +1 -1
  133. package/dist/recipes/molecules/calendar/calendar-weeks-days-row.js +2 -17
  134. package/dist/recipes/molecules/calendar/calendar-weeks-days-row.js.map +1 -1
  135. package/dist/recipes/molecules/calendar/calendar-years-list-cell.js +2 -15
  136. package/dist/recipes/molecules/calendar/calendar-years-list-cell.js.map +1 -1
  137. package/dist/recipes/molecules/calendar/calendar-years-list-control.js +2 -12
  138. package/dist/recipes/molecules/calendar/calendar-years-list-control.js.map +1 -1
  139. package/dist/recipes/molecules/calendar/calendar-years-list-row.js +2 -17
  140. package/dist/recipes/molecules/calendar/calendar-years-list-row.js.map +1 -1
  141. package/dist/recipes/molecules/calendar/calendar-years-list.js +2 -14
  142. package/dist/recipes/molecules/calendar/calendar-years-list.js.map +1 -1
  143. package/dist/recipes/molecules/calendar/index.js +2 -42
  144. package/dist/recipes/molecules/calendar/index.js.map +1 -1
  145. package/dist/recipes/shared/focus.js +2 -34
  146. package/dist/recipes/shared/focus.js.map +1 -1
  147. package/dist/semantic-tokens/colors.js +2 -969
  148. package/dist/semantic-tokens/colors.js.map +1 -1
  149. package/dist/semantic-tokens/gradients.js +2 -72
  150. package/dist/semantic-tokens/gradients.js.map +1 -1
  151. package/dist/semantic-tokens/index.js +2 -15
  152. package/dist/semantic-tokens/index.js.map +1 -1
  153. package/dist/semantic-tokens/shadows.js +2 -31
  154. package/dist/semantic-tokens/shadows.js.map +1 -1
  155. package/dist/semantic-tokens/sizes.js +2 -23
  156. package/dist/semantic-tokens/sizes.js.map +1 -1
  157. package/dist/tokens/animations.js +2 -18
  158. package/dist/tokens/animations.js.map +1 -1
  159. package/dist/tokens/borders.js +2 -22
  160. package/dist/tokens/borders.js.map +1 -1
  161. package/dist/tokens/colors.js +2 -264
  162. package/dist/tokens/colors.js.map +1 -1
  163. package/dist/tokens/font-sizes.js +2 -37
  164. package/dist/tokens/font-sizes.js.map +1 -1
  165. package/dist/tokens/font-weights.js +2 -22
  166. package/dist/tokens/font-weights.js.map +1 -1
  167. package/dist/tokens/fonts.js +2 -10
  168. package/dist/tokens/fonts.js.map +1 -1
  169. package/dist/tokens/index.js +2 -24
  170. package/dist/tokens/index.js.map +1 -1
  171. package/dist/tokens/radii.js +2 -31
  172. package/dist/tokens/radii.js.map +1 -1
  173. package/dist/tokens/sizes.js +2 -61
  174. package/dist/tokens/sizes.js.map +1 -1
  175. package/dist/tokens/spacing.js +2 -73
  176. package/dist/tokens/spacing.js.map +1 -1
  177. package/package.json +19 -20
  178. package/dist/conditions/index.d.ts +0 -5
  179. package/dist/conditions/index.d.ts.map +0 -1
  180. package/dist/conditions/item-selectors.d.ts +0 -5
  181. package/dist/conditions/item-selectors.d.ts.map +0 -1
  182. package/dist/recipes/atoms/avatar/avatar.d.ts +0 -32
  183. package/dist/recipes/atoms/avatar/avatar.d.ts.map +0 -1
  184. package/dist/recipes/atoms/badges/badge-section.d.ts +0 -3
  185. package/dist/recipes/atoms/badges/badge-section.d.ts.map +0 -1
  186. package/dist/recipes/atoms/badges/badge.d.ts +0 -3
  187. package/dist/recipes/atoms/badges/badge.d.ts.map +0 -1
  188. package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.d.ts +0 -3
  189. package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.d.ts.map +0 -1
  190. package/dist/recipes/atoms/breadcrumbs/breadcrumb.d.ts +0 -3
  191. package/dist/recipes/atoms/breadcrumbs/breadcrumb.d.ts.map +0 -1
  192. package/dist/recipes/atoms/breadcrumbs/breadcrumbs.d.ts +0 -2
  193. package/dist/recipes/atoms/breadcrumbs/breadcrumbs.d.ts.map +0 -1
  194. package/dist/recipes/atoms/buttons/button-icon-icon.d.ts +0 -3
  195. package/dist/recipes/atoms/buttons/button-icon-icon.d.ts.map +0 -1
  196. package/dist/recipes/atoms/buttons/button-icon.d.ts +0 -3
  197. package/dist/recipes/atoms/buttons/button-icon.d.ts.map +0 -1
  198. package/dist/recipes/atoms/buttons/button-inner.d.ts +0 -3
  199. package/dist/recipes/atoms/buttons/button-inner.d.ts.map +0 -1
  200. package/dist/recipes/atoms/buttons/button-label.d.ts +0 -3
  201. package/dist/recipes/atoms/buttons/button-label.d.ts.map +0 -1
  202. package/dist/recipes/atoms/buttons/button-section.d.ts +0 -3
  203. package/dist/recipes/atoms/buttons/button-section.d.ts.map +0 -1
  204. package/dist/recipes/atoms/buttons/button.d.ts +0 -3
  205. package/dist/recipes/atoms/buttons/button.d.ts.map +0 -1
  206. package/dist/recipes/atoms/buttons/index.d.ts +0 -9
  207. package/dist/recipes/atoms/buttons/index.d.ts.map +0 -1
  208. package/dist/recipes/atoms/dropdown/dropdown.d.ts +0 -4
  209. package/dist/recipes/atoms/dropdown/dropdown.d.ts.map +0 -1
  210. package/dist/recipes/atoms/icon/icon.d.ts +0 -50
  211. package/dist/recipes/atoms/icon/icon.d.ts.map +0 -1
  212. package/dist/recipes/atoms/inputs/checkbox/checkbox-body.d.ts +0 -3
  213. package/dist/recipes/atoms/inputs/checkbox/checkbox-body.d.ts.map +0 -1
  214. package/dist/recipes/atoms/inputs/checkbox/checkbox-description.d.ts +0 -3
  215. package/dist/recipes/atoms/inputs/checkbox/checkbox-description.d.ts.map +0 -1
  216. package/dist/recipes/atoms/inputs/checkbox/checkbox-error.d.ts +0 -3
  217. package/dist/recipes/atoms/inputs/checkbox/checkbox-error.d.ts.map +0 -1
  218. package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.d.ts +0 -3
  219. package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.d.ts.map +0 -1
  220. package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.d.ts +0 -3
  221. package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.d.ts.map +0 -1
  222. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.d.ts +0 -3
  223. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.d.ts.map +0 -1
  224. package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.d.ts +0 -3
  225. package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.d.ts.map +0 -1
  226. package/dist/recipes/atoms/inputs/checkbox/checkbox-label.d.ts +0 -3
  227. package/dist/recipes/atoms/inputs/checkbox/checkbox-label.d.ts.map +0 -1
  228. package/dist/recipes/atoms/inputs/combobox/combobox-empty.d.ts +0 -4
  229. package/dist/recipes/atoms/inputs/combobox/combobox-empty.d.ts.map +0 -1
  230. package/dist/recipes/atoms/inputs/combobox/combobox-option.d.ts +0 -4
  231. package/dist/recipes/atoms/inputs/combobox/combobox-option.d.ts.map +0 -1
  232. package/dist/recipes/atoms/inputs/combobox/combobox-section.d.ts +0 -4
  233. package/dist/recipes/atoms/inputs/combobox/combobox-section.d.ts.map +0 -1
  234. package/dist/recipes/atoms/inputs/datepicker-dropdown.d.ts +0 -3
  235. package/dist/recipes/atoms/inputs/datepicker-dropdown.d.ts.map +0 -1
  236. package/dist/recipes/atoms/inputs/datepicker-input.d.ts +0 -3
  237. package/dist/recipes/atoms/inputs/datepicker-input.d.ts.map +0 -1
  238. package/dist/recipes/atoms/inputs/form-control.d.ts +0 -4
  239. package/dist/recipes/atoms/inputs/form-control.d.ts.map +0 -1
  240. package/dist/recipes/atoms/inputs/index.d.ts +0 -25
  241. package/dist/recipes/atoms/inputs/index.d.ts.map +0 -1
  242. package/dist/recipes/atoms/inputs/input-description.d.ts +0 -3
  243. package/dist/recipes/atoms/inputs/input-description.d.ts.map +0 -1
  244. package/dist/recipes/atoms/inputs/input-error.d.ts +0 -3
  245. package/dist/recipes/atoms/inputs/input-error.d.ts.map +0 -1
  246. package/dist/recipes/atoms/inputs/input-label.d.ts +0 -3
  247. package/dist/recipes/atoms/inputs/input-label.d.ts.map +0 -1
  248. package/dist/recipes/atoms/inputs/input-placeholder.d.ts +0 -3
  249. package/dist/recipes/atoms/inputs/input-placeholder.d.ts.map +0 -1
  250. package/dist/recipes/atoms/inputs/input-root.d.ts +0 -3
  251. package/dist/recipes/atoms/inputs/input-root.d.ts.map +0 -1
  252. package/dist/recipes/atoms/inputs/input-section.d.ts +0 -3
  253. package/dist/recipes/atoms/inputs/input-section.d.ts.map +0 -1
  254. package/dist/recipes/atoms/inputs/input-wrapper.d.ts +0 -3
  255. package/dist/recipes/atoms/inputs/input-wrapper.d.ts.map +0 -1
  256. package/dist/recipes/atoms/inputs/input.d.ts +0 -3
  257. package/dist/recipes/atoms/inputs/input.d.ts.map +0 -1
  258. package/dist/recipes/atoms/tab/tab-label.d.ts +0 -3
  259. package/dist/recipes/atoms/tab/tab-label.d.ts.map +0 -1
  260. package/dist/recipes/atoms/tab/tab-list.d.ts +0 -3
  261. package/dist/recipes/atoms/tab/tab-list.d.ts.map +0 -1
  262. package/dist/recipes/atoms/tab/tab-panel.d.ts +0 -3
  263. package/dist/recipes/atoms/tab/tab-panel.d.ts.map +0 -1
  264. package/dist/recipes/atoms/tab/tab-section.d.ts +0 -3
  265. package/dist/recipes/atoms/tab/tab-section.d.ts.map +0 -1
  266. package/dist/recipes/atoms/tab/tab.d.ts +0 -3
  267. package/dist/recipes/atoms/tab/tab.d.ts.map +0 -1
  268. package/dist/recipes/atoms/tab/tabs.d.ts +0 -3
  269. package/dist/recipes/atoms/tab/tabs.d.ts.map +0 -1
  270. package/dist/recipes/atoms/wrapped-icon/wrapped-icon.d.ts +0 -3
  271. package/dist/recipes/atoms/wrapped-icon/wrapped-icon.d.ts.map +0 -1
  272. package/dist/recipes/index.d.ts +0 -4
  273. package/dist/recipes/index.d.ts.map +0 -1
  274. package/dist/recipes/molecules/calendar/calendar-control.d.ts +0 -4
  275. package/dist/recipes/molecules/calendar/calendar-control.d.ts.map +0 -1
  276. package/dist/recipes/molecules/calendar/calendar-day.d.ts +0 -3
  277. package/dist/recipes/molecules/calendar/calendar-day.d.ts.map +0 -1
  278. package/dist/recipes/molecules/calendar/calendar-header-control-icon.d.ts +0 -4
  279. package/dist/recipes/molecules/calendar/calendar-header-control-icon.d.ts.map +0 -1
  280. package/dist/recipes/molecules/calendar/calendar-header-level.d.ts +0 -3
  281. package/dist/recipes/molecules/calendar/calendar-header-level.d.ts.map +0 -1
  282. package/dist/recipes/molecules/calendar/calendar-header.d.ts +0 -3
  283. package/dist/recipes/molecules/calendar/calendar-header.d.ts.map +0 -1
  284. package/dist/recipes/molecules/calendar/calendar-month-cell.d.ts +0 -3
  285. package/dist/recipes/molecules/calendar/calendar-month-cell.d.ts.map +0 -1
  286. package/dist/recipes/molecules/calendar/calendar-month-row.d.ts +0 -3
  287. package/dist/recipes/molecules/calendar/calendar-month-row.d.ts.map +0 -1
  288. package/dist/recipes/molecules/calendar/calendar-month.d.ts +0 -3
  289. package/dist/recipes/molecules/calendar/calendar-month.d.ts.map +0 -1
  290. package/dist/recipes/molecules/calendar/calendar-months-list-cell.d.ts +0 -3
  291. package/dist/recipes/molecules/calendar/calendar-months-list-cell.d.ts.map +0 -1
  292. package/dist/recipes/molecules/calendar/calendar-months-list-control.d.ts +0 -3
  293. package/dist/recipes/molecules/calendar/calendar-months-list-control.d.ts.map +0 -1
  294. package/dist/recipes/molecules/calendar/calendar-months-list-row.d.ts +0 -3
  295. package/dist/recipes/molecules/calendar/calendar-months-list-row.d.ts.map +0 -1
  296. package/dist/recipes/molecules/calendar/calendar-months-list.d.ts +0 -3
  297. package/dist/recipes/molecules/calendar/calendar-months-list.d.ts.map +0 -1
  298. package/dist/recipes/molecules/calendar/calendar-week-day.d.ts +0 -3
  299. package/dist/recipes/molecules/calendar/calendar-week-day.d.ts.map +0 -1
  300. package/dist/recipes/molecules/calendar/calendar-weeks-days-row.d.ts +0 -3
  301. package/dist/recipes/molecules/calendar/calendar-weeks-days-row.d.ts.map +0 -1
  302. package/dist/recipes/molecules/calendar/calendar-years-list-cell.d.ts +0 -3
  303. package/dist/recipes/molecules/calendar/calendar-years-list-cell.d.ts.map +0 -1
  304. package/dist/recipes/molecules/calendar/calendar-years-list-control.d.ts +0 -3
  305. package/dist/recipes/molecules/calendar/calendar-years-list-control.d.ts.map +0 -1
  306. package/dist/recipes/molecules/calendar/calendar-years-list-row.d.ts +0 -3
  307. package/dist/recipes/molecules/calendar/calendar-years-list-row.d.ts.map +0 -1
  308. package/dist/recipes/molecules/calendar/calendar-years-list.d.ts +0 -3
  309. package/dist/recipes/molecules/calendar/calendar-years-list.d.ts.map +0 -1
  310. package/dist/recipes/molecules/calendar/index.d.ts +0 -21
  311. package/dist/recipes/molecules/calendar/index.d.ts.map +0 -1
  312. package/dist/recipes/shared/focus.d.ts +0 -4
  313. package/dist/recipes/shared/focus.d.ts.map +0 -1
  314. package/dist/semantic-tokens/colors.d.ts +0 -965
  315. package/dist/semantic-tokens/colors.d.ts.map +0 -1
  316. package/dist/semantic-tokens/gradients.d.ts +0 -45
  317. package/dist/semantic-tokens/gradients.d.ts.map +0 -1
  318. package/dist/semantic-tokens/index.d.ts +0 -1055
  319. package/dist/semantic-tokens/index.d.ts.map +0 -1
  320. package/dist/semantic-tokens/shadows.d.ts +0 -27
  321. package/dist/semantic-tokens/shadows.d.ts.map +0 -1
  322. package/dist/semantic-tokens/sizes.d.ts +0 -19
  323. package/dist/semantic-tokens/sizes.d.ts.map +0 -1
  324. package/dist/tokens/animations.d.ts +0 -14
  325. package/dist/tokens/animations.d.ts.map +0 -1
  326. package/dist/tokens/borders.d.ts +0 -18
  327. package/dist/tokens/borders.d.ts.map +0 -1
  328. package/dist/tokens/colors.d.ts +0 -260
  329. package/dist/tokens/colors.d.ts.map +0 -1
  330. package/dist/tokens/font-sizes.d.ts +0 -33
  331. package/dist/tokens/font-sizes.d.ts.map +0 -1
  332. package/dist/tokens/font-weights.d.ts +0 -18
  333. package/dist/tokens/font-weights.d.ts.map +0 -1
  334. package/dist/tokens/fonts.d.ts +0 -6
  335. package/dist/tokens/fonts.d.ts.map +0 -1
  336. package/dist/tokens/index.d.ts +0 -496
  337. package/dist/tokens/index.d.ts.map +0 -1
  338. package/dist/tokens/radii.d.ts +0 -27
  339. package/dist/tokens/radii.d.ts.map +0 -1
  340. package/dist/tokens/sizes.d.ts +0 -57
  341. package/dist/tokens/sizes.d.ts.map +0 -1
  342. package/dist/tokens/spacing.d.ts +0 -69
  343. package/dist/tokens/spacing.d.ts.map +0 -1
@@ -1,226 +1,2 @@
1
- import { focus } from '../../shared/focus.js';
2
-
3
- const button = focus.merge({
4
- className: 'button',
5
- jsx: [
6
- 'Button'
7
- ],
8
- base: {
9
- fontWeight: 'medium',
10
- whiteSpace: 'nowrap',
11
- alignItems: 'center',
12
- justifyContent: 'center',
13
- textAlign: 'center',
14
- textDecoration: 'none',
15
- borderRadius: '200',
16
- cursor: 'pointer',
17
- transition: '{animations.base.100}',
18
- fill: 'currentColor',
19
- stroke: 'currentColor',
20
- _focus: {
21
- outline: 'none',
22
- boxShadow: 'none'
23
- },
24
- _active: {
25
- outline: 'none!'
26
- },
27
- _disabled: {
28
- opacity: '0.5',
29
- pointerEvents: 'none'
30
- }
31
- },
32
- variants: {
33
- variant: {
34
- unstyled: {},
35
- filled: {
36
- border: 'none'
37
- },
38
- outlined: {
39
- backgroundColor: 'transparent',
40
- borderWidth: '1px',
41
- borderStyle: 'solid'
42
- },
43
- ghost: {
44
- backgroundColor: 'transparent',
45
- border: 'none'
46
- }
47
- },
48
- color: {
49
- unstyled: {},
50
- primary: {},
51
- neutral: {},
52
- danger: {}
53
- },
54
- size: {
55
- l: {
56
- fontSize: '400',
57
- height: 'control.height.300',
58
- paddingX: '500',
59
- gap: '300'
60
- },
61
- m: {
62
- fontSize: '300',
63
- height: 'control.height.200',
64
- paddingX: '400',
65
- gap: '200'
66
- },
67
- s: {
68
- fontSize: '200',
69
- height: 'control.height.100',
70
- paddingX: '400',
71
- gap: '200'
72
- }
73
- }
74
- },
75
- compoundVariants: [
76
- {
77
- variant: 'filled',
78
- color: 'primary',
79
- css: {
80
- color: 'neutral.foreground.1.onBrand.enabled',
81
- backgroundColor: 'primary.background.2.enabled',
82
- _hover: {
83
- backgroundColor: 'primary.background.2.hovered'
84
- },
85
- _active: {
86
- backgroundColor: 'primary.background.2.actived'
87
- }
88
- }
89
- },
90
- {
91
- variant: 'filled',
92
- color: 'neutral',
93
- css: {
94
- color: 'neutral.foreground.1.onBrand.enabled',
95
- backgroundColor: 'neutral.background.6.enabled',
96
- _hover: {
97
- backgroundColor: 'neutral.background.6.hovered'
98
- },
99
- _active: {
100
- backgroundColor: 'neutral.background.6.actived'
101
- }
102
- }
103
- },
104
- {
105
- variant: 'filled',
106
- color: 'danger',
107
- css: {
108
- color: 'neutral.foreground.1.onBrand.enabled',
109
- backgroundColor: 'danger.background.1.enabled',
110
- _hover: {
111
- backgroundColor: 'danger.background.1.hovered'
112
- },
113
- _active: {
114
- backgroundColor: 'danger.background.1.actived'
115
- }
116
- }
117
- },
118
- {
119
- variant: 'outlined',
120
- color: 'primary',
121
- css: {
122
- color: 'primary.foreground.2.enabled',
123
- borderColor: 'primary.stroke.3.enabled',
124
- _hover: {
125
- color: 'primary.foreground.2.hovered',
126
- backgroundColor: 'neutral.background.2.hovered',
127
- borderColor: 'primary.stroke.3.hovered'
128
- },
129
- _active: {
130
- color: 'primary.foreground.2.actived',
131
- backgroundColor: 'neutral.background.2.actived',
132
- borderColor: 'primary.stroke.3.actived'
133
- }
134
- }
135
- },
136
- {
137
- variant: 'outlined',
138
- color: 'neutral',
139
- css: {
140
- color: 'neutral.foreground.2.enabled',
141
- borderColor: 'neutral.stroke.7.enabled',
142
- _hover: {
143
- color: 'neutral.foreground.2.hovered',
144
- backgroundColor: 'neutral.background.2.hovered',
145
- borderColor: 'neutral.stroke.7.hovered'
146
- },
147
- _active: {
148
- color: 'neutral.foreground.2.actived',
149
- backgroundColor: 'neutral.background.2.actived',
150
- borderColor: 'neutral.stroke.7.actived'
151
- }
152
- }
153
- },
154
- {
155
- variant: 'outlined',
156
- color: 'danger',
157
- css: {
158
- color: 'danger.foreground.1.enabled',
159
- borderColor: 'danger.stroke.1.enabled',
160
- _hover: {
161
- color: 'danger.foreground.1.hovered',
162
- backgroundColor: 'neutral.background.2.hovered',
163
- borderColor: 'danger.stroke.1.hovered'
164
- },
165
- _active: {
166
- color: 'danger.foreground.1.actived',
167
- backgroundColor: 'neutral.background.2.actived',
168
- borderColor: 'danger.stroke.1.actived'
169
- }
170
- }
171
- },
172
- {
173
- variant: 'ghost',
174
- color: 'primary',
175
- css: {
176
- color: 'primary.foreground.2.enabled',
177
- _hover: {
178
- color: 'primary.foreground.2.hovered',
179
- backgroundColor: 'neutral.background.2.hovered'
180
- },
181
- _active: {
182
- color: 'primary.foreground.2.actived',
183
- backgroundColor: 'neutral.background.2.actived'
184
- }
185
- }
186
- },
187
- {
188
- variant: 'ghost',
189
- color: 'neutral',
190
- css: {
191
- color: 'neutral.foreground.2.enabled',
192
- _hover: {
193
- color: 'neutral.foreground.2.hovered',
194
- backgroundColor: 'neutral.background.2.hovered'
195
- },
196
- _active: {
197
- color: 'neutral.foreground.2.actived',
198
- backgroundColor: 'neutral.background.2.actived'
199
- }
200
- }
201
- },
202
- {
203
- variant: 'ghost',
204
- color: 'danger',
205
- css: {
206
- color: 'danger.foreground.1.enabled',
207
- _hover: {
208
- color: 'danger.foreground.1.hovered',
209
- backgroundColor: 'neutral.background.2.hovered'
210
- },
211
- _active: {
212
- color: 'danger.foreground.1.actived',
213
- backgroundColor: 'neutral.background.2.actived'
214
- }
215
- }
216
- }
217
- ],
218
- defaultVariants: {
219
- variant: 'filled',
220
- color: 'neutral',
221
- size: 'm'
222
- }
223
- });
224
-
225
- export { button };
226
- //# sourceMappingURL=button.js.map
1
+ import{focus as e}from"../../shared/focus.js";const t=e.merge({className:`button`,jsx:[`Button`],base:{fontWeight:`medium`,whiteSpace:`nowrap`,alignItems:`center`,justifyContent:`center`,textAlign:`center`,textDecoration:`none`,borderRadius:`200`,cursor:`pointer`,transition:`{animations.base.100}`,fill:`currentColor`,stroke:`currentColor`,_focus:{outline:`none`,boxShadow:`none`},_active:{outline:`none!`},_disabled:{opacity:`0.5`,pointerEvents:`none`}},variants:{variant:{unstyled:{},filled:{border:`none`},outlined:{backgroundColor:`transparent`,borderWidth:`1px`,borderStyle:`solid`},ghost:{backgroundColor:`transparent`,border:`none`}},color:{unstyled:{},primary:{},neutral:{},danger:{}},size:{l:{fontSize:`400`,height:`control.height.300`,paddingX:`500`,gap:`300`},m:{fontSize:`300`,height:`control.height.200`,paddingX:`400`,gap:`200`},s:{fontSize:`200`,height:`control.height.100`,paddingX:`400`,gap:`200`}}},compoundVariants:[{variant:`filled`,color:`primary`,css:{color:`neutral.foreground.1.onBrand.enabled`,backgroundColor:`primary.background.2.enabled`,_hover:{backgroundColor:`primary.background.2.hovered`},_active:{backgroundColor:`primary.background.2.actived`}}},{variant:`filled`,color:`neutral`,css:{color:`neutral.foreground.1.onBrand.enabled`,backgroundColor:`neutral.background.6.enabled`,_hover:{backgroundColor:`neutral.background.6.hovered`},_active:{backgroundColor:`neutral.background.6.actived`}}},{variant:`filled`,color:`danger`,css:{color:`neutral.foreground.1.onBrand.enabled`,backgroundColor:`danger.background.1.enabled`,_hover:{backgroundColor:`danger.background.1.hovered`},_active:{backgroundColor:`danger.background.1.actived`}}},{variant:`outlined`,color:`primary`,css:{color:`primary.foreground.2.enabled`,borderColor:`primary.stroke.3.enabled`,_hover:{color:`primary.foreground.2.hovered`,backgroundColor:`neutral.background.2.hovered`,borderColor:`primary.stroke.3.hovered`},_active:{color:`primary.foreground.2.actived`,backgroundColor:`neutral.background.2.actived`,borderColor:`primary.stroke.3.actived`}}},{variant:`outlined`,color:`neutral`,css:{color:`neutral.foreground.2.enabled`,borderColor:`neutral.stroke.7.enabled`,_hover:{color:`neutral.foreground.2.hovered`,backgroundColor:`neutral.background.2.hovered`,borderColor:`neutral.stroke.7.hovered`},_active:{color:`neutral.foreground.2.actived`,backgroundColor:`neutral.background.2.actived`,borderColor:`neutral.stroke.7.actived`}}},{variant:`outlined`,color:`danger`,css:{color:`danger.foreground.1.enabled`,borderColor:`danger.stroke.1.enabled`,_hover:{color:`danger.foreground.1.hovered`,backgroundColor:`neutral.background.2.hovered`,borderColor:`danger.stroke.1.hovered`},_active:{color:`danger.foreground.1.actived`,backgroundColor:`neutral.background.2.actived`,borderColor:`danger.stroke.1.actived`}}},{variant:`ghost`,color:`primary`,css:{color:`primary.foreground.2.enabled`,_hover:{color:`primary.foreground.2.hovered`,backgroundColor:`neutral.background.2.hovered`},_active:{color:`primary.foreground.2.actived`,backgroundColor:`neutral.background.2.actived`}}},{variant:`ghost`,color:`neutral`,css:{color:`neutral.foreground.2.enabled`,_hover:{color:`neutral.foreground.2.hovered`,backgroundColor:`neutral.background.2.hovered`},_active:{color:`neutral.foreground.2.actived`,backgroundColor:`neutral.background.2.actived`}}},{variant:`ghost`,color:`danger`,css:{color:`danger.foreground.1.enabled`,_hover:{color:`danger.foreground.1.hovered`,backgroundColor:`neutral.background.2.hovered`},_active:{color:`danger.foreground.1.actived`,backgroundColor:`neutral.background.2.actived`}}}],defaultVariants:{variant:`filled`,color:`neutral`,size:`m`}});export{t as button};
2
+ //# sourceMappingURL=button.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"button.js","sources":["../../../../src/recipes/atoms/buttons/button.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { focus } from '../../shared/focus';\n\nexport const button = focus.merge({\n className: 'button',\n jsx: ['Button'],\n base: {\n fontWeight: 'medium',\n whiteSpace: 'nowrap',\n alignItems: 'center',\n justifyContent: 'center',\n textAlign: 'center',\n textDecoration: 'none',\n borderRadius: '200',\n cursor: 'pointer',\n transition: '{animations.base.100}',\n fill: 'currentColor',\n stroke: 'currentColor',\n _focus: {\n outline: 'none',\n boxShadow: 'none',\n },\n _active: {\n outline: 'none!',\n },\n _disabled: {\n opacity: '0.5',\n pointerEvents: 'none',\n },\n },\n variants: {\n variant: {\n unstyled: {},\n filled: {\n border: 'none',\n },\n outlined: {\n backgroundColor: 'transparent',\n borderWidth: '1px',\n borderStyle: 'solid',\n },\n ghost: {\n backgroundColor: 'transparent',\n border: 'none',\n },\n },\n color: {\n unstyled: {},\n primary: {},\n neutral: {},\n danger: {},\n },\n size: {\n l: {\n fontSize: '400',\n height: 'control.height.300',\n paddingX: '500',\n gap: '300',\n },\n m: {\n fontSize: '300',\n height: 'control.height.200',\n paddingX: '400',\n gap: '200',\n },\n s: {\n fontSize: '200',\n height: 'control.height.100',\n paddingX: '400',\n gap: '200',\n },\n },\n },\n compoundVariants: [\n {\n variant: 'filled',\n color: 'primary',\n css: {\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'primary.background.2.enabled',\n _hover: {\n backgroundColor: 'primary.background.2.hovered',\n },\n _active: {\n backgroundColor: 'primary.background.2.actived',\n },\n },\n },\n {\n variant: 'filled',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'neutral.background.6.enabled',\n _hover: {\n backgroundColor: 'neutral.background.6.hovered',\n },\n _active: {\n backgroundColor: 'neutral.background.6.actived',\n },\n },\n },\n {\n variant: 'filled',\n color: 'danger',\n css: {\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'danger.background.1.enabled',\n _hover: {\n backgroundColor: 'danger.background.1.hovered',\n },\n _active: {\n backgroundColor: 'danger.background.1.actived',\n },\n },\n },\n {\n variant: 'outlined',\n color: 'primary',\n css: {\n color: 'primary.foreground.2.enabled',\n borderColor: 'primary.stroke.3.enabled',\n _hover: {\n color: 'primary.foreground.2.hovered',\n backgroundColor: 'neutral.background.2.hovered',\n borderColor: 'primary.stroke.3.hovered',\n },\n _active: {\n color: 'primary.foreground.2.actived',\n backgroundColor: 'neutral.background.2.actived',\n borderColor: 'primary.stroke.3.actived',\n },\n },\n },\n {\n variant: 'outlined',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.2.enabled',\n borderColor: 'neutral.stroke.7.enabled',\n _hover: {\n color: 'neutral.foreground.2.hovered',\n backgroundColor: 'neutral.background.2.hovered',\n borderColor: 'neutral.stroke.7.hovered',\n },\n _active: {\n color: 'neutral.foreground.2.actived',\n backgroundColor: 'neutral.background.2.actived',\n borderColor: 'neutral.stroke.7.actived',\n },\n },\n },\n {\n variant: 'outlined',\n color: 'danger',\n css: {\n color: 'danger.foreground.1.enabled',\n borderColor: 'danger.stroke.1.enabled',\n _hover: {\n color: 'danger.foreground.1.hovered',\n backgroundColor: 'neutral.background.2.hovered',\n borderColor: 'danger.stroke.1.hovered',\n },\n _active: {\n color: 'danger.foreground.1.actived',\n backgroundColor: 'neutral.background.2.actived',\n borderColor: 'danger.stroke.1.actived',\n },\n },\n },\n {\n variant: 'ghost',\n color: 'primary',\n css: {\n color: 'primary.foreground.2.enabled',\n _hover: {\n color: 'primary.foreground.2.hovered',\n backgroundColor: 'neutral.background.2.hovered',\n },\n _active: {\n color: 'primary.foreground.2.actived',\n backgroundColor: 'neutral.background.2.actived',\n },\n },\n },\n {\n variant: 'ghost',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.2.enabled',\n _hover: {\n color: 'neutral.foreground.2.hovered',\n backgroundColor: 'neutral.background.2.hovered',\n },\n _active: {\n color: 'neutral.foreground.2.actived',\n backgroundColor: 'neutral.background.2.actived',\n },\n },\n },\n {\n variant: 'ghost',\n color: 'danger',\n css: {\n color: 'danger.foreground.1.enabled',\n _hover: {\n color: 'danger.foreground.1.hovered',\n backgroundColor: 'neutral.background.2.hovered',\n },\n _active: {\n color: 'danger.foreground.1.actived',\n backgroundColor: 'neutral.background.2.actived',\n },\n },\n },\n ],\n defaultVariants: {\n variant: 'filled',\n color: 'neutral',\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["button","focus","merge","className","jsx","base","fontWeight","whiteSpace","alignItems","justifyContent","textAlign","textDecoration","borderRadius","cursor","transition","fill","stroke","_focus","outline","boxShadow","_active","_disabled","opacity","pointerEvents","variants","variant","unstyled","filled","border","outlined","backgroundColor","borderWidth","borderStyle","ghost","color","primary","neutral","danger","size","l","fontSize","height","paddingX","gap","m","s","compoundVariants","css","_hover","borderColor","defaultVariants"],"mappings":"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"}
1
+ {"version":3,"file":"button.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { focus } from '../../shared/focus';\n\nexport const button = focus.merge({\n className: 'button',\n jsx: ['Button'],\n base: {\n fontWeight: 'medium',\n whiteSpace: 'nowrap',\n alignItems: 'center',\n justifyContent: 'center',\n textAlign: 'center',\n textDecoration: 'none',\n borderRadius: '200',\n cursor: 'pointer',\n transition: '{animations.base.100}',\n fill: 'currentColor',\n stroke: 'currentColor',\n _focus: {\n outline: 'none',\n boxShadow: 'none',\n },\n _active: {\n outline: 'none!',\n },\n _disabled: {\n opacity: '0.5',\n pointerEvents: 'none',\n },\n },\n variants: {\n variant: {\n unstyled: {},\n filled: {\n border: 'none',\n },\n outlined: {\n backgroundColor: 'transparent',\n borderWidth: '1px',\n borderStyle: 'solid',\n },\n ghost: {\n backgroundColor: 'transparent',\n border: 'none',\n },\n },\n color: {\n unstyled: {},\n primary: {},\n neutral: {},\n danger: {},\n },\n size: {\n l: {\n fontSize: '400',\n height: 'control.height.300',\n paddingX: '500',\n gap: '300',\n },\n m: {\n fontSize: '300',\n height: 'control.height.200',\n paddingX: '400',\n gap: '200',\n },\n s: {\n fontSize: '200',\n height: 'control.height.100',\n paddingX: '400',\n gap: '200',\n },\n },\n },\n compoundVariants: [\n {\n variant: 'filled',\n color: 'primary',\n css: {\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'primary.background.2.enabled',\n _hover: {\n backgroundColor: 'primary.background.2.hovered',\n },\n _active: {\n backgroundColor: 'primary.background.2.actived',\n },\n },\n },\n {\n variant: 'filled',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'neutral.background.6.enabled',\n _hover: {\n backgroundColor: 'neutral.background.6.hovered',\n },\n _active: {\n backgroundColor: 'neutral.background.6.actived',\n },\n },\n },\n {\n variant: 'filled',\n color: 'danger',\n css: {\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'danger.background.1.enabled',\n _hover: {\n backgroundColor: 'danger.background.1.hovered',\n },\n _active: {\n backgroundColor: 'danger.background.1.actived',\n },\n },\n },\n {\n variant: 'outlined',\n color: 'primary',\n css: {\n color: 'primary.foreground.2.enabled',\n borderColor: 'primary.stroke.3.enabled',\n _hover: {\n color: 'primary.foreground.2.hovered',\n backgroundColor: 'neutral.background.2.hovered',\n borderColor: 'primary.stroke.3.hovered',\n },\n _active: {\n color: 'primary.foreground.2.actived',\n backgroundColor: 'neutral.background.2.actived',\n borderColor: 'primary.stroke.3.actived',\n },\n },\n },\n {\n variant: 'outlined',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.2.enabled',\n borderColor: 'neutral.stroke.7.enabled',\n _hover: {\n color: 'neutral.foreground.2.hovered',\n backgroundColor: 'neutral.background.2.hovered',\n borderColor: 'neutral.stroke.7.hovered',\n },\n _active: {\n color: 'neutral.foreground.2.actived',\n backgroundColor: 'neutral.background.2.actived',\n borderColor: 'neutral.stroke.7.actived',\n },\n },\n },\n {\n variant: 'outlined',\n color: 'danger',\n css: {\n color: 'danger.foreground.1.enabled',\n borderColor: 'danger.stroke.1.enabled',\n _hover: {\n color: 'danger.foreground.1.hovered',\n backgroundColor: 'neutral.background.2.hovered',\n borderColor: 'danger.stroke.1.hovered',\n },\n _active: {\n color: 'danger.foreground.1.actived',\n backgroundColor: 'neutral.background.2.actived',\n borderColor: 'danger.stroke.1.actived',\n },\n },\n },\n {\n variant: 'ghost',\n color: 'primary',\n css: {\n color: 'primary.foreground.2.enabled',\n _hover: {\n color: 'primary.foreground.2.hovered',\n backgroundColor: 'neutral.background.2.hovered',\n },\n _active: {\n color: 'primary.foreground.2.actived',\n backgroundColor: 'neutral.background.2.actived',\n },\n },\n },\n {\n variant: 'ghost',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.2.enabled',\n _hover: {\n color: 'neutral.foreground.2.hovered',\n backgroundColor: 'neutral.background.2.hovered',\n },\n _active: {\n color: 'neutral.foreground.2.actived',\n backgroundColor: 'neutral.background.2.actived',\n },\n },\n },\n {\n variant: 'ghost',\n color: 'danger',\n css: {\n color: 'danger.foreground.1.enabled',\n _hover: {\n color: 'danger.foreground.1.hovered',\n backgroundColor: 'neutral.background.2.hovered',\n },\n _active: {\n color: 'danger.foreground.1.actived',\n backgroundColor: 'neutral.background.2.actived',\n },\n },\n },\n ],\n defaultVariants: {\n variant: 'filled',\n color: 'neutral',\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"8CAMA,MAAa,EAAS,EAAM,MAAM,CAChC,UAAW,SACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,WAAY,SACZ,WAAY,SACZ,WAAY,SACZ,eAAgB,SAChB,UAAW,SACX,eAAgB,OAChB,aAAc,MACd,OAAQ,UACR,WAAY,wBACZ,KAAM,eACN,OAAQ,eACR,OAAQ,CACN,QAAS,OACT,UAAW,MACZ,EACD,QAAS,CACP,QAAS,OACV,EACD,UAAW,CACT,QAAS,MACT,cAAe,MAChB,CACF,EACD,SAAU,CACR,QAAS,CACP,SAAU,CAAE,EACZ,OAAQ,CACN,OAAQ,MACT,EACD,SAAU,CACR,gBAAiB,cACjB,YAAa,MACb,YAAa,OACd,EACD,MAAO,CACL,gBAAiB,cACjB,OAAQ,MACT,CACF,EACD,MAAO,CACL,SAAU,CAAE,EACZ,QAAS,CAAE,EACX,QAAS,CAAE,EACX,OAAQ,CAAE,CACX,EACD,KAAM,CACJ,EAAG,CACD,SAAU,MACV,OAAQ,qBACR,SAAU,MACV,IAAK,KACN,EACD,EAAG,CACD,SAAU,MACV,OAAQ,qBACR,SAAU,MACV,IAAK,KACN,EACD,EAAG,CACD,SAAU,MACV,OAAQ,qBACR,SAAU,MACV,IAAK,KACN,CACF,CACF,EACD,iBAAkB,CAChB,CACE,QAAS,SACT,MAAO,UACP,IAAK,CACH,MAAO,uCACP,gBAAiB,+BACjB,OAAQ,CACN,gBAAiB,8BAClB,EACD,QAAS,CACP,gBAAiB,8BAClB,CACF,CACF,EACD,CACE,QAAS,SACT,MAAO,UACP,IAAK,CACH,MAAO,uCACP,gBAAiB,+BACjB,OAAQ,CACN,gBAAiB,8BAClB,EACD,QAAS,CACP,gBAAiB,8BAClB,CACF,CACF,EACD,CACE,QAAS,SACT,MAAO,SACP,IAAK,CACH,MAAO,uCACP,gBAAiB,8BACjB,OAAQ,CACN,gBAAiB,6BAClB,EACD,QAAS,CACP,gBAAiB,6BAClB,CACF,CACF,EACD,CACE,QAAS,WACT,MAAO,UACP,IAAK,CACH,MAAO,+BACP,YAAa,2BACb,OAAQ,CACN,MAAO,+BACP,gBAAiB,+BACjB,YAAa,0BACd,EACD,QAAS,CACP,MAAO,+BACP,gBAAiB,+BACjB,YAAa,0BACd,CACF,CACF,EACD,CACE,QAAS,WACT,MAAO,UACP,IAAK,CACH,MAAO,+BACP,YAAa,2BACb,OAAQ,CACN,MAAO,+BACP,gBAAiB,+BACjB,YAAa,0BACd,EACD,QAAS,CACP,MAAO,+BACP,gBAAiB,+BACjB,YAAa,0BACd,CACF,CACF,EACD,CACE,QAAS,WACT,MAAO,SACP,IAAK,CACH,MAAO,8BACP,YAAa,0BACb,OAAQ,CACN,MAAO,8BACP,gBAAiB,+BACjB,YAAa,yBACd,EACD,QAAS,CACP,MAAO,8BACP,gBAAiB,+BACjB,YAAa,yBACd,CACF,CACF,EACD,CACE,QAAS,QACT,MAAO,UACP,IAAK,CACH,MAAO,+BACP,OAAQ,CACN,MAAO,+BACP,gBAAiB,8BAClB,EACD,QAAS,CACP,MAAO,+BACP,gBAAiB,8BAClB,CACF,CACF,EACD,CACE,QAAS,QACT,MAAO,UACP,IAAK,CACH,MAAO,+BACP,OAAQ,CACN,MAAO,+BACP,gBAAiB,8BAClB,EACD,QAAS,CACP,MAAO,+BACP,gBAAiB,8BAClB,CACF,CACF,EACD,CACE,QAAS,QACT,MAAO,SACP,IAAK,CACH,MAAO,8BACP,OAAQ,CACN,MAAO,8BACP,gBAAiB,8BAClB,EACD,QAAS,CACP,MAAO,8BACP,gBAAiB,8BAClB,CACF,CACF,CACF,EACD,gBAAiB,CACf,QAAS,SACT,MAAO,UACP,KAAM,GACP,CACF,EAAC"}
@@ -1,18 +1,2 @@
1
- import { button } from './button.js';
2
- import { buttonIcon } from './button-icon.js';
3
- import { buttonIconIcon } from './button-icon-icon.js';
4
- import { buttonInner } from './button-inner.js';
5
- import { buttonLabel } from './button-label.js';
6
- import { buttonSection } from './button-section.js';
7
-
8
- const buttons = {
9
- button,
10
- buttonIcon,
11
- buttonIconIcon,
12
- buttonInner,
13
- buttonLabel,
14
- buttonSection
15
- };
16
-
17
- export { buttons };
18
- //# sourceMappingURL=index.js.map
1
+ import{button as e}from"./button.js";import{buttonIcon as t}from"./button-icon.js";import{buttonIconIcon as n}from"./button-icon-icon.js";import{buttonInner as r}from"./button-inner.js";import{buttonLabel as i}from"./button-label.js";import{buttonSection as a}from"./button-section.js";const o={button:e,buttonIcon:t,buttonIconIcon:n,buttonInner:r,buttonLabel:i,buttonSection:a};export{o as buttons};
2
+ //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../src/recipes/atoms/buttons/index.ts"],"sourcesContent":["import { button } from './button';\nimport { buttonIcon } from './button-icon';\nimport { buttonIconIcon } from './button-icon-icon';\nimport { buttonInner } from './button-inner';\nimport { buttonLabel } from './button-label';\nimport { buttonSection } from './button-section';\n\nexport const buttons = {\n button,\n buttonIcon,\n buttonIconIcon,\n buttonInner,\n buttonLabel,\n buttonSection,\n};\n"],"names":["buttons","button","buttonIcon","buttonIconIcon","buttonInner","buttonLabel","buttonSection"],"mappings":";;;;;;;MAOaA,OAAU,GAAA;AACrBC,IAAAA,MAAAA;AACAC,IAAAA,UAAAA;AACAC,IAAAA,cAAAA;AACAC,IAAAA,WAAAA;AACAC,IAAAA,WAAAA;AACAC,IAAAA;AACF;;;;"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/index.ts"],"sourcesContent":["import { button } from './button';\nimport { buttonIcon } from './button-icon';\nimport { buttonIconIcon } from './button-icon-icon';\nimport { buttonInner } from './button-inner';\nimport { buttonLabel } from './button-label';\nimport { buttonSection } from './button-section';\n\nexport const buttons = {\n button,\n buttonIcon,\n buttonIconIcon,\n buttonInner,\n buttonLabel,\n buttonSection,\n};\n"],"mappings":"8RAOA,MAAa,EAAU,CACrB,SACA,aACA,iBACA,cACA,cACA,eACD"}
@@ -1,22 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const dropdown = defineRecipe({
4
- className: 'dropdown',
5
- base: {
6
- marginTop: '0!',
7
- position: 'absolute!',
8
- backgroundColor: 'neutral.background.1.enabled',
9
- borderWidth: '{borders.100}',
10
- borderStyle: 'solid',
11
- borderColor: 'neutral.stroke.7.enabled',
12
- borderRadius: '200',
13
- maxHeight: '33vh!',
14
- overflowY: 'auto',
15
- padding: '100',
16
- boxShadow: 'outside.y.2'
17
- },
18
- variants: {}
19
- });
20
-
21
- export { dropdown };
22
- //# sourceMappingURL=dropdown.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`dropdown`,base:{marginTop:`0!`,position:`absolute!`,backgroundColor:`neutral.background.1.enabled`,borderWidth:`{borders.100}`,borderStyle:`solid`,borderColor:`neutral.stroke.7.enabled`,borderRadius:`200`,maxHeight:`33vh!`,overflowY:`auto`,padding:`100`,boxShadow:`outside.y.2`},variants:{}});export{t as dropdown};
2
+ //# sourceMappingURL=dropdown.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown.js","sources":["../../../../src/recipes/atoms/dropdown/dropdown.ts"],"sourcesContent":["import { type RecipeBuilder, defineRecipe } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\n\nexport const dropdown = defineRecipe({\n className: 'dropdown',\n base: {\n marginTop: '0!',\n position: 'absolute!',\n backgroundColor: 'neutral.background.1.enabled',\n borderWidth: '{borders.100}',\n borderStyle: 'solid',\n borderColor: 'neutral.stroke.7.enabled',\n borderRadius: '200',\n maxHeight: '33vh!',\n overflowY: 'auto',\n padding: '100',\n boxShadow: 'outside.y.2',\n },\n variants: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["dropdown","defineRecipe","className","base","marginTop","position","backgroundColor","borderWidth","borderStyle","borderColor","borderRadius","maxHeight","overflowY","padding","boxShadow","variants"],"mappings":";;AAGO,MAAMA,WAAWC,YAAa,CAAA;IACnCC,SAAW,EAAA,UAAA;IACXC,IAAM,EAAA;QACJC,SAAW,EAAA,IAAA;QACXC,QAAU,EAAA,WAAA;QACVC,eAAiB,EAAA,8BAAA;QACjBC,WAAa,EAAA,eAAA;QACbC,WAAa,EAAA,OAAA;QACbC,WAAa,EAAA,0BAAA;QACbC,YAAc,EAAA,KAAA;QACdC,SAAW,EAAA,OAAA;QACXC,SAAW,EAAA,MAAA;QACXC,OAAS,EAAA,KAAA;QACTC,SAAW,EAAA;AACb,KAAA;AACAC,IAAAA,QAAAA,EAAU;AACZ,CAAyC;;;;"}
1
+ {"version":3,"file":"dropdown.js","names":[],"sources":["../../../../src/recipes/atoms/dropdown/dropdown.ts"],"sourcesContent":["import { type RecipeBuilder, defineRecipe } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\n\nexport const dropdown = defineRecipe({\n className: 'dropdown',\n base: {\n marginTop: '0!',\n position: 'absolute!',\n backgroundColor: 'neutral.background.1.enabled',\n borderWidth: '{borders.100}',\n borderStyle: 'solid',\n borderColor: 'neutral.stroke.7.enabled',\n borderRadius: '200',\n maxHeight: '33vh!',\n overflowY: 'auto',\n padding: '100',\n boxShadow: 'outside.y.2',\n },\n variants: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAGA,MAAa,EAAW,EAAa,CACnC,UAAW,WACX,KAAM,CACJ,UAAW,KACX,SAAU,YACV,gBAAiB,+BACjB,YAAa,gBACb,YAAa,QACb,YAAa,2BACb,aAAc,MACd,UAAW,QACX,UAAW,OACX,QAAS,MACT,UAAW,aACZ,EACD,SAAU,CAAE,CACb,EAAC"}
@@ -1,85 +1,2 @@
1
- import { defineSlotRecipe } from '@pandabox/define-recipe';
2
-
3
- const icon = defineSlotRecipe({
4
- className: 'icon',
5
- jsx: [
6
- 'Icon'
7
- ],
8
- slots: [
9
- 'root',
10
- 'svg'
11
- ],
12
- base: {
13
- root: {
14
- display: 'inline-flex',
15
- justifyContent: 'center',
16
- alignItems: 'center',
17
- flexShrink: 0,
18
- aspectRatio: '1',
19
- transition: 'all 0.2s ease'
20
- },
21
- svg: {
22
- fill: 'none',
23
- stroke: 'currentColor',
24
- display: 'block',
25
- width: '100%',
26
- aspectRatio: '1',
27
- pointerEvents: 'none'
28
- }
29
- },
30
- variants: {
31
- size: {
32
- xs: {
33
- root: {
34
- height: '0.75rem',
35
- width: '0.75rem'
36
- },
37
- svg: {
38
- strokeWidth: '1'
39
- }
40
- },
41
- s: {
42
- root: {
43
- height: '1rem',
44
- width: '1rem'
45
- },
46
- svg: {
47
- strokeWidth: '1.5'
48
- }
49
- },
50
- m: {
51
- root: {
52
- height: '1.25rem',
53
- width: '1.25rem'
54
- },
55
- svg: {
56
- strokeWidth: '1.5'
57
- }
58
- },
59
- l: {
60
- root: {
61
- height: '1.375rem',
62
- width: '1.375rem'
63
- },
64
- svg: {
65
- strokeWidth: '1.5'
66
- }
67
- },
68
- xl: {
69
- root: {
70
- height: '1.5rem',
71
- width: '1.5rem'
72
- },
73
- svg: {
74
- strokeWidth: '1.5'
75
- }
76
- }
77
- }
78
- },
79
- defaultVariants: {
80
- size: 'm'
81
- }
82
- });
83
-
84
- export { icon };
85
- //# sourceMappingURL=icon.js.map
1
+ import{defineSlotRecipe as e}from"@pandabox/define-recipe";const t=e({className:`icon`,jsx:[`Icon`],slots:[`root`,`svg`],base:{root:{display:`inline-flex`,justifyContent:`center`,alignItems:`center`,flexShrink:0,aspectRatio:`1`,transition:`all 0.2s ease`},svg:{fill:`none`,stroke:`currentColor`,display:`block`,width:`100%`,aspectRatio:`1`,pointerEvents:`none`}},variants:{size:{xs:{root:{height:`0.75rem`,width:`0.75rem`},svg:{strokeWidth:`1`}},s:{root:{height:`1rem`,width:`1rem`},svg:{strokeWidth:`1.5`}},m:{root:{height:`1.25rem`,width:`1.25rem`},svg:{strokeWidth:`1.5`}},l:{root:{height:`1.375rem`,width:`1.375rem`},svg:{strokeWidth:`1.5`}},xl:{root:{height:`1.5rem`,width:`1.5rem`},svg:{strokeWidth:`1.5`}}}},defaultVariants:{size:`m`}});export{t as icon};
2
+ //# sourceMappingURL=icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon.js","sources":["../../../../src/recipes/atoms/icon/icon.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandabox/define-recipe';\n\nexport const icon = defineSlotRecipe({\n className: 'icon',\n jsx: ['Icon'],\n slots: ['root', 'svg'],\n base: {\n root: {\n display: 'inline-flex',\n justifyContent: 'center',\n alignItems: 'center',\n flexShrink: 0,\n aspectRatio: '1',\n transition: 'all 0.2s ease',\n },\n svg: {\n fill: 'none',\n stroke: 'currentColor',\n display: 'block',\n width: '100%',\n aspectRatio: '1',\n pointerEvents: 'none',\n },\n },\n variants: {\n size: {\n xs: {\n root: { height: '0.75rem', width: '0.75rem' },\n svg: { strokeWidth: '1' },\n },\n s: {\n root: { height: '1rem', width: '1rem' },\n svg: { strokeWidth: '1.5' },\n },\n m: {\n root: { height: '1.25rem', width: '1.25rem' },\n svg: { strokeWidth: '1.5' },\n },\n l: {\n root: { height: '1.375rem', width: '1.375rem' },\n svg: { strokeWidth: '1.5' },\n },\n xl: {\n root: { height: '1.5rem', width: '1.5rem' },\n svg: { strokeWidth: '1.5' },\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n});\n"],"names":["icon","defineSlotRecipe","className","jsx","slots","base","root","display","justifyContent","alignItems","flexShrink","aspectRatio","transition","svg","fill","stroke","width","pointerEvents","variants","size","xs","height","strokeWidth","s","m","l","xl","defaultVariants"],"mappings":";;AAEO,MAAMA,OAAOC,gBAAiB,CAAA;IACnCC,SAAW,EAAA,MAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAO,KAAA;IACbC,KAAO,EAAA;AAAC,QAAA,MAAA;AAAQ,QAAA;AAAM,KAAA;IACtBC,IAAM,EAAA;QACJC,IAAM,EAAA;YACJC,OAAS,EAAA,aAAA;YACTC,cAAgB,EAAA,QAAA;YAChBC,UAAY,EAAA,QAAA;YACZC,UAAY,EAAA,CAAA;YACZC,WAAa,EAAA,GAAA;YACbC,UAAY,EAAA;AACd,SAAA;QACAC,GAAK,EAAA;YACHC,IAAM,EAAA,MAAA;YACNC,MAAQ,EAAA,cAAA;YACRR,OAAS,EAAA,OAAA;YACTS,KAAO,EAAA,MAAA;YACPL,WAAa,EAAA,GAAA;YACbM,aAAe,EAAA;AACjB;AACF,KAAA;IACAC,QAAU,EAAA;QACRC,IAAM,EAAA;YACJC,EAAI,EAAA;gBACFd,IAAM,EAAA;oBAAEe,MAAQ,EAAA,SAAA;oBAAWL,KAAO,EAAA;AAAU,iBAAA;gBAC5CH,GAAK,EAAA;oBAAES,WAAa,EAAA;AAAI;AAC1B,aAAA;YACAC,CAAG,EAAA;gBACDjB,IAAM,EAAA;oBAAEe,MAAQ,EAAA,MAAA;oBAAQL,KAAO,EAAA;AAAO,iBAAA;gBACtCH,GAAK,EAAA;oBAAES,WAAa,EAAA;AAAM;AAC5B,aAAA;YACAE,CAAG,EAAA;gBACDlB,IAAM,EAAA;oBAAEe,MAAQ,EAAA,SAAA;oBAAWL,KAAO,EAAA;AAAU,iBAAA;gBAC5CH,GAAK,EAAA;oBAAES,WAAa,EAAA;AAAM;AAC5B,aAAA;YACAG,CAAG,EAAA;gBACDnB,IAAM,EAAA;oBAAEe,MAAQ,EAAA,UAAA;oBAAYL,KAAO,EAAA;AAAW,iBAAA;gBAC9CH,GAAK,EAAA;oBAAES,WAAa,EAAA;AAAM;AAC5B,aAAA;YACAI,EAAI,EAAA;gBACFpB,IAAM,EAAA;oBAAEe,MAAQ,EAAA,QAAA;oBAAUL,KAAO,EAAA;AAAS,iBAAA;gBAC1CH,GAAK,EAAA;oBAAES,WAAa,EAAA;AAAM;AAC5B;AACF;AACF,KAAA;IACAK,eAAiB,EAAA;QACfR,IAAM,EAAA;AACR;AACF,CAAG;;;;"}
1
+ {"version":3,"file":"icon.js","names":[],"sources":["../../../../src/recipes/atoms/icon/icon.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandabox/define-recipe';\n\nexport const icon = defineSlotRecipe({\n className: 'icon',\n jsx: ['Icon'],\n slots: ['root', 'svg'],\n base: {\n root: {\n display: 'inline-flex',\n justifyContent: 'center',\n alignItems: 'center',\n flexShrink: 0,\n aspectRatio: '1',\n transition: 'all 0.2s ease',\n },\n svg: {\n fill: 'none',\n stroke: 'currentColor',\n display: 'block',\n width: '100%',\n aspectRatio: '1',\n pointerEvents: 'none',\n },\n },\n variants: {\n size: {\n xs: {\n root: { height: '0.75rem', width: '0.75rem' },\n svg: { strokeWidth: '1' },\n },\n s: {\n root: { height: '1rem', width: '1rem' },\n svg: { strokeWidth: '1.5' },\n },\n m: {\n root: { height: '1.25rem', width: '1.25rem' },\n svg: { strokeWidth: '1.5' },\n },\n l: {\n root: { height: '1.375rem', width: '1.375rem' },\n svg: { strokeWidth: '1.5' },\n },\n xl: {\n root: { height: '1.5rem', width: '1.5rem' },\n svg: { strokeWidth: '1.5' },\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n});\n"],"mappings":"2DAEA,MAAa,EAAO,EAAiB,CACnC,UAAW,OACX,IAAK,CAAC,MAAO,EACb,MAAO,CAAC,OAAQ,KAAM,EACtB,KAAM,CACJ,KAAM,CACJ,QAAS,cACT,eAAgB,SAChB,WAAY,SACZ,WAAY,EACZ,YAAa,IACb,WAAY,eACb,EACD,IAAK,CACH,KAAM,OACN,OAAQ,eACR,QAAS,QACT,MAAO,OACP,YAAa,IACb,cAAe,MAChB,CACF,EACD,SAAU,CACR,KAAM,CACJ,GAAI,CACF,KAAM,CAAE,OAAQ,UAAW,MAAO,SAAW,EAC7C,IAAK,CAAE,YAAa,GAAK,CAC1B,EACD,EAAG,CACD,KAAM,CAAE,OAAQ,OAAQ,MAAO,MAAQ,EACvC,IAAK,CAAE,YAAa,KAAO,CAC5B,EACD,EAAG,CACD,KAAM,CAAE,OAAQ,UAAW,MAAO,SAAW,EAC7C,IAAK,CAAE,YAAa,KAAO,CAC5B,EACD,EAAG,CACD,KAAM,CAAE,OAAQ,WAAY,MAAO,UAAY,EAC/C,IAAK,CAAE,YAAa,KAAO,CAC5B,EACD,GAAI,CACF,KAAM,CAAE,OAAQ,SAAU,MAAO,QAAU,EAC3C,IAAK,CAAE,YAAa,KAAO,CAC5B,CACF,CACF,EACD,gBAAiB,CACf,KAAM,GACP,CACF,EAAC"}
@@ -1,18 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const checkboxBody = defineRecipe({
4
- className: 'checkbox-body',
5
- jsx: [
6
- 'Checkbox'
7
- ],
8
- base: {
9
- display: 'flex',
10
- flexDirection: 'row',
11
- ':is([data-label-position="left"]) &': {
12
- flexDirection: 'row-reverse'
13
- }
14
- }
15
- });
16
-
17
- export { checkboxBody };
18
- //# sourceMappingURL=checkbox-body.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`checkbox-body`,jsx:[`Checkbox`],base:{display:`flex`,flexDirection:`row`,':is([data-label-position="left"]) &':{flexDirection:`row-reverse`}}});export{t as checkboxBody};
2
+ //# sourceMappingURL=checkbox-body.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox-body.js","sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-body.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const checkboxBody = defineRecipe({\n className: 'checkbox-body',\n jsx: ['Checkbox'],\n base: {\n display: 'flex',\n flexDirection: 'row',\n ':is([data-label-position=\"left\"]) &': {\n flexDirection: 'row-reverse',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["checkboxBody","defineRecipe","className","jsx","base","display","flexDirection"],"mappings":";;AAMO,MAAMA,eAAeC,YAAa,CAAA;IACvCC,SAAW,EAAA,eAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAW,KAAA;IACjBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,aAAe,EAAA,KAAA;QACf,qCAAuC,EAAA;YACrCA,aAAe,EAAA;AACjB;AACF;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"checkbox-body.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-body.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const checkboxBody = defineRecipe({\n className: 'checkbox-body',\n jsx: ['Checkbox'],\n base: {\n display: 'flex',\n flexDirection: 'row',\n ':is([data-label-position=\"left\"]) &': {\n flexDirection: 'row-reverse',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,QAAS,OACT,cAAe,MACf,sCAAuC,CACrC,cAAe,aAChB,CACF,CACF,EAAC"}
@@ -1,12 +1,2 @@
1
- import { inputDescription } from '../input-description.js';
2
-
3
- const checkboxDescription = inputDescription.merge({
4
- className: 'checkbox-description',
5
- jsx: [
6
- 'Checkbox'
7
- ],
8
- base: {}
9
- });
10
-
11
- export { checkboxDescription };
12
- //# sourceMappingURL=checkbox-description.js.map
1
+ import{inputDescription as e}from"../input-description.js";const t=e.merge({className:`checkbox-description`,jsx:[`Checkbox`],base:{}});export{t as checkboxDescription};
2
+ //# sourceMappingURL=checkbox-description.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox-description.js","sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-description.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { inputDescription } from '../input-description';\n\nexport const checkboxDescription = inputDescription.merge({\n className: 'checkbox-description',\n jsx: ['Checkbox'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["checkboxDescription","inputDescription","merge","className","jsx","base"],"mappings":";;AAMaA,MAAAA,mBAAAA,GAAsBC,gBAAiBC,CAAAA,KAAK,CAAC;IACxDC,SAAW,EAAA,sBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAW,KAAA;AACjBC,IAAAA,IAAAA,EAAM;AACR,CAAyC;;;;"}
1
+ {"version":3,"file":"checkbox-description.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-description.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { inputDescription } from '../input-description';\n\nexport const checkboxDescription = inputDescription.merge({\n className: 'checkbox-description',\n jsx: ['Checkbox'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"2DAMA,MAAa,EAAsB,EAAiB,MAAM,CACxD,UAAW,uBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CAAE,CACT,EAAC"}
@@ -1,12 +1,2 @@
1
- import { inputError } from '../input-error.js';
2
-
3
- const checkboxError = inputError.merge({
4
- className: 'checkbox-error',
5
- jsx: [
6
- 'Checkbox'
7
- ],
8
- base: {}
9
- });
10
-
11
- export { checkboxError };
12
- //# sourceMappingURL=checkbox-error.js.map
1
+ import{inputError as e}from"../input-error.js";const t=e.merge({className:`checkbox-error`,jsx:[`Checkbox`],base:{}});export{t as checkboxError};
2
+ //# sourceMappingURL=checkbox-error.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox-error.js","sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-error.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { inputError } from '../input-error';\n\nexport const checkboxError = inputError.merge({\n className: 'checkbox-error',\n jsx: ['Checkbox'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["checkboxError","inputError","merge","className","jsx","base"],"mappings":";;AAMaA,MAAAA,aAAAA,GAAgBC,UAAWC,CAAAA,KAAK,CAAC;IAC5CC,SAAW,EAAA,gBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAW,KAAA;AACjBC,IAAAA,IAAAA,EAAM;AACR,CAAyC;;;;"}
1
+ {"version":3,"file":"checkbox-error.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-error.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { inputError } from '../input-error';\n\nexport const checkboxError = inputError.merge({\n className: 'checkbox-error',\n jsx: ['Checkbox'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"+CAMA,MAAa,EAAgB,EAAW,MAAM,CAC5C,UAAW,iBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CAAE,CACT,EAAC"}
@@ -1,23 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const checkboxIcon = defineRecipe({
4
- className: 'checkbox-icon',
5
- jsx: [
6
- 'Checkbox'
7
- ],
8
- base: {
9
- color: 'neutral.foreground.static.inverted.enabled',
10
- position: 'absolute',
11
- inset: 0,
12
- width: '60%',
13
- margin: 'auto',
14
- pointerEvents: 'none',
15
- opacity: 0,
16
- _peerChecked: {
17
- opacity: 1
18
- }
19
- }
20
- });
21
-
22
- export { checkboxIcon };
23
- //# sourceMappingURL=checkbox-icon.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`checkbox-icon`,jsx:[`Checkbox`],base:{color:`neutral.foreground.static.inverted.enabled`,position:`absolute`,inset:0,width:`60%`,margin:`auto`,pointerEvents:`none`,opacity:0,_peerChecked:{opacity:1}}});export{t as checkboxIcon};
2
+ //# sourceMappingURL=checkbox-icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox-icon.js","sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-icon.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const checkboxIcon = defineRecipe({\n className: 'checkbox-icon',\n jsx: ['Checkbox'],\n base: {\n color: 'neutral.foreground.static.inverted.enabled',\n position: 'absolute',\n inset: 0,\n width: '60%',\n margin: 'auto',\n pointerEvents: 'none',\n opacity: 0,\n _peerChecked: {\n opacity: 1,\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["checkboxIcon","defineRecipe","className","jsx","base","color","position","inset","width","margin","pointerEvents","opacity","_peerChecked"],"mappings":";;AAMO,MAAMA,eAAeC,YAAa,CAAA;IACvCC,SAAW,EAAA,eAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAW,KAAA;IACjBC,IAAM,EAAA;QACJC,KAAO,EAAA,4CAAA;QACPC,QAAU,EAAA,UAAA;QACVC,KAAO,EAAA,CAAA;QACPC,KAAO,EAAA,KAAA;QACPC,MAAQ,EAAA,MAAA;QACRC,aAAe,EAAA,MAAA;QACfC,OAAS,EAAA,CAAA;QACTC,YAAc,EAAA;YACZD,OAAS,EAAA;AACX;AACF;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"checkbox-icon.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-icon.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const checkboxIcon = defineRecipe({\n className: 'checkbox-icon',\n jsx: ['Checkbox'],\n base: {\n color: 'neutral.foreground.static.inverted.enabled',\n position: 'absolute',\n inset: 0,\n width: '60%',\n margin: 'auto',\n pointerEvents: 'none',\n opacity: 0,\n _peerChecked: {\n opacity: 1,\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,MAAO,6CACP,SAAU,WACV,MAAO,EACP,MAAO,MACP,OAAQ,OACR,cAAe,OACf,QAAS,EACT,aAAc,CACZ,QAAS,CACV,CACF,CACF,EAAC"}
@@ -1,16 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const checkboxInner = defineRecipe({
4
- className: 'checkbox-inner',
5
- jsx: [
6
- 'Checkbox'
7
- ],
8
- base: {
9
- position: 'relative',
10
- width: 'control.height.50',
11
- height: 'control.height.50'
12
- }
13
- });
14
-
15
- export { checkboxInner };
16
- //# sourceMappingURL=checkbox-inner.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`checkbox-inner`,jsx:[`Checkbox`],base:{position:`relative`,width:`control.height.50`,height:`control.height.50`}});export{t as checkboxInner};
2
+ //# sourceMappingURL=checkbox-inner.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox-inner.js","sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-inner.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const checkboxInner = defineRecipe({\n className: 'checkbox-inner',\n jsx: ['Checkbox'],\n base: {\n position: 'relative',\n width: 'control.height.50',\n height: 'control.height.50',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["checkboxInner","defineRecipe","className","jsx","base","position","width","height"],"mappings":";;AAMO,MAAMA,gBAAgBC,YAAa,CAAA;IACxCC,SAAW,EAAA,gBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAW,KAAA;IACjBC,IAAM,EAAA;QACJC,QAAU,EAAA,UAAA;QACVC,KAAO,EAAA,mBAAA;QACPC,MAAQ,EAAA;AACV;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"checkbox-inner.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-inner.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const checkboxInner = defineRecipe({\n className: 'checkbox-inner',\n jsx: ['Checkbox'],\n base: {\n position: 'relative',\n width: 'control.height.50',\n height: 'control.height.50',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,SAAU,WACV,MAAO,oBACP,OAAQ,mBACT,CACF,EAAC"}
@@ -1,35 +1,2 @@
1
- import { formControl } from '../form-control.js';
2
-
3
- const checkboxInput = formControl.merge({
4
- className: 'checkbox-input',
5
- jsx: [
6
- 'Checkbox'
7
- ],
8
- base: {
9
- display: 'block',
10
- appearance: 'none',
11
- transition: '{animations.base.100}',
12
- width: 'control.height.50',
13
- aspectRatio: '1',
14
- borderRadius: '100',
15
- WebkitTapHighlightColor: 'transparent',
16
- padding: '0',
17
- pointerEvents: 'auto!',
18
- _checked: {
19
- backgroundColor: 'neutral.background.2.brand.selected',
20
- color: 'neutral.foreground.static.inverted.enabled',
21
- borderColor: 'neutral.background.2.brand.selected'
22
- },
23
- _disabled: {
24
- opacity: '0.5',
25
- cursor: 'not-allowed',
26
- pointerEvents: 'none',
27
- _hover: {
28
- borderColor: 'neutral.stroke.7.enabled'
29
- }
30
- }
31
- }
32
- });
33
-
34
- export { checkboxInput };
35
- //# sourceMappingURL=checkbox-input.js.map
1
+ import{formControl as e}from"../form-control.js";const t=e.merge({className:`checkbox-input`,jsx:[`Checkbox`],base:{display:`block`,appearance:`none`,transition:`{animations.base.100}`,width:`control.height.50`,aspectRatio:`1`,borderRadius:`100`,WebkitTapHighlightColor:`transparent`,padding:`0`,pointerEvents:`auto!`,_checked:{backgroundColor:`neutral.background.2.brand.selected`,color:`neutral.foreground.static.inverted.enabled`,borderColor:`neutral.background.2.brand.selected`},_disabled:{opacity:`0.5`,cursor:`not-allowed`,pointerEvents:`none`,_hover:{borderColor:`neutral.stroke.7.enabled`}}}});export{t as checkboxInput};
2
+ //# sourceMappingURL=checkbox-input.js.map