@arkyn/components 3.0.1-beta.196 → 3.0.1-beta.198
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": "@arkyn/components",
|
|
3
|
-
"version": "3.0.1-beta.
|
|
3
|
+
"version": "3.0.1-beta.198",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"@react-input/mask": ">=2.0.0",
|
|
63
63
|
"framer-motion": ">=10.0.0",
|
|
64
64
|
"html-react-parser": ">=5.0.0",
|
|
65
|
+
"is-hotkey": ">=0.2.0",
|
|
65
66
|
"lucide-react": ">=1.14.0",
|
|
66
67
|
"mapbox-gl": ">=3.0.0",
|
|
67
68
|
"react": ">=18.0.0",
|
|
@@ -76,6 +77,9 @@
|
|
|
76
77
|
"mapbox-gl": {
|
|
77
78
|
"optional": true
|
|
78
79
|
},
|
|
80
|
+
"is-hotkey": {
|
|
81
|
+
"optional": true
|
|
82
|
+
},
|
|
79
83
|
"slate": {
|
|
80
84
|
"optional": true
|
|
81
85
|
},
|
|
@@ -95,6 +99,7 @@
|
|
|
95
99
|
"devDependencies": {
|
|
96
100
|
"@react-google-maps/api": "^2.20.8",
|
|
97
101
|
"@react-input/mask": "^2.0.4",
|
|
102
|
+
"@testing-library/react": "^16.3.2",
|
|
98
103
|
"@types/bun": "catalog:",
|
|
99
104
|
"@types/is-hotkey": "^0.1.10",
|
|
100
105
|
"@types/node": "catalog:",
|
|
@@ -102,8 +107,10 @@
|
|
|
102
107
|
"@types/react-dom": "^19.2.3",
|
|
103
108
|
"@types/react-scroll": "^1.8.10",
|
|
104
109
|
"@vitejs/plugin-react": "^6.0.3",
|
|
110
|
+
"is-hotkey": "^0.2.0",
|
|
105
111
|
"framer-motion": "^12.42.0",
|
|
106
112
|
"html-react-parser": "^6.1.3",
|
|
113
|
+
"jsdom": "^29.1.1",
|
|
107
114
|
"lucide-react": "catalog:",
|
|
108
115
|
"mapbox-gl": "^3.25.0",
|
|
109
116
|
"postcss": "^8.5.16",
|
|
@@ -114,7 +121,8 @@
|
|
|
114
121
|
"slate": "^0.124.1",
|
|
115
122
|
"slate-history": "^0.113.1",
|
|
116
123
|
"slate-react": "^0.124.2",
|
|
117
|
-
"vite": "catalog:"
|
|
124
|
+
"vite": "catalog:",
|
|
125
|
+
"vitest": "catalog:"
|
|
118
126
|
},
|
|
119
127
|
"exports": {
|
|
120
128
|
".": {
|