@ballistix.digital/react-components 8.5.6 → 8.6.1-rc-141.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 +118 -182
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +823 -1370
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +845 -1394
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +32 -27
package/package.json
CHANGED
|
@@ -2,12 +2,19 @@
|
|
|
2
2
|
"homepage": "http://layeredprints.github.io/react-components",
|
|
3
3
|
"name": "@ballistix.digital/react-components",
|
|
4
4
|
"description": "React components by Ballistix Digital",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/ballistix-digital/react-components.git"
|
|
8
|
+
},
|
|
5
9
|
"author": {
|
|
6
10
|
"name": "Ballistix Digital",
|
|
7
11
|
"email": "info@ballistix.digital",
|
|
8
12
|
"url": "https://ballistix.digital"
|
|
9
13
|
},
|
|
10
|
-
"version": "8.
|
|
14
|
+
"version": "8.6.1-rc-141.0",
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public"
|
|
17
|
+
},
|
|
11
18
|
"main": "dist/index.js",
|
|
12
19
|
"source": "src/index.tsx",
|
|
13
20
|
"module": "dist/index.esm.js",
|
|
@@ -41,24 +48,22 @@
|
|
|
41
48
|
"@fortawesome/pro-thin-svg-icons": "^6.7.2",
|
|
42
49
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
43
50
|
"@headlessui/react": "^2.2.4",
|
|
44
|
-
"@heroicons/react": "^2.1.5",
|
|
45
51
|
"@react-input/mask": "^2.0.4",
|
|
46
52
|
"@tailwindcss/forms": "^0.5.6",
|
|
47
53
|
"@tailwindcss/postcss": "^4.0.0",
|
|
48
54
|
"@tanstack/react-table": "^8.11.6",
|
|
49
55
|
"@ubilabs/react-geosuggest": "^2.16.2",
|
|
50
56
|
"dayjs": "^1.11.13",
|
|
51
|
-
"formik": "^2.4.3",
|
|
52
57
|
"is-hotkey": "^0.2.0",
|
|
53
58
|
"lodash": "^4.17.21",
|
|
54
59
|
"luxon": "^3.5.0",
|
|
55
60
|
"postcss": "8.5.1",
|
|
56
61
|
"react-dropzone": "^14.2.3",
|
|
57
62
|
"react-tailwindcss-select": "^1.8.5",
|
|
58
|
-
"slate": "^0.
|
|
59
|
-
"slate-dom": "^0.
|
|
63
|
+
"slate": "^0.120.0",
|
|
64
|
+
"slate-dom": "^0.119.0",
|
|
60
65
|
"slate-history": "^0.113.1",
|
|
61
|
-
"slate-react": "^0.
|
|
66
|
+
"slate-react": "^0.120.0",
|
|
62
67
|
"tailwindcss": "^4.0.0",
|
|
63
68
|
"typescript": "5.9.2",
|
|
64
69
|
"uuid": "^13.0.0",
|
|
@@ -66,17 +71,17 @@
|
|
|
66
71
|
"yup": "^1.2.0"
|
|
67
72
|
},
|
|
68
73
|
"devDependencies": {
|
|
69
|
-
"@eslint/compat": "^
|
|
74
|
+
"@eslint/compat": "^2.0.0",
|
|
70
75
|
"@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": "^
|
|
76
|
+
"@parcel/packager-ts": "^2.16.1",
|
|
77
|
+
"@parcel/transformer-typescript-tsc": "^2.16.1",
|
|
78
|
+
"@parcel/transformer-typescript-types": "^2.16.1",
|
|
79
|
+
"@storybook/addon-docs": "^10.1.5",
|
|
80
|
+
"@storybook/addon-links": "^10.1.5",
|
|
76
81
|
"@storybook/jest": "^0.2.3",
|
|
77
|
-
"@storybook/nextjs": "^
|
|
78
|
-
"@storybook/react": "^
|
|
79
|
-
"@storybook/test-runner": "^0.
|
|
82
|
+
"@storybook/nextjs": "^10.1.5",
|
|
83
|
+
"@storybook/react": "^10.1.5",
|
|
84
|
+
"@storybook/test-runner": "^0.24.2",
|
|
80
85
|
"@storybook/testing-library": "^0.2.2",
|
|
81
86
|
"@testing-library/jest-dom": "^6.6.3",
|
|
82
87
|
"@testing-library/react": "^16.2.0",
|
|
@@ -84,8 +89,8 @@
|
|
|
84
89
|
"@types/jest": "^30.0.0",
|
|
85
90
|
"@types/lodash": "^4.14.196",
|
|
86
91
|
"@types/luxon": "^3",
|
|
87
|
-
"@types/react": "19.
|
|
88
|
-
"@types/react-dom": "19.
|
|
92
|
+
"@types/react": "19.2.2",
|
|
93
|
+
"@types/react-dom": "19.2.2",
|
|
89
94
|
"@types/uuid": "^10.0.0",
|
|
90
95
|
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
|
91
96
|
"@typescript-eslint/parser": "^8.6.0",
|
|
@@ -96,25 +101,25 @@
|
|
|
96
101
|
"eslint-plugin-prettier": "^5.2.1",
|
|
97
102
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
98
103
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
99
|
-
"eslint-plugin-storybook": "^
|
|
104
|
+
"eslint-plugin-storybook": "^10.1.5",
|
|
100
105
|
"jest": "^30.0.5",
|
|
101
106
|
"jest-environment-jsdom": "^30.0.5",
|
|
102
|
-
"next": "
|
|
103
|
-
"parcel": "^2.
|
|
107
|
+
"next": "16.1.1",
|
|
108
|
+
"parcel": "^2.16.1",
|
|
104
109
|
"prettier": "^3.0.0",
|
|
105
|
-
"react": "^19.
|
|
106
|
-
"react-dom": "^19.
|
|
107
|
-
"storybook": "^
|
|
110
|
+
"react": "^19.2.1",
|
|
111
|
+
"react-dom": "^19.2.1",
|
|
112
|
+
"storybook": "^10.1.5",
|
|
108
113
|
"ts-jest": "^29.2.5",
|
|
109
114
|
"ts-node": "^10.9.2",
|
|
110
115
|
"typescript-eslint": "^8.28.0",
|
|
111
116
|
"webpack": "^5.94.0"
|
|
112
117
|
},
|
|
113
118
|
"peerDependencies": {
|
|
114
|
-
"next": "^
|
|
115
|
-
"react": "^19.
|
|
116
|
-
"react-dom": "^19.
|
|
119
|
+
"next": "^16.0.8",
|
|
120
|
+
"react": "^19.2.1",
|
|
121
|
+
"react-dom": "^19.2.1",
|
|
117
122
|
"tailwindcss": "^4.0.0"
|
|
118
123
|
},
|
|
119
|
-
"packageManager": "yarn@4.
|
|
124
|
+
"packageManager": "yarn@4.12.0"
|
|
120
125
|
}
|