@nimbus-ds/styles 9.15.0-rc.1 → 9.15.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
@@ -4357,6 +4357,7 @@ export declare const thumbnail: {
4357
4357
  container__image: string;
4358
4358
  container__placeholder: string;
4359
4359
  skeleton: string;
4360
+ width: string;
4360
4361
  };
4361
4362
  };
4362
4363
  export declare const textarea: {
@@ -5043,9 +5044,6 @@ export declare const table: {
5043
5044
  };
5044
5045
  };
5045
5046
  export declare const segmentedControl: {
5046
- classnames: {
5047
- container: string;
5048
- };
5049
5047
  subcomponents: {
5050
5048
  button: {
5051
5049
  classnames: {
@@ -5054,18 +5052,6 @@ export declare const segmentedControl: {
5054
5052
  };
5055
5053
  };
5056
5054
  };
5057
- sprinkle: ((props: {
5058
- padding?: "base" | "small" | "none" | undefined;
5059
- }) => string) & {
5060
- properties: Set<"padding">;
5061
- };
5062
- properties: {
5063
- padding: {
5064
- base: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
5065
- small: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
5066
- none: string;
5067
- };
5068
- };
5069
5055
  };
5070
5056
  export declare const calendar: {
5071
5057
  classnames: {