globalfy-design-system 1.49.1 → 1.51.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.
Files changed (43) hide show
  1. package/dist/components/atoms/Alert/Alert.d.ts +0 -1
  2. package/dist/components/atoms/Button/Button.d.ts +11 -155
  3. package/dist/components/atoms/Button/SpinnerIcon.d.ts +2 -66
  4. package/dist/components/atoms/Checkbox/Checkbox.d.ts +1 -1
  5. package/dist/components/atoms/Checkbox/Checkbox.stories.d.ts +3 -6
  6. package/dist/components/atoms/Chip/Chip.d.ts +1 -1
  7. package/dist/components/atoms/DatePicker/DatePicker.stories.d.ts +0 -1
  8. package/dist/components/atoms/DropdownList/CssVariants.d.ts +16 -204
  9. package/dist/components/atoms/DropdownList/DropdownComponents.d.ts +1 -1
  10. package/dist/components/atoms/DropdownList/DropdownProps.d.ts +1 -1
  11. package/dist/components/atoms/Flag/Flag.d.ts +1 -1
  12. package/dist/components/atoms/GlobCheckbox/GlobCheckbox.d.ts +1 -1
  13. package/dist/components/atoms/GlobCheckbox/GlobCheckbox.stories.d.ts +4 -4
  14. package/dist/components/atoms/Icon/Icon.d.ts +1 -1
  15. package/dist/components/atoms/Icon/glob-icons/glob-icons-list.d.ts +0 -1
  16. package/dist/components/atoms/Icon/unicons/UniconsIcons.d.ts +0 -1
  17. package/dist/components/atoms/Icon/unicons/uniconsIconsList.d.ts +0 -1
  18. package/dist/components/atoms/Input/Input.d.ts +14 -12
  19. package/dist/components/atoms/Input/Input.stories.d.ts +15 -14
  20. package/dist/components/atoms/Input/InputPassword.d.ts +1 -1
  21. package/dist/components/atoms/InputMask/InputMask.d.ts +13 -14
  22. package/dist/components/atoms/InputMask/InputMask.stories.d.ts +14 -14
  23. package/dist/components/atoms/PhoneNumberInput/PhoneNumberInput.d.ts +1 -1
  24. package/dist/components/atoms/PhoneNumberInput/PhoneNumberInput.stories.d.ts +1 -1
  25. package/dist/components/atoms/Popover/Popover.d.ts +0 -1
  26. package/dist/components/atoms/RadioGroup/RadioGroup.d.ts +1 -1
  27. package/dist/components/atoms/SegmentedControl/SegmentedControl.d.ts +1 -1
  28. package/dist/components/atoms/Tabs/Tabs.d.ts +1 -1
  29. package/dist/components/atoms/Tag/Tag.d.ts +1 -1
  30. package/dist/components/atoms/TextArea/TextArea.d.ts +9 -9
  31. package/dist/components/atoms/TextArea/TextArea.stories.d.ts +8 -8
  32. package/dist/components/atoms/TextInput/TextInput.d.ts +2 -2
  33. package/dist/components/atoms/TextInput/TextInput.stories.d.ts +1 -1
  34. package/dist/components/atoms/Tooltip/Tooltip.d.ts +0 -1
  35. package/dist/components/atoms/Typography/Typography.d.ts +1 -1
  36. package/dist/components/molecules/empty-state/empty-state.d.ts +0 -1
  37. package/dist/components/molecules/error-state/error-state.d.ts +0 -1
  38. package/dist/components/molecules/popover-menu/variants.d.ts +4 -68
  39. package/dist/globalfy-design-system.js +1562 -63761
  40. package/dist/globalfy-design-system.umd.cjs +142 -83
  41. package/dist/index-d0fbec66.js +7 -0
  42. package/dist/main-f599c3e3.js +75966 -0
  43. package/package.json +50 -50
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globalfy-design-system",
3
- "version": "1.49.1",
3
+ "version": "1.51.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
- "@hookform/resolvers": "^3.3.2",
42
- "@iconscout/react-unicons": "^2.0.2",
43
- "@nextui-org/react": "^2.2.9",
44
- "@radix-ui/react-checkbox": "^1.0.4",
45
- "@radix-ui/react-dropdown-menu": "^2.0.6",
46
- "@radix-ui/react-label": "^2.0.2",
47
- "@radix-ui/react-popover": "^1.0.7",
48
- "@radix-ui/react-radio-group": "^1.1.3",
49
- "@radix-ui/react-slot": "^1.0.2",
50
- "@radix-ui/react-switch": "^1.0.3",
51
- "@radix-ui/react-tabs": "^1.0.4",
52
- "@radix-ui/react-tooltip": "^1.0.7",
41
+ "@heroui/react": "2.7.6",
42
+ "@hookform/resolvers": "^5.0.1",
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.0",
54
+ "class-variance-authority": "^0.7.1",
55
55
  "clsx": "^2.0.0",
56
- "cmdk": "^1.0.0",
57
- "date-fns": "^3.3.0",
58
- "framer-motion": "^10.16.16",
59
- "google-libphonenumber": "3.2.38",
60
- "lucide-react": "^0.288.0",
56
+ "cmdk": "^1.0.4",
57
+ "date-fns": "^4.1.0",
58
+ "framer-motion": "^12.8.0",
59
+ "google-libphonenumber": "3.2.40",
60
+ "lucide-react": "^0.503.0",
61
61
  "react": "^18.2.0",
62
- "react-day-picker": "^8.10.0",
62
+ "react-day-picker": "8.10.0",
63
63
  "react-dom": "^18.2.0",
64
- "react-hook-form": "7.52.1",
65
- "react-icons": "^5.0.1",
66
- "react-input-mask": "^2.0.4",
67
- "react-international-phone": "^4.2.6",
68
- "react-phone-number-input": "3.4.4",
69
- "react-select": "^5.8.0",
70
- "react-toastify": "^10.0.5",
71
- "tailwind-merge": "^1.14.0",
72
- "tailwind-variants": "^0.1.18",
64
+ "react-hook-form": "7.56.1",
65
+ "react-icons": "^5.4.0",
66
+ "react-input-mask": "2.0.4",
67
+ "react-international-phone": "^4.5.0",
68
+ "react-phone-number-input": "3.4.12",
69
+ "react-select": "^5.10.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.23.8"
74
+ "zod": "3.24.3"
75
75
  },
76
76
  "devDependencies": {
77
- "@babel/preset-env": "^7.23.3",
78
- "@babel/preset-react": "7.24.7",
79
- "@babel/preset-typescript": "7.24.7",
80
- "@commitlint/cli": "^19.3.0",
81
- "@commitlint/config-conventional": "^19.2.2",
77
+ "@babel/preset-env": "^7.26.9",
78
+ "@babel/preset-react": "7.26.3",
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",
@@ -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.4.8",
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.8",
100
+ "@types/jest": "^29.5.14",
101
101
  "@types/node": "^20.8.7",
102
- "@types/react": "^18.2.15",
102
+ "@types/react": "18.2.15",
103
103
  "@types/react-dom": "^18.2.7",
104
- "@types/react-input-mask": "^3.0.5",
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
- "@vitejs/plugin-react": "^4.0.3",
108
- "autoprefixer": "^10.4.16",
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.0",
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.3",
117
+ "eslint-plugin-react-refresh": "^0.4.18",
118
118
  "eslint-plugin-storybook": "^0.6.15",
119
- "husky": "^9.0.11",
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.2.7",
126
- "postcss": "8.4.40",
127
- "prettier": "3.3.3",
128
- "prettier-plugin-tailwindcss": "0.6.6",
125
+ "lint-staged": "15.5.1",
126
+ "postcss": "8.5.3",
127
+ "prettier": "3.5.3",
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.0.2",
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",
138
- "vite-plugin-svgr": "^4.1.0"
138
+ "vite-plugin-svgr": "^4.3.0"
139
139
  },
140
140
  "resolutions": {
141
141
  "jackspeak": "2.1.1"