@arkyn/components 3.0.1-beta.155 → 3.0.1-beta.157

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.155",
3
+ "version": "3.0.1-beta.157",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -39,6 +39,68 @@
39
39
  "*.css",
40
40
  "dist/style.css"
41
41
  ],
42
+ "peerDependencies": {
43
+ "@arkyn/shared": ">=3.0.1-beta.145",
44
+ "@arkyn/templates": ">=3.0.1-beta.145",
45
+ "react": ">=18.0.0",
46
+ "react-dom": ">=18.0.0",
47
+ "lucide-react": ">=1.14.0",
48
+ "framer-motion": ">=10.0.0",
49
+ "mapbox-gl": ">=3.0.0",
50
+ "slate": ">=0.100.0",
51
+ "slate-history": ">=0.100.0",
52
+ "slate-react": ">=0.100.0",
53
+ "@react-google-maps/api": ">=2.0.0",
54
+ "react-hot-toast": ">=2.0.0",
55
+ "react-scroll": ">=1.8.0",
56
+ "html-react-parser": ">=5.0.0",
57
+ "@react-input/mask": ">=2.0.0"
58
+ },
59
+ "peerDependenciesMeta": {
60
+ "mapbox-gl": {
61
+ "optional": true
62
+ },
63
+ "slate": {
64
+ "optional": true
65
+ },
66
+ "slate-history": {
67
+ "optional": true
68
+ },
69
+ "slate-react": {
70
+ "optional": true
71
+ },
72
+ "@react-google-maps/api": {
73
+ "optional": true
74
+ },
75
+ "react-scroll": {
76
+ "optional": true
77
+ }
78
+ },
79
+ "devDependencies": {
80
+ "@testing-library/jest-dom": "^6.9.1",
81
+ "@testing-library/react": "^16.3.2",
82
+ "@testing-library/user-event": "^14.6.1",
83
+ "@types/bun": "^1.3.14",
84
+ "@types/is-hotkey": "^0.1.10",
85
+ "@types/node": "^25.7.0",
86
+ "@types/react": "^19.2.14",
87
+ "@types/react-dom": "^19.2.3",
88
+ "@types/react-scroll": "^1.8.10",
89
+ "@vitejs/plugin-react": "^6.0.1",
90
+ "react": ">=18.0.0",
91
+ "react-dom": ">=18.0.0",
92
+ "lucide-react": ">=1.14.0",
93
+ "framer-motion": ">=10.0.0",
94
+ "mapbox-gl": ">=3.0.0",
95
+ "slate": ">=0.100.0",
96
+ "slate-history": ">=0.100.0",
97
+ "slate-react": ">=0.100.0",
98
+ "@react-google-maps/api": ">=2.0.0",
99
+ "react-hot-toast": ">=2.0.0",
100
+ "react-scroll": ">=1.8.0",
101
+ "html-react-parser": ">=5.0.0",
102
+ "@react-input/mask": ">=2.0.0"
103
+ },
42
104
  "exports": {
43
105
  ".": {
44
106
  "import": "./dist/index.js",
@@ -404,67 +466,5 @@
404
466
  "types": "./dist/hooks/useToast.d.ts",
405
467
  "default": "./dist/modules/hooks/useToast.js"
406
468
  }
407
- },
408
- "peerDependencies": {
409
- "@arkyn/shared": ">=3.0.1-beta.145",
410
- "@arkyn/templates": ">=3.0.1-beta.145",
411
- "react": ">=18.0.0",
412
- "react-dom": ">=18.0.0",
413
- "lucide-react": ">=1.14.0",
414
- "framer-motion": ">=10.0.0",
415
- "mapbox-gl": ">=3.0.0",
416
- "slate": ">=0.100.0",
417
- "slate-history": ">=0.100.0",
418
- "slate-react": ">=0.100.0",
419
- "@react-google-maps/api": ">=2.0.0",
420
- "react-hot-toast": ">=2.0.0",
421
- "react-scroll": ">=1.8.0",
422
- "html-react-parser": ">=5.0.0",
423
- "@react-input/mask": ">=2.0.0"
424
- },
425
- "peerDependenciesMeta": {
426
- "mapbox-gl": {
427
- "optional": true
428
- },
429
- "slate": {
430
- "optional": true
431
- },
432
- "slate-history": {
433
- "optional": true
434
- },
435
- "slate-react": {
436
- "optional": true
437
- },
438
- "@react-google-maps/api": {
439
- "optional": true
440
- },
441
- "react-scroll": {
442
- "optional": true
443
- }
444
- },
445
- "devDependencies": {
446
- "@testing-library/jest-dom": "^6.9.1",
447
- "@testing-library/react": "^16.3.2",
448
- "@testing-library/user-event": "^14.6.1",
449
- "@types/bun": "^1.3.14",
450
- "@types/is-hotkey": "^0.1.10",
451
- "@types/node": "^25.7.0",
452
- "@types/react": "^19.2.14",
453
- "@types/react-dom": "^19.2.3",
454
- "@types/react-scroll": "^1.8.10",
455
- "@vitejs/plugin-react": "^6.0.1",
456
- "react": ">=18.0.0",
457
- "react-dom": ">=18.0.0",
458
- "lucide-react": ">=1.14.0",
459
- "framer-motion": ">=10.0.0",
460
- "mapbox-gl": ">=3.0.0",
461
- "slate": ">=0.100.0",
462
- "slate-history": ">=0.100.0",
463
- "slate-react": ">=0.100.0",
464
- "@react-google-maps/api": ">=2.0.0",
465
- "react-hot-toast": ">=2.0.0",
466
- "react-scroll": ">=1.8.0",
467
- "html-react-parser": ">=5.0.0",
468
- "@react-input/mask": ">=2.0.0"
469
469
  }
470
470
  }
File without changes
File without changes