@mage-ui/preset 0.0.12 → 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,37 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const inputSection = defineRecipe({
4
- className: 'input-section',
5
- jsx: [
6
- 'Input'
7
- ],
8
- base: {
9
- position: 'absolute',
10
- top: '50%',
11
- transform: 'translateY(-50%)',
12
- zIndex: '10',
13
- display: 'flex',
14
- alignItems: 'center',
15
- justifyContent: 'center',
16
- color: 'neutral.foreground.3.enabled',
17
- '&:is([data-position=left])': {
18
- left: '{spacing.300}'
19
- },
20
- '&:is([data-position=right])': {
21
- right: '{spacing.300}'
22
- }
23
- },
24
- variants: {
25
- pointerEvents: {
26
- none: {
27
- pointerEvents: 'none'
28
- },
29
- auto: {
30
- pointerEvents: 'auto'
31
- }
32
- }
33
- }
34
- });
35
-
36
- export { inputSection };
37
- //# sourceMappingURL=input-section.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-section`,jsx:[`Input`],base:{position:`absolute`,top:`50%`,transform:`translateY(-50%)`,zIndex:`10`,display:`flex`,alignItems:`center`,justifyContent:`center`,color:`neutral.foreground.3.enabled`,"&:is([data-position=left])":{left:`{spacing.300}`},"&:is([data-position=right])":{right:`{spacing.300}`}},variants:{pointerEvents:{none:{pointerEvents:`none`},auto:{pointerEvents:`auto`}}}});export{t as inputSection};
2
+ //# sourceMappingURL=input-section.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-section.js","sources":["../../../../src/recipes/atoms/inputs/input-section.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputSection = defineRecipe({\n className: 'input-section',\n jsx: ['Input'],\n base: {\n position: 'absolute',\n top: '50%',\n transform: 'translateY(-50%)',\n zIndex: '10',\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n color: 'neutral.foreground.3.enabled',\n '&:is([data-position=left])': {\n left: '{spacing.300}',\n },\n '&:is([data-position=right])': {\n right: '{spacing.300}',\n },\n },\n variants: {\n pointerEvents: {\n none: {\n pointerEvents: 'none',\n },\n auto: {\n pointerEvents: 'auto',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["inputSection","defineRecipe","className","jsx","base","position","top","transform","zIndex","display","alignItems","justifyContent","color","left","right","variants","pointerEvents","none","auto"],"mappings":";;AAMO,MAAMA,eAAeC,YAAa,CAAA;IACvCC,SAAW,EAAA,eAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAQ,KAAA;IACdC,IAAM,EAAA;QACJC,QAAU,EAAA,UAAA;QACVC,GAAK,EAAA,KAAA;QACLC,SAAW,EAAA,kBAAA;QACXC,MAAQ,EAAA,IAAA;QACRC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA,QAAA;QACZC,cAAgB,EAAA,QAAA;QAChBC,KAAO,EAAA,8BAAA;QACP,4BAA8B,EAAA;YAC5BC,IAAM,EAAA;AACR,SAAA;QACA,6BAA+B,EAAA;YAC7BC,KAAO,EAAA;AACT;AACF,KAAA;IACAC,QAAU,EAAA;QACRC,aAAe,EAAA;YACbC,IAAM,EAAA;gBACJD,aAAe,EAAA;AACjB,aAAA;YACAE,IAAM,EAAA;gBACJF,aAAe,EAAA;AACjB;AACF;AACF;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"input-section.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-section.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputSection = defineRecipe({\n className: 'input-section',\n jsx: ['Input'],\n base: {\n position: 'absolute',\n top: '50%',\n transform: 'translateY(-50%)',\n zIndex: '10',\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n color: 'neutral.foreground.3.enabled',\n '&:is([data-position=left])': {\n left: '{spacing.300}',\n },\n '&:is([data-position=right])': {\n right: '{spacing.300}',\n },\n },\n variants: {\n pointerEvents: {\n none: {\n pointerEvents: 'none',\n },\n auto: {\n pointerEvents: 'auto',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,SAAU,WACV,IAAK,MACL,UAAW,mBACX,OAAQ,KACR,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,MAAO,+BACP,6BAA8B,CAC5B,KAAM,eACP,EACD,8BAA+B,CAC7B,MAAO,eACR,CACF,EACD,SAAU,CACR,cAAe,CACb,KAAM,CACJ,cAAe,MAChB,EACD,KAAM,CACJ,cAAe,MAChB,CACF,CACF,CACF,EAAC"}
@@ -1,18 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const inputWrapper = defineRecipe({
4
- className: 'input-wrapper',
5
- jsx: [
6
- 'Input'
7
- ],
8
- base: {
9
- position: 'relative',
10
- color: 'neutral.foreground.1.enabled',
11
- '&:is([data-with-right-section="true"])': {
12
- paddingInlineEnd: 'var(--input-left-section-width) '
13
- }
14
- }
15
- });
16
-
17
- export { inputWrapper };
18
- //# sourceMappingURL=input-wrapper.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-wrapper`,jsx:[`Input`],base:{position:`relative`,color:`neutral.foreground.1.enabled`,'&:is([data-with-right-section="true"])':{paddingInlineEnd:`var(--input-left-section-width) `}}});export{t as inputWrapper};
2
+ //# sourceMappingURL=input-wrapper.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-wrapper.js","sources":["../../../../src/recipes/atoms/inputs/input-wrapper.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputWrapper = defineRecipe({\n className: 'input-wrapper',\n jsx: ['Input'],\n base: {\n position: 'relative',\n color: 'neutral.foreground.1.enabled',\n '&:is([data-with-right-section=\"true\"])': {\n paddingInlineEnd: 'var(--input-left-section-width)\t',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["inputWrapper","defineRecipe","className","jsx","base","position","color","paddingInlineEnd"],"mappings":";;AAMO,MAAMA,eAAeC,YAAa,CAAA;IACvCC,SAAW,EAAA,eAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAQ,KAAA;IACdC,IAAM,EAAA;QACJC,QAAU,EAAA,UAAA;QACVC,KAAO,EAAA,8BAAA;QACP,wCAA0C,EAAA;YACxCC,gBAAkB,EAAA;AACpB;AACF;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"input-wrapper.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-wrapper.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputWrapper = defineRecipe({\n className: 'input-wrapper',\n jsx: ['Input'],\n base: {\n position: 'relative',\n color: 'neutral.foreground.1.enabled',\n '&:is([data-with-right-section=\"true\"])': {\n paddingInlineEnd: 'var(--input-left-section-width)\t',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,SAAU,WACV,MAAO,+BACP,yCAA0C,CACxC,iBAAkB,kCACnB,CACF,CACF,EAAC"}
@@ -1,46 +1,2 @@
1
- import { formControl } from './form-control.js';
2
-
3
- const input = formControl.merge({
4
- className: 'input',
5
- jsx: [
6
- 'Input'
7
- ],
8
- base: {
9
- '&::-webkit-outer-spin-button': {
10
- margin: 0,
11
- WebkitAppearance: 'none'
12
- },
13
- '&::-webkit-inner-spin-button': {
14
- margin: 0,
15
- WebkitAppearance: 'none'
16
- },
17
- '&[type=number]': {
18
- '-moz-appearance': 'textfield'
19
- },
20
- '[data-with-left-section="true"] &': {
21
- paddingInlineStart: 'calc({sizes.400} + {spacing.200})'
22
- },
23
- '[data-with-right-section="true"] &': {
24
- paddingInlineEnd: 'calc({sizes.400} + {spacing.200})'
25
- },
26
- _placeholder: {
27
- color: 'neutral.foreground.3.enabled'
28
- }
29
- },
30
- variants: {
31
- size: {
32
- l: {
33
- height: 'control.height.300'
34
- },
35
- m: {
36
- height: 'control.height.200'
37
- }
38
- }
39
- },
40
- defaultVariants: {
41
- size: 'l'
42
- }
43
- });
44
-
45
- export { input };
46
- //# sourceMappingURL=input.js.map
1
+ import{formControl as e}from"./form-control.js";const t=e.merge({className:`input`,jsx:[`Input`],base:{"&::-webkit-outer-spin-button":{margin:0,WebkitAppearance:`none`},"&::-webkit-inner-spin-button":{margin:0,WebkitAppearance:`none`},"&[type=number]":{"-moz-appearance":`textfield`},'[data-with-left-section="true"] &':{paddingInlineStart:`calc({sizes.400} + {spacing.200})`},'[data-with-right-section="true"] &':{paddingInlineEnd:`calc({sizes.400} + {spacing.200})`},_placeholder:{color:`neutral.foreground.3.enabled`}},variants:{size:{l:{height:`control.height.300`},m:{height:`control.height.200`}}},defaultVariants:{size:`l`}});export{t as input};
2
+ //# sourceMappingURL=input.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input.js","sources":["../../../../src/recipes/atoms/inputs/input.ts"],"sourcesContent":["import type {\n RecipeConfig,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { formControl } from './form-control';\n\nexport const input = formControl.merge({\n className: 'input',\n jsx: ['Input'],\n base: {\n '&::-webkit-outer-spin-button': {\n margin: 0,\n WebkitAppearance: 'none',\n },\n '&::-webkit-inner-spin-button': {\n margin: 0,\n WebkitAppearance: 'none',\n },\n '&[type=number]': {\n '-moz-appearance': 'textfield',\n },\n '[data-with-left-section=\"true\"] &': {\n paddingInlineStart: 'calc({sizes.400} + {spacing.200})',\n },\n '[data-with-right-section=\"true\"] &': {\n paddingInlineEnd: 'calc({sizes.400} + {spacing.200})',\n },\n _placeholder: {\n color: 'neutral.foreground.3.enabled',\n },\n },\n variants: {\n size: {\n l: {\n height: 'control.height.300',\n },\n m: {\n height: 'control.height.200',\n },\n },\n },\n defaultVariants: {\n size: 'l',\n },\n}) as RecipeConfig<RecipeVariantRecord>;\n"],"names":["input","formControl","merge","className","jsx","base","margin","WebkitAppearance","paddingInlineStart","paddingInlineEnd","_placeholder","color","variants","size","l","height","m","defaultVariants"],"mappings":";;AAMaA,MAAAA,KAAAA,GAAQC,WAAYC,CAAAA,KAAK,CAAC;IACrCC,SAAW,EAAA,OAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAQ,KAAA;IACdC,IAAM,EAAA;QACJ,8BAAgC,EAAA;YAC9BC,MAAQ,EAAA,CAAA;YACRC,gBAAkB,EAAA;AACpB,SAAA;QACA,8BAAgC,EAAA;YAC9BD,MAAQ,EAAA,CAAA;YACRC,gBAAkB,EAAA;AACpB,SAAA;QACA,gBAAkB,EAAA;YAChB,iBAAmB,EAAA;AACrB,SAAA;QACA,mCAAqC,EAAA;YACnCC,kBAAoB,EAAA;AACtB,SAAA;QACA,oCAAsC,EAAA;YACpCC,gBAAkB,EAAA;AACpB,SAAA;QACAC,YAAc,EAAA;YACZC,KAAO,EAAA;AACT;AACF,KAAA;IACAC,QAAU,EAAA;QACRC,IAAM,EAAA;YACJC,CAAG,EAAA;gBACDC,MAAQ,EAAA;AACV,aAAA;YACAC,CAAG,EAAA;gBACDD,MAAQ,EAAA;AACV;AACF;AACF,KAAA;IACAE,eAAiB,EAAA;QACfJ,IAAM,EAAA;AACR;AACF,CAAwC;;;;"}
1
+ {"version":3,"file":"input.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input.ts"],"sourcesContent":["import type {\n RecipeConfig,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { formControl } from './form-control';\n\nexport const input = formControl.merge({\n className: 'input',\n jsx: ['Input'],\n base: {\n '&::-webkit-outer-spin-button': {\n margin: 0,\n WebkitAppearance: 'none',\n },\n '&::-webkit-inner-spin-button': {\n margin: 0,\n WebkitAppearance: 'none',\n },\n '&[type=number]': {\n '-moz-appearance': 'textfield',\n },\n '[data-with-left-section=\"true\"] &': {\n paddingInlineStart: 'calc({sizes.400} + {spacing.200})',\n },\n '[data-with-right-section=\"true\"] &': {\n paddingInlineEnd: 'calc({sizes.400} + {spacing.200})',\n },\n _placeholder: {\n color: 'neutral.foreground.3.enabled',\n },\n },\n variants: {\n size: {\n l: {\n height: 'control.height.300',\n },\n m: {\n height: 'control.height.200',\n },\n },\n },\n defaultVariants: {\n size: 'l',\n },\n}) as RecipeConfig<RecipeVariantRecord>;\n"],"mappings":"gDAMA,MAAa,EAAQ,EAAY,MAAM,CACrC,UAAW,QACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,+BAAgC,CAC9B,OAAQ,EACR,iBAAkB,MACnB,EACD,+BAAgC,CAC9B,OAAQ,EACR,iBAAkB,MACnB,EACD,iBAAkB,CAChB,kBAAmB,WACpB,EACD,oCAAqC,CACnC,mBAAoB,mCACrB,EACD,qCAAsC,CACpC,iBAAkB,mCACnB,EACD,aAAc,CACZ,MAAO,8BACR,CACF,EACD,SAAU,CACR,KAAM,CACJ,EAAG,CACD,OAAQ,oBACT,EACD,EAAG,CACD,OAAQ,oBACT,CACF,CACF,EACD,gBAAiB,CACf,KAAM,GACP,CACF,EAAC"}
@@ -1,18 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const tabLabel = defineRecipe({
4
- className: 'tab-label',
5
- jsx: [
6
- 'TabLabel'
7
- ],
8
- base: {
9
- textTransform: 'uppercase',
10
- textAlign: 'center',
11
- whiteSpace: 'nowrap',
12
- fontSize: '400',
13
- fontWeight: '600'
14
- }
15
- });
16
-
17
- export { tabLabel };
18
- //# sourceMappingURL=tab-label.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`tab-label`,jsx:[`TabLabel`],base:{textTransform:`uppercase`,textAlign:`center`,whiteSpace:`nowrap`,fontSize:`400`,fontWeight:`600`}});export{t as tabLabel};
2
+ //# sourceMappingURL=tab-label.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tab-label.js","sources":["../../../../src/recipes/atoms/tab/tab-label.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const tabLabel = defineRecipe({\n className: 'tab-label',\n jsx: ['TabLabel'],\n base: {\n textTransform: 'uppercase',\n textAlign: 'center',\n whiteSpace: 'nowrap',\n fontSize: '400',\n fontWeight: '600',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["tabLabel","defineRecipe","className","jsx","base","textTransform","textAlign","whiteSpace","fontSize","fontWeight"],"mappings":";;AAMO,MAAMA,WAAWC,YAAa,CAAA;IACnCC,SAAW,EAAA,WAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAW,KAAA;IACjBC,IAAM,EAAA;QACJC,aAAe,EAAA,WAAA;QACfC,SAAW,EAAA,QAAA;QACXC,UAAY,EAAA,QAAA;QACZC,QAAU,EAAA,KAAA;QACVC,UAAY,EAAA;AACd;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"tab-label.js","names":[],"sources":["../../../../src/recipes/atoms/tab/tab-label.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const tabLabel = defineRecipe({\n className: 'tab-label',\n jsx: ['TabLabel'],\n base: {\n textTransform: 'uppercase',\n textAlign: 'center',\n whiteSpace: 'nowrap',\n fontSize: '400',\n fontWeight: '600',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAW,EAAa,CACnC,UAAW,YACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,cAAe,YACf,UAAW,SACX,WAAY,SACZ,SAAU,MACV,WAAY,KACb,CACF,EAAC"}
@@ -1,23 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const tabList = defineRecipe({
4
- className: 'tab-list',
5
- jsx: [
6
- 'TabList'
7
- ],
8
- base: {
9
- display: 'flex',
10
- alignItems: 'center',
11
- justifyContent: 'center',
12
- gap: '200',
13
- "&[data-orientation='vertical']": {
14
- flexDirection: 'column'
15
- },
16
- "&[data-orientation='horizontal']": {
17
- flexDirection: 'row'
18
- }
19
- }
20
- });
21
-
22
- export { tabList };
23
- //# sourceMappingURL=tab-list.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`tab-list`,jsx:[`TabList`],base:{display:`flex`,alignItems:`center`,justifyContent:`center`,gap:`200`,"&[data-orientation='vertical']":{flexDirection:`column`},"&[data-orientation='horizontal']":{flexDirection:`row`}}});export{t as tabList};
2
+ //# sourceMappingURL=tab-list.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tab-list.js","sources":["../../../../src/recipes/atoms/tab/tab-list.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const tabList = defineRecipe({\n className: 'tab-list',\n jsx: ['TabList'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n gap: '200',\n\n \"&[data-orientation='vertical']\": {\n flexDirection: 'column',\n },\n \"&[data-orientation='horizontal']\": {\n flexDirection: 'row',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["tabList","defineRecipe","className","jsx","base","display","alignItems","justifyContent","gap","flexDirection"],"mappings":";;AAMO,MAAMA,UAAUC,YAAa,CAAA;IAClCC,SAAW,EAAA,UAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAU,KAAA;IAChBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA,QAAA;QACZC,cAAgB,EAAA,QAAA;QAChBC,GAAK,EAAA,KAAA;QAEL,gCAAkC,EAAA;YAChCC,aAAe,EAAA;AACjB,SAAA;QACA,kCAAoC,EAAA;YAClCA,aAAe,EAAA;AACjB;AACF;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"tab-list.js","names":[],"sources":["../../../../src/recipes/atoms/tab/tab-list.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const tabList = defineRecipe({\n className: 'tab-list',\n jsx: ['TabList'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n gap: '200',\n\n \"&[data-orientation='vertical']\": {\n flexDirection: 'column',\n },\n \"&[data-orientation='horizontal']\": {\n flexDirection: 'row',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAU,EAAa,CAClC,UAAW,WACX,IAAK,CAAC,SAAU,EAChB,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,IAAK,MAEL,iCAAkC,CAChC,cAAe,QAChB,EACD,mCAAoC,CAClC,cAAe,KAChB,CACF,CACF,EAAC"}
@@ -1,16 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const tabPanel = defineRecipe({
4
- className: 'tab-panel',
5
- jsx: [
6
- 'TabPanel'
7
- ],
8
- base: {
9
- display: 'flex',
10
- alignItems: 'flex-start',
11
- justifyContent: 'flex-start'
12
- }
13
- });
14
-
15
- export { tabPanel };
16
- //# sourceMappingURL=tab-panel.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`tab-panel`,jsx:[`TabPanel`],base:{display:`flex`,alignItems:`flex-start`,justifyContent:`flex-start`}});export{t as tabPanel};
2
+ //# sourceMappingURL=tab-panel.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tab-panel.js","sources":["../../../../src/recipes/atoms/tab/tab-panel.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const tabPanel = defineRecipe({\n className: 'tab-panel',\n jsx: ['TabPanel'],\n base: {\n display: 'flex',\n alignItems: 'flex-start',\n justifyContent: 'flex-start',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["tabPanel","defineRecipe","className","jsx","base","display","alignItems","justifyContent"],"mappings":";;AAMO,MAAMA,WAAWC,YAAa,CAAA;IACnCC,SAAW,EAAA,WAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAW,KAAA;IACjBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA,YAAA;QACZC,cAAgB,EAAA;AAClB;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"tab-panel.js","names":[],"sources":["../../../../src/recipes/atoms/tab/tab-panel.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const tabPanel = defineRecipe({\n className: 'tab-panel',\n jsx: ['TabPanel'],\n base: {\n display: 'flex',\n alignItems: 'flex-start',\n justifyContent: 'flex-start',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAW,EAAa,CACnC,UAAW,YACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,QAAS,OACT,WAAY,aACZ,eAAgB,YACjB,CACF,EAAC"}
@@ -1,22 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const tabSection = defineRecipe({
4
- className: 'tab-section',
5
- jsx: [
6
- 'TabSection'
7
- ],
8
- base: {
9
- display: 'flex',
10
- alignItems: 'center',
11
- justifyContent: 'center',
12
- "&[data-position='left']": {
13
- marginLeft: 'calc({spacing.100} * -1)'
14
- },
15
- "&[data-position='right']": {
16
- marginRight: 'calc({spacing.100} * -1)'
17
- }
18
- }
19
- });
20
-
21
- export { tabSection };
22
- //# sourceMappingURL=tab-section.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`tab-section`,jsx:[`TabSection`],base:{display:`flex`,alignItems:`center`,justifyContent:`center`,"&[data-position='left']":{marginLeft:`calc({spacing.100} * -1)`},"&[data-position='right']":{marginRight:`calc({spacing.100} * -1)`}}});export{t as tabSection};
2
+ //# sourceMappingURL=tab-section.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tab-section.js","sources":["../../../../src/recipes/atoms/tab/tab-section.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const tabSection = defineRecipe({\n className: 'tab-section',\n jsx: ['TabSection'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n \"&[data-position='left']\": {\n marginLeft: 'calc({spacing.100} * -1)',\n },\n \"&[data-position='right']\": {\n marginRight: 'calc({spacing.100} * -1)',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["tabSection","defineRecipe","className","jsx","base","display","alignItems","justifyContent","marginLeft","marginRight"],"mappings":";;AAMO,MAAMA,aAAaC,YAAa,CAAA;IACrCC,SAAW,EAAA,aAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA,QAAA;QACZC,cAAgB,EAAA,QAAA;QAChB,yBAA2B,EAAA;YACzBC,UAAY,EAAA;AACd,SAAA;QACA,0BAA4B,EAAA;YAC1BC,WAAa,EAAA;AACf;AACF;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"tab-section.js","names":[],"sources":["../../../../src/recipes/atoms/tab/tab-section.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const tabSection = defineRecipe({\n className: 'tab-section',\n jsx: ['TabSection'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n \"&[data-position='left']\": {\n marginLeft: 'calc({spacing.100} * -1)',\n },\n \"&[data-position='right']\": {\n marginRight: 'calc({spacing.100} * -1)',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAa,EAAa,CACrC,UAAW,cACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,0BAA2B,CACzB,WAAY,0BACb,EACD,2BAA4B,CAC1B,YAAa,0BACd,CACF,CACF,EAAC"}
@@ -1,158 +1,2 @@
1
- import { focus } from '../../shared/focus.js';
2
-
3
- const tab = focus.merge({
4
- className: 'tab',
5
- jsx: [
6
- 'Tab'
7
- ],
8
- base: {
9
- display: 'flex',
10
- flexDirection: 'row',
11
- alignItems: 'center',
12
- justifyItems: 'center',
13
- gap: '100',
14
- padding: '{spacing.100} {spacing.300}',
15
- cursor: 'pointer',
16
- transition: '{animations.base.100}',
17
- _hover: {
18
- transition: '{animations.base.100}'
19
- },
20
- _focus: {
21
- outline: 'none',
22
- boxShadow: 'none'
23
- },
24
- _active: {
25
- outline: 'none!'
26
- },
27
- _disabled: {
28
- opacity: '0.4',
29
- pointerEvents: 'none'
30
- },
31
- "&[data-orientation='vertical']": {
32
- width: '100%'
33
- }
34
- },
35
- variants: {
36
- variant: {
37
- pill: {
38
- border: 'none',
39
- borderRadius: '200'
40
- },
41
- tab: {
42
- borderWidth: '1px',
43
- borderBottomWidth: '0',
44
- borderTopWidth: '3px',
45
- borderStyle: 'solid',
46
- borderRadius: '0',
47
- "&[data-orientation='vertical']": {
48
- borderTopWidth: '1px',
49
- borderLeftWidth: '3px',
50
- borderBottomWidth: '1px',
51
- borderRightWidth: '0'
52
- }
53
- }
54
- },
55
- color: {
56
- unstyled: {},
57
- primary: {},
58
- neutral: {}
59
- }
60
- },
61
- compoundVariants: [
62
- {
63
- variant: 'pill',
64
- color: 'primary',
65
- css: {
66
- backgroundColor: 'neutral.background.1.enabled',
67
- color: 'primary.foreground.2.enabled',
68
- _hover: {
69
- backgroundColor: 'primary.background.4.hovered',
70
- color: 'primary.foreground.2.hovered'
71
- },
72
- _active: {
73
- backgroundColor: 'primary.background.5.enabled',
74
- color: 'primary.foreground.2.enabled',
75
- _hover: {
76
- backgroundColor: 'primary.background.2.hovered',
77
- color: 'neutral.foreground.1.onBrand.enabled'
78
- }
79
- }
80
- }
81
- },
82
- {
83
- variant: 'pill',
84
- color: 'neutral',
85
- css: {
86
- backgroundColor: 'neutral.background.1.enabled',
87
- color: 'neutral.foreground.3.enabled',
88
- _hover: {
89
- backgroundColor: 'neutral.background.2.hovered',
90
- color: 'neutral.foreground.2.hovered'
91
- },
92
- _active: {
93
- backgroundColor: 'neutral.background.2.enabled',
94
- color: 'neutral.foreground.2.enabled',
95
- _hover: {
96
- backgroundColor: 'neutral.background.3.hovered',
97
- color: 'neutral.foreground.2.hovered'
98
- }
99
- }
100
- }
101
- },
102
- {
103
- variant: 'tab',
104
- color: 'primary',
105
- css: {
106
- backgroundColor: 'neutral.background.1.enabled',
107
- color: 'primary.foreground.2.enabled',
108
- borderColor: 'primary.stroke.3.enabled',
109
- _hover: {
110
- backgroundColor: 'primary.background.4.hovered',
111
- color: 'primary.foreground.2.hovered',
112
- borderColor: 'primary.stroke.1.hovered'
113
- },
114
- _active: {
115
- backgroundColor: 'primary.background.5.enabled',
116
- color: 'primary.foreground.2.enabled',
117
- borderColor: 'primary.stroke.2.enabled',
118
- _hover: {
119
- backgroundColor: 'primary.background.2.hovered',
120
- color: 'neutral.foreground.1.onBrand.enabled',
121
- borderColor: 'primary.stroke.2.hovered'
122
- }
123
- }
124
- }
125
- },
126
- {
127
- variant: 'tab',
128
- color: 'neutral',
129
- css: {
130
- backgroundColor: 'neutral.background.1.enabled',
131
- color: 'neutral.foreground.3.enabled',
132
- borderColor: 'neutral.stroke.3.enabled',
133
- _hover: {
134
- backgroundColor: 'neutral.background.2.hovered',
135
- color: 'neutral.foreground.2.hovered',
136
- borderColor: 'neutral.stroke.1.hovered'
137
- },
138
- _active: {
139
- backgroundColor: 'neutral.background.2.enabled',
140
- color: 'neutral.foreground.2.enabled',
141
- borderColor: 'neutral.stroke.2.enabled',
142
- _hover: {
143
- backgroundColor: 'neutral.background.3.hovered',
144
- color: 'neutral.foreground.static.enabled',
145
- borderColor: 'neutral.stroke.2.hovered'
146
- }
147
- }
148
- }
149
- }
150
- ],
151
- defaultVariants: {
152
- color: 'neutral',
153
- variant: 'tab'
154
- }
155
- });
156
-
157
- export { tab };
158
- //# sourceMappingURL=tab.js.map
1
+ import{focus as e}from"../../shared/focus.js";const t=e.merge({className:`tab`,jsx:[`Tab`],base:{display:`flex`,flexDirection:`row`,alignItems:`center`,justifyItems:`center`,gap:`100`,padding:`{spacing.100} {spacing.300}`,cursor:`pointer`,transition:`{animations.base.100}`,_hover:{transition:`{animations.base.100}`},_focus:{outline:`none`,boxShadow:`none`},_active:{outline:`none!`},_disabled:{opacity:`0.4`,pointerEvents:`none`},"&[data-orientation='vertical']":{width:`100%`}},variants:{variant:{pill:{border:`none`,borderRadius:`200`},tab:{borderWidth:`1px`,borderBottomWidth:`0`,borderTopWidth:`3px`,borderStyle:`solid`,borderRadius:`0`,"&[data-orientation='vertical']":{borderTopWidth:`1px`,borderLeftWidth:`3px`,borderBottomWidth:`1px`,borderRightWidth:`0`}}},color:{unstyled:{},primary:{},neutral:{}}},compoundVariants:[{variant:`pill`,color:`primary`,css:{backgroundColor:`neutral.background.1.enabled`,color:`primary.foreground.2.enabled`,_hover:{backgroundColor:`primary.background.4.hovered`,color:`primary.foreground.2.hovered`},_active:{backgroundColor:`primary.background.5.enabled`,color:`primary.foreground.2.enabled`,_hover:{backgroundColor:`primary.background.2.hovered`,color:`neutral.foreground.1.onBrand.enabled`}}}},{variant:`pill`,color:`neutral`,css:{backgroundColor:`neutral.background.1.enabled`,color:`neutral.foreground.3.enabled`,_hover:{backgroundColor:`neutral.background.2.hovered`,color:`neutral.foreground.2.hovered`},_active:{backgroundColor:`neutral.background.2.enabled`,color:`neutral.foreground.2.enabled`,_hover:{backgroundColor:`neutral.background.3.hovered`,color:`neutral.foreground.2.hovered`}}}},{variant:`tab`,color:`primary`,css:{backgroundColor:`neutral.background.1.enabled`,color:`primary.foreground.2.enabled`,borderColor:`primary.stroke.3.enabled`,_hover:{backgroundColor:`primary.background.4.hovered`,color:`primary.foreground.2.hovered`,borderColor:`primary.stroke.1.hovered`},_active:{backgroundColor:`primary.background.5.enabled`,color:`primary.foreground.2.enabled`,borderColor:`primary.stroke.2.enabled`,_hover:{backgroundColor:`primary.background.2.hovered`,color:`neutral.foreground.1.onBrand.enabled`,borderColor:`primary.stroke.2.hovered`}}}},{variant:`tab`,color:`neutral`,css:{backgroundColor:`neutral.background.1.enabled`,color:`neutral.foreground.3.enabled`,borderColor:`neutral.stroke.3.enabled`,_hover:{backgroundColor:`neutral.background.2.hovered`,color:`neutral.foreground.2.hovered`,borderColor:`neutral.stroke.1.hovered`},_active:{backgroundColor:`neutral.background.2.enabled`,color:`neutral.foreground.2.enabled`,borderColor:`neutral.stroke.2.enabled`,_hover:{backgroundColor:`neutral.background.3.hovered`,color:`neutral.foreground.static.enabled`,borderColor:`neutral.stroke.2.hovered`}}}}],defaultVariants:{color:`neutral`,variant:`tab`}});export{t as tab};
2
+ //# sourceMappingURL=tab.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tab.js","sources":["../../../../src/recipes/atoms/tab/tab.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { focus } from '../../shared/focus';\n\nexport const tab = focus.merge({\n className: 'tab',\n jsx: ['Tab'],\n base: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n justifyItems: 'center',\n gap: '100',\n padding: '{spacing.100} {spacing.300}',\n cursor: 'pointer',\n transition: '{animations.base.100}',\n _hover: {\n transition: '{animations.base.100}',\n },\n _focus: {\n outline: 'none',\n boxShadow: 'none',\n },\n _active: {\n outline: 'none!',\n },\n _disabled: {\n opacity: '0.4',\n pointerEvents: 'none',\n },\n\n \"&[data-orientation='vertical']\": {\n width: '100%',\n },\n },\n variants: {\n variant: {\n pill: {\n border: 'none',\n borderRadius: '200',\n },\n tab: {\n borderWidth: '1px',\n borderBottomWidth: '0',\n borderTopWidth: '3px',\n borderStyle: 'solid',\n borderRadius: '0',\n \"&[data-orientation='vertical']\": {\n borderTopWidth: '1px',\n borderLeftWidth: '3px',\n borderBottomWidth: '1px',\n borderRightWidth: '0',\n },\n },\n },\n color: {\n unstyled: {},\n primary: {},\n neutral: {},\n },\n },\n compoundVariants: [\n {\n variant: 'pill',\n color: 'primary',\n css: {\n backgroundColor: 'neutral.background.1.enabled',\n color: 'primary.foreground.2.enabled',\n\n _hover: {\n backgroundColor: 'primary.background.4.hovered',\n color: 'primary.foreground.2.hovered',\n },\n _active: {\n backgroundColor: 'primary.background.5.enabled',\n color: 'primary.foreground.2.enabled',\n\n _hover: {\n backgroundColor: 'primary.background.2.hovered',\n color: 'neutral.foreground.1.onBrand.enabled',\n },\n },\n },\n },\n {\n variant: 'pill',\n color: 'neutral',\n css: {\n backgroundColor: 'neutral.background.1.enabled',\n color: 'neutral.foreground.3.enabled',\n\n _hover: {\n backgroundColor: 'neutral.background.2.hovered',\n color: 'neutral.foreground.2.hovered',\n },\n _active: {\n backgroundColor: 'neutral.background.2.enabled',\n color: 'neutral.foreground.2.enabled',\n\n _hover: {\n backgroundColor: 'neutral.background.3.hovered',\n color: 'neutral.foreground.2.hovered',\n },\n },\n },\n },\n {\n variant: 'tab',\n color: 'primary',\n css: {\n backgroundColor: 'neutral.background.1.enabled',\n color: 'primary.foreground.2.enabled',\n borderColor: 'primary.stroke.3.enabled',\n _hover: {\n backgroundColor: 'primary.background.4.hovered',\n color: 'primary.foreground.2.hovered',\n borderColor: 'primary.stroke.1.hovered',\n },\n _active: {\n backgroundColor: 'primary.background.5.enabled',\n color: 'primary.foreground.2.enabled',\n borderColor: 'primary.stroke.2.enabled',\n _hover: {\n backgroundColor: 'primary.background.2.hovered',\n color: 'neutral.foreground.1.onBrand.enabled',\n borderColor: 'primary.stroke.2.hovered',\n },\n },\n },\n },\n {\n variant: 'tab',\n color: 'neutral',\n css: {\n backgroundColor: 'neutral.background.1.enabled',\n color: 'neutral.foreground.3.enabled',\n borderColor: 'neutral.stroke.3.enabled',\n _hover: {\n backgroundColor: 'neutral.background.2.hovered',\n color: 'neutral.foreground.2.hovered',\n borderColor: 'neutral.stroke.1.hovered',\n },\n _active: {\n backgroundColor: 'neutral.background.2.enabled',\n color: 'neutral.foreground.2.enabled',\n borderColor: 'neutral.stroke.2.enabled',\n _hover: {\n backgroundColor: 'neutral.background.3.hovered',\n color: 'neutral.foreground.static.enabled',\n borderColor: 'neutral.stroke.2.hovered',\n },\n },\n },\n },\n ],\n defaultVariants: {\n color: 'neutral',\n variant: 'tab',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["tab","focus","merge","className","jsx","base","display","flexDirection","alignItems","justifyItems","gap","padding","cursor","transition","_hover","_focus","outline","boxShadow","_active","_disabled","opacity","pointerEvents","width","variants","variant","pill","border","borderRadius","borderWidth","borderBottomWidth","borderTopWidth","borderStyle","borderLeftWidth","borderRightWidth","color","unstyled","primary","neutral","compoundVariants","css","backgroundColor","borderColor","defaultVariants"],"mappings":";;AAMaA,MAAAA,GAAAA,GAAMC,KAAMC,CAAAA,KAAK,CAAC;IAC7BC,SAAW,EAAA,KAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAM,KAAA;IACZC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,aAAe,EAAA,KAAA;QACfC,UAAY,EAAA,QAAA;QACZC,YAAc,EAAA,QAAA;QACdC,GAAK,EAAA,KAAA;QACLC,OAAS,EAAA,6BAAA;QACTC,MAAQ,EAAA,SAAA;QACRC,UAAY,EAAA,uBAAA;QACZC,MAAQ,EAAA;YACND,UAAY,EAAA;AACd,SAAA;QACAE,MAAQ,EAAA;YACNC,OAAS,EAAA,MAAA;YACTC,SAAW,EAAA;AACb,SAAA;QACAC,OAAS,EAAA;YACPF,OAAS,EAAA;AACX,SAAA;QACAG,SAAW,EAAA;YACTC,OAAS,EAAA,KAAA;YACTC,aAAe,EAAA;AACjB,SAAA;QAEA,gCAAkC,EAAA;YAChCC,KAAO,EAAA;AACT;AACF,KAAA;IACAC,QAAU,EAAA;QACRC,OAAS,EAAA;YACPC,IAAM,EAAA;gBACJC,MAAQ,EAAA,MAAA;gBACRC,YAAc,EAAA;AAChB,aAAA;YACA3B,GAAK,EAAA;gBACH4B,WAAa,EAAA,KAAA;gBACbC,iBAAmB,EAAA,GAAA;gBACnBC,cAAgB,EAAA,KAAA;gBAChBC,WAAa,EAAA,OAAA;gBACbJ,YAAc,EAAA,GAAA;gBACd,gCAAkC,EAAA;oBAChCG,cAAgB,EAAA,KAAA;oBAChBE,eAAiB,EAAA,KAAA;oBACjBH,iBAAmB,EAAA,KAAA;oBACnBI,gBAAkB,EAAA;AACpB;AACF;AACF,SAAA;QACAC,KAAO,EAAA;AACLC,YAAAA,QAAAA,EAAU,EAAC;AACXC,YAAAA,OAAAA,EAAS,EAAC;AACVC,YAAAA,OAAAA,EAAS;AACX;AACF,KAAA;IACAC,gBAAkB,EAAA;AAChB,QAAA;YACEd,OAAS,EAAA,MAAA;YACTU,KAAO,EAAA,SAAA;YACPK,GAAK,EAAA;gBACHC,eAAiB,EAAA,8BAAA;gBACjBN,KAAO,EAAA,8BAAA;gBAEPpB,MAAQ,EAAA;oBACN0B,eAAiB,EAAA,8BAAA;oBACjBN,KAAO,EAAA;AACT,iBAAA;gBACAhB,OAAS,EAAA;oBACPsB,eAAiB,EAAA,8BAAA;oBACjBN,KAAO,EAAA,8BAAA;oBAEPpB,MAAQ,EAAA;wBACN0B,eAAiB,EAAA,8BAAA;wBACjBN,KAAO,EAAA;AACT;AACF;AACF;AACF,SAAA;AACA,QAAA;YACEV,OAAS,EAAA,MAAA;YACTU,KAAO,EAAA,SAAA;YACPK,GAAK,EAAA;gBACHC,eAAiB,EAAA,8BAAA;gBACjBN,KAAO,EAAA,8BAAA;gBAEPpB,MAAQ,EAAA;oBACN0B,eAAiB,EAAA,8BAAA;oBACjBN,KAAO,EAAA;AACT,iBAAA;gBACAhB,OAAS,EAAA;oBACPsB,eAAiB,EAAA,8BAAA;oBACjBN,KAAO,EAAA,8BAAA;oBAEPpB,MAAQ,EAAA;wBACN0B,eAAiB,EAAA,8BAAA;wBACjBN,KAAO,EAAA;AACT;AACF;AACF;AACF,SAAA;AACA,QAAA;YACEV,OAAS,EAAA,KAAA;YACTU,KAAO,EAAA,SAAA;YACPK,GAAK,EAAA;gBACHC,eAAiB,EAAA,8BAAA;gBACjBN,KAAO,EAAA,8BAAA;gBACPO,WAAa,EAAA,0BAAA;gBACb3B,MAAQ,EAAA;oBACN0B,eAAiB,EAAA,8BAAA;oBACjBN,KAAO,EAAA,8BAAA;oBACPO,WAAa,EAAA;AACf,iBAAA;gBACAvB,OAAS,EAAA;oBACPsB,eAAiB,EAAA,8BAAA;oBACjBN,KAAO,EAAA,8BAAA;oBACPO,WAAa,EAAA,0BAAA;oBACb3B,MAAQ,EAAA;wBACN0B,eAAiB,EAAA,8BAAA;wBACjBN,KAAO,EAAA,sCAAA;wBACPO,WAAa,EAAA;AACf;AACF;AACF;AACF,SAAA;AACA,QAAA;YACEjB,OAAS,EAAA,KAAA;YACTU,KAAO,EAAA,SAAA;YACPK,GAAK,EAAA;gBACHC,eAAiB,EAAA,8BAAA;gBACjBN,KAAO,EAAA,8BAAA;gBACPO,WAAa,EAAA,0BAAA;gBACb3B,MAAQ,EAAA;oBACN0B,eAAiB,EAAA,8BAAA;oBACjBN,KAAO,EAAA,8BAAA;oBACPO,WAAa,EAAA;AACf,iBAAA;gBACAvB,OAAS,EAAA;oBACPsB,eAAiB,EAAA,8BAAA;oBACjBN,KAAO,EAAA,8BAAA;oBACPO,WAAa,EAAA,0BAAA;oBACb3B,MAAQ,EAAA;wBACN0B,eAAiB,EAAA,8BAAA;wBACjBN,KAAO,EAAA,mCAAA;wBACPO,WAAa,EAAA;AACf;AACF;AACF;AACF;AACD,KAAA;IACDC,eAAiB,EAAA;QACfR,KAAO,EAAA,SAAA;QACPV,OAAS,EAAA;AACX;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"tab.js","names":[],"sources":["../../../../src/recipes/atoms/tab/tab.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { focus } from '../../shared/focus';\n\nexport const tab = focus.merge({\n className: 'tab',\n jsx: ['Tab'],\n base: {\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n justifyItems: 'center',\n gap: '100',\n padding: '{spacing.100} {spacing.300}',\n cursor: 'pointer',\n transition: '{animations.base.100}',\n _hover: {\n transition: '{animations.base.100}',\n },\n _focus: {\n outline: 'none',\n boxShadow: 'none',\n },\n _active: {\n outline: 'none!',\n },\n _disabled: {\n opacity: '0.4',\n pointerEvents: 'none',\n },\n\n \"&[data-orientation='vertical']\": {\n width: '100%',\n },\n },\n variants: {\n variant: {\n pill: {\n border: 'none',\n borderRadius: '200',\n },\n tab: {\n borderWidth: '1px',\n borderBottomWidth: '0',\n borderTopWidth: '3px',\n borderStyle: 'solid',\n borderRadius: '0',\n \"&[data-orientation='vertical']\": {\n borderTopWidth: '1px',\n borderLeftWidth: '3px',\n borderBottomWidth: '1px',\n borderRightWidth: '0',\n },\n },\n },\n color: {\n unstyled: {},\n primary: {},\n neutral: {},\n },\n },\n compoundVariants: [\n {\n variant: 'pill',\n color: 'primary',\n css: {\n backgroundColor: 'neutral.background.1.enabled',\n color: 'primary.foreground.2.enabled',\n\n _hover: {\n backgroundColor: 'primary.background.4.hovered',\n color: 'primary.foreground.2.hovered',\n },\n _active: {\n backgroundColor: 'primary.background.5.enabled',\n color: 'primary.foreground.2.enabled',\n\n _hover: {\n backgroundColor: 'primary.background.2.hovered',\n color: 'neutral.foreground.1.onBrand.enabled',\n },\n },\n },\n },\n {\n variant: 'pill',\n color: 'neutral',\n css: {\n backgroundColor: 'neutral.background.1.enabled',\n color: 'neutral.foreground.3.enabled',\n\n _hover: {\n backgroundColor: 'neutral.background.2.hovered',\n color: 'neutral.foreground.2.hovered',\n },\n _active: {\n backgroundColor: 'neutral.background.2.enabled',\n color: 'neutral.foreground.2.enabled',\n\n _hover: {\n backgroundColor: 'neutral.background.3.hovered',\n color: 'neutral.foreground.2.hovered',\n },\n },\n },\n },\n {\n variant: 'tab',\n color: 'primary',\n css: {\n backgroundColor: 'neutral.background.1.enabled',\n color: 'primary.foreground.2.enabled',\n borderColor: 'primary.stroke.3.enabled',\n _hover: {\n backgroundColor: 'primary.background.4.hovered',\n color: 'primary.foreground.2.hovered',\n borderColor: 'primary.stroke.1.hovered',\n },\n _active: {\n backgroundColor: 'primary.background.5.enabled',\n color: 'primary.foreground.2.enabled',\n borderColor: 'primary.stroke.2.enabled',\n _hover: {\n backgroundColor: 'primary.background.2.hovered',\n color: 'neutral.foreground.1.onBrand.enabled',\n borderColor: 'primary.stroke.2.hovered',\n },\n },\n },\n },\n {\n variant: 'tab',\n color: 'neutral',\n css: {\n backgroundColor: 'neutral.background.1.enabled',\n color: 'neutral.foreground.3.enabled',\n borderColor: 'neutral.stroke.3.enabled',\n _hover: {\n backgroundColor: 'neutral.background.2.hovered',\n color: 'neutral.foreground.2.hovered',\n borderColor: 'neutral.stroke.1.hovered',\n },\n _active: {\n backgroundColor: 'neutral.background.2.enabled',\n color: 'neutral.foreground.2.enabled',\n borderColor: 'neutral.stroke.2.enabled',\n _hover: {\n backgroundColor: 'neutral.background.3.hovered',\n color: 'neutral.foreground.static.enabled',\n borderColor: 'neutral.stroke.2.hovered',\n },\n },\n },\n },\n ],\n defaultVariants: {\n color: 'neutral',\n variant: 'tab',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"8CAMA,MAAa,EAAM,EAAM,MAAM,CAC7B,UAAW,MACX,IAAK,CAAC,KAAM,EACZ,KAAM,CACJ,QAAS,OACT,cAAe,MACf,WAAY,SACZ,aAAc,SACd,IAAK,MACL,QAAS,8BACT,OAAQ,UACR,WAAY,wBACZ,OAAQ,CACN,WAAY,uBACb,EACD,OAAQ,CACN,QAAS,OACT,UAAW,MACZ,EACD,QAAS,CACP,QAAS,OACV,EACD,UAAW,CACT,QAAS,MACT,cAAe,MAChB,EAED,iCAAkC,CAChC,MAAO,MACR,CACF,EACD,SAAU,CACR,QAAS,CACP,KAAM,CACJ,OAAQ,OACR,aAAc,KACf,EACD,IAAK,CACH,YAAa,MACb,kBAAmB,IACnB,eAAgB,MAChB,YAAa,QACb,aAAc,IACd,iCAAkC,CAChC,eAAgB,MAChB,gBAAiB,MACjB,kBAAmB,MACnB,iBAAkB,GACnB,CACF,CACF,EACD,MAAO,CACL,SAAU,CAAE,EACZ,QAAS,CAAE,EACX,QAAS,CAAE,CACZ,CACF,EACD,iBAAkB,CAChB,CACE,QAAS,OACT,MAAO,UACP,IAAK,CACH,gBAAiB,+BACjB,MAAO,+BAEP,OAAQ,CACN,gBAAiB,+BACjB,MAAO,8BACR,EACD,QAAS,CACP,gBAAiB,+BACjB,MAAO,+BAEP,OAAQ,CACN,gBAAiB,+BACjB,MAAO,sCACR,CACF,CACF,CACF,EACD,CACE,QAAS,OACT,MAAO,UACP,IAAK,CACH,gBAAiB,+BACjB,MAAO,+BAEP,OAAQ,CACN,gBAAiB,+BACjB,MAAO,8BACR,EACD,QAAS,CACP,gBAAiB,+BACjB,MAAO,+BAEP,OAAQ,CACN,gBAAiB,+BACjB,MAAO,8BACR,CACF,CACF,CACF,EACD,CACE,QAAS,MACT,MAAO,UACP,IAAK,CACH,gBAAiB,+BACjB,MAAO,+BACP,YAAa,2BACb,OAAQ,CACN,gBAAiB,+BACjB,MAAO,+BACP,YAAa,0BACd,EACD,QAAS,CACP,gBAAiB,+BACjB,MAAO,+BACP,YAAa,2BACb,OAAQ,CACN,gBAAiB,+BACjB,MAAO,uCACP,YAAa,0BACd,CACF,CACF,CACF,EACD,CACE,QAAS,MACT,MAAO,UACP,IAAK,CACH,gBAAiB,+BACjB,MAAO,+BACP,YAAa,2BACb,OAAQ,CACN,gBAAiB,+BACjB,MAAO,+BACP,YAAa,0BACd,EACD,QAAS,CACP,gBAAiB,+BACjB,MAAO,+BACP,YAAa,2BACb,OAAQ,CACN,gBAAiB,+BACjB,MAAO,oCACP,YAAa,0BACd,CACF,CACF,CACF,CACF,EACD,gBAAiB,CACf,MAAO,UACP,QAAS,KACV,CACF,EAAC"}
@@ -1,27 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const tabs = defineRecipe({
4
- className: 'tabs',
5
- jsx: [
6
- 'Tabs'
7
- ],
8
- base: {
9
- display: 'flex',
10
- alignItems: 'flex-start',
11
- justifyContent: 'flex-start',
12
- flexDirection: 'column',
13
- gap: '200'
14
- },
15
- variants: {
16
- orientation: {
17
- horizontal: {},
18
- vertical: {}
19
- }
20
- },
21
- defaultVariants: {
22
- orientation: 'horizontal'
23
- }
24
- });
25
-
26
- export { tabs };
27
- //# sourceMappingURL=tabs.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`tabs`,jsx:[`Tabs`],base:{display:`flex`,alignItems:`flex-start`,justifyContent:`flex-start`,flexDirection:`column`,gap:`200`},variants:{orientation:{horizontal:{},vertical:{}}},defaultVariants:{orientation:`horizontal`}});export{t as tabs};
2
+ //# sourceMappingURL=tabs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tabs.js","sources":["../../../../src/recipes/atoms/tab/tabs.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const tabs = defineRecipe({\n className: 'tabs',\n jsx: ['Tabs'],\n base: {\n display: 'flex',\n alignItems: 'flex-start',\n justifyContent: 'flex-start',\n flexDirection: 'column',\n gap: '200',\n },\n variants: {\n orientation: {\n horizontal: {},\n vertical: {},\n },\n },\n defaultVariants: {\n orientation: 'horizontal',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["tabs","defineRecipe","className","jsx","base","display","alignItems","justifyContent","flexDirection","gap","variants","orientation","horizontal","vertical","defaultVariants"],"mappings":";;AAMO,MAAMA,OAAOC,YAAa,CAAA;IAC/BC,SAAW,EAAA,MAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAO,KAAA;IACbC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA,YAAA;QACZC,cAAgB,EAAA,YAAA;QAChBC,aAAe,EAAA,QAAA;QACfC,GAAK,EAAA;AACP,KAAA;IACAC,QAAU,EAAA;QACRC,WAAa,EAAA;AACXC,YAAAA,UAAAA,EAAY,EAAC;AACbC,YAAAA,QAAAA,EAAU;AACZ;AACF,KAAA;IACAC,eAAiB,EAAA;QACfH,WAAa,EAAA;AACf;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"tabs.js","names":[],"sources":["../../../../src/recipes/atoms/tab/tabs.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const tabs = defineRecipe({\n className: 'tabs',\n jsx: ['Tabs'],\n base: {\n display: 'flex',\n alignItems: 'flex-start',\n justifyContent: 'flex-start',\n flexDirection: 'column',\n gap: '200',\n },\n variants: {\n orientation: {\n horizontal: {},\n vertical: {},\n },\n },\n defaultVariants: {\n orientation: 'horizontal',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAO,EAAa,CAC/B,UAAW,OACX,IAAK,CAAC,MAAO,EACb,KAAM,CACJ,QAAS,OACT,WAAY,aACZ,eAAgB,aAChB,cAAe,SACf,IAAK,KACN,EACD,SAAU,CACR,YAAa,CACX,WAAY,CAAE,EACd,SAAU,CAAE,CACb,CACF,EACD,gBAAiB,CACf,YAAa,YACd,CACF,EAAC"}
@@ -1,95 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const wrappedIcon = defineRecipe({
4
- className: 'wrapped-icon',
5
- jsx: [
6
- 'WrappedIcon'
7
- ],
8
- base: {
9
- display: 'inline-flex',
10
- alignItems: 'center',
11
- justifyContent: 'center',
12
- aspectRatio: '1'
13
- },
14
- variants: {
15
- variant: {
16
- unstyled: {},
17
- filled: {
18
- border: 'none'
19
- },
20
- outlined: {
21
- borderWidth: '1px',
22
- borderStyle: 'solid',
23
- backgroundColor: 'transparent'
24
- }
25
- },
26
- shape: {
27
- unstyled: {},
28
- rounded: {
29
- borderRadius: '900'
30
- },
31
- square: {
32
- borderRadius: '50'
33
- }
34
- },
35
- color: {
36
- unstyled: {},
37
- primary: {},
38
- neutral: {}
39
- },
40
- size: {
41
- l: {
42
- height: '{sizes.600}'
43
- },
44
- m: {
45
- height: '{sizes.500}'
46
- },
47
- s: {
48
- height: '{sizes.400}'
49
- }
50
- }
51
- },
52
- compoundVariants: [
53
- {
54
- variant: 'filled',
55
- color: 'primary',
56
- css: {
57
- color: 'neutral.foreground.1.onBrand.enabled',
58
- backgroundColor: 'primary.background.2.enabled'
59
- }
60
- },
61
- {
62
- variant: 'filled',
63
- color: 'neutral',
64
- css: {
65
- color: 'neutral.foreground.2.onBrand.enabled',
66
- backgroundColor: 'neutral.background.2.enabled'
67
- }
68
- },
69
- {
70
- variant: 'outlined',
71
- color: 'primary',
72
- css: {
73
- color: 'primary.foreground.1.enabled',
74
- borderColor: 'primary.stroke.2.enabled'
75
- }
76
- },
77
- {
78
- variant: 'outlined',
79
- color: 'neutral',
80
- css: {
81
- color: 'neutral.foreground.1.enabled',
82
- borderColor: 'neutral.stroke.2.enabled'
83
- }
84
- }
85
- ],
86
- defaultVariants: {
87
- variant: 'filled',
88
- shape: 'rounded',
89
- color: 'neutral',
90
- size: 'm'
91
- }
92
- });
93
-
94
- export { wrappedIcon };
95
- //# sourceMappingURL=wrapped-icon.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`wrapped-icon`,jsx:[`WrappedIcon`],base:{display:`inline-flex`,alignItems:`center`,justifyContent:`center`,aspectRatio:`1`},variants:{variant:{unstyled:{},filled:{border:`none`},outlined:{borderWidth:`1px`,borderStyle:`solid`,backgroundColor:`transparent`}},shape:{unstyled:{},rounded:{borderRadius:`900`},square:{borderRadius:`50`}},color:{unstyled:{},primary:{},neutral:{}},size:{l:{height:`{sizes.600}`},m:{height:`{sizes.500}`},s:{height:`{sizes.400}`}}},compoundVariants:[{variant:`filled`,color:`primary`,css:{color:`neutral.foreground.1.onBrand.enabled`,backgroundColor:`primary.background.2.enabled`}},{variant:`filled`,color:`neutral`,css:{color:`neutral.foreground.2.onBrand.enabled`,backgroundColor:`neutral.background.2.enabled`}},{variant:`outlined`,color:`primary`,css:{color:`primary.foreground.1.enabled`,borderColor:`primary.stroke.2.enabled`}},{variant:`outlined`,color:`neutral`,css:{color:`neutral.foreground.1.enabled`,borderColor:`neutral.stroke.2.enabled`}}],defaultVariants:{variant:`filled`,shape:`rounded`,color:`neutral`,size:`m`}});export{t as wrappedIcon};
2
+ //# sourceMappingURL=wrapped-icon.js.map