@nimbus-ds/styles 9.22.0-rc.1 → 9.22.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 +8 -1
- package/dist/CHANGELOG.md +8 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -4
- 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 +2 -2
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: {
|
|
@@ -4549,7 +4550,6 @@ export interface ModalSprinkle {
|
|
|
4549
4550
|
export declare const modal: {
|
|
4550
4551
|
classnames: {
|
|
4551
4552
|
overlay: string;
|
|
4552
|
-
overlayScoped: string;
|
|
4553
4553
|
container: string;
|
|
4554
4554
|
container__close: string;
|
|
4555
4555
|
container__footer: string;
|
|
@@ -4912,9 +4912,7 @@ export declare const sidebar: {
|
|
|
4912
4912
|
};
|
|
4913
4913
|
classnames: {
|
|
4914
4914
|
overlay: string;
|
|
4915
|
-
overlayScoped: string;
|
|
4916
4915
|
container: string;
|
|
4917
|
-
containerScoped: string;
|
|
4918
4916
|
container__header: string;
|
|
4919
4917
|
container__body: string;
|
|
4920
4918
|
container__footer: string;
|