@club-employes/utopia 4.361.0 → 4.362.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -101,8 +101,6 @@ export type { SummaryMetricCardProps } from './components/organisms/SummaryMetri
101
101
  export type { DeliveryMethodSelectorProps, DeliveryMethodProductRecap, DeliveryMethod } from './components/organisms/DeliveryMethodSelector/types';
102
102
  export type { CustomCriteriaSectionProps, CustomCriterion } from './components/organisms/CustomCriteriaSection/types';
103
103
  export type { CustomCriterionVProps, CustomCriterionValueType } from './components/organisms/CustomCriterionV/types';
104
- export { CustomCriterionV, CustomCriterionValuePreview } from './components/organisms/CustomCriterionV';
105
- export { CustomCriteriaSection } from './components/organisms/CustomCriteriaSection';
106
104
  export type { AddressFormProps, AddressFormSchema, AddressFormSection } from './components/organisms/AddressForm/types';
107
105
  export type { CartPreviewProps, CartPreviewPrice, CartPreviewPriceLine } from './components/organisms/CartPreview/types';
108
106
  export type { CartPreviewItemProps } from './components/molecules/CartPreviewItem/types';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@club-employes/utopia",
3
3
  "description": "🎨 Modern Vue 3 design system with multi-brand theming, design tokens, and 30+ components. Supports Club Employés & Gifteo brands with light/dark modes.",
4
- "version": "4.361.0",
4
+ "version": "4.362.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",