@nimbus-ds/styles 9.34.0 → 9.36.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 +12 -0
- package/dist/CHANGELOG.md +12 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5204,6 +5204,10 @@ export declare const scrollPane: {
|
|
|
5204
5204
|
arrowVariants: Record<"horizontal-left" | "horizontal-right" | "vertical-top" | "vertical-bottom", string>;
|
|
5205
5205
|
};
|
|
5206
5206
|
};
|
|
5207
|
+
export declare const splitButton: {
|
|
5208
|
+
primaryAppearance: Record<"primary", string>;
|
|
5209
|
+
secondaryAppearance: Record<"primary", string>;
|
|
5210
|
+
};
|
|
5207
5211
|
export declare const calendar: {
|
|
5208
5212
|
classnames: {
|
|
5209
5213
|
table: string;
|