@ballistix.digital/react-components 4.10.1 → 5.1.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 +8 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +108 -23
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +107 -22
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"email": "info@ballistix.digital",
|
|
8
8
|
"url": "https://ballistix.digital"
|
|
9
9
|
},
|
|
10
|
-
"version": "
|
|
10
|
+
"version": "5.1.0",
|
|
11
11
|
"main": "dist/index.js",
|
|
12
12
|
"source": "src/index.tsx",
|
|
13
13
|
"module": "dist/index.esm.js",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
"@react-input/mask": "^1.0.20",
|
|
43
43
|
"@tailwindcss/forms": "^0.5.6",
|
|
44
44
|
"@tanstack/react-table": "^8.11.6",
|
|
45
|
+
"@ubilabs/react-geosuggest": "^2.16.2",
|
|
45
46
|
"autoprefixer": "10.4.17",
|
|
46
47
|
"dayjs": "^1.11.13",
|
|
47
48
|
"formik": "^2.4.3",
|
|
48
49
|
"lodash": "^4.17.21",
|
|
49
|
-
"
|
|
50
|
+
"luxon": "^3.5.0",
|
|
50
51
|
"postcss": "8.4.31",
|
|
51
52
|
"react-dropzone": "^14.2.3",
|
|
52
|
-
"react-geosuggest": "^2.14.1",
|
|
53
53
|
"react-tailwindcss-datepicker": "^1.6.6",
|
|
54
54
|
"react-tailwindcss-select": "^1.8.5",
|
|
55
55
|
"tailwindcss": "3.4.4",
|
|
@@ -64,17 +64,17 @@
|
|
|
64
64
|
"@parcel/packager-ts": "2.13.0",
|
|
65
65
|
"@parcel/transformer-typescript-tsc": "^2.12.0",
|
|
66
66
|
"@parcel/transformer-typescript-types": "2.13.0",
|
|
67
|
-
"@storybook/addon-essentials": "^8.
|
|
68
|
-
"@storybook/addon-interactions": "^8.
|
|
69
|
-
"@storybook/addon-links": "^8.
|
|
70
|
-
"@storybook/blocks": "^8.
|
|
71
|
-
"@storybook/nextjs": "^8.
|
|
72
|
-
"@storybook/react": "^8.
|
|
67
|
+
"@storybook/addon-essentials": "^8.4.7",
|
|
68
|
+
"@storybook/addon-interactions": "^8.4.7",
|
|
69
|
+
"@storybook/addon-links": "^8.4.7",
|
|
70
|
+
"@storybook/blocks": "^8.4.7",
|
|
71
|
+
"@storybook/nextjs": "^8.4.7",
|
|
72
|
+
"@storybook/react": "^8.4.7",
|
|
73
73
|
"@storybook/testing-library": "^0.2.0",
|
|
74
74
|
"@types/lodash": "^4.14.196",
|
|
75
|
-
"@types/
|
|
76
|
-
"@types/react
|
|
77
|
-
"@types/react-
|
|
75
|
+
"@types/luxon": "^3",
|
|
76
|
+
"@types/react": "19.0.2",
|
|
77
|
+
"@types/react-dom": "19.0.1",
|
|
78
78
|
"@types/uuid": "^10.0.0",
|
|
79
79
|
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
|
80
80
|
"@typescript-eslint/parser": "^8.6.0",
|
|
@@ -85,18 +85,18 @@
|
|
|
85
85
|
"eslint-plugin-react-hooks": "5.1.0-rc-f2df5694-20240916",
|
|
86
86
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
87
87
|
"eslint-plugin-storybook": "^0.11.0",
|
|
88
|
-
"next": "^
|
|
88
|
+
"next": "^15.1.3",
|
|
89
89
|
"parcel": "^2.12.0",
|
|
90
90
|
"prettier": "^3.0.0",
|
|
91
|
-
"react": "^
|
|
92
|
-
"react-dom": "^
|
|
93
|
-
"storybook": "^8.
|
|
91
|
+
"react": "^19.0.0",
|
|
92
|
+
"react-dom": "^19.0.0",
|
|
93
|
+
"storybook": "^8.4.7",
|
|
94
94
|
"webpack": "^5.94.0"
|
|
95
95
|
},
|
|
96
96
|
"peerDependencies": {
|
|
97
97
|
"@headlessui/react": "^2.1.2",
|
|
98
|
-
"react": "^
|
|
99
|
-
"react-dom": "^
|
|
98
|
+
"react": "^19.0.0",
|
|
99
|
+
"react-dom": "^19.0.0"
|
|
100
100
|
},
|
|
101
101
|
"packageManager": "yarn@4.3.1"
|
|
102
102
|
}
|