@measured/puck 0.20.0-canary.d405985b → 0.20.0-canary.f2447833
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/{chunk-DBSNJT3R.mjs → chunk-F7MIAKDQ.mjs} +4636 -5469
- package/dist/chunk-IP64IXIP.mjs +2820 -0
- package/dist/index.css +508 -311
- package/dist/index.d.mts +18 -3
- package/dist/index.d.ts +18 -3
- package/dist/index.js +2980 -2042
- package/dist/index.mjs +10 -6
- package/dist/no-external.css +670 -469
- package/dist/no-external.d.mts +2 -2
- package/dist/no-external.d.ts +2 -2
- package/dist/no-external.js +2980 -2039
- package/dist/no-external.mjs +10 -2
- package/dist/rsc.css +26 -0
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +1884 -463
- package/dist/rsc.mjs +1 -1
- package/dist/{walk-tree-Bp8tnkJS.d.mts → walk-tree-yh0Fsxem.d.mts} +48 -5
- package/dist/{walk-tree-Bp8tnkJS.d.ts → walk-tree-yh0Fsxem.d.ts} +48 -5
- package/package.json +1 -1
- package/dist/chunk-32MJ3X3H.mjs +0 -1002
package/dist/no-external.css
CHANGED
|
@@ -1,146 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
:root {
|
|
3
|
-
--puck-color-rose-01: #4a001c;
|
|
4
|
-
--puck-color-rose-02: #670833;
|
|
5
|
-
--puck-color-rose-03: #87114c;
|
|
6
|
-
--puck-color-rose-04: #a81a66;
|
|
7
|
-
--puck-color-rose-05: #bc5089;
|
|
8
|
-
--puck-color-rose-06: #cc7ca5;
|
|
9
|
-
--puck-color-rose-07: #d89aba;
|
|
10
|
-
--puck-color-rose-08: #e3b8cf;
|
|
11
|
-
--puck-color-rose-09: #efd6e3;
|
|
12
|
-
--puck-color-rose-10: #f6eaf1;
|
|
13
|
-
--puck-color-rose-11: #faf4f8;
|
|
14
|
-
--puck-color-rose-12: #fef8fc;
|
|
15
|
-
--puck-color-azure-01: #00175d;
|
|
16
|
-
--puck-color-azure-02: #002c77;
|
|
17
|
-
--puck-color-azure-03: #014292;
|
|
18
|
-
--puck-color-azure-04: #0158ad;
|
|
19
|
-
--puck-color-azure-05: #3479be;
|
|
20
|
-
--puck-color-azure-06: #6499cf;
|
|
21
|
-
--puck-color-azure-07: #88b0da;
|
|
22
|
-
--puck-color-azure-08: #abc7e5;
|
|
23
|
-
--puck-color-azure-09: #cfdff0;
|
|
24
|
-
--puck-color-azure-10: #e7eef7;
|
|
25
|
-
--puck-color-azure-11: #f3f6fb;
|
|
26
|
-
--puck-color-azure-12: #f7faff;
|
|
27
|
-
--puck-color-green-01: #002000;
|
|
28
|
-
--puck-color-green-02: #043604;
|
|
29
|
-
--puck-color-green-03: #084e08;
|
|
30
|
-
--puck-color-green-04: #0c680c;
|
|
31
|
-
--puck-color-green-05: #1d882f;
|
|
32
|
-
--puck-color-green-06: #2faa53;
|
|
33
|
-
--puck-color-green-07: #56c16f;
|
|
34
|
-
--puck-color-green-08: #7dd78b;
|
|
35
|
-
--puck-color-green-09: #b8e8bf;
|
|
36
|
-
--puck-color-green-10: #ddf3e0;
|
|
37
|
-
--puck-color-green-11: #eff8f0;
|
|
38
|
-
--puck-color-green-12: #f3fcf4;
|
|
39
|
-
--puck-color-yellow-01: #211000;
|
|
40
|
-
--puck-color-yellow-02: #362700;
|
|
41
|
-
--puck-color-yellow-03: #4c4000;
|
|
42
|
-
--puck-color-yellow-04: #645a00;
|
|
43
|
-
--puck-color-yellow-05: #877614;
|
|
44
|
-
--puck-color-yellow-06: #ab9429;
|
|
45
|
-
--puck-color-yellow-07: #bfac4e;
|
|
46
|
-
--puck-color-yellow-08: #d4c474;
|
|
47
|
-
--puck-color-yellow-09: #e6deb1;
|
|
48
|
-
--puck-color-yellow-10: #f3efd9;
|
|
49
|
-
--puck-color-yellow-11: #f9f7ed;
|
|
50
|
-
--puck-color-yellow-12: #fcfaf0;
|
|
51
|
-
--puck-color-red-01: #4c0000;
|
|
52
|
-
--puck-color-red-02: #6a0a10;
|
|
53
|
-
--puck-color-red-03: #8a1422;
|
|
54
|
-
--puck-color-red-04: #ac1f35;
|
|
55
|
-
--puck-color-red-05: #bf5366;
|
|
56
|
-
--puck-color-red-06: #ce7e8e;
|
|
57
|
-
--puck-color-red-07: #d99ca8;
|
|
58
|
-
--puck-color-red-08: #e4b9c2;
|
|
59
|
-
--puck-color-red-09: #efd7db;
|
|
60
|
-
--puck-color-red-10: #f6eaec;
|
|
61
|
-
--puck-color-red-11: #faf4f5;
|
|
62
|
-
--puck-color-red-12: #fff9fa;
|
|
63
|
-
--puck-color-grey-01: #181818;
|
|
64
|
-
--puck-color-grey-02: #292929;
|
|
65
|
-
--puck-color-grey-03: #404040;
|
|
66
|
-
--puck-color-grey-04: #5a5a5a;
|
|
67
|
-
--puck-color-grey-05: #767676;
|
|
68
|
-
--puck-color-grey-06: #949494;
|
|
69
|
-
--puck-color-grey-07: #ababab;
|
|
70
|
-
--puck-color-grey-08: #c3c3c3;
|
|
71
|
-
--puck-color-grey-09: #dcdcdc;
|
|
72
|
-
--puck-color-grey-10: #efefef;
|
|
73
|
-
--puck-color-grey-11: #f5f5f5;
|
|
74
|
-
--puck-color-grey-12: #fafafa;
|
|
75
|
-
--puck-color-black: #000000;
|
|
76
|
-
--puck-color-white: #ffffff;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/* styles/typography.css */
|
|
80
|
-
:root {
|
|
81
|
-
--puck-font-size-scale-base-unitless: 12;
|
|
82
|
-
--puck-font-size-xxxs-unitless: 12;
|
|
83
|
-
--puck-font-size-xxs-unitless: 14;
|
|
84
|
-
--puck-font-size-xs-unitless: 16;
|
|
85
|
-
--puck-font-size-s-unitless: 18;
|
|
86
|
-
--puck-font-size-m-unitless: 21;
|
|
87
|
-
--puck-font-size-l-unitless: 24;
|
|
88
|
-
--puck-font-size-xl-unitless: 28;
|
|
89
|
-
--puck-font-size-xxl-unitless: 36;
|
|
90
|
-
--puck-font-size-xxxl-unitless: 48;
|
|
91
|
-
--puck-font-size-xxxxl-unitless: 56;
|
|
92
|
-
--puck-font-size-xxxs: calc(1rem * var(--puck-font-size-xxxs-unitless) / 16);
|
|
93
|
-
--puck-font-size-xxs: calc(1rem * var(--puck-font-size-xxs-unitless) / 16);
|
|
94
|
-
--puck-font-size-xs: calc(1rem * var(--puck-font-size-xs-unitless) / 16);
|
|
95
|
-
--puck-font-size-s: calc(1rem * var(--puck-font-size-s-unitless) / 16);
|
|
96
|
-
--puck-font-size-m: calc(1rem * var(--puck-font-size-m-unitless) / 16);
|
|
97
|
-
--puck-font-size-l: calc(1rem * var(--puck-font-size-l-unitless) / 16);
|
|
98
|
-
--puck-font-size-xl: calc(1rem * var(--puck-font-size-xl-unitless) / 16);
|
|
99
|
-
--puck-font-size-xxl: calc(1rem * var(--puck-font-size-xxl-unitless) / 16);
|
|
100
|
-
--puck-font-size-xxxl: calc(1rem * var(--puck-font-size-xxxl-unitless) / 16);
|
|
101
|
-
--puck-font-size-xxxxl: calc( 1rem * var(--puck-font-size-xxxxl-unitless) / 16 );
|
|
102
|
-
--puck-font-size-base: var(--puck-font-size-xs);
|
|
103
|
-
--line-height-reset: 1;
|
|
104
|
-
--line-height-xs: calc( var(--space-m-unitless) / var(--puck-font-size-m-unitless) );
|
|
105
|
-
--line-height-s: calc( var(--space-m-unitless) / var(--puck-font-size-s-unitless) );
|
|
106
|
-
--line-height-m: calc( var(--space-m-unitless) / var(--puck-font-size-xs-unitless) );
|
|
107
|
-
--line-height-l: calc( var(--space-m-unitless) / var(--puck-font-size-xxs-unitless) );
|
|
108
|
-
--line-height-xl: calc( var(--space-m-unitless) / var(--puck-font-size-scale-base-unitless) );
|
|
109
|
-
--line-height-base: var(--line-height-m);
|
|
110
|
-
--fallback-font-stack:
|
|
111
|
-
-apple-system,
|
|
112
|
-
BlinkMacSystemFont,
|
|
113
|
-
Segoe UI,
|
|
114
|
-
Helvetica Neue,
|
|
115
|
-
sans-serif,
|
|
116
|
-
Apple Color Emoji,
|
|
117
|
-
Segoe UI Emoji,
|
|
118
|
-
Segoe UI Symbol;
|
|
119
|
-
--puck-font-family: Inter, var(--fallback-font-stack);
|
|
120
|
-
--puck-font-family-monospaced:
|
|
121
|
-
ui-monospace,
|
|
122
|
-
"Cascadia Code",
|
|
123
|
-
"Source Code Pro",
|
|
124
|
-
Menlo,
|
|
125
|
-
Consolas,
|
|
126
|
-
"DejaVu Sans Mono",
|
|
127
|
-
monospace;
|
|
128
|
-
}
|
|
129
|
-
@supports (font-variation-settings: normal) {
|
|
130
|
-
:root {
|
|
131
|
-
--puck-font-family: InterVariable, var(--fallback-font-stack);
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
/* bundle/core.css */
|
|
136
|
-
#frame-root {
|
|
137
|
-
height: 1px;
|
|
138
|
-
min-height: 100vh;
|
|
139
|
-
}
|
|
140
|
-
[data-puck-entry] {
|
|
141
|
-
position: relative;
|
|
142
|
-
z-index: 0;
|
|
143
|
-
}
|
|
1
|
+
@import "https://rsms.me/inter/inter.css";
|
|
144
2
|
|
|
145
3
|
/* bundle/no-external.css */
|
|
146
4
|
|
|
@@ -229,10 +87,10 @@
|
|
|
229
87
|
}
|
|
230
88
|
|
|
231
89
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/styles.module.css/#css-module-data */
|
|
232
|
-
.
|
|
90
|
+
._InputWrapper_bsxfo_1 + ._InputWrapper_bsxfo_1 {
|
|
233
91
|
margin-top: 12px;
|
|
234
92
|
}
|
|
235
|
-
._Input-
|
|
93
|
+
._Input-label_bsxfo_5 {
|
|
236
94
|
align-items: center;
|
|
237
95
|
color: var(--puck-color-grey-04);
|
|
238
96
|
display: flex;
|
|
@@ -240,17 +98,17 @@
|
|
|
240
98
|
font-size: var(--puck-font-size-xxs);
|
|
241
99
|
font-weight: 600;
|
|
242
100
|
}
|
|
243
|
-
._Input-
|
|
101
|
+
._Input-labelIcon_bsxfo_14 {
|
|
244
102
|
color: var(--puck-color-grey-07);
|
|
245
103
|
display: flex;
|
|
246
104
|
margin-inline-end: 4px;
|
|
247
105
|
padding-inline-start: 4px;
|
|
248
106
|
}
|
|
249
|
-
._Input-
|
|
107
|
+
._Input-disabledIcon_bsxfo_21 {
|
|
250
108
|
color: var(--puck-color-grey-05);
|
|
251
109
|
margin-inline-start: auto;
|
|
252
110
|
}
|
|
253
|
-
._Input-
|
|
111
|
+
._Input-input_bsxfo_26 {
|
|
254
112
|
background: var(--puck-color-white);
|
|
255
113
|
border-width: 1px;
|
|
256
114
|
border-style: solid;
|
|
@@ -258,13 +116,18 @@
|
|
|
258
116
|
border-radius: 4px;
|
|
259
117
|
box-sizing: border-box;
|
|
260
118
|
font-family: inherit;
|
|
261
|
-
font-size:
|
|
119
|
+
font-size: 16px;
|
|
262
120
|
padding: 12px 15px;
|
|
263
121
|
transition: border-color 50ms ease-in;
|
|
264
122
|
width: 100%;
|
|
265
123
|
max-width: 100%;
|
|
266
124
|
}
|
|
267
|
-
|
|
125
|
+
@media (min-width: 458px) {
|
|
126
|
+
._Input-input_bsxfo_26 {
|
|
127
|
+
font-size: 14px;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
select._Input-input_bsxfo_26 {
|
|
268
131
|
appearance: none;
|
|
269
132
|
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
|
|
270
133
|
background-size: 12px;
|
|
@@ -273,29 +136,29 @@ select._Input-input_py9hf_26 {
|
|
|
273
136
|
background-color: var(--puck-color-white);
|
|
274
137
|
cursor: pointer;
|
|
275
138
|
}
|
|
276
|
-
select._Input-
|
|
139
|
+
select._Input-input_bsxfo_26:dir(rtl) {
|
|
277
140
|
background-position: 12px calc(50% + 3px);
|
|
278
141
|
}
|
|
279
142
|
@media (hover: hover) and (pointer: fine) {
|
|
280
|
-
.
|
|
281
|
-
.
|
|
143
|
+
._Input_bsxfo_1:has(> input):hover ._Input-input_bsxfo_26:not([readonly]),
|
|
144
|
+
._Input_bsxfo_1:has(> textarea):hover ._Input-input_bsxfo_26:not([readonly]) {
|
|
282
145
|
border-color: var(--puck-color-grey-05);
|
|
283
146
|
transition: none;
|
|
284
147
|
}
|
|
285
|
-
.
|
|
148
|
+
._Input_bsxfo_1:has(> select):hover ._Input-input_bsxfo_26:not([disabled]) {
|
|
286
149
|
background-color: var(--puck-color-azure-12);
|
|
287
150
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a5a5a'><polygon points='0,0 100,0 50,50'/></svg>");
|
|
288
151
|
border-color: var(--puck-color-grey-05);
|
|
289
152
|
transition: none;
|
|
290
153
|
}
|
|
291
154
|
}
|
|
292
|
-
._Input-
|
|
155
|
+
._Input-input_bsxfo_26:focus {
|
|
293
156
|
border-color: var(--puck-color-grey-05);
|
|
294
157
|
outline: 2px solid var(--puck-color-azure-05);
|
|
295
158
|
transition: none;
|
|
296
159
|
}
|
|
297
|
-
._Input--
|
|
298
|
-
._Input--
|
|
160
|
+
._Input--readOnly_bsxfo_82 > ._Input-input_bsxfo_26,
|
|
161
|
+
._Input--readOnly_bsxfo_82 > select._Input-input_bsxfo_26 {
|
|
299
162
|
background-color: var(--puck-color-grey-11);
|
|
300
163
|
border-color: var(--puck-color-grey-09);
|
|
301
164
|
color: var(--puck-color-grey-04);
|
|
@@ -304,34 +167,34 @@ select._Input-input_py9hf_26:dir(rtl) {
|
|
|
304
167
|
outline: 0;
|
|
305
168
|
transition: none;
|
|
306
169
|
}
|
|
307
|
-
._Input-
|
|
170
|
+
._Input-radioGroupItems_bsxfo_93 {
|
|
308
171
|
display: flex;
|
|
309
172
|
border: 1px solid var(--puck-color-grey-09);
|
|
310
173
|
border-radius: 4px;
|
|
311
174
|
flex-wrap: wrap;
|
|
312
175
|
}
|
|
313
|
-
._Input-
|
|
176
|
+
._Input-radio_bsxfo_93 {
|
|
314
177
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
315
178
|
flex-grow: 1;
|
|
316
179
|
}
|
|
317
|
-
._Input-
|
|
180
|
+
._Input-radio_bsxfo_93:first-of-type {
|
|
318
181
|
border-bottom-left-radius: 4px;
|
|
319
182
|
border-top-left-radius: 4px;
|
|
320
183
|
}
|
|
321
|
-
._Input-
|
|
184
|
+
._Input-radio_bsxfo_93:first-of-type ._Input-radioInner_bsxfo_110 {
|
|
322
185
|
border-bottom-left-radius: 3px;
|
|
323
186
|
border-top-left-radius: 3px;
|
|
324
187
|
}
|
|
325
|
-
._Input-
|
|
188
|
+
._Input-radio_bsxfo_93:last-of-type {
|
|
326
189
|
border-bottom-right-radius: 4px;
|
|
327
190
|
border-inline-end: 0;
|
|
328
191
|
border-top-right-radius: 4px;
|
|
329
192
|
}
|
|
330
|
-
._Input-
|
|
193
|
+
._Input-radio_bsxfo_93:last-of-type ._Input-radioInner_bsxfo_110 {
|
|
331
194
|
border-bottom-right-radius: 3px;
|
|
332
195
|
border-top-right-radius: 3px;
|
|
333
196
|
}
|
|
334
|
-
._Input-
|
|
197
|
+
._Input-radioInner_bsxfo_110 {
|
|
335
198
|
background-color: var(--puck-color-white);
|
|
336
199
|
color: var(--puck-color-grey-04);
|
|
337
200
|
cursor: pointer;
|
|
@@ -340,32 +203,32 @@ select._Input-input_py9hf_26:dir(rtl) {
|
|
|
340
203
|
text-align: center;
|
|
341
204
|
transition: background-color 50ms ease-in;
|
|
342
205
|
}
|
|
343
|
-
._Input-
|
|
206
|
+
._Input-radio_bsxfo_93:has(:focus-visible) {
|
|
344
207
|
outline: 2px solid var(--puck-color-azure-05);
|
|
345
208
|
outline-offset: 2px;
|
|
346
209
|
position: relative;
|
|
347
210
|
}
|
|
348
211
|
@media (hover: hover) and (pointer: fine) {
|
|
349
|
-
._Input-
|
|
212
|
+
._Input-radioInner_bsxfo_110:hover {
|
|
350
213
|
background-color: var(--puck-color-azure-12);
|
|
351
214
|
transition: none;
|
|
352
215
|
}
|
|
353
216
|
}
|
|
354
|
-
._Input--
|
|
217
|
+
._Input--readOnly_bsxfo_82 ._Input-radioInner_bsxfo_110 {
|
|
355
218
|
background-color: var(--puck-color-white);
|
|
356
219
|
color: var(--puck-color-grey-04);
|
|
357
220
|
cursor: default;
|
|
358
221
|
}
|
|
359
|
-
._Input-
|
|
222
|
+
._Input-radio_bsxfo_93 ._Input-radioInput_bsxfo_155:checked ~ ._Input-radioInner_bsxfo_110 {
|
|
360
223
|
background-color: var(--puck-color-azure-11);
|
|
361
224
|
color: var(--puck-color-azure-04);
|
|
362
225
|
font-weight: 500;
|
|
363
226
|
}
|
|
364
|
-
._Input--
|
|
227
|
+
._Input--readOnly_bsxfo_82 ._Input-radioInput_bsxfo_155:checked ~ ._Input-radioInner_bsxfo_110 {
|
|
365
228
|
background-color: var(--puck-color-grey-11);
|
|
366
229
|
color: var(--puck-color-grey-04);
|
|
367
230
|
}
|
|
368
|
-
._Input-
|
|
231
|
+
._Input-radio_bsxfo_93 ._Input-radioInput_bsxfo_155 {
|
|
369
232
|
clip: rect(0 0 0 0);
|
|
370
233
|
clip-path: inset(100%);
|
|
371
234
|
height: 1px;
|
|
@@ -374,7 +237,7 @@ select._Input-input_py9hf_26:dir(rtl) {
|
|
|
374
237
|
white-space: nowrap;
|
|
375
238
|
width: 1px;
|
|
376
239
|
}
|
|
377
|
-
textarea._Input-
|
|
240
|
+
textarea._Input-input_bsxfo_26 {
|
|
378
241
|
margin-bottom: -4px;
|
|
379
242
|
}
|
|
380
243
|
|
|
@@ -1150,27 +1013,31 @@ textarea._Input-input_py9hf_26 {
|
|
|
1150
1013
|
}
|
|
1151
1014
|
|
|
1152
1015
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
|
|
1153
|
-
.
|
|
1016
|
+
._DraggableComponent_1vaqy_1 {
|
|
1154
1017
|
position: absolute;
|
|
1155
1018
|
pointer-events: none;
|
|
1156
1019
|
--overlay-background: color-mix( in srgb, var(--puck-color-azure-08) 30%, transparent );
|
|
1157
1020
|
}
|
|
1158
|
-
._DraggableComponent-
|
|
1159
|
-
cursor: pointer;
|
|
1021
|
+
._DraggableComponent-overlayWrapper_1vaqy_12 {
|
|
1160
1022
|
height: 100%;
|
|
1161
1023
|
width: 100%;
|
|
1162
1024
|
top: 0;
|
|
1163
|
-
outline: 2px var(--puck-color-azure-09) solid;
|
|
1164
|
-
outline-offset: -2px;
|
|
1165
1025
|
position: absolute;
|
|
1166
1026
|
pointer-events: none;
|
|
1167
1027
|
box-sizing: border-box;
|
|
1168
1028
|
z-index: 1;
|
|
1169
1029
|
}
|
|
1170
|
-
.
|
|
1030
|
+
._DraggableComponent-overlay_1vaqy_12 {
|
|
1031
|
+
cursor: pointer;
|
|
1032
|
+
height: 100%;
|
|
1033
|
+
outline: 2px var(--puck-color-azure-09) solid;
|
|
1034
|
+
outline-offset: -2px;
|
|
1035
|
+
width: 100%;
|
|
1036
|
+
}
|
|
1037
|
+
._DraggableComponent_1vaqy_1:focus-visible > ._DraggableComponent-overlayWrapper_1vaqy_12 {
|
|
1171
1038
|
outline: 1px solid var(--puck-color-azure-05);
|
|
1172
1039
|
}
|
|
1173
|
-
._DraggableComponent-
|
|
1040
|
+
._DraggableComponent-loadingOverlay_1vaqy_34 {
|
|
1174
1041
|
background: var(--puck-color-white);
|
|
1175
1042
|
color: var(--puck-color-grey-03);
|
|
1176
1043
|
border-radius: 4px;
|
|
@@ -1185,29 +1052,27 @@ textarea._Input-input_py9hf_26 {
|
|
|
1185
1052
|
opacity: 0.8;
|
|
1186
1053
|
z-index: 1;
|
|
1187
1054
|
}
|
|
1188
|
-
._DraggableComponent--
|
|
1055
|
+
._DraggableComponent--hover_1vaqy_50 > ._DraggableComponent-overlayWrapper_1vaqy_12 > ._DraggableComponent-overlay_1vaqy_12 {
|
|
1189
1056
|
background: var(--overlay-background);
|
|
1190
|
-
}
|
|
1191
|
-
._DraggableComponent--hover_qzbgx_45 > ._DraggableComponent-overlay_qzbgx_12 {
|
|
1192
1057
|
outline: 2px var(--puck-color-azure-09) solid;
|
|
1193
1058
|
}
|
|
1194
|
-
._DraggableComponent--
|
|
1059
|
+
._DraggableComponent--isSelected_1vaqy_57 > ._DraggableComponent-overlayWrapper_1vaqy_12 > ._DraggableComponent-overlay_1vaqy_12 {
|
|
1195
1060
|
outline-color: var(--puck-color-azure-07);
|
|
1196
1061
|
}
|
|
1197
|
-
.
|
|
1062
|
+
._DraggableComponent_1vaqy_1:has(._DraggableComponent--hover_1vaqy_50 > ._DraggableComponent-overlayWrapper_1vaqy_12) > ._DraggableComponent-overlayWrapper_1vaqy_12 {
|
|
1198
1063
|
display: none;
|
|
1199
1064
|
}
|
|
1200
|
-
._DraggableComponent-
|
|
1065
|
+
._DraggableComponent-actionsOverlay_1vaqy_71 {
|
|
1201
1066
|
position: sticky;
|
|
1202
1067
|
opacity: 0;
|
|
1203
1068
|
pointer-events: none;
|
|
1204
1069
|
z-index: 2;
|
|
1205
1070
|
}
|
|
1206
|
-
._DraggableComponent--
|
|
1071
|
+
._DraggableComponent--isSelected_1vaqy_57 ._DraggableComponent-actionsOverlay_1vaqy_71 {
|
|
1207
1072
|
opacity: 1;
|
|
1208
1073
|
pointer-events: auto;
|
|
1209
1074
|
}
|
|
1210
|
-
._DraggableComponent-
|
|
1075
|
+
._DraggableComponent-actions_1vaqy_71 {
|
|
1211
1076
|
position: absolute;
|
|
1212
1077
|
width: auto;
|
|
1213
1078
|
cursor: grab;
|
|
@@ -1307,212 +1172,63 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1307
1172
|
opacity: 0 !important;
|
|
1308
1173
|
}
|
|
1309
1174
|
|
|
1310
|
-
/*
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
flex-direction: column;
|
|
1315
|
-
color: var(--puck-color-black);
|
|
1316
|
-
}
|
|
1317
|
-
._SidebarSection_8boj8_1:last-of-type {
|
|
1318
|
-
flex-grow: 1;
|
|
1319
|
-
}
|
|
1320
|
-
._SidebarSection-title_8boj8_12 {
|
|
1321
|
-
background: var(--puck-color-white);
|
|
1322
|
-
padding: 16px;
|
|
1323
|
-
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1324
|
-
border-top: 1px solid var(--puck-color-grey-09);
|
|
1325
|
-
overflow-x: auto;
|
|
1326
|
-
}
|
|
1327
|
-
._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
|
|
1328
|
-
border-top: 0px;
|
|
1329
|
-
}
|
|
1330
|
-
._SidebarSection-content_8boj8_24 {
|
|
1331
|
-
padding: 16px;
|
|
1332
|
-
}
|
|
1333
|
-
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
|
|
1334
|
-
padding: 0px;
|
|
1335
|
-
}
|
|
1336
|
-
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
|
|
1337
|
-
padding-bottom: 4px;
|
|
1338
|
-
}
|
|
1339
|
-
._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
|
|
1340
|
-
border-bottom: none;
|
|
1341
|
-
flex-grow: 1;
|
|
1175
|
+
/* lib/overlay-portal/styles.css */
|
|
1176
|
+
[data-puck-overlay-portal],
|
|
1177
|
+
[data-puck-overlay-portal] * {
|
|
1178
|
+
pointer-events: auto !important;
|
|
1342
1179
|
}
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
border-radius: 2px;
|
|
1347
|
-
color: var(--puck-color-azure-04);
|
|
1348
|
-
cursor: pointer;
|
|
1349
|
-
font: inherit;
|
|
1350
|
-
flex-shrink: 0;
|
|
1351
|
-
padding: 0;
|
|
1352
|
-
transition: color 50ms ease-in;
|
|
1180
|
+
[data-puck-overlay-portal]:hover {
|
|
1181
|
+
outline: 2px var(--puck-color-azure-09) dashed;
|
|
1182
|
+
outline-offset: 2px;
|
|
1353
1183
|
}
|
|
1354
|
-
|
|
1355
|
-
outline: 2px
|
|
1184
|
+
[data-puck-overlay-portal]:focus-within {
|
|
1185
|
+
outline: 2px var(--puck-color-azure-07) solid;
|
|
1356
1186
|
outline-offset: 2px;
|
|
1357
1187
|
}
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1188
|
+
|
|
1189
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/InlineTextField/styles.module.css/#css-module-data */
|
|
1190
|
+
._InlineTextField_ilw2a_1 {
|
|
1191
|
+
cursor: text;
|
|
1192
|
+
display: inline-block;
|
|
1363
1193
|
}
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1194
|
+
[data-dnd-dragging] ._InlineTextField_ilw2a_1 {
|
|
1195
|
+
cursor: none;
|
|
1196
|
+
caret-color: transparent;
|
|
1367
1197
|
}
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
display: flex;
|
|
1371
|
-
gap: 4px;
|
|
1198
|
+
[data-dnd-dragging] ._InlineTextField_ilw2a_1::selection {
|
|
1199
|
+
display: none;
|
|
1372
1200
|
}
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1201
|
+
|
|
1202
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
|
|
1203
|
+
._PuckFields_10bh7_1 {
|
|
1204
|
+
position: relative;
|
|
1205
|
+
font-family: var(--puck-font-family);
|
|
1377
1206
|
}
|
|
1378
|
-
.
|
|
1379
|
-
|
|
1207
|
+
._PuckFields--isLoading_10bh7_6 {
|
|
1208
|
+
min-height: 48px;
|
|
1380
1209
|
}
|
|
1381
|
-
.
|
|
1210
|
+
._PuckFields-loadingOverlay_10bh7_10 {
|
|
1382
1211
|
background: var(--puck-color-white);
|
|
1383
1212
|
display: flex;
|
|
1384
|
-
justify-content:
|
|
1385
|
-
align-items:
|
|
1213
|
+
justify-content: flex-end;
|
|
1214
|
+
align-items: flex-start;
|
|
1386
1215
|
height: 100%;
|
|
1387
1216
|
width: 100%;
|
|
1388
|
-
top:
|
|
1217
|
+
top: 0px;
|
|
1389
1218
|
position: absolute;
|
|
1390
1219
|
z-index: 1;
|
|
1391
1220
|
pointer-events: all;
|
|
1392
1221
|
box-sizing: border-box;
|
|
1393
1222
|
opacity: 0.8;
|
|
1394
1223
|
}
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
overflow-x: hidden;
|
|
1401
|
-
}
|
|
1402
|
-
@media (min-width: 766px) {
|
|
1403
|
-
._Puck_dnlfp_19 {
|
|
1404
|
-
overflow-x: auto;
|
|
1405
|
-
}
|
|
1224
|
+
._PuckFields-loadingOverlayInner_10bh7_25 {
|
|
1225
|
+
display: flex;
|
|
1226
|
+
padding: 16px;
|
|
1227
|
+
position: sticky;
|
|
1228
|
+
top: 0;
|
|
1406
1229
|
}
|
|
1407
|
-
.
|
|
1408
|
-
|
|
1409
|
-
z-index: 2;
|
|
1410
|
-
}
|
|
1411
|
-
._PuckLayout-inner_dnlfp_38 {
|
|
1412
|
-
--puck-frame-width: auto;
|
|
1413
|
-
--puck-side-bar-width: 0px;
|
|
1414
|
-
display: grid;
|
|
1415
|
-
grid-template-areas: "header header header" "left editor right";
|
|
1416
|
-
grid-template-columns: 0 var(--puck-frame-width) 0;
|
|
1417
|
-
grid-template-rows: min-content auto;
|
|
1418
|
-
height: 100dvh;
|
|
1419
|
-
position: relative;
|
|
1420
|
-
z-index: 0;
|
|
1421
|
-
}
|
|
1422
|
-
._PuckLayout--mounted_dnlfp_50 ._PuckLayout-inner_dnlfp_38 {
|
|
1423
|
-
--puck-side-bar-width: 186px;
|
|
1424
|
-
}
|
|
1425
|
-
._PuckLayout--leftSideBarVisible_dnlfp_54 ._PuckLayout-inner_dnlfp_38 {
|
|
1426
|
-
grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) 0;
|
|
1427
|
-
}
|
|
1428
|
-
._PuckLayout--rightSideBarVisible_dnlfp_60 ._PuckLayout-inner_dnlfp_38 {
|
|
1429
|
-
grid-template-columns: 0 var(--puck-frame-width) var(--puck-side-bar-width);
|
|
1430
|
-
}
|
|
1431
|
-
._PuckLayout--leftSideBarVisible_dnlfp_54._PuckLayout--rightSideBarVisible_dnlfp_60 ._PuckLayout-inner_dnlfp_38 {
|
|
1432
|
-
grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) var(--puck-side-bar-width);
|
|
1433
|
-
}
|
|
1434
|
-
@media (min-width: 458px) {
|
|
1435
|
-
._PuckLayout-mounted_dnlfp_74 ._PuckLayout-inner_dnlfp_38 {
|
|
1436
|
-
--puck-frame-width: minmax(266px, auto);
|
|
1437
|
-
}
|
|
1438
|
-
}
|
|
1439
|
-
@media (min-width: 638px) {
|
|
1440
|
-
._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
|
|
1441
|
-
--puck-side-bar-width: minmax(186px, 250px);
|
|
1442
|
-
}
|
|
1443
|
-
}
|
|
1444
|
-
@media (min-width: 766px) {
|
|
1445
|
-
._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
|
|
1446
|
-
--puck-frame-width: auto;
|
|
1447
|
-
}
|
|
1448
|
-
}
|
|
1449
|
-
@media (min-width: 990px) {
|
|
1450
|
-
._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
|
|
1451
|
-
--puck-side-bar-width: 256px;
|
|
1452
|
-
}
|
|
1453
|
-
}
|
|
1454
|
-
@media (min-width: 1198px) {
|
|
1455
|
-
._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
|
|
1456
|
-
--puck-side-bar-width: 274px;
|
|
1457
|
-
}
|
|
1458
|
-
}
|
|
1459
|
-
@media (min-width: 1398px) {
|
|
1460
|
-
._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
|
|
1461
|
-
--puck-side-bar-width: 290px;
|
|
1462
|
-
}
|
|
1463
|
-
}
|
|
1464
|
-
@media (min-width: 1598px) {
|
|
1465
|
-
._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
|
|
1466
|
-
--puck-side-bar-width: 320px;
|
|
1467
|
-
}
|
|
1468
|
-
}
|
|
1469
|
-
._PuckLayout-leftSideBar_dnlfp_115 {
|
|
1470
|
-
background: var(--puck-color-grey-12);
|
|
1471
|
-
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1472
|
-
display: flex;
|
|
1473
|
-
flex-direction: column;
|
|
1474
|
-
grid-area: left;
|
|
1475
|
-
overflow-y: auto;
|
|
1476
|
-
}
|
|
1477
|
-
._PuckLayout-rightSideBar_dnlfp_124 {
|
|
1478
|
-
background: var(--puck-color-white);
|
|
1479
|
-
border-inline-start: 1px solid var(--puck-color-grey-09);
|
|
1480
|
-
display: flex;
|
|
1481
|
-
flex-direction: column;
|
|
1482
|
-
grid-area: right;
|
|
1483
|
-
overflow-y: auto;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
|
|
1487
|
-
._PuckFields_10bh7_1 {
|
|
1488
|
-
position: relative;
|
|
1489
|
-
font-family: var(--puck-font-family);
|
|
1490
|
-
}
|
|
1491
|
-
._PuckFields--isLoading_10bh7_6 {
|
|
1492
|
-
min-height: 48px;
|
|
1493
|
-
}
|
|
1494
|
-
._PuckFields-loadingOverlay_10bh7_10 {
|
|
1495
|
-
background: var(--puck-color-white);
|
|
1496
|
-
display: flex;
|
|
1497
|
-
justify-content: flex-end;
|
|
1498
|
-
align-items: flex-start;
|
|
1499
|
-
height: 100%;
|
|
1500
|
-
width: 100%;
|
|
1501
|
-
top: 0px;
|
|
1502
|
-
position: absolute;
|
|
1503
|
-
z-index: 1;
|
|
1504
|
-
pointer-events: all;
|
|
1505
|
-
box-sizing: border-box;
|
|
1506
|
-
opacity: 0.8;
|
|
1507
|
-
}
|
|
1508
|
-
._PuckFields-loadingOverlayInner_10bh7_25 {
|
|
1509
|
-
display: flex;
|
|
1510
|
-
padding: 16px;
|
|
1511
|
-
position: sticky;
|
|
1512
|
-
top: 0;
|
|
1513
|
-
}
|
|
1514
|
-
._PuckFields-field_10bh7_32 * {
|
|
1515
|
-
box-sizing: border-box;
|
|
1230
|
+
._PuckFields-field_10bh7_32 * {
|
|
1231
|
+
box-sizing: border-box;
|
|
1516
1232
|
}
|
|
1517
1233
|
._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
|
|
1518
1234
|
color: var(--puck-color-grey-04);
|
|
@@ -1688,111 +1404,91 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1688
1404
|
margin-top: 4px;
|
|
1689
1405
|
}
|
|
1690
1406
|
|
|
1691
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/
|
|
1692
|
-
.
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
border-inline-start: 2px solid var(--puck-color-grey-11);
|
|
1697
|
-
justify-content: center;
|
|
1698
|
-
gap: 8px;
|
|
1699
|
-
min-width: 358px;
|
|
1700
|
-
padding-bottom: 16px;
|
|
1701
|
-
padding-inline-start: var(--puck-space-px);
|
|
1702
|
-
padding-inline-end: var(--puck-space-px);
|
|
1703
|
-
z-index: 1;
|
|
1407
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
|
|
1408
|
+
._Puck_1rc26_19 {
|
|
1409
|
+
--puck-space-px: 16px;
|
|
1410
|
+
font-family: var(--puck-font-family);
|
|
1411
|
+
overflow-x: hidden;
|
|
1704
1412
|
}
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1413
|
+
@media (min-width: 766px) {
|
|
1414
|
+
._Puck_1rc26_19 {
|
|
1415
|
+
overflow-x: auto;
|
|
1416
|
+
}
|
|
1709
1417
|
}
|
|
1710
|
-
.
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
background-size: 10px;
|
|
1714
|
-
background-position: calc(100% - 12px) calc(50% + 3px);
|
|
1715
|
-
background-repeat: no-repeat;
|
|
1716
|
-
border: 0;
|
|
1717
|
-
font-size: var(--puck-font-size-xxxs);
|
|
1718
|
-
padding: 0;
|
|
1719
|
-
width: 96px;
|
|
1418
|
+
._Puck-portal_1rc26_31 {
|
|
1419
|
+
position: relative;
|
|
1420
|
+
z-index: 2;
|
|
1720
1421
|
}
|
|
1721
|
-
.
|
|
1722
|
-
|
|
1422
|
+
._PuckLayout-inner_1rc26_36 {
|
|
1423
|
+
--puck-frame-width: auto;
|
|
1424
|
+
--puck-side-bar-width: 0px;
|
|
1425
|
+
display: grid;
|
|
1426
|
+
grid-template-areas: "header header header header" "sidenav left editor right";
|
|
1427
|
+
grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
|
|
1428
|
+
grid-template-rows: min-content auto;
|
|
1429
|
+
height: 100dvh;
|
|
1430
|
+
position: relative;
|
|
1431
|
+
z-index: 0;
|
|
1723
1432
|
}
|
|
1724
|
-
.
|
|
1725
|
-
|
|
1433
|
+
._PuckLayout--mounted_1rc26_48 ._PuckLayout-inner_1rc26_36 {
|
|
1434
|
+
--puck-side-bar-width: 186px;
|
|
1435
|
+
--puck-left-side-bar-width: var( --puck-user-left-side-bar-width, --puck-side-bar-width );
|
|
1436
|
+
--puck-right-side-bar-width: var( --puck-user-right-side-bar-width, --puck-side-bar-width );
|
|
1437
|
+
--puck-side-nav-width: 68px;
|
|
1726
1438
|
}
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
._PuckCanvas_18jay_1 {
|
|
1730
|
-
background: var(--puck-color-grey-11);
|
|
1731
|
-
display: flex;
|
|
1732
|
-
grid-area: editor;
|
|
1733
|
-
flex-direction: column;
|
|
1734
|
-
padding: var(--puck-space-px);
|
|
1735
|
-
overflow: auto;
|
|
1439
|
+
._PuckLayout--leftSideBarVisible_1rc26_61 ._PuckLayout-inner_1rc26_36 {
|
|
1440
|
+
grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
|
|
1736
1441
|
}
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1442
|
+
._PuckLayout--rightSideBarVisible_1rc26_69 ._PuckLayout-inner_1rc26_36 {
|
|
1443
|
+
grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-side-bar-width);
|
|
1444
|
+
}
|
|
1445
|
+
._PuckLayout--leftSideBarVisible_1rc26_61._PuckLayout--rightSideBarVisible_1rc26_69 ._PuckLayout-inner_1rc26_36 {
|
|
1446
|
+
grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
|
|
1447
|
+
}
|
|
1448
|
+
@media (min-width: 458px) {
|
|
1449
|
+
._PuckLayout-mounted_1rc26_85 ._PuckLayout-inner_1rc26_36 {
|
|
1450
|
+
--puck-frame-width: minmax(266px, auto);
|
|
1741
1451
|
}
|
|
1742
|
-
|
|
1743
|
-
|
|
1452
|
+
}
|
|
1453
|
+
@media (min-width: 638px) {
|
|
1454
|
+
._PuckLayout_1rc26_36 ._PuckLayout-inner_1rc26_36 {
|
|
1455
|
+
--puck-side-bar-width: minmax(186px, 250px);
|
|
1744
1456
|
}
|
|
1745
1457
|
}
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
min-width: 358px;
|
|
1751
|
-
position: relative;
|
|
1752
|
-
width: 100%;
|
|
1458
|
+
@media (min-width: 766px) {
|
|
1459
|
+
._PuckLayout_1rc26_36 ._PuckLayout-inner_1rc26_36 {
|
|
1460
|
+
--puck-frame-width: auto;
|
|
1461
|
+
}
|
|
1753
1462
|
}
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
min-width: 321px;
|
|
1759
|
-
position: absolute;
|
|
1760
|
-
pointer-events: none;
|
|
1761
|
-
transform-origin: top;
|
|
1762
|
-
top: 0;
|
|
1763
|
-
bottom: 0;
|
|
1764
|
-
opacity: 0;
|
|
1463
|
+
@media (min-width: 990px) {
|
|
1464
|
+
._PuckLayout_1rc26_36 ._PuckLayout-inner_1rc26_36 {
|
|
1465
|
+
--puck-side-bar-width: 256px;
|
|
1466
|
+
}
|
|
1765
1467
|
}
|
|
1766
1468
|
@media (min-width: 1198px) {
|
|
1767
|
-
.
|
|
1768
|
-
|
|
1469
|
+
._PuckLayout_1rc26_36 ._PuckLayout-inner_1rc26_36 {
|
|
1470
|
+
--puck-side-bar-width: 274px;
|
|
1769
1471
|
}
|
|
1770
1472
|
}
|
|
1771
|
-
@media (
|
|
1772
|
-
.
|
|
1773
|
-
|
|
1473
|
+
@media (min-width: 1398px) {
|
|
1474
|
+
._PuckLayout_1rc26_36 ._PuckLayout-inner_1rc26_36 {
|
|
1475
|
+
--puck-side-bar-width: 290px;
|
|
1774
1476
|
}
|
|
1775
1477
|
}
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1478
|
+
@media (min-width: 1598px) {
|
|
1479
|
+
._PuckLayout_1rc26_36 ._PuckLayout-inner_1rc26_36 {
|
|
1480
|
+
--puck-side-bar-width: 320px;
|
|
1481
|
+
}
|
|
1779
1482
|
}
|
|
1780
|
-
.
|
|
1781
|
-
|
|
1782
|
-
color: var(--puck-color-grey-
|
|
1783
|
-
display: flex;
|
|
1784
|
-
height: 100%;
|
|
1785
|
-
justify-content: center;
|
|
1786
|
-
transition: opacity 250ms ease-out;
|
|
1787
|
-
opacity: 0;
|
|
1483
|
+
._PuckLayout-nav_1rc26_126 {
|
|
1484
|
+
border-right: 1px solid var(--puck-color-grey-09);
|
|
1485
|
+
background-color: var(--puck-color-grey-12);
|
|
1788
1486
|
}
|
|
1789
|
-
.
|
|
1790
|
-
|
|
1487
|
+
._PuckPluginTab_1rc26_131 {
|
|
1488
|
+
display: none;
|
|
1791
1489
|
}
|
|
1792
|
-
.
|
|
1793
|
-
|
|
1794
|
-
height: 0;
|
|
1795
|
-
transition: none;
|
|
1490
|
+
._PuckPluginTab--visible_1rc26_135 {
|
|
1491
|
+
display: block;
|
|
1796
1492
|
}
|
|
1797
1493
|
|
|
1798
1494
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
|
|
@@ -1840,7 +1536,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1840
1536
|
}
|
|
1841
1537
|
|
|
1842
1538
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
|
|
1843
|
-
.
|
|
1539
|
+
._PuckHeader_1ehbp_1 {
|
|
1844
1540
|
background: var(--puck-color-white);
|
|
1845
1541
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1846
1542
|
color: var(--puck-color-black);
|
|
@@ -1848,8 +1544,14 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1848
1544
|
position: relative;
|
|
1849
1545
|
max-width: 100vw;
|
|
1850
1546
|
}
|
|
1851
|
-
|
|
1547
|
+
@media (min-width: 638px) {
|
|
1548
|
+
._PuckHeader_1ehbp_1 {
|
|
1549
|
+
padding-left: 67px;
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
._PuckHeader-inner_1ehbp_16 {
|
|
1852
1553
|
align-items: end;
|
|
1554
|
+
border-left: 1px solid var(--puck-color-grey-09);
|
|
1853
1555
|
display: grid;
|
|
1854
1556
|
gap: var(--puck-space-px);
|
|
1855
1557
|
grid-template-areas: "left middle right";
|
|
@@ -1857,39 +1559,538 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1857
1559
|
grid-template-rows: auto;
|
|
1858
1560
|
padding: var(--puck-space-px);
|
|
1859
1561
|
}
|
|
1860
|
-
|
|
1562
|
+
@media (min-width: 638px) {
|
|
1563
|
+
._PuckHeader-inner_1ehbp_16 {
|
|
1564
|
+
border-left: 1px solid var(--puck-color-grey-09);
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
._PuckHeader-toggle_1ehbp_33 {
|
|
1861
1568
|
color: var(--puck-color-grey-05);
|
|
1862
1569
|
display: flex;
|
|
1863
1570
|
margin-inline-start: -4px;
|
|
1864
1571
|
padding-top: 2px;
|
|
1865
1572
|
}
|
|
1866
|
-
._PuckHeader--
|
|
1867
|
-
._PuckHeader--
|
|
1573
|
+
._PuckHeader--rightSideBarVisible_1ehbp_40 ._PuckHeader-rightSideBarToggle_1ehbp_40,
|
|
1574
|
+
._PuckHeader--leftSideBarVisible_1ehbp_41 ._PuckHeader-leftSideBarToggle_1ehbp_41 {
|
|
1868
1575
|
color: var(--puck-color-black);
|
|
1869
1576
|
}
|
|
1870
|
-
._PuckHeader-
|
|
1577
|
+
._PuckHeader-title_1ehbp_45 {
|
|
1871
1578
|
align-self: center;
|
|
1872
1579
|
}
|
|
1873
|
-
._PuckHeader-
|
|
1580
|
+
._PuckHeader-path_1ehbp_49 {
|
|
1874
1581
|
font-family: var(--puck-font-family-monospaced);
|
|
1875
1582
|
font-size: var(--puck-font-size-xxs);
|
|
1876
1583
|
font-weight: normal;
|
|
1877
1584
|
word-break: break-all;
|
|
1878
1585
|
}
|
|
1879
|
-
._PuckHeader-
|
|
1586
|
+
._PuckHeader-tools_1ehbp_56 {
|
|
1880
1587
|
display: flex;
|
|
1881
1588
|
gap: 16px;
|
|
1882
1589
|
justify-content: flex-end;
|
|
1883
1590
|
}
|
|
1884
|
-
._PuckHeader-
|
|
1591
|
+
._PuckHeader-menuButton_1ehbp_62 {
|
|
1885
1592
|
color: var(--puck-color-grey-05);
|
|
1886
1593
|
margin-inline-start: -4px;
|
|
1887
1594
|
}
|
|
1888
|
-
._PuckHeader--
|
|
1595
|
+
._PuckHeader--menuOpen_1ehbp_67 ._PuckHeader-menuButton_1ehbp_62 {
|
|
1889
1596
|
color: var(--puck-color-black);
|
|
1890
1597
|
}
|
|
1891
1598
|
@media (min-width: 638px) {
|
|
1892
|
-
._PuckHeader-
|
|
1599
|
+
._PuckHeader-menuButton_1ehbp_62 {
|
|
1893
1600
|
display: none;
|
|
1894
1601
|
}
|
|
1895
1602
|
}
|
|
1603
|
+
|
|
1604
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
|
1605
|
+
._SidebarSection_8boj8_1 {
|
|
1606
|
+
display: flex;
|
|
1607
|
+
position: relative;
|
|
1608
|
+
flex-direction: column;
|
|
1609
|
+
color: var(--puck-color-black);
|
|
1610
|
+
}
|
|
1611
|
+
._SidebarSection_8boj8_1:last-of-type {
|
|
1612
|
+
flex-grow: 1;
|
|
1613
|
+
}
|
|
1614
|
+
._SidebarSection-title_8boj8_12 {
|
|
1615
|
+
background: var(--puck-color-white);
|
|
1616
|
+
padding: 16px;
|
|
1617
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1618
|
+
border-top: 1px solid var(--puck-color-grey-09);
|
|
1619
|
+
overflow-x: auto;
|
|
1620
|
+
}
|
|
1621
|
+
._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
|
|
1622
|
+
border-top: 0px;
|
|
1623
|
+
}
|
|
1624
|
+
._SidebarSection-content_8boj8_24 {
|
|
1625
|
+
padding: 16px;
|
|
1626
|
+
}
|
|
1627
|
+
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
|
|
1628
|
+
padding: 0px;
|
|
1629
|
+
}
|
|
1630
|
+
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
|
|
1631
|
+
padding-bottom: 4px;
|
|
1632
|
+
}
|
|
1633
|
+
._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
|
|
1634
|
+
border-bottom: none;
|
|
1635
|
+
flex-grow: 1;
|
|
1636
|
+
}
|
|
1637
|
+
._SidebarSection-breadcrumbLabel_8boj8_41 {
|
|
1638
|
+
background: none;
|
|
1639
|
+
border: 0;
|
|
1640
|
+
border-radius: 2px;
|
|
1641
|
+
color: var(--puck-color-azure-04);
|
|
1642
|
+
cursor: pointer;
|
|
1643
|
+
font: inherit;
|
|
1644
|
+
flex-shrink: 0;
|
|
1645
|
+
padding: 0;
|
|
1646
|
+
transition: color 50ms ease-in;
|
|
1647
|
+
}
|
|
1648
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
|
|
1649
|
+
outline: 2px solid var(--puck-color-azure-05);
|
|
1650
|
+
outline-offset: 2px;
|
|
1651
|
+
}
|
|
1652
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1653
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:hover {
|
|
1654
|
+
color: var(--puck-color-azure-03);
|
|
1655
|
+
transition: none;
|
|
1656
|
+
}
|
|
1657
|
+
}
|
|
1658
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:active {
|
|
1659
|
+
color: var(--puck-color-azure-02);
|
|
1660
|
+
transition: none;
|
|
1661
|
+
}
|
|
1662
|
+
._SidebarSection-breadcrumbs_8boj8_70 {
|
|
1663
|
+
align-items: center;
|
|
1664
|
+
display: flex;
|
|
1665
|
+
gap: 4px;
|
|
1666
|
+
}
|
|
1667
|
+
._SidebarSection-breadcrumb_8boj8_41 {
|
|
1668
|
+
align-items: center;
|
|
1669
|
+
display: flex;
|
|
1670
|
+
gap: 4px;
|
|
1671
|
+
}
|
|
1672
|
+
._SidebarSection-heading_8boj8_82 {
|
|
1673
|
+
padding-inline-end: 16px;
|
|
1674
|
+
}
|
|
1675
|
+
._SidebarSection-loadingOverlay_8boj8_86 {
|
|
1676
|
+
background: var(--puck-color-white);
|
|
1677
|
+
display: flex;
|
|
1678
|
+
justify-content: center;
|
|
1679
|
+
align-items: center;
|
|
1680
|
+
height: 100%;
|
|
1681
|
+
width: 100%;
|
|
1682
|
+
top: 0;
|
|
1683
|
+
position: absolute;
|
|
1684
|
+
z-index: 1;
|
|
1685
|
+
pointer-events: all;
|
|
1686
|
+
box-sizing: border-box;
|
|
1687
|
+
opacity: 0.8;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
|
|
1691
|
+
._ViewportControls_gejzr_1 {
|
|
1692
|
+
display: flex;
|
|
1693
|
+
background: var(--puck-color-grey-11);
|
|
1694
|
+
box-sizing: border-box;
|
|
1695
|
+
border-inline-start: 2px solid var(--puck-color-grey-11);
|
|
1696
|
+
justify-content: center;
|
|
1697
|
+
gap: 8px;
|
|
1698
|
+
min-width: 358px;
|
|
1699
|
+
padding-bottom: 16px;
|
|
1700
|
+
padding-inline-start: var(--puck-space-px);
|
|
1701
|
+
padding-inline-end: var(--puck-space-px);
|
|
1702
|
+
z-index: 1;
|
|
1703
|
+
}
|
|
1704
|
+
._ViewportControls-divider_gejzr_15 {
|
|
1705
|
+
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1706
|
+
margin-inline-start: 8px;
|
|
1707
|
+
margin-inline-end: 8px;
|
|
1708
|
+
}
|
|
1709
|
+
._ViewportControls-zoomSelect_gejzr_21 {
|
|
1710
|
+
appearance: none;
|
|
1711
|
+
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
|
|
1712
|
+
background-size: 10px;
|
|
1713
|
+
background-position: calc(100% - 12px) calc(50% + 3px);
|
|
1714
|
+
background-repeat: no-repeat;
|
|
1715
|
+
border: 0;
|
|
1716
|
+
font-size: var(--puck-font-size-xxxs);
|
|
1717
|
+
padding: 0;
|
|
1718
|
+
width: 96px;
|
|
1719
|
+
}
|
|
1720
|
+
._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
|
|
1721
|
+
background-position: 12px calc(50% + 3px);
|
|
1722
|
+
}
|
|
1723
|
+
._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
|
|
1724
|
+
color: var(--puck-color-azure-04);
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
|
|
1728
|
+
._PuckCanvas_18jay_1 {
|
|
1729
|
+
background: var(--puck-color-grey-11);
|
|
1730
|
+
display: flex;
|
|
1731
|
+
grid-area: editor;
|
|
1732
|
+
flex-direction: column;
|
|
1733
|
+
padding: var(--puck-space-px);
|
|
1734
|
+
overflow: auto;
|
|
1735
|
+
}
|
|
1736
|
+
@media (min-width: 1198px) {
|
|
1737
|
+
._PuckCanvas_18jay_1 {
|
|
1738
|
+
padding: calc(var(--puck-space-px) * 1.5);
|
|
1739
|
+
padding-top: var(--puck-space-px);
|
|
1740
|
+
}
|
|
1741
|
+
._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
|
|
1742
|
+
padding-top: calc(var(--puck-space-px) * 1.5);
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
._PuckCanvas-inner_18jay_21 {
|
|
1746
|
+
display: flex;
|
|
1747
|
+
height: 100%;
|
|
1748
|
+
justify-content: center;
|
|
1749
|
+
min-width: 358px;
|
|
1750
|
+
position: relative;
|
|
1751
|
+
width: 100%;
|
|
1752
|
+
}
|
|
1753
|
+
._PuckCanvas-root_18jay_30 {
|
|
1754
|
+
background: white;
|
|
1755
|
+
border: 1px solid var(--puck-color-grey-09);
|
|
1756
|
+
box-sizing: content-box;
|
|
1757
|
+
min-width: 321px;
|
|
1758
|
+
position: absolute;
|
|
1759
|
+
pointer-events: none;
|
|
1760
|
+
transform-origin: top;
|
|
1761
|
+
top: 0;
|
|
1762
|
+
bottom: 0;
|
|
1763
|
+
opacity: 0;
|
|
1764
|
+
}
|
|
1765
|
+
@media (min-width: 1198px) {
|
|
1766
|
+
._PuckCanvas-root_18jay_30 {
|
|
1767
|
+
min-width: unset;
|
|
1768
|
+
}
|
|
1769
|
+
}
|
|
1770
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1771
|
+
._PuckCanvas-root_18jay_30 {
|
|
1772
|
+
transition: none !important;
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
|
|
1776
|
+
pointer-events: unset;
|
|
1777
|
+
opacity: 1;
|
|
1778
|
+
}
|
|
1779
|
+
._PuckCanvas-loader_18jay_60 {
|
|
1780
|
+
align-items: center;
|
|
1781
|
+
color: var(--puck-color-grey-06);
|
|
1782
|
+
display: flex;
|
|
1783
|
+
height: 100%;
|
|
1784
|
+
justify-content: center;
|
|
1785
|
+
transition: opacity 250ms ease-out;
|
|
1786
|
+
opacity: 0;
|
|
1787
|
+
}
|
|
1788
|
+
._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
|
|
1789
|
+
opacity: 1;
|
|
1790
|
+
}
|
|
1791
|
+
._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
|
|
1792
|
+
opacity: 0;
|
|
1793
|
+
height: 0;
|
|
1794
|
+
transition: none;
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
|
|
1798
|
+
@media (min-width: 766px) {
|
|
1799
|
+
._ResizeHandle_144bf_2 {
|
|
1800
|
+
position: absolute;
|
|
1801
|
+
width: 5px;
|
|
1802
|
+
height: 100%;
|
|
1803
|
+
cursor: col-resize;
|
|
1804
|
+
z-index: 10;
|
|
1805
|
+
background: transparent;
|
|
1806
|
+
top: 0;
|
|
1807
|
+
}
|
|
1808
|
+
._ResizeHandle_144bf_2:hover {
|
|
1809
|
+
background: rgba(0, 0, 0, 0.1);
|
|
1810
|
+
}
|
|
1811
|
+
._ResizeHandle--left_144bf_16 {
|
|
1812
|
+
right: -3px;
|
|
1813
|
+
}
|
|
1814
|
+
._ResizeHandle--right_144bf_20 {
|
|
1815
|
+
left: -3px;
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
/* components/Puck/components/ResizeHandle/styles.css */
|
|
1820
|
+
[data-resize-overlay] {
|
|
1821
|
+
position: fixed;
|
|
1822
|
+
top: 0;
|
|
1823
|
+
left: 0;
|
|
1824
|
+
right: 0;
|
|
1825
|
+
bottom: 0;
|
|
1826
|
+
z-index: 9999;
|
|
1827
|
+
cursor: col-resize;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
|
|
1831
|
+
._Sidebar_2pzs4_1 {
|
|
1832
|
+
position: relative;
|
|
1833
|
+
display: flex;
|
|
1834
|
+
flex-direction: column;
|
|
1835
|
+
overflow-y: auto;
|
|
1836
|
+
}
|
|
1837
|
+
._Sidebar--left_2pzs4_8 {
|
|
1838
|
+
background: var(--puck-color-grey-12);
|
|
1839
|
+
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1840
|
+
grid-area: left;
|
|
1841
|
+
padding: 16px;
|
|
1842
|
+
}
|
|
1843
|
+
._Sidebar--right_2pzs4_15 {
|
|
1844
|
+
background: var(--puck-color-white);
|
|
1845
|
+
border-inline-start: 1px solid var(--puck-color-grey-09);
|
|
1846
|
+
grid-area: right;
|
|
1847
|
+
}
|
|
1848
|
+
._Sidebar-resizeHandle_2pzs4_21 {
|
|
1849
|
+
position: absolute;
|
|
1850
|
+
height: 100%;
|
|
1851
|
+
}
|
|
1852
|
+
._Sidebar--left_2pzs4_8 + ._Sidebar-resizeHandle_2pzs4_21 {
|
|
1853
|
+
grid-area: left;
|
|
1854
|
+
justify-self: end;
|
|
1855
|
+
}
|
|
1856
|
+
._Sidebar--right_2pzs4_15 + ._Sidebar-resizeHandle_2pzs4_21 {
|
|
1857
|
+
grid-area: right;
|
|
1858
|
+
justify-self: start;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
|
|
1862
|
+
._Nav-list_b6txo_1 {
|
|
1863
|
+
list-style: none;
|
|
1864
|
+
margin: 0;
|
|
1865
|
+
padding: 0;
|
|
1866
|
+
}
|
|
1867
|
+
._NavSection_b6txo_7 {
|
|
1868
|
+
padding: 16px;
|
|
1869
|
+
}
|
|
1870
|
+
._NavSection_b6txo_7:first-of-type {
|
|
1871
|
+
padding-top: 32px;
|
|
1872
|
+
}
|
|
1873
|
+
._Nav--slim_b6txo_15 ._NavSection_b6txo_7 {
|
|
1874
|
+
padding-left: 0;
|
|
1875
|
+
padding-right: 0;
|
|
1876
|
+
}
|
|
1877
|
+
._Nav--slim_b6txo_15 ._NavSection_b6txo_7 + ._NavSection_b6txo_7 {
|
|
1878
|
+
border-top: 1px solid var(--puck-color-grey-09);
|
|
1879
|
+
}
|
|
1880
|
+
._NavSection-list_b6txo_24 {
|
|
1881
|
+
display: flex;
|
|
1882
|
+
flex-direction: column;
|
|
1883
|
+
list-style: none;
|
|
1884
|
+
margin: 0;
|
|
1885
|
+
padding: 0;
|
|
1886
|
+
}
|
|
1887
|
+
._Nav--slim_b6txo_15 ._NavSection-list_b6txo_24 {
|
|
1888
|
+
gap: 16px;
|
|
1889
|
+
}
|
|
1890
|
+
._NavSection-title_b6txo_36 {
|
|
1891
|
+
font-weight: 700;
|
|
1892
|
+
margin-bottom: 8px;
|
|
1893
|
+
padding-left: 8px;
|
|
1894
|
+
padding-right: 8px;
|
|
1895
|
+
}
|
|
1896
|
+
._Nav--slim_b6txo_15 ._NavSection-title_b6txo_36 {
|
|
1897
|
+
opacity: 0;
|
|
1898
|
+
}
|
|
1899
|
+
._NavItem-link_b6txo_47 {
|
|
1900
|
+
align-items: center;
|
|
1901
|
+
color: var(--puck-color-grey-03);
|
|
1902
|
+
display: flex;
|
|
1903
|
+
gap: 8px;
|
|
1904
|
+
text-decoration: none;
|
|
1905
|
+
cursor: pointer;
|
|
1906
|
+
border-radius: 4px;
|
|
1907
|
+
padding: 8px 4px;
|
|
1908
|
+
}
|
|
1909
|
+
._Nav--slim_b6txo_15 ._NavItem-link_b6txo_47 {
|
|
1910
|
+
border-left: 4px solid transparent;
|
|
1911
|
+
border-right: 4px solid transparent;
|
|
1912
|
+
border-radius: 0;
|
|
1913
|
+
flex-direction: column;
|
|
1914
|
+
font-size: var(--puck-font-size-xxxs);
|
|
1915
|
+
}
|
|
1916
|
+
._NavItem-linkIcon_b6txo_67 {
|
|
1917
|
+
height: 24px;
|
|
1918
|
+
width: 24px;
|
|
1919
|
+
}
|
|
1920
|
+
._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
|
|
1921
|
+
background-color: var(--puck-color-azure-10);
|
|
1922
|
+
color: var(--puck-color-azure-04);
|
|
1923
|
+
font-weight: 600;
|
|
1924
|
+
}
|
|
1925
|
+
._Nav--slim_b6txo_15 ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
|
|
1926
|
+
background-color: transparent;
|
|
1927
|
+
border-right-color: var(--puck-color-azure-04);
|
|
1928
|
+
border-top-right-radius: 0;
|
|
1929
|
+
border-bottom-right-radius: 0;
|
|
1930
|
+
font-weight: 600;
|
|
1931
|
+
}
|
|
1932
|
+
._NavItem_b6txo_47:not(._NavItem--active_b6txo_72) > ._NavItem-link_b6txo_47:hover {
|
|
1933
|
+
background-color: var(--puck-color-azure-11);
|
|
1934
|
+
color: var(--puck-color-azure-04);
|
|
1935
|
+
}
|
|
1936
|
+
._NavItem-list_b6txo_91 {
|
|
1937
|
+
border-left: 1px solid var(--puck-color-grey-09);
|
|
1938
|
+
display: flex;
|
|
1939
|
+
flex-direction: column;
|
|
1940
|
+
list-style: none;
|
|
1941
|
+
margin-top: 8px;
|
|
1942
|
+
margin-left: 4px;
|
|
1943
|
+
padding: 0;
|
|
1944
|
+
padding-left: 8px;
|
|
1945
|
+
}
|
|
1946
|
+
._Nav--slim_b6txo_15 ._NavItem-list_b6txo_91 {
|
|
1947
|
+
border-left: 0;
|
|
1948
|
+
padding-left: 0;
|
|
1949
|
+
margin-left: 0;
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
/* styles/color.css */
|
|
1953
|
+
:root {
|
|
1954
|
+
--puck-color-rose-01: #4a001c;
|
|
1955
|
+
--puck-color-rose-02: #670833;
|
|
1956
|
+
--puck-color-rose-03: #87114c;
|
|
1957
|
+
--puck-color-rose-04: #a81a66;
|
|
1958
|
+
--puck-color-rose-05: #bc5089;
|
|
1959
|
+
--puck-color-rose-06: #cc7ca5;
|
|
1960
|
+
--puck-color-rose-07: #d89aba;
|
|
1961
|
+
--puck-color-rose-08: #e3b8cf;
|
|
1962
|
+
--puck-color-rose-09: #efd6e3;
|
|
1963
|
+
--puck-color-rose-10: #f6eaf1;
|
|
1964
|
+
--puck-color-rose-11: #faf4f8;
|
|
1965
|
+
--puck-color-rose-12: #fef8fc;
|
|
1966
|
+
--puck-color-azure-01: #00175d;
|
|
1967
|
+
--puck-color-azure-02: #002c77;
|
|
1968
|
+
--puck-color-azure-03: #014292;
|
|
1969
|
+
--puck-color-azure-04: #0158ad;
|
|
1970
|
+
--puck-color-azure-05: #3479be;
|
|
1971
|
+
--puck-color-azure-06: #6499cf;
|
|
1972
|
+
--puck-color-azure-07: #88b0da;
|
|
1973
|
+
--puck-color-azure-08: #abc7e5;
|
|
1974
|
+
--puck-color-azure-09: #cfdff0;
|
|
1975
|
+
--puck-color-azure-10: #e7eef7;
|
|
1976
|
+
--puck-color-azure-11: #f3f6fb;
|
|
1977
|
+
--puck-color-azure-12: #f7faff;
|
|
1978
|
+
--puck-color-green-01: #002000;
|
|
1979
|
+
--puck-color-green-02: #043604;
|
|
1980
|
+
--puck-color-green-03: #084e08;
|
|
1981
|
+
--puck-color-green-04: #0c680c;
|
|
1982
|
+
--puck-color-green-05: #1d882f;
|
|
1983
|
+
--puck-color-green-06: #2faa53;
|
|
1984
|
+
--puck-color-green-07: #56c16f;
|
|
1985
|
+
--puck-color-green-08: #7dd78b;
|
|
1986
|
+
--puck-color-green-09: #b8e8bf;
|
|
1987
|
+
--puck-color-green-10: #ddf3e0;
|
|
1988
|
+
--puck-color-green-11: #eff8f0;
|
|
1989
|
+
--puck-color-green-12: #f3fcf4;
|
|
1990
|
+
--puck-color-yellow-01: #211000;
|
|
1991
|
+
--puck-color-yellow-02: #362700;
|
|
1992
|
+
--puck-color-yellow-03: #4c4000;
|
|
1993
|
+
--puck-color-yellow-04: #645a00;
|
|
1994
|
+
--puck-color-yellow-05: #877614;
|
|
1995
|
+
--puck-color-yellow-06: #ab9429;
|
|
1996
|
+
--puck-color-yellow-07: #bfac4e;
|
|
1997
|
+
--puck-color-yellow-08: #d4c474;
|
|
1998
|
+
--puck-color-yellow-09: #e6deb1;
|
|
1999
|
+
--puck-color-yellow-10: #f3efd9;
|
|
2000
|
+
--puck-color-yellow-11: #f9f7ed;
|
|
2001
|
+
--puck-color-yellow-12: #fcfaf0;
|
|
2002
|
+
--puck-color-red-01: #4c0000;
|
|
2003
|
+
--puck-color-red-02: #6a0a10;
|
|
2004
|
+
--puck-color-red-03: #8a1422;
|
|
2005
|
+
--puck-color-red-04: #ac1f35;
|
|
2006
|
+
--puck-color-red-05: #bf5366;
|
|
2007
|
+
--puck-color-red-06: #ce7e8e;
|
|
2008
|
+
--puck-color-red-07: #d99ca8;
|
|
2009
|
+
--puck-color-red-08: #e4b9c2;
|
|
2010
|
+
--puck-color-red-09: #efd7db;
|
|
2011
|
+
--puck-color-red-10: #f6eaec;
|
|
2012
|
+
--puck-color-red-11: #faf4f5;
|
|
2013
|
+
--puck-color-red-12: #fff9fa;
|
|
2014
|
+
--puck-color-grey-01: #181818;
|
|
2015
|
+
--puck-color-grey-02: #292929;
|
|
2016
|
+
--puck-color-grey-03: #404040;
|
|
2017
|
+
--puck-color-grey-04: #5a5a5a;
|
|
2018
|
+
--puck-color-grey-05: #767676;
|
|
2019
|
+
--puck-color-grey-06: #949494;
|
|
2020
|
+
--puck-color-grey-07: #ababab;
|
|
2021
|
+
--puck-color-grey-08: #c3c3c3;
|
|
2022
|
+
--puck-color-grey-09: #dcdcdc;
|
|
2023
|
+
--puck-color-grey-10: #efefef;
|
|
2024
|
+
--puck-color-grey-11: #f5f5f5;
|
|
2025
|
+
--puck-color-grey-12: #fafafa;
|
|
2026
|
+
--puck-color-black: #000000;
|
|
2027
|
+
--puck-color-white: #ffffff;
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
/* styles/typography.css */
|
|
2031
|
+
:root {
|
|
2032
|
+
--puck-font-size-scale-base-unitless: 12;
|
|
2033
|
+
--puck-font-size-xxxs-unitless: 12;
|
|
2034
|
+
--puck-font-size-xxs-unitless: 14;
|
|
2035
|
+
--puck-font-size-xs-unitless: 16;
|
|
2036
|
+
--puck-font-size-s-unitless: 18;
|
|
2037
|
+
--puck-font-size-m-unitless: 21;
|
|
2038
|
+
--puck-font-size-l-unitless: 24;
|
|
2039
|
+
--puck-font-size-xl-unitless: 28;
|
|
2040
|
+
--puck-font-size-xxl-unitless: 36;
|
|
2041
|
+
--puck-font-size-xxxl-unitless: 48;
|
|
2042
|
+
--puck-font-size-xxxxl-unitless: 56;
|
|
2043
|
+
--puck-font-size-xxxs: calc(1rem * var(--puck-font-size-xxxs-unitless) / 16);
|
|
2044
|
+
--puck-font-size-xxs: calc(1rem * var(--puck-font-size-xxs-unitless) / 16);
|
|
2045
|
+
--puck-font-size-xs: calc(1rem * var(--puck-font-size-xs-unitless) / 16);
|
|
2046
|
+
--puck-font-size-s: calc(1rem * var(--puck-font-size-s-unitless) / 16);
|
|
2047
|
+
--puck-font-size-m: calc(1rem * var(--puck-font-size-m-unitless) / 16);
|
|
2048
|
+
--puck-font-size-l: calc(1rem * var(--puck-font-size-l-unitless) / 16);
|
|
2049
|
+
--puck-font-size-xl: calc(1rem * var(--puck-font-size-xl-unitless) / 16);
|
|
2050
|
+
--puck-font-size-xxl: calc(1rem * var(--puck-font-size-xxl-unitless) / 16);
|
|
2051
|
+
--puck-font-size-xxxl: calc(1rem * var(--puck-font-size-xxxl-unitless) / 16);
|
|
2052
|
+
--puck-font-size-xxxxl: calc( 1rem * var(--puck-font-size-xxxxl-unitless) / 16 );
|
|
2053
|
+
--puck-font-size-base: var(--puck-font-size-xs);
|
|
2054
|
+
--line-height-reset: 1;
|
|
2055
|
+
--line-height-xs: calc( var(--space-m-unitless) / var(--puck-font-size-m-unitless) );
|
|
2056
|
+
--line-height-s: calc( var(--space-m-unitless) / var(--puck-font-size-s-unitless) );
|
|
2057
|
+
--line-height-m: calc( var(--space-m-unitless) / var(--puck-font-size-xs-unitless) );
|
|
2058
|
+
--line-height-l: calc( var(--space-m-unitless) / var(--puck-font-size-xxs-unitless) );
|
|
2059
|
+
--line-height-xl: calc( var(--space-m-unitless) / var(--puck-font-size-scale-base-unitless) );
|
|
2060
|
+
--line-height-base: var(--line-height-m);
|
|
2061
|
+
--fallback-font-stack:
|
|
2062
|
+
-apple-system,
|
|
2063
|
+
BlinkMacSystemFont,
|
|
2064
|
+
Segoe UI,
|
|
2065
|
+
Helvetica Neue,
|
|
2066
|
+
sans-serif,
|
|
2067
|
+
Apple Color Emoji,
|
|
2068
|
+
Segoe UI Emoji,
|
|
2069
|
+
Segoe UI Symbol;
|
|
2070
|
+
--puck-font-family: Inter, var(--fallback-font-stack);
|
|
2071
|
+
--puck-font-family-monospaced:
|
|
2072
|
+
ui-monospace,
|
|
2073
|
+
"Cascadia Code",
|
|
2074
|
+
"Source Code Pro",
|
|
2075
|
+
Menlo,
|
|
2076
|
+
Consolas,
|
|
2077
|
+
"DejaVu Sans Mono",
|
|
2078
|
+
monospace;
|
|
2079
|
+
}
|
|
2080
|
+
@supports (font-variation-settings: normal) {
|
|
2081
|
+
:root {
|
|
2082
|
+
--puck-font-family: InterVariable, var(--fallback-font-stack);
|
|
2083
|
+
}
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
/* bundle/core.css */
|
|
2087
|
+
#frame-root {
|
|
2088
|
+
height: 1px;
|
|
2089
|
+
min-height: 100vh;
|
|
2090
|
+
}
|
|
2091
|
+
[data-puck-entry] {
|
|
2092
|
+
position: relative;
|
|
2093
|
+
z-index: 0;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
/* bundle/index.css */
|