@trafilea/afrodita-components 6.57.5 → 6.58.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/build/index.d.ts CHANGED
@@ -2476,6 +2476,7 @@ interface CheckboxProps {
2476
2476
  blockUncheck?: boolean;
2477
2477
  id: string;
2478
2478
  backgroundColor?: string;
2479
+ backgroundImage?: string;
2479
2480
  variant: 'primary' | 'secondary' | 'color';
2480
2481
  }
2481
2482
  declare const Checkbox: react__default.FC<CheckboxProps>;
@@ -2672,6 +2673,7 @@ declare type Filter = {
2672
2673
  link?: string;
2673
2674
  blockUncheck?: boolean;
2674
2675
  value?: string;
2676
+ backgroundImage?: string;
2675
2677
  }>;
2676
2678
  showInMobile: boolean;
2677
2679
  showInTablet: boolean;