@nimbus-ds/styles 9.14.1 → 9.15.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.
package/dist/index.d.ts CHANGED
@@ -4357,7 +4357,6 @@ export declare const thumbnail: {
4357
4357
  container__image: string;
4358
4358
  container__placeholder: string;
4359
4359
  skeleton: string;
4360
- width: string;
4361
4360
  };
4362
4361
  };
4363
4362
  export declare const textarea: {
@@ -5043,6 +5042,31 @@ export declare const table: {
5043
5042
  container__cell: string;
5044
5043
  };
5045
5044
  };
5045
+ export declare const segmentedControl: {
5046
+ classnames: {
5047
+ container: string;
5048
+ };
5049
+ subcomponents: {
5050
+ button: {
5051
+ classnames: {
5052
+ appearance: Record<"default" | "selected", string>;
5053
+ fullWidth: string;
5054
+ };
5055
+ };
5056
+ };
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
+ };
5046
5070
  export declare const calendar: {
5047
5071
  classnames: {
5048
5072
  table: string;