@accelint/design-toolkit 9.1.1 → 9.3.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 (249) hide show
  1. package/README.md +15 -22
  2. package/catalog-info.yaml +4 -4
  3. package/dist/components/accordion/group.d.ts +2 -2
  4. package/dist/components/accordion/header.d.ts +2 -2
  5. package/dist/components/accordion/index.d.ts +2 -2
  6. package/dist/components/accordion/panel.d.ts +2 -2
  7. package/dist/components/action-bar/index.d.ts +8 -0
  8. package/dist/components/action-bar/index.js +8 -1
  9. package/dist/components/action-bar/index.js.map +1 -1
  10. package/dist/components/action-bar/styles.module.css +9 -1
  11. package/dist/components/action-bar/types.d.ts +1 -0
  12. package/dist/components/avatar/context.d.ts +4 -4
  13. package/dist/components/avatar/index.d.ts +2 -2
  14. package/dist/components/badge/context.d.ts +4 -4
  15. package/dist/components/badge/index.d.ts +2 -2
  16. package/dist/components/breadcrumbs/index.d.ts +2 -2
  17. package/dist/components/breadcrumbs/item.d.ts +2 -2
  18. package/dist/components/button/context.d.ts +8 -8
  19. package/dist/components/button/index.d.ts +2 -2
  20. package/dist/components/button/link.d.ts +2 -2
  21. package/dist/components/button/toggle.d.ts +2 -2
  22. package/dist/components/checkbox/context.d.ts +3 -3
  23. package/dist/components/checkbox/group.d.ts +2 -2
  24. package/dist/components/checkbox/index.d.ts +2 -2
  25. package/dist/components/chip/context.d.ts +4 -4
  26. package/dist/components/chip/deletable.d.ts +2 -2
  27. package/dist/components/chip/index.d.ts +2 -2
  28. package/dist/components/classification-badge/context.d.ts +4 -4
  29. package/dist/components/classification-badge/index.d.ts +2 -2
  30. package/dist/components/classification-banner/context.d.ts +4 -4
  31. package/dist/components/classification-banner/index.d.ts +2 -2
  32. package/dist/components/clock/index.d.ts +2 -2
  33. package/dist/components/color-picker/index.d.ts +2 -2
  34. package/dist/components/combobox-field/context.d.ts +4 -4
  35. package/dist/components/combobox-field/index.js +44 -37
  36. package/dist/components/combobox-field/index.js.map +1 -1
  37. package/dist/components/combobox-field/styles.module.css +5 -1
  38. package/dist/components/coordinate-field/context.d.ts +6 -6
  39. package/dist/components/coordinate-field/index.d.ts +2 -2
  40. package/dist/components/coordinate-field/index.js +3 -1
  41. package/dist/components/coordinate-field/index.js.map +1 -1
  42. package/dist/components/coordinate-field/segment.d.ts +3 -2
  43. package/dist/components/coordinate-field/segment.js +3 -1
  44. package/dist/components/coordinate-field/segment.js.map +1 -1
  45. package/dist/components/coordinate-field/styles.module.css +14 -0
  46. package/dist/components/coordinate-field/types.d.ts +2 -0
  47. package/dist/components/coordinate-field/types.js.map +1 -1
  48. package/dist/components/date-field/index.d.ts +3 -2
  49. package/dist/components/date-field/index.js +4 -2
  50. package/dist/components/date-field/index.js.map +1 -1
  51. package/dist/components/date-field/styles.module.css +4 -0
  52. package/dist/components/deferred-collection/index.d.ts +43 -0
  53. package/dist/components/deferred-collection/index.js +44 -0
  54. package/dist/components/deferred-collection/index.js.map +1 -0
  55. package/dist/components/deferred-collection/types.d.ts +26 -0
  56. package/dist/components/deferred-collection/types.js +12 -0
  57. package/dist/components/details-list/context.d.ts +4 -4
  58. package/dist/components/details-list/index.d.ts +2 -2
  59. package/dist/components/details-list/label.d.ts +2 -2
  60. package/dist/components/details-list/value.d.ts +2 -2
  61. package/dist/components/dialog/content.d.ts +2 -2
  62. package/dist/components/dialog/context.d.ts +2 -2
  63. package/dist/components/dialog/footer.d.ts +2 -2
  64. package/dist/components/dialog/index.d.ts +2 -2
  65. package/dist/components/dialog/title.d.ts +2 -2
  66. package/dist/components/divider/context.d.ts +4 -4
  67. package/dist/components/drawer/back.d.ts +2 -2
  68. package/dist/components/drawer/close.d.ts +2 -2
  69. package/dist/components/drawer/content.d.ts +2 -2
  70. package/dist/components/drawer/context.d.ts +2 -2
  71. package/dist/components/drawer/footer.d.ts +2 -2
  72. package/dist/components/drawer/header-title.d.ts +2 -2
  73. package/dist/components/drawer/header.d.ts +2 -2
  74. package/dist/components/drawer/index.d.ts +2 -2
  75. package/dist/components/drawer/layout-main.d.ts +2 -2
  76. package/dist/components/drawer/layout.d.ts +2 -2
  77. package/dist/components/drawer/menu-item.d.ts +2 -2
  78. package/dist/components/drawer/menu.d.ts +2 -2
  79. package/dist/components/drawer/panel.d.ts +2 -2
  80. package/dist/components/drawer/styles.module.css +2 -2
  81. package/dist/components/drawer/trigger.d.ts +2 -2
  82. package/dist/components/drawer/view.d.ts +2 -2
  83. package/dist/components/flashcard/index.d.ts +9 -9
  84. package/dist/components/hero/context.d.ts +2 -2
  85. package/dist/components/hero/index.d.ts +2 -2
  86. package/dist/components/hero/subtitle.d.ts +2 -2
  87. package/dist/components/hero/title.d.ts +2 -2
  88. package/dist/components/hotkey/context.d.ts +4 -4
  89. package/dist/components/hotkey/index.d.ts +2 -2
  90. package/dist/components/hotkey/set.d.ts +2 -2
  91. package/dist/components/icon/context.d.ts +4 -4
  92. package/dist/components/icon/index.d.ts +2 -2
  93. package/dist/components/input/context.d.ts +2 -2
  94. package/dist/components/input/index.d.ts +2 -2
  95. package/dist/components/input/index.js +3 -2
  96. package/dist/components/input/index.js.map +1 -1
  97. package/dist/components/input/styles.module.css +5 -1
  98. package/dist/components/kanban/card-body.d.ts +2 -2
  99. package/dist/components/kanban/card-header-actions.d.ts +2 -2
  100. package/dist/components/kanban/card-header-title.d.ts +2 -2
  101. package/dist/components/kanban/card-header.d.ts +2 -2
  102. package/dist/components/kanban/card.d.ts +2 -2
  103. package/dist/components/kanban/column-actions.d.ts +2 -2
  104. package/dist/components/kanban/column-container.d.ts +2 -2
  105. package/dist/components/kanban/column-content.d.ts +2 -2
  106. package/dist/components/kanban/column-header-actions.d.ts +2 -2
  107. package/dist/components/kanban/column-header-drag-handle.d.ts +2 -2
  108. package/dist/components/kanban/column-header-title.d.ts +2 -2
  109. package/dist/components/kanban/column-header.d.ts +2 -2
  110. package/dist/components/kanban/column.d.ts +2 -2
  111. package/dist/components/kanban/context.d.ts +2 -2
  112. package/dist/components/kanban/header-actions.d.ts +2 -2
  113. package/dist/components/kanban/header-search.d.ts +2 -2
  114. package/dist/components/kanban/header-title.d.ts +2 -2
  115. package/dist/components/kanban/header.d.ts +2 -2
  116. package/dist/components/kanban/kanban.d.ts +4 -4
  117. package/dist/components/label/context.d.ts +2 -2
  118. package/dist/components/label/index.d.ts +2 -2
  119. package/dist/components/lines/index.d.ts +2 -2
  120. package/dist/components/link/context.d.ts +2 -2
  121. package/dist/components/link/index.d.ts +2 -2
  122. package/dist/components/list/context.d.ts +23 -0
  123. package/dist/components/list/context.js +32 -0
  124. package/dist/components/list/context.js.map +1 -0
  125. package/dist/components/list/index.d.ts +44 -0
  126. package/dist/components/list/index.js +63 -0
  127. package/dist/components/list/index.js.map +1 -0
  128. package/dist/components/list/item-content.d.ts +36 -0
  129. package/dist/components/list/item-content.js +43 -0
  130. package/dist/components/list/item-content.js.map +1 -0
  131. package/dist/components/list/item-description.d.ts +34 -0
  132. package/dist/components/list/item-description.js +43 -0
  133. package/dist/components/list/item-description.js.map +1 -0
  134. package/dist/components/list/item-title.d.ts +34 -0
  135. package/dist/components/list/item-title.js +43 -0
  136. package/dist/components/list/item-title.js.map +1 -0
  137. package/dist/components/list/item.d.ts +44 -0
  138. package/dist/components/list/item.js +52 -0
  139. package/dist/components/list/item.js.map +1 -0
  140. package/dist/components/list/styles.module.css +95 -0
  141. package/dist/components/list/types.d.ts +33 -0
  142. package/dist/components/list/types.js +12 -0
  143. package/dist/components/menu/context.d.ts +2 -2
  144. package/dist/components/menu/index.d.ts +2 -2
  145. package/dist/components/menu/item-description.d.ts +2 -2
  146. package/dist/components/menu/item-label.d.ts +2 -2
  147. package/dist/components/menu/item.d.ts +2 -2
  148. package/dist/components/menu/section.d.ts +2 -2
  149. package/dist/components/menu/separator.d.ts +2 -2
  150. package/dist/components/menu/styles.module.css +62 -46
  151. package/dist/components/menu/submenu.d.ts +2 -2
  152. package/dist/components/notice/index.d.ts +2 -2
  153. package/dist/components/notice/list.d.ts +2 -2
  154. package/dist/components/notice/notice-icon.d.ts +2 -2
  155. package/dist/components/options/context.d.ts +2 -2
  156. package/dist/components/options/index.d.ts +2 -2
  157. package/dist/components/options/item-content.d.ts +2 -2
  158. package/dist/components/options/item-description.d.ts +2 -2
  159. package/dist/components/options/item-label.d.ts +2 -2
  160. package/dist/components/options/item.d.ts +2 -2
  161. package/dist/components/options/section.d.ts +2 -2
  162. package/dist/components/pagination/context.d.ts +2 -2
  163. package/dist/components/pagination/index.d.ts +2 -2
  164. package/dist/components/pagination/next.d.ts +2 -2
  165. package/dist/components/pagination/pages.d.ts +2 -2
  166. package/dist/components/pagination/prev.d.ts +2 -2
  167. package/dist/components/popover/content.d.ts +2 -2
  168. package/dist/components/popover/footer.d.ts +2 -2
  169. package/dist/components/popover/index.d.ts +2 -2
  170. package/dist/components/popover/title.d.ts +2 -2
  171. package/dist/components/popover/trigger.d.ts +2 -2
  172. package/dist/components/query-builder/action-element.d.ts +2 -2
  173. package/dist/components/query-builder/actions.d.ts +4 -4
  174. package/dist/components/query-builder/combinator-selector.d.ts +2 -2
  175. package/dist/components/query-builder/index.d.ts +2 -2
  176. package/dist/components/query-builder/rule-group.d.ts +4 -4
  177. package/dist/components/query-builder/rule.d.ts +2 -2
  178. package/dist/components/query-builder/value-editor.d.ts +2 -2
  179. package/dist/components/query-builder/value-selector.d.ts +2 -2
  180. package/dist/components/radio/context.d.ts +2 -2
  181. package/dist/components/radio/group.d.ts +2 -2
  182. package/dist/components/radio/index.d.ts +2 -2
  183. package/dist/components/search-field/context.d.ts +4 -4
  184. package/dist/components/search-field/index.d.ts +2 -2
  185. package/dist/components/select-field/context.d.ts +4 -4
  186. package/dist/components/select-field/index.d.ts +2 -2
  187. package/dist/components/select-field/index.js +10 -4
  188. package/dist/components/select-field/index.js.map +1 -1
  189. package/dist/components/select-field/styles.module.css +4 -0
  190. package/dist/components/select-field/types.d.ts +1 -0
  191. package/dist/components/sidenav/avatar.d.ts +2 -2
  192. package/dist/components/sidenav/content.d.ts +2 -2
  193. package/dist/components/sidenav/context.d.ts +2 -2
  194. package/dist/components/sidenav/footer.d.ts +2 -2
  195. package/dist/components/sidenav/header.d.ts +2 -2
  196. package/dist/components/sidenav/index.d.ts +2 -2
  197. package/dist/components/sidenav/item.d.ts +2 -2
  198. package/dist/components/sidenav/link.d.ts +2 -2
  199. package/dist/components/sidenav/menu-item.d.ts +2 -2
  200. package/dist/components/sidenav/menu.d.ts +2 -2
  201. package/dist/components/sidenav/trigger.d.ts +2 -2
  202. package/dist/components/skeleton/index.d.ts +2 -2
  203. package/dist/components/slider/index.d.ts +2 -2
  204. package/dist/components/switch/context.d.ts +4 -4
  205. package/dist/components/switch/index.d.ts +2 -2
  206. package/dist/components/table/body.d.ts +2 -2
  207. package/dist/components/table/cell.d.ts +2 -2
  208. package/dist/components/table/context.d.ts +2 -2
  209. package/dist/components/table/header-cell.d.ts +2 -2
  210. package/dist/components/table/header.d.ts +2 -2
  211. package/dist/components/table/index.d.ts +2 -2
  212. package/dist/components/table/row.d.ts +2 -2
  213. package/dist/components/tabs/context.d.ts +4 -4
  214. package/dist/components/tabs/index.d.ts +2 -2
  215. package/dist/components/tabs/list.d.ts +2 -2
  216. package/dist/components/tabs/panel.d.ts +2 -2
  217. package/dist/components/tabs/tab.d.ts +2 -2
  218. package/dist/components/text-area-field/context.d.ts +4 -4
  219. package/dist/components/text-area-field/index.d.ts +2 -2
  220. package/dist/components/text-area-field/styles.module.css +4 -0
  221. package/dist/components/text-field/context.d.ts +4 -4
  222. package/dist/components/text-field/index.d.ts +2 -2
  223. package/dist/components/time-field/index.d.ts +3 -2
  224. package/dist/components/time-field/index.js +4 -2
  225. package/dist/components/time-field/index.js.map +1 -1
  226. package/dist/components/time-field/styles.module.css +5 -2
  227. package/dist/components/tooltip/context.d.ts +2 -2
  228. package/dist/components/tooltip/index.d.ts +2 -2
  229. package/dist/components/tooltip/trigger.d.ts +2 -2
  230. package/dist/components/tree/context.d.ts +3 -3
  231. package/dist/components/tree/index.d.ts +2 -2
  232. package/dist/components/tree/item-actions.d.ts +2 -2
  233. package/dist/components/tree/item-content.d.ts +2 -2
  234. package/dist/components/tree/item-description.d.ts +2 -2
  235. package/dist/components/tree/item-label.d.ts +2 -2
  236. package/dist/components/tree/item-prefix-icon.d.ts +2 -2
  237. package/dist/components/tree/item.d.ts +2 -2
  238. package/dist/components/view-stack/context.d.ts +2 -2
  239. package/dist/components/view-stack/index.d.ts +2 -2
  240. package/dist/components/view-stack/trigger.d.ts +2 -2
  241. package/dist/components/view-stack/view.d.ts +2 -2
  242. package/dist/hooks/use-frame-delay/index.d.ts +38 -0
  243. package/dist/hooks/use-frame-delay/index.js +61 -0
  244. package/dist/hooks/use-frame-delay/index.js.map +1 -0
  245. package/dist/index.d.ts +11 -1
  246. package/dist/index.js +9 -1
  247. package/dist/providers/portal.d.ts +2 -2
  248. package/dist/providers/theme-provider.d.ts +2 -2
  249. package/package.json +19 -9
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["AriaTimeField","Label","isDisabled","AriaDateInput","AriaText"],"sources":["../../../src/components/time-field/index.tsx"],"sourcesContent":["/*\n * Copyright 2025 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'use client';\n\nimport 'client-only';\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport { Time } from '@accelint/icons';\nimport {\n DateInput as AriaDateInput,\n Text as AriaText,\n TimeField as AriaTimeField,\n composeRenderProps,\n DateSegment,\n FieldError,\n type TimeValue,\n} from 'react-aria-components';\nimport { Icon } from '../icon';\nimport { Label } from '../label';\nimport styles from './styles.module.css';\nimport type { TimeFieldProps } from './types';\n\n/**\n * TimeField - Form input for time values\n *\n * A time input field with configurable granularity and size, built on React\n * Aria components and suitable for forms requiring time entry.\n *\n * @example\n * <TimeField label=\"Time\" granularity=\"second\" />\n */\nexport function TimeField<T extends TimeValue>({\n classNames,\n description: descriptionProp,\n errorMessage: errorMessageProp,\n granularity = 'second',\n hourCycle = 24,\n inputProps,\n label: labelProp,\n shouldForceLeadingZeros = true,\n size = 'medium',\n isDisabled,\n isInvalid: isInvalidProp,\n isRequired,\n ...rest\n}: TimeFieldProps<T>) {\n const errorMessage = errorMessageProp || null; // Protect against empty string\n const isSmall = size === 'small';\n\n return (\n <AriaTimeField<T>\n {...rest}\n className={composeRenderProps(classNames?.field, (className) =>\n clsx('group/time-field', styles.field, className),\n )}\n granularity={granularity}\n hourCycle={hourCycle}\n shouldForceLeadingZeros={shouldForceLeadingZeros}\n isDisabled={isDisabled}\n isInvalid={isInvalidProp || (errorMessage ? true : undefined)} // Leave uncontrolled if possible to fallback to validation state\n isRequired={isRequired}\n aria-label={labelProp}\n data-size={size}\n >\n {(\n { isDisabled }, // Rely on internal state, not props, since state could differ from props\n ) => (\n <>\n {!isSmall && labelProp && (\n <Label\n className={clsx(styles.label, classNames?.label)}\n isDisabled={isDisabled}\n isRequired={isRequired}\n >\n {labelProp}\n </Label>\n )}\n <div className={clsx(styles.control, classNames?.control)}>\n {size === 'medium' && (\n <Icon>\n <Time />\n </Icon>\n )}\n <AriaDateInput\n {...inputProps}\n className={composeRenderProps(classNames?.input, (className) =>\n clsx(styles.input, className),\n )}\n >\n {(segmentProp) => (\n <DateSegment\n segment={segmentProp}\n className={composeRenderProps(\n classNames?.segment,\n (className) => clsx(styles.segment, className),\n )}\n />\n )}\n </AriaDateInput>\n <span>Z</span>\n </div>\n {descriptionProp && !(isSmall || isInvalidProp) && !errorMessage && (\n <AriaText\n slot='description'\n className={clsx(styles.description, classNames?.description)}\n >\n {descriptionProp}\n </AriaText>\n )}\n <FieldError\n className={composeRenderProps(classNames?.error, (className) =>\n clsx(styles.error, className),\n )}\n >\n {errorMessage}\n </FieldError>\n </>\n )}\n </AriaTimeField>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuCA,SAAgB,UAA+B,EAC7C,YACA,aAAa,iBACb,cAAc,kBACd,cAAc,UACd,YAAY,IACZ,YACA,OAAO,WACP,0BAA0B,MAC1B,OAAO,UACP,YACA,WAAW,eACX,YACA,GAAG,QACiB;CACpB,MAAM,eAAe,oBAAoB;CACzC,MAAM,UAAU,SAAS;AAEzB,QACE,oBAACA;EACC,GAAI;EACJ,WAAW,mBAAmB,YAAY,QAAQ,cAChD,KAAK,oBAAoB,OAAO,OAAO,UAAU,CAClD;EACY;EACF;EACc;EACb;EACZ,WAAW,kBAAkB,eAAe,OAAO;EACvC;EACZ,cAAY;EACZ,aAAW;aAGT,EAAE,+BAEF;GACG,CAAC,WAAW,aACX,oBAACC;IACC,WAAW,KAAK,OAAO,OAAO,YAAY,MAAM;IAChD,YAAYC;IACA;cAEX;KACK;GAEV,qBAAC;IAAI,WAAW,KAAK,OAAO,SAAS,YAAY,QAAQ;;KACtD,SAAS,YACR,oBAAC,kBACC,oBAAC,SAAO,GACH;KAET,oBAACC;MACC,GAAI;MACJ,WAAW,mBAAmB,YAAY,QAAQ,cAChD,KAAK,OAAO,OAAO,UAAU,CAC9B;iBAEC,gBACA,oBAAC;OACC,SAAS;OACT,WAAW,mBACT,YAAY,UACX,cAAc,KAAK,OAAO,SAAS,UAAU,CAC/C;QACD;OAEU;KAChB,oBAAC,oBAAK,MAAQ;;KACV;GACL,mBAAmB,EAAE,WAAW,kBAAkB,CAAC,gBAClD,oBAACC;IACC,MAAK;IACL,WAAW,KAAK,OAAO,aAAa,YAAY,YAAY;cAE3D;KACQ;GAEb,oBAAC;IACC,WAAW,mBAAmB,YAAY,QAAQ,cAChD,KAAK,OAAO,OAAO,UAAU,CAC9B;cAEA;KACU;MACZ;GAES"}
1
+ {"version":3,"file":"index.js","names":["AriaTimeField","Label","isDisabled","AriaDateInput","AriaText"],"sources":["../../../src/components/time-field/index.tsx"],"sourcesContent":["/*\n * Copyright 2025 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'use client';\n\nimport 'client-only';\nimport { clsx } from '@accelint/design-foundation/lib/utils';\nimport { Time } from '@accelint/icons';\nimport {\n DateInput as AriaDateInput,\n Text as AriaText,\n TimeField as AriaTimeField,\n composeRenderProps,\n DateSegment,\n FieldError,\n type TimeValue,\n} from 'react-aria-components';\nimport { Icon } from '../icon';\nimport { Label } from '../label';\nimport styles from './styles.module.css';\nimport type { TimeFieldProps } from './types';\n\n/**\n * TimeField - Form input for time values\n *\n * A time input field with configurable granularity and size, built on React\n * Aria components and suitable for forms requiring time entry.\n *\n * @example\n * <TimeField label=\"Time\" granularity=\"second\" />\n */\nexport function TimeField<T extends TimeValue>({\n classNames,\n description: descriptionProp,\n errorMessage: errorMessageProp,\n granularity = 'second',\n hourCycle = 24,\n inputProps,\n label: labelProp,\n shouldForceLeadingZeros = true,\n size = 'medium',\n isDisabled,\n isInvalid: isInvalidProp,\n isRequired,\n isReadOnly = false,\n ...rest\n}: TimeFieldProps<T>) {\n const errorMessage = errorMessageProp || null; // Protect against empty string\n const isSmall = size === 'small';\n\n return (\n <AriaTimeField<T>\n {...rest}\n className={composeRenderProps(classNames?.field, (className) =>\n clsx('group/time-field', styles.field, className),\n )}\n granularity={granularity}\n hourCycle={hourCycle}\n shouldForceLeadingZeros={shouldForceLeadingZeros}\n isDisabled={isDisabled}\n isInvalid={isInvalidProp || (errorMessage ? true : undefined)} // Leave uncontrolled if possible to fallback to validation state\n isRequired={isRequired}\n isReadOnly={isReadOnly}\n aria-label={labelProp}\n data-size={size}\n >\n {(\n { isDisabled }, // Rely on internal state, not props, since state could differ from props\n ) => (\n <>\n {!isSmall && labelProp && (\n <Label\n className={clsx(styles.label, classNames?.label)}\n isDisabled={isDisabled}\n isRequired={isRequired}\n >\n {labelProp}\n </Label>\n )}\n <div\n className={clsx(styles.control, classNames?.control)}\n data-readonly={isReadOnly || null}\n >\n {!isReadOnly && size === 'medium' && (\n <Icon>\n <Time />\n </Icon>\n )}\n <AriaDateInput\n {...inputProps}\n className={composeRenderProps(classNames?.input, (className) =>\n clsx(styles.input, className),\n )}\n >\n {(segmentProp) => (\n <DateSegment\n segment={segmentProp}\n className={composeRenderProps(\n classNames?.segment,\n (className) => clsx(styles.segment, className),\n )}\n />\n )}\n </AriaDateInput>\n <span>Z</span>\n </div>\n {descriptionProp && !(isSmall || isInvalidProp) && !errorMessage && (\n <AriaText\n slot='description'\n className={clsx(styles.description, classNames?.description)}\n >\n {descriptionProp}\n </AriaText>\n )}\n <FieldError\n className={composeRenderProps(classNames?.error, (className) =>\n clsx(styles.error, className),\n )}\n >\n {errorMessage}\n </FieldError>\n </>\n )}\n </AriaTimeField>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuCA,SAAgB,UAA+B,EAC7C,YACA,aAAa,iBACb,cAAc,kBACd,cAAc,UACd,YAAY,IACZ,YACA,OAAO,WACP,0BAA0B,MAC1B,OAAO,UACP,YACA,WAAW,eACX,YACA,aAAa,OACb,GAAG,QACiB;CACpB,MAAM,eAAe,oBAAoB;CACzC,MAAM,UAAU,SAAS;AAEzB,QACE,oBAACA;EACC,GAAI;EACJ,WAAW,mBAAmB,YAAY,QAAQ,cAChD,KAAK,oBAAoB,OAAO,OAAO,UAAU,CAClD;EACY;EACF;EACc;EACb;EACZ,WAAW,kBAAkB,eAAe,OAAO;EACvC;EACA;EACZ,cAAY;EACZ,aAAW;aAGT,EAAE,+BAEF;GACG,CAAC,WAAW,aACX,oBAACC;IACC,WAAW,KAAK,OAAO,OAAO,YAAY,MAAM;IAChD,YAAYC;IACA;cAEX;KACK;GAEV,qBAAC;IACC,WAAW,KAAK,OAAO,SAAS,YAAY,QAAQ;IACpD,iBAAe,cAAc;;KAE5B,CAAC,cAAc,SAAS,YACvB,oBAAC,kBACC,oBAAC,SAAO,GACH;KAET,oBAACC;MACC,GAAI;MACJ,WAAW,mBAAmB,YAAY,QAAQ,cAChD,KAAK,OAAO,OAAO,UAAU,CAC9B;iBAEC,gBACA,oBAAC;OACC,SAAS;OACT,WAAW,mBACT,YAAY,UACX,cAAc,KAAK,OAAO,SAAS,UAAU,CAC/C;QACD;OAEU;KAChB,oBAAC,oBAAK,MAAQ;;KACV;GACL,mBAAmB,EAAE,WAAW,kBAAkB,CAAC,gBAClD,oBAACC;IACC,MAAK;IACL,WAAW,KAAK,OAAO,aAAa,YAAY,YAAY;cAE3D;KACQ;GAEb,oBAAC;IACC,WAAW,mBAAmB,YAAY,QAAQ,cAChD,KAAK,OAAO,OAAO,UAAU,CAC9B;cAEA;KACU;MACZ;GAES"}
@@ -18,7 +18,7 @@
18
18
  }
19
19
 
20
20
  .control {
21
- @apply gap-xs rounded-medium px-s py-xs font-display outline-interactive fg-primary-bold flex w-full items-center outline;
21
+ @apply gap-xs rounded-medium px-s py-xs font-display fg-primary-bold outline-interactive flex w-full items-center outline;
22
22
 
23
23
  @variant group-size-medium/time-field {
24
24
  @apply text-body-s;
@@ -35,7 +35,6 @@
35
35
  @variant focus-visible-within {
36
36
  @apply outline-accent-primary-bold;
37
37
  }
38
-
39
38
  @variant group-invalid/time-field {
40
39
  @apply outline-serious-bold;
41
40
  }
@@ -43,6 +42,10 @@
43
42
  @variant group-disabled/time-field {
44
43
  @apply fg-disabled outline-interactive-disabled;
45
44
  }
45
+
46
+ @variant read-only {
47
+ @apply px-0 outline-none;
48
+ }
46
49
  }
47
50
 
48
51
  .input {
@@ -12,11 +12,11 @@
12
12
 
13
13
  import { TooltipTriggerProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react39 from "react";
15
+ import * as react32 from "react";
16
16
  import { ContextValue } from "react-aria-components";
17
17
 
18
18
  //#region src/components/tooltip/context.d.ts
19
- declare const TooltipContext: react39.Context<ContextValue<TooltipTriggerProps, HTMLDivElement>>;
19
+ declare const TooltipContext: react32.Context<ContextValue<TooltipTriggerProps, HTMLDivElement>>;
20
20
  //#endregion
21
21
  export { TooltipContext };
22
22
  //# sourceMappingURL=context.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { TooltipProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime153 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime102 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/tooltip/index.d.ts
18
18
 
@@ -59,7 +59,7 @@ declare function Tooltip({
59
59
  offset,
60
60
  placement,
61
61
  ...props
62
- }: TooltipProps): react_jsx_runtime153.JSX.Element;
62
+ }: TooltipProps): react_jsx_runtime102.JSX.Element;
63
63
  //#endregion
64
64
  export { Tooltip };
65
65
  //# sourceMappingURL=index.d.ts.map
@@ -12,13 +12,13 @@
12
12
 
13
13
  import { TooltipTriggerProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime155 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime104 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/tooltip/trigger.d.ts
18
18
  declare function TooltipTrigger({
19
19
  ref,
20
20
  ...props
21
- }: TooltipTriggerProps): react_jsx_runtime155.JSX.Element;
21
+ }: TooltipTriggerProps): react_jsx_runtime104.JSX.Element;
22
22
  //#endregion
23
23
  export { TooltipTrigger };
24
24
  //# sourceMappingURL=trigger.d.ts.map
@@ -12,17 +12,17 @@
12
12
 
13
13
  import { TreeContextValue, TreeItemContextValue } from "./types.js";
14
14
  import "client-only";
15
- import * as react41 from "react";
15
+ import * as react34 from "react";
16
16
 
17
17
  //#region src/components/tree/context.d.ts
18
18
  /**
19
19
  * Context for Tree component
20
20
  */
21
- declare const TreeContext: react41.Context<TreeContextValue>;
21
+ declare const TreeContext: react34.Context<TreeContextValue>;
22
22
  /**
23
23
  * Context for TreeItem component
24
24
  */
25
- declare const TreeItemContext: react41.Context<TreeItemContextValue>;
25
+ declare const TreeItemContext: react34.Context<TreeItemContextValue>;
26
26
  //#endregion
27
27
  export { TreeContext, TreeItemContext };
28
28
  //# sourceMappingURL=context.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { TreeProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime159 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime118 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/tree/index.d.ts
18
18
 
@@ -53,7 +53,7 @@ declare function Tree<T>({
53
53
  onVisibilityChange,
54
54
  onSelectionChange,
55
55
  ...rest
56
- }: TreeProps<T>): react_jsx_runtime159.JSX.Element;
56
+ }: TreeProps<T>): react_jsx_runtime118.JSX.Element;
57
57
  //#endregion
58
58
  export { Tree };
59
59
  //# sourceMappingURL=index.d.ts.map
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  import { PropsWithChildren } from "react";
14
- import * as react_jsx_runtime160 from "react/jsx-runtime";
14
+ import * as react_jsx_runtime120 from "react/jsx-runtime";
15
15
 
16
16
  //#region src/components/tree/item-actions.d.ts
17
17
  /**
@@ -24,7 +24,7 @@ declare function TreeItemActions({
24
24
  className
25
25
  }: PropsWithChildren & {
26
26
  className?: string;
27
- }): react_jsx_runtime160.JSX.Element;
27
+ }): react_jsx_runtime120.JSX.Element;
28
28
  //#endregion
29
29
  export { TreeItemActions };
30
30
  //# sourceMappingURL=item-actions.d.ts.map
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  import { TreeItemContentProps } from "./types.js";
14
- import * as react_jsx_runtime161 from "react/jsx-runtime";
14
+ import * as react_jsx_runtime122 from "react/jsx-runtime";
15
15
 
16
16
  //#region src/components/tree/item-content.d.ts
17
17
  /**
@@ -21,7 +21,7 @@ import * as react_jsx_runtime161 from "react/jsx-runtime";
21
21
  */
22
22
  declare function TreeItemContent({
23
23
  children
24
- }: TreeItemContentProps): react_jsx_runtime161.JSX.Element;
24
+ }: TreeItemContentProps): react_jsx_runtime122.JSX.Element;
25
25
  //#endregion
26
26
  export { TreeItemContent };
27
27
  //# sourceMappingURL=item-content.d.ts.map
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  import { TextProps } from "react-aria-components";
14
- import * as react_jsx_runtime163 from "react/jsx-runtime";
14
+ import * as react_jsx_runtime124 from "react/jsx-runtime";
15
15
 
16
16
  //#region src/components/tree/item-description.d.ts
17
17
  /**
@@ -22,7 +22,7 @@ import * as react_jsx_runtime163 from "react/jsx-runtime";
22
22
  declare function TreeItemDescription({
23
23
  children,
24
24
  className
25
- }: TextProps): react_jsx_runtime163.JSX.Element | null;
25
+ }: TextProps): react_jsx_runtime124.JSX.Element | null;
26
26
  //#endregion
27
27
  export { TreeItemDescription };
28
28
  //# sourceMappingURL=item-description.d.ts.map
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  import { TextProps } from "react-aria-components";
14
- import * as react_jsx_runtime165 from "react/jsx-runtime";
14
+ import * as react_jsx_runtime125 from "react/jsx-runtime";
15
15
 
16
16
  //#region src/components/tree/item-label.d.ts
17
17
  /**
@@ -22,7 +22,7 @@ import * as react_jsx_runtime165 from "react/jsx-runtime";
22
22
  declare function TreeItemLabel({
23
23
  children,
24
24
  className
25
- }: TextProps): react_jsx_runtime165.JSX.Element;
25
+ }: TextProps): react_jsx_runtime125.JSX.Element;
26
26
  //#endregion
27
27
  export { TreeItemLabel };
28
28
  //# sourceMappingURL=item-label.d.ts.map
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  import { IconProps } from "../icon/types.js";
14
- import * as react_jsx_runtime166 from "react/jsx-runtime";
14
+ import * as react_jsx_runtime113 from "react/jsx-runtime";
15
15
 
16
16
  //#region src/components/tree/item-prefix-icon.d.ts
17
17
  /**
@@ -22,7 +22,7 @@ import * as react_jsx_runtime166 from "react/jsx-runtime";
22
22
  declare function TreeItemPrefixIcon({
23
23
  children,
24
24
  className
25
- }: IconProps): react_jsx_runtime166.JSX.Element;
25
+ }: IconProps): react_jsx_runtime113.JSX.Element;
26
26
  //#endregion
27
27
  export { TreeItemPrefixIcon };
28
28
  //# sourceMappingURL=item-prefix-icon.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { TreeItemProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime168 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime172 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/tree/item.d.ts
18
18
  /**
@@ -24,7 +24,7 @@ declare function TreeItem({
24
24
  className,
25
25
  id,
26
26
  ...rest
27
- }: TreeItemProps): react_jsx_runtime168.JSX.Element;
27
+ }: TreeItemProps): react_jsx_runtime172.JSX.Element;
28
28
  //#endregion
29
29
  export { TreeItem };
30
30
  //# sourceMappingURL=item.d.ts.map
@@ -12,14 +12,14 @@
12
12
 
13
13
  import { ViewStackContextValue } from "./types.js";
14
14
  import "client-only";
15
- import * as react45 from "react";
15
+ import * as react31 from "react";
16
16
  import { UniqueId } from "@accelint/core";
17
17
 
18
18
  //#region src/components/view-stack/context.d.ts
19
19
  /**
20
20
  * Context for ViewStack component
21
21
  */
22
- declare const ViewStackContext: react45.Context<ViewStackContextValue>;
22
+ declare const ViewStackContext: react31.Context<ViewStackContextValue>;
23
23
  /**
24
24
  * Event handlers for ViewStack events
25
25
  */
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { ViewStackProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime170 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime114 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/view-stack/index.d.ts
18
18
 
@@ -55,7 +55,7 @@ declare function ViewStack({
55
55
  children,
56
56
  defaultView,
57
57
  onChange
58
- }: ViewStackProps): react_jsx_runtime170.JSX.Element;
58
+ }: ViewStackProps): react_jsx_runtime114.JSX.Element;
59
59
  //#endregion
60
60
  export { ViewStack };
61
61
  //# sourceMappingURL=index.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { ViewStackTriggerProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime171 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime116 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/view-stack/trigger.d.ts
18
18
  /**
@@ -23,7 +23,7 @@ import * as react_jsx_runtime171 from "react/jsx-runtime";
23
23
  declare function ViewStackTrigger({
24
24
  children,
25
25
  for: types
26
- }: ViewStackTriggerProps): react_jsx_runtime171.JSX.Element;
26
+ }: ViewStackTriggerProps): react_jsx_runtime116.JSX.Element;
27
27
  //#endregion
28
28
  export { ViewStackTrigger };
29
29
  //# sourceMappingURL=trigger.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import { ViewStackViewProps } from "./types.js";
14
14
  import "client-only";
15
- import * as react_jsx_runtime172 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime117 from "react/jsx-runtime";
16
16
 
17
17
  //#region src/components/view-stack/view.d.ts
18
18
  /**
@@ -23,7 +23,7 @@ import * as react_jsx_runtime172 from "react/jsx-runtime";
23
23
  declare function ViewStackView({
24
24
  id,
25
25
  children
26
- }: ViewStackViewProps): react_jsx_runtime172.JSX.Element | null;
26
+ }: ViewStackViewProps): react_jsx_runtime117.JSX.Element | null;
27
27
  //#endregion
28
28
  export { ViewStackView };
29
29
  //# sourceMappingURL=view.d.ts.map
@@ -0,0 +1,38 @@
1
+ //#region src/hooks/use-frame-delay/index.d.ts
2
+ interface UseFrameDelayOptions {
3
+ /** Number of animation frames to wait (default: 2) */
4
+ frames?: number;
5
+ /** Callback fired when delay completes */
6
+ onReady?: () => void;
7
+ }
8
+ interface UseFrameDelayResult {
9
+ /** Whether the delay has completed */
10
+ isReady: boolean;
11
+ }
12
+ /**
13
+ * Delays execution by a specified number of animation frames.
14
+ *
15
+ * Useful for deferring expensive renders to allow the browser to paint
16
+ * a loading state first.
17
+ *
18
+ * @example
19
+ * ```tsx
20
+ * // Pattern 1: Reactive
21
+ * function DeferredContent() {
22
+ * const { isReady } = useFrameDelay();
23
+ * if (!isReady) return <Fallback />;
24
+ * return <ExpensiveContent />;
25
+ * }
26
+ *
27
+ * // Pattern 2: Callback
28
+ * function WithCallback() {
29
+ * const [loaded, setLoaded] = useState(false);
30
+ * useFrameDelay({ onReady: () => setLoaded(true) });
31
+ * return loaded ? <Content /> : <Loading />;
32
+ * }
33
+ * ```
34
+ */
35
+ declare function useFrameDelay(options?: UseFrameDelayOptions): UseFrameDelayResult;
36
+ //#endregion
37
+ export { UseFrameDelayOptions, UseFrameDelayResult, useFrameDelay };
38
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,61 @@
1
+ /*
2
+ * Copyright 2025 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
+ import { useEffect, useState } from "react";
15
+
16
+ //#region src/hooks/use-frame-delay/index.ts
17
+ /**
18
+ * Delays execution by a specified number of animation frames.
19
+ *
20
+ * Useful for deferring expensive renders to allow the browser to paint
21
+ * a loading state first.
22
+ *
23
+ * @example
24
+ * ```tsx
25
+ * // Pattern 1: Reactive
26
+ * function DeferredContent() {
27
+ * const { isReady } = useFrameDelay();
28
+ * if (!isReady) return <Fallback />;
29
+ * return <ExpensiveContent />;
30
+ * }
31
+ *
32
+ * // Pattern 2: Callback
33
+ * function WithCallback() {
34
+ * const [loaded, setLoaded] = useState(false);
35
+ * useFrameDelay({ onReady: () => setLoaded(true) });
36
+ * return loaded ? <Content /> : <Loading />;
37
+ * }
38
+ * ```
39
+ */
40
+ function useFrameDelay(options = {}) {
41
+ const { frames = 2, onReady } = options;
42
+ const [isReady, setIsReady] = useState(false);
43
+ useEffect(() => {
44
+ let frameCount = 0;
45
+ let animationId;
46
+ const tick = () => {
47
+ frameCount++;
48
+ if (frameCount >= frames) {
49
+ setIsReady(true);
50
+ onReady?.();
51
+ } else animationId = requestAnimationFrame(tick);
52
+ };
53
+ animationId = requestAnimationFrame(tick);
54
+ return () => cancelAnimationFrame(animationId);
55
+ }, [frames, onReady]);
56
+ return { isReady };
57
+ }
58
+
59
+ //#endregion
60
+ export { useFrameDelay };
61
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["animationId: number"],"sources":["../../../src/hooks/use-frame-delay/index.ts"],"sourcesContent":["/*\n * Copyright 2025 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\nimport { useEffect, useState } from 'react';\n\nexport interface UseFrameDelayOptions {\n /** Number of animation frames to wait (default: 2) */\n frames?: number;\n /** Callback fired when delay completes */\n onReady?: () => void;\n}\n\nexport interface UseFrameDelayResult {\n /** Whether the delay has completed */\n isReady: boolean;\n}\n\n/**\n * Delays execution by a specified number of animation frames.\n *\n * Useful for deferring expensive renders to allow the browser to paint\n * a loading state first.\n *\n * @example\n * ```tsx\n * // Pattern 1: Reactive\n * function DeferredContent() {\n * const { isReady } = useFrameDelay();\n * if (!isReady) return <Fallback />;\n * return <ExpensiveContent />;\n * }\n *\n * // Pattern 2: Callback\n * function WithCallback() {\n * const [loaded, setLoaded] = useState(false);\n * useFrameDelay({ onReady: () => setLoaded(true) });\n * return loaded ? <Content /> : <Loading />;\n * }\n * ```\n */\nexport function useFrameDelay(\n options: UseFrameDelayOptions = {},\n): UseFrameDelayResult {\n const { frames = 2, onReady } = options;\n const [isReady, setIsReady] = useState(false);\n\n useEffect(() => {\n let frameCount = 0;\n let animationId: number;\n\n const tick = () => {\n frameCount++;\n if (frameCount >= frames) {\n setIsReady(true);\n onReady?.();\n } else {\n animationId = requestAnimationFrame(tick);\n }\n };\n\n animationId = requestAnimationFrame(tick);\n return () => cancelAnimationFrame(animationId);\n }, [frames, onReady]);\n\n return { isReady };\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiDA,SAAgB,cACd,UAAgC,EAAE,EACb;CACrB,MAAM,EAAE,SAAS,GAAG,YAAY;CAChC,MAAM,CAAC,SAAS,cAAc,SAAS,MAAM;AAE7C,iBAAgB;EACd,IAAI,aAAa;EACjB,IAAIA;EAEJ,MAAM,aAAa;AACjB;AACA,OAAI,cAAc,QAAQ;AACxB,eAAW,KAAK;AAChB,eAAW;SAEX,eAAc,sBAAsB,KAAK;;AAI7C,gBAAc,sBAAsB,KAAK;AACzC,eAAa,qBAAqB,YAAY;IAC7C,CAAC,QAAQ,QAAQ,CAAC;AAErB,QAAO,EAAE,SAAS"}
package/dist/index.d.ts CHANGED
@@ -68,6 +68,8 @@ import { EXPECTED_SEGMENT_COUNTS, GROUP_SEPARATOR, ddSegmentConfigs, ddmSegmentC
68
68
  import { CoordinateSegment } from "./components/coordinate-field/segment.js";
69
69
  import { DateFieldProps } from "./components/date-field/types.js";
70
70
  import { DateField } from "./components/date-field/index.js";
71
+ import { DeferredCollectionProps } from "./components/deferred-collection/types.js";
72
+ import { DeferredCollection } from "./components/deferred-collection/index.js";
71
73
  import { DetailsListLabelProps, DetailsListProps, DetailsListValueProps } from "./components/details-list/types.js";
72
74
  import { DetailsListContext, DetailsListProvider } from "./components/details-list/context.js";
73
75
  import { DetailsList } from "./components/details-list/index.js";
@@ -147,6 +149,13 @@ import { Lines } from "./components/lines/index.js";
147
149
  import { LinkProps } from "./components/link/types.js";
148
150
  import { LinkProvider } from "./components/link/context.js";
149
151
  import { Link } from "./components/link/index.js";
152
+ import { ListItemContentProps, ListItemDescriptionProps, ListItemProps, ListItemTitleProps, ListItemVariant, ListProps } from "./components/list/types.js";
153
+ import { ListContext, useListItemVariant } from "./components/list/context.js";
154
+ import { List } from "./components/list/index.js";
155
+ import { ListItemContent } from "./components/list/item-content.js";
156
+ import { ListItemDescription } from "./components/list/item-description.js";
157
+ import { ListItemTitle } from "./components/list/item-title.js";
158
+ import { ListItem } from "./components/list/item.js";
150
159
  import { MenuItemProps, MenuProps, MenuSectionProps } from "./components/menu/types.js";
151
160
  import { MenuContext } from "./components/menu/context.js";
152
161
  import { Menu } from "./components/menu/index.js";
@@ -259,9 +268,10 @@ import { UseCoordinateFocusOptions, UseCoordinateFocusResult, useCoordinateFocus
259
268
  import { UseCoordinatePasteOptions, UseCoordinatePasteResult, useCoordinatePaste } from "./hooks/coordinate-field/use-coordinate-paste.js";
260
269
  import { UseCoordinateFieldResult, useCoordinateField } from "./hooks/coordinate-field/use-coordinate-field.js";
261
270
  import { useCardInteractions, useColumnInteractions } from "./hooks/kanban/index.js";
271
+ import { UseFrameDelayOptions, UseFrameDelayResult, useFrameDelay } from "./hooks/use-frame-delay/index.js";
262
272
  import { useTreeActions } from "./hooks/use-tree/actions/index.js";
263
273
  import { useTreeState } from "./hooks/use-tree/state/index.js";
264
274
  import { isSlottedContextValue } from "./lib/utils.js";
265
275
  import { PortalProvider } from "./providers/portal.js";
266
276
  import { ThemeMode, ThemeProvider, useTheme } from "./providers/theme-provider.js";
267
- export { Accordion, AccordionContext, AccordionGroup, type AccordionGroupProps, AccordionHeader, type AccordionHeaderProps, AccordionPanel, type AccordionPanelProps, type AccordionProps, type AccordionStyleVariants, AccordionTrigger, type AccordionTriggerProps, ActionBar, type ActionBarProps, type AriaAttributes, type AriaAttributesWithRef, Avatar, AvatarContext, type AvatarProps, AvatarProvider, Badge, BadgeContext, type BadgeProps, BadgeProvider, BreadcrumbItem, type BreadcrumbItemProps, Breadcrumbs, Button, ButtonContext, type ButtonProps, ButtonProvider, type ButtonStyleVariants, COORDINATE_EPSILON, COORDINATE_ERROR_MESSAGES, COORDINATE_FORMAT_LABELS, COORDINATE_FORMAT_NAMES, COORDINATE_SYSTEMS, Checkbox, CheckboxContext, CheckboxGroup, CheckboxGroupContext, type CheckboxGroupProps, type CheckboxProps, type ChildrenRenderProps, Chip, ChipContext, type ChipContextValue, ChipList, type ChipListProps, ChipListRenderingContext, type ChipProps, ChipProvider, type ClassNameRenderProps, type ClassNames, ClassificationBadge, ClassificationBadgeContext, type ClassificationBadgeProps, ClassificationBadgeProvider, ClassificationBanner, ClassificationBannerContext, type ClassificationBannerProps, ClassificationBannerProvider, Clock, type ClockProps, CloneAction, ColorPicker, type ColorPickerProps, CombinatorSelector, ComboBoxField, ComboBoxFieldContext, type ComboBoxFieldProps, ComboBoxFieldProvider, CoordinateField, CoordinateFieldContext, type CoordinateFieldProps, CoordinateFieldProvider, type CoordinateFieldState, CoordinateFieldStateContext, CoordinateFieldStateProvider, type CoordinateFormatResult, CoordinateSegment, type CoordinateSegmentProps, type CoordinateSystem, type CoordinateValue, DateField, type DateFieldProps, type DefaultRQBProps, DeletableChip, type DeletableChipProps, DetailsList, DetailsListContext, DetailsListLabel, type DetailsListLabelProps, type DetailsListProps, DetailsListProvider, DetailsListValue, type DetailsListValueProps, Dialog, DialogContent, DialogContext, DialogFooter, type DialogProps, DialogTitle, DialogTrigger, type DialogTriggerProps, Divider, DividerContext, type DividerProps, DividerProvider, type DragAndDropConfig, DragContext, Drawer, DrawerBack, DrawerClose, DrawerContent, DrawerContext, type DrawerContextValue, type DrawerEvent, DrawerEventHandlers, DrawerEventNamespace, DrawerEventTypes, DrawerFooter, DrawerHeader, DrawerHeaderTitle, DrawerLayout, DrawerLayoutMain, type DrawerLayoutProps, DrawerMenu, DrawerMenuItem, type DrawerMenuItemProps, type DrawerMenuProps, type DrawerOpenEvent, DrawerPanel, type DrawerProps, type DrawerTitleProps, type DrawerToggleEvent, DrawerTrigger, type DrawerTriggerProps, DrawerView, type DropTargetInfo, EXPECTED_SEGMENT_COUNTS, type Field, Flashcard, FlashcardAdditionalData, type FlashcardComponentProps, FlashcardContext, FlashcardDetailsLabel, FlashcardDetailsList, type FlashcardDetailsListProps, FlashcardDetailsValue, FlashcardHero, type FlashcardProps, GROUP_SEPARATOR, HeaderColumnAction, type HeaderColumnActionKey, Hero, HeroContext, type HeroProps, HeroSubtitle, HeroTitle, Hotkey, HotkeyContext, type HotkeyProps, HotkeyProvider, HotkeySet, Icon, IconContext, type IconProps, IconProvider, Input, InputContext, type InputProps, Kanban, KanbanCard, KanbanCardBody, type KanbanCardData, KanbanCardHeader, KanbanCardHeaderActions, KanbanCardHeaderTitle, type KanbanCardProps, type KanbanColContentActionProps, type KanbanColContentProps, type KanbanColProps, KanbanColumn, KanbanColumnActions, KanbanColumnContainer, KanbanColumnContent, type KanbanColumnData, KanbanColumnHeader, KanbanColumnHeaderActions, KanbanColumnHeaderDragHandle, KanbanColumnHeaderTitle, type KanbanComponentProps, type KanbanContextData, KanbanHeader, KanbanHeaderActions, KanbanHeaderSearch, KanbanHeaderTitle, type KanbanMenuProps, type KanbanProps, KanbanProvider, type KanbanProviderProps, type KanbanSearchProps, Label, LabelContext, type LabelProps, LabelProvider, Lines, type LinesProps, Link, LinkButton, LinkButtonContext, type LinkButtonProps, LinkButtonProvider, type LinkProps, LinkProvider, LockAction, Menu, MenuContext, MenuItem, MenuItemDescription, MenuItemLabel, type MenuItemProps, type MenuProps, MenuSection, type MenuSectionProps, MenuSeparator, MenuSubmenu, MenuTrigger, type MoveCard, type MoveCardValidationParams, type MoveCardValidationResult, Notice, type NoticeActionEvent, type NoticeColor, type NoticeContent, type NoticeDequeueEvent, NoticeEventNamespace, NoticeEventTypes, NoticeIcon, type NoticeIconProps, NoticeList, type NoticeListProps, type NoticeProps, type NoticeQueueEvent, Options, OptionsContext, type OptionsDataItem, OptionsItem, OptionsItemContent, OptionsItemDescription, OptionsItemLabel, type OptionsItemProps, type OptionsProps, OptionsSection, type OptionsSectionProps, Pagination, PaginationContext, type PaginationContextValue, PaginationNext, type PaginationNextProps, PaginationPages, type PaginationPagesProps, PaginationPrev, type PaginationPrevProps, type PaginationProps, type ParsedCoordinateMatch, Popover, PopoverContent, PopoverFooter, type PopoverProps, PopoverTitle, PopoverTrigger, type PopoverTriggerProps, PortalProvider, type ProviderProps, QueryBuilder, type QueryBuilderContextType, type QueryBuilderProps, type QueryBuilderValueEditors, Radio, RadioContext, RadioGroup, type RadioGroupProps, type RadioProps, RemoveRuleAction, type RenderProps, type RenderPropsChildren, type RenderPropsClassName, type RenderPropsStyle, type RuleGroupType, SearchField, SearchFieldContext, type SearchFieldProps, SearchFieldProvider, type SegmentConfig, type SegmentType, SelectField, SelectFieldContext, type SelectFieldProps, SelectFieldProvider, SelectableChip, type SelectableChipProps, Sidenav, SidenavAvatar, type SidenavAvatarProps, type SidenavCloseEvent, SidenavContent, type SidenavContentProps, SidenavContext, type SidenavContextValue, type SidenavDividerProps, type SidenavEvent, SidenavEventNamespace, SidenavEventTypes, SidenavFooter, type SidenavFooterProps, SidenavHeader, type SidenavHeaderProps, SidenavItem, type SidenavItemProps, SidenavLink, type SidenavLinkProps, SidenavMenu, SidenavMenuItem, type SidenavMenuItemProps, type SidenavMenuProps, type SidenavOpenEvent, type SidenavProps, type SidenavToggleEvent, SidenavTrigger, type SidenavTriggerProps, Skeleton, type SkeletonProps, Slider, type SliderMarker, type SliderMarkersConfig, type SliderProps, type SlottedValue, SortDirection, type SortDirectionState, type StylePropRenderProps, type StyleRenderProps, Switch, SwitchContext, type SwitchProps, SwitchProvider, Tab, TabList, TabPanel, Table, type TableBodyProps, type TableCellProps, TableContext, type TableContextValue, type TableHeaderCellProps, type TableHeaderProps, type TableProps, type TableRowProps, Tabs, TabsContext, type TabsProps, TabsProvider, TextAreaField, TextAreaFieldContext, type TextAreaFieldProps, TextAreaFieldProvider, TextField, TextFieldContext, type TextFieldProps, TextFieldProvider, type ThemeMode, ThemeProvider, TimeField, type TimeFieldProps, ToggleButton, ToggleButtonContext, type ToggleButtonProps, ToggleButtonProvider, type ToggleButtonStyleVariants, Tooltip, TooltipContext, type TooltipProps, TooltipTrigger, type TooltipTriggerProps, Tree, type TreeActions, TreeContext, type TreeContextValue, type TreeData, TreeItem, TreeItemActions, TreeItemContent, type TreeItemContentProps, type TreeItemContentRenderProps, TreeItemContext, type TreeItemContextValue, TreeItemDescription, TreeItemLabel, TreeItemPrefixIcon, type TreeItemProps, TreeLines, type TreeNode, type TreeNodeBase, type TreeProps, type TreeStyleVariant, type UseCoordinateCopyOptions, type UseCoordinateCopyResult, type UseCoordinateFieldResult, type UseCoordinateFieldStateOptions, type UseCoordinateFieldStateResult, type UseCoordinateFocusOptions, type UseCoordinateFocusResult, type UseCoordinatePasteOptions, type UseCoordinatePasteResult, type UseTimeoutCleanupResult, type UseTreeActionsOptions, type UseTreeState, type UseTreeStateOptions, ViewStack, type ViewStackBackEvent, type ViewStackClearEvent, ViewStackContext, type ViewStackContextValue, type ViewStackEvent, ViewStackEventHandlers, ViewStackEventNamespace, ViewStackEventTypes, type ViewStackProps, type ViewStackPushEvent, type ViewStackResetEvent, ViewStackTrigger, type ViewStackTriggerProps, ViewStackView, type ViewStackViewProps, areAllSegmentsFilled, areCoordinatesEqual, bus, calculateClosestEdge, columnData, convertDDToDisplaySegments, convertDisplaySegmentsToDD, ddSegmentConfigs, ddmSegmentConfigs, deduplicateMatchesByLocation, dmsSegmentConfigs, formatSegmentsToCoordinateString, getAllCoordinateFormats, getEditableSegmentCount, getFormatDescription, getInsertIndex, getSegmentConfigs, getSegmentLabel, hasAnySegmentValue, headerColumnActionValues, isCompleteCoordinate, isSlottedContextValue, matchesMetadata, mgrsSegmentConfigs, parseCoordinatePaste, parseCoordinateStringToSegments, parseDropTarget, sortDirectionValues, useCardInteractions, useColumnInteractions, useCoordinateCopy, useCoordinateField, useCoordinateFieldState, useCoordinateFieldStateContext, useCoordinateFocus, useCoordinatePaste, useDragContext, useDrawerEmit, useKanban, useTheme, useTimeoutCleanup, useTreeActions, useTreeState, useViewStackEmit, utmSegmentConfigs, validateCoordinateSegments, validateMoveCard };
277
+ export { Accordion, AccordionContext, AccordionGroup, type AccordionGroupProps, AccordionHeader, type AccordionHeaderProps, AccordionPanel, type AccordionPanelProps, type AccordionProps, type AccordionStyleVariants, AccordionTrigger, type AccordionTriggerProps, ActionBar, type ActionBarProps, type AriaAttributes, type AriaAttributesWithRef, Avatar, AvatarContext, type AvatarProps, AvatarProvider, Badge, BadgeContext, type BadgeProps, BadgeProvider, BreadcrumbItem, type BreadcrumbItemProps, Breadcrumbs, Button, ButtonContext, type ButtonProps, ButtonProvider, type ButtonStyleVariants, COORDINATE_EPSILON, COORDINATE_ERROR_MESSAGES, COORDINATE_FORMAT_LABELS, COORDINATE_FORMAT_NAMES, COORDINATE_SYSTEMS, Checkbox, CheckboxContext, CheckboxGroup, CheckboxGroupContext, type CheckboxGroupProps, type CheckboxProps, type ChildrenRenderProps, Chip, ChipContext, type ChipContextValue, ChipList, type ChipListProps, ChipListRenderingContext, type ChipProps, ChipProvider, type ClassNameRenderProps, type ClassNames, ClassificationBadge, ClassificationBadgeContext, type ClassificationBadgeProps, ClassificationBadgeProvider, ClassificationBanner, ClassificationBannerContext, type ClassificationBannerProps, ClassificationBannerProvider, Clock, type ClockProps, CloneAction, ColorPicker, type ColorPickerProps, CombinatorSelector, ComboBoxField, ComboBoxFieldContext, type ComboBoxFieldProps, ComboBoxFieldProvider, CoordinateField, CoordinateFieldContext, type CoordinateFieldProps, CoordinateFieldProvider, type CoordinateFieldState, CoordinateFieldStateContext, CoordinateFieldStateProvider, type CoordinateFormatResult, CoordinateSegment, type CoordinateSegmentProps, type CoordinateSystem, type CoordinateValue, DateField, type DateFieldProps, type DefaultRQBProps, DeferredCollection, type DeferredCollectionProps, DeletableChip, type DeletableChipProps, DetailsList, DetailsListContext, DetailsListLabel, type DetailsListLabelProps, type DetailsListProps, DetailsListProvider, DetailsListValue, type DetailsListValueProps, Dialog, DialogContent, DialogContext, DialogFooter, type DialogProps, DialogTitle, DialogTrigger, type DialogTriggerProps, Divider, DividerContext, type DividerProps, DividerProvider, type DragAndDropConfig, DragContext, Drawer, DrawerBack, DrawerClose, DrawerContent, DrawerContext, type DrawerContextValue, type DrawerEvent, DrawerEventHandlers, DrawerEventNamespace, DrawerEventTypes, DrawerFooter, DrawerHeader, DrawerHeaderTitle, DrawerLayout, DrawerLayoutMain, type DrawerLayoutProps, DrawerMenu, DrawerMenuItem, type DrawerMenuItemProps, type DrawerMenuProps, type DrawerOpenEvent, DrawerPanel, type DrawerProps, type DrawerTitleProps, type DrawerToggleEvent, DrawerTrigger, type DrawerTriggerProps, DrawerView, type DropTargetInfo, EXPECTED_SEGMENT_COUNTS, type Field, Flashcard, FlashcardAdditionalData, type FlashcardComponentProps, FlashcardContext, FlashcardDetailsLabel, FlashcardDetailsList, type FlashcardDetailsListProps, FlashcardDetailsValue, FlashcardHero, type FlashcardProps, GROUP_SEPARATOR, HeaderColumnAction, type HeaderColumnActionKey, Hero, HeroContext, type HeroProps, HeroSubtitle, HeroTitle, Hotkey, HotkeyContext, type HotkeyProps, HotkeyProvider, HotkeySet, Icon, IconContext, type IconProps, IconProvider, Input, InputContext, type InputProps, Kanban, KanbanCard, KanbanCardBody, type KanbanCardData, KanbanCardHeader, KanbanCardHeaderActions, KanbanCardHeaderTitle, type KanbanCardProps, type KanbanColContentActionProps, type KanbanColContentProps, type KanbanColProps, KanbanColumn, KanbanColumnActions, KanbanColumnContainer, KanbanColumnContent, type KanbanColumnData, KanbanColumnHeader, KanbanColumnHeaderActions, KanbanColumnHeaderDragHandle, KanbanColumnHeaderTitle, type KanbanComponentProps, type KanbanContextData, KanbanHeader, KanbanHeaderActions, KanbanHeaderSearch, KanbanHeaderTitle, type KanbanMenuProps, type KanbanProps, KanbanProvider, type KanbanProviderProps, type KanbanSearchProps, Label, LabelContext, type LabelProps, LabelProvider, Lines, type LinesProps, Link, LinkButton, LinkButtonContext, type LinkButtonProps, LinkButtonProvider, type LinkProps, LinkProvider, List, ListContext, ListItem, ListItemContent, type ListItemContentProps, ListItemDescription, type ListItemDescriptionProps, type ListItemProps, ListItemTitle, type ListItemTitleProps, type ListItemVariant, type ListProps, LockAction, Menu, MenuContext, MenuItem, MenuItemDescription, MenuItemLabel, type MenuItemProps, type MenuProps, MenuSection, type MenuSectionProps, MenuSeparator, MenuSubmenu, MenuTrigger, type MoveCard, type MoveCardValidationParams, type MoveCardValidationResult, Notice, type NoticeActionEvent, type NoticeColor, type NoticeContent, type NoticeDequeueEvent, NoticeEventNamespace, NoticeEventTypes, NoticeIcon, type NoticeIconProps, NoticeList, type NoticeListProps, type NoticeProps, type NoticeQueueEvent, Options, OptionsContext, type OptionsDataItem, OptionsItem, OptionsItemContent, OptionsItemDescription, OptionsItemLabel, type OptionsItemProps, type OptionsProps, OptionsSection, type OptionsSectionProps, Pagination, PaginationContext, type PaginationContextValue, PaginationNext, type PaginationNextProps, PaginationPages, type PaginationPagesProps, PaginationPrev, type PaginationPrevProps, type PaginationProps, type ParsedCoordinateMatch, Popover, PopoverContent, PopoverFooter, type PopoverProps, PopoverTitle, PopoverTrigger, type PopoverTriggerProps, PortalProvider, type ProviderProps, QueryBuilder, type QueryBuilderContextType, type QueryBuilderProps, type QueryBuilderValueEditors, Radio, RadioContext, RadioGroup, type RadioGroupProps, type RadioProps, RemoveRuleAction, type RenderProps, type RenderPropsChildren, type RenderPropsClassName, type RenderPropsStyle, type RuleGroupType, SearchField, SearchFieldContext, type SearchFieldProps, SearchFieldProvider, type SegmentConfig, type SegmentType, SelectField, SelectFieldContext, type SelectFieldProps, SelectFieldProvider, SelectableChip, type SelectableChipProps, Sidenav, SidenavAvatar, type SidenavAvatarProps, type SidenavCloseEvent, SidenavContent, type SidenavContentProps, SidenavContext, type SidenavContextValue, type SidenavDividerProps, type SidenavEvent, SidenavEventNamespace, SidenavEventTypes, SidenavFooter, type SidenavFooterProps, SidenavHeader, type SidenavHeaderProps, SidenavItem, type SidenavItemProps, SidenavLink, type SidenavLinkProps, SidenavMenu, SidenavMenuItem, type SidenavMenuItemProps, type SidenavMenuProps, type SidenavOpenEvent, type SidenavProps, type SidenavToggleEvent, SidenavTrigger, type SidenavTriggerProps, Skeleton, type SkeletonProps, Slider, type SliderMarker, type SliderMarkersConfig, type SliderProps, type SlottedValue, SortDirection, type SortDirectionState, type StylePropRenderProps, type StyleRenderProps, Switch, SwitchContext, type SwitchProps, SwitchProvider, Tab, TabList, TabPanel, Table, type TableBodyProps, type TableCellProps, TableContext, type TableContextValue, type TableHeaderCellProps, type TableHeaderProps, type TableProps, type TableRowProps, Tabs, TabsContext, type TabsProps, TabsProvider, TextAreaField, TextAreaFieldContext, type TextAreaFieldProps, TextAreaFieldProvider, TextField, TextFieldContext, type TextFieldProps, TextFieldProvider, type ThemeMode, ThemeProvider, TimeField, type TimeFieldProps, ToggleButton, ToggleButtonContext, type ToggleButtonProps, ToggleButtonProvider, type ToggleButtonStyleVariants, Tooltip, TooltipContext, type TooltipProps, TooltipTrigger, type TooltipTriggerProps, Tree, type TreeActions, TreeContext, type TreeContextValue, type TreeData, TreeItem, TreeItemActions, TreeItemContent, type TreeItemContentProps, type TreeItemContentRenderProps, TreeItemContext, type TreeItemContextValue, TreeItemDescription, TreeItemLabel, TreeItemPrefixIcon, type TreeItemProps, TreeLines, type TreeNode, type TreeNodeBase, type TreeProps, type TreeStyleVariant, type UseCoordinateCopyOptions, type UseCoordinateCopyResult, type UseCoordinateFieldResult, type UseCoordinateFieldStateOptions, type UseCoordinateFieldStateResult, type UseCoordinateFocusOptions, type UseCoordinateFocusResult, type UseCoordinatePasteOptions, type UseCoordinatePasteResult, type UseFrameDelayOptions, type UseFrameDelayResult, type UseTimeoutCleanupResult, type UseTreeActionsOptions, type UseTreeState, type UseTreeStateOptions, ViewStack, type ViewStackBackEvent, type ViewStackClearEvent, ViewStackContext, type ViewStackContextValue, type ViewStackEvent, ViewStackEventHandlers, ViewStackEventNamespace, ViewStackEventTypes, type ViewStackProps, type ViewStackPushEvent, type ViewStackResetEvent, ViewStackTrigger, type ViewStackTriggerProps, ViewStackView, type ViewStackViewProps, areAllSegmentsFilled, areCoordinatesEqual, bus, calculateClosestEdge, columnData, convertDDToDisplaySegments, convertDisplaySegmentsToDD, ddSegmentConfigs, ddmSegmentConfigs, deduplicateMatchesByLocation, dmsSegmentConfigs, formatSegmentsToCoordinateString, getAllCoordinateFormats, getEditableSegmentCount, getFormatDescription, getInsertIndex, getSegmentConfigs, getSegmentLabel, hasAnySegmentValue, headerColumnActionValues, isCompleteCoordinate, isSlottedContextValue, matchesMetadata, mgrsSegmentConfigs, parseCoordinatePaste, parseCoordinateStringToSegments, parseDropTarget, sortDirectionValues, useCardInteractions, useColumnInteractions, useCoordinateCopy, useCoordinateField, useCoordinateFieldState, useCoordinateFieldStateContext, useCoordinateFocus, useCoordinatePaste, useDragContext, useDrawerEmit, useFrameDelay, useKanban, useListItemVariant, useTheme, useTimeoutCleanup, useTreeActions, useTreeState, useViewStackEmit, utmSegmentConfigs, validateCoordinateSegments, validateMoveCard };
package/dist/index.js CHANGED
@@ -78,6 +78,8 @@ import { RadioGroup } from "./components/radio/group.js";
78
78
  import { CoordinateSegment } from "./components/coordinate-field/segment.js";
79
79
  import { CoordinateField } from "./components/coordinate-field/index.js";
80
80
  import { DateField } from "./components/date-field/index.js";
81
+ import { useFrameDelay } from "./hooks/use-frame-delay/index.js";
82
+ import { DeferredCollection } from "./components/deferred-collection/index.js";
81
83
  import { DetailsListContext, DetailsListProvider } from "./components/details-list/context.js";
82
84
  import { DetailsList } from "./components/details-list/index.js";
83
85
  import { DetailsListLabel } from "./components/details-list/label.js";
@@ -144,6 +146,12 @@ import { columnData } from "./components/kanban/mock-data.js";
144
146
  import { Lines } from "./components/lines/index.js";
145
147
  import { LinkProvider } from "./components/link/context.js";
146
148
  import { Link } from "./components/link/index.js";
149
+ import { ListContext, useListItemVariant } from "./components/list/context.js";
150
+ import { List } from "./components/list/index.js";
151
+ import { ListItemContent } from "./components/list/item-content.js";
152
+ import { ListItemDescription } from "./components/list/item-description.js";
153
+ import { ListItemTitle } from "./components/list/item-title.js";
154
+ import { ListItem } from "./components/list/item.js";
147
155
  import { MenuContext } from "./components/menu/context.js";
148
156
  import { Menu } from "./components/menu/index.js";
149
157
  import { MenuItemDescription } from "./components/menu/item-description.js";
@@ -216,4 +224,4 @@ import { useTreeActions } from "./hooks/use-tree/actions/index.js";
216
224
  import { useTreeState } from "./hooks/use-tree/state/index.js";
217
225
  import { ThemeProvider, useTheme } from "./providers/theme-provider.js";
218
226
 
219
- export { Accordion, AccordionContext, AccordionGroup, AccordionHeader, AccordionPanel, AccordionTrigger, ActionBar, Avatar, AvatarContext, AvatarProvider, Badge, BadgeContext, BadgeProvider, BreadcrumbItem, Breadcrumbs, Button, ButtonContext, ButtonProvider, COORDINATE_EPSILON, COORDINATE_ERROR_MESSAGES, COORDINATE_FORMAT_LABELS, COORDINATE_FORMAT_NAMES, COORDINATE_SYSTEMS, Checkbox, CheckboxContext, CheckboxGroup, CheckboxGroupContext, Chip, ChipContext, ChipList, ChipListRenderingContext, ChipProvider, ClassificationBadge, ClassificationBadgeContext, ClassificationBadgeProvider, ClassificationBanner, ClassificationBannerContext, ClassificationBannerProvider, Clock, CloneAction, ColorPicker, CombinatorSelector, ComboBoxField, ComboBoxFieldContext, ComboBoxFieldProvider, CoordinateField, CoordinateFieldContext, CoordinateFieldProvider, CoordinateFieldStateContext, CoordinateFieldStateProvider, CoordinateSegment, DateField, DeletableChip, DetailsList, DetailsListContext, DetailsListLabel, DetailsListProvider, DetailsListValue, Dialog, DialogContent, DialogContext, DialogFooter, DialogTitle, DialogTrigger, Divider, DividerContext, DividerProvider, DragContext, Drawer, DrawerBack, DrawerClose, DrawerContent, DrawerContext, DrawerEventHandlers, DrawerEventNamespace, DrawerEventTypes, DrawerFooter, DrawerHeader, DrawerHeaderTitle, DrawerLayout, DrawerLayoutMain, DrawerMenu, DrawerMenuItem, DrawerPanel, DrawerTrigger, DrawerView, EXPECTED_SEGMENT_COUNTS, Flashcard, FlashcardAdditionalData, FlashcardContext, FlashcardDetailsLabel, FlashcardDetailsList, FlashcardDetailsValue, FlashcardHero, GROUP_SEPARATOR, HeaderColumnAction, Hero, HeroContext, HeroSubtitle, HeroTitle, Hotkey, HotkeyContext, HotkeyProvider, HotkeySet, Icon, IconContext, IconProvider, Input, InputContext, Kanban, KanbanCard, KanbanCardBody, KanbanCardHeader, KanbanCardHeaderActions, KanbanCardHeaderTitle, KanbanColumn, KanbanColumnActions, KanbanColumnContainer, KanbanColumnContent, KanbanColumnHeader, KanbanColumnHeaderActions, KanbanColumnHeaderDragHandle, KanbanColumnHeaderTitle, KanbanHeader, KanbanHeaderActions, KanbanHeaderSearch, KanbanHeaderTitle, KanbanProvider, Label, LabelContext, LabelProvider, Lines, Link, LinkButton, LinkButtonContext, LinkButtonProvider, LinkProvider, LockAction, Menu, MenuContext, MenuItem, MenuItemDescription, MenuItemLabel, MenuSection, MenuSeparator, MenuSubmenu, MenuTrigger, Notice, NoticeEventNamespace, NoticeEventTypes, NoticeIcon, NoticeList, Options, OptionsContext, OptionsItem, OptionsItemContent, OptionsItemDescription, OptionsItemLabel, OptionsSection, Pagination, PaginationContext, PaginationNext, PaginationPages, PaginationPrev, Popover, PopoverContent, PopoverFooter, PopoverTitle, PopoverTrigger, PortalProvider, QueryBuilder, Radio, RadioContext, RadioGroup, RemoveRuleAction, SearchField, SearchFieldContext, SearchFieldProvider, SelectField, SelectFieldContext, SelectFieldProvider, SelectableChip, Sidenav, SidenavAvatar, SidenavContent, SidenavContext, SidenavEventNamespace, SidenavEventTypes, SidenavFooter, SidenavHeader, SidenavItem, SidenavLink, SidenavMenu, SidenavMenuItem, SidenavTrigger, Skeleton, Slider, SortDirection, Switch, SwitchContext, SwitchProvider, Tab, TabList, TabPanel, Table, TableContext, Tabs, TabsContext, TabsProvider, TextAreaField, TextAreaFieldContext, TextAreaFieldProvider, TextField, TextFieldContext, TextFieldProvider, ThemeProvider, TimeField, ToggleButton, ToggleButtonContext, ToggleButtonProvider, Tooltip, TooltipContext, TooltipTrigger, Tree, TreeContext, TreeItem, TreeItemActions, TreeItemContent, TreeItemContext, TreeItemDescription, TreeItemLabel, TreeItemPrefixIcon, TreeLines, ViewStack, ViewStackContext, ViewStackEventHandlers, ViewStackEventNamespace, ViewStackEventTypes, ViewStackTrigger, ViewStackView, areAllSegmentsFilled, areCoordinatesEqual, bus, calculateClosestEdge, columnData, convertDDToDisplaySegments, convertDisplaySegmentsToDD, ddSegmentConfigs, ddmSegmentConfigs, deduplicateMatchesByLocation, dmsSegmentConfigs, formatSegmentsToCoordinateString, getAllCoordinateFormats, getEditableSegmentCount, getFormatDescription, getInsertIndex, getSegmentConfigs, getSegmentLabel, hasAnySegmentValue, headerColumnActionValues, isCompleteCoordinate, isSlottedContextValue, matchesMetadata, mgrsSegmentConfigs, parseCoordinatePaste, parseCoordinateStringToSegments, parseDropTarget, sortDirectionValues, useCardInteractions, useColumnInteractions, useCoordinateCopy, useCoordinateField, useCoordinateFieldState, useCoordinateFieldStateContext, useCoordinateFocus, useCoordinatePaste, useDragContext, useDrawerEmit, useKanban, useTheme, useTimeoutCleanup, useTreeActions, useTreeState, useViewStackEmit, utmSegmentConfigs, validateCoordinateSegments, validateMoveCard };
227
+ export { Accordion, AccordionContext, AccordionGroup, AccordionHeader, AccordionPanel, AccordionTrigger, ActionBar, Avatar, AvatarContext, AvatarProvider, Badge, BadgeContext, BadgeProvider, BreadcrumbItem, Breadcrumbs, Button, ButtonContext, ButtonProvider, COORDINATE_EPSILON, COORDINATE_ERROR_MESSAGES, COORDINATE_FORMAT_LABELS, COORDINATE_FORMAT_NAMES, COORDINATE_SYSTEMS, Checkbox, CheckboxContext, CheckboxGroup, CheckboxGroupContext, Chip, ChipContext, ChipList, ChipListRenderingContext, ChipProvider, ClassificationBadge, ClassificationBadgeContext, ClassificationBadgeProvider, ClassificationBanner, ClassificationBannerContext, ClassificationBannerProvider, Clock, CloneAction, ColorPicker, CombinatorSelector, ComboBoxField, ComboBoxFieldContext, ComboBoxFieldProvider, CoordinateField, CoordinateFieldContext, CoordinateFieldProvider, CoordinateFieldStateContext, CoordinateFieldStateProvider, CoordinateSegment, DateField, DeferredCollection, DeletableChip, DetailsList, DetailsListContext, DetailsListLabel, DetailsListProvider, DetailsListValue, Dialog, DialogContent, DialogContext, DialogFooter, DialogTitle, DialogTrigger, Divider, DividerContext, DividerProvider, DragContext, Drawer, DrawerBack, DrawerClose, DrawerContent, DrawerContext, DrawerEventHandlers, DrawerEventNamespace, DrawerEventTypes, DrawerFooter, DrawerHeader, DrawerHeaderTitle, DrawerLayout, DrawerLayoutMain, DrawerMenu, DrawerMenuItem, DrawerPanel, DrawerTrigger, DrawerView, EXPECTED_SEGMENT_COUNTS, Flashcard, FlashcardAdditionalData, FlashcardContext, FlashcardDetailsLabel, FlashcardDetailsList, FlashcardDetailsValue, FlashcardHero, GROUP_SEPARATOR, HeaderColumnAction, Hero, HeroContext, HeroSubtitle, HeroTitle, Hotkey, HotkeyContext, HotkeyProvider, HotkeySet, Icon, IconContext, IconProvider, Input, InputContext, Kanban, KanbanCard, KanbanCardBody, KanbanCardHeader, KanbanCardHeaderActions, KanbanCardHeaderTitle, KanbanColumn, KanbanColumnActions, KanbanColumnContainer, KanbanColumnContent, KanbanColumnHeader, KanbanColumnHeaderActions, KanbanColumnHeaderDragHandle, KanbanColumnHeaderTitle, KanbanHeader, KanbanHeaderActions, KanbanHeaderSearch, KanbanHeaderTitle, KanbanProvider, Label, LabelContext, LabelProvider, Lines, Link, LinkButton, LinkButtonContext, LinkButtonProvider, LinkProvider, List, ListContext, ListItem, ListItemContent, ListItemDescription, ListItemTitle, LockAction, Menu, MenuContext, MenuItem, MenuItemDescription, MenuItemLabel, MenuSection, MenuSeparator, MenuSubmenu, MenuTrigger, Notice, NoticeEventNamespace, NoticeEventTypes, NoticeIcon, NoticeList, Options, OptionsContext, OptionsItem, OptionsItemContent, OptionsItemDescription, OptionsItemLabel, OptionsSection, Pagination, PaginationContext, PaginationNext, PaginationPages, PaginationPrev, Popover, PopoverContent, PopoverFooter, PopoverTitle, PopoverTrigger, PortalProvider, QueryBuilder, Radio, RadioContext, RadioGroup, RemoveRuleAction, SearchField, SearchFieldContext, SearchFieldProvider, SelectField, SelectFieldContext, SelectFieldProvider, SelectableChip, Sidenav, SidenavAvatar, SidenavContent, SidenavContext, SidenavEventNamespace, SidenavEventTypes, SidenavFooter, SidenavHeader, SidenavItem, SidenavLink, SidenavMenu, SidenavMenuItem, SidenavTrigger, Skeleton, Slider, SortDirection, Switch, SwitchContext, SwitchProvider, Tab, TabList, TabPanel, Table, TableContext, Tabs, TabsContext, TabsProvider, TextAreaField, TextAreaFieldContext, TextAreaFieldProvider, TextField, TextFieldContext, TextFieldProvider, ThemeProvider, TimeField, ToggleButton, ToggleButtonContext, ToggleButtonProvider, Tooltip, TooltipContext, TooltipTrigger, Tree, TreeContext, TreeItem, TreeItemActions, TreeItemContent, TreeItemContext, TreeItemDescription, TreeItemLabel, TreeItemPrefixIcon, TreeLines, ViewStack, ViewStackContext, ViewStackEventHandlers, ViewStackEventNamespace, ViewStackEventTypes, ViewStackTrigger, ViewStackView, areAllSegmentsFilled, areCoordinatesEqual, bus, calculateClosestEdge, columnData, convertDDToDisplaySegments, convertDisplaySegmentsToDD, ddSegmentConfigs, ddmSegmentConfigs, deduplicateMatchesByLocation, dmsSegmentConfigs, formatSegmentsToCoordinateString, getAllCoordinateFormats, getEditableSegmentCount, getFormatDescription, getInsertIndex, getSegmentConfigs, getSegmentLabel, hasAnySegmentValue, headerColumnActionValues, isCompleteCoordinate, isSlottedContextValue, matchesMetadata, mgrsSegmentConfigs, parseCoordinatePaste, parseCoordinateStringToSegments, parseDropTarget, sortDirectionValues, useCardInteractions, useColumnInteractions, useCoordinateCopy, useCoordinateField, useCoordinateFieldState, useCoordinateFieldStateContext, useCoordinateFocus, useCoordinatePaste, useDragContext, useDrawerEmit, useFrameDelay, useKanban, useListItemVariant, useTheme, useTimeoutCleanup, useTreeActions, useTreeState, useViewStackEmit, utmSegmentConfigs, validateCoordinateSegments, validateMoveCard };
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  import { PropsWithChildren, RefObject } from "react";
14
- import * as react_jsx_runtime0 from "react/jsx-runtime";
14
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
15
15
 
16
16
  //#region src/providers/portal.d.ts
17
17
  declare function PortalProvider({
@@ -21,7 +21,7 @@ declare function PortalProvider({
21
21
  }: PropsWithChildren<{
22
22
  parentRef?: RefObject<HTMLElement | null>;
23
23
  inject?: HTMLElement | null;
24
- }>): react_jsx_runtime0.JSX.Element;
24
+ }>): react_jsx_runtime2.JSX.Element;
25
25
  //#endregion
26
26
  export { PortalProvider };
27
27
  //# sourceMappingURL=portal.d.ts.map
@@ -12,7 +12,7 @@
12
12
 
13
13
  import "client-only";
14
14
  import { PropsWithChildren } from "react";
15
- import * as react_jsx_runtime142 from "react/jsx-runtime";
15
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
16
16
  import { PartialDeep } from "type-fest";
17
17
  import { SemanticColorTokens, StaticColorTokens, ThemeTokens } from "@accelint/design-foundation/tokens/types";
18
18
 
@@ -35,7 +35,7 @@ declare function ThemeProvider({
35
35
  defaultMode,
36
36
  onChange,
37
37
  overrides
38
- }: ThemeProviderProps): react_jsx_runtime142.JSX.Element;
38
+ }: ThemeProviderProps): react_jsx_runtime0.JSX.Element;
39
39
  declare function useTheme(): ThemeContextValue;
40
40
  //#endregion
41
41
  export { ThemeMode, ThemeProvider, useTheme };