@nimbus-ds/styles 9.36.2 → 9.37.1-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/CHANGELOG.md +6 -0
- package/dist/CHANGELOG.md +1 -19
- package/dist/index.css +1 -1
- package/dist/index.d.ts +0 -4
- 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
|
@@ -5212,10 +5212,6 @@ export declare const scrollPane: {
|
|
|
5212
5212
|
arrowVariants: Record<"horizontal-left" | "horizontal-right" | "vertical-top" | "vertical-bottom", string>;
|
|
5213
5213
|
};
|
|
5214
5214
|
};
|
|
5215
|
-
export declare const splitButton: {
|
|
5216
|
-
primaryAppearance: Record<"primary", string>;
|
|
5217
|
-
secondaryAppearance: Record<"primary", string>;
|
|
5218
|
-
};
|
|
5219
5215
|
export declare const calendar: {
|
|
5220
5216
|
classnames: {
|
|
5221
5217
|
table: string;
|