@ballistix.digital/react-components 8.5.6 → 8.6.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/index.d.ts +15 -78
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +4 -621
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -621
- package/dist/index.js.map +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +21 -22
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"email": "info@ballistix.digital",
|
|
8
8
|
"url": "https://ballistix.digital"
|
|
9
9
|
},
|
|
10
|
-
"version": "8.
|
|
10
|
+
"version": "8.6.0",
|
|
11
11
|
"main": "dist/index.js",
|
|
12
12
|
"source": "src/index.tsx",
|
|
13
13
|
"module": "dist/index.esm.js",
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
"@tanstack/react-table": "^8.11.6",
|
|
49
49
|
"@ubilabs/react-geosuggest": "^2.16.2",
|
|
50
50
|
"dayjs": "^1.11.13",
|
|
51
|
-
"formik": "^2.4.3",
|
|
52
51
|
"is-hotkey": "^0.2.0",
|
|
53
52
|
"lodash": "^4.17.21",
|
|
54
53
|
"luxon": "^3.5.0",
|
|
@@ -58,7 +57,7 @@
|
|
|
58
57
|
"slate": "^0.118.1",
|
|
59
58
|
"slate-dom": "^0.118.1",
|
|
60
59
|
"slate-history": "^0.113.1",
|
|
61
|
-
"slate-react": "^0.
|
|
60
|
+
"slate-react": "^0.118.2",
|
|
62
61
|
"tailwindcss": "^4.0.0",
|
|
63
62
|
"typescript": "5.9.2",
|
|
64
63
|
"uuid": "^13.0.0",
|
|
@@ -68,15 +67,15 @@
|
|
|
68
67
|
"devDependencies": {
|
|
69
68
|
"@eslint/compat": "^1.1.1",
|
|
70
69
|
"@eslint/js": "^9.10.0",
|
|
71
|
-
"@parcel/packager-ts": "2.16.
|
|
72
|
-
"@parcel/transformer-typescript-tsc": "^2.
|
|
73
|
-
"@parcel/transformer-typescript-types": "2.16.
|
|
74
|
-
"@storybook/addon-docs": "^
|
|
75
|
-
"@storybook/addon-links": "^
|
|
70
|
+
"@parcel/packager-ts": "^2.16.1",
|
|
71
|
+
"@parcel/transformer-typescript-tsc": "^2.16.1",
|
|
72
|
+
"@parcel/transformer-typescript-types": "^2.16.1",
|
|
73
|
+
"@storybook/addon-docs": "^10.1.5",
|
|
74
|
+
"@storybook/addon-links": "^10.1.5",
|
|
76
75
|
"@storybook/jest": "^0.2.3",
|
|
77
|
-
"@storybook/nextjs": "^
|
|
78
|
-
"@storybook/react": "^
|
|
79
|
-
"@storybook/test-runner": "^0.
|
|
76
|
+
"@storybook/nextjs": "^10.1.5",
|
|
77
|
+
"@storybook/react": "^10.1.5",
|
|
78
|
+
"@storybook/test-runner": "^0.24.2",
|
|
80
79
|
"@storybook/testing-library": "^0.2.2",
|
|
81
80
|
"@testing-library/jest-dom": "^6.6.3",
|
|
82
81
|
"@testing-library/react": "^16.2.0",
|
|
@@ -84,8 +83,8 @@
|
|
|
84
83
|
"@types/jest": "^30.0.0",
|
|
85
84
|
"@types/lodash": "^4.14.196",
|
|
86
85
|
"@types/luxon": "^3",
|
|
87
|
-
"@types/react": "19.
|
|
88
|
-
"@types/react-dom": "19.
|
|
86
|
+
"@types/react": "19.2.2",
|
|
87
|
+
"@types/react-dom": "19.2.2",
|
|
89
88
|
"@types/uuid": "^10.0.0",
|
|
90
89
|
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
|
91
90
|
"@typescript-eslint/parser": "^8.6.0",
|
|
@@ -96,24 +95,24 @@
|
|
|
96
95
|
"eslint-plugin-prettier": "^5.2.1",
|
|
97
96
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
98
97
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
99
|
-
"eslint-plugin-storybook": "^
|
|
98
|
+
"eslint-plugin-storybook": "^10.1.5",
|
|
100
99
|
"jest": "^30.0.5",
|
|
101
100
|
"jest-environment-jsdom": "^30.0.5",
|
|
102
|
-
"next": "^
|
|
103
|
-
"parcel": "^2.
|
|
101
|
+
"next": "^16.0.8",
|
|
102
|
+
"parcel": "^2.16.1",
|
|
104
103
|
"prettier": "^3.0.0",
|
|
105
|
-
"react": "^19.
|
|
106
|
-
"react-dom": "^19.
|
|
107
|
-
"storybook": "^
|
|
104
|
+
"react": "^19.2.1",
|
|
105
|
+
"react-dom": "^19.2.1",
|
|
106
|
+
"storybook": "^10.1.5",
|
|
108
107
|
"ts-jest": "^29.2.5",
|
|
109
108
|
"ts-node": "^10.9.2",
|
|
110
109
|
"typescript-eslint": "^8.28.0",
|
|
111
110
|
"webpack": "^5.94.0"
|
|
112
111
|
},
|
|
113
112
|
"peerDependencies": {
|
|
114
|
-
"next": "^
|
|
115
|
-
"react": "^19.
|
|
116
|
-
"react-dom": "^19.
|
|
113
|
+
"next": "^16.0.8",
|
|
114
|
+
"react": "^19.2.1",
|
|
115
|
+
"react-dom": "^19.2.1",
|
|
117
116
|
"tailwindcss": "^4.0.0"
|
|
118
117
|
},
|
|
119
118
|
"packageManager": "yarn@4.6.0"
|