@measured/puck 0.20.1-canary.d7404af9 → 0.20.1-canary.e58ac425

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/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,52 +1331,52 @@ 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
1346
  /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1347
- .SidebarSection {
1347
+ ._SidebarSection_8boj8_1 {
1348
1348
  display: flex;
1349
1349
  position: relative;
1350
1350
  flex-direction: column;
1351
1351
  color: var(--puck-color-black);
1352
1352
  }
1353
- .SidebarSection:last-of-type {
1353
+ ._SidebarSection_8boj8_1:last-of-type {
1354
1354
  flex-grow: 1;
1355
1355
  }
1356
- .SidebarSection-title {
1356
+ ._SidebarSection-title_8boj8_12 {
1357
1357
  background: var(--puck-color-white);
1358
1358
  padding: 16px;
1359
1359
  border-bottom: 1px solid var(--puck-color-grey-09);
1360
1360
  border-top: 1px solid var(--puck-color-grey-09);
1361
1361
  overflow-x: auto;
1362
1362
  }
1363
- .SidebarSection--noBorderTop > .SidebarSection-title {
1363
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1364
1364
  border-top: 0px;
1365
1365
  }
1366
- .SidebarSection-content {
1366
+ ._SidebarSection-content_8boj8_24 {
1367
1367
  padding: 16px;
1368
1368
  }
1369
- .SidebarSection--noPadding > .SidebarSection-content {
1369
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1370
1370
  padding: 0px;
1371
1371
  }
1372
- .SidebarSection--noPadding > .SidebarSection-content:last-child {
1372
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1373
1373
  padding-bottom: 4px;
1374
1374
  }
1375
- .SidebarSection:last-of-type .SidebarSection-content {
1375
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1376
1376
  border-bottom: none;
1377
1377
  flex-grow: 1;
1378
1378
  }
1379
- .SidebarSection-breadcrumbLabel {
1379
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1380
1380
  background: none;
1381
1381
  border: 0;
1382
1382
  border-radius: 2px;
@@ -1387,34 +1387,34 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1387
1387
  padding: 0;
1388
1388
  transition: color 50ms ease-in;
1389
1389
  }
1390
- .SidebarSection-breadcrumbLabel:focus-visible {
1390
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1391
1391
  outline: 2px solid var(--puck-color-azure-05);
1392
1392
  outline-offset: 2px;
1393
1393
  }
1394
1394
  @media (hover: hover) and (pointer: fine) {
1395
- .SidebarSection-breadcrumbLabel:hover {
1395
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1396
1396
  color: var(--puck-color-azure-03);
1397
1397
  transition: none;
1398
1398
  }
1399
1399
  }
1400
- .SidebarSection-breadcrumbLabel:active {
1400
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1401
1401
  color: var(--puck-color-azure-02);
1402
1402
  transition: none;
1403
1403
  }
1404
- .SidebarSection-breadcrumbs {
1404
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1405
1405
  align-items: center;
1406
1406
  display: flex;
1407
1407
  gap: 4px;
1408
1408
  }
1409
- .SidebarSection-breadcrumb {
1409
+ ._SidebarSection-breadcrumb_8boj8_41 {
1410
1410
  align-items: center;
1411
1411
  display: flex;
1412
1412
  gap: 4px;
1413
1413
  }
1414
- .SidebarSection-heading {
1414
+ ._SidebarSection-heading_8boj8_82 {
1415
1415
  padding-inline-end: 16px;
1416
1416
  }
1417
- .SidebarSection-loadingOverlay {
1417
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1418
1418
  background: var(--puck-color-white);
1419
1419
  display: flex;
1420
1420
  justify-content: center;
@@ -1430,21 +1430,21 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1430
1430
  }
1431
1431
 
1432
1432
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1433
- .Puck {
1433
+ ._Puck_1yxlw_19 {
1434
1434
  --puck-space-px: 16px;
1435
1435
  font-family: var(--puck-font-family);
1436
1436
  overflow-x: hidden;
1437
1437
  }
1438
1438
  @media (min-width: 766px) {
1439
- .Puck {
1439
+ ._Puck_1yxlw_19 {
1440
1440
  overflow-x: auto;
1441
1441
  }
1442
1442
  }
1443
- .Puck-portal {
1443
+ ._Puck-portal_1yxlw_31 {
1444
1444
  position: relative;
1445
1445
  z-index: 2;
1446
1446
  }
1447
- .PuckLayout-inner {
1447
+ ._PuckLayout-inner_1yxlw_38 {
1448
1448
  --puck-frame-width: auto;
1449
1449
  --puck-side-bar-width: 0px;
1450
1450
  --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
@@ -1457,63 +1457,63 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1457
1457
  position: relative;
1458
1458
  z-index: 0;
1459
1459
  }
1460
- .PuckLayout--mounted .PuckLayout-inner {
1460
+ ._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
1461
1461
  --puck-side-bar-width: 186px;
1462
1462
  }
1463
- .PuckLayout--leftSideBarVisible .PuckLayout-inner {
1463
+ ._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
1464
1464
  grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
1465
1465
  }
1466
- .PuckLayout--rightSideBarVisible .PuckLayout-inner {
1466
+ ._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1467
1467
  grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1468
1468
  }
1469
- .PuckLayout--leftSideBarVisible.PuckLayout--rightSideBarVisible .PuckLayout-inner {
1469
+ ._PuckLayout--leftSideBarVisible_1yxlw_63._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1470
1470
  grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
1471
1471
  }
1472
1472
  @media (min-width: 458px) {
1473
- .PuckLayout-mounted .PuckLayout-inner {
1473
+ ._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
1474
1474
  --puck-frame-width: minmax(266px, auto);
1475
1475
  }
1476
1476
  }
1477
1477
  @media (min-width: 638px) {
1478
- .PuckLayout .PuckLayout-inner {
1478
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1479
1479
  --puck-side-bar-width: minmax(186px, 250px);
1480
1480
  }
1481
1481
  }
1482
1482
  @media (min-width: 766px) {
1483
- .PuckLayout .PuckLayout-inner {
1483
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1484
1484
  --puck-frame-width: auto;
1485
1485
  }
1486
1486
  }
1487
1487
  @media (min-width: 990px) {
1488
- .PuckLayout .PuckLayout-inner {
1488
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1489
1489
  --puck-side-bar-width: 256px;
1490
1490
  }
1491
1491
  }
1492
1492
  @media (min-width: 1198px) {
1493
- .PuckLayout .PuckLayout-inner {
1493
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1494
1494
  --puck-side-bar-width: 274px;
1495
1495
  }
1496
1496
  }
1497
1497
  @media (min-width: 1398px) {
1498
- .PuckLayout .PuckLayout-inner {
1498
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1499
1499
  --puck-side-bar-width: 290px;
1500
1500
  }
1501
1501
  }
1502
1502
  @media (min-width: 1598px) {
1503
- .PuckLayout .PuckLayout-inner {
1503
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1504
1504
  --puck-side-bar-width: 320px;
1505
1505
  }
1506
1506
  }
1507
1507
 
1508
1508
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1509
- .PuckFields {
1509
+ ._PuckFields_10bh7_1 {
1510
1510
  position: relative;
1511
1511
  font-family: var(--puck-font-family);
1512
1512
  }
1513
- .PuckFields--isLoading {
1513
+ ._PuckFields--isLoading_10bh7_6 {
1514
1514
  min-height: 48px;
1515
1515
  }
1516
- .PuckFields-loadingOverlay {
1516
+ ._PuckFields-loadingOverlay_10bh7_10 {
1517
1517
  background: var(--puck-color-white);
1518
1518
  display: flex;
1519
1519
  justify-content: flex-end;
@@ -1527,40 +1527,40 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1527
1527
  box-sizing: border-box;
1528
1528
  opacity: 0.8;
1529
1529
  }
1530
- .PuckFields-loadingOverlayInner {
1530
+ ._PuckFields-loadingOverlayInner_10bh7_25 {
1531
1531
  display: flex;
1532
1532
  padding: 16px;
1533
1533
  position: sticky;
1534
1534
  top: 0;
1535
1535
  }
1536
- .PuckFields-field * {
1536
+ ._PuckFields-field_10bh7_32 * {
1537
1537
  box-sizing: border-box;
1538
1538
  }
1539
- .PuckFields--wrapFields .PuckFields-field {
1539
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1540
1540
  color: var(--puck-color-grey-04);
1541
1541
  padding: 16px;
1542
1542
  padding-bottom: 12px;
1543
1543
  display: block;
1544
1544
  }
1545
- .PuckFields--wrapFields .PuckFields-field + .PuckFields-field {
1545
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
1546
1546
  border-top: 1px solid var(--puck-color-grey-09);
1547
1547
  margin-top: 8px;
1548
1548
  }
1549
1549
 
1550
1550
  /* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1551
- .ComponentList {
1551
+ ._ComponentList_1rrlt_1 {
1552
1552
  max-width: 100%;
1553
1553
  }
1554
- .ComponentList--isExpanded + .ComponentList {
1554
+ ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1555
1555
  margin-top: 12px;
1556
1556
  }
1557
- .ComponentList-content {
1557
+ ._ComponentList-content_1rrlt_9 {
1558
1558
  display: none;
1559
1559
  }
1560
- .ComponentList--isExpanded > .ComponentList-content {
1560
+ ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1561
1561
  display: block;
1562
1562
  }
1563
- .ComponentList-title {
1563
+ ._ComponentList-title_1rrlt_17 {
1564
1564
  background-color: transparent;
1565
1565
  border: 0;
1566
1566
  color: var(--puck-color-grey-05);
@@ -1577,38 +1577,38 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1577
1577
  border-radius: 4px;
1578
1578
  width: 100%;
1579
1579
  }
1580
- .ComponentList-title:focus-visible {
1580
+ ._ComponentList-title_1rrlt_17:focus-visible {
1581
1581
  outline: 2px solid var(--puck-color-azure-05);
1582
1582
  outline-offset: 2px;
1583
1583
  }
1584
1584
  @media (hover: hover) and (pointer: fine) {
1585
- .ComponentList-title:hover {
1585
+ ._ComponentList-title_1rrlt_17:hover {
1586
1586
  background-color: var(--puck-color-azure-11);
1587
1587
  color: var(--puck-color-azure-04);
1588
1588
  transition: none;
1589
1589
  }
1590
1590
  }
1591
- .ComponentList-title:active {
1591
+ ._ComponentList-title_1rrlt_17:active {
1592
1592
  background-color: var(--puck-color-azure-10);
1593
1593
  transition: none;
1594
1594
  }
1595
- .ComponentList-titleIcon {
1595
+ ._ComponentList-titleIcon_1rrlt_53 {
1596
1596
  margin-inline-start: auto;
1597
1597
  }
1598
1598
 
1599
1599
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1600
- .PuckPreview {
1600
+ ._PuckPreview_z2rgu_1 {
1601
1601
  position: relative;
1602
1602
  height: 100%;
1603
1603
  }
1604
- .PuckPreview-frame {
1604
+ ._PuckPreview-frame_z2rgu_6 {
1605
1605
  border: none;
1606
1606
  height: 100%;
1607
1607
  width: 100%;
1608
1608
  }
1609
1609
 
1610
1610
  /* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
1611
- .LayerTree {
1611
+ ._LayerTree_7rx04_1 {
1612
1612
  color: var(--puck-color-grey-03);
1613
1613
  font-family: var(--puck-font-family);
1614
1614
  font-size: var(--puck-font-size-xxs);
@@ -1617,30 +1617,30 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1617
1617
  list-style: none;
1618
1618
  padding: 0;
1619
1619
  }
1620
- .LayerTree-zoneTitle {
1620
+ ._LayerTree-zoneTitle_7rx04_11 {
1621
1621
  color: var(--puck-color-grey-05);
1622
1622
  font-size: var(--puck-font-size-xxxs);
1623
1623
  text-transform: uppercase;
1624
1624
  }
1625
- .LayerTree-helper {
1625
+ ._LayerTree-helper_7rx04_17 {
1626
1626
  text-align: center;
1627
1627
  color: var(--puck-color-grey-07);
1628
1628
  margin: 8px 4px;
1629
1629
  }
1630
- .Layer {
1630
+ ._Layer_7rx04_1 {
1631
1631
  position: relative;
1632
1632
  border: 1px solid transparent;
1633
1633
  border-radius: 4px;
1634
1634
  }
1635
- .Layer-inner {
1635
+ ._Layer-inner_7rx04_29 {
1636
1636
  border: 1px solid transparent;
1637
1637
  border-radius: 4px;
1638
1638
  transition: color 50ms ease-in;
1639
1639
  }
1640
- .Layer--containsZone > .Layer-inner {
1640
+ ._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
1641
1641
  padding-inline-start: 0;
1642
1642
  }
1643
- .Layer-clickable {
1643
+ ._Layer-clickable_7rx04_39 {
1644
1644
  align-items: center;
1645
1645
  background: none;
1646
1646
  border: 0;
@@ -1653,65 +1653,65 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1653
1653
  padding-inline-end: 4px;
1654
1654
  width: 100%;
1655
1655
  }
1656
- .Layer-clickable:focus-visible {
1656
+ ._Layer-clickable_7rx04_39:focus-visible {
1657
1657
  outline: 2px solid var(--puck-color-azure-05);
1658
1658
  outline-offset: 2px;
1659
1659
  position: relative;
1660
1660
  z-index: 1;
1661
1661
  }
1662
1662
  @media (hover: hover) and (pointer: fine) {
1663
- .Layer:not(.Layer--isSelected) > .Layer-inner:hover {
1663
+ ._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
1664
1664
  border-color: var(--puck-color-azure-10);
1665
1665
  background: var(--puck-color-azure-11);
1666
1666
  color: var(--puck-color-azure-04);
1667
1667
  transition: none;
1668
1668
  }
1669
1669
  }
1670
- .Layer--isSelected {
1670
+ ._Layer--isSelected_7rx04_61 {
1671
1671
  border-color: var(--puck-color-azure-08);
1672
1672
  }
1673
- .Layer--isSelected > .Layer-inner {
1673
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1674
1674
  background: var(--puck-color-azure-10);
1675
1675
  }
1676
- .Layer--isSelected > .Layer-inner > .Layer-clickable > .Layer-chevron,
1677
- .Layer--childIsSelected > .Layer-inner > .Layer-clickable > .Layer-chevron {
1676
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
1677
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
1678
1678
  transform: scaleY(-1);
1679
1679
  }
1680
- .Layer-zones {
1680
+ ._Layer-zones_7rx04_82 {
1681
1681
  display: none;
1682
1682
  margin-inline-start: 12px;
1683
1683
  }
1684
- .Layer--isSelected > .Layer-zones,
1685
- .Layer--childIsSelected > .Layer-zones {
1684
+ ._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
1685
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
1686
1686
  display: block;
1687
1687
  }
1688
- .Layer-zones > .LayerTree {
1688
+ ._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
1689
1689
  margin-inline-start: 12px;
1690
1690
  }
1691
- .Layer-title,
1692
- .LayerTree-zoneTitle {
1691
+ ._Layer-title_7rx04_96,
1692
+ ._LayerTree-zoneTitle_7rx04_11 {
1693
1693
  display: flex;
1694
1694
  gap: 8px;
1695
1695
  align-items: center;
1696
1696
  margin: 8px 4px;
1697
1697
  overflow-x: hidden;
1698
1698
  }
1699
- .Layer-name {
1699
+ ._Layer-name_7rx04_105 {
1700
1700
  overflow-x: hidden;
1701
1701
  text-overflow: ellipsis;
1702
1702
  white-space: nowrap;
1703
1703
  }
1704
- .Layer-icon {
1704
+ ._Layer-icon_7rx04_111 {
1705
1705
  color: var(--puck-color-rose-07);
1706
1706
  margin-top: 4px;
1707
1707
  }
1708
- .Layer-zoneIcon {
1708
+ ._Layer-zoneIcon_7rx04_116 {
1709
1709
  color: var(--puck-color-grey-08);
1710
1710
  margin-top: 4px;
1711
1711
  }
1712
1712
 
1713
1713
  /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1714
- .ViewportControls {
1714
+ ._ViewportControls_gejzr_1 {
1715
1715
  display: flex;
1716
1716
  background: var(--puck-color-grey-11);
1717
1717
  box-sizing: border-box;
@@ -1724,12 +1724,12 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1724
1724
  padding-inline-end: var(--puck-space-px);
1725
1725
  z-index: 1;
1726
1726
  }
1727
- .ViewportControls-divider {
1727
+ ._ViewportControls-divider_gejzr_15 {
1728
1728
  border-inline-end: 1px solid var(--puck-color-grey-09);
1729
1729
  margin-inline-start: 8px;
1730
1730
  margin-inline-end: 8px;
1731
1731
  }
1732
- .ViewportControls-zoomSelect {
1732
+ ._ViewportControls-zoomSelect_gejzr_21 {
1733
1733
  appearance: none;
1734
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
1735
  background-size: 10px;
@@ -1740,15 +1740,15 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1740
1740
  padding: 0;
1741
1741
  width: 96px;
1742
1742
  }
1743
- .ViewportControls-zoomSelect:dir(rtl) {
1743
+ ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1744
1744
  background-position: 12px calc(50% + 3px);
1745
1745
  }
1746
- .ViewportButton--isActive .ViewportButton-inner {
1746
+ ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1747
1747
  color: var(--puck-color-azure-04);
1748
1748
  }
1749
1749
 
1750
1750
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1751
- .PuckCanvas {
1751
+ ._PuckCanvas_18jay_1 {
1752
1752
  background: var(--puck-color-grey-11);
1753
1753
  display: flex;
1754
1754
  grid-area: editor;
@@ -1757,15 +1757,15 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1757
1757
  overflow: auto;
1758
1758
  }
1759
1759
  @media (min-width: 1198px) {
1760
- .PuckCanvas {
1760
+ ._PuckCanvas_18jay_1 {
1761
1761
  padding: calc(var(--puck-space-px) * 1.5);
1762
1762
  padding-top: var(--puck-space-px);
1763
1763
  }
1764
- .PuckCanvas:not(.PuckCanvas:has(.PuckCanvas-controls)) {
1764
+ ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1765
1765
  padding-top: calc(var(--puck-space-px) * 1.5);
1766
1766
  }
1767
1767
  }
1768
- .PuckCanvas-inner {
1768
+ ._PuckCanvas-inner_18jay_21 {
1769
1769
  display: flex;
1770
1770
  height: 100%;
1771
1771
  justify-content: center;
@@ -1773,7 +1773,7 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1773
1773
  position: relative;
1774
1774
  width: 100%;
1775
1775
  }
1776
- .PuckCanvas-root {
1776
+ ._PuckCanvas-root_18jay_30 {
1777
1777
  background: white;
1778
1778
  border: 1px solid var(--puck-color-grey-09);
1779
1779
  box-sizing: content-box;
@@ -1786,20 +1786,20 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1786
1786
  opacity: 0;
1787
1787
  }
1788
1788
  @media (min-width: 1198px) {
1789
- .PuckCanvas-root {
1789
+ ._PuckCanvas-root_18jay_30 {
1790
1790
  min-width: unset;
1791
1791
  }
1792
1792
  }
1793
1793
  @media (prefers-reduced-motion: reduce) {
1794
- .PuckCanvas-root {
1794
+ ._PuckCanvas-root_18jay_30 {
1795
1795
  transition: none !important;
1796
1796
  }
1797
1797
  }
1798
- .PuckCanvas--ready .PuckCanvas-root {
1798
+ ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1799
1799
  pointer-events: unset;
1800
1800
  opacity: 1;
1801
1801
  }
1802
- .PuckCanvas-loader {
1802
+ ._PuckCanvas-loader_18jay_60 {
1803
1803
  align-items: center;
1804
1804
  color: var(--puck-color-grey-06);
1805
1805
  display: flex;
@@ -1808,17 +1808,17 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1808
1808
  transition: opacity 250ms ease-out;
1809
1809
  opacity: 0;
1810
1810
  }
1811
- .PuckCanvas--showLoader .PuckCanvas-loader {
1811
+ ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1812
1812
  opacity: 1;
1813
1813
  }
1814
- .PuckCanvas--showLoader.PuckCanvas--ready .PuckCanvas-loader {
1814
+ ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1815
1815
  opacity: 0;
1816
1816
  height: 0;
1817
1817
  transition: none;
1818
1818
  }
1819
1819
 
1820
1820
  /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1821
- .MenuBar {
1821
+ ._MenuBar_8pf8c_1 {
1822
1822
  background-color: var(--puck-color-white);
1823
1823
  border-bottom: 1px solid var(--puck-color-grey-09);
1824
1824
  display: none;
@@ -1830,11 +1830,11 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1830
1830
  top: 100%;
1831
1831
  z-index: 2;
1832
1832
  }
1833
- .MenuBar--menuOpen {
1833
+ ._MenuBar--menuOpen_8pf8c_14 {
1834
1834
  display: block;
1835
1835
  }
1836
1836
  @media (min-width: 638px) {
1837
- .MenuBar {
1837
+ ._MenuBar_8pf8c_1 {
1838
1838
  border: none;
1839
1839
  display: block;
1840
1840
  margin-top: 0;
@@ -1843,7 +1843,7 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1843
1843
  position: static;
1844
1844
  }
1845
1845
  }
1846
- .MenuBar-inner {
1846
+ ._MenuBar-inner_8pf8c_29 {
1847
1847
  align-items: center;
1848
1848
  display: flex;
1849
1849
  flex-wrap: wrap;
@@ -1851,18 +1851,18 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1851
1851
  justify-content: flex-end;
1852
1852
  }
1853
1853
  @media (min-width: 638px) {
1854
- .MenuBar-inner {
1854
+ ._MenuBar-inner_8pf8c_29 {
1855
1855
  display: flex;
1856
1856
  flex-direction: row;
1857
1857
  flex-wrap: nowrap;
1858
1858
  }
1859
1859
  }
1860
- .MenuBar-history {
1860
+ ._MenuBar-history_8pf8c_45 {
1861
1861
  display: flex;
1862
1862
  }
1863
1863
 
1864
1864
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1865
- .PuckHeader {
1865
+ ._PuckHeader_15xnq_1 {
1866
1866
  background: var(--puck-color-white);
1867
1867
  border-bottom: 1px solid var(--puck-color-grey-09);
1868
1868
  color: var(--puck-color-black);
@@ -1870,7 +1870,7 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1870
1870
  position: relative;
1871
1871
  max-width: 100vw;
1872
1872
  }
1873
- .PuckHeader-inner {
1873
+ ._PuckHeader-inner_15xnq_10 {
1874
1874
  align-items: end;
1875
1875
  display: grid;
1876
1876
  gap: var(--puck-space-px);
@@ -1879,46 +1879,46 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1879
1879
  grid-template-rows: auto;
1880
1880
  padding: var(--puck-space-px);
1881
1881
  }
1882
- .PuckHeader-toggle {
1882
+ ._PuckHeader-toggle_15xnq_20 {
1883
1883
  color: var(--puck-color-grey-05);
1884
1884
  display: flex;
1885
1885
  margin-inline-start: -4px;
1886
1886
  padding-top: 2px;
1887
1887
  }
1888
- .PuckHeader--rightSideBarVisible .PuckHeader-rightSideBarToggle,
1889
- .PuckHeader--leftSideBarVisible .PuckHeader-leftSideBarToggle {
1888
+ ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
1889
+ ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
1890
1890
  color: var(--puck-color-black);
1891
1891
  }
1892
- .PuckHeader-title {
1892
+ ._PuckHeader-title_15xnq_32 {
1893
1893
  align-self: center;
1894
1894
  }
1895
- .PuckHeader-path {
1895
+ ._PuckHeader-path_15xnq_36 {
1896
1896
  font-family: var(--puck-font-family-monospaced);
1897
1897
  font-size: var(--puck-font-size-xxs);
1898
1898
  font-weight: normal;
1899
1899
  word-break: break-all;
1900
1900
  }
1901
- .PuckHeader-tools {
1901
+ ._PuckHeader-tools_15xnq_43 {
1902
1902
  display: flex;
1903
1903
  gap: 16px;
1904
1904
  justify-content: flex-end;
1905
1905
  }
1906
- .PuckHeader-menuButton {
1906
+ ._PuckHeader-menuButton_15xnq_49 {
1907
1907
  color: var(--puck-color-grey-05);
1908
1908
  margin-inline-start: -4px;
1909
1909
  }
1910
- .PuckHeader--menuOpen .PuckHeader-menuButton {
1910
+ ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
1911
1911
  color: var(--puck-color-black);
1912
1912
  }
1913
1913
  @media (min-width: 638px) {
1914
- .PuckHeader-menuButton {
1914
+ ._PuckHeader-menuButton_15xnq_49 {
1915
1915
  display: none;
1916
1916
  }
1917
1917
  }
1918
1918
 
1919
1919
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
1920
1920
  @media (min-width: 766px) {
1921
- .ResizeHandle {
1921
+ ._ResizeHandle_144bf_2 {
1922
1922
  position: absolute;
1923
1923
  width: 5px;
1924
1924
  height: 100%;
@@ -1927,13 +1927,13 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1927
1927
  background: transparent;
1928
1928
  top: 0;
1929
1929
  }
1930
- .ResizeHandle:hover {
1930
+ ._ResizeHandle_144bf_2:hover {
1931
1931
  background: rgba(0, 0, 0, 0.1);
1932
1932
  }
1933
- .ResizeHandle--left {
1933
+ ._ResizeHandle--left_144bf_16 {
1934
1934
  right: -3px;
1935
1935
  }
1936
- .ResizeHandle--right {
1936
+ ._ResizeHandle--right_144bf_20 {
1937
1937
  left: -3px;
1938
1938
  }
1939
1939
  }
@@ -1950,31 +1950,31 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
1950
1950
  }
1951
1951
 
1952
1952
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
1953
- .Sidebar {
1953
+ ._Sidebar_1xksb_1 {
1954
1954
  position: relative;
1955
1955
  display: flex;
1956
1956
  flex-direction: column;
1957
1957
  overflow-y: auto;
1958
1958
  }
1959
- .Sidebar--left {
1959
+ ._Sidebar--left_1xksb_8 {
1960
1960
  background: var(--puck-color-grey-12);
1961
1961
  border-inline-end: 1px solid var(--puck-color-grey-09);
1962
1962
  grid-area: left;
1963
1963
  }
1964
- .Sidebar--right {
1964
+ ._Sidebar--right_1xksb_14 {
1965
1965
  background: var(--puck-color-white);
1966
1966
  border-inline-start: 1px solid var(--puck-color-grey-09);
1967
1967
  grid-area: right;
1968
1968
  }
1969
- .Sidebar-resizeHandle {
1969
+ ._Sidebar-resizeHandle_1xksb_20 {
1970
1970
  position: absolute;
1971
1971
  height: 100%;
1972
1972
  }
1973
- .Sidebar--left + .Sidebar-resizeHandle {
1973
+ ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
1974
1974
  grid-area: left;
1975
1975
  justify-self: end;
1976
1976
  }
1977
- .Sidebar--right + .Sidebar-resizeHandle {
1977
+ ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
1978
1978
  grid-area: right;
1979
1979
  justify-self: start;
1980
1980
  }