@measured/puck 0.20.1-canary.d7404af9 → 0.21.0-canary.5c9698fb

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/index.css CHANGED
@@ -147,7 +147,7 @@
147
147
  /* bundle/index.css */
148
148
 
149
149
  /* css-module:/home/runner/work/puck/puck/packages/core/components/ActionBar/styles.module.css/#css-module-data */
150
- .ActionBar {
150
+ ._ActionBar_rvadt_1 {
151
151
  align-items: center;
152
152
  cursor: default;
153
153
  display: flex;
@@ -163,7 +163,7 @@
163
163
  font-family: var(--puck-font-family);
164
164
  min-height: 26px;
165
165
  }
166
- .ActionBar-label {
166
+ ._ActionBar-label_rvadt_18 {
167
167
  color: var(--puck-color-grey-08);
168
168
  font-size: var(--puck-font-size-xxxs);
169
169
  font-weight: 500;
@@ -174,13 +174,13 @@
174
174
  text-overflow: ellipsis;
175
175
  white-space: nowrap;
176
176
  }
177
- .ActionBar-action + .ActionBar-label {
177
+ ._ActionBar-action_rvadt_30 + ._ActionBar-label_rvadt_18 {
178
178
  padding-inline-start: 0;
179
179
  }
180
- .ActionBar-label + .ActionBar-action {
180
+ ._ActionBar-label_rvadt_18 + ._ActionBar-action_rvadt_30 {
181
181
  margin-inline-start: -4px;
182
182
  }
183
- .ActionBar-group {
183
+ ._ActionBar-group_rvadt_38 {
184
184
  align-items: center;
185
185
  border-inline-start: 0.5px solid var(--puck-color-grey-05);
186
186
  display: flex;
@@ -188,13 +188,13 @@
188
188
  padding-inline-start: 4px;
189
189
  padding-inline-end: 4px;
190
190
  }
191
- .ActionBar-group:first-of-type {
191
+ ._ActionBar-group_rvadt_38:first-of-type {
192
192
  border-inline-start: 0;
193
193
  }
194
- .ActionBar-group:empty {
194
+ ._ActionBar-group_rvadt_38:empty {
195
195
  display: none;
196
196
  }
197
- .ActionBar-action {
197
+ ._ActionBar-action_rvadt_30 {
198
198
  background: transparent;
199
199
  border: none;
200
200
  color: var(--puck-color-grey-08);
@@ -209,32 +209,32 @@
209
209
  justify-content: center;
210
210
  transition: color 50ms ease-in;
211
211
  }
212
- .ActionBar-action svg {
212
+ ._ActionBar-action_rvadt_30 svg {
213
213
  max-width: none !important;
214
214
  }
215
- .ActionBar-action:focus-visible {
215
+ ._ActionBar-action_rvadt_30:focus-visible {
216
216
  outline: 2px solid var(--puck-color-azure-05);
217
217
  outline-offset: -2px;
218
218
  }
219
219
  @media (hover: hover) and (pointer: fine) {
220
- .ActionBar-action:hover {
220
+ ._ActionBar-action_rvadt_30:hover {
221
221
  color: var(--puck-color-azure-06);
222
222
  transition: none;
223
223
  }
224
224
  }
225
- .ActionBar-action:active {
225
+ ._ActionBar-action_rvadt_30:active {
226
226
  color: var(--puck-color-azure-07);
227
227
  transition: none;
228
228
  }
229
- .ActionBar-group * {
229
+ ._ActionBar-group_rvadt_38 * {
230
230
  margin: 0;
231
231
  }
232
232
 
233
233
  /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/styles.module.css/#css-module-data */
234
- .InputWrapper + .InputWrapper {
234
+ ._InputWrapper_bsxfo_1 + ._InputWrapper_bsxfo_1 {
235
235
  margin-top: 12px;
236
236
  }
237
- .Input-label {
237
+ ._Input-label_bsxfo_5 {
238
238
  align-items: center;
239
239
  color: var(--puck-color-grey-04);
240
240
  display: flex;
@@ -242,17 +242,17 @@
242
242
  font-size: var(--puck-font-size-xxs);
243
243
  font-weight: 600;
244
244
  }
245
- .Input-labelIcon {
245
+ ._Input-labelIcon_bsxfo_14 {
246
246
  color: var(--puck-color-grey-07);
247
247
  display: flex;
248
248
  margin-inline-end: 4px;
249
249
  padding-inline-start: 4px;
250
250
  }
251
- .Input-disabledIcon {
251
+ ._Input-disabledIcon_bsxfo_21 {
252
252
  color: var(--puck-color-grey-05);
253
253
  margin-inline-start: auto;
254
254
  }
255
- .Input-input {
255
+ ._Input-input_bsxfo_26 {
256
256
  background: var(--puck-color-white);
257
257
  border-width: 1px;
258
258
  border-style: solid;
@@ -267,11 +267,11 @@
267
267
  max-width: 100%;
268
268
  }
269
269
  @media (min-width: 458px) {
270
- .Input-input {
270
+ ._Input-input_bsxfo_26 {
271
271
  font-size: 14px;
272
272
  }
273
273
  }
274
- select.Input-input {
274
+ select._Input-input_bsxfo_26 {
275
275
  appearance: none;
276
276
  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;
277
277
  background-size: 12px;
@@ -280,29 +280,29 @@ select.Input-input {
280
280
  background-color: var(--puck-color-white);
281
281
  cursor: pointer;
282
282
  }
283
- select.Input-input:dir(rtl) {
283
+ select._Input-input_bsxfo_26:dir(rtl) {
284
284
  background-position: 12px calc(50% + 3px);
285
285
  }
286
286
  @media (hover: hover) and (pointer: fine) {
287
- .Input:has(> input):hover .Input-input:not([readonly]),
288
- .Input:has(> textarea):hover .Input-input:not([readonly]) {
287
+ ._Input_bsxfo_1:has(> input):hover ._Input-input_bsxfo_26:not([readonly]),
288
+ ._Input_bsxfo_1:has(> textarea):hover ._Input-input_bsxfo_26:not([readonly]) {
289
289
  border-color: var(--puck-color-grey-05);
290
290
  transition: none;
291
291
  }
292
- .Input:has(> select):hover .Input-input:not([disabled]) {
292
+ ._Input_bsxfo_1:has(> select):hover ._Input-input_bsxfo_26:not([disabled]) {
293
293
  background-color: var(--puck-color-azure-12);
294
294
  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>");
295
295
  border-color: var(--puck-color-grey-05);
296
296
  transition: none;
297
297
  }
298
298
  }
299
- .Input-input:focus {
299
+ ._Input-input_bsxfo_26:focus {
300
300
  border-color: var(--puck-color-grey-05);
301
301
  outline: 2px solid var(--puck-color-azure-05);
302
302
  transition: none;
303
303
  }
304
- .Input--readOnly > .Input-input,
305
- .Input--readOnly > select.Input-input {
304
+ ._Input--readOnly_bsxfo_82 > ._Input-input_bsxfo_26,
305
+ ._Input--readOnly_bsxfo_82 > select._Input-input_bsxfo_26 {
306
306
  background-color: var(--puck-color-grey-11);
307
307
  border-color: var(--puck-color-grey-09);
308
308
  color: var(--puck-color-grey-04);
@@ -311,34 +311,34 @@ select.Input-input:dir(rtl) {
311
311
  outline: 0;
312
312
  transition: none;
313
313
  }
314
- .Input-radioGroupItems {
314
+ ._Input-radioGroupItems_bsxfo_93 {
315
315
  display: flex;
316
316
  border: 1px solid var(--puck-color-grey-09);
317
317
  border-radius: 4px;
318
318
  flex-wrap: wrap;
319
319
  }
320
- .Input-radio {
320
+ ._Input-radio_bsxfo_93 {
321
321
  border-inline-end: 1px solid var(--puck-color-grey-09);
322
322
  flex-grow: 1;
323
323
  }
324
- .Input-radio:first-of-type {
324
+ ._Input-radio_bsxfo_93:first-of-type {
325
325
  border-bottom-left-radius: 4px;
326
326
  border-top-left-radius: 4px;
327
327
  }
328
- .Input-radio:first-of-type .Input-radioInner {
328
+ ._Input-radio_bsxfo_93:first-of-type ._Input-radioInner_bsxfo_110 {
329
329
  border-bottom-left-radius: 3px;
330
330
  border-top-left-radius: 3px;
331
331
  }
332
- .Input-radio:last-of-type {
332
+ ._Input-radio_bsxfo_93:last-of-type {
333
333
  border-bottom-right-radius: 4px;
334
334
  border-inline-end: 0;
335
335
  border-top-right-radius: 4px;
336
336
  }
337
- .Input-radio:last-of-type .Input-radioInner {
337
+ ._Input-radio_bsxfo_93:last-of-type ._Input-radioInner_bsxfo_110 {
338
338
  border-bottom-right-radius: 3px;
339
339
  border-top-right-radius: 3px;
340
340
  }
341
- .Input-radioInner {
341
+ ._Input-radioInner_bsxfo_110 {
342
342
  background-color: var(--puck-color-white);
343
343
  color: var(--puck-color-grey-04);
344
344
  cursor: pointer;
@@ -347,32 +347,32 @@ select.Input-input:dir(rtl) {
347
347
  text-align: center;
348
348
  transition: background-color 50ms ease-in;
349
349
  }
350
- .Input-radio:has(:focus-visible) {
350
+ ._Input-radio_bsxfo_93:has(:focus-visible) {
351
351
  outline: 2px solid var(--puck-color-azure-05);
352
352
  outline-offset: 2px;
353
353
  position: relative;
354
354
  }
355
355
  @media (hover: hover) and (pointer: fine) {
356
- .Input-radioInner:hover {
356
+ ._Input-radioInner_bsxfo_110:hover {
357
357
  background-color: var(--puck-color-azure-12);
358
358
  transition: none;
359
359
  }
360
360
  }
361
- .Input--readOnly .Input-radioInner {
361
+ ._Input--readOnly_bsxfo_82 ._Input-radioInner_bsxfo_110 {
362
362
  background-color: var(--puck-color-white);
363
363
  color: var(--puck-color-grey-04);
364
364
  cursor: default;
365
365
  }
366
- .Input-radio .Input-radioInput:checked ~ .Input-radioInner {
366
+ ._Input-radio_bsxfo_93 ._Input-radioInput_bsxfo_155:checked ~ ._Input-radioInner_bsxfo_110 {
367
367
  background-color: var(--puck-color-azure-11);
368
368
  color: var(--puck-color-azure-04);
369
369
  font-weight: 500;
370
370
  }
371
- .Input--readOnly .Input-radioInput:checked ~ .Input-radioInner {
371
+ ._Input--readOnly_bsxfo_82 ._Input-radioInput_bsxfo_155:checked ~ ._Input-radioInner_bsxfo_110 {
372
372
  background-color: var(--puck-color-grey-11);
373
373
  color: var(--puck-color-grey-04);
374
374
  }
375
- .Input-radio .Input-radioInput {
375
+ ._Input-radio_bsxfo_93 ._Input-radioInput_bsxfo_155 {
376
376
  clip: rect(0 0 0 0);
377
377
  clip-path: inset(100%);
378
378
  height: 1px;
@@ -381,23 +381,23 @@ select.Input-input:dir(rtl) {
381
381
  white-space: nowrap;
382
382
  width: 1px;
383
383
  }
384
- textarea.Input-input {
384
+ textarea._Input-input_bsxfo_26 {
385
385
  margin-bottom: -4px;
386
386
  }
387
387
 
388
388
  /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
389
- .ArrayField {
389
+ ._ArrayField_14u8o_5 {
390
390
  display: flex;
391
391
  flex-direction: column;
392
392
  background: var(--puck-color-azure-11);
393
393
  border: 1px solid var(--puck-color-grey-09);
394
394
  border-radius: 4px;
395
395
  }
396
- .ArrayField--isDraggingFrom {
396
+ ._ArrayField--isDraggingFrom_14u8o_13 {
397
397
  background-color: var(--puck-color-azure-11);
398
398
  overflow: hidden;
399
399
  }
400
- .ArrayField-addButton {
400
+ ._ArrayField-addButton_14u8o_18 {
401
401
  background-color: var(--puck-color-white);
402
402
  border: none;
403
403
  border-radius: 3px;
@@ -411,63 +411,63 @@ textarea.Input-input {
411
411
  text-align: left;
412
412
  transition: background-color 50ms ease-in;
413
413
  }
414
- .ArrayField--hasItems > .ArrayField-addButton {
414
+ ._ArrayField--hasItems_14u8o_33 > ._ArrayField-addButton_14u8o_18 {
415
415
  border-top: 1px solid var(--puck-color-grey-09);
416
416
  border-top-left-radius: 0;
417
417
  border-top-right-radius: 0;
418
418
  }
419
- .ArrayField-addButton:focus-visible {
419
+ ._ArrayField-addButton_14u8o_18:focus-visible {
420
420
  outline: 2px solid var(--puck-color-azure-05);
421
421
  outline-offset: 2px;
422
422
  position: relative;
423
423
  }
424
424
  @media (hover: hover) and (pointer: fine) {
425
- .ArrayField:not(.ArrayField--isDraggingFrom) > .ArrayField-addButton:hover {
425
+ ._ArrayField_14u8o_5:not(._ArrayField--isDraggingFrom_14u8o_13) > ._ArrayField-addButton_14u8o_18:hover {
426
426
  background: var(--puck-color-azure-12);
427
427
  color: var(--puck-color-azure-04);
428
428
  transition: none;
429
429
  }
430
430
  }
431
- .ArrayField:not(.ArrayField--isDraggingFrom) > .ArrayField-addButton:active {
431
+ ._ArrayField_14u8o_5:not(._ArrayField--isDraggingFrom_14u8o_13) > ._ArrayField-addButton_14u8o_18:active {
432
432
  background: var(--puck-color-azure-11);
433
433
  color: var(--puck-color-azure-04);
434
434
  transition: none;
435
435
  }
436
- .ArrayField-inner {
436
+ ._ArrayField-inner_14u8o_59 {
437
437
  margin-top: -1px;
438
438
  }
439
- .ArrayFieldItem {
439
+ ._ArrayFieldItem_14u8o_67 {
440
440
  border-top-left-radius: 3px;
441
441
  border-top-right-radius: 3px;
442
442
  display: block;
443
443
  position: relative;
444
444
  }
445
- .ArrayFieldItem {
445
+ ._ArrayFieldItem_14u8o_67 {
446
446
  border-top: 1px solid var(--puck-color-grey-09);
447
447
  }
448
- .ArrayFieldItem--isDragging {
448
+ ._ArrayFieldItem--isDragging_14u8o_78 {
449
449
  border-top: transparent;
450
450
  }
451
- .ArrayFieldItem--isExpanded::before {
451
+ ._ArrayFieldItem--isExpanded_14u8o_82::before {
452
452
  display: none;
453
453
  }
454
- .ArrayFieldItem--isExpanded {
454
+ ._ArrayFieldItem--isExpanded_14u8o_82 {
455
455
  border-bottom: 0;
456
456
  outline-offset: 0px !important;
457
457
  outline: 1px solid var(--puck-color-azure-07) !important;
458
458
  z-index: 2;
459
459
  }
460
- .ArrayFieldItem--isDragging {
460
+ ._ArrayFieldItem--isDragging_14u8o_78 {
461
461
  outline: 2px var(--puck-color-azure-09) solid !important;
462
462
  }
463
- .ArrayFieldItem--isDragging .ArrayFieldItem-summary:active {
463
+ ._ArrayFieldItem--isDragging_14u8o_78 ._ArrayFieldItem-summary_14u8o_97:active {
464
464
  background-color: var(--puck-color-white);
465
465
  }
466
- .ArrayFieldItem + .ArrayFieldItem {
466
+ ._ArrayFieldItem_14u8o_67 + ._ArrayFieldItem_14u8o_67 {
467
467
  border-top-left-radius: 0;
468
468
  border-top-right-radius: 0;
469
469
  }
470
- .ArrayFieldItem-summary {
470
+ ._ArrayFieldItem-summary_14u8o_97 {
471
471
  background: var(--puck-color-white);
472
472
  color: var(--puck-color-grey-04);
473
473
  cursor: pointer;
@@ -482,70 +482,70 @@ textarea.Input-input {
482
482
  overflow: hidden;
483
483
  transition: background-color 50ms ease-in;
484
484
  }
485
- .ArrayFieldItem:first-of-type > .ArrayFieldItem-summary {
485
+ ._ArrayFieldItem_14u8o_67:first-of-type > ._ArrayFieldItem-summary_14u8o_97 {
486
486
  border-top-left-radius: 3px;
487
487
  border-top-right-radius: 3px;
488
488
  }
489
- .ArrayField--addDisabled > .ArrayField-inner > .ArrayFieldItem:last-of-type:not(.ArrayFieldItem--isExpanded) > .ArrayFieldItem-summary {
489
+ ._ArrayField--addDisabled_14u8o_127 > ._ArrayField-inner_14u8o_59 > ._ArrayFieldItem_14u8o_67:last-of-type:not(._ArrayFieldItem--isExpanded_14u8o_82) > ._ArrayFieldItem-summary_14u8o_97 {
490
490
  border-bottom-left-radius: 3px;
491
491
  border-bottom-right-radius: 3px;
492
492
  }
493
- .ArrayField--addDisabled > .ArrayField-inner > .ArrayFieldItem--isExpanded:last-of-type {
493
+ ._ArrayField--addDisabled_14u8o_127 > ._ArrayField-inner_14u8o_59 > ._ArrayFieldItem--isExpanded_14u8o_82:last-of-type {
494
494
  border-bottom-left-radius: 3px;
495
495
  border-bottom-right-radius: 3px;
496
496
  }
497
- .ArrayFieldItem-summary:focus-visible {
497
+ ._ArrayFieldItem-summary_14u8o_97:focus-visible {
498
498
  outline: 2px solid var(--puck-color-azure-05);
499
499
  outline-offset: 2px;
500
500
  }
501
501
  @media (hover: hover) and (pointer: fine) {
502
- .ArrayFieldItem-summary:hover {
502
+ ._ArrayFieldItem-summary_14u8o_97:hover {
503
503
  background-color: var(--puck-color-azure-12);
504
504
  transition: none;
505
505
  }
506
506
  }
507
- .ArrayFieldItem-summary:active {
507
+ ._ArrayFieldItem-summary_14u8o_97:active {
508
508
  background-color: var(--puck-color-azure-11);
509
509
  transition: none;
510
510
  }
511
- .ArrayFieldItem--isExpanded > .ArrayFieldItem-summary {
511
+ ._ArrayFieldItem--isExpanded_14u8o_82 > ._ArrayFieldItem-summary_14u8o_97 {
512
512
  background: var(--puck-color-azure-11);
513
513
  color: var(--puck-color-azure-04);
514
514
  font-weight: 600;
515
515
  transition: none;
516
516
  }
517
- .ArrayFieldItem-body {
517
+ ._ArrayFieldItem-body_14u8o_166 {
518
518
  background: var(--puck-color-white);
519
519
  display: none;
520
520
  }
521
- .ArrayFieldItem--isExpanded > .ArrayFieldItem-body {
521
+ ._ArrayFieldItem--isExpanded_14u8o_82 > ._ArrayFieldItem-body_14u8o_166 {
522
522
  display: block;
523
523
  }
524
- .ArrayFieldItem-fieldset {
524
+ ._ArrayFieldItem-fieldset_14u8o_175 {
525
525
  border: none;
526
526
  border-top: 1px solid var(--puck-color-grey-09);
527
527
  margin: 0;
528
528
  min-width: 0;
529
529
  padding: 16px 15px;
530
530
  }
531
- .ArrayFieldItem-rhs {
531
+ ._ArrayFieldItem-rhs_14u8o_183 {
532
532
  display: flex;
533
533
  gap: 4px;
534
534
  align-items: center;
535
535
  }
536
- .ArrayFieldItem-actions {
536
+ ._ArrayFieldItem-actions_14u8o_189 {
537
537
  color: var(--puck-color-grey-04);
538
538
  display: flex;
539
539
  gap: 4px;
540
540
  opacity: 0;
541
541
  }
542
- .ArrayFieldItem-summary:focus-within > .ArrayFieldItem-rhs > .ArrayFieldItem-actions,
543
- .ArrayFieldItem-summary:hover > .ArrayFieldItem-rhs > .ArrayFieldItem-actions {
542
+ ._ArrayFieldItem-summary_14u8o_97:focus-within > ._ArrayFieldItem-rhs_14u8o_183 > ._ArrayFieldItem-actions_14u8o_189,
543
+ ._ArrayFieldItem-summary_14u8o_97:hover > ._ArrayFieldItem-rhs_14u8o_183 > ._ArrayFieldItem-actions_14u8o_189 {
544
544
  opacity: 1;
545
545
  }
546
546
 
547
547
  /* css-module:/home/runner/work/puck/puck/packages/core/components/IconButton/IconButton.module.css/#css-module-data */
548
- .IconButton {
548
+ ._IconButton_swpni_1 {
549
549
  align-items: center;
550
550
  background: transparent;
551
551
  border: none;
@@ -557,23 +557,23 @@ textarea.Input-input {
557
557
  padding: 4px;
558
558
  transition: background-color 50ms ease-in, color 50ms ease-in;
559
559
  }
560
- .IconButton:focus-visible {
560
+ ._IconButton_swpni_1:focus-visible {
561
561
  outline: 2px solid var(--puck-color-azure-05);
562
562
  outline-offset: -2px;
563
563
  }
564
564
  @media (hover: hover) and (pointer: fine) {
565
- .IconButton:hover:not(.IconButton--disabled) {
565
+ ._IconButton_swpni_1:hover:not(._IconButton--disabled_swpni_20) {
566
566
  background: var(--puck-color-azure-12);
567
567
  color: var(--puck-color-azure-04);
568
568
  cursor: pointer;
569
569
  transition: none;
570
570
  }
571
571
  }
572
- .IconButton:active {
572
+ ._IconButton_swpni_1:active {
573
573
  background: var(--puck-color-azure-11);
574
574
  transition: none;
575
575
  }
576
- .IconButton-title {
576
+ ._IconButton-title_swpni_33 {
577
577
  clip: rect(0 0 0 0);
578
578
  clip-path: inset(100%);
579
579
  height: 1px;
@@ -582,12 +582,12 @@ textarea.Input-input {
582
582
  white-space: nowrap;
583
583
  width: 1px;
584
584
  }
585
- .IconButton--disabled {
585
+ ._IconButton--disabled_swpni_20 {
586
586
  color: var(--puck-color-grey-07);
587
587
  }
588
588
 
589
589
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Loader/styles.module.css/#css-module-data */
590
- @keyframes loader-animation {
590
+ @keyframes _loader-animation_nacdm_1 {
591
591
  0% {
592
592
  transform: rotate(0deg) scale(1);
593
593
  }
@@ -598,28 +598,28 @@ textarea.Input-input {
598
598
  transform: rotate(360deg) scale(1);
599
599
  }
600
600
  }
601
- .Loader {
601
+ ._Loader_nacdm_13 {
602
602
  background: transparent;
603
603
  border-radius: 100%;
604
604
  border: 2px solid currentColor;
605
605
  border-bottom-color: transparent;
606
606
  display: inline-block;
607
- animation: loader-animation 1s 0s infinite linear;
607
+ animation: _loader-animation_nacdm_1 1s 0s infinite linear;
608
608
  animation-fill-mode: both;
609
609
  }
610
610
 
611
611
  /* css-module:/home/runner/work/puck/puck/packages/core/components/DragIcon/styles.module.css/#css-module-data */
612
- .DragIcon {
612
+ ._DragIcon_17p8x_1 {
613
613
  color: var(--puck-color-grey-05);
614
614
  cursor: grab;
615
615
  padding: 4px;
616
616
  border-radius: 4px;
617
617
  }
618
- .DragIcon--disabled {
618
+ ._DragIcon--disabled_17p8x_8 {
619
619
  cursor: no-drop;
620
620
  }
621
621
  @media (hover: hover) and (pointer: fine) {
622
- .DragIcon:not(.DragIcon--disabled):hover {
622
+ ._DragIcon_17p8x_1:not(._DragIcon--disabled_17p8x_8):hover {
623
623
  color: var(--puck-color-azure-05);
624
624
  background-color: var(--puck-color-azure-12);
625
625
  }
@@ -639,10 +639,10 @@ textarea.Input-input {
639
639
  }
640
640
 
641
641
  /* css-module:/home/runner/work/puck/puck/packages/core/components/ExternalInput/styles.module.css/#css-module-data */
642
- .ExternalInput-actions {
642
+ ._ExternalInput-actions_91ls0_1 {
643
643
  display: flex;
644
644
  }
645
- .ExternalInput-button {
645
+ ._ExternalInput-button_91ls0_5 {
646
646
  display: flex;
647
647
  gap: 8px;
648
648
  align-items: center;
@@ -660,16 +660,16 @@ textarea.Input-input {
660
660
  overflow: hidden;
661
661
  flex-grow: 1;
662
662
  }
663
- .ExternalInput--dataSelected .ExternalInput-button {
663
+ ._ExternalInput--dataSelected_91ls0_24 ._ExternalInput-button_91ls0_5 {
664
664
  color: var(--puck-color-grey-03);
665
665
  display: block;
666
666
  border-top-right-radius: 0px;
667
667
  border-bottom-right-radius: 0px;
668
668
  }
669
- .ExternalInput--readOnly .ExternalInput-button {
669
+ ._ExternalInput--readOnly_91ls0_31 ._ExternalInput-button_91ls0_5 {
670
670
  background-color: var(--puck-color-grey-11);
671
671
  }
672
- .ExternalInput-detachButton {
672
+ ._ExternalInput-detachButton_91ls0_35 {
673
673
  border: 1px solid var(--puck-color-grey-09);
674
674
  border-top-right-radius: 4px;
675
675
  border-bottom-right-radius: 4px;
@@ -684,28 +684,28 @@ textarea.Input-input {
684
684
  transition: background-color 50ms ease-in, color 50ms ease-in;
685
685
  margin-inline-start: -1px;
686
686
  }
687
- .ExternalInput-button:focus-visible,
688
- .ExternalInput-detachButton:focus-visible {
687
+ ._ExternalInput-button_91ls0_5:focus-visible,
688
+ ._ExternalInput-detachButton_91ls0_35:focus-visible {
689
689
  outline: 2px solid var(--puck-color-azure-05);
690
690
  outline-offset: 2px;
691
691
  z-index: 1;
692
692
  }
693
693
  @media (hover: hover) and (pointer: fine) {
694
- .ExternalInput:not(.ExternalInput--readOnly) .ExternalInput-button:hover,
695
- .ExternalInput:not(.ExternalInput--readOnly) .ExternalInput-detachButton:hover {
694
+ ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-button_91ls0_5:hover,
695
+ ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:hover {
696
696
  background: var(--puck-color-azure-12);
697
697
  transition: none;
698
698
  }
699
- .ExternalInput:not(.ExternalInput--readOnly) .ExternalInput-detachButton:hover {
699
+ ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:hover {
700
700
  color: var(--puck-color-azure-04);
701
701
  }
702
702
  }
703
- .ExternalInput:not(.ExternalInput--readOnly) .ExternalInput-button:active,
704
- .ExternalInput:not(.ExternalInput--readOnly) .ExternalInput-detachButton:active {
703
+ ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-button_91ls0_5:active,
704
+ ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:active {
705
705
  background: var(--puck-color-azure-11);
706
706
  transition: none;
707
707
  }
708
- .ExternalInputModal {
708
+ ._ExternalInputModal_91ls0_79 {
709
709
  color: var(--puck-color-black);
710
710
  display: grid;
711
711
  grid-template-rows: min-content minmax(128px, 100%) min-content;
@@ -714,35 +714,35 @@ textarea.Input-input {
714
714
  min-height: 50dvh;
715
715
  max-height: 90dvh;
716
716
  }
717
- .ExternalInputModal-grid {
717
+ ._ExternalInputModal-grid_91ls0_89 {
718
718
  display: flex;
719
719
  flex-direction: column;
720
720
  }
721
721
  @media (min-width: 458px) {
722
- .ExternalInputModal-grid {
722
+ ._ExternalInputModal-grid_91ls0_89 {
723
723
  display: grid;
724
724
  grid-template-columns: 100%;
725
725
  }
726
- .ExternalInputModal--filtersToggled .ExternalInputModal-grid {
726
+ ._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-grid_91ls0_89 {
727
727
  grid-template-columns: 25% 75%;
728
728
  }
729
729
  }
730
- .ExternalInputModal-filters {
730
+ ._ExternalInputModal-filters_91ls0_105 {
731
731
  border-bottom: 1px solid var(--puck-color-grey-09);
732
732
  }
733
- .ExternalInputModal--filtersToggled .ExternalInputModal-filters {
733
+ ._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-filters_91ls0_105 {
734
734
  display: none;
735
735
  }
736
736
  @media (min-width: 458px) {
737
- .ExternalInputModal-filters {
737
+ ._ExternalInputModal-filters_91ls0_105 {
738
738
  border-inline-end: 1px solid var(--puck-color-grey-09);
739
739
  display: none;
740
740
  }
741
- .ExternalInputModal--filtersToggled .ExternalInputModal-filters {
741
+ ._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-filters_91ls0_105 {
742
742
  display: block;
743
743
  }
744
744
  }
745
- .ExternalInputModal-masthead {
745
+ ._ExternalInputModal-masthead_91ls0_124 {
746
746
  background-color: var(--puck-color-grey-12);
747
747
  border-bottom: 1px solid var(--puck-color-grey-09);
748
748
  display: flex;
@@ -750,13 +750,13 @@ textarea.Input-input {
750
750
  gap: 24px;
751
751
  padding: 24px;
752
752
  }
753
- .ExternalInputModal-tableWrapper {
753
+ ._ExternalInputModal-tableWrapper_91ls0_133 {
754
754
  position: relative;
755
755
  overflow-x: auto;
756
756
  overflow-y: auto;
757
757
  flex-grow: 1;
758
758
  }
759
- .ExternalInputModal-table {
759
+ ._ExternalInputModal-table_91ls0_133 {
760
760
  border-collapse: unset;
761
761
  border-spacing: 0px;
762
762
  color: var(--puck-color-grey-02);
@@ -764,51 +764,51 @@ textarea.Input-input {
764
764
  z-index: 0;
765
765
  min-width: 100%;
766
766
  }
767
- .ExternalInputModal-thead {
767
+ ._ExternalInputModal-thead_91ls0_149 {
768
768
  background-color: var(--puck-color-white);
769
769
  position: sticky;
770
770
  top: 0;
771
771
  z-index: 1;
772
772
  }
773
- .ExternalInputModal-th {
773
+ ._ExternalInputModal-th_91ls0_149 {
774
774
  border-bottom: 1px solid var(--puck-color-grey-09);
775
775
  color: var(--puck-color-grey-04);
776
776
  font-weight: 500;
777
777
  font-size: 14px;
778
778
  padding: 16px 24px;
779
779
  }
780
- .ExternalInputModal-td {
780
+ ._ExternalInputModal-td_91ls0_164 {
781
781
  border-bottom: 1px solid var(--puck-color-grey-10);
782
782
  padding: 16px 24px;
783
783
  }
784
- .ExternalInputModal-tr .ExternalInputModal-td:first-of-type {
784
+ ._ExternalInputModal-tr_91ls0_169 ._ExternalInputModal-td_91ls0_164:first-of-type {
785
785
  font-weight: 500;
786
786
  width: 1%;
787
787
  white-space: nowrap;
788
788
  }
789
789
  @media (hover: hover) and (pointer: fine) {
790
- .ExternalInputModal-tbody .ExternalInputModal-tr:hover {
790
+ ._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:hover {
791
791
  background: var(--puck-color-azure-12);
792
792
  color: var(--puck-color-azure-04);
793
793
  cursor: pointer;
794
794
  position: relative;
795
795
  margin-inline-start: -5px;
796
796
  }
797
- .ExternalInputModal-tbody .ExternalInputModal-tr:hover .ExternalInputModal-td:first-of-type {
797
+ ._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:hover ._ExternalInputModal-td_91ls0_164:first-of-type {
798
798
  border-inline-start: 4px solid var(--puck-color-azure-04);
799
799
  padding-inline-start: 20px;
800
800
  }
801
801
  }
802
- .ExternalInputModal-tbody .ExternalInputModal-tr:last-of-type .ExternalInputModal-td {
802
+ ._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:last-of-type ._ExternalInputModal-td_91ls0_164 {
803
803
  border-bottom: none;
804
804
  }
805
- .ExternalInputModal-tableWrapper {
805
+ ._ExternalInputModal-tableWrapper_91ls0_133 {
806
806
  display: none;
807
807
  }
808
- .ExternalInputModal--hasData .ExternalInputModal-tableWrapper {
808
+ ._ExternalInputModal--hasData_91ls0_202 ._ExternalInputModal-tableWrapper_91ls0_133 {
809
809
  display: block;
810
810
  }
811
- .ExternalInputModal-loadingBanner {
811
+ ._ExternalInputModal-loadingBanner_91ls0_206 {
812
812
  display: none;
813
813
  background-color: color-mix(in srgb, var(--puck-color-white) 90%, transparent);
814
814
  padding: 64px;
@@ -820,21 +820,21 @@ textarea.Input-input {
820
820
  right: 0;
821
821
  bottom: 0;
822
822
  }
823
- .ExternalInputModal--isLoading .ExternalInputModal-loadingBanner {
823
+ ._ExternalInputModal--isLoading_91ls0_223 ._ExternalInputModal-loadingBanner_91ls0_206 {
824
824
  display: flex;
825
825
  }
826
- .ExternalInputModal-searchForm {
826
+ ._ExternalInputModal-searchForm_91ls0_227 {
827
827
  display: flex;
828
828
  flex-wrap: wrap;
829
829
  gap: 12px;
830
830
  flex-grow: 1;
831
831
  }
832
832
  @media (min-width: 458px) {
833
- .ExternalInputModal-searchForm {
833
+ ._ExternalInputModal-searchForm_91ls0_227 {
834
834
  flex-wrap: nowrap;
835
835
  }
836
836
  }
837
- .ExternalInputModal-search {
837
+ ._ExternalInputModal-search_91ls0_227 {
838
838
  display: flex;
839
839
  background: var(--puck-color-white);
840
840
  border-width: 1px;
@@ -844,18 +844,18 @@ textarea.Input-input {
844
844
  flex-grow: 1;
845
845
  transition: border-color 50ms ease-in;
846
846
  }
847
- .ExternalInputModal-search:focus-within {
847
+ ._ExternalInputModal-search_91ls0_227:focus-within {
848
848
  border-color: var(--puck-color-grey-05);
849
849
  outline: 2px solid var(--puck-color-azure-05);
850
850
  transition: none;
851
851
  }
852
852
  @media (hover: hover) and (pointer: fine) {
853
- .ExternalInputModal-search:hover {
853
+ ._ExternalInputModal-search_91ls0_227:hover {
854
854
  border-color: var(--puck-color-grey-05);
855
855
  transition: none;
856
856
  }
857
857
  }
858
- .ExternalInputModal-searchIcon {
858
+ ._ExternalInputModal-searchIcon_91ls0_264 {
859
859
  align-items: center;
860
860
  background: var(--puck-color-grey-12);
861
861
  border-bottom-left-radius: 4px;
@@ -867,17 +867,17 @@ textarea.Input-input {
867
867
  padding: 12px 15px;
868
868
  transition: color 50ms ease-in;
869
869
  }
870
- .ExternalInputModal-search:focus-within .ExternalInputModal-searchIcon {
870
+ ._ExternalInputModal-search_91ls0_227:focus-within ._ExternalInputModal-searchIcon_91ls0_264 {
871
871
  color: var(--puck-color-grey-04);
872
872
  transition: none;
873
873
  }
874
874
  @media (hover: hover) and (pointer: fine) {
875
- .ExternalInputModal-search:hover .ExternalInputModal-searchIcon {
875
+ ._ExternalInputModal-search_91ls0_227:hover ._ExternalInputModal-searchIcon_91ls0_264 {
876
876
  color: var(--puck-color-grey-04);
877
877
  transition: none;
878
878
  }
879
879
  }
880
- .ExternalInputModal-searchIconText {
880
+ ._ExternalInputModal-searchIconText_91ls0_289 {
881
881
  clip: rect(0 0 0 0);
882
882
  clip-path: inset(100%);
883
883
  height: 1px;
@@ -886,7 +886,7 @@ textarea.Input-input {
886
886
  white-space: nowrap;
887
887
  width: 1px;
888
888
  }
889
- .ExternalInputModal-searchInput {
889
+ ._ExternalInputModal-searchInput_91ls0_299 {
890
890
  border: none;
891
891
  border-radius: 4px;
892
892
  background: var(--puck-color-white);
@@ -895,35 +895,35 @@ textarea.Input-input {
895
895
  padding: 12px 15px;
896
896
  width: 100%;
897
897
  }
898
- .ExternalInputModal-searchInput:focus {
898
+ ._ExternalInputModal-searchInput_91ls0_299:focus {
899
899
  outline: 0;
900
900
  }
901
- .ExternalInputModal-searchActions {
901
+ ._ExternalInputModal-searchActions_91ls0_313 {
902
902
  display: flex;
903
903
  gap: 8px;
904
904
  height: 44px;
905
905
  width: 100%;
906
906
  }
907
907
  @media (min-width: 458px) {
908
- .ExternalInputModal-searchActions {
908
+ ._ExternalInputModal-searchActions_91ls0_313 {
909
909
  width: auto;
910
910
  }
911
911
  }
912
- .ExternalInputModal-searchActionIcon {
912
+ ._ExternalInputModal-searchActionIcon_91ls0_326 {
913
913
  align-self: center;
914
914
  }
915
- .ExternalInputModal-footerContainer {
915
+ ._ExternalInputModal-footerContainer_91ls0_330 {
916
916
  background-color: var(--puck-color-grey-12);
917
917
  border-top: 1px solid var(--puck-color-grey-09);
918
918
  color: var(--puck-color-grey-04);
919
919
  padding: 16px;
920
920
  }
921
- .ExternalInputModal-footer {
921
+ ._ExternalInputModal-footer_91ls0_330 {
922
922
  font-weight: 500;
923
923
  font-size: 14px;
924
924
  text-align: right;
925
925
  }
926
- .ExternalInputModal-field {
926
+ ._ExternalInputModal-field_91ls0_343 {
927
927
  color: var(--puck-color-grey-04);
928
928
  margin: 16px;
929
929
  margin-bottom: 12px;
@@ -931,7 +931,7 @@ textarea.Input-input {
931
931
  }
932
932
 
933
933
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Modal/styles.module.css/#css-module-data */
934
- .Modal {
934
+ ._Modal_ikbaj_1 {
935
935
  background: color-mix(in srgb, var(--puck-color-black) 75%, transparent);
936
936
  display: none;
937
937
  justify-content: center;
@@ -944,10 +944,10 @@ textarea.Input-input {
944
944
  z-index: 1;
945
945
  padding: 32px;
946
946
  }
947
- .Modal--isOpen {
947
+ ._Modal--isOpen_ikbaj_15 {
948
948
  display: flex;
949
949
  }
950
- .Modal-inner {
950
+ ._Modal-inner_ikbaj_19 {
951
951
  width: 100%;
952
952
  max-width: 1024px;
953
953
  border-radius: 8px;
@@ -959,44 +959,44 @@ textarea.Input-input {
959
959
  }
960
960
 
961
961
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css/#css-module-data */
962
- .Heading {
962
+ ._Heading_qxrry_1 {
963
963
  display: block;
964
964
  color: var(--puck-color-black);
965
965
  font-weight: 700;
966
966
  margin: 0;
967
967
  }
968
- .Heading b {
968
+ ._Heading_qxrry_1 b {
969
969
  font-weight: 700;
970
970
  }
971
- .Heading--xxxxl {
971
+ ._Heading--xxxxl_qxrry_12 {
972
972
  font-size: var(--puck-font-size-xxxxl);
973
973
  letter-spacing: 0.08ch;
974
974
  font-weight: 800;
975
975
  }
976
- .Heading--xxxl {
976
+ ._Heading--xxxl_qxrry_18 {
977
977
  font-size: var(--puck-font-size-xxxl);
978
978
  }
979
- .Heading--xxl {
979
+ ._Heading--xxl_qxrry_22 {
980
980
  font-size: var(--puck-font-size-xxl);
981
981
  }
982
- .Heading--xl {
982
+ ._Heading--xl_qxrry_26 {
983
983
  font-size: var(--puck-font-size-xl);
984
984
  }
985
- .Heading--l {
985
+ ._Heading--l_qxrry_30 {
986
986
  font-size: var(--puck-font-size-l);
987
987
  }
988
- .Heading--m {
988
+ ._Heading--m_qxrry_34 {
989
989
  font-size: var(--puck-font-size-m);
990
990
  }
991
- .Heading--s {
991
+ ._Heading--s_qxrry_38 {
992
992
  font-size: var(--puck-font-size-s);
993
993
  }
994
- .Heading--xs {
994
+ ._Heading--xs_qxrry_42 {
995
995
  font-size: var(--puck-font-size-xs);
996
996
  }
997
997
 
998
998
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Button/Button.module.css/#css-module-data */
999
- .Button {
999
+ ._Button_10byl_1 {
1000
1000
  appearance: none;
1001
1001
  background: none;
1002
1002
  border: 1px solid transparent;
@@ -1018,81 +1018,81 @@ textarea.Input-input {
1018
1018
  white-space: nowrap;
1019
1019
  margin: 0;
1020
1020
  }
1021
- .Button:hover,
1022
- .Button:active {
1021
+ ._Button_10byl_1:hover,
1022
+ ._Button_10byl_1:active {
1023
1023
  transition: none;
1024
1024
  }
1025
- .Button--medium {
1025
+ ._Button--medium_10byl_29 {
1026
1026
  min-height: 34px;
1027
1027
  padding-bottom: 7px;
1028
1028
  padding-inline-start: 19px;
1029
1029
  padding-inline-end: 19px;
1030
1030
  padding-top: 7px;
1031
1031
  }
1032
- .Button--large {
1032
+ ._Button--large_10byl_37 {
1033
1033
  padding-bottom: 11px;
1034
1034
  padding-inline-start: 19px;
1035
1035
  padding-inline-end: 19px;
1036
1036
  padding-top: 11px;
1037
1037
  }
1038
- .Button-icon {
1038
+ ._Button-icon_10byl_44 {
1039
1039
  margin-top: 2px;
1040
1040
  }
1041
- .Button--primary {
1041
+ ._Button--primary_10byl_48 {
1042
1042
  background: var(--puck-color-azure-04);
1043
1043
  }
1044
- .Button:focus-visible {
1044
+ ._Button_10byl_1:focus-visible {
1045
1045
  outline: 2px solid var(--puck-color-azure-05);
1046
1046
  outline-offset: 2px;
1047
1047
  }
1048
1048
  @media (hover: hover) and (pointer: fine) {
1049
- .Button--primary:hover {
1049
+ ._Button--primary_10byl_48:hover {
1050
1050
  background-color: var(--puck-color-azure-03);
1051
1051
  }
1052
1052
  }
1053
- .Button--primary:active {
1053
+ ._Button--primary_10byl_48:active {
1054
1054
  background-color: var(--puck-color-azure-02);
1055
1055
  }
1056
- .Button--secondary {
1056
+ ._Button--secondary_10byl_67 {
1057
1057
  border: 1px solid currentColor;
1058
1058
  color: currentColor;
1059
1059
  }
1060
1060
  @media (hover: hover) and (pointer: fine) {
1061
- .Button--secondary:hover {
1061
+ ._Button--secondary_10byl_67:hover {
1062
1062
  background-color: var(--puck-color-azure-12);
1063
1063
  color: var(--puck-color-black);
1064
1064
  }
1065
1065
  }
1066
- .Button--secondary:active {
1066
+ ._Button--secondary_10byl_67:active {
1067
1067
  background-color: var(--puck-color-azure-11);
1068
1068
  color: var(--puck-color-black);
1069
1069
  }
1070
- .Button--flush {
1070
+ ._Button--flush_10byl_84 {
1071
1071
  border-radius: 0;
1072
1072
  }
1073
- .Button--disabled,
1074
- .Button--disabled:hover {
1073
+ ._Button--disabled_10byl_88,
1074
+ ._Button--disabled_10byl_88:hover {
1075
1075
  background-color: var(--puck-color-grey-07);
1076
1076
  color: var(--puck-color-grey-03);
1077
1077
  cursor: not-allowed;
1078
1078
  }
1079
- .Button--fullWidth {
1079
+ ._Button--fullWidth_10byl_95 {
1080
1080
  justify-content: center;
1081
1081
  width: 100%;
1082
1082
  }
1083
- .Button-spinner {
1083
+ ._Button-spinner_10byl_100 {
1084
1084
  padding-inline-start: 8px;
1085
1085
  }
1086
1086
 
1087
1087
  /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1088
- .ObjectField {
1088
+ ._ObjectField_1ua3y_5 {
1089
1089
  display: flex;
1090
1090
  flex-direction: column;
1091
1091
  background-color: var(--puck-color-white);
1092
1092
  border: 1px solid var(--puck-color-grey-09);
1093
1093
  border-radius: 4px;
1094
1094
  }
1095
- .ObjectField-fieldset {
1095
+ ._ObjectField-fieldset_1ua3y_13 {
1096
1096
  border: none;
1097
1097
  margin: 0;
1098
1098
  min-width: 0;
@@ -1100,16 +1100,16 @@ textarea.Input-input {
1100
1100
  }
1101
1101
 
1102
1102
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Drawer/styles.module.css/#css-module-data */
1103
- .Drawer {
1103
+ ._Drawer_pl7z0_1 {
1104
1104
  display: flex;
1105
1105
  flex-direction: column;
1106
1106
  font-family: var(--puck-font-family);
1107
1107
  gap: 12px;
1108
1108
  }
1109
- .Drawer-draggable {
1109
+ ._Drawer-draggable_pl7z0_8 {
1110
1110
  position: relative;
1111
1111
  }
1112
- .Drawer-draggableBg {
1112
+ ._Drawer-draggableBg_pl7z0_12 {
1113
1113
  position: absolute;
1114
1114
  top: 0;
1115
1115
  right: 0;
@@ -1118,7 +1118,7 @@ textarea.Input-input {
1118
1118
  pointer-events: none;
1119
1119
  z-index: -1;
1120
1120
  }
1121
- .DrawerItem-draggable {
1121
+ ._DrawerItem-draggable_pl7z0_22 {
1122
1122
  background: var(--puck-color-white);
1123
1123
  cursor: grab;
1124
1124
  padding: 12px;
@@ -1130,39 +1130,39 @@ textarea.Input-input {
1130
1130
  align-items: center;
1131
1131
  transition: background-color 50ms ease-in, color 50ms ease-in;
1132
1132
  }
1133
- .DrawerItem--disabled .DrawerItem-draggable {
1133
+ ._DrawerItem--disabled_pl7z0_35 ._DrawerItem-draggable_pl7z0_22 {
1134
1134
  background: var(--puck-color-grey-11);
1135
1135
  color: var(--puck-color-grey-05);
1136
1136
  cursor: not-allowed;
1137
1137
  }
1138
- .DrawerItem:focus-visible {
1138
+ ._DrawerItem_pl7z0_22:focus-visible {
1139
1139
  outline: 0;
1140
1140
  }
1141
- .Drawer:not(.Drawer--isDraggingFrom) .DrawerItem:focus-visible .DrawerItem-draggable {
1141
+ ._Drawer_pl7z0_1:not(._Drawer--isDraggingFrom_pl7z0_45) ._DrawerItem_pl7z0_22:focus-visible ._DrawerItem-draggable_pl7z0_22 {
1142
1142
  border-radius: 4px;
1143
1143
  outline: 2px solid var(--puck-color-azure-05);
1144
1144
  outline-offset: 2px;
1145
1145
  }
1146
1146
  @media (hover: hover) and (pointer: fine) {
1147
- .Drawer:not(.Drawer--isDraggingFrom) .DrawerItem:not(.DrawerItem--disabled) .DrawerItem-draggable:hover {
1147
+ ._Drawer_pl7z0_1:not(._Drawer--isDraggingFrom_pl7z0_45) ._DrawerItem_pl7z0_22:not(._DrawerItem--disabled_pl7z0_35) ._DrawerItem-draggable_pl7z0_22:hover {
1148
1148
  background-color: var(--puck-color-azure-12);
1149
1149
  color: var(--puck-color-azure-04);
1150
1150
  transition: none;
1151
1151
  }
1152
1152
  }
1153
- .DrawerItem-name {
1153
+ ._DrawerItem-name_pl7z0_63 {
1154
1154
  overflow-x: hidden;
1155
1155
  text-overflow: ellipsis;
1156
1156
  white-space: nowrap;
1157
1157
  }
1158
1158
 
1159
1159
  /* css-module:/home/runner/work/puck/puck/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
1160
- .DraggableComponent {
1160
+ ._DraggableComponent_1vaqy_1 {
1161
1161
  position: absolute;
1162
1162
  pointer-events: none;
1163
1163
  --overlay-background: color-mix( in srgb, var(--puck-color-azure-08) 30%, transparent );
1164
1164
  }
1165
- .DraggableComponent-overlayWrapper {
1165
+ ._DraggableComponent-overlayWrapper_1vaqy_12 {
1166
1166
  height: 100%;
1167
1167
  width: 100%;
1168
1168
  top: 0;
@@ -1171,17 +1171,17 @@ textarea.Input-input {
1171
1171
  box-sizing: border-box;
1172
1172
  z-index: 1;
1173
1173
  }
1174
- .DraggableComponent-overlay {
1174
+ ._DraggableComponent-overlay_1vaqy_12 {
1175
1175
  cursor: pointer;
1176
1176
  height: 100%;
1177
1177
  outline: 2px var(--puck-color-azure-09) solid;
1178
1178
  outline-offset: -2px;
1179
1179
  width: 100%;
1180
1180
  }
1181
- .DraggableComponent:focus-visible > .DraggableComponent-overlayWrapper {
1181
+ ._DraggableComponent_1vaqy_1:focus-visible > ._DraggableComponent-overlayWrapper_1vaqy_12 {
1182
1182
  outline: 1px solid var(--puck-color-azure-05);
1183
1183
  }
1184
- .DraggableComponent-loadingOverlay {
1184
+ ._DraggableComponent-loadingOverlay_1vaqy_34 {
1185
1185
  background: var(--puck-color-white);
1186
1186
  color: var(--puck-color-grey-03);
1187
1187
  border-radius: 4px;
@@ -1196,27 +1196,27 @@ textarea.Input-input {
1196
1196
  opacity: 0.8;
1197
1197
  z-index: 1;
1198
1198
  }
1199
- .DraggableComponent--hover > .DraggableComponent-overlayWrapper > .DraggableComponent-overlay {
1199
+ ._DraggableComponent--hover_1vaqy_50 > ._DraggableComponent-overlayWrapper_1vaqy_12 > ._DraggableComponent-overlay_1vaqy_12 {
1200
1200
  background: var(--overlay-background);
1201
1201
  outline: 2px var(--puck-color-azure-09) solid;
1202
1202
  }
1203
- .DraggableComponent--isSelected > .DraggableComponent-overlayWrapper > .DraggableComponent-overlay {
1203
+ ._DraggableComponent--isSelected_1vaqy_57 > ._DraggableComponent-overlayWrapper_1vaqy_12 > ._DraggableComponent-overlay_1vaqy_12 {
1204
1204
  outline-color: var(--puck-color-azure-07);
1205
1205
  }
1206
- .DraggableComponent:has(.DraggableComponent--hover > .DraggableComponent-overlayWrapper) > .DraggableComponent-overlayWrapper {
1206
+ ._DraggableComponent_1vaqy_1:has(._DraggableComponent--hover_1vaqy_50 > ._DraggableComponent-overlayWrapper_1vaqy_12) > ._DraggableComponent-overlayWrapper_1vaqy_12 {
1207
1207
  display: none;
1208
1208
  }
1209
- .DraggableComponent-actionsOverlay {
1209
+ ._DraggableComponent-actionsOverlay_1vaqy_71 {
1210
1210
  position: sticky;
1211
1211
  opacity: 0;
1212
1212
  pointer-events: none;
1213
1213
  z-index: 2;
1214
1214
  }
1215
- .DraggableComponent--isSelected .DraggableComponent-actionsOverlay {
1215
+ ._DraggableComponent--isSelected_1vaqy_57 ._DraggableComponent-actionsOverlay_1vaqy_71 {
1216
1216
  opacity: 1;
1217
1217
  pointer-events: auto;
1218
1218
  }
1219
- .DraggableComponent-actions {
1219
+ ._DraggableComponent-actions_1vaqy_71 {
1220
1220
  position: absolute;
1221
1221
  width: auto;
1222
1222
  cursor: grab;
@@ -1264,7 +1264,7 @@ textarea.Input-input {
1264
1264
  }
1265
1265
 
1266
1266
  /* css-module:/home/runner/work/puck/puck/packages/core/components/DropZone/styles.module.css/#css-module-data */
1267
- .DropZone {
1267
+ ._DropZone_1i2sv_1 {
1268
1268
  --resize-animation-ms: 150ms;
1269
1269
  position: relative;
1270
1270
  height: 100%;
@@ -1272,47 +1272,47 @@ textarea.Input-input {
1272
1272
  outline-offset: -2px;
1273
1273
  width: 100%;
1274
1274
  }
1275
- .DropZone--hasChildren {
1275
+ ._DropZone--hasChildren_1i2sv_11 {
1276
1276
  min-height: 0;
1277
1277
  }
1278
- .DropZone:empty {
1278
+ ._DropZone_1i2sv_1:empty {
1279
1279
  min-height: var(--min-empty-height);
1280
1280
  }
1281
- [data-puck-entry]:not([data-puck-dragging]) .DropZone {
1281
+ [data-puck-entry]:not([data-puck-dragging]) ._DropZone_1i2sv_1 {
1282
1282
  transition: min-height var(--resize-animation-ms) ease-in;
1283
1283
  }
1284
- .DropZone--isAreaSelected,
1285
- .DropZone--hoveringOverArea:not(.DropZone--isRootZone) {
1284
+ ._DropZone--isAreaSelected_1i2sv_24,
1285
+ ._DropZone--hoveringOverArea_1i2sv_25:not(._DropZone--isRootZone_1i2sv_25) {
1286
1286
  background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
1287
1287
  outline: 2px dashed var(--puck-color-azure-08);
1288
1288
  }
1289
- .DropZone:empty {
1289
+ ._DropZone_1i2sv_1:empty {
1290
1290
  background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
1291
1291
  outline: 2px dashed var(--puck-color-azure-08);
1292
1292
  }
1293
- .DropZone--isDestination {
1293
+ ._DropZone--isDestination_1i2sv_35 {
1294
1294
  outline: 2px dashed var(--puck-color-azure-04) !important;
1295
1295
  }
1296
- .DropZone--isDestination:not(.DropZone--isRootZone) {
1296
+ ._DropZone--isDestination_1i2sv_35:not(._DropZone--isRootZone_1i2sv_25) {
1297
1297
  background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent) !important;
1298
1298
  }
1299
- .DropZone-item {
1299
+ ._DropZone-item_1i2sv_47 {
1300
1300
  position: relative;
1301
1301
  }
1302
- .DropZone-hitbox {
1302
+ ._DropZone-hitbox_1i2sv_51 {
1303
1303
  position: absolute;
1304
1304
  bottom: -12px;
1305
1305
  height: 24px;
1306
1306
  width: 100%;
1307
1307
  z-index: 1;
1308
1308
  }
1309
- [data-puck-dragging] .DropZone--isEnabled {
1309
+ [data-puck-dragging] ._DropZone--isEnabled_1i2sv_59 {
1310
1310
  outline: 2px dashed var(--puck-color-azure-06);
1311
1311
  }
1312
- .DropZone > *:not([data-puck-component]) {
1312
+ ._DropZone_1i2sv_1 > *:not([data-puck-component]) {
1313
1313
  opacity: 0;
1314
1314
  }
1315
- body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1315
+ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1316
1316
  opacity: 0 !important;
1317
1317
  }
1318
1318
 
@@ -1331,189 +1331,27 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1331
1331
  }
1332
1332
 
1333
1333
  /* css-module:/home/runner/work/puck/puck/packages/core/components/InlineTextField/styles.module.css/#css-module-data */
1334
- .InlineTextField {
1334
+ ._InlineTextField_ilw2a_1 {
1335
1335
  cursor: text;
1336
1336
  display: inline-block;
1337
1337
  }
1338
- [data-dnd-dragging] .InlineTextField {
1338
+ [data-dnd-dragging] ._InlineTextField_ilw2a_1 {
1339
1339
  cursor: none;
1340
1340
  caret-color: transparent;
1341
1341
  }
1342
- [data-dnd-dragging] .InlineTextField::selection {
1342
+ [data-dnd-dragging] ._InlineTextField_ilw2a_1::selection {
1343
1343
  display: none;
1344
1344
  }
1345
1345
 
1346
- /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1347
- .SidebarSection {
1348
- display: flex;
1349
- position: relative;
1350
- flex-direction: column;
1351
- color: var(--puck-color-black);
1352
- }
1353
- .SidebarSection:last-of-type {
1354
- flex-grow: 1;
1355
- }
1356
- .SidebarSection-title {
1357
- background: var(--puck-color-white);
1358
- padding: 16px;
1359
- border-bottom: 1px solid var(--puck-color-grey-09);
1360
- border-top: 1px solid var(--puck-color-grey-09);
1361
- overflow-x: auto;
1362
- }
1363
- .SidebarSection--noBorderTop > .SidebarSection-title {
1364
- border-top: 0px;
1365
- }
1366
- .SidebarSection-content {
1367
- padding: 16px;
1368
- }
1369
- .SidebarSection--noPadding > .SidebarSection-content {
1370
- padding: 0px;
1371
- }
1372
- .SidebarSection--noPadding > .SidebarSection-content:last-child {
1373
- padding-bottom: 4px;
1374
- }
1375
- .SidebarSection:last-of-type .SidebarSection-content {
1376
- border-bottom: none;
1377
- flex-grow: 1;
1378
- }
1379
- .SidebarSection-breadcrumbLabel {
1380
- background: none;
1381
- border: 0;
1382
- border-radius: 2px;
1383
- color: var(--puck-color-azure-04);
1384
- cursor: pointer;
1385
- font: inherit;
1386
- flex-shrink: 0;
1387
- padding: 0;
1388
- transition: color 50ms ease-in;
1389
- }
1390
- .SidebarSection-breadcrumbLabel:focus-visible {
1391
- outline: 2px solid var(--puck-color-azure-05);
1392
- outline-offset: 2px;
1393
- }
1394
- @media (hover: hover) and (pointer: fine) {
1395
- .SidebarSection-breadcrumbLabel:hover {
1396
- color: var(--puck-color-azure-03);
1397
- transition: none;
1398
- }
1399
- }
1400
- .SidebarSection-breadcrumbLabel:active {
1401
- color: var(--puck-color-azure-02);
1402
- transition: none;
1403
- }
1404
- .SidebarSection-breadcrumbs {
1405
- align-items: center;
1406
- display: flex;
1407
- gap: 4px;
1408
- }
1409
- .SidebarSection-breadcrumb {
1410
- align-items: center;
1411
- display: flex;
1412
- gap: 4px;
1413
- }
1414
- .SidebarSection-heading {
1415
- padding-inline-end: 16px;
1416
- }
1417
- .SidebarSection-loadingOverlay {
1418
- background: var(--puck-color-white);
1419
- display: flex;
1420
- justify-content: center;
1421
- align-items: center;
1422
- height: 100%;
1423
- width: 100%;
1424
- top: 0;
1425
- position: absolute;
1426
- z-index: 1;
1427
- pointer-events: all;
1428
- box-sizing: border-box;
1429
- opacity: 0.8;
1430
- }
1431
-
1432
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1433
- .Puck {
1434
- --puck-space-px: 16px;
1435
- font-family: var(--puck-font-family);
1436
- overflow-x: hidden;
1437
- }
1438
- @media (min-width: 766px) {
1439
- .Puck {
1440
- overflow-x: auto;
1441
- }
1442
- }
1443
- .Puck-portal {
1444
- position: relative;
1445
- z-index: 2;
1446
- }
1447
- .PuckLayout-inner {
1448
- --puck-frame-width: auto;
1449
- --puck-side-bar-width: 0px;
1450
- --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1451
- --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1452
- display: grid;
1453
- grid-template-areas: "header header header" "left editor right";
1454
- grid-template-columns: 0 var(--puck-frame-width) 0;
1455
- grid-template-rows: min-content auto;
1456
- height: 100dvh;
1457
- position: relative;
1458
- z-index: 0;
1459
- }
1460
- .PuckLayout--mounted .PuckLayout-inner {
1461
- --puck-side-bar-width: 186px;
1462
- }
1463
- .PuckLayout--leftSideBarVisible .PuckLayout-inner {
1464
- grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
1465
- }
1466
- .PuckLayout--rightSideBarVisible .PuckLayout-inner {
1467
- grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1468
- }
1469
- .PuckLayout--leftSideBarVisible.PuckLayout--rightSideBarVisible .PuckLayout-inner {
1470
- grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
1471
- }
1472
- @media (min-width: 458px) {
1473
- .PuckLayout-mounted .PuckLayout-inner {
1474
- --puck-frame-width: minmax(266px, auto);
1475
- }
1476
- }
1477
- @media (min-width: 638px) {
1478
- .PuckLayout .PuckLayout-inner {
1479
- --puck-side-bar-width: minmax(186px, 250px);
1480
- }
1481
- }
1482
- @media (min-width: 766px) {
1483
- .PuckLayout .PuckLayout-inner {
1484
- --puck-frame-width: auto;
1485
- }
1486
- }
1487
- @media (min-width: 990px) {
1488
- .PuckLayout .PuckLayout-inner {
1489
- --puck-side-bar-width: 256px;
1490
- }
1491
- }
1492
- @media (min-width: 1198px) {
1493
- .PuckLayout .PuckLayout-inner {
1494
- --puck-side-bar-width: 274px;
1495
- }
1496
- }
1497
- @media (min-width: 1398px) {
1498
- .PuckLayout .PuckLayout-inner {
1499
- --puck-side-bar-width: 290px;
1500
- }
1501
- }
1502
- @media (min-width: 1598px) {
1503
- .PuckLayout .PuckLayout-inner {
1504
- --puck-side-bar-width: 320px;
1505
- }
1506
- }
1507
-
1508
1346
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1509
- .PuckFields {
1347
+ ._PuckFields_10bh7_1 {
1510
1348
  position: relative;
1511
1349
  font-family: var(--puck-font-family);
1512
1350
  }
1513
- .PuckFields--isLoading {
1351
+ ._PuckFields--isLoading_10bh7_6 {
1514
1352
  min-height: 48px;
1515
1353
  }
1516
- .PuckFields-loadingOverlay {
1354
+ ._PuckFields-loadingOverlay_10bh7_10 {
1517
1355
  background: var(--puck-color-white);
1518
1356
  display: flex;
1519
1357
  justify-content: flex-end;
@@ -1527,40 +1365,40 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1527
1365
  box-sizing: border-box;
1528
1366
  opacity: 0.8;
1529
1367
  }
1530
- .PuckFields-loadingOverlayInner {
1368
+ ._PuckFields-loadingOverlayInner_10bh7_25 {
1531
1369
  display: flex;
1532
1370
  padding: 16px;
1533
1371
  position: sticky;
1534
1372
  top: 0;
1535
1373
  }
1536
- .PuckFields-field * {
1374
+ ._PuckFields-field_10bh7_32 * {
1537
1375
  box-sizing: border-box;
1538
1376
  }
1539
- .PuckFields--wrapFields .PuckFields-field {
1377
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1540
1378
  color: var(--puck-color-grey-04);
1541
1379
  padding: 16px;
1542
1380
  padding-bottom: 12px;
1543
1381
  display: block;
1544
1382
  }
1545
- .PuckFields--wrapFields .PuckFields-field + .PuckFields-field {
1383
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
1546
1384
  border-top: 1px solid var(--puck-color-grey-09);
1547
1385
  margin-top: 8px;
1548
1386
  }
1549
1387
 
1550
1388
  /* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1551
- .ComponentList {
1389
+ ._ComponentList_1rrlt_1 {
1552
1390
  max-width: 100%;
1553
1391
  }
1554
- .ComponentList--isExpanded + .ComponentList {
1392
+ ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1555
1393
  margin-top: 12px;
1556
1394
  }
1557
- .ComponentList-content {
1395
+ ._ComponentList-content_1rrlt_9 {
1558
1396
  display: none;
1559
1397
  }
1560
- .ComponentList--isExpanded > .ComponentList-content {
1398
+ ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1561
1399
  display: block;
1562
1400
  }
1563
- .ComponentList-title {
1401
+ ._ComponentList-title_1rrlt_17 {
1564
1402
  background-color: transparent;
1565
1403
  border: 0;
1566
1404
  color: var(--puck-color-grey-05);
@@ -1577,38 +1415,46 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1577
1415
  border-radius: 4px;
1578
1416
  width: 100%;
1579
1417
  }
1580
- .ComponentList-title:focus-visible {
1418
+ ._ComponentList-title_1rrlt_17:focus-visible {
1581
1419
  outline: 2px solid var(--puck-color-azure-05);
1582
1420
  outline-offset: 2px;
1583
1421
  }
1584
1422
  @media (hover: hover) and (pointer: fine) {
1585
- .ComponentList-title:hover {
1423
+ ._ComponentList-title_1rrlt_17:hover {
1586
1424
  background-color: var(--puck-color-azure-11);
1587
1425
  color: var(--puck-color-azure-04);
1588
1426
  transition: none;
1589
1427
  }
1590
1428
  }
1591
- .ComponentList-title:active {
1429
+ ._ComponentList-title_1rrlt_17:active {
1592
1430
  background-color: var(--puck-color-azure-10);
1593
1431
  transition: none;
1594
1432
  }
1595
- .ComponentList-titleIcon {
1433
+ ._ComponentList-titleIcon_1rrlt_53 {
1596
1434
  margin-inline-start: auto;
1597
1435
  }
1598
1436
 
1437
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Components/styles.module.css/#css-module-data */
1438
+ ._Components_3pbdy_1 {
1439
+ padding: 16px;
1440
+ height: 100%;
1441
+ overflow-y: auto;
1442
+ box-sizing: border-box;
1443
+ }
1444
+
1599
1445
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1600
- .PuckPreview {
1446
+ ._PuckPreview_z2rgu_1 {
1601
1447
  position: relative;
1602
1448
  height: 100%;
1603
1449
  }
1604
- .PuckPreview-frame {
1450
+ ._PuckPreview-frame_z2rgu_6 {
1605
1451
  border: none;
1606
1452
  height: 100%;
1607
1453
  width: 100%;
1608
1454
  }
1609
1455
 
1610
1456
  /* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
1611
- .LayerTree {
1457
+ ._LayerTree_7rx04_1 {
1612
1458
  color: var(--puck-color-grey-03);
1613
1459
  font-family: var(--puck-font-family);
1614
1460
  font-size: var(--puck-font-size-xxs);
@@ -1617,30 +1463,30 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1617
1463
  list-style: none;
1618
1464
  padding: 0;
1619
1465
  }
1620
- .LayerTree-zoneTitle {
1466
+ ._LayerTree-zoneTitle_7rx04_11 {
1621
1467
  color: var(--puck-color-grey-05);
1622
1468
  font-size: var(--puck-font-size-xxxs);
1623
1469
  text-transform: uppercase;
1624
1470
  }
1625
- .LayerTree-helper {
1471
+ ._LayerTree-helper_7rx04_17 {
1626
1472
  text-align: center;
1627
1473
  color: var(--puck-color-grey-07);
1628
1474
  margin: 8px 4px;
1629
1475
  }
1630
- .Layer {
1476
+ ._Layer_7rx04_1 {
1631
1477
  position: relative;
1632
1478
  border: 1px solid transparent;
1633
1479
  border-radius: 4px;
1634
1480
  }
1635
- .Layer-inner {
1481
+ ._Layer-inner_7rx04_29 {
1636
1482
  border: 1px solid transparent;
1637
1483
  border-radius: 4px;
1638
1484
  transition: color 50ms ease-in;
1639
1485
  }
1640
- .Layer--containsZone > .Layer-inner {
1486
+ ._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
1641
1487
  padding-inline-start: 0;
1642
1488
  }
1643
- .Layer-clickable {
1489
+ ._Layer-clickable_7rx04_39 {
1644
1490
  align-items: center;
1645
1491
  background: none;
1646
1492
  border: 0;
@@ -1653,224 +1499,285 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1653
1499
  padding-inline-end: 4px;
1654
1500
  width: 100%;
1655
1501
  }
1656
- .Layer-clickable:focus-visible {
1502
+ ._Layer-clickable_7rx04_39:focus-visible {
1657
1503
  outline: 2px solid var(--puck-color-azure-05);
1658
1504
  outline-offset: 2px;
1659
1505
  position: relative;
1660
1506
  z-index: 1;
1661
1507
  }
1662
1508
  @media (hover: hover) and (pointer: fine) {
1663
- .Layer:not(.Layer--isSelected) > .Layer-inner:hover {
1509
+ ._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
1664
1510
  border-color: var(--puck-color-azure-10);
1665
1511
  background: var(--puck-color-azure-11);
1666
1512
  color: var(--puck-color-azure-04);
1667
1513
  transition: none;
1668
1514
  }
1669
1515
  }
1670
- .Layer--isSelected {
1516
+ ._Layer--isSelected_7rx04_61 {
1671
1517
  border-color: var(--puck-color-azure-08);
1672
1518
  }
1673
- .Layer--isSelected > .Layer-inner {
1519
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1674
1520
  background: var(--puck-color-azure-10);
1675
1521
  }
1676
- .Layer--isSelected > .Layer-inner > .Layer-clickable > .Layer-chevron,
1677
- .Layer--childIsSelected > .Layer-inner > .Layer-clickable > .Layer-chevron {
1522
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
1523
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
1678
1524
  transform: scaleY(-1);
1679
1525
  }
1680
- .Layer-zones {
1526
+ ._Layer-zones_7rx04_82 {
1681
1527
  display: none;
1682
1528
  margin-inline-start: 12px;
1683
1529
  }
1684
- .Layer--isSelected > .Layer-zones,
1685
- .Layer--childIsSelected > .Layer-zones {
1530
+ ._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
1531
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
1686
1532
  display: block;
1687
1533
  }
1688
- .Layer-zones > .LayerTree {
1534
+ ._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
1689
1535
  margin-inline-start: 12px;
1690
1536
  }
1691
- .Layer-title,
1692
- .LayerTree-zoneTitle {
1537
+ ._Layer-title_7rx04_96,
1538
+ ._LayerTree-zoneTitle_7rx04_11 {
1693
1539
  display: flex;
1694
1540
  gap: 8px;
1695
1541
  align-items: center;
1696
1542
  margin: 8px 4px;
1697
1543
  overflow-x: hidden;
1698
1544
  }
1699
- .Layer-name {
1545
+ ._Layer-name_7rx04_105 {
1700
1546
  overflow-x: hidden;
1701
1547
  text-overflow: ellipsis;
1702
1548
  white-space: nowrap;
1703
1549
  }
1704
- .Layer-icon {
1550
+ ._Layer-icon_7rx04_111 {
1705
1551
  color: var(--puck-color-rose-07);
1706
1552
  margin-top: 4px;
1707
1553
  }
1708
- .Layer-zoneIcon {
1554
+ ._Layer-zoneIcon_7rx04_116 {
1709
1555
  color: var(--puck-color-grey-08);
1710
1556
  margin-top: 4px;
1711
1557
  }
1712
1558
 
1713
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1714
- .ViewportControls {
1715
- display: flex;
1716
- background: var(--puck-color-grey-11);
1559
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Outline/styles.module.css/#css-module-data */
1560
+ ._Outline_cvjlj_1 {
1561
+ padding: 16px;
1562
+ height: 100%;
1563
+ overflow-y: auto;
1717
1564
  box-sizing: border-box;
1718
- border-inline-start: 2px solid var(--puck-color-grey-11);
1719
- justify-content: center;
1720
- gap: 8px;
1721
- min-width: 358px;
1722
- padding-bottom: 16px;
1723
- padding-inline-start: var(--puck-space-px);
1724
- padding-inline-end: var(--puck-space-px);
1725
- z-index: 1;
1726
- }
1727
- .ViewportControls-divider {
1728
- border-inline-end: 1px solid var(--puck-color-grey-09);
1729
- margin-inline-start: 8px;
1730
- margin-inline-end: 8px;
1731
- }
1732
- .ViewportControls-zoomSelect {
1733
- appearance: none;
1734
- 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;
1735
- background-size: 10px;
1736
- background-position: calc(100% - 12px) calc(50% + 3px);
1737
- background-repeat: no-repeat;
1738
- border: 0;
1739
- font-size: var(--puck-font-size-xxxs);
1740
- padding: 0;
1741
- width: 96px;
1742
- }
1743
- .ViewportControls-zoomSelect:dir(rtl) {
1744
- background-position: 12px calc(50% + 3px);
1745
- }
1746
- .ViewportButton--isActive .ViewportButton-inner {
1747
- color: var(--puck-color-azure-04);
1748
1565
  }
1749
1566
 
1750
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1751
- .PuckCanvas {
1752
- background: var(--puck-color-grey-11);
1753
- display: flex;
1754
- grid-area: editor;
1755
- flex-direction: column;
1756
- padding: var(--puck-space-px);
1757
- overflow: auto;
1567
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1568
+ ._Puck_hv23j_19 {
1569
+ --puck-space-px: 16px;
1570
+ font-family: var(--puck-font-family);
1571
+ overflow-x: hidden;
1758
1572
  }
1759
- @media (min-width: 1198px) {
1760
- .PuckCanvas {
1761
- padding: calc(var(--puck-space-px) * 1.5);
1762
- padding-top: var(--puck-space-px);
1763
- }
1764
- .PuckCanvas:not(.PuckCanvas:has(.PuckCanvas-controls)) {
1765
- padding-top: calc(var(--puck-space-px) * 1.5);
1573
+ @media (min-width: 766px) {
1574
+ ._Puck_hv23j_19 {
1575
+ overflow-x: auto;
1766
1576
  }
1767
1577
  }
1768
- .PuckCanvas-inner {
1769
- display: flex;
1770
- height: 100%;
1771
- justify-content: center;
1772
- min-width: 358px;
1578
+ ._Puck-portal_hv23j_31 {
1773
1579
  position: relative;
1774
- width: 100%;
1580
+ z-index: 2;
1775
1581
  }
1776
- .PuckCanvas-root {
1777
- background: white;
1778
- border: 1px solid var(--puck-color-grey-09);
1779
- box-sizing: content-box;
1780
- min-width: 321px;
1781
- position: absolute;
1782
- pointer-events: none;
1783
- transform-origin: top;
1784
- top: 0;
1785
- bottom: 0;
1786
- opacity: 0;
1582
+ ._PuckLayout_hv23j_36 {
1583
+ height: 100%;
1787
1584
  }
1788
- @media (min-width: 1198px) {
1789
- .PuckCanvas-root {
1790
- min-width: unset;
1791
- }
1585
+ ._PuckLayout-inner_hv23j_40 {
1586
+ --puck-frame-width: auto;
1587
+ --puck-side-nav-width: min-content;
1588
+ --puck-side-bar-width: 0px;
1589
+ --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1590
+ --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1591
+ background-color: var(--puck-color-grey-12);
1592
+ display: grid;
1593
+ grid-template-areas: "header" "editor" "left" "right" "sidenav";
1594
+ grid-template-columns: var(--puck-frame-width);
1595
+ grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
1596
+ height: 100%;
1597
+ position: relative;
1598
+ transition: grid-template-rows 150ms ease-in;
1599
+ z-index: 0;
1600
+ overflow: hidden;
1792
1601
  }
1793
- @media (prefers-reduced-motion: reduce) {
1794
- .PuckCanvas-root {
1795
- transition: none !important;
1602
+ @media (min-width: 638px) {
1603
+ ._PuckLayout-inner_hv23j_40 {
1604
+ --puck-side-nav-width: 68px;
1605
+ grid-template-areas: "header header header header" "sidenav left editor right";
1606
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1607
+ grid-template-rows: min-content auto;
1796
1608
  }
1797
1609
  }
1798
- .PuckCanvas--ready .PuckCanvas-root {
1799
- pointer-events: unset;
1800
- opacity: 1;
1801
- }
1802
- .PuckCanvas-loader {
1803
- align-items: center;
1804
- color: var(--puck-color-grey-06);
1805
- display: flex;
1806
- height: 100%;
1807
- justify-content: center;
1808
- transition: opacity 250ms ease-out;
1809
- opacity: 0;
1610
+ ._PuckLayout--mounted_hv23j_73 ._PuckLayout-inner_hv23j_40 {
1611
+ --puck-side-bar-width: 186px;
1810
1612
  }
1811
- .PuckCanvas--showLoader .PuckCanvas-loader {
1812
- opacity: 1;
1613
+ ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40 {
1614
+ grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
1813
1615
  }
1814
- .PuckCanvas--showLoader.PuckCanvas--ready .PuckCanvas-loader {
1815
- opacity: 0;
1816
- height: 0;
1817
- transition: none;
1616
+ ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1617
+ grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
1818
1618
  }
1819
-
1820
- /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1821
- .MenuBar {
1822
- background-color: var(--puck-color-white);
1823
- border-bottom: 1px solid var(--puck-color-grey-09);
1824
- display: none;
1825
- left: 0;
1826
- margin-top: 1px;
1827
- padding: 8px 16px;
1828
- position: absolute;
1829
- right: 0;
1830
- top: 100%;
1831
- z-index: 2;
1619
+ @media (min-width: 638px) {
1620
+ ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40 {
1621
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1622
+ grid-template-rows: min-content auto;
1623
+ }
1832
1624
  }
1833
- .MenuBar--menuOpen {
1834
- display: block;
1625
+ ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1626
+ ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1627
+ grid-template-rows: 0 auto min-content 0 var(--puck-side-nav-width);
1835
1628
  }
1836
1629
  @media (min-width: 638px) {
1837
- .MenuBar {
1838
- border: none;
1839
- display: block;
1840
- margin-top: 0;
1841
- overflow-y: visible;
1842
- padding: 0;
1843
- position: static;
1630
+ ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1631
+ ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40,
1632
+ ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1633
+ ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1634
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1635
+ grid-template-rows: min-content auto;
1844
1636
  }
1845
1637
  }
1846
- .MenuBar-inner {
1847
- align-items: center;
1848
- display: flex;
1849
- flex-wrap: wrap;
1850
- gap: 8px 16px;
1851
- justify-content: flex-end;
1638
+ @media (min-width: 638px) {
1639
+ ._PuckLayout--rightSideBarVisible_hv23j_128 ._PuckLayout-inner_hv23j_40 {
1640
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1641
+ }
1852
1642
  }
1853
1643
  @media (min-width: 638px) {
1854
- .MenuBar-inner {
1855
- display: flex;
1856
- flex-direction: row;
1857
- flex-wrap: nowrap;
1644
+ ._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--rightSideBarVisible_hv23j_128 ._PuckLayout-inner_hv23j_40 {
1645
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1858
1646
  }
1859
1647
  }
1860
- .MenuBar-history {
1861
- display: flex;
1648
+ @media (min-width: 458px) {
1649
+ ._PuckLayout-mounted_hv23j_147 ._PuckLayout-inner_hv23j_40 {
1650
+ --puck-frame-width: minmax(266px, auto);
1651
+ }
1862
1652
  }
1863
-
1864
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1865
- .PuckHeader {
1866
- background: var(--puck-color-white);
1867
- border-bottom: 1px solid var(--puck-color-grey-09);
1653
+ @media (min-width: 638px) {
1654
+ ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1655
+ --puck-side-bar-width: minmax(186px, 250px);
1656
+ }
1657
+ }
1658
+ @media (min-width: 766px) {
1659
+ ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1660
+ --puck-frame-width: auto;
1661
+ }
1662
+ }
1663
+ @media (min-width: 990px) {
1664
+ ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1665
+ --puck-side-bar-width: 256px;
1666
+ }
1667
+ }
1668
+ @media (min-width: 1198px) {
1669
+ ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1670
+ --puck-side-bar-width: 274px;
1671
+ }
1672
+ }
1673
+ @media (min-width: 1398px) {
1674
+ ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1675
+ --puck-side-bar-width: 290px;
1676
+ }
1677
+ }
1678
+ @media (min-width: 1598px) {
1679
+ ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1680
+ --puck-side-bar-width: 320px;
1681
+ }
1682
+ }
1683
+ ._PuckLayout-nav_hv23j_188 {
1684
+ border-top: 1px solid var(--puck-color-grey-09);
1685
+ background-color: var(--puck-color-grey-12);
1686
+ grid-area: sidenav;
1687
+ overflow: hidden;
1688
+ width: 100%;
1689
+ }
1690
+ @media (min-width: 638px) {
1691
+ ._PuckLayout-nav_hv23j_188 {
1692
+ border-top: 0;
1693
+ border-right: 1px solid var(--puck-color-grey-09);
1694
+ box-sizing: border-box;
1695
+ }
1696
+ }
1697
+ ._PuckLayout-header_hv23j_204 {
1698
+ grid-area: header;
1699
+ }
1700
+ ._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-header_hv23j_204 {
1701
+ overflow: hidden;
1702
+ }
1703
+ @media (min-width: 638px) {
1704
+ ._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-header_hv23j_204 {
1705
+ overflow: auto;
1706
+ }
1707
+ }
1708
+ ._PuckPluginTab_hv23j_218 {
1709
+ display: none;
1710
+ flex-grow: 1;
1711
+ overflow: hidden;
1712
+ }
1713
+ ._PuckPluginTab--visible_hv23j_224 {
1714
+ display: flex;
1715
+ flex-direction: column;
1716
+ }
1717
+ ._PuckPluginTab-body_hv23j_229 {
1718
+ flex-grow: 1;
1719
+ overflow: hidden;
1720
+ }
1721
+
1722
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1723
+ ._MenuBar_8pf8c_1 {
1724
+ background-color: var(--puck-color-white);
1725
+ border-bottom: 1px solid var(--puck-color-grey-09);
1726
+ display: none;
1727
+ left: 0;
1728
+ margin-top: 1px;
1729
+ padding: 8px 16px;
1730
+ position: absolute;
1731
+ right: 0;
1732
+ top: 100%;
1733
+ z-index: 2;
1734
+ }
1735
+ ._MenuBar--menuOpen_8pf8c_14 {
1736
+ display: block;
1737
+ }
1738
+ @media (min-width: 638px) {
1739
+ ._MenuBar_8pf8c_1 {
1740
+ border: none;
1741
+ display: block;
1742
+ margin-top: 0;
1743
+ overflow-y: visible;
1744
+ padding: 0;
1745
+ position: static;
1746
+ }
1747
+ }
1748
+ ._MenuBar-inner_8pf8c_29 {
1749
+ align-items: center;
1750
+ display: flex;
1751
+ flex-wrap: wrap;
1752
+ gap: 8px 16px;
1753
+ justify-content: flex-end;
1754
+ }
1755
+ @media (min-width: 638px) {
1756
+ ._MenuBar-inner_8pf8c_29 {
1757
+ display: flex;
1758
+ flex-direction: row;
1759
+ flex-wrap: nowrap;
1760
+ }
1761
+ }
1762
+ ._MenuBar-history_8pf8c_45 {
1763
+ display: flex;
1764
+ }
1765
+
1766
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1767
+ ._PuckHeader_1bhmt_1 {
1768
+ background: var(--puck-color-white);
1769
+ border-bottom: 1px solid var(--puck-color-grey-09);
1868
1770
  color: var(--puck-color-black);
1869
1771
  grid-area: header;
1870
1772
  position: relative;
1871
1773
  max-width: 100vw;
1872
1774
  }
1873
- .PuckHeader-inner {
1775
+ @media (min-width: 638px) {
1776
+ ._PuckHeader_1bhmt_1 {
1777
+ padding-left: 67px;
1778
+ }
1779
+ }
1780
+ ._PuckHeader-inner_1bhmt_16 {
1874
1781
  align-items: end;
1875
1782
  display: grid;
1876
1783
  gap: var(--puck-space-px);
@@ -1879,46 +1786,375 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1879
1786
  grid-template-rows: auto;
1880
1787
  padding: var(--puck-space-px);
1881
1788
  }
1882
- .PuckHeader-toggle {
1789
+ @media (min-width: 638px) {
1790
+ ._PuckHeader-inner_1bhmt_16 {
1791
+ border-left: 1px solid var(--puck-color-grey-09);
1792
+ }
1793
+ }
1794
+ ._PuckHeader-toggle_1bhmt_32 {
1883
1795
  color: var(--puck-color-grey-05);
1884
1796
  display: flex;
1885
1797
  margin-inline-start: -4px;
1886
1798
  padding-top: 2px;
1887
1799
  }
1888
- .PuckHeader--rightSideBarVisible .PuckHeader-rightSideBarToggle,
1889
- .PuckHeader--leftSideBarVisible .PuckHeader-leftSideBarToggle {
1800
+ ._PuckHeader--rightSideBarVisible_1bhmt_39 ._PuckHeader-rightSideBarToggle_1bhmt_39,
1801
+ ._PuckHeader--leftSideBarVisible_1bhmt_40 ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1890
1802
  color: var(--puck-color-black);
1891
1803
  }
1892
- .PuckHeader-title {
1804
+ ._PuckHeader-rightSideBarToggle_1bhmt_39,
1805
+ ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1806
+ display: none;
1807
+ }
1808
+ @media (min-width: 638px) {
1809
+ ._PuckHeader-rightSideBarToggle_1bhmt_39,
1810
+ ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1811
+ display: block;
1812
+ }
1813
+ }
1814
+ ._PuckHeader-title_1bhmt_56 {
1893
1815
  align-self: center;
1894
1816
  }
1895
- .PuckHeader-path {
1817
+ ._PuckHeader-path_1bhmt_60 {
1896
1818
  font-family: var(--puck-font-family-monospaced);
1897
1819
  font-size: var(--puck-font-size-xxs);
1898
1820
  font-weight: normal;
1899
1821
  word-break: break-all;
1900
1822
  }
1901
- .PuckHeader-tools {
1823
+ ._PuckHeader-tools_1bhmt_67 {
1902
1824
  display: flex;
1903
1825
  gap: 16px;
1904
1826
  justify-content: flex-end;
1905
1827
  }
1906
- .PuckHeader-menuButton {
1828
+ ._PuckHeader-menuButton_1bhmt_73 {
1907
1829
  color: var(--puck-color-grey-05);
1908
1830
  margin-inline-start: -4px;
1909
1831
  }
1910
- .PuckHeader--menuOpen .PuckHeader-menuButton {
1832
+ ._PuckHeader--menuOpen_1bhmt_78 ._PuckHeader-menuButton_1bhmt_73 {
1911
1833
  color: var(--puck-color-black);
1912
1834
  }
1913
1835
  @media (min-width: 638px) {
1914
- .PuckHeader-menuButton {
1836
+ ._PuckHeader-menuButton_1bhmt_73 {
1915
1837
  display: none;
1916
1838
  }
1917
1839
  }
1918
1840
 
1841
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1842
+ ._SidebarSection_8boj8_1 {
1843
+ display: flex;
1844
+ position: relative;
1845
+ flex-direction: column;
1846
+ color: var(--puck-color-black);
1847
+ }
1848
+ ._SidebarSection_8boj8_1:last-of-type {
1849
+ flex-grow: 1;
1850
+ }
1851
+ ._SidebarSection-title_8boj8_12 {
1852
+ background: var(--puck-color-white);
1853
+ padding: 16px;
1854
+ border-bottom: 1px solid var(--puck-color-grey-09);
1855
+ border-top: 1px solid var(--puck-color-grey-09);
1856
+ overflow-x: auto;
1857
+ }
1858
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1859
+ border-top: 0px;
1860
+ }
1861
+ ._SidebarSection-content_8boj8_24 {
1862
+ padding: 16px;
1863
+ }
1864
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1865
+ padding: 0px;
1866
+ }
1867
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1868
+ padding-bottom: 4px;
1869
+ }
1870
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1871
+ border-bottom: none;
1872
+ flex-grow: 1;
1873
+ }
1874
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1875
+ background: none;
1876
+ border: 0;
1877
+ border-radius: 2px;
1878
+ color: var(--puck-color-azure-04);
1879
+ cursor: pointer;
1880
+ font: inherit;
1881
+ flex-shrink: 0;
1882
+ padding: 0;
1883
+ transition: color 50ms ease-in;
1884
+ }
1885
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1886
+ outline: 2px solid var(--puck-color-azure-05);
1887
+ outline-offset: 2px;
1888
+ }
1889
+ @media (hover: hover) and (pointer: fine) {
1890
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1891
+ color: var(--puck-color-azure-03);
1892
+ transition: none;
1893
+ }
1894
+ }
1895
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1896
+ color: var(--puck-color-azure-02);
1897
+ transition: none;
1898
+ }
1899
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1900
+ align-items: center;
1901
+ display: flex;
1902
+ gap: 4px;
1903
+ }
1904
+ ._SidebarSection-breadcrumb_8boj8_41 {
1905
+ align-items: center;
1906
+ display: flex;
1907
+ gap: 4px;
1908
+ }
1909
+ ._SidebarSection-heading_8boj8_82 {
1910
+ padding-inline-end: 16px;
1911
+ }
1912
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1913
+ background: var(--puck-color-white);
1914
+ display: flex;
1915
+ justify-content: center;
1916
+ align-items: center;
1917
+ height: 100%;
1918
+ width: 100%;
1919
+ top: 0;
1920
+ position: absolute;
1921
+ z-index: 1;
1922
+ pointer-events: all;
1923
+ box-sizing: border-box;
1924
+ opacity: 0.8;
1925
+ }
1926
+
1927
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
1928
+ ._Breadcrumbs_1c9yh_1 {
1929
+ align-items: center;
1930
+ display: flex;
1931
+ gap: 4px;
1932
+ }
1933
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
1934
+ background: none;
1935
+ border: 0;
1936
+ border-radius: 2px;
1937
+ color: var(--puck-color-azure-04);
1938
+ cursor: pointer;
1939
+ font: inherit;
1940
+ flex-shrink: 0;
1941
+ padding: 0;
1942
+ transition: color 50ms ease-in;
1943
+ }
1944
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
1945
+ outline: 2px solid var(--puck-color-azure-05);
1946
+ outline-offset: 2px;
1947
+ }
1948
+ @media (hover: hover) and (pointer: fine) {
1949
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
1950
+ color: var(--puck-color-azure-03);
1951
+ transition: none;
1952
+ }
1953
+ }
1954
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
1955
+ color: var(--puck-color-azure-02);
1956
+ transition: none;
1957
+ }
1958
+ ._Breadcrumbs-breadcrumb_1c9yh_7 {
1959
+ align-items: center;
1960
+ display: flex;
1961
+ gap: 4px;
1962
+ }
1963
+
1964
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1965
+ ._ViewportControls_e3unb_1 {
1966
+ position: relative;
1967
+ }
1968
+ ._ViewportControls--fullScreen_e3unb_5 {
1969
+ border-radius: 32px;
1970
+ display: flex;
1971
+ position: absolute;
1972
+ bottom: 12px;
1973
+ right: 12px;
1974
+ overflow: hidden;
1975
+ }
1976
+ ._ViewportControls-toggleButton_e3unb_14 {
1977
+ display: none;
1978
+ }
1979
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14 {
1980
+ align-items: center;
1981
+ background-color: var(--puck-color-grey-02);
1982
+ border: 1px solid var(--puck-color-grey-04);
1983
+ border-radius: 30px;
1984
+ cursor: pointer;
1985
+ color: var(--puck-color-grey-11);
1986
+ display: flex;
1987
+ justify-content: center;
1988
+ width: 42px;
1989
+ height: 42px;
1990
+ z-index: 1;
1991
+ }
1992
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14:hover {
1993
+ background-color: var(--puck-color-grey-02);
1994
+ border: 1px solid var(--puck-color-azure-04);
1995
+ color: var(--puck-color-azure-07);
1996
+ }
1997
+ ._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-toggleButton_e3unb_14 {
1998
+ background-color: var(--puck-color-grey-03);
1999
+ }
2000
+ ._ViewportControls-actions_e3unb_42 {
2001
+ display: flex;
2002
+ }
2003
+ ._ViewportControls-actionsInner_e3unb_46 {
2004
+ display: flex;
2005
+ box-sizing: border-box;
2006
+ justify-content: center;
2007
+ margin-left: auto;
2008
+ margin-right: auto;
2009
+ z-index: 0;
2010
+ overflow: hidden;
2011
+ }
2012
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2013
+ background: var(--puck-color-grey-11);
2014
+ border: 1px solid var(--puck-color-grey-09);
2015
+ border-radius: 30px;
2016
+ margin-left: none;
2017
+ margin-right: none;
2018
+ padding-right: 42px;
2019
+ }
2020
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2021
+ transform: translateX(100%);
2022
+ transition: transform 150ms ease-in-out;
2023
+ }
2024
+ ._ViewportControls--fullScreen_e3unb_5._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-actionsInner_e3unb_46 {
2025
+ transform: translateX(42px);
2026
+ }
2027
+ ._ViewportControls-divider_e3unb_75 {
2028
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2029
+ margin-bottom: 8px;
2030
+ margin-top: 8px;
2031
+ }
2032
+ ._ViewportControls-zoomSelect_e3unb_81 {
2033
+ appearance: none;
2034
+ 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;
2035
+ background-size: 10px;
2036
+ background-position: calc(100% - 12px) calc(50% + 3px);
2037
+ background-repeat: no-repeat;
2038
+ border: 0;
2039
+ font-size: var(--puck-font-size-xxxs);
2040
+ padding: 0;
2041
+ padding-left: 8px;
2042
+ width: 96px;
2043
+ }
2044
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2045
+ display: none;
2046
+ }
2047
+ @media (min-width: 638px) {
2048
+ ._ViewportControls-zoom_e3unb_81,
2049
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2050
+ display: flex;
2051
+ justify-content: center;
2052
+ }
2053
+ }
2054
+ ._ViewportControls-zoomSelect_e3unb_81:dir(rtl) {
2055
+ background-position: 12px calc(50% + 3px);
2056
+ }
2057
+ ._ViewportButton-inner_e3unb_111 {
2058
+ align-items: center;
2059
+ display: flex;
2060
+ justify-content: center;
2061
+ height: 32px;
2062
+ width: 32px;
2063
+ }
2064
+ ._ViewportButton--isActive_e3unb_119 ._ViewportButton-inner_e3unb_111 {
2065
+ color: var(--puck-color-azure-04);
2066
+ }
2067
+
2068
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
2069
+ ._PuckCanvas_t6s9b_1 {
2070
+ background: var(--puck-color-grey-11);
2071
+ display: flex;
2072
+ grid-area: editor;
2073
+ flex-direction: column;
2074
+ padding: var(--puck-space-px);
2075
+ position: relative;
2076
+ overflow: auto;
2077
+ }
2078
+ @media (min-width: 1198px) {
2079
+ ._PuckCanvas_t6s9b_1 {
2080
+ padding: calc(var(--puck-space-px) * 1.5);
2081
+ padding-top: calc(var(--puck-space-px) * 0.5);
2082
+ }
2083
+ ._PuckCanvas_t6s9b_1:not(._PuckCanvas_t6s9b_1:has(._PuckCanvas-controls_t6s9b_17)) {
2084
+ padding-top: calc(var(--puck-space-px) * 1.5);
2085
+ }
2086
+ }
2087
+ ._PuckCanvas--fullScreen_t6s9b_22 {
2088
+ padding: 0;
2089
+ overflow: hidden;
2090
+ }
2091
+ @media (min-width: 1198px) {
2092
+ ._PuckCanvas--fullScreen_t6s9b_22 {
2093
+ padding: 0;
2094
+ }
2095
+ }
2096
+ ._PuckCanvas-inner_t6s9b_33 {
2097
+ display: flex;
2098
+ height: 100%;
2099
+ justify-content: center;
2100
+ min-width: 288px;
2101
+ position: relative;
2102
+ width: 100%;
2103
+ }
2104
+ ._PuckCanvas-root_t6s9b_42 {
2105
+ background: white;
2106
+ outline: 1px solid var(--puck-color-grey-09);
2107
+ box-sizing: content-box;
2108
+ min-width: 321px;
2109
+ position: absolute;
2110
+ pointer-events: none;
2111
+ transform-origin: top;
2112
+ top: 0;
2113
+ bottom: 0;
2114
+ opacity: 0;
2115
+ }
2116
+ @media (min-width: 1198px) {
2117
+ ._PuckCanvas-root_t6s9b_42 {
2118
+ min-width: unset;
2119
+ }
2120
+ }
2121
+ @media (prefers-reduced-motion: reduce) {
2122
+ ._PuckCanvas-root_t6s9b_42 {
2123
+ transition: none !important;
2124
+ }
2125
+ }
2126
+ ._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-root_t6s9b_42 {
2127
+ pointer-events: unset;
2128
+ opacity: 1;
2129
+ }
2130
+ ._PuckCanvas-loader_t6s9b_72 {
2131
+ align-items: center;
2132
+ color: var(--puck-color-grey-06);
2133
+ display: flex;
2134
+ height: 100%;
2135
+ justify-content: center;
2136
+ transition: opacity 250ms ease-out;
2137
+ opacity: 0;
2138
+ }
2139
+ ._PuckCanvas--showLoader_t6s9b_82 ._PuckCanvas-loader_t6s9b_72 {
2140
+ opacity: 1;
2141
+ }
2142
+ ._PuckCanvas--showLoader_t6s9b_82._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-loader_t6s9b_72 {
2143
+ opacity: 0;
2144
+ height: 0;
2145
+ transition: none;
2146
+ }
2147
+ ._PuckCanvas-controls_t6s9b_17 {
2148
+ padding-bottom: calc(var(--puck-space-px) * 0.5);
2149
+ }
2150
+ ._PuckCanvas--fullScreen_t6s9b_22 ._PuckCanvas-controls_t6s9b_17 {
2151
+ padding-bottom: 0;
2152
+ z-index: 1;
2153
+ }
2154
+
1919
2155
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
1920
2156
  @media (min-width: 766px) {
1921
- .ResizeHandle {
2157
+ ._ResizeHandle_144bf_2 {
1922
2158
  position: absolute;
1923
2159
  width: 5px;
1924
2160
  height: 100%;
@@ -1927,13 +2163,13 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1927
2163
  background: transparent;
1928
2164
  top: 0;
1929
2165
  }
1930
- .ResizeHandle:hover {
2166
+ ._ResizeHandle_144bf_2:hover {
1931
2167
  background: rgba(0, 0, 0, 0.1);
1932
2168
  }
1933
- .ResizeHandle--left {
2169
+ ._ResizeHandle--left_144bf_16 {
1934
2170
  right: -3px;
1935
2171
  }
1936
- .ResizeHandle--right {
2172
+ ._ResizeHandle--right_144bf_20 {
1937
2173
  left: -3px;
1938
2174
  }
1939
2175
  }
@@ -1950,31 +2186,173 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1950
2186
  }
1951
2187
 
1952
2188
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
1953
- .Sidebar {
2189
+ ._Sidebar_o396p_1 {
2190
+ border-block-start: 1px solid var(--puck-color-grey-09);
1954
2191
  position: relative;
1955
- display: flex;
2192
+ display: none;
1956
2193
  flex-direction: column;
1957
2194
  overflow-y: auto;
1958
2195
  }
1959
- .Sidebar--left {
2196
+ ._Sidebar--isVisible_o396p_9 {
2197
+ display: flex;
2198
+ }
2199
+ ._Sidebar--left_o396p_13 {
1960
2200
  background: var(--puck-color-grey-12);
1961
- border-inline-end: 1px solid var(--puck-color-grey-09);
1962
2201
  grid-area: left;
1963
2202
  }
1964
- .Sidebar--right {
2203
+ @media (min-width: 766px) {
2204
+ ._Sidebar--left_o396p_13 {
2205
+ border-block-start: 0;
2206
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2207
+ }
2208
+ }
2209
+ ._Sidebar--right_o396p_25 {
1965
2210
  background: var(--puck-color-white);
1966
- border-inline-start: 1px solid var(--puck-color-grey-09);
1967
2211
  grid-area: right;
1968
2212
  }
1969
- .Sidebar-resizeHandle {
2213
+ @media (min-width: 766px) {
2214
+ ._Sidebar--right_o396p_25 {
2215
+ border-block-start: 0;
2216
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2217
+ }
2218
+ }
2219
+ ._Sidebar-resizeHandle_o396p_37 {
1970
2220
  position: absolute;
1971
2221
  height: 100%;
1972
2222
  }
1973
- .Sidebar--left + .Sidebar-resizeHandle {
2223
+ ._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
1974
2224
  grid-area: left;
1975
2225
  justify-self: end;
1976
2226
  }
1977
- .Sidebar--right + .Sidebar-resizeHandle {
2227
+ ._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
1978
2228
  grid-area: right;
1979
2229
  justify-self: start;
1980
2230
  }
2231
+
2232
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2233
+ ._Nav_3nnxc_1 {
2234
+ display: flex;
2235
+ }
2236
+ ._Nav-list_3nnxc_5 {
2237
+ display: flex;
2238
+ list-style: none;
2239
+ margin: 0;
2240
+ padding: 0;
2241
+ overflow-x: auto;
2242
+ gap: 8px;
2243
+ }
2244
+ @media (min-width: 638px) {
2245
+ ._Nav-list_3nnxc_5 {
2246
+ padding-top: 32px;
2247
+ flex-direction: column;
2248
+ gap: 16px;
2249
+ width: 100%;
2250
+ }
2251
+ }
2252
+ ._Nav-mobileActions_3nnxc_23 {
2253
+ align-items: center;
2254
+ display: flex;
2255
+ justify-content: center;
2256
+ margin-inline-start: auto;
2257
+ padding: 4px 16px;
2258
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2259
+ }
2260
+ @media (min-width: 638px) {
2261
+ ._Nav-mobileActions_3nnxc_23 {
2262
+ display: none;
2263
+ }
2264
+ }
2265
+ ._NavItem-link_3nnxc_38 {
2266
+ align-items: center;
2267
+ color: var(--puck-color-grey-03);
2268
+ display: flex;
2269
+ gap: 8px;
2270
+ text-decoration: none;
2271
+ cursor: pointer;
2272
+ border-radius: 4px;
2273
+ padding: 8px 4px;
2274
+ width: 64px;
2275
+ box-sizing: border-box;
2276
+ }
2277
+ @media (min-width: 638px) {
2278
+ ._NavItem-link_3nnxc_38 {
2279
+ width: auto;
2280
+ }
2281
+ }
2282
+ ._NavItem_3nnxc_38:first-of-type {
2283
+ padding-left: 16px;
2284
+ }
2285
+ ._NavItem_3nnxc_38:last-of-type {
2286
+ padding-right: 16px;
2287
+ }
2288
+ @media (min-width: 638px) {
2289
+ ._NavItem_3nnxc_38:first-of-type,
2290
+ ._NavItem_3nnxc_38:last-of-type {
2291
+ padding: 0;
2292
+ }
2293
+ }
2294
+ ._NavItem-link_3nnxc_38 {
2295
+ border-top: 4px solid transparent;
2296
+ border-bottom: 4px solid transparent;
2297
+ border-radius: 0;
2298
+ flex-direction: column;
2299
+ font-size: var(--puck-font-size-xxxs);
2300
+ }
2301
+ @media (min-width: 638px) {
2302
+ ._NavItem-link_3nnxc_38 {
2303
+ border: 0;
2304
+ border-left: 4px solid transparent;
2305
+ border-right: 4px solid transparent;
2306
+ }
2307
+ }
2308
+ ._NavItem-linkIcon_3nnxc_88 {
2309
+ height: 24px;
2310
+ width: 24px;
2311
+ }
2312
+ ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2313
+ background-color: var(--puck-color-azure-10);
2314
+ color: var(--puck-color-azure-04);
2315
+ font-weight: 600;
2316
+ }
2317
+ ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2318
+ background-color: transparent;
2319
+ border-top-color: var(--puck-color-azure-04);
2320
+ border-top-right-radius: 0;
2321
+ border-bottom-right-radius: 0;
2322
+ font-weight: 600;
2323
+ }
2324
+ @media (min-width: 638px) {
2325
+ ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2326
+ border-top-color: transparent;
2327
+ border-right-color: var(--puck-color-azure-04);
2328
+ }
2329
+ }
2330
+ ._NavItem_3nnxc_38:not(._NavItem--active_3nnxc_93) > ._NavItem-link_3nnxc_38:hover {
2331
+ background-color: var(--puck-color-azure-11);
2332
+ color: var(--puck-color-azure-04);
2333
+ }
2334
+ @media (min-width: 638px) {
2335
+ ._NavItem--mobileOnly_3nnxc_120 {
2336
+ display: none;
2337
+ }
2338
+ }
2339
+
2340
+ /* css-module:/home/runner/work/puck/puck/packages/core/plugins/fields/styles.module.css/#css-module-data */
2341
+ ._FieldsPlugin_nd930_1 {
2342
+ background: white;
2343
+ height: 100%;
2344
+ overflow-y: auto;
2345
+ }
2346
+ ._FieldsPlugin-header_nd930_7 {
2347
+ border-bottom: 1px solid var(--puck-color-grey-09);
2348
+ font-weight: 600;
2349
+ padding-bottom: 8px;
2350
+ padding-left: 16px;
2351
+ padding-right: 16px;
2352
+ padding-top: 8px;
2353
+ }
2354
+ @media (min-width: 638px) {
2355
+ ._FieldsPlugin-header_nd930_7 {
2356
+ padding: 16px;
2357
+ }
2358
+ }