@nimbus-ds/styles 9.31.0 → 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/dist/index.d.ts CHANGED
@@ -3213,11 +3213,9 @@ export declare const tag: {
3213
3213
  };
3214
3214
  declare const propertiesText: {
3215
3215
  color: {
3216
+ "ai-generative": "transparent";
3216
3217
  currentColor: string;
3217
- "primary-surface": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; /**
3218
- * The color property is used to set the color of the text.
3219
- * @default neutral-textLow
3220
- */
3218
+ "primary-surface": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
3221
3219
  "primary-interactive": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
3222
3220
  "primary-textLow": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
3223
3221
  "primary-textHigh": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -3228,9 +3226,7 @@ declare const propertiesText: {
3228
3226
  "warning-surface": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
3229
3227
  "warning-interactive": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
3230
3228
  "warning-textLow": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
3231
- "warning-textHigh": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; /**
3232
- * The textDecoration shorthand property sets the appearance of decorative lines on text.
3233
- */
3229
+ "warning-textHigh": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
3234
3230
  "danger-surface": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
3235
3231
  "danger-interactive": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
3236
3232
  "danger-textLow": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -3289,6 +3285,7 @@ export interface TextSprinkle {
3289
3285
  textAlign?: TextAlign | TextConditions<TextAlign>;
3290
3286
  /**
3291
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.
3292
3289
  * @default neutral-textLow
3293
3290
  */
3294
3291
  color?: TextColorProperties | TextConditions<TextColorProperties>;
@@ -3383,6 +3380,10 @@ export declare const text: {
3383
3380
  default: string;
3384
3381
  conditions: Record<"xs" | "md" | "lg" | "xl", string>;
3385
3382
  };
3383
+ "ai-generative": {
3384
+ default: string;
3385
+ conditions: Record<"xs" | "md" | "lg" | "xl", string>;
3386
+ };
3386
3387
  "primary-textHigh": {
3387
3388
  default: string;
3388
3389
  conditions: Record<"xs" | "md" | "lg" | "xl", string>;
@@ -3409,6 +3410,7 @@ export declare const text: {
3409
3410
  };
3410
3411
  };
3411
3412
  staticScale: {
3413
+ "ai-generative": "transparent";
3412
3414
  currentColor: string;
3413
3415
  "primary-surface": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
3414
3416
  "primary-interactive": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -3601,6 +3603,7 @@ export declare const text: {
3601
3603
  ]>;
3602
3604
  properties: {
3603
3605
  color: {
3606
+ "ai-generative": "transparent";
3604
3607
  currentColor: string;
3605
3608
  "primary-surface": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
3606
3609
  "primary-interactive": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
@@ -3644,9 +3647,19 @@ export declare const text: {
3644
3647
  wordBreak: WordBreak[];
3645
3648
  textDecoration: TextDecoration[];
3646
3649
  };
3650
+ aiColors: {
3651
+ readonly "ai-generative": "transparent";
3652
+ };
3653
+ aiStyles: {
3654
+ readonly "ai-generative": string;
3655
+ };
3647
3656
  classnames: {
3648
3657
  base: string;
3649
3658
  trim: string;
3659
+ aiGenerative: string;
3660
+ aiStyles: {
3661
+ readonly "ai-generative": string;
3662
+ };
3650
3663
  };
3651
3664
  };
3652
3665
  declare const propertiesTitle: {