@nimbus-ds/styles 9.28.0 → 9.29.0-rc.2
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 -1
- 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
|
@@ -4445,7 +4445,8 @@ export declare const thumbnail: {
|
|
|
4445
4445
|
};
|
|
4446
4446
|
export declare const textarea: {
|
|
4447
4447
|
classnames: {
|
|
4448
|
-
appearance: Record<"success" | "warning" | "danger" | "neutral" | "ai-generative", string>;
|
|
4448
|
+
appearance: Record<"success" | "warning" | "danger" | "neutral" | "transparent" | "ai-generative", string>;
|
|
4449
|
+
fieldSizing: Record<string | number, string>;
|
|
4449
4450
|
};
|
|
4450
4451
|
};
|
|
4451
4452
|
export declare const progressBar: {
|
|
@@ -4454,6 +4455,14 @@ export declare const progressBar: {
|
|
|
4454
4455
|
appearance: Record<"primary" | "success" | "warning" | "danger" | "neutral" | "ai-generative", string>;
|
|
4455
4456
|
};
|
|
4456
4457
|
};
|
|
4458
|
+
export declare const divider: {
|
|
4459
|
+
classnames: {
|
|
4460
|
+
orientation: Record<"horizontal" | "vertical", string>;
|
|
4461
|
+
horizontalThickness: Record<1 | 2 | 3, string>;
|
|
4462
|
+
verticalThickness: Record<1 | 2 | 3, string>;
|
|
4463
|
+
appearance: Record<"neutral", string>;
|
|
4464
|
+
};
|
|
4465
|
+
};
|
|
4457
4466
|
export declare const accordion: {
|
|
4458
4467
|
sprinkle: ((props: {
|
|
4459
4468
|
borderTop?: "base" | "none" | undefined;
|