@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.
@@ -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;