@accelint/design-toolkit 9.9.2 → 9.10.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 (436) hide show
  1. package/catalog-info.yaml +2 -2
  2. package/dist/components/accordion/group.d.ts +2 -2
  3. package/dist/components/accordion/header.d.ts +2 -2
  4. package/dist/components/accordion/index.d.ts +2 -2
  5. package/dist/components/accordion/styles.module.css +19 -3
  6. package/dist/components/accordion/trigger.d.ts +2 -2
  7. package/dist/components/action-bar/index.d.ts +2 -2
  8. package/dist/components/audio/index.d.ts +2 -2
  9. package/dist/components/avatar/context.d.ts +4 -4
  10. package/dist/components/avatar/index.d.ts +2 -2
  11. package/dist/components/badge/context.d.ts +4 -4
  12. package/dist/components/badge/index.d.ts +2 -2
  13. package/dist/components/breadcrumbs/index.d.ts +2 -2
  14. package/dist/components/breadcrumbs/item.d.ts +2 -2
  15. package/dist/components/button/context.d.ts +8 -8
  16. package/dist/components/button/index.d.ts +2 -2
  17. package/dist/components/button/link.d.ts +2 -2
  18. package/dist/components/button/styles.module.css +16 -0
  19. package/dist/components/button/toggle.d.ts +2 -2
  20. package/dist/components/carousel/context.d.ts +40 -0
  21. package/dist/components/carousel/context.js +55 -0
  22. package/dist/components/carousel/context.js.map +1 -0
  23. package/dist/components/carousel/gallery.d.ts +38 -0
  24. package/dist/components/carousel/gallery.js +84 -0
  25. package/dist/components/carousel/gallery.js.map +1 -0
  26. package/dist/components/carousel/index.d.ts +56 -0
  27. package/dist/components/carousel/index.js +66 -0
  28. package/dist/components/carousel/index.js.map +1 -0
  29. package/dist/components/carousel/navigation.d.ts +51 -0
  30. package/dist/components/carousel/navigation.js +82 -0
  31. package/dist/components/carousel/navigation.js.map +1 -0
  32. package/dist/components/carousel/position.d.ts +33 -0
  33. package/dist/components/carousel/position.js +48 -0
  34. package/dist/components/carousel/position.js.map +1 -0
  35. package/dist/components/carousel/select.d.ts +38 -0
  36. package/dist/components/carousel/select.js +69 -0
  37. package/dist/components/carousel/select.js.map +1 -0
  38. package/dist/components/carousel/style.module.css +62 -0
  39. package/dist/components/carousel/types.d.ts +87 -0
  40. package/dist/components/carousel/types.js +12 -0
  41. package/dist/components/carousel/viewer.d.ts +40 -0
  42. package/dist/components/carousel/viewer.js +75 -0
  43. package/dist/components/carousel/viewer.js.map +1 -0
  44. package/dist/components/checkbox/context.d.ts +3 -3
  45. package/dist/components/checkbox/group.d.ts +2 -2
  46. package/dist/components/checkbox/group.js +1 -1
  47. package/dist/components/checkbox/index.d.ts +2 -2
  48. package/dist/components/chip/context.d.ts +4 -4
  49. package/dist/components/chip/deletable.d.ts +2 -2
  50. package/dist/components/chip/index.d.ts +2 -2
  51. package/dist/components/chip/list.d.ts +4 -4
  52. package/dist/components/chip/selectable.d.ts +2 -2
  53. package/dist/components/classification-badge/context.d.ts +4 -4
  54. package/dist/components/classification-badge/index.d.ts +2 -2
  55. package/dist/components/classification-banner/context.d.ts +4 -4
  56. package/dist/components/classification-banner/index.d.ts +2 -2
  57. package/dist/components/clock/index.d.ts +2 -2
  58. package/dist/components/color-picker/index.d.ts +2 -2
  59. package/dist/components/combobox-field/context.d.ts +4 -4
  60. package/dist/components/combobox-field/index.d.ts +2 -2
  61. package/dist/components/combobox-field/index.js +1 -1
  62. package/dist/components/combobox-field/styles.module.css +12 -0
  63. package/dist/components/coordinate-field/context.d.ts +6 -6
  64. package/dist/components/coordinate-field/index.d.ts +2 -2
  65. package/dist/components/coordinate-field/segment.d.ts +2 -2
  66. package/dist/components/date-field/index.d.ts +2 -2
  67. package/dist/components/deferred-collection/index.d.ts +2 -2
  68. package/dist/components/details-list/context.d.ts +4 -4
  69. package/dist/components/details-list/index.d.ts +2 -2
  70. package/dist/components/details-list/label.d.ts +2 -2
  71. package/dist/components/details-list/value.d.ts +2 -2
  72. package/dist/components/dialog/content.d.ts +2 -2
  73. package/dist/components/dialog/context.d.ts +2 -2
  74. package/dist/components/dialog/footer.d.ts +2 -2
  75. package/dist/components/dialog/index.d.ts +2 -2
  76. package/dist/components/dialog/styles.module.css +23 -0
  77. package/dist/components/dialog/title.d.ts +2 -2
  78. package/dist/components/divider/context.d.ts +4 -4
  79. package/dist/components/divider/index.d.ts +2 -2
  80. package/dist/components/drawer/back.d.ts +2 -2
  81. package/dist/components/drawer/close.d.ts +2 -2
  82. package/dist/components/drawer/content.d.ts +2 -2
  83. package/dist/components/drawer/context.d.ts +2 -2
  84. package/dist/components/drawer/footer.d.ts +2 -2
  85. package/dist/components/drawer/header-title.d.ts +2 -2
  86. package/dist/components/drawer/header.d.ts +2 -2
  87. package/dist/components/drawer/index.d.ts +2 -2
  88. package/dist/components/drawer/layout-main.d.ts +2 -2
  89. package/dist/components/drawer/layout.d.ts +2 -2
  90. package/dist/components/drawer/menu-item.d.ts +2 -2
  91. package/dist/components/drawer/menu.d.ts +2 -2
  92. package/dist/components/drawer/panel.d.ts +2 -2
  93. package/dist/components/drawer/styles.module.css +54 -2
  94. package/dist/components/drawer/trigger.d.ts +2 -2
  95. package/dist/components/drawer/view.d.ts +2 -2
  96. package/dist/components/flashcard/index.d.ts +9 -9
  97. package/dist/components/floating-card/context.d.ts +37 -5
  98. package/dist/components/floating-card/context.js +18 -3
  99. package/dist/components/floating-card/context.js.map +1 -1
  100. package/dist/components/floating-card/index.d.ts +51 -1
  101. package/dist/components/floating-card/index.js +41 -11
  102. package/dist/components/floating-card/index.js.map +1 -1
  103. package/dist/components/floating-card/provider.d.ts +94 -17
  104. package/dist/components/floating-card/provider.js +116 -20
  105. package/dist/components/floating-card/provider.js.map +1 -1
  106. package/dist/components/floating-card/styles.module.css +5 -0
  107. package/dist/components/gantt/components/base-elements/point.d.ts +28 -0
  108. package/dist/components/gantt/components/base-elements/point.js +44 -0
  109. package/dist/components/gantt/components/base-elements/point.js.map +1 -0
  110. package/dist/components/gantt/components/base-elements/range.d.ts +30 -0
  111. package/dist/components/gantt/components/base-elements/range.js +51 -0
  112. package/dist/components/gantt/components/base-elements/range.js.map +1 -0
  113. package/dist/components/gantt/components/base-elements/use-point-element-layout/index.d.ts +12 -0
  114. package/dist/components/gantt/components/base-elements/use-point-element-layout/index.js +42 -0
  115. package/dist/components/gantt/components/base-elements/use-point-element-layout/index.js.map +1 -0
  116. package/dist/components/gantt/components/base-elements/use-range-element-layout/index.d.ts +23 -0
  117. package/dist/components/gantt/components/base-elements/use-range-element-layout/index.js +50 -0
  118. package/dist/components/gantt/components/base-elements/use-range-element-layout/index.js.map +1 -0
  119. package/dist/components/gantt/components/containers/external/gantt-content-container/index.d.ts +23 -0
  120. package/dist/components/gantt/components/containers/external/gantt-content-container/index.js +40 -0
  121. package/dist/components/gantt/components/containers/external/gantt-content-container/index.js.map +1 -0
  122. package/dist/components/gantt/components/containers/external/gantt-panel-container/index.d.ts +23 -0
  123. package/dist/components/gantt/components/containers/external/gantt-panel-container/index.js +33 -0
  124. package/dist/components/gantt/components/containers/external/gantt-panel-container/index.js.map +1 -0
  125. package/dist/components/gantt/components/containers/external/styles.module.css +32 -0
  126. package/dist/components/gantt/components/containers/internal/index.d.ts +22 -0
  127. package/dist/components/gantt/components/containers/internal/index.js +35 -0
  128. package/dist/components/gantt/components/containers/internal/index.js.map +1 -0
  129. package/dist/components/gantt/components/containers/internal/layout-container/index.d.ts +22 -0
  130. package/dist/components/gantt/components/containers/internal/layout-container/index.js +27 -0
  131. package/dist/components/gantt/components/containers/internal/layout-container/index.js.map +1 -0
  132. package/dist/components/gantt/components/containers/internal/styles.module.css +35 -0
  133. package/dist/components/gantt/components/containers/internal/virtualized-content-height-container/index.d.ts +22 -0
  134. package/dist/components/gantt/components/containers/internal/virtualized-content-height-container/index.js +38 -0
  135. package/dist/components/gantt/components/containers/internal/virtualized-content-height-container/index.js.map +1 -0
  136. package/dist/components/gantt/components/content-row/block.d.ts +27 -0
  137. package/dist/components/gantt/components/content-row/block.js +39 -0
  138. package/dist/components/gantt/components/content-row/block.js.map +1 -0
  139. package/dist/components/gantt/components/content-row/bracket.d.ts +23 -0
  140. package/dist/components/gantt/components/content-row/bracket.js +48 -0
  141. package/dist/components/gantt/components/content-row/bracket.js.map +1 -0
  142. package/dist/components/gantt/components/content-row/icon-marker.d.ts +27 -0
  143. package/dist/components/gantt/components/content-row/icon-marker.js +41 -0
  144. package/dist/components/gantt/components/content-row/icon-marker.js.map +1 -0
  145. package/dist/components/gantt/components/content-row/index.d.ts +24 -0
  146. package/dist/components/gantt/components/content-row/index.js +32 -0
  147. package/dist/components/gantt/components/content-row/index.js.map +1 -0
  148. package/dist/components/gantt/components/content-row/marker.d.ts +21 -0
  149. package/dist/components/gantt/components/content-row/marker.js +35 -0
  150. package/dist/components/gantt/components/content-row/marker.js.map +1 -0
  151. package/dist/components/gantt/components/content-row/spacer.d.ts +23 -0
  152. package/dist/components/gantt/components/content-row/spacer.js +35 -0
  153. package/dist/components/gantt/components/content-row/spacer.js.map +1 -0
  154. package/dist/components/gantt/components/content-row/styles.module.css +198 -0
  155. package/dist/components/gantt/components/content-row/use-elapsed-percentage/index.d.ts +19 -0
  156. package/dist/components/gantt/components/content-row/use-elapsed-percentage/index.js +27 -0
  157. package/dist/components/gantt/components/content-row/use-elapsed-percentage/index.js.map +1 -0
  158. package/dist/components/gantt/components/content-row/use-is-elapsed/index.d.ts +10 -0
  159. package/dist/components/gantt/components/content-row/use-is-elapsed/index.js +24 -0
  160. package/dist/components/gantt/components/content-row/use-is-elapsed/index.js.map +1 -0
  161. package/dist/components/gantt/components/current-time/index.d.ts +28 -0
  162. package/dist/components/gantt/components/current-time/index.js +63 -0
  163. package/dist/components/gantt/components/current-time/index.js.map +1 -0
  164. package/dist/components/gantt/components/current-time/styles.module.css +42 -0
  165. package/dist/components/gantt/components/current-time/use-current-time-layout/index.d.ts +31 -0
  166. package/dist/components/gantt/components/current-time/use-current-time-layout/index.js +58 -0
  167. package/dist/components/gantt/components/current-time/use-current-time-layout/index.js.map +1 -0
  168. package/dist/components/gantt/components/header/index.d.ts +25 -0
  169. package/dist/components/gantt/components/header/index.js +41 -0
  170. package/dist/components/gantt/components/header/index.js.map +1 -0
  171. package/dist/components/gantt/components/header/styles.module.css +23 -0
  172. package/dist/components/gantt/components/panel-row/index.d.ts +24 -0
  173. package/dist/components/gantt/components/panel-row/index.js +33 -0
  174. package/dist/components/gantt/components/panel-row/index.js.map +1 -0
  175. package/dist/components/gantt/components/panel-row/styles.module.css +24 -0
  176. package/dist/components/gantt/components/rows-virtualizer/index.d.ts +25 -0
  177. package/dist/components/gantt/components/rows-virtualizer/index.js +67 -0
  178. package/dist/components/gantt/components/rows-virtualizer/index.js.map +1 -0
  179. package/dist/components/gantt/components/rows-virtualizer/styles.module.css +30 -0
  180. package/dist/components/gantt/components/rows-virtualizer/use-rendered-rows/index.d.ts +29 -0
  181. package/dist/components/gantt/components/rows-virtualizer/use-rendered-rows/index.js +57 -0
  182. package/dist/components/gantt/components/rows-virtualizer/use-rendered-rows/index.js.map +1 -0
  183. package/dist/components/gantt/components/rows-virtualizer/use-scroll-sync/index.d.ts +10 -0
  184. package/dist/components/gantt/components/rows-virtualizer/use-scroll-sync/index.js +58 -0
  185. package/dist/components/gantt/components/rows-virtualizer/use-scroll-sync/index.js.map +1 -0
  186. package/dist/components/gantt/components/styles.module.css +46 -0
  187. package/dist/components/gantt/components/timeline/index.d.ts +19 -0
  188. package/dist/components/gantt/components/timeline/index.js +45 -0
  189. package/dist/components/gantt/components/timeline/index.js.map +1 -0
  190. package/dist/components/gantt/components/timeline/use-timeline-transform/index.d.ts +29 -0
  191. package/dist/components/gantt/components/timeline/use-timeline-transform/index.js +33 -0
  192. package/dist/components/gantt/components/timeline/use-timeline-transform/index.js.map +1 -0
  193. package/dist/components/gantt/components/timeline-chunk/index.d.ts +25 -0
  194. package/dist/components/gantt/components/timeline-chunk/index.js +43 -0
  195. package/dist/components/gantt/components/timeline-chunk/index.js.map +1 -0
  196. package/dist/components/gantt/constants.d.ts +31 -0
  197. package/dist/components/gantt/constants.js +57 -0
  198. package/dist/components/gantt/constants.js.map +1 -0
  199. package/dist/components/gantt/context/index.d.ts +60 -0
  200. package/dist/components/gantt/context/index.js +78 -0
  201. package/dist/components/gantt/context/index.js.map +1 -0
  202. package/dist/components/gantt/context/store/index.d.ts +45 -0
  203. package/dist/components/gantt/context/store/index.js +42 -0
  204. package/dist/components/gantt/context/store/index.js.map +1 -0
  205. package/dist/components/gantt/context/temporal-data/index.d.ts +48 -0
  206. package/dist/components/gantt/context/temporal-data/index.js +80 -0
  207. package/dist/components/gantt/context/temporal-data/index.js.map +1 -0
  208. package/dist/components/gantt/gantt.d.ts +50 -0
  209. package/dist/components/gantt/gantt.js +51 -0
  210. package/dist/components/gantt/gantt.js.map +1 -0
  211. package/dist/components/gantt/hooks/use-horizontal-scroll-update/index.d.ts +22 -0
  212. package/dist/components/gantt/hooks/use-horizontal-scroll-update/index.js +36 -0
  213. package/dist/components/gantt/hooks/use-horizontal-scroll-update/index.js.map +1 -0
  214. package/dist/components/gantt/hooks/use-layout-subscription/index.d.ts +26 -0
  215. package/dist/components/gantt/hooks/use-layout-subscription/index.js +45 -0
  216. package/dist/components/gantt/hooks/use-layout-subscription/index.js.map +1 -0
  217. package/dist/components/gantt/hooks/use-resize-intersection-effect/index.d.ts +26 -0
  218. package/dist/components/gantt/hooks/use-resize-intersection-effect/index.js +50 -0
  219. package/dist/components/gantt/hooks/use-resize-intersection-effect/index.js.map +1 -0
  220. package/dist/components/gantt/hooks/use-root-element-height/index.d.ts +5 -0
  221. package/dist/components/gantt/hooks/use-root-element-height/index.js +24 -0
  222. package/dist/components/gantt/hooks/use-root-element-height/index.js.map +1 -0
  223. package/dist/components/gantt/hooks/use-scrollbar-height/index.d.ts +5 -0
  224. package/dist/components/gantt/hooks/use-scrollbar-height/index.js +40 -0
  225. package/dist/components/gantt/hooks/use-scrollbar-height/index.js.map +1 -0
  226. package/dist/components/gantt/hooks/use-total-data-region-thresholds/index.d.ts +19 -0
  227. package/dist/components/gantt/hooks/use-total-data-region-thresholds/index.js +87 -0
  228. package/dist/components/gantt/hooks/use-total-data-region-thresholds/index.js.map +1 -0
  229. package/dist/components/gantt/hooks/use-vertical-scroll-update/index.d.ts +22 -0
  230. package/dist/components/gantt/hooks/use-vertical-scroll-update/index.js +38 -0
  231. package/dist/components/gantt/hooks/use-vertical-scroll-update/index.js.map +1 -0
  232. package/dist/components/gantt/public-types.d.ts +31 -0
  233. package/dist/components/gantt/public-types.js +12 -0
  234. package/dist/components/gantt/store.d.ts +51 -0
  235. package/dist/components/gantt/store.js +46 -0
  236. package/dist/components/gantt/store.js.map +1 -0
  237. package/dist/components/gantt/styles.module.css +30 -0
  238. package/dist/components/gantt/types.d.ts +67 -0
  239. package/dist/components/gantt/types.js +12 -0
  240. package/dist/components/gantt/utils/conversions.d.ts +23 -0
  241. package/dist/components/gantt/utils/conversions.js +34 -0
  242. package/dist/components/gantt/utils/conversions.js.map +1 -0
  243. package/dist/components/gantt/utils/dates.d.ts +11 -0
  244. package/dist/components/gantt/utils/dates.js +41 -0
  245. package/dist/components/gantt/utils/dates.js.map +1 -0
  246. package/dist/components/gantt/utils/formatting.d.ts +5 -0
  247. package/dist/components/gantt/utils/formatting.js +54 -0
  248. package/dist/components/gantt/utils/formatting.js.map +1 -0
  249. package/dist/components/gantt/utils/generation.d.ts +19 -0
  250. package/dist/components/gantt/utils/generation.js +37 -0
  251. package/dist/components/gantt/utils/generation.js.map +1 -0
  252. package/dist/components/gantt/utils/helpers.d.ts +26 -0
  253. package/dist/components/gantt/utils/helpers.js +55 -0
  254. package/dist/components/gantt/utils/helpers.js.map +1 -0
  255. package/dist/components/gantt/utils/layout.d.ts +32 -0
  256. package/dist/components/gantt/utils/layout.js +55 -0
  257. package/dist/components/gantt/utils/layout.js.map +1 -0
  258. package/dist/components/gantt/utils/thresholds.d.ts +52 -0
  259. package/dist/components/gantt/utils/thresholds.js +116 -0
  260. package/dist/components/gantt/utils/thresholds.js.map +1 -0
  261. package/dist/components/hero/context.d.ts +2 -2
  262. package/dist/components/hero/index.d.ts +2 -2
  263. package/dist/components/hero/subtitle.d.ts +2 -2
  264. package/dist/components/hero/title.d.ts +2 -2
  265. package/dist/components/hotkey/context.d.ts +4 -4
  266. package/dist/components/hotkey/index.d.ts +2 -2
  267. package/dist/components/hotkey/set.d.ts +2 -2
  268. package/dist/components/icon/context.d.ts +4 -4
  269. package/dist/components/icon/index.d.ts +2 -2
  270. package/dist/components/input/context.d.ts +2 -2
  271. package/dist/components/input/index.d.ts +2 -2
  272. package/dist/components/kanban/card-body.d.ts +2 -2
  273. package/dist/components/kanban/card-header-actions.d.ts +2 -2
  274. package/dist/components/kanban/card-header-title.d.ts +2 -2
  275. package/dist/components/kanban/card-header.d.ts +2 -2
  276. package/dist/components/kanban/card.d.ts +2 -2
  277. package/dist/components/kanban/column-actions.d.ts +2 -2
  278. package/dist/components/kanban/column-container.d.ts +2 -2
  279. package/dist/components/kanban/column-content.d.ts +2 -2
  280. package/dist/components/kanban/column-header-actions.d.ts +2 -2
  281. package/dist/components/kanban/column-header-drag-handle.d.ts +2 -2
  282. package/dist/components/kanban/column-header-title.d.ts +2 -2
  283. package/dist/components/kanban/column-header.d.ts +2 -2
  284. package/dist/components/kanban/column.d.ts +2 -2
  285. package/dist/components/kanban/context.d.ts +2 -2
  286. package/dist/components/kanban/header-actions.d.ts +2 -2
  287. package/dist/components/kanban/header-search.d.ts +2 -2
  288. package/dist/components/kanban/header-title.d.ts +2 -2
  289. package/dist/components/kanban/header.d.ts +2 -2
  290. package/dist/components/kanban/kanban.d.ts +4 -4
  291. package/dist/components/label/context.d.ts +4 -4
  292. package/dist/components/label/index.d.ts +2 -2
  293. package/dist/components/lines/index.d.ts +2 -2
  294. package/dist/components/link/context.d.ts +2 -2
  295. package/dist/components/link/index.d.ts +2 -2
  296. package/dist/components/list/context.d.ts +2 -2
  297. package/dist/components/list/index.d.ts +2 -2
  298. package/dist/components/list/item-content.d.ts +2 -2
  299. package/dist/components/list/item-description.d.ts +2 -2
  300. package/dist/components/list/item-title.d.ts +2 -2
  301. package/dist/components/list/item.d.ts +2 -2
  302. package/dist/components/media-controls/context.d.ts +4 -4
  303. package/dist/components/media-controls/fullscreen-button.d.ts +2 -2
  304. package/dist/components/media-controls/index.d.ts +2 -2
  305. package/dist/components/media-controls/mute-button.d.ts +2 -2
  306. package/dist/components/media-controls/play-button.d.ts +2 -2
  307. package/dist/components/media-controls/playback-rate.d.ts +2 -2
  308. package/dist/components/media-controls/seek-button.d.ts +2 -2
  309. package/dist/components/media-controls/time-display.d.ts +2 -2
  310. package/dist/components/media-controls/time-range.d.ts +2 -2
  311. package/dist/components/media-controls/volume-slider.d.ts +2 -2
  312. package/dist/components/menu/context.d.ts +2 -2
  313. package/dist/components/menu/index.d.ts +2 -2
  314. package/dist/components/menu/item-description.d.ts +2 -2
  315. package/dist/components/menu/item-label.d.ts +2 -2
  316. package/dist/components/menu/item.d.ts +2 -2
  317. package/dist/components/menu/section.d.ts +2 -2
  318. package/dist/components/menu/separator.d.ts +2 -2
  319. package/dist/components/menu/styles.module.css +12 -0
  320. package/dist/components/menu/submenu.d.ts +2 -2
  321. package/dist/components/notice/index.d.ts +2 -2
  322. package/dist/components/notice/index.js +1 -0
  323. package/dist/components/notice/index.js.map +1 -1
  324. package/dist/components/notice/list.d.ts +2 -2
  325. package/dist/components/notice/list.js +10 -1
  326. package/dist/components/notice/list.js.map +1 -1
  327. package/dist/components/notice/notice-icon.d.ts +2 -2
  328. package/dist/components/notice/styles.module.css +27 -0
  329. package/dist/components/options/context.d.ts +2 -2
  330. package/dist/components/options/index.d.ts +2 -2
  331. package/dist/components/options/item-content.d.ts +2 -2
  332. package/dist/components/options/item-description.d.ts +2 -2
  333. package/dist/components/options/item-label.d.ts +2 -2
  334. package/dist/components/options/item.d.ts +2 -2
  335. package/dist/components/options/section.d.ts +2 -2
  336. package/dist/components/pagination/context.d.ts +2 -2
  337. package/dist/components/pagination/index.d.ts +2 -2
  338. package/dist/components/pagination/next.d.ts +2 -2
  339. package/dist/components/pagination/pages.d.ts +2 -2
  340. package/dist/components/pagination/prev.d.ts +2 -2
  341. package/dist/components/popover/content.d.ts +2 -2
  342. package/dist/components/popover/footer.d.ts +2 -2
  343. package/dist/components/popover/index.d.ts +2 -2
  344. package/dist/components/popover/styles.module.css +34 -0
  345. package/dist/components/popover/title.d.ts +2 -2
  346. package/dist/components/popover/trigger.d.ts +2 -2
  347. package/dist/components/query-builder/action-element.d.ts +2 -2
  348. package/dist/components/query-builder/actions.d.ts +4 -4
  349. package/dist/components/query-builder/combinator-selector.d.ts +2 -2
  350. package/dist/components/query-builder/index.d.ts +2 -2
  351. package/dist/components/query-builder/rule-group.d.ts +4 -4
  352. package/dist/components/query-builder/rule.d.ts +2 -2
  353. package/dist/components/query-builder/value-editor.d.ts +2 -2
  354. package/dist/components/query-builder/value-selector.d.ts +2 -2
  355. package/dist/components/query-builder/value-selector.js +1 -1
  356. package/dist/components/radio/context.d.ts +3 -3
  357. package/dist/components/radio/group.d.ts +2 -2
  358. package/dist/components/radio/index.d.ts +2 -2
  359. package/dist/components/search-field/context.d.ts +4 -4
  360. package/dist/components/search-field/index.d.ts +2 -2
  361. package/dist/components/select-field/context.d.ts +4 -4
  362. package/dist/components/select-field/index.d.ts +2 -2
  363. package/dist/components/sidenav/avatar.d.ts +2 -2
  364. package/dist/components/sidenav/content.d.ts +2 -2
  365. package/dist/components/sidenav/context.d.ts +2 -2
  366. package/dist/components/sidenav/footer.d.ts +2 -2
  367. package/dist/components/sidenav/header.d.ts +2 -2
  368. package/dist/components/sidenav/index.d.ts +2 -2
  369. package/dist/components/sidenav/item.d.ts +2 -2
  370. package/dist/components/sidenav/link.d.ts +2 -2
  371. package/dist/components/sidenav/menu-item.d.ts +2 -2
  372. package/dist/components/sidenav/menu.d.ts +2 -2
  373. package/dist/components/sidenav/styles.module.css +10 -2
  374. package/dist/components/sidenav/trigger.d.ts +2 -2
  375. package/dist/components/skeleton/index.d.ts +2 -2
  376. package/dist/components/slider/index.d.ts +2 -2
  377. package/dist/components/status-indicator/index.d.ts +2 -2
  378. package/dist/components/switch/context.d.ts +4 -4
  379. package/dist/components/switch/index.d.ts +2 -2
  380. package/dist/components/switch/styles.module.css +8 -0
  381. package/dist/components/table/body.d.ts +2 -2
  382. package/dist/components/table/cell.d.ts +2 -2
  383. package/dist/components/table/context.d.ts +2 -2
  384. package/dist/components/table/header-cell.d.ts +2 -2
  385. package/dist/components/table/header.d.ts +2 -2
  386. package/dist/components/table/index.d.ts +2 -2
  387. package/dist/components/table/index.js +2 -2
  388. package/dist/components/table/index.js.map +1 -1
  389. package/dist/components/table/row.d.ts +2 -2
  390. package/dist/components/tabs/context.d.ts +6 -6
  391. package/dist/components/tabs/index.d.ts +2 -2
  392. package/dist/components/tabs/list.d.ts +2 -2
  393. package/dist/components/tabs/panel.d.ts +2 -2
  394. package/dist/components/tabs/tab.d.ts +2 -2
  395. package/dist/components/text-area-field/context.d.ts +4 -4
  396. package/dist/components/text-area-field/index.d.ts +2 -2
  397. package/dist/components/text-field/context.d.ts +4 -4
  398. package/dist/components/text-field/index.d.ts +2 -2
  399. package/dist/components/time-field/index.d.ts +2 -2
  400. package/dist/components/tooltip/context.d.ts +2 -2
  401. package/dist/components/tooltip/index.d.ts +2 -2
  402. package/dist/components/tooltip/styles.module.css +35 -0
  403. package/dist/components/tooltip/trigger.d.ts +2 -2
  404. package/dist/components/tree/context.d.ts +3 -3
  405. package/dist/components/tree/index.d.ts +2 -2
  406. package/dist/components/tree/index.js +20 -10
  407. package/dist/components/tree/index.js.map +1 -1
  408. package/dist/components/tree/item-actions.d.ts +2 -2
  409. package/dist/components/tree/item-content.d.ts +2 -2
  410. package/dist/components/tree/item-content.js +3 -2
  411. package/dist/components/tree/item-content.js.map +1 -1
  412. package/dist/components/tree/item-description.d.ts +2 -2
  413. package/dist/components/tree/item-label.d.ts +2 -2
  414. package/dist/components/tree/item-prefix-icon.d.ts +2 -2
  415. package/dist/components/tree/item.d.ts +2 -2
  416. package/dist/components/tree/lines.d.ts +2 -2
  417. package/dist/components/tree/types.d.ts +1 -0
  418. package/dist/components/video/index.d.ts +2 -2
  419. package/dist/components/view-stack/index.d.ts +2 -2
  420. package/dist/components/view-stack/trigger.d.ts +2 -2
  421. package/dist/components/view-stack/view.d.ts +2 -2
  422. package/dist/hooks/use-tree/actions/cache.d.ts +20 -3
  423. package/dist/hooks/use-tree/actions/cache.js +110 -2
  424. package/dist/hooks/use-tree/actions/cache.js.map +1 -1
  425. package/dist/hooks/use-tree/actions/index.d.ts +2 -1
  426. package/dist/hooks/use-tree/actions/index.js +70 -11
  427. package/dist/hooks/use-tree/actions/index.js.map +1 -1
  428. package/dist/hooks/use-tree/state/index.d.ts +20 -1
  429. package/dist/hooks/use-tree/state/index.js +22 -2
  430. package/dist/hooks/use-tree/state/index.js.map +1 -1
  431. package/dist/hooks/use-tree/types.d.ts +14 -0
  432. package/dist/index.d.ts +24 -5
  433. package/dist/index.js +27 -10
  434. package/dist/providers/portal.d.ts +2 -2
  435. package/dist/providers/theme-provider.d.ts +2 -2
  436. package/package.json +64 -6
@@ -0,0 +1,87 @@
1
+ /*
2
+ * Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
12
+
13
+ import { OptionsDataItem, OptionsItemProps } from "../options/types.js";
14
+ import { SelectFieldProps } from "../select-field/types.js";
15
+ import { HTMLAttributes, PropsWithChildren } from "react";
16
+ import { UniqueId } from "@accelint/core";
17
+
18
+ //#region src/components/carousel/types.d.ts
19
+ /**
20
+ * Props for the root Carousel component.
21
+ */
22
+ type CarouselProps = PropsWithChildren<HTMLAttributes<HTMLDivElement>> & {
23
+ /** The carousel data items to display. */
24
+ items: CarouselData[];
25
+ /** Zero-based index of the currently active item. */
26
+ currentPosition: number;
27
+ /** Callback invoked when the active item changes. */
28
+ setCurrentPosition: (index: number) => void;
29
+ };
30
+ /**
31
+ * Data describing a single carousel item.
32
+ */
33
+ type CarouselData = {
34
+ /** The media type of the item. */
35
+ dataType: 'image' | 'video' | 'audio';
36
+ /** URL for the full-size media displayed in the viewer. */
37
+ dataUrl: string;
38
+ /** Original file name of the media asset. */
39
+ fileName: string;
40
+ /** Optional metadata associated with the item. */
41
+ metadata?: Record<string, unknown>;
42
+ /** Display title shown in the gallery and select. */
43
+ title: string;
44
+ /** URL for the thumbnail image shown in the gallery. */
45
+ thumbnailUrl: string;
46
+ /** Unique identifier for the item. */
47
+ id: UniqueId;
48
+ };
49
+ /**
50
+ * Props for the CarouselViewer component.
51
+ */
52
+ type CarouselViewerProps = PropsWithChildren & {
53
+ /** Custom class names for viewer elements. */
54
+ classNames?: {
55
+ /** Class name for the viewer container. */
56
+ container?: string;
57
+ /** Class name for the displayed media element (img, video, or audio). */
58
+ media?: string;
59
+ };
60
+ };
61
+ /**
62
+ * Props for the CarouselSelect dropdown component.
63
+ */
64
+ type CarouselSelectProps = Omit<SelectFieldProps, 'classNames'> & {
65
+ /** Custom class names for select elements. */
66
+ classNames?: {
67
+ /** Class names passed to the SelectField. */
68
+ select?: SelectFieldProps['classNames'];
69
+ /** Class names passed to each OptionsItem. */
70
+ optionItem?: OptionsItemProps<OptionsDataItem>['classNames'];
71
+ };
72
+ };
73
+ /**
74
+ * Props for the CarouselGallery thumbnail strip component.
75
+ */
76
+ type CarouselGalleryProps = HTMLAttributes<HTMLDivElement> & {
77
+ /** Custom class names for gallery elements. */
78
+ classNames?: {
79
+ /** Class name for the gallery container. */
80
+ container?: string;
81
+ /** Class name for individual gallery items. */
82
+ item?: string;
83
+ };
84
+ };
85
+ //#endregion
86
+ export { CarouselData, CarouselGalleryProps, CarouselProps, CarouselSelectProps, CarouselViewerProps };
87
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1,12 @@
1
+ /*
2
+ * Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
12
+
@@ -0,0 +1,40 @@
1
+ /*
2
+ * Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
12
+
13
+ import { CarouselViewerProps } from "./types.js";
14
+ import "client-only";
15
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
16
+
17
+ //#region src/components/carousel/viewer.d.ts
18
+ /**
19
+ * Displays the full-size media for the currently active carousel item.
20
+ * Note that it relies on the <Carousel/> component to supply context and must be used
21
+ * as a child of that component.
22
+ *
23
+ * Reads the active item from CarouselContext and renders it as an image, video, or audio
24
+ * element based on the item's dataType. Supports additional children for overlay content.
25
+ *
26
+ * @param props - The viewer props.
27
+ * @param props.children - Optional overlay content rendered inside the viewer.
28
+ * @param props.classNames - Custom class names for viewer elements.
29
+ * @param props.classNames.container - Class name for the viewer container.
30
+ * @param props.classNames.media - Class name for the displayed media element (img, video, or audio).
31
+ * @returns The carousel viewer component.
32
+ */
33
+ declare function CarouselViewer({
34
+ children,
35
+ classNames,
36
+ ...rest
37
+ }: CarouselViewerProps): react_jsx_runtime17.JSX.Element;
38
+ //#endregion
39
+ export { CarouselViewer };
40
+ //# sourceMappingURL=viewer.d.ts.map
@@ -0,0 +1,75 @@
1
+ /*
2
+ * Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at https://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
12
+
13
+
14
+ 'use client';
15
+
16
+ import { Audio } from "../audio/index.js";
17
+ import { CarouselContext } from "./context.js";
18
+ import { Video } from "../video/index.js";
19
+ import "client-only";
20
+ import { useContext } from "react";
21
+ import { clsx } from "@accelint/design-foundation/lib/utils";
22
+ import { jsx, jsxs } from "react/jsx-runtime";
23
+ import styles from "./style.module.css";
24
+
25
+ //#region src/components/carousel/viewer.tsx
26
+ /**
27
+ * Displays the full-size media for the currently active carousel item.
28
+ * Note that it relies on the <Carousel/> component to supply context and must be used
29
+ * as a child of that component.
30
+ *
31
+ * Reads the active item from CarouselContext and renders it as an image, video, or audio
32
+ * element based on the item's dataType. Supports additional children for overlay content.
33
+ *
34
+ * @param props - The viewer props.
35
+ * @param props.children - Optional overlay content rendered inside the viewer.
36
+ * @param props.classNames - Custom class names for viewer elements.
37
+ * @param props.classNames.container - Class name for the viewer container.
38
+ * @param props.classNames.media - Class name for the displayed media element (img, video, or audio).
39
+ * @returns The carousel viewer component.
40
+ */
41
+ function CarouselViewer({ children, classNames, ...rest }) {
42
+ const { items, currentPosition } = useContext(CarouselContext);
43
+ const currentItem = items[currentPosition];
44
+ const renderMedia = () => {
45
+ if (!currentItem) return null;
46
+ switch (currentItem.dataType) {
47
+ case "video": return /* @__PURE__ */ jsx(Video, {
48
+ src: currentItem.dataUrl,
49
+ poster: currentItem.thumbnailUrl,
50
+ classNames: { container: classNames?.media }
51
+ });
52
+ case "audio": return /* @__PURE__ */ jsx(Audio, {
53
+ src: currentItem.dataUrl,
54
+ title: currentItem.title
55
+ });
56
+ default: return /* @__PURE__ */ jsx("img", {
57
+ src: currentItem.dataUrl,
58
+ alt: currentItem.title
59
+ });
60
+ }
61
+ };
62
+ return /* @__PURE__ */ jsxs("div", {
63
+ className: clsx(styles.viewer, classNames?.container),
64
+ ...rest,
65
+ children: [/* @__PURE__ */ jsx("div", {
66
+ className: clsx(classNames?.media, styles["viewer-item"]),
67
+ "data-media": currentItem?.dataType,
68
+ children: renderMedia()
69
+ }), children]
70
+ });
71
+ }
72
+
73
+ //#endregion
74
+ export { CarouselViewer };
75
+ //# sourceMappingURL=viewer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"viewer.js","names":[],"sources":["../../../src/components/carousel/viewer.tsx"],"sourcesContent":["/*\n * Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n'use client';\nimport 'client-only';\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport { useContext } from 'react';\nimport { Audio } from '../audio';\nimport { Video } from '../video';\nimport { CarouselContext } from './context';\nimport styles from './style.module.css';\nimport type { CarouselViewerProps } from './types';\n\n/**\n * Displays the full-size media for the currently active carousel item.\n * Note that it relies on the <Carousel/> component to supply context and must be used\n * as a child of that component.\n *\n * Reads the active item from CarouselContext and renders it as an image, video, or audio\n * element based on the item's dataType. Supports additional children for overlay content.\n *\n * @param props - The viewer props.\n * @param props.children - Optional overlay content rendered inside the viewer.\n * @param props.classNames - Custom class names for viewer elements.\n * @param props.classNames.container - Class name for the viewer container.\n * @param props.classNames.media - Class name for the displayed media element (img, video, or audio).\n * @returns The carousel viewer component.\n */\nexport function CarouselViewer({\n children,\n classNames,\n ...rest\n}: CarouselViewerProps) {\n const { items, currentPosition } = useContext(CarouselContext);\n const currentItem = items[currentPosition];\n\n const renderMedia = () => {\n if (!currentItem) return null;\n\n switch (currentItem.dataType) {\n case 'video':\n return (\n <Video\n src={currentItem.dataUrl}\n poster={currentItem.thumbnailUrl}\n classNames={{ container: classNames?.media }}\n />\n );\n case 'audio':\n return <Audio src={currentItem.dataUrl} title={currentItem.title} />;\n default:\n return <img src={currentItem.dataUrl} alt={currentItem.title} />;\n }\n };\n\n return (\n <div className={clsx(styles.viewer, classNames?.container)} {...rest}>\n <div\n className={clsx(classNames?.media, styles['viewer-item'])}\n data-media={currentItem?.dataType}\n >\n {renderMedia()}\n </div>\n {children}\n </div>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqCA,SAAgB,eAAe,EAC7B,UACA,YACA,GAAG,QACmB;CACtB,MAAM,EAAE,OAAO,oBAAoB,WAAW,gBAAgB;CAC9D,MAAM,cAAc,MAAM;CAE1B,MAAM,oBAAoB;AACxB,MAAI,CAAC,YAAa,QAAO;AAEzB,UAAQ,YAAY,UAApB;GACE,KAAK,QACH,QACE,oBAAC;IACC,KAAK,YAAY;IACjB,QAAQ,YAAY;IACpB,YAAY,EAAE,WAAW,YAAY,OAAO;KAC5C;GAEN,KAAK,QACH,QAAO,oBAAC;IAAM,KAAK,YAAY;IAAS,OAAO,YAAY;KAAS;GACtE,QACE,QAAO,oBAAC;IAAI,KAAK,YAAY;IAAS,KAAK,YAAY;KAAS;;;AAItE,QACE,qBAAC;EAAI,WAAW,KAAK,OAAO,QAAQ,YAAY,UAAU;EAAE,GAAI;aAC9D,oBAAC;GACC,WAAW,KAAK,YAAY,OAAO,OAAO,eAAe;GACzD,cAAY,aAAa;aAExB,aAAa;IACV,EACL;GACG"}
@@ -12,18 +12,18 @@
12
12
 
13
13
  import { CheckboxGroupProps as CheckboxGroupProps$1, CheckboxProps as CheckboxProps$1 } from "./types.js";
14
14
  import "client-only";
15
- import * as react4 from "react";
15
+ import * as react11 from "react";
16
16
  import { ContextValue } from "react-aria-components";
17
17
 
18
18
  //#region src/components/checkbox/context.d.ts
19
19
  /**
20
20
  * React context for sharing CheckboxGroup configuration across components.
21
21
  */
22
- declare const CheckboxGroupContext: react4.Context<ContextValue<CheckboxGroupProps$1, HTMLDivElement>>;
22
+ declare const CheckboxGroupContext: react11.Context<ContextValue<CheckboxGroupProps$1, HTMLDivElement>>;
23
23
  /**
24
24
  * React context for sharing Checkbox configuration across components.
25
25
  */
26
- declare const CheckboxContext: react4.Context<ContextValue<CheckboxProps$1, HTMLLabelElement>>;
26
+ declare const CheckboxContext: react11.Context<ContextValue<CheckboxProps$1, HTMLLabelElement>>;
27
27
  //#endregion
28
28
  export { CheckboxContext, CheckboxGroupContext };
29
29
  //# sourceMappingURL=context.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { CheckboxGroupProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime16 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime38 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/checkbox/group.d.ts
18
18
 
@@ -47,7 +47,7 @@ import * as react_jsx_runtime16 from "react/jsx-runtime";
47
47
  declare function CheckboxGroup({
48
48
  ref,
49
49
  ...props
50
- }: CheckboxGroupProps): react_jsx_runtime16.JSX.Element;
50
+ }: CheckboxGroupProps): react_jsx_runtime38.JSX.Element;
51
51
  //#endregion
52
52
  export { CheckboxGroup };
53
53
  //# sourceMappingURL=group.d.ts.map
@@ -13,8 +13,8 @@
13
13
 
14
14
  'use client';
15
15
 
16
- import { CheckboxContext, CheckboxGroupContext } from "./context.js";
17
16
  import { Label as Label$1 } from "../label/index.js";
17
+ import { CheckboxContext, CheckboxGroupContext } from "./context.js";
18
18
  import "client-only";
19
19
  import { clsx } from "@accelint/design-foundation/lib/utils";
20
20
  import { CheckboxGroup as CheckboxGroup$1, composeRenderProps, useContextProps } from "react-aria-components";
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { CheckboxProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime18 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime39 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/checkbox/index.d.ts
18
18
 
@@ -69,7 +69,7 @@ import * as react_jsx_runtime18 from "react/jsx-runtime";
69
69
  declare function Checkbox({
70
70
  ref,
71
71
  ...props
72
- }: CheckboxProps): react_jsx_runtime18.JSX.Element;
72
+ }: CheckboxProps): react_jsx_runtime39.JSX.Element;
73
73
  //#endregion
74
74
  export { Checkbox };
75
75
  //# sourceMappingURL=index.d.ts.map
@@ -13,15 +13,15 @@
13
13
  import { ProviderProps } from "../../lib/types.js";
14
14
  import { ChipContextValue } from "./types.js";
15
15
  import "client-only";
16
- import * as react8 from "react";
16
+ import * as react13 from "react";
17
17
  import { ContextValue } from "react-aria-components";
18
- import * as react_jsx_runtime21 from "react/jsx-runtime";
18
+ import * as react_jsx_runtime40 from "react/jsx-runtime";
19
19
 
20
20
  //#region src/components/chip/context.d.ts
21
21
  /**
22
22
  * React context for sharing Chip configuration across components.
23
23
  */
24
- declare const ChipContext: react8.Context<ContextValue<ChipContextValue, HTMLDivElement>>;
24
+ declare const ChipContext: react13.Context<ContextValue<ChipContextValue, HTMLDivElement>>;
25
25
  /**
26
26
  * Context provider for setting default props across multiple Chip components.
27
27
  *
@@ -40,7 +40,7 @@ declare const ChipContext: react8.Context<ContextValue<ChipContextValue, HTMLDiv
40
40
  declare function ChipProvider({
41
41
  children,
42
42
  ...props
43
- }: ProviderProps<ChipContextValue>): react_jsx_runtime21.JSX.Element;
43
+ }: ProviderProps<ChipContextValue>): react_jsx_runtime40.JSX.Element;
44
44
  //#endregion
45
45
  export { ChipContext, ChipProvider };
46
46
  //# sourceMappingURL=context.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { DeletableChipProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime11 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime41 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/chip/deletable.d.ts
18
18
 
@@ -54,7 +54,7 @@ import * as react_jsx_runtime11 from "react/jsx-runtime";
54
54
  declare function DeletableChip({
55
55
  ref,
56
56
  ...props
57
- }: DeletableChipProps): react_jsx_runtime11.JSX.Element;
57
+ }: DeletableChipProps): react_jsx_runtime41.JSX.Element;
58
58
  //#endregion
59
59
  export { DeletableChip };
60
60
  //# sourceMappingURL=deletable.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { ChipProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime15 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime42 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/chip/index.d.ts
18
18
 
@@ -93,7 +93,7 @@ import * as react_jsx_runtime15 from "react/jsx-runtime";
93
93
  declare function Chip({
94
94
  ref,
95
95
  ...props
96
- }: ChipProps): react_jsx_runtime15.JSX.Element;
96
+ }: ChipProps): react_jsx_runtime42.JSX.Element;
97
97
  //#endregion
98
98
  export { Chip };
99
99
  //# sourceMappingURL=index.d.ts.map
@@ -12,14 +12,14 @@
12
12
 
13
13
  import { ChipListProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react6 from "react";
16
- import * as react_jsx_runtime17 from "react/jsx-runtime";
15
+ import * as react14 from "react";
16
+ import * as react_jsx_runtime43 from "react/jsx-runtime";
17
17
 
18
18
  //#region src/components/chip/list.d.ts
19
19
  /**
20
20
  * React context indicating whether chips are being rendered inside a ChipList.
21
21
  */
22
- declare const ChipListRenderingContext: react6.Context<boolean>;
22
+ declare const ChipListRenderingContext: react14.Context<boolean>;
23
23
  /**
24
24
  * ChipList - Container component for grouping multiple chips with shared behavior.
25
25
  *
@@ -65,7 +65,7 @@ declare const ChipListRenderingContext: react6.Context<boolean>;
65
65
  declare function ChipList<T extends object>({
66
66
  ref,
67
67
  ...props
68
- }: ChipListProps<T>): react_jsx_runtime17.JSX.Element;
68
+ }: ChipListProps<T>): react_jsx_runtime43.JSX.Element;
69
69
  //#endregion
70
70
  export { ChipList, ChipListRenderingContext };
71
71
  //# sourceMappingURL=list.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { SelectableChipProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime41 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime44 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/chip/selectable.d.ts
18
18
 
@@ -50,7 +50,7 @@ import * as react_jsx_runtime41 from "react/jsx-runtime";
50
50
  declare function SelectableChip({
51
51
  ref,
52
52
  ...props
53
- }: SelectableChipProps): react_jsx_runtime41.JSX.Element;
53
+ }: SelectableChipProps): react_jsx_runtime44.JSX.Element;
54
54
  //#endregion
55
55
  export { SelectableChip };
56
56
  //# sourceMappingURL=selectable.d.ts.map
@@ -13,13 +13,13 @@
13
13
  import { ProviderProps } from "../../lib/types.js";
14
14
  import { ClassificationBadgeProps } from "./types.js";
15
15
  import "client-only";
16
- import * as react7 from "react";
16
+ import * as react0 from "react";
17
17
  import { ContextValue } from "react-aria-components";
18
- import * as react_jsx_runtime19 from "react/jsx-runtime";
18
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
19
19
 
20
20
  //#region src/components/classification-badge/context.d.ts
21
21
  /** React context for sharing ClassificationBadge configuration across components. */
22
- declare const ClassificationBadgeContext: react7.Context<ContextValue<ClassificationBadgeProps, HTMLSpanElement>>;
22
+ declare const ClassificationBadgeContext: react0.Context<ContextValue<ClassificationBadgeProps, HTMLSpanElement>>;
23
23
  /**
24
24
  * Context provider for setting default props across multiple ClassificationBadge components.
25
25
  *
@@ -38,7 +38,7 @@ declare const ClassificationBadgeContext: react7.Context<ContextValue<Classifica
38
38
  declare function ClassificationBadgeProvider({
39
39
  children,
40
40
  ...props
41
- }: ProviderProps<ClassificationBadgeProps>): react_jsx_runtime19.JSX.Element;
41
+ }: ProviderProps<ClassificationBadgeProps>): react_jsx_runtime5.JSX.Element;
42
42
  //#endregion
43
43
  export { ClassificationBadgeContext, ClassificationBadgeProvider };
44
44
  //# sourceMappingURL=context.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { ClassificationBadgeProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime20 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/classification-badge/index.d.ts
18
18
 
@@ -51,7 +51,7 @@ import * as react_jsx_runtime20 from "react/jsx-runtime";
51
51
  declare function ClassificationBadge({
52
52
  ref,
53
53
  ...props
54
- }: ClassificationBadgeProps): react_jsx_runtime20.JSX.Element;
54
+ }: ClassificationBadgeProps): react_jsx_runtime6.JSX.Element;
55
55
  //#endregion
56
56
  export { ClassificationBadge };
57
57
  //# sourceMappingURL=index.d.ts.map
@@ -13,13 +13,13 @@
13
13
  import { ProviderProps } from "../../lib/types.js";
14
14
  import { ClassificationBannerProps } from "./types.js";
15
15
  import "client-only";
16
- import * as react13 from "react";
16
+ import * as react1 from "react";
17
17
  import { ContextValue } from "react-aria-components";
18
- import * as react_jsx_runtime44 from "react/jsx-runtime";
18
+ import * as react_jsx_runtime8 from "react/jsx-runtime";
19
19
 
20
20
  //#region src/components/classification-banner/context.d.ts
21
21
  /** React context for sharing ClassificationBanner configuration across components. */
22
- declare const ClassificationBannerContext: react13.Context<ContextValue<ClassificationBannerProps, HTMLDivElement>>;
22
+ declare const ClassificationBannerContext: react1.Context<ContextValue<ClassificationBannerProps, HTMLDivElement>>;
23
23
  /**
24
24
  * Context provider for setting default props across multiple ClassificationBanner components.
25
25
  *
@@ -38,7 +38,7 @@ declare const ClassificationBannerContext: react13.Context<ContextValue<Classifi
38
38
  declare function ClassificationBannerProvider({
39
39
  children,
40
40
  ...props
41
- }: ProviderProps<ClassificationBannerProps>): react_jsx_runtime44.JSX.Element;
41
+ }: ProviderProps<ClassificationBannerProps>): react_jsx_runtime8.JSX.Element;
42
42
  //#endregion
43
43
  export { ClassificationBannerContext, ClassificationBannerProvider };
44
44
  //# sourceMappingURL=context.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { ClassificationBannerProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime45 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/classification-banner/index.d.ts
18
18
 
@@ -39,7 +39,7 @@ import * as react_jsx_runtime45 from "react/jsx-runtime";
39
39
  declare function ClassificationBanner({
40
40
  ref,
41
41
  ...props
42
- }: ClassificationBannerProps): react_jsx_runtime45.JSX.Element;
42
+ }: ClassificationBannerProps): react_jsx_runtime10.JSX.Element;
43
43
  //#endregion
44
44
  export { ClassificationBanner };
45
45
  //# sourceMappingURL=index.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { ClockProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime43 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime12 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/clock/index.d.ts
18
18
 
@@ -58,7 +58,7 @@ import * as react_jsx_runtime43 from "react/jsx-runtime";
58
58
  declare function Clock({
59
59
  formatter,
60
60
  ...rest
61
- }: ClockProps): react_jsx_runtime43.JSX.Element;
61
+ }: ClockProps): react_jsx_runtime12.JSX.Element;
62
62
  //#endregion
63
63
  export { Clock };
64
64
  //# sourceMappingURL=index.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { ColorPickerProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime46 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/color-picker/index.d.ts
18
18
  declare function ColorPicker({
@@ -24,7 +24,7 @@ declare function ColorPicker({
24
24
  ref,
25
25
  value,
26
26
  ...rest
27
- }: ColorPickerProps): react_jsx_runtime46.JSX.Element;
27
+ }: ColorPickerProps): react_jsx_runtime15.JSX.Element;
28
28
  //#endregion
29
29
  export { ColorPicker };
30
30
  //# sourceMappingURL=index.d.ts.map
@@ -14,13 +14,13 @@ import { ProviderProps } from "../../lib/types.js";
14
14
  import { OptionsDataItem } from "../options/types.js";
15
15
  import { ComboBoxFieldProps } from "./types.js";
16
16
  import "client-only";
17
- import * as react14 from "react";
17
+ import * as react4 from "react";
18
18
  import { ContextValue } from "react-aria-components";
19
- import * as react_jsx_runtime47 from "react/jsx-runtime";
19
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
20
20
 
21
21
  //#region src/components/combobox-field/context.d.ts
22
22
  /** React context for sharing ComboBoxField configuration across components. */
23
- declare const ComboBoxFieldContext: react14.Context<ContextValue<ComboBoxFieldProps<any>, HTMLDivElement>>;
23
+ declare const ComboBoxFieldContext: react4.Context<ContextValue<ComboBoxFieldProps<any>, HTMLDivElement>>;
24
24
  /**
25
25
  * Context provider for setting default props across multiple ComboBoxField components.
26
26
  *
@@ -39,7 +39,7 @@ declare const ComboBoxFieldContext: react14.Context<ContextValue<ComboBoxFieldPr
39
39
  declare function ComboBoxFieldProvider<T extends OptionsDataItem>({
40
40
  children,
41
41
  ...props
42
- }: ProviderProps<ComboBoxFieldProps<T>>): react_jsx_runtime47.JSX.Element;
42
+ }: ProviderProps<ComboBoxFieldProps<T>>): react_jsx_runtime19.JSX.Element;
43
43
  //#endregion
44
44
  export { ComboBoxFieldContext, ComboBoxFieldProvider };
45
45
  //# sourceMappingURL=context.d.ts.map
@@ -13,7 +13,7 @@
13
13
  import { OptionsDataItem } from "../options/types.js";
14
14
  import { ComboBoxFieldProps } from "./types.js";
15
15
  import "client-only";
16
- import * as react_jsx_runtime48 from "react/jsx-runtime";
16
+ import * as react_jsx_runtime27 from "react/jsx-runtime";
17
17
 
18
18
  //#region src/components/combobox-field/index.d.ts
19
19
 
@@ -43,7 +43,7 @@ import * as react_jsx_runtime48 from "react/jsx-runtime";
43
43
  declare function ComboBoxField<T extends OptionsDataItem>({
44
44
  ref,
45
45
  ...props
46
- }: ComboBoxFieldProps<T>): react_jsx_runtime48.JSX.Element;
46
+ }: ComboBoxFieldProps<T>): react_jsx_runtime27.JSX.Element;
47
47
  //#endregion
48
48
  export { ComboBoxField };
49
49
  //# sourceMappingURL=index.d.ts.map
@@ -15,10 +15,10 @@
15
15
 
16
16
  import { Icon } from "../icon/index.js";
17
17
  import { Label as Label$1 } from "../label/index.js";
18
+ import { Options } from "../options/index.js";
18
19
  import { ComboBoxFieldContext } from "./context.js";
19
20
  import { $23b9f4fcf0fe224b$export$d68d59712b04d9d1 } from "../../node_modules/.pnpm/@react-aria_collections@3.0.0-rc.7_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@react-aria/collections/dist/BaseCollection.js";
20
21
  import { ClearButton } from "../button/__internal__/clear.js";
21
- import { Options } from "../options/index.js";
22
22
  import "client-only";
23
23
  import { useCallback, useRef } from "react";
24
24
  import { clsx } from "@accelint/design-foundation/lib/utils";
@@ -101,6 +101,18 @@
101
101
  --trigger-width: initial; /* is inlined by react aria components on render */
102
102
  @apply -ml-s select-none;
103
103
  min-width: calc(var(--trigger-width) + (var(--spacing-s) * 2));
104
+
105
+ @variant motion-safe {
106
+ @variant entering {
107
+ animation: fade-enter var(--animation-duration-normal)
108
+ var(--animation-easing-decelerate) both;
109
+ }
110
+
111
+ @variant exiting {
112
+ animation: fade-exit var(--animation-duration-fast)
113
+ var(--animation-easing-accelerate) both;
114
+ }
115
+ }
104
116
  }
105
117
  }
106
118