@nimbus-ds/styles 9.23.0 → 9.24.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
@@ -2933,6 +2933,7 @@ export declare const chip: {
2933
2933
  classnames: {
2934
2934
  base: string;
2935
2935
  chip_close_icon_container: string;
2936
+ aiGenerated: string;
2936
2937
  };
2937
2938
  };
2938
2939
  export declare const fileUploader: {
@@ -2963,7 +2964,7 @@ export declare const fileUploader: {
2963
2964
  };
2964
2965
  export declare const icon: {
2965
2966
  sprinkle: ((props: {
2966
- color?: "currentColor" | "primary-interactive" | "primary-surface" | "primary-textLow" | "success-textLow" | "success-surface" | "warning-interactive" | "warning-surface" | "warning-textLow" | "danger-interactive" | "danger-surface" | "danger-textLow" | "neutral-background" | "neutral-interactive" | "neutral-surface" | "neutral-textLow" | "success-interactive" | "primary-textHigh" | "success-textHigh" | "warning-textHigh" | "danger-textHigh" | "neutral-textDisabled" | "neutral-textHigh" | "ai-generative" | undefined;
2967
+ color?: "currentColor" | "primary-interactive" | "primary-surface" | "primary-textLow" | "success-textLow" | "success-surface" | "warning-interactive" | "warning-surface" | "warning-textLow" | "danger-interactive" | "danger-surface" | "danger-textLow" | "neutral-background" | "neutral-interactive" | "neutral-surface" | "neutral-textLow" | "success-interactive" | "ai-generative" | "primary-textHigh" | "success-textHigh" | "warning-textHigh" | "danger-textHigh" | "neutral-textDisabled" | "neutral-textHigh" | undefined;
2967
2968
  cursor?: Cursor | undefined;
2968
2969
  }) => string) & {
2969
2970
  properties: Set<"color" | "cursor">;