@nimbus-ds/components 5.33.0-rc.1 → 5.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.
Files changed (46) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/Accordion/index.js +1 -1
  3. package/dist/Alert/index.js +1 -1
  4. package/dist/Badge/index.js +1 -1
  5. package/dist/Box/index.d.ts +3 -3
  6. package/dist/Button/index.js +1 -1
  7. package/dist/CHANGELOG.md +6 -0
  8. package/dist/Card/index.js +1 -1
  9. package/dist/Checkbox/index.js +1 -1
  10. package/dist/Chip/index.js +1 -1
  11. package/dist/FileUploader/index.js +1 -1
  12. package/dist/Icon/index.d.ts +2 -2
  13. package/dist/Icon/index.js +1 -1
  14. package/dist/IconButton/index.d.ts +2 -2
  15. package/dist/IconButton/index.js +1 -1
  16. package/dist/Input/index.js +1 -1
  17. package/dist/Label/index.js +1 -1
  18. package/dist/Link/index.js +1 -1
  19. package/dist/List/index.js +1 -1
  20. package/dist/Modal/index.js +1 -1
  21. package/dist/MultiSelect/index.js +1 -1
  22. package/dist/Pagination/index.js +1 -1
  23. package/dist/ProgressBar/index.js +1 -1
  24. package/dist/Radio/index.js +1 -1
  25. package/dist/ScrollPane/index.d.ts +3 -3
  26. package/dist/ScrollPane/index.js +1 -1
  27. package/dist/SegmentedControl/index.d.ts +3 -3
  28. package/dist/SegmentedControl/index.js +1 -1
  29. package/dist/Select/index.js +1 -1
  30. package/dist/Sidebar/index.js +1 -1
  31. package/dist/SplitButton/index.d.ts +3 -3
  32. package/dist/SplitButton/index.js +1 -1
  33. package/dist/Stepper/index.d.ts +3 -3
  34. package/dist/Stepper/index.js +1 -1
  35. package/dist/Tag/index.js +1 -1
  36. package/dist/Text/index.js +1 -1
  37. package/dist/Textarea/index.js +1 -1
  38. package/dist/Thumbnail/index.js +1 -1
  39. package/dist/Title/index.js +1 -1
  40. package/dist/Toast/index.js +1 -1
  41. package/dist/Toggle/index.js +1 -1
  42. package/dist/Tooltip/index.js +1 -1
  43. package/dist/components-props.json +1 -1
  44. package/dist/index.d.ts +5 -5
  45. package/dist/index.js +1 -1
  46. package/package.json +2 -2
@@ -134,7 +134,6 @@ 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})`;
138
137
  transparent: string;
139
138
  };
140
139
  background: {
@@ -171,7 +170,6 @@ declare const propertiesBox: {
171
170
  "neutral-textHigh": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
172
171
  "ai-generative-surface": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
173
172
  "ai-generative-surfaceHighlight": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
174
- "ai-gradient-purple-high": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
175
173
  transparent: string;
176
174
  };
177
175
  borderColor: {
@@ -364,7 +362,9 @@ declare const propertiesBox: {
364
362
  h4: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
365
363
  h5: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
366
364
  h6: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
367
- };
365
+ }; /**
366
+ * The paddingBottom property sets the height of the padding area on the bottom of an box.
367
+ */
368
368
  };
369
369
  export type BoxBorderColorProperties = keyof typeof propertiesBox.borderColor;
370
370
  export type BoxBorderRadiusProperties = keyof typeof propertiesBox.borderRadius;