@nimbus-ds/styles 9.22.0-rc.1 → 9.23.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 +14 -1
- package/dist/CHANGELOG.md +14 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark/index.js +1 -1
- package/dist/themes/dark.css +1 -1
- package/dist/themes/next/index.js +1 -1
- package/dist/themes/next-dark/index.js +1 -1
- package/dist/themes/next-dark.css +1 -1
- package/dist/themes/next.css +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -3146,7 +3146,8 @@ export declare const input: {
|
|
|
3146
3146
|
container__icon: string;
|
|
3147
3147
|
container__icon_append: Record<"start" | "end", string>;
|
|
3148
3148
|
container__button: string;
|
|
3149
|
-
appearance: Record<"success" | "warning" | "danger" | "neutral", string>;
|
|
3149
|
+
appearance: Record<"success" | "warning" | "danger" | "neutral" | "ai-generative", string>;
|
|
3150
|
+
aiGenerated: string;
|
|
3150
3151
|
};
|
|
3151
3152
|
};
|
|
3152
3153
|
export declare const label: {
|