@club-employes/utopia 4.232.0 → 4.233.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 +1,2 @@
1
1
  export { default as DefaultImage } from './DefaultImage';
2
+ export type { DefaultImageProps } from './types';
@@ -1 +1,2 @@
1
1
  export { default as Separator } from './Separator';
2
+ export type { SeparatorProps } from './types';
@@ -1 +1,2 @@
1
1
  export { default as WelcomeUser } from './WelcomeUser';
2
+ export type { WelcomeUserProps } from './types';
@@ -27,11 +27,7 @@ export type IconColor = 'primary' | 'secondary' | 'success' | 'warning' | 'dange
27
27
  export type Currency = '€' | '£';
28
28
  export { FavoriteToggle, type FavoriteToggleProps } from './FavoriteToggle';
29
29
  export { CopyCode, type CopyCodeProps } from './CopyCode';
30
- export { DefaultImage } from './DefaultImage';
31
- export type { DefaultImageProps } from './DefaultImage';
32
- export { WelcomeUser } from './WelcomeUser';
33
- export type { WelcomeUserProps } from './WelcomeUser';
34
- export { Icon3D } from './Icon3D';
35
- export type { Icon3DName, Icon3DProps, Icon3DResolution } from './Icon3D';
36
- export { Separator } from './Separator';
37
- export type { SeparatorProps } from './Separator';
30
+ export { DefaultImage, type DefaultImageProps } from './DefaultImage';
31
+ export { WelcomeUser, type WelcomeUserProps } from './WelcomeUser';
32
+ export { Icon3D, type Icon3DName, type Icon3DProps, type Icon3DResolution } from './Icon3D';
33
+ export { Separator, type SeparatorProps } from './Separator';
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.232.0",
4
+ "version": "4.233.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",