@ballistix.digital/react-components 0.4.113 → 0.4.115
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 +12 -27
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.115",
|
|
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,15 @@
|
|
|
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
56
|
"dayjs": "^1.11.9",
|
|
61
57
|
"dotenv": "^16.3.1",
|
|
62
58
|
"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
59
|
"formik": "^2.4.3",
|
|
68
|
-
"gh-pages": "^6.0.0",
|
|
69
60
|
"i18next": "^23.4.1",
|
|
70
61
|
"lodash": "^4.17.21",
|
|
71
|
-
"negotiator": "^0.6.3",
|
|
72
|
-
"next": "13.4.12",
|
|
73
62
|
"postcss": "8.4.27",
|
|
74
|
-
"prettier": "^3.0.0",
|
|
75
63
|
"react": "18.2.0",
|
|
76
64
|
"react-dom": "18.2.0",
|
|
77
65
|
"react-i18next": "^13.0.2",
|
|
@@ -97,8 +85,18 @@
|
|
|
97
85
|
"@storybook/testing-library": "^0.2.0",
|
|
98
86
|
"@types/lodash": "^4.14.196",
|
|
99
87
|
"@types/negotiator": "^0.6.1",
|
|
88
|
+
"@types/node": "20.4.5",
|
|
89
|
+
"@types/react": "18.2.17",
|
|
90
|
+
"@types/react-dom": "18.2.7",
|
|
100
91
|
"@types/uuid": "^9.0.2",
|
|
92
|
+
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
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",
|
|
101
98
|
"eslint-plugin-storybook": "^0.6.13",
|
|
99
|
+
"prettier": "^3.0.0",
|
|
102
100
|
"rollup": "^3.29.1",
|
|
103
101
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
104
102
|
"rollup-plugin-dts": "^6.0.2",
|
|
@@ -108,7 +106,6 @@
|
|
|
108
106
|
"storybook": "^7.4.0"
|
|
109
107
|
},
|
|
110
108
|
"peerDependencies": {
|
|
111
|
-
"@auth0/nextjs-auth0": "^3.0.0",
|
|
112
109
|
"@formatjs/intl-localematcher": "^0.4.0",
|
|
113
110
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
114
111
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
@@ -127,26 +124,14 @@
|
|
|
127
124
|
"@react-input/mask": "^1.0.20",
|
|
128
125
|
"@tailwindcss/forms": "^0.5.6",
|
|
129
126
|
"@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
127
|
"date-fns": "^2.30.0",
|
|
135
128
|
"dayjs": "^1.11.9",
|
|
136
129
|
"dotenv": "^16.3.1",
|
|
137
130
|
"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
131
|
"formik": "^2.4.3",
|
|
143
|
-
"gh-pages": "^6.0.0",
|
|
144
132
|
"i18next": "^23.4.1",
|
|
145
133
|
"lodash": "^4.17.21",
|
|
146
|
-
"negotiator": "^0.6.3",
|
|
147
|
-
"next": "13.4.12",
|
|
148
134
|
"postcss": "8.4.27",
|
|
149
|
-
"prettier": "^3.0.0",
|
|
150
135
|
"react": "18.2.0",
|
|
151
136
|
"react-dom": "18.2.0",
|
|
152
137
|
"react-i18next": "^13.0.2",
|