@measured/puck 0.20.1-canary.d7404af9 → 0.20.1-canary.e58ac425
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-AMBEQM6V.mjs → chunk-DCZ7BU3G.mjs} +27 -27
- package/dist/index.css +319 -319
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +27 -27
- package/dist/index.mjs +1 -1
- package/dist/no-external.css +319 -319
- package/dist/no-external.d.mts +1 -1
- package/dist/no-external.d.ts +1 -1
- package/dist/no-external.js +27 -27
- package/dist/no-external.mjs +1 -1
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/{walk-tree-CiAkCQEp.d.mts → walk-tree-DLGdRZVT.d.mts} +2 -2
- package/dist/{walk-tree-CiAkCQEp.d.ts → walk-tree-DLGdRZVT.d.ts} +2 -2
- package/package.json +20 -1
package/dist/no-external.css
CHANGED
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
/* bundle/no-external.css */
|
|
146
146
|
|
|
147
147
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ActionBar/styles.module.css/#css-module-data */
|
|
148
|
-
.
|
|
148
|
+
._ActionBar_rvadt_1 {
|
|
149
149
|
align-items: center;
|
|
150
150
|
cursor: default;
|
|
151
151
|
display: flex;
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
font-family: var(--puck-font-family);
|
|
162
162
|
min-height: 26px;
|
|
163
163
|
}
|
|
164
|
-
.
|
|
164
|
+
._ActionBar-label_rvadt_18 {
|
|
165
165
|
color: var(--puck-color-grey-08);
|
|
166
166
|
font-size: var(--puck-font-size-xxxs);
|
|
167
167
|
font-weight: 500;
|
|
@@ -172,13 +172,13 @@
|
|
|
172
172
|
text-overflow: ellipsis;
|
|
173
173
|
white-space: nowrap;
|
|
174
174
|
}
|
|
175
|
-
.
|
|
175
|
+
._ActionBar-action_rvadt_30 + ._ActionBar-label_rvadt_18 {
|
|
176
176
|
padding-inline-start: 0;
|
|
177
177
|
}
|
|
178
|
-
.
|
|
178
|
+
._ActionBar-label_rvadt_18 + ._ActionBar-action_rvadt_30 {
|
|
179
179
|
margin-inline-start: -4px;
|
|
180
180
|
}
|
|
181
|
-
.
|
|
181
|
+
._ActionBar-group_rvadt_38 {
|
|
182
182
|
align-items: center;
|
|
183
183
|
border-inline-start: 0.5px solid var(--puck-color-grey-05);
|
|
184
184
|
display: flex;
|
|
@@ -186,13 +186,13 @@
|
|
|
186
186
|
padding-inline-start: 4px;
|
|
187
187
|
padding-inline-end: 4px;
|
|
188
188
|
}
|
|
189
|
-
.
|
|
189
|
+
._ActionBar-group_rvadt_38:first-of-type {
|
|
190
190
|
border-inline-start: 0;
|
|
191
191
|
}
|
|
192
|
-
.
|
|
192
|
+
._ActionBar-group_rvadt_38:empty {
|
|
193
193
|
display: none;
|
|
194
194
|
}
|
|
195
|
-
.
|
|
195
|
+
._ActionBar-action_rvadt_30 {
|
|
196
196
|
background: transparent;
|
|
197
197
|
border: none;
|
|
198
198
|
color: var(--puck-color-grey-08);
|
|
@@ -207,32 +207,32 @@
|
|
|
207
207
|
justify-content: center;
|
|
208
208
|
transition: color 50ms ease-in;
|
|
209
209
|
}
|
|
210
|
-
.
|
|
210
|
+
._ActionBar-action_rvadt_30 svg {
|
|
211
211
|
max-width: none !important;
|
|
212
212
|
}
|
|
213
|
-
.
|
|
213
|
+
._ActionBar-action_rvadt_30:focus-visible {
|
|
214
214
|
outline: 2px solid var(--puck-color-azure-05);
|
|
215
215
|
outline-offset: -2px;
|
|
216
216
|
}
|
|
217
217
|
@media (hover: hover) and (pointer: fine) {
|
|
218
|
-
.
|
|
218
|
+
._ActionBar-action_rvadt_30:hover {
|
|
219
219
|
color: var(--puck-color-azure-06);
|
|
220
220
|
transition: none;
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
|
-
.
|
|
223
|
+
._ActionBar-action_rvadt_30:active {
|
|
224
224
|
color: var(--puck-color-azure-07);
|
|
225
225
|
transition: none;
|
|
226
226
|
}
|
|
227
|
-
.
|
|
227
|
+
._ActionBar-group_rvadt_38 * {
|
|
228
228
|
margin: 0;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/styles.module.css/#css-module-data */
|
|
232
|
-
.
|
|
232
|
+
._InputWrapper_bsxfo_1 + ._InputWrapper_bsxfo_1 {
|
|
233
233
|
margin-top: 12px;
|
|
234
234
|
}
|
|
235
|
-
.
|
|
235
|
+
._Input-label_bsxfo_5 {
|
|
236
236
|
align-items: center;
|
|
237
237
|
color: var(--puck-color-grey-04);
|
|
238
238
|
display: flex;
|
|
@@ -240,17 +240,17 @@
|
|
|
240
240
|
font-size: var(--puck-font-size-xxs);
|
|
241
241
|
font-weight: 600;
|
|
242
242
|
}
|
|
243
|
-
.
|
|
243
|
+
._Input-labelIcon_bsxfo_14 {
|
|
244
244
|
color: var(--puck-color-grey-07);
|
|
245
245
|
display: flex;
|
|
246
246
|
margin-inline-end: 4px;
|
|
247
247
|
padding-inline-start: 4px;
|
|
248
248
|
}
|
|
249
|
-
.
|
|
249
|
+
._Input-disabledIcon_bsxfo_21 {
|
|
250
250
|
color: var(--puck-color-grey-05);
|
|
251
251
|
margin-inline-start: auto;
|
|
252
252
|
}
|
|
253
|
-
.
|
|
253
|
+
._Input-input_bsxfo_26 {
|
|
254
254
|
background: var(--puck-color-white);
|
|
255
255
|
border-width: 1px;
|
|
256
256
|
border-style: solid;
|
|
@@ -265,11 +265,11 @@
|
|
|
265
265
|
max-width: 100%;
|
|
266
266
|
}
|
|
267
267
|
@media (min-width: 458px) {
|
|
268
|
-
.
|
|
268
|
+
._Input-input_bsxfo_26 {
|
|
269
269
|
font-size: 14px;
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
|
-
select.
|
|
272
|
+
select._Input-input_bsxfo_26 {
|
|
273
273
|
appearance: none;
|
|
274
274
|
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;
|
|
275
275
|
background-size: 12px;
|
|
@@ -278,29 +278,29 @@ select.Input-input {
|
|
|
278
278
|
background-color: var(--puck-color-white);
|
|
279
279
|
cursor: pointer;
|
|
280
280
|
}
|
|
281
|
-
select.
|
|
281
|
+
select._Input-input_bsxfo_26:dir(rtl) {
|
|
282
282
|
background-position: 12px calc(50% + 3px);
|
|
283
283
|
}
|
|
284
284
|
@media (hover: hover) and (pointer: fine) {
|
|
285
|
-
.
|
|
286
|
-
.
|
|
285
|
+
._Input_bsxfo_1:has(> input):hover ._Input-input_bsxfo_26:not([readonly]),
|
|
286
|
+
._Input_bsxfo_1:has(> textarea):hover ._Input-input_bsxfo_26:not([readonly]) {
|
|
287
287
|
border-color: var(--puck-color-grey-05);
|
|
288
288
|
transition: none;
|
|
289
289
|
}
|
|
290
|
-
.
|
|
290
|
+
._Input_bsxfo_1:has(> select):hover ._Input-input_bsxfo_26:not([disabled]) {
|
|
291
291
|
background-color: var(--puck-color-azure-12);
|
|
292
292
|
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>");
|
|
293
293
|
border-color: var(--puck-color-grey-05);
|
|
294
294
|
transition: none;
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
|
-
.
|
|
297
|
+
._Input-input_bsxfo_26:focus {
|
|
298
298
|
border-color: var(--puck-color-grey-05);
|
|
299
299
|
outline: 2px solid var(--puck-color-azure-05);
|
|
300
300
|
transition: none;
|
|
301
301
|
}
|
|
302
|
-
.
|
|
303
|
-
.
|
|
302
|
+
._Input--readOnly_bsxfo_82 > ._Input-input_bsxfo_26,
|
|
303
|
+
._Input--readOnly_bsxfo_82 > select._Input-input_bsxfo_26 {
|
|
304
304
|
background-color: var(--puck-color-grey-11);
|
|
305
305
|
border-color: var(--puck-color-grey-09);
|
|
306
306
|
color: var(--puck-color-grey-04);
|
|
@@ -309,34 +309,34 @@ select.Input-input:dir(rtl) {
|
|
|
309
309
|
outline: 0;
|
|
310
310
|
transition: none;
|
|
311
311
|
}
|
|
312
|
-
.
|
|
312
|
+
._Input-radioGroupItems_bsxfo_93 {
|
|
313
313
|
display: flex;
|
|
314
314
|
border: 1px solid var(--puck-color-grey-09);
|
|
315
315
|
border-radius: 4px;
|
|
316
316
|
flex-wrap: wrap;
|
|
317
317
|
}
|
|
318
|
-
.
|
|
318
|
+
._Input-radio_bsxfo_93 {
|
|
319
319
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
320
320
|
flex-grow: 1;
|
|
321
321
|
}
|
|
322
|
-
.
|
|
322
|
+
._Input-radio_bsxfo_93:first-of-type {
|
|
323
323
|
border-bottom-left-radius: 4px;
|
|
324
324
|
border-top-left-radius: 4px;
|
|
325
325
|
}
|
|
326
|
-
.
|
|
326
|
+
._Input-radio_bsxfo_93:first-of-type ._Input-radioInner_bsxfo_110 {
|
|
327
327
|
border-bottom-left-radius: 3px;
|
|
328
328
|
border-top-left-radius: 3px;
|
|
329
329
|
}
|
|
330
|
-
.
|
|
330
|
+
._Input-radio_bsxfo_93:last-of-type {
|
|
331
331
|
border-bottom-right-radius: 4px;
|
|
332
332
|
border-inline-end: 0;
|
|
333
333
|
border-top-right-radius: 4px;
|
|
334
334
|
}
|
|
335
|
-
.
|
|
335
|
+
._Input-radio_bsxfo_93:last-of-type ._Input-radioInner_bsxfo_110 {
|
|
336
336
|
border-bottom-right-radius: 3px;
|
|
337
337
|
border-top-right-radius: 3px;
|
|
338
338
|
}
|
|
339
|
-
.
|
|
339
|
+
._Input-radioInner_bsxfo_110 {
|
|
340
340
|
background-color: var(--puck-color-white);
|
|
341
341
|
color: var(--puck-color-grey-04);
|
|
342
342
|
cursor: pointer;
|
|
@@ -345,32 +345,32 @@ select.Input-input:dir(rtl) {
|
|
|
345
345
|
text-align: center;
|
|
346
346
|
transition: background-color 50ms ease-in;
|
|
347
347
|
}
|
|
348
|
-
.
|
|
348
|
+
._Input-radio_bsxfo_93:has(:focus-visible) {
|
|
349
349
|
outline: 2px solid var(--puck-color-azure-05);
|
|
350
350
|
outline-offset: 2px;
|
|
351
351
|
position: relative;
|
|
352
352
|
}
|
|
353
353
|
@media (hover: hover) and (pointer: fine) {
|
|
354
|
-
.
|
|
354
|
+
._Input-radioInner_bsxfo_110:hover {
|
|
355
355
|
background-color: var(--puck-color-azure-12);
|
|
356
356
|
transition: none;
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
|
-
.
|
|
359
|
+
._Input--readOnly_bsxfo_82 ._Input-radioInner_bsxfo_110 {
|
|
360
360
|
background-color: var(--puck-color-white);
|
|
361
361
|
color: var(--puck-color-grey-04);
|
|
362
362
|
cursor: default;
|
|
363
363
|
}
|
|
364
|
-
.
|
|
364
|
+
._Input-radio_bsxfo_93 ._Input-radioInput_bsxfo_155:checked ~ ._Input-radioInner_bsxfo_110 {
|
|
365
365
|
background-color: var(--puck-color-azure-11);
|
|
366
366
|
color: var(--puck-color-azure-04);
|
|
367
367
|
font-weight: 500;
|
|
368
368
|
}
|
|
369
|
-
.
|
|
369
|
+
._Input--readOnly_bsxfo_82 ._Input-radioInput_bsxfo_155:checked ~ ._Input-radioInner_bsxfo_110 {
|
|
370
370
|
background-color: var(--puck-color-grey-11);
|
|
371
371
|
color: var(--puck-color-grey-04);
|
|
372
372
|
}
|
|
373
|
-
.
|
|
373
|
+
._Input-radio_bsxfo_93 ._Input-radioInput_bsxfo_155 {
|
|
374
374
|
clip: rect(0 0 0 0);
|
|
375
375
|
clip-path: inset(100%);
|
|
376
376
|
height: 1px;
|
|
@@ -379,23 +379,23 @@ select.Input-input:dir(rtl) {
|
|
|
379
379
|
white-space: nowrap;
|
|
380
380
|
width: 1px;
|
|
381
381
|
}
|
|
382
|
-
textarea.
|
|
382
|
+
textarea._Input-input_bsxfo_26 {
|
|
383
383
|
margin-bottom: -4px;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
|
387
|
-
.
|
|
387
|
+
._ArrayField_14u8o_5 {
|
|
388
388
|
display: flex;
|
|
389
389
|
flex-direction: column;
|
|
390
390
|
background: var(--puck-color-azure-11);
|
|
391
391
|
border: 1px solid var(--puck-color-grey-09);
|
|
392
392
|
border-radius: 4px;
|
|
393
393
|
}
|
|
394
|
-
.
|
|
394
|
+
._ArrayField--isDraggingFrom_14u8o_13 {
|
|
395
395
|
background-color: var(--puck-color-azure-11);
|
|
396
396
|
overflow: hidden;
|
|
397
397
|
}
|
|
398
|
-
.
|
|
398
|
+
._ArrayField-addButton_14u8o_18 {
|
|
399
399
|
background-color: var(--puck-color-white);
|
|
400
400
|
border: none;
|
|
401
401
|
border-radius: 3px;
|
|
@@ -409,63 +409,63 @@ textarea.Input-input {
|
|
|
409
409
|
text-align: left;
|
|
410
410
|
transition: background-color 50ms ease-in;
|
|
411
411
|
}
|
|
412
|
-
.
|
|
412
|
+
._ArrayField--hasItems_14u8o_33 > ._ArrayField-addButton_14u8o_18 {
|
|
413
413
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
414
414
|
border-top-left-radius: 0;
|
|
415
415
|
border-top-right-radius: 0;
|
|
416
416
|
}
|
|
417
|
-
.
|
|
417
|
+
._ArrayField-addButton_14u8o_18:focus-visible {
|
|
418
418
|
outline: 2px solid var(--puck-color-azure-05);
|
|
419
419
|
outline-offset: 2px;
|
|
420
420
|
position: relative;
|
|
421
421
|
}
|
|
422
422
|
@media (hover: hover) and (pointer: fine) {
|
|
423
|
-
.
|
|
423
|
+
._ArrayField_14u8o_5:not(._ArrayField--isDraggingFrom_14u8o_13) > ._ArrayField-addButton_14u8o_18:hover {
|
|
424
424
|
background: var(--puck-color-azure-12);
|
|
425
425
|
color: var(--puck-color-azure-04);
|
|
426
426
|
transition: none;
|
|
427
427
|
}
|
|
428
428
|
}
|
|
429
|
-
.
|
|
429
|
+
._ArrayField_14u8o_5:not(._ArrayField--isDraggingFrom_14u8o_13) > ._ArrayField-addButton_14u8o_18:active {
|
|
430
430
|
background: var(--puck-color-azure-11);
|
|
431
431
|
color: var(--puck-color-azure-04);
|
|
432
432
|
transition: none;
|
|
433
433
|
}
|
|
434
|
-
.
|
|
434
|
+
._ArrayField-inner_14u8o_59 {
|
|
435
435
|
margin-top: -1px;
|
|
436
436
|
}
|
|
437
|
-
.
|
|
437
|
+
._ArrayFieldItem_14u8o_67 {
|
|
438
438
|
border-top-left-radius: 3px;
|
|
439
439
|
border-top-right-radius: 3px;
|
|
440
440
|
display: block;
|
|
441
441
|
position: relative;
|
|
442
442
|
}
|
|
443
|
-
.
|
|
443
|
+
._ArrayFieldItem_14u8o_67 {
|
|
444
444
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
445
445
|
}
|
|
446
|
-
.
|
|
446
|
+
._ArrayFieldItem--isDragging_14u8o_78 {
|
|
447
447
|
border-top: transparent;
|
|
448
448
|
}
|
|
449
|
-
.
|
|
449
|
+
._ArrayFieldItem--isExpanded_14u8o_82::before {
|
|
450
450
|
display: none;
|
|
451
451
|
}
|
|
452
|
-
.
|
|
452
|
+
._ArrayFieldItem--isExpanded_14u8o_82 {
|
|
453
453
|
border-bottom: 0;
|
|
454
454
|
outline-offset: 0px !important;
|
|
455
455
|
outline: 1px solid var(--puck-color-azure-07) !important;
|
|
456
456
|
z-index: 2;
|
|
457
457
|
}
|
|
458
|
-
.
|
|
458
|
+
._ArrayFieldItem--isDragging_14u8o_78 {
|
|
459
459
|
outline: 2px var(--puck-color-azure-09) solid !important;
|
|
460
460
|
}
|
|
461
|
-
.
|
|
461
|
+
._ArrayFieldItem--isDragging_14u8o_78 ._ArrayFieldItem-summary_14u8o_97:active {
|
|
462
462
|
background-color: var(--puck-color-white);
|
|
463
463
|
}
|
|
464
|
-
.
|
|
464
|
+
._ArrayFieldItem_14u8o_67 + ._ArrayFieldItem_14u8o_67 {
|
|
465
465
|
border-top-left-radius: 0;
|
|
466
466
|
border-top-right-radius: 0;
|
|
467
467
|
}
|
|
468
|
-
.
|
|
468
|
+
._ArrayFieldItem-summary_14u8o_97 {
|
|
469
469
|
background: var(--puck-color-white);
|
|
470
470
|
color: var(--puck-color-grey-04);
|
|
471
471
|
cursor: pointer;
|
|
@@ -480,70 +480,70 @@ textarea.Input-input {
|
|
|
480
480
|
overflow: hidden;
|
|
481
481
|
transition: background-color 50ms ease-in;
|
|
482
482
|
}
|
|
483
|
-
.
|
|
483
|
+
._ArrayFieldItem_14u8o_67:first-of-type > ._ArrayFieldItem-summary_14u8o_97 {
|
|
484
484
|
border-top-left-radius: 3px;
|
|
485
485
|
border-top-right-radius: 3px;
|
|
486
486
|
}
|
|
487
|
-
.
|
|
487
|
+
._ArrayField--addDisabled_14u8o_127 > ._ArrayField-inner_14u8o_59 > ._ArrayFieldItem_14u8o_67:last-of-type:not(._ArrayFieldItem--isExpanded_14u8o_82) > ._ArrayFieldItem-summary_14u8o_97 {
|
|
488
488
|
border-bottom-left-radius: 3px;
|
|
489
489
|
border-bottom-right-radius: 3px;
|
|
490
490
|
}
|
|
491
|
-
.
|
|
491
|
+
._ArrayField--addDisabled_14u8o_127 > ._ArrayField-inner_14u8o_59 > ._ArrayFieldItem--isExpanded_14u8o_82:last-of-type {
|
|
492
492
|
border-bottom-left-radius: 3px;
|
|
493
493
|
border-bottom-right-radius: 3px;
|
|
494
494
|
}
|
|
495
|
-
.
|
|
495
|
+
._ArrayFieldItem-summary_14u8o_97:focus-visible {
|
|
496
496
|
outline: 2px solid var(--puck-color-azure-05);
|
|
497
497
|
outline-offset: 2px;
|
|
498
498
|
}
|
|
499
499
|
@media (hover: hover) and (pointer: fine) {
|
|
500
|
-
.
|
|
500
|
+
._ArrayFieldItem-summary_14u8o_97:hover {
|
|
501
501
|
background-color: var(--puck-color-azure-12);
|
|
502
502
|
transition: none;
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
|
-
.
|
|
505
|
+
._ArrayFieldItem-summary_14u8o_97:active {
|
|
506
506
|
background-color: var(--puck-color-azure-11);
|
|
507
507
|
transition: none;
|
|
508
508
|
}
|
|
509
|
-
.
|
|
509
|
+
._ArrayFieldItem--isExpanded_14u8o_82 > ._ArrayFieldItem-summary_14u8o_97 {
|
|
510
510
|
background: var(--puck-color-azure-11);
|
|
511
511
|
color: var(--puck-color-azure-04);
|
|
512
512
|
font-weight: 600;
|
|
513
513
|
transition: none;
|
|
514
514
|
}
|
|
515
|
-
.
|
|
515
|
+
._ArrayFieldItem-body_14u8o_166 {
|
|
516
516
|
background: var(--puck-color-white);
|
|
517
517
|
display: none;
|
|
518
518
|
}
|
|
519
|
-
.
|
|
519
|
+
._ArrayFieldItem--isExpanded_14u8o_82 > ._ArrayFieldItem-body_14u8o_166 {
|
|
520
520
|
display: block;
|
|
521
521
|
}
|
|
522
|
-
.
|
|
522
|
+
._ArrayFieldItem-fieldset_14u8o_175 {
|
|
523
523
|
border: none;
|
|
524
524
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
525
525
|
margin: 0;
|
|
526
526
|
min-width: 0;
|
|
527
527
|
padding: 16px 15px;
|
|
528
528
|
}
|
|
529
|
-
.
|
|
529
|
+
._ArrayFieldItem-rhs_14u8o_183 {
|
|
530
530
|
display: flex;
|
|
531
531
|
gap: 4px;
|
|
532
532
|
align-items: center;
|
|
533
533
|
}
|
|
534
|
-
.
|
|
534
|
+
._ArrayFieldItem-actions_14u8o_189 {
|
|
535
535
|
color: var(--puck-color-grey-04);
|
|
536
536
|
display: flex;
|
|
537
537
|
gap: 4px;
|
|
538
538
|
opacity: 0;
|
|
539
539
|
}
|
|
540
|
-
.
|
|
541
|
-
.
|
|
540
|
+
._ArrayFieldItem-summary_14u8o_97:focus-within > ._ArrayFieldItem-rhs_14u8o_183 > ._ArrayFieldItem-actions_14u8o_189,
|
|
541
|
+
._ArrayFieldItem-summary_14u8o_97:hover > ._ArrayFieldItem-rhs_14u8o_183 > ._ArrayFieldItem-actions_14u8o_189 {
|
|
542
542
|
opacity: 1;
|
|
543
543
|
}
|
|
544
544
|
|
|
545
545
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/IconButton/IconButton.module.css/#css-module-data */
|
|
546
|
-
.
|
|
546
|
+
._IconButton_swpni_1 {
|
|
547
547
|
align-items: center;
|
|
548
548
|
background: transparent;
|
|
549
549
|
border: none;
|
|
@@ -555,23 +555,23 @@ textarea.Input-input {
|
|
|
555
555
|
padding: 4px;
|
|
556
556
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
557
557
|
}
|
|
558
|
-
.
|
|
558
|
+
._IconButton_swpni_1:focus-visible {
|
|
559
559
|
outline: 2px solid var(--puck-color-azure-05);
|
|
560
560
|
outline-offset: -2px;
|
|
561
561
|
}
|
|
562
562
|
@media (hover: hover) and (pointer: fine) {
|
|
563
|
-
.
|
|
563
|
+
._IconButton_swpni_1:hover:not(._IconButton--disabled_swpni_20) {
|
|
564
564
|
background: var(--puck-color-azure-12);
|
|
565
565
|
color: var(--puck-color-azure-04);
|
|
566
566
|
cursor: pointer;
|
|
567
567
|
transition: none;
|
|
568
568
|
}
|
|
569
569
|
}
|
|
570
|
-
.
|
|
570
|
+
._IconButton_swpni_1:active {
|
|
571
571
|
background: var(--puck-color-azure-11);
|
|
572
572
|
transition: none;
|
|
573
573
|
}
|
|
574
|
-
.
|
|
574
|
+
._IconButton-title_swpni_33 {
|
|
575
575
|
clip: rect(0 0 0 0);
|
|
576
576
|
clip-path: inset(100%);
|
|
577
577
|
height: 1px;
|
|
@@ -580,12 +580,12 @@ textarea.Input-input {
|
|
|
580
580
|
white-space: nowrap;
|
|
581
581
|
width: 1px;
|
|
582
582
|
}
|
|
583
|
-
.
|
|
583
|
+
._IconButton--disabled_swpni_20 {
|
|
584
584
|
color: var(--puck-color-grey-07);
|
|
585
585
|
}
|
|
586
586
|
|
|
587
587
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Loader/styles.module.css/#css-module-data */
|
|
588
|
-
@keyframes
|
|
588
|
+
@keyframes _loader-animation_nacdm_1 {
|
|
589
589
|
0% {
|
|
590
590
|
transform: rotate(0deg) scale(1);
|
|
591
591
|
}
|
|
@@ -596,28 +596,28 @@ textarea.Input-input {
|
|
|
596
596
|
transform: rotate(360deg) scale(1);
|
|
597
597
|
}
|
|
598
598
|
}
|
|
599
|
-
.
|
|
599
|
+
._Loader_nacdm_13 {
|
|
600
600
|
background: transparent;
|
|
601
601
|
border-radius: 100%;
|
|
602
602
|
border: 2px solid currentColor;
|
|
603
603
|
border-bottom-color: transparent;
|
|
604
604
|
display: inline-block;
|
|
605
|
-
animation:
|
|
605
|
+
animation: _loader-animation_nacdm_1 1s 0s infinite linear;
|
|
606
606
|
animation-fill-mode: both;
|
|
607
607
|
}
|
|
608
608
|
|
|
609
609
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/DragIcon/styles.module.css/#css-module-data */
|
|
610
|
-
.
|
|
610
|
+
._DragIcon_17p8x_1 {
|
|
611
611
|
color: var(--puck-color-grey-05);
|
|
612
612
|
cursor: grab;
|
|
613
613
|
padding: 4px;
|
|
614
614
|
border-radius: 4px;
|
|
615
615
|
}
|
|
616
|
-
.
|
|
616
|
+
._DragIcon--disabled_17p8x_8 {
|
|
617
617
|
cursor: no-drop;
|
|
618
618
|
}
|
|
619
619
|
@media (hover: hover) and (pointer: fine) {
|
|
620
|
-
.
|
|
620
|
+
._DragIcon_17p8x_1:not(._DragIcon--disabled_17p8x_8):hover {
|
|
621
621
|
color: var(--puck-color-azure-05);
|
|
622
622
|
background-color: var(--puck-color-azure-12);
|
|
623
623
|
}
|
|
@@ -637,10 +637,10 @@ textarea.Input-input {
|
|
|
637
637
|
}
|
|
638
638
|
|
|
639
639
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ExternalInput/styles.module.css/#css-module-data */
|
|
640
|
-
.
|
|
640
|
+
._ExternalInput-actions_91ls0_1 {
|
|
641
641
|
display: flex;
|
|
642
642
|
}
|
|
643
|
-
.
|
|
643
|
+
._ExternalInput-button_91ls0_5 {
|
|
644
644
|
display: flex;
|
|
645
645
|
gap: 8px;
|
|
646
646
|
align-items: center;
|
|
@@ -658,16 +658,16 @@ textarea.Input-input {
|
|
|
658
658
|
overflow: hidden;
|
|
659
659
|
flex-grow: 1;
|
|
660
660
|
}
|
|
661
|
-
.
|
|
661
|
+
._ExternalInput--dataSelected_91ls0_24 ._ExternalInput-button_91ls0_5 {
|
|
662
662
|
color: var(--puck-color-grey-03);
|
|
663
663
|
display: block;
|
|
664
664
|
border-top-right-radius: 0px;
|
|
665
665
|
border-bottom-right-radius: 0px;
|
|
666
666
|
}
|
|
667
|
-
.
|
|
667
|
+
._ExternalInput--readOnly_91ls0_31 ._ExternalInput-button_91ls0_5 {
|
|
668
668
|
background-color: var(--puck-color-grey-11);
|
|
669
669
|
}
|
|
670
|
-
.
|
|
670
|
+
._ExternalInput-detachButton_91ls0_35 {
|
|
671
671
|
border: 1px solid var(--puck-color-grey-09);
|
|
672
672
|
border-top-right-radius: 4px;
|
|
673
673
|
border-bottom-right-radius: 4px;
|
|
@@ -682,28 +682,28 @@ textarea.Input-input {
|
|
|
682
682
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
683
683
|
margin-inline-start: -1px;
|
|
684
684
|
}
|
|
685
|
-
.
|
|
686
|
-
.
|
|
685
|
+
._ExternalInput-button_91ls0_5:focus-visible,
|
|
686
|
+
._ExternalInput-detachButton_91ls0_35:focus-visible {
|
|
687
687
|
outline: 2px solid var(--puck-color-azure-05);
|
|
688
688
|
outline-offset: 2px;
|
|
689
689
|
z-index: 1;
|
|
690
690
|
}
|
|
691
691
|
@media (hover: hover) and (pointer: fine) {
|
|
692
|
-
.
|
|
693
|
-
.
|
|
692
|
+
._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-button_91ls0_5:hover,
|
|
693
|
+
._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:hover {
|
|
694
694
|
background: var(--puck-color-azure-12);
|
|
695
695
|
transition: none;
|
|
696
696
|
}
|
|
697
|
-
.
|
|
697
|
+
._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:hover {
|
|
698
698
|
color: var(--puck-color-azure-04);
|
|
699
699
|
}
|
|
700
700
|
}
|
|
701
|
-
.
|
|
702
|
-
.
|
|
701
|
+
._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-button_91ls0_5:active,
|
|
702
|
+
._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:active {
|
|
703
703
|
background: var(--puck-color-azure-11);
|
|
704
704
|
transition: none;
|
|
705
705
|
}
|
|
706
|
-
.
|
|
706
|
+
._ExternalInputModal_91ls0_79 {
|
|
707
707
|
color: var(--puck-color-black);
|
|
708
708
|
display: grid;
|
|
709
709
|
grid-template-rows: min-content minmax(128px, 100%) min-content;
|
|
@@ -712,35 +712,35 @@ textarea.Input-input {
|
|
|
712
712
|
min-height: 50dvh;
|
|
713
713
|
max-height: 90dvh;
|
|
714
714
|
}
|
|
715
|
-
.
|
|
715
|
+
._ExternalInputModal-grid_91ls0_89 {
|
|
716
716
|
display: flex;
|
|
717
717
|
flex-direction: column;
|
|
718
718
|
}
|
|
719
719
|
@media (min-width: 458px) {
|
|
720
|
-
.
|
|
720
|
+
._ExternalInputModal-grid_91ls0_89 {
|
|
721
721
|
display: grid;
|
|
722
722
|
grid-template-columns: 100%;
|
|
723
723
|
}
|
|
724
|
-
.
|
|
724
|
+
._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-grid_91ls0_89 {
|
|
725
725
|
grid-template-columns: 25% 75%;
|
|
726
726
|
}
|
|
727
727
|
}
|
|
728
|
-
.
|
|
728
|
+
._ExternalInputModal-filters_91ls0_105 {
|
|
729
729
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
730
730
|
}
|
|
731
|
-
.
|
|
731
|
+
._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-filters_91ls0_105 {
|
|
732
732
|
display: none;
|
|
733
733
|
}
|
|
734
734
|
@media (min-width: 458px) {
|
|
735
|
-
.
|
|
735
|
+
._ExternalInputModal-filters_91ls0_105 {
|
|
736
736
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
737
737
|
display: none;
|
|
738
738
|
}
|
|
739
|
-
.
|
|
739
|
+
._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-filters_91ls0_105 {
|
|
740
740
|
display: block;
|
|
741
741
|
}
|
|
742
742
|
}
|
|
743
|
-
.
|
|
743
|
+
._ExternalInputModal-masthead_91ls0_124 {
|
|
744
744
|
background-color: var(--puck-color-grey-12);
|
|
745
745
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
746
746
|
display: flex;
|
|
@@ -748,13 +748,13 @@ textarea.Input-input {
|
|
|
748
748
|
gap: 24px;
|
|
749
749
|
padding: 24px;
|
|
750
750
|
}
|
|
751
|
-
.
|
|
751
|
+
._ExternalInputModal-tableWrapper_91ls0_133 {
|
|
752
752
|
position: relative;
|
|
753
753
|
overflow-x: auto;
|
|
754
754
|
overflow-y: auto;
|
|
755
755
|
flex-grow: 1;
|
|
756
756
|
}
|
|
757
|
-
.
|
|
757
|
+
._ExternalInputModal-table_91ls0_133 {
|
|
758
758
|
border-collapse: unset;
|
|
759
759
|
border-spacing: 0px;
|
|
760
760
|
color: var(--puck-color-grey-02);
|
|
@@ -762,51 +762,51 @@ textarea.Input-input {
|
|
|
762
762
|
z-index: 0;
|
|
763
763
|
min-width: 100%;
|
|
764
764
|
}
|
|
765
|
-
.
|
|
765
|
+
._ExternalInputModal-thead_91ls0_149 {
|
|
766
766
|
background-color: var(--puck-color-white);
|
|
767
767
|
position: sticky;
|
|
768
768
|
top: 0;
|
|
769
769
|
z-index: 1;
|
|
770
770
|
}
|
|
771
|
-
.
|
|
771
|
+
._ExternalInputModal-th_91ls0_149 {
|
|
772
772
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
773
773
|
color: var(--puck-color-grey-04);
|
|
774
774
|
font-weight: 500;
|
|
775
775
|
font-size: 14px;
|
|
776
776
|
padding: 16px 24px;
|
|
777
777
|
}
|
|
778
|
-
.
|
|
778
|
+
._ExternalInputModal-td_91ls0_164 {
|
|
779
779
|
border-bottom: 1px solid var(--puck-color-grey-10);
|
|
780
780
|
padding: 16px 24px;
|
|
781
781
|
}
|
|
782
|
-
.
|
|
782
|
+
._ExternalInputModal-tr_91ls0_169 ._ExternalInputModal-td_91ls0_164:first-of-type {
|
|
783
783
|
font-weight: 500;
|
|
784
784
|
width: 1%;
|
|
785
785
|
white-space: nowrap;
|
|
786
786
|
}
|
|
787
787
|
@media (hover: hover) and (pointer: fine) {
|
|
788
|
-
.
|
|
788
|
+
._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:hover {
|
|
789
789
|
background: var(--puck-color-azure-12);
|
|
790
790
|
color: var(--puck-color-azure-04);
|
|
791
791
|
cursor: pointer;
|
|
792
792
|
position: relative;
|
|
793
793
|
margin-inline-start: -5px;
|
|
794
794
|
}
|
|
795
|
-
.
|
|
795
|
+
._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:hover ._ExternalInputModal-td_91ls0_164:first-of-type {
|
|
796
796
|
border-inline-start: 4px solid var(--puck-color-azure-04);
|
|
797
797
|
padding-inline-start: 20px;
|
|
798
798
|
}
|
|
799
799
|
}
|
|
800
|
-
.
|
|
800
|
+
._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:last-of-type ._ExternalInputModal-td_91ls0_164 {
|
|
801
801
|
border-bottom: none;
|
|
802
802
|
}
|
|
803
|
-
.
|
|
803
|
+
._ExternalInputModal-tableWrapper_91ls0_133 {
|
|
804
804
|
display: none;
|
|
805
805
|
}
|
|
806
|
-
.
|
|
806
|
+
._ExternalInputModal--hasData_91ls0_202 ._ExternalInputModal-tableWrapper_91ls0_133 {
|
|
807
807
|
display: block;
|
|
808
808
|
}
|
|
809
|
-
.
|
|
809
|
+
._ExternalInputModal-loadingBanner_91ls0_206 {
|
|
810
810
|
display: none;
|
|
811
811
|
background-color: color-mix(in srgb, var(--puck-color-white) 90%, transparent);
|
|
812
812
|
padding: 64px;
|
|
@@ -818,21 +818,21 @@ textarea.Input-input {
|
|
|
818
818
|
right: 0;
|
|
819
819
|
bottom: 0;
|
|
820
820
|
}
|
|
821
|
-
.
|
|
821
|
+
._ExternalInputModal--isLoading_91ls0_223 ._ExternalInputModal-loadingBanner_91ls0_206 {
|
|
822
822
|
display: flex;
|
|
823
823
|
}
|
|
824
|
-
.
|
|
824
|
+
._ExternalInputModal-searchForm_91ls0_227 {
|
|
825
825
|
display: flex;
|
|
826
826
|
flex-wrap: wrap;
|
|
827
827
|
gap: 12px;
|
|
828
828
|
flex-grow: 1;
|
|
829
829
|
}
|
|
830
830
|
@media (min-width: 458px) {
|
|
831
|
-
.
|
|
831
|
+
._ExternalInputModal-searchForm_91ls0_227 {
|
|
832
832
|
flex-wrap: nowrap;
|
|
833
833
|
}
|
|
834
834
|
}
|
|
835
|
-
.
|
|
835
|
+
._ExternalInputModal-search_91ls0_227 {
|
|
836
836
|
display: flex;
|
|
837
837
|
background: var(--puck-color-white);
|
|
838
838
|
border-width: 1px;
|
|
@@ -842,18 +842,18 @@ textarea.Input-input {
|
|
|
842
842
|
flex-grow: 1;
|
|
843
843
|
transition: border-color 50ms ease-in;
|
|
844
844
|
}
|
|
845
|
-
.
|
|
845
|
+
._ExternalInputModal-search_91ls0_227:focus-within {
|
|
846
846
|
border-color: var(--puck-color-grey-05);
|
|
847
847
|
outline: 2px solid var(--puck-color-azure-05);
|
|
848
848
|
transition: none;
|
|
849
849
|
}
|
|
850
850
|
@media (hover: hover) and (pointer: fine) {
|
|
851
|
-
.
|
|
851
|
+
._ExternalInputModal-search_91ls0_227:hover {
|
|
852
852
|
border-color: var(--puck-color-grey-05);
|
|
853
853
|
transition: none;
|
|
854
854
|
}
|
|
855
855
|
}
|
|
856
|
-
.
|
|
856
|
+
._ExternalInputModal-searchIcon_91ls0_264 {
|
|
857
857
|
align-items: center;
|
|
858
858
|
background: var(--puck-color-grey-12);
|
|
859
859
|
border-bottom-left-radius: 4px;
|
|
@@ -865,17 +865,17 @@ textarea.Input-input {
|
|
|
865
865
|
padding: 12px 15px;
|
|
866
866
|
transition: color 50ms ease-in;
|
|
867
867
|
}
|
|
868
|
-
.
|
|
868
|
+
._ExternalInputModal-search_91ls0_227:focus-within ._ExternalInputModal-searchIcon_91ls0_264 {
|
|
869
869
|
color: var(--puck-color-grey-04);
|
|
870
870
|
transition: none;
|
|
871
871
|
}
|
|
872
872
|
@media (hover: hover) and (pointer: fine) {
|
|
873
|
-
.
|
|
873
|
+
._ExternalInputModal-search_91ls0_227:hover ._ExternalInputModal-searchIcon_91ls0_264 {
|
|
874
874
|
color: var(--puck-color-grey-04);
|
|
875
875
|
transition: none;
|
|
876
876
|
}
|
|
877
877
|
}
|
|
878
|
-
.
|
|
878
|
+
._ExternalInputModal-searchIconText_91ls0_289 {
|
|
879
879
|
clip: rect(0 0 0 0);
|
|
880
880
|
clip-path: inset(100%);
|
|
881
881
|
height: 1px;
|
|
@@ -884,7 +884,7 @@ textarea.Input-input {
|
|
|
884
884
|
white-space: nowrap;
|
|
885
885
|
width: 1px;
|
|
886
886
|
}
|
|
887
|
-
.
|
|
887
|
+
._ExternalInputModal-searchInput_91ls0_299 {
|
|
888
888
|
border: none;
|
|
889
889
|
border-radius: 4px;
|
|
890
890
|
background: var(--puck-color-white);
|
|
@@ -893,35 +893,35 @@ textarea.Input-input {
|
|
|
893
893
|
padding: 12px 15px;
|
|
894
894
|
width: 100%;
|
|
895
895
|
}
|
|
896
|
-
.
|
|
896
|
+
._ExternalInputModal-searchInput_91ls0_299:focus {
|
|
897
897
|
outline: 0;
|
|
898
898
|
}
|
|
899
|
-
.
|
|
899
|
+
._ExternalInputModal-searchActions_91ls0_313 {
|
|
900
900
|
display: flex;
|
|
901
901
|
gap: 8px;
|
|
902
902
|
height: 44px;
|
|
903
903
|
width: 100%;
|
|
904
904
|
}
|
|
905
905
|
@media (min-width: 458px) {
|
|
906
|
-
.
|
|
906
|
+
._ExternalInputModal-searchActions_91ls0_313 {
|
|
907
907
|
width: auto;
|
|
908
908
|
}
|
|
909
909
|
}
|
|
910
|
-
.
|
|
910
|
+
._ExternalInputModal-searchActionIcon_91ls0_326 {
|
|
911
911
|
align-self: center;
|
|
912
912
|
}
|
|
913
|
-
.
|
|
913
|
+
._ExternalInputModal-footerContainer_91ls0_330 {
|
|
914
914
|
background-color: var(--puck-color-grey-12);
|
|
915
915
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
916
916
|
color: var(--puck-color-grey-04);
|
|
917
917
|
padding: 16px;
|
|
918
918
|
}
|
|
919
|
-
.
|
|
919
|
+
._ExternalInputModal-footer_91ls0_330 {
|
|
920
920
|
font-weight: 500;
|
|
921
921
|
font-size: 14px;
|
|
922
922
|
text-align: right;
|
|
923
923
|
}
|
|
924
|
-
.
|
|
924
|
+
._ExternalInputModal-field_91ls0_343 {
|
|
925
925
|
color: var(--puck-color-grey-04);
|
|
926
926
|
margin: 16px;
|
|
927
927
|
margin-bottom: 12px;
|
|
@@ -929,7 +929,7 @@ textarea.Input-input {
|
|
|
929
929
|
}
|
|
930
930
|
|
|
931
931
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Modal/styles.module.css/#css-module-data */
|
|
932
|
-
.
|
|
932
|
+
._Modal_ikbaj_1 {
|
|
933
933
|
background: color-mix(in srgb, var(--puck-color-black) 75%, transparent);
|
|
934
934
|
display: none;
|
|
935
935
|
justify-content: center;
|
|
@@ -942,10 +942,10 @@ textarea.Input-input {
|
|
|
942
942
|
z-index: 1;
|
|
943
943
|
padding: 32px;
|
|
944
944
|
}
|
|
945
|
-
.
|
|
945
|
+
._Modal--isOpen_ikbaj_15 {
|
|
946
946
|
display: flex;
|
|
947
947
|
}
|
|
948
|
-
.
|
|
948
|
+
._Modal-inner_ikbaj_19 {
|
|
949
949
|
width: 100%;
|
|
950
950
|
max-width: 1024px;
|
|
951
951
|
border-radius: 8px;
|
|
@@ -957,44 +957,44 @@ textarea.Input-input {
|
|
|
957
957
|
}
|
|
958
958
|
|
|
959
959
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css/#css-module-data */
|
|
960
|
-
.
|
|
960
|
+
._Heading_qxrry_1 {
|
|
961
961
|
display: block;
|
|
962
962
|
color: var(--puck-color-black);
|
|
963
963
|
font-weight: 700;
|
|
964
964
|
margin: 0;
|
|
965
965
|
}
|
|
966
|
-
.
|
|
966
|
+
._Heading_qxrry_1 b {
|
|
967
967
|
font-weight: 700;
|
|
968
968
|
}
|
|
969
|
-
.
|
|
969
|
+
._Heading--xxxxl_qxrry_12 {
|
|
970
970
|
font-size: var(--puck-font-size-xxxxl);
|
|
971
971
|
letter-spacing: 0.08ch;
|
|
972
972
|
font-weight: 800;
|
|
973
973
|
}
|
|
974
|
-
.
|
|
974
|
+
._Heading--xxxl_qxrry_18 {
|
|
975
975
|
font-size: var(--puck-font-size-xxxl);
|
|
976
976
|
}
|
|
977
|
-
.
|
|
977
|
+
._Heading--xxl_qxrry_22 {
|
|
978
978
|
font-size: var(--puck-font-size-xxl);
|
|
979
979
|
}
|
|
980
|
-
.
|
|
980
|
+
._Heading--xl_qxrry_26 {
|
|
981
981
|
font-size: var(--puck-font-size-xl);
|
|
982
982
|
}
|
|
983
|
-
.
|
|
983
|
+
._Heading--l_qxrry_30 {
|
|
984
984
|
font-size: var(--puck-font-size-l);
|
|
985
985
|
}
|
|
986
|
-
.
|
|
986
|
+
._Heading--m_qxrry_34 {
|
|
987
987
|
font-size: var(--puck-font-size-m);
|
|
988
988
|
}
|
|
989
|
-
.
|
|
989
|
+
._Heading--s_qxrry_38 {
|
|
990
990
|
font-size: var(--puck-font-size-s);
|
|
991
991
|
}
|
|
992
|
-
.
|
|
992
|
+
._Heading--xs_qxrry_42 {
|
|
993
993
|
font-size: var(--puck-font-size-xs);
|
|
994
994
|
}
|
|
995
995
|
|
|
996
996
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Button/Button.module.css/#css-module-data */
|
|
997
|
-
.
|
|
997
|
+
._Button_10byl_1 {
|
|
998
998
|
appearance: none;
|
|
999
999
|
background: none;
|
|
1000
1000
|
border: 1px solid transparent;
|
|
@@ -1016,81 +1016,81 @@ textarea.Input-input {
|
|
|
1016
1016
|
white-space: nowrap;
|
|
1017
1017
|
margin: 0;
|
|
1018
1018
|
}
|
|
1019
|
-
.
|
|
1020
|
-
.
|
|
1019
|
+
._Button_10byl_1:hover,
|
|
1020
|
+
._Button_10byl_1:active {
|
|
1021
1021
|
transition: none;
|
|
1022
1022
|
}
|
|
1023
|
-
.
|
|
1023
|
+
._Button--medium_10byl_29 {
|
|
1024
1024
|
min-height: 34px;
|
|
1025
1025
|
padding-bottom: 7px;
|
|
1026
1026
|
padding-inline-start: 19px;
|
|
1027
1027
|
padding-inline-end: 19px;
|
|
1028
1028
|
padding-top: 7px;
|
|
1029
1029
|
}
|
|
1030
|
-
.
|
|
1030
|
+
._Button--large_10byl_37 {
|
|
1031
1031
|
padding-bottom: 11px;
|
|
1032
1032
|
padding-inline-start: 19px;
|
|
1033
1033
|
padding-inline-end: 19px;
|
|
1034
1034
|
padding-top: 11px;
|
|
1035
1035
|
}
|
|
1036
|
-
.
|
|
1036
|
+
._Button-icon_10byl_44 {
|
|
1037
1037
|
margin-top: 2px;
|
|
1038
1038
|
}
|
|
1039
|
-
.
|
|
1039
|
+
._Button--primary_10byl_48 {
|
|
1040
1040
|
background: var(--puck-color-azure-04);
|
|
1041
1041
|
}
|
|
1042
|
-
.
|
|
1042
|
+
._Button_10byl_1:focus-visible {
|
|
1043
1043
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1044
1044
|
outline-offset: 2px;
|
|
1045
1045
|
}
|
|
1046
1046
|
@media (hover: hover) and (pointer: fine) {
|
|
1047
|
-
.
|
|
1047
|
+
._Button--primary_10byl_48:hover {
|
|
1048
1048
|
background-color: var(--puck-color-azure-03);
|
|
1049
1049
|
}
|
|
1050
1050
|
}
|
|
1051
|
-
.
|
|
1051
|
+
._Button--primary_10byl_48:active {
|
|
1052
1052
|
background-color: var(--puck-color-azure-02);
|
|
1053
1053
|
}
|
|
1054
|
-
.
|
|
1054
|
+
._Button--secondary_10byl_67 {
|
|
1055
1055
|
border: 1px solid currentColor;
|
|
1056
1056
|
color: currentColor;
|
|
1057
1057
|
}
|
|
1058
1058
|
@media (hover: hover) and (pointer: fine) {
|
|
1059
|
-
.
|
|
1059
|
+
._Button--secondary_10byl_67:hover {
|
|
1060
1060
|
background-color: var(--puck-color-azure-12);
|
|
1061
1061
|
color: var(--puck-color-black);
|
|
1062
1062
|
}
|
|
1063
1063
|
}
|
|
1064
|
-
.
|
|
1064
|
+
._Button--secondary_10byl_67:active {
|
|
1065
1065
|
background-color: var(--puck-color-azure-11);
|
|
1066
1066
|
color: var(--puck-color-black);
|
|
1067
1067
|
}
|
|
1068
|
-
.
|
|
1068
|
+
._Button--flush_10byl_84 {
|
|
1069
1069
|
border-radius: 0;
|
|
1070
1070
|
}
|
|
1071
|
-
.
|
|
1072
|
-
.
|
|
1071
|
+
._Button--disabled_10byl_88,
|
|
1072
|
+
._Button--disabled_10byl_88:hover {
|
|
1073
1073
|
background-color: var(--puck-color-grey-07);
|
|
1074
1074
|
color: var(--puck-color-grey-03);
|
|
1075
1075
|
cursor: not-allowed;
|
|
1076
1076
|
}
|
|
1077
|
-
.
|
|
1077
|
+
._Button--fullWidth_10byl_95 {
|
|
1078
1078
|
justify-content: center;
|
|
1079
1079
|
width: 100%;
|
|
1080
1080
|
}
|
|
1081
|
-
.
|
|
1081
|
+
._Button-spinner_10byl_100 {
|
|
1082
1082
|
padding-inline-start: 8px;
|
|
1083
1083
|
}
|
|
1084
1084
|
|
|
1085
1085
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
1086
|
-
.
|
|
1086
|
+
._ObjectField_1ua3y_5 {
|
|
1087
1087
|
display: flex;
|
|
1088
1088
|
flex-direction: column;
|
|
1089
1089
|
background-color: var(--puck-color-white);
|
|
1090
1090
|
border: 1px solid var(--puck-color-grey-09);
|
|
1091
1091
|
border-radius: 4px;
|
|
1092
1092
|
}
|
|
1093
|
-
.
|
|
1093
|
+
._ObjectField-fieldset_1ua3y_13 {
|
|
1094
1094
|
border: none;
|
|
1095
1095
|
margin: 0;
|
|
1096
1096
|
min-width: 0;
|
|
@@ -1098,16 +1098,16 @@ textarea.Input-input {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
|
|
1100
1100
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Drawer/styles.module.css/#css-module-data */
|
|
1101
|
-
.
|
|
1101
|
+
._Drawer_pl7z0_1 {
|
|
1102
1102
|
display: flex;
|
|
1103
1103
|
flex-direction: column;
|
|
1104
1104
|
font-family: var(--puck-font-family);
|
|
1105
1105
|
gap: 12px;
|
|
1106
1106
|
}
|
|
1107
|
-
.
|
|
1107
|
+
._Drawer-draggable_pl7z0_8 {
|
|
1108
1108
|
position: relative;
|
|
1109
1109
|
}
|
|
1110
|
-
.
|
|
1110
|
+
._Drawer-draggableBg_pl7z0_12 {
|
|
1111
1111
|
position: absolute;
|
|
1112
1112
|
top: 0;
|
|
1113
1113
|
right: 0;
|
|
@@ -1116,7 +1116,7 @@ textarea.Input-input {
|
|
|
1116
1116
|
pointer-events: none;
|
|
1117
1117
|
z-index: -1;
|
|
1118
1118
|
}
|
|
1119
|
-
.
|
|
1119
|
+
._DrawerItem-draggable_pl7z0_22 {
|
|
1120
1120
|
background: var(--puck-color-white);
|
|
1121
1121
|
cursor: grab;
|
|
1122
1122
|
padding: 12px;
|
|
@@ -1128,39 +1128,39 @@ textarea.Input-input {
|
|
|
1128
1128
|
align-items: center;
|
|
1129
1129
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
1130
1130
|
}
|
|
1131
|
-
.
|
|
1131
|
+
._DrawerItem--disabled_pl7z0_35 ._DrawerItem-draggable_pl7z0_22 {
|
|
1132
1132
|
background: var(--puck-color-grey-11);
|
|
1133
1133
|
color: var(--puck-color-grey-05);
|
|
1134
1134
|
cursor: not-allowed;
|
|
1135
1135
|
}
|
|
1136
|
-
.
|
|
1136
|
+
._DrawerItem_pl7z0_22:focus-visible {
|
|
1137
1137
|
outline: 0;
|
|
1138
1138
|
}
|
|
1139
|
-
.
|
|
1139
|
+
._Drawer_pl7z0_1:not(._Drawer--isDraggingFrom_pl7z0_45) ._DrawerItem_pl7z0_22:focus-visible ._DrawerItem-draggable_pl7z0_22 {
|
|
1140
1140
|
border-radius: 4px;
|
|
1141
1141
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1142
1142
|
outline-offset: 2px;
|
|
1143
1143
|
}
|
|
1144
1144
|
@media (hover: hover) and (pointer: fine) {
|
|
1145
|
-
.
|
|
1145
|
+
._Drawer_pl7z0_1:not(._Drawer--isDraggingFrom_pl7z0_45) ._DrawerItem_pl7z0_22:not(._DrawerItem--disabled_pl7z0_35) ._DrawerItem-draggable_pl7z0_22:hover {
|
|
1146
1146
|
background-color: var(--puck-color-azure-12);
|
|
1147
1147
|
color: var(--puck-color-azure-04);
|
|
1148
1148
|
transition: none;
|
|
1149
1149
|
}
|
|
1150
1150
|
}
|
|
1151
|
-
.
|
|
1151
|
+
._DrawerItem-name_pl7z0_63 {
|
|
1152
1152
|
overflow-x: hidden;
|
|
1153
1153
|
text-overflow: ellipsis;
|
|
1154
1154
|
white-space: nowrap;
|
|
1155
1155
|
}
|
|
1156
1156
|
|
|
1157
1157
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
|
|
1158
|
-
.
|
|
1158
|
+
._DraggableComponent_1vaqy_1 {
|
|
1159
1159
|
position: absolute;
|
|
1160
1160
|
pointer-events: none;
|
|
1161
1161
|
--overlay-background: color-mix( in srgb, var(--puck-color-azure-08) 30%, transparent );
|
|
1162
1162
|
}
|
|
1163
|
-
.
|
|
1163
|
+
._DraggableComponent-overlayWrapper_1vaqy_12 {
|
|
1164
1164
|
height: 100%;
|
|
1165
1165
|
width: 100%;
|
|
1166
1166
|
top: 0;
|
|
@@ -1169,17 +1169,17 @@ textarea.Input-input {
|
|
|
1169
1169
|
box-sizing: border-box;
|
|
1170
1170
|
z-index: 1;
|
|
1171
1171
|
}
|
|
1172
|
-
.
|
|
1172
|
+
._DraggableComponent-overlay_1vaqy_12 {
|
|
1173
1173
|
cursor: pointer;
|
|
1174
1174
|
height: 100%;
|
|
1175
1175
|
outline: 2px var(--puck-color-azure-09) solid;
|
|
1176
1176
|
outline-offset: -2px;
|
|
1177
1177
|
width: 100%;
|
|
1178
1178
|
}
|
|
1179
|
-
.
|
|
1179
|
+
._DraggableComponent_1vaqy_1:focus-visible > ._DraggableComponent-overlayWrapper_1vaqy_12 {
|
|
1180
1180
|
outline: 1px solid var(--puck-color-azure-05);
|
|
1181
1181
|
}
|
|
1182
|
-
.
|
|
1182
|
+
._DraggableComponent-loadingOverlay_1vaqy_34 {
|
|
1183
1183
|
background: var(--puck-color-white);
|
|
1184
1184
|
color: var(--puck-color-grey-03);
|
|
1185
1185
|
border-radius: 4px;
|
|
@@ -1194,27 +1194,27 @@ textarea.Input-input {
|
|
|
1194
1194
|
opacity: 0.8;
|
|
1195
1195
|
z-index: 1;
|
|
1196
1196
|
}
|
|
1197
|
-
.
|
|
1197
|
+
._DraggableComponent--hover_1vaqy_50 > ._DraggableComponent-overlayWrapper_1vaqy_12 > ._DraggableComponent-overlay_1vaqy_12 {
|
|
1198
1198
|
background: var(--overlay-background);
|
|
1199
1199
|
outline: 2px var(--puck-color-azure-09) solid;
|
|
1200
1200
|
}
|
|
1201
|
-
.
|
|
1201
|
+
._DraggableComponent--isSelected_1vaqy_57 > ._DraggableComponent-overlayWrapper_1vaqy_12 > ._DraggableComponent-overlay_1vaqy_12 {
|
|
1202
1202
|
outline-color: var(--puck-color-azure-07);
|
|
1203
1203
|
}
|
|
1204
|
-
.
|
|
1204
|
+
._DraggableComponent_1vaqy_1:has(._DraggableComponent--hover_1vaqy_50 > ._DraggableComponent-overlayWrapper_1vaqy_12) > ._DraggableComponent-overlayWrapper_1vaqy_12 {
|
|
1205
1205
|
display: none;
|
|
1206
1206
|
}
|
|
1207
|
-
.
|
|
1207
|
+
._DraggableComponent-actionsOverlay_1vaqy_71 {
|
|
1208
1208
|
position: sticky;
|
|
1209
1209
|
opacity: 0;
|
|
1210
1210
|
pointer-events: none;
|
|
1211
1211
|
z-index: 2;
|
|
1212
1212
|
}
|
|
1213
|
-
.
|
|
1213
|
+
._DraggableComponent--isSelected_1vaqy_57 ._DraggableComponent-actionsOverlay_1vaqy_71 {
|
|
1214
1214
|
opacity: 1;
|
|
1215
1215
|
pointer-events: auto;
|
|
1216
1216
|
}
|
|
1217
|
-
.
|
|
1217
|
+
._DraggableComponent-actions_1vaqy_71 {
|
|
1218
1218
|
position: absolute;
|
|
1219
1219
|
width: auto;
|
|
1220
1220
|
cursor: grab;
|
|
@@ -1262,7 +1262,7 @@ textarea.Input-input {
|
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
1264
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/DropZone/styles.module.css/#css-module-data */
|
|
1265
|
-
.
|
|
1265
|
+
._DropZone_1i2sv_1 {
|
|
1266
1266
|
--resize-animation-ms: 150ms;
|
|
1267
1267
|
position: relative;
|
|
1268
1268
|
height: 100%;
|
|
@@ -1270,47 +1270,47 @@ textarea.Input-input {
|
|
|
1270
1270
|
outline-offset: -2px;
|
|
1271
1271
|
width: 100%;
|
|
1272
1272
|
}
|
|
1273
|
-
.
|
|
1273
|
+
._DropZone--hasChildren_1i2sv_11 {
|
|
1274
1274
|
min-height: 0;
|
|
1275
1275
|
}
|
|
1276
|
-
.
|
|
1276
|
+
._DropZone_1i2sv_1:empty {
|
|
1277
1277
|
min-height: var(--min-empty-height);
|
|
1278
1278
|
}
|
|
1279
|
-
[data-puck-entry]:not([data-puck-dragging]) .
|
|
1279
|
+
[data-puck-entry]:not([data-puck-dragging]) ._DropZone_1i2sv_1 {
|
|
1280
1280
|
transition: min-height var(--resize-animation-ms) ease-in;
|
|
1281
1281
|
}
|
|
1282
|
-
.
|
|
1283
|
-
.
|
|
1282
|
+
._DropZone--isAreaSelected_1i2sv_24,
|
|
1283
|
+
._DropZone--hoveringOverArea_1i2sv_25:not(._DropZone--isRootZone_1i2sv_25) {
|
|
1284
1284
|
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
|
|
1285
1285
|
outline: 2px dashed var(--puck-color-azure-08);
|
|
1286
1286
|
}
|
|
1287
|
-
.
|
|
1287
|
+
._DropZone_1i2sv_1:empty {
|
|
1288
1288
|
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
|
|
1289
1289
|
outline: 2px dashed var(--puck-color-azure-08);
|
|
1290
1290
|
}
|
|
1291
|
-
.
|
|
1291
|
+
._DropZone--isDestination_1i2sv_35 {
|
|
1292
1292
|
outline: 2px dashed var(--puck-color-azure-04) !important;
|
|
1293
1293
|
}
|
|
1294
|
-
.
|
|
1294
|
+
._DropZone--isDestination_1i2sv_35:not(._DropZone--isRootZone_1i2sv_25) {
|
|
1295
1295
|
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent) !important;
|
|
1296
1296
|
}
|
|
1297
|
-
.
|
|
1297
|
+
._DropZone-item_1i2sv_47 {
|
|
1298
1298
|
position: relative;
|
|
1299
1299
|
}
|
|
1300
|
-
.
|
|
1300
|
+
._DropZone-hitbox_1i2sv_51 {
|
|
1301
1301
|
position: absolute;
|
|
1302
1302
|
bottom: -12px;
|
|
1303
1303
|
height: 24px;
|
|
1304
1304
|
width: 100%;
|
|
1305
1305
|
z-index: 1;
|
|
1306
1306
|
}
|
|
1307
|
-
[data-puck-dragging] .
|
|
1307
|
+
[data-puck-dragging] ._DropZone--isEnabled_1i2sv_59 {
|
|
1308
1308
|
outline: 2px dashed var(--puck-color-azure-06);
|
|
1309
1309
|
}
|
|
1310
|
-
.
|
|
1310
|
+
._DropZone_1i2sv_1 > *:not([data-puck-component]) {
|
|
1311
1311
|
opacity: 0;
|
|
1312
1312
|
}
|
|
1313
|
-
body:has(.
|
|
1313
|
+
body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
1314
1314
|
opacity: 0 !important;
|
|
1315
1315
|
}
|
|
1316
1316
|
|
|
@@ -1329,52 +1329,52 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1329
1329
|
}
|
|
1330
1330
|
|
|
1331
1331
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/InlineTextField/styles.module.css/#css-module-data */
|
|
1332
|
-
.
|
|
1332
|
+
._InlineTextField_ilw2a_1 {
|
|
1333
1333
|
cursor: text;
|
|
1334
1334
|
display: inline-block;
|
|
1335
1335
|
}
|
|
1336
|
-
[data-dnd-dragging] .
|
|
1336
|
+
[data-dnd-dragging] ._InlineTextField_ilw2a_1 {
|
|
1337
1337
|
cursor: none;
|
|
1338
1338
|
caret-color: transparent;
|
|
1339
1339
|
}
|
|
1340
|
-
[data-dnd-dragging] .
|
|
1340
|
+
[data-dnd-dragging] ._InlineTextField_ilw2a_1::selection {
|
|
1341
1341
|
display: none;
|
|
1342
1342
|
}
|
|
1343
1343
|
|
|
1344
1344
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
|
1345
|
-
.
|
|
1345
|
+
._SidebarSection_8boj8_1 {
|
|
1346
1346
|
display: flex;
|
|
1347
1347
|
position: relative;
|
|
1348
1348
|
flex-direction: column;
|
|
1349
1349
|
color: var(--puck-color-black);
|
|
1350
1350
|
}
|
|
1351
|
-
.
|
|
1351
|
+
._SidebarSection_8boj8_1:last-of-type {
|
|
1352
1352
|
flex-grow: 1;
|
|
1353
1353
|
}
|
|
1354
|
-
.
|
|
1354
|
+
._SidebarSection-title_8boj8_12 {
|
|
1355
1355
|
background: var(--puck-color-white);
|
|
1356
1356
|
padding: 16px;
|
|
1357
1357
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1358
1358
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1359
1359
|
overflow-x: auto;
|
|
1360
1360
|
}
|
|
1361
|
-
.
|
|
1361
|
+
._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
|
|
1362
1362
|
border-top: 0px;
|
|
1363
1363
|
}
|
|
1364
|
-
.
|
|
1364
|
+
._SidebarSection-content_8boj8_24 {
|
|
1365
1365
|
padding: 16px;
|
|
1366
1366
|
}
|
|
1367
|
-
.
|
|
1367
|
+
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
|
|
1368
1368
|
padding: 0px;
|
|
1369
1369
|
}
|
|
1370
|
-
.
|
|
1370
|
+
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
|
|
1371
1371
|
padding-bottom: 4px;
|
|
1372
1372
|
}
|
|
1373
|
-
.
|
|
1373
|
+
._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
|
|
1374
1374
|
border-bottom: none;
|
|
1375
1375
|
flex-grow: 1;
|
|
1376
1376
|
}
|
|
1377
|
-
.
|
|
1377
|
+
._SidebarSection-breadcrumbLabel_8boj8_41 {
|
|
1378
1378
|
background: none;
|
|
1379
1379
|
border: 0;
|
|
1380
1380
|
border-radius: 2px;
|
|
@@ -1385,34 +1385,34 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1385
1385
|
padding: 0;
|
|
1386
1386
|
transition: color 50ms ease-in;
|
|
1387
1387
|
}
|
|
1388
|
-
.
|
|
1388
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
|
|
1389
1389
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1390
1390
|
outline-offset: 2px;
|
|
1391
1391
|
}
|
|
1392
1392
|
@media (hover: hover) and (pointer: fine) {
|
|
1393
|
-
.
|
|
1393
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:hover {
|
|
1394
1394
|
color: var(--puck-color-azure-03);
|
|
1395
1395
|
transition: none;
|
|
1396
1396
|
}
|
|
1397
1397
|
}
|
|
1398
|
-
.
|
|
1398
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:active {
|
|
1399
1399
|
color: var(--puck-color-azure-02);
|
|
1400
1400
|
transition: none;
|
|
1401
1401
|
}
|
|
1402
|
-
.
|
|
1402
|
+
._SidebarSection-breadcrumbs_8boj8_70 {
|
|
1403
1403
|
align-items: center;
|
|
1404
1404
|
display: flex;
|
|
1405
1405
|
gap: 4px;
|
|
1406
1406
|
}
|
|
1407
|
-
.
|
|
1407
|
+
._SidebarSection-breadcrumb_8boj8_41 {
|
|
1408
1408
|
align-items: center;
|
|
1409
1409
|
display: flex;
|
|
1410
1410
|
gap: 4px;
|
|
1411
1411
|
}
|
|
1412
|
-
.
|
|
1412
|
+
._SidebarSection-heading_8boj8_82 {
|
|
1413
1413
|
padding-inline-end: 16px;
|
|
1414
1414
|
}
|
|
1415
|
-
.
|
|
1415
|
+
._SidebarSection-loadingOverlay_8boj8_86 {
|
|
1416
1416
|
background: var(--puck-color-white);
|
|
1417
1417
|
display: flex;
|
|
1418
1418
|
justify-content: center;
|
|
@@ -1428,21 +1428,21 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1428
1428
|
}
|
|
1429
1429
|
|
|
1430
1430
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
|
|
1431
|
-
.
|
|
1431
|
+
._Puck_1yxlw_19 {
|
|
1432
1432
|
--puck-space-px: 16px;
|
|
1433
1433
|
font-family: var(--puck-font-family);
|
|
1434
1434
|
overflow-x: hidden;
|
|
1435
1435
|
}
|
|
1436
1436
|
@media (min-width: 766px) {
|
|
1437
|
-
.
|
|
1437
|
+
._Puck_1yxlw_19 {
|
|
1438
1438
|
overflow-x: auto;
|
|
1439
1439
|
}
|
|
1440
1440
|
}
|
|
1441
|
-
.
|
|
1441
|
+
._Puck-portal_1yxlw_31 {
|
|
1442
1442
|
position: relative;
|
|
1443
1443
|
z-index: 2;
|
|
1444
1444
|
}
|
|
1445
|
-
.
|
|
1445
|
+
._PuckLayout-inner_1yxlw_38 {
|
|
1446
1446
|
--puck-frame-width: auto;
|
|
1447
1447
|
--puck-side-bar-width: 0px;
|
|
1448
1448
|
--puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
|
|
@@ -1455,63 +1455,63 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1455
1455
|
position: relative;
|
|
1456
1456
|
z-index: 0;
|
|
1457
1457
|
}
|
|
1458
|
-
.
|
|
1458
|
+
._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
|
|
1459
1459
|
--puck-side-bar-width: 186px;
|
|
1460
1460
|
}
|
|
1461
|
-
.
|
|
1461
|
+
._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
|
|
1462
1462
|
grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
|
|
1463
1463
|
}
|
|
1464
|
-
.
|
|
1464
|
+
._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
|
|
1465
1465
|
grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
|
|
1466
1466
|
}
|
|
1467
|
-
.
|
|
1467
|
+
._PuckLayout--leftSideBarVisible_1yxlw_63._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
|
|
1468
1468
|
grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
|
|
1469
1469
|
}
|
|
1470
1470
|
@media (min-width: 458px) {
|
|
1471
|
-
.
|
|
1471
|
+
._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
|
|
1472
1472
|
--puck-frame-width: minmax(266px, auto);
|
|
1473
1473
|
}
|
|
1474
1474
|
}
|
|
1475
1475
|
@media (min-width: 638px) {
|
|
1476
|
-
.
|
|
1476
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1477
1477
|
--puck-side-bar-width: minmax(186px, 250px);
|
|
1478
1478
|
}
|
|
1479
1479
|
}
|
|
1480
1480
|
@media (min-width: 766px) {
|
|
1481
|
-
.
|
|
1481
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1482
1482
|
--puck-frame-width: auto;
|
|
1483
1483
|
}
|
|
1484
1484
|
}
|
|
1485
1485
|
@media (min-width: 990px) {
|
|
1486
|
-
.
|
|
1486
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1487
1487
|
--puck-side-bar-width: 256px;
|
|
1488
1488
|
}
|
|
1489
1489
|
}
|
|
1490
1490
|
@media (min-width: 1198px) {
|
|
1491
|
-
.
|
|
1491
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1492
1492
|
--puck-side-bar-width: 274px;
|
|
1493
1493
|
}
|
|
1494
1494
|
}
|
|
1495
1495
|
@media (min-width: 1398px) {
|
|
1496
|
-
.
|
|
1496
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1497
1497
|
--puck-side-bar-width: 290px;
|
|
1498
1498
|
}
|
|
1499
1499
|
}
|
|
1500
1500
|
@media (min-width: 1598px) {
|
|
1501
|
-
.
|
|
1501
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1502
1502
|
--puck-side-bar-width: 320px;
|
|
1503
1503
|
}
|
|
1504
1504
|
}
|
|
1505
1505
|
|
|
1506
1506
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
|
|
1507
|
-
.
|
|
1507
|
+
._PuckFields_10bh7_1 {
|
|
1508
1508
|
position: relative;
|
|
1509
1509
|
font-family: var(--puck-font-family);
|
|
1510
1510
|
}
|
|
1511
|
-
.
|
|
1511
|
+
._PuckFields--isLoading_10bh7_6 {
|
|
1512
1512
|
min-height: 48px;
|
|
1513
1513
|
}
|
|
1514
|
-
.
|
|
1514
|
+
._PuckFields-loadingOverlay_10bh7_10 {
|
|
1515
1515
|
background: var(--puck-color-white);
|
|
1516
1516
|
display: flex;
|
|
1517
1517
|
justify-content: flex-end;
|
|
@@ -1525,40 +1525,40 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1525
1525
|
box-sizing: border-box;
|
|
1526
1526
|
opacity: 0.8;
|
|
1527
1527
|
}
|
|
1528
|
-
.
|
|
1528
|
+
._PuckFields-loadingOverlayInner_10bh7_25 {
|
|
1529
1529
|
display: flex;
|
|
1530
1530
|
padding: 16px;
|
|
1531
1531
|
position: sticky;
|
|
1532
1532
|
top: 0;
|
|
1533
1533
|
}
|
|
1534
|
-
.
|
|
1534
|
+
._PuckFields-field_10bh7_32 * {
|
|
1535
1535
|
box-sizing: border-box;
|
|
1536
1536
|
}
|
|
1537
|
-
.
|
|
1537
|
+
._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
|
|
1538
1538
|
color: var(--puck-color-grey-04);
|
|
1539
1539
|
padding: 16px;
|
|
1540
1540
|
padding-bottom: 12px;
|
|
1541
1541
|
display: block;
|
|
1542
1542
|
}
|
|
1543
|
-
.
|
|
1543
|
+
._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
|
|
1544
1544
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1545
1545
|
margin-top: 8px;
|
|
1546
1546
|
}
|
|
1547
1547
|
|
|
1548
1548
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
|
|
1549
|
-
.
|
|
1549
|
+
._ComponentList_1rrlt_1 {
|
|
1550
1550
|
max-width: 100%;
|
|
1551
1551
|
}
|
|
1552
|
-
.
|
|
1552
|
+
._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
|
|
1553
1553
|
margin-top: 12px;
|
|
1554
1554
|
}
|
|
1555
|
-
.
|
|
1555
|
+
._ComponentList-content_1rrlt_9 {
|
|
1556
1556
|
display: none;
|
|
1557
1557
|
}
|
|
1558
|
-
.
|
|
1558
|
+
._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
|
|
1559
1559
|
display: block;
|
|
1560
1560
|
}
|
|
1561
|
-
.
|
|
1561
|
+
._ComponentList-title_1rrlt_17 {
|
|
1562
1562
|
background-color: transparent;
|
|
1563
1563
|
border: 0;
|
|
1564
1564
|
color: var(--puck-color-grey-05);
|
|
@@ -1575,38 +1575,38 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1575
1575
|
border-radius: 4px;
|
|
1576
1576
|
width: 100%;
|
|
1577
1577
|
}
|
|
1578
|
-
.
|
|
1578
|
+
._ComponentList-title_1rrlt_17:focus-visible {
|
|
1579
1579
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1580
1580
|
outline-offset: 2px;
|
|
1581
1581
|
}
|
|
1582
1582
|
@media (hover: hover) and (pointer: fine) {
|
|
1583
|
-
.
|
|
1583
|
+
._ComponentList-title_1rrlt_17:hover {
|
|
1584
1584
|
background-color: var(--puck-color-azure-11);
|
|
1585
1585
|
color: var(--puck-color-azure-04);
|
|
1586
1586
|
transition: none;
|
|
1587
1587
|
}
|
|
1588
1588
|
}
|
|
1589
|
-
.
|
|
1589
|
+
._ComponentList-title_1rrlt_17:active {
|
|
1590
1590
|
background-color: var(--puck-color-azure-10);
|
|
1591
1591
|
transition: none;
|
|
1592
1592
|
}
|
|
1593
|
-
.
|
|
1593
|
+
._ComponentList-titleIcon_1rrlt_53 {
|
|
1594
1594
|
margin-inline-start: auto;
|
|
1595
1595
|
}
|
|
1596
1596
|
|
|
1597
1597
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
|
|
1598
|
-
.
|
|
1598
|
+
._PuckPreview_z2rgu_1 {
|
|
1599
1599
|
position: relative;
|
|
1600
1600
|
height: 100%;
|
|
1601
1601
|
}
|
|
1602
|
-
.
|
|
1602
|
+
._PuckPreview-frame_z2rgu_6 {
|
|
1603
1603
|
border: none;
|
|
1604
1604
|
height: 100%;
|
|
1605
1605
|
width: 100%;
|
|
1606
1606
|
}
|
|
1607
1607
|
|
|
1608
1608
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
|
|
1609
|
-
.
|
|
1609
|
+
._LayerTree_7rx04_1 {
|
|
1610
1610
|
color: var(--puck-color-grey-03);
|
|
1611
1611
|
font-family: var(--puck-font-family);
|
|
1612
1612
|
font-size: var(--puck-font-size-xxs);
|
|
@@ -1615,30 +1615,30 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1615
1615
|
list-style: none;
|
|
1616
1616
|
padding: 0;
|
|
1617
1617
|
}
|
|
1618
|
-
.
|
|
1618
|
+
._LayerTree-zoneTitle_7rx04_11 {
|
|
1619
1619
|
color: var(--puck-color-grey-05);
|
|
1620
1620
|
font-size: var(--puck-font-size-xxxs);
|
|
1621
1621
|
text-transform: uppercase;
|
|
1622
1622
|
}
|
|
1623
|
-
.
|
|
1623
|
+
._LayerTree-helper_7rx04_17 {
|
|
1624
1624
|
text-align: center;
|
|
1625
1625
|
color: var(--puck-color-grey-07);
|
|
1626
1626
|
margin: 8px 4px;
|
|
1627
1627
|
}
|
|
1628
|
-
.
|
|
1628
|
+
._Layer_7rx04_1 {
|
|
1629
1629
|
position: relative;
|
|
1630
1630
|
border: 1px solid transparent;
|
|
1631
1631
|
border-radius: 4px;
|
|
1632
1632
|
}
|
|
1633
|
-
.
|
|
1633
|
+
._Layer-inner_7rx04_29 {
|
|
1634
1634
|
border: 1px solid transparent;
|
|
1635
1635
|
border-radius: 4px;
|
|
1636
1636
|
transition: color 50ms ease-in;
|
|
1637
1637
|
}
|
|
1638
|
-
.
|
|
1638
|
+
._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
|
|
1639
1639
|
padding-inline-start: 0;
|
|
1640
1640
|
}
|
|
1641
|
-
.
|
|
1641
|
+
._Layer-clickable_7rx04_39 {
|
|
1642
1642
|
align-items: center;
|
|
1643
1643
|
background: none;
|
|
1644
1644
|
border: 0;
|
|
@@ -1651,65 +1651,65 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1651
1651
|
padding-inline-end: 4px;
|
|
1652
1652
|
width: 100%;
|
|
1653
1653
|
}
|
|
1654
|
-
.
|
|
1654
|
+
._Layer-clickable_7rx04_39:focus-visible {
|
|
1655
1655
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1656
1656
|
outline-offset: 2px;
|
|
1657
1657
|
position: relative;
|
|
1658
1658
|
z-index: 1;
|
|
1659
1659
|
}
|
|
1660
1660
|
@media (hover: hover) and (pointer: fine) {
|
|
1661
|
-
.
|
|
1661
|
+
._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
|
|
1662
1662
|
border-color: var(--puck-color-azure-10);
|
|
1663
1663
|
background: var(--puck-color-azure-11);
|
|
1664
1664
|
color: var(--puck-color-azure-04);
|
|
1665
1665
|
transition: none;
|
|
1666
1666
|
}
|
|
1667
1667
|
}
|
|
1668
|
-
.
|
|
1668
|
+
._Layer--isSelected_7rx04_61 {
|
|
1669
1669
|
border-color: var(--puck-color-azure-08);
|
|
1670
1670
|
}
|
|
1671
|
-
.
|
|
1671
|
+
._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
|
|
1672
1672
|
background: var(--puck-color-azure-10);
|
|
1673
1673
|
}
|
|
1674
|
-
.
|
|
1675
|
-
.
|
|
1674
|
+
._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
|
|
1675
|
+
._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
|
|
1676
1676
|
transform: scaleY(-1);
|
|
1677
1677
|
}
|
|
1678
|
-
.
|
|
1678
|
+
._Layer-zones_7rx04_82 {
|
|
1679
1679
|
display: none;
|
|
1680
1680
|
margin-inline-start: 12px;
|
|
1681
1681
|
}
|
|
1682
|
-
.
|
|
1683
|
-
.
|
|
1682
|
+
._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
|
|
1683
|
+
._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
|
|
1684
1684
|
display: block;
|
|
1685
1685
|
}
|
|
1686
|
-
.
|
|
1686
|
+
._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
|
|
1687
1687
|
margin-inline-start: 12px;
|
|
1688
1688
|
}
|
|
1689
|
-
.
|
|
1690
|
-
.
|
|
1689
|
+
._Layer-title_7rx04_96,
|
|
1690
|
+
._LayerTree-zoneTitle_7rx04_11 {
|
|
1691
1691
|
display: flex;
|
|
1692
1692
|
gap: 8px;
|
|
1693
1693
|
align-items: center;
|
|
1694
1694
|
margin: 8px 4px;
|
|
1695
1695
|
overflow-x: hidden;
|
|
1696
1696
|
}
|
|
1697
|
-
.
|
|
1697
|
+
._Layer-name_7rx04_105 {
|
|
1698
1698
|
overflow-x: hidden;
|
|
1699
1699
|
text-overflow: ellipsis;
|
|
1700
1700
|
white-space: nowrap;
|
|
1701
1701
|
}
|
|
1702
|
-
.
|
|
1702
|
+
._Layer-icon_7rx04_111 {
|
|
1703
1703
|
color: var(--puck-color-rose-07);
|
|
1704
1704
|
margin-top: 4px;
|
|
1705
1705
|
}
|
|
1706
|
-
.
|
|
1706
|
+
._Layer-zoneIcon_7rx04_116 {
|
|
1707
1707
|
color: var(--puck-color-grey-08);
|
|
1708
1708
|
margin-top: 4px;
|
|
1709
1709
|
}
|
|
1710
1710
|
|
|
1711
1711
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
|
|
1712
|
-
.
|
|
1712
|
+
._ViewportControls_gejzr_1 {
|
|
1713
1713
|
display: flex;
|
|
1714
1714
|
background: var(--puck-color-grey-11);
|
|
1715
1715
|
box-sizing: border-box;
|
|
@@ -1722,12 +1722,12 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1722
1722
|
padding-inline-end: var(--puck-space-px);
|
|
1723
1723
|
z-index: 1;
|
|
1724
1724
|
}
|
|
1725
|
-
.
|
|
1725
|
+
._ViewportControls-divider_gejzr_15 {
|
|
1726
1726
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1727
1727
|
margin-inline-start: 8px;
|
|
1728
1728
|
margin-inline-end: 8px;
|
|
1729
1729
|
}
|
|
1730
|
-
.
|
|
1730
|
+
._ViewportControls-zoomSelect_gejzr_21 {
|
|
1731
1731
|
appearance: none;
|
|
1732
1732
|
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;
|
|
1733
1733
|
background-size: 10px;
|
|
@@ -1738,15 +1738,15 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1738
1738
|
padding: 0;
|
|
1739
1739
|
width: 96px;
|
|
1740
1740
|
}
|
|
1741
|
-
.
|
|
1741
|
+
._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
|
|
1742
1742
|
background-position: 12px calc(50% + 3px);
|
|
1743
1743
|
}
|
|
1744
|
-
.
|
|
1744
|
+
._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
|
|
1745
1745
|
color: var(--puck-color-azure-04);
|
|
1746
1746
|
}
|
|
1747
1747
|
|
|
1748
1748
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
|
|
1749
|
-
.
|
|
1749
|
+
._PuckCanvas_18jay_1 {
|
|
1750
1750
|
background: var(--puck-color-grey-11);
|
|
1751
1751
|
display: flex;
|
|
1752
1752
|
grid-area: editor;
|
|
@@ -1755,15 +1755,15 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1755
1755
|
overflow: auto;
|
|
1756
1756
|
}
|
|
1757
1757
|
@media (min-width: 1198px) {
|
|
1758
|
-
.
|
|
1758
|
+
._PuckCanvas_18jay_1 {
|
|
1759
1759
|
padding: calc(var(--puck-space-px) * 1.5);
|
|
1760
1760
|
padding-top: var(--puck-space-px);
|
|
1761
1761
|
}
|
|
1762
|
-
.
|
|
1762
|
+
._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
|
|
1763
1763
|
padding-top: calc(var(--puck-space-px) * 1.5);
|
|
1764
1764
|
}
|
|
1765
1765
|
}
|
|
1766
|
-
.
|
|
1766
|
+
._PuckCanvas-inner_18jay_21 {
|
|
1767
1767
|
display: flex;
|
|
1768
1768
|
height: 100%;
|
|
1769
1769
|
justify-content: center;
|
|
@@ -1771,7 +1771,7 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1771
1771
|
position: relative;
|
|
1772
1772
|
width: 100%;
|
|
1773
1773
|
}
|
|
1774
|
-
.
|
|
1774
|
+
._PuckCanvas-root_18jay_30 {
|
|
1775
1775
|
background: white;
|
|
1776
1776
|
border: 1px solid var(--puck-color-grey-09);
|
|
1777
1777
|
box-sizing: content-box;
|
|
@@ -1784,20 +1784,20 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1784
1784
|
opacity: 0;
|
|
1785
1785
|
}
|
|
1786
1786
|
@media (min-width: 1198px) {
|
|
1787
|
-
.
|
|
1787
|
+
._PuckCanvas-root_18jay_30 {
|
|
1788
1788
|
min-width: unset;
|
|
1789
1789
|
}
|
|
1790
1790
|
}
|
|
1791
1791
|
@media (prefers-reduced-motion: reduce) {
|
|
1792
|
-
.
|
|
1792
|
+
._PuckCanvas-root_18jay_30 {
|
|
1793
1793
|
transition: none !important;
|
|
1794
1794
|
}
|
|
1795
1795
|
}
|
|
1796
|
-
.
|
|
1796
|
+
._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
|
|
1797
1797
|
pointer-events: unset;
|
|
1798
1798
|
opacity: 1;
|
|
1799
1799
|
}
|
|
1800
|
-
.
|
|
1800
|
+
._PuckCanvas-loader_18jay_60 {
|
|
1801
1801
|
align-items: center;
|
|
1802
1802
|
color: var(--puck-color-grey-06);
|
|
1803
1803
|
display: flex;
|
|
@@ -1806,17 +1806,17 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1806
1806
|
transition: opacity 250ms ease-out;
|
|
1807
1807
|
opacity: 0;
|
|
1808
1808
|
}
|
|
1809
|
-
.
|
|
1809
|
+
._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
|
|
1810
1810
|
opacity: 1;
|
|
1811
1811
|
}
|
|
1812
|
-
.
|
|
1812
|
+
._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
|
|
1813
1813
|
opacity: 0;
|
|
1814
1814
|
height: 0;
|
|
1815
1815
|
transition: none;
|
|
1816
1816
|
}
|
|
1817
1817
|
|
|
1818
1818
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
|
|
1819
|
-
.
|
|
1819
|
+
._MenuBar_8pf8c_1 {
|
|
1820
1820
|
background-color: var(--puck-color-white);
|
|
1821
1821
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1822
1822
|
display: none;
|
|
@@ -1828,11 +1828,11 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1828
1828
|
top: 100%;
|
|
1829
1829
|
z-index: 2;
|
|
1830
1830
|
}
|
|
1831
|
-
.
|
|
1831
|
+
._MenuBar--menuOpen_8pf8c_14 {
|
|
1832
1832
|
display: block;
|
|
1833
1833
|
}
|
|
1834
1834
|
@media (min-width: 638px) {
|
|
1835
|
-
.
|
|
1835
|
+
._MenuBar_8pf8c_1 {
|
|
1836
1836
|
border: none;
|
|
1837
1837
|
display: block;
|
|
1838
1838
|
margin-top: 0;
|
|
@@ -1841,7 +1841,7 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1841
1841
|
position: static;
|
|
1842
1842
|
}
|
|
1843
1843
|
}
|
|
1844
|
-
.
|
|
1844
|
+
._MenuBar-inner_8pf8c_29 {
|
|
1845
1845
|
align-items: center;
|
|
1846
1846
|
display: flex;
|
|
1847
1847
|
flex-wrap: wrap;
|
|
@@ -1849,18 +1849,18 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1849
1849
|
justify-content: flex-end;
|
|
1850
1850
|
}
|
|
1851
1851
|
@media (min-width: 638px) {
|
|
1852
|
-
.
|
|
1852
|
+
._MenuBar-inner_8pf8c_29 {
|
|
1853
1853
|
display: flex;
|
|
1854
1854
|
flex-direction: row;
|
|
1855
1855
|
flex-wrap: nowrap;
|
|
1856
1856
|
}
|
|
1857
1857
|
}
|
|
1858
|
-
.
|
|
1858
|
+
._MenuBar-history_8pf8c_45 {
|
|
1859
1859
|
display: flex;
|
|
1860
1860
|
}
|
|
1861
1861
|
|
|
1862
1862
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
|
|
1863
|
-
.
|
|
1863
|
+
._PuckHeader_15xnq_1 {
|
|
1864
1864
|
background: var(--puck-color-white);
|
|
1865
1865
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1866
1866
|
color: var(--puck-color-black);
|
|
@@ -1868,7 +1868,7 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1868
1868
|
position: relative;
|
|
1869
1869
|
max-width: 100vw;
|
|
1870
1870
|
}
|
|
1871
|
-
.
|
|
1871
|
+
._PuckHeader-inner_15xnq_10 {
|
|
1872
1872
|
align-items: end;
|
|
1873
1873
|
display: grid;
|
|
1874
1874
|
gap: var(--puck-space-px);
|
|
@@ -1877,46 +1877,46 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1877
1877
|
grid-template-rows: auto;
|
|
1878
1878
|
padding: var(--puck-space-px);
|
|
1879
1879
|
}
|
|
1880
|
-
.
|
|
1880
|
+
._PuckHeader-toggle_15xnq_20 {
|
|
1881
1881
|
color: var(--puck-color-grey-05);
|
|
1882
1882
|
display: flex;
|
|
1883
1883
|
margin-inline-start: -4px;
|
|
1884
1884
|
padding-top: 2px;
|
|
1885
1885
|
}
|
|
1886
|
-
.
|
|
1887
|
-
.
|
|
1886
|
+
._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
|
|
1887
|
+
._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
|
|
1888
1888
|
color: var(--puck-color-black);
|
|
1889
1889
|
}
|
|
1890
|
-
.
|
|
1890
|
+
._PuckHeader-title_15xnq_32 {
|
|
1891
1891
|
align-self: center;
|
|
1892
1892
|
}
|
|
1893
|
-
.
|
|
1893
|
+
._PuckHeader-path_15xnq_36 {
|
|
1894
1894
|
font-family: var(--puck-font-family-monospaced);
|
|
1895
1895
|
font-size: var(--puck-font-size-xxs);
|
|
1896
1896
|
font-weight: normal;
|
|
1897
1897
|
word-break: break-all;
|
|
1898
1898
|
}
|
|
1899
|
-
.
|
|
1899
|
+
._PuckHeader-tools_15xnq_43 {
|
|
1900
1900
|
display: flex;
|
|
1901
1901
|
gap: 16px;
|
|
1902
1902
|
justify-content: flex-end;
|
|
1903
1903
|
}
|
|
1904
|
-
.
|
|
1904
|
+
._PuckHeader-menuButton_15xnq_49 {
|
|
1905
1905
|
color: var(--puck-color-grey-05);
|
|
1906
1906
|
margin-inline-start: -4px;
|
|
1907
1907
|
}
|
|
1908
|
-
.
|
|
1908
|
+
._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
|
|
1909
1909
|
color: var(--puck-color-black);
|
|
1910
1910
|
}
|
|
1911
1911
|
@media (min-width: 638px) {
|
|
1912
|
-
.
|
|
1912
|
+
._PuckHeader-menuButton_15xnq_49 {
|
|
1913
1913
|
display: none;
|
|
1914
1914
|
}
|
|
1915
1915
|
}
|
|
1916
1916
|
|
|
1917
1917
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
|
|
1918
1918
|
@media (min-width: 766px) {
|
|
1919
|
-
.
|
|
1919
|
+
._ResizeHandle_144bf_2 {
|
|
1920
1920
|
position: absolute;
|
|
1921
1921
|
width: 5px;
|
|
1922
1922
|
height: 100%;
|
|
@@ -1925,13 +1925,13 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1925
1925
|
background: transparent;
|
|
1926
1926
|
top: 0;
|
|
1927
1927
|
}
|
|
1928
|
-
.
|
|
1928
|
+
._ResizeHandle_144bf_2:hover {
|
|
1929
1929
|
background: rgba(0, 0, 0, 0.1);
|
|
1930
1930
|
}
|
|
1931
|
-
.
|
|
1931
|
+
._ResizeHandle--left_144bf_16 {
|
|
1932
1932
|
right: -3px;
|
|
1933
1933
|
}
|
|
1934
|
-
.
|
|
1934
|
+
._ResizeHandle--right_144bf_20 {
|
|
1935
1935
|
left: -3px;
|
|
1936
1936
|
}
|
|
1937
1937
|
}
|
|
@@ -1948,31 +1948,31 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1948
1948
|
}
|
|
1949
1949
|
|
|
1950
1950
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
|
|
1951
|
-
.
|
|
1951
|
+
._Sidebar_1xksb_1 {
|
|
1952
1952
|
position: relative;
|
|
1953
1953
|
display: flex;
|
|
1954
1954
|
flex-direction: column;
|
|
1955
1955
|
overflow-y: auto;
|
|
1956
1956
|
}
|
|
1957
|
-
.
|
|
1957
|
+
._Sidebar--left_1xksb_8 {
|
|
1958
1958
|
background: var(--puck-color-grey-12);
|
|
1959
1959
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1960
1960
|
grid-area: left;
|
|
1961
1961
|
}
|
|
1962
|
-
.
|
|
1962
|
+
._Sidebar--right_1xksb_14 {
|
|
1963
1963
|
background: var(--puck-color-white);
|
|
1964
1964
|
border-inline-start: 1px solid var(--puck-color-grey-09);
|
|
1965
1965
|
grid-area: right;
|
|
1966
1966
|
}
|
|
1967
|
-
.
|
|
1967
|
+
._Sidebar-resizeHandle_1xksb_20 {
|
|
1968
1968
|
position: absolute;
|
|
1969
1969
|
height: 100%;
|
|
1970
1970
|
}
|
|
1971
|
-
.
|
|
1971
|
+
._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
|
|
1972
1972
|
grid-area: left;
|
|
1973
1973
|
justify-self: end;
|
|
1974
1974
|
}
|
|
1975
|
-
.
|
|
1975
|
+
._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
|
|
1976
1976
|
grid-area: right;
|
|
1977
1977
|
justify-self: start;
|
|
1978
1978
|
}
|