datocms-plugin-frontify-asset-source 0.2.1 → 0.3.0

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.
@@ -7,20 +7,28 @@
7
7
  }
8
8
 
9
9
  @layer priority2 {
10
+ .x12oqio5 {
11
+ border-radius: 4px;
12
+ }
13
+
10
14
  .x16rqkct {
11
15
  border-radius: 50%;
12
16
  }
13
17
 
18
+ .x1lo6u58 {
19
+ contain-intrinsic-size: auto 200px;
20
+ }
21
+
14
22
  .x1v2ro7d {
15
23
  gap: 12px;
16
24
  }
17
25
 
18
- .x167g77z {
19
- gap: 8px;
26
+ .x1665zp3 {
27
+ gap: 24px;
20
28
  }
21
29
 
22
- .xt8mj4m {
23
- outline: 3px solid var(--accent-color, #1a73e8);
30
+ .x167g77z {
31
+ gap: 8px;
24
32
  }
25
33
 
26
34
  .x1f65feb {
@@ -41,14 +49,26 @@
41
49
  background-color: #00000080;
42
50
  }
43
51
 
44
- .x1dccu5w {
45
- background-color: var(--accent-color, #1a73e8);
52
+ .x1i9drt {
53
+ background-color: var(--accent-color, var(--color--selected--border));
54
+ }
55
+
56
+ .x1myaj46 {
57
+ box-shadow: 0 0 0 1px var(--color--border);
58
+ }
59
+
60
+ .xymlfet {
61
+ box-shadow: 0 0 0 3px var(--color--selected--border);
46
62
  }
47
63
 
48
64
  .xfungia, .x1awj2ng {
49
65
  color: #fff;
50
66
  }
51
67
 
68
+ .xb5mbof {
69
+ content-visibility: auto;
70
+ }
71
+
52
72
  .x1ypdohk {
53
73
  cursor: pointer;
54
74
  }
@@ -61,6 +81,10 @@
61
81
  display: grid;
62
82
  }
63
83
 
84
+ .xdt5ytf {
85
+ flex-direction: column;
86
+ }
87
+
64
88
  .xif65rj {
65
89
  font-size: 14px;
66
90
  }
@@ -117,6 +141,10 @@
117
141
  transition-timing-function: linear;
118
142
  }
119
143
 
144
+ .x1vjfegm {
145
+ z-index: 1;
146
+ }
147
+
120
148
  .x14g40p9 {
121
149
  z-index: 999;
122
150
  }
@@ -163,8 +191,8 @@
163
191
  margin-bottom: 8px;
164
192
  }
165
193
 
166
- .x14vqqas {
167
- margin-top: 12px;
194
+ .xqui205 {
195
+ margin-top: 24px;
168
196
  }
169
197
 
170
198
  .x1xmf6yo {
@@ -175,8 +203,8 @@
175
203
  min-height: 200px;
176
204
  }
177
205
 
178
- .xwib8y2 {
179
- padding-bottom: 8px;
206
+ .xsag5q8 {
207
+ padding-bottom: 12px;
180
208
  }
181
209
 
182
210
  .x1y1aw1k {
package/dist/index.html CHANGED
@@ -1,16 +1,14 @@
1
1
  <!doctype html>
2
2
  <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>DatoCMS Plugin</title>
7
+ <script type="module" crossorigin src="./assets/index-PPyaAovx.js"></script>
8
+ <link rel="stylesheet" crossorigin href="./assets/index-nlZd8M8X.css">
9
+ </head>
3
10
 
4
- <head>
5
- <meta charset="UTF-8" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>DatoCMS Plugin</title>
8
- <script type="module" crossorigin src="./assets/index-vXZqAbIG.js"></script>
9
- <link rel="stylesheet" crossorigin href="./assets/index-BazQ66aM.css">
10
- </head>
11
-
12
- <body>
13
- <div id="root"></div>
14
- </body>
15
-
16
- </html>
11
+ <body>
12
+ <div id="root"></div>
13
+ </body>
14
+ </html>
package/package.json CHANGED
@@ -1,33 +1,22 @@
1
1
  {
2
2
  "name": "datocms-plugin-frontify-asset-source",
3
- "description": "Insert photos from your Frontify Account directly inside of your DatoCMS project",
4
- "homepage": "https://github.com/gempi/datocms-plugin-frontify-asset-source#readme",
3
+ "version": "0.3.0",
5
4
  "private": false,
6
- "version": "0.2.1",
7
- "author": "Matthias Wolgensinger <hello@m18r.io>",
8
- "type": "module",
9
- "engines": {
10
- "node": ">=24.0.0",
11
- "pnpm": ">=11.0.0"
12
- },
13
- "repository": {
14
- "url": "https://github.com/gempi/datocms-plugin-frontify-asset-source"
15
- },
5
+ "description": "Insert photos from your Frontify Account directly inside of your DatoCMS project",
16
6
  "keywords": [
17
7
  "datocms-plugin",
18
8
  "frontify"
19
9
  ],
20
- "datoCmsPlugin": {
21
- "title": "Asset source for Frontify",
22
- "previewImage": "docs/preview.mp4",
23
- "coverImage": "docs/cover.png",
24
- "entryPoint": "dist/index.html",
25
- "permissions": []
10
+ "homepage": "https://github.com/gempi/datocms-plugin-frontify-asset-source#readme",
11
+ "author": "Matthias Wolgensinger <hello@m18r.io>",
12
+ "repository": {
13
+ "url": "https://github.com/gempi/datocms-plugin-frontify-asset-source"
26
14
  },
27
15
  "files": [
28
16
  "dist",
29
17
  "docs"
30
18
  ],
19
+ "type": "module",
31
20
  "dependencies": {
32
21
  "@frontify/frontify-authenticator": "^2.0.1",
33
22
  "@stylexjs/stylex": "^0.19.0",
@@ -42,16 +31,36 @@
42
31
  "urql": "^5.0.3"
43
32
  },
44
33
  "devDependencies": {
34
+ "@changesets/cli": "^2.31.1",
45
35
  "@types/react": "^19.2.17",
46
36
  "@types/react-dom": "^19.2.3",
47
37
  "@vitejs/plugin-react": "^5.2.0",
48
38
  "baseline-browser-mapping": "^2.10.40",
39
+ "oxfmt": "^0.61.0",
40
+ "oxlint": "^1.76.0",
41
+ "simple-git-hooks": "^2.13.1",
49
42
  "typescript": "^6.0.3",
50
43
  "vite": "^7.3.6"
51
44
  },
45
+ "simple-git-hooks": {
46
+ "pre-commit": "npm run lint && npm run fmt"
47
+ },
48
+ "engines": {
49
+ "node": ">=24"
50
+ },
51
+ "datoCmsPlugin": {
52
+ "title": "Asset source for Frontify",
53
+ "previewImage": "docs/preview.mp4",
54
+ "coverImage": "docs/cover.png",
55
+ "entryPoint": "dist/index.html",
56
+ "permissions": []
57
+ },
52
58
  "scripts": {
53
59
  "dev": "vite",
54
60
  "build": "tsc -b && vite build",
55
- "preview": "vite preview"
61
+ "preview": "vite preview",
62
+ "lint": "oxlint --fix",
63
+ "fmt": "oxfmt",
64
+ "typecheck": "tsc --noEmit"
56
65
  }
57
66
  }