globalfy-design-system 1.53.0 → 1.55.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/DatePicker/DatePicker.d.ts +4 -3
- package/dist/components/atoms/DatePicker/DatePicker.stories.d.ts +1 -1
- package/dist/components/atoms/DatePicker/DatePickerRange.d.ts +4 -3
- package/dist/components/atoms/DropdownList/DropdownComponents.d.ts +2 -1
- package/dist/components/atoms/DropdownList/DropdownList.d.ts +1 -1
- package/dist/components/atoms/DropdownList/DropdownList.stories.d.ts +1 -1
- package/dist/components/atoms/DropdownList/DropdownProps.d.ts +1 -0
- package/dist/components/atoms/Icon/glob-icons/glob-icons-list.d.ts +1 -1
- package/dist/fonts/style.css +122 -0
- package/dist/globalfy-design-system.js +1531 -1533
- package/dist/globalfy-design-system.umd.cjs +74 -119
- package/dist/index-BvCEMix7.js +2638 -0
- package/dist/{main-e59511e6.js → main-C86Hr5KC.js} +24282 -36206
- package/dist/style.css +5625 -7
- package/package.json +32 -32
- package/dist/index-27e249c6.js +0 -7
- /package/dist/fonts/{icomoon.eot → fonts/icomoon.eot} +0 -0
- /package/dist/fonts/{icomoon.svg → fonts/icomoon.svg} +0 -0
- /package/dist/fonts/{icomoon.ttf → fonts/icomoon.ttf} +0 -0
- /package/dist/fonts/{icomoon.woff → fonts/icomoon.woff} +0 -0
- /package/dist/{selection.json → fonts/selection.json} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "globalfy-design-system",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.55.0",
|
|
4
4
|
"description": "Globalfy Design System",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"type": "module",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"coverage": "http-server ./coverage/lcov-report -o",
|
|
26
26
|
"build:dev:watch": "vite build --config vite.config.dev.ts --watch",
|
|
27
27
|
"build": "tsc && vite build",
|
|
28
|
-
"lint": "eslint . --
|
|
28
|
+
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
29
29
|
"prettier:check": "prettier --check './**/*.{ts,tsx,css,json,md}'",
|
|
30
30
|
"prettier:fix": "prettier --write './**/*.{ts,tsx,css,json,md}'",
|
|
31
31
|
"typecheck": "tsc --project tsconfig.json",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"prepare": "husky"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@heroui/react": "2.7.
|
|
41
|
+
"@heroui/react": "^2.7.11",
|
|
42
42
|
"@hookform/resolvers": "^5.0.1",
|
|
43
43
|
"@iconscout/react-unicons": "^2.2.1",
|
|
44
44
|
"@radix-ui/react-checkbox": "^1.1.3",
|
|
@@ -50,24 +50,24 @@
|
|
|
50
50
|
"@radix-ui/react-switch": "^1.1.2",
|
|
51
51
|
"@radix-ui/react-tabs": "^1.1.2",
|
|
52
52
|
"@radix-ui/react-tooltip": "^1.1.7",
|
|
53
|
+
"@react-input/mask": "^2.0.4",
|
|
53
54
|
"animate.css": "^4.1.1",
|
|
54
55
|
"class-variance-authority": "^0.7.1",
|
|
55
56
|
"clsx": "^2.0.0",
|
|
56
57
|
"cmdk": "^1.0.4",
|
|
57
58
|
"date-fns": "^4.1.0",
|
|
58
|
-
"framer-motion": "^12.8.0",
|
|
59
59
|
"google-libphonenumber": "3.2.40",
|
|
60
60
|
"lucide-react": "^0.503.0",
|
|
61
|
-
"
|
|
62
|
-
"react
|
|
63
|
-
"react-
|
|
64
|
-
"react-
|
|
61
|
+
"motion": "^12.0.0",
|
|
62
|
+
"react": "^19.0.0",
|
|
63
|
+
"react-day-picker": "^9.11.1",
|
|
64
|
+
"react-dom": "^19.0.0",
|
|
65
|
+
"react-hook-form": "^7.54.2",
|
|
65
66
|
"react-icons": "^5.4.0",
|
|
66
|
-
"react-input-mask": "2.0.4",
|
|
67
67
|
"react-international-phone": "^4.5.0",
|
|
68
68
|
"react-phone-number-input": "3.4.12",
|
|
69
69
|
"react-select": "^5.10.0",
|
|
70
|
-
"react-toastify": "
|
|
70
|
+
"react-toastify": "^11.0.3",
|
|
71
71
|
"tailwind-merge": "^3.2.0",
|
|
72
72
|
"tailwind-variants": "^1.0.0",
|
|
73
73
|
"tailwindcss-animate": "^1.0.7",
|
|
@@ -84,38 +84,38 @@
|
|
|
84
84
|
"@semantic-release/git": "^10.0.1",
|
|
85
85
|
"@semantic-release/npm": "11",
|
|
86
86
|
"@semantic-release/release-notes-generator": "12",
|
|
87
|
-
"@storybook/addon-essentials": "^
|
|
88
|
-
"@storybook/addon-interactions": "^
|
|
89
|
-
"@storybook/addon-links": "^
|
|
90
|
-
"@storybook/addon-onboarding": "^
|
|
87
|
+
"@storybook/addon-essentials": "^8.5.3",
|
|
88
|
+
"@storybook/addon-interactions": "^8.5.3",
|
|
89
|
+
"@storybook/addon-links": "^8.5.3",
|
|
90
|
+
"@storybook/addon-onboarding": "^8.5.3",
|
|
91
91
|
"@storybook/addon-styling": "^1.3.7",
|
|
92
|
-
"@storybook/blocks": "^
|
|
93
|
-
"@storybook/react": "^
|
|
94
|
-
"@storybook/react-vite": "^
|
|
95
|
-
"@storybook/
|
|
92
|
+
"@storybook/blocks": "^8.5.3",
|
|
93
|
+
"@storybook/react": "^8.5.3",
|
|
94
|
+
"@storybook/react-vite": "^8.5.3",
|
|
95
|
+
"@storybook/test": "^8.5.3",
|
|
96
96
|
"@testing-library/jest-dom": "6.6.3",
|
|
97
|
-
"@testing-library/react": "^
|
|
97
|
+
"@testing-library/react": "^16.2.0",
|
|
98
98
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
99
99
|
"@types/google-libphonenumber": "^7.4.30",
|
|
100
100
|
"@types/jest": "^29.5.14",
|
|
101
|
-
"@types/
|
|
102
|
-
"@types/
|
|
103
|
-
"@types/react
|
|
104
|
-
"@types/react-
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
106
|
-
"@typescript-eslint/parser": "^
|
|
101
|
+
"@types/lodash": "^4.17.20",
|
|
102
|
+
"@types/node": "^22.13.1",
|
|
103
|
+
"@types/react": "^19.0.8",
|
|
104
|
+
"@types/react-dom": "^19.0.3",
|
|
105
|
+
"@typescript-eslint/eslint-plugin": "^8.23.0",
|
|
106
|
+
"@typescript-eslint/parser": "^8.23.0",
|
|
107
107
|
"@vitejs/plugin-react": "^4.3.4",
|
|
108
108
|
"autoprefixer": "^10.4.20",
|
|
109
109
|
"babel-jest": "^29.7.0",
|
|
110
110
|
"chromatic": "^10.0.0",
|
|
111
111
|
"commitizen": "^4.3.1",
|
|
112
112
|
"cz-conventional-changelog": "^3.3.0",
|
|
113
|
-
"eslint": "^
|
|
113
|
+
"eslint": "^9.19.0",
|
|
114
114
|
"eslint-config-prettier": "^9.0.0",
|
|
115
115
|
"eslint-plugin-jest-react": "^0.1.0",
|
|
116
|
-
"eslint-plugin-react-hooks": "
|
|
116
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
117
117
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
118
|
-
"eslint-plugin-storybook": "^0.
|
|
118
|
+
"eslint-plugin-storybook": "^0.11.2",
|
|
119
119
|
"husky": "^9.1.7",
|
|
120
120
|
"identity-obj-proxy": "^3.0.0",
|
|
121
121
|
"jest": "^29.7.0",
|
|
@@ -126,13 +126,13 @@
|
|
|
126
126
|
"postcss": "8.5.3",
|
|
127
127
|
"prettier": "3.5.3",
|
|
128
128
|
"prettier-plugin-tailwindcss": "0.6.11",
|
|
129
|
-
"react-test-renderer": "^
|
|
129
|
+
"react-test-renderer": "^19.0.0",
|
|
130
130
|
"rollup-plugin-css-only": "^4.5.2",
|
|
131
131
|
"semantic-release": "22",
|
|
132
|
-
"storybook": "^
|
|
132
|
+
"storybook": "^8.5.3",
|
|
133
133
|
"tailwindcss": "3.4.7",
|
|
134
|
-
"typescript": "5.
|
|
135
|
-
"vite": "^
|
|
134
|
+
"typescript": "^5.7.3",
|
|
135
|
+
"vite": "^6.1.0",
|
|
136
136
|
"vite-plugin-dts": "3.9.1",
|
|
137
137
|
"vite-plugin-static-copy": "1.0.6",
|
|
138
138
|
"vite-plugin-svgr": "^4.3.0"
|
package/dist/index-27e249c6.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|