@measured/puck 0.20.1-canary.d7404af9 → 0.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-NFK5JVZW.mjs → chunk-62KOMFGG.mjs} +1 -1
- package/dist/{chunk-AMBEQM6V.mjs → chunk-V7Y7BFEC.mjs} +34 -30
- package/dist/index.css +320 -319
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +34 -30
- package/dist/index.mjs +2 -2
- package/dist/no-external.css +320 -319
- package/dist/no-external.d.mts +1 -1
- package/dist/no-external.d.ts +1 -1
- package/dist/no-external.js +34 -30
- package/dist/no-external.mjs +2 -2
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +1 -1
- package/dist/rsc.mjs +1 -1
- package/dist/{walk-tree-CiAkCQEp.d.mts → walk-tree-JdJYB16L.d.mts} +4 -4
- package/dist/{walk-tree-CiAkCQEp.d.ts → walk-tree-JdJYB16L.d.ts} +4 -4
- package/package.json +20 -1
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
177
|
+
._ActionBar-action_rvadt_30 + ._ActionBar-label_rvadt_18 {
|
|
178
178
|
padding-inline-start: 0;
|
|
179
179
|
}
|
|
180
|
-
.
|
|
180
|
+
._ActionBar-label_rvadt_18 + ._ActionBar-action_rvadt_30 {
|
|
181
181
|
margin-inline-start: -4px;
|
|
182
182
|
}
|
|
183
|
-
.
|
|
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
|
-
.
|
|
191
|
+
._ActionBar-group_rvadt_38:first-of-type {
|
|
192
192
|
border-inline-start: 0;
|
|
193
193
|
}
|
|
194
|
-
.
|
|
194
|
+
._ActionBar-group_rvadt_38:empty {
|
|
195
195
|
display: none;
|
|
196
196
|
}
|
|
197
|
-
.
|
|
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
|
-
.
|
|
212
|
+
._ActionBar-action_rvadt_30 svg {
|
|
213
213
|
max-width: none !important;
|
|
214
214
|
}
|
|
215
|
-
.
|
|
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
|
-
.
|
|
220
|
+
._ActionBar-action_rvadt_30:hover {
|
|
221
221
|
color: var(--puck-color-azure-06);
|
|
222
222
|
transition: none;
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
._ActionBar-action_rvadt_30:active {
|
|
226
226
|
color: var(--puck-color-azure-07);
|
|
227
227
|
transition: none;
|
|
228
228
|
}
|
|
229
|
-
.
|
|
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
|
-
.
|
|
234
|
+
._InputWrapper_bsxfo_1 + ._InputWrapper_bsxfo_1 {
|
|
235
235
|
margin-top: 12px;
|
|
236
236
|
}
|
|
237
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
251
|
+
._Input-disabledIcon_bsxfo_21 {
|
|
252
252
|
color: var(--puck-color-grey-05);
|
|
253
253
|
margin-inline-start: auto;
|
|
254
254
|
}
|
|
255
|
-
.
|
|
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
|
-
.
|
|
270
|
+
._Input-input_bsxfo_26 {
|
|
271
271
|
font-size: 14px;
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
|
-
select.
|
|
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.
|
|
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
|
-
.
|
|
288
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
305
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
356
|
+
._Input-radioInner_bsxfo_110:hover {
|
|
357
357
|
background-color: var(--puck-color-azure-12);
|
|
358
358
|
transition: none;
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
396
|
+
._ArrayField--isDraggingFrom_14u8o_13 {
|
|
397
397
|
background-color: var(--puck-color-azure-11);
|
|
398
398
|
overflow: hidden;
|
|
399
399
|
}
|
|
400
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
436
|
+
._ArrayField-inner_14u8o_59 {
|
|
437
437
|
margin-top: -1px;
|
|
438
438
|
}
|
|
439
|
-
.
|
|
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
|
-
.
|
|
445
|
+
._ArrayFieldItem_14u8o_67 {
|
|
446
446
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
447
447
|
}
|
|
448
|
-
.
|
|
448
|
+
._ArrayFieldItem--isDragging_14u8o_78 {
|
|
449
449
|
border-top: transparent;
|
|
450
450
|
}
|
|
451
|
-
.
|
|
451
|
+
._ArrayFieldItem--isExpanded_14u8o_82::before {
|
|
452
452
|
display: none;
|
|
453
453
|
}
|
|
454
|
-
.
|
|
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
|
-
.
|
|
460
|
+
._ArrayFieldItem--isDragging_14u8o_78 {
|
|
461
461
|
outline: 2px var(--puck-color-azure-09) solid !important;
|
|
462
462
|
}
|
|
463
|
-
.
|
|
463
|
+
._ArrayFieldItem--isDragging_14u8o_78 ._ArrayFieldItem-summary_14u8o_97:active {
|
|
464
464
|
background-color: var(--puck-color-white);
|
|
465
465
|
}
|
|
466
|
-
.
|
|
466
|
+
._ArrayFieldItem_14u8o_67 + ._ArrayFieldItem_14u8o_67 {
|
|
467
467
|
border-top-left-radius: 0;
|
|
468
468
|
border-top-right-radius: 0;
|
|
469
469
|
}
|
|
470
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
502
|
+
._ArrayFieldItem-summary_14u8o_97:hover {
|
|
503
503
|
background-color: var(--puck-color-azure-12);
|
|
504
504
|
transition: none;
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
|
-
.
|
|
507
|
+
._ArrayFieldItem-summary_14u8o_97:active {
|
|
508
508
|
background-color: var(--puck-color-azure-11);
|
|
509
509
|
transition: none;
|
|
510
510
|
}
|
|
511
|
-
.
|
|
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
|
-
.
|
|
517
|
+
._ArrayFieldItem-body_14u8o_166 {
|
|
518
518
|
background: var(--puck-color-white);
|
|
519
519
|
display: none;
|
|
520
520
|
}
|
|
521
|
-
.
|
|
521
|
+
._ArrayFieldItem--isExpanded_14u8o_82 > ._ArrayFieldItem-body_14u8o_166 {
|
|
522
522
|
display: block;
|
|
523
523
|
}
|
|
524
|
-
.
|
|
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
|
-
.
|
|
531
|
+
._ArrayFieldItem-rhs_14u8o_183 {
|
|
532
532
|
display: flex;
|
|
533
533
|
gap: 4px;
|
|
534
534
|
align-items: center;
|
|
535
535
|
}
|
|
536
|
-
.
|
|
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
|
-
.
|
|
543
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
572
|
+
._IconButton_swpni_1:active {
|
|
573
573
|
background: var(--puck-color-azure-11);
|
|
574
574
|
transition: none;
|
|
575
575
|
}
|
|
576
|
-
.
|
|
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
|
-
.
|
|
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
|
|
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
|
-
.
|
|
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:
|
|
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
|
-
.
|
|
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
|
-
.
|
|
618
|
+
._DragIcon--disabled_17p8x_8 {
|
|
619
619
|
cursor: no-drop;
|
|
620
620
|
}
|
|
621
621
|
@media (hover: hover) and (pointer: fine) {
|
|
622
|
-
.
|
|
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
|
-
.
|
|
642
|
+
._ExternalInput-actions_91ls0_1 {
|
|
643
643
|
display: flex;
|
|
644
644
|
}
|
|
645
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
669
|
+
._ExternalInput--readOnly_91ls0_31 ._ExternalInput-button_91ls0_5 {
|
|
670
670
|
background-color: var(--puck-color-grey-11);
|
|
671
671
|
}
|
|
672
|
-
.
|
|
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
|
-
.
|
|
688
|
-
.
|
|
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
|
-
.
|
|
695
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
704
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
717
|
+
._ExternalInputModal-grid_91ls0_89 {
|
|
718
718
|
display: flex;
|
|
719
719
|
flex-direction: column;
|
|
720
720
|
}
|
|
721
721
|
@media (min-width: 458px) {
|
|
722
|
-
.
|
|
722
|
+
._ExternalInputModal-grid_91ls0_89 {
|
|
723
723
|
display: grid;
|
|
724
724
|
grid-template-columns: 100%;
|
|
725
725
|
}
|
|
726
|
-
.
|
|
726
|
+
._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-grid_91ls0_89 {
|
|
727
727
|
grid-template-columns: 25% 75%;
|
|
728
728
|
}
|
|
729
729
|
}
|
|
730
|
-
.
|
|
730
|
+
._ExternalInputModal-filters_91ls0_105 {
|
|
731
731
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
732
732
|
}
|
|
733
|
-
.
|
|
733
|
+
._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-filters_91ls0_105 {
|
|
734
734
|
display: none;
|
|
735
735
|
}
|
|
736
736
|
@media (min-width: 458px) {
|
|
737
|
-
.
|
|
737
|
+
._ExternalInputModal-filters_91ls0_105 {
|
|
738
738
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
739
739
|
display: none;
|
|
740
740
|
}
|
|
741
|
-
.
|
|
741
|
+
._ExternalInputModal--filtersToggled_91ls0_100 ._ExternalInputModal-filters_91ls0_105 {
|
|
742
742
|
display: block;
|
|
743
743
|
}
|
|
744
744
|
}
|
|
745
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
780
|
+
._ExternalInputModal-td_91ls0_164 {
|
|
781
781
|
border-bottom: 1px solid var(--puck-color-grey-10);
|
|
782
782
|
padding: 16px 24px;
|
|
783
783
|
}
|
|
784
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
802
|
+
._ExternalInputModal-tbody_91ls0_176 ._ExternalInputModal-tr_91ls0_169:last-of-type ._ExternalInputModal-td_91ls0_164 {
|
|
803
803
|
border-bottom: none;
|
|
804
804
|
}
|
|
805
|
-
.
|
|
805
|
+
._ExternalInputModal-tableWrapper_91ls0_133 {
|
|
806
806
|
display: none;
|
|
807
807
|
}
|
|
808
|
-
.
|
|
808
|
+
._ExternalInputModal--hasData_91ls0_202 ._ExternalInputModal-tableWrapper_91ls0_133 {
|
|
809
809
|
display: block;
|
|
810
810
|
}
|
|
811
|
-
.
|
|
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
|
-
.
|
|
823
|
+
._ExternalInputModal--isLoading_91ls0_223 ._ExternalInputModal-loadingBanner_91ls0_206 {
|
|
824
824
|
display: flex;
|
|
825
825
|
}
|
|
826
|
-
.
|
|
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
|
-
.
|
|
833
|
+
._ExternalInputModal-searchForm_91ls0_227 {
|
|
834
834
|
flex-wrap: nowrap;
|
|
835
835
|
}
|
|
836
836
|
}
|
|
837
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
853
|
+
._ExternalInputModal-search_91ls0_227:hover {
|
|
854
854
|
border-color: var(--puck-color-grey-05);
|
|
855
855
|
transition: none;
|
|
856
856
|
}
|
|
857
857
|
}
|
|
858
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
898
|
+
._ExternalInputModal-searchInput_91ls0_299:focus {
|
|
899
899
|
outline: 0;
|
|
900
900
|
}
|
|
901
|
-
.
|
|
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
|
-
.
|
|
908
|
+
._ExternalInputModal-searchActions_91ls0_313 {
|
|
909
909
|
width: auto;
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
|
-
.
|
|
912
|
+
._ExternalInputModal-searchActionIcon_91ls0_326 {
|
|
913
913
|
align-self: center;
|
|
914
914
|
}
|
|
915
|
-
.
|
|
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
|
-
.
|
|
921
|
+
._ExternalInputModal-footer_91ls0_330 {
|
|
922
922
|
font-weight: 500;
|
|
923
923
|
font-size: 14px;
|
|
924
924
|
text-align: right;
|
|
925
925
|
}
|
|
926
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
947
|
+
._Modal--isOpen_ikbaj_15 {
|
|
948
948
|
display: flex;
|
|
949
949
|
}
|
|
950
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
968
|
+
._Heading_qxrry_1 b {
|
|
969
969
|
font-weight: 700;
|
|
970
970
|
}
|
|
971
|
-
.
|
|
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
|
-
.
|
|
976
|
+
._Heading--xxxl_qxrry_18 {
|
|
977
977
|
font-size: var(--puck-font-size-xxxl);
|
|
978
978
|
}
|
|
979
|
-
.
|
|
979
|
+
._Heading--xxl_qxrry_22 {
|
|
980
980
|
font-size: var(--puck-font-size-xxl);
|
|
981
981
|
}
|
|
982
|
-
.
|
|
982
|
+
._Heading--xl_qxrry_26 {
|
|
983
983
|
font-size: var(--puck-font-size-xl);
|
|
984
984
|
}
|
|
985
|
-
.
|
|
985
|
+
._Heading--l_qxrry_30 {
|
|
986
986
|
font-size: var(--puck-font-size-l);
|
|
987
987
|
}
|
|
988
|
-
.
|
|
988
|
+
._Heading--m_qxrry_34 {
|
|
989
989
|
font-size: var(--puck-font-size-m);
|
|
990
990
|
}
|
|
991
|
-
.
|
|
991
|
+
._Heading--s_qxrry_38 {
|
|
992
992
|
font-size: var(--puck-font-size-s);
|
|
993
993
|
}
|
|
994
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1022
|
-
.
|
|
1021
|
+
._Button_10byl_1:hover,
|
|
1022
|
+
._Button_10byl_1:active {
|
|
1023
1023
|
transition: none;
|
|
1024
1024
|
}
|
|
1025
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1038
|
+
._Button-icon_10byl_44 {
|
|
1039
1039
|
margin-top: 2px;
|
|
1040
1040
|
}
|
|
1041
|
-
.
|
|
1041
|
+
._Button--primary_10byl_48 {
|
|
1042
1042
|
background: var(--puck-color-azure-04);
|
|
1043
1043
|
}
|
|
1044
|
-
.
|
|
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
|
-
.
|
|
1049
|
+
._Button--primary_10byl_48:hover {
|
|
1050
1050
|
background-color: var(--puck-color-azure-03);
|
|
1051
1051
|
}
|
|
1052
1052
|
}
|
|
1053
|
-
.
|
|
1053
|
+
._Button--primary_10byl_48:active {
|
|
1054
1054
|
background-color: var(--puck-color-azure-02);
|
|
1055
1055
|
}
|
|
1056
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1070
|
+
._Button--flush_10byl_84 {
|
|
1071
1071
|
border-radius: 0;
|
|
1072
1072
|
}
|
|
1073
|
-
.
|
|
1074
|
-
.
|
|
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
|
-
.
|
|
1079
|
+
._Button--fullWidth_10byl_95 {
|
|
1080
1080
|
justify-content: center;
|
|
1081
1081
|
width: 100%;
|
|
1082
1082
|
}
|
|
1083
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1109
|
+
._Drawer-draggable_pl7z0_8 {
|
|
1110
1110
|
position: relative;
|
|
1111
1111
|
}
|
|
1112
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1138
|
+
._DrawerItem_pl7z0_22:focus-visible {
|
|
1139
1139
|
outline: 0;
|
|
1140
1140
|
}
|
|
1141
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1181
|
+
._DraggableComponent_1vaqy_1:focus-visible > ._DraggableComponent-overlayWrapper_1vaqy_12 {
|
|
1182
1182
|
outline: 1px solid var(--puck-color-azure-05);
|
|
1183
1183
|
}
|
|
1184
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1206
|
+
._DraggableComponent_1vaqy_1:has(._DraggableComponent--hover_1vaqy_50 > ._DraggableComponent-overlayWrapper_1vaqy_12) > ._DraggableComponent-overlayWrapper_1vaqy_12 {
|
|
1207
1207
|
display: none;
|
|
1208
1208
|
}
|
|
1209
|
-
.
|
|
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
|
-
.
|
|
1215
|
+
._DraggableComponent--isSelected_1vaqy_57 ._DraggableComponent-actionsOverlay_1vaqy_71 {
|
|
1216
1216
|
opacity: 1;
|
|
1217
1217
|
pointer-events: auto;
|
|
1218
1218
|
}
|
|
1219
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1275
|
+
._DropZone--hasChildren_1i2sv_11 {
|
|
1276
1276
|
min-height: 0;
|
|
1277
1277
|
}
|
|
1278
|
-
.
|
|
1278
|
+
._DropZone_1i2sv_1:empty {
|
|
1279
1279
|
min-height: var(--min-empty-height);
|
|
1280
1280
|
}
|
|
1281
|
-
[data-puck-entry]:not([data-puck-dragging]) .
|
|
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
|
-
.
|
|
1285
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
1293
|
+
._DropZone--isDestination_1i2sv_35 {
|
|
1294
1294
|
outline: 2px dashed var(--puck-color-azure-04) !important;
|
|
1295
1295
|
}
|
|
1296
|
-
.
|
|
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
|
-
.
|
|
1299
|
+
._DropZone-item_1i2sv_47 {
|
|
1300
1300
|
position: relative;
|
|
1301
1301
|
}
|
|
1302
|
-
.
|
|
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] .
|
|
1309
|
+
[data-puck-dragging] ._DropZone--isEnabled_1i2sv_59 {
|
|
1310
1310
|
outline: 2px dashed var(--puck-color-azure-06);
|
|
1311
1311
|
}
|
|
1312
|
-
.
|
|
1312
|
+
._DropZone_1i2sv_1 > *:not([data-puck-component]) {
|
|
1313
1313
|
opacity: 0;
|
|
1314
1314
|
}
|
|
1315
|
-
body:has(.
|
|
1315
|
+
body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
1316
1316
|
opacity: 0 !important;
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
@@ -1331,52 +1331,53 @@ 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
|
-
.
|
|
1334
|
+
._InlineTextField_1xph6_1 {
|
|
1335
1335
|
cursor: text;
|
|
1336
1336
|
display: inline-block;
|
|
1337
|
+
white-space: pre-wrap;
|
|
1337
1338
|
}
|
|
1338
|
-
[data-dnd-dragging] .
|
|
1339
|
+
[data-dnd-dragging] ._InlineTextField_1xph6_1 {
|
|
1339
1340
|
cursor: none;
|
|
1340
1341
|
caret-color: transparent;
|
|
1341
1342
|
}
|
|
1342
|
-
[data-dnd-dragging] .
|
|
1343
|
+
[data-dnd-dragging] ._InlineTextField_1xph6_1::selection {
|
|
1343
1344
|
display: none;
|
|
1344
1345
|
}
|
|
1345
1346
|
|
|
1346
1347
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
|
1347
|
-
.
|
|
1348
|
+
._SidebarSection_8boj8_1 {
|
|
1348
1349
|
display: flex;
|
|
1349
1350
|
position: relative;
|
|
1350
1351
|
flex-direction: column;
|
|
1351
1352
|
color: var(--puck-color-black);
|
|
1352
1353
|
}
|
|
1353
|
-
.
|
|
1354
|
+
._SidebarSection_8boj8_1:last-of-type {
|
|
1354
1355
|
flex-grow: 1;
|
|
1355
1356
|
}
|
|
1356
|
-
.
|
|
1357
|
+
._SidebarSection-title_8boj8_12 {
|
|
1357
1358
|
background: var(--puck-color-white);
|
|
1358
1359
|
padding: 16px;
|
|
1359
1360
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1360
1361
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1361
1362
|
overflow-x: auto;
|
|
1362
1363
|
}
|
|
1363
|
-
.
|
|
1364
|
+
._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
|
|
1364
1365
|
border-top: 0px;
|
|
1365
1366
|
}
|
|
1366
|
-
.
|
|
1367
|
+
._SidebarSection-content_8boj8_24 {
|
|
1367
1368
|
padding: 16px;
|
|
1368
1369
|
}
|
|
1369
|
-
.
|
|
1370
|
+
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
|
|
1370
1371
|
padding: 0px;
|
|
1371
1372
|
}
|
|
1372
|
-
.
|
|
1373
|
+
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
|
|
1373
1374
|
padding-bottom: 4px;
|
|
1374
1375
|
}
|
|
1375
|
-
.
|
|
1376
|
+
._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
|
|
1376
1377
|
border-bottom: none;
|
|
1377
1378
|
flex-grow: 1;
|
|
1378
1379
|
}
|
|
1379
|
-
.
|
|
1380
|
+
._SidebarSection-breadcrumbLabel_8boj8_41 {
|
|
1380
1381
|
background: none;
|
|
1381
1382
|
border: 0;
|
|
1382
1383
|
border-radius: 2px;
|
|
@@ -1387,34 +1388,34 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1387
1388
|
padding: 0;
|
|
1388
1389
|
transition: color 50ms ease-in;
|
|
1389
1390
|
}
|
|
1390
|
-
.
|
|
1391
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
|
|
1391
1392
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1392
1393
|
outline-offset: 2px;
|
|
1393
1394
|
}
|
|
1394
1395
|
@media (hover: hover) and (pointer: fine) {
|
|
1395
|
-
.
|
|
1396
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:hover {
|
|
1396
1397
|
color: var(--puck-color-azure-03);
|
|
1397
1398
|
transition: none;
|
|
1398
1399
|
}
|
|
1399
1400
|
}
|
|
1400
|
-
.
|
|
1401
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:active {
|
|
1401
1402
|
color: var(--puck-color-azure-02);
|
|
1402
1403
|
transition: none;
|
|
1403
1404
|
}
|
|
1404
|
-
.
|
|
1405
|
+
._SidebarSection-breadcrumbs_8boj8_70 {
|
|
1405
1406
|
align-items: center;
|
|
1406
1407
|
display: flex;
|
|
1407
1408
|
gap: 4px;
|
|
1408
1409
|
}
|
|
1409
|
-
.
|
|
1410
|
+
._SidebarSection-breadcrumb_8boj8_41 {
|
|
1410
1411
|
align-items: center;
|
|
1411
1412
|
display: flex;
|
|
1412
1413
|
gap: 4px;
|
|
1413
1414
|
}
|
|
1414
|
-
.
|
|
1415
|
+
._SidebarSection-heading_8boj8_82 {
|
|
1415
1416
|
padding-inline-end: 16px;
|
|
1416
1417
|
}
|
|
1417
|
-
.
|
|
1418
|
+
._SidebarSection-loadingOverlay_8boj8_86 {
|
|
1418
1419
|
background: var(--puck-color-white);
|
|
1419
1420
|
display: flex;
|
|
1420
1421
|
justify-content: center;
|
|
@@ -1430,21 +1431,21 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1430
1431
|
}
|
|
1431
1432
|
|
|
1432
1433
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
|
|
1433
|
-
.
|
|
1434
|
+
._Puck_1yxlw_19 {
|
|
1434
1435
|
--puck-space-px: 16px;
|
|
1435
1436
|
font-family: var(--puck-font-family);
|
|
1436
1437
|
overflow-x: hidden;
|
|
1437
1438
|
}
|
|
1438
1439
|
@media (min-width: 766px) {
|
|
1439
|
-
.
|
|
1440
|
+
._Puck_1yxlw_19 {
|
|
1440
1441
|
overflow-x: auto;
|
|
1441
1442
|
}
|
|
1442
1443
|
}
|
|
1443
|
-
.
|
|
1444
|
+
._Puck-portal_1yxlw_31 {
|
|
1444
1445
|
position: relative;
|
|
1445
1446
|
z-index: 2;
|
|
1446
1447
|
}
|
|
1447
|
-
.
|
|
1448
|
+
._PuckLayout-inner_1yxlw_38 {
|
|
1448
1449
|
--puck-frame-width: auto;
|
|
1449
1450
|
--puck-side-bar-width: 0px;
|
|
1450
1451
|
--puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
|
|
@@ -1457,63 +1458,63 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1457
1458
|
position: relative;
|
|
1458
1459
|
z-index: 0;
|
|
1459
1460
|
}
|
|
1460
|
-
.
|
|
1461
|
+
._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
|
|
1461
1462
|
--puck-side-bar-width: 186px;
|
|
1462
1463
|
}
|
|
1463
|
-
.
|
|
1464
|
+
._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
|
|
1464
1465
|
grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
|
|
1465
1466
|
}
|
|
1466
|
-
.
|
|
1467
|
+
._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
|
|
1467
1468
|
grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
|
|
1468
1469
|
}
|
|
1469
|
-
.
|
|
1470
|
+
._PuckLayout--leftSideBarVisible_1yxlw_63._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
|
|
1470
1471
|
grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
|
|
1471
1472
|
}
|
|
1472
1473
|
@media (min-width: 458px) {
|
|
1473
|
-
.
|
|
1474
|
+
._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
|
|
1474
1475
|
--puck-frame-width: minmax(266px, auto);
|
|
1475
1476
|
}
|
|
1476
1477
|
}
|
|
1477
1478
|
@media (min-width: 638px) {
|
|
1478
|
-
.
|
|
1479
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1479
1480
|
--puck-side-bar-width: minmax(186px, 250px);
|
|
1480
1481
|
}
|
|
1481
1482
|
}
|
|
1482
1483
|
@media (min-width: 766px) {
|
|
1483
|
-
.
|
|
1484
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1484
1485
|
--puck-frame-width: auto;
|
|
1485
1486
|
}
|
|
1486
1487
|
}
|
|
1487
1488
|
@media (min-width: 990px) {
|
|
1488
|
-
.
|
|
1489
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1489
1490
|
--puck-side-bar-width: 256px;
|
|
1490
1491
|
}
|
|
1491
1492
|
}
|
|
1492
1493
|
@media (min-width: 1198px) {
|
|
1493
|
-
.
|
|
1494
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1494
1495
|
--puck-side-bar-width: 274px;
|
|
1495
1496
|
}
|
|
1496
1497
|
}
|
|
1497
1498
|
@media (min-width: 1398px) {
|
|
1498
|
-
.
|
|
1499
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1499
1500
|
--puck-side-bar-width: 290px;
|
|
1500
1501
|
}
|
|
1501
1502
|
}
|
|
1502
1503
|
@media (min-width: 1598px) {
|
|
1503
|
-
.
|
|
1504
|
+
._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
|
|
1504
1505
|
--puck-side-bar-width: 320px;
|
|
1505
1506
|
}
|
|
1506
1507
|
}
|
|
1507
1508
|
|
|
1508
1509
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
|
|
1509
|
-
.
|
|
1510
|
+
._PuckFields_10bh7_1 {
|
|
1510
1511
|
position: relative;
|
|
1511
1512
|
font-family: var(--puck-font-family);
|
|
1512
1513
|
}
|
|
1513
|
-
.
|
|
1514
|
+
._PuckFields--isLoading_10bh7_6 {
|
|
1514
1515
|
min-height: 48px;
|
|
1515
1516
|
}
|
|
1516
|
-
.
|
|
1517
|
+
._PuckFields-loadingOverlay_10bh7_10 {
|
|
1517
1518
|
background: var(--puck-color-white);
|
|
1518
1519
|
display: flex;
|
|
1519
1520
|
justify-content: flex-end;
|
|
@@ -1527,40 +1528,40 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1527
1528
|
box-sizing: border-box;
|
|
1528
1529
|
opacity: 0.8;
|
|
1529
1530
|
}
|
|
1530
|
-
.
|
|
1531
|
+
._PuckFields-loadingOverlayInner_10bh7_25 {
|
|
1531
1532
|
display: flex;
|
|
1532
1533
|
padding: 16px;
|
|
1533
1534
|
position: sticky;
|
|
1534
1535
|
top: 0;
|
|
1535
1536
|
}
|
|
1536
|
-
.
|
|
1537
|
+
._PuckFields-field_10bh7_32 * {
|
|
1537
1538
|
box-sizing: border-box;
|
|
1538
1539
|
}
|
|
1539
|
-
.
|
|
1540
|
+
._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
|
|
1540
1541
|
color: var(--puck-color-grey-04);
|
|
1541
1542
|
padding: 16px;
|
|
1542
1543
|
padding-bottom: 12px;
|
|
1543
1544
|
display: block;
|
|
1544
1545
|
}
|
|
1545
|
-
.
|
|
1546
|
+
._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
|
|
1546
1547
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1547
1548
|
margin-top: 8px;
|
|
1548
1549
|
}
|
|
1549
1550
|
|
|
1550
1551
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
|
|
1551
|
-
.
|
|
1552
|
+
._ComponentList_1rrlt_1 {
|
|
1552
1553
|
max-width: 100%;
|
|
1553
1554
|
}
|
|
1554
|
-
.
|
|
1555
|
+
._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
|
|
1555
1556
|
margin-top: 12px;
|
|
1556
1557
|
}
|
|
1557
|
-
.
|
|
1558
|
+
._ComponentList-content_1rrlt_9 {
|
|
1558
1559
|
display: none;
|
|
1559
1560
|
}
|
|
1560
|
-
.
|
|
1561
|
+
._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
|
|
1561
1562
|
display: block;
|
|
1562
1563
|
}
|
|
1563
|
-
.
|
|
1564
|
+
._ComponentList-title_1rrlt_17 {
|
|
1564
1565
|
background-color: transparent;
|
|
1565
1566
|
border: 0;
|
|
1566
1567
|
color: var(--puck-color-grey-05);
|
|
@@ -1577,38 +1578,38 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1577
1578
|
border-radius: 4px;
|
|
1578
1579
|
width: 100%;
|
|
1579
1580
|
}
|
|
1580
|
-
.
|
|
1581
|
+
._ComponentList-title_1rrlt_17:focus-visible {
|
|
1581
1582
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1582
1583
|
outline-offset: 2px;
|
|
1583
1584
|
}
|
|
1584
1585
|
@media (hover: hover) and (pointer: fine) {
|
|
1585
|
-
.
|
|
1586
|
+
._ComponentList-title_1rrlt_17:hover {
|
|
1586
1587
|
background-color: var(--puck-color-azure-11);
|
|
1587
1588
|
color: var(--puck-color-azure-04);
|
|
1588
1589
|
transition: none;
|
|
1589
1590
|
}
|
|
1590
1591
|
}
|
|
1591
|
-
.
|
|
1592
|
+
._ComponentList-title_1rrlt_17:active {
|
|
1592
1593
|
background-color: var(--puck-color-azure-10);
|
|
1593
1594
|
transition: none;
|
|
1594
1595
|
}
|
|
1595
|
-
.
|
|
1596
|
+
._ComponentList-titleIcon_1rrlt_53 {
|
|
1596
1597
|
margin-inline-start: auto;
|
|
1597
1598
|
}
|
|
1598
1599
|
|
|
1599
1600
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
|
|
1600
|
-
.
|
|
1601
|
+
._PuckPreview_z2rgu_1 {
|
|
1601
1602
|
position: relative;
|
|
1602
1603
|
height: 100%;
|
|
1603
1604
|
}
|
|
1604
|
-
.
|
|
1605
|
+
._PuckPreview-frame_z2rgu_6 {
|
|
1605
1606
|
border: none;
|
|
1606
1607
|
height: 100%;
|
|
1607
1608
|
width: 100%;
|
|
1608
1609
|
}
|
|
1609
1610
|
|
|
1610
1611
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
|
|
1611
|
-
.
|
|
1612
|
+
._LayerTree_7rx04_1 {
|
|
1612
1613
|
color: var(--puck-color-grey-03);
|
|
1613
1614
|
font-family: var(--puck-font-family);
|
|
1614
1615
|
font-size: var(--puck-font-size-xxs);
|
|
@@ -1617,30 +1618,30 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1617
1618
|
list-style: none;
|
|
1618
1619
|
padding: 0;
|
|
1619
1620
|
}
|
|
1620
|
-
.
|
|
1621
|
+
._LayerTree-zoneTitle_7rx04_11 {
|
|
1621
1622
|
color: var(--puck-color-grey-05);
|
|
1622
1623
|
font-size: var(--puck-font-size-xxxs);
|
|
1623
1624
|
text-transform: uppercase;
|
|
1624
1625
|
}
|
|
1625
|
-
.
|
|
1626
|
+
._LayerTree-helper_7rx04_17 {
|
|
1626
1627
|
text-align: center;
|
|
1627
1628
|
color: var(--puck-color-grey-07);
|
|
1628
1629
|
margin: 8px 4px;
|
|
1629
1630
|
}
|
|
1630
|
-
.
|
|
1631
|
+
._Layer_7rx04_1 {
|
|
1631
1632
|
position: relative;
|
|
1632
1633
|
border: 1px solid transparent;
|
|
1633
1634
|
border-radius: 4px;
|
|
1634
1635
|
}
|
|
1635
|
-
.
|
|
1636
|
+
._Layer-inner_7rx04_29 {
|
|
1636
1637
|
border: 1px solid transparent;
|
|
1637
1638
|
border-radius: 4px;
|
|
1638
1639
|
transition: color 50ms ease-in;
|
|
1639
1640
|
}
|
|
1640
|
-
.
|
|
1641
|
+
._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
|
|
1641
1642
|
padding-inline-start: 0;
|
|
1642
1643
|
}
|
|
1643
|
-
.
|
|
1644
|
+
._Layer-clickable_7rx04_39 {
|
|
1644
1645
|
align-items: center;
|
|
1645
1646
|
background: none;
|
|
1646
1647
|
border: 0;
|
|
@@ -1653,65 +1654,65 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1653
1654
|
padding-inline-end: 4px;
|
|
1654
1655
|
width: 100%;
|
|
1655
1656
|
}
|
|
1656
|
-
.
|
|
1657
|
+
._Layer-clickable_7rx04_39:focus-visible {
|
|
1657
1658
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1658
1659
|
outline-offset: 2px;
|
|
1659
1660
|
position: relative;
|
|
1660
1661
|
z-index: 1;
|
|
1661
1662
|
}
|
|
1662
1663
|
@media (hover: hover) and (pointer: fine) {
|
|
1663
|
-
.
|
|
1664
|
+
._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
|
|
1664
1665
|
border-color: var(--puck-color-azure-10);
|
|
1665
1666
|
background: var(--puck-color-azure-11);
|
|
1666
1667
|
color: var(--puck-color-azure-04);
|
|
1667
1668
|
transition: none;
|
|
1668
1669
|
}
|
|
1669
1670
|
}
|
|
1670
|
-
.
|
|
1671
|
+
._Layer--isSelected_7rx04_61 {
|
|
1671
1672
|
border-color: var(--puck-color-azure-08);
|
|
1672
1673
|
}
|
|
1673
|
-
.
|
|
1674
|
+
._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
|
|
1674
1675
|
background: var(--puck-color-azure-10);
|
|
1675
1676
|
}
|
|
1676
|
-
.
|
|
1677
|
-
.
|
|
1677
|
+
._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
|
|
1678
|
+
._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
|
|
1678
1679
|
transform: scaleY(-1);
|
|
1679
1680
|
}
|
|
1680
|
-
.
|
|
1681
|
+
._Layer-zones_7rx04_82 {
|
|
1681
1682
|
display: none;
|
|
1682
1683
|
margin-inline-start: 12px;
|
|
1683
1684
|
}
|
|
1684
|
-
.
|
|
1685
|
-
.
|
|
1685
|
+
._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
|
|
1686
|
+
._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
|
|
1686
1687
|
display: block;
|
|
1687
1688
|
}
|
|
1688
|
-
.
|
|
1689
|
+
._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
|
|
1689
1690
|
margin-inline-start: 12px;
|
|
1690
1691
|
}
|
|
1691
|
-
.
|
|
1692
|
-
.
|
|
1692
|
+
._Layer-title_7rx04_96,
|
|
1693
|
+
._LayerTree-zoneTitle_7rx04_11 {
|
|
1693
1694
|
display: flex;
|
|
1694
1695
|
gap: 8px;
|
|
1695
1696
|
align-items: center;
|
|
1696
1697
|
margin: 8px 4px;
|
|
1697
1698
|
overflow-x: hidden;
|
|
1698
1699
|
}
|
|
1699
|
-
.
|
|
1700
|
+
._Layer-name_7rx04_105 {
|
|
1700
1701
|
overflow-x: hidden;
|
|
1701
1702
|
text-overflow: ellipsis;
|
|
1702
1703
|
white-space: nowrap;
|
|
1703
1704
|
}
|
|
1704
|
-
.
|
|
1705
|
+
._Layer-icon_7rx04_111 {
|
|
1705
1706
|
color: var(--puck-color-rose-07);
|
|
1706
1707
|
margin-top: 4px;
|
|
1707
1708
|
}
|
|
1708
|
-
.
|
|
1709
|
+
._Layer-zoneIcon_7rx04_116 {
|
|
1709
1710
|
color: var(--puck-color-grey-08);
|
|
1710
1711
|
margin-top: 4px;
|
|
1711
1712
|
}
|
|
1712
1713
|
|
|
1713
1714
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
|
|
1714
|
-
.
|
|
1715
|
+
._ViewportControls_gejzr_1 {
|
|
1715
1716
|
display: flex;
|
|
1716
1717
|
background: var(--puck-color-grey-11);
|
|
1717
1718
|
box-sizing: border-box;
|
|
@@ -1724,12 +1725,12 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1724
1725
|
padding-inline-end: var(--puck-space-px);
|
|
1725
1726
|
z-index: 1;
|
|
1726
1727
|
}
|
|
1727
|
-
.
|
|
1728
|
+
._ViewportControls-divider_gejzr_15 {
|
|
1728
1729
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1729
1730
|
margin-inline-start: 8px;
|
|
1730
1731
|
margin-inline-end: 8px;
|
|
1731
1732
|
}
|
|
1732
|
-
.
|
|
1733
|
+
._ViewportControls-zoomSelect_gejzr_21 {
|
|
1733
1734
|
appearance: none;
|
|
1734
1735
|
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
1736
|
background-size: 10px;
|
|
@@ -1740,15 +1741,15 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1740
1741
|
padding: 0;
|
|
1741
1742
|
width: 96px;
|
|
1742
1743
|
}
|
|
1743
|
-
.
|
|
1744
|
+
._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
|
|
1744
1745
|
background-position: 12px calc(50% + 3px);
|
|
1745
1746
|
}
|
|
1746
|
-
.
|
|
1747
|
+
._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
|
|
1747
1748
|
color: var(--puck-color-azure-04);
|
|
1748
1749
|
}
|
|
1749
1750
|
|
|
1750
1751
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
|
|
1751
|
-
.
|
|
1752
|
+
._PuckCanvas_18jay_1 {
|
|
1752
1753
|
background: var(--puck-color-grey-11);
|
|
1753
1754
|
display: flex;
|
|
1754
1755
|
grid-area: editor;
|
|
@@ -1757,15 +1758,15 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1757
1758
|
overflow: auto;
|
|
1758
1759
|
}
|
|
1759
1760
|
@media (min-width: 1198px) {
|
|
1760
|
-
.
|
|
1761
|
+
._PuckCanvas_18jay_1 {
|
|
1761
1762
|
padding: calc(var(--puck-space-px) * 1.5);
|
|
1762
1763
|
padding-top: var(--puck-space-px);
|
|
1763
1764
|
}
|
|
1764
|
-
.
|
|
1765
|
+
._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
|
|
1765
1766
|
padding-top: calc(var(--puck-space-px) * 1.5);
|
|
1766
1767
|
}
|
|
1767
1768
|
}
|
|
1768
|
-
.
|
|
1769
|
+
._PuckCanvas-inner_18jay_21 {
|
|
1769
1770
|
display: flex;
|
|
1770
1771
|
height: 100%;
|
|
1771
1772
|
justify-content: center;
|
|
@@ -1773,7 +1774,7 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1773
1774
|
position: relative;
|
|
1774
1775
|
width: 100%;
|
|
1775
1776
|
}
|
|
1776
|
-
.
|
|
1777
|
+
._PuckCanvas-root_18jay_30 {
|
|
1777
1778
|
background: white;
|
|
1778
1779
|
border: 1px solid var(--puck-color-grey-09);
|
|
1779
1780
|
box-sizing: content-box;
|
|
@@ -1786,20 +1787,20 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1786
1787
|
opacity: 0;
|
|
1787
1788
|
}
|
|
1788
1789
|
@media (min-width: 1198px) {
|
|
1789
|
-
.
|
|
1790
|
+
._PuckCanvas-root_18jay_30 {
|
|
1790
1791
|
min-width: unset;
|
|
1791
1792
|
}
|
|
1792
1793
|
}
|
|
1793
1794
|
@media (prefers-reduced-motion: reduce) {
|
|
1794
|
-
.
|
|
1795
|
+
._PuckCanvas-root_18jay_30 {
|
|
1795
1796
|
transition: none !important;
|
|
1796
1797
|
}
|
|
1797
1798
|
}
|
|
1798
|
-
.
|
|
1799
|
+
._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
|
|
1799
1800
|
pointer-events: unset;
|
|
1800
1801
|
opacity: 1;
|
|
1801
1802
|
}
|
|
1802
|
-
.
|
|
1803
|
+
._PuckCanvas-loader_18jay_60 {
|
|
1803
1804
|
align-items: center;
|
|
1804
1805
|
color: var(--puck-color-grey-06);
|
|
1805
1806
|
display: flex;
|
|
@@ -1808,17 +1809,17 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1808
1809
|
transition: opacity 250ms ease-out;
|
|
1809
1810
|
opacity: 0;
|
|
1810
1811
|
}
|
|
1811
|
-
.
|
|
1812
|
+
._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
|
|
1812
1813
|
opacity: 1;
|
|
1813
1814
|
}
|
|
1814
|
-
.
|
|
1815
|
+
._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
|
|
1815
1816
|
opacity: 0;
|
|
1816
1817
|
height: 0;
|
|
1817
1818
|
transition: none;
|
|
1818
1819
|
}
|
|
1819
1820
|
|
|
1820
1821
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
|
|
1821
|
-
.
|
|
1822
|
+
._MenuBar_8pf8c_1 {
|
|
1822
1823
|
background-color: var(--puck-color-white);
|
|
1823
1824
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1824
1825
|
display: none;
|
|
@@ -1830,11 +1831,11 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1830
1831
|
top: 100%;
|
|
1831
1832
|
z-index: 2;
|
|
1832
1833
|
}
|
|
1833
|
-
.
|
|
1834
|
+
._MenuBar--menuOpen_8pf8c_14 {
|
|
1834
1835
|
display: block;
|
|
1835
1836
|
}
|
|
1836
1837
|
@media (min-width: 638px) {
|
|
1837
|
-
.
|
|
1838
|
+
._MenuBar_8pf8c_1 {
|
|
1838
1839
|
border: none;
|
|
1839
1840
|
display: block;
|
|
1840
1841
|
margin-top: 0;
|
|
@@ -1843,7 +1844,7 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1843
1844
|
position: static;
|
|
1844
1845
|
}
|
|
1845
1846
|
}
|
|
1846
|
-
.
|
|
1847
|
+
._MenuBar-inner_8pf8c_29 {
|
|
1847
1848
|
align-items: center;
|
|
1848
1849
|
display: flex;
|
|
1849
1850
|
flex-wrap: wrap;
|
|
@@ -1851,18 +1852,18 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1851
1852
|
justify-content: flex-end;
|
|
1852
1853
|
}
|
|
1853
1854
|
@media (min-width: 638px) {
|
|
1854
|
-
.
|
|
1855
|
+
._MenuBar-inner_8pf8c_29 {
|
|
1855
1856
|
display: flex;
|
|
1856
1857
|
flex-direction: row;
|
|
1857
1858
|
flex-wrap: nowrap;
|
|
1858
1859
|
}
|
|
1859
1860
|
}
|
|
1860
|
-
.
|
|
1861
|
+
._MenuBar-history_8pf8c_45 {
|
|
1861
1862
|
display: flex;
|
|
1862
1863
|
}
|
|
1863
1864
|
|
|
1864
1865
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
|
|
1865
|
-
.
|
|
1866
|
+
._PuckHeader_15xnq_1 {
|
|
1866
1867
|
background: var(--puck-color-white);
|
|
1867
1868
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1868
1869
|
color: var(--puck-color-black);
|
|
@@ -1870,7 +1871,7 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1870
1871
|
position: relative;
|
|
1871
1872
|
max-width: 100vw;
|
|
1872
1873
|
}
|
|
1873
|
-
.
|
|
1874
|
+
._PuckHeader-inner_15xnq_10 {
|
|
1874
1875
|
align-items: end;
|
|
1875
1876
|
display: grid;
|
|
1876
1877
|
gap: var(--puck-space-px);
|
|
@@ -1879,46 +1880,46 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1879
1880
|
grid-template-rows: auto;
|
|
1880
1881
|
padding: var(--puck-space-px);
|
|
1881
1882
|
}
|
|
1882
|
-
.
|
|
1883
|
+
._PuckHeader-toggle_15xnq_20 {
|
|
1883
1884
|
color: var(--puck-color-grey-05);
|
|
1884
1885
|
display: flex;
|
|
1885
1886
|
margin-inline-start: -4px;
|
|
1886
1887
|
padding-top: 2px;
|
|
1887
1888
|
}
|
|
1888
|
-
.
|
|
1889
|
-
.
|
|
1889
|
+
._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
|
|
1890
|
+
._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
|
|
1890
1891
|
color: var(--puck-color-black);
|
|
1891
1892
|
}
|
|
1892
|
-
.
|
|
1893
|
+
._PuckHeader-title_15xnq_32 {
|
|
1893
1894
|
align-self: center;
|
|
1894
1895
|
}
|
|
1895
|
-
.
|
|
1896
|
+
._PuckHeader-path_15xnq_36 {
|
|
1896
1897
|
font-family: var(--puck-font-family-monospaced);
|
|
1897
1898
|
font-size: var(--puck-font-size-xxs);
|
|
1898
1899
|
font-weight: normal;
|
|
1899
1900
|
word-break: break-all;
|
|
1900
1901
|
}
|
|
1901
|
-
.
|
|
1902
|
+
._PuckHeader-tools_15xnq_43 {
|
|
1902
1903
|
display: flex;
|
|
1903
1904
|
gap: 16px;
|
|
1904
1905
|
justify-content: flex-end;
|
|
1905
1906
|
}
|
|
1906
|
-
.
|
|
1907
|
+
._PuckHeader-menuButton_15xnq_49 {
|
|
1907
1908
|
color: var(--puck-color-grey-05);
|
|
1908
1909
|
margin-inline-start: -4px;
|
|
1909
1910
|
}
|
|
1910
|
-
.
|
|
1911
|
+
._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
|
|
1911
1912
|
color: var(--puck-color-black);
|
|
1912
1913
|
}
|
|
1913
1914
|
@media (min-width: 638px) {
|
|
1914
|
-
.
|
|
1915
|
+
._PuckHeader-menuButton_15xnq_49 {
|
|
1915
1916
|
display: none;
|
|
1916
1917
|
}
|
|
1917
1918
|
}
|
|
1918
1919
|
|
|
1919
1920
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
|
|
1920
1921
|
@media (min-width: 766px) {
|
|
1921
|
-
.
|
|
1922
|
+
._ResizeHandle_144bf_2 {
|
|
1922
1923
|
position: absolute;
|
|
1923
1924
|
width: 5px;
|
|
1924
1925
|
height: 100%;
|
|
@@ -1927,13 +1928,13 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1927
1928
|
background: transparent;
|
|
1928
1929
|
top: 0;
|
|
1929
1930
|
}
|
|
1930
|
-
.
|
|
1931
|
+
._ResizeHandle_144bf_2:hover {
|
|
1931
1932
|
background: rgba(0, 0, 0, 0.1);
|
|
1932
1933
|
}
|
|
1933
|
-
.
|
|
1934
|
+
._ResizeHandle--left_144bf_16 {
|
|
1934
1935
|
right: -3px;
|
|
1935
1936
|
}
|
|
1936
|
-
.
|
|
1937
|
+
._ResizeHandle--right_144bf_20 {
|
|
1937
1938
|
left: -3px;
|
|
1938
1939
|
}
|
|
1939
1940
|
}
|
|
@@ -1950,31 +1951,31 @@ body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
|
1950
1951
|
}
|
|
1951
1952
|
|
|
1952
1953
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
|
|
1953
|
-
.
|
|
1954
|
+
._Sidebar_1xksb_1 {
|
|
1954
1955
|
position: relative;
|
|
1955
1956
|
display: flex;
|
|
1956
1957
|
flex-direction: column;
|
|
1957
1958
|
overflow-y: auto;
|
|
1958
1959
|
}
|
|
1959
|
-
.
|
|
1960
|
+
._Sidebar--left_1xksb_8 {
|
|
1960
1961
|
background: var(--puck-color-grey-12);
|
|
1961
1962
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1962
1963
|
grid-area: left;
|
|
1963
1964
|
}
|
|
1964
|
-
.
|
|
1965
|
+
._Sidebar--right_1xksb_14 {
|
|
1965
1966
|
background: var(--puck-color-white);
|
|
1966
1967
|
border-inline-start: 1px solid var(--puck-color-grey-09);
|
|
1967
1968
|
grid-area: right;
|
|
1968
1969
|
}
|
|
1969
|
-
.
|
|
1970
|
+
._Sidebar-resizeHandle_1xksb_20 {
|
|
1970
1971
|
position: absolute;
|
|
1971
1972
|
height: 100%;
|
|
1972
1973
|
}
|
|
1973
|
-
.
|
|
1974
|
+
._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
|
|
1974
1975
|
grid-area: left;
|
|
1975
1976
|
justify-self: end;
|
|
1976
1977
|
}
|
|
1977
|
-
.
|
|
1978
|
+
._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
|
|
1978
1979
|
grid-area: right;
|
|
1979
1980
|
justify-self: start;
|
|
1980
1981
|
}
|