@nimbus-ds/styles 9.27.1-rc.1 → 9.29.0-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 +12 -0
- package/dist/CHANGELOG.md +12 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +10 -2
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3208,7 +3208,7 @@ export declare const label: {
|
|
|
3208
3208
|
};
|
|
3209
3209
|
export declare const tag: {
|
|
3210
3210
|
classnames: {
|
|
3211
|
-
appearance: Record<"primary" | "success" | "warning" | "danger" | "neutral", string>;
|
|
3211
|
+
appearance: Record<"primary" | "success" | "warning" | "danger" | "neutral" | "ai-generative", string>;
|
|
3212
3212
|
};
|
|
3213
3213
|
};
|
|
3214
3214
|
declare const propertiesText: {
|
|
@@ -4445,7 +4445,7 @@ 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
4449
|
};
|
|
4450
4450
|
};
|
|
4451
4451
|
export declare const progressBar: {
|
|
@@ -4454,6 +4454,14 @@ export declare const progressBar: {
|
|
|
4454
4454
|
appearance: Record<"primary" | "success" | "warning" | "danger" | "neutral" | "ai-generative", string>;
|
|
4455
4455
|
};
|
|
4456
4456
|
};
|
|
4457
|
+
export declare const divider: {
|
|
4458
|
+
classnames: {
|
|
4459
|
+
orientation: Record<"horizontal" | "vertical", string>;
|
|
4460
|
+
horizontalThickness: Record<1 | 2 | 3, string>;
|
|
4461
|
+
verticalThickness: Record<1 | 2 | 3, string>;
|
|
4462
|
+
appearance: Record<"neutral", string>;
|
|
4463
|
+
};
|
|
4464
|
+
};
|
|
4457
4465
|
export declare const accordion: {
|
|
4458
4466
|
sprinkle: ((props: {
|
|
4459
4467
|
borderTop?: "base" | "none" | undefined;
|