@ecoma-io/loom 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (398) hide show
  1. package/dist/index.js +38 -6
  2. package/dist/packages/blocks/app-header/src/AppHeader.js.map +1 -1
  3. package/dist/packages/blocks/app-header/src/AppHeader.vue.d.ts.map +1 -1
  4. package/dist/packages/blocks/app-header/src/AppHeader.vue_vue_type_script_setup_true_lang.js +1 -0
  5. package/dist/packages/blocks/app-header/src/AppHeader.vue_vue_type_script_setup_true_lang.js.map +1 -1
  6. package/dist/packages/blocks/desktop-app-shell/src/DesktopAppShell.vue.d.ts +3 -3
  7. package/dist/packages/blocks/metric-card/src/MetricCard.js.map +1 -1
  8. package/dist/packages/blocks/metric-card/src/MetricCard.vue.d.ts +22 -4
  9. package/dist/packages/blocks/metric-card/src/MetricCard.vue.d.ts.map +1 -1
  10. package/dist/packages/blocks/metric-card/src/MetricCard.vue_vue_type_script_setup_true_lang.js +38 -15
  11. package/dist/packages/blocks/metric-card/src/MetricCard.vue_vue_type_script_setup_true_lang.js.map +1 -1
  12. package/dist/packages/blocks/title-bar/src/TitleBar.vue.d.ts +3 -3
  13. package/dist/packages/blocks/toast-stack/src/ToastStack.vue.d.ts +3 -3
  14. package/dist/packages/composition/scroll-reel/src/ScrollReel.js +2 -2
  15. package/dist/packages/composition/scroll-reel/src/ScrollReel.js.map +1 -1
  16. package/dist/packages/composition/scroll-reel/src/ScrollReel.vue.d.ts +26 -0
  17. package/dist/packages/composition/scroll-reel/src/ScrollReel.vue_vue_type_script_setup_true_lang.js +27 -7
  18. package/dist/packages/composition/scroll-reel/src/ScrollReel.vue_vue_type_script_setup_true_lang.js.map +1 -1
  19. package/dist/packages/composition/scroll-reel/src/index.d.ts +2 -1
  20. package/dist/packages/composition/scroll-reel/src/index.js +2 -1
  21. package/dist/packages/core/src/index.d.ts +1 -1
  22. package/dist/packages/core/src/index.d.ts.map +1 -1
  23. package/dist/packages/core/src/index.js +2 -2
  24. package/dist/packages/core/src/motion.d.ts +13 -0
  25. package/dist/packages/core/src/motion.d.ts.map +1 -1
  26. package/dist/packages/core/src/motion.js +20 -13
  27. package/dist/packages/core/src/motion.js.map +1 -1
  28. package/dist/packages/core/src/theme.d.ts +9 -0
  29. package/dist/packages/core/src/theme.d.ts.map +1 -1
  30. package/dist/packages/core/src/theme.js +36 -10
  31. package/dist/packages/core/src/theme.js.map +1 -1
  32. package/dist/packages/labels/src/ancestor-disabled.d.ts +5 -1
  33. package/dist/packages/labels/src/ancestor-disabled.d.ts.map +1 -1
  34. package/dist/packages/labels/src/ancestor-disabled.js +5 -1
  35. package/dist/packages/labels/src/ancestor-disabled.js.map +1 -1
  36. package/dist/packages/labels/src/component-shapes.d.ts +73 -0
  37. package/dist/packages/labels/src/component-shapes.d.ts.map +1 -1
  38. package/dist/packages/labels/src/date-labels.d.ts +8 -6
  39. package/dist/packages/labels/src/date-labels.d.ts.map +1 -1
  40. package/dist/packages/labels/src/date-labels.js +8 -6
  41. package/dist/packages/labels/src/date-labels.js.map +1 -1
  42. package/dist/packages/labels/src/index.d.ts +2 -2
  43. package/dist/packages/labels/src/index.d.ts.map +1 -1
  44. package/dist/packages/labels/src/label-registry.d.ts +7 -1
  45. package/dist/packages/labels/src/label-registry.d.ts.map +1 -1
  46. package/dist/packages/layouts/reading/src/Reading.js.map +1 -1
  47. package/dist/packages/layouts/reading/src/Reading.vue.d.ts +16 -15
  48. package/dist/packages/layouts/reading/src/Reading.vue.d.ts.map +1 -1
  49. package/dist/packages/layouts/reading/src/Reading.vue_vue_type_script_setup_true_lang.js.map +1 -1
  50. package/dist/packages/layouts/reading/src/index.d.ts +1 -0
  51. package/dist/packages/layouts/reading/src/index.d.ts.map +1 -1
  52. package/dist/packages/loom/src/a11y.d.ts +1 -1
  53. package/dist/packages/loom/src/index.d.ts +191 -174
  54. package/dist/packages/loom/src/theme.d.ts +3 -0
  55. package/dist/packages/primitives/alert/src/Alert.js +7 -0
  56. package/dist/packages/primitives/alert/src/Alert.js.map +1 -0
  57. package/dist/packages/primitives/alert/src/Alert.vue.d.ts +73 -0
  58. package/dist/packages/primitives/alert/src/Alert.vue_vue_type_script_setup_true_lang.js +127 -0
  59. package/dist/packages/primitives/alert/src/Alert.vue_vue_type_script_setup_true_lang.js.map +1 -0
  60. package/dist/packages/primitives/alert/src/index.d.ts +4 -0
  61. package/dist/packages/primitives/alert/src/index.js +3 -0
  62. package/dist/packages/primitives/alert-dialog/src/AlertDialog.js.map +1 -1
  63. package/dist/packages/primitives/alert-dialog/src/AlertDialog.vue.d.ts +2 -2
  64. package/dist/packages/primitives/alert-dialog/src/AlertDialog.vue_vue_type_script_setup_true_lang.js +2 -2
  65. package/dist/packages/primitives/alert-dialog/src/AlertDialog.vue_vue_type_script_setup_true_lang.js.map +1 -1
  66. package/dist/packages/primitives/alert-dialog/src/index.d.ts +1 -1
  67. package/dist/packages/primitives/avatar-group/src/AvatarGroup.vue.d.ts +3 -3
  68. package/dist/packages/primitives/avatar-group/src/index.d.ts +1 -1
  69. package/dist/packages/primitives/badge/src/Badge.js.map +1 -1
  70. package/dist/packages/primitives/badge/src/Badge.vue.d.ts.map +1 -1
  71. package/dist/packages/primitives/badge/src/Badge.vue_vue_type_script_setup_true_lang.js +1 -1
  72. package/dist/packages/primitives/badge/src/Badge.vue_vue_type_script_setup_true_lang.js.map +1 -1
  73. package/dist/packages/primitives/breadcrumb/src/Breadcrumb.js +2 -2
  74. package/dist/packages/primitives/breadcrumb/src/Breadcrumb.js.map +1 -1
  75. package/dist/packages/primitives/breadcrumb/src/Breadcrumb.vue.d.ts +28 -0
  76. package/dist/packages/primitives/breadcrumb/src/Breadcrumb.vue_vue_type_script_setup_true_lang.js +16 -5
  77. package/dist/packages/primitives/breadcrumb/src/Breadcrumb.vue_vue_type_script_setup_true_lang.js.map +1 -1
  78. package/dist/packages/primitives/breadcrumb/src/index.d.ts +2 -1
  79. package/dist/packages/primitives/breadcrumb/src/index.js +2 -1
  80. package/dist/packages/primitives/button/src/Button.js.map +1 -1
  81. package/dist/packages/primitives/button/src/Button.vue.d.ts.map +1 -1
  82. package/dist/packages/primitives/button/src/Button.vue_vue_type_script_setup_true_lang.js.map +1 -1
  83. package/dist/packages/primitives/button/src/index.js +2 -2
  84. package/dist/packages/primitives/card/src/Card.js +7 -0
  85. package/dist/packages/primitives/card/src/Card.js.map +1 -0
  86. package/dist/packages/primitives/card/src/Card.vue.d.ts +72 -0
  87. package/dist/packages/primitives/card/src/Card.vue_vue_type_script_setup_true_lang.js +65 -0
  88. package/dist/packages/primitives/card/src/Card.vue_vue_type_script_setup_true_lang.js.map +1 -0
  89. package/dist/packages/primitives/card/src/index.d.ts +3 -0
  90. package/dist/packages/primitives/card/src/index.d.ts.map +1 -0
  91. package/dist/packages/primitives/card/src/index.js +2 -0
  92. package/dist/packages/primitives/carousel/src/Carousel.js +7 -0
  93. package/dist/packages/primitives/carousel/src/Carousel.js.map +1 -0
  94. package/dist/packages/primitives/carousel/src/Carousel.vue.d.ts +34 -0
  95. package/dist/packages/primitives/carousel/src/Carousel.vue_vue_type_script_setup_true_lang.js +175 -0
  96. package/dist/packages/primitives/carousel/src/Carousel.vue_vue_type_script_setup_true_lang.js.map +1 -0
  97. package/dist/packages/primitives/carousel/src/index.d.ts +3 -0
  98. package/dist/packages/primitives/carousel/src/index.js +3 -0
  99. package/dist/packages/primitives/checkbox/src/Checkbox.js.map +1 -1
  100. package/dist/packages/primitives/checkbox/src/Checkbox.vue.d.ts +1 -1
  101. package/dist/packages/primitives/checkbox/src/Checkbox.vue.d.ts.map +1 -1
  102. package/dist/packages/primitives/checkbox/src/Checkbox.vue_vue_type_script_setup_true_lang.js +3 -3
  103. package/dist/packages/primitives/checkbox/src/Checkbox.vue_vue_type_script_setup_true_lang.js.map +1 -1
  104. package/dist/packages/primitives/chip/src/Chip.js.map +1 -1
  105. package/dist/packages/primitives/chip/src/Chip.vue.d.ts.map +1 -1
  106. package/dist/packages/primitives/chip/src/Chip.vue_vue_type_script_setup_true_lang.js +1 -1
  107. package/dist/packages/primitives/chip/src/Chip.vue_vue_type_script_setup_true_lang.js.map +1 -1
  108. package/dist/packages/primitives/collapse/src/Collapse.js +7 -0
  109. package/dist/packages/primitives/collapse/src/Collapse.js.map +1 -0
  110. package/dist/packages/primitives/collapse/src/Collapse.vue.d.ts +56 -0
  111. package/dist/packages/primitives/collapse/src/Collapse.vue.d.ts.map +1 -0
  112. package/dist/packages/primitives/collapse/src/Collapse.vue_vue_type_script_setup_true_lang.js +81 -0
  113. package/dist/packages/primitives/collapse/src/Collapse.vue_vue_type_script_setup_true_lang.js.map +1 -0
  114. package/dist/packages/primitives/collapse/src/index.d.ts +2 -0
  115. package/dist/packages/primitives/collapse/src/index.d.ts.map +1 -0
  116. package/dist/packages/primitives/collapse/src/index.js +2 -0
  117. package/dist/packages/primitives/color-picker/src/ColorPicker.js.map +1 -1
  118. package/dist/packages/primitives/color-picker/src/ColorPicker.vue.d.ts +4 -4
  119. package/dist/packages/primitives/color-picker/src/ColorPicker.vue_vue_type_script_setup_true_lang.js +2 -2
  120. package/dist/packages/primitives/color-picker/src/ColorPicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
  121. package/dist/packages/primitives/color-picker/src/index.d.ts +1 -1
  122. package/dist/packages/primitives/combobox/src/Combobox.js.map +1 -1
  123. package/dist/packages/primitives/combobox/src/Combobox.vue.d.ts +2 -2
  124. package/dist/packages/primitives/combobox/src/Combobox.vue_vue_type_script_setup_true_lang.js +2 -2
  125. package/dist/packages/primitives/combobox/src/Combobox.vue_vue_type_script_setup_true_lang.js.map +1 -1
  126. package/dist/packages/primitives/combobox/src/index.d.ts +1 -1
  127. package/dist/packages/primitives/context-menu/src/ContextMenu.js.map +1 -1
  128. package/dist/packages/primitives/context-menu/src/ContextMenu.vue.d.ts +12 -0
  129. package/dist/packages/primitives/context-menu/src/ContextMenu.vue.d.ts.map +1 -1
  130. package/dist/packages/primitives/context-menu/src/ContextMenu.vue_vue_type_script_setup_true_lang.js +7 -3
  131. package/dist/packages/primitives/context-menu/src/ContextMenu.vue_vue_type_script_setup_true_lang.js.map +1 -1
  132. package/dist/packages/primitives/date-picker/src/DatePicker.js.map +1 -1
  133. package/dist/packages/primitives/date-picker/src/DatePicker.vue.d.ts +2 -2
  134. package/dist/packages/primitives/date-picker/src/DatePicker.vue_vue_type_script_setup_true_lang.js +1 -1
  135. package/dist/packages/primitives/date-picker/src/DatePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
  136. package/dist/packages/primitives/date-range-picker/src/DateRangePicker.js.map +1 -1
  137. package/dist/packages/primitives/date-range-picker/src/DateRangePicker.vue.d.ts +3 -3
  138. package/dist/packages/primitives/date-range-picker/src/DateRangePicker.vue_vue_type_script_setup_true_lang.js +1 -1
  139. package/dist/packages/primitives/date-range-picker/src/DateRangePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
  140. package/dist/packages/primitives/date-range-picker/src/index.d.ts +1 -1
  141. package/dist/packages/primitives/date-time-picker/src/DateTimePicker.js.map +1 -1
  142. package/dist/packages/primitives/date-time-picker/src/DateTimePicker.vue.d.ts +2 -2
  143. package/dist/packages/primitives/date-time-picker/src/DateTimePicker.vue_vue_type_script_setup_true_lang.js +1 -1
  144. package/dist/packages/primitives/date-time-picker/src/DateTimePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
  145. package/dist/packages/primitives/date-time-range-picker/src/DateTimeRangePicker.js.map +1 -1
  146. package/dist/packages/primitives/date-time-range-picker/src/DateTimeRangePicker.vue.d.ts +3 -3
  147. package/dist/packages/primitives/date-time-range-picker/src/DateTimeRangePicker.vue_vue_type_script_setup_true_lang.js +1 -1
  148. package/dist/packages/primitives/date-time-range-picker/src/DateTimeRangePicker.vue_vue_type_script_setup_true_lang.js.map +1 -1
  149. package/dist/packages/primitives/date-time-range-picker/src/index.d.ts +1 -1
  150. package/dist/packages/primitives/dialog/src/Dialog.js.map +1 -1
  151. package/dist/packages/primitives/dialog/src/Dialog.vue.d.ts +12 -4
  152. package/dist/packages/primitives/dialog/src/Dialog.vue_vue_type_script_setup_true_lang.js +1 -1
  153. package/dist/packages/primitives/dialog/src/Dialog.vue_vue_type_script_setup_true_lang.js.map +1 -1
  154. package/dist/packages/primitives/dialog/src/index.d.ts +1 -1
  155. package/dist/packages/primitives/drawer/src/Drawer.js.map +1 -1
  156. package/dist/packages/primitives/drawer/src/Drawer.vue.d.ts +2 -2
  157. package/dist/packages/primitives/drawer/src/Drawer.vue_vue_type_script_setup_true_lang.js +2 -2
  158. package/dist/packages/primitives/drawer/src/Drawer.vue_vue_type_script_setup_true_lang.js.map +1 -1
  159. package/dist/packages/primitives/drawer/src/index.d.ts +1 -1
  160. package/dist/packages/primitives/dropdown-menu/src/DropdownMenu.js.map +1 -1
  161. package/dist/packages/primitives/dropdown-menu/src/DropdownMenu.vue.d.ts +26 -0
  162. package/dist/packages/primitives/dropdown-menu/src/DropdownMenu.vue.d.ts.map +1 -1
  163. package/dist/packages/primitives/dropdown-menu/src/DropdownMenu.vue_vue_type_script_setup_true_lang.js +10 -4
  164. package/dist/packages/primitives/dropdown-menu/src/DropdownMenu.vue_vue_type_script_setup_true_lang.js.map +1 -1
  165. package/dist/packages/primitives/editable/src/Editable.js.map +1 -1
  166. package/dist/packages/primitives/editable/src/Editable.vue.d.ts +2 -2
  167. package/dist/packages/primitives/editable/src/Editable.vue_vue_type_script_setup_true_lang.js +1 -1
  168. package/dist/packages/primitives/editable/src/Editable.vue_vue_type_script_setup_true_lang.js.map +1 -1
  169. package/dist/packages/primitives/editable/src/index.d.ts +1 -1
  170. package/dist/packages/primitives/file-upload/src/FileUpload.js.map +1 -1
  171. package/dist/packages/primitives/file-upload/src/FileUpload.vue.d.ts +2 -2
  172. package/dist/packages/primitives/file-upload/src/FileUpload.vue_vue_type_script_setup_true_lang.js +1 -1
  173. package/dist/packages/primitives/file-upload/src/FileUpload.vue_vue_type_script_setup_true_lang.js.map +1 -1
  174. package/dist/packages/primitives/file-upload/src/index.d.ts +1 -1
  175. package/dist/packages/primitives/hover-card/src/HoverCard.js.map +1 -1
  176. package/dist/packages/primitives/hover-card/src/HoverCard.vue.d.ts.map +1 -1
  177. package/dist/packages/primitives/hover-card/src/HoverCard.vue_vue_type_script_setup_true_lang.js +1 -1
  178. package/dist/packages/primitives/hover-card/src/HoverCard.vue_vue_type_script_setup_true_lang.js.map +1 -1
  179. package/dist/packages/primitives/icon-button/src/IconButton.js.map +1 -1
  180. package/dist/packages/primitives/icon-button/src/IconButton.vue.d.ts +10 -4
  181. package/dist/packages/primitives/icon-button/src/IconButton.vue.d.ts.map +1 -1
  182. package/dist/packages/primitives/icon-button/src/IconButton.vue_vue_type_script_setup_true_lang.js +18 -6
  183. package/dist/packages/primitives/icon-button/src/IconButton.vue_vue_type_script_setup_true_lang.js.map +1 -1
  184. package/dist/packages/primitives/indicator/src/Indicator.vue.d.ts +2 -2
  185. package/dist/packages/primitives/indicator/src/index.d.ts +1 -1
  186. package/dist/packages/primitives/kbd/src/Kbd.js +7 -0
  187. package/dist/packages/primitives/kbd/src/Kbd.js.map +1 -0
  188. package/dist/packages/primitives/kbd/src/Kbd.vue.d.ts +30 -0
  189. package/dist/packages/primitives/kbd/src/Kbd.vue.d.ts.map +1 -0
  190. package/dist/packages/primitives/kbd/src/Kbd.vue_vue_type_script_setup_true_lang.js +29 -0
  191. package/dist/packages/primitives/kbd/src/Kbd.vue_vue_type_script_setup_true_lang.js.map +1 -0
  192. package/dist/packages/primitives/kbd/src/index.d.ts +3 -0
  193. package/dist/packages/primitives/kbd/src/index.d.ts.map +1 -0
  194. package/dist/packages/primitives/kbd/src/index.js +3 -0
  195. package/dist/packages/primitives/link/src/Link.js.map +1 -1
  196. package/dist/packages/primitives/link/src/Link.vue.d.ts.map +1 -1
  197. package/dist/packages/primitives/link/src/Link.vue_vue_type_script_setup_true_lang.js +3 -3
  198. package/dist/packages/primitives/link/src/Link.vue_vue_type_script_setup_true_lang.js.map +1 -1
  199. package/dist/packages/primitives/list/src/List.js +7 -0
  200. package/dist/packages/primitives/list/src/List.js.map +1 -0
  201. package/dist/packages/primitives/list/src/List.vue.d.ts +22 -0
  202. package/dist/packages/primitives/list/src/List.vue.d.ts.map +1 -0
  203. package/dist/packages/primitives/list/src/List.vue_vue_type_script_setup_true_lang.js +27 -0
  204. package/dist/packages/primitives/list/src/List.vue_vue_type_script_setup_true_lang.js.map +1 -0
  205. package/dist/packages/primitives/list/src/ListItem.js +7 -0
  206. package/dist/packages/primitives/list/src/ListItem.js.map +1 -0
  207. package/dist/packages/primitives/list/src/ListItem.vue.d.ts +75 -0
  208. package/dist/packages/primitives/list/src/ListItem.vue.d.ts.map +1 -0
  209. package/dist/packages/primitives/list/src/ListItem.vue_vue_type_script_setup_true_lang.js +101 -0
  210. package/dist/packages/primitives/list/src/ListItem.vue_vue_type_script_setup_true_lang.js.map +1 -0
  211. package/dist/packages/primitives/list/src/index.d.ts +4 -0
  212. package/dist/packages/primitives/list/src/index.d.ts.map +1 -0
  213. package/dist/packages/primitives/list/src/index.js +3 -0
  214. package/dist/packages/primitives/menubar/src/Menubar.js.map +1 -1
  215. package/dist/packages/primitives/menubar/src/Menubar.vue.d.ts +20 -6
  216. package/dist/packages/primitives/menubar/src/Menubar.vue.d.ts.map +1 -1
  217. package/dist/packages/primitives/menubar/src/Menubar.vue_vue_type_script_setup_true_lang.js +178 -64
  218. package/dist/packages/primitives/menubar/src/Menubar.vue_vue_type_script_setup_true_lang.js.map +1 -1
  219. package/dist/packages/primitives/number-field/src/NumberField.js.map +1 -1
  220. package/dist/packages/primitives/number-field/src/NumberField.vue.d.ts +2 -2
  221. package/dist/packages/primitives/number-field/src/NumberField.vue_vue_type_script_setup_true_lang.js +1 -0
  222. package/dist/packages/primitives/number-field/src/NumberField.vue_vue_type_script_setup_true_lang.js.map +1 -1
  223. package/dist/packages/primitives/number-field/src/index.d.ts +1 -1
  224. package/dist/packages/primitives/otp-input/src/OtpInput.vue.d.ts +2 -2
  225. package/dist/packages/primitives/otp-input/src/index.d.ts +1 -1
  226. package/dist/packages/primitives/pagination/src/Pagination.js.map +1 -1
  227. package/dist/packages/primitives/pagination/src/Pagination.vue.d.ts +3 -3
  228. package/dist/packages/primitives/pagination/src/Pagination.vue_vue_type_script_setup_true_lang.js +1 -1
  229. package/dist/packages/primitives/pagination/src/Pagination.vue_vue_type_script_setup_true_lang.js.map +1 -1
  230. package/dist/packages/primitives/pagination/src/index.d.ts +1 -1
  231. package/dist/packages/primitives/popover/src/Popover.js.map +1 -1
  232. package/dist/packages/primitives/popover/src/Popover.vue.d.ts.map +1 -1
  233. package/dist/packages/primitives/popover/src/Popover.vue_vue_type_script_setup_true_lang.js +1 -1
  234. package/dist/packages/primitives/popover/src/Popover.vue_vue_type_script_setup_true_lang.js.map +1 -1
  235. package/dist/packages/primitives/progress/src/Progress.vue.d.ts +2 -2
  236. package/dist/packages/primitives/progress/src/index.d.ts +1 -1
  237. package/dist/packages/primitives/radial-progress/src/RadialProgress.vue.d.ts +2 -2
  238. package/dist/packages/primitives/radial-progress/src/index.d.ts +1 -1
  239. package/dist/packages/primitives/radio-group/src/RadioGroup.js.map +1 -1
  240. package/dist/packages/primitives/radio-group/src/RadioGroup.vue.d.ts.map +1 -1
  241. package/dist/packages/primitives/radio-group/src/RadioGroup.vue_vue_type_script_setup_true_lang.js +1 -1
  242. package/dist/packages/primitives/radio-group/src/RadioGroup.vue_vue_type_script_setup_true_lang.js.map +1 -1
  243. package/dist/packages/primitives/rating/src/Rating.vue.d.ts +2 -2
  244. package/dist/packages/primitives/rating/src/index.d.ts +1 -1
  245. package/dist/packages/primitives/segmented-control/src/SegmentedControl.js.map +1 -1
  246. package/dist/packages/primitives/segmented-control/src/SegmentedControl.vue.d.ts.map +1 -1
  247. package/dist/packages/primitives/segmented-control/src/SegmentedControl.vue_vue_type_script_setup_true_lang.js +2 -3
  248. package/dist/packages/primitives/segmented-control/src/SegmentedControl.vue_vue_type_script_setup_true_lang.js.map +1 -1
  249. package/dist/packages/primitives/select/src/Select.js.map +1 -1
  250. package/dist/packages/primitives/select/src/Select.vue.d.ts.map +1 -1
  251. package/dist/packages/primitives/select/src/Select.vue_vue_type_script_setup_true_lang.js +1 -1
  252. package/dist/packages/primitives/select/src/Select.vue_vue_type_script_setup_true_lang.js.map +1 -1
  253. package/dist/packages/primitives/slider/src/Slider.js.map +1 -1
  254. package/dist/packages/primitives/slider/src/Slider.vue.d.ts +6 -3
  255. package/dist/packages/primitives/slider/src/Slider.vue.d.ts.map +1 -1
  256. package/dist/packages/primitives/slider/src/Slider.vue_vue_type_script_setup_true_lang.js +15 -10
  257. package/dist/packages/primitives/slider/src/Slider.vue_vue_type_script_setup_true_lang.js.map +1 -1
  258. package/dist/packages/primitives/stepper/src/Stepper.vue.d.ts +2 -2
  259. package/dist/packages/primitives/stepper/src/index.d.ts +1 -1
  260. package/dist/packages/primitives/switch/src/Switch.js.map +1 -1
  261. package/dist/packages/primitives/switch/src/Switch.vue.d.ts +1 -1
  262. package/dist/packages/primitives/switch/src/Switch.vue.d.ts.map +1 -1
  263. package/dist/packages/primitives/switch/src/Switch.vue_vue_type_script_setup_true_lang.js +3 -3
  264. package/dist/packages/primitives/switch/src/Switch.vue_vue_type_script_setup_true_lang.js.map +1 -1
  265. package/dist/packages/primitives/table/src/Table.js +7 -0
  266. package/dist/packages/primitives/table/src/Table.js.map +1 -0
  267. package/dist/packages/primitives/table/src/Table.vue.d.ts +45 -0
  268. package/dist/packages/primitives/table/src/Table.vue_vue_type_script_setup_true_lang.js +72 -0
  269. package/dist/packages/primitives/table/src/Table.vue_vue_type_script_setup_true_lang.js.map +1 -0
  270. package/dist/packages/primitives/table/src/TableCell.js +7 -0
  271. package/dist/packages/primitives/table/src/TableCell.js.map +1 -0
  272. package/dist/packages/primitives/table/src/TableCell.vue.d.ts +19 -0
  273. package/dist/packages/primitives/table/src/TableCell.vue.d.ts.map +1 -0
  274. package/dist/packages/primitives/table/src/TableCell.vue_vue_type_script_setup_true_lang.js +17 -0
  275. package/dist/packages/primitives/table/src/TableCell.vue_vue_type_script_setup_true_lang.js.map +1 -0
  276. package/dist/packages/primitives/table/src/TableHead.js +7 -0
  277. package/dist/packages/primitives/table/src/TableHead.js.map +1 -0
  278. package/dist/packages/primitives/table/src/TableHead.vue.d.ts +56 -0
  279. package/dist/packages/primitives/table/src/TableHead.vue_vue_type_script_setup_true_lang.js +79 -0
  280. package/dist/packages/primitives/table/src/TableHead.vue_vue_type_script_setup_true_lang.js.map +1 -0
  281. package/dist/packages/primitives/table/src/TableRow.js +7 -0
  282. package/dist/packages/primitives/table/src/TableRow.js.map +1 -0
  283. package/dist/packages/primitives/table/src/TableRow.vue.d.ts +39 -0
  284. package/dist/packages/primitives/table/src/TableRow.vue.d.ts.map +1 -0
  285. package/dist/packages/primitives/table/src/TableRow.vue_vue_type_script_setup_true_lang.js +61 -0
  286. package/dist/packages/primitives/table/src/TableRow.vue_vue_type_script_setup_true_lang.js.map +1 -0
  287. package/dist/packages/primitives/table/src/index.d.ts +10 -0
  288. package/dist/packages/primitives/table/src/index.js +8 -0
  289. package/dist/packages/primitives/tabs/src/Tabs.js.map +1 -1
  290. package/dist/packages/primitives/tabs/src/Tabs.vue.d.ts.map +1 -1
  291. package/dist/packages/primitives/tabs/src/Tabs.vue_vue_type_script_setup_true_lang.js +1 -1
  292. package/dist/packages/primitives/tabs/src/Tabs.vue_vue_type_script_setup_true_lang.js.map +1 -1
  293. package/dist/packages/primitives/tags-input/src/TagsInput.js.map +1 -1
  294. package/dist/packages/primitives/tags-input/src/TagsInput.vue.d.ts +2 -2
  295. package/dist/packages/primitives/tags-input/src/TagsInput.vue_vue_type_script_setup_true_lang.js +1 -1
  296. package/dist/packages/primitives/tags-input/src/TagsInput.vue_vue_type_script_setup_true_lang.js.map +1 -1
  297. package/dist/packages/primitives/tags-input/src/index.d.ts +1 -1
  298. package/dist/packages/primitives/text-field/src/TextField.js.map +1 -1
  299. package/dist/packages/primitives/text-field/src/TextField.vue.d.ts +2 -2
  300. package/dist/packages/primitives/text-field/src/TextField.vue_vue_type_script_setup_true_lang.js +1 -1
  301. package/dist/packages/primitives/text-field/src/TextField.vue_vue_type_script_setup_true_lang.js.map +1 -1
  302. package/dist/packages/primitives/text-field/src/index.d.ts +1 -1
  303. package/dist/packages/primitives/text-field/src/index.js +2 -2
  304. package/dist/packages/primitives/textarea/src/Textarea.js.map +1 -1
  305. package/dist/packages/primitives/textarea/src/Textarea.vue.d.ts +2 -2
  306. package/dist/packages/primitives/textarea/src/Textarea.vue_vue_type_script_setup_true_lang.js +1 -1
  307. package/dist/packages/primitives/textarea/src/Textarea.vue_vue_type_script_setup_true_lang.js.map +1 -1
  308. package/dist/packages/primitives/textarea/src/index.d.ts +1 -1
  309. package/dist/packages/primitives/textarea/src/index.js +2 -2
  310. package/dist/packages/primitives/time-picker/src/TimePicker.vue.d.ts +2 -2
  311. package/dist/packages/primitives/timeline/src/Timeline.js +7 -0
  312. package/dist/packages/primitives/timeline/src/Timeline.js.map +1 -0
  313. package/dist/packages/primitives/timeline/src/Timeline.vue.d.ts +37 -0
  314. package/dist/packages/primitives/timeline/src/Timeline.vue_vue_type_script_setup_true_lang.js +44 -0
  315. package/dist/packages/primitives/timeline/src/Timeline.vue_vue_type_script_setup_true_lang.js.map +1 -0
  316. package/dist/packages/primitives/timeline/src/TimelineItem.js +7 -0
  317. package/dist/packages/primitives/timeline/src/TimelineItem.js.map +1 -0
  318. package/dist/packages/primitives/timeline/src/TimelineItem.vue.d.ts +50 -0
  319. package/dist/packages/primitives/timeline/src/TimelineItem.vue_vue_type_script_setup_true_lang.js +96 -0
  320. package/dist/packages/primitives/timeline/src/TimelineItem.vue_vue_type_script_setup_true_lang.js.map +1 -0
  321. package/dist/packages/primitives/timeline/src/index.d.ts +5 -0
  322. package/dist/packages/primitives/timeline/src/index.js +5 -0
  323. package/dist/packages/primitives/toast/src/Toast.vue.d.ts +2 -2
  324. package/dist/packages/primitives/toast/src/ToastItem.js.map +1 -1
  325. package/dist/packages/primitives/toast/src/ToastItem.vue.d.ts +2 -2
  326. package/dist/packages/primitives/toast/src/ToastItem.vue_vue_type_script_setup_true_lang.js +2 -2
  327. package/dist/packages/primitives/toast/src/ToastItem.vue_vue_type_script_setup_true_lang.js.map +1 -1
  328. package/dist/packages/primitives/toast/src/index.d.ts +1 -1
  329. package/dist/packages/primitives/tooltip/src/Tooltip.js.map +1 -1
  330. package/dist/packages/primitives/tooltip/src/Tooltip.vue.d.ts.map +1 -1
  331. package/dist/packages/primitives/tooltip/src/Tooltip.vue_vue_type_script_setup_true_lang.js +1 -1
  332. package/dist/packages/primitives/tooltip/src/Tooltip.vue_vue_type_script_setup_true_lang.js.map +1 -1
  333. package/dist/packages/primitives/window-controls/src/WindowControls.vue.d.ts +2 -2
  334. package/dist/packages/primitives/window-controls/src/index.d.ts +1 -1
  335. package/dist/styles/global.css +59 -0
  336. package/dist/styles/theme.css +13 -0
  337. package/dist/theme.js +3 -0
  338. package/package.json +13 -7
  339. package/dist/packages/blocks/desktop-app-shell/src/DesktopAppShell.vue.d.ts.map +0 -1
  340. package/dist/packages/blocks/title-bar/src/TitleBar.vue.d.ts.map +0 -1
  341. package/dist/packages/blocks/toast-stack/src/ToastStack.vue.d.ts.map +0 -1
  342. package/dist/packages/composition/scroll-reel/src/ScrollReel.vue.d.ts.map +0 -1
  343. package/dist/packages/composition/scroll-reel/src/index.d.ts.map +0 -1
  344. package/dist/packages/loom/src/a11y.d.ts.map +0 -1
  345. package/dist/packages/loom/src/index.d.ts.map +0 -1
  346. package/dist/packages/primitives/alert-dialog/src/AlertDialog.vue.d.ts.map +0 -1
  347. package/dist/packages/primitives/alert-dialog/src/index.d.ts.map +0 -1
  348. package/dist/packages/primitives/avatar-group/src/AvatarGroup.vue.d.ts.map +0 -1
  349. package/dist/packages/primitives/avatar-group/src/index.d.ts.map +0 -1
  350. package/dist/packages/primitives/breadcrumb/src/Breadcrumb.vue.d.ts.map +0 -1
  351. package/dist/packages/primitives/breadcrumb/src/index.d.ts.map +0 -1
  352. package/dist/packages/primitives/color-picker/src/ColorPicker.vue.d.ts.map +0 -1
  353. package/dist/packages/primitives/color-picker/src/index.d.ts.map +0 -1
  354. package/dist/packages/primitives/combobox/src/Combobox.vue.d.ts.map +0 -1
  355. package/dist/packages/primitives/combobox/src/index.d.ts.map +0 -1
  356. package/dist/packages/primitives/date-picker/src/DatePicker.vue.d.ts.map +0 -1
  357. package/dist/packages/primitives/date-range-picker/src/DateRangePicker.vue.d.ts.map +0 -1
  358. package/dist/packages/primitives/date-range-picker/src/index.d.ts.map +0 -1
  359. package/dist/packages/primitives/date-time-picker/src/DateTimePicker.vue.d.ts.map +0 -1
  360. package/dist/packages/primitives/date-time-range-picker/src/DateTimeRangePicker.vue.d.ts.map +0 -1
  361. package/dist/packages/primitives/date-time-range-picker/src/index.d.ts.map +0 -1
  362. package/dist/packages/primitives/dialog/src/Dialog.vue.d.ts.map +0 -1
  363. package/dist/packages/primitives/dialog/src/index.d.ts.map +0 -1
  364. package/dist/packages/primitives/drawer/src/Drawer.vue.d.ts.map +0 -1
  365. package/dist/packages/primitives/drawer/src/index.d.ts.map +0 -1
  366. package/dist/packages/primitives/editable/src/Editable.vue.d.ts.map +0 -1
  367. package/dist/packages/primitives/editable/src/index.d.ts.map +0 -1
  368. package/dist/packages/primitives/file-upload/src/FileUpload.vue.d.ts.map +0 -1
  369. package/dist/packages/primitives/file-upload/src/index.d.ts.map +0 -1
  370. package/dist/packages/primitives/indicator/src/Indicator.vue.d.ts.map +0 -1
  371. package/dist/packages/primitives/indicator/src/index.d.ts.map +0 -1
  372. package/dist/packages/primitives/number-field/src/NumberField.vue.d.ts.map +0 -1
  373. package/dist/packages/primitives/number-field/src/index.d.ts.map +0 -1
  374. package/dist/packages/primitives/otp-input/src/OtpInput.vue.d.ts.map +0 -1
  375. package/dist/packages/primitives/otp-input/src/index.d.ts.map +0 -1
  376. package/dist/packages/primitives/pagination/src/Pagination.vue.d.ts.map +0 -1
  377. package/dist/packages/primitives/pagination/src/index.d.ts.map +0 -1
  378. package/dist/packages/primitives/progress/src/Progress.vue.d.ts.map +0 -1
  379. package/dist/packages/primitives/progress/src/index.d.ts.map +0 -1
  380. package/dist/packages/primitives/radial-progress/src/RadialProgress.vue.d.ts.map +0 -1
  381. package/dist/packages/primitives/radial-progress/src/index.d.ts.map +0 -1
  382. package/dist/packages/primitives/rating/src/Rating.vue.d.ts.map +0 -1
  383. package/dist/packages/primitives/rating/src/index.d.ts.map +0 -1
  384. package/dist/packages/primitives/stepper/src/Stepper.vue.d.ts.map +0 -1
  385. package/dist/packages/primitives/stepper/src/index.d.ts.map +0 -1
  386. package/dist/packages/primitives/tags-input/src/TagsInput.vue.d.ts.map +0 -1
  387. package/dist/packages/primitives/tags-input/src/index.d.ts.map +0 -1
  388. package/dist/packages/primitives/text-field/src/TextField.vue.d.ts.map +0 -1
  389. package/dist/packages/primitives/text-field/src/index.d.ts.map +0 -1
  390. package/dist/packages/primitives/textarea/src/Textarea.vue.d.ts.map +0 -1
  391. package/dist/packages/primitives/textarea/src/index.d.ts.map +0 -1
  392. package/dist/packages/primitives/time-picker/src/TimePicker.vue.d.ts.map +0 -1
  393. package/dist/packages/primitives/toast/src/Toast.vue.d.ts.map +0 -1
  394. package/dist/packages/primitives/toast/src/ToastItem.vue.d.ts.map +0 -1
  395. package/dist/packages/primitives/toast/src/index.d.ts.map +0 -1
  396. package/dist/packages/primitives/window-controls/src/WindowControls.vue.d.ts.map +0 -1
  397. package/dist/packages/primitives/window-controls/src/index.d.ts.map +0 -1
  398. package/dist/styles/theme.contrast.test.ts +0 -460
@@ -1 +1 @@
1
- {"version":3,"file":"ToastItem.js","names":[],"sources":["../../../../../packages/primitives/toast/src/ToastItem.vue"],"sourcesContent":["<script lang=\"ts\">\nimport type { ToastLabels } from \"@ecoma-io/loom-labels\";\n\n/**\n\n/**\n * Loom's English, co-located with the component so it tree-shakes with it, and\n * exported so a host can build a partial vocabulary against the real thing.\n */\nexport const TOAST_LABELS: ToastLabels = {\n close: \"Close\",\n announce: \"Notification\",\n region: ({ hotkey }) => `Notifications (${hotkey})`,\n};\n</script>\n\n<script setup lang=\"ts\">\nimport { computed } from \"vue\";\nimport { ToastRoot, ToastTitle, ToastDescription, ToastAction, ToastClose } from \"reka-ui\";\nimport { useLabels, type LabelOverrides } from \"@ecoma-io/loom-labels\";\nimport { Info, CircleCheck, TriangleAlert, CircleX, Sparkles, X } from \"@lucide/vue\";\nimport { cn } from \"@ecoma-io/loom-core\";\nimport { optional } from \"@ecoma-io/loom-core\";\nimport type { ToastVariant } from \"./Toast.vue\";\n\n/**\n * ToastItem — one toast card (ToastRoot + Loom treatment), INTERNAL to\n * the design system. It must live inside a `ToastProvider` whose\n * `ToastViewport` it teleports into: `Toast` bundles that pair for the\n * standalone case. Not exported from the barrel — hosts use `Toast`.\n */\nconst props = withDefaults(\n defineProps<{\n /** Controls visibility; pair with `v-model:open`. Omit to let the toast own its own open state. */\n open?: boolean | undefined;\n /** The toast's headline — always shown. */\n title: string;\n /** An optional second line of detail below the title. */\n description?: string;\n /** Selects the accent icon and colour. */\n variant?: ToastVariant;\n /** ms before auto-dismiss; the Reka default pauses on hover/focus. */\n duration?: number;\n /** Shows the ✕ close button. */\n closable?: boolean;\n /** Renders a single inline action button; emits `action` when pressed. */\n actionLabel?: string;\n /** Names for what the card says on its own account, as any subset of `ToastLabels`. */\n labels?: LabelOverrides<ToastLabels>;\n }>(),\n {\n // See Toast.vue: `undefined` is the uncontrolled state, and only an\n // explicit default keeps it reachable past Vue's Boolean casting.\n open: undefined,\n variant: \"info\",\n duration: 5000,\n closable: true,\n },\n);\n\ndefineEmits<{ \"update:open\": [value: boolean]; action: [] }>();\n\n// `text`, not `labels`: the prop of that name is one of the three sources this\n// resolves, and a template reading the raw prop would be reading the overrides\n// rather than the answer.\nconst text = useLabels(\"toast\", TOAST_LABELS, () => props.labels);\n\n// `satisfies` binds this map to ToastVariant so a variant added to the type\n// without a matching entry here fails at compile time (Button's own idiom).\nconst toastAccents = {\n info: { icon: Info, color: \"text-info-text\" },\n success: { icon: CircleCheck, color: \"text-success-text\" },\n warning: { icon: TriangleAlert, color: \"text-warning\" },\n destructive: { icon: CircleX, color: \"text-destructive-text\" },\n accent: { icon: Sparkles, color: \"text-primary-text\" },\n} satisfies Record<ToastVariant, { icon: typeof Info; color: string }>;\n\nconst accent = computed(() => toastAccents[props.variant]);\n</script>\n\n<template>\n <!-- The slide-in animation rides this inner card, never ToastRoot: Reka\n drives ToastRoot's own transform for the swipe-to-dismiss gesture, so a\n filled entrance transform there would freeze the swipe. ToastRoot itself\n carries no animation, so Reka Presence unmounts it immediately on close. -->\n <ToastRoot\n v-bind=\"optional({ open })\"\n :duration=\"duration\"\n class=\"outline-none\"\n @update:open=\"$emit('update:open', $event)\"\n >\n <div\n :class=\"\n cn(\n 'relative flex animate-toast-in items-start gap-3 rounded-md border border-border bg-popover p-3 pr-8 text-popover-foreground shadow-lg',\n // Accent variant: a highlighted border to draw attention to the\n // toast's distinctiveness from the standard variants.\n variant === 'accent' && 'border-primary/40',\n )\n \"\n >\n <component\n :is=\"accent.icon\"\n :class=\"cn('mt-0.5 h-4 w-4 shrink-0', accent.color)\"\n aria-hidden=\"true\"\n />\n <div class=\"min-w-0 flex-1\">\n <ToastTitle class=\"text-sm font-medium\">{{ title }}</ToastTitle>\n <ToastDescription v-if=\"description\" class=\"mt-0.5 text-xs text-muted-foreground\">\n {{ description }}\n </ToastDescription>\n </div>\n\n <ToastAction v-if=\"actionLabel\" :alt-text=\"actionLabel\" as-child @click=\"$emit('action')\">\n <button\n type=\"button\"\n class=\"shrink-0 rounded-sm px-2 py-1 text-xs font-medium text-primary-text transition-colors duration-fast ease-out hover:bg-subtle focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring\"\n >\n {{ actionLabel }}\n </button>\n </ToastAction>\n\n <ToastClose\n v-if=\"closable\"\n :aria-label=\"text.close\"\n class=\"absolute right-2 top-2 inline-flex h-6 w-6 items-center justify-center rounded-sm text-muted-foreground transition-colors duration-fast ease-out hover:bg-subtle hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring\"\n >\n <X class=\"h-3.5 w-3.5\" />\n </ToastClose>\n </div>\n </ToastRoot>\n</template>\n"],"mappings":""}
1
+ {"version":3,"file":"ToastItem.js","names":[],"sources":["../../../../../packages/primitives/toast/src/ToastItem.vue"],"sourcesContent":["<script lang=\"ts\">\nimport type { ToastLabels } from \"@ecoma-io/loom-labels\";\n\n/**\n\n/**\n * Loom's English, co-located with the component so it tree-shakes with it, and\n * exported so a host can build a partial vocabulary against the real thing.\n */\nexport const TOAST_LABELS: ToastLabels = {\n close: \"Close\",\n announce: \"Notification\",\n region: ({ hotkey }) => `Notifications (${hotkey})`,\n};\n</script>\n\n<script setup lang=\"ts\">\nimport { computed } from \"vue\";\nimport { ToastRoot, ToastTitle, ToastDescription, ToastAction, ToastClose } from \"reka-ui\";\nimport { useLabels, type LabelOverrides } from \"@ecoma-io/loom-labels\";\nimport { Info, CircleCheck, TriangleAlert, CircleX, Sparkles, X } from \"@lucide/vue\";\nimport { cn } from \"@ecoma-io/loom-core\";\nimport { optional } from \"@ecoma-io/loom-core\";\nimport type { ToastVariant } from \"./Toast.vue\";\n\n/**\n * ToastItem — one toast card (ToastRoot + Loom treatment), INTERNAL to\n * the design system. It must live inside a `ToastProvider` whose\n * `ToastViewport` it teleports into: `Toast` bundles that pair for the\n * standalone case. Not exported from the barrel — hosts use `Toast`.\n */\nconst props = withDefaults(\n defineProps<{\n /** Controls visibility; pair with `v-model:open`. Omit to let the toast own its own open state. */\n open?: boolean | undefined;\n /** The toast's headline — always shown. */\n title: string;\n /** An optional second line of detail below the title. */\n description?: string;\n /** Selects the accent icon and colour. */\n variant?: ToastVariant;\n /** ms before auto-dismiss; the Reka default pauses on hover/focus. */\n duration?: number;\n /** Shows the ✕ close button. */\n closable?: boolean;\n /** Renders a single inline action button; emits `action` when pressed. */\n actionLabel?: string;\n /** Names for what the card says on its own account, as any subset of `ToastLabels`. */\n labels?: LabelOverrides<ToastLabels>;\n }>(),\n {\n // See Toast.vue: `undefined` is the uncontrolled state, and only an\n // explicit default keeps it reachable past Vue's Boolean casting.\n open: undefined,\n variant: \"info\",\n duration: 5000,\n closable: true,\n },\n);\n\ndefineEmits<{ \"update:open\": [value: boolean]; action: [] }>();\n\n// `text`, not `labels`: the prop of that name is one of the three sources this\n// resolves, and a template reading the raw prop would be reading the overrides\n// rather than the answer.\nconst text = useLabels(\"toast\", TOAST_LABELS, () => props.labels);\n\n// `satisfies` binds this map to ToastVariant so a variant added to the type\n// without a matching entry here fails at compile time (Button's own idiom).\nconst toastAccents = {\n info: { icon: Info, color: \"text-info-text\" },\n success: { icon: CircleCheck, color: \"text-success-text\" },\n // `-text` like its four siblings. The bare `warning` hue is a fill colour —\n // as text it fails on the dark theme, and the functional `-text` tokens are\n // the ones measured legible on every surface (theme.css carries the ratios).\n warning: { icon: TriangleAlert, color: \"text-warning-text\" },\n destructive: { icon: CircleX, color: \"text-destructive-text\" },\n accent: { icon: Sparkles, color: \"text-primary-text\" },\n} satisfies Record<ToastVariant, { icon: typeof Info; color: string }>;\n\nconst accent = computed(() => toastAccents[props.variant]);\n</script>\n\n<template>\n <!-- Entrance and exit deliberately do not share an element, and the split is\n forced by Reka rather than taste. The swipe gesture marks ToastRoot\n itself (data-swipe plus --reka-toast-swipe-* custom properties), so the\n root's transform stays reserved and the entrance rides the inner card.\n The exit cannot ride along: Presence decides an element's fate by\n reading the computed animation-name of the node it mounted — never a\n descendant's and by waiting for an animationend whose target is that\n same node (usePresence.js). A toast-out confined to the inner card would\n leave the root's own name `none` and be unmounted before its first\n frame; on ToastRoot it genuinely plays. -->\n <ToastRoot\n v-bind=\"optional({ open })\"\n :duration=\"duration\"\n class=\"outline-none data-[state=closed]:animate-toast-out\"\n @update:open=\"$emit('update:open', $event)\"\n >\n <div\n :class=\"\n cn(\n 'relative flex animate-toast-in items-start gap-3 rounded-md border border-border bg-popover p-3 pr-8 text-popover-foreground shadow-lg',\n // Accent variant: a highlighted border to draw attention to the\n // toast's distinctiveness from the standard variants.\n variant === 'accent' && 'border-primary/40',\n )\n \"\n >\n <component\n :is=\"accent.icon\"\n :class=\"cn('mt-0.5 h-4 w-4 shrink-0', accent.color)\"\n aria-hidden=\"true\"\n />\n <div class=\"min-w-0 flex-1\">\n <ToastTitle class=\"text-sm font-medium\">{{ title }}</ToastTitle>\n <ToastDescription v-if=\"description\" class=\"mt-0.5 text-xs text-muted-foreground\">\n {{ description }}\n </ToastDescription>\n </div>\n\n <ToastAction v-if=\"actionLabel\" :alt-text=\"actionLabel\" as-child @click=\"$emit('action')\">\n <button\n type=\"button\"\n class=\"shrink-0 rounded-sm px-2 py-1 text-xs font-medium text-primary-text transition-colors duration-fast ease-out hover:bg-subtle focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring\"\n >\n {{ actionLabel }}\n </button>\n </ToastAction>\n\n <ToastClose\n v-if=\"closable\"\n :aria-label=\"text.close\"\n class=\"absolute right-2 top-2 inline-flex h-6 w-6 items-center justify-center rounded-sm text-muted-foreground transition-colors duration-fast ease-out hover:bg-subtle hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring\"\n >\n <X class=\"h-3.5 w-3.5\" />\n </ToastClose>\n </div>\n </ToastRoot>\n</template>\n"],"mappings":""}
@@ -1,6 +1,6 @@
1
- import { type LabelOverrides } from "@ecoma-io/loom-labels";
1
+ import { type LabelOverrides } from "../../../labels/src/index";
2
2
  import type { ToastVariant } from "./Toast.vue";
3
- import type { ToastLabels } from "@ecoma-io/loom-labels";
3
+ import type { ToastLabels } from "../../../labels/src/index";
4
4
  /**
5
5
 
6
6
  /**
@@ -56,7 +56,7 @@ var ToastItem_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ define
56
56
  },
57
57
  warning: {
58
58
  icon: TriangleAlert,
59
- color: "text-warning"
59
+ color: "text-warning-text"
60
60
  },
61
61
  destructive: {
62
62
  icon: CircleX,
@@ -71,7 +71,7 @@ var ToastItem_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ define
71
71
  return (_ctx, _cache) => {
72
72
  return openBlock(), createBlock(unref(ToastRoot), mergeProps(unref(optional)({ open: __props.open }), {
73
73
  duration: __props.duration,
74
- class: "outline-none",
74
+ class: "outline-none data-[state=closed]:animate-toast-out",
75
75
  "onUpdate:open": _cache[1] || (_cache[1] = ($event) => _ctx.$emit("update:open", $event))
76
76
  }), {
77
77
  default: withCtx(() => [createElementVNode("div", { class: normalizeClass(unref(cn)("relative flex animate-toast-in items-start gap-3 rounded-md border border-border bg-popover p-3 pr-8 text-popover-foreground shadow-lg", __props.variant === "accent" && "border-primary/40")) }, [
@@ -1 +1 @@
1
- {"version":3,"file":"ToastItem.vue_vue_type_script_setup_true_lang.js","names":["$emit"],"sources":["../../../../../packages/primitives/toast/src/ToastItem.vue"],"sourcesContent":["<script lang=\"ts\">\nimport type { ToastLabels } from \"@ecoma-io/loom-labels\";\n\n/**\n\n/**\n * Loom's English, co-located with the component so it tree-shakes with it, and\n * exported so a host can build a partial vocabulary against the real thing.\n */\nexport const TOAST_LABELS: ToastLabels = {\n close: \"Close\",\n announce: \"Notification\",\n region: ({ hotkey }) => `Notifications (${hotkey})`,\n};\n</script>\n\n<script setup lang=\"ts\">\nimport { computed } from \"vue\";\nimport { ToastRoot, ToastTitle, ToastDescription, ToastAction, ToastClose } from \"reka-ui\";\nimport { useLabels, type LabelOverrides } from \"@ecoma-io/loom-labels\";\nimport { Info, CircleCheck, TriangleAlert, CircleX, Sparkles, X } from \"@lucide/vue\";\nimport { cn } from \"@ecoma-io/loom-core\";\nimport { optional } from \"@ecoma-io/loom-core\";\nimport type { ToastVariant } from \"./Toast.vue\";\n\n/**\n * ToastItem — one toast card (ToastRoot + Loom treatment), INTERNAL to\n * the design system. It must live inside a `ToastProvider` whose\n * `ToastViewport` it teleports into: `Toast` bundles that pair for the\n * standalone case. Not exported from the barrel — hosts use `Toast`.\n */\nconst props = withDefaults(\n defineProps<{\n /** Controls visibility; pair with `v-model:open`. Omit to let the toast own its own open state. */\n open?: boolean | undefined;\n /** The toast's headline — always shown. */\n title: string;\n /** An optional second line of detail below the title. */\n description?: string;\n /** Selects the accent icon and colour. */\n variant?: ToastVariant;\n /** ms before auto-dismiss; the Reka default pauses on hover/focus. */\n duration?: number;\n /** Shows the ✕ close button. */\n closable?: boolean;\n /** Renders a single inline action button; emits `action` when pressed. */\n actionLabel?: string;\n /** Names for what the card says on its own account, as any subset of `ToastLabels`. */\n labels?: LabelOverrides<ToastLabels>;\n }>(),\n {\n // See Toast.vue: `undefined` is the uncontrolled state, and only an\n // explicit default keeps it reachable past Vue's Boolean casting.\n open: undefined,\n variant: \"info\",\n duration: 5000,\n closable: true,\n },\n);\n\ndefineEmits<{ \"update:open\": [value: boolean]; action: [] }>();\n\n// `text`, not `labels`: the prop of that name is one of the three sources this\n// resolves, and a template reading the raw prop would be reading the overrides\n// rather than the answer.\nconst text = useLabels(\"toast\", TOAST_LABELS, () => props.labels);\n\n// `satisfies` binds this map to ToastVariant so a variant added to the type\n// without a matching entry here fails at compile time (Button's own idiom).\nconst toastAccents = {\n info: { icon: Info, color: \"text-info-text\" },\n success: { icon: CircleCheck, color: \"text-success-text\" },\n warning: { icon: TriangleAlert, color: \"text-warning\" },\n destructive: { icon: CircleX, color: \"text-destructive-text\" },\n accent: { icon: Sparkles, color: \"text-primary-text\" },\n} satisfies Record<ToastVariant, { icon: typeof Info; color: string }>;\n\nconst accent = computed(() => toastAccents[props.variant]);\n</script>\n\n<template>\n <!-- The slide-in animation rides this inner card, never ToastRoot: Reka\n drives ToastRoot's own transform for the swipe-to-dismiss gesture, so a\n filled entrance transform there would freeze the swipe. ToastRoot itself\n carries no animation, so Reka Presence unmounts it immediately on close. -->\n <ToastRoot\n v-bind=\"optional({ open })\"\n :duration=\"duration\"\n class=\"outline-none\"\n @update:open=\"$emit('update:open', $event)\"\n >\n <div\n :class=\"\n cn(\n 'relative flex animate-toast-in items-start gap-3 rounded-md border border-border bg-popover p-3 pr-8 text-popover-foreground shadow-lg',\n // Accent variant: a highlighted border to draw attention to the\n // toast's distinctiveness from the standard variants.\n variant === 'accent' && 'border-primary/40',\n )\n \"\n >\n <component\n :is=\"accent.icon\"\n :class=\"cn('mt-0.5 h-4 w-4 shrink-0', accent.color)\"\n aria-hidden=\"true\"\n />\n <div class=\"min-w-0 flex-1\">\n <ToastTitle class=\"text-sm font-medium\">{{ title }}</ToastTitle>\n <ToastDescription v-if=\"description\" class=\"mt-0.5 text-xs text-muted-foreground\">\n {{ description }}\n </ToastDescription>\n </div>\n\n <ToastAction v-if=\"actionLabel\" :alt-text=\"actionLabel\" as-child @click=\"$emit('action')\">\n <button\n type=\"button\"\n class=\"shrink-0 rounded-sm px-2 py-1 text-xs font-medium text-primary-text transition-colors duration-fast ease-out hover:bg-subtle focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring\"\n >\n {{ actionLabel }}\n </button>\n </ToastAction>\n\n <ToastClose\n v-if=\"closable\"\n :aria-label=\"text.close\"\n class=\"absolute right-2 top-2 inline-flex h-6 w-6 items-center justify-center rounded-sm text-muted-foreground transition-colors duration-fast ease-out hover:bg-subtle hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring\"\n >\n <X class=\"h-3.5 w-3.5\" />\n </ToastClose>\n </div>\n </ToastRoot>\n</template>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AASA,IAAa,eAA4B;CACvC,OAAO;CACP,UAAU;CACV,SAAS,EAAE,aAAa,kBAAkB,OAAO;AACnD;;;;;;;;;;;;;;;;;;;;;EAkBA,MAAM,QAAQ;EAkCd,MAAM,OAAO,UAAU,SAAS,oBAAoB,MAAM,MAAM;EAIhE,MAAM,eAAe;GACnB,MAAM;IAAE,MAAM;IAAM,OAAO;GAAiB;GAC5C,SAAS;IAAE,MAAM;IAAa,OAAO;GAAoB;GACzD,SAAS;IAAE,MAAM;IAAe,OAAO;GAAe;GACtD,aAAa;IAAE,MAAM;IAAS,OAAO;GAAwB;GAC7D,QAAQ;IAAE,MAAM;IAAU,OAAO;GAAoB;EACvD;EAEA,MAAM,SAAS,eAAe,aAAa,MAAM,QAAQ;;GAQvD,OAAA,UAAA,GAAA,YA6CY,MAAA,SAAA,GA7CZ,WACU,MA4CE,QAAA,CA5CM,CAAA,EAAA,MAAG,QAAA,KAAI,CAAA,GAAA;IACtB,UAAU,QAAA;IACX,OAAM;IACL,iBAAW,OAAA,OAAA,OAAA,MAAA,WAAEA,KAAAA,MAAK,eAAgB,MAAM;;IAEzC,SAAA,cAsCM,CAtCN,mBAsCM,OAAA,EArCH,OAAK,eAAW,MAAA,EAAA,CAAE,CAAA,0IAA4S,QAAA,YAAO,YAAA,mBAAA,CAAA,EAAA,GAAA;MAStU,UAAA,GAAA,YAIE,wBAHK,OAAA,MAAO,IAAI,GAAA;MACf,OAAK,eAAE,MAAA,EAAA,CAAE,CAAA,2BAA4B,OAAA,MAAO,KAAK,CAAA;MAClD,eAAY;;KAEd,mBAKM,OALN,YAKM,CAJJ,YAAgE,MAAA,UAAA,GAAA,EAApD,OAAM,sBAAqB,GAAA;MAAC,SAAA,cAAW,CAAR,gBAAA,gBAAA,QAAA,KAAK,GAAA,CAAA,CAAA,CAAA;;KACxB,CAAA,GAAA,QAAA,eAAxB,UAAA,GAAA,YAEmB,MAAA,gBAAA,GAAA;;MAFkB,OAAM;;MACzC,SAAA,cAAiB,CAAd,gBAAA,gBAAA,QAAA,WAAW,GAAA,CAAA,CAAA,CAAA;;;KAIC,QAAA,eAAnB,UAAA,GAAA,YAOc,MAAA,WAAA,GAAA;;MAPmB,YAAU,QAAA;MAAa,YAAA;MAAU,SAAK,OAAA,OAAA,OAAA,MAAA,WAAEA,KAAAA,MAAK,QAAA;;MAC5E,SAAA,cAKS,CALT,mBAKS,UALT,YAKS,gBADJ,QAAA,WAAW,GAAA,CAAA,CAAA,CAAA;;;KAKV,QAAA,YADR,UAAA,GAAA,YAMa,MAAA,UAAA,GAAA;;MAJV,cAAY,MAAA,IAAA,CAAI,CAAC;MAClB,OAAM;;MAEN,SAAA,cAAyB,CAAzB,YAAyB,MAAA,CAAA,GAAA,EAAtB,OAAM,cAAa,CAAA,CAAA,CAAA"}
1
+ {"version":3,"file":"ToastItem.vue_vue_type_script_setup_true_lang.js","names":["$emit"],"sources":["../../../../../packages/primitives/toast/src/ToastItem.vue"],"sourcesContent":["<script lang=\"ts\">\nimport type { ToastLabels } from \"@ecoma-io/loom-labels\";\n\n/**\n\n/**\n * Loom's English, co-located with the component so it tree-shakes with it, and\n * exported so a host can build a partial vocabulary against the real thing.\n */\nexport const TOAST_LABELS: ToastLabels = {\n close: \"Close\",\n announce: \"Notification\",\n region: ({ hotkey }) => `Notifications (${hotkey})`,\n};\n</script>\n\n<script setup lang=\"ts\">\nimport { computed } from \"vue\";\nimport { ToastRoot, ToastTitle, ToastDescription, ToastAction, ToastClose } from \"reka-ui\";\nimport { useLabels, type LabelOverrides } from \"@ecoma-io/loom-labels\";\nimport { Info, CircleCheck, TriangleAlert, CircleX, Sparkles, X } from \"@lucide/vue\";\nimport { cn } from \"@ecoma-io/loom-core\";\nimport { optional } from \"@ecoma-io/loom-core\";\nimport type { ToastVariant } from \"./Toast.vue\";\n\n/**\n * ToastItem — one toast card (ToastRoot + Loom treatment), INTERNAL to\n * the design system. It must live inside a `ToastProvider` whose\n * `ToastViewport` it teleports into: `Toast` bundles that pair for the\n * standalone case. Not exported from the barrel — hosts use `Toast`.\n */\nconst props = withDefaults(\n defineProps<{\n /** Controls visibility; pair with `v-model:open`. Omit to let the toast own its own open state. */\n open?: boolean | undefined;\n /** The toast's headline — always shown. */\n title: string;\n /** An optional second line of detail below the title. */\n description?: string;\n /** Selects the accent icon and colour. */\n variant?: ToastVariant;\n /** ms before auto-dismiss; the Reka default pauses on hover/focus. */\n duration?: number;\n /** Shows the ✕ close button. */\n closable?: boolean;\n /** Renders a single inline action button; emits `action` when pressed. */\n actionLabel?: string;\n /** Names for what the card says on its own account, as any subset of `ToastLabels`. */\n labels?: LabelOverrides<ToastLabels>;\n }>(),\n {\n // See Toast.vue: `undefined` is the uncontrolled state, and only an\n // explicit default keeps it reachable past Vue's Boolean casting.\n open: undefined,\n variant: \"info\",\n duration: 5000,\n closable: true,\n },\n);\n\ndefineEmits<{ \"update:open\": [value: boolean]; action: [] }>();\n\n// `text`, not `labels`: the prop of that name is one of the three sources this\n// resolves, and a template reading the raw prop would be reading the overrides\n// rather than the answer.\nconst text = useLabels(\"toast\", TOAST_LABELS, () => props.labels);\n\n// `satisfies` binds this map to ToastVariant so a variant added to the type\n// without a matching entry here fails at compile time (Button's own idiom).\nconst toastAccents = {\n info: { icon: Info, color: \"text-info-text\" },\n success: { icon: CircleCheck, color: \"text-success-text\" },\n // `-text` like its four siblings. The bare `warning` hue is a fill colour —\n // as text it fails on the dark theme, and the functional `-text` tokens are\n // the ones measured legible on every surface (theme.css carries the ratios).\n warning: { icon: TriangleAlert, color: \"text-warning-text\" },\n destructive: { icon: CircleX, color: \"text-destructive-text\" },\n accent: { icon: Sparkles, color: \"text-primary-text\" },\n} satisfies Record<ToastVariant, { icon: typeof Info; color: string }>;\n\nconst accent = computed(() => toastAccents[props.variant]);\n</script>\n\n<template>\n <!-- Entrance and exit deliberately do not share an element, and the split is\n forced by Reka rather than taste. The swipe gesture marks ToastRoot\n itself (data-swipe plus --reka-toast-swipe-* custom properties), so the\n root's transform stays reserved and the entrance rides the inner card.\n The exit cannot ride along: Presence decides an element's fate by\n reading the computed animation-name of the node it mounted — never a\n descendant's and by waiting for an animationend whose target is that\n same node (usePresence.js). A toast-out confined to the inner card would\n leave the root's own name `none` and be unmounted before its first\n frame; on ToastRoot it genuinely plays. -->\n <ToastRoot\n v-bind=\"optional({ open })\"\n :duration=\"duration\"\n class=\"outline-none data-[state=closed]:animate-toast-out\"\n @update:open=\"$emit('update:open', $event)\"\n >\n <div\n :class=\"\n cn(\n 'relative flex animate-toast-in items-start gap-3 rounded-md border border-border bg-popover p-3 pr-8 text-popover-foreground shadow-lg',\n // Accent variant: a highlighted border to draw attention to the\n // toast's distinctiveness from the standard variants.\n variant === 'accent' && 'border-primary/40',\n )\n \"\n >\n <component\n :is=\"accent.icon\"\n :class=\"cn('mt-0.5 h-4 w-4 shrink-0', accent.color)\"\n aria-hidden=\"true\"\n />\n <div class=\"min-w-0 flex-1\">\n <ToastTitle class=\"text-sm font-medium\">{{ title }}</ToastTitle>\n <ToastDescription v-if=\"description\" class=\"mt-0.5 text-xs text-muted-foreground\">\n {{ description }}\n </ToastDescription>\n </div>\n\n <ToastAction v-if=\"actionLabel\" :alt-text=\"actionLabel\" as-child @click=\"$emit('action')\">\n <button\n type=\"button\"\n class=\"shrink-0 rounded-sm px-2 py-1 text-xs font-medium text-primary-text transition-colors duration-fast ease-out hover:bg-subtle focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring\"\n >\n {{ actionLabel }}\n </button>\n </ToastAction>\n\n <ToastClose\n v-if=\"closable\"\n :aria-label=\"text.close\"\n class=\"absolute right-2 top-2 inline-flex h-6 w-6 items-center justify-center rounded-sm text-muted-foreground transition-colors duration-fast ease-out hover:bg-subtle hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring\"\n >\n <X class=\"h-3.5 w-3.5\" />\n </ToastClose>\n </div>\n </ToastRoot>\n</template>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AASA,IAAa,eAA4B;CACvC,OAAO;CACP,UAAU;CACV,SAAS,EAAE,aAAa,kBAAkB,OAAO;AACnD;;;;;;;;;;;;;;;;;;;;;EAkBA,MAAM,QAAQ;EAkCd,MAAM,OAAO,UAAU,SAAS,oBAAoB,MAAM,MAAM;EAIhE,MAAM,eAAe;GACnB,MAAM;IAAE,MAAM;IAAM,OAAO;GAAiB;GAC5C,SAAS;IAAE,MAAM;IAAa,OAAO;GAAoB;GAIzD,SAAS;IAAE,MAAM;IAAe,OAAO;GAAoB;GAC3D,aAAa;IAAE,MAAM;IAAS,OAAO;GAAwB;GAC7D,QAAQ;IAAE,MAAM;IAAU,OAAO;GAAoB;EACvD;EAEA,MAAM,SAAS,eAAe,aAAa,MAAM,QAAQ;;GAcvD,OAAA,UAAA,GAAA,YA6CY,MAAA,SAAA,GA7CZ,WACU,MA4CE,QAAA,CA5CM,CAAA,EAAA,MAAG,QAAA,KAAI,CAAA,GAAA;IACtB,UAAU,QAAA;IACX,OAAM;IACL,iBAAW,OAAA,OAAA,OAAA,MAAA,WAAEA,KAAAA,MAAK,eAAgB,MAAM;;IAEzC,SAAA,cAsCM,CAtCN,mBAsCM,OAAA,EArCH,OAAK,eAAW,MAAA,EAAA,CAAE,CAAA,0IAA4S,QAAA,YAAO,YAAA,mBAAA,CAAA,EAAA,GAAA;MAStU,UAAA,GAAA,YAIE,wBAHK,OAAA,MAAO,IAAI,GAAA;MACf,OAAK,eAAE,MAAA,EAAA,CAAE,CAAA,2BAA4B,OAAA,MAAO,KAAK,CAAA;MAClD,eAAY;;KAEd,mBAKM,OALN,YAKM,CAJJ,YAAgE,MAAA,UAAA,GAAA,EAApD,OAAM,sBAAqB,GAAA;MAAC,SAAA,cAAW,CAAR,gBAAA,gBAAA,QAAA,KAAK,GAAA,CAAA,CAAA,CAAA;;KACxB,CAAA,GAAA,QAAA,eAAxB,UAAA,GAAA,YAEmB,MAAA,gBAAA,GAAA;;MAFkB,OAAM;;MACzC,SAAA,cAAiB,CAAd,gBAAA,gBAAA,QAAA,WAAW,GAAA,CAAA,CAAA,CAAA;;;KAIC,QAAA,eAAnB,UAAA,GAAA,YAOc,MAAA,WAAA,GAAA;;MAPmB,YAAU,QAAA;MAAa,YAAA;MAAU,SAAK,OAAA,OAAA,OAAA,MAAA,WAAEA,KAAAA,MAAK,QAAA;;MAC5E,SAAA,cAKS,CALT,mBAKS,UALT,YAKS,gBADJ,QAAA,WAAW,GAAA,CAAA,CAAA,CAAA;;;KAKV,QAAA,YADR,UAAA,GAAA,YAMa,MAAA,UAAA,GAAA;;MAJV,cAAY,MAAA,IAAA,CAAI,CAAC;MAClB,OAAM;;MAEN,SAAA,cAAyB,CAAzB,YAAyB,MAAA,CAAA,GAAA,EAAtB,OAAM,cAAa,CAAA,CAAA,CAAA"}
@@ -2,5 +2,5 @@ export { default, TOAST_LABELS } from "./Toast.vue";
2
2
  export { default as Toast } from "./Toast.vue";
3
3
  export type { ToastVariant } from "./Toast.vue";
4
4
  export { default as ToastItem } from "./ToastItem.vue";
5
- export type { ToastLabels } from "@ecoma-io/loom-labels";
5
+ export type { ToastLabels } from "../../../labels/src/index";
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.js","names":[],"sources":["../../../../../packages/primitives/tooltip/src/Tooltip.vue"],"sourcesContent":["<script lang=\"ts\">\n/**\n * Which edge of the trigger the tip prefers, before collision flipping. The\n * members mirror Reka's own `Side`, and the template binding is what enforces\n * that: a member Reka does not accept stops `:side=\"side\"` type-checking.\n * Declared here rather than aliased so the generated props table prints the\n * four values instead of a name that tells the reader nothing.\n */\nexport type TooltipSide = \"top\" | \"right\" | \"bottom\" | \"left\";\n</script>\n\n<script setup lang=\"ts\">\nimport {\n TooltipProvider,\n TooltipRoot,\n TooltipTrigger,\n TooltipPortal,\n TooltipContent,\n TooltipArrow,\n} from \"reka-ui\";\nimport { cn } from \"@ecoma-io/loom-core\";\nimport { optional } from \"@ecoma-io/loom-core\";\n\n/**\n * Tooltip — a short, non-interactive hint on hover or keyboard focus of its\n * trigger: the label for an icon-only button, or one terse explanation.\n *\n * A tooltip is not a small dialog, and the difference is the whole contract.\n * It never takes focus — focus stays on the trigger the entire time it is\n * shown, which is what lets a keyboard user read it and keep going. Hovering\n * the trigger or focusing it opens the tip; Esc, blur and moving the pointer\n * away close it; the page behind never stops scrolling. Nothing inside it can\n * be reached, so nothing interactive belongs inside it. The moment a hint\n * needs a link or a button, it is a `Popover`.\n *\n * It is wired as `aria-describedby`, never `aria-labelledby`: it *supplements*\n * an accessible name and must never be the only source of one. An icon-only\n * button still carries its own `aria-label` — a screen reader user who never\n * hovers would otherwise meet an unnamed button.\n *\n * The provider is bundled in so a single tooltip works with no setup. An\n * application with many can hoist one Reka `TooltipProvider` higher later,\n * which is what shares the hover delay across them.\n */\nwithDefaults(\n defineProps<{\n /** The hint text. The default slot overrides it where the hint needs markup. */\n content?: string;\n /** The edge of the trigger to anchor against, before collision flipping. */\n side?: TooltipSide;\n /** Gap in pixels between the trigger and the tip. */\n sideOffset?: number;\n /** Milliseconds of hover before the tip appears. Keyboard focus is always immediate. */\n delay?: number;\n /** Drive the tip from the host with `v-model:open` — an onboarding hint, say. Omit it for hover and focus alone. */\n open?: boolean | undefined;\n }>(),\n // `open: undefined` is load-bearing, not a redundant default — it is what\n // keeps the uncontrolled third state reachable past Vue's absent-Boolean\n // casting. `optional()` in the template is the other half; its docblock\n // carries the reasoning for both. `content` needs no such entry: a string\n // prop is already `undefined` when absent.\n { open: undefined, side: \"top\", sideOffset: 6, delay: 300 },\n);\n\ndefineEmits<{ \"update:open\": [value: boolean] }>();\n</script>\n\n<template>\n <TooltipProvider :delay-duration=\"delay\">\n <TooltipRoot v-bind=\"optional({ open })\" @update:open=\"$emit('update:open', $event)\">\n <!-- @slot The element the hint describes. Rendered `as-child`, so the\n caller's own element *is* the trigger and keeps its own accessible\n name. -->\n <TooltipTrigger as-child>\n <slot name=\"trigger\" />\n </TooltipTrigger>\n\n <TooltipPortal>\n <TooltipContent\n :side=\"side\"\n :side-offset=\"sideOffset\"\n :class=\"\n cn(\n 'z-50 max-w-[16rem] rounded-md bg-foreground px-2 py-1 text-xs font-medium text-background shadow-md',\n // Scoped to the open state, never unconditional. Reka's Presence\n // keeps closed content mounted until an animationend arrives, and\n // a mount-only animation never fires a second one — so an\n // unconditional animation class leaves a stray tip in the page.\n // Scoped, the closed element computes `animation-name: none` and\n // Presence unmounts it at once.\n //\n // `delayed-open` rather than `open`: the animation belongs to the\n // hover path, which the user waited for. A tip opened by keyboard\n // focus appears instantly, because a keyboard user asked for it\n // deliberately and has nothing to wait through.\n 'data-[state=delayed-open]:animate-scale-in',\n )\n \"\n style=\"transform-origin: var(--reka-popper-transform-origin)\"\n >\n <!-- @slot The hint, where markup is needed. Takes precedence over\n `content`. Nothing interactive belongs here — a tooltip cannot be\n reached by keyboard or pointer. -->\n <slot>{{ content }}</slot>\n <TooltipArrow class=\"fill-foreground\" :width=\"10\" :height=\"5\" />\n </TooltipContent>\n </TooltipPortal>\n </TooltipRoot>\n </TooltipProvider>\n</template>\n"],"mappings":""}
1
+ {"version":3,"file":"Tooltip.js","names":[],"sources":["../../../../../packages/primitives/tooltip/src/Tooltip.vue"],"sourcesContent":["<script lang=\"ts\">\n/**\n * Which edge of the trigger the tip prefers, before collision flipping. The\n * members mirror Reka's own `Side`, and the template binding is what enforces\n * that: a member Reka does not accept stops `:side=\"side\"` type-checking.\n * Declared here rather than aliased so the generated props table prints the\n * four values instead of a name that tells the reader nothing.\n */\nexport type TooltipSide = \"top\" | \"right\" | \"bottom\" | \"left\";\n</script>\n\n<script setup lang=\"ts\">\nimport {\n TooltipProvider,\n TooltipRoot,\n TooltipTrigger,\n TooltipPortal,\n TooltipContent,\n TooltipArrow,\n} from \"reka-ui\";\nimport { cn } from \"@ecoma-io/loom-core\";\nimport { optional } from \"@ecoma-io/loom-core\";\n\n/**\n * Tooltip — a short, non-interactive hint on hover or keyboard focus of its\n * trigger: the label for an icon-only button, or one terse explanation.\n *\n * A tooltip is not a small dialog, and the difference is the whole contract.\n * It never takes focus — focus stays on the trigger the entire time it is\n * shown, which is what lets a keyboard user read it and keep going. Hovering\n * the trigger or focusing it opens the tip; Esc, blur and moving the pointer\n * away close it; the page behind never stops scrolling. Nothing inside it can\n * be reached, so nothing interactive belongs inside it. The moment a hint\n * needs a link or a button, it is a `Popover`.\n *\n * It is wired as `aria-describedby`, never `aria-labelledby`: it *supplements*\n * an accessible name and must never be the only source of one. An icon-only\n * button still carries its own `aria-label` — a screen reader user who never\n * hovers would otherwise meet an unnamed button.\n *\n * The provider is bundled in so a single tooltip works with no setup. An\n * application with many can hoist one Reka `TooltipProvider` higher later,\n * which is what shares the hover delay across them.\n */\nwithDefaults(\n defineProps<{\n /** The hint text. The default slot overrides it where the hint needs markup. */\n content?: string;\n /** The edge of the trigger to anchor against, before collision flipping. */\n side?: TooltipSide;\n /** Gap in pixels between the trigger and the tip. */\n sideOffset?: number;\n /** Milliseconds of hover before the tip appears. Keyboard focus is always immediate. */\n delay?: number;\n /** Drive the tip from the host with `v-model:open` — an onboarding hint, say. Omit it for hover and focus alone. */\n open?: boolean | undefined;\n }>(),\n // `open: undefined` is load-bearing, not a redundant default — it is what\n // keeps the uncontrolled third state reachable past Vue's absent-Boolean\n // casting. `optional()` in the template is the other half; its docblock\n // carries the reasoning for both. `content` needs no such entry: a string\n // prop is already `undefined` when absent.\n { open: undefined, side: \"top\", sideOffset: 6, delay: 300 },\n);\n\ndefineEmits<{ \"update:open\": [value: boolean] }>();\n</script>\n\n<template>\n <TooltipProvider :delay-duration=\"delay\">\n <TooltipRoot v-bind=\"optional({ open })\" @update:open=\"$emit('update:open', $event)\">\n <!-- @slot The element the hint describes. Rendered `as-child`, so the\n caller's own element *is* the trigger and keeps its own accessible\n name. -->\n <TooltipTrigger as-child>\n <slot name=\"trigger\" />\n </TooltipTrigger>\n\n <TooltipPortal>\n <TooltipContent\n :side=\"side\"\n :side-offset=\"sideOffset\"\n :class=\"\n cn(\n 'z-overlay max-w-[16rem] rounded-md bg-foreground px-2 py-1 text-xs font-medium text-background shadow-md',\n // Scoped to the open state, never unconditional. Reka's Presence\n // keeps closed content mounted until an animationend arrives, and\n // a mount-only animation never fires a second one — so an\n // unconditional animation class leaves a stray tip in the page.\n // Scoped, the closed element computes `animation-name: none` and\n // Presence unmounts it at once; the paired exit is precisely what\n // Presence is waiting to hold it for.\n //\n // `delayed-open` rather than `open`: the animation belongs to the\n // hover path, which the user waited for. A tip opened by keyboard\n // focus appears instantly, because a keyboard user asked for it\n // deliberately and has nothing to wait through. The exit needs no\n // such split — Reka reports both open flavours as plain `closed`\n // on the way out, so one class answers them both.\n 'data-[state=delayed-open]:animate-scale-in data-[state=closed]:animate-scale-out',\n )\n \"\n style=\"transform-origin: var(--reka-popper-transform-origin)\"\n >\n <!-- @slot The hint, where markup is needed. Takes precedence over\n `content`. Nothing interactive belongs here — a tooltip cannot be\n reached by keyboard or pointer. -->\n <slot>{{ content }}</slot>\n <TooltipArrow class=\"fill-foreground\" :width=\"10\" :height=\"5\" />\n </TooltipContent>\n </TooltipPortal>\n </TooltipRoot>\n </TooltipProvider>\n</template>\n"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/tooltip/src/Tooltip.vue"],"names":[],"mappings":"AA8HA;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;wBACzC,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAuBd,gFAAgF;cACtE,MAAM;IAChB,4EAA4E;WACrE,WAAW;IAClB,qDAAqD;iBACxC,MAAM;IACnB,wFAAwF;YAChF,MAAM;IACd,oHAAoH;WAC7G,OAAO,GAAG,SAAS;;;;IAT1B,gFAAgF;cACtE,MAAM;IAChB,4EAA4E;WACrE,WAAW;IAClB,qDAAqD;iBACxC,MAAM;IACnB,wFAAwF;YAChF,MAAM;IACd,oHAAoH;WAC7G,OAAO,GAAG,SAAS;;;;WAFlB,MAAM;UAJP,WAAW;gBAEL,MAAM;UAIZ,OAAO,GAAG,SAAS;;cAwLhB,CAAC,KAAK,IAAiB,KAAK,GAAG;;cAC/B,CAAC,KAAK,IAAiB,KAAK,GAAG;EAWzC,CAAC;AAWL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Tooltip.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/tooltip/src/Tooltip.vue"],"names":[],"mappings":"AAiIA;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;wBACzC,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAuBd,gFAAgF;cACtE,MAAM;IAChB,4EAA4E;WACrE,WAAW;IAClB,qDAAqD;iBACxC,MAAM;IACnB,wFAAwF;YAChF,MAAM;IACd,oHAAoH;WAC7G,OAAO,GAAG,SAAS;;;;IAT1B,gFAAgF;cACtE,MAAM;IAChB,4EAA4E;WACrE,WAAW;IAClB,qDAAqD;iBACxC,MAAM;IACnB,wFAAwF;YAChF,MAAM;IACd,oHAAoH;WAC7G,OAAO,GAAG,SAAS;;;;WAFlB,MAAM;UAJP,WAAW;gBAEL,MAAM;UAIZ,OAAO,GAAG,SAAS;;cA8LhB,CAAC,KAAK,IAAiB,KAAK,GAAG;;cAC/B,CAAC,KAAK,IAAiB,KAAK,GAAG;EAWzC,CAAC;AAWL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -28,7 +28,7 @@ var Tooltip_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCo
28
28
  default: withCtx(() => [createVNode(unref(TooltipContent), {
29
29
  side: __props.side,
30
30
  "side-offset": __props.sideOffset,
31
- class: normalizeClass(unref(cn)("z-50 max-w-[16rem] rounded-md bg-foreground px-2 py-1 text-xs font-medium text-background shadow-md", "data-[state=delayed-open]:animate-scale-in")),
31
+ class: normalizeClass(unref(cn)("z-overlay max-w-[16rem] rounded-md bg-foreground px-2 py-1 text-xs font-medium text-background shadow-md", "data-[state=delayed-open]:animate-scale-in data-[state=closed]:animate-scale-out")),
32
32
  style: { "transform-origin": "var(--reka-popper-transform-origin)" }
33
33
  }, {
34
34
  default: withCtx(() => [renderSlot(_ctx.$slots, "default", {}, () => [createTextVNode(toDisplayString(__props.content), 1)]), createVNode(unref(TooltipArrow), {
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.vue_vue_type_script_setup_true_lang.js","names":["$emit"],"sources":["../../../../../packages/primitives/tooltip/src/Tooltip.vue"],"sourcesContent":["<script lang=\"ts\">\n/**\n * Which edge of the trigger the tip prefers, before collision flipping. The\n * members mirror Reka's own `Side`, and the template binding is what enforces\n * that: a member Reka does not accept stops `:side=\"side\"` type-checking.\n * Declared here rather than aliased so the generated props table prints the\n * four values instead of a name that tells the reader nothing.\n */\nexport type TooltipSide = \"top\" | \"right\" | \"bottom\" | \"left\";\n</script>\n\n<script setup lang=\"ts\">\nimport {\n TooltipProvider,\n TooltipRoot,\n TooltipTrigger,\n TooltipPortal,\n TooltipContent,\n TooltipArrow,\n} from \"reka-ui\";\nimport { cn } from \"@ecoma-io/loom-core\";\nimport { optional } from \"@ecoma-io/loom-core\";\n\n/**\n * Tooltip — a short, non-interactive hint on hover or keyboard focus of its\n * trigger: the label for an icon-only button, or one terse explanation.\n *\n * A tooltip is not a small dialog, and the difference is the whole contract.\n * It never takes focus — focus stays on the trigger the entire time it is\n * shown, which is what lets a keyboard user read it and keep going. Hovering\n * the trigger or focusing it opens the tip; Esc, blur and moving the pointer\n * away close it; the page behind never stops scrolling. Nothing inside it can\n * be reached, so nothing interactive belongs inside it. The moment a hint\n * needs a link or a button, it is a `Popover`.\n *\n * It is wired as `aria-describedby`, never `aria-labelledby`: it *supplements*\n * an accessible name and must never be the only source of one. An icon-only\n * button still carries its own `aria-label` — a screen reader user who never\n * hovers would otherwise meet an unnamed button.\n *\n * The provider is bundled in so a single tooltip works with no setup. An\n * application with many can hoist one Reka `TooltipProvider` higher later,\n * which is what shares the hover delay across them.\n */\nwithDefaults(\n defineProps<{\n /** The hint text. The default slot overrides it where the hint needs markup. */\n content?: string;\n /** The edge of the trigger to anchor against, before collision flipping. */\n side?: TooltipSide;\n /** Gap in pixels between the trigger and the tip. */\n sideOffset?: number;\n /** Milliseconds of hover before the tip appears. Keyboard focus is always immediate. */\n delay?: number;\n /** Drive the tip from the host with `v-model:open` — an onboarding hint, say. Omit it for hover and focus alone. */\n open?: boolean | undefined;\n }>(),\n // `open: undefined` is load-bearing, not a redundant default — it is what\n // keeps the uncontrolled third state reachable past Vue's absent-Boolean\n // casting. `optional()` in the template is the other half; its docblock\n // carries the reasoning for both. `content` needs no such entry: a string\n // prop is already `undefined` when absent.\n { open: undefined, side: \"top\", sideOffset: 6, delay: 300 },\n);\n\ndefineEmits<{ \"update:open\": [value: boolean] }>();\n</script>\n\n<template>\n <TooltipProvider :delay-duration=\"delay\">\n <TooltipRoot v-bind=\"optional({ open })\" @update:open=\"$emit('update:open', $event)\">\n <!-- @slot The element the hint describes. Rendered `as-child`, so the\n caller's own element *is* the trigger and keeps its own accessible\n name. -->\n <TooltipTrigger as-child>\n <slot name=\"trigger\" />\n </TooltipTrigger>\n\n <TooltipPortal>\n <TooltipContent\n :side=\"side\"\n :side-offset=\"sideOffset\"\n :class=\"\n cn(\n 'z-50 max-w-[16rem] rounded-md bg-foreground px-2 py-1 text-xs font-medium text-background shadow-md',\n // Scoped to the open state, never unconditional. Reka's Presence\n // keeps closed content mounted until an animationend arrives, and\n // a mount-only animation never fires a second one — so an\n // unconditional animation class leaves a stray tip in the page.\n // Scoped, the closed element computes `animation-name: none` and\n // Presence unmounts it at once.\n //\n // `delayed-open` rather than `open`: the animation belongs to the\n // hover path, which the user waited for. A tip opened by keyboard\n // focus appears instantly, because a keyboard user asked for it\n // deliberately and has nothing to wait through.\n 'data-[state=delayed-open]:animate-scale-in',\n )\n \"\n style=\"transform-origin: var(--reka-popper-transform-origin)\"\n >\n <!-- @slot The hint, where markup is needed. Takes precedence over\n `content`. Nothing interactive belongs here — a tooltip cannot be\n reached by keyboard or pointer. -->\n <slot>{{ content }}</slot>\n <TooltipArrow class=\"fill-foreground\" :width=\"10\" :height=\"5\" />\n </TooltipContent>\n </TooltipPortal>\n </TooltipRoot>\n </TooltipProvider>\n</template>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;GAqEE,OAAA,UAAA,GAAA,YAwCkB,MAAA,eAAA,GAAA,EAxCA,kBAAgB,QAAA,MAAK,GAAA;IACrC,SAAA,cAsCc,CAtCd,YAsCc,MAAA,WAAA,GAtCd,WAAqB,MAsCP,QAAA,CAtCe,CAAA,EAAA,MAAG,QAAA,KAAI,CAAA,GAAA,EAAM,iBAAW,OAAA,OAAA,OAAA,MAAA,WAAEA,KAAAA,MAAK,eAAgB,MAAM,GAAA,CAAA,GAAA;KAIhF,SAAA,cAEiB,CAFjB,YAEiB,MAAA,cAAA,GAAA,EAFD,YAAA,GAAQ,GAAA;MACtB,SAAA,cAAuB,CAAvB,WAAuB,KAAA,QAAA,SAAA,CAAA,CAAA;;KAGzB,CAAA,GAAA,YA6BgB,MAAA,aAAA,GAAA,MAAA;MA5Bd,SAAA,cA2BiB,CA3BjB,YA2BiB,MAAA,cAAA,GAAA;OA1Bd,MAAM,QAAA;OACN,eAAa,QAAA;OACb,OAAK,eAAe,MAAA,EAAA,CAAE,CAAA,uGAAA,4CAAA,CAAA;OAiBvB,OAAA,EAAA,oBAAA,sCAAA;;OAKA,SAAA,cAA0B,CAA1B,WAA0B,KAAA,QAAA,WAAA,CAAA,SAAA,CAAjB,gBAAA,gBAAA,QAAA,OAAO,GAAA,CAAA,CAAA,CAAA,GAChB,YAAgE,MAAA,YAAA,GAAA;QAAlD,OAAM;QAAmB,OAAO;QAAK,QAAQ"}
1
+ {"version":3,"file":"Tooltip.vue_vue_type_script_setup_true_lang.js","names":["$emit"],"sources":["../../../../../packages/primitives/tooltip/src/Tooltip.vue"],"sourcesContent":["<script lang=\"ts\">\n/**\n * Which edge of the trigger the tip prefers, before collision flipping. The\n * members mirror Reka's own `Side`, and the template binding is what enforces\n * that: a member Reka does not accept stops `:side=\"side\"` type-checking.\n * Declared here rather than aliased so the generated props table prints the\n * four values instead of a name that tells the reader nothing.\n */\nexport type TooltipSide = \"top\" | \"right\" | \"bottom\" | \"left\";\n</script>\n\n<script setup lang=\"ts\">\nimport {\n TooltipProvider,\n TooltipRoot,\n TooltipTrigger,\n TooltipPortal,\n TooltipContent,\n TooltipArrow,\n} from \"reka-ui\";\nimport { cn } from \"@ecoma-io/loom-core\";\nimport { optional } from \"@ecoma-io/loom-core\";\n\n/**\n * Tooltip — a short, non-interactive hint on hover or keyboard focus of its\n * trigger: the label for an icon-only button, or one terse explanation.\n *\n * A tooltip is not a small dialog, and the difference is the whole contract.\n * It never takes focus — focus stays on the trigger the entire time it is\n * shown, which is what lets a keyboard user read it and keep going. Hovering\n * the trigger or focusing it opens the tip; Esc, blur and moving the pointer\n * away close it; the page behind never stops scrolling. Nothing inside it can\n * be reached, so nothing interactive belongs inside it. The moment a hint\n * needs a link or a button, it is a `Popover`.\n *\n * It is wired as `aria-describedby`, never `aria-labelledby`: it *supplements*\n * an accessible name and must never be the only source of one. An icon-only\n * button still carries its own `aria-label` — a screen reader user who never\n * hovers would otherwise meet an unnamed button.\n *\n * The provider is bundled in so a single tooltip works with no setup. An\n * application with many can hoist one Reka `TooltipProvider` higher later,\n * which is what shares the hover delay across them.\n */\nwithDefaults(\n defineProps<{\n /** The hint text. The default slot overrides it where the hint needs markup. */\n content?: string;\n /** The edge of the trigger to anchor against, before collision flipping. */\n side?: TooltipSide;\n /** Gap in pixels between the trigger and the tip. */\n sideOffset?: number;\n /** Milliseconds of hover before the tip appears. Keyboard focus is always immediate. */\n delay?: number;\n /** Drive the tip from the host with `v-model:open` — an onboarding hint, say. Omit it for hover and focus alone. */\n open?: boolean | undefined;\n }>(),\n // `open: undefined` is load-bearing, not a redundant default — it is what\n // keeps the uncontrolled third state reachable past Vue's absent-Boolean\n // casting. `optional()` in the template is the other half; its docblock\n // carries the reasoning for both. `content` needs no such entry: a string\n // prop is already `undefined` when absent.\n { open: undefined, side: \"top\", sideOffset: 6, delay: 300 },\n);\n\ndefineEmits<{ \"update:open\": [value: boolean] }>();\n</script>\n\n<template>\n <TooltipProvider :delay-duration=\"delay\">\n <TooltipRoot v-bind=\"optional({ open })\" @update:open=\"$emit('update:open', $event)\">\n <!-- @slot The element the hint describes. Rendered `as-child`, so the\n caller's own element *is* the trigger and keeps its own accessible\n name. -->\n <TooltipTrigger as-child>\n <slot name=\"trigger\" />\n </TooltipTrigger>\n\n <TooltipPortal>\n <TooltipContent\n :side=\"side\"\n :side-offset=\"sideOffset\"\n :class=\"\n cn(\n 'z-overlay max-w-[16rem] rounded-md bg-foreground px-2 py-1 text-xs font-medium text-background shadow-md',\n // Scoped to the open state, never unconditional. Reka's Presence\n // keeps closed content mounted until an animationend arrives, and\n // a mount-only animation never fires a second one — so an\n // unconditional animation class leaves a stray tip in the page.\n // Scoped, the closed element computes `animation-name: none` and\n // Presence unmounts it at once; the paired exit is precisely what\n // Presence is waiting to hold it for.\n //\n // `delayed-open` rather than `open`: the animation belongs to the\n // hover path, which the user waited for. A tip opened by keyboard\n // focus appears instantly, because a keyboard user asked for it\n // deliberately and has nothing to wait through. The exit needs no\n // such split — Reka reports both open flavours as plain `closed`\n // on the way out, so one class answers them both.\n 'data-[state=delayed-open]:animate-scale-in data-[state=closed]:animate-scale-out',\n )\n \"\n style=\"transform-origin: var(--reka-popper-transform-origin)\"\n >\n <!-- @slot The hint, where markup is needed. Takes precedence over\n `content`. Nothing interactive belongs here — a tooltip cannot be\n reached by keyboard or pointer. -->\n <slot>{{ content }}</slot>\n <TooltipArrow class=\"fill-foreground\" :width=\"10\" :height=\"5\" />\n </TooltipContent>\n </TooltipPortal>\n </TooltipRoot>\n </TooltipProvider>\n</template>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;GAqEE,OAAA,UAAA,GAAA,YA2CkB,MAAA,eAAA,GAAA,EA3CA,kBAAgB,QAAA,MAAK,GAAA;IACrC,SAAA,cAyCc,CAzCd,YAyCc,MAAA,WAAA,GAzCd,WAAqB,MAyCP,QAAA,CAzCe,CAAA,EAAA,MAAG,QAAA,KAAI,CAAA,GAAA,EAAM,iBAAW,OAAA,OAAA,OAAA,MAAA,WAAEA,KAAAA,MAAK,eAAgB,MAAM,GAAA,CAAA,GAAA;KAIhF,SAAA,cAEiB,CAFjB,YAEiB,MAAA,cAAA,GAAA,EAFD,YAAA,GAAQ,GAAA;MACtB,SAAA,cAAuB,CAAvB,WAAuB,KAAA,QAAA,SAAA,CAAA,CAAA;;KAGzB,CAAA,GAAA,YAgCgB,MAAA,aAAA,GAAA,MAAA;MA/Bd,SAAA,cA8BiB,CA9BjB,YA8BiB,MAAA,cAAA,GAAA;OA7Bd,MAAM,QAAA;OACN,eAAa,QAAA;OACb,OAAK,eAAe,MAAA,EAAA,CAAE,CAAA,4GAAA,kFAAA,CAAA;OAoBvB,OAAA,EAAA,oBAAA,sCAAA;;OAKA,SAAA,cAA0B,CAA1B,WAA0B,KAAA,QAAA,WAAA,CAAA,SAAA,CAAjB,gBAAA,gBAAA,QAAA,OAAO,GAAA,CAAA,CAAA,CAAA,GAChB,YAAgE,MAAA,YAAA,GAAA;QAAlD,OAAM;QAAmB,OAAO;QAAK,QAAQ"}
@@ -1,5 +1,5 @@
1
- import { type LabelOverrides } from "@ecoma-io/loom-labels";
2
- import type { WindowControlsLabels } from "@ecoma-io/loom-labels";
1
+ import { type LabelOverrides } from "../../../labels/src/index";
2
+ import type { WindowControlsLabels } from "../../../labels/src/index";
3
3
  /**
4
4
  * WindowControls — the minimize / maximize / close cluster for a frameless
5
5
  * (custom-chrome) window. Presentational only: it emits intents; the host wires
@@ -1,4 +1,4 @@
1
1
  export { default, WINDOW_CONTROLS_LABELS } from "./WindowControls.vue";
2
2
  export type { WindowPlatform } from "./WindowControls.vue";
3
- export type { WindowControlsLabels } from "@ecoma-io/loom-labels";
3
+ export type { WindowControlsLabels } from "../../../labels/src/index";
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -111,6 +111,21 @@
111
111
  * layout. When the overlay is active, the brand cluster's left padding expands
112
112
  * to clear the native controls on the left edge (same corner as macOS), and
113
113
  * the drag region continues to work over the full bar width. */
114
+ /* ---- AppHeader safe areas --------------------------------------------------
115
+ * The shell's own strip sits at the very top of the viewport, which is exactly
116
+ * where a phone's notch and a PWA's title-bar overlay reserve space. The base
117
+ * padding stays the component's; this only adds what the platform takes back,
118
+ * on the same attribute-hook pattern as `[data-loom-titlebar]` above. */
119
+ [data-loom-app-header] {
120
+ padding-block-start: calc(0.5rem + var(--safe-area-top, 0px));
121
+ }
122
+
123
+ @media (min-width: 640px) {
124
+ [data-loom-app-header] {
125
+ padding-block-start: var(--safe-area-top, 0px);
126
+ }
127
+ }
128
+
114
129
  @supports (window-controls-overlay: visible) {
115
130
  [data-loom-titlebar] {
116
131
  /* Narrow the drag spacer so the title text is not pushed too far right.
@@ -197,6 +212,35 @@
197
212
  }
198
213
  }
199
214
 
215
+ /* ---- Expansion. The disclosure pair: a panel growing into and out of its
216
+ * own height, keyed to Reka's `--reka-collapsible-content-height` (the px
217
+ * value Reka measures onto every Collapsible content element). This is the
218
+ * height animation the Accordion docblock once deferred to this file rather
219
+ * than hand-rolling per component; Collapse plays it, and Accordion can
220
+ * adopt it whenever its own look is next revisited.
221
+ *
222
+ * Height animates layout, which is why the pair exists as keyframes on one
223
+ * property with `overflow-hidden` supplied by the component — nothing here
224
+ * fights a live measurement, and under reduced motion the collapse to
225
+ * 0.01ms turns both into the instant toggle those readers asked for. */
226
+ @keyframes expand {
227
+ from {
228
+ height: 0;
229
+ }
230
+ to {
231
+ height: var(--reka-collapsible-content-height);
232
+ }
233
+ }
234
+
235
+ @keyframes collapse {
236
+ from {
237
+ height: var(--reka-collapsible-content-height);
238
+ }
239
+ to {
240
+ height: 0;
241
+ }
242
+ }
243
+
200
244
  /* An edge-anchored panel leaving along its own axis.
201
245
  *
202
246
  * These animate `translate`, not `transform`, and the distinction is the whole
@@ -267,6 +311,21 @@
267
311
  }
268
312
  }
269
313
 
314
+ /* The exit answering `toast-in`, leaving along the same axis it arrived and
315
+ * was swiped away on. It rides the toast root — Reka's Presence holds that
316
+ * element for `animationend`; an animation on an inner card would never play
317
+ * a frame. */
318
+ @keyframes toast-out {
319
+ from {
320
+ opacity: 1;
321
+ transform: translateX(0);
322
+ }
323
+ to {
324
+ opacity: 0;
325
+ transform: translateX(0.75rem);
326
+ }
327
+ }
328
+
270
329
  /* Respect the reader. Motion is meaning, but it is never a barrier. */
271
330
  @media (prefers-reduced-motion: reduce) {
272
331
  *,
@@ -300,6 +300,19 @@
300
300
  --animate-slide-out-to-right: slide-out-to-right var(--duration-normal) var(--ease-in) both; /* a panel leaving past the right edge */
301
301
  --animate-slide-out-to-top: slide-out-to-top var(--duration-normal) var(--ease-in) both; /* a panel leaving past the top edge */
302
302
  --animate-slide-out-to-bottom: slide-out-to-bottom var(--duration-normal) var(--ease-in) both; /* a panel leaving past the bottom edge */
303
+
304
+ /* The exit answering `--animate-toast-in`: the card leaves along the axis it
305
+ * arrived on, on the accelerate curve, shorter than its entrance — the same
306
+ * relationship every exit here keeps with the entrance it mirrors. */
307
+ --animate-toast-out: toast-out var(--duration-fast) var(--ease-in) both;
308
+
309
+ /* The disclosure pair, keyed to Reka's measured content height — see
310
+ * `global.css` for why these are height keyframes at all. Arriving is the
311
+ * emphasized direction (decelerating into place over `--duration-normal`);
312
+ * leaving clears the eye faster on the accelerate curve, like every exit
313
+ * above. */
314
+ --animate-expand: expand var(--duration-normal) var(--ease-out) both;
315
+ --animate-collapse: collapse var(--duration-fast) var(--ease-in) both;
303
316
  }
304
317
 
305
318
  /* Tailwind has no `--duration-*` theme namespace — `duration-*` takes a bare
package/dist/theme.js ADDED
@@ -0,0 +1,3 @@
1
+ import { themeScript, useTheme } from "./packages/core/src/theme.js";
2
+ import "./packages/core/src/index.js";
3
+ export { themeScript, useTheme };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecoma-io/loom",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Opinionated UI system and composition library for cross-platform web applications.",
5
5
  "keywords": [
6
6
  "design-system",
@@ -43,15 +43,16 @@
43
43
  ],
44
44
  "exports": {
45
45
  ".": {
46
- "types": "./dist/index.d.ts",
46
+ "types": "./dist/packages/loom/src/index.d.ts",
47
47
  "default": "./dist/index.js"
48
48
  },
49
49
  "./a11y": {
50
- "types": "./dist/a11y.d.ts",
50
+ "types": "./dist/packages/loom/src/a11y.d.ts",
51
51
  "default": "./dist/a11y.js"
52
52
  },
53
53
  "./theme": {
54
- "default": "./dist/styles/theme.css"
54
+ "types": "./dist/packages/loom/src/theme.d.ts",
55
+ "default": "./dist/theme.js"
55
56
  },
56
57
  "./styles/global.css": "./dist/styles/global.css",
57
58
  "./styles/theme.css": "./dist/styles/theme.css",
@@ -70,14 +71,18 @@
70
71
  "prepare": "lefthook install",
71
72
  "format": "prettier --write .",
72
73
  "format:check": "prettier --check .",
73
- "lint": "eslint . --cache --cache-strategy content --cache-location node_modules/.cache/eslint --max-warnings 0 && node tools/check-component-artifacts.ts && node --experimental-strip-types tools/check-architecture.ts",
74
- "typecheck": "vue-tsc --noEmit",
74
+ "lint": "eslint . --cache --cache-strategy content --cache-location node_modules/.cache/eslint --max-warnings 0 && node tools/check-component-artifacts.ts && node --experimental-strip-types tools/check-architecture.ts && pnpm lattice:check && pnpm check-skills",
75
+ "lattice:check": "lattice check",
76
+ "lattice:mutations": "node --experimental-strip-types tools/check-lattice-mutations.ts",
77
+ "sync-skills": "node --experimental-strip-types tools/sync-skills.ts",
78
+ "check-skills": "node --experimental-strip-types tools/check-skills.ts",
79
+ "typecheck": "vue-tsc --noEmit --incremental --tsBuildInfoFile node_modules/.cache/typecheck.tsbuildinfo",
75
80
  "test": "vitest run",
76
81
  "test:full": "vitest run",
77
82
  "test:watch": "vitest",
78
83
  "e2e": "playwright test",
79
84
  "e2e:full": "PW_PROFILE=full playwright test",
80
- "build": "vite build && vue-tsc -p tsconfig.build.json",
85
+ "build": "vite build && vue-tsc -p tsconfig.build.json && node --experimental-strip-types tools/rewrite-declarations.ts",
81
86
  "docs:dev": "vitepress dev docs",
82
87
  "docs:build": "vitepress build docs",
83
88
  "docs:stage": "node tools/stage-docs.ts",
@@ -89,6 +94,7 @@
89
94
  "@axe-core/playwright": "^4.12.1",
90
95
  "@commitlint/cli": "^21.2.1",
91
96
  "@commitlint/config-conventional": "^21.2.0",
97
+ "@ecoma-io/lattice": "0.11.1",
92
98
  "@eslint/js": "^10.0.1",
93
99
  "@moonrepo/cli": "^2.4.6",
94
100
  "@playwright/test": "^1.62.1",
@@ -1 +0,0 @@
1
- {"version":3,"file":"DesktopAppShell.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/blocks/desktop-app-shell/src/DesktopAppShell.vue"],"names":[],"mappings":"AA4HA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAI3E;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;wBAChD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAEd,gGAAgG;aACvF,MAAM;IACf,8FAA8F;YACtF,MAAM;IACd,4EAA4E;YACpE,WAAW,EAAE;IACrB,6FAA6F;kBAC/E,OAAO;IACrB;;;;OAIG;eACQ,cAAc;IACzB,qFAAqF;2BAC9D,oBAAoB;IAC3C;uCACmC;mBACpB,IAAI,GAAG,IAAI,GAAG,IAAI;IACjC,4DAA4D;uBACzC,MAAM;;;;;;;IApBzB,gGAAgG;aACvF,MAAM;IACf,8FAA8F;YACtF,MAAM;IACd,4EAA4E;YACpE,WAAW,EAAE;IACrB,6FAA6F;kBAC/E,OAAO;IACrB;;;;OAIG;eACQ,cAAc;IACzB,qFAAqF;2BAC9D,oBAAoB;IAC3C;uCACmC;mBACpB,IAAI,GAAG,IAAI,GAAG,IAAI;IACjC,4DAA4D;uBACzC,MAAM;;;;;;;WAjBjB,MAAM;WAEN,WAAW,EAAE;cAQV,cAAc;iBANX,OAAO;kBAWN,IAAI,GAAG,IAAI,GAAG,IAAI;sBAEd,MAAM;;gBAsLb,CAAC,KAAK,IAAiB,KAAK,GAAG;;gBAC/B,CAAC,KAAK,IAAiB,KAAK,GAAG;;cACjC,CAAC,KAAK,IAAiB,KAAK,GAAG;;cAC/B,CAAC,KAAK,IAAiB,KAAK,GAAG;EAWzC,CAAC;AAWL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TitleBar.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/blocks/title-bar/src/TitleBar.vue"],"names":[],"mappings":"AAyHA,OAAuB,EAAE,KAAK,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAI3F;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;wBAChD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAEd,mFAAmF;aAC1E,MAAM;IACf,kEAAkE;YAC1D,MAAM;YACN,WAAW,EAAE;kBACP,OAAO;IACrB;;;;;OAKG;eACQ,cAAc;IACzB,wFAAwF;2BACjE,oBAAoB;;;;;;;IAd3C,mFAAmF;aAC1E,MAAM;IACf,kEAAkE;YAC1D,MAAM;YACN,WAAW,EAAE;kBACP,OAAO;IACrB;;;;;OAKG;eACQ,cAAc;IACzB,wFAAwF;2BACjE,oBAAoB;;;;;;;WAXnC,MAAM;WACN,WAAW,EAAE;cAQV,cAAc;iBAPX,OAAO;;gBAqMT,CAAC,KAAK,IAAgB,KAAK,GAAG;;gBAC9B,CAAC,KAAK,IAAgB,KAAK,GAAG;EAW1C,CAAC;AAWL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ToastStack.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/blocks/toast-stack/src/ToastStack.vue"],"names":[],"mappings":"AAmGA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAA2B,KAAK,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGjF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD,uEAAuE;AACvE,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,OAAO,CAAC,EAAE,YAAY,CAAC;IAChC,2FAA2F;IAC3F,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;wBACoB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IA2BhB,oDAAoD;WAC7C,SAAS,cAAc,EAAE;IAChC;;;;;;;OAOG;aACM,cAAc,CAAC,WAAW,CAAC;;;;IAVpC,oDAAoD;WAC7C,SAAS,cAAc,EAAE;IAChC;;;;;;;OAOG;aACM,cAAc,CAAC,WAAW,CAAC;;;kFA0HlC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ScrollReel.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/composition/scroll-reel/src/ScrollReel.vue"],"names":[],"mappings":"AAoHA;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,MAAM,CAAC;AAEjE,MAAM,MAAM,aAAa,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE/C,QAAA,MAAM,SAAS,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,CAMpC,CAAC;AAEX,QAAA,MAAM,QAAQ,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAIlC,CAAC;AAEX,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC;wBACV,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAEd,4DAA4D;WACrD,cAAc;IACrB,gFAAgF;UAC1E,aAAa;;IAHnB,4DAA4D;WACrD,cAAc;IACrB,gFAAgF;UAC1E,aAAa;;SAAb,aAAa;UAFZ,cAAc;;cAqFX,CAAC,KAAK,IAAgB,KAAK,GAAG;EAYxC,CAAC;AAWL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/composition/scroll-reel/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"a11y.d.ts","sourceRoot":"","sources":["../../../../packages/loom/src/a11y.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/loom/src/index.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AlertDialog.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/alert-dialog/src/AlertDialog.vue"],"names":[],"mappings":"AA2NA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC/D;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,EAAE,iBAGjC,CAAC;wBACmB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IA6Bd,mGAAmG;WAC5F,OAAO,GAAG,SAAS;IAC1B,2HAA2H;WACpH,MAAM;IACb,mIAAmI;kBACrH,MAAM;IACpB,8IAA8I;kBAChI,OAAO;IACrB;;;;;;;;OAQG;aACM,cAAc,CAAC,iBAAiB,CAAC;;;;;;IAjB1C,mGAAmG;WAC5F,OAAO,GAAG,SAAS;IAC1B,2HAA2H;WACpH,MAAM;IACb,mIAAmI;kBACrH,MAAM;IACpB,8IAA8I;kBAChI,OAAO;IACrB;;;;;;;;OAQG;aACM,cAAc,CAAC,iBAAiB,CAAC;;;;;;UAhBnC,OAAO,GAAG,SAAS;iBAMZ,OAAO;;cAmVX,CAAC,KAAK,IAAiB,KAAK,GAAG;EAWzC,CAAC;AAWL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/alert-dialog/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACjE,YAAY,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AvatarGroup.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/avatar-group/src/AvatarGroup.vue"],"names":[],"mappings":"AAyOA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEpF,2BAA2B;AAC3B,MAAM,WAAW,eAAe;IAC9B,mEAAmE;IACnE,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,2KAA2K;IAC3K,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,sEAAsE;IACtE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oKAAoK;IACpK,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB;AAED,sEAAsE;AACtE,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,SAAS,CAAC;AAE9E;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,EAAE,iBAGjC,CAAC;wBA6BmB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAqBd,qFAAqF;aAC5E,eAAe,EAAE;IAC1B,sJAAsJ;UAChJ,MAAM;IACZ,6GAA6G;WACtG,UAAU;IACjB,mFAAmF;YAC3E,WAAW;IACnB,+IAA+I;cACrI,aAAa;IACvB,wEAAwE;YAChE,MAAM;IACd,iGAAiG;cACvF,kBAAkB;IAC5B;;;;;;;OAOG;aACM,cAAc,CAAC,iBAAiB,CAAC;;IAtB1C,qFAAqF;aAC5E,eAAe,EAAE;IAC1B,sJAAsJ;UAChJ,MAAM;IACZ,6GAA6G;WACtG,UAAU;IACjB,mFAAmF;YAC3E,WAAW;IACnB,+IAA+I;cACrI,aAAa;IACvB,wEAAwE;YAChE,MAAM;IACd,iGAAiG;cACvF,kBAAkB;IAC5B;;;;;;;OAOG;aACM,cAAc,CAAC,iBAAiB,CAAC;;UAjBnC,UAAU;SAFX,MAAM;aAMF,aAAa;WAFf,WAAW;aAMT,kBAAkB;6EAsL5B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/avatar-group/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACjE,YAAY,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAC7E,YAAY,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Breadcrumb.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/breadcrumb/src/Breadcrumb.vue"],"names":[],"mappings":"AAmFA,iFAAiF;AACjF,MAAM,WAAW,cAAc;IAC7B,8BAA8B;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,yDAAyD;IACzD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,mFAAmF;AACnF,MAAM,MAAM,mBAAmB,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,SAAS,CAAC;wBAChD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAQd,2DAA2D;WACpD,cAAc,EAAE;IACvB,6EAA6E;gBACjE,mBAAmB;;IAH/B,2DAA2D;WACpD,cAAc,EAAE;IACvB,6EAA6E;gBACjE,mBAAmB;;eAAnB,mBAAmB;6EAiG/B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/breadcrumb/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,YAAY,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/color-picker/src/ColorPicker.vue"],"names":[],"mappings":"AAwhBA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE/D;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,EAAE,iBAejC,CAAC;wBACmB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAwDd,iFAAiF;iBACpE,MAAM;IACnB,uFAAuF;eAC5E,MAAM,EAAE;IACnB,0HAA0H;eAC/G,OAAO,GAAG,SAAS;IAC9B,6FAA6F;gBACjF,MAAM;IAClB,2FAA2F;qBAC1E,MAAM;IACvB;;;;;;;;OAQG;aACM,cAAc,CAAC,iBAAiB,CAAC;;;;;IAnB1C,iFAAiF;iBACpE,MAAM;IACnB,uFAAuF;eAC5E,MAAM,EAAE;IACnB,0HAA0H;eAC/G,OAAO,GAAG,SAAS;IAC9B,6FAA6F;gBACjF,MAAM;IAClB,2FAA2F;qBAC1E,MAAM;IACvB;;;;;;;;OAQG;aACM,cAAc,CAAC,iBAAiB,CAAC;;;;;cAd/B,OAAO,GAAG,SAAS;6EA2pB9B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/color-picker/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACjE,YAAY,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Combobox.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/combobox/src/Combobox.vue"],"names":[],"mappings":"AA2mBA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAIvE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAG5D;;;;;GAKG;AACH,eAAO,MAAM,eAAe,EAAE,cAK7B,CAAC;AAEF;;;;;;;;;;GAUG;AACH,MAAM,WAAW,cAAc;IAC7B,oFAAoF;IACpF,KAAK,EAAE,MAAM,CAAC;IACd,0FAA0F;IAC1F,KAAK,EAAE,MAAM,CAAC;IACd,+EAA+E;IAC/E,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;;;;GAKG;AACH,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE9C,eAAO,MAAM,gBAAgB;;8EAuB5B,CAAC;wBAmBmB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IA+Cd;;;;;;;;;;OAUG;iBACU,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS;IAC1C,6CAA6C;aACpC,cAAc,EAAE;IACzB,sIAAsI;eAC3H,OAAO;IAClB;;;;;;;;OAQG;oBACa,MAAM;IACtB,oEAAoE;kBACtD,MAAM;IACpB,kLAAkL;mBACnK,MAAM,GAAG,SAAS;IACjC,iHAAiH;eACtG,OAAO,GAAG,SAAS;IAC9B,gIAAgI;cACtH,OAAO,GAAG,SAAS;IAC7B,sFAAsF;WAC/E,YAAY;IACnB;;;;;OAKG;aACM,OAAO;IAChB;;;;;;;;OAQG;aACM,cAAc,CAAC,cAAc,CAAC;;;;;IApDvC;;;;;;;;;;OAUG;iBACU,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS;IAC1C,6CAA6C;aACpC,cAAc,EAAE;IACzB,sIAAsI;eAC3H,OAAO;IAClB;;;;;;;;OAQG;oBACa,MAAM;IACtB,oEAAoE;kBACtD,MAAM;IACpB,kLAAkL;mBACnK,MAAM,GAAG,SAAS;IACjC,iHAAiH;eACtG,OAAO,GAAG,SAAS;IAC9B,gIAAgI;cACtH,OAAO,GAAG,SAAS;IAC7B,sFAAsF;WAC/E,YAAY;IACnB;;;;;OAKG;aACM,OAAO;IAChB;;;;;;;;OAQG;aACM,cAAc,CAAC,cAAc,CAAC;;;;;YAV9B,OAAO;UAPT,YAAY;cAJR,OAAO,GAAG,SAAS;aAEpB,OAAO,GAAG,SAAS;gBAtBhB,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS;cAI/B,OAAO;mBAUF,MAAM;kBAIP,MAAM,GAAG,SAAS;6EA+sBjC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/combobox/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC5E,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnE,YAAY,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/date-picker/src/DatePicker.vue"],"names":[],"mappings":"AAsqBA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AASvE,OAAO,KAAK,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAEpF;;;;;;;;;;;;;;GAcG;AACH,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,GAAG,mBAAmB,CAAC;wBAClD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAkDd;;;;;OAKG;iBACU,MAAM,GAAG,SAAS;IAC/B,uHAAuH;UACjH,MAAM;IACZ,oHAAoH;UAC9G,MAAM;IACZ,yHAAyH;aAChH,MAAM;IACf,uIAAuI;eAC5H,OAAO,GAAG,SAAS;IAC9B,qNAAqN;eAC1M,OAAO,GAAG,SAAS;IAC9B,gIAAgI;cACtH,OAAO,GAAG,SAAS;IAC7B,4HAA4H;eACjH,OAAO,GAAG,SAAS;IAC9B,wJAAwJ;WACjJ,MAAM;IACb;;;;;;;;;OASG;aACM,cAAc,CAAC,gBAAgB,CAAC;;;;IAjCzC;;;;;OAKG;iBACU,MAAM,GAAG,SAAS;IAC/B,uHAAuH;UACjH,MAAM;IACZ,oHAAoH;UAC9G,MAAM;IACZ,yHAAyH;aAChH,MAAM;IACf,uIAAuI;eAC5H,OAAO,GAAG,SAAS;IAC9B,qNAAqN;eAC1M,OAAO,GAAG,SAAS;IAC9B,gIAAgI;cACtH,OAAO,GAAG,SAAS;IAC7B,4HAA4H;eACjH,OAAO,GAAG,SAAS;IAC9B,wJAAwJ;WACjJ,MAAM;IACb;;;;;;;;;OASG;aACM,cAAc,CAAC,gBAAgB,CAAC;;;;YArBhC,MAAM;cAEJ,OAAO,GAAG,SAAS;aAIpB,OAAO,GAAG,SAAS;cAFlB,OAAO,GAAG,SAAS;cAInB,OAAO,GAAG,SAAS;6EA8+B9B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DateRangePicker.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/date-range-picker/src/DateRangePicker.vue"],"names":[],"mappings":"AAyzBA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAWvE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EACV,mBAAmB,EACnB,iBAAiB,EACjB,eAAe,EAChB,MAAM,uBAAuB,CAAC;AAE/B;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,SAAS;IACxB,yFAAyF;IACzF,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,+GAA+G;IAC/G,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B;AAaD;;;;;;;;;GASG;AACH,eAAO,MAAM,iBAAiB,EAAE,eAW/B,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,qBAAqB,GAAG,iBAAiB,GACnD,mBAAmB,GACnB,eAAe,GACf,eAAe,CAAC;wBACG,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAkDd;;;;;OAKG;iBACU,SAAS,GAAG,SAAS;IAClC,uHAAuH;UACjH,MAAM;IACZ,oHAAoH;UAC9G,MAAM;IACZ,yHAAyH;aAChH,MAAM;IACf,gMAAgM;aACvL,CAAC,GAAG,CAAC;IACd,uIAAuI;eAC5H,OAAO,GAAG,SAAS;IAC9B,qNAAqN;eAC1M,OAAO,GAAG,SAAS;IAC9B,gIAAgI;cACtH,OAAO,GAAG,SAAS;IAC7B,wIAAwI;eAC7H,OAAO,GAAG,SAAS;IAC9B,qKAAqK;WAC9J,MAAM;IACb;;;;;;;;;OASG;aACM,cAAc,CAAC,qBAAqB,CAAC;;;;IAnC9C;;;;;OAKG;iBACU,SAAS,GAAG,SAAS;IAClC,uHAAuH;UACjH,MAAM;IACZ,oHAAoH;UAC9G,MAAM;IACZ,yHAAyH;aAChH,MAAM;IACf,gMAAgM;aACvL,CAAC,GAAG,CAAC;IACd,uIAAuI;eAC5H,OAAO,GAAG,SAAS;IAC9B,qNAAqN;eAC1M,OAAO,GAAG,SAAS;IAC9B,gIAAgI;cACtH,OAAO,GAAG,SAAS;IAC7B,wIAAwI;eAC7H,OAAO,GAAG,SAAS;IAC9B,qKAAqK;WAC9J,MAAM;IACb;;;;;;;;;OASG;aACM,cAAc,CAAC,qBAAqB,CAAC;;;;YAvBrC,MAAM;cAIJ,OAAO,GAAG,SAAS;aAIpB,OAAO,GAAG,SAAS;cAFlB,OAAO,GAAG,SAAS;cAInB,OAAO,GAAG,SAAS;YARrB,CAAC,GAAG,CAAC;6EA2oCd,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/date-range-picker/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,YAAY,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DateTimePicker.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/date-time-picker/src/DateTimePicker.vue"],"names":[],"mappings":"AA2sBA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAWvE,OAAO,KAAK,EACV,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,EAClB,MAAM,uBAAuB,CAAC;AAE/B;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,oBAAoB,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,mBAAmB,CAAC;wBAC1E,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAyCd;;;;;;;OAOG;iBACU,MAAM,GAAG,SAAS;IAC/B,8LAA8L;UACxL,MAAM;IACZ,0LAA0L;UACpL,MAAM;IACZ,mJAAmJ;kBACrI,QAAQ,GAAG,QAAQ;IACjC,4IAA4I;gBAChI,EAAE,GAAG,EAAE;IACnB,4IAA4I;aACnI,MAAM;IACf,uIAAuI;eAC5H,OAAO,GAAG,SAAS;IAC9B,wNAAwN;eAC7M,OAAO,GAAG,SAAS;IAC9B,6MAA6M;cACnM,OAAO,GAAG,SAAS;IAC7B,4HAA4H;eACjH,OAAO,GAAG,SAAS;IAC9B,2JAA2J;WACpJ,MAAM;IACb;;;;;;;;;OASG;aACM,cAAc,CAAC,oBAAoB,CAAC;;;;IAvC7C;;;;;;;OAOG;iBACU,MAAM,GAAG,SAAS;IAC/B,8LAA8L;UACxL,MAAM;IACZ,0LAA0L;UACpL,MAAM;IACZ,mJAAmJ;kBACrI,QAAQ,GAAG,QAAQ;IACjC,4IAA4I;gBAChI,EAAE,GAAG,EAAE;IACnB,4IAA4I;aACnI,MAAM;IACf,uIAAuI;eAC5H,OAAO,GAAG,SAAS;IAC9B,wNAAwN;eAC7M,OAAO,GAAG,SAAS;IAC9B,6MAA6M;cACnM,OAAO,GAAG,SAAS;IAC7B,4HAA4H;eACjH,OAAO,GAAG,SAAS;IAC9B,2JAA2J;WACpJ,MAAM;IACb;;;;;;;;;OASG;aACM,cAAc,CAAC,oBAAoB,CAAC;;;;YArBpC,MAAM;cAEJ,OAAO,GAAG,SAAS;aAIpB,OAAO,GAAG,SAAS;cAFlB,OAAO,GAAG,SAAS;cAInB,OAAO,GAAG,SAAS;iBAZhB,QAAQ,GAAG,QAAQ;6EAiiCjC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DateTimeRangePicker.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/date-time-range-picker/src/DateTimeRangePicker.vue"],"names":[],"mappings":"AAwgCA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAavE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,EACV,mBAAmB,EACnB,iBAAiB,EACjB,eAAe,EACf,iBAAiB,EAClB,MAAM,uBAAuB,CAAC;AAG/B;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,aAAa;IAC5B,qGAAqG;IACrG,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,6GAA6G;IAC7G,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B;AA2CD;;;GAGG;AACH,eAAO,MAAM,sBAAsB,EAAE,mBAapC,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,yBAAyB,GAAG,iBAAiB,GACvD,iBAAiB,GACjB,mBAAmB,GACnB,eAAe,GACf,mBAAmB,CAAC;wBACD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAiEd;;;;;;OAMG;iBACU,aAAa,GAAG,SAAS;IACtC,8LAA8L;UACxL,MAAM;IACZ,0LAA0L;UACpL,MAAM;IACZ,4KAA4K;kBAC9J,QAAQ,GAAG,QAAQ;IACjC,6IAA6I;gBACjI,EAAE,GAAG,EAAE;IACnB,2JAA2J;aAClJ,MAAM;IACf,+LAA+L;aACtL,CAAC,GAAG,CAAC;IACd,uIAAuI;eAC5H,OAAO,GAAG,SAAS;IAC9B,qNAAqN;eAC1M,OAAO,GAAG,SAAS;IAC9B,yOAAyO;cAC/N,OAAO,GAAG,SAAS;IAC7B,wIAAwI;eAC7H,OAAO,GAAG,SAAS;IAC9B,qKAAqK;WAC9J,MAAM;IACb;;;;;;;;;OASG;aACM,cAAc,CAAC,yBAAyB,CAAC;;;;IAxClD;;;;;;OAMG;iBACU,aAAa,GAAG,SAAS;IACtC,8LAA8L;UACxL,MAAM;IACZ,0LAA0L;UACpL,MAAM;IACZ,4KAA4K;kBAC9J,QAAQ,GAAG,QAAQ;IACjC,6IAA6I;gBACjI,EAAE,GAAG,EAAE;IACnB,2JAA2J;aAClJ,MAAM;IACf,+LAA+L;aACtL,CAAC,GAAG,CAAC;IACd,uIAAuI;eAC5H,OAAO,GAAG,SAAS;IAC9B,qNAAqN;eAC1M,OAAO,GAAG,SAAS;IAC9B,yOAAyO;cAC/N,OAAO,GAAG,SAAS;IAC7B,wIAAwI;eAC7H,OAAO,GAAG,SAAS;IAC9B,qKAAqK;WAC9J,MAAM;IACb;;;;;;;;;OASG;aACM,cAAc,CAAC,yBAAyB,CAAC;;;;YAvBzC,MAAM;cAIJ,OAAO,GAAG,SAAS;aAIpB,OAAO,GAAG,SAAS;cAFlB,OAAO,GAAG,SAAS;cAInB,OAAO,GAAG,SAAS;iBAdhB,QAAQ,GAAG,QAAQ;YAMxB,CAAC,GAAG,CAAC;6EA+xCd,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/date-time-range-picker/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AACpD,YAAY,EAAE,aAAa,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AAC1F,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACnE,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/dialog/src/Dialog.vue"],"names":[],"mappings":"AAqMA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D;;;;;GAKG;AACH,eAAO,MAAM,aAAa,EAAE,YAE3B,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;wBAavB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAuBd,qGAAqG;WAC9F,OAAO,GAAG,SAAS;IAC1B,gIAAgI;WACzH,MAAM;IACb,wGAAwG;kBAC1F,MAAM;IACpB,gFAAgF;gBACpE,OAAO;IACnB,yGAAyG;eAC9F,OAAO;IAClB,qFAAqF;WAC9E,UAAU;IACjB;;;;;;;;OAQG;aACM,cAAc,CAAC,YAAY,CAAC;;;;IArBrC,qGAAqG;WAC9F,OAAO,GAAG,SAAS;IAC1B,gIAAgI;WACzH,MAAM;IACb,wGAAwG;kBAC1F,MAAM;IACpB,gFAAgF;gBACpE,OAAO;IACnB,yGAAyG;eAC9F,OAAO;IAClB,qFAAqF;WAC9E,UAAU;IACjB;;;;;;;;OAQG;aACM,cAAc,CAAC,YAAY,CAAC;;;;UAV9B,UAAU;UAVV,OAAO,GAAG,SAAS;eAMd,OAAO;cAER,OAAO;;cAgSR,CAAC,KAAK,IAAiB,KAAK,GAAG;;cAC/B,CAAC,KAAK,IAAiB,KAAK,GAAG;;aAChC,CAAC,KAAK,IAAiB,KAAK,GAAG;EAWxC,CAAC;AAWL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/dialog/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AACtD,YAAY,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/drawer/src/Drawer.vue"],"names":[],"mappings":"AA0dA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D;;;;;GAKG;AACH,eAAO,MAAM,aAAa,EAAE,YAE3B,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;AAE7D;;;;;;;GAOG;AACH,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;wBA4GvB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAwCd,qGAAqG;WAC9F,OAAO,GAAG,SAAS;IAC1B,6HAA6H;WACtH,MAAM;IACb,kHAAkH;kBACpG,MAAM;IACpB,4GAA4G;WACrG,UAAU;IACjB,gGAAgG;WACzF,UAAU;IACjB,yIAAyI;kBAC3H,OAAO;IACrB;;;;;;;;;OASG;aACM,cAAc,CAAC,YAAY,CAAC;;;;IAtBrC,qGAAqG;WAC9F,OAAO,GAAG,SAAS;IAC1B,6HAA6H;WACtH,MAAM;IACb,kHAAkH;kBACpG,MAAM;IACpB,4GAA4G;WACrG,UAAU;IACjB,gGAAgG;WACzF,UAAU;IACjB,yIAAyI;kBAC3H,OAAO;IACrB;;;;;;;;;OASG;aACM,cAAc,CAAC,YAAY,CAAC;;;;UAb9B,UAAU;UAFV,UAAU;UANV,OAAO,GAAG,SAAS;iBAUZ,OAAO;;cA+cX,CAAC,KAAK,IAAiB,KAAK,GAAG;;cAC/B,CAAC,KAAK,IAAiB,KAAK,GAAG;;aAChC,CAAC,KAAK,IAAiB,KAAK,GAAG;EAWxC,CAAC;AAWL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/drawer/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AACtD,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC3D,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Editable.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/editable/src/Editable.vue"],"names":[],"mappings":"AA4kBA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe,EAAE,cAM7B,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,sBAAsB,GAAG,OAAO,GAAG,UAAU,GAAG,OAAO,CAAC;AAEpE;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;wBACtC,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAsDd,yEAAyE;iBAC5D,MAAM;IACnB,4EAA4E;kBAC9D,MAAM;IACpB,mFAAmF;qBAClE,sBAAsB;IACvC,iEAAiE;iBACpD,kBAAkB;IAC/B;;;;OAIG;iBACU,OAAO;IACpB,+DAA+D;gBACnD,MAAM;IAClB;;;;;OAKG;iBACU,OAAO;IACpB,iHAAiH;eACtG,OAAO,GAAG,SAAS;IAC9B,2GAA2G;eAChG,OAAO,GAAG,SAAS;IAC9B,gIAAgI;cACtH,OAAO,GAAG,SAAS;IAC7B,uGAAuG;eAC5F,OAAO,GAAG,SAAS;IAC9B,6FAA6F;WACtF,MAAM;IACb,+EAA+E;gBACnE,MAAM;IAClB;;;;;;;;;OASG;aACM,cAAc,CAAC,cAAc,CAAC;;;;;;IA7CvC,yEAAyE;iBAC5D,MAAM;IACnB,4EAA4E;kBAC9D,MAAM;IACpB,mFAAmF;qBAClE,sBAAsB;IACvC,iEAAiE;iBACpD,kBAAkB;IAC/B;;;;OAIG;iBACU,OAAO;IACpB,+DAA+D;gBACnD,MAAM;IAClB;;;;;OAKG;iBACU,OAAO;IACpB,iHAAiH;eACtG,OAAO,GAAG,SAAS;IAC9B,2GAA2G;eAChG,OAAO,GAAG,SAAS;IAC9B,gIAAgI;cACtH,OAAO,GAAG,SAAS;IAC7B,uGAAuG;eAC5F,OAAO,GAAG,SAAS;IAC9B,6FAA6F;WACtF,MAAM;IACb,+EAA+E;gBACnE,MAAM;IAClB;;;;;;;;;OASG;aACM,cAAc,CAAC,cAAc,CAAC;;;;;;cArB5B,OAAO,GAAG,SAAS;aAIpB,OAAO,GAAG,SAAS;cAFlB,OAAO,GAAG,SAAS;cAInB,OAAO,GAAG,SAAS;oBAzBb,sBAAsB;gBAE1B,kBAAkB;gBAMlB,OAAO;gBASP,OAAO;6EA+pBpB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/editable/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC1D,YAAY,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACjF,YAAY,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/file-upload/src/FileUpload.vue"],"names":[],"mappings":"AA2jBA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,KAAK,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AA+CnF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,EAAE,gBAUhC,CAAC;wBACmB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IA0Cd,+EAA+E;iBAClE,IAAI,EAAE,GAAG,SAAS;IAC/B,oJAAoJ;aAC3I,MAAM;IACf,kGAAkG;eACvF,OAAO;IAClB,2FAA2F;cACjF,MAAM;IAChB,0HAA0H;eAC/G,OAAO,GAAG,SAAS;IAC9B,6IAA6I;cACnI,OAAO,GAAG,SAAS;IAC7B,2IAA2I;YACnI,MAAM;IACd,2GAA2G;WACpG,MAAM;IACb;;;;;;;;;OASG;aACM,cAAc,CAAC,gBAAgB,CAAC;;;;;IA1BzC,+EAA+E;iBAClE,IAAI,EAAE,GAAG,SAAS;IAC/B,oJAAoJ;aAC3I,MAAM;IACf,kGAAkG;eACvF,OAAO;IAClB,2FAA2F;cACjF,MAAM;IAChB,0HAA0H;eAC/G,OAAO,GAAG,SAAS;IAC9B,6IAA6I;cACnI,OAAO,GAAG,SAAS;IAC7B,2IAA2I;YACnI,MAAM;IACd,2GAA2G;WACpG,MAAM;IACb;;;;;;;;;OASG;aACM,cAAc,CAAC,gBAAgB,CAAC;;;;;cAjB9B,OAAO,GAAG,SAAS;aAEpB,OAAO,GAAG,SAAS;gBAVhB,IAAI,EAAE,GAAG,SAAS;cAIpB,OAAO;6EAqmBlB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/file-upload/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAC/D,YAAY,EACV,gBAAgB,EAChB,sBAAsB,EACtB,mBAAmB,GACpB,MAAM,uBAAuB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Indicator.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/indicator/src/Indicator.vue"],"names":[],"mappings":"AA2SA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAG7D,mCAAmC;AACnC,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,OAAO,CAAC;AAE/C,iDAAiD;AACjD,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAErE,+DAA+D;AAC/D,MAAM,MAAM,kBAAkB,GAAG,WAAW,GAAG,UAAU,GAAG,cAAc,GAAG,aAAa,CAAC;AAE3F;;;;GAIG;AACH,MAAM,MAAM,aAAa,GACvB,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,aAAa,GAAG,QAAQ,CAAC;AAEpF,iFAAiF;AACjF,MAAM,MAAM,gBAAgB,GAAG,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,SAAS,CAAC;AAE5E,eAAO,MAAM,iBAAiB;;;;8EAmC7B,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB;;8EAahC,CAAC;AAUH;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,EAAE,eAO9B,CAAC;wBAgBmB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAwCd,6CAA6C;cACnC,gBAAgB;IAC1B,6GAA6G;YACrG,MAAM;IACd,mIAAmI;UAC7H,MAAM;IACZ,kJAAkJ;aACzI,eAAe;IACxB,sIAAsI;WAC/H,aAAa;IACpB,+DAA+D;gBACnD,kBAAkB;IAC9B,mPAAmP;YAC3O,MAAM;IACd,sGAAsG;eAC3F,OAAO;IAClB,qHAAqH;cAC3G,gBAAgB;IAC1B;;;;;;;OAOG;aACM,cAAc,CAAC,eAAe,CAAC;;IA1BxC,6CAA6C;cACnC,gBAAgB;IAC1B,6GAA6G;YACrG,MAAM;IACd,mIAAmI;UAC7H,MAAM;IACZ,kJAAkJ;aACzI,eAAe;IACxB,sIAAsI;WAC/H,aAAa;IACpB,+DAA+D;gBACnD,kBAAkB;IAC9B,mPAAmP;YAC3O,MAAM;IACd,sGAAsG;eAC3F,OAAO;IAClB,qHAAqH;cAC3G,gBAAgB;IAC1B;;;;;;;OAOG;aACM,cAAc,CAAC,eAAe,CAAC;;WAvBhC,MAAM;SAER,MAAM;aAJF,gBAAgB;aAgBhB,gBAAgB;eANd,kBAAkB;cAInB,OAAO;;cA2JR,CAAC,KAAK;;KAAgB,KAAK,GAAG;EAUxC,CAAC;AAWL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/indicator/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,iBAAiB,CAAC;AACzB,YAAY,EACV,gBAAgB,EAChB,eAAe,EACf,kBAAkB,EAClB,aAAa,EACb,gBAAgB,GACjB,MAAM,iBAAiB,CAAC;AACzB,YAAY,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"NumberField.vue.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/number-field/src/NumberField.vue"],"names":[],"mappings":"AAmgBA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAIvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC/D;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,EAAE,iBAIjC,CAAC;wBACmB,OAAO,YAAY;AAAxC,wBAAyC;AACzC,QAAA,MAAM,YAAY;IAoCd,yEAAyE;iBAC5D,MAAM;IACnB,0EAA0E;UACpE,MAAM;IACZ,sEAAsE;UAChE,MAAM;IACZ,uFAAuF;WAChF,MAAM;IACb,oFAAoF;WAC7E,MAAM;IACb,iGAAiG;eACtF,OAAO,GAAG,SAAS;IAC9B,+KAA+K;eACpK,OAAO,GAAG,SAAS;IAC9B,gIAAgI;cACtH,OAAO,GAAG,SAAS;IAC7B;;;;;;;;;OASG;aACM,cAAc,CAAC,iBAAiB,CAAC;;;;;IA1B1C,yEAAyE;iBAC5D,MAAM;IACnB,0EAA0E;UACpE,MAAM;IACZ,sEAAsE;UAChE,MAAM;IACZ,uFAAuF;WAChF,MAAM;IACb,oFAAoF;WAC7E,MAAM;IACb,iGAAiG;eACtF,OAAO,GAAG,SAAS;IAC9B,+KAA+K;eACpK,OAAO,GAAG,SAAS;IAC9B,gIAAgI;cACtH,OAAO,GAAG,SAAS;IAC7B;;;;;;;;;OASG;aACM,cAAc,CAAC,iBAAiB,CAAC;;;;;cAf/B,OAAO,GAAG,SAAS;aAIpB,OAAO,GAAG,SAAS;cAFlB,OAAO,GAAG,SAAS;UANvB,MAAM;6EAspBb,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/primitives/number-field/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,YAAY,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC"}