@nimbus-ds/styles 9.27.1-rc.1 → 9.28.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 -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
|
@@ -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: {
|