@ballistix.digital/react-components 0.4.114 → 0.4.116
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 +93 -47
- package/dist/index.esm.js +2291 -229
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2290 -227
- package/dist/index.js.map +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -5
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"email": "info@ballistix.digital",
|
|
8
8
|
"url": "https://ballistix.digital"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.4.
|
|
10
|
+
"version": "0.4.116",
|
|
11
11
|
"main": "dist/index.js",
|
|
12
12
|
"module": "dist/index.esm.js",
|
|
13
13
|
"types": "dist/index.d.ts",
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"@tanstack/react-table": "^8.9.3",
|
|
54
54
|
"autoprefixer": "10.4.14",
|
|
55
55
|
"date-fns": "^2.30.0",
|
|
56
|
+
"dayjs": "^1.11.9",
|
|
56
57
|
"dotenv": "^16.3.1",
|
|
57
58
|
"dotenv-vault": "^1.25.0",
|
|
58
59
|
"formik": "^2.4.3",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"postcss": "8.4.27",
|
|
62
63
|
"react": "18.2.0",
|
|
63
64
|
"react-dom": "18.2.0",
|
|
65
|
+
"react-dropzone": "^14.2.3",
|
|
64
66
|
"react-i18next": "^13.0.2",
|
|
65
67
|
"react-query": "^3.39.3",
|
|
66
68
|
"react-tailwindcss-datepicker": "^1.6.6",
|
|
@@ -84,25 +86,25 @@
|
|
|
84
86
|
"@storybook/testing-library": "^0.2.0",
|
|
85
87
|
"@types/lodash": "^4.14.196",
|
|
86
88
|
"@types/negotiator": "^0.6.1",
|
|
87
|
-
"@types/uuid": "^9.0.2",
|
|
88
89
|
"@types/node": "20.4.5",
|
|
89
90
|
"@types/react": "18.2.17",
|
|
90
91
|
"@types/react-dom": "18.2.7",
|
|
92
|
+
"@types/uuid": "^9.0.2",
|
|
91
93
|
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
92
|
-
"eslint-plugin-storybook": "^0.6.13",
|
|
93
94
|
"eslint": "8.46.0",
|
|
94
95
|
"eslint-config-next": "13.4.12",
|
|
95
96
|
"eslint-config-prettier": "^8.9.0",
|
|
96
97
|
"eslint-plugin-prettier": "^5.0.0",
|
|
97
98
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
99
|
+
"eslint-plugin-storybook": "^0.6.13",
|
|
100
|
+
"prettier": "^3.0.0",
|
|
98
101
|
"rollup": "^3.29.1",
|
|
99
102
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
100
103
|
"rollup-plugin-dts": "^6.0.2",
|
|
101
104
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
102
105
|
"rollup-plugin-postcss": "^4.0.2",
|
|
103
106
|
"rollup-plugin-typescript2": "^0.35.0",
|
|
104
|
-
"storybook": "^7.4.0"
|
|
105
|
-
"prettier": "^3.0.0"
|
|
107
|
+
"storybook": "^7.4.0"
|
|
106
108
|
},
|
|
107
109
|
"peerDependencies": {
|
|
108
110
|
"@formatjs/intl-localematcher": "^0.4.0",
|
|
@@ -124,6 +126,7 @@
|
|
|
124
126
|
"@tailwindcss/forms": "^0.5.6",
|
|
125
127
|
"@tanstack/react-table": "^8.9.3",
|
|
126
128
|
"date-fns": "^2.30.0",
|
|
129
|
+
"dayjs": "^1.11.9",
|
|
127
130
|
"dotenv": "^16.3.1",
|
|
128
131
|
"dotenv-vault": "^1.25.0",
|
|
129
132
|
"formik": "^2.4.3",
|