@nimbus-ds/components 5.32.2-rc.1 → 5.33.0-rc.1
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/CHANGELOG.md +6 -0
- package/dist/Accordion/index.js +1 -1
- package/dist/Alert/index.js +1 -1
- package/dist/Box/index.d.ts +3 -3
- package/dist/CHANGELOG.md +6 -0
- package/dist/Checkbox/index.js +1 -1
- package/dist/Chip/index.js +1 -1
- package/dist/FileUploader/index.js +1 -1
- package/dist/Icon/index.d.ts +2 -1
- package/dist/IconButton/index.d.ts +2 -1
- package/dist/IconButton/index.js +1 -1
- package/dist/Input/index.js +1 -1
- package/dist/Modal/index.js +1 -1
- package/dist/MultiSelect/index.js +1 -1
- package/dist/ScrollPane/index.d.ts +3 -3
- package/dist/SegmentedControl/index.d.ts +3 -3
- package/dist/Select/index.js +1 -1
- package/dist/SplitButton/index.d.ts +3 -3
- package/dist/SplitButton/index.js +1 -1
- package/dist/Stepper/index.d.ts +3 -3
- package/dist/Stepper/index.js +1 -1
- package/dist/Thumbnail/index.js +1 -1
- package/dist/Toast/index.js +1 -1
- package/dist/index.d.ts +5 -4
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -134,6 +134,7 @@ declare const propertiesBox: {
|
|
|
134
134
|
"neutral-textHigh": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
135
135
|
"ai-generative-surface": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
136
136
|
"ai-generative-surfaceHighlight": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
137
|
+
"ai-gradient-purple-high": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
137
138
|
transparent: string;
|
|
138
139
|
};
|
|
139
140
|
background: {
|
|
@@ -170,6 +171,7 @@ declare const propertiesBox: {
|
|
|
170
171
|
"neutral-textHigh": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
171
172
|
"ai-generative-surface": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
172
173
|
"ai-generative-surfaceHighlight": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
174
|
+
"ai-gradient-purple-high": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
173
175
|
transparent: string;
|
|
174
176
|
};
|
|
175
177
|
borderColor: {
|
|
@@ -362,9 +364,7 @@ declare const propertiesBox: {
|
|
|
362
364
|
h4: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
363
365
|
h5: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
364
366
|
h6: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
365
|
-
};
|
|
366
|
-
* The paddingBottom property sets the height of the padding area on the bottom of an box.
|
|
367
|
-
*/
|
|
367
|
+
};
|
|
368
368
|
};
|
|
369
369
|
export type BoxBorderColorProperties = keyof typeof propertiesBox.borderColor;
|
|
370
370
|
export type BoxBorderRadiusProperties = keyof typeof propertiesBox.borderRadius;
|