@nimbus-ds/styles 9.21.3 → 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/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: {