globalfy-design-system 1.50.0 → 1.51.1
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/atoms/Alert/Alert.d.ts +0 -1
- package/dist/components/atoms/Button/Button.d.ts +37 -181
- package/dist/components/atoms/Button/SpinnerIcon.d.ts +41 -105
- package/dist/components/atoms/DatePicker/DatePicker.stories.d.ts +0 -1
- package/dist/components/atoms/DropdownList/CssVariants.d.ts +58 -246
- package/dist/components/atoms/GlobCheckbox/GlobCheckbox.stories.d.ts +4 -4
- package/dist/components/atoms/Icon/glob-icons/glob-icons-list.d.ts +0 -1
- package/dist/components/atoms/Input/Input.d.ts +12 -12
- package/dist/components/atoms/Input/Input.stories.d.ts +13 -13
- package/dist/components/atoms/InputMask/InputMask.d.ts +11 -12
- package/dist/components/atoms/InputMask/InputMask.stories.d.ts +12 -12
- package/dist/components/atoms/Popover/Popover.d.ts +0 -1
- package/dist/components/atoms/TextArea/TextArea.d.ts +6 -6
- package/dist/components/atoms/TextArea/TextArea.stories.d.ts +6 -6
- package/dist/components/atoms/Tooltip/Tooltip.d.ts +0 -1
- package/dist/components/molecules/empty-state/empty-state.d.ts +0 -1
- package/dist/components/molecules/error-state/error-state.d.ts +0 -1
- package/dist/components/molecules/popover-menu/variants.d.ts +28 -92
- package/dist/globalfy-design-system.js +1140 -1138
- package/dist/globalfy-design-system.umd.cjs +132 -111
- package/dist/{index-3ac2ba72.js → index-6b1d72b9.js} +1 -1
- package/dist/main-dc6f2fa6.js +70006 -0
- package/package.json +24 -24
- package/dist/main-ab5d96a3.js +0 -70030
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "globalfy-design-system",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.51.1",
|
|
4
4
|
"description": "Globalfy Design System",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"type": "module",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"prepare": "husky"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@heroui/react": "2.6
|
|
42
|
-
"@hookform/resolvers": "^
|
|
41
|
+
"@heroui/react": "2.7.6",
|
|
42
|
+
"@hookform/resolvers": "^5.0.1",
|
|
43
43
|
"@iconscout/react-unicons": "^2.2.1",
|
|
44
44
|
"@radix-ui/react-checkbox": "^1.1.3",
|
|
45
45
|
"@radix-ui/react-dropdown-menu": "^2.1.5",
|
|
@@ -54,31 +54,31 @@
|
|
|
54
54
|
"class-variance-authority": "^0.7.1",
|
|
55
55
|
"clsx": "^2.0.0",
|
|
56
56
|
"cmdk": "^1.0.4",
|
|
57
|
-
"date-fns": "^
|
|
58
|
-
"framer-motion": "^
|
|
57
|
+
"date-fns": "^4.1.0",
|
|
58
|
+
"framer-motion": "^12.8.0",
|
|
59
59
|
"google-libphonenumber": "3.2.40",
|
|
60
|
-
"lucide-react": "^0.
|
|
60
|
+
"lucide-react": "^0.503.0",
|
|
61
61
|
"react": "^18.2.0",
|
|
62
|
-
"react-day-picker": "
|
|
62
|
+
"react-day-picker": "8.10.0",
|
|
63
63
|
"react-dom": "^18.2.0",
|
|
64
|
-
"react-hook-form": "7.
|
|
64
|
+
"react-hook-form": "7.56.1",
|
|
65
65
|
"react-icons": "^5.4.0",
|
|
66
|
-
"react-input-mask": "
|
|
66
|
+
"react-input-mask": "2.0.4",
|
|
67
67
|
"react-international-phone": "^4.5.0",
|
|
68
|
-
"react-phone-number-input": "3.4.
|
|
68
|
+
"react-phone-number-input": "3.4.12",
|
|
69
69
|
"react-select": "^5.10.0",
|
|
70
|
-
"react-toastify": "
|
|
71
|
-
"tailwind-merge": "^
|
|
72
|
-
"tailwind-variants": "^0.
|
|
70
|
+
"react-toastify": "10.0.5",
|
|
71
|
+
"tailwind-merge": "^3.2.0",
|
|
72
|
+
"tailwind-variants": "^1.0.0",
|
|
73
73
|
"tailwindcss-animate": "^1.0.7",
|
|
74
|
-
"zod": "3.24.
|
|
74
|
+
"zod": "3.24.3"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@babel/preset-env": "^7.26.
|
|
77
|
+
"@babel/preset-env": "^7.26.9",
|
|
78
78
|
"@babel/preset-react": "7.26.3",
|
|
79
|
-
"@babel/preset-typescript": "7.
|
|
80
|
-
"@commitlint/cli": "^19.
|
|
81
|
-
"@commitlint/config-conventional": "^19.
|
|
79
|
+
"@babel/preset-typescript": "7.27.0",
|
|
80
|
+
"@commitlint/cli": "^19.8.0",
|
|
81
|
+
"@commitlint/config-conventional": "^19.8.0",
|
|
82
82
|
"@semantic-release/commit-analyzer": "11",
|
|
83
83
|
"@semantic-release/exec": "^6.0.3",
|
|
84
84
|
"@semantic-release/git": "^10.0.1",
|
|
@@ -99,9 +99,9 @@
|
|
|
99
99
|
"@types/google-libphonenumber": "^7.4.30",
|
|
100
100
|
"@types/jest": "^29.5.14",
|
|
101
101
|
"@types/node": "^20.8.7",
|
|
102
|
-
"@types/react": "
|
|
102
|
+
"@types/react": "18.2.15",
|
|
103
103
|
"@types/react-dom": "^18.2.7",
|
|
104
|
-
"@types/react-input-mask": "
|
|
104
|
+
"@types/react-input-mask": "2.0.4",
|
|
105
105
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
106
106
|
"@typescript-eslint/parser": "^6.0.0",
|
|
107
107
|
"@vitejs/plugin-react": "^4.3.4",
|
|
@@ -122,16 +122,16 @@
|
|
|
122
122
|
"jest-environment-jsdom": "^29.7.0",
|
|
123
123
|
"jest-svg-transformer": "^1.0.0",
|
|
124
124
|
"jsdom": "^22.1.0",
|
|
125
|
-
"lint-staged": "15.
|
|
126
|
-
"postcss": "8.5.
|
|
127
|
-
"prettier": "3.
|
|
125
|
+
"lint-staged": "15.5.1",
|
|
126
|
+
"postcss": "8.5.3",
|
|
127
|
+
"prettier": "3.5.3",
|
|
128
128
|
"prettier-plugin-tailwindcss": "0.6.11",
|
|
129
129
|
"react-test-renderer": "^18.2.0",
|
|
130
130
|
"rollup-plugin-css-only": "^4.5.2",
|
|
131
131
|
"semantic-release": "22",
|
|
132
132
|
"storybook": "^7.5.1",
|
|
133
133
|
"tailwindcss": "3.4.7",
|
|
134
|
-
"typescript": "5.
|
|
134
|
+
"typescript": "5.8.3",
|
|
135
135
|
"vite": "^4.4.5",
|
|
136
136
|
"vite-plugin-dts": "3.9.1",
|
|
137
137
|
"vite-plugin-static-copy": "1.0.6",
|