@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
|
@@ -795,17 +795,34 @@
|
|
|
795
795
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
796
796
|
}
|
|
797
797
|
},
|
|
798
|
+
"variant": {
|
|
799
|
+
"defaultValue": {
|
|
800
|
+
"value": "\"solid\""
|
|
801
|
+
},
|
|
802
|
+
"description": "Visual style variant of the multiline text input",
|
|
803
|
+
"name": "variant",
|
|
804
|
+
"declarations": [
|
|
805
|
+
{
|
|
806
|
+
"fileName": "nimbus/packages/nimbus/src/components/multiline-text-input/multiline-text-input.types.ts",
|
|
807
|
+
"name": "TypeLiteral"
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
"required": false,
|
|
811
|
+
"type": {
|
|
812
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
798
815
|
"unstyled": {
|
|
799
816
|
"defaultValue": null,
|
|
800
817
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
801
818
|
"name": "unstyled",
|
|
802
819
|
"parent": {
|
|
803
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
820
|
+
"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",
|
|
804
821
|
"name": "UnstyledProp"
|
|
805
822
|
},
|
|
806
823
|
"declarations": [
|
|
807
824
|
{
|
|
808
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
825
|
+
"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",
|
|
809
826
|
"name": "UnstyledProp"
|
|
810
827
|
}
|
|
811
828
|
],
|
|
@@ -852,23 +869,6 @@
|
|
|
852
869
|
"name": "string"
|
|
853
870
|
}
|
|
854
871
|
},
|
|
855
|
-
"variant": {
|
|
856
|
-
"defaultValue": {
|
|
857
|
-
"value": "\"solid\""
|
|
858
|
-
},
|
|
859
|
-
"description": "Visual style variant of the multiline text input",
|
|
860
|
-
"name": "variant",
|
|
861
|
-
"declarations": [
|
|
862
|
-
{
|
|
863
|
-
"fileName": "nimbus/packages/nimbus/src/components/multiline-text-input/multiline-text-input.types.ts",
|
|
864
|
-
"name": "TypeLiteral"
|
|
865
|
-
}
|
|
866
|
-
],
|
|
867
|
-
"required": false,
|
|
868
|
-
"type": {
|
|
869
|
-
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
870
|
-
}
|
|
871
|
-
},
|
|
872
872
|
"isDisabled": {
|
|
873
873
|
"defaultValue": null,
|
|
874
874
|
"description": "Whether the input is disabled.",
|
|
@@ -22,17 +22,34 @@
|
|
|
22
22
|
"name": "ConditionalValue<\"sm\" | \"md\">"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
+
"variant": {
|
|
26
|
+
"defaultValue": {
|
|
27
|
+
"value": "\"solid\""
|
|
28
|
+
},
|
|
29
|
+
"description": "Visual style variant of the number input",
|
|
30
|
+
"name": "variant",
|
|
31
|
+
"declarations": [
|
|
32
|
+
{
|
|
33
|
+
"fileName": "nimbus/packages/nimbus/src/components/number-input/number-input.types.ts",
|
|
34
|
+
"name": "TypeLiteral"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"required": false,
|
|
38
|
+
"type": {
|
|
39
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
25
42
|
"unstyled": {
|
|
26
43
|
"defaultValue": null,
|
|
27
44
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
28
45
|
"name": "unstyled",
|
|
29
46
|
"parent": {
|
|
30
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
47
|
+
"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",
|
|
31
48
|
"name": "UnstyledProp"
|
|
32
49
|
},
|
|
33
50
|
"declarations": [
|
|
34
51
|
{
|
|
35
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
52
|
+
"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
53
|
"name": "UnstyledProp"
|
|
37
54
|
}
|
|
38
55
|
],
|
|
@@ -56,23 +73,6 @@
|
|
|
56
73
|
"name": "string"
|
|
57
74
|
}
|
|
58
75
|
},
|
|
59
|
-
"variant": {
|
|
60
|
-
"defaultValue": {
|
|
61
|
-
"value": "\"solid\""
|
|
62
|
-
},
|
|
63
|
-
"description": "Visual style variant of the number input",
|
|
64
|
-
"name": "variant",
|
|
65
|
-
"declarations": [
|
|
66
|
-
{
|
|
67
|
-
"fileName": "nimbus/packages/nimbus/src/components/number-input/number-input.types.ts",
|
|
68
|
-
"name": "TypeLiteral"
|
|
69
|
-
}
|
|
70
|
-
],
|
|
71
|
-
"required": false,
|
|
72
|
-
"type": {
|
|
73
|
-
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
76
|
"decrementAriaLabel": {
|
|
77
77
|
"defaultValue": null,
|
|
78
78
|
"description": "A custom aria-label for the decrement button. If not provided, the localized string \"Decrement\" is used.",
|
|
@@ -462,17 +462,34 @@
|
|
|
462
462
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
463
463
|
}
|
|
464
464
|
},
|
|
465
|
+
"variant": {
|
|
466
|
+
"defaultValue": {
|
|
467
|
+
"value": "\"solid\""
|
|
468
|
+
},
|
|
469
|
+
"description": "Visual style variant of the number input",
|
|
470
|
+
"name": "variant",
|
|
471
|
+
"declarations": [
|
|
472
|
+
{
|
|
473
|
+
"fileName": "nimbus/packages/nimbus/src/components/number-input/number-input.types.ts",
|
|
474
|
+
"name": "TypeLiteral"
|
|
475
|
+
}
|
|
476
|
+
],
|
|
477
|
+
"required": false,
|
|
478
|
+
"type": {
|
|
479
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
465
482
|
"unstyled": {
|
|
466
483
|
"defaultValue": null,
|
|
467
484
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
468
485
|
"name": "unstyled",
|
|
469
486
|
"parent": {
|
|
470
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
487
|
+
"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",
|
|
471
488
|
"name": "UnstyledProp"
|
|
472
489
|
},
|
|
473
490
|
"declarations": [
|
|
474
491
|
{
|
|
475
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
492
|
+
"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",
|
|
476
493
|
"name": "UnstyledProp"
|
|
477
494
|
}
|
|
478
495
|
],
|
|
@@ -481,6 +498,25 @@
|
|
|
481
498
|
"name": "boolean"
|
|
482
499
|
}
|
|
483
500
|
},
|
|
501
|
+
"description": {
|
|
502
|
+
"defaultValue": null,
|
|
503
|
+
"description": "A description for the field. Provides a hint such as specific requirements for what to choose.",
|
|
504
|
+
"name": "description",
|
|
505
|
+
"parent": {
|
|
506
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
507
|
+
"name": "HelpTextProps"
|
|
508
|
+
},
|
|
509
|
+
"declarations": [
|
|
510
|
+
{
|
|
511
|
+
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
512
|
+
"name": "HelpTextProps"
|
|
513
|
+
}
|
|
514
|
+
],
|
|
515
|
+
"required": false,
|
|
516
|
+
"type": {
|
|
517
|
+
"name": "ReactNode"
|
|
518
|
+
}
|
|
519
|
+
},
|
|
484
520
|
"name": {
|
|
485
521
|
"defaultValue": null,
|
|
486
522
|
"description": "Used as HTML name of the input component.",
|
|
@@ -519,23 +555,6 @@
|
|
|
519
555
|
"name": "string"
|
|
520
556
|
}
|
|
521
557
|
},
|
|
522
|
-
"variant": {
|
|
523
|
-
"defaultValue": {
|
|
524
|
-
"value": "\"solid\""
|
|
525
|
-
},
|
|
526
|
-
"description": "Visual style variant of the number input",
|
|
527
|
-
"name": "variant",
|
|
528
|
-
"declarations": [
|
|
529
|
-
{
|
|
530
|
-
"fileName": "nimbus/packages/nimbus/src/components/number-input/number-input.types.ts",
|
|
531
|
-
"name": "TypeLiteral"
|
|
532
|
-
}
|
|
533
|
-
],
|
|
534
|
-
"required": false,
|
|
535
|
-
"type": {
|
|
536
|
-
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
537
|
-
}
|
|
538
|
-
},
|
|
539
558
|
"isDisabled": {
|
|
540
559
|
"defaultValue": null,
|
|
541
560
|
"description": "Whether the input is disabled.",
|
|
@@ -612,25 +631,6 @@
|
|
|
612
631
|
"name": "boolean"
|
|
613
632
|
}
|
|
614
633
|
},
|
|
615
|
-
"description": {
|
|
616
|
-
"defaultValue": null,
|
|
617
|
-
"description": "A description for the field. Provides a hint such as specific requirements for what to choose.",
|
|
618
|
-
"name": "description",
|
|
619
|
-
"parent": {
|
|
620
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
621
|
-
"name": "HelpTextProps"
|
|
622
|
-
},
|
|
623
|
-
"declarations": [
|
|
624
|
-
{
|
|
625
|
-
"fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
|
|
626
|
-
"name": "HelpTextProps"
|
|
627
|
-
}
|
|
628
|
-
],
|
|
629
|
-
"required": false,
|
|
630
|
-
"type": {
|
|
631
|
-
"name": "ReactNode"
|
|
632
|
-
}
|
|
633
|
-
},
|
|
634
634
|
"validationState": {
|
|
635
635
|
"defaultValue": null,
|
|
636
636
|
"description": "@deprecated Use `isInvalid` instead.",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"description": "",
|
|
13
13
|
"name": "css",
|
|
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": "JsxStyleProps"
|
|
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": "JsxStyleProps"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "",
|
|
32
32
|
"name": "as",
|
|
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": "asChild",
|
|
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": "PolymorphicProps"
|
|
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": "PolymorphicProps"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
@@ -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": "css",
|
|
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": "JsxStyleProps"
|
|
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": "JsxStyleProps"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -60,38 +60,38 @@
|
|
|
60
60
|
"name": "ConditionalValue<\"1\" | \"1/1\" | \"2/1\">"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"variant": {
|
|
64
64
|
"defaultValue": null,
|
|
65
|
-
"description": "
|
|
66
|
-
"name": "
|
|
67
|
-
"parent": {
|
|
68
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.34.0_@emotion+react@11.14.0_@types+react@19.2.14_react@19.2.0__react_10b2c786e2b7f83f500327a2347e0904/node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts",
|
|
69
|
-
"name": "UnstyledProp"
|
|
70
|
-
},
|
|
65
|
+
"description": "Width constraint variant for the content container",
|
|
66
|
+
"name": "variant",
|
|
71
67
|
"declarations": [
|
|
72
68
|
{
|
|
73
|
-
"fileName": "nimbus/
|
|
74
|
-
"name": "
|
|
69
|
+
"fileName": "nimbus/packages/nimbus/src/components/page-content/page-content.types.ts",
|
|
70
|
+
"name": "TypeLiteral"
|
|
75
71
|
}
|
|
76
72
|
],
|
|
77
73
|
"required": false,
|
|
78
74
|
"type": {
|
|
79
|
-
"name": "
|
|
75
|
+
"name": "ConditionalValue<\"full\" | \"wide\" | \"narrow\">"
|
|
80
76
|
}
|
|
81
77
|
},
|
|
82
|
-
"
|
|
78
|
+
"unstyled": {
|
|
83
79
|
"defaultValue": null,
|
|
84
|
-
"description": "
|
|
85
|
-
"name": "
|
|
80
|
+
"description": "If `true`, the element will opt out of the theme styles.",
|
|
81
|
+
"name": "unstyled",
|
|
82
|
+
"parent": {
|
|
83
|
+
"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",
|
|
84
|
+
"name": "UnstyledProp"
|
|
85
|
+
},
|
|
86
86
|
"declarations": [
|
|
87
87
|
{
|
|
88
|
-
"fileName": "nimbus/
|
|
89
|
-
"name": "
|
|
88
|
+
"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",
|
|
89
|
+
"name": "UnstyledProp"
|
|
90
90
|
}
|
|
91
91
|
],
|
|
92
92
|
"required": false,
|
|
93
93
|
"type": {
|
|
94
|
-
"name": "
|
|
94
|
+
"name": "boolean"
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
97
|
"ref": {
|
|
@@ -791,6 +791,23 @@
|
|
|
791
791
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
792
792
|
}
|
|
793
793
|
},
|
|
794
|
+
"variant": {
|
|
795
|
+
"defaultValue": {
|
|
796
|
+
"value": "\"solid\""
|
|
797
|
+
},
|
|
798
|
+
"description": "Visual style variant of the text input",
|
|
799
|
+
"name": "variant",
|
|
800
|
+
"declarations": [
|
|
801
|
+
{
|
|
802
|
+
"fileName": "nimbus/packages/nimbus/src/components/text-input/text-input.types.ts",
|
|
803
|
+
"name": "TypeLiteral"
|
|
804
|
+
}
|
|
805
|
+
],
|
|
806
|
+
"required": false,
|
|
807
|
+
"type": {
|
|
808
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
809
|
+
}
|
|
810
|
+
},
|
|
794
811
|
"name": {
|
|
795
812
|
"defaultValue": null,
|
|
796
813
|
"description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
@@ -829,23 +846,6 @@
|
|
|
829
846
|
"name": "string"
|
|
830
847
|
}
|
|
831
848
|
},
|
|
832
|
-
"variant": {
|
|
833
|
-
"defaultValue": {
|
|
834
|
-
"value": "\"solid\""
|
|
835
|
-
},
|
|
836
|
-
"description": "Visual style variant of the text input",
|
|
837
|
-
"name": "variant",
|
|
838
|
-
"declarations": [
|
|
839
|
-
{
|
|
840
|
-
"fileName": "nimbus/packages/nimbus/src/components/text-input/text-input.types.ts",
|
|
841
|
-
"name": "TypeLiteral"
|
|
842
|
-
}
|
|
843
|
-
],
|
|
844
|
-
"required": false,
|
|
845
|
-
"type": {
|
|
846
|
-
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
847
|
-
}
|
|
848
|
-
},
|
|
849
849
|
"isDisabled": {
|
|
850
850
|
"defaultValue": null,
|
|
851
851
|
"description": "Whether the input is disabled.",
|
|
@@ -795,6 +795,23 @@
|
|
|
795
795
|
"name": "ReactEventHandler<HTMLInputElement>"
|
|
796
796
|
}
|
|
797
797
|
},
|
|
798
|
+
"variant": {
|
|
799
|
+
"defaultValue": {
|
|
800
|
+
"value": "\"solid\""
|
|
801
|
+
},
|
|
802
|
+
"description": "Visual style variant of the text input",
|
|
803
|
+
"name": "variant",
|
|
804
|
+
"declarations": [
|
|
805
|
+
{
|
|
806
|
+
"fileName": "nimbus/packages/nimbus/src/components/text-input/text-input.types.ts",
|
|
807
|
+
"name": "TypeLiteral"
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
"required": false,
|
|
811
|
+
"type": {
|
|
812
|
+
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
798
815
|
"name": {
|
|
799
816
|
"defaultValue": null,
|
|
800
817
|
"description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
|
|
@@ -833,23 +850,6 @@
|
|
|
833
850
|
"name": "string"
|
|
834
851
|
}
|
|
835
852
|
},
|
|
836
|
-
"variant": {
|
|
837
|
-
"defaultValue": {
|
|
838
|
-
"value": "\"solid\""
|
|
839
|
-
},
|
|
840
|
-
"description": "Visual style variant of the text input",
|
|
841
|
-
"name": "variant",
|
|
842
|
-
"declarations": [
|
|
843
|
-
{
|
|
844
|
-
"fileName": "nimbus/packages/nimbus/src/components/text-input/text-input.types.ts",
|
|
845
|
-
"name": "TypeLiteral"
|
|
846
|
-
}
|
|
847
|
-
],
|
|
848
|
-
"required": false,
|
|
849
|
-
"type": {
|
|
850
|
-
"name": "ConditionalValue<\"solid\" | \"ghost\">"
|
|
851
|
-
}
|
|
852
|
-
},
|
|
853
853
|
"isDisabled": {
|
|
854
854
|
"defaultValue": null,
|
|
855
855
|
"description": "Whether the input is disabled.",
|
|
@@ -69,27 +69,6 @@
|
|
|
69
69
|
"name": "ReactNode"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"value": {
|
|
73
|
-
"defaultValue": {
|
|
74
|
-
"value": "0"
|
|
75
|
-
},
|
|
76
|
-
"description": "The current value (controlled).",
|
|
77
|
-
"name": "value",
|
|
78
|
-
"parent": {
|
|
79
|
-
"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/progress/useProgressBar.d.ts",
|
|
80
|
-
"name": "ProgressBarBaseProps"
|
|
81
|
-
},
|
|
82
|
-
"declarations": [
|
|
83
|
-
{
|
|
84
|
-
"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/progress/useProgressBar.d.ts",
|
|
85
|
-
"name": "ProgressBarBaseProps"
|
|
86
|
-
}
|
|
87
|
-
],
|
|
88
|
-
"required": false,
|
|
89
|
-
"type": {
|
|
90
|
-
"name": "number"
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
72
|
"variant": {
|
|
94
73
|
"defaultValue": {
|
|
95
74
|
"value": "\"solid\""
|
|
@@ -111,6 +90,27 @@
|
|
|
111
90
|
"name": "ConditionalValue<\"contrast\" | \"solid\">"
|
|
112
91
|
}
|
|
113
92
|
},
|
|
93
|
+
"value": {
|
|
94
|
+
"defaultValue": {
|
|
95
|
+
"value": "0"
|
|
96
|
+
},
|
|
97
|
+
"description": "The current value (controlled).",
|
|
98
|
+
"name": "value",
|
|
99
|
+
"parent": {
|
|
100
|
+
"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/progress/useProgressBar.d.ts",
|
|
101
|
+
"name": "ProgressBarBaseProps"
|
|
102
|
+
},
|
|
103
|
+
"declarations": [
|
|
104
|
+
{
|
|
105
|
+
"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/progress/useProgressBar.d.ts",
|
|
106
|
+
"name": "ProgressBarBaseProps"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"required": false,
|
|
110
|
+
"type": {
|
|
111
|
+
"name": "number"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
114
|
"layout": {
|
|
115
115
|
"defaultValue": {
|
|
116
116
|
"value": "\"stacked\""
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"description": "If `true`, the element will opt out of the theme styles.",
|
|
11
11
|
"name": "unstyled",
|
|
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": "UnstyledProp"
|
|
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": "UnstyledProp"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
@@ -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
|
],
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"description": "",
|
|
32
32
|
"name": "variant",
|
|
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/generated/recipes.gen.d.ts",
|
|
35
35
|
"name": "NimbusCodeVariant"
|
|
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/generated/recipes.gen.d.ts",
|
|
40
40
|
"name": "NimbusCodeVariant"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"description": "",
|
|
51
51
|
"name": "align",
|
|
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/generated/recipes.gen.d.ts",
|
|
54
54
|
"name": "NimbusListVariant"
|
|
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/generated/recipes.gen.d.ts",
|
|
59
59
|
"name": "NimbusListVariant"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
"description": "",
|
|
70
70
|
"name": "as",
|
|
71
71
|
"parent": {
|
|
72
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
72
|
+
"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",
|
|
73
73
|
"name": "PolymorphicProps"
|
|
74
74
|
},
|
|
75
75
|
"declarations": [
|
|
76
76
|
{
|
|
77
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
77
|
+
"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",
|
|
78
78
|
"name": "PolymorphicProps"
|
|
79
79
|
}
|
|
80
80
|
],
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"description": "",
|
|
89
89
|
"name": "asChild",
|
|
90
90
|
"parent": {
|
|
91
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
91
|
+
"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",
|
|
92
92
|
"name": "PolymorphicProps"
|
|
93
93
|
},
|
|
94
94
|
"declarations": [
|
|
95
95
|
{
|
|
96
|
-
"fileName": "nimbus/node_modules/.pnpm/@chakra-ui+react@3.
|
|
96
|
+
"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",
|
|
97
97
|
"name": "PolymorphicProps"
|
|
98
98
|
}
|
|
99
99
|
],
|