@commercetools/nimbus-mcp 3.1.0 → 3.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 (202) hide show
  1. package/README.md +9 -1
  2. package/data/docs/route-manifest.json +806 -41
  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-feedback-activity-indicator.json +396 -0
  8. package/data/docs/routes/components-feedback-tooltip.json +23 -1
  9. package/data/docs/routes/components-inputs-drop-zone.json +562 -0
  10. package/data/docs/routes/components-inputs-file-trigger.json +421 -0
  11. package/data/docs/routes/components-layout-splitter.json +3 -3
  12. package/data/docs/routes/components-media-avatar.json +16 -5
  13. package/data/docs/routes/components-navigation-menu.json +1 -1
  14. package/data/docs/routes/components-navigation-tabnav.json +80 -14
  15. package/data/docs/routes/components-navigation-tabs.json +44 -11
  16. package/data/docs/routes/components-navigation-tree.json +445 -0
  17. package/data/docs/routes/home-getting-started-mcp-server-overview.json +2 -2
  18. package/data/docs/routes/home-getting-started-mcp-server-setup.json +2 -2
  19. package/data/docs/routes/patterns-buttons-floating-action-button.json +392 -0
  20. package/data/docs/routes/patterns-buttons.json +58 -0
  21. package/data/docs/search-index.json +1 -1
  22. package/data/docs/types/AccordionContent.json +27 -27
  23. package/data/docs/types/AccordionHeader.json +89 -89
  24. package/data/docs/types/AccordionItem.json +22 -22
  25. package/data/docs/types/AccordionRoot.json +14 -14
  26. package/data/docs/types/ActivityIndicator.json +202 -0
  27. package/data/docs/types/AlertDescription.json +8 -8
  28. package/data/docs/types/AlertDismissButton.json +98 -81
  29. package/data/docs/types/AlertTitle.json +8 -8
  30. package/data/docs/types/Avatar.json +19 -2
  31. package/data/docs/types/Badge.json +2 -2
  32. package/data/docs/types/Body.json +6 -6
  33. package/data/docs/types/Box.json +6 -6
  34. package/data/docs/types/Button.json +106 -89
  35. package/data/docs/types/Calendar.json +56 -56
  36. package/data/docs/types/Caption.json +6 -6
  37. package/data/docs/types/CardRoot.json +2 -2
  38. package/data/docs/types/Cell.json +20 -20
  39. package/data/docs/types/ChatMessage.json +12 -0
  40. package/data/docs/types/ChatMessageActions.json +42 -0
  41. package/data/docs/types/ChatMessageAvatar.json +140 -0
  42. package/data/docs/types/ChatMessageBody.json +42 -0
  43. package/data/docs/types/ChatMessageList.json +12 -0
  44. package/data/docs/types/ChatMessageListItem.json +42 -0
  45. package/data/docs/types/ChatMessageListRoot.json +78 -0
  46. package/data/docs/types/ChatMessageMeta.json +42 -0
  47. package/data/docs/types/ChatMessageRoot.json +119 -0
  48. package/data/docs/types/ChatMessageTyping.json +42 -0
  49. package/data/docs/types/Checkbox.json +88 -88
  50. package/data/docs/types/Code.json +11 -11
  51. package/data/docs/types/CollapsibleMotionContent.json +2 -2
  52. package/data/docs/types/CollapsibleMotionRoot.json +2 -2
  53. package/data/docs/types/CollapsibleMotionTrigger.json +4 -4
  54. package/data/docs/types/Column.json +8 -8
  55. package/data/docs/types/ColumnGroup.json +8 -8
  56. package/data/docs/types/ColumnHeader.json +18 -18
  57. package/data/docs/types/ComboBoxListBox.json +70 -70
  58. package/data/docs/types/ComboBoxOption.json +64 -64
  59. package/data/docs/types/ComboBoxPopover.json +91 -70
  60. package/data/docs/types/ComboBoxRoot.json +8 -8
  61. package/data/docs/types/ComboBoxSection.json +25 -25
  62. package/data/docs/types/ComboBoxTrigger.json +6 -6
  63. package/data/docs/types/Content.json +2 -2
  64. package/data/docs/types/DataTable.json +2 -2
  65. package/data/docs/types/DataTableBody.json +21 -21
  66. package/data/docs/types/DataTableHeader.json +27 -27
  67. package/data/docs/types/DataTableRoot.json +2 -2
  68. package/data/docs/types/DataTableTable.json +20 -20
  69. package/data/docs/types/DateInput.json +73 -73
  70. package/data/docs/types/DatePicker.json +58 -58
  71. package/data/docs/types/DateRangePicker.json +86 -86
  72. package/data/docs/types/DateRangePickerField.json +86 -86
  73. package/data/docs/types/DefaultPageBackLink.json +16 -16
  74. package/data/docs/types/DefaultPageRoot.json +2 -2
  75. package/data/docs/types/DialogCloseTrigger.json +96 -79
  76. package/data/docs/types/DialogTrigger.json +2 -2
  77. package/data/docs/types/DraggableListField.json +88 -60
  78. package/data/docs/types/DraggableListItem.json +53 -53
  79. package/data/docs/types/DraggableListRoot.json +88 -60
  80. package/data/docs/types/DrawerCloseTrigger.json +96 -79
  81. package/data/docs/types/DrawerTrigger.json +2 -2
  82. package/data/docs/types/DropZone.json +161 -0
  83. package/data/docs/types/FieldErrors.json +2 -2
  84. package/data/docs/types/FileTrigger.json +130 -0
  85. package/data/docs/types/Flex.json +22 -22
  86. package/data/docs/types/FloatingActionButton.json +1036 -0
  87. package/data/docs/types/Footer.json +6 -6
  88. package/data/docs/types/FormActionBar.json +1 -1
  89. package/data/docs/types/FormFieldRoot.json +2 -2
  90. package/data/docs/types/Grid.json +24 -24
  91. package/data/docs/types/Group.json +12 -12
  92. package/data/docs/types/Header.json +6 -6
  93. package/data/docs/types/Heading.json +8 -8
  94. package/data/docs/types/Icon.json +4 -4
  95. package/data/docs/types/IconButton.json +106 -89
  96. package/data/docs/types/IconToggleButton.json +73 -73
  97. package/data/docs/types/Image.json +63 -63
  98. package/data/docs/types/Indicator.json +6 -6
  99. package/data/docs/types/InlineSvg.json +2 -2
  100. package/data/docs/types/Item.json +6 -6
  101. package/data/docs/types/Kbd.json +8 -8
  102. package/data/docs/types/Link.json +30 -30
  103. package/data/docs/types/ListIndicator.json +6 -6
  104. package/data/docs/types/ListItem.json +6 -6
  105. package/data/docs/types/ListRoot.json +11 -11
  106. package/data/docs/types/LoadingSpinner.json +2 -2
  107. package/data/docs/types/MakeElementFocusable.json +18 -18
  108. package/data/docs/types/Markdown.json +183 -0
  109. package/data/docs/types/MenuItem.json +63 -63
  110. package/data/docs/types/MenuRoot.json +57 -57
  111. package/data/docs/types/MenuSection.json +31 -31
  112. package/data/docs/types/MenuSubmenuTrigger.json +4 -4
  113. package/data/docs/types/MenuTrigger.json +89 -89
  114. package/data/docs/types/MultilineTextInput.json +104 -104
  115. package/data/docs/types/MultilineTextInputField.json +102 -102
  116. package/data/docs/types/NumberInput.json +86 -86
  117. package/data/docs/types/NumberInputField.json +82 -82
  118. package/data/docs/types/PageContentColumn.json +6 -6
  119. package/data/docs/types/PageContentRoot.json +6 -6
  120. package/data/docs/types/PasswordInput.json +100 -100
  121. package/data/docs/types/PasswordInputField.json +100 -100
  122. package/data/docs/types/ProgressBar.json +13 -13
  123. package/data/docs/types/RadioInputOption.json +56 -56
  124. package/data/docs/types/RadioInputRoot.json +48 -48
  125. package/data/docs/types/RangeCalendar.json +58 -58
  126. package/data/docs/types/Region.json +6 -6
  127. package/data/docs/types/RegionTarget.json +6 -6
  128. package/data/docs/types/RichTextInput.json +2 -2
  129. package/data/docs/types/Root.json +11 -11
  130. package/data/docs/types/Row.json +6 -6
  131. package/data/docs/types/ScrollArea.json +2 -2
  132. package/data/docs/types/SearchInput.json +106 -106
  133. package/data/docs/types/SearchInputField.json +102 -102
  134. package/data/docs/types/SelectOption.json +54 -54
  135. package/data/docs/types/SelectOptionGroup.json +18 -18
  136. package/data/docs/types/SelectOptions.json +64 -64
  137. package/data/docs/types/SelectRoot.json +92 -92
  138. package/data/docs/types/Separator.json +4 -4
  139. package/data/docs/types/SimpleGrid.json +28 -28
  140. package/data/docs/types/SlidingIndicatorGeometry.json +9 -0
  141. package/data/docs/types/SlidingIndicatorRects.json +9 -0
  142. package/data/docs/types/SplitButton.json +16 -20
  143. package/data/docs/types/SplitterRoot.json +2 -2
  144. package/data/docs/types/Stack.json +2 -2
  145. package/data/docs/types/StepsNextTrigger.json +2 -2
  146. package/data/docs/types/StepsPrevTrigger.json +2 -2
  147. package/data/docs/types/StepsRoot.json +2 -2
  148. package/data/docs/types/StepsTrigger.json +2 -2
  149. package/data/docs/types/Switch.json +36 -36
  150. package/data/docs/types/TabNavItem.json +21 -21
  151. package/data/docs/types/TabNavRoot.json +5 -5
  152. package/data/docs/types/TableBody.json +6 -6
  153. package/data/docs/types/TableCaption.json +6 -6
  154. package/data/docs/types/TableCell.json +20 -20
  155. package/data/docs/types/TableColumn.json +8 -8
  156. package/data/docs/types/TableColumnGroup.json +8 -8
  157. package/data/docs/types/TableColumnHeader.json +18 -18
  158. package/data/docs/types/TableFooter.json +6 -6
  159. package/data/docs/types/TableHeader.json +6 -6
  160. package/data/docs/types/TableRoot.json +33 -33
  161. package/data/docs/types/TableRow.json +6 -6
  162. package/data/docs/types/TableScrollArea.json +6 -6
  163. package/data/docs/types/TabsList.json +2 -2
  164. package/data/docs/types/TabsPanel.json +2 -2
  165. package/data/docs/types/TabsPanels.json +2 -2
  166. package/data/docs/types/TabsRoot.json +3 -3
  167. package/data/docs/types/TabsTab.json +4 -4
  168. package/data/docs/types/TagGroupRoot.json +24 -24
  169. package/data/docs/types/TagGroupTag.json +56 -56
  170. package/data/docs/types/TagGroupTagList.json +15 -15
  171. package/data/docs/types/Text.json +8 -8
  172. package/data/docs/types/TextInput.json +102 -102
  173. package/data/docs/types/TextInputField.json +100 -100
  174. package/data/docs/types/TimeInput.json +68 -68
  175. package/data/docs/types/ToggleButton.json +75 -75
  176. package/data/docs/types/ToggleButtonGroupButton.json +32 -32
  177. package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
  178. package/data/docs/types/Toolbar.json +9 -9
  179. package/data/docs/types/TooltipContent.json +28 -28
  180. package/data/docs/types/TooltipRoot.json +16 -16
  181. package/data/docs/types/Tree.json +12 -0
  182. package/data/docs/types/TreeIndicator.json +828 -0
  183. package/data/docs/types/TreeItem.json +559 -0
  184. package/data/docs/types/TreeItemContent.json +27 -0
  185. package/data/docs/types/TreeRoot.json +636 -0
  186. package/data/docs/types/TreeSubTree.json +40 -0
  187. package/data/docs/types/Trigger.json +4 -4
  188. package/data/docs/types/VisuallyHidden.json +6 -6
  189. package/data/docs/types/createItemsFromCsvDrop.json +4 -4
  190. package/data/docs/types/createItemsFromDirectoryDrop.json +4 -4
  191. package/data/docs/types/createItemsFromFileDrop.json +4 -4
  192. package/data/docs/types/createItemsFromImageDrop.json +4 -4
  193. package/data/docs/types/createItemsFromJsonDrop.json +4 -4
  194. package/data/docs/types/manifest.json +26 -0
  195. package/data/docs/types/useFocusInputOnFieldClick.json +11 -0
  196. package/data/docs/types/useRegion.json +2 -2
  197. package/data/docs/types/useSlidingIndicator.json +145 -0
  198. package/data/docs/types/useTree.json +267 -0
  199. package/data/tokens.json +21 -0
  200. package/data/uikit-tokens.json +894 -0
  201. package/dist/index.js +3298 -109
  202. package/package.json +8 -6
@@ -0,0 +1,119 @@
1
+ {
2
+ "tags": {
3
+ "supportsStyleProps": ""
4
+ },
5
+ "filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
6
+ "description": "ChatMessage.Root - The grid container for a single chat message.\n\nEstablishes the styling context and lays out the avatar, body and optional\nmeta row. The `sender` prop selects the layout direction (avatar leading for\n`\"agent\"`, trailing for `\"user\"`) and the sender-specific styling;\n`tone=\"error\"` tints the body for a failed generation.\n\nRenders a semantic `<article>` by default (a feed item, per the ARIA APG) so\na message is a discrete node in the accessibility tree. This is a *default*,\nnot a mandate: override the element with `as` (e.g. `as=\"li\"` inside a list)\nand name the message for assistive tech with `aria-label`/`aria-labelledby`.\nThe surrounding feed / live region is the consumer's to compose — see the\naccessibility docs.",
7
+ "displayName": "ChatMessageRoot",
8
+ "methods": [],
9
+ "props": {
10
+ "unstyled": {
11
+ "defaultValue": null,
12
+ "description": "If `true`, the element will opt out of the theme styles.",
13
+ "name": "unstyled",
14
+ "parent": {
15
+ "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
16
+ "name": "UnstyledProp"
17
+ },
18
+ "declarations": [
19
+ {
20
+ "fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.1_@emotion+react@11.14.0_@types+react@19.2.17_react@19.2.0__react_481d5ee5504b18c9383bebdcb4b66737/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
21
+ "name": "UnstyledProp"
22
+ }
23
+ ],
24
+ "required": false,
25
+ "type": {
26
+ "name": "boolean"
27
+ }
28
+ },
29
+ "tone": {
30
+ "defaultValue": {
31
+ "value": "\"neutral\""
32
+ },
33
+ "description": "Status overlay, orthogonal to `sender`. `\"error\"` tints the body with the\ncritical palette to flag a failed generation — an *agent* message can fail,\nso error is a tone rather than a sender.",
34
+ "name": "tone",
35
+ "declarations": [
36
+ {
37
+ "fileName": "nimbus/packages/nimbus/src/components/chat-message/chat-message.types.ts",
38
+ "name": "TypeLiteral"
39
+ }
40
+ ],
41
+ "required": false,
42
+ "type": {
43
+ "name": "ConditionalValue<\"neutral\" | \"error\">"
44
+ }
45
+ },
46
+ "sender": {
47
+ "defaultValue": {
48
+ "value": "\"agent\""
49
+ },
50
+ "description": "Which participant sent the message — drives the layout direction and the\nper-sender styling. A single value only: a message's sender is fixed, so\nresponsive/conditional values are intentionally not accepted (they would\nstyle the body per breakpoint while the avatar defaults could not follow).",
51
+ "name": "sender",
52
+ "declarations": [
53
+ {
54
+ "fileName": "nimbus/packages/nimbus/src/components/chat-message/chat-message.types.ts",
55
+ "name": "TypeLiteral"
56
+ }
57
+ ],
58
+ "required": false,
59
+ "type": {
60
+ "name": "enum",
61
+ "raw": "ChatMessageSender",
62
+ "value": [
63
+ {
64
+ "value": "\"user\""
65
+ },
66
+ {
67
+ "value": "\"agent\""
68
+ }
69
+ ]
70
+ }
71
+ },
72
+ "as": {
73
+ "defaultValue": null,
74
+ "description": "Override the rendered element. Defaults to `\"article\"` (a feed item, per\nthe ARIA APG); set e.g. `as=\"li\"` when composing the message into a list.",
75
+ "name": "as",
76
+ "declarations": [
77
+ {
78
+ "fileName": "nimbus/packages/nimbus/src/components/chat-message/chat-message.types.ts",
79
+ "name": "TypeLiteral"
80
+ }
81
+ ],
82
+ "required": false,
83
+ "type": {
84
+ "name": "ElementType<any, keyof IntrinsicElements>"
85
+ }
86
+ },
87
+ "isStreaming": {
88
+ "defaultValue": null,
89
+ "description": "Marks the message as still being generated. Sets `aria-busy` on the root so\nassistive tech knows the content is in flux. The live-region announcement\n(e.g. wrapping the feed in `role=\"log\" aria-live=\"polite\"`) stays the\nconsumer's responsibility — see the accessibility docs.",
90
+ "name": "isStreaming",
91
+ "declarations": [
92
+ {
93
+ "fileName": "nimbus/packages/nimbus/src/components/chat-message/chat-message.types.ts",
94
+ "name": "TypeLiteral"
95
+ }
96
+ ],
97
+ "required": false,
98
+ "type": {
99
+ "name": "boolean"
100
+ }
101
+ },
102
+ "ref": {
103
+ "defaultValue": null,
104
+ "description": "",
105
+ "name": "ref",
106
+ "declarations": [
107
+ {
108
+ "fileName": "nimbus/packages/nimbus/src/components/chat-message/chat-message.types.ts",
109
+ "name": "TypeLiteral"
110
+ }
111
+ ],
112
+ "required": false,
113
+ "type": {
114
+ "name": "Ref<HTMLDivElement>"
115
+ }
116
+ }
117
+ },
118
+ "supportsStyleProps": true
119
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "tags": {
3
+ "supportsStyleProps": ""
4
+ },
5
+ "filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
6
+ "description": "ChatMessage.Typing - Animated \"generating…\" indicator for a streaming reply.\n\nRenders the Nimbus `ActivityIndicator` (three bouncing dots) inside the\nbody while a response streams. Place it as the body's payload and swap it\nfor the real content once the stream settles.\n\nAccessibility: the dots are decorative (`ActivityIndicator` is always\n`aria-hidden`). Pass a visible label as `children` (e.g. \"Agent is\ntyping…\") for a per-message affordance, and/or set `isStreaming` on\n`ChatMessage.Root` (which sets `aria-busy`) — the coalesced live-region\nannouncement stays with the consumer's feed/turn container.",
7
+ "displayName": "ChatMessageTyping",
8
+ "methods": [],
9
+ "props": {
10
+ "as": {
11
+ "defaultValue": null,
12
+ "description": "Override the rendered element. Defaults to a `div`.",
13
+ "name": "as",
14
+ "declarations": [
15
+ {
16
+ "fileName": "nimbus/packages/nimbus/src/components/chat-message/chat-message.types.ts",
17
+ "name": "TypeLiteral"
18
+ }
19
+ ],
20
+ "required": false,
21
+ "type": {
22
+ "name": "ElementType<any, keyof IntrinsicElements>"
23
+ }
24
+ },
25
+ "ref": {
26
+ "defaultValue": null,
27
+ "description": "",
28
+ "name": "ref",
29
+ "declarations": [
30
+ {
31
+ "fileName": "nimbus/packages/nimbus/src/components/chat-message/chat-message.types.ts",
32
+ "name": "TypeLiteral"
33
+ }
34
+ ],
35
+ "required": false,
36
+ "type": {
37
+ "name": "Ref<HTMLDivElement>"
38
+ }
39
+ }
40
+ },
41
+ "supportsStyleProps": true
42
+ }