globalfy-design-system 1.49.1 → 1.50.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/atoms/Button/Button.d.ts +73 -73
- package/dist/components/atoms/Button/SpinnerIcon.d.ts +91 -91
- package/dist/components/atoms/Checkbox/Checkbox.d.ts +1 -1
- package/dist/components/atoms/Checkbox/Checkbox.stories.d.ts +3 -6
- package/dist/components/atoms/DropdownList/CssVariants.d.ts +98 -98
- package/dist/components/atoms/Icon/unicons/UniconsIcons.d.ts +0 -1
- package/dist/components/atoms/Icon/unicons/uniconsIconsList.d.ts +0 -1
- package/dist/components/atoms/Input/Input.d.ts +2 -0
- package/dist/components/atoms/Input/Input.stories.d.ts +1 -0
- package/dist/components/molecules/popover-menu/variants.d.ts +56 -56
- package/dist/globalfy-design-system.js +1560 -63761
- package/dist/globalfy-design-system.umd.cjs +119 -75
- package/dist/index-3ac2ba72.js +7 -0
- package/dist/main-ab5d96a3.js +70030 -0
- package/package.json +40 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "globalfy-design-system",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.50.0",
|
|
4
4
|
"description": "Globalfy Design System",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"type": "module",
|
|
@@ -38,47 +38,47 @@
|
|
|
38
38
|
"prepare": "husky"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@radix-ui/react-checkbox": "^1.
|
|
45
|
-
"@radix-ui/react-dropdown-menu": "^2.
|
|
46
|
-
"@radix-ui/react-label": "^2.
|
|
47
|
-
"@radix-ui/react-popover": "^1.
|
|
48
|
-
"@radix-ui/react-radio-group": "^1.
|
|
49
|
-
"@radix-ui/react-slot": "^1.
|
|
50
|
-
"@radix-ui/react-switch": "^1.
|
|
51
|
-
"@radix-ui/react-tabs": "^1.
|
|
52
|
-
"@radix-ui/react-tooltip": "^1.
|
|
41
|
+
"@heroui/react": "2.6.14",
|
|
42
|
+
"@hookform/resolvers": "^3.10.0",
|
|
43
|
+
"@iconscout/react-unicons": "^2.2.1",
|
|
44
|
+
"@radix-ui/react-checkbox": "^1.1.3",
|
|
45
|
+
"@radix-ui/react-dropdown-menu": "^2.1.5",
|
|
46
|
+
"@radix-ui/react-label": "^2.1.1",
|
|
47
|
+
"@radix-ui/react-popover": "^1.1.5",
|
|
48
|
+
"@radix-ui/react-radio-group": "^1.2.2",
|
|
49
|
+
"@radix-ui/react-slot": "^1.1.1",
|
|
50
|
+
"@radix-ui/react-switch": "^1.1.2",
|
|
51
|
+
"@radix-ui/react-tabs": "^1.1.2",
|
|
52
|
+
"@radix-ui/react-tooltip": "^1.1.7",
|
|
53
53
|
"animate.css": "^4.1.1",
|
|
54
|
-
"class-variance-authority": "^0.7.
|
|
54
|
+
"class-variance-authority": "^0.7.1",
|
|
55
55
|
"clsx": "^2.0.0",
|
|
56
|
-
"cmdk": "^1.0.
|
|
56
|
+
"cmdk": "^1.0.4",
|
|
57
57
|
"date-fns": "^3.3.0",
|
|
58
58
|
"framer-motion": "^10.16.16",
|
|
59
|
-
"google-libphonenumber": "3.2.
|
|
59
|
+
"google-libphonenumber": "3.2.40",
|
|
60
60
|
"lucide-react": "^0.288.0",
|
|
61
61
|
"react": "^18.2.0",
|
|
62
62
|
"react-day-picker": "^8.10.0",
|
|
63
63
|
"react-dom": "^18.2.0",
|
|
64
|
-
"react-hook-form": "7.
|
|
65
|
-
"react-icons": "^5.0
|
|
64
|
+
"react-hook-form": "7.54.2",
|
|
65
|
+
"react-icons": "^5.4.0",
|
|
66
66
|
"react-input-mask": "^2.0.4",
|
|
67
|
-
"react-international-phone": "^4.
|
|
68
|
-
"react-phone-number-input": "3.4.
|
|
69
|
-
"react-select": "^5.
|
|
67
|
+
"react-international-phone": "^4.5.0",
|
|
68
|
+
"react-phone-number-input": "3.4.11",
|
|
69
|
+
"react-select": "^5.10.0",
|
|
70
70
|
"react-toastify": "^10.0.5",
|
|
71
71
|
"tailwind-merge": "^1.14.0",
|
|
72
72
|
"tailwind-variants": "^0.1.18",
|
|
73
73
|
"tailwindcss-animate": "^1.0.7",
|
|
74
|
-
"zod": "3.
|
|
74
|
+
"zod": "3.24.1"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@babel/preset-env": "^7.
|
|
78
|
-
"@babel/preset-react": "7.
|
|
79
|
-
"@babel/preset-typescript": "7.
|
|
80
|
-
"@commitlint/cli": "^19.
|
|
81
|
-
"@commitlint/config-conventional": "^19.
|
|
77
|
+
"@babel/preset-env": "^7.26.7",
|
|
78
|
+
"@babel/preset-react": "7.26.3",
|
|
79
|
+
"@babel/preset-typescript": "7.26.0",
|
|
80
|
+
"@commitlint/cli": "^19.6.1",
|
|
81
|
+
"@commitlint/config-conventional": "^19.6.0",
|
|
82
82
|
"@semantic-release/commit-analyzer": "11",
|
|
83
83
|
"@semantic-release/exec": "^6.0.3",
|
|
84
84
|
"@semantic-release/git": "^10.0.1",
|
|
@@ -93,49 +93,49 @@
|
|
|
93
93
|
"@storybook/react": "^7.5.1",
|
|
94
94
|
"@storybook/react-vite": "^7.5.1",
|
|
95
95
|
"@storybook/testing-library": "^0.2.2",
|
|
96
|
-
"@testing-library/jest-dom": "6.
|
|
96
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
97
97
|
"@testing-library/react": "^14.1.0",
|
|
98
98
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
99
99
|
"@types/google-libphonenumber": "^7.4.30",
|
|
100
|
-
"@types/jest": "^29.5.
|
|
100
|
+
"@types/jest": "^29.5.14",
|
|
101
101
|
"@types/node": "^20.8.7",
|
|
102
102
|
"@types/react": "^18.2.15",
|
|
103
103
|
"@types/react-dom": "^18.2.7",
|
|
104
104
|
"@types/react-input-mask": "^3.0.5",
|
|
105
105
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
106
106
|
"@typescript-eslint/parser": "^6.0.0",
|
|
107
|
-
"@vitejs/plugin-react": "^4.
|
|
108
|
-
"autoprefixer": "^10.4.
|
|
107
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
108
|
+
"autoprefixer": "^10.4.20",
|
|
109
109
|
"babel-jest": "^29.7.0",
|
|
110
110
|
"chromatic": "^10.0.0",
|
|
111
|
-
"commitizen": "^4.3.
|
|
111
|
+
"commitizen": "^4.3.1",
|
|
112
112
|
"cz-conventional-changelog": "^3.3.0",
|
|
113
113
|
"eslint": "^8.45.0",
|
|
114
114
|
"eslint-config-prettier": "^9.0.0",
|
|
115
115
|
"eslint-plugin-jest-react": "^0.1.0",
|
|
116
116
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
117
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
117
|
+
"eslint-plugin-react-refresh": "^0.4.18",
|
|
118
118
|
"eslint-plugin-storybook": "^0.6.15",
|
|
119
|
-
"husky": "^9.
|
|
119
|
+
"husky": "^9.1.7",
|
|
120
120
|
"identity-obj-proxy": "^3.0.0",
|
|
121
121
|
"jest": "^29.7.0",
|
|
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.
|
|
127
|
-
"prettier": "3.
|
|
128
|
-
"prettier-plugin-tailwindcss": "0.6.
|
|
125
|
+
"lint-staged": "15.4.3",
|
|
126
|
+
"postcss": "8.5.1",
|
|
127
|
+
"prettier": "3.4.2",
|
|
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": "
|
|
134
|
+
"typescript": "5.0.2",
|
|
135
135
|
"vite": "^4.4.5",
|
|
136
136
|
"vite-plugin-dts": "3.9.1",
|
|
137
137
|
"vite-plugin-static-copy": "1.0.6",
|
|
138
|
-
"vite-plugin-svgr": "^4.
|
|
138
|
+
"vite-plugin-svgr": "^4.3.0"
|
|
139
139
|
},
|
|
140
140
|
"resolutions": {
|
|
141
141
|
"jackspeak": "2.1.1"
|