@ballistix.digital/react-components 0.4.113 → 0.4.114
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 +64 -26
- package/dist/index.esm.js +85 -39
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +85 -39
- package/dist/index.js.map +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +13 -30
package/package.json
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
"email": "info@ballistix.digital",
|
|
8
8
|
"url": "https://ballistix.digital"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.4.
|
|
10
|
+
"version": "0.4.114",
|
|
11
11
|
"main": "dist/index.js",
|
|
12
12
|
"module": "dist/index.esm.js",
|
|
13
13
|
"types": "dist/index.d.ts",
|
|
14
|
-
"
|
|
14
|
+
"private": false,
|
|
15
15
|
"files": [
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
"build:storybook": "build-storybook -s public"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@auth0/nextjs-auth0": "^3.0.0",
|
|
37
36
|
"@formatjs/intl-localematcher": "^0.4.0",
|
|
38
37
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
39
38
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
@@ -52,26 +51,14 @@
|
|
|
52
51
|
"@react-input/mask": "^1.0.20",
|
|
53
52
|
"@tailwindcss/forms": "^0.5.6",
|
|
54
53
|
"@tanstack/react-table": "^8.9.3",
|
|
55
|
-
"@types/node": "20.4.5",
|
|
56
|
-
"@types/react": "18.2.17",
|
|
57
|
-
"@types/react-dom": "18.2.7",
|
|
58
54
|
"autoprefixer": "10.4.14",
|
|
59
55
|
"date-fns": "^2.30.0",
|
|
60
|
-
"dayjs": "^1.11.9",
|
|
61
56
|
"dotenv": "^16.3.1",
|
|
62
57
|
"dotenv-vault": "^1.25.0",
|
|
63
|
-
"eslint": "8.46.0",
|
|
64
|
-
"eslint-config-next": "13.4.12",
|
|
65
|
-
"eslint-config-prettier": "^8.9.0",
|
|
66
|
-
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
67
58
|
"formik": "^2.4.3",
|
|
68
|
-
"gh-pages": "^6.0.0",
|
|
69
59
|
"i18next": "^23.4.1",
|
|
70
60
|
"lodash": "^4.17.21",
|
|
71
|
-
"negotiator": "^0.6.3",
|
|
72
|
-
"next": "13.4.12",
|
|
73
61
|
"postcss": "8.4.27",
|
|
74
|
-
"prettier": "^3.0.0",
|
|
75
62
|
"react": "18.2.0",
|
|
76
63
|
"react-dom": "18.2.0",
|
|
77
64
|
"react-i18next": "^13.0.2",
|
|
@@ -98,17 +85,26 @@
|
|
|
98
85
|
"@types/lodash": "^4.14.196",
|
|
99
86
|
"@types/negotiator": "^0.6.1",
|
|
100
87
|
"@types/uuid": "^9.0.2",
|
|
88
|
+
"@types/node": "20.4.5",
|
|
89
|
+
"@types/react": "18.2.17",
|
|
90
|
+
"@types/react-dom": "18.2.7",
|
|
91
|
+
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
101
92
|
"eslint-plugin-storybook": "^0.6.13",
|
|
93
|
+
"eslint": "8.46.0",
|
|
94
|
+
"eslint-config-next": "13.4.12",
|
|
95
|
+
"eslint-config-prettier": "^8.9.0",
|
|
96
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
97
|
+
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
102
98
|
"rollup": "^3.29.1",
|
|
103
99
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
104
100
|
"rollup-plugin-dts": "^6.0.2",
|
|
105
101
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
106
102
|
"rollup-plugin-postcss": "^4.0.2",
|
|
107
103
|
"rollup-plugin-typescript2": "^0.35.0",
|
|
108
|
-
"storybook": "^7.4.0"
|
|
104
|
+
"storybook": "^7.4.0",
|
|
105
|
+
"prettier": "^3.0.0"
|
|
109
106
|
},
|
|
110
107
|
"peerDependencies": {
|
|
111
|
-
"@auth0/nextjs-auth0": "^3.0.0",
|
|
112
108
|
"@formatjs/intl-localematcher": "^0.4.0",
|
|
113
109
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
114
110
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
@@ -127,26 +123,13 @@
|
|
|
127
123
|
"@react-input/mask": "^1.0.20",
|
|
128
124
|
"@tailwindcss/forms": "^0.5.6",
|
|
129
125
|
"@tanstack/react-table": "^8.9.3",
|
|
130
|
-
"@types/node": "20.4.5",
|
|
131
|
-
"@types/react": "18.2.17",
|
|
132
|
-
"@types/react-dom": "18.2.7",
|
|
133
|
-
"autoprefixer": "10.4.14",
|
|
134
126
|
"date-fns": "^2.30.0",
|
|
135
|
-
"dayjs": "^1.11.9",
|
|
136
127
|
"dotenv": "^16.3.1",
|
|
137
128
|
"dotenv-vault": "^1.25.0",
|
|
138
|
-
"eslint": "8.46.0",
|
|
139
|
-
"eslint-config-next": "13.4.12",
|
|
140
|
-
"eslint-config-prettier": "^8.9.0",
|
|
141
|
-
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
142
129
|
"formik": "^2.4.3",
|
|
143
|
-
"gh-pages": "^6.0.0",
|
|
144
130
|
"i18next": "^23.4.1",
|
|
145
131
|
"lodash": "^4.17.21",
|
|
146
|
-
"negotiator": "^0.6.3",
|
|
147
|
-
"next": "13.4.12",
|
|
148
132
|
"postcss": "8.4.27",
|
|
149
|
-
"prettier": "^3.0.0",
|
|
150
133
|
"react": "18.2.0",
|
|
151
134
|
"react-dom": "18.2.0",
|
|
152
135
|
"react-i18next": "^13.0.2",
|