@nimbus-ds/styles 9.41.1-rc.1 → 9.42.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 +1 -2
- 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
|
@@ -2964,7 +2964,7 @@ export declare const box: {
|
|
|
2964
2964
|
export declare const button: {
|
|
2965
2965
|
classnames: {
|
|
2966
2966
|
fullWidth: string;
|
|
2967
|
-
size: Record<"medium" | "small", string>;
|
|
2967
|
+
size: Record<"medium" | "small" | "large", string>;
|
|
2968
2968
|
appearance: Record<"primary" | "danger" | "neutral" | "transparent" | "ai-primary" | "ai-secondary", string>;
|
|
2969
2969
|
};
|
|
2970
2970
|
};
|
|
@@ -5310,7 +5310,6 @@ export declare const scrollPane: {
|
|
|
5310
5310
|
gradientVariants: Record<"horizontal-left" | "horizontal-right" | "vertical-top" | "vertical-bottom", string>;
|
|
5311
5311
|
arrow: string;
|
|
5312
5312
|
arrowVariants: Record<"horizontal-left" | "horizontal-right" | "vertical-top" | "vertical-bottom", string>;
|
|
5313
|
-
item: string;
|
|
5314
5313
|
};
|
|
5315
5314
|
};
|
|
5316
5315
|
export declare const splitButton: {
|