@club-employes/utopia 4.32.0 → 4.33.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated": "2025-11-05T16:02:11.840Z",
2
+ "generated": "2025-11-12T14:06:47.737Z",
3
3
  "count": 1238,
4
4
  "icons": [
5
5
  "Accessibility",
package/dist/index.d.ts CHANGED
@@ -79,6 +79,8 @@ export interface ChipProps {
79
79
  leftIcon?: string
80
80
  actionable?: boolean
81
81
  ghost?: boolean
82
+ customColor?: string
83
+ customTextColor?: string
82
84
  }
83
85
 
84
86
  export interface InputTextProps {
@@ -258,7 +260,7 @@ export interface ProductCardProps {
258
260
  variantCount?: number;
259
261
  price?: number;
260
262
  oldPrice?: number;
261
- discount?: number;
263
+ discount?: string;
262
264
  discountTooltip?: string;
263
265
  currency?: string;
264
266
  subventionName?: string;