@commercetools/nimbus-mcp 2.10.0 → 3.0.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/data/docs/route-manifest.json +288 -0
- package/data/docs/routes/components-data-display-card.json +71 -5
- package/data/docs/routes/components-feedback-toast.json +1 -1
- package/data/docs/routes/components-layout-defaultpage.json +4 -4
- package/data/docs/routes/components-layout-modalpage.json +4 -4
- package/data/docs/routes/components-layout-scrollarea.json +428 -0
- package/data/docs/routes/components-media-avatar.json +24 -2
- package/data/docs/routes/patterns-actions-form-action-bar.json +412 -0
- package/data/docs/routes/patterns-dialogs-info-dialog.json +315 -0
- package/data/docs/routes/patterns-dialogs.json +78 -0
- package/data/docs/search-index.json +1 -1
- package/data/docs/types/AccordionHeader.json +33 -33
- package/data/docs/types/AccordionRoot.json +2 -2
- package/data/docs/types/AlertDescription.json +8 -8
- package/data/docs/types/AlertDismissButton.json +52 -52
- package/data/docs/types/AlertTitle.json +8 -8
- package/data/docs/types/Avatar.json +8 -8
- 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 +24 -24
- package/data/docs/types/Caption.json +6 -6
- package/data/docs/types/Card.json +1 -1
- package/data/docs/types/{CardContent.json → CardBody.json} +2 -2
- package/data/docs/types/CardFooter.json +27 -0
- package/data/docs/types/CardRoot.json +18 -48
- package/data/docs/types/Cell.json +6 -6
- package/data/docs/types/Checkbox.json +2 -2
- package/data/docs/types/Code.json +10 -10
- package/data/docs/types/Column.json +6 -6
- package/data/docs/types/ColumnGroup.json +6 -6
- package/data/docs/types/ColumnHeader.json +6 -6
- package/data/docs/types/ComboBoxListBox.json +6 -6
- package/data/docs/types/ComboBoxPopover.json +8 -8
- package/data/docs/types/ComboBoxRoot.json +24 -24
- package/data/docs/types/ComboBoxSection.json +6 -6
- package/data/docs/types/ComboBoxTrigger.json +6 -6
- package/data/docs/types/DataTable.json +2 -2
- package/data/docs/types/DataTableBody.json +6 -6
- package/data/docs/types/DataTableHeader.json +7 -7
- package/data/docs/types/DataTableRoot.json +2 -2
- package/data/docs/types/DataTableTable.json +6 -6
- package/data/docs/types/DatePicker.json +16 -16
- package/data/docs/types/DateRangePickerField.json +17 -17
- package/data/docs/types/DefaultPageRoot.json +2 -2
- package/data/docs/types/DialogCloseTrigger.json +52 -52
- package/data/docs/types/DraggableListField.json +10 -10
- package/data/docs/types/DraggableListItem.json +6 -6
- package/data/docs/types/DraggableListRoot.json +8 -8
- package/data/docs/types/DrawerCloseTrigger.json +52 -52
- package/data/docs/types/FieldErrors.json +2 -2
- package/data/docs/types/Flex.json +22 -22
- package/data/docs/types/Footer.json +6 -6
- package/data/docs/types/FormActionBar.json +200 -0
- package/data/docs/types/FormFieldRoot.json +2 -2
- package/data/docs/types/Grid.json +24 -24
- package/data/docs/types/Group.json +2 -2
- 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 +24 -24
- package/data/docs/types/IconToggleButton.json +17 -17
- package/data/docs/types/Image.json +38 -38
- package/data/docs/types/Indicator.json +6 -6
- package/data/docs/types/InfoDialog.json +104 -0
- 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 +8 -8
- package/data/docs/types/ListIndicator.json +6 -6
- package/data/docs/types/ListItem.json +6 -6
- package/data/docs/types/ListRoot.json +10 -10
- package/data/docs/types/LoadingSpinner.json +2 -2
- package/data/docs/types/MenuTrigger.json +33 -33
- package/data/docs/types/MultilineTextInput.json +34 -34
- package/data/docs/types/MultilineTextInputField.json +19 -19
- package/data/docs/types/NumberInput.json +19 -19
- package/data/docs/types/NumberInputField.json +38 -38
- package/data/docs/types/PageContentColumn.json +6 -6
- package/data/docs/types/PageContentRoot.json +20 -20
- package/data/docs/types/PasswordInput.json +17 -17
- package/data/docs/types/PasswordInputField.json +17 -17
- package/data/docs/types/ProgressBar.json +21 -21
- package/data/docs/types/RichTextInput.json +2 -2
- package/data/docs/types/Root.json +10 -10
- package/data/docs/types/Row.json +6 -6
- package/data/docs/types/ScrollArea.json +129 -32
- package/data/docs/types/ScrollAreaElementIds.json +9 -0
- package/data/docs/types/ScrollAreaProps.json +9 -0
- package/data/docs/types/SearchInput.json +19 -19
- package/data/docs/types/SearchInputField.json +25 -25
- package/data/docs/types/SelectRoot.json +15 -15
- package/data/docs/types/Separator.json +4 -4
- package/data/docs/types/SimpleGrid.json +28 -28
- package/data/docs/types/SplitButton.json +2 -2
- package/data/docs/types/Stack.json +2 -2
- package/data/docs/types/StepsRoot.json +2 -2
- package/data/docs/types/Switch.json +2 -2
- package/data/docs/types/TabNavItem.json +19 -19
- package/data/docs/types/TabNavRoot.json +18 -18
- package/data/docs/types/TableBody.json +6 -6
- package/data/docs/types/TableCaption.json +6 -6
- package/data/docs/types/TableCell.json +6 -6
- package/data/docs/types/TableColumn.json +6 -6
- package/data/docs/types/TableColumnGroup.json +6 -6
- package/data/docs/types/TableColumnHeader.json +6 -6
- package/data/docs/types/TableFooter.json +6 -6
- package/data/docs/types/TableHeader.json +6 -6
- package/data/docs/types/TableRoot.json +18 -18
- package/data/docs/types/TableRow.json +6 -6
- package/data/docs/types/TableScrollArea.json +6 -6
- package/data/docs/types/TabsTab.json +17 -17
- package/data/docs/types/Text.json +8 -8
- package/data/docs/types/TextInput.json +16 -16
- package/data/docs/types/TextInputField.json +17 -17
- package/data/docs/types/ToggleButton.json +17 -17
- package/data/docs/types/ToggleButtonGroupButton.json +6 -6
- package/data/docs/types/ToggleButtonGroupRoot.json +6 -6
- package/data/docs/types/Toolbar.json +16 -16
- package/data/docs/types/TooltipContent.json +21 -21
- package/data/docs/types/TooltipRoot.json +3 -3
- package/data/docs/types/manifest.json +16 -11
- package/data/docs/types/toast.json +2 -17
- package/package.json +6 -6
|
@@ -439,6 +439,39 @@
|
|
|
439
439
|
"name": "(((e: MouseEvent<FocusableElement, MouseEvent>) => void) & MouseEventHandler<HTMLButtonElement>)"
|
|
440
440
|
}
|
|
441
441
|
},
|
|
442
|
+
"type": {
|
|
443
|
+
"defaultValue": {
|
|
444
|
+
"value": "'button'"
|
|
445
|
+
},
|
|
446
|
+
"description": "The behavior of the button when used in an HTML form.",
|
|
447
|
+
"name": "type",
|
|
448
|
+
"parent": {
|
|
449
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
450
|
+
"name": "AriaBaseButtonProps"
|
|
451
|
+
},
|
|
452
|
+
"declarations": [
|
|
453
|
+
{
|
|
454
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
455
|
+
"name": "AriaBaseButtonProps"
|
|
456
|
+
}
|
|
457
|
+
],
|
|
458
|
+
"required": false,
|
|
459
|
+
"type": {
|
|
460
|
+
"name": "enum",
|
|
461
|
+
"raw": "\"button\" | \"reset\" | \"submit\"",
|
|
462
|
+
"value": [
|
|
463
|
+
{
|
|
464
|
+
"value": "\"button\""
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"value": "\"reset\""
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"value": "\"submit\""
|
|
471
|
+
}
|
|
472
|
+
]
|
|
473
|
+
}
|
|
474
|
+
},
|
|
442
475
|
"formAction": {
|
|
443
476
|
"defaultValue": null,
|
|
444
477
|
"description": "The URL that processes the information submitted by the button.\nOverrides the action attribute of the button's form owner.",
|
|
@@ -553,39 +586,6 @@
|
|
|
553
586
|
"name": "string"
|
|
554
587
|
}
|
|
555
588
|
},
|
|
556
|
-
"type": {
|
|
557
|
-
"defaultValue": {
|
|
558
|
-
"value": "'button'"
|
|
559
|
-
},
|
|
560
|
-
"description": "The behavior of the button when used in an HTML form.",
|
|
561
|
-
"name": "type",
|
|
562
|
-
"parent": {
|
|
563
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
564
|
-
"name": "AriaBaseButtonProps"
|
|
565
|
-
},
|
|
566
|
-
"declarations": [
|
|
567
|
-
{
|
|
568
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
569
|
-
"name": "AriaBaseButtonProps"
|
|
570
|
-
}
|
|
571
|
-
],
|
|
572
|
-
"required": false,
|
|
573
|
-
"type": {
|
|
574
|
-
"name": "enum",
|
|
575
|
-
"raw": "\"button\" | \"reset\" | \"submit\"",
|
|
576
|
-
"value": [
|
|
577
|
-
{
|
|
578
|
-
"value": "\"button\""
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"value": "\"reset\""
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"value": "\"submit\""
|
|
585
|
-
}
|
|
586
|
-
]
|
|
587
|
-
}
|
|
588
|
-
},
|
|
589
589
|
"value": {
|
|
590
590
|
"defaultValue": null,
|
|
591
591
|
"description": "The value associated with the button's name when it's submitted with the form data.",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"description": "",
|
|
15
15
|
"name": "size",
|
|
16
16
|
"parent": {
|
|
17
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
17
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/generated/recipes.gen.d.ts",
|
|
18
18
|
"name": "NimbusCodeVariant"
|
|
19
19
|
},
|
|
20
20
|
"declarations": [
|
|
21
21
|
{
|
|
22
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
22
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/generated/recipes.gen.d.ts",
|
|
23
23
|
"name": "NimbusCodeVariant"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"description": "",
|
|
13
13
|
"name": "as",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
15
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
16
16
|
"name": "PolymorphicProps"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
20
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
21
21
|
"name": "PolymorphicProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "",
|
|
32
32
|
"name": "asChild",
|
|
33
33
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
34
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
35
35
|
"name": "PolymorphicProps"
|
|
36
36
|
},
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
40
40
|
"name": "PolymorphicProps"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"description": "",
|
|
51
51
|
"name": "css",
|
|
52
52
|
"parent": {
|
|
53
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
53
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
54
54
|
"name": "JsxStyleProps"
|
|
55
55
|
},
|
|
56
56
|
"declarations": [
|
|
57
57
|
{
|
|
58
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
58
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
59
59
|
"name": "JsxStyleProps"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
85
85
|
"name": "unstyled",
|
|
86
86
|
"parent": {
|
|
87
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
87
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
88
88
|
"name": "UnstyledProp"
|
|
89
89
|
},
|
|
90
90
|
"declarations": [
|
|
91
91
|
{
|
|
92
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
92
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
93
93
|
"name": "UnstyledProp"
|
|
94
94
|
}
|
|
95
95
|
],
|
|
@@ -506,17 +506,34 @@
|
|
|
506
506
|
"name": "MouseEventHandler<HTMLButtonElement>"
|
|
507
507
|
}
|
|
508
508
|
},
|
|
509
|
+
"variant": {
|
|
510
|
+
"defaultValue": {
|
|
511
|
+
"value": "\"subtle\""
|
|
512
|
+
},
|
|
513
|
+
"description": "Visual style variant of the button",
|
|
514
|
+
"name": "variant",
|
|
515
|
+
"declarations": [
|
|
516
|
+
{
|
|
517
|
+
"fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
|
|
518
|
+
"name": "TypeLiteral"
|
|
519
|
+
}
|
|
520
|
+
],
|
|
521
|
+
"required": false,
|
|
522
|
+
"type": {
|
|
523
|
+
"name": "ConditionalValue<\"outline\" | \"link\" | \"solid\" | \"subtle\" | \"ghost\">"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
509
526
|
"unstyled": {
|
|
510
527
|
"defaultValue": null,
|
|
511
528
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
512
529
|
"name": "unstyled",
|
|
513
530
|
"parent": {
|
|
514
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
531
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
515
532
|
"name": "UnstyledProp"
|
|
516
533
|
},
|
|
517
534
|
"declarations": [
|
|
518
535
|
{
|
|
519
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
536
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
520
537
|
"name": "UnstyledProp"
|
|
521
538
|
}
|
|
522
539
|
],
|
|
@@ -525,6 +542,39 @@
|
|
|
525
542
|
"name": "boolean"
|
|
526
543
|
}
|
|
527
544
|
},
|
|
545
|
+
"type": {
|
|
546
|
+
"defaultValue": {
|
|
547
|
+
"value": "'button'"
|
|
548
|
+
},
|
|
549
|
+
"description": "The behavior of the button when used in an HTML form.",
|
|
550
|
+
"name": "type",
|
|
551
|
+
"parent": {
|
|
552
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
553
|
+
"name": "AriaBaseButtonProps"
|
|
554
|
+
},
|
|
555
|
+
"declarations": [
|
|
556
|
+
{
|
|
557
|
+
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
558
|
+
"name": "AriaBaseButtonProps"
|
|
559
|
+
}
|
|
560
|
+
],
|
|
561
|
+
"required": false,
|
|
562
|
+
"type": {
|
|
563
|
+
"name": "enum",
|
|
564
|
+
"raw": "\"button\" | \"reset\" | \"submit\"",
|
|
565
|
+
"value": [
|
|
566
|
+
{
|
|
567
|
+
"value": "\"button\""
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"value": "\"reset\""
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"value": "\"submit\""
|
|
574
|
+
}
|
|
575
|
+
]
|
|
576
|
+
}
|
|
577
|
+
},
|
|
528
578
|
"disabled": {
|
|
529
579
|
"defaultValue": null,
|
|
530
580
|
"description": "@deprecated Use `isDisabled` instead — it additionally manages\n`aria-disabled` for non-native button elements.",
|
|
@@ -654,39 +704,6 @@
|
|
|
654
704
|
"name": "string"
|
|
655
705
|
}
|
|
656
706
|
},
|
|
657
|
-
"type": {
|
|
658
|
-
"defaultValue": {
|
|
659
|
-
"value": "'button'"
|
|
660
|
-
},
|
|
661
|
-
"description": "The behavior of the button when used in an HTML form.",
|
|
662
|
-
"name": "type",
|
|
663
|
-
"parent": {
|
|
664
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
665
|
-
"name": "AriaBaseButtonProps"
|
|
666
|
-
},
|
|
667
|
-
"declarations": [
|
|
668
|
-
{
|
|
669
|
-
"fileName": "nimbus/node_modules/.pnpm/react-aria@3.48.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria/dist/types/src/button/useButton.d.ts",
|
|
670
|
-
"name": "AriaBaseButtonProps"
|
|
671
|
-
}
|
|
672
|
-
],
|
|
673
|
-
"required": false,
|
|
674
|
-
"type": {
|
|
675
|
-
"name": "enum",
|
|
676
|
-
"raw": "\"button\" | \"reset\" | \"submit\"",
|
|
677
|
-
"value": [
|
|
678
|
-
{
|
|
679
|
-
"value": "\"button\""
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"value": "\"reset\""
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"value": "\"submit\""
|
|
686
|
-
}
|
|
687
|
-
]
|
|
688
|
-
}
|
|
689
|
-
},
|
|
690
707
|
"value": {
|
|
691
708
|
"defaultValue": null,
|
|
692
709
|
"description": "The value associated with the button's name when it's submitted with the form data.",
|
|
@@ -706,23 +723,6 @@
|
|
|
706
723
|
"name": "string"
|
|
707
724
|
}
|
|
708
725
|
},
|
|
709
|
-
"variant": {
|
|
710
|
-
"defaultValue": {
|
|
711
|
-
"value": "\"subtle\""
|
|
712
|
-
},
|
|
713
|
-
"description": "Visual style variant of the button",
|
|
714
|
-
"name": "variant",
|
|
715
|
-
"declarations": [
|
|
716
|
-
{
|
|
717
|
-
"fileName": "nimbus/packages/nimbus/src/components/button/button.types.ts",
|
|
718
|
-
"name": "TypeLiteral"
|
|
719
|
-
}
|
|
720
|
-
],
|
|
721
|
-
"required": false,
|
|
722
|
-
"type": {
|
|
723
|
-
"name": "ConditionalValue<\"outline\" | \"link\" | \"solid\" | \"subtle\" | \"ghost\">"
|
|
724
|
-
}
|
|
725
|
-
},
|
|
726
726
|
"isDisabled": {
|
|
727
727
|
"defaultValue": null,
|
|
728
728
|
"description": "Whether the button is disabled.",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"description": "",
|
|
13
13
|
"name": "as",
|
|
14
14
|
"parent": {
|
|
15
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
15
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
16
16
|
"name": "PolymorphicProps"
|
|
17
17
|
},
|
|
18
18
|
"declarations": [
|
|
19
19
|
{
|
|
20
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
20
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
21
21
|
"name": "PolymorphicProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "",
|
|
32
32
|
"name": "asChild",
|
|
33
33
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
34
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
35
35
|
"name": "PolymorphicProps"
|
|
36
36
|
},
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
40
40
|
"name": "PolymorphicProps"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"description": "",
|
|
51
51
|
"name": "css",
|
|
52
52
|
"parent": {
|
|
53
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
53
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
54
54
|
"name": "JsxStyleProps"
|
|
55
55
|
},
|
|
56
56
|
"declarations": [
|
|
57
57
|
{
|
|
58
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
58
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
59
59
|
"name": "JsxStyleProps"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
85
85
|
"name": "unstyled",
|
|
86
86
|
"parent": {
|
|
87
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
87
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
88
88
|
"name": "UnstyledProp"
|
|
89
89
|
},
|
|
90
90
|
"declarations": [
|
|
91
91
|
{
|
|
92
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
92
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
93
93
|
"name": "UnstyledProp"
|
|
94
94
|
}
|
|
95
95
|
],
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"tags": {
|
|
3
3
|
"see": "{@link https://nimbus-documentation.vercel.app/components/media/avatar}",
|
|
4
4
|
"supportsStyleProps": "",
|
|
5
|
-
"example": "```tsx\n<Avatar firstName=\"John\" lastName=\"Doe\" src=\"https://example.com/avatar.jpg\" />\n```\n```tsx\n// With initials fallback\n<Avatar firstName=\"Jane\" lastName=\"Smith\" />\n```"
|
|
5
|
+
"example": "```tsx\n<Avatar firstName=\"John\" lastName=\"Doe\" src=\"https://example.com/avatar.jpg\" />\n```\n```tsx\n// With initials fallback\n<Avatar firstName=\"Jane\" lastName=\"Smith\" />\n```\n```tsx\n// No names provided — renders the Person icon and a generic localized label\n<Avatar />\n```"
|
|
6
6
|
},
|
|
7
7
|
"filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
|
|
8
|
-
"description": "Avatar\n============================================================\nA small image or icon that identifies and personalizes the user within the interface.\nDisplays user images or automatically generates initials from first and last names.\nFalls back to initials if image fails to load.",
|
|
8
|
+
"description": "Avatar\n============================================================\nA small image or icon that identifies and personalizes the user within the interface.\nDisplays user images or automatically generates initials from first and last names.\nFalls back to initials if image fails to load, and to a Person icon when no\nusable initials can be derived.",
|
|
9
9
|
"displayName": "Avatar",
|
|
10
10
|
"methods": [],
|
|
11
11
|
"props": {
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
32
32
|
"name": "unstyled",
|
|
33
33
|
"parent": {
|
|
34
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
34
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
35
35
|
"name": "UnstyledProp"
|
|
36
36
|
},
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
39
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
40
40
|
"name": "UnstyledProp"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"firstName": {
|
|
49
49
|
"defaultValue": null,
|
|
50
|
-
"description": "First name
|
|
50
|
+
"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.",
|
|
51
51
|
"name": "firstName",
|
|
52
52
|
"declarations": [
|
|
53
53
|
{
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
"name": "TypeLiteral"
|
|
56
56
|
}
|
|
57
57
|
],
|
|
58
|
-
"required":
|
|
58
|
+
"required": false,
|
|
59
59
|
"type": {
|
|
60
60
|
"name": "string"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"lastName": {
|
|
64
64
|
"defaultValue": null,
|
|
65
|
-
"description": "Last name
|
|
65
|
+
"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.",
|
|
66
66
|
"name": "lastName",
|
|
67
67
|
"declarations": [
|
|
68
68
|
{
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"name": "TypeLiteral"
|
|
71
71
|
}
|
|
72
72
|
],
|
|
73
|
-
"required":
|
|
73
|
+
"required": false,
|
|
74
74
|
"type": {
|
|
75
75
|
"name": "string"
|
|
76
76
|
}
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
31
31
|
"name": "unstyled",
|
|
32
32
|
"parent": {
|
|
33
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
33
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
34
34
|
"name": "UnstyledProp"
|
|
35
35
|
},
|
|
36
36
|
"declarations": [
|
|
37
37
|
{
|
|
38
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
38
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
39
39
|
"name": "UnstyledProp"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"name": "css",
|
|
12
12
|
"parent": {
|
|
13
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
13
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
14
14
|
"name": "JsxStyleProps"
|
|
15
15
|
},
|
|
16
16
|
"declarations": [
|
|
17
17
|
{
|
|
18
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
18
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
19
19
|
"name": "JsxStyleProps"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"description": "",
|
|
30
30
|
"name": "as",
|
|
31
31
|
"parent": {
|
|
32
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
32
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
33
33
|
"name": "PolymorphicProps"
|
|
34
34
|
},
|
|
35
35
|
"declarations": [
|
|
36
36
|
{
|
|
37
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
37
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
38
38
|
"name": "PolymorphicProps"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"description": "",
|
|
49
49
|
"name": "asChild",
|
|
50
50
|
"parent": {
|
|
51
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
51
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
52
52
|
"name": "PolymorphicProps"
|
|
53
53
|
},
|
|
54
54
|
"declarations": [
|
|
55
55
|
{
|
|
56
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
56
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
57
57
|
"name": "PolymorphicProps"
|
|
58
58
|
}
|
|
59
59
|
],
|
package/data/docs/types/Box.json
CHANGED
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"description": "",
|
|
14
14
|
"name": "css",
|
|
15
15
|
"parent": {
|
|
16
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
16
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
17
17
|
"name": "JsxStyleProps"
|
|
18
18
|
},
|
|
19
19
|
"declarations": [
|
|
20
20
|
{
|
|
21
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
21
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
22
22
|
"name": "JsxStyleProps"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"description": "",
|
|
33
33
|
"name": "as",
|
|
34
34
|
"parent": {
|
|
35
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
35
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
36
36
|
"name": "PolymorphicProps"
|
|
37
37
|
},
|
|
38
38
|
"declarations": [
|
|
39
39
|
{
|
|
40
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
40
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
41
41
|
"name": "PolymorphicProps"
|
|
42
42
|
}
|
|
43
43
|
],
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"description": "",
|
|
52
52
|
"name": "asChild",
|
|
53
53
|
"parent": {
|
|
54
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
54
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
55
55
|
"name": "PolymorphicProps"
|
|
56
56
|
},
|
|
57
57
|
"declarations": [
|
|
58
58
|
{
|
|
59
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
59
|
+
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.35.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_208a4c46c97f595d6b3335d47b56c15e/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
60
60
|
"name": "PolymorphicProps"
|
|
61
61
|
}
|
|
62
62
|
],
|