@commercetools/nimbus-mcp 2.10.0 → 2.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/data/docs/route-manifest.json +85 -0
  2. package/data/docs/routes/components-layout-scrollarea.json +428 -0
  3. package/data/docs/search-index.json +1 -1
  4. package/data/docs/types/AccordionHeader.json +33 -33
  5. package/data/docs/types/AlertDismissButton.json +50 -50
  6. package/data/docs/types/Button.json +17 -17
  7. package/data/docs/types/ComboBoxRoot.json +17 -17
  8. package/data/docs/types/DatePicker.json +15 -15
  9. package/data/docs/types/DateRangePickerField.json +17 -17
  10. package/data/docs/types/DialogCloseTrigger.json +50 -50
  11. package/data/docs/types/DrawerCloseTrigger.json +50 -50
  12. package/data/docs/types/IconButton.json +17 -17
  13. package/data/docs/types/IconToggleButton.json +17 -17
  14. package/data/docs/types/Image.json +28 -28
  15. package/data/docs/types/MenuTrigger.json +33 -33
  16. package/data/docs/types/MultilineTextInput.json +33 -33
  17. package/data/docs/types/MultilineTextInputField.json +17 -17
  18. package/data/docs/types/NumberInput.json +17 -17
  19. package/data/docs/types/NumberInputField.json +36 -36
  20. package/data/docs/types/PageContentRoot.json +15 -15
  21. package/data/docs/types/PasswordInput.json +17 -17
  22. package/data/docs/types/PasswordInputField.json +17 -17
  23. package/data/docs/types/ProgressBar.json +21 -21
  24. package/data/docs/types/ScrollArea.json +127 -30
  25. package/data/docs/types/ScrollAreaElementIds.json +9 -0
  26. package/data/docs/types/ScrollAreaProps.json +9 -0
  27. package/data/docs/types/SearchInput.json +19 -19
  28. package/data/docs/types/SearchInputField.json +25 -25
  29. package/data/docs/types/SelectRoot.json +15 -15
  30. package/data/docs/types/TabNavItem.json +17 -17
  31. package/data/docs/types/TabNavRoot.json +17 -17
  32. package/data/docs/types/TabsTab.json +17 -17
  33. package/data/docs/types/TextInput.json +16 -16
  34. package/data/docs/types/TextInputField.json +17 -17
  35. package/data/docs/types/ToggleButton.json +17 -17
  36. package/data/docs/types/Toolbar.json +15 -15
  37. package/data/docs/types/TooltipContent.json +19 -19
  38. package/data/docs/types/TooltipRoot.json +3 -3
  39. package/data/docs/types/manifest.json +12 -10
  40. package/data/docs/types/toast.json +2 -2
  41. package/package.json +4 -4
@@ -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\""
@@ -1,60 +1,68 @@
1
1
  {
2
- "tags": {},
2
+ "tags": {
3
+ "supportsStyleProps": "",
4
+ "see": "{@link https://nimbus-documentation.vercel.app/components/layout/scroll-area}",
5
+ "example": "```tsx\n<ScrollArea maxH=\"200px\" aria-label=\"Log output\">\n {content}\n</ScrollArea>\n```"
6
+ },
3
7
  "filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
4
- "description": "",
8
+ "description": "# ScrollArea\n\nA scrollable container with custom-styled scrollbar overlays.\nReplaces native scrollbars with themed overlay indicators that appear\non hover or during scrolling.\n\nBuilt on Chakra UI's ScrollArea (powered by Ark UI) with Nimbus\ndesign tokens and keyboard accessibility.",
5
9
  "displayName": "ScrollArea",
6
10
  "methods": [],
7
11
  "props": {
8
- "css": {
9
- "defaultValue": null,
10
- "description": "",
11
- "name": "css",
12
- "parent": {
13
- "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",
14
- "name": "JsxStyleProps"
12
+ "size": {
13
+ "defaultValue": {
14
+ "value": "\"sm\"\n\"sm\""
15
15
  },
16
+ "description": "Scrollbar thickness.",
17
+ "name": "size",
16
18
  "declarations": [
17
19
  {
18
- "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",
19
- "name": "JsxStyleProps"
20
+ "fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
21
+ "name": "TypeLiteral"
22
+ },
23
+ {
24
+ "fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
25
+ "name": "TypeLiteral"
20
26
  }
21
27
  ],
22
28
  "required": false,
23
29
  "type": {
24
- "name": "SystemStyleObject | Omit<(SystemStyleObject)[], keyof any[]>"
30
+ "name": "ConditionalValue<\"sm\" | \"md\" | \"lg\" | \"xs\">"
25
31
  }
26
32
  },
27
- "as": {
28
- "defaultValue": null,
29
- "description": "",
30
- "name": "as",
31
- "parent": {
32
- "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",
33
- "name": "PolymorphicProps"
33
+ "variant": {
34
+ "defaultValue": {
35
+ "value": "\"hover\"\n\"hover\""
34
36
  },
37
+ "description": "Scrollbar visibility variant.\n- `hover`: scrollbar appears on hover or during active scrolling (default)\n- `always`: scrollbar is permanently visible",
38
+ "name": "variant",
35
39
  "declarations": [
36
40
  {
37
- "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",
38
- "name": "PolymorphicProps"
41
+ "fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
42
+ "name": "TypeLiteral"
43
+ },
44
+ {
45
+ "fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
46
+ "name": "TypeLiteral"
39
47
  }
40
48
  ],
41
49
  "required": false,
42
50
  "type": {
43
- "name": "ElementType"
51
+ "name": "ConditionalValue<\"always\" | \"hover\">"
44
52
  }
45
53
  },
46
- "asChild": {
54
+ "unstyled": {
47
55
  "defaultValue": null,
48
- "description": "",
49
- "name": "asChild",
56
+ "description": "If `true`, the element will opt out of the theme styles.",
57
+ "name": "unstyled",
50
58
  "parent": {
51
59
  "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",
52
- "name": "PolymorphicProps"
60
+ "name": "UnstyledProp"
53
61
  },
54
62
  "declarations": [
55
63
  {
56
64
  "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",
57
- "name": "PolymorphicProps"
65
+ "name": "UnstyledProp"
58
66
  }
59
67
  ],
60
68
  "required": false,
@@ -62,13 +70,43 @@
62
70
  "name": "boolean"
63
71
  }
64
72
  },
73
+ "as": {
74
+ "defaultValue": null,
75
+ "description": "The HTML element type to render the root as.",
76
+ "name": "as",
77
+ "declarations": [
78
+ {
79
+ "fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
80
+ "name": "TypeLiteral"
81
+ }
82
+ ],
83
+ "required": false,
84
+ "type": {
85
+ "name": "ElementType<any, keyof IntrinsicElements>"
86
+ }
87
+ },
65
88
  "ref": {
66
89
  "defaultValue": null,
67
- "description": "",
90
+ "description": "A ref to the root scroll area element.",
68
91
  "name": "ref",
69
92
  "declarations": [
70
93
  {
71
- "fileName": "nimbus/packages/nimbus/src/components/table/table.types.ts",
94
+ "fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
95
+ "name": "TypeLiteral"
96
+ }
97
+ ],
98
+ "required": false,
99
+ "type": {
100
+ "name": "Ref<HTMLDivElement>"
101
+ }
102
+ },
103
+ "viewportRef": {
104
+ "defaultValue": null,
105
+ "description": "A ref to the scrollable viewport element inside the scroll area.",
106
+ "name": "viewportRef",
107
+ "declarations": [
108
+ {
109
+ "fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
72
110
  "name": "TypeLiteral"
73
111
  }
74
112
  ],
@@ -76,7 +114,66 @@
76
114
  "type": {
77
115
  "name": "Ref<HTMLDivElement>"
78
116
  }
117
+ },
118
+ "orientation": {
119
+ "defaultValue": {
120
+ "value": "vertical"
121
+ },
122
+ "description": "Which scrollbar axes to render.",
123
+ "name": "orientation",
124
+ "declarations": [
125
+ {
126
+ "fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
127
+ "name": "TypeLiteral"
128
+ }
129
+ ],
130
+ "required": false,
131
+ "type": {
132
+ "name": "enum",
133
+ "raw": "\"both\" | \"horizontal\" | \"vertical\"",
134
+ "value": [
135
+ {
136
+ "value": "\"both\""
137
+ },
138
+ {
139
+ "value": "\"horizontal\""
140
+ },
141
+ {
142
+ "value": "\"vertical\""
143
+ }
144
+ ]
145
+ }
146
+ },
147
+ "value": {
148
+ "defaultValue": null,
149
+ "description": "An externally created scroll area machine (from `useScrollArea`).\nWhen provided, the component uses `RootProvider` instead of `Root`,\nallowing external access to scroll state and programmatic control.",
150
+ "name": "value",
151
+ "declarations": [
152
+ {
153
+ "fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
154
+ "name": "TypeLiteral"
155
+ }
156
+ ],
157
+ "required": false,
158
+ "type": {
159
+ "name": "UseScrollAreaReturn"
160
+ }
161
+ },
162
+ "ids": {
163
+ "defaultValue": null,
164
+ "description": "Custom element IDs for ScrollArea's internal parts.\nUse when you need DOM access via `getElementById` (e.g.,\n`ids={{ viewport: 'my-viewport' }}`).",
165
+ "name": "ids",
166
+ "declarations": [
167
+ {
168
+ "fileName": "nimbus/packages/nimbus/src/components/scroll-area/scroll-area.types.ts",
169
+ "name": "TypeLiteral"
170
+ }
171
+ ],
172
+ "required": false,
173
+ "type": {
174
+ "name": "Partial<{ root: string; viewport: string; content: string; scrollbar: string; thumb: string; }>"
175
+ }
79
176
  }
80
177
  },
81
- "supportsStyleProps": false
178
+ "supportsStyleProps": true
82
179
  }
@@ -0,0 +1,9 @@
1
+ {
2
+ "tags": {},
3
+ "filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
4
+ "description": "Custom element IDs for ScrollArea's internal parts.\nPass to the `ids` prop to set known IDs for DOM access.",
5
+ "displayName": "ScrollAreaElementIds",
6
+ "methods": [],
7
+ "props": {},
8
+ "supportsStyleProps": false
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "tags": {},
3
+ "filePath": "/home/runner/work/nimbus/nimbus/packages/nimbus/src/index.ts",
4
+ "description": "Props for the `ScrollArea` component.",
5
+ "displayName": "ScrollAreaProps",
6
+ "methods": [],
7
+ "props": {},
8
+ "supportsStyleProps": false
9
+ }
@@ -813,25 +813,6 @@
813
813
  "name": "ReactEventHandler<HTMLInputElement>"
814
814
  }
815
815
  },
816
- "name": {
817
- "defaultValue": null,
818
- "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).",
819
- "name": "name",
820
- "parent": {
821
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
822
- "name": "InputDOMProps"
823
- },
824
- "declarations": [
825
- {
826
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
827
- "name": "InputDOMProps"
828
- }
829
- ],
830
- "required": false,
831
- "type": {
832
- "name": "string"
833
- }
834
- },
835
816
  "type": {
836
817
  "defaultValue": {
837
818
  "value": "'search'"
@@ -853,6 +834,25 @@
853
834
  "name": "\"search\" | \"text\" | (string & {}) | \"tel\" | \"url\" | \"email\" | \"password\""
854
835
  }
855
836
  },
837
+ "name": {
838
+ "defaultValue": null,
839
+ "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).",
840
+ "name": "name",
841
+ "parent": {
842
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
843
+ "name": "InputDOMProps"
844
+ },
845
+ "declarations": [
846
+ {
847
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
848
+ "name": "InputDOMProps"
849
+ }
850
+ ],
851
+ "required": false,
852
+ "type": {
853
+ "name": "string"
854
+ }
855
+ },
856
856
  "value": {
857
857
  "defaultValue": null,
858
858
  "description": "The current value (controlled).",
@@ -796,23 +796,21 @@
796
796
  "name": "ReactEventHandler<HTMLInputElement>"
797
797
  }
798
798
  },
799
- "name": {
800
- "defaultValue": null,
801
- "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).",
802
- "name": "name",
803
- "parent": {
804
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
805
- "name": "InputDOMProps"
799
+ "variant": {
800
+ "defaultValue": {
801
+ "value": "\"solid\""
806
802
  },
803
+ "description": "Visual style variant of the search input",
804
+ "name": "variant",
807
805
  "declarations": [
808
806
  {
809
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
810
- "name": "InputDOMProps"
807
+ "fileName": "nimbus/packages/nimbus/src/components/search-input/search-input.types.ts",
808
+ "name": "TypeLiteral"
811
809
  }
812
810
  ],
813
811
  "required": false,
814
812
  "type": {
815
- "name": "string"
813
+ "name": "ConditionalValue<\"solid\" | \"ghost\">"
816
814
  }
817
815
  },
818
816
  "type": {
@@ -836,18 +834,18 @@
836
834
  "name": "\"search\" | \"text\" | (string & {}) | \"tel\" | \"url\" | \"email\" | \"password\""
837
835
  }
838
836
  },
839
- "value": {
837
+ "name": {
840
838
  "defaultValue": null,
841
- "description": "The current value (controlled).",
842
- "name": "value",
839
+ "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).",
840
+ "name": "name",
843
841
  "parent": {
844
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
845
- "name": "ValueBase"
842
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
843
+ "name": "InputDOMProps"
846
844
  },
847
845
  "declarations": [
848
846
  {
849
- "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
850
- "name": "ValueBase"
847
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/dom.d.ts",
848
+ "name": "InputDOMProps"
851
849
  }
852
850
  ],
853
851
  "required": false,
@@ -855,21 +853,23 @@
855
853
  "name": "string"
856
854
  }
857
855
  },
858
- "variant": {
859
- "defaultValue": {
860
- "value": "\"solid\""
856
+ "value": {
857
+ "defaultValue": null,
858
+ "description": "The current value (controlled).",
859
+ "name": "value",
860
+ "parent": {
861
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
862
+ "name": "ValueBase"
861
863
  },
862
- "description": "Visual style variant of the search input",
863
- "name": "variant",
864
864
  "declarations": [
865
865
  {
866
- "fileName": "nimbus/packages/nimbus/src/components/search-input/search-input.types.ts",
867
- "name": "TypeLiteral"
866
+ "fileName": "nimbus/node_modules/.pnpm/@react-types+shared@3.34.0_react@19.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
867
+ "name": "ValueBase"
868
868
  }
869
869
  ],
870
870
  "required": false,
871
871
  "type": {
872
- "name": "ConditionalValue<\"solid\" | \"ghost\">"
872
+ "name": "string"
873
873
  }
874
874
  },
875
875
  "isDisabled": {
@@ -355,6 +355,21 @@
355
355
  "name": "((e: KeyboardEvent) => void)"
356
356
  }
357
357
  },
358
+ "variant": {
359
+ "defaultValue": null,
360
+ "description": "Visual style variant of the select",
361
+ "name": "variant",
362
+ "declarations": [
363
+ {
364
+ "fileName": "nimbus/packages/nimbus/src/components/select/select.types.tsx",
365
+ "name": "TypeLiteral"
366
+ }
367
+ ],
368
+ "required": false,
369
+ "type": {
370
+ "name": "ConditionalValue<\"outline\" | \"ghost\">"
371
+ }
372
+ },
358
373
  "name": {
359
374
  "defaultValue": null,
360
375
  "description": "The name of the input, used when submitting an HTML form.",
@@ -397,21 +412,6 @@
397
412
  "name": "string"
398
413
  }
399
414
  },
400
- "variant": {
401
- "defaultValue": null,
402
- "description": "Visual style variant of the select",
403
- "name": "variant",
404
- "declarations": [
405
- {
406
- "fileName": "nimbus/packages/nimbus/src/components/select/select.types.tsx",
407
- "name": "TypeLiteral"
408
- }
409
- ],
410
- "required": false,
411
- "type": {
412
- "name": "ConditionalValue<\"outline\" | \"ghost\">"
413
- }
414
- },
415
415
  "isDisabled": {
416
416
  "defaultValue": null,
417
417
  "description": "Whether the input is disabled.",
@@ -43,6 +43,23 @@
43
43
  "name": "string"
44
44
  }
45
45
  },
46
+ "variant": {
47
+ "defaultValue": {
48
+ "value": "\"tabs\""
49
+ },
50
+ "description": "Visual style variant of the tab navigation",
51
+ "name": "variant",
52
+ "declarations": [
53
+ {
54
+ "fileName": "nimbus/packages/nimbus/src/components/tab-nav/tab-nav.types.ts",
55
+ "name": "TypeLiteral"
56
+ }
57
+ ],
58
+ "required": false,
59
+ "type": {
60
+ "name": "ConditionalValue<\"tabs\">"
61
+ }
62
+ },
46
63
  "unstyled": {
47
64
  "defaultValue": null,
48
65
  "description": "If `true`, the element will opt out of the theme styles.",
@@ -81,23 +98,6 @@
81
98
  "name": "string"
82
99
  }
83
100
  },
84
- "variant": {
85
- "defaultValue": {
86
- "value": "\"tabs\""
87
- },
88
- "description": "Visual style variant of the tab navigation",
89
- "name": "variant",
90
- "declarations": [
91
- {
92
- "fileName": "nimbus/packages/nimbus/src/components/tab-nav/tab-nav.types.ts",
93
- "name": "TypeLiteral"
94
- }
95
- ],
96
- "required": false,
97
- "type": {
98
- "name": "ConditionalValue<\"tabs\">"
99
- }
100
- },
101
101
  "href": {
102
102
  "defaultValue": null,
103
103
  "description": "The URL to navigate to when the back link is clicked",
@@ -24,6 +24,23 @@
24
24
  "name": "ConditionalValue<\"sm\" | \"md\" | \"lg\">"
25
25
  }
26
26
  },
27
+ "variant": {
28
+ "defaultValue": {
29
+ "value": "\"tabs\""
30
+ },
31
+ "description": "Visual style variant of the tab navigation",
32
+ "name": "variant",
33
+ "declarations": [
34
+ {
35
+ "fileName": "nimbus/packages/nimbus/src/components/tab-nav/tab-nav.types.ts",
36
+ "name": "TypeLiteral"
37
+ }
38
+ ],
39
+ "required": false,
40
+ "type": {
41
+ "name": "ConditionalValue<\"tabs\">"
42
+ }
43
+ },
27
44
  "unstyled": {
28
45
  "defaultValue": null,
29
46
  "description": "If `true`, the element will opt out of the theme styles.",
@@ -43,23 +60,6 @@
43
60
  "name": "boolean"
44
61
  }
45
62
  },
46
- "variant": {
47
- "defaultValue": {
48
- "value": "\"tabs\""
49
- },
50
- "description": "Visual style variant of the tab navigation",
51
- "name": "variant",
52
- "declarations": [
53
- {
54
- "fileName": "nimbus/packages/nimbus/src/components/tab-nav/tab-nav.types.ts",
55
- "name": "TypeLiteral"
56
- }
57
- ],
58
- "required": false,
59
- "type": {
60
- "name": "ConditionalValue<\"tabs\">"
61
- }
62
- },
63
63
  "ref": {
64
64
  "defaultValue": null,
65
65
  "description": "A ref to the root `<nav>` element.",
@@ -24,6 +24,23 @@
24
24
  "name": "ConditionalValue<\"sm\" | \"md\" | \"lg\">"
25
25
  }
26
26
  },
27
+ "variant": {
28
+ "defaultValue": {
29
+ "value": "\"line\""
30
+ },
31
+ "description": "Visual style variant of the tabs",
32
+ "name": "variant",
33
+ "declarations": [
34
+ {
35
+ "fileName": "nimbus/packages/nimbus/src/components/tabs/tabs.types.ts",
36
+ "name": "TypeLiteral"
37
+ }
38
+ ],
39
+ "required": false,
40
+ "type": {
41
+ "name": "ConditionalValue<\"line\" | \"pills\">"
42
+ }
43
+ },
27
44
  "type": {
28
45
  "defaultValue": null,
29
46
  "description": "",
@@ -43,23 +60,6 @@
43
60
  "name": "string"
44
61
  }
45
62
  },
46
- "variant": {
47
- "defaultValue": {
48
- "value": "\"line\""
49
- },
50
- "description": "Visual style variant of the tabs",
51
- "name": "variant",
52
- "declarations": [
53
- {
54
- "fileName": "nimbus/packages/nimbus/src/components/tabs/tabs.types.ts",
55
- "name": "TypeLiteral"
56
- }
57
- ],
58
- "required": false,
59
- "type": {
60
- "name": "ConditionalValue<\"line\" | \"pills\">"
61
- }
62
- },
63
63
  "placement": {
64
64
  "defaultValue": {
65
65
  "value": "\"start\""