datocms-plugin-frontify-asset-source 0.2.0 → 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,24 +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
 
14
- .x98rzlu {
15
- flex: 1;
18
+ .x1lo6u58 {
19
+ contain-intrinsic-size: auto 200px;
16
20
  }
17
21
 
18
22
  .x1v2ro7d {
19
23
  gap: 12px;
20
24
  }
21
25
 
22
- .x167g77z {
23
- gap: 8px;
26
+ .x1665zp3 {
27
+ gap: 24px;
24
28
  }
25
29
 
26
- .xt8mj4m {
27
- outline: 3px solid var(--accent-color, #1a73e8);
30
+ .x167g77z {
31
+ gap: 8px;
28
32
  }
29
33
 
30
34
  .x1f65feb {
@@ -45,14 +49,26 @@
45
49
  background-color: #00000080;
46
50
  }
47
51
 
48
- .x1dccu5w {
49
- 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);
50
62
  }
51
63
 
52
64
  .xfungia, .x1awj2ng {
53
65
  color: #fff;
54
66
  }
55
67
 
68
+ .xb5mbof {
69
+ content-visibility: auto;
70
+ }
71
+
56
72
  .x1ypdohk {
57
73
  cursor: pointer;
58
74
  }
@@ -65,6 +81,10 @@
65
81
  display: grid;
66
82
  }
67
83
 
84
+ .xdt5ytf {
85
+ flex-direction: column;
86
+ }
87
+
68
88
  .xif65rj {
69
89
  font-size: 14px;
70
90
  }
@@ -121,6 +141,10 @@
121
141
  transition-timing-function: linear;
122
142
  }
123
143
 
144
+ .x1vjfegm {
145
+ z-index: 1;
146
+ }
147
+
124
148
  .x14g40p9 {
125
149
  z-index: 999;
126
150
  }
@@ -167,24 +191,20 @@
167
191
  margin-bottom: 8px;
168
192
  }
169
193
 
170
- .x14vqqas {
171
- margin-top: 12px;
194
+ .xqui205 {
195
+ margin-top: 24px;
172
196
  }
173
197
 
174
198
  .x1xmf6yo {
175
199
  margin-top: 8px;
176
200
  }
177
201
 
178
- .x16em4ew {
179
- max-width: 240px;
180
- }
181
-
182
202
  .xz65tgg {
183
203
  min-height: 200px;
184
204
  }
185
205
 
186
- .xwib8y2 {
187
- padding-bottom: 8px;
206
+ .xsag5q8 {
207
+ padding-bottom: 12px;
188
208
  }
189
209
 
190
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-COQt6qBa.js"></script>
9
- <link rel="stylesheet" crossorigin href="./assets/index-rYp1TLtR.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.0",
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
  }