@ballistix.digital/react-components 0.4.112 → 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 +907 -869
- package/dist/index.esm.js +2399 -11205
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2397 -11212
- package/dist/index.js.map +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -0
- package/package.json +111 -110
package/package.json
CHANGED
|
@@ -7,138 +7,139 @@
|
|
|
7
7
|
"email": "info@ballistix.digital",
|
|
8
8
|
"url": "https://ballistix.digital"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.4.
|
|
11
|
-
"private": false,
|
|
10
|
+
"version": "0.4.114",
|
|
12
11
|
"main": "dist/index.js",
|
|
13
12
|
"module": "dist/index.esm.js",
|
|
14
13
|
"types": "dist/index.d.ts",
|
|
14
|
+
"private": false,
|
|
15
15
|
"files": [
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"scripts": {
|
|
19
|
-
"
|
|
20
|
-
"build": "npm run build:css && npm run tsc && rollup -c && rm -rf dist/@types",
|
|
19
|
+
"dev": "next dev --turbo",
|
|
20
|
+
"build": "npm run build:css && npm run tsc && rollup -c --bundleConfigAsCjs && rm -rf dist/@types",
|
|
21
|
+
"start": "next start",
|
|
22
|
+
"lint": "next lint",
|
|
23
|
+
"env:new": "dotenv-vault new",
|
|
24
|
+
"env:login": "dotenv-vault login",
|
|
25
|
+
"env:push": "dotenv-vault push",
|
|
26
|
+
"env:pull": "dotenv-vault pull",
|
|
27
|
+
"env:build": "dotenv-vault build",
|
|
28
|
+
"env:open": "dotenv-vault open",
|
|
29
|
+
"storybook": "storybook dev -p 6006",
|
|
30
|
+
"build-storybook": "storybook build",
|
|
21
31
|
"tsc": "tsc --outDir dist/lib --declarationDir dist/types --declaration true --baseUrl ./src",
|
|
22
|
-
"test": "react-scripts test",
|
|
23
|
-
"lint": "eslint --ext .js,.jsx,.ts,.tsx --fix .",
|
|
24
|
-
"eject": "react-scripts eject",
|
|
25
|
-
"storybook": "concurrently \"npm:watch:*\"",
|
|
26
|
-
"build-storybook": "concurrently \"npm:build:*\"",
|
|
27
32
|
"build:css": "npx tailwindcss -i ./src/styles/index.css -o ./public/_tailwind.css",
|
|
28
|
-
"build:storybook": "build-storybook -s public"
|
|
29
|
-
"watch:css": "npx tailwindcss -i ./src/styles/index.css -o ./public/_tailwind.css --watch",
|
|
30
|
-
"watch:storybook": "start-storybook dev -p 6006",
|
|
31
|
-
"predeploy": "npm run build-storybook",
|
|
32
|
-
"deploy-storybook": "gh-pages -d storybook-static"
|
|
33
|
+
"build:storybook": "build-storybook -s public"
|
|
33
34
|
},
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
35
|
+
"dependencies": {
|
|
36
|
+
"@formatjs/intl-localematcher": "^0.4.0",
|
|
37
|
+
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
38
|
+
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
39
|
+
"@fortawesome/free-regular-svg-icons": "^6.4.2",
|
|
40
|
+
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
41
|
+
"@fortawesome/pro-duotone-svg-icons": "^6.4.2",
|
|
42
|
+
"@fortawesome/pro-light-svg-icons": "^6.4.2",
|
|
43
|
+
"@fortawesome/pro-regular-svg-icons": "^6.4.2",
|
|
44
|
+
"@fortawesome/pro-solid-svg-icons": "^6.4.2",
|
|
45
|
+
"@fortawesome/pro-thin-svg-icons": "^6.4.2",
|
|
46
|
+
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
47
|
+
"@fortawesome/sharp-regular-svg-icons": "^6.4.2",
|
|
48
|
+
"@fortawesome/sharp-solid-svg-icons": "^6.4.2",
|
|
49
|
+
"@headlessui/react": "^1.7.16",
|
|
50
|
+
"@heroicons/react": "^2.0.18",
|
|
51
|
+
"@react-input/mask": "^1.0.20",
|
|
52
|
+
"@tailwindcss/forms": "^0.5.6",
|
|
53
|
+
"@tanstack/react-table": "^8.9.3",
|
|
54
|
+
"autoprefixer": "10.4.14",
|
|
55
|
+
"date-fns": "^2.30.0",
|
|
56
|
+
"dotenv": "^16.3.1",
|
|
57
|
+
"dotenv-vault": "^1.25.0",
|
|
58
|
+
"formik": "^2.4.3",
|
|
59
|
+
"i18next": "^23.4.1",
|
|
60
|
+
"lodash": "^4.17.21",
|
|
61
|
+
"postcss": "8.4.27",
|
|
62
|
+
"react": "18.2.0",
|
|
63
|
+
"react-dom": "18.2.0",
|
|
64
|
+
"react-i18next": "^13.0.2",
|
|
65
|
+
"react-query": "^3.39.3",
|
|
66
|
+
"react-tailwindcss-datepicker": "^1.6.6",
|
|
67
|
+
"react-tailwindcss-select": "^1.8.5",
|
|
68
|
+
"tailwindcss": "3.3.3",
|
|
69
|
+
"typescript": "5.1.6",
|
|
70
|
+
"uuid": "^9.0.0",
|
|
71
|
+
"xlsx": "^0.18.5",
|
|
72
|
+
"yup": "^1.2.0"
|
|
45
73
|
},
|
|
46
74
|
"devDependencies": {
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
51
|
-
"@storybook/addon-
|
|
52
|
-
"@storybook/addon-
|
|
53
|
-
"@storybook/
|
|
54
|
-
"@storybook/
|
|
55
|
-
"@storybook/
|
|
56
|
-
"@storybook/
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@
|
|
61
|
-
"@
|
|
62
|
-
"@
|
|
63
|
-
"@
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"eslint-config-prettier": "^8.3.0",
|
|
72
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
73
|
-
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
74
|
-
"eslint-plugin-storybook": "^0.5.3",
|
|
75
|
-
"lodash": "^4.17.21",
|
|
76
|
-
"postcss": "^8.4.21",
|
|
77
|
-
"prop-types": "^15.8.1",
|
|
78
|
-
"react": "^18.2.0",
|
|
79
|
-
"react-dom": "^18.2.0",
|
|
80
|
-
"react-scripts": "5.0.1",
|
|
81
|
-
"rollup": "^2.79.1",
|
|
75
|
+
"@rollup/plugin-commonjs": "^25.0.4",
|
|
76
|
+
"@rollup/plugin-node-resolve": "^15.2.1",
|
|
77
|
+
"@storybook/addon-essentials": "^7.4.0",
|
|
78
|
+
"@storybook/addon-interactions": "^7.4.0",
|
|
79
|
+
"@storybook/addon-links": "^7.4.0",
|
|
80
|
+
"@storybook/addon-onboarding": "^1.0.8",
|
|
81
|
+
"@storybook/blocks": "^7.4.0",
|
|
82
|
+
"@storybook/nextjs": "^7.4.0",
|
|
83
|
+
"@storybook/react": "^7.4.0",
|
|
84
|
+
"@storybook/testing-library": "^0.2.0",
|
|
85
|
+
"@types/lodash": "^4.14.196",
|
|
86
|
+
"@types/negotiator": "^0.6.1",
|
|
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",
|
|
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",
|
|
98
|
+
"rollup": "^3.29.1",
|
|
82
99
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
83
|
-
"rollup-plugin-dts": "^
|
|
100
|
+
"rollup-plugin-dts": "^6.0.2",
|
|
84
101
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
85
102
|
"rollup-plugin-postcss": "^4.0.2",
|
|
86
|
-
"rollup-plugin-typescript2": "^0.
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"web-vitals": "^2.1.4",
|
|
90
|
-
"webpack": "^5.75.0"
|
|
103
|
+
"rollup-plugin-typescript2": "^0.35.0",
|
|
104
|
+
"storybook": "^7.4.0",
|
|
105
|
+
"prettier": "^3.0.0"
|
|
91
106
|
},
|
|
92
107
|
"peerDependencies": {
|
|
93
|
-
"@
|
|
94
|
-
"@fortawesome/free-regular-svg-icons": "^6.3.0",
|
|
95
|
-
"@fortawesome/free-solid-svg-icons": "^6.3.0",
|
|
96
|
-
"@fortawesome/pro-duotone-svg-icons": "^6.3.0",
|
|
97
|
-
"@fortawesome/pro-light-svg-icons": "^6.3.0",
|
|
98
|
-
"@fortawesome/pro-regular-svg-icons": "^6.3.0",
|
|
99
|
-
"@fortawesome/pro-solid-svg-icons": "^6.3.0",
|
|
100
|
-
"@fortawesome/pro-thin-svg-icons": "^6.3.0",
|
|
101
|
-
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
102
|
-
"@fortawesome/sharp-regular-svg-icons": "^6.3.0",
|
|
103
|
-
"@fortawesome/sharp-solid-svg-icons": "^6.3.0",
|
|
104
|
-
"@headlessui/react": "^1.7.10",
|
|
105
|
-
"@heroicons/react": "^2.0.15",
|
|
106
|
-
"@tailwindcss/forms": "^0.5.3",
|
|
107
|
-
"@tanstack/react-table": "^8.7.9",
|
|
108
|
-
"@types/react": "^18.0.27",
|
|
109
|
-
"@types/react-dom": "^18.0.10",
|
|
110
|
-
"date-fns": "^2.29.3",
|
|
111
|
-
"dayjs": "^1.11.6",
|
|
112
|
-
"gh-pages": "^5.0.0",
|
|
113
|
-
"lodash": "^4.17.21",
|
|
114
|
-
"react": "^18.2.0",
|
|
115
|
-
"react-dom": "^18.2.0",
|
|
116
|
-
"tailwindcss": "^3.2.6"
|
|
117
|
-
},
|
|
118
|
-
"dependencies": {
|
|
108
|
+
"@formatjs/intl-localematcher": "^0.4.0",
|
|
119
109
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
120
110
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
121
|
-
"@fortawesome/free-regular-svg-icons": "^6.
|
|
122
|
-
"@fortawesome/free-solid-svg-icons": "^6.
|
|
123
|
-
"@fortawesome/pro-duotone-svg-icons": "^6.
|
|
124
|
-
"@fortawesome/pro-light-svg-icons": "^6.
|
|
125
|
-
"@fortawesome/pro-regular-svg-icons": "^6.
|
|
126
|
-
"@fortawesome/pro-solid-svg-icons": "^6.
|
|
127
|
-
"@fortawesome/pro-thin-svg-icons": "^6.
|
|
111
|
+
"@fortawesome/free-regular-svg-icons": "^6.4.2",
|
|
112
|
+
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
113
|
+
"@fortawesome/pro-duotone-svg-icons": "^6.4.2",
|
|
114
|
+
"@fortawesome/pro-light-svg-icons": "^6.4.2",
|
|
115
|
+
"@fortawesome/pro-regular-svg-icons": "^6.4.2",
|
|
116
|
+
"@fortawesome/pro-solid-svg-icons": "^6.4.2",
|
|
117
|
+
"@fortawesome/pro-thin-svg-icons": "^6.4.2",
|
|
128
118
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
129
|
-
"@fortawesome/sharp-regular-svg-icons": "^6.
|
|
130
|
-
"@fortawesome/sharp-solid-svg-icons": "^6.
|
|
131
|
-
"@react
|
|
132
|
-
"@
|
|
133
|
-
"@
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
119
|
+
"@fortawesome/sharp-regular-svg-icons": "^6.4.2",
|
|
120
|
+
"@fortawesome/sharp-solid-svg-icons": "^6.4.2",
|
|
121
|
+
"@headlessui/react": "^1.7.16",
|
|
122
|
+
"@heroicons/react": "^2.0.18",
|
|
123
|
+
"@react-input/mask": "^1.0.20",
|
|
124
|
+
"@tailwindcss/forms": "^0.5.6",
|
|
125
|
+
"@tanstack/react-table": "^8.9.3",
|
|
126
|
+
"date-fns": "^2.30.0",
|
|
127
|
+
"dotenv": "^16.3.1",
|
|
128
|
+
"dotenv-vault": "^1.25.0",
|
|
129
|
+
"formik": "^2.4.3",
|
|
130
|
+
"i18next": "^23.4.1",
|
|
131
|
+
"lodash": "^4.17.21",
|
|
132
|
+
"postcss": "8.4.27",
|
|
133
|
+
"react": "18.2.0",
|
|
134
|
+
"react-dom": "18.2.0",
|
|
135
|
+
"react-i18next": "^13.0.2",
|
|
136
|
+
"react-query": "^3.39.3",
|
|
138
137
|
"react-tailwindcss-datepicker": "^1.6.6",
|
|
139
138
|
"react-tailwindcss-select": "^1.8.5",
|
|
140
|
-
"tailwindcss": "
|
|
139
|
+
"tailwindcss": "3.3.3",
|
|
140
|
+
"typescript": "5.1.6",
|
|
141
|
+
"uuid": "^9.0.0",
|
|
141
142
|
"xlsx": "^0.18.5",
|
|
142
|
-
"yup": "^1.0
|
|
143
|
+
"yup": "^1.2.0"
|
|
143
144
|
}
|
|
144
145
|
}
|