@ballistix.digital/react-components 0.4.111 → 0.4.113

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/package.json CHANGED
@@ -7,138 +7,156 @@
7
7
  "email": "info@ballistix.digital",
8
8
  "url": "https://ballistix.digital"
9
9
  },
10
- "version": "0.4.111",
11
- "private": false,
10
+ "version": "0.4.113",
12
11
  "main": "dist/index.js",
13
12
  "module": "dist/index.esm.js",
14
13
  "types": "dist/index.d.ts",
14
+ "type": "module",
15
15
  "files": [
16
16
  "dist"
17
17
  ],
18
18
  "scripts": {
19
- "start": "react-scripts start",
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
- "browserslist": {
35
- "production": [
36
- ">0.2%",
37
- "not dead",
38
- "not op_mini all"
39
- ],
40
- "development": [
41
- "last 1 chrome version",
42
- "last 1 firefox version",
43
- "last 1 safari version"
44
- ]
35
+ "dependencies": {
36
+ "@auth0/nextjs-auth0": "^3.0.0",
37
+ "@formatjs/intl-localematcher": "^0.4.0",
38
+ "@fortawesome/fontawesome-svg-core": "^6.4.2",
39
+ "@fortawesome/free-brands-svg-icons": "^6.4.2",
40
+ "@fortawesome/free-regular-svg-icons": "^6.4.2",
41
+ "@fortawesome/free-solid-svg-icons": "^6.4.2",
42
+ "@fortawesome/pro-duotone-svg-icons": "^6.4.2",
43
+ "@fortawesome/pro-light-svg-icons": "^6.4.2",
44
+ "@fortawesome/pro-regular-svg-icons": "^6.4.2",
45
+ "@fortawesome/pro-solid-svg-icons": "^6.4.2",
46
+ "@fortawesome/pro-thin-svg-icons": "^6.4.2",
47
+ "@fortawesome/react-fontawesome": "^0.2.0",
48
+ "@fortawesome/sharp-regular-svg-icons": "^6.4.2",
49
+ "@fortawesome/sharp-solid-svg-icons": "^6.4.2",
50
+ "@headlessui/react": "^1.7.16",
51
+ "@heroicons/react": "^2.0.18",
52
+ "@react-input/mask": "^1.0.20",
53
+ "@tailwindcss/forms": "^0.5.6",
54
+ "@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
+ "autoprefixer": "10.4.14",
59
+ "date-fns": "^2.30.0",
60
+ "dayjs": "^1.11.9",
61
+ "dotenv": "^16.3.1",
62
+ "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
+ "formik": "^2.4.3",
68
+ "gh-pages": "^6.0.0",
69
+ "i18next": "^23.4.1",
70
+ "lodash": "^4.17.21",
71
+ "negotiator": "^0.6.3",
72
+ "next": "13.4.12",
73
+ "postcss": "8.4.27",
74
+ "prettier": "^3.0.0",
75
+ "react": "18.2.0",
76
+ "react-dom": "18.2.0",
77
+ "react-i18next": "^13.0.2",
78
+ "react-query": "^3.39.3",
79
+ "react-tailwindcss-datepicker": "^1.6.6",
80
+ "react-tailwindcss-select": "^1.8.5",
81
+ "tailwindcss": "3.3.3",
82
+ "typescript": "5.1.6",
83
+ "uuid": "^9.0.0",
84
+ "xlsx": "^0.18.5",
85
+ "yup": "^1.2.0"
45
86
  },
46
87
  "devDependencies": {
47
- "@headlessui/react": "^1.7.10",
48
- "@heroicons/react": "^2.0.15",
49
- "@rollup/plugin-commonjs": "^24.0.1",
50
- "@rollup/plugin-node-resolve": "^15.0.1",
51
- "@storybook/addon-actions": "^6.5.16",
52
- "@storybook/addon-essentials": "^6.5.16",
53
- "@storybook/addon-interactions": "^6.5.16",
54
- "@storybook/addon-links": "^6.5.16",
55
- "@storybook/builder-webpack5": "^6.5.16",
56
- "@storybook/manager-webpack5": "^6.5.16",
57
- "@storybook/node-logger": "^6.5.16",
58
- "@storybook/preset-create-react-app": "^4.1.2",
59
- "@storybook/react": "^6.5.16",
60
- "@storybook/testing-library": "^0.0.13",
61
- "@testing-library/jest-dom": "^5.16.5",
62
- "@testing-library/react": "^13.4.0",
63
- "@testing-library/user-event": "^13.5.0",
64
- "@types/jest": "^27.5.2",
65
- "@types/lodash": "^4.14.191",
66
- "@types/node": "^16.18.12",
67
- "@types/react": "^18.2.0",
68
- "@types/react-dom": "^18.2.1",
69
- "babel-plugin-named-exports-order": "^0.0.2",
70
- "concurrently": "^7.6.0",
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",
88
+ "@rollup/plugin-commonjs": "^25.0.4",
89
+ "@rollup/plugin-node-resolve": "^15.2.1",
90
+ "@storybook/addon-essentials": "^7.4.0",
91
+ "@storybook/addon-interactions": "^7.4.0",
92
+ "@storybook/addon-links": "^7.4.0",
93
+ "@storybook/addon-onboarding": "^1.0.8",
94
+ "@storybook/blocks": "^7.4.0",
95
+ "@storybook/nextjs": "^7.4.0",
96
+ "@storybook/react": "^7.4.0",
97
+ "@storybook/testing-library": "^0.2.0",
98
+ "@types/lodash": "^4.14.196",
99
+ "@types/negotiator": "^0.6.1",
100
+ "@types/uuid": "^9.0.2",
101
+ "eslint-plugin-storybook": "^0.6.13",
102
+ "rollup": "^3.29.1",
82
103
  "rollup-plugin-cleanup": "^3.2.1",
83
- "rollup-plugin-dts": "^5.2.0",
104
+ "rollup-plugin-dts": "^6.0.2",
84
105
  "rollup-plugin-peer-deps-external": "^2.2.4",
85
106
  "rollup-plugin-postcss": "^4.0.2",
86
- "rollup-plugin-typescript2": "^0.34.1",
87
- "tailwindcss": "^3.2.6",
88
- "typescript": "^4.9.5",
89
- "web-vitals": "^2.1.4",
90
- "webpack": "^5.75.0"
107
+ "rollup-plugin-typescript2": "^0.35.0",
108
+ "storybook": "^7.4.0"
91
109
  },
92
110
  "peerDependencies": {
93
- "@fortawesome/fontawesome-svg-core": "^6.3.0",
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": {
111
+ "@auth0/nextjs-auth0": "^3.0.0",
112
+ "@formatjs/intl-localematcher": "^0.4.0",
119
113
  "@fortawesome/fontawesome-svg-core": "^6.4.2",
120
114
  "@fortawesome/free-brands-svg-icons": "^6.4.2",
121
- "@fortawesome/free-regular-svg-icons": "^6.3.0",
122
- "@fortawesome/free-solid-svg-icons": "^6.3.0",
123
- "@fortawesome/pro-duotone-svg-icons": "^6.3.0",
124
- "@fortawesome/pro-light-svg-icons": "^6.3.0",
125
- "@fortawesome/pro-regular-svg-icons": "^6.3.0",
126
- "@fortawesome/pro-solid-svg-icons": "^6.3.0",
127
- "@fortawesome/pro-thin-svg-icons": "^6.3.0",
115
+ "@fortawesome/free-regular-svg-icons": "^6.4.2",
116
+ "@fortawesome/free-solid-svg-icons": "^6.4.2",
117
+ "@fortawesome/pro-duotone-svg-icons": "^6.4.2",
118
+ "@fortawesome/pro-light-svg-icons": "^6.4.2",
119
+ "@fortawesome/pro-regular-svg-icons": "^6.4.2",
120
+ "@fortawesome/pro-solid-svg-icons": "^6.4.2",
121
+ "@fortawesome/pro-thin-svg-icons": "^6.4.2",
128
122
  "@fortawesome/react-fontawesome": "^0.2.0",
129
- "@fortawesome/sharp-regular-svg-icons": "^6.3.0",
130
- "@fortawesome/sharp-solid-svg-icons": "^6.3.0",
131
- "@react-input/mask": "^1.0.10",
132
- "@tailwindcss/forms": "^0.5.3",
133
- "@tanstack/react-table": "^8.7.9",
134
- "date-fns": "^2.29.3",
123
+ "@fortawesome/sharp-regular-svg-icons": "^6.4.2",
124
+ "@fortawesome/sharp-solid-svg-icons": "^6.4.2",
125
+ "@headlessui/react": "^1.7.16",
126
+ "@heroicons/react": "^2.0.18",
127
+ "@react-input/mask": "^1.0.20",
128
+ "@tailwindcss/forms": "^0.5.6",
129
+ "@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
+ "date-fns": "^2.30.0",
135
135
  "dayjs": "^1.11.9",
136
- "formik": "^2.2.9",
137
- "gh-pages": "^5.0.0",
136
+ "dotenv": "^16.3.1",
137
+ "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
+ "formik": "^2.4.3",
143
+ "gh-pages": "^6.0.0",
144
+ "i18next": "^23.4.1",
145
+ "lodash": "^4.17.21",
146
+ "negotiator": "^0.6.3",
147
+ "next": "13.4.12",
148
+ "postcss": "8.4.27",
149
+ "prettier": "^3.0.0",
150
+ "react": "18.2.0",
151
+ "react-dom": "18.2.0",
152
+ "react-i18next": "^13.0.2",
153
+ "react-query": "^3.39.3",
138
154
  "react-tailwindcss-datepicker": "^1.6.6",
139
155
  "react-tailwindcss-select": "^1.8.5",
140
- "tailwindcss": "^3.2.6",
156
+ "tailwindcss": "3.3.3",
157
+ "typescript": "5.1.6",
158
+ "uuid": "^9.0.0",
141
159
  "xlsx": "^0.18.5",
142
- "yup": "^1.0.2"
160
+ "yup": "^1.2.0"
143
161
  }
144
162
  }