@club-employes/utopia 4.278.0 → 4.279.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.
@@ -13,6 +13,7 @@ export { InputCode } from './InputCode';
13
13
  export type { InputCodeProps } from './InputCode';
14
14
  export { InputPhone } from './InputPhone';
15
15
  export type { InputPhoneProps } from './InputPhone/types';
16
+ export { type Country, COUNTRIES } from './InputPhone/countries';
16
17
  export { Modal } from './Modal';
17
18
  export type { ModalChangeReason, ModalProps } from './Modal/types';
18
19
  export { PriceTag } from './PriceTag';
package/dist/index.js CHANGED
@@ -83014,6 +83014,7 @@ export {
83014
83014
  Ny as BottomSheet,
83015
83015
  QZ as Breadcrumbs,
83016
83016
  Et as Button,
83017
+ dl as COUNTRIES,
83017
83018
  ol as Card,
83018
83019
  sX as Caroussel,
83019
83020
  lX as CartPreview,
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.278.0",
4
+ "version": "4.279.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",