globalfy-design-system 1.54.0 → 1.56.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globalfy-design-system",
3
- "version": "1.54.0",
3
+ "version": "1.56.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 . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
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.6",
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
- "react": "^18.2.0",
62
- "react-day-picker": "8.10.0",
63
- "react-dom": "^18.2.0",
64
- "react-hook-form": "7.56.1",
61
+ "motion": "^12.0.0",
62
+ "react": "^19.2.0",
63
+ "react-day-picker": "^9.11.1",
64
+ "react-dom": "^19.2.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": "10.0.5",
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": "^7.5.1",
88
- "@storybook/addon-interactions": "^7.5.1",
89
- "@storybook/addon-links": "^7.5.1",
90
- "@storybook/addon-onboarding": "^1.0.8",
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": "^7.5.1",
93
- "@storybook/react": "^7.5.1",
94
- "@storybook/react-vite": "^7.5.1",
95
- "@storybook/testing-library": "^0.2.2",
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": "^14.1.0",
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/node": "^20.8.7",
102
- "@types/react": "18.2.15",
103
- "@types/react-dom": "^18.2.7",
104
- "@types/react-input-mask": "2.0.4",
105
- "@typescript-eslint/eslint-plugin": "^6.0.0",
106
- "@typescript-eslint/parser": "^6.0.0",
101
+ "@types/lodash": "^4.17.20",
102
+ "@types/node": "^22.13.1",
103
+ "@types/react": "^19.2.7",
104
+ "@types/react-dom": "^19.2.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": "^8.45.0",
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": "4.6.2",
116
+ "eslint-plugin-react-hooks": "^5.1.0",
117
117
  "eslint-plugin-react-refresh": "^0.4.18",
118
- "eslint-plugin-storybook": "^0.6.15",
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": "^18.2.0",
129
+ "react-test-renderer": "^19.0.0",
130
130
  "rollup-plugin-css-only": "^4.5.2",
131
131
  "semantic-release": "22",
132
- "storybook": "^7.5.1",
132
+ "storybook": "^8.5.3",
133
133
  "tailwindcss": "3.4.7",
134
- "typescript": "5.8.3",
135
- "vite": "^4.4.5",
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"
@@ -1,7 +0,0 @@
1
- import { d as o } from "./main-42fcaa70.js";
2
- import "react";
3
- import "react-dom";
4
- var m = o;
5
- export {
6
- m as default
7
- };
File without changes
File without changes
File without changes
File without changes
File without changes