@nimbus-ds/styles 9.14.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/CHANGELOG.md +6 -0
- package/dist/CHANGELOG.md +6 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +10 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5043,6 +5043,16 @@ export declare const table: {
|
|
|
5043
5043
|
container__cell: string;
|
|
5044
5044
|
};
|
|
5045
5045
|
};
|
|
5046
|
+
export declare const segmentedControl: {
|
|
5047
|
+
subcomponents: {
|
|
5048
|
+
button: {
|
|
5049
|
+
classnames: {
|
|
5050
|
+
appearance: Record<"default" | "selected", string>;
|
|
5051
|
+
fullWidth: string;
|
|
5052
|
+
};
|
|
5053
|
+
};
|
|
5054
|
+
};
|
|
5055
|
+
};
|
|
5046
5056
|
export declare const calendar: {
|
|
5047
5057
|
classnames: {
|
|
5048
5058
|
table: string;
|