@nimbus-ds/styles 9.32.0-rc.1 → 9.32.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 +2 -2
- package/dist/CHANGELOG.md +2 -2
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -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>;
|