@commercetools/nimbus-mcp 3.2.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (223) hide show
  1. package/README.md +9 -1
  2. package/data/docs/route-manifest.json +1608 -143
  3. package/data/docs/routes/components-buttons-button.json +25 -2
  4. package/data/docs/routes/components-chat-chat-message-list.json +448 -0
  5. package/data/docs/routes/components-chat-chat-message.json +580 -0
  6. package/data/docs/routes/components-content-markdown.json +548 -0
  7. package/data/docs/routes/components-data-display-item-group.json +413 -0
  8. package/data/docs/routes/components-data-display-item.json +611 -0
  9. package/data/docs/routes/components-feedback-activity-indicator.json +396 -0
  10. package/data/docs/routes/components-feedback-skeleton.json +481 -0
  11. package/data/docs/routes/components-feedback-skeletoncircle.json +429 -0
  12. package/data/docs/routes/components-feedback-skeletontext.json +417 -0
  13. package/data/docs/routes/components-feedback-tooltip.json +23 -1
  14. package/data/docs/routes/components-inputs-drop-zone.json +562 -0
  15. package/data/docs/routes/components-inputs-file-trigger.json +421 -0
  16. package/data/docs/routes/components-inputs-range-slider.json +633 -0
  17. package/data/docs/routes/components-inputs-slider.json +611 -0
  18. package/data/docs/routes/components-layout-splitter.json +3 -3
  19. package/data/docs/routes/components-media-avatar.json +16 -5
  20. package/data/docs/routes/components-navigation-breadcrumbs.json +565 -0
  21. package/data/docs/routes/components-navigation-menu.json +1 -1
  22. package/data/docs/routes/components-navigation-tabnav.json +80 -14
  23. package/data/docs/routes/components-navigation-tabs.json +44 -11
  24. package/data/docs/routes/components-navigation-tree.json +445 -0
  25. package/data/docs/routes/home-getting-started-mcp-server-overview.json +2 -2
  26. package/data/docs/routes/home-getting-started-mcp-server-setup.json +2 -2
  27. package/data/docs/routes/icons.json +3 -3
  28. package/data/docs/routes/patterns-buttons-floating-action-button.json +392 -0
  29. package/data/docs/routes/patterns-buttons.json +58 -0
  30. package/data/docs/search-index.json +1 -1
  31. package/data/docs/types/AccordionContent.json +24 -24
  32. package/data/docs/types/AccordionHeader.json +88 -88
  33. package/data/docs/types/AccordionItem.json +20 -20
  34. package/data/docs/types/AccordionRoot.json +14 -14
  35. package/data/docs/types/ActivityIndicator.json +202 -0
  36. package/data/docs/types/AlertDescription.json +8 -8
  37. package/data/docs/types/AlertDismissButton.json +98 -81
  38. package/data/docs/types/AlertTitle.json +8 -8
  39. package/data/docs/types/Avatar.json +19 -2
  40. package/data/docs/types/Badge.json +2 -2
  41. package/data/docs/types/Body.json +6 -6
  42. package/data/docs/types/Box.json +6 -6
  43. package/data/docs/types/Breadcrumbs.json +12 -0
  44. package/data/docs/types/BreadcrumbsItem.json +296 -0
  45. package/data/docs/types/BreadcrumbsItemProps.json +9 -0
  46. package/data/docs/types/BreadcrumbsProps.json +9 -0
  47. package/data/docs/types/BreadcrumbsRoot.json +110 -0
  48. package/data/docs/types/Button.json +106 -89
  49. package/data/docs/types/Calendar.json +56 -56
  50. package/data/docs/types/Caption.json +6 -6
  51. package/data/docs/types/CardRoot.json +2 -2
  52. package/data/docs/types/Cell.json +6 -6
  53. package/data/docs/types/ChatMessage.json +12 -0
  54. package/data/docs/types/ChatMessageActions.json +42 -0
  55. package/data/docs/types/ChatMessageAvatar.json +140 -0
  56. package/data/docs/types/ChatMessageBody.json +42 -0
  57. package/data/docs/types/ChatMessageList.json +12 -0
  58. package/data/docs/types/ChatMessageListItem.json +42 -0
  59. package/data/docs/types/ChatMessageListRoot.json +78 -0
  60. package/data/docs/types/ChatMessageMeta.json +42 -0
  61. package/data/docs/types/ChatMessageRoot.json +119 -0
  62. package/data/docs/types/ChatMessageTyping.json +42 -0
  63. package/data/docs/types/Checkbox.json +86 -86
  64. package/data/docs/types/Code.json +11 -11
  65. package/data/docs/types/Column.json +6 -6
  66. package/data/docs/types/ColumnGroup.json +6 -6
  67. package/data/docs/types/ColumnHeader.json +6 -6
  68. package/data/docs/types/ComboBoxListBox.json +70 -70
  69. package/data/docs/types/ComboBoxOption.json +64 -64
  70. package/data/docs/types/ComboBoxPopover.json +91 -70
  71. package/data/docs/types/ComboBoxRoot.json +8 -8
  72. package/data/docs/types/ComboBoxSection.json +24 -24
  73. package/data/docs/types/ComboBoxTrigger.json +6 -6
  74. package/data/docs/types/DataTable.json +2 -2
  75. package/data/docs/types/DataTableBody.json +20 -20
  76. package/data/docs/types/DataTableHeader.json +25 -25
  77. package/data/docs/types/DataTableRoot.json +2 -2
  78. package/data/docs/types/DataTableTable.json +6 -6
  79. package/data/docs/types/DateInput.json +73 -73
  80. package/data/docs/types/DatePicker.json +58 -58
  81. package/data/docs/types/DateRangePicker.json +86 -86
  82. package/data/docs/types/DateRangePickerField.json +86 -86
  83. package/data/docs/types/DefaultPageRoot.json +2 -2
  84. package/data/docs/types/DialogCloseTrigger.json +96 -79
  85. package/data/docs/types/DraggableListField.json +88 -60
  86. package/data/docs/types/DraggableListItem.json +52 -52
  87. package/data/docs/types/DraggableListRoot.json +88 -60
  88. package/data/docs/types/DrawerCloseTrigger.json +96 -79
  89. package/data/docs/types/DropZone.json +161 -0
  90. package/data/docs/types/FieldErrors.json +2 -2
  91. package/data/docs/types/FileTrigger.json +130 -0
  92. package/data/docs/types/Flex.json +22 -22
  93. package/data/docs/types/FloatingActionButton.json +1036 -0
  94. package/data/docs/types/Footer.json +6 -6
  95. package/data/docs/types/FormActionBar.json +1 -1
  96. package/data/docs/types/FormFieldRoot.json +2 -2
  97. package/data/docs/types/Grid.json +24 -24
  98. package/data/docs/types/Group.json +12 -12
  99. package/data/docs/types/Header.json +6 -6
  100. package/data/docs/types/Heading.json +8 -8
  101. package/data/docs/types/Icon.json +4 -4
  102. package/data/docs/types/IconButton.json +106 -89
  103. package/data/docs/types/IconToggleButton.json +71 -71
  104. package/data/docs/types/Image.json +43 -43
  105. package/data/docs/types/Indicator.json +6 -6
  106. package/data/docs/types/InlineSvg.json +2 -2
  107. package/data/docs/types/Item.json +6 -6
  108. package/data/docs/types/ItemActions.json +27 -0
  109. package/data/docs/types/ItemContent.json +27 -0
  110. package/data/docs/types/ItemDescription.json +27 -0
  111. package/data/docs/types/ItemFooter.json +27 -0
  112. package/data/docs/types/ItemGroup.json +12 -0
  113. package/data/docs/types/ItemGroupRoot.json +27 -0
  114. package/data/docs/types/ItemGroupSeparator.json +27 -0
  115. package/data/docs/types/ItemHeader.json +27 -0
  116. package/data/docs/types/ItemMedia.json +56 -0
  117. package/data/docs/types/ItemRoot.json +239 -0
  118. package/data/docs/types/ItemTitle.json +27 -0
  119. package/data/docs/types/Kbd.json +8 -8
  120. package/data/docs/types/Link.json +14 -14
  121. package/data/docs/types/ListIndicator.json +6 -6
  122. package/data/docs/types/ListItem.json +6 -6
  123. package/data/docs/types/ListRoot.json +11 -11
  124. package/data/docs/types/LoadingSpinner.json +2 -2
  125. package/data/docs/types/MakeElementFocusable.json +18 -18
  126. package/data/docs/types/Markdown.json +183 -0
  127. package/data/docs/types/MenuItem.json +62 -62
  128. package/data/docs/types/MenuRoot.json +55 -55
  129. package/data/docs/types/MenuSection.json +30 -30
  130. package/data/docs/types/MenuSubmenuTrigger.json +4 -4
  131. package/data/docs/types/MenuTrigger.json +88 -88
  132. package/data/docs/types/MultilineTextInput.json +104 -104
  133. package/data/docs/types/MultilineTextInputField.json +102 -102
  134. package/data/docs/types/NumberInput.json +86 -86
  135. package/data/docs/types/NumberInputField.json +82 -82
  136. package/data/docs/types/PageContentColumn.json +6 -6
  137. package/data/docs/types/PageContentRoot.json +6 -6
  138. package/data/docs/types/PasswordInput.json +100 -100
  139. package/data/docs/types/PasswordInputField.json +100 -100
  140. package/data/docs/types/ProgressBar.json +13 -13
  141. package/data/docs/types/RadioInputOption.json +56 -56
  142. package/data/docs/types/RadioInputRoot.json +48 -48
  143. package/data/docs/types/RangeCalendar.json +58 -58
  144. package/data/docs/types/RangeSlider.json +337 -0
  145. package/data/docs/types/RangeSliderProps.json +9 -0
  146. package/data/docs/types/Region.json +6 -6
  147. package/data/docs/types/RegionTarget.json +6 -6
  148. package/data/docs/types/RichTextInput.json +2 -2
  149. package/data/docs/types/Root.json +11 -11
  150. package/data/docs/types/Row.json +6 -6
  151. package/data/docs/types/ScrollArea.json +2 -2
  152. package/data/docs/types/SearchInput.json +106 -106
  153. package/data/docs/types/SearchInputField.json +102 -102
  154. package/data/docs/types/SelectOption.json +54 -54
  155. package/data/docs/types/SelectOptionGroup.json +18 -18
  156. package/data/docs/types/SelectOptions.json +64 -64
  157. package/data/docs/types/SelectRoot.json +92 -92
  158. package/data/docs/types/Separator.json +4 -4
  159. package/data/docs/types/SimpleGrid.json +28 -28
  160. package/data/docs/types/Skeleton.json +129 -0
  161. package/data/docs/types/SkeletonCircle.json +103 -0
  162. package/data/docs/types/SkeletonCircleProps.json +9 -0
  163. package/data/docs/types/SkeletonProps.json +9 -0
  164. package/data/docs/types/SkeletonText.json +62 -0
  165. package/data/docs/types/SkeletonTextProps.json +9 -0
  166. package/data/docs/types/Slider.json +337 -0
  167. package/data/docs/types/SlidingIndicatorGeometry.json +9 -0
  168. package/data/docs/types/SlidingIndicatorRects.json +9 -0
  169. package/data/docs/types/SplitButton.json +16 -20
  170. package/data/docs/types/Stack.json +2 -2
  171. package/data/docs/types/StepsRoot.json +2 -2
  172. package/data/docs/types/Switch.json +34 -34
  173. package/data/docs/types/TabNavItem.json +5 -5
  174. package/data/docs/types/TabNavRoot.json +5 -5
  175. package/data/docs/types/TableBody.json +6 -6
  176. package/data/docs/types/TableCaption.json +6 -6
  177. package/data/docs/types/TableCell.json +6 -6
  178. package/data/docs/types/TableColumn.json +6 -6
  179. package/data/docs/types/TableColumnGroup.json +6 -6
  180. package/data/docs/types/TableColumnHeader.json +6 -6
  181. package/data/docs/types/TableFooter.json +6 -6
  182. package/data/docs/types/TableHeader.json +6 -6
  183. package/data/docs/types/TableRoot.json +19 -19
  184. package/data/docs/types/TableRow.json +6 -6
  185. package/data/docs/types/TableScrollArea.json +6 -6
  186. package/data/docs/types/TabsList.json +2 -2
  187. package/data/docs/types/TabsPanel.json +2 -2
  188. package/data/docs/types/TabsPanels.json +2 -2
  189. package/data/docs/types/TabsRoot.json +3 -3
  190. package/data/docs/types/TabsTab.json +2 -2
  191. package/data/docs/types/TagGroupRoot.json +24 -24
  192. package/data/docs/types/TagGroupTag.json +56 -56
  193. package/data/docs/types/TagGroupTagList.json +14 -14
  194. package/data/docs/types/Text.json +8 -8
  195. package/data/docs/types/TextInput.json +102 -102
  196. package/data/docs/types/TextInputField.json +100 -100
  197. package/data/docs/types/TimeInput.json +68 -68
  198. package/data/docs/types/ToggleButton.json +73 -73
  199. package/data/docs/types/ToggleButtonGroupButton.json +30 -30
  200. package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
  201. package/data/docs/types/Toolbar.json +9 -9
  202. package/data/docs/types/TooltipContent.json +28 -28
  203. package/data/docs/types/TooltipRoot.json +16 -16
  204. package/data/docs/types/Tree.json +12 -0
  205. package/data/docs/types/TreeIndicator.json +828 -0
  206. package/data/docs/types/TreeItem.json +559 -0
  207. package/data/docs/types/TreeItemContent.json +27 -0
  208. package/data/docs/types/TreeRoot.json +636 -0
  209. package/data/docs/types/TreeSubTree.json +40 -0
  210. package/data/docs/types/VisuallyHidden.json +6 -6
  211. package/data/docs/types/createItemsFromCsvDrop.json +4 -4
  212. package/data/docs/types/createItemsFromDirectoryDrop.json +4 -4
  213. package/data/docs/types/createItemsFromFileDrop.json +4 -4
  214. package/data/docs/types/createItemsFromImageDrop.json +4 -4
  215. package/data/docs/types/createItemsFromJsonDrop.json +4 -4
  216. package/data/docs/types/manifest.json +50 -0
  217. package/data/docs/types/useRegion.json +2 -2
  218. package/data/docs/types/useSlidingIndicator.json +145 -0
  219. package/data/docs/types/useTree.json +267 -0
  220. package/data/tokens.json +21 -0
  221. package/data/uikit-tokens.json +894 -0
  222. package/dist/index.js +3298 -109
  223. package/package.json +8 -6
@@ -12,12 +12,12 @@
12
12
  "description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
13
13
  "name": "id",
14
14
  "parent": {
15
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
15
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
16
16
  "name": "DOMProps"
17
17
  },
18
18
  "declarations": [
19
19
  {
20
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.35.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
20
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
21
21
  "name": "DOMProps"
22
22
  }
23
23
  ],
@@ -31,12 +31,12 @@
31
31
  "description": "The content to visually hide.",
32
32
  "name": "children",
33
33
  "parent": {
34
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/visually-hidden/VisuallyHidden.d.ts",
34
+ "fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/visually-hidden/VisuallyHidden.d.ts",
35
35
  "name": "VisuallyHiddenProps"
36
36
  },
37
37
  "declarations": [
38
38
  {
39
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/visually-hidden/VisuallyHidden.d.ts",
39
+ "fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/visually-hidden/VisuallyHidden.d.ts",
40
40
  "name": "VisuallyHiddenProps"
41
41
  }
42
42
  ],
@@ -50,12 +50,12 @@
50
50
  "description": "Whether the element should become visible on focus, for example skip links.",
51
51
  "name": "isFocusable",
52
52
  "parent": {
53
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/visually-hidden/VisuallyHidden.d.ts",
53
+ "fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/visually-hidden/VisuallyHidden.d.ts",
54
54
  "name": "VisuallyHiddenProps"
55
55
  },
56
56
  "declarations": [
57
57
  {
58
- "fileName": "nimbus/node_modules/.pnpm/react-aria@3.49.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/visually-hidden/VisuallyHidden.d.ts",
58
+ "fileName": "nimbus/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/visually-hidden/VisuallyHidden.d.ts",
59
59
  "name": "VisuallyHiddenProps"
60
60
  }
61
61
  ],
@@ -790,10 +790,10 @@
790
790
  "name": "(index: number, value: DropItem) => DropItem[]"
791
791
  }
792
792
  },
793
- "__@iterator@1059": {
793
+ "__@iterator@1066": {
794
794
  "defaultValue": null,
795
795
  "description": "Iterator",
796
- "name": "__@iterator@1059",
796
+ "name": "__@iterator@1066",
797
797
  "parent": {
798
798
  "fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
799
799
  "name": "String"
@@ -809,10 +809,10 @@
809
809
  "name": "() => StringIterator<string>"
810
810
  }
811
811
  },
812
- "__@unscopables@3061": {
812
+ "__@unscopables@3129": {
813
813
  "defaultValue": null,
814
814
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
815
- "name": "__@unscopables@3061",
815
+ "name": "__@unscopables@3129",
816
816
  "parent": {
817
817
  "fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
818
818
  "name": "Array"
@@ -790,10 +790,10 @@
790
790
  "name": "(index: number, value: DropItem) => DropItem[]"
791
791
  }
792
792
  },
793
- "__@iterator@1059": {
793
+ "__@iterator@1066": {
794
794
  "defaultValue": null,
795
795
  "description": "Iterator",
796
- "name": "__@iterator@1059",
796
+ "name": "__@iterator@1066",
797
797
  "parent": {
798
798
  "fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
799
799
  "name": "String"
@@ -809,10 +809,10 @@
809
809
  "name": "() => StringIterator<string>"
810
810
  }
811
811
  },
812
- "__@unscopables@3061": {
812
+ "__@unscopables@3129": {
813
813
  "defaultValue": null,
814
814
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
815
- "name": "__@unscopables@3061",
815
+ "name": "__@unscopables@3129",
816
816
  "parent": {
817
817
  "fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
818
818
  "name": "Array"
@@ -790,10 +790,10 @@
790
790
  "name": "(index: number, value: DropItem) => DropItem[]"
791
791
  }
792
792
  },
793
- "__@iterator@1059": {
793
+ "__@iterator@1066": {
794
794
  "defaultValue": null,
795
795
  "description": "Iterator",
796
- "name": "__@iterator@1059",
796
+ "name": "__@iterator@1066",
797
797
  "parent": {
798
798
  "fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
799
799
  "name": "String"
@@ -809,10 +809,10 @@
809
809
  "name": "() => StringIterator<string>"
810
810
  }
811
811
  },
812
- "__@unscopables@3061": {
812
+ "__@unscopables@3129": {
813
813
  "defaultValue": null,
814
814
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
815
- "name": "__@unscopables@3061",
815
+ "name": "__@unscopables@3129",
816
816
  "parent": {
817
817
  "fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
818
818
  "name": "Array"
@@ -790,10 +790,10 @@
790
790
  "name": "(index: number, value: DropItem) => DropItem[]"
791
791
  }
792
792
  },
793
- "__@iterator@1059": {
793
+ "__@iterator@1066": {
794
794
  "defaultValue": null,
795
795
  "description": "Iterator",
796
- "name": "__@iterator@1059",
796
+ "name": "__@iterator@1066",
797
797
  "parent": {
798
798
  "fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
799
799
  "name": "String"
@@ -809,10 +809,10 @@
809
809
  "name": "() => StringIterator<string>"
810
810
  }
811
811
  },
812
- "__@unscopables@3061": {
812
+ "__@unscopables@3129": {
813
813
  "defaultValue": null,
814
814
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
815
- "name": "__@unscopables@3061",
815
+ "name": "__@unscopables@3129",
816
816
  "parent": {
817
817
  "fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
818
818
  "name": "Array"
@@ -790,10 +790,10 @@
790
790
  "name": "(index: number, value: DropItem) => DropItem[]"
791
791
  }
792
792
  },
793
- "__@iterator@1059": {
793
+ "__@iterator@1066": {
794
794
  "defaultValue": null,
795
795
  "description": "Iterator",
796
- "name": "__@iterator@1059",
796
+ "name": "__@iterator@1066",
797
797
  "parent": {
798
798
  "fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
799
799
  "name": "String"
@@ -809,10 +809,10 @@
809
809
  "name": "() => StringIterator<string>"
810
810
  }
811
811
  },
812
- "__@unscopables@3061": {
812
+ "__@unscopables@3129": {
813
813
  "defaultValue": null,
814
814
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
815
- "name": "__@unscopables@3061",
815
+ "name": "__@unscopables@3129",
816
816
  "parent": {
817
817
  "fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
818
818
  "name": "Array"
@@ -11,6 +11,7 @@
11
11
  "ToastOptions": "ToastOptions",
12
12
  "ToastPromiseOptions": "ToastPromiseOptions",
13
13
  "ToastManagerApi": "ToastManagerApi",
14
+ "ActivityIndicator": "ActivityIndicator",
14
15
  "Avatar": "Avatar",
15
16
  "Box": "Box",
16
17
  "Button": "Button",
@@ -44,6 +45,7 @@
44
45
  "FieldErrors": "FieldErrors",
45
46
  "FieldErrors.getBuiltInMessage": "FieldErrors.getBuiltInMessage",
46
47
  "FieldErrors.getCustomMessage": "FieldErrors.getCustomMessage",
48
+ "FileTrigger": "FileTrigger",
47
49
  "Flex": "Flex",
48
50
  "Group": "Group",
49
51
  "Heading": "Heading",
@@ -61,6 +63,7 @@
61
63
  "ListRoot": "ListRoot",
62
64
  "ListItem": "ListItem",
63
65
  "ListIndicator": "ListIndicator",
66
+ "Markdown": "Markdown",
64
67
  "DraggableList": "DraggableList",
65
68
  "DraggableListRoot": "DraggableListRoot",
66
69
  "DraggableListItem": "DraggableListItem",
@@ -122,6 +125,15 @@
122
125
  "SelectOption": "SelectOption",
123
126
  "SelectOptionGroup": "SelectOptionGroup",
124
127
  "Separator": "Separator",
128
+ "Skeleton": "Skeleton",
129
+ "SkeletonProps": "SkeletonProps",
130
+ "SkeletonText": "SkeletonText",
131
+ "SkeletonTextProps": "SkeletonTextProps",
132
+ "SkeletonCircle": "SkeletonCircle",
133
+ "SkeletonCircleProps": "SkeletonCircleProps",
134
+ "Slider": "Slider",
135
+ "RangeSlider": "RangeSlider",
136
+ "RangeSliderProps": "RangeSliderProps",
125
137
  "Spacer": "Spacer",
126
138
  "SpacerProps": "SpacerProps",
127
139
  "Accordion": "Accordion",
@@ -142,12 +154,33 @@
142
154
  "CardHeader": "CardHeader",
143
155
  "CardBody": "CardBody",
144
156
  "CardFooter": "CardFooter",
157
+ "ChatMessage": "ChatMessage",
158
+ "ChatMessageRoot": "ChatMessageRoot",
159
+ "ChatMessageAvatar": "ChatMessageAvatar",
160
+ "ChatMessageBody": "ChatMessageBody",
161
+ "ChatMessageActions": "ChatMessageActions",
162
+ "ChatMessageMeta": "ChatMessageMeta",
163
+ "ChatMessageTyping": "ChatMessageTyping",
164
+ "ChatMessageList": "ChatMessageList",
165
+ "ChatMessageListRoot": "ChatMessageListRoot",
166
+ "ChatMessageListItem": "ChatMessageListItem",
145
167
  "FormFieldRoot": "FormFieldRoot",
146
168
  "FormFieldLabel": "FormFieldLabel",
147
169
  "FormFieldInput": "FormFieldInput",
148
170
  "FormFieldDescription": "FormFieldDescription",
149
171
  "FormFieldError": "FormFieldError",
150
172
  "FormFieldInfoBox": "FormFieldInfoBox",
173
+ "ItemRoot": "ItemRoot",
174
+ "ItemHeader": "ItemHeader",
175
+ "ItemMedia": "ItemMedia",
176
+ "ItemContent": "ItemContent",
177
+ "ItemTitle": "ItemTitle",
178
+ "ItemDescription": "ItemDescription",
179
+ "ItemActions": "ItemActions",
180
+ "ItemFooter": "ItemFooter",
181
+ "ItemGroup": "ItemGroup",
182
+ "ItemGroupRoot": "ItemGroupRoot",
183
+ "ItemGroupSeparator": "ItemGroupSeparator",
151
184
  "Icon": "Icon",
152
185
  "InlineSvg": "InlineSvg",
153
186
  "LoadingSpinner": "LoadingSpinner",
@@ -221,6 +254,11 @@
221
254
  "TabProps": "TabProps",
222
255
  "TabPanelsProps": "TabPanelsProps",
223
256
  "TabPanelProps": "TabPanelProps",
257
+ "Breadcrumbs": "Breadcrumbs",
258
+ "BreadcrumbsRoot": "BreadcrumbsRoot",
259
+ "BreadcrumbsItem": "BreadcrumbsItem",
260
+ "BreadcrumbsProps": "BreadcrumbsProps",
261
+ "BreadcrumbsItemProps": "BreadcrumbsItemProps",
224
262
  "LocalizedField": "LocalizedField",
225
263
  "Steps": "Steps",
226
264
  "StepsRoot": "StepsRoot",
@@ -274,6 +312,14 @@
274
312
  "SplitterAside": "SplitterAside",
275
313
  "SplitterMain": "SplitterMain",
276
314
  "SplitterHandle": "SplitterHandle",
315
+ "Tree": "Tree",
316
+ "TreeRoot": "TreeRoot",
317
+ "TreeItem": "TreeItem",
318
+ "TreeItemContent": "TreeItemContent",
319
+ "TreeIndicator": "TreeIndicator",
320
+ "TreeSubTree": "TreeSubTree",
321
+ "useTree": "useTree",
322
+ "DropZone": "DropZone",
277
323
  "useColorScheme": "useColorScheme",
278
324
  "useColorMode": "useColorMode",
279
325
  "useColorModeValue": "useColorModeValue",
@@ -292,7 +338,11 @@
292
338
  "createListDataHandlers": "createListDataHandlers",
293
339
  "createArrayHandlers": "createArrayHandlers",
294
340
  "useFocusInputOnFieldClick": "useFocusInputOnFieldClick",
341
+ "useSlidingIndicator": "useSlidingIndicator",
342
+ "SlidingIndicatorGeometry": "SlidingIndicatorGeometry",
343
+ "SlidingIndicatorRects": "SlidingIndicatorRects",
295
344
  "FormActionBar": "FormActionBar",
345
+ "FloatingActionButton": "FloatingActionButton",
296
346
  "ConfirmationDialog": "ConfirmationDialog",
297
347
  "InfoDialog": "InfoDialog",
298
348
  "FormDialog": "FormDialog",
@@ -1028,10 +1028,10 @@
1028
1028
  "name": "() => string"
1029
1029
  }
1030
1030
  },
1031
- "__@iterator@1059": {
1031
+ "__@iterator@1066": {
1032
1032
  "defaultValue": null,
1033
1033
  "description": "Iterator",
1034
- "name": "__@iterator@1059",
1034
+ "name": "__@iterator@1066",
1035
1035
  "parent": {
1036
1036
  "fileName": "nimbus/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
1037
1037
  "name": "String"
@@ -0,0 +1,145 @@
1
+ {
2
+ "tags": {},
3
+ "filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
4
+ "description": "Positions an absolutely-placed \"indicator\" element over the active item inside\na container and keeps it in sync.\n\nThe hook is DOM-driven: it measures with `getBoundingClientRect` inside\n`useLayoutEffect` (so the indicator is placed before paint — no first-frame\nflash), re-measures when the active item changes (`MutationObserver` on\n{@link SlidingIndicatorOptions.watchAttributes}) and when the layout changes\n(`ResizeObserver`), and hides the indicator (opacity 0) when there is no\nactive item. The caller owns the indicator's appearance and transition; this\nhook only writes `opacity`, `width`/`height` (per `getGeometry`), and\n`transform`. The very first placement is applied with the transition\nmomentarily suppressed so the indicator snaps to the active item instead of\nsliding in from the container corner on initial render.\n\nNote: scroll is **not** tracked. Geometry is computed in container\ncoordinates, so if the container is itself scrollable the indicator only\nre-aligns on the next selection change or resize, not on scroll. Today's\ncallers (`Tabs`/`TabNav`) don't scroll their item strip, so this is a\nnon-issue; a future scrollable caller would need to observe scroll itself.\n\nUsed to drive the animated active-highlight on `Tabs` and `TabNav`, where\n`getGeometry` encodes whether the indicator is an edge bar (bottom or inner\nside) or a filled highlight.",
5
+ "displayName": "useSlidingIndicator",
6
+ "methods": [],
7
+ "props": {
8
+ "enabled": {
9
+ "defaultValue": null,
10
+ "description": "Whether the indicator is active. When `false` the hook is a complete no-op:\nit does not measure, observe, or mutate the indicator.",
11
+ "name": "enabled",
12
+ "parent": {
13
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
14
+ "name": "SlidingIndicatorOptions"
15
+ },
16
+ "declarations": [
17
+ {
18
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
19
+ "name": "SlidingIndicatorOptions"
20
+ }
21
+ ],
22
+ "required": true,
23
+ "type": {
24
+ "name": "boolean"
25
+ }
26
+ },
27
+ "indicatorRef": {
28
+ "defaultValue": null,
29
+ "description": "Ref to the indicator element. Its positioned parent\n(`indicator.parentElement`) is used as the measurement container, so the\nindicator must be `position: absolute` inside a positioned ancestor.",
30
+ "name": "indicatorRef",
31
+ "parent": {
32
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
33
+ "name": "SlidingIndicatorOptions"
34
+ },
35
+ "declarations": [
36
+ {
37
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
38
+ "name": "SlidingIndicatorOptions"
39
+ }
40
+ ],
41
+ "required": true,
42
+ "type": {
43
+ "name": "RefObject<HTMLElement | null>"
44
+ }
45
+ },
46
+ "activeSelector": {
47
+ "defaultValue": null,
48
+ "description": "CSS selector (queried within the container) for the active item.",
49
+ "name": "activeSelector",
50
+ "parent": {
51
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
52
+ "name": "SlidingIndicatorOptions"
53
+ },
54
+ "declarations": [
55
+ {
56
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
57
+ "name": "SlidingIndicatorOptions"
58
+ }
59
+ ],
60
+ "required": true,
61
+ "type": {
62
+ "name": "string"
63
+ }
64
+ },
65
+ "watchAttributes": {
66
+ "defaultValue": null,
67
+ "description": "Attribute names whose mutation anywhere in the container should trigger a\nre-measure (e.g. `[\"aria-selected\"]` or `[\"aria-current\"]`).",
68
+ "name": "watchAttributes",
69
+ "parent": {
70
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
71
+ "name": "SlidingIndicatorOptions"
72
+ },
73
+ "declarations": [
74
+ {
75
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
76
+ "name": "SlidingIndicatorOptions"
77
+ }
78
+ ],
79
+ "required": true,
80
+ "type": {
81
+ "name": "string[]"
82
+ }
83
+ },
84
+ "itemSelector": {
85
+ "defaultValue": null,
86
+ "description": "CSS selector for the items to observe for size changes (in addition to the\ncontainer). Defaults to {@link activeSelector}'s tag-agnostic siblings via\nthe container only when omitted.",
87
+ "name": "itemSelector",
88
+ "parent": {
89
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
90
+ "name": "SlidingIndicatorOptions"
91
+ },
92
+ "declarations": [
93
+ {
94
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
95
+ "name": "SlidingIndicatorOptions"
96
+ }
97
+ ],
98
+ "required": false,
99
+ "type": {
100
+ "name": "string"
101
+ }
102
+ },
103
+ "getGeometry": {
104
+ "defaultValue": null,
105
+ "description": "Maps the container + active rects to the indicator's geometry.",
106
+ "name": "getGeometry",
107
+ "parent": {
108
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
109
+ "name": "SlidingIndicatorOptions"
110
+ },
111
+ "declarations": [
112
+ {
113
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
114
+ "name": "SlidingIndicatorOptions"
115
+ }
116
+ ],
117
+ "required": true,
118
+ "type": {
119
+ "name": "(rects: SlidingIndicatorRects) => SlidingIndicatorGeometry"
120
+ }
121
+ },
122
+ "deps": {
123
+ "defaultValue": {
124
+ "value": "[]"
125
+ },
126
+ "description": "Extra dependencies that should tear down and re-run the effect (e.g. a\nchanged orientation or variant that alters `getGeometry`).",
127
+ "name": "deps",
128
+ "parent": {
129
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
130
+ "name": "SlidingIndicatorOptions"
131
+ },
132
+ "declarations": [
133
+ {
134
+ "fileName": "nimbus/packages/nimbus/src/hooks/use-sliding-indicator/use-sliding-indicator.ts",
135
+ "name": "SlidingIndicatorOptions"
136
+ }
137
+ ],
138
+ "required": false,
139
+ "type": {
140
+ "name": "unknown[]"
141
+ }
142
+ }
143
+ },
144
+ "supportsStyleProps": false
145
+ }