@ballistix.digital/react-components 4.8.1 → 4.9.1
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 +7 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +1047 -1046
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1047 -1046
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"email": "info@ballistix.digital",
|
|
8
8
|
"url": "https://ballistix.digital"
|
|
9
9
|
},
|
|
10
|
-
"version": "4.
|
|
10
|
+
"version": "4.9.1",
|
|
11
11
|
"main": "dist/index.js",
|
|
12
12
|
"source": "src/index.tsx",
|
|
13
13
|
"module": "dist/index.esm.js",
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"@dnd-kit/sortable": "^8.0.0",
|
|
30
30
|
"@dnd-kit/utilities": "^3.2.2",
|
|
31
31
|
"@floating-ui/react": "^0.26.17",
|
|
32
|
-
"@fortawesome/fontawesome-svg-core": "^6.
|
|
33
|
-
"@fortawesome/free-brands-svg-icons": "^6.
|
|
34
|
-
"@fortawesome/pro-duotone-svg-icons": "^6.
|
|
35
|
-
"@fortawesome/pro-light-svg-icons": "^6.
|
|
36
|
-
"@fortawesome/pro-regular-svg-icons": "^6.
|
|
37
|
-
"@fortawesome/pro-solid-svg-icons": "^6.
|
|
38
|
-
"@fortawesome/pro-thin-svg-icons": "^6.
|
|
39
|
-
"@fortawesome/react-fontawesome": "^0.2.
|
|
32
|
+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
33
|
+
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
34
|
+
"@fortawesome/pro-duotone-svg-icons": "^6.7.2",
|
|
35
|
+
"@fortawesome/pro-light-svg-icons": "^6.7.2",
|
|
36
|
+
"@fortawesome/pro-regular-svg-icons": "^6.7.2",
|
|
37
|
+
"@fortawesome/pro-solid-svg-icons": "^6.7.2",
|
|
38
|
+
"@fortawesome/pro-thin-svg-icons": "^6.7.2",
|
|
39
|
+
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
40
40
|
"@headlessui/react": "^2.1.2",
|
|
41
41
|
"@heroicons/react": "^2.1.5",
|
|
42
42
|
"@react-input/mask": "^1.0.20",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"react-tailwindcss-datepicker": "^1.6.6",
|
|
54
54
|
"react-tailwindcss-select": "^1.8.5",
|
|
55
55
|
"tailwindcss": "3.4.4",
|
|
56
|
-
"typescript": "5.
|
|
56
|
+
"typescript": "5.7.2",
|
|
57
57
|
"uuid": "^11.0.1",
|
|
58
58
|
"xlsx": "^0.18.5",
|
|
59
59
|
"yup": "^1.2.0"
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@eslint/compat": "^1.1.1",
|
|
63
63
|
"@eslint/js": "^9.10.0",
|
|
64
|
-
"@parcel/packager-ts": "2.
|
|
64
|
+
"@parcel/packager-ts": "2.13.0",
|
|
65
65
|
"@parcel/transformer-typescript-tsc": "^2.12.0",
|
|
66
|
-
"@parcel/transformer-typescript-types": "2.
|
|
66
|
+
"@parcel/transformer-typescript-types": "2.13.0",
|
|
67
67
|
"@storybook/addon-essentials": "^8.3.1",
|
|
68
68
|
"@storybook/addon-interactions": "^8.3.1",
|
|
69
69
|
"@storybook/addon-links": "^8.3.1",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"eslint-plugin-prettier": "^5.2.1",
|
|
85
85
|
"eslint-plugin-react-hooks": "5.1.0-rc-f2df5694-20240916",
|
|
86
86
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
87
|
-
"eslint-plugin-storybook": "^0.
|
|
87
|
+
"eslint-plugin-storybook": "^0.11.0",
|
|
88
88
|
"next": "^14.2.11",
|
|
89
89
|
"parcel": "^2.12.0",
|
|
90
90
|
"prettier": "^3.0.0",
|