gearboxdownloadmodal 6.0.21 → 6.0.23

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.
@@ -1,4 +1,14 @@
1
1
  declare const _default: [
2
+ {
3
+ "id": "22",
4
+ "name": "moloco",
5
+ "imageSrc": "https://home.playablefactory.com/moloco.png"
6
+ },
7
+ {
8
+ "id": "44",
9
+ "name": "molocoV2",
10
+ "imageSrc": "https://home.playablefactory.com/molocoV2.png"
11
+ },
2
12
  {
3
13
  "id": "33",
4
14
  "name": "web",
@@ -109,11 +119,7 @@ declare const _default: [
109
119
  "name": "liftoff",
110
120
  "imageSrc": "https://home.playablefactory.com/liftoff.png"
111
121
  },
112
- {
113
- "id": "22",
114
- "name": "moloco",
115
- "imageSrc": "https://home.playablefactory.com/moloco.png"
116
- },
122
+
117
123
  {
118
124
  "id": "23",
119
125
  "name": "nucleo",
@@ -199,11 +205,6 @@ declare const _default: [
199
205
  "name": "adjoe",
200
206
  "imageSrc": "https://home.playablefactory.com/adjoe.png"
201
207
  },
202
- {
203
- "id": "44",
204
- "name": "molocoV2",
205
- "imageSrc": "https://home.playablefactory.com/molocoV2.png"
206
- },
207
208
  {
208
209
  "id": "45",
209
210
  "name": "adikteev",
package/package.json CHANGED
@@ -1,58 +1,58 @@
1
1
  {
2
- "name": "gearboxdownloadmodal",
3
- "private": false,
4
- "version": "6.0.21",
5
- "type": "module",
6
- "main": "dist/index.umd.js",
7
- "module": "dist/index.esm.js",
8
- "types": "dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "import": "./dist/index.es.js",
12
- "require": "./dist/index.umd.js"
13
- }
14
- },
15
- "files": [
16
- "/dist"
17
- ],
18
- "publishConfig": {
19
- "access": "public"
20
- },
21
- "scripts": {
22
- "dev": "vite",
23
- "build": "tsc && vite build",
24
- "prepare": "npm run build",
25
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
26
- "preview": "vite preview"
27
- },
28
- "dependencies": {
29
- "axios": "^1.5.0",
30
- "classnames": "^2.3.2",
31
- "gearboxdownloadmodal": "^5.0.22",
32
- "nanoid": "^3.3.1",
33
- "path": "^0.12.7",
34
- "react": "^18.2.0",
35
- "react-dom": "^18.2.0",
36
- "react-modal": "^3.16.1",
37
- "react-qr-code": "^2.0.12",
38
- "react-toastify": "^9.1.3",
39
- "typescript-cookie": "^1.0.6"
40
- },
41
- "devDependencies": {
42
- "@types/react": "^18.2.15",
43
- "@types/react-dom": "^18.2.7",
44
- "@types/react-modal": "^3.16.0",
45
- "@typescript-eslint/eslint-plugin": "^6.0.0",
46
- "@typescript-eslint/parser": "^6.0.0",
47
- "@vitejs/plugin-react": "^4.0.3",
48
- "autoprefixer": "^10.4.16",
49
- "eslint": "^8.45.0",
50
- "eslint-plugin-react-hooks": "^4.6.0",
51
- "eslint-plugin-react-refresh": "^0.4.3",
52
- "postcss": "^8.4.30",
53
- "tailwindcss": "^3.3.3",
54
- "typescript": "^5.0.2",
55
- "vite": "^4.4.5",
56
- "vite-plugin-dts": "^3.5.4"
57
- }
58
- }
2
+ "name": "gearboxdownloadmodal",
3
+ "private": false,
4
+ "version": "6.0.23",
5
+ "type": "module",
6
+ "main": "dist/index.umd.js",
7
+ "module": "dist/index.esm.js",
8
+ "types": "dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/index.es.js",
12
+ "require": "./dist/index.umd.js"
13
+ }
14
+ },
15
+ "files": [
16
+ "/dist"
17
+ ],
18
+ "publishConfig": {
19
+ "access": "public"
20
+ },
21
+ "scripts": {
22
+ "dev": "vite",
23
+ "build": "tsc && vite build",
24
+ "prepare": "npm run build",
25
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
26
+ "preview": "vite preview"
27
+ },
28
+ "dependencies": {
29
+ "axios": "^1.5.0",
30
+ "classnames": "^2.3.2",
31
+ "gearboxdownloadmodal": "^5.0.22",
32
+ "nanoid": "^3.3.1",
33
+ "path": "^0.12.7",
34
+ "react": "^18.2.0",
35
+ "react-dom": "^18.2.0",
36
+ "react-modal": "^3.16.1",
37
+ "react-qr-code": "^2.0.12",
38
+ "react-toastify": "^9.1.3",
39
+ "typescript-cookie": "^1.0.6"
40
+ },
41
+ "devDependencies": {
42
+ "@types/react": "^18.2.15",
43
+ "@types/react-dom": "^18.2.7",
44
+ "@types/react-modal": "^3.16.0",
45
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
46
+ "@typescript-eslint/parser": "^6.0.0",
47
+ "@vitejs/plugin-react": "^4.0.3",
48
+ "autoprefixer": "^10.4.16",
49
+ "eslint": "^8.45.0",
50
+ "eslint-plugin-react-hooks": "^4.6.0",
51
+ "eslint-plugin-react-refresh": "^0.4.3",
52
+ "postcss": "^8.4.30",
53
+ "tailwindcss": "^3.3.3",
54
+ "typescript": "^5.0.2",
55
+ "vite": "^4.4.5",
56
+ "vite-plugin-dts": "^3.5.4"
57
+ }
58
+ }