@measured/puck 0.13.0-canary.3aa0057 → 0.13.0-canary.5f19d83
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -2
- package/dist/{Config-b8c102e9.d.ts → Config-4367c689.d.ts} +18 -4
- package/dist/index.css +535 -509
- package/dist/index.d.ts +122 -32
- package/dist/index.js +4198 -6168
- package/dist/rsc.d.ts +3 -3
- package/dist/rsc.js +4 -1
- package/package.json +2 -4
package/dist/index.css
CHANGED
@@ -212,26 +212,66 @@
|
|
212
212
|
width: 100%;
|
213
213
|
}
|
214
214
|
|
215
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Drawer/styles.module.css/#css-module-data */
|
216
|
+
._DrawerItem_1qydx_1:last-of-type ._DrawerItem-default_1qydx_1 ._DrawerItem-draggableWrapper_1qydx_1 {
|
217
|
+
padding-bottom: 0px;
|
218
|
+
}
|
219
|
+
._DrawerItem-default_1qydx_1 ._DrawerItem-draggableWrapper_1qydx_1 {
|
220
|
+
padding-bottom: 12px;
|
221
|
+
}
|
222
|
+
._DrawerItem-draggable_1qydx_1 {
|
223
|
+
background: white;
|
224
|
+
padding: 12px;
|
225
|
+
display: flex;
|
226
|
+
border: 1px var(--puck-color-grey-8) solid;
|
227
|
+
border-radius: 4px;
|
228
|
+
font-size: var(--puck-font-size-xxs);
|
229
|
+
justify-content: space-between;
|
230
|
+
align-items: center;
|
231
|
+
cursor: grab;
|
232
|
+
}
|
233
|
+
._Drawer_1qydx_1:not(._Drawer--isDraggingFrom_1qydx_21) ._DrawerItem-draggable_1qydx_1:hover {
|
234
|
+
background-color: var(--puck-color-azure-9);
|
235
|
+
color: var(--puck-color-azure-4);
|
236
|
+
}
|
237
|
+
._DrawerItem-name_1qydx_26 {
|
238
|
+
overflow-x: hidden;
|
239
|
+
text-overflow: ellipsis;
|
240
|
+
white-space: nowrap;
|
241
|
+
}
|
242
|
+
|
243
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/DragIcon/styles.module.css/#css-module-data */
|
244
|
+
._DragIcon_o29on_1 {
|
245
|
+
color: var(--puck-color-grey-4);
|
246
|
+
padding: 4px;
|
247
|
+
border-radius: 4px;
|
248
|
+
}
|
249
|
+
._DragIcon_o29on_1:hover {
|
250
|
+
cursor: grab;
|
251
|
+
background: var(--puck-color-grey-9);
|
252
|
+
}
|
253
|
+
|
215
254
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
|
216
|
-
.
|
255
|
+
._DraggableComponent_foluk_1 {
|
256
|
+
outline-offset: 0px !important;
|
217
257
|
pointer-events: auto;
|
218
258
|
}
|
219
|
-
._DraggableComponent--
|
259
|
+
._DraggableComponent--isDragging_foluk_6 {
|
220
260
|
background: #abc7e510;
|
221
|
-
outline: 2px var(--puck-color-azure-8) solid;
|
261
|
+
outline: 2px var(--puck-color-azure-8) solid !important;
|
222
262
|
overflow: hidden;
|
223
263
|
}
|
224
|
-
._DraggableComponent-
|
264
|
+
._DraggableComponent-contents_foluk_12 {
|
225
265
|
position: relative;
|
226
266
|
pointer-events: none;
|
227
267
|
z-index: 0;
|
228
268
|
}
|
229
|
-
._DraggableComponent-
|
230
|
-
._DraggableComponent-
|
269
|
+
._DraggableComponent-contents_foluk_12::before,
|
270
|
+
._DraggableComponent-contents_foluk_12::after {
|
231
271
|
content: " ";
|
232
272
|
display: table;
|
233
273
|
}
|
234
|
-
._DraggableComponent-
|
274
|
+
._DraggableComponent-overlay_foluk_25 {
|
235
275
|
display: none;
|
236
276
|
background: #abc7e530;
|
237
277
|
cursor: pointer;
|
@@ -244,7 +284,7 @@
|
|
244
284
|
pointer-events: none;
|
245
285
|
box-sizing: border-box;
|
246
286
|
}
|
247
|
-
._DraggableComponent-
|
287
|
+
._DraggableComponent-loadingOverlay_foluk_39 {
|
248
288
|
background: var(--puck-color-white);
|
249
289
|
color: var(--puck-color-grey-2);
|
250
290
|
border-radius: 4px;
|
@@ -259,36 +299,36 @@
|
|
259
299
|
opacity: 0.8;
|
260
300
|
z-index: 1;
|
261
301
|
}
|
262
|
-
.
|
302
|
+
._DraggableComponent_foluk_1:hover:not(._DraggableComponent--isLocked_foluk_55) > ._DraggableComponent-overlay_foluk_25 {
|
263
303
|
display: block;
|
264
304
|
pointer-events: none;
|
265
305
|
}
|
266
|
-
._DraggableComponent--
|
306
|
+
._DraggableComponent--forceHover_foluk_61 > ._DraggableComponent-overlay_foluk_25 {
|
267
307
|
display: block;
|
268
308
|
pointer-events: none;
|
269
309
|
}
|
270
|
-
.
|
271
|
-
outline: 2px var(--puck-color-azure-8) solid;
|
310
|
+
._DraggableComponent_foluk_1:not(._DraggableComponent--isSelected_foluk_66) > ._DraggableComponent-overlay_foluk_25 {
|
311
|
+
outline: 2px var(--puck-color-azure-8) solid !important;
|
272
312
|
}
|
273
|
-
._DraggableComponent--
|
313
|
+
._DraggableComponent--indicativeHover_foluk_71 > ._DraggableComponent-overlay_foluk_25 {
|
274
314
|
display: block;
|
275
315
|
background: transparent;
|
276
316
|
pointer-events: none;
|
277
317
|
}
|
278
|
-
.
|
318
|
+
._DraggableComponent_foluk_1:not(._DraggableComponent--isSelected_foluk_66):has(._DraggableComponent_foluk_1:hover > ._DraggableComponent-overlay_foluk_25) > ._DraggableComponent-overlay_foluk_25 {
|
279
319
|
display: none;
|
280
320
|
}
|
281
|
-
._DraggableComponent--
|
282
|
-
outline: 2px var(--puck-color-azure-6) solid;
|
321
|
+
._DraggableComponent--isSelected_foluk_66 {
|
322
|
+
outline: 2px var(--puck-color-azure-6) solid !important;
|
283
323
|
}
|
284
|
-
._DraggableComponent--
|
324
|
+
._DraggableComponent--isSelected_foluk_66 > ._DraggableComponent-overlay_foluk_25 {
|
285
325
|
background: none;
|
286
326
|
display: block;
|
287
327
|
position: sticky;
|
288
328
|
top: 56px;
|
289
329
|
z-index: 1;
|
290
330
|
}
|
291
|
-
._DraggableComponent-
|
331
|
+
._DraggableComponent-actions_foluk_97 {
|
292
332
|
position: absolute;
|
293
333
|
right: 6.5px;
|
294
334
|
width: auto;
|
@@ -304,10 +344,10 @@
|
|
304
344
|
pointer-events: auto;
|
305
345
|
box-sizing: border-box;
|
306
346
|
}
|
307
|
-
._DraggableComponent--
|
347
|
+
._DraggableComponent--isSelected_foluk_66 > ._DraggableComponent-overlay_foluk_25 > ._DraggableComponent-actions_foluk_97 {
|
308
348
|
display: flex;
|
309
349
|
}
|
310
|
-
._DraggableComponent-
|
350
|
+
._DraggableComponent-actionsLabel_foluk_120 {
|
311
351
|
color: var(--puck-color-grey-7);
|
312
352
|
display: flex;
|
313
353
|
font-size: var(--puck-font-size-xxxs);
|
@@ -321,7 +361,7 @@
|
|
321
361
|
text-overflow: ellipsis;
|
322
362
|
white-space: nowrap;
|
323
363
|
}
|
324
|
-
._DraggableComponent-
|
364
|
+
._DraggableComponent-action_foluk_97 {
|
325
365
|
background: transparent;
|
326
366
|
border: none;
|
327
367
|
color: var(--puck-color-grey-7);
|
@@ -329,52 +369,57 @@
|
|
329
369
|
border-radius: 4px;
|
330
370
|
overflow: hidden;
|
331
371
|
}
|
332
|
-
._DraggableComponent-
|
372
|
+
._DraggableComponent-action_foluk_97:hover {
|
333
373
|
background: var(--puck-color-grey-2);
|
334
374
|
color: var(--puck-color-azure-5);
|
335
375
|
cursor: pointer;
|
336
376
|
}
|
337
377
|
|
338
378
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/DropZone/styles.module.css/#css-module-data */
|
339
|
-
.
|
379
|
+
._DropZone_i675d_1 {
|
340
380
|
margin-left: auto;
|
341
381
|
margin-right: auto;
|
342
|
-
zoom: 1.33;
|
343
382
|
position: relative;
|
344
383
|
height: 100%;
|
345
384
|
outline-offset: -1px;
|
346
385
|
width: 100%;
|
347
386
|
}
|
348
|
-
._DropZone
|
387
|
+
._DropZone--zoomEnabled_i675d_10 {
|
388
|
+
zoom: 1.33;
|
389
|
+
}
|
390
|
+
._DropZone--zoomEnabled_i675d_10 ._DropZone-renderWrapper_i675d_14 {
|
391
|
+
zoom: 0.75;
|
392
|
+
}
|
393
|
+
._DropZone-content_i675d_18 {
|
349
394
|
min-height: 128px;
|
350
395
|
height: 100%;
|
351
396
|
}
|
352
|
-
._DropZone--
|
397
|
+
._DropZone--userIsDragging_i675d_23 ._DropZone-content_i675d_18 {
|
353
398
|
pointer-events: all;
|
354
399
|
}
|
355
|
-
._DropZone--
|
400
|
+
._DropZone--userIsDragging_i675d_23:not(._DropZone--draggingOverArea_i675d_27):not(._DropZone--draggingNewComponent_i675d_28) > ._DropZone-content_i675d_18 {
|
356
401
|
pointer-events: none;
|
357
402
|
}
|
358
|
-
._DropZone--
|
359
|
-
._DropZone--
|
360
|
-
._DropZone--
|
403
|
+
._DropZone--isAreaSelected_i675d_34,
|
404
|
+
._DropZone--draggingOverArea_i675d_27:not(:has(._DropZone--hoveringOverArea_i675d_35)),
|
405
|
+
._DropZone--hoveringOverArea_i675d_35:not(._DropZone--isDisabled_i675d_36):not(._DropZone--isRootZone_i675d_37) {
|
361
406
|
background: var(--puck-color-azure-9);
|
362
407
|
outline: 2px dashed var(--puck-color-azure-7);
|
363
408
|
}
|
364
|
-
.
|
409
|
+
._DropZone_i675d_1:not(._DropZone--hasChildren_i675d_43) {
|
365
410
|
background: var(--puck-color-azure-9);
|
366
411
|
outline: 2px dashed var(--puck-color-azure-7);
|
367
412
|
}
|
368
|
-
._DropZone--
|
413
|
+
._DropZone--isDestination_i675d_48 {
|
369
414
|
outline: 2px dashed var(--puck-color-azure-3) !important;
|
370
415
|
}
|
371
|
-
._DropZone--
|
416
|
+
._DropZone--isDestination_i675d_48:not(._DropZone--isRootZone_i675d_37) {
|
372
417
|
background: var(--puck-color-azure-85) !important;
|
373
418
|
}
|
374
|
-
._DropZone-
|
419
|
+
._DropZone-item_i675d_56 {
|
375
420
|
position: relative;
|
376
421
|
}
|
377
|
-
._DropZone-
|
422
|
+
._DropZone-hitbox_i675d_60 {
|
378
423
|
position: absolute;
|
379
424
|
bottom: -12px;
|
380
425
|
height: 24px;
|
@@ -408,162 +453,463 @@
|
|
408
453
|
width: 1px;
|
409
454
|
}
|
410
455
|
|
411
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/
|
412
|
-
.
|
413
|
-
|
456
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
457
|
+
._SidebarSection_170gs_1 {
|
458
|
+
display: flex;
|
459
|
+
position: relative;
|
460
|
+
flex-direction: column;
|
461
|
+
color: black;
|
462
|
+
}
|
463
|
+
._SidebarSection_170gs_1:last-of-type {
|
464
|
+
flex-grow: 1;
|
465
|
+
}
|
466
|
+
._SidebarSection-title_170gs_12 {
|
467
|
+
background: white;
|
468
|
+
padding: 16px;
|
469
|
+
border-bottom: 1px solid var(--puck-color-grey-8);
|
470
|
+
border-top: 1px solid var(--puck-color-grey-8);
|
471
|
+
overflow-x: auto;
|
472
|
+
}
|
473
|
+
._SidebarSection--noBorderTop_170gs_20 > ._SidebarSection-title_170gs_12 {
|
474
|
+
border-top: 0px;
|
475
|
+
}
|
476
|
+
._SidebarSection-content_170gs_24 {
|
414
477
|
padding: 16px;
|
415
|
-
padding-bottom: 12px;
|
416
|
-
display: block;
|
417
|
-
font-family: var(--puck-font-stack);
|
418
478
|
}
|
419
|
-
.
|
479
|
+
._SidebarSection--noPadding_170gs_28 > ._SidebarSection-content_170gs_24 {
|
420
480
|
padding: 0px;
|
421
481
|
}
|
422
|
-
.
|
423
|
-
|
482
|
+
._SidebarSection--noPadding_170gs_28 > ._SidebarSection-content_170gs_24:last-child {
|
483
|
+
padding-bottom: 4px;
|
424
484
|
}
|
425
|
-
.
|
426
|
-
border-
|
427
|
-
|
485
|
+
._SidebarSection_170gs_1:last-of-type ._SidebarSection-content_170gs_24 {
|
486
|
+
border-bottom: none;
|
487
|
+
flex-grow: 1;
|
428
488
|
}
|
429
|
-
.
|
430
|
-
|
431
|
-
|
489
|
+
._SidebarSection-breadcrumbLabel_170gs_41 {
|
490
|
+
color: var(--puck-color-azure-3);
|
491
|
+
flex-shrink: 0;
|
492
|
+
}
|
493
|
+
._SidebarSection-breadcrumbLabel_170gs_41:hover {
|
494
|
+
color: var(--puck-color-azure-4);
|
495
|
+
cursor: pointer;
|
496
|
+
text-decoration: underline;
|
432
497
|
}
|
433
|
-
.
|
498
|
+
._SidebarSection-breadcrumbs_170gs_52 {
|
434
499
|
align-items: center;
|
435
500
|
display: flex;
|
436
|
-
|
437
|
-
font-size: var(--puck-font-size-xxs);
|
438
|
-
font-weight: 600;
|
501
|
+
gap: 4px;
|
439
502
|
}
|
440
|
-
.
|
441
|
-
|
442
|
-
|
443
|
-
|
503
|
+
._SidebarSection-breadcrumb_170gs_41 {
|
504
|
+
align-items: center;
|
505
|
+
display: flex;
|
506
|
+
gap: 4px;
|
444
507
|
}
|
445
|
-
.
|
446
|
-
|
447
|
-
margin-left: auto;
|
508
|
+
._SidebarSection-heading_170gs_64 {
|
509
|
+
padding-right: 16px;
|
448
510
|
}
|
449
|
-
.
|
511
|
+
._SidebarSection-loadingOverlay_170gs_68 {
|
450
512
|
background: white;
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
font-family: inherit;
|
456
|
-
font-size: 14px;
|
457
|
-
padding: 12px 15px;
|
513
|
+
display: flex;
|
514
|
+
justify-content: center;
|
515
|
+
align-items: center;
|
516
|
+
height: 100%;
|
458
517
|
width: 100%;
|
518
|
+
top: 0;
|
519
|
+
position: absolute;
|
520
|
+
z-index: 1;
|
521
|
+
pointer-events: all;
|
522
|
+
box-sizing: border-box;
|
523
|
+
opacity: 0.8;
|
459
524
|
}
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
525
|
+
|
526
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css/#css-module-data */
|
527
|
+
._Heading_1bvy5_1 {
|
528
|
+
display: block;
|
529
|
+
color: var(--puck-color-black);
|
530
|
+
font-family: var(--puck-font-stack);
|
531
|
+
font-weight: 700;
|
532
|
+
margin: 0;
|
467
533
|
}
|
468
|
-
.
|
469
|
-
|
470
|
-
background-color: var(--puck-color-grey-11);
|
471
|
-
border-color: var(--puck-color-grey-8);
|
472
|
-
color: var(--puck-color-grey-5);
|
473
|
-
opacity: 1;
|
534
|
+
._Heading_1bvy5_1 b {
|
535
|
+
font-weight: 700;
|
474
536
|
}
|
475
|
-
.
|
476
|
-
|
537
|
+
._Heading--xxxxl_1bvy5_13 {
|
538
|
+
font-size: var(--puck-font-size-xxxxl);
|
539
|
+
letter-spacing: 0.08ch;
|
540
|
+
font-weight: 800;
|
477
541
|
}
|
478
|
-
.
|
479
|
-
|
480
|
-
outline: var(--puck-color-azure-8) 4px solid;
|
481
|
-
outline-offset: 0;
|
542
|
+
._Heading--xxxl_1bvy5_19 {
|
543
|
+
font-size: var(--puck-font-size-xxxl);
|
482
544
|
}
|
483
|
-
.
|
484
|
-
|
485
|
-
border: 1px solid var(--puck-color-grey-7);
|
486
|
-
border-radius: 4px;
|
487
|
-
flex-wrap: wrap;
|
488
|
-
overflow: hidden;
|
545
|
+
._Heading--xxl_1bvy5_23 {
|
546
|
+
font-size: var(--puck-font-size-xxl);
|
489
547
|
}
|
490
|
-
.
|
491
|
-
|
492
|
-
flex-grow: 1;
|
548
|
+
._Heading--xl_1bvy5_27 {
|
549
|
+
font-size: var(--puck-font-size-xl);
|
493
550
|
}
|
494
|
-
.
|
495
|
-
|
551
|
+
._Heading--l_1bvy5_31 {
|
552
|
+
font-size: var(--puck-font-size-l);
|
496
553
|
}
|
497
|
-
.
|
498
|
-
|
499
|
-
color: var(--puck-color-grey-4);
|
500
|
-
font-size: var(--puck-font-size-xxxs);
|
501
|
-
padding: 8px 12px;
|
502
|
-
text-align: center;
|
554
|
+
._Heading--m_1bvy5_35 {
|
555
|
+
font-size: var(--puck-font-size-m);
|
503
556
|
}
|
504
|
-
.
|
505
|
-
|
506
|
-
cursor: pointer;
|
557
|
+
._Heading--s_1bvy5_39 {
|
558
|
+
font-size: var(--puck-font-size-s);
|
507
559
|
}
|
508
|
-
.
|
509
|
-
|
560
|
+
._Heading--xs_1bvy5_43 {
|
561
|
+
font-size: var(--puck-font-size-xs);
|
510
562
|
}
|
511
|
-
|
512
|
-
|
513
|
-
|
563
|
+
|
564
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
|
565
|
+
._MenuBar_12sp7_1 {
|
566
|
+
background-color: var(--puck-color-white);
|
567
|
+
border-bottom: 1px solid var(--puck-color-grey-8);
|
568
|
+
display: none;
|
569
|
+
left: 0;
|
570
|
+
margin-top: 1px;
|
571
|
+
padding: 8px 16px;
|
572
|
+
position: absolute;
|
573
|
+
right: 0;
|
574
|
+
top: 100%;
|
575
|
+
z-index: 2;
|
514
576
|
}
|
515
|
-
.
|
516
|
-
|
517
|
-
color: var(--puck-color-grey-1);
|
518
|
-
font-weight: 500;
|
577
|
+
._MenuBar--menuOpen_12sp7_14 {
|
578
|
+
display: block;
|
519
579
|
}
|
520
|
-
|
521
|
-
|
522
|
-
|
580
|
+
@media (min-width: 638px) {
|
581
|
+
._MenuBar_12sp7_1 {
|
582
|
+
border: none;
|
583
|
+
display: block;
|
584
|
+
margin-top: 0;
|
585
|
+
overflow-y: visible;
|
586
|
+
padding: 0;
|
587
|
+
position: static;
|
588
|
+
}
|
523
589
|
}
|
524
|
-
.
|
525
|
-
|
590
|
+
._MenuBar-inner_12sp7_29 {
|
591
|
+
align-items: center;
|
592
|
+
display: flex;
|
593
|
+
flex-wrap: wrap;
|
594
|
+
gap: 8px 16px;
|
595
|
+
justify-content: flex-end;
|
526
596
|
}
|
527
|
-
|
528
|
-
|
597
|
+
@media (min-width: 638px) {
|
598
|
+
._MenuBar-inner_12sp7_29 {
|
599
|
+
display: flex;
|
600
|
+
flex-direction: row;
|
601
|
+
flex-wrap: nowrap;
|
602
|
+
}
|
529
603
|
}
|
530
|
-
|
531
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/InputOrGroup/fields/ArrayField/styles.module.css/#css-module-data */
|
532
|
-
._ArrayField_1auyc_5 {
|
604
|
+
._MenuBar-history_12sp7_45 {
|
533
605
|
display: flex;
|
534
|
-
flex-direction: column;
|
535
|
-
background-color: var(--puck-color-grey-8);
|
536
|
-
border: 1px solid var(--puck-color-grey-8);
|
537
|
-
border-radius: 4px;
|
538
606
|
}
|
539
|
-
|
540
|
-
|
607
|
+
|
608
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
|
609
|
+
._Puck_17hk3_19 {
|
610
|
+
--puck-frame-width: auto;
|
611
|
+
--puck-side-bar-width: 186px;
|
612
|
+
--puck-space-px: 16px;
|
613
|
+
bottom: 0;
|
614
|
+
display: grid;
|
615
|
+
grid-template-areas: "header header header" "left editor right";
|
616
|
+
grid-template-columns: 0 var(--puck-frame-width) 0;
|
617
|
+
grid-template-rows: min-content auto;
|
618
|
+
height: 100vh;
|
619
|
+
left: 0;
|
620
|
+
position: fixed;
|
621
|
+
right: 0;
|
622
|
+
top: 0;
|
541
623
|
}
|
542
|
-
.
|
543
|
-
|
544
|
-
border: none;
|
545
|
-
border-radius: 4px;
|
546
|
-
display: flex;
|
547
|
-
color: var(--puck-color-azure-4);
|
548
|
-
justify-content: center;
|
549
|
-
cursor: pointer;
|
550
|
-
width: 100%;
|
551
|
-
margin: 0;
|
552
|
-
padding: 16px;
|
553
|
-
text-align: left;
|
624
|
+
._Puck--leftSideBarVisible_17hk3_35 {
|
625
|
+
grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) 0;
|
554
626
|
}
|
555
|
-
.
|
556
|
-
|
557
|
-
border-top-right-radius: 0;
|
627
|
+
._Puck--rightSideBarVisible_17hk3_41 {
|
628
|
+
grid-template-columns: 0 var(--puck-frame-width) var(--puck-side-bar-width);
|
558
629
|
}
|
559
|
-
.
|
560
|
-
|
561
|
-
color: var(--puck-color-azure-4);
|
630
|
+
._Puck--leftSideBarVisible_17hk3_35._Puck--rightSideBarVisible_17hk3_41 {
|
631
|
+
grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) var(--puck-side-bar-width);
|
562
632
|
}
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
633
|
+
@media (min-width: 458px) {
|
634
|
+
._Puck_17hk3_19 {
|
635
|
+
--puck-frame-width: minmax(266px, auto);
|
636
|
+
}
|
637
|
+
}
|
638
|
+
@media (min-width: 638px) {
|
639
|
+
._Puck_17hk3_19 {
|
640
|
+
--puck-side-bar-width: minmax(186px, 250px);
|
641
|
+
}
|
642
|
+
}
|
643
|
+
@media (min-width: 766px) {
|
644
|
+
._Puck_17hk3_19 {
|
645
|
+
--puck-frame-width: auto;
|
646
|
+
}
|
647
|
+
}
|
648
|
+
@media (min-width: 990px) {
|
649
|
+
._Puck_17hk3_19 {
|
650
|
+
--puck-side-bar-width: 256px;
|
651
|
+
}
|
652
|
+
}
|
653
|
+
@media (min-width: 1198px) {
|
654
|
+
._Puck_17hk3_19 {
|
655
|
+
--puck-side-bar-width: 274px;
|
656
|
+
}
|
657
|
+
}
|
658
|
+
@media (min-width: 1398px) {
|
659
|
+
._Puck_17hk3_19 {
|
660
|
+
--puck-side-bar-width: 290px;
|
661
|
+
}
|
662
|
+
}
|
663
|
+
@media (min-width: 1598px) {
|
664
|
+
._Puck_17hk3_19 {
|
665
|
+
--puck-side-bar-width: 320px;
|
666
|
+
}
|
667
|
+
}
|
668
|
+
._Puck-header_17hk3_95 {
|
669
|
+
background: var(--puck-color-white);
|
670
|
+
border-bottom: 1px solid var(--puck-color-grey-8);
|
671
|
+
color: var(--puck-color-black);
|
672
|
+
grid-area: header;
|
673
|
+
position: relative;
|
674
|
+
max-width: 100vw;
|
675
|
+
}
|
676
|
+
._Puck-headerInner_17hk3_104 {
|
677
|
+
align-items: end;
|
678
|
+
display: grid;
|
679
|
+
gap: var(--puck-space-px);
|
680
|
+
grid-template-areas: "left middle right";
|
681
|
+
grid-template-columns: 1fr auto 1fr;
|
682
|
+
grid-template-rows: auto;
|
683
|
+
padding: var(--puck-space-px);
|
684
|
+
}
|
685
|
+
._Puck-headerToggle_17hk3_114 {
|
686
|
+
color: var(--puck-color-grey-4);
|
687
|
+
display: flex;
|
688
|
+
margin-left: -4px;
|
689
|
+
padding-top: 2px;
|
690
|
+
}
|
691
|
+
._Puck--rightSideBarVisible_17hk3_41 ._Puck-rightSideBarToggle_17hk3_121,
|
692
|
+
._Puck--leftSideBarVisible_17hk3_35 ._Puck-leftSideBarToggle_17hk3_122 {
|
693
|
+
color: var(--puck-color-black);
|
694
|
+
}
|
695
|
+
._Puck-headerTitle_17hk3_126 {
|
696
|
+
align-self: center;
|
697
|
+
}
|
698
|
+
._Puck-headerPath_17hk3_130 {
|
699
|
+
font-family: var(--puck-font-family-monospaced);
|
700
|
+
font-size: var(--puck-font-size-xxs);
|
701
|
+
font-weight: normal;
|
702
|
+
word-break: break-all;
|
703
|
+
}
|
704
|
+
._Puck-headerTools_17hk3_137 {
|
705
|
+
display: flex;
|
706
|
+
gap: 16px;
|
707
|
+
justify-content: flex-end;
|
708
|
+
}
|
709
|
+
._Puck-menuButton_17hk3_143 {
|
710
|
+
color: var(--puck-color-grey-4);
|
711
|
+
margin-left: -4px;
|
712
|
+
}
|
713
|
+
._Puck--menuOpen_17hk3_148 ._Puck-menuButton_17hk3_143 {
|
714
|
+
color: var(--puck-color-black);
|
715
|
+
}
|
716
|
+
@media (min-width: 638px) {
|
717
|
+
._Puck-menuButton_17hk3_143 {
|
718
|
+
display: none;
|
719
|
+
}
|
720
|
+
}
|
721
|
+
._Puck-leftSideBar_17hk3_122 {
|
722
|
+
background: var(--puck-color-grey-11);
|
723
|
+
border-right: 1px solid var(--puck-color-grey-8);
|
724
|
+
display: flex;
|
725
|
+
flex-direction: column;
|
726
|
+
grid-area: left;
|
727
|
+
overflow-y: auto;
|
728
|
+
}
|
729
|
+
._Puck-frame_17hk3_167 {
|
730
|
+
display: flex;
|
731
|
+
flex-direction: column;
|
732
|
+
grid-area: editor;
|
733
|
+
overflow: auto;
|
734
|
+
position: relative;
|
735
|
+
}
|
736
|
+
._Puck-root_17hk3_175 {
|
737
|
+
border: 1px solid var(--puck-color-grey-8);
|
738
|
+
box-shadow: 0 0 0 calc(var(--puck-space-px) * 1.5) var(--puck-color-grey-10);
|
739
|
+
margin: var(--puck-space-px);
|
740
|
+
min-width: 321px;
|
741
|
+
}
|
742
|
+
@media (min-width: 1198px) {
|
743
|
+
._Puck-root_17hk3_175 {
|
744
|
+
margin: calc(var(--puck-space-px) * 1.5);
|
745
|
+
}
|
746
|
+
}
|
747
|
+
._Puck-rightSideBar_17hk3_121 {
|
748
|
+
background: var(--puck-color-white);
|
749
|
+
border-left: 1px solid var(--puck-color-grey-8);
|
750
|
+
display: flex;
|
751
|
+
flex-direction: column;
|
752
|
+
font-family: var(--puck-font-stack);
|
753
|
+
grid-area: right;
|
754
|
+
overflow-y: auto;
|
755
|
+
}
|
756
|
+
|
757
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/InputOrGroup/styles.module.css/#css-module-data */
|
758
|
+
._Input_1v7zr_1 {
|
759
|
+
color: var(--puck-color-grey-3);
|
760
|
+
padding: 16px;
|
761
|
+
padding-bottom: 12px;
|
762
|
+
display: block;
|
763
|
+
font-family: var(--puck-font-stack);
|
764
|
+
}
|
765
|
+
._Input_1v7zr_1 ._Input_1v7zr_1 {
|
766
|
+
padding: 0px;
|
767
|
+
}
|
768
|
+
._Input_1v7zr_1 * {
|
769
|
+
box-sizing: border-box;
|
770
|
+
}
|
771
|
+
._Input_1v7zr_1 + ._Input_1v7zr_1 {
|
772
|
+
border-top: 1px solid var(--puck-color-grey-8);
|
773
|
+
margin-top: 8px;
|
774
|
+
}
|
775
|
+
._Input_1v7zr_1 ._Input_1v7zr_1 + ._Input_1v7zr_1 {
|
776
|
+
border-top: 0px;
|
777
|
+
margin-top: 12px;
|
778
|
+
}
|
779
|
+
._Input-label_1v7zr_27 {
|
780
|
+
align-items: center;
|
781
|
+
display: flex;
|
782
|
+
padding-bottom: 12px;
|
783
|
+
font-size: var(--puck-font-size-xxs);
|
784
|
+
font-weight: 600;
|
785
|
+
}
|
786
|
+
._Input-labelIcon_1v7zr_35 {
|
787
|
+
color: var(--puck-color-grey-6);
|
788
|
+
margin-right: 4px;
|
789
|
+
padding-left: 4px;
|
790
|
+
}
|
791
|
+
._Input-disabledIcon_1v7zr_41 {
|
792
|
+
color: var(--puck-color-grey-4);
|
793
|
+
margin-left: auto;
|
794
|
+
}
|
795
|
+
._Input-input_1v7zr_46 {
|
796
|
+
background: white;
|
797
|
+
border-width: 1px;
|
798
|
+
border-style: solid;
|
799
|
+
border-color: var(--puck-color-grey-8);
|
800
|
+
border-radius: 4px;
|
801
|
+
font-family: inherit;
|
802
|
+
font-size: 14px;
|
803
|
+
padding: 12px 15px;
|
804
|
+
width: 100%;
|
805
|
+
}
|
806
|
+
select._Input-input_1v7zr_46 {
|
807
|
+
appearance: none;
|
808
|
+
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;
|
809
|
+
background-size: 12px;
|
810
|
+
background-position: calc(100% - 12px) calc(50% + 3px);
|
811
|
+
background-repeat: no-repeat;
|
812
|
+
background-color: white;
|
813
|
+
}
|
814
|
+
._Input--readOnly_1v7zr_69 > ._Input-input_1v7zr_46,
|
815
|
+
._Input--readOnly_1v7zr_69 > select._Input-input_1v7zr_46 {
|
816
|
+
background-color: var(--puck-color-grey-11);
|
817
|
+
border-color: var(--puck-color-grey-8);
|
818
|
+
color: var(--puck-color-grey-5);
|
819
|
+
opacity: 1;
|
820
|
+
}
|
821
|
+
._Input-input_1v7zr_46:hover {
|
822
|
+
border-color: var(--puck-color-neutral-3);
|
823
|
+
}
|
824
|
+
._Input-input_1v7zr_46:focus {
|
825
|
+
border-color: var(--puck-color-azure-4);
|
826
|
+
outline: var(--puck-color-azure-8) 4px solid;
|
827
|
+
outline-offset: 0;
|
828
|
+
}
|
829
|
+
._Input-radioGroupItems_1v7zr_87 {
|
830
|
+
display: flex;
|
831
|
+
border: 1px solid var(--puck-color-grey-7);
|
832
|
+
border-radius: 4px;
|
833
|
+
flex-wrap: wrap;
|
834
|
+
overflow: hidden;
|
835
|
+
}
|
836
|
+
._Input-radio_1v7zr_87 {
|
837
|
+
border-right: 1px solid var(--puck-color-grey-7);
|
838
|
+
flex-grow: 1;
|
839
|
+
}
|
840
|
+
._Input-radio_1v7zr_87:last-of-type {
|
841
|
+
border-right: none;
|
842
|
+
}
|
843
|
+
._Input-radioInner_1v7zr_104 {
|
844
|
+
background-color: white;
|
845
|
+
color: var(--puck-color-grey-4);
|
846
|
+
font-size: var(--puck-font-size-xxxs);
|
847
|
+
padding: 8px 12px;
|
848
|
+
text-align: center;
|
849
|
+
}
|
850
|
+
._Input-radioInner_1v7zr_104:hover {
|
851
|
+
background-color: var(--puck-color-azure-9);
|
852
|
+
cursor: pointer;
|
853
|
+
}
|
854
|
+
._Input--readOnly_1v7zr_69 ._Input-radioGroupItems_1v7zr_87 {
|
855
|
+
border-color: var(--puck-color-grey-8);
|
856
|
+
}
|
857
|
+
._Input--readOnly_1v7zr_69 ._Input-radioInner_1v7zr_104 {
|
858
|
+
background-color: var(--puck-color-grey-11);
|
859
|
+
color: var(--puck-color-grey-5);
|
860
|
+
}
|
861
|
+
._Input-radio_1v7zr_87 ._Input-radioInput_1v7zr_126:checked ~ ._Input-radioInner_1v7zr_104 {
|
862
|
+
background-color: var(--puck-color-azure-9);
|
863
|
+
color: var(--puck-color-grey-1);
|
864
|
+
font-weight: 500;
|
865
|
+
}
|
866
|
+
._Input--readOnly_1v7zr_69 ._Input-radioInput_1v7zr_126:checked ~ ._Input-radioInner_1v7zr_104 {
|
867
|
+
background-color: var(--puck-color-azure-9);
|
868
|
+
color: var(--puck-color-grey-4);
|
869
|
+
}
|
870
|
+
._Input-radio_1v7zr_87 ._Input-radioInput_1v7zr_126 {
|
871
|
+
display: none;
|
872
|
+
}
|
873
|
+
textarea._Input-input_1v7zr_46 {
|
874
|
+
margin-bottom: -4px;
|
875
|
+
}
|
876
|
+
|
877
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/InputOrGroup/fields/ArrayField/styles.module.css/#css-module-data */
|
878
|
+
._ArrayField_1auyc_5 {
|
879
|
+
display: flex;
|
880
|
+
flex-direction: column;
|
881
|
+
background-color: var(--puck-color-grey-8);
|
882
|
+
border: 1px solid var(--puck-color-grey-8);
|
883
|
+
border-radius: 4px;
|
884
|
+
}
|
885
|
+
._ArrayField--isDraggingFrom_1auyc_13 {
|
886
|
+
background-color: var(--puck-color-azure-9);
|
887
|
+
}
|
888
|
+
._ArrayField-addButton_1auyc_17 {
|
889
|
+
background-color: white;
|
890
|
+
border: none;
|
891
|
+
border-radius: 4px;
|
892
|
+
display: flex;
|
893
|
+
color: var(--puck-color-azure-4);
|
894
|
+
justify-content: center;
|
895
|
+
cursor: pointer;
|
896
|
+
width: 100%;
|
897
|
+
margin: 0;
|
898
|
+
padding: 16px;
|
899
|
+
text-align: left;
|
900
|
+
}
|
901
|
+
._ArrayField--hasItems_1auyc_31 > ._ArrayField-addButton_1auyc_17 {
|
902
|
+
border-top-left-radius: 0;
|
903
|
+
border-top-right-radius: 0;
|
904
|
+
}
|
905
|
+
._ArrayField_1auyc_5:not(._ArrayField--isDraggingFrom_1auyc_13) > ._ArrayField-addButton_1auyc_17:hover {
|
906
|
+
background: var(--puck-color-azure-9);
|
907
|
+
color: var(--puck-color-azure-4);
|
908
|
+
}
|
909
|
+
._ArrayFieldItem_1auyc_45 {
|
910
|
+
background: white;
|
911
|
+
border-top-left-radius: 4px;
|
912
|
+
border-top-right-radius: 4px;
|
567
913
|
display: block;
|
568
914
|
margin-bottom: 1px;
|
569
915
|
}
|
@@ -644,17 +990,6 @@
|
|
644
990
|
cursor: pointer;
|
645
991
|
}
|
646
992
|
|
647
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/DragIcon/styles.module.css/#css-module-data */
|
648
|
-
._DragIcon_o29on_1 {
|
649
|
-
color: var(--puck-color-grey-4);
|
650
|
-
padding: 4px;
|
651
|
-
border-radius: 4px;
|
652
|
-
}
|
653
|
-
._DragIcon_o29on_1:hover {
|
654
|
-
cursor: grab;
|
655
|
-
background: var(--puck-color-grey-9);
|
656
|
-
}
|
657
|
-
|
658
993
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ExternalInput/styles.module.css/#css-module-data */
|
659
994
|
._ExternalInput_s6fxy_1 {
|
660
995
|
font-family: var(--puck-font-stack);
|
@@ -882,51 +1217,13 @@
|
|
882
1217
|
max-height: 90vh;
|
883
1218
|
}
|
884
1219
|
|
885
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/
|
886
|
-
.
|
887
|
-
display:
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
}
|
893
|
-
._Heading_1bvy5_1 b {
|
894
|
-
font-weight: 700;
|
895
|
-
}
|
896
|
-
._Heading--xxxxl_1bvy5_13 {
|
897
|
-
font-size: var(--puck-font-size-xxxxl);
|
898
|
-
letter-spacing: 0.08ch;
|
899
|
-
font-weight: 800;
|
900
|
-
}
|
901
|
-
._Heading--xxxl_1bvy5_19 {
|
902
|
-
font-size: var(--puck-font-size-xxxl);
|
903
|
-
}
|
904
|
-
._Heading--xxl_1bvy5_23 {
|
905
|
-
font-size: var(--puck-font-size-xxl);
|
906
|
-
}
|
907
|
-
._Heading--xl_1bvy5_27 {
|
908
|
-
font-size: var(--puck-font-size-xl);
|
909
|
-
}
|
910
|
-
._Heading--l_1bvy5_31 {
|
911
|
-
font-size: var(--puck-font-size-l);
|
912
|
-
}
|
913
|
-
._Heading--m_1bvy5_35 {
|
914
|
-
font-size: var(--puck-font-size-m);
|
915
|
-
}
|
916
|
-
._Heading--s_1bvy5_39 {
|
917
|
-
font-size: var(--puck-font-size-s);
|
918
|
-
}
|
919
|
-
._Heading--xs_1bvy5_43 {
|
920
|
-
font-size: var(--puck-font-size-xs);
|
921
|
-
}
|
922
|
-
|
923
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/InputOrGroup/fields/ObjectField/styles.module.css/#css-module-data */
|
924
|
-
._ObjectField_56z4t_5 {
|
925
|
-
display: flex;
|
926
|
-
flex-direction: column;
|
927
|
-
background-color: white;
|
928
|
-
border: 1px solid var(--puck-color-grey-8);
|
929
|
-
border-radius: 4px;
|
1220
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/InputOrGroup/fields/ObjectField/styles.module.css/#css-module-data */
|
1221
|
+
._ObjectField_56z4t_5 {
|
1222
|
+
display: flex;
|
1223
|
+
flex-direction: column;
|
1224
|
+
background-color: white;
|
1225
|
+
border: 1px solid var(--puck-color-grey-8);
|
1226
|
+
border-radius: 4px;
|
930
1227
|
}
|
931
1228
|
._ObjectField-fieldset_56z4t_13 {
|
932
1229
|
border: none;
|
@@ -934,21 +1231,40 @@
|
|
934
1231
|
padding: 16px 15px;
|
935
1232
|
}
|
936
1233
|
|
1234
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
|
1235
|
+
._PuckFields_1276r_1 {
|
1236
|
+
position: relative;
|
1237
|
+
}
|
1238
|
+
._PuckFields-loadingOverlay_1276r_5 {
|
1239
|
+
background: white;
|
1240
|
+
display: flex;
|
1241
|
+
justify-content: center;
|
1242
|
+
align-items: center;
|
1243
|
+
height: 100%;
|
1244
|
+
width: 100%;
|
1245
|
+
top: 0;
|
1246
|
+
position: absolute;
|
1247
|
+
z-index: 1;
|
1248
|
+
pointer-events: all;
|
1249
|
+
box-sizing: border-box;
|
1250
|
+
opacity: 0.8;
|
1251
|
+
}
|
1252
|
+
|
937
1253
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
|
938
|
-
.
|
1254
|
+
._ComponentList_1di93_1 {
|
939
1255
|
font-family: var(--puck-font-stack);
|
940
1256
|
max-width: 100%;
|
941
1257
|
}
|
942
|
-
._ComponentList--
|
1258
|
+
._ComponentList--isExpanded_1di93_6 + ._ComponentList_1di93_1 {
|
943
1259
|
margin-top: 12px;
|
944
1260
|
}
|
945
|
-
._ComponentList-
|
1261
|
+
._ComponentList-content_1di93_10 {
|
946
1262
|
display: none;
|
947
1263
|
}
|
948
|
-
._ComponentList--
|
1264
|
+
._ComponentList--isExpanded_1di93_6 > ._ComponentList-content_1di93_10 {
|
949
1265
|
display: block;
|
950
1266
|
}
|
951
|
-
._ComponentList-
|
1267
|
+
._ComponentList-title_1di93_18 {
|
952
1268
|
color: var(--puck-color-grey-4);
|
953
1269
|
display: flex;
|
954
1270
|
font-size: var(--puck-font-size-xxxs);
|
@@ -958,108 +1274,17 @@
|
|
958
1274
|
gap: 4px;
|
959
1275
|
border-radius: 4px;
|
960
1276
|
}
|
961
|
-
._ComponentList--
|
1277
|
+
._ComponentList--isExpanded_1di93_6 ._ComponentList-title_1di93_18 {
|
962
1278
|
margin-bottom: 4px;
|
963
1279
|
}
|
964
|
-
._ComponentList-
|
1280
|
+
._ComponentList-title_1di93_18:hover {
|
965
1281
|
background-color: var(--puck-color-azure-9);
|
966
1282
|
color: var(--puck-color-azure-4);
|
967
1283
|
cursor: pointer;
|
968
1284
|
}
|
969
|
-
._ComponentList-
|
1285
|
+
._ComponentList-titleIcon_1di93_39 {
|
970
1286
|
margin-left: auto;
|
971
1287
|
}
|
972
|
-
._ComponentListItem_1m8r5_43:last-of-type ._ComponentListItem-draggable_1m8r5_43 {
|
973
|
-
margin-bottom: 0px;
|
974
|
-
}
|
975
|
-
._ComponentListItem-draggable_1m8r5_43 {
|
976
|
-
background: white;
|
977
|
-
padding: 12px;
|
978
|
-
display: flex;
|
979
|
-
border: 1px var(--puck-color-grey-8) solid;
|
980
|
-
border-radius: 4px;
|
981
|
-
font-size: var(--puck-font-size-xxs);
|
982
|
-
justify-content: space-between;
|
983
|
-
align-items: center;
|
984
|
-
cursor: grab;
|
985
|
-
margin-bottom: 12px;
|
986
|
-
}
|
987
|
-
._ComponentListItem-name_1m8r5_60 {
|
988
|
-
overflow-x: hidden;
|
989
|
-
text-overflow: ellipsis;
|
990
|
-
white-space: nowrap;
|
991
|
-
}
|
992
|
-
._ComponentList_1m8r5_1:not(._ComponentList--isDraggingFrom_1m8r5_66) ._ComponentListItem-draggable_1m8r5_43:hover {
|
993
|
-
background-color: var(--puck-color-azure-9);
|
994
|
-
color: var(--puck-color-azure-4);
|
995
|
-
}
|
996
|
-
|
997
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
998
|
-
._SidebarSection_1uyg2_1 {
|
999
|
-
display: flex;
|
1000
|
-
position: relative;
|
1001
|
-
flex-direction: column;
|
1002
|
-
color: black;
|
1003
|
-
}
|
1004
|
-
._SidebarSection_1uyg2_1:last-of-type {
|
1005
|
-
flex-grow: 1;
|
1006
|
-
}
|
1007
|
-
._SidebarSection-title_1uyg2_12 {
|
1008
|
-
background: white;
|
1009
|
-
padding: 16px;
|
1010
|
-
border-bottom: 1px solid var(--puck-color-grey-8);
|
1011
|
-
overflow-x: auto;
|
1012
|
-
}
|
1013
|
-
._SidebarSection-content_1uyg2_19 {
|
1014
|
-
border-bottom: 1px solid var(--puck-color-grey-8);
|
1015
|
-
padding: 16px;
|
1016
|
-
}
|
1017
|
-
._SidebarSection--noPadding_1uyg2_24 ._SidebarSection-content_1uyg2_19 {
|
1018
|
-
padding: 0px;
|
1019
|
-
}
|
1020
|
-
._SidebarSection--noPadding_1uyg2_24 ._SidebarSection-content_1uyg2_19:last-child {
|
1021
|
-
padding-bottom: 4px;
|
1022
|
-
}
|
1023
|
-
._SidebarSection_1uyg2_1:last-of-type ._SidebarSection-content_1uyg2_19 {
|
1024
|
-
border-bottom: none;
|
1025
|
-
flex-grow: 1;
|
1026
|
-
}
|
1027
|
-
._SidebarSection-breadcrumbLabel_1uyg2_37 {
|
1028
|
-
color: var(--puck-color-azure-3);
|
1029
|
-
flex-shrink: 0;
|
1030
|
-
}
|
1031
|
-
._SidebarSection-breadcrumbLabel_1uyg2_37:hover {
|
1032
|
-
color: var(--puck-color-azure-4);
|
1033
|
-
cursor: pointer;
|
1034
|
-
text-decoration: underline;
|
1035
|
-
}
|
1036
|
-
._SidebarSection-breadcrumbs_1uyg2_48 {
|
1037
|
-
align-items: center;
|
1038
|
-
display: flex;
|
1039
|
-
gap: 4px;
|
1040
|
-
}
|
1041
|
-
._SidebarSection-breadcrumb_1uyg2_37 {
|
1042
|
-
align-items: center;
|
1043
|
-
display: flex;
|
1044
|
-
gap: 4px;
|
1045
|
-
}
|
1046
|
-
._SidebarSection-heading_1uyg2_60 {
|
1047
|
-
padding-right: 16px;
|
1048
|
-
}
|
1049
|
-
._SidebarSection-loadingOverlay_1uyg2_64 {
|
1050
|
-
background: white;
|
1051
|
-
display: flex;
|
1052
|
-
justify-content: center;
|
1053
|
-
align-items: center;
|
1054
|
-
height: 100%;
|
1055
|
-
width: 100%;
|
1056
|
-
top: 0;
|
1057
|
-
position: absolute;
|
1058
|
-
z-index: 1;
|
1059
|
-
pointer-events: all;
|
1060
|
-
box-sizing: border-box;
|
1061
|
-
opacity: 0.8;
|
1062
|
-
}
|
1063
1288
|
|
1064
1289
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
|
1065
1290
|
._LayerTree_o89yt_1 {
|
@@ -1151,202 +1376,3 @@
|
|
1151
1376
|
color: var(--puck-color-grey-7);
|
1152
1377
|
margin-top: 4px;
|
1153
1378
|
}
|
1154
|
-
|
1155
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
|
1156
|
-
._MenuBar_12sp7_1 {
|
1157
|
-
background-color: var(--puck-color-white);
|
1158
|
-
border-bottom: 1px solid var(--puck-color-grey-8);
|
1159
|
-
display: none;
|
1160
|
-
left: 0;
|
1161
|
-
margin-top: 1px;
|
1162
|
-
padding: 8px 16px;
|
1163
|
-
position: absolute;
|
1164
|
-
right: 0;
|
1165
|
-
top: 100%;
|
1166
|
-
z-index: 2;
|
1167
|
-
}
|
1168
|
-
._MenuBar--menuOpen_12sp7_14 {
|
1169
|
-
display: block;
|
1170
|
-
}
|
1171
|
-
@media (min-width: 638px) {
|
1172
|
-
._MenuBar_12sp7_1 {
|
1173
|
-
border: none;
|
1174
|
-
display: block;
|
1175
|
-
margin-top: 0;
|
1176
|
-
overflow-y: visible;
|
1177
|
-
padding: 0;
|
1178
|
-
position: static;
|
1179
|
-
}
|
1180
|
-
}
|
1181
|
-
._MenuBar-inner_12sp7_29 {
|
1182
|
-
align-items: center;
|
1183
|
-
display: flex;
|
1184
|
-
flex-wrap: wrap;
|
1185
|
-
gap: 8px 16px;
|
1186
|
-
justify-content: flex-end;
|
1187
|
-
}
|
1188
|
-
@media (min-width: 638px) {
|
1189
|
-
._MenuBar-inner_12sp7_29 {
|
1190
|
-
display: flex;
|
1191
|
-
flex-direction: row;
|
1192
|
-
flex-wrap: nowrap;
|
1193
|
-
}
|
1194
|
-
}
|
1195
|
-
._MenuBar-history_12sp7_45 {
|
1196
|
-
display: flex;
|
1197
|
-
}
|
1198
|
-
|
1199
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
|
1200
|
-
._Puck_103k9_19 {
|
1201
|
-
--puck-frame-width: auto;
|
1202
|
-
--puck-side-bar-width: 186px;
|
1203
|
-
--puck-space-px: 16px;
|
1204
|
-
bottom: 0;
|
1205
|
-
display: grid;
|
1206
|
-
grid-template-areas: "header header header" "left editor right";
|
1207
|
-
grid-template-columns: 0 var(--puck-frame-width) 0;
|
1208
|
-
grid-template-rows: min-content auto;
|
1209
|
-
height: 100vh;
|
1210
|
-
left: 0;
|
1211
|
-
position: fixed;
|
1212
|
-
right: 0;
|
1213
|
-
top: 0;
|
1214
|
-
}
|
1215
|
-
._Puck--leftSideBarVisible_103k9_35 {
|
1216
|
-
grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) 0;
|
1217
|
-
}
|
1218
|
-
._Puck--rightSideBarVisible_103k9_41 {
|
1219
|
-
grid-template-columns: 0 var(--puck-frame-width) var(--puck-side-bar-width);
|
1220
|
-
}
|
1221
|
-
._Puck--leftSideBarVisible_103k9_35._Puck--rightSideBarVisible_103k9_41 {
|
1222
|
-
grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) var(--puck-side-bar-width);
|
1223
|
-
}
|
1224
|
-
@media (min-width: 458px) {
|
1225
|
-
._Puck_103k9_19 {
|
1226
|
-
--puck-frame-width: minmax(266px, auto);
|
1227
|
-
}
|
1228
|
-
}
|
1229
|
-
@media (min-width: 638px) {
|
1230
|
-
._Puck_103k9_19 {
|
1231
|
-
--puck-side-bar-width: minmax(186px, 250px);
|
1232
|
-
}
|
1233
|
-
}
|
1234
|
-
@media (min-width: 766px) {
|
1235
|
-
._Puck_103k9_19 {
|
1236
|
-
--puck-frame-width: auto;
|
1237
|
-
}
|
1238
|
-
}
|
1239
|
-
@media (min-width: 990px) {
|
1240
|
-
._Puck_103k9_19 {
|
1241
|
-
--puck-side-bar-width: 256px;
|
1242
|
-
}
|
1243
|
-
}
|
1244
|
-
@media (min-width: 1198px) {
|
1245
|
-
._Puck_103k9_19 {
|
1246
|
-
--puck-side-bar-width: 274px;
|
1247
|
-
}
|
1248
|
-
}
|
1249
|
-
@media (min-width: 1398px) {
|
1250
|
-
._Puck_103k9_19 {
|
1251
|
-
--puck-side-bar-width: 290px;
|
1252
|
-
}
|
1253
|
-
}
|
1254
|
-
@media (min-width: 1598px) {
|
1255
|
-
._Puck_103k9_19 {
|
1256
|
-
--puck-side-bar-width: 320px;
|
1257
|
-
}
|
1258
|
-
}
|
1259
|
-
._Puck-header_103k9_95 {
|
1260
|
-
background: var(--puck-color-white);
|
1261
|
-
border-bottom: 1px solid var(--puck-color-grey-8);
|
1262
|
-
color: var(--puck-color-black);
|
1263
|
-
grid-area: header;
|
1264
|
-
position: relative;
|
1265
|
-
max-width: 100vw;
|
1266
|
-
}
|
1267
|
-
._Puck-headerInner_103k9_104 {
|
1268
|
-
align-items: end;
|
1269
|
-
display: grid;
|
1270
|
-
gap: var(--puck-space-px);
|
1271
|
-
grid-template-areas: "left middle right";
|
1272
|
-
grid-template-columns: 1fr auto 1fr;
|
1273
|
-
grid-template-rows: auto;
|
1274
|
-
padding: var(--puck-space-px);
|
1275
|
-
}
|
1276
|
-
._Puck-headerToggle_103k9_114 {
|
1277
|
-
color: var(--puck-color-grey-4);
|
1278
|
-
display: flex;
|
1279
|
-
margin-left: -4px;
|
1280
|
-
padding-top: 2px;
|
1281
|
-
}
|
1282
|
-
._Puck-rightSideBarToggle_103k9_121 {
|
1283
|
-
transform: rotate(180deg);
|
1284
|
-
}
|
1285
|
-
._Puck--rightSideBarVisible_103k9_41 ._Puck-rightSideBarToggle_103k9_121,
|
1286
|
-
._Puck--leftSideBarVisible_103k9_35 ._Puck-leftSideBarToggle_103k9_126 {
|
1287
|
-
color: var(--puck-color-black);
|
1288
|
-
}
|
1289
|
-
._Puck-headerTitle_103k9_130 {
|
1290
|
-
align-self: center;
|
1291
|
-
}
|
1292
|
-
._Puck-headerPath_103k9_134 {
|
1293
|
-
font-family: var(--puck-font-family-monospaced);
|
1294
|
-
font-size: var(--puck-font-size-xxs);
|
1295
|
-
font-weight: normal;
|
1296
|
-
word-break: break-all;
|
1297
|
-
}
|
1298
|
-
._Puck-headerTools_103k9_141 {
|
1299
|
-
display: flex;
|
1300
|
-
gap: 16px;
|
1301
|
-
justify-content: flex-end;
|
1302
|
-
}
|
1303
|
-
._Puck-menuButton_103k9_147 {
|
1304
|
-
color: var(--puck-color-grey-4);
|
1305
|
-
margin-left: -4px;
|
1306
|
-
}
|
1307
|
-
._Puck--menuOpen_103k9_152 ._Puck-menuButton_103k9_147 {
|
1308
|
-
color: var(--puck-color-black);
|
1309
|
-
}
|
1310
|
-
@media (min-width: 638px) {
|
1311
|
-
._Puck-menuButton_103k9_147 {
|
1312
|
-
display: none;
|
1313
|
-
}
|
1314
|
-
}
|
1315
|
-
._Puck-leftSideBar_103k9_126 {
|
1316
|
-
background: var(--puck-color-grey-11);
|
1317
|
-
border-right: 1px solid var(--puck-color-grey-8);
|
1318
|
-
display: flex;
|
1319
|
-
flex-direction: column;
|
1320
|
-
grid-area: left;
|
1321
|
-
overflow-y: auto;
|
1322
|
-
}
|
1323
|
-
._Puck-frame_103k9_171 {
|
1324
|
-
display: flex;
|
1325
|
-
flex-direction: column;
|
1326
|
-
grid-area: editor;
|
1327
|
-
overflow: auto;
|
1328
|
-
position: relative;
|
1329
|
-
}
|
1330
|
-
._Puck-root_103k9_179 {
|
1331
|
-
box-shadow: 0 0 0 calc(var(--puck-space-px) * 2) var(--puck-color-grey-10);
|
1332
|
-
margin: var(--puck-space-px);
|
1333
|
-
min-width: 321px;
|
1334
|
-
zoom: 0.75;
|
1335
|
-
}
|
1336
|
-
@media (min-width: 1198px) {
|
1337
|
-
._Puck-root_103k9_179 {
|
1338
|
-
margin: calc(var(--puck-space-px) * 2);
|
1339
|
-
}
|
1340
|
-
}
|
1341
|
-
._Puck-page_103k9_192 {
|
1342
|
-
border: 1px solid var(--puck-color-grey-8);
|
1343
|
-
}
|
1344
|
-
._Puck-rightSideBar_103k9_121 {
|
1345
|
-
background: var(--puck-color-white);
|
1346
|
-
border-left: 1px solid var(--puck-color-grey-8);
|
1347
|
-
display: flex;
|
1348
|
-
flex-direction: column;
|
1349
|
-
font-family: var(--puck-font-stack);
|
1350
|
-
grid-area: right;
|
1351
|
-
overflow-y: auto;
|
1352
|
-
}
|