@measured/puck 0.18.2-canary.73bb338 → 0.18.2-canary.8992a94

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
@@ -141,14 +141,14 @@
141
141
  }
142
142
 
143
143
  /* css-module:/home/runner/work/puck/puck/packages/core/components/ActionBar/styles.module.css/#css-module-data */
144
- ._ActionBar_rvadt_1 {
144
+ ._ActionBar_194sn_1 {
145
145
  align-items: center;
146
146
  cursor: default;
147
147
  display: flex;
148
148
  width: auto;
149
149
  padding: 4px;
150
- padding-inline-start: 0;
151
- padding-inline-end: 0;
150
+ padding-left: 0;
151
+ padding-right: 0;
152
152
  border-top-left-radius: 8px;
153
153
  border-top-right-radius: 8px;
154
154
  border-radius: 8px;
@@ -157,45 +157,45 @@
157
157
  font-family: var(--puck-font-family);
158
158
  min-height: 26px;
159
159
  }
160
- ._ActionBar-label_rvadt_18 {
160
+ ._ActionBar-label_194sn_18 {
161
161
  color: var(--puck-color-grey-08);
162
162
  font-size: var(--puck-font-size-xxxs);
163
163
  font-weight: 500;
164
- padding-inline-start: 8px;
165
- padding-inline-end: 8px;
166
- margin-inline-start: 4px;
167
- margin-inline-end: 4px;
164
+ padding-left: 8px;
165
+ padding-right: 8px;
166
+ margin-left: 4px;
167
+ margin-right: 4px;
168
168
  text-overflow: ellipsis;
169
169
  white-space: nowrap;
170
170
  }
171
- ._ActionBar-action_rvadt_30 + ._ActionBar-label_rvadt_18 {
172
- padding-inline-start: 0;
171
+ ._ActionBar-action_194sn_30 + ._ActionBar-label_194sn_18 {
172
+ padding-left: 0;
173
173
  }
174
- ._ActionBar-label_rvadt_18 + ._ActionBar-action_rvadt_30 {
175
- margin-inline-start: -4px;
174
+ ._ActionBar-label_194sn_18 + ._ActionBar-action_194sn_30 {
175
+ margin-left: -4px;
176
176
  }
177
- ._ActionBar-group_rvadt_38 {
177
+ ._ActionBar-group_194sn_38 {
178
178
  align-items: center;
179
179
  border-inline-start: 0.5px solid var(--puck-color-grey-05);
180
180
  display: flex;
181
181
  height: 100%;
182
- padding-inline-start: 4px;
183
- padding-inline-end: 4px;
182
+ padding-left: 4px;
183
+ padding-right: 4px;
184
184
  }
185
- ._ActionBar-group_rvadt_38:first-of-type {
185
+ ._ActionBar-group_194sn_38:first-of-type {
186
186
  border-inline-start: 0;
187
187
  }
188
- ._ActionBar-group_rvadt_38:empty {
188
+ ._ActionBar-group_194sn_38:empty {
189
189
  display: none;
190
190
  }
191
- ._ActionBar-action_rvadt_30 {
191
+ ._ActionBar-action_194sn_30 {
192
192
  background: transparent;
193
193
  border: none;
194
194
  color: var(--puck-color-grey-08);
195
195
  cursor: pointer;
196
196
  padding: 6px 8px;
197
- margin-inline-start: 4px;
198
- margin-inline-end: 4px;
197
+ margin-left: 4px;
198
+ margin-right: 4px;
199
199
  border-radius: 4px;
200
200
  overflow: hidden;
201
201
  display: flex;
@@ -203,32 +203,32 @@
203
203
  justify-content: center;
204
204
  transition: color 50ms ease-in;
205
205
  }
206
- ._ActionBar-action_rvadt_30 svg {
206
+ ._ActionBar-action_194sn_30 svg {
207
207
  max-width: none !important;
208
208
  }
209
- ._ActionBar-action_rvadt_30:focus-visible {
209
+ ._ActionBar-action_194sn_30:focus-visible {
210
210
  outline: 2px solid var(--puck-color-azure-05);
211
211
  outline-offset: -2px;
212
212
  }
213
213
  @media (hover: hover) and (pointer: fine) {
214
- ._ActionBar-action_rvadt_30:hover {
214
+ ._ActionBar-action_194sn_30:hover {
215
215
  color: var(--puck-color-azure-06);
216
216
  transition: none;
217
217
  }
218
218
  }
219
- ._ActionBar-action_rvadt_30:active {
219
+ ._ActionBar-action_194sn_30:active {
220
220
  color: var(--puck-color-azure-07);
221
221
  transition: none;
222
222
  }
223
- ._ActionBar-group_rvadt_38 * {
223
+ ._ActionBar-group_194sn_38 * {
224
224
  margin: 0;
225
225
  }
226
226
 
227
227
  /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/styles.module.css/#css-module-data */
228
- ._InputWrapper_g5w3n_1 + ._InputWrapper_g5w3n_1 {
228
+ ._InputWrapper_1h1p1_1 + ._InputWrapper_1h1p1_1 {
229
229
  margin-top: 12px;
230
230
  }
231
- ._Input-label_g5w3n_5 {
231
+ ._Input-label_1h1p1_5 {
232
232
  align-items: center;
233
233
  color: var(--puck-color-grey-04);
234
234
  display: flex;
@@ -236,17 +236,17 @@
236
236
  font-size: var(--puck-font-size-xxs);
237
237
  font-weight: 600;
238
238
  }
239
- ._Input-labelIcon_g5w3n_14 {
239
+ ._Input-labelIcon_1h1p1_14 {
240
240
  color: var(--puck-color-grey-07);
241
241
  display: flex;
242
- margin-inline-end: 4px;
243
- padding-inline-start: 4px;
242
+ margin-right: 4px;
243
+ padding-left: 4px;
244
244
  }
245
- ._Input-disabledIcon_g5w3n_21 {
245
+ ._Input-disabledIcon_1h1p1_21 {
246
246
  color: var(--puck-color-grey-05);
247
- margin-inline-start: auto;
247
+ margin-left: auto;
248
248
  }
249
- ._Input-input_g5w3n_26 {
249
+ ._Input-input_1h1p1_26 {
250
250
  background: var(--puck-color-white);
251
251
  border-width: 1px;
252
252
  border-style: solid;
@@ -258,7 +258,7 @@
258
258
  transition: border-color 50ms ease-in;
259
259
  width: 100%;
260
260
  }
261
- select._Input-input_g5w3n_26 {
261
+ select._Input-input_1h1p1_26 {
262
262
  appearance: none;
263
263
  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;
264
264
  background-size: 12px;
@@ -267,29 +267,26 @@ select._Input-input_g5w3n_26 {
267
267
  background-color: var(--puck-color-white);
268
268
  cursor: pointer;
269
269
  }
270
- select._Input-input_g5w3n_26:dir(rtl) {
271
- background-position: 12px calc(50% + 3px);
272
- }
273
270
  @media (hover: hover) and (pointer: fine) {
274
- ._Input_g5w3n_1:has(> input):hover ._Input-input_g5w3n_26:not([readonly]),
275
- ._Input_g5w3n_1:has(> textarea):hover ._Input-input_g5w3n_26:not([readonly]) {
271
+ ._Input_1h1p1_1:has(> input):hover ._Input-input_1h1p1_26:not([readonly]),
272
+ ._Input_1h1p1_1:has(> textarea):hover ._Input-input_1h1p1_26:not([readonly]) {
276
273
  border-color: var(--puck-color-grey-05);
277
274
  transition: none;
278
275
  }
279
- ._Input_g5w3n_1:has(> select):hover ._Input-input_g5w3n_26:not([disabled]) {
276
+ ._Input_1h1p1_1:has(> select):hover ._Input-input_1h1p1_26:not([disabled]) {
280
277
  background-color: var(--puck-color-azure-12);
281
278
  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>");
282
279
  border-color: var(--puck-color-grey-05);
283
280
  transition: none;
284
281
  }
285
282
  }
286
- ._Input-input_g5w3n_26:focus {
283
+ ._Input-input_1h1p1_26:focus {
287
284
  border-color: var(--puck-color-grey-05);
288
285
  outline: 2px solid var(--puck-color-azure-05);
289
286
  transition: none;
290
287
  }
291
- ._Input--readOnly_g5w3n_74 > ._Input-input_g5w3n_26,
292
- ._Input--readOnly_g5w3n_74 > select._Input-input_g5w3n_26 {
288
+ ._Input--readOnly_1h1p1_70 > ._Input-input_1h1p1_26,
289
+ ._Input--readOnly_1h1p1_70 > select._Input-input_1h1p1_26 {
293
290
  background-color: var(--puck-color-grey-11);
294
291
  border-color: var(--puck-color-grey-09);
295
292
  color: var(--puck-color-grey-04);
@@ -298,34 +295,34 @@ select._Input-input_g5w3n_26:dir(rtl) {
298
295
  outline: 0;
299
296
  transition: none;
300
297
  }
301
- ._Input-radioGroupItems_g5w3n_85 {
298
+ ._Input-radioGroupItems_1h1p1_81 {
302
299
  display: flex;
303
300
  border: 1px solid var(--puck-color-grey-09);
304
301
  border-radius: 4px;
305
302
  flex-wrap: wrap;
306
303
  }
307
- ._Input-radio_g5w3n_85 {
308
- border-inline-end: 1px solid var(--puck-color-grey-09);
304
+ ._Input-radio_1h1p1_81 {
305
+ border-right: 1px solid var(--puck-color-grey-09);
309
306
  flex-grow: 1;
310
307
  }
311
- ._Input-radio_g5w3n_85:first-of-type {
308
+ ._Input-radio_1h1p1_81:first-of-type {
312
309
  border-bottom-left-radius: 4px;
313
310
  border-top-left-radius: 4px;
314
311
  }
315
- ._Input-radio_g5w3n_85:first-of-type ._Input-radioInner_g5w3n_102 {
312
+ ._Input-radio_1h1p1_81:first-of-type ._Input-radioInner_1h1p1_98 {
316
313
  border-bottom-left-radius: 3px;
317
314
  border-top-left-radius: 3px;
318
315
  }
319
- ._Input-radio_g5w3n_85:last-of-type {
316
+ ._Input-radio_1h1p1_81:last-of-type {
320
317
  border-bottom-right-radius: 4px;
321
- border-inline-end: 0;
318
+ border-right: 0;
322
319
  border-top-right-radius: 4px;
323
320
  }
324
- ._Input-radio_g5w3n_85:last-of-type ._Input-radioInner_g5w3n_102 {
321
+ ._Input-radio_1h1p1_81:last-of-type ._Input-radioInner_1h1p1_98 {
325
322
  border-bottom-right-radius: 3px;
326
323
  border-top-right-radius: 3px;
327
324
  }
328
- ._Input-radioInner_g5w3n_102 {
325
+ ._Input-radioInner_1h1p1_98 {
329
326
  background-color: var(--puck-color-white);
330
327
  color: var(--puck-color-grey-04);
331
328
  cursor: pointer;
@@ -334,32 +331,32 @@ select._Input-input_g5w3n_26:dir(rtl) {
334
331
  text-align: center;
335
332
  transition: background-color 50ms ease-in;
336
333
  }
337
- ._Input-radio_g5w3n_85:has(:focus-visible) {
334
+ ._Input-radio_1h1p1_81:has(:focus-visible) {
338
335
  outline: 2px solid var(--puck-color-azure-05);
339
336
  outline-offset: 2px;
340
337
  position: relative;
341
338
  }
342
339
  @media (hover: hover) and (pointer: fine) {
343
- ._Input-radioInner_g5w3n_102:hover {
340
+ ._Input-radioInner_1h1p1_98:hover {
344
341
  background-color: var(--puck-color-azure-12);
345
342
  transition: none;
346
343
  }
347
344
  }
348
- ._Input--readOnly_g5w3n_74 ._Input-radioInner_g5w3n_102 {
345
+ ._Input--readOnly_1h1p1_70 ._Input-radioInner_1h1p1_98 {
349
346
  background-color: var(--puck-color-white);
350
347
  color: var(--puck-color-grey-04);
351
348
  cursor: default;
352
349
  }
353
- ._Input-radio_g5w3n_85 ._Input-radioInput_g5w3n_147:checked ~ ._Input-radioInner_g5w3n_102 {
350
+ ._Input-radio_1h1p1_81 ._Input-radioInput_1h1p1_143:checked ~ ._Input-radioInner_1h1p1_98 {
354
351
  background-color: var(--puck-color-azure-11);
355
352
  color: var(--puck-color-azure-04);
356
353
  font-weight: 500;
357
354
  }
358
- ._Input--readOnly_g5w3n_74 ._Input-radioInput_g5w3n_147:checked ~ ._Input-radioInner_g5w3n_102 {
355
+ ._Input--readOnly_1h1p1_70 ._Input-radioInput_1h1p1_143:checked ~ ._Input-radioInner_1h1p1_98 {
359
356
  background-color: var(--puck-color-grey-11);
360
357
  color: var(--puck-color-grey-04);
361
358
  }
362
- ._Input-radio_g5w3n_85 ._Input-radioInput_g5w3n_147 {
359
+ ._Input-radio_1h1p1_81 ._Input-radioInput_1h1p1_143 {
363
360
  clip: rect(0 0 0 0);
364
361
  clip-path: inset(100%);
365
362
  height: 1px;
@@ -368,23 +365,23 @@ select._Input-input_g5w3n_26:dir(rtl) {
368
365
  white-space: nowrap;
369
366
  width: 1px;
370
367
  }
371
- textarea._Input-input_g5w3n_26 {
368
+ textarea._Input-input_1h1p1_26 {
372
369
  margin-bottom: -4px;
373
370
  }
374
371
 
375
372
  /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
376
- ._ArrayField_14u8o_5 {
373
+ ._ArrayField_1jcbq_5 {
377
374
  display: flex;
378
375
  flex-direction: column;
379
376
  background: var(--puck-color-azure-11);
380
377
  border: 1px solid var(--puck-color-grey-09);
381
378
  border-radius: 4px;
382
379
  }
383
- ._ArrayField--isDraggingFrom_14u8o_13 {
380
+ ._ArrayField--isDraggingFrom_1jcbq_13 {
384
381
  background-color: var(--puck-color-azure-11);
385
382
  overflow: hidden;
386
383
  }
387
- ._ArrayField-addButton_14u8o_18 {
384
+ ._ArrayField-addButton_1jcbq_18 {
388
385
  background-color: var(--puck-color-white);
389
386
  border: none;
390
387
  border-radius: 3px;
@@ -398,63 +395,63 @@ textarea._Input-input_g5w3n_26 {
398
395
  text-align: left;
399
396
  transition: background-color 50ms ease-in;
400
397
  }
401
- ._ArrayField--hasItems_14u8o_33 > ._ArrayField-addButton_14u8o_18 {
398
+ ._ArrayField--hasItems_1jcbq_33 > ._ArrayField-addButton_1jcbq_18 {
402
399
  border-top: 1px solid var(--puck-color-grey-09);
403
400
  border-top-left-radius: 0;
404
401
  border-top-right-radius: 0;
405
402
  }
406
- ._ArrayField-addButton_14u8o_18:focus-visible {
403
+ ._ArrayField-addButton_1jcbq_18:focus-visible {
407
404
  outline: 2px solid var(--puck-color-azure-05);
408
405
  outline-offset: 2px;
409
406
  position: relative;
410
407
  }
411
408
  @media (hover: hover) and (pointer: fine) {
412
- ._ArrayField_14u8o_5:not(._ArrayField--isDraggingFrom_14u8o_13) > ._ArrayField-addButton_14u8o_18:hover {
409
+ ._ArrayField_1jcbq_5:not(._ArrayField--isDraggingFrom_1jcbq_13) > ._ArrayField-addButton_1jcbq_18:hover {
413
410
  background: var(--puck-color-azure-12);
414
411
  color: var(--puck-color-azure-04);
415
412
  transition: none;
416
413
  }
417
414
  }
418
- ._ArrayField_14u8o_5:not(._ArrayField--isDraggingFrom_14u8o_13) > ._ArrayField-addButton_14u8o_18:active {
415
+ ._ArrayField_1jcbq_5:not(._ArrayField--isDraggingFrom_1jcbq_13) > ._ArrayField-addButton_1jcbq_18:active {
419
416
  background: var(--puck-color-azure-11);
420
417
  color: var(--puck-color-azure-04);
421
418
  transition: none;
422
419
  }
423
- ._ArrayField-inner_14u8o_59 {
424
- margin-top: -1px;
425
- }
426
- ._ArrayFieldItem_14u8o_67 {
420
+ ._ArrayFieldItem_1jcbq_63 {
427
421
  border-top-left-radius: 3px;
428
422
  border-top-right-radius: 3px;
429
423
  display: block;
430
424
  position: relative;
431
425
  }
432
- ._ArrayFieldItem_14u8o_67 {
433
- border-top: 1px solid var(--puck-color-grey-09);
434
- }
435
- ._ArrayFieldItem--isDragging_14u8o_78 {
436
- border-top: transparent;
426
+ ._ArrayFieldItem_1jcbq_63:not(._ArrayFieldItem--isDragging_1jcbq_71):not(:first-of-type)::before {
427
+ background-color: var(--puck-color-grey-09);
428
+ position: absolute;
429
+ width: 100%;
430
+ height: 1px;
431
+ content: "";
432
+ z-index: 1;
433
+ top: -1px;
437
434
  }
438
- ._ArrayFieldItem--isExpanded_14u8o_82::before {
435
+ ._ArrayFieldItem--isExpanded_1jcbq_81::before {
439
436
  display: none;
440
437
  }
441
- ._ArrayFieldItem--isExpanded_14u8o_82 {
438
+ ._ArrayFieldItem--isExpanded_1jcbq_81 {
442
439
  border-bottom: 0;
443
440
  outline-offset: 0px !important;
444
441
  outline: 1px solid var(--puck-color-azure-07) !important;
445
442
  z-index: 2;
446
443
  }
447
- ._ArrayFieldItem--isDragging_14u8o_78 {
448
- outline: 2px var(--puck-color-azure-09) solid !important;
444
+ ._ArrayFieldItem--isDragging_1jcbq_71 {
445
+ box-shadow: color-mix(in srgb, var(--puck-color-grey-06) 25%, transparent) 0 3px 6px 0;
449
446
  }
450
- ._ArrayFieldItem--isDragging_14u8o_78 ._ArrayFieldItem-summary_14u8o_97:active {
447
+ ._ArrayFieldItem--isDragging_1jcbq_71 ._ArrayFieldItem-summary_1jcbq_97:active {
451
448
  background-color: var(--puck-color-white);
452
449
  }
453
- ._ArrayFieldItem_14u8o_67 + ._ArrayFieldItem_14u8o_67 {
450
+ ._ArrayFieldItem_1jcbq_63 + ._ArrayFieldItem_1jcbq_63 {
454
451
  border-top-left-radius: 0;
455
452
  border-top-right-radius: 0;
456
453
  }
457
- ._ArrayFieldItem-summary_14u8o_97 {
454
+ ._ArrayFieldItem-summary_1jcbq_97 {
458
455
  background: var(--puck-color-white);
459
456
  color: var(--puck-color-grey-04);
460
457
  cursor: pointer;
@@ -465,69 +462,70 @@ textarea._Input-input_g5w3n_26 {
465
462
  font-size: var(--puck-font-size-xxs);
466
463
  list-style: none;
467
464
  padding: 12px 15px;
465
+ padding-bottom: 13px;
468
466
  position: relative;
469
467
  overflow: hidden;
470
468
  transition: background-color 50ms ease-in;
471
469
  }
472
- ._ArrayFieldItem_14u8o_67:first-of-type > ._ArrayFieldItem-summary_14u8o_97 {
470
+ ._ArrayFieldItem_1jcbq_63:first-of-type > ._ArrayFieldItem-summary_1jcbq_97 {
473
471
  border-top-left-radius: 3px;
474
472
  border-top-right-radius: 3px;
475
473
  }
476
- ._ArrayField--addDisabled_14u8o_127 > ._ArrayField-inner_14u8o_59 > ._ArrayFieldItem_14u8o_67:last-of-type:not(._ArrayFieldItem--isExpanded_14u8o_82) > ._ArrayFieldItem-summary_14u8o_97 {
474
+ ._ArrayField--addDisabled_1jcbq_128 > ._ArrayFieldItem_1jcbq_63:last-of-type:not(._ArrayFieldItem--isExpanded_1jcbq_81) > ._ArrayFieldItem-summary_1jcbq_97 {
477
475
  border-bottom-left-radius: 3px;
478
476
  border-bottom-right-radius: 3px;
479
477
  }
480
- ._ArrayField--addDisabled_14u8o_127 > ._ArrayField-inner_14u8o_59 > ._ArrayFieldItem--isExpanded_14u8o_82:last-of-type {
478
+ ._ArrayField--addDisabled_1jcbq_128 > ._ArrayFieldItem--isExpanded_1jcbq_81:last-of-type {
481
479
  border-bottom-left-radius: 3px;
482
480
  border-bottom-right-radius: 3px;
483
481
  }
484
- ._ArrayFieldItem-summary_14u8o_97:focus-visible {
482
+ ._ArrayFieldItem-summary_1jcbq_97:focus-visible {
485
483
  outline: 2px solid var(--puck-color-azure-05);
486
484
  outline-offset: 2px;
487
485
  }
488
486
  @media (hover: hover) and (pointer: fine) {
489
- ._ArrayFieldItem-summary_14u8o_97:hover {
487
+ ._ArrayFieldItem-summary_1jcbq_97:hover {
490
488
  background-color: var(--puck-color-azure-12);
491
489
  transition: none;
492
490
  }
493
491
  }
494
- ._ArrayFieldItem-summary_14u8o_97:active {
492
+ ._ArrayFieldItem-summary_1jcbq_97:active {
495
493
  background-color: var(--puck-color-azure-11);
496
494
  transition: none;
497
495
  }
498
- ._ArrayFieldItem--isExpanded_14u8o_82 > ._ArrayFieldItem-summary_14u8o_97 {
496
+ ._ArrayFieldItem--isExpanded_1jcbq_81 > ._ArrayFieldItem-summary_1jcbq_97 {
499
497
  background: var(--puck-color-azure-11);
500
498
  color: var(--puck-color-azure-04);
501
499
  font-weight: 600;
502
500
  transition: none;
503
501
  }
504
- ._ArrayFieldItem-body_14u8o_166 {
502
+ ._ArrayFieldItem-body_1jcbq_164 {
505
503
  background: var(--puck-color-white);
506
504
  display: none;
507
505
  }
508
- ._ArrayFieldItem--isExpanded_14u8o_82 > ._ArrayFieldItem-body_14u8o_166 {
506
+ ._ArrayFieldItem--isExpanded_1jcbq_81 > ._ArrayFieldItem-body_1jcbq_164 {
509
507
  display: block;
510
508
  }
511
- ._ArrayFieldItem-fieldset_14u8o_175 {
509
+ ._ArrayFieldItem-fieldset_1jcbq_173 {
512
510
  border: none;
513
511
  border-top: 1px solid var(--puck-color-grey-09);
514
512
  margin: 0;
515
513
  min-width: 0;
516
514
  padding: 16px 15px;
517
515
  }
518
- ._ArrayFieldItem-rhs_14u8o_183 {
516
+ ._ArrayFieldItem-rhs_1jcbq_181 {
519
517
  display: flex;
520
518
  gap: 4px;
521
519
  align-items: center;
522
520
  }
523
- ._ArrayFieldItem-actions_14u8o_189 {
521
+ ._ArrayFieldItem-actions_1jcbq_187 {
524
522
  color: var(--puck-color-grey-04);
525
523
  display: flex;
526
524
  gap: 4px;
527
525
  opacity: 0;
528
526
  }
529
- ._ArrayFieldItem-summary_14u8o_97:focus-within > ._ArrayFieldItem-rhs_14u8o_183 > ._ArrayFieldItem-actions_14u8o_189,
530
- ._ArrayFieldItem-summary_14u8o_97:hover > ._ArrayFieldItem-rhs_14u8o_183 > ._ArrayFieldItem-actions_14u8o_189 {
527
+ ._ArrayFieldItem-summary_1jcbq_97:focus-within > ._ArrayFieldItem-rhs_1jcbq_181 > ._ArrayFieldItem-actions_1jcbq_187,
528
+ ._ArrayFieldItem-summary_1jcbq_97:hover > ._ArrayFieldItem-rhs_1jcbq_181 > ._ArrayFieldItem-actions_1jcbq_187 {
531
529
  opacity: 1;
532
530
  }
533
531
 
@@ -613,10 +611,10 @@ textarea._Input-input_g5w3n_26 {
613
611
  }
614
612
 
615
613
  /* css-module:/home/runner/work/puck/puck/packages/core/components/ExternalInput/styles.module.css/#css-module-data */
616
- ._ExternalInput-actions_91ls0_1 {
614
+ ._ExternalInput-actions_8wgzm_1 {
617
615
  display: flex;
618
616
  }
619
- ._ExternalInput-button_91ls0_5 {
617
+ ._ExternalInput-button_8wgzm_5 {
620
618
  display: flex;
621
619
  gap: 8px;
622
620
  align-items: center;
@@ -634,16 +632,16 @@ textarea._Input-input_g5w3n_26 {
634
632
  overflow: hidden;
635
633
  flex-grow: 1;
636
634
  }
637
- ._ExternalInput--dataSelected_91ls0_24 ._ExternalInput-button_91ls0_5 {
635
+ ._ExternalInput--dataSelected_8wgzm_24 ._ExternalInput-button_8wgzm_5 {
638
636
  color: var(--puck-color-grey-03);
639
637
  display: block;
640
638
  border-top-right-radius: 0px;
641
639
  border-bottom-right-radius: 0px;
642
640
  }
643
- ._ExternalInput--readOnly_91ls0_31 ._ExternalInput-button_91ls0_5 {
641
+ ._ExternalInput--readOnly_8wgzm_31 ._ExternalInput-button_8wgzm_5 {
644
642
  background-color: var(--puck-color-grey-11);
645
643
  }
646
- ._ExternalInput-detachButton_91ls0_35 {
644
+ ._ExternalInput-detachButton_8wgzm_35 {
647
645
  border: 1px solid var(--puck-color-grey-09);
648
646
  border-top-right-radius: 4px;
649
647
  border-bottom-right-radius: 4px;
@@ -656,30 +654,30 @@ textarea._Input-input_g5w3n_26 {
656
654
  padding: 8px 12px;
657
655
  position: relative;
658
656
  transition: background-color 50ms ease-in, color 50ms ease-in;
659
- margin-inline-start: -1px;
657
+ margin-left: -1px;
660
658
  }
661
- ._ExternalInput-button_91ls0_5:focus-visible,
662
- ._ExternalInput-detachButton_91ls0_35:focus-visible {
659
+ ._ExternalInput-button_8wgzm_5:focus-visible,
660
+ ._ExternalInput-detachButton_8wgzm_35:focus-visible {
663
661
  outline: 2px solid var(--puck-color-azure-05);
664
662
  outline-offset: 2px;
665
663
  z-index: 1;
666
664
  }
667
665
  @media (hover: hover) and (pointer: fine) {
668
- ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-button_91ls0_5:hover,
669
- ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:hover {
666
+ ._ExternalInput_8wgzm_1:not(._ExternalInput--readOnly_8wgzm_31) ._ExternalInput-button_8wgzm_5:hover,
667
+ ._ExternalInput_8wgzm_1:not(._ExternalInput--readOnly_8wgzm_31) ._ExternalInput-detachButton_8wgzm_35:hover {
670
668
  background: var(--puck-color-azure-12);
671
669
  transition: none;
672
670
  }
673
- ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:hover {
671
+ ._ExternalInput_8wgzm_1:not(._ExternalInput--readOnly_8wgzm_31) ._ExternalInput-detachButton_8wgzm_35:hover {
674
672
  color: var(--puck-color-azure-04);
675
673
  }
676
674
  }
677
- ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-button_91ls0_5:active,
678
- ._ExternalInput_91ls0_1:not(._ExternalInput--readOnly_91ls0_31) ._ExternalInput-detachButton_91ls0_35:active {
675
+ ._ExternalInput_8wgzm_1:not(._ExternalInput--readOnly_8wgzm_31) ._ExternalInput-button_8wgzm_5:active,
676
+ ._ExternalInput_8wgzm_1:not(._ExternalInput--readOnly_8wgzm_31) ._ExternalInput-detachButton_8wgzm_35:active {
679
677
  background: var(--puck-color-azure-11);
680
678
  transition: none;
681
679
  }
682
- ._ExternalInputModal_91ls0_79 {
680
+ ._ExternalInputModal_8wgzm_79 {
683
681
  color: var(--puck-color-black);
684
682
  display: grid;
685
683
  grid-template-rows: min-content minmax(128px, 100%) min-content;
@@ -688,35 +686,35 @@ textarea._Input-input_g5w3n_26 {
688
686
  min-height: 50dvh;
689
687
  max-height: 90dvh;
690
688
  }
691
- ._ExternalInputModal-grid_91ls0_89 {
689
+ ._ExternalInputModal-grid_8wgzm_89 {
692
690
  display: flex;
693
691
  flex-direction: column;
694
692
  }
695
693
  @media (min-width: 458px) {
696
- ._ExternalInputModal-grid_91ls0_89 {
694
+ ._ExternalInputModal-grid_8wgzm_89 {
697
695
  display: grid;
698
696
  grid-template-columns: 100%;
699
697
  }
700
- ._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-grid_91ls0_89 {
698
+ ._ExternalInputModal--filtersToggled_8wgzm_100 ._ExternalInputModal-grid_8wgzm_89 {
701
699
  grid-template-columns: 25% 75%;
702
700
  }
703
701
  }
704
- ._ExternalInputModal-filters_91ls0_105 {
702
+ ._ExternalInputModal-filters_8wgzm_105 {
705
703
  border-bottom: 1px solid var(--puck-color-grey-09);
706
704
  }
707
- ._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-filters_91ls0_105 {
705
+ ._ExternalInputModal--filtersToggled_8wgzm_100 ._ExternalInputModal-filters_8wgzm_105 {
708
706
  display: none;
709
707
  }
710
708
  @media (min-width: 458px) {
711
- ._ExternalInputModal-filters_91ls0_105 {
712
- border-inline-end: 1px solid var(--puck-color-grey-09);
709
+ ._ExternalInputModal-filters_8wgzm_105 {
710
+ border-right: 1px solid var(--puck-color-grey-09);
713
711
  display: none;
714
712
  }
715
- ._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-filters_91ls0_105 {
713
+ ._ExternalInputModal--filtersToggled_8wgzm_100 ._ExternalInputModal-filters_8wgzm_105 {
716
714
  display: block;
717
715
  }
718
716
  }
719
- ._ExternalInputModal-masthead_91ls0_124 {
717
+ ._ExternalInputModal-masthead_8wgzm_124 {
720
718
  background-color: var(--puck-color-grey-12);
721
719
  border-bottom: 1px solid var(--puck-color-grey-09);
722
720
  display: flex;
@@ -724,13 +722,13 @@ textarea._Input-input_g5w3n_26 {
724
722
  gap: 24px;
725
723
  padding: 24px;
726
724
  }
727
- ._ExternalInputModal-tableWrapper_91ls0_133 {
725
+ ._ExternalInputModal-tableWrapper_8wgzm_133 {
728
726
  position: relative;
729
727
  overflow-x: auto;
730
728
  overflow-y: auto;
731
729
  flex-grow: 1;
732
730
  }
733
- ._ExternalInputModal-table_91ls0_133 {
731
+ ._ExternalInputModal-table_8wgzm_133 {
734
732
  border-collapse: unset;
735
733
  border-spacing: 0px;
736
734
  color: var(--puck-color-grey-02);
@@ -738,51 +736,51 @@ textarea._Input-input_g5w3n_26 {
738
736
  z-index: 0;
739
737
  min-width: 100%;
740
738
  }
741
- ._ExternalInputModal-thead_91ls0_149 {
739
+ ._ExternalInputModal-thead_8wgzm_149 {
742
740
  background-color: var(--puck-color-white);
743
741
  position: sticky;
744
742
  top: 0;
745
743
  z-index: 1;
746
744
  }
747
- ._ExternalInputModal-th_91ls0_149 {
745
+ ._ExternalInputModal-th_8wgzm_149 {
748
746
  border-bottom: 1px solid var(--puck-color-grey-09);
749
747
  color: var(--puck-color-grey-04);
750
748
  font-weight: 500;
751
749
  font-size: 14px;
752
750
  padding: 16px 24px;
753
751
  }
754
- ._ExternalInputModal-td_91ls0_164 {
752
+ ._ExternalInputModal-td_8wgzm_164 {
755
753
  border-bottom: 1px solid var(--puck-color-grey-10);
756
754
  padding: 16px 24px;
757
755
  }
758
- ._ExternalInputModal-tr_91ls0_169 ._ExternalInputModal-td_91ls0_164:first-of-type {
756
+ ._ExternalInputModal-tr_8wgzm_169 ._ExternalInputModal-td_8wgzm_164:first-of-type {
759
757
  font-weight: 500;
760
758
  width: 1%;
761
759
  white-space: nowrap;
762
760
  }
763
761
  @media (hover: hover) and (pointer: fine) {
764
- ._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:hover {
762
+ ._ExternalInputModal-tbody_8wgzm_176 ._ExternalInputModal-tr_8wgzm_169:hover {
765
763
  background: var(--puck-color-azure-12);
766
764
  color: var(--puck-color-azure-04);
767
765
  cursor: pointer;
768
766
  position: relative;
769
- margin-inline-start: -5px;
767
+ margin-left: -5px;
770
768
  }
771
- ._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:hover ._ExternalInputModal-td_91ls0_164:first-of-type {
772
- border-inline-start: 4px solid var(--puck-color-azure-04);
773
- padding-inline-start: 20px;
769
+ ._ExternalInputModal-tbody_8wgzm_176 ._ExternalInputModal-tr_8wgzm_169:hover ._ExternalInputModal-td_8wgzm_164:first-of-type {
770
+ border-left: 4px solid var(--puck-color-azure-04);
771
+ padding-left: 20px;
774
772
  }
775
773
  }
776
- ._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:last-of-type ._ExternalInputModal-td_91ls0_164 {
774
+ ._ExternalInputModal-tbody_8wgzm_176 ._ExternalInputModal-tr_8wgzm_169:last-of-type ._ExternalInputModal-td_8wgzm_164 {
777
775
  border-bottom: none;
778
776
  }
779
- ._ExternalInputModal-tableWrapper_91ls0_133 {
777
+ ._ExternalInputModal-tableWrapper_8wgzm_133 {
780
778
  display: none;
781
779
  }
782
- ._ExternalInputModal--hasData_91ls0_202 ._ExternalInputModal-tableWrapper_91ls0_133 {
780
+ ._ExternalInputModal--hasData_8wgzm_202 ._ExternalInputModal-tableWrapper_8wgzm_133 {
783
781
  display: block;
784
782
  }
785
- ._ExternalInputModal-loadingBanner_91ls0_206 {
783
+ ._ExternalInputModal-loadingBanner_8wgzm_206 {
786
784
  display: none;
787
785
  background-color: color-mix(in srgb, var(--puck-color-white) 90%, transparent);
788
786
  padding: 64px;
@@ -794,21 +792,21 @@ textarea._Input-input_g5w3n_26 {
794
792
  right: 0;
795
793
  bottom: 0;
796
794
  }
797
- ._ExternalInputModal--isLoading_91ls0_223 ._ExternalInputModal-loadingBanner_91ls0_206 {
795
+ ._ExternalInputModal--isLoading_8wgzm_223 ._ExternalInputModal-loadingBanner_8wgzm_206 {
798
796
  display: flex;
799
797
  }
800
- ._ExternalInputModal-searchForm_91ls0_227 {
798
+ ._ExternalInputModal-searchForm_8wgzm_227 {
801
799
  display: flex;
802
800
  flex-wrap: wrap;
803
801
  gap: 12px;
804
802
  flex-grow: 1;
805
803
  }
806
804
  @media (min-width: 458px) {
807
- ._ExternalInputModal-searchForm_91ls0_227 {
805
+ ._ExternalInputModal-searchForm_8wgzm_227 {
808
806
  flex-wrap: nowrap;
809
807
  }
810
808
  }
811
- ._ExternalInputModal-search_91ls0_227 {
809
+ ._ExternalInputModal-search_8wgzm_227 {
812
810
  display: flex;
813
811
  background: var(--puck-color-white);
814
812
  border-width: 1px;
@@ -818,40 +816,40 @@ textarea._Input-input_g5w3n_26 {
818
816
  flex-grow: 1;
819
817
  transition: border-color 50ms ease-in;
820
818
  }
821
- ._ExternalInputModal-search_91ls0_227:focus-within {
819
+ ._ExternalInputModal-search_8wgzm_227:focus-within {
822
820
  border-color: var(--puck-color-grey-05);
823
821
  outline: 2px solid var(--puck-color-azure-05);
824
822
  transition: none;
825
823
  }
826
824
  @media (hover: hover) and (pointer: fine) {
827
- ._ExternalInputModal-search_91ls0_227:hover {
825
+ ._ExternalInputModal-search_8wgzm_227:hover {
828
826
  border-color: var(--puck-color-grey-05);
829
827
  transition: none;
830
828
  }
831
829
  }
832
- ._ExternalInputModal-searchIcon_91ls0_264 {
830
+ ._ExternalInputModal-searchIcon_8wgzm_264 {
833
831
  align-items: center;
834
832
  background: var(--puck-color-grey-12);
835
833
  border-bottom-left-radius: 4px;
836
834
  border-top-left-radius: 4px;
837
- border-inline-end: 1px solid var(--puck-color-grey-09);
835
+ border-right: 1px solid var(--puck-color-grey-09);
838
836
  color: var(--puck-color-grey-07);
839
837
  display: flex;
840
838
  justify-content: center;
841
839
  padding: 12px 15px;
842
840
  transition: color 50ms ease-in;
843
841
  }
844
- ._ExternalInputModal-search_91ls0_227:focus-within ._ExternalInputModal-searchIcon_91ls0_264 {
842
+ ._ExternalInputModal-search_8wgzm_227:focus-within ._ExternalInputModal-searchIcon_8wgzm_264 {
845
843
  color: var(--puck-color-grey-04);
846
844
  transition: none;
847
845
  }
848
846
  @media (hover: hover) and (pointer: fine) {
849
- ._ExternalInputModal-search_91ls0_227:hover ._ExternalInputModal-searchIcon_91ls0_264 {
847
+ ._ExternalInputModal-search_8wgzm_227:hover ._ExternalInputModal-searchIcon_8wgzm_264 {
850
848
  color: var(--puck-color-grey-04);
851
849
  transition: none;
852
850
  }
853
851
  }
854
- ._ExternalInputModal-searchIconText_91ls0_289 {
852
+ ._ExternalInputModal-searchIconText_8wgzm_289 {
855
853
  clip: rect(0 0 0 0);
856
854
  clip-path: inset(100%);
857
855
  height: 1px;
@@ -860,7 +858,7 @@ textarea._Input-input_g5w3n_26 {
860
858
  white-space: nowrap;
861
859
  width: 1px;
862
860
  }
863
- ._ExternalInputModal-searchInput_91ls0_299 {
861
+ ._ExternalInputModal-searchInput_8wgzm_299 {
864
862
  border: none;
865
863
  border-radius: 4px;
866
864
  background: var(--puck-color-white);
@@ -869,40 +867,34 @@ textarea._Input-input_g5w3n_26 {
869
867
  padding: 12px 15px;
870
868
  width: 100%;
871
869
  }
872
- ._ExternalInputModal-searchInput_91ls0_299:focus {
870
+ ._ExternalInputModal-searchInput_8wgzm_299:focus {
873
871
  outline: 0;
874
872
  }
875
- ._ExternalInputModal-searchActions_91ls0_313 {
873
+ ._ExternalInputModal-searchActions_8wgzm_313 {
876
874
  display: flex;
877
875
  gap: 8px;
878
876
  height: 44px;
879
877
  width: 100%;
880
878
  }
881
879
  @media (min-width: 458px) {
882
- ._ExternalInputModal-searchActions_91ls0_313 {
880
+ ._ExternalInputModal-searchActions_8wgzm_313 {
883
881
  width: auto;
884
882
  }
885
883
  }
886
- ._ExternalInputModal-searchActionIcon_91ls0_326 {
884
+ ._ExternalInputModal-searchActionIcon_8wgzm_326 {
887
885
  align-self: center;
888
886
  }
889
- ._ExternalInputModal-footerContainer_91ls0_330 {
887
+ ._ExternalInputModal-footerContainer_8wgzm_330 {
890
888
  background-color: var(--puck-color-grey-12);
891
889
  border-top: 1px solid var(--puck-color-grey-09);
892
890
  color: var(--puck-color-grey-04);
893
891
  padding: 16px;
894
892
  }
895
- ._ExternalInputModal-footer_91ls0_330 {
893
+ ._ExternalInputModal-footer_8wgzm_330 {
896
894
  font-weight: 500;
897
895
  font-size: 14px;
898
896
  text-align: right;
899
897
  }
900
- ._ExternalInputModal-field_91ls0_343 {
901
- color: var(--puck-color-grey-04);
902
- margin: 16px;
903
- margin-bottom: 12px;
904
- display: block;
905
- }
906
898
 
907
899
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Modal/styles.module.css/#css-module-data */
908
900
  ._Modal_ikbaj_1 {
@@ -970,7 +962,7 @@ textarea._Input-input_g5w3n_26 {
970
962
  }
971
963
 
972
964
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Button/Button.module.css/#css-module-data */
973
- ._Button_10byl_1 {
965
+ ._Button_1t64k_1 {
974
966
  appearance: none;
975
967
  background: none;
976
968
  border: 1px solid transparent;
@@ -992,70 +984,70 @@ textarea._Input-input_g5w3n_26 {
992
984
  white-space: nowrap;
993
985
  margin: 0;
994
986
  }
995
- ._Button_10byl_1:hover,
996
- ._Button_10byl_1:active {
987
+ ._Button_1t64k_1:hover,
988
+ ._Button_1t64k_1:active {
997
989
  transition: none;
998
990
  }
999
- ._Button--medium_10byl_29 {
991
+ ._Button--medium_1t64k_29 {
1000
992
  min-height: 34px;
1001
993
  padding-bottom: 7px;
1002
- padding-inline-start: 19px;
1003
- padding-inline-end: 19px;
994
+ padding-left: 19px;
995
+ padding-right: 19px;
1004
996
  padding-top: 7px;
1005
997
  }
1006
- ._Button--large_10byl_37 {
998
+ ._Button--large_1t64k_37 {
1007
999
  padding-bottom: 11px;
1008
- padding-inline-start: 19px;
1009
- padding-inline-end: 19px;
1000
+ padding-left: 19px;
1001
+ padding-right: 19px;
1010
1002
  padding-top: 11px;
1011
1003
  }
1012
- ._Button-icon_10byl_44 {
1004
+ ._Button-icon_1t64k_44 {
1013
1005
  margin-top: 2px;
1014
1006
  }
1015
- ._Button--primary_10byl_48 {
1007
+ ._Button--primary_1t64k_48 {
1016
1008
  background: var(--puck-color-azure-04);
1017
1009
  }
1018
- ._Button_10byl_1:focus-visible {
1010
+ ._Button_1t64k_1:focus-visible {
1019
1011
  outline: 2px solid var(--puck-color-azure-05);
1020
1012
  outline-offset: 2px;
1021
1013
  }
1022
1014
  @media (hover: hover) and (pointer: fine) {
1023
- ._Button--primary_10byl_48:hover {
1015
+ ._Button--primary_1t64k_48:hover {
1024
1016
  background-color: var(--puck-color-azure-03);
1025
1017
  }
1026
1018
  }
1027
- ._Button--primary_10byl_48:active {
1019
+ ._Button--primary_1t64k_48:active {
1028
1020
  background-color: var(--puck-color-azure-02);
1029
1021
  }
1030
- ._Button--secondary_10byl_67 {
1022
+ ._Button--secondary_1t64k_67 {
1031
1023
  border: 1px solid currentColor;
1032
1024
  color: currentColor;
1033
1025
  }
1034
1026
  @media (hover: hover) and (pointer: fine) {
1035
- ._Button--secondary_10byl_67:hover {
1027
+ ._Button--secondary_1t64k_67:hover {
1036
1028
  background-color: var(--puck-color-azure-12);
1037
1029
  color: var(--puck-color-black);
1038
1030
  }
1039
1031
  }
1040
- ._Button--secondary_10byl_67:active {
1032
+ ._Button--secondary_1t64k_67:active {
1041
1033
  background-color: var(--puck-color-azure-11);
1042
1034
  color: var(--puck-color-black);
1043
1035
  }
1044
- ._Button--flush_10byl_84 {
1036
+ ._Button--flush_1t64k_84 {
1045
1037
  border-radius: 0;
1046
1038
  }
1047
- ._Button--disabled_10byl_88,
1048
- ._Button--disabled_10byl_88:hover {
1039
+ ._Button--disabled_1t64k_88,
1040
+ ._Button--disabled_1t64k_88:hover {
1049
1041
  background-color: var(--puck-color-grey-07);
1050
1042
  color: var(--puck-color-grey-03);
1051
1043
  cursor: not-allowed;
1052
1044
  }
1053
- ._Button--fullWidth_10byl_95 {
1045
+ ._Button--fullWidth_1t64k_95 {
1054
1046
  justify-content: center;
1055
1047
  width: 100%;
1056
1048
  }
1057
- ._Button-spinner_10byl_100 {
1058
- padding-inline-start: 8px;
1049
+ ._Button-spinner_1t64k_100 {
1050
+ padding-left: 8px;
1059
1051
  }
1060
1052
 
1061
1053
  /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
@@ -1292,39 +1284,39 @@ body:has(._DropZone--isAnimating_kmkdc_70:empty) [data-puck-overlay] {
1292
1284
  }
1293
1285
 
1294
1286
  /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1295
- ._SidebarSection_8boj8_1 {
1287
+ ._SidebarSection_125qe_1 {
1296
1288
  display: flex;
1297
1289
  position: relative;
1298
1290
  flex-direction: column;
1299
1291
  color: var(--puck-color-black);
1300
1292
  }
1301
- ._SidebarSection_8boj8_1:last-of-type {
1293
+ ._SidebarSection_125qe_1:last-of-type {
1302
1294
  flex-grow: 1;
1303
1295
  }
1304
- ._SidebarSection-title_8boj8_12 {
1296
+ ._SidebarSection-title_125qe_12 {
1305
1297
  background: var(--puck-color-white);
1306
1298
  padding: 16px;
1307
1299
  border-bottom: 1px solid var(--puck-color-grey-09);
1308
1300
  border-top: 1px solid var(--puck-color-grey-09);
1309
1301
  overflow-x: auto;
1310
1302
  }
1311
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1303
+ ._SidebarSection--noBorderTop_125qe_20 > ._SidebarSection-title_125qe_12 {
1312
1304
  border-top: 0px;
1313
1305
  }
1314
- ._SidebarSection-content_8boj8_24 {
1306
+ ._SidebarSection-content_125qe_24 {
1315
1307
  padding: 16px;
1316
1308
  }
1317
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1309
+ ._SidebarSection--noPadding_125qe_28 > ._SidebarSection-content_125qe_24 {
1318
1310
  padding: 0px;
1319
1311
  }
1320
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1312
+ ._SidebarSection--noPadding_125qe_28 > ._SidebarSection-content_125qe_24:last-child {
1321
1313
  padding-bottom: 4px;
1322
1314
  }
1323
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1315
+ ._SidebarSection_125qe_1:last-of-type ._SidebarSection-content_125qe_24 {
1324
1316
  border-bottom: none;
1325
1317
  flex-grow: 1;
1326
1318
  }
1327
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
1319
+ ._SidebarSection-breadcrumbLabel_125qe_41 {
1328
1320
  background: none;
1329
1321
  border: 0;
1330
1322
  border-radius: 2px;
@@ -1335,34 +1327,34 @@ body:has(._DropZone--isAnimating_kmkdc_70:empty) [data-puck-overlay] {
1335
1327
  padding: 0;
1336
1328
  transition: color 50ms ease-in;
1337
1329
  }
1338
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1330
+ ._SidebarSection-breadcrumbLabel_125qe_41:focus-visible {
1339
1331
  outline: 2px solid var(--puck-color-azure-05);
1340
1332
  outline-offset: 2px;
1341
1333
  }
1342
1334
  @media (hover: hover) and (pointer: fine) {
1343
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1335
+ ._SidebarSection-breadcrumbLabel_125qe_41:hover {
1344
1336
  color: var(--puck-color-azure-03);
1345
1337
  transition: none;
1346
1338
  }
1347
1339
  }
1348
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1340
+ ._SidebarSection-breadcrumbLabel_125qe_41:active {
1349
1341
  color: var(--puck-color-azure-02);
1350
1342
  transition: none;
1351
1343
  }
1352
- ._SidebarSection-breadcrumbs_8boj8_70 {
1344
+ ._SidebarSection-breadcrumbs_125qe_70 {
1353
1345
  align-items: center;
1354
1346
  display: flex;
1355
1347
  gap: 4px;
1356
1348
  }
1357
- ._SidebarSection-breadcrumb_8boj8_41 {
1349
+ ._SidebarSection-breadcrumb_125qe_41 {
1358
1350
  align-items: center;
1359
1351
  display: flex;
1360
1352
  gap: 4px;
1361
1353
  }
1362
- ._SidebarSection-heading_8boj8_82 {
1363
- padding-inline-end: 16px;
1354
+ ._SidebarSection-heading_125qe_82 {
1355
+ padding-right: 16px;
1364
1356
  }
1365
- ._SidebarSection-loadingOverlay_8boj8_86 {
1357
+ ._SidebarSection-loadingOverlay_125qe_86 {
1366
1358
  background: var(--puck-color-white);
1367
1359
  display: flex;
1368
1360
  justify-content: center;
@@ -1422,15 +1414,15 @@ body:has(._DropZone--isAnimating_kmkdc_70:empty) [data-puck-overlay] {
1422
1414
  }
1423
1415
 
1424
1416
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1425
- ._Puck_11o75_19 {
1417
+ ._Puck_12s9r_19 {
1426
1418
  --puck-space-px: 16px;
1427
1419
  font-family: var(--puck-font-family);
1428
1420
  }
1429
- ._Puck-portal_11o75_24 {
1421
+ ._Puck-portal_12s9r_24 {
1430
1422
  position: relative;
1431
1423
  z-index: 2;
1432
1424
  }
1433
- ._PuckLayout-inner_11o75_31 {
1425
+ ._PuckLayout-inner_12s9r_31 {
1434
1426
  --puck-frame-width: auto;
1435
1427
  --puck-side-bar-width: 0px;
1436
1428
  display: grid;
@@ -1441,54 +1433,54 @@ body:has(._DropZone--isAnimating_kmkdc_70:empty) [data-puck-overlay] {
1441
1433
  position: relative;
1442
1434
  z-index: 0;
1443
1435
  }
1444
- ._PuckLayout--mounted_11o75_43 ._PuckLayout-inner_11o75_31 {
1436
+ ._PuckLayout--mounted_12s9r_43 ._PuckLayout-inner_12s9r_31 {
1445
1437
  --puck-side-bar-width: 186px;
1446
1438
  }
1447
- ._PuckLayout--leftSideBarVisible_11o75_47 ._PuckLayout-inner_11o75_31 {
1439
+ ._PuckLayout--leftSideBarVisible_12s9r_47 ._PuckLayout-inner_12s9r_31 {
1448
1440
  grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) 0;
1449
1441
  }
1450
- ._PuckLayout--rightSideBarVisible_11o75_53 ._PuckLayout-inner_11o75_31 {
1442
+ ._PuckLayout--rightSideBarVisible_12s9r_53 ._PuckLayout-inner_12s9r_31 {
1451
1443
  grid-template-columns: 0 var(--puck-frame-width) var(--puck-side-bar-width);
1452
1444
  }
1453
- ._PuckLayout--leftSideBarVisible_11o75_47._PuckLayout--rightSideBarVisible_11o75_53 ._PuckLayout-inner_11o75_31 {
1445
+ ._PuckLayout--leftSideBarVisible_12s9r_47._PuckLayout--rightSideBarVisible_12s9r_53 ._PuckLayout-inner_12s9r_31 {
1454
1446
  grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) var(--puck-side-bar-width);
1455
1447
  }
1456
1448
  @media (min-width: 458px) {
1457
- ._PuckLayout-mounted_11o75_67 ._PuckLayout-inner_11o75_31 {
1449
+ ._PuckLayout-mounted_12s9r_67 ._PuckLayout-inner_12s9r_31 {
1458
1450
  --puck-frame-width: minmax(266px, auto);
1459
1451
  }
1460
1452
  }
1461
1453
  @media (min-width: 638px) {
1462
- ._PuckLayout_11o75_31 ._PuckLayout-inner_11o75_31 {
1454
+ ._PuckLayout_12s9r_31 ._PuckLayout-inner_12s9r_31 {
1463
1455
  --puck-side-bar-width: minmax(186px, 250px);
1464
1456
  }
1465
1457
  }
1466
1458
  @media (min-width: 766px) {
1467
- ._PuckLayout_11o75_31 ._PuckLayout-inner_11o75_31 {
1459
+ ._PuckLayout_12s9r_31 ._PuckLayout-inner_12s9r_31 {
1468
1460
  --puck-frame-width: auto;
1469
1461
  }
1470
1462
  }
1471
1463
  @media (min-width: 990px) {
1472
- ._PuckLayout_11o75_31 ._PuckLayout-inner_11o75_31 {
1464
+ ._PuckLayout_12s9r_31 ._PuckLayout-inner_12s9r_31 {
1473
1465
  --puck-side-bar-width: 256px;
1474
1466
  }
1475
1467
  }
1476
1468
  @media (min-width: 1198px) {
1477
- ._PuckLayout_11o75_31 ._PuckLayout-inner_11o75_31 {
1469
+ ._PuckLayout_12s9r_31 ._PuckLayout-inner_12s9r_31 {
1478
1470
  --puck-side-bar-width: 274px;
1479
1471
  }
1480
1472
  }
1481
1473
  @media (min-width: 1398px) {
1482
- ._PuckLayout_11o75_31 ._PuckLayout-inner_11o75_31 {
1474
+ ._PuckLayout_12s9r_31 ._PuckLayout-inner_12s9r_31 {
1483
1475
  --puck-side-bar-width: 290px;
1484
1476
  }
1485
1477
  }
1486
1478
  @media (min-width: 1598px) {
1487
- ._PuckLayout_11o75_31 ._PuckLayout-inner_11o75_31 {
1479
+ ._PuckLayout_12s9r_31 ._PuckLayout-inner_12s9r_31 {
1488
1480
  --puck-side-bar-width: 320px;
1489
1481
  }
1490
1482
  }
1491
- ._PuckLayout-header_11o75_108 {
1483
+ ._PuckLayout-header_12s9r_108 {
1492
1484
  background: var(--puck-color-white);
1493
1485
  border-bottom: 1px solid var(--puck-color-grey-09);
1494
1486
  color: var(--puck-color-black);
@@ -1496,7 +1488,7 @@ body:has(._DropZone--isAnimating_kmkdc_70:empty) [data-puck-overlay] {
1496
1488
  position: relative;
1497
1489
  max-width: 100vw;
1498
1490
  }
1499
- ._PuckLayout-headerInner_11o75_117 {
1491
+ ._PuckLayout-headerInner_12s9r_117 {
1500
1492
  align-items: end;
1501
1493
  display: grid;
1502
1494
  gap: var(--puck-space-px);
@@ -1505,53 +1497,53 @@ body:has(._DropZone--isAnimating_kmkdc_70:empty) [data-puck-overlay] {
1505
1497
  grid-template-rows: auto;
1506
1498
  padding: var(--puck-space-px);
1507
1499
  }
1508
- ._PuckLayout-headerToggle_11o75_127 {
1500
+ ._PuckLayout-headerToggle_12s9r_127 {
1509
1501
  color: var(--puck-color-grey-05);
1510
1502
  display: flex;
1511
- margin-inline-start: -4px;
1503
+ margin-left: -4px;
1512
1504
  padding-top: 2px;
1513
1505
  }
1514
- ._PuckLayout--rightSideBarVisible_11o75_53 ._PuckLayout-rightSideBarToggle_11o75_134,
1515
- ._PuckLayout--leftSideBarVisible_11o75_47 ._PuckLayout-leftSideBarToggle_11o75_135 {
1506
+ ._PuckLayout--rightSideBarVisible_12s9r_53 ._PuckLayout-rightSideBarToggle_12s9r_134,
1507
+ ._PuckLayout--leftSideBarVisible_12s9r_47 ._PuckLayout-leftSideBarToggle_12s9r_135 {
1516
1508
  color: var(--puck-color-black);
1517
1509
  }
1518
- ._PuckLayout-headerTitle_11o75_139 {
1510
+ ._PuckLayout-headerTitle_12s9r_139 {
1519
1511
  align-self: center;
1520
1512
  }
1521
- ._PuckLayout-headerPath_11o75_143 {
1513
+ ._PuckLayout-headerPath_12s9r_143 {
1522
1514
  font-family: var(--puck-font-family-monospaced);
1523
1515
  font-size: var(--puck-font-size-xxs);
1524
1516
  font-weight: normal;
1525
1517
  word-break: break-all;
1526
1518
  }
1527
- ._PuckLayout-headerTools_11o75_150 {
1519
+ ._PuckLayout-headerTools_12s9r_150 {
1528
1520
  display: flex;
1529
1521
  gap: 16px;
1530
1522
  justify-content: flex-end;
1531
1523
  }
1532
- ._PuckLayout-menuButton_11o75_156 {
1524
+ ._PuckLayout-menuButton_12s9r_156 {
1533
1525
  color: var(--puck-color-grey-05);
1534
- margin-inline-start: -4px;
1526
+ margin-left: -4px;
1535
1527
  }
1536
- ._PuckLayout--menuOpen_11o75_161 ._PuckLayout-menuButton_11o75_156 {
1528
+ ._PuckLayout--menuOpen_12s9r_161 ._PuckLayout-menuButton_12s9r_156 {
1537
1529
  color: var(--puck-color-black);
1538
1530
  }
1539
1531
  @media (min-width: 638px) {
1540
- ._PuckLayout-menuButton_11o75_156 {
1532
+ ._PuckLayout-menuButton_12s9r_156 {
1541
1533
  display: none;
1542
1534
  }
1543
1535
  }
1544
- ._PuckLayout-leftSideBar_11o75_135 {
1536
+ ._PuckLayout-leftSideBar_12s9r_135 {
1545
1537
  background: var(--puck-color-grey-12);
1546
- border-inline-end: 1px solid var(--puck-color-grey-09);
1538
+ border-right: 1px solid var(--puck-color-grey-09);
1547
1539
  display: flex;
1548
1540
  flex-direction: column;
1549
1541
  grid-area: left;
1550
1542
  overflow-y: auto;
1551
1543
  }
1552
- ._PuckLayout-rightSideBar_11o75_134 {
1544
+ ._PuckLayout-rightSideBar_12s9r_134 {
1553
1545
  background: var(--puck-color-white);
1554
- border-inline-start: 1px solid var(--puck-color-grey-09);
1546
+ border-left: 1px solid var(--puck-color-grey-09);
1555
1547
  display: flex;
1556
1548
  flex-direction: column;
1557
1549
  grid-area: right;
@@ -1601,19 +1593,19 @@ body:has(._DropZone--isAnimating_kmkdc_70:empty) [data-puck-overlay] {
1601
1593
  }
1602
1594
 
1603
1595
  /* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1604
- ._ComponentList_1rrlt_1 {
1596
+ ._ComponentList_odh9d_1 {
1605
1597
  max-width: 100%;
1606
1598
  }
1607
- ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1599
+ ._ComponentList--isExpanded_odh9d_5 + ._ComponentList_odh9d_1 {
1608
1600
  margin-top: 12px;
1609
1601
  }
1610
- ._ComponentList-content_1rrlt_9 {
1602
+ ._ComponentList-content_odh9d_9 {
1611
1603
  display: none;
1612
1604
  }
1613
- ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1605
+ ._ComponentList--isExpanded_odh9d_5 > ._ComponentList-content_odh9d_9 {
1614
1606
  display: block;
1615
1607
  }
1616
- ._ComponentList-title_1rrlt_17 {
1608
+ ._ComponentList-title_odh9d_17 {
1617
1609
  background-color: transparent;
1618
1610
  border: 0;
1619
1611
  color: var(--puck-color-grey-05);
@@ -1630,23 +1622,23 @@ body:has(._DropZone--isAnimating_kmkdc_70:empty) [data-puck-overlay] {
1630
1622
  border-radius: 4px;
1631
1623
  width: 100%;
1632
1624
  }
1633
- ._ComponentList-title_1rrlt_17:focus-visible {
1625
+ ._ComponentList-title_odh9d_17:focus-visible {
1634
1626
  outline: 2px solid var(--puck-color-azure-05);
1635
1627
  outline-offset: 2px;
1636
1628
  }
1637
1629
  @media (hover: hover) and (pointer: fine) {
1638
- ._ComponentList-title_1rrlt_17:hover {
1630
+ ._ComponentList-title_odh9d_17:hover {
1639
1631
  background-color: var(--puck-color-azure-11);
1640
1632
  color: var(--puck-color-azure-04);
1641
1633
  transition: none;
1642
1634
  }
1643
1635
  }
1644
- ._ComponentList-title_1rrlt_17:active {
1636
+ ._ComponentList-title_odh9d_17:active {
1645
1637
  background-color: var(--puck-color-azure-10);
1646
1638
  transition: none;
1647
1639
  }
1648
- ._ComponentList-titleIcon_1rrlt_53 {
1649
- margin-inline-start: auto;
1640
+ ._ComponentList-titleIcon_odh9d_53 {
1641
+ margin-left: auto;
1650
1642
  }
1651
1643
 
1652
1644
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
@@ -1661,7 +1653,7 @@ body:has(._DropZone--isAnimating_kmkdc_70:empty) [data-puck-overlay] {
1661
1653
  }
1662
1654
 
1663
1655
  /* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
1664
- ._LayerTree_7rx04_1 {
1656
+ ._LayerTree_1pgw8_1 {
1665
1657
  color: var(--puck-color-grey-03);
1666
1658
  font-family: var(--puck-font-family);
1667
1659
  font-size: var(--puck-font-size-xxs);
@@ -1670,30 +1662,30 @@ body:has(._DropZone--isAnimating_kmkdc_70:empty) [data-puck-overlay] {
1670
1662
  list-style: none;
1671
1663
  padding: 0;
1672
1664
  }
1673
- ._LayerTree-zoneTitle_7rx04_11 {
1665
+ ._LayerTree-zoneTitle_1pgw8_11 {
1674
1666
  color: var(--puck-color-grey-05);
1675
1667
  font-size: var(--puck-font-size-xxxs);
1676
1668
  text-transform: uppercase;
1677
1669
  }
1678
- ._LayerTree-helper_7rx04_17 {
1670
+ ._LayerTree-helper_1pgw8_17 {
1679
1671
  text-align: center;
1680
1672
  color: var(--puck-color-grey-07);
1681
1673
  margin: 8px 4px;
1682
1674
  }
1683
- ._Layer_7rx04_1 {
1675
+ ._Layer_1pgw8_1 {
1684
1676
  position: relative;
1685
1677
  border: 1px solid transparent;
1686
1678
  border-radius: 4px;
1687
1679
  }
1688
- ._Layer-inner_7rx04_29 {
1680
+ ._Layer-inner_1pgw8_29 {
1689
1681
  border: 1px solid transparent;
1690
1682
  border-radius: 4px;
1691
1683
  transition: color 50ms ease-in;
1692
1684
  }
1693
- ._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
1694
- padding-inline-start: 0;
1685
+ ._Layer--containsZone_1pgw8_35 > ._Layer-inner_1pgw8_29 {
1686
+ padding-left: 0;
1695
1687
  }
1696
- ._Layer-clickable_7rx04_39 {
1688
+ ._Layer-clickable_1pgw8_39 {
1697
1689
  align-items: center;
1698
1690
  background: none;
1699
1691
  border: 0;
@@ -1702,87 +1694,87 @@ body:has(._DropZone--isAnimating_kmkdc_70:empty) [data-puck-overlay] {
1702
1694
  cursor: pointer;
1703
1695
  display: flex;
1704
1696
  font: inherit;
1705
- padding-inline-start: 12px;
1706
- padding-inline-end: 4px;
1697
+ padding-left: 12px;
1698
+ padding-right: 4px;
1707
1699
  width: 100%;
1708
1700
  }
1709
- ._Layer-clickable_7rx04_39:focus-visible {
1701
+ ._Layer-clickable_1pgw8_39:focus-visible {
1710
1702
  outline: 2px solid var(--puck-color-azure-05);
1711
1703
  outline-offset: 2px;
1712
1704
  position: relative;
1713
1705
  z-index: 1;
1714
1706
  }
1715
1707
  @media (hover: hover) and (pointer: fine) {
1716
- ._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
1708
+ ._Layer_1pgw8_1:not(._Layer--isSelected_1pgw8_61) > ._Layer-inner_1pgw8_29:hover {
1717
1709
  border-color: var(--puck-color-azure-10);
1718
1710
  background: var(--puck-color-azure-11);
1719
1711
  color: var(--puck-color-azure-04);
1720
1712
  transition: none;
1721
1713
  }
1722
1714
  }
1723
- ._Layer--isSelected_7rx04_61 {
1715
+ ._Layer--isSelected_1pgw8_61 {
1724
1716
  border-color: var(--puck-color-azure-08);
1725
1717
  }
1726
- ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1718
+ ._Layer--isSelected_1pgw8_61 > ._Layer-inner_1pgw8_29 {
1727
1719
  background: var(--puck-color-azure-10);
1728
1720
  }
1729
- ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
1730
- ._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
1721
+ ._Layer--isSelected_1pgw8_61 > ._Layer-inner_1pgw8_29 > ._Layer-clickable_1pgw8_39 > ._Layer-chevron_1pgw8_77,
1722
+ ._Layer--childIsSelected_1pgw8_78 > ._Layer-inner_1pgw8_29 > ._Layer-clickable_1pgw8_39 > ._Layer-chevron_1pgw8_77 {
1731
1723
  transform: scaleY(-1);
1732
1724
  }
1733
- ._Layer-zones_7rx04_82 {
1725
+ ._Layer-zones_1pgw8_82 {
1734
1726
  display: none;
1735
- margin-inline-start: 12px;
1727
+ margin-left: 12px;
1736
1728
  }
1737
- ._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
1738
- ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
1729
+ ._Layer--isSelected_1pgw8_61 > ._Layer-zones_1pgw8_82,
1730
+ ._Layer--childIsSelected_1pgw8_78 > ._Layer-zones_1pgw8_82 {
1739
1731
  display: block;
1740
1732
  }
1741
- ._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
1742
- margin-inline-start: 12px;
1733
+ ._Layer-zones_1pgw8_82 > ._LayerTree_1pgw8_1 {
1734
+ margin-left: 12px;
1743
1735
  }
1744
- ._Layer-title_7rx04_96,
1745
- ._LayerTree-zoneTitle_7rx04_11 {
1736
+ ._Layer-title_1pgw8_96,
1737
+ ._LayerTree-zoneTitle_1pgw8_11 {
1746
1738
  display: flex;
1747
1739
  gap: 8px;
1748
1740
  align-items: center;
1749
1741
  margin: 8px 4px;
1750
1742
  overflow-x: hidden;
1751
1743
  }
1752
- ._Layer-name_7rx04_105 {
1744
+ ._Layer-name_1pgw8_105 {
1753
1745
  overflow-x: hidden;
1754
1746
  text-overflow: ellipsis;
1755
1747
  white-space: nowrap;
1756
1748
  }
1757
- ._Layer-icon_7rx04_111 {
1749
+ ._Layer-icon_1pgw8_111 {
1758
1750
  color: var(--puck-color-rose-07);
1759
1751
  margin-top: 4px;
1760
1752
  }
1761
- ._Layer-zoneIcon_7rx04_116 {
1753
+ ._Layer-zoneIcon_1pgw8_116 {
1762
1754
  color: var(--puck-color-grey-08);
1763
1755
  margin-top: 4px;
1764
1756
  }
1765
1757
 
1766
1758
  /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1767
- ._ViewportControls_gejzr_1 {
1759
+ ._ViewportControls_g1wgg_1 {
1768
1760
  display: flex;
1769
1761
  background: var(--puck-color-grey-11);
1770
1762
  box-sizing: border-box;
1771
- border-inline-start: 2px solid var(--puck-color-grey-11);
1763
+ border-left: 2px solid var(--puck-color-grey-11);
1772
1764
  justify-content: center;
1773
1765
  gap: 8px;
1774
1766
  min-width: 358px;
1775
1767
  padding-bottom: 16px;
1776
- padding-inline-start: var(--puck-space-px);
1777
- padding-inline-end: var(--puck-space-px);
1768
+ padding-left: var(--puck-space-px);
1769
+ padding-right: var(--puck-space-px);
1778
1770
  z-index: 1;
1779
1771
  }
1780
- ._ViewportControls-divider_gejzr_15 {
1781
- border-inline-end: 1px solid var(--puck-color-grey-09);
1782
- margin-inline-start: 8px;
1783
- margin-inline-end: 8px;
1772
+ ._ViewportControls-divider_g1wgg_15 {
1773
+ border-right: 1px solid var(--puck-color-grey-09);
1774
+ margin-left: 8px;
1775
+ margin-right: 8px;
1784
1776
  }
1785
- ._ViewportControls-zoomSelect_gejzr_21 {
1777
+ ._ViewportControls-zoomSelect_g1wgg_21 {
1786
1778
  appearance: none;
1787
1779
  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;
1788
1780
  background-size: 10px;
@@ -1793,10 +1785,7 @@ body:has(._DropZone--isAnimating_kmkdc_70:empty) [data-puck-overlay] {
1793
1785
  padding: 0;
1794
1786
  width: 96px;
1795
1787
  }
1796
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1797
- background-position: 12px calc(50% + 3px);
1798
- }
1799
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1788
+ ._ViewportButton--isActive_g1wgg_34 ._ViewportButton-inner_g1wgg_34 {
1800
1789
  color: var(--puck-color-azure-04);
1801
1790
  }
1802
1791