@nimbus-ds/styles 9.24.2 → 9.25.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
@@ -4396,7 +4396,7 @@ export declare const thumbnail: {
4396
4396
  };
4397
4397
  export declare const textarea: {
4398
4398
  classnames: {
4399
- appearance: Record<"success" | "warning" | "danger" | "neutral", string>;
4399
+ appearance: Record<"success" | "warning" | "danger" | "neutral" | "ai-generative", string>;
4400
4400
  };
4401
4401
  };
4402
4402
  export declare const progressBar: {