@nimbus-ds/styles 9.15.0-rc.1 → 9.16.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/CHANGELOG.md +13 -1
- package/dist/CHANGELOG.md +13 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +23 -15
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark/index.js +1 -1
- package/dist/themes/next/index.js +1 -1
- package/dist/themes/next-dark/index.js +1 -1
- package/package.json +1 -1
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: {
|
|
@@ -4880,6 +4881,28 @@ export declare const sidebar: {
|
|
|
4880
4881
|
isVisible: string;
|
|
4881
4882
|
};
|
|
4882
4883
|
};
|
|
4884
|
+
export declare const stepper: {
|
|
4885
|
+
classnames: {
|
|
4886
|
+
container: string;
|
|
4887
|
+
item: string;
|
|
4888
|
+
item__disabled: string;
|
|
4889
|
+
item__icon: string;
|
|
4890
|
+
item__line: string;
|
|
4891
|
+
item__icon_started: string;
|
|
4892
|
+
item__icon_completed: string;
|
|
4893
|
+
item__icon_pending: string;
|
|
4894
|
+
item__icon_selected: string;
|
|
4895
|
+
item__label: string;
|
|
4896
|
+
item__label_started: string;
|
|
4897
|
+
item__label_selected: string;
|
|
4898
|
+
item__label_completed: string;
|
|
4899
|
+
item__label_pending: string;
|
|
4900
|
+
};
|
|
4901
|
+
sprinkle: ((props: {}) => string) & {
|
|
4902
|
+
properties: Set<never>;
|
|
4903
|
+
};
|
|
4904
|
+
properties: {};
|
|
4905
|
+
};
|
|
4883
4906
|
export declare const tabs: {
|
|
4884
4907
|
classnames: {
|
|
4885
4908
|
container: string;
|
|
@@ -5043,9 +5066,6 @@ export declare const table: {
|
|
|
5043
5066
|
};
|
|
5044
5067
|
};
|
|
5045
5068
|
export declare const segmentedControl: {
|
|
5046
|
-
classnames: {
|
|
5047
|
-
container: string;
|
|
5048
|
-
};
|
|
5049
5069
|
subcomponents: {
|
|
5050
5070
|
button: {
|
|
5051
5071
|
classnames: {
|
|
@@ -5054,18 +5074,6 @@ export declare const segmentedControl: {
|
|
|
5054
5074
|
};
|
|
5055
5075
|
};
|
|
5056
5076
|
};
|
|
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
5077
|
};
|
|
5070
5078
|
export declare const calendar: {
|
|
5071
5079
|
classnames: {
|