@club-employes/utopia 4.85.0 → 4.86.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/dist/components/organisms/BalanceCard/BalanceCard.d.ts +70 -2
- package/dist/components/organisms/BalanceCardGroup/BalanceCardGroup.d.ts +2 -15
- package/dist/components/organisms/BalanceCardGroup/types.d.ts +2 -1
- package/dist/icons-list.json +1 -1
- package/dist/index.js +5407 -5296
- package/dist/utopia.css +1 -1
- package/package.json +1 -1
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.
|
|
4
|
+
"version": "4.86.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|