@nimbus-ds/styles 9.32.0-rc.1 → 9.33.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/CHANGELOG.md +10 -4
- package/dist/CHANGELOG.md +10 -4
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark/index.js +1 -1
- package/dist/themes/next/index.js +1 -1
- package/dist/themes/next-dark/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3285,6 +3285,7 @@ export interface TextSprinkle {
|
|
|
3285
3285
|
textAlign?: TextAlign | TextConditions<TextAlign>;
|
|
3286
3286
|
/**
|
|
3287
3287
|
* The color property is used to set the color of the text.
|
|
3288
|
+
* Note: Gradients like 'ai-generative' changes other properties like 'width' and 'display', which could make the component behave differently. Ensure to visually test the component when dynamically changing the color.
|
|
3288
3289
|
* @default neutral-textLow
|
|
3289
3290
|
*/
|
|
3290
3291
|
color?: TextColorProperties | TextConditions<TextColorProperties>;
|
|
@@ -4461,6 +4462,7 @@ export declare const textarea: {
|
|
|
4461
4462
|
appearance: Record<"success" | "warning" | "danger" | "neutral" | "transparent" | "ai-generative", string>;
|
|
4462
4463
|
fieldSizing: string;
|
|
4463
4464
|
resize: Record<"disabled" | "enabled", string>;
|
|
4465
|
+
aiGenerated: string;
|
|
4464
4466
|
};
|
|
4465
4467
|
};
|
|
4466
4468
|
export declare const progressBar: {
|