@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.
- package/README.md +9 -1
- package/data/docs/route-manifest.json +806 -41
- package/data/docs/routes/components-buttons-button.json +25 -2
- package/data/docs/routes/components-chat-chat-message-list.json +448 -0
- package/data/docs/routes/components-chat-chat-message.json +580 -0
- package/data/docs/routes/components-content-markdown.json +548 -0
- package/data/docs/routes/components-feedback-activity-indicator.json +396 -0
- package/data/docs/routes/components-feedback-tooltip.json +23 -1
- package/data/docs/routes/components-inputs-drop-zone.json +562 -0
- package/data/docs/routes/components-inputs-file-trigger.json +421 -0
- package/data/docs/routes/components-layout-splitter.json +3 -3
- package/data/docs/routes/components-media-avatar.json +16 -5
- package/data/docs/routes/components-navigation-menu.json +1 -1
- package/data/docs/routes/components-navigation-tabnav.json +80 -14
- package/data/docs/routes/components-navigation-tabs.json +44 -11
- package/data/docs/routes/components-navigation-tree.json +445 -0
- package/data/docs/routes/home-getting-started-mcp-server-overview.json +2 -2
- package/data/docs/routes/home-getting-started-mcp-server-setup.json +2 -2
- package/data/docs/routes/patterns-buttons-floating-action-button.json +392 -0
- package/data/docs/routes/patterns-buttons.json +58 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionContent.json +27 -27
- package/data/docs/types/AccordionHeader.json +89 -89
- package/data/docs/types/AccordionItem.json +22 -22
- package/data/docs/types/AccordionRoot.json +14 -14
- package/data/docs/types/ActivityIndicator.json +202 -0
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +98 -81
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +19 -2
- package/data/docs/types/Badge.json +2 -2
- package/data/docs/types/Body.json +6 -6
- package/data/docs/types/Box.json +6 -6
- package/data/docs/types/Button.json +106 -89
- package/data/docs/types/Calendar.json +56 -56
- package/data/docs/types/Caption.json +6 -6
- package/data/docs/types/CardRoot.json +2 -2
- package/data/docs/types/Cell.json +20 -20
- package/data/docs/types/ChatMessage.json +12 -0
- package/data/docs/types/ChatMessageActions.json +42 -0
- package/data/docs/types/ChatMessageAvatar.json +140 -0
- package/data/docs/types/ChatMessageBody.json +42 -0
- package/data/docs/types/ChatMessageList.json +12 -0
- package/data/docs/types/ChatMessageListItem.json +42 -0
- package/data/docs/types/ChatMessageListRoot.json +78 -0
- package/data/docs/types/ChatMessageMeta.json +42 -0
- package/data/docs/types/ChatMessageRoot.json +119 -0
- package/data/docs/types/ChatMessageTyping.json +42 -0
- package/data/docs/types/Checkbox.json +88 -88
- package/data/docs/types/Code.json +11 -11
- package/data/docs/types/CollapsibleMotionContent.json +2 -2
- package/data/docs/types/CollapsibleMotionRoot.json +2 -2
- package/data/docs/types/CollapsibleMotionTrigger.json +4 -4
- package/data/docs/types/Column.json +8 -8
- package/data/docs/types/ColumnGroup.json +8 -8
- package/data/docs/types/ColumnHeader.json +18 -18
- package/data/docs/types/ComboBoxListBox.json +70 -70
- package/data/docs/types/ComboBoxOption.json +64 -64
- package/data/docs/types/ComboBoxPopover.json +91 -70
- package/data/docs/types/ComboBoxRoot.json +8 -8
- package/data/docs/types/ComboBoxSection.json +25 -25
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/Content.json +2 -2
- package/data/docs/types/DataTable.json +2 -2
- package/data/docs/types/DataTableBody.json +21 -21
- package/data/docs/types/DataTableHeader.json +27 -27
- package/data/docs/types/DataTableRoot.json +2 -2
- package/data/docs/types/DataTableTable.json +20 -20
- package/data/docs/types/DateInput.json +73 -73
- package/data/docs/types/DatePicker.json +58 -58
- package/data/docs/types/DateRangePicker.json +86 -86
- package/data/docs/types/DateRangePickerField.json +86 -86
- package/data/docs/types/DefaultPageBackLink.json +16 -16
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +96 -79
- package/data/docs/types/DialogTrigger.json +2 -2
- package/data/docs/types/DraggableListField.json +88 -60
- package/data/docs/types/DraggableListItem.json +53 -53
- package/data/docs/types/DraggableListRoot.json +88 -60
- package/data/docs/types/DrawerCloseTrigger.json +96 -79
- package/data/docs/types/DrawerTrigger.json +2 -2
- package/data/docs/types/DropZone.json +161 -0
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/FileTrigger.json +130 -0
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/FloatingActionButton.json +1036 -0
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormActionBar.json +1 -1
- package/data/docs/types/FormFieldRoot.json +2 -2
- package/data/docs/types/Grid.json +24 -24
- package/data/docs/types/Group.json +12 -12
- package/data/docs/types/Header.json +6 -6
- package/data/docs/types/Heading.json +8 -8
- package/data/docs/types/Icon.json +4 -4
- package/data/docs/types/IconButton.json +106 -89
- package/data/docs/types/IconToggleButton.json +73 -73
- package/data/docs/types/Image.json +63 -63
- package/data/docs/types/Indicator.json +6 -6
- package/data/docs/types/InlineSvg.json +2 -2
- package/data/docs/types/Item.json +6 -6
- package/data/docs/types/Kbd.json +8 -8
- package/data/docs/types/Link.json +30 -30
- package/data/docs/types/ListIndicator.json +6 -6
- package/data/docs/types/ListItem.json +6 -6
- package/data/docs/types/ListRoot.json +11 -11
- package/data/docs/types/LoadingSpinner.json +2 -2
- package/data/docs/types/MakeElementFocusable.json +18 -18
- package/data/docs/types/Markdown.json +183 -0
- package/data/docs/types/MenuItem.json +63 -63
- package/data/docs/types/MenuRoot.json +57 -57
- package/data/docs/types/MenuSection.json +31 -31
- package/data/docs/types/MenuSubmenuTrigger.json +4 -4
- package/data/docs/types/MenuTrigger.json +89 -89
- package/data/docs/types/MultilineTextInput.json +104 -104
- package/data/docs/types/MultilineTextInputField.json +102 -102
- package/data/docs/types/NumberInput.json +86 -86
- package/data/docs/types/NumberInputField.json +82 -82
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +6 -6
- package/data/docs/types/PasswordInput.json +100 -100
- package/data/docs/types/PasswordInputField.json +100 -100
- package/data/docs/types/ProgressBar.json +13 -13
- package/data/docs/types/RadioInputOption.json +56 -56
- package/data/docs/types/RadioInputRoot.json +48 -48
- package/data/docs/types/RangeCalendar.json +58 -58
- package/data/docs/types/Region.json +6 -6
- package/data/docs/types/RegionTarget.json +6 -6
- package/data/docs/types/RichTextInput.json +2 -2
- package/data/docs/types/Root.json +11 -11
- package/data/docs/types/Row.json +6 -6
- package/data/docs/types/ScrollArea.json +2 -2
- package/data/docs/types/SearchInput.json +106 -106
- package/data/docs/types/SearchInputField.json +102 -102
- package/data/docs/types/SelectOption.json +54 -54
- package/data/docs/types/SelectOptionGroup.json +18 -18
- package/data/docs/types/SelectOptions.json +64 -64
- package/data/docs/types/SelectRoot.json +92 -92
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SlidingIndicatorGeometry.json +9 -0
- package/data/docs/types/SlidingIndicatorRects.json +9 -0
- package/data/docs/types/SplitButton.json +16 -20
- package/data/docs/types/SplitterRoot.json +2 -2
- package/data/docs/types/Stack.json +2 -2
- package/data/docs/types/StepsNextTrigger.json +2 -2
- package/data/docs/types/StepsPrevTrigger.json +2 -2
- package/data/docs/types/StepsRoot.json +2 -2
- package/data/docs/types/StepsTrigger.json +2 -2
- package/data/docs/types/Switch.json +36 -36
- package/data/docs/types/TabNavItem.json +21 -21
- package/data/docs/types/TabNavRoot.json +5 -5
- package/data/docs/types/TableBody.json +6 -6
- package/data/docs/types/TableCaption.json +6 -6
- package/data/docs/types/TableCell.json +20 -20
- package/data/docs/types/TableColumn.json +8 -8
- package/data/docs/types/TableColumnGroup.json +8 -8
- package/data/docs/types/TableColumnHeader.json +18 -18
- package/data/docs/types/TableFooter.json +6 -6
- package/data/docs/types/TableHeader.json +6 -6
- package/data/docs/types/TableRoot.json +33 -33
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsList.json +2 -2
- package/data/docs/types/TabsPanel.json +2 -2
- package/data/docs/types/TabsPanels.json +2 -2
- package/data/docs/types/TabsRoot.json +3 -3
- package/data/docs/types/TabsTab.json +4 -4
- package/data/docs/types/TagGroupRoot.json +24 -24
- package/data/docs/types/TagGroupTag.json +56 -56
- package/data/docs/types/TagGroupTagList.json +15 -15
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +102 -102
- package/data/docs/types/TextInputField.json +100 -100
- package/data/docs/types/TimeInput.json +68 -68
- package/data/docs/types/ToggleButton.json +75 -75
- package/data/docs/types/ToggleButtonGroupButton.json +32 -32
- package/data/docs/types/ToggleButtonGroupRoot.json +20 -20
- package/data/docs/types/Toolbar.json +9 -9
- package/data/docs/types/TooltipContent.json +28 -28
- package/data/docs/types/TooltipRoot.json +16 -16
- package/data/docs/types/Tree.json +12 -0
- package/data/docs/types/TreeIndicator.json +828 -0
- package/data/docs/types/TreeItem.json +559 -0
- package/data/docs/types/TreeItemContent.json +27 -0
- package/data/docs/types/TreeRoot.json +636 -0
- package/data/docs/types/TreeSubTree.json +40 -0
- package/data/docs/types/Trigger.json +4 -4
- package/data/docs/types/VisuallyHidden.json +6 -6
- package/data/docs/types/createItemsFromCsvDrop.json +4 -4
- package/data/docs/types/createItemsFromDirectoryDrop.json +4 -4
- package/data/docs/types/createItemsFromFileDrop.json +4 -4
- package/data/docs/types/createItemsFromImageDrop.json +4 -4
- package/data/docs/types/createItemsFromJsonDrop.json +4 -4
- package/data/docs/types/manifest.json +26 -0
- package/data/docs/types/useFocusInputOnFieldClick.json +11 -0
- package/data/docs/types/useRegion.json +2 -2
- package/data/docs/types/useSlidingIndicator.json +145 -0
- package/data/docs/types/useTree.json +267 -0
- package/data/tokens.json +21 -0
- package/data/uikit-tokens.json +894 -0
- package/dist/index.js +3298 -109
- package/package.json +8 -6
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"name": "abbr",
|
|
12
12
|
"parent": {
|
|
13
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
13
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
14
14
|
"name": "ThHTMLAttributes"
|
|
15
15
|
},
|
|
16
16
|
"declarations": [
|
|
17
17
|
{
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
19
19
|
"name": "ThHTMLAttributes"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"description": "",
|
|
30
30
|
"name": "align",
|
|
31
31
|
"parent": {
|
|
32
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
32
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
33
33
|
"name": "TableHTMLAttributes"
|
|
34
34
|
},
|
|
35
35
|
"declarations": [
|
|
36
36
|
{
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
38
38
|
"name": "TableHTMLAttributes"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"description": "",
|
|
61
61
|
"name": "colSpan",
|
|
62
62
|
"parent": {
|
|
63
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
63
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
64
64
|
"name": "ThHTMLAttributes"
|
|
65
65
|
},
|
|
66
66
|
"declarations": [
|
|
67
67
|
{
|
|
68
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
68
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
69
69
|
"name": "ThHTMLAttributes"
|
|
70
70
|
}
|
|
71
71
|
],
|
|
@@ -79,12 +79,12 @@
|
|
|
79
79
|
"description": "",
|
|
80
80
|
"name": "headers",
|
|
81
81
|
"parent": {
|
|
82
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
82
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
83
83
|
"name": "ThHTMLAttributes"
|
|
84
84
|
},
|
|
85
85
|
"declarations": [
|
|
86
86
|
{
|
|
87
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
87
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
88
88
|
"name": "ThHTMLAttributes"
|
|
89
89
|
}
|
|
90
90
|
],
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
"description": "",
|
|
99
99
|
"name": "rowSpan",
|
|
100
100
|
"parent": {
|
|
101
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
101
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
102
102
|
"name": "ThHTMLAttributes"
|
|
103
103
|
},
|
|
104
104
|
"declarations": [
|
|
105
105
|
{
|
|
106
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
106
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
107
107
|
"name": "ThHTMLAttributes"
|
|
108
108
|
}
|
|
109
109
|
],
|
|
@@ -117,12 +117,12 @@
|
|
|
117
117
|
"description": "",
|
|
118
118
|
"name": "scope",
|
|
119
119
|
"parent": {
|
|
120
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
120
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
121
121
|
"name": "ThHTMLAttributes"
|
|
122
122
|
},
|
|
123
123
|
"declarations": [
|
|
124
124
|
{
|
|
125
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
125
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
126
126
|
"name": "ThHTMLAttributes"
|
|
127
127
|
}
|
|
128
128
|
],
|
|
@@ -136,12 +136,12 @@
|
|
|
136
136
|
"description": "",
|
|
137
137
|
"name": "valign",
|
|
138
138
|
"parent": {
|
|
139
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
139
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
140
140
|
"name": "TdHTMLAttributes"
|
|
141
141
|
},
|
|
142
142
|
"declarations": [
|
|
143
143
|
{
|
|
144
|
-
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.
|
|
144
|
+
"fileName": "nimbus/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
|
|
145
145
|
"name": "TdHTMLAttributes"
|
|
146
146
|
}
|
|
147
147
|
],
|
|
@@ -170,12 +170,12 @@
|
|
|
170
170
|
"description": "",
|
|
171
171
|
"name": "css",
|
|
172
172
|
"parent": {
|
|
173
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
173
|
+
"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",
|
|
174
174
|
"name": "JsxStyleProps"
|
|
175
175
|
},
|
|
176
176
|
"declarations": [
|
|
177
177
|
{
|
|
178
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
178
|
+
"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",
|
|
179
179
|
"name": "JsxStyleProps"
|
|
180
180
|
}
|
|
181
181
|
],
|
|
@@ -189,12 +189,12 @@
|
|
|
189
189
|
"description": "",
|
|
190
190
|
"name": "as",
|
|
191
191
|
"parent": {
|
|
192
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
192
|
+
"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",
|
|
193
193
|
"name": "PolymorphicProps"
|
|
194
194
|
},
|
|
195
195
|
"declarations": [
|
|
196
196
|
{
|
|
197
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
197
|
+
"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",
|
|
198
198
|
"name": "PolymorphicProps"
|
|
199
199
|
}
|
|
200
200
|
],
|
|
@@ -208,12 +208,12 @@
|
|
|
208
208
|
"description": "",
|
|
209
209
|
"name": "asChild",
|
|
210
210
|
"parent": {
|
|
211
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
211
|
+
"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",
|
|
212
212
|
"name": "PolymorphicProps"
|
|
213
213
|
},
|
|
214
214
|
"declarations": [
|
|
215
215
|
{
|
|
216
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.36.
|
|
216
|
+
"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",
|
|
217
217
|
"name": "PolymorphicProps"
|
|
218
218
|
}
|
|
219
219
|
],
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"see": "{@link https://nimbus-documentation.vercel.app/components/feedback/chat-message}",
|
|
4
|
+
"example": "```tsx\n<ChatMessage.Root sender=\"agent\">\n <ChatMessage.Avatar>\n <AutoAwesome />\n </ChatMessage.Avatar>\n <ChatMessage.Body>\n <Text>Here is the summary you asked for.</Text>\n <ChatMessage.Actions>\n <Button variant=\"outline\">Save as draft</Button>\n <Button variant=\"solid\">Approve</Button>\n </ChatMessage.Actions>\n </ChatMessage.Body>\n <ChatMessage.Meta>\n <Link>How was this generated?</Link>\n <Text>Apr 13, 11:56pm</Text>\n </ChatMessage.Meta>\n</ChatMessage.Root>\n```"
|
|
5
|
+
},
|
|
6
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
7
|
+
"description": "ChatMessage\n============================================================\nA compound component representing a single message in an AI chat feed.\nIt provides a body container, an avatar, and layout-only slots that\nconsumers fill with their own content: actions inside the body, a meta\nbelow it, and a typing indicator for streaming replies. The `sender` prop\ndrives the layout direction and sender-specific styling, and `tone` flags a\nfailed generation.\n\nChatMessage renders a single message; composing the surrounding feed and any\nlive region is the consumer's job — see the accessibility documentation.",
|
|
8
|
+
"displayName": "ChatMessage",
|
|
9
|
+
"methods": [],
|
|
10
|
+
"props": {},
|
|
11
|
+
"supportsStyleProps": false
|
|
12
|
+
}
|
|
@@ -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.Actions - Layout-only row for action buttons inside the body.\n\nRenders a right-aligned, wrapping flex row. Consumers provide the buttons.",
|
|
7
|
+
"displayName": "ChatMessageActions",
|
|
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
|
+
}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"supportsStyleProps": ""
|
|
4
|
+
},
|
|
5
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
+
"description": "ChatMessage.Avatar - The sender's avatar.\n\nWraps the Nimbus `Avatar` (defaulting to `size=\"xs\"`, a 32px box per the\nFigma spec). Unless the consumer sets `variant` explicitly, the variant\ndefaults per `sender`: `solid` for the `agent` (a strong branded glyph) and\n`subtle` for the `user` (a softer surface that matches the user body's tint).\nThe color *palette* comes from the ChatMessage recipe (`primary`), so\nconsumers only supply the avatar content (initials via `firstName`/\n`lastName`, an image `src`, or a custom icon via `children`).\n\nAn **unconfigured** avatar (no content supplied) falls back to a\nsender-appropriate generic glyph: the AI `AutoAwesome` sparkle for the\n`agent`, and the `Avatar`'s built-in person icon for the `user`.\n\nProps flow to the **inner `Avatar`**, not to the grid-cell wrapper — the\nwrapper only exists to occupy the avatar column.\n\nAccessibility: the avatar is **decorative by default** (`aria-hidden`). A\nsender glyph duplicates information better conveyed by the message's\naccessible name and column, and a nameless `Avatar` would otherwise announce\na misleading generic label. Passing `firstName`/`lastName` or an explicit\n`aria-label` opts it back into the accessibility tree with a real name.",
|
|
7
|
+
"displayName": "ChatMessageAvatar",
|
|
8
|
+
"methods": [],
|
|
9
|
+
"props": {
|
|
10
|
+
"size": {
|
|
11
|
+
"defaultValue": {
|
|
12
|
+
"value": "xs"
|
|
13
|
+
},
|
|
14
|
+
"description": "Size variant of the avatar",
|
|
15
|
+
"name": "size",
|
|
16
|
+
"declarations": [
|
|
17
|
+
{
|
|
18
|
+
"fileName": "nimbus/packages/nimbus/src/components/avatar/avatar.types.ts",
|
|
19
|
+
"name": "TypeLiteral"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"required": false,
|
|
23
|
+
"type": {
|
|
24
|
+
"name": "ConditionalValue<\"md\" | \"2xs\" | \"xs\">"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"variant": {
|
|
28
|
+
"defaultValue": {
|
|
29
|
+
"value": "\"subtle\""
|
|
30
|
+
},
|
|
31
|
+
"description": "Visual style variant of the avatar",
|
|
32
|
+
"name": "variant",
|
|
33
|
+
"declarations": [
|
|
34
|
+
{
|
|
35
|
+
"fileName": "nimbus/packages/nimbus/src/components/avatar/avatar.types.ts",
|
|
36
|
+
"name": "TypeLiteral"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"required": false,
|
|
40
|
+
"type": {
|
|
41
|
+
"name": "ConditionalValue<\"solid\" | \"subtle\">"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"unstyled": {
|
|
45
|
+
"defaultValue": null,
|
|
46
|
+
"description": "If `true`, the element will opt out of the theme styles.",
|
|
47
|
+
"name": "unstyled",
|
|
48
|
+
"parent": {
|
|
49
|
+
"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",
|
|
50
|
+
"name": "UnstyledProp"
|
|
51
|
+
},
|
|
52
|
+
"declarations": [
|
|
53
|
+
{
|
|
54
|
+
"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",
|
|
55
|
+
"name": "UnstyledProp"
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"required": false,
|
|
59
|
+
"type": {
|
|
60
|
+
"name": "boolean"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"firstName": {
|
|
64
|
+
"defaultValue": null,
|
|
65
|
+
"description": "First name used to generate initials. Optional — empty,\nwhitespace-only, or omitted values are handled gracefully and the\ncomponent falls back to `lastName` (if usable) or to the `Person`\nicon when neither name yields a usable character.",
|
|
66
|
+
"name": "firstName",
|
|
67
|
+
"declarations": [
|
|
68
|
+
{
|
|
69
|
+
"fileName": "nimbus/packages/nimbus/src/components/avatar/avatar.types.ts",
|
|
70
|
+
"name": "TypeLiteral"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"required": false,
|
|
74
|
+
"type": {
|
|
75
|
+
"name": "string"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"lastName": {
|
|
79
|
+
"defaultValue": null,
|
|
80
|
+
"description": "Last name used to generate initials. Optional — empty,\nwhitespace-only, or omitted values are handled gracefully and the\ncomponent falls back to `firstName` (if usable) or to the `Person`\nicon when neither name yields a usable character.",
|
|
81
|
+
"name": "lastName",
|
|
82
|
+
"declarations": [
|
|
83
|
+
{
|
|
84
|
+
"fileName": "nimbus/packages/nimbus/src/components/avatar/avatar.types.ts",
|
|
85
|
+
"name": "TypeLiteral"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"required": false,
|
|
89
|
+
"type": {
|
|
90
|
+
"name": "string"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"src": {
|
|
94
|
+
"defaultValue": null,
|
|
95
|
+
"description": "Image source URL for the avatar",
|
|
96
|
+
"name": "src",
|
|
97
|
+
"declarations": [
|
|
98
|
+
{
|
|
99
|
+
"fileName": "nimbus/packages/nimbus/src/components/avatar/avatar.types.ts",
|
|
100
|
+
"name": "TypeLiteral"
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"required": false,
|
|
104
|
+
"type": {
|
|
105
|
+
"name": "string"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"alt": {
|
|
109
|
+
"defaultValue": null,
|
|
110
|
+
"description": "Alternative text for the avatar image",
|
|
111
|
+
"name": "alt",
|
|
112
|
+
"declarations": [
|
|
113
|
+
{
|
|
114
|
+
"fileName": "nimbus/packages/nimbus/src/components/avatar/avatar.types.ts",
|
|
115
|
+
"name": "TypeLiteral"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"required": false,
|
|
119
|
+
"type": {
|
|
120
|
+
"name": "string"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"ref": {
|
|
124
|
+
"defaultValue": null,
|
|
125
|
+
"description": "Ref forwarding to the root element",
|
|
126
|
+
"name": "ref",
|
|
127
|
+
"declarations": [
|
|
128
|
+
{
|
|
129
|
+
"fileName": "nimbus/packages/nimbus/src/components/avatar/avatar.types.ts",
|
|
130
|
+
"name": "TypeLiteral"
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"required": false,
|
|
134
|
+
"type": {
|
|
135
|
+
"name": "Ref<HTMLDivElement>"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"supportsStyleProps": true
|
|
140
|
+
}
|
|
@@ -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.Body - The rounded card that holds the message payload.\n\nStacks its children vertically; place `ChatMessage.Actions` as the last child\nto pin action buttons to the bottom of the body. Background, padding,\nborder-radius and max-width are set per `sender` by the recipe.",
|
|
7
|
+
"displayName": "ChatMessageBody",
|
|
8
|
+
"methods": [],
|
|
9
|
+
"props": {
|
|
10
|
+
"as": {
|
|
11
|
+
"defaultValue": null,
|
|
12
|
+
"description": "Override the rendered element (e.g. `as=\"section\"`). 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
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"see": "{@link https://nimbus-documentation.vercel.app/components/feedback/chat-message-list}",
|
|
4
|
+
"example": "```tsx\n<ChatMessageList.Root aria-label=\"Conversation with the agent\">\n <ChatMessageList.Item>\n <ChatMessage.Root sender=\"user\">\n <ChatMessage.Body><Text>Summarise last week's orders?</Text></ChatMessage.Body>\n </ChatMessage.Root>\n </ChatMessageList.Item>\n <ChatMessageList.Item>\n <Box mx=\"auto\" textAlign=\"center\" color=\"neutral.11\" textStyle=\"sm\">\n Conversation history was cleared.\n </Box>\n </ChatMessageList.Item>\n</ChatMessageList.Root>\n```"
|
|
5
|
+
},
|
|
6
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
7
|
+
"description": "ChatMessageList\n============================================================\nA compound component that presents a **scrollable sequence of chat messages**\nand owns transcript-level scroll and announcement behavior. It is the second\nprimitive in the `Chat*` family: `ChatMessage` renders one message,\n`ChatMessageList` arranges many into a conversation.\n\nA list is defined by its items, so `ChatMessageList` is a compound of a\n`Root` and its `Item`s — not a box that happens to contain children. The\n`Item` is the list-membership socket; a `ChatMessage` (or any other content)\nis what plugs into it.\n\n`Root` wraps the Nimbus `ScrollArea`, owns autoscroll / stick-to-bottom and\nthe \"jump to latest\" affordance, and is the single persistent\n`role=\"log\"` `aria-live=\"polite\"` region that announces appended and streamed\nreplies — the counterpart to `ChatMessage`'s `isStreaming` busy flag.",
|
|
8
|
+
"displayName": "ChatMessageList",
|
|
9
|
+
"methods": [],
|
|
10
|
+
"props": {},
|
|
11
|
+
"supportsStyleProps": false
|
|
12
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"supportsStyleProps": ""
|
|
4
|
+
},
|
|
5
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
+
"description": "ChatMessageList.Item - One member of the transcript.\n\nThe list-membership socket: it owns inter-item placement and the entry\npresentation of a newly appended member, and is content-agnostic — it holds a\n`ChatMessage` or any other content without reaching into it.\nThat child-agnosticism is what lets a system notice be a peer of a message\nrather than a message variant.\n\nIt deliberately does **not** assert `role=\"listitem\"`, which would conflict\nwith the `log` live-region semantics of `ChatMessageList.Root`; it provides\nDOM order and a structural styling hook only.",
|
|
7
|
+
"displayName": "ChatMessageListItem",
|
|
8
|
+
"methods": [],
|
|
9
|
+
"props": {
|
|
10
|
+
"as": {
|
|
11
|
+
"defaultValue": null,
|
|
12
|
+
"description": "Override the rendered element. Defaults to a `div`. Note: `Item`\ndeliberately does not assert `role=\"listitem\"` (it would conflict with the\n`log` container). `as=\"li\"` only yields real list semantics inside an\nactual `list`/`role=\"list\"` ancestor, which the transcript is not.",
|
|
13
|
+
"name": "as",
|
|
14
|
+
"declarations": [
|
|
15
|
+
{
|
|
16
|
+
"fileName": "nimbus/packages/nimbus/src/components/chat-message-list/chat-message-list.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": "Ref forwarding to the item element.",
|
|
28
|
+
"name": "ref",
|
|
29
|
+
"declarations": [
|
|
30
|
+
{
|
|
31
|
+
"fileName": "nimbus/packages/nimbus/src/components/chat-message-list/chat-message-list.types.ts",
|
|
32
|
+
"name": "TypeLiteral"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"required": false,
|
|
36
|
+
"type": {
|
|
37
|
+
"name": "Ref<HTMLDivElement>"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"supportsStyleProps": true
|
|
42
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"supportsStyleProps": ""
|
|
4
|
+
},
|
|
5
|
+
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
6
|
+
"description": "ChatMessageList.Root - The scrollable transcript container.\n\nWraps the Nimbus `ScrollArea` for the viewport and owns transcript-level\nbehavior: autoscroll / stick-to-bottom (pins to the newest item while the\nuser is at the bottom, including during streaming, and releases when they\nscroll up), the \"jump to latest\" affordance, and the single persistent\n`role=\"log\"` `aria-live=\"polite\"` region that announces appended and streamed\nmessages. When there are no items it renders `emptyState`.\n\nThe list is content-agnostic: its `Item`s hold a `ChatMessage` or any other\ncontent and it never reaches into them. It renders one message's\nannouncement at the transcript level; the message itself only flags\n`aria-busy` while streaming (see `ChatMessage`).",
|
|
7
|
+
"displayName": "ChatMessageListRoot",
|
|
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
|
+
"autoScroll": {
|
|
30
|
+
"defaultValue": {
|
|
31
|
+
"value": "true"
|
|
32
|
+
},
|
|
33
|
+
"description": "Keep the viewport pinned to the newest item while the user is at the\nbottom (including while a reply streams and grows), releasing the pin\nwhen the user scrolls up to read history. Set to `false` to disable\nautomatic scrolling entirely and drive it yourself via the ref handle.",
|
|
34
|
+
"name": "autoScroll",
|
|
35
|
+
"declarations": [
|
|
36
|
+
{
|
|
37
|
+
"fileName": "nimbus/packages/nimbus/src/components/chat-message-list/chat-message-list.types.ts",
|
|
38
|
+
"name": "TypeLiteral"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"required": false,
|
|
42
|
+
"type": {
|
|
43
|
+
"name": "boolean"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"emptyState": {
|
|
47
|
+
"defaultValue": null,
|
|
48
|
+
"description": "Content rendered when the list has no `Item` children — an onboarding\nprompt, suggested questions, or a simple \"No messages yet\" line.",
|
|
49
|
+
"name": "emptyState",
|
|
50
|
+
"declarations": [
|
|
51
|
+
{
|
|
52
|
+
"fileName": "nimbus/packages/nimbus/src/components/chat-message-list/chat-message-list.types.ts",
|
|
53
|
+
"name": "TypeLiteral"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"required": false,
|
|
57
|
+
"type": {
|
|
58
|
+
"name": "ReactNode"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"ref": {
|
|
62
|
+
"defaultValue": null,
|
|
63
|
+
"description": "Imperative handle for programmatic scroll control.",
|
|
64
|
+
"name": "ref",
|
|
65
|
+
"declarations": [
|
|
66
|
+
{
|
|
67
|
+
"fileName": "nimbus/packages/nimbus/src/components/chat-message-list/chat-message-list.types.ts",
|
|
68
|
+
"name": "TypeLiteral"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"required": false,
|
|
72
|
+
"type": {
|
|
73
|
+
"name": "Ref<ChatMessageListHandle>"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"supportsStyleProps": true
|
|
78
|
+
}
|
|
@@ -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.Meta - Layout-only row rendered below the body.\n\nRenders a `space-between` flex row aligned with the body. Consumers provide\nthe content (timestamp, provenance/trust links, reaction icons). With a\nsingle child, `space-between` leaves it at the start of the row — pair it\nwith a spacer or a second element to push content to the end.",
|
|
7
|
+
"displayName": "ChatMessageMeta",
|
|
8
|
+
"methods": [],
|
|
9
|
+
"props": {
|
|
10
|
+
"as": {
|
|
11
|
+
"defaultValue": null,
|
|
12
|
+
"description": "Override the rendered element (e.g. `as=\"footer\"`). 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
|
+
}
|