@measured/puck 0.14.0-canary.0337c8d → 0.14.0-canary.053d4c6
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/README.md +8 -0
- package/dist/{Config-shqT_YTp.d.ts → Config-09628f3c.d.ts} +2 -2
- package/dist/index.css +313 -307
- package/dist/index.d.ts +3 -3
- package/dist/index.js +453 -587
- package/dist/rsc.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
@@ -136,8 +136,8 @@
|
|
136
136
|
|
137
137
|
/* styles.css */
|
138
138
|
|
139
|
-
/* components/Button/Button.module.css */
|
140
|
-
.
|
139
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Button/Button.module.css/#css-module-data */
|
140
|
+
._Button_1t64k_1 {
|
141
141
|
appearance: none;
|
142
142
|
background: none;
|
143
143
|
border: 1px solid transparent;
|
@@ -159,83 +159,83 @@
|
|
159
159
|
white-space: nowrap;
|
160
160
|
margin: 0;
|
161
161
|
}
|
162
|
-
.
|
163
|
-
.
|
162
|
+
._Button_1t64k_1:hover,
|
163
|
+
._Button_1t64k_1:active {
|
164
164
|
transition: none;
|
165
165
|
}
|
166
|
-
.
|
166
|
+
._Button--medium_1t64k_29 {
|
167
167
|
min-height: 34px;
|
168
168
|
padding-bottom: 7px;
|
169
169
|
padding-left: 19px;
|
170
170
|
padding-right: 19px;
|
171
171
|
padding-top: 7px;
|
172
172
|
}
|
173
|
-
.
|
173
|
+
._Button--large_1t64k_37 {
|
174
174
|
padding-bottom: 11px;
|
175
175
|
padding-left: 19px;
|
176
176
|
padding-right: 19px;
|
177
177
|
padding-top: 11px;
|
178
178
|
}
|
179
|
-
.
|
179
|
+
._Button-icon_1t64k_44 {
|
180
180
|
margin-top: 2px;
|
181
181
|
}
|
182
|
-
.
|
182
|
+
._Button--primary_1t64k_48 {
|
183
183
|
background: var(--puck-color-azure-04);
|
184
184
|
}
|
185
|
-
.
|
185
|
+
._Button_1t64k_1:focus-visible {
|
186
186
|
outline: 2px solid var(--puck-color-azure-05);
|
187
187
|
outline-offset: 2px;
|
188
188
|
}
|
189
189
|
@media (hover: hover) and (pointer: fine) {
|
190
|
-
.
|
190
|
+
._Button--primary_1t64k_48:hover {
|
191
191
|
background-color: var(--puck-color-azure-03);
|
192
192
|
}
|
193
193
|
}
|
194
|
-
.
|
194
|
+
._Button--primary_1t64k_48:active {
|
195
195
|
background-color: var(--puck-color-azure-02);
|
196
196
|
}
|
197
|
-
.
|
197
|
+
._Button--secondary_1t64k_67 {
|
198
198
|
border: 1px solid currentColor;
|
199
199
|
color: currentColor;
|
200
200
|
}
|
201
201
|
@media (hover: hover) and (pointer: fine) {
|
202
|
-
.
|
202
|
+
._Button--secondary_1t64k_67:hover {
|
203
203
|
background-color: var(--puck-color-azure-12);
|
204
204
|
color: var(--puck-color-black);
|
205
205
|
}
|
206
206
|
}
|
207
|
-
.
|
207
|
+
._Button--secondary_1t64k_67:active {
|
208
208
|
background-color: var(--puck-color-azure-11);
|
209
209
|
color: var(--puck-color-black);
|
210
210
|
}
|
211
|
-
.
|
211
|
+
._Button--flush_1t64k_84 {
|
212
212
|
border-radius: 0;
|
213
213
|
}
|
214
|
-
.
|
215
|
-
.
|
214
|
+
._Button--disabled_1t64k_88,
|
215
|
+
._Button--disabled_1t64k_88:hover {
|
216
216
|
background-color: var(--puck-color-grey-07);
|
217
217
|
color: var(--puck-color-grey-03);
|
218
218
|
cursor: not-allowed;
|
219
219
|
}
|
220
|
-
.
|
220
|
+
._Button--fullWidth_1t64k_95 {
|
221
221
|
justify-content: center;
|
222
222
|
width: 100%;
|
223
223
|
}
|
224
|
-
.
|
224
|
+
._Button-spinner_1t64k_100 {
|
225
225
|
padding-left: 8px;
|
226
226
|
}
|
227
227
|
|
228
|
-
/* components/Drawer/styles.module.css */
|
229
|
-
.
|
228
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Drawer/styles.module.css/#css-module-data */
|
229
|
+
._Drawer_6zh0b_1 {
|
230
230
|
font-family: var(--puck-font-family);
|
231
231
|
}
|
232
|
-
.
|
232
|
+
._DrawerItem-default_6zh0b_5 ._DrawerItem-draggableWrapper_6zh0b_5 {
|
233
233
|
padding-bottom: 12px;
|
234
234
|
}
|
235
|
-
.
|
235
|
+
._DrawerItem_6zh0b_5:last-of-type ._DrawerItem-default_6zh0b_5 ._DrawerItem-draggableWrapper_6zh0b_5 {
|
236
236
|
padding-bottom: 0;
|
237
237
|
}
|
238
|
-
.
|
238
|
+
._DrawerItem-draggable_6zh0b_5 {
|
239
239
|
background: var(--puck-color-white);
|
240
240
|
padding: 12px;
|
241
241
|
display: flex;
|
@@ -247,61 +247,61 @@
|
|
247
247
|
cursor: grab;
|
248
248
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
249
249
|
}
|
250
|
-
.
|
250
|
+
._DrawerItem_6zh0b_5:focus-visible {
|
251
251
|
outline: 0;
|
252
252
|
}
|
253
|
-
.
|
253
|
+
._Drawer_6zh0b_1:not(._Drawer--isDraggingFrom_6zh0b_31) ._DrawerItem_6zh0b_5:focus-visible ._DrawerItem-draggable_6zh0b_5 {
|
254
254
|
border-radius: 4px;
|
255
255
|
outline: 2px solid var(--puck-color-azure-05);
|
256
256
|
outline-offset: 2px;
|
257
257
|
}
|
258
258
|
@media (hover: hover) and (pointer: fine) {
|
259
|
-
.
|
259
|
+
._Drawer_6zh0b_1:not(._Drawer--isDraggingFrom_6zh0b_31) ._DrawerItem-draggable_6zh0b_5:hover {
|
260
260
|
background-color: var(--puck-color-azure-12);
|
261
261
|
color: var(--puck-color-azure-04);
|
262
262
|
transition: none;
|
263
263
|
}
|
264
264
|
}
|
265
|
-
.
|
265
|
+
._DrawerItem-name_6zh0b_47 {
|
266
266
|
overflow-x: hidden;
|
267
267
|
text-overflow: ellipsis;
|
268
268
|
white-space: nowrap;
|
269
269
|
}
|
270
270
|
|
271
|
-
/* components/DragIcon/styles.module.css */
|
272
|
-
.
|
271
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/DragIcon/styles.module.css/#css-module-data */
|
272
|
+
._DragIcon_1p5wn_1 {
|
273
273
|
color: var(--puck-color-grey-05);
|
274
274
|
cursor: grab;
|
275
275
|
padding: 4px;
|
276
276
|
border-radius: 4px;
|
277
277
|
}
|
278
278
|
@media (hover: hover) and (pointer: fine) {
|
279
|
-
.
|
279
|
+
._DragIcon_1p5wn_1:hover {
|
280
280
|
color: var(--puck-color-azure-05);
|
281
281
|
background-color: var(--puck-color-azure-12);
|
282
282
|
}
|
283
283
|
}
|
284
284
|
|
285
|
-
/* components/DraggableComponent/styles.module.css */
|
286
|
-
.
|
285
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
|
286
|
+
._DraggableComponent_1542z_1 {
|
287
287
|
pointer-events: auto;
|
288
288
|
--overlay-background: color-mix( in srgb, var(--puck-color-azure-08) 30%, transparent );
|
289
289
|
}
|
290
|
-
.
|
290
|
+
._DraggableComponent--isDragging_1542z_11 {
|
291
291
|
background: color-mix(in srgb, var(--puck-color-azure-08) 10%, transparent);
|
292
292
|
overflow: hidden;
|
293
293
|
}
|
294
|
-
.
|
294
|
+
._DraggableComponent-contents_1542z_16 {
|
295
295
|
position: relative;
|
296
296
|
pointer-events: none;
|
297
297
|
z-index: 0;
|
298
298
|
}
|
299
|
-
.
|
300
|
-
.
|
299
|
+
._DraggableComponent-contents_1542z_16::before,
|
300
|
+
._DraggableComponent-contents_1542z_16::after {
|
301
301
|
content: " ";
|
302
302
|
display: table;
|
303
303
|
}
|
304
|
-
.
|
304
|
+
._DraggableComponent-overlay_1542z_29 {
|
305
305
|
cursor: pointer;
|
306
306
|
height: 100%;
|
307
307
|
width: 100%;
|
@@ -312,13 +312,13 @@
|
|
312
312
|
box-sizing: border-box;
|
313
313
|
z-index: 1;
|
314
314
|
}
|
315
|
-
.
|
315
|
+
._DraggableComponent_1542z_1:focus-visible > ._DraggableComponent-overlay_1542z_29 {
|
316
316
|
outline: 1px solid var(--puck-color-azure-05);
|
317
317
|
}
|
318
|
-
.
|
318
|
+
._DraggableComponent--isDragging_1542z_11 > ._DraggableComponent-overlay_1542z_29 {
|
319
319
|
outline: 1px var(--puck-color-azure-09) solid !important;
|
320
320
|
}
|
321
|
-
.
|
321
|
+
._DraggableComponent-loadingOverlay_1542z_49 {
|
322
322
|
background: var(--puck-color-white);
|
323
323
|
color: var(--puck-color-grey-03);
|
324
324
|
border-radius: 4px;
|
@@ -333,32 +333,32 @@
|
|
333
333
|
opacity: 0.8;
|
334
334
|
z-index: 1;
|
335
335
|
}
|
336
|
-
.
|
336
|
+
._DraggableComponent_1542z_1:hover:not(._DraggableComponent--isLocked_1542z_65) > ._DraggableComponent-overlay_1542z_29 {
|
337
337
|
background: var(--overlay-background);
|
338
338
|
pointer-events: none;
|
339
339
|
}
|
340
|
-
.
|
340
|
+
._DraggableComponent--forceHover_1542z_71 > ._DraggableComponent-overlay_1542z_29 {
|
341
341
|
background: var(--overlay-background);
|
342
342
|
pointer-events: none;
|
343
343
|
}
|
344
|
-
.
|
344
|
+
._DraggableComponent_1542z_1:not(._DraggableComponent--isSelected_1542z_76):hover > ._DraggableComponent-overlay_1542z_29 {
|
345
345
|
outline: 2px var(--puck-color-azure-09) solid !important;
|
346
346
|
}
|
347
|
-
.
|
347
|
+
._DraggableComponent--indicativeHover_1542z_81 > ._DraggableComponent-overlay_1542z_29 {
|
348
348
|
pointer-events: none;
|
349
349
|
}
|
350
|
-
.
|
350
|
+
._DraggableComponent_1542z_1:not(._DraggableComponent--isSelected_1542z_76):has(._DraggableComponent_1542z_1:hover > ._DraggableComponent-overlay_1542z_29) > ._DraggableComponent-overlay_1542z_29 {
|
351
351
|
display: none;
|
352
352
|
}
|
353
|
-
.
|
353
|
+
._DraggableComponent--isSelected_1542z_76 > ._DraggableComponent-overlay_1542z_29 {
|
354
354
|
outline: 2px var(--puck-color-azure-07) solid !important;
|
355
355
|
}
|
356
|
-
.
|
356
|
+
._DraggableComponent--isSelected_1542z_76 > ._DraggableComponent-actionsOverlay_1542z_97 {
|
357
357
|
display: block;
|
358
358
|
position: sticky;
|
359
359
|
z-index: 2;
|
360
360
|
}
|
361
|
-
.
|
361
|
+
._DraggableComponent-actions_1542z_97 {
|
362
362
|
position: absolute;
|
363
363
|
width: auto;
|
364
364
|
padding: 4px;
|
@@ -375,10 +375,10 @@
|
|
375
375
|
box-sizing: border-box;
|
376
376
|
transform-origin: right top;
|
377
377
|
}
|
378
|
-
.
|
378
|
+
._DraggableComponent--isSelected_1542z_76 > ._DraggableComponent-actionsOverlay_1542z_97 > ._DraggableComponent-actions_1542z_97 {
|
379
379
|
display: flex;
|
380
380
|
}
|
381
|
-
.
|
381
|
+
._DraggableComponent-actionsLabel_1542z_127 {
|
382
382
|
color: var(--puck-color-grey-08);
|
383
383
|
display: flex;
|
384
384
|
font-size: var(--puck-font-size-xxxs);
|
@@ -392,7 +392,7 @@
|
|
392
392
|
text-overflow: ellipsis;
|
393
393
|
white-space: nowrap;
|
394
394
|
}
|
395
|
-
.
|
395
|
+
._DraggableComponent-action_1542z_97 {
|
396
396
|
background: transparent;
|
397
397
|
border: none;
|
398
398
|
color: var(--puck-color-grey-08);
|
@@ -405,23 +405,23 @@
|
|
405
405
|
justify-content: center;
|
406
406
|
transition: color 50ms ease-in;
|
407
407
|
}
|
408
|
-
.
|
408
|
+
._DraggableComponent-action_1542z_97:focus-visible {
|
409
409
|
outline: 2px solid var(--puck-color-azure-05);
|
410
410
|
outline-offset: -2px;
|
411
411
|
}
|
412
412
|
@media (hover: hover) and (pointer: fine) {
|
413
|
-
.
|
413
|
+
._DraggableComponent-action_1542z_97:hover {
|
414
414
|
color: var(--puck-color-azure-06);
|
415
415
|
transition: none;
|
416
416
|
}
|
417
417
|
}
|
418
|
-
.
|
418
|
+
._DraggableComponent-action_1542z_97:active {
|
419
419
|
color: var(--puck-color-azure-07);
|
420
420
|
transition: none;
|
421
421
|
}
|
422
422
|
|
423
|
-
/* components/DropZone/styles.module.css */
|
424
|
-
.
|
423
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/DropZone/styles.module.css/#css-module-data */
|
424
|
+
._DropZone_w4btq_1 {
|
425
425
|
margin-left: auto;
|
426
426
|
margin-right: auto;
|
427
427
|
position: relative;
|
@@ -429,36 +429,36 @@
|
|
429
429
|
outline-offset: -1px;
|
430
430
|
width: 100%;
|
431
431
|
}
|
432
|
-
.
|
432
|
+
._DropZone-content_w4btq_10 {
|
433
433
|
min-height: 128px;
|
434
434
|
height: 100%;
|
435
435
|
}
|
436
|
-
.
|
436
|
+
._DropZone--userIsDragging_w4btq_15 ._DropZone-content_w4btq_10 {
|
437
437
|
pointer-events: all;
|
438
438
|
}
|
439
|
-
.
|
439
|
+
._DropZone--userIsDragging_w4btq_15:not(._DropZone--draggingOverArea_w4btq_19):not(._DropZone--draggingNewComponent_w4btq_20) > ._DropZone-content_w4btq_10 {
|
440
440
|
pointer-events: none;
|
441
441
|
}
|
442
|
-
.
|
443
|
-
.
|
444
|
-
.
|
442
|
+
._DropZone--isAreaSelected_w4btq_26,
|
443
|
+
._DropZone--draggingOverArea_w4btq_19:not(:has(._DropZone--hoveringOverArea_w4btq_27)),
|
444
|
+
._DropZone--hoveringOverArea_w4btq_27:not(._DropZone--isDisabled_w4btq_28):not(._DropZone--isRootZone_w4btq_29):not(._DropZone--hasChildren_w4btq_30) {
|
445
445
|
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
|
446
446
|
outline: 2px dashed var(--puck-color-azure-08);
|
447
447
|
}
|
448
|
-
.
|
448
|
+
._DropZone_w4btq_1:not(._DropZone--hasChildren_w4btq_30) {
|
449
449
|
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
|
450
450
|
outline: 2px dashed var(--puck-color-azure-08);
|
451
451
|
}
|
452
|
-
.
|
452
|
+
._DropZone--isDestination_w4btq_40 {
|
453
453
|
outline: 2px dashed var(--puck-color-azure-04) !important;
|
454
454
|
}
|
455
|
-
.
|
456
|
-
background: var(--puck-color-azure-
|
455
|
+
._DropZone--isDestination_w4btq_40:not(._DropZone--isRootZone_w4btq_29) {
|
456
|
+
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent) !important;
|
457
457
|
}
|
458
|
-
.
|
458
|
+
._DropZone-item_w4btq_52 {
|
459
459
|
position: relative;
|
460
460
|
}
|
461
|
-
.
|
461
|
+
._DropZone-hitbox_w4btq_56 {
|
462
462
|
position: absolute;
|
463
463
|
bottom: -12px;
|
464
464
|
height: 24px;
|
@@ -466,8 +466,8 @@
|
|
466
466
|
z-index: 1;
|
467
467
|
}
|
468
468
|
|
469
|
-
/* components/IconButton/IconButton.module.css */
|
470
|
-
.
|
469
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/IconButton/IconButton.module.css/#css-module-data */
|
470
|
+
._IconButton_swpni_1 {
|
471
471
|
align-items: center;
|
472
472
|
background: transparent;
|
473
473
|
border: none;
|
@@ -479,23 +479,23 @@
|
|
479
479
|
padding: 4px;
|
480
480
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
481
481
|
}
|
482
|
-
.
|
482
|
+
._IconButton_swpni_1:focus-visible {
|
483
483
|
outline: 2px solid var(--puck-color-azure-05);
|
484
484
|
outline-offset: -2px;
|
485
485
|
}
|
486
486
|
@media (hover: hover) and (pointer: fine) {
|
487
|
-
.
|
487
|
+
._IconButton_swpni_1:hover:not(._IconButton--disabled_swpni_20) {
|
488
488
|
background: var(--puck-color-azure-12);
|
489
489
|
color: var(--puck-color-azure-04);
|
490
490
|
cursor: pointer;
|
491
491
|
transition: none;
|
492
492
|
}
|
493
493
|
}
|
494
|
-
.
|
494
|
+
._IconButton_swpni_1:active {
|
495
495
|
background: var(--puck-color-azure-11);
|
496
496
|
transition: none;
|
497
497
|
}
|
498
|
-
.
|
498
|
+
._IconButton-title_swpni_33 {
|
499
499
|
clip: rect(0 0 0 0);
|
500
500
|
clip-path: inset(100%);
|
501
501
|
height: 1px;
|
@@ -504,44 +504,44 @@
|
|
504
504
|
white-space: nowrap;
|
505
505
|
width: 1px;
|
506
506
|
}
|
507
|
-
.
|
507
|
+
._IconButton--disabled_swpni_20 {
|
508
508
|
color: var(--puck-color-grey-07);
|
509
509
|
}
|
510
510
|
|
511
|
-
/* components/SidebarSection/styles.module.css */
|
512
|
-
.
|
511
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
512
|
+
._SidebarSection_125qe_1 {
|
513
513
|
display: flex;
|
514
514
|
position: relative;
|
515
515
|
flex-direction: column;
|
516
516
|
color: var(--puck-color-black);
|
517
517
|
}
|
518
|
-
.
|
518
|
+
._SidebarSection_125qe_1:last-of-type {
|
519
519
|
flex-grow: 1;
|
520
520
|
}
|
521
|
-
.
|
521
|
+
._SidebarSection-title_125qe_12 {
|
522
522
|
background: var(--puck-color-white);
|
523
523
|
padding: 16px;
|
524
524
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
525
525
|
border-top: 1px solid var(--puck-color-grey-09);
|
526
526
|
overflow-x: auto;
|
527
527
|
}
|
528
|
-
.
|
528
|
+
._SidebarSection--noBorderTop_125qe_20 > ._SidebarSection-title_125qe_12 {
|
529
529
|
border-top: 0px;
|
530
530
|
}
|
531
|
-
.
|
531
|
+
._SidebarSection-content_125qe_24 {
|
532
532
|
padding: 16px;
|
533
533
|
}
|
534
|
-
.
|
534
|
+
._SidebarSection--noPadding_125qe_28 > ._SidebarSection-content_125qe_24 {
|
535
535
|
padding: 0px;
|
536
536
|
}
|
537
|
-
.
|
537
|
+
._SidebarSection--noPadding_125qe_28 > ._SidebarSection-content_125qe_24:last-child {
|
538
538
|
padding-bottom: 4px;
|
539
539
|
}
|
540
|
-
.
|
540
|
+
._SidebarSection_125qe_1:last-of-type ._SidebarSection-content_125qe_24 {
|
541
541
|
border-bottom: none;
|
542
542
|
flex-grow: 1;
|
543
543
|
}
|
544
|
-
.
|
544
|
+
._SidebarSection-breadcrumbLabel_125qe_41 {
|
545
545
|
background: none;
|
546
546
|
border: 0;
|
547
547
|
border-radius: 2px;
|
@@ -552,34 +552,34 @@
|
|
552
552
|
padding: 0;
|
553
553
|
transition: color 50ms ease-in;
|
554
554
|
}
|
555
|
-
.
|
555
|
+
._SidebarSection-breadcrumbLabel_125qe_41:focus-visible {
|
556
556
|
outline: 2px solid var(--puck-color-azure-05);
|
557
557
|
outline-offset: 2px;
|
558
558
|
}
|
559
559
|
@media (hover: hover) and (pointer: fine) {
|
560
|
-
.
|
560
|
+
._SidebarSection-breadcrumbLabel_125qe_41:hover {
|
561
561
|
color: var(--puck-color-azure-03);
|
562
562
|
transition: none;
|
563
563
|
}
|
564
564
|
}
|
565
|
-
.
|
565
|
+
._SidebarSection-breadcrumbLabel_125qe_41:active {
|
566
566
|
color: var(--puck-color-azure-02);
|
567
567
|
transition: none;
|
568
568
|
}
|
569
|
-
.
|
569
|
+
._SidebarSection-breadcrumbs_125qe_70 {
|
570
570
|
align-items: center;
|
571
571
|
display: flex;
|
572
572
|
gap: 4px;
|
573
573
|
}
|
574
|
-
.
|
574
|
+
._SidebarSection-breadcrumb_125qe_41 {
|
575
575
|
align-items: center;
|
576
576
|
display: flex;
|
577
577
|
gap: 4px;
|
578
578
|
}
|
579
|
-
.
|
579
|
+
._SidebarSection-heading_125qe_82 {
|
580
580
|
padding-right: 16px;
|
581
581
|
}
|
582
|
-
.
|
582
|
+
._SidebarSection-loadingOverlay_125qe_86 {
|
583
583
|
background: var(--puck-color-white);
|
584
584
|
display: flex;
|
585
585
|
justify-content: center;
|
@@ -594,45 +594,45 @@
|
|
594
594
|
opacity: 0.8;
|
595
595
|
}
|
596
596
|
|
597
|
-
/* components/Heading/styles.module.css */
|
598
|
-
.
|
597
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Heading/styles.module.css/#css-module-data */
|
598
|
+
._Heading_qxrry_1 {
|
599
599
|
display: block;
|
600
600
|
color: var(--puck-color-black);
|
601
601
|
font-weight: 700;
|
602
602
|
margin: 0;
|
603
603
|
}
|
604
|
-
.
|
604
|
+
._Heading_qxrry_1 b {
|
605
605
|
font-weight: 700;
|
606
606
|
}
|
607
|
-
.
|
607
|
+
._Heading--xxxxl_qxrry_12 {
|
608
608
|
font-size: var(--puck-font-size-xxxxl);
|
609
609
|
letter-spacing: 0.08ch;
|
610
610
|
font-weight: 800;
|
611
611
|
}
|
612
|
-
.
|
612
|
+
._Heading--xxxl_qxrry_18 {
|
613
613
|
font-size: var(--puck-font-size-xxxl);
|
614
614
|
}
|
615
|
-
.
|
615
|
+
._Heading--xxl_qxrry_22 {
|
616
616
|
font-size: var(--puck-font-size-xxl);
|
617
617
|
}
|
618
|
-
.
|
618
|
+
._Heading--xl_qxrry_26 {
|
619
619
|
font-size: var(--puck-font-size-xl);
|
620
620
|
}
|
621
|
-
.
|
621
|
+
._Heading--l_qxrry_30 {
|
622
622
|
font-size: var(--puck-font-size-l);
|
623
623
|
}
|
624
|
-
.
|
624
|
+
._Heading--m_qxrry_34 {
|
625
625
|
font-size: var(--puck-font-size-m);
|
626
626
|
}
|
627
|
-
.
|
627
|
+
._Heading--s_qxrry_38 {
|
628
628
|
font-size: var(--puck-font-size-s);
|
629
629
|
}
|
630
|
-
.
|
630
|
+
._Heading--xs_qxrry_42 {
|
631
631
|
font-size: var(--puck-font-size-xs);
|
632
632
|
}
|
633
633
|
|
634
|
-
/* components/MenuBar/styles.module.css */
|
635
|
-
.
|
634
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
|
635
|
+
._MenuBar_8pf8c_1 {
|
636
636
|
background-color: var(--puck-color-white);
|
637
637
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
638
638
|
display: none;
|
@@ -644,11 +644,11 @@
|
|
644
644
|
top: 100%;
|
645
645
|
z-index: 2;
|
646
646
|
}
|
647
|
-
.
|
647
|
+
._MenuBar--menuOpen_8pf8c_14 {
|
648
648
|
display: block;
|
649
649
|
}
|
650
650
|
@media (min-width: 638px) {
|
651
|
-
.
|
651
|
+
._MenuBar_8pf8c_1 {
|
652
652
|
border: none;
|
653
653
|
display: block;
|
654
654
|
margin-top: 0;
|
@@ -657,7 +657,7 @@
|
|
657
657
|
position: static;
|
658
658
|
}
|
659
659
|
}
|
660
|
-
.
|
660
|
+
._MenuBar-inner_8pf8c_29 {
|
661
661
|
align-items: center;
|
662
662
|
display: flex;
|
663
663
|
flex-wrap: wrap;
|
@@ -665,20 +665,20 @@
|
|
665
665
|
justify-content: flex-end;
|
666
666
|
}
|
667
667
|
@media (min-width: 638px) {
|
668
|
-
.
|
668
|
+
._MenuBar-inner_8pf8c_29 {
|
669
669
|
display: flex;
|
670
670
|
flex-direction: row;
|
671
671
|
flex-wrap: nowrap;
|
672
672
|
}
|
673
673
|
}
|
674
|
-
.
|
674
|
+
._MenuBar-history_8pf8c_45 {
|
675
675
|
display: flex;
|
676
676
|
}
|
677
677
|
|
678
|
-
/* components/Puck/styles.module.css */
|
679
|
-
.
|
678
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
|
679
|
+
._Puck_u70b9_19 {
|
680
680
|
--puck-frame-width: auto;
|
681
|
-
--puck-side-bar-width:
|
681
|
+
--puck-side-bar-width: 0px;
|
682
682
|
--puck-space-px: 16px;
|
683
683
|
bottom: 0;
|
684
684
|
display: grid;
|
@@ -692,51 +692,54 @@
|
|
692
692
|
right: 0;
|
693
693
|
top: 0;
|
694
694
|
}
|
695
|
-
.
|
695
|
+
._Puck--mounted_u70b9_36 {
|
696
|
+
--puck-side-bar-width: 186px;
|
697
|
+
}
|
698
|
+
._Puck--leftSideBarVisible_u70b9_40 {
|
696
699
|
grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) 0;
|
697
700
|
}
|
698
|
-
.
|
701
|
+
._Puck--rightSideBarVisible_u70b9_46 {
|
699
702
|
grid-template-columns: 0 var(--puck-frame-width) var(--puck-side-bar-width);
|
700
703
|
}
|
701
|
-
.
|
704
|
+
._Puck--leftSideBarVisible_u70b9_40._Puck--rightSideBarVisible_u70b9_46 {
|
702
705
|
grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) var(--puck-side-bar-width);
|
703
706
|
}
|
704
707
|
@media (min-width: 458px) {
|
705
|
-
.
|
708
|
+
._Puck-mounted_u70b9_59 {
|
706
709
|
--puck-frame-width: minmax(266px, auto);
|
707
710
|
}
|
708
711
|
}
|
709
712
|
@media (min-width: 638px) {
|
710
|
-
.
|
713
|
+
._Puck_u70b9_19 {
|
711
714
|
--puck-side-bar-width: minmax(186px, 250px);
|
712
715
|
}
|
713
716
|
}
|
714
717
|
@media (min-width: 766px) {
|
715
|
-
.
|
718
|
+
._Puck_u70b9_19 {
|
716
719
|
--puck-frame-width: auto;
|
717
720
|
}
|
718
721
|
}
|
719
722
|
@media (min-width: 990px) {
|
720
|
-
.
|
723
|
+
._Puck_u70b9_19 {
|
721
724
|
--puck-side-bar-width: 256px;
|
722
725
|
}
|
723
726
|
}
|
724
727
|
@media (min-width: 1198px) {
|
725
|
-
.
|
728
|
+
._Puck_u70b9_19 {
|
726
729
|
--puck-side-bar-width: 274px;
|
727
730
|
}
|
728
731
|
}
|
729
732
|
@media (min-width: 1398px) {
|
730
|
-
.
|
733
|
+
._Puck_u70b9_19 {
|
731
734
|
--puck-side-bar-width: 290px;
|
732
735
|
}
|
733
736
|
}
|
734
737
|
@media (min-width: 1598px) {
|
735
|
-
.
|
738
|
+
._Puck_u70b9_19 {
|
736
739
|
--puck-side-bar-width: 320px;
|
737
740
|
}
|
738
741
|
}
|
739
|
-
.
|
742
|
+
._Puck-header_u70b9_100 {
|
740
743
|
background: var(--puck-color-white);
|
741
744
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
742
745
|
color: var(--puck-color-black);
|
@@ -744,7 +747,7 @@
|
|
744
747
|
position: relative;
|
745
748
|
max-width: 100vw;
|
746
749
|
}
|
747
|
-
.
|
750
|
+
._Puck-headerInner_u70b9_109 {
|
748
751
|
align-items: end;
|
749
752
|
display: grid;
|
750
753
|
gap: var(--puck-space-px);
|
@@ -753,43 +756,43 @@
|
|
753
756
|
grid-template-rows: auto;
|
754
757
|
padding: var(--puck-space-px);
|
755
758
|
}
|
756
|
-
.
|
759
|
+
._Puck-headerToggle_u70b9_119 {
|
757
760
|
color: var(--puck-color-grey-05);
|
758
761
|
display: flex;
|
759
762
|
margin-left: -4px;
|
760
763
|
padding-top: 2px;
|
761
764
|
}
|
762
|
-
.
|
763
|
-
.
|
765
|
+
._Puck--rightSideBarVisible_u70b9_46 ._Puck-rightSideBarToggle_u70b9_126,
|
766
|
+
._Puck--leftSideBarVisible_u70b9_40 ._Puck-leftSideBarToggle_u70b9_127 {
|
764
767
|
color: var(--puck-color-black);
|
765
768
|
}
|
766
|
-
.
|
769
|
+
._Puck-headerTitle_u70b9_131 {
|
767
770
|
align-self: center;
|
768
771
|
}
|
769
|
-
.
|
772
|
+
._Puck-headerPath_u70b9_135 {
|
770
773
|
font-family: var(--puck-font-family-monospaced);
|
771
774
|
font-size: var(--puck-font-size-xxs);
|
772
775
|
font-weight: normal;
|
773
776
|
word-break: break-all;
|
774
777
|
}
|
775
|
-
.
|
778
|
+
._Puck-headerTools_u70b9_142 {
|
776
779
|
display: flex;
|
777
780
|
gap: 16px;
|
778
781
|
justify-content: flex-end;
|
779
782
|
}
|
780
|
-
.
|
783
|
+
._Puck-menuButton_u70b9_148 {
|
781
784
|
color: var(--puck-color-grey-05);
|
782
785
|
margin-left: -4px;
|
783
786
|
}
|
784
|
-
.
|
787
|
+
._Puck--menuOpen_u70b9_153 ._Puck-menuButton_u70b9_148 {
|
785
788
|
color: var(--puck-color-black);
|
786
789
|
}
|
787
790
|
@media (min-width: 638px) {
|
788
|
-
.
|
791
|
+
._Puck-menuButton_u70b9_148 {
|
789
792
|
display: none;
|
790
793
|
}
|
791
794
|
}
|
792
|
-
.
|
795
|
+
._Puck-leftSideBar_u70b9_127 {
|
793
796
|
background: var(--puck-color-grey-12);
|
794
797
|
border-right: 1px solid var(--puck-color-grey-09);
|
795
798
|
display: flex;
|
@@ -797,7 +800,7 @@
|
|
797
800
|
grid-area: left;
|
798
801
|
overflow-y: auto;
|
799
802
|
}
|
800
|
-
.
|
803
|
+
._Puck-rightSideBar_u70b9_126 {
|
801
804
|
background: var(--puck-color-white);
|
802
805
|
border-left: 1px solid var(--puck-color-grey-09);
|
803
806
|
display: flex;
|
@@ -805,46 +808,49 @@
|
|
805
808
|
grid-area: right;
|
806
809
|
overflow-y: auto;
|
807
810
|
}
|
811
|
+
._Puck-portal_u70b9_181 {
|
812
|
+
z-index: 2;
|
813
|
+
}
|
808
814
|
|
809
|
-
/* components/InputOrGroup/styles.module.css */
|
810
|
-
.
|
815
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/InputOrGroup/styles.module.css/#css-module-data */
|
816
|
+
._Input_1qi5b_1 {
|
811
817
|
color: var(--puck-color-grey-04);
|
812
818
|
padding: 16px;
|
813
819
|
padding-bottom: 12px;
|
814
820
|
display: block;
|
815
821
|
}
|
816
|
-
.
|
822
|
+
._Input_1qi5b_1 ._Input_1qi5b_1 {
|
817
823
|
padding: 0px;
|
818
824
|
}
|
819
|
-
.
|
825
|
+
._Input_1qi5b_1 * {
|
820
826
|
box-sizing: border-box;
|
821
827
|
}
|
822
|
-
.
|
828
|
+
._Input_1qi5b_1 + ._Input_1qi5b_1 {
|
823
829
|
border-top: 1px solid var(--puck-color-grey-09);
|
824
830
|
margin-top: 8px;
|
825
831
|
}
|
826
|
-
.
|
832
|
+
._Input_1qi5b_1 ._Input_1qi5b_1 + ._Input_1qi5b_1 {
|
827
833
|
border-top: 0px;
|
828
834
|
margin-top: 12px;
|
829
835
|
}
|
830
|
-
.
|
836
|
+
._Input-label_1qi5b_26 {
|
831
837
|
align-items: center;
|
832
838
|
display: flex;
|
833
839
|
padding-bottom: 12px;
|
834
840
|
font-size: var(--puck-font-size-xxs);
|
835
841
|
font-weight: 600;
|
836
842
|
}
|
837
|
-
.
|
843
|
+
._Input-labelIcon_1qi5b_34 {
|
838
844
|
color: var(--puck-color-grey-07);
|
839
845
|
display: flex;
|
840
846
|
margin-right: 4px;
|
841
847
|
padding-left: 4px;
|
842
848
|
}
|
843
|
-
.
|
849
|
+
._Input-disabledIcon_1qi5b_41 {
|
844
850
|
color: var(--puck-color-grey-05);
|
845
851
|
margin-left: auto;
|
846
852
|
}
|
847
|
-
.
|
853
|
+
._Input-input_1qi5b_46 {
|
848
854
|
background: var(--puck-color-white);
|
849
855
|
border-width: 1px;
|
850
856
|
border-style: solid;
|
@@ -856,7 +862,7 @@
|
|
856
862
|
transition: border-color 50ms ease-in;
|
857
863
|
width: 100%;
|
858
864
|
}
|
859
|
-
select.
|
865
|
+
select._Input-input_1qi5b_46 {
|
860
866
|
appearance: none;
|
861
867
|
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;
|
862
868
|
background-size: 12px;
|
@@ -866,25 +872,25 @@ select.styles_Input-input {
|
|
866
872
|
cursor: pointer;
|
867
873
|
}
|
868
874
|
@media (hover: hover) and (pointer: fine) {
|
869
|
-
.
|
870
|
-
.
|
875
|
+
._Input_1qi5b_1:has(> input):hover ._Input-input_1qi5b_46:not([readonly]),
|
876
|
+
._Input_1qi5b_1:has(> textarea):hover ._Input-input_1qi5b_46:not([readonly]) {
|
871
877
|
border-color: var(--puck-color-grey-05);
|
872
878
|
transition: none;
|
873
879
|
}
|
874
|
-
.
|
880
|
+
._Input_1qi5b_1:has(> select):hover ._Input-input_1qi5b_46:not([disabled]) {
|
875
881
|
background-color: var(--puck-color-azure-12);
|
876
882
|
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>");
|
877
883
|
border-color: var(--puck-color-grey-05);
|
878
884
|
transition: none;
|
879
885
|
}
|
880
886
|
}
|
881
|
-
.
|
887
|
+
._Input-input_1qi5b_46:focus {
|
882
888
|
border-color: var(--puck-color-grey-05);
|
883
889
|
outline: 2px solid var(--puck-color-azure-05);
|
884
890
|
transition: none;
|
885
891
|
}
|
886
|
-
.
|
887
|
-
.
|
892
|
+
._Input--readOnly_1qi5b_90 > ._Input-input_1qi5b_46,
|
893
|
+
._Input--readOnly_1qi5b_90 > select._Input-input_1qi5b_46 {
|
888
894
|
background-color: var(--puck-color-grey-11);
|
889
895
|
border-color: var(--puck-color-grey-09);
|
890
896
|
color: var(--puck-color-grey-04);
|
@@ -893,34 +899,34 @@ select.styles_Input-input {
|
|
893
899
|
outline: 0;
|
894
900
|
transition: none;
|
895
901
|
}
|
896
|
-
.
|
902
|
+
._Input-radioGroupItems_1qi5b_101 {
|
897
903
|
display: flex;
|
898
904
|
border: 1px solid var(--puck-color-grey-09);
|
899
905
|
border-radius: 4px;
|
900
906
|
flex-wrap: wrap;
|
901
907
|
}
|
902
|
-
.
|
908
|
+
._Input-radio_1qi5b_101 {
|
903
909
|
border-right: 1px solid var(--puck-color-grey-09);
|
904
910
|
flex-grow: 1;
|
905
911
|
}
|
906
|
-
.
|
912
|
+
._Input-radio_1qi5b_101:first-of-type {
|
907
913
|
border-bottom-left-radius: 4px;
|
908
914
|
border-top-left-radius: 4px;
|
909
915
|
}
|
910
|
-
.
|
916
|
+
._Input-radio_1qi5b_101:first-of-type ._Input-radioInner_1qi5b_118 {
|
911
917
|
border-bottom-left-radius: 3px;
|
912
918
|
border-top-left-radius: 3px;
|
913
919
|
}
|
914
|
-
.
|
920
|
+
._Input-radio_1qi5b_101:last-of-type {
|
915
921
|
border-bottom-right-radius: 4px;
|
916
922
|
border-right: 0;
|
917
923
|
border-top-right-radius: 4px;
|
918
924
|
}
|
919
|
-
.
|
925
|
+
._Input-radio_1qi5b_101:last-of-type ._Input-radioInner_1qi5b_118 {
|
920
926
|
border-bottom-right-radius: 3px;
|
921
927
|
border-top-right-radius: 3px;
|
922
928
|
}
|
923
|
-
.
|
929
|
+
._Input-radioInner_1qi5b_118 {
|
924
930
|
background-color: var(--puck-color-white);
|
925
931
|
color: var(--puck-color-grey-04);
|
926
932
|
cursor: pointer;
|
@@ -929,32 +935,32 @@ select.styles_Input-input {
|
|
929
935
|
text-align: center;
|
930
936
|
transition: background-color 50ms ease-in;
|
931
937
|
}
|
932
|
-
.
|
938
|
+
._Input-radio_1qi5b_101:has(:focus-visible) {
|
933
939
|
outline: 2px solid var(--puck-color-azure-05);
|
934
940
|
outline-offset: 2px;
|
935
941
|
position: relative;
|
936
942
|
}
|
937
943
|
@media (hover: hover) and (pointer: fine) {
|
938
|
-
.
|
944
|
+
._Input-radioInner_1qi5b_118:hover {
|
939
945
|
background-color: var(--puck-color-azure-12);
|
940
946
|
transition: none;
|
941
947
|
}
|
942
948
|
}
|
943
|
-
.
|
949
|
+
._Input--readOnly_1qi5b_90 ._Input-radioInner_1qi5b_118 {
|
944
950
|
background-color: var(--puck-color-white);
|
945
951
|
color: var(--puck-color-grey-04);
|
946
952
|
cursor: default;
|
947
953
|
}
|
948
|
-
.
|
954
|
+
._Input-radio_1qi5b_101 ._Input-radioInput_1qi5b_163:checked ~ ._Input-radioInner_1qi5b_118 {
|
949
955
|
background-color: var(--puck-color-azure-11);
|
950
956
|
color: var(--puck-color-azure-04);
|
951
957
|
font-weight: 500;
|
952
958
|
}
|
953
|
-
.
|
959
|
+
._Input--readOnly_1qi5b_90 ._Input-radioInput_1qi5b_163:checked ~ ._Input-radioInner_1qi5b_118 {
|
954
960
|
background-color: var(--puck-color-grey-11);
|
955
961
|
color: var(--puck-color-grey-04);
|
956
962
|
}
|
957
|
-
.
|
963
|
+
._Input-radio_1qi5b_101 ._Input-radioInput_1qi5b_163 {
|
958
964
|
clip: rect(0 0 0 0);
|
959
965
|
clip-path: inset(100%);
|
960
966
|
height: 1px;
|
@@ -963,23 +969,23 @@ select.styles_Input-input {
|
|
963
969
|
white-space: nowrap;
|
964
970
|
width: 1px;
|
965
971
|
}
|
966
|
-
textarea.
|
972
|
+
textarea._Input-input_1qi5b_46 {
|
967
973
|
margin-bottom: -4px;
|
968
974
|
}
|
969
975
|
|
970
|
-
/* components/InputOrGroup/fields/ArrayField/styles.module.css */
|
971
|
-
.
|
976
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/InputOrGroup/fields/ArrayField/styles.module.css/#css-module-data */
|
977
|
+
._ArrayField_1lr58_5 {
|
972
978
|
display: flex;
|
973
979
|
flex-direction: column;
|
974
980
|
background-color: var(--puck-color-grey-09);
|
975
981
|
border: 1px solid var(--puck-color-grey-09);
|
976
982
|
border-radius: 4px;
|
977
983
|
}
|
978
|
-
.
|
984
|
+
._ArrayField--isDraggingFrom_1lr58_13 {
|
979
985
|
background-color: var(--puck-color-azure-11);
|
980
986
|
overflow: hidden;
|
981
987
|
}
|
982
|
-
.
|
988
|
+
._ArrayField-addButton_1lr58_18 {
|
983
989
|
background-color: var(--puck-color-white);
|
984
990
|
border: none;
|
985
991
|
border-radius: 3px;
|
@@ -993,35 +999,35 @@ textarea.styles_Input-input {
|
|
993
999
|
text-align: left;
|
994
1000
|
transition: background-color 50ms ease-in;
|
995
1001
|
}
|
996
|
-
.
|
1002
|
+
._ArrayField--hasItems_1lr58_33 > ._ArrayField-addButton_1lr58_18 {
|
997
1003
|
border-top: 1px solid var(--puck-color-grey-09);
|
998
1004
|
border-top-left-radius: 0;
|
999
1005
|
border-top-right-radius: 0;
|
1000
1006
|
}
|
1001
|
-
.
|
1007
|
+
._ArrayField-addButton_1lr58_18:focus-visible {
|
1002
1008
|
outline: 2px solid var(--puck-color-azure-05);
|
1003
1009
|
outline-offset: 2px;
|
1004
1010
|
position: relative;
|
1005
1011
|
}
|
1006
1012
|
@media (hover: hover) and (pointer: fine) {
|
1007
|
-
.
|
1013
|
+
._ArrayField_1lr58_5:not(._ArrayField--isDraggingFrom_1lr58_13) > ._ArrayField-addButton_1lr58_18:hover {
|
1008
1014
|
background: var(--puck-color-azure-12);
|
1009
1015
|
color: var(--puck-color-azure-04);
|
1010
1016
|
transition: none;
|
1011
1017
|
}
|
1012
1018
|
}
|
1013
|
-
.
|
1019
|
+
._ArrayField_1lr58_5:not(._ArrayField--isDraggingFrom_1lr58_13) > ._ArrayField-addButton_1lr58_18:active {
|
1014
1020
|
background: var(--puck-color-azure-11);
|
1015
1021
|
color: var(--puck-color-azure-04);
|
1016
1022
|
transition: none;
|
1017
1023
|
}
|
1018
|
-
.
|
1024
|
+
._ArrayFieldItem_1lr58_63 {
|
1019
1025
|
border-top-left-radius: 3px;
|
1020
1026
|
border-top-right-radius: 3px;
|
1021
1027
|
display: block;
|
1022
1028
|
position: relative;
|
1023
1029
|
}
|
1024
|
-
.
|
1030
|
+
._ArrayFieldItem_1lr58_63:not(._ArrayFieldItem--isDragging_1lr58_71):not(:first-of-type)::before {
|
1025
1031
|
background-color: var(--puck-color-grey-09);
|
1026
1032
|
position: absolute;
|
1027
1033
|
width: 100%;
|
@@ -1030,26 +1036,26 @@ textarea.styles_Input-input {
|
|
1030
1036
|
z-index: 1;
|
1031
1037
|
top: -1px;
|
1032
1038
|
}
|
1033
|
-
.
|
1039
|
+
._ArrayFieldItem--isExpanded_1lr58_81::before {
|
1034
1040
|
display: none;
|
1035
1041
|
}
|
1036
|
-
.
|
1042
|
+
._ArrayFieldItem--isExpanded_1lr58_81 {
|
1037
1043
|
border-bottom: 0;
|
1038
1044
|
outline-offset: 0px !important;
|
1039
1045
|
outline: 1px solid var(--puck-color-azure-07) !important;
|
1040
1046
|
z-index: 2;
|
1041
1047
|
}
|
1042
|
-
.
|
1048
|
+
._ArrayFieldItem--isDragging_1lr58_71 {
|
1043
1049
|
box-shadow: color-mix(in srgb, var(--puck-color-grey-06) 25%, transparent) 0 3px 6px 0;
|
1044
1050
|
}
|
1045
|
-
.
|
1051
|
+
._ArrayFieldItem--isDragging_1lr58_71 ._ArrayFieldItem-summary_1lr58_97:active {
|
1046
1052
|
background-color: var(--puck-color-white);
|
1047
1053
|
}
|
1048
|
-
.
|
1054
|
+
._ArrayFieldItem_1lr58_63 + ._ArrayFieldItem_1lr58_63 {
|
1049
1055
|
border-top-left-radius: 0;
|
1050
1056
|
border-top-right-radius: 0;
|
1051
1057
|
}
|
1052
|
-
.
|
1058
|
+
._ArrayFieldItem-summary_1lr58_97 {
|
1053
1059
|
background: var(--puck-color-white);
|
1054
1060
|
color: var(--puck-color-grey-04);
|
1055
1061
|
cursor: pointer;
|
@@ -1065,72 +1071,72 @@ textarea.styles_Input-input {
|
|
1065
1071
|
overflow: hidden;
|
1066
1072
|
transition: background-color 50ms ease-in;
|
1067
1073
|
}
|
1068
|
-
.
|
1074
|
+
._ArrayFieldItem_1lr58_63:first-of-type > ._ArrayFieldItem-summary_1lr58_97 {
|
1069
1075
|
border-top-left-radius: 3px;
|
1070
1076
|
border-top-right-radius: 3px;
|
1071
1077
|
}
|
1072
|
-
.
|
1078
|
+
._ArrayField--addDisabled_1lr58_128 > ._ArrayFieldItem_1lr58_63:last-of-type:not(._ArrayFieldItem--isExpanded_1lr58_81) > ._ArrayFieldItem-summary_1lr58_97 {
|
1073
1079
|
border-bottom-left-radius: 3px;
|
1074
1080
|
border-bottom-right-radius: 3px;
|
1075
1081
|
}
|
1076
|
-
.
|
1082
|
+
._ArrayField--addDisabled_1lr58_128 > ._ArrayFieldItem--isExpanded_1lr58_81:last-of-type {
|
1077
1083
|
border-bottom-left-radius: 3px;
|
1078
1084
|
border-bottom-right-radius: 3px;
|
1079
1085
|
}
|
1080
|
-
.
|
1086
|
+
._ArrayFieldItem-summary_1lr58_97:focus-visible {
|
1081
1087
|
outline: 2px solid var(--puck-color-azure-05);
|
1082
1088
|
outline-offset: 2px;
|
1083
1089
|
}
|
1084
1090
|
@media (hover: hover) and (pointer: fine) {
|
1085
|
-
.
|
1091
|
+
._ArrayFieldItem-summary_1lr58_97:hover {
|
1086
1092
|
background-color: var(--puck-color-azure-12);
|
1087
1093
|
transition: none;
|
1088
1094
|
}
|
1089
1095
|
}
|
1090
|
-
.
|
1096
|
+
._ArrayFieldItem-summary_1lr58_97:active {
|
1091
1097
|
background-color: var(--puck-color-azure-11);
|
1092
1098
|
transition: none;
|
1093
1099
|
}
|
1094
|
-
.
|
1100
|
+
._ArrayFieldItem--isExpanded_1lr58_81 > ._ArrayFieldItem-summary_1lr58_97 {
|
1095
1101
|
background: var(--puck-color-azure-11);
|
1096
1102
|
color: var(--puck-color-azure-04);
|
1097
1103
|
font-weight: 600;
|
1098
1104
|
transition: none;
|
1099
1105
|
}
|
1100
|
-
.
|
1106
|
+
._ArrayFieldItem-body_1lr58_164 {
|
1101
1107
|
background: var(--puck-color-white);
|
1102
1108
|
display: none;
|
1103
1109
|
}
|
1104
|
-
.
|
1110
|
+
._ArrayFieldItem--isExpanded_1lr58_81 > ._ArrayFieldItem-body_1lr58_164 {
|
1105
1111
|
display: block;
|
1106
1112
|
}
|
1107
|
-
.
|
1113
|
+
._ArrayFieldItem-fieldset_1lr58_173 {
|
1108
1114
|
border: none;
|
1109
1115
|
border-top: 1px solid var(--puck-color-grey-09);
|
1110
1116
|
margin: 0;
|
1111
1117
|
padding: 16px 15px;
|
1112
1118
|
}
|
1113
|
-
.
|
1119
|
+
._ArrayFieldItem-rhs_1lr58_180 {
|
1114
1120
|
display: flex;
|
1115
1121
|
gap: 4px;
|
1116
1122
|
align-items: center;
|
1117
1123
|
}
|
1118
|
-
.
|
1124
|
+
._ArrayFieldItem-actions_1lr58_186 {
|
1119
1125
|
color: var(--puck-color-grey-04);
|
1120
1126
|
display: flex;
|
1121
1127
|
gap: 4px;
|
1122
1128
|
opacity: 0;
|
1123
1129
|
}
|
1124
|
-
.
|
1125
|
-
.
|
1130
|
+
._ArrayFieldItem-summary_1lr58_97:focus-within > ._ArrayFieldItem-rhs_1lr58_180 > ._ArrayFieldItem-actions_1lr58_186,
|
1131
|
+
._ArrayFieldItem-summary_1lr58_97:hover > ._ArrayFieldItem-rhs_1lr58_180 > ._ArrayFieldItem-actions_1lr58_186 {
|
1126
1132
|
opacity: 1;
|
1127
1133
|
}
|
1128
1134
|
|
1129
|
-
/* components/ExternalInput/styles.module.css */
|
1130
|
-
.
|
1135
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/ExternalInput/styles.module.css/#css-module-data */
|
1136
|
+
._ExternalInput-actions_19obq_1 {
|
1131
1137
|
display: flex;
|
1132
1138
|
}
|
1133
|
-
.
|
1139
|
+
._ExternalInput-button_19obq_5 {
|
1134
1140
|
display: flex;
|
1135
1141
|
gap: 8px;
|
1136
1142
|
align-items: center;
|
@@ -1149,13 +1155,13 @@ textarea.styles_Input-input {
|
|
1149
1155
|
overflow: hidden;
|
1150
1156
|
flex-grow: 1;
|
1151
1157
|
}
|
1152
|
-
.
|
1158
|
+
._ExternalInput--dataSelected_19obq_25 ._ExternalInput-button_19obq_5 {
|
1153
1159
|
color: var(--puck-color-grey-03);
|
1154
1160
|
display: block;
|
1155
1161
|
border-top-right-radius: 0px;
|
1156
1162
|
border-bottom-right-radius: 0px;
|
1157
1163
|
}
|
1158
|
-
.
|
1164
|
+
._ExternalInput-detachButton_19obq_32 {
|
1159
1165
|
border: 1px solid var(--puck-color-grey-09);
|
1160
1166
|
border-top-right-radius: 4px;
|
1161
1167
|
border-bottom-right-radius: 4px;
|
@@ -1171,28 +1177,28 @@ textarea.styles_Input-input {
|
|
1171
1177
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
1172
1178
|
margin-left: -1px;
|
1173
1179
|
}
|
1174
|
-
.
|
1175
|
-
.
|
1180
|
+
._ExternalInput-button_19obq_5:focus-visible,
|
1181
|
+
._ExternalInput-detachButton_19obq_32:focus-visible {
|
1176
1182
|
outline: 2px solid var(--puck-color-azure-05);
|
1177
1183
|
outline-offset: 2px;
|
1178
1184
|
z-index: 1;
|
1179
1185
|
}
|
1180
1186
|
@media (hover: hover) and (pointer: fine) {
|
1181
|
-
.
|
1182
|
-
.
|
1187
|
+
._ExternalInput-button_19obq_5:hover,
|
1188
|
+
._ExternalInput-detachButton_19obq_32:hover {
|
1183
1189
|
background: var(--puck-color-azure-12);
|
1184
1190
|
transition: none;
|
1185
1191
|
}
|
1186
|
-
.
|
1192
|
+
._ExternalInput-detachButton_19obq_32:hover {
|
1187
1193
|
color: var(--puck-color-azure-04);
|
1188
1194
|
}
|
1189
1195
|
}
|
1190
|
-
.
|
1191
|
-
.
|
1196
|
+
._ExternalInput-button_19obq_5:active,
|
1197
|
+
._ExternalInput-detachButton_19obq_32:active {
|
1192
1198
|
background: var(--puck-color-azure-11);
|
1193
1199
|
transition: none;
|
1194
1200
|
}
|
1195
|
-
.
|
1201
|
+
._ExternalInputModal_19obq_74 {
|
1196
1202
|
color: var(--puck-color-black);
|
1197
1203
|
display: grid;
|
1198
1204
|
grid-template-rows: min-content minmax(128px, 100%) min-content;
|
@@ -1201,35 +1207,35 @@ textarea.styles_Input-input {
|
|
1201
1207
|
min-height: 50dvh;
|
1202
1208
|
max-height: 90dvh;
|
1203
1209
|
}
|
1204
|
-
.
|
1210
|
+
._ExternalInputModal-grid_19obq_84 {
|
1205
1211
|
display: flex;
|
1206
1212
|
flex-direction: column;
|
1207
1213
|
}
|
1208
1214
|
@media (min-width: 458px) {
|
1209
|
-
.
|
1215
|
+
._ExternalInputModal-grid_19obq_84 {
|
1210
1216
|
display: grid;
|
1211
1217
|
grid-template-columns: 100%;
|
1212
1218
|
}
|
1213
|
-
.
|
1219
|
+
._ExternalInputModal--filtersToggled_19obq_95 ._ExternalInputModal-grid_19obq_84 {
|
1214
1220
|
grid-template-columns: 25% 75%;
|
1215
1221
|
}
|
1216
1222
|
}
|
1217
|
-
.
|
1223
|
+
._ExternalInputModal-filters_19obq_100 {
|
1218
1224
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
1219
1225
|
}
|
1220
|
-
.
|
1226
|
+
._ExternalInputModal--filtersToggled_19obq_95 ._ExternalInputModal-filters_19obq_100 {
|
1221
1227
|
display: none;
|
1222
1228
|
}
|
1223
1229
|
@media (min-width: 458px) {
|
1224
|
-
.
|
1230
|
+
._ExternalInputModal-filters_19obq_100 {
|
1225
1231
|
border-right: 1px solid var(--puck-color-grey-09);
|
1226
1232
|
display: none;
|
1227
1233
|
}
|
1228
|
-
.
|
1234
|
+
._ExternalInputModal--filtersToggled_19obq_95 ._ExternalInputModal-filters_19obq_100 {
|
1229
1235
|
display: block;
|
1230
1236
|
}
|
1231
1237
|
}
|
1232
|
-
.
|
1238
|
+
._ExternalInputModal-masthead_19obq_119 {
|
1233
1239
|
background-color: var(--puck-color-grey-12);
|
1234
1240
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
1235
1241
|
display: flex;
|
@@ -1237,13 +1243,13 @@ textarea.styles_Input-input {
|
|
1237
1243
|
gap: 24px;
|
1238
1244
|
padding: 24px;
|
1239
1245
|
}
|
1240
|
-
.
|
1246
|
+
._ExternalInputModal-tableWrapper_19obq_128 {
|
1241
1247
|
position: relative;
|
1242
1248
|
overflow-x: auto;
|
1243
1249
|
overflow-y: auto;
|
1244
1250
|
flex-grow: 1;
|
1245
1251
|
}
|
1246
|
-
.
|
1252
|
+
._ExternalInputModal-table_19obq_128 {
|
1247
1253
|
border-collapse: unset;
|
1248
1254
|
border-spacing: 0px;
|
1249
1255
|
color: var(--puck-color-grey-02);
|
@@ -1251,51 +1257,51 @@ textarea.styles_Input-input {
|
|
1251
1257
|
z-index: 0;
|
1252
1258
|
min-width: 100%;
|
1253
1259
|
}
|
1254
|
-
.
|
1260
|
+
._ExternalInputModal-thead_19obq_144 {
|
1255
1261
|
background-color: var(--puck-color-white);
|
1256
1262
|
position: sticky;
|
1257
1263
|
top: 0;
|
1258
1264
|
z-index: 1;
|
1259
1265
|
}
|
1260
|
-
.
|
1266
|
+
._ExternalInputModal-th_19obq_144 {
|
1261
1267
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
1262
1268
|
color: var(--puck-color-grey-04);
|
1263
1269
|
font-weight: 500;
|
1264
1270
|
font-size: 14px;
|
1265
1271
|
padding: 16px 24px;
|
1266
1272
|
}
|
1267
|
-
.
|
1273
|
+
._ExternalInputModal-td_19obq_159 {
|
1268
1274
|
border-bottom: 1px solid var(--puck-color-grey-10);
|
1269
1275
|
padding: 16px 24px;
|
1270
1276
|
}
|
1271
|
-
.
|
1277
|
+
._ExternalInputModal-tr_19obq_164 ._ExternalInputModal-td_19obq_159:first-of-type {
|
1272
1278
|
font-weight: 500;
|
1273
1279
|
width: 1%;
|
1274
1280
|
white-space: nowrap;
|
1275
1281
|
}
|
1276
1282
|
@media (hover: hover) and (pointer: fine) {
|
1277
|
-
.
|
1283
|
+
._ExternalInputModal-tbody_19obq_171 ._ExternalInputModal-tr_19obq_164:hover {
|
1278
1284
|
background: var(--puck-color-azure-12);
|
1279
1285
|
color: var(--puck-color-azure-04);
|
1280
1286
|
cursor: pointer;
|
1281
1287
|
position: relative;
|
1282
1288
|
margin-left: -5px;
|
1283
1289
|
}
|
1284
|
-
.
|
1290
|
+
._ExternalInputModal-tbody_19obq_171 ._ExternalInputModal-tr_19obq_164:hover ._ExternalInputModal-td_19obq_159:first-of-type {
|
1285
1291
|
border-left: 4px solid var(--puck-color-azure-04);
|
1286
1292
|
padding-left: 20px;
|
1287
1293
|
}
|
1288
1294
|
}
|
1289
|
-
.
|
1295
|
+
._ExternalInputModal-tbody_19obq_171 ._ExternalInputModal-tr_19obq_164:last-of-type ._ExternalInputModal-td_19obq_159 {
|
1290
1296
|
border-bottom: none;
|
1291
1297
|
}
|
1292
|
-
.
|
1298
|
+
._ExternalInputModal-tableWrapper_19obq_128 {
|
1293
1299
|
display: none;
|
1294
1300
|
}
|
1295
|
-
.
|
1301
|
+
._ExternalInputModal--hasData_19obq_197 ._ExternalInputModal-tableWrapper_19obq_128 {
|
1296
1302
|
display: block;
|
1297
1303
|
}
|
1298
|
-
.
|
1304
|
+
._ExternalInputModal-loadingBanner_19obq_201 {
|
1299
1305
|
display: none;
|
1300
1306
|
background-color: color-mix(in srgb, var(--puck-color-white) 90%, transparent);
|
1301
1307
|
padding: 64px;
|
@@ -1307,21 +1313,21 @@ textarea.styles_Input-input {
|
|
1307
1313
|
right: 0;
|
1308
1314
|
bottom: 0;
|
1309
1315
|
}
|
1310
|
-
.
|
1316
|
+
._ExternalInputModal--isLoading_19obq_218 ._ExternalInputModal-loadingBanner_19obq_201 {
|
1311
1317
|
display: flex;
|
1312
1318
|
}
|
1313
|
-
.
|
1319
|
+
._ExternalInputModal-searchForm_19obq_222 {
|
1314
1320
|
display: flex;
|
1315
1321
|
flex-wrap: wrap;
|
1316
1322
|
gap: 12px;
|
1317
1323
|
flex-grow: 1;
|
1318
1324
|
}
|
1319
1325
|
@media (min-width: 458px) {
|
1320
|
-
.
|
1326
|
+
._ExternalInputModal-searchForm_19obq_222 {
|
1321
1327
|
flex-wrap: nowrap;
|
1322
1328
|
}
|
1323
1329
|
}
|
1324
|
-
.
|
1330
|
+
._ExternalInputModal-search_19obq_222 {
|
1325
1331
|
display: flex;
|
1326
1332
|
background: var(--puck-color-white);
|
1327
1333
|
border-width: 1px;
|
@@ -1331,18 +1337,18 @@ textarea.styles_Input-input {
|
|
1331
1337
|
flex-grow: 1;
|
1332
1338
|
transition: border-color 50ms ease-in;
|
1333
1339
|
}
|
1334
|
-
.
|
1340
|
+
._ExternalInputModal-search_19obq_222:focus-within {
|
1335
1341
|
border-color: var(--puck-color-grey-05);
|
1336
1342
|
outline: 2px solid var(--puck-color-azure-05);
|
1337
1343
|
transition: none;
|
1338
1344
|
}
|
1339
1345
|
@media (hover: hover) and (pointer: fine) {
|
1340
|
-
.
|
1346
|
+
._ExternalInputModal-search_19obq_222:hover {
|
1341
1347
|
border-color: var(--puck-color-grey-05);
|
1342
1348
|
transition: none;
|
1343
1349
|
}
|
1344
1350
|
}
|
1345
|
-
.
|
1351
|
+
._ExternalInputModal-searchIcon_19obq_259 {
|
1346
1352
|
align-items: center;
|
1347
1353
|
background: var(--puck-color-grey-12);
|
1348
1354
|
border-bottom-left-radius: 4px;
|
@@ -1354,17 +1360,17 @@ textarea.styles_Input-input {
|
|
1354
1360
|
padding: 12px 15px;
|
1355
1361
|
transition: color 50ms ease-in;
|
1356
1362
|
}
|
1357
|
-
.
|
1363
|
+
._ExternalInputModal-search_19obq_222:focus-within ._ExternalInputModal-searchIcon_19obq_259 {
|
1358
1364
|
color: var(--puck-color-grey-04);
|
1359
1365
|
transition: none;
|
1360
1366
|
}
|
1361
1367
|
@media (hover: hover) and (pointer: fine) {
|
1362
|
-
.
|
1368
|
+
._ExternalInputModal-search_19obq_222:hover ._ExternalInputModal-searchIcon_19obq_259 {
|
1363
1369
|
color: var(--puck-color-grey-04);
|
1364
1370
|
transition: none;
|
1365
1371
|
}
|
1366
1372
|
}
|
1367
|
-
.
|
1373
|
+
._ExternalInputModal-searchIconText_19obq_284 {
|
1368
1374
|
clip: rect(0 0 0 0);
|
1369
1375
|
clip-path: inset(100%);
|
1370
1376
|
height: 1px;
|
@@ -1373,7 +1379,7 @@ textarea.styles_Input-input {
|
|
1373
1379
|
white-space: nowrap;
|
1374
1380
|
width: 1px;
|
1375
1381
|
}
|
1376
|
-
.
|
1382
|
+
._ExternalInputModal-searchInput_19obq_294 {
|
1377
1383
|
border: none;
|
1378
1384
|
border-radius: 4px;
|
1379
1385
|
background: var(--puck-color-white);
|
@@ -1382,24 +1388,24 @@ textarea.styles_Input-input {
|
|
1382
1388
|
padding: 12px 15px;
|
1383
1389
|
width: 100%;
|
1384
1390
|
}
|
1385
|
-
.
|
1391
|
+
._ExternalInputModal-searchInput_19obq_294:focus {
|
1386
1392
|
outline: 0;
|
1387
1393
|
}
|
1388
|
-
.
|
1394
|
+
._ExternalInputModal-searchActions_19obq_308 {
|
1389
1395
|
display: flex;
|
1390
1396
|
gap: 8px;
|
1391
1397
|
height: 44px;
|
1392
1398
|
width: 100%;
|
1393
1399
|
}
|
1394
1400
|
@media (min-width: 458px) {
|
1395
|
-
.
|
1401
|
+
._ExternalInputModal-searchActions_19obq_308 {
|
1396
1402
|
width: auto;
|
1397
1403
|
}
|
1398
1404
|
}
|
1399
|
-
.
|
1405
|
+
._ExternalInputModal-searchActionIcon_19obq_321 {
|
1400
1406
|
align-self: center;
|
1401
1407
|
}
|
1402
|
-
.
|
1408
|
+
._ExternalInputModal-footer_19obq_325 {
|
1403
1409
|
background-color: var(--puck-color-grey-12);
|
1404
1410
|
border-top: 1px solid var(--puck-color-grey-09);
|
1405
1411
|
color: var(--puck-color-grey-04);
|
@@ -1409,8 +1415,8 @@ textarea.styles_Input-input {
|
|
1409
1415
|
text-align: right;
|
1410
1416
|
}
|
1411
1417
|
|
1412
|
-
/* components/Modal/styles.module.css */
|
1413
|
-
.
|
1418
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Modal/styles.module.css/#css-module-data */
|
1419
|
+
._Modal_ikbaj_1 {
|
1414
1420
|
background: color-mix(in srgb, var(--puck-color-black) 75%, transparent);
|
1415
1421
|
display: none;
|
1416
1422
|
justify-content: center;
|
@@ -1423,10 +1429,10 @@ textarea.styles_Input-input {
|
|
1423
1429
|
z-index: 1;
|
1424
1430
|
padding: 32px;
|
1425
1431
|
}
|
1426
|
-
.
|
1432
|
+
._Modal--isOpen_ikbaj_15 {
|
1427
1433
|
display: flex;
|
1428
1434
|
}
|
1429
|
-
.
|
1435
|
+
._Modal-inner_ikbaj_19 {
|
1430
1436
|
width: 100%;
|
1431
1437
|
max-width: 1024px;
|
1432
1438
|
border-radius: 8px;
|
@@ -1437,26 +1443,26 @@ textarea.styles_Input-input {
|
|
1437
1443
|
max-height: 90dvh;
|
1438
1444
|
}
|
1439
1445
|
|
1440
|
-
/* components/InputOrGroup/fields/ObjectField/styles.module.css */
|
1441
|
-
.
|
1446
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/InputOrGroup/fields/ObjectField/styles.module.css/#css-module-data */
|
1447
|
+
._ObjectField_15j63_5 {
|
1442
1448
|
display: flex;
|
1443
1449
|
flex-direction: column;
|
1444
1450
|
background-color: var(--puck-color-white);
|
1445
1451
|
border: 1px solid var(--puck-color-grey-09);
|
1446
1452
|
border-radius: 4px;
|
1447
1453
|
}
|
1448
|
-
.
|
1454
|
+
._ObjectField-fieldset_15j63_13 {
|
1449
1455
|
border: none;
|
1450
1456
|
margin: 0;
|
1451
1457
|
padding: 16px 15px;
|
1452
1458
|
}
|
1453
1459
|
|
1454
|
-
/* components/Puck/components/Fields/styles.module.css */
|
1455
|
-
.
|
1460
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
|
1461
|
+
._PuckFields_17k3p_1 {
|
1456
1462
|
position: relative;
|
1457
1463
|
font-family: var(--puck-font-family);
|
1458
1464
|
}
|
1459
|
-
.
|
1465
|
+
._PuckFields-loadingOverlay_17k3p_6 {
|
1460
1466
|
background: var(--puck-color-white);
|
1461
1467
|
display: flex;
|
1462
1468
|
justify-content: center;
|
@@ -1471,20 +1477,20 @@ textarea.styles_Input-input {
|
|
1471
1477
|
opacity: 0.8;
|
1472
1478
|
}
|
1473
1479
|
|
1474
|
-
/* components/ComponentList/styles.module.css */
|
1475
|
-
.
|
1480
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
|
1481
|
+
._ComponentList_odh9d_1 {
|
1476
1482
|
max-width: 100%;
|
1477
1483
|
}
|
1478
|
-
.
|
1484
|
+
._ComponentList--isExpanded_odh9d_5 + ._ComponentList_odh9d_1 {
|
1479
1485
|
margin-top: 12px;
|
1480
1486
|
}
|
1481
|
-
.
|
1487
|
+
._ComponentList-content_odh9d_9 {
|
1482
1488
|
display: none;
|
1483
1489
|
}
|
1484
|
-
.
|
1490
|
+
._ComponentList--isExpanded_odh9d_5 > ._ComponentList-content_odh9d_9 {
|
1485
1491
|
display: block;
|
1486
1492
|
}
|
1487
|
-
.
|
1493
|
+
._ComponentList-title_odh9d_17 {
|
1488
1494
|
background-color: transparent;
|
1489
1495
|
border: 0;
|
1490
1496
|
color: var(--puck-color-grey-05);
|
@@ -1501,37 +1507,37 @@ textarea.styles_Input-input {
|
|
1501
1507
|
border-radius: 4px;
|
1502
1508
|
width: 100%;
|
1503
1509
|
}
|
1504
|
-
.
|
1510
|
+
._ComponentList-title_odh9d_17:focus-visible {
|
1505
1511
|
outline: 2px solid var(--puck-color-azure-05);
|
1506
1512
|
outline-offset: 2px;
|
1507
1513
|
}
|
1508
1514
|
@media (hover: hover) and (pointer: fine) {
|
1509
|
-
.
|
1515
|
+
._ComponentList-title_odh9d_17:hover {
|
1510
1516
|
background-color: var(--puck-color-azure-11);
|
1511
1517
|
color: var(--puck-color-azure-04);
|
1512
1518
|
transition: none;
|
1513
1519
|
}
|
1514
1520
|
}
|
1515
|
-
.
|
1521
|
+
._ComponentList-title_odh9d_17:active {
|
1516
1522
|
background-color: var(--puck-color-azure-10);
|
1517
1523
|
transition: none;
|
1518
1524
|
}
|
1519
|
-
.
|
1525
|
+
._ComponentList-titleIcon_odh9d_53 {
|
1520
1526
|
margin-left: auto;
|
1521
1527
|
}
|
1522
1528
|
|
1523
|
-
/* components/Puck/components/Preview/styles.module.css */
|
1524
|
-
.
|
1529
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
|
1530
|
+
._PuckPreview_1mia0_1 {
|
1525
1531
|
height: 100%;
|
1526
1532
|
}
|
1527
|
-
.
|
1533
|
+
._PuckPreview-frame_1mia0_5 {
|
1528
1534
|
border: none;
|
1529
1535
|
height: 100%;
|
1530
1536
|
width: 100%;
|
1531
1537
|
}
|
1532
1538
|
|
1533
|
-
/* components/LayerTree/styles.module.css */
|
1534
|
-
.
|
1539
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
|
1540
|
+
._LayerTree_1pgw8_1 {
|
1535
1541
|
color: var(--puck-color-grey-03);
|
1536
1542
|
font-family: var(--puck-font-family);
|
1537
1543
|
font-size: var(--puck-font-size-xxs);
|
@@ -1540,30 +1546,30 @@ textarea.styles_Input-input {
|
|
1540
1546
|
list-style: none;
|
1541
1547
|
padding: 0;
|
1542
1548
|
}
|
1543
|
-
.
|
1549
|
+
._LayerTree-zoneTitle_1pgw8_11 {
|
1544
1550
|
color: var(--puck-color-grey-05);
|
1545
1551
|
font-size: var(--puck-font-size-xxxs);
|
1546
1552
|
text-transform: uppercase;
|
1547
1553
|
}
|
1548
|
-
.
|
1554
|
+
._LayerTree-helper_1pgw8_17 {
|
1549
1555
|
text-align: center;
|
1550
1556
|
color: var(--puck-color-grey-07);
|
1551
1557
|
margin: 8px 4px;
|
1552
1558
|
}
|
1553
|
-
.
|
1559
|
+
._Layer_1pgw8_1 {
|
1554
1560
|
position: relative;
|
1555
1561
|
border: 1px solid transparent;
|
1556
1562
|
border-radius: 4px;
|
1557
1563
|
}
|
1558
|
-
.
|
1564
|
+
._Layer-inner_1pgw8_29 {
|
1559
1565
|
border: 1px solid transparent;
|
1560
1566
|
border-radius: 4px;
|
1561
1567
|
transition: color 50ms ease-in;
|
1562
1568
|
}
|
1563
|
-
.
|
1569
|
+
._Layer--containsZone_1pgw8_35 > ._Layer-inner_1pgw8_29 {
|
1564
1570
|
padding-left: 0;
|
1565
1571
|
}
|
1566
|
-
.
|
1572
|
+
._Layer-clickable_1pgw8_39 {
|
1567
1573
|
align-items: center;
|
1568
1574
|
background: none;
|
1569
1575
|
border: 0;
|
@@ -1576,65 +1582,65 @@ textarea.styles_Input-input {
|
|
1576
1582
|
padding-right: 4px;
|
1577
1583
|
width: 100%;
|
1578
1584
|
}
|
1579
|
-
.
|
1585
|
+
._Layer-clickable_1pgw8_39:focus-visible {
|
1580
1586
|
outline: 2px solid var(--puck-color-azure-05);
|
1581
1587
|
outline-offset: 2px;
|
1582
1588
|
position: relative;
|
1583
1589
|
z-index: 1;
|
1584
1590
|
}
|
1585
1591
|
@media (hover: hover) and (pointer: fine) {
|
1586
|
-
.
|
1592
|
+
._Layer_1pgw8_1:not(._Layer--isSelected_1pgw8_61) > ._Layer-inner_1pgw8_29:hover {
|
1587
1593
|
border-color: var(--puck-color-azure-10);
|
1588
1594
|
background: var(--puck-color-azure-11);
|
1589
1595
|
color: var(--puck-color-azure-04);
|
1590
1596
|
transition: none;
|
1591
1597
|
}
|
1592
1598
|
}
|
1593
|
-
.
|
1599
|
+
._Layer--isSelected_1pgw8_61 {
|
1594
1600
|
border-color: var(--puck-color-azure-08);
|
1595
1601
|
}
|
1596
|
-
.
|
1602
|
+
._Layer--isSelected_1pgw8_61 > ._Layer-inner_1pgw8_29 {
|
1597
1603
|
background: var(--puck-color-azure-10);
|
1598
1604
|
}
|
1599
|
-
.
|
1600
|
-
.
|
1605
|
+
._Layer--isSelected_1pgw8_61 > ._Layer-inner_1pgw8_29 > ._Layer-clickable_1pgw8_39 > ._Layer-chevron_1pgw8_77,
|
1606
|
+
._Layer--childIsSelected_1pgw8_78 > ._Layer-inner_1pgw8_29 > ._Layer-clickable_1pgw8_39 > ._Layer-chevron_1pgw8_77 {
|
1601
1607
|
transform: scaleY(-1);
|
1602
1608
|
}
|
1603
|
-
.
|
1609
|
+
._Layer-zones_1pgw8_82 {
|
1604
1610
|
display: none;
|
1605
1611
|
margin-left: 12px;
|
1606
1612
|
}
|
1607
|
-
.
|
1608
|
-
.
|
1613
|
+
._Layer--isSelected_1pgw8_61 > ._Layer-zones_1pgw8_82,
|
1614
|
+
._Layer--childIsSelected_1pgw8_78 > ._Layer-zones_1pgw8_82 {
|
1609
1615
|
display: block;
|
1610
1616
|
}
|
1611
|
-
.
|
1617
|
+
._Layer-zones_1pgw8_82 > ._LayerTree_1pgw8_1 {
|
1612
1618
|
margin-left: 12px;
|
1613
1619
|
}
|
1614
|
-
.
|
1615
|
-
.
|
1620
|
+
._Layer-title_1pgw8_96,
|
1621
|
+
._LayerTree-zoneTitle_1pgw8_11 {
|
1616
1622
|
display: flex;
|
1617
1623
|
gap: 8px;
|
1618
1624
|
align-items: center;
|
1619
1625
|
margin: 8px 4px;
|
1620
1626
|
overflow-x: hidden;
|
1621
1627
|
}
|
1622
|
-
.
|
1628
|
+
._Layer-name_1pgw8_105 {
|
1623
1629
|
overflow-x: hidden;
|
1624
1630
|
text-overflow: ellipsis;
|
1625
1631
|
white-space: nowrap;
|
1626
1632
|
}
|
1627
|
-
.
|
1633
|
+
._Layer-icon_1pgw8_111 {
|
1628
1634
|
color: var(--puck-color-rose-07);
|
1629
1635
|
margin-top: 4px;
|
1630
1636
|
}
|
1631
|
-
.
|
1637
|
+
._Layer-zoneIcon_1pgw8_116 {
|
1632
1638
|
color: var(--puck-color-grey-08);
|
1633
1639
|
margin-top: 4px;
|
1634
1640
|
}
|
1635
1641
|
|
1636
|
-
/* components/ViewportControls/styles.module.css */
|
1637
|
-
.
|
1642
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
|
1643
|
+
._ViewportControls_3zdvn_1 {
|
1638
1644
|
display: flex;
|
1639
1645
|
background: var(--puck-color-grey-11);
|
1640
1646
|
box-sizing: border-box;
|
@@ -1647,12 +1653,12 @@ textarea.styles_Input-input {
|
|
1647
1653
|
padding-right: var(--puck-space-px);
|
1648
1654
|
z-index: 1;
|
1649
1655
|
}
|
1650
|
-
.
|
1656
|
+
._ViewportControls-divider_3zdvn_15 {
|
1651
1657
|
border-right: 1px solid var(--puck-color-grey-09);
|
1652
1658
|
margin-left: 8px;
|
1653
1659
|
margin-right: 8px;
|
1654
1660
|
}
|
1655
|
-
.
|
1661
|
+
._ViewportControls-zoomSelect_3zdvn_21 {
|
1656
1662
|
appearance: none;
|
1657
1663
|
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;
|
1658
1664
|
background-size: 10px;
|
@@ -1662,12 +1668,12 @@ textarea.styles_Input-input {
|
|
1662
1668
|
font-size: var(--puck-font-size-xxxs);
|
1663
1669
|
width: 96px;
|
1664
1670
|
}
|
1665
|
-
.
|
1671
|
+
._ViewportButton--isActive_3zdvn_33 ._ViewportButton-inner_3zdvn_33 {
|
1666
1672
|
color: var(--puck-color-azure-04);
|
1667
1673
|
}
|
1668
1674
|
|
1669
|
-
/* components/Puck/components/Canvas/styles.module.css */
|
1670
|
-
.
|
1675
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
|
1676
|
+
._PuckCanvas_6zd4y_1 {
|
1671
1677
|
background: var(--puck-color-grey-11);
|
1672
1678
|
display: flex;
|
1673
1679
|
grid-area: editor;
|
@@ -1676,15 +1682,15 @@ textarea.styles_Input-input {
|
|
1676
1682
|
overflow: auto;
|
1677
1683
|
}
|
1678
1684
|
@media (min-width: 1198px) {
|
1679
|
-
.
|
1685
|
+
._PuckCanvas_6zd4y_1 {
|
1680
1686
|
padding: calc(var(--puck-space-px) * 1.5);
|
1681
1687
|
padding-top: var(--puck-space-px);
|
1682
1688
|
}
|
1683
|
-
.
|
1689
|
+
._PuckCanvas_6zd4y_1:not(._PuckCanvas_6zd4y_1:has(._PuckCanvas-controls_6zd4y_16)) {
|
1684
1690
|
padding-top: calc(var(--puck-space-px) * 1.5);
|
1685
1691
|
}
|
1686
1692
|
}
|
1687
|
-
.
|
1693
|
+
._PuckCanvas-inner_6zd4y_21 {
|
1688
1694
|
box-sizing: border-box;
|
1689
1695
|
display: flex;
|
1690
1696
|
height: 100%;
|
@@ -1694,7 +1700,7 @@ textarea.styles_Input-input {
|
|
1694
1700
|
position: relative;
|
1695
1701
|
width: 100%;
|
1696
1702
|
}
|
1697
|
-
.
|
1703
|
+
._PuckCanvas-root_6zd4y_32 {
|
1698
1704
|
background: white;
|
1699
1705
|
border: 1px solid var(--puck-color-grey-09);
|
1700
1706
|
box-sizing: border-box;
|
@@ -1706,16 +1712,16 @@ textarea.styles_Input-input {
|
|
1706
1712
|
opacity: 0;
|
1707
1713
|
}
|
1708
1714
|
@media (min-width: 1198px) {
|
1709
|
-
.
|
1715
|
+
._PuckCanvas-root_6zd4y_32 {
|
1710
1716
|
min-width: unset;
|
1711
1717
|
}
|
1712
1718
|
}
|
1713
1719
|
@media (prefers-reduced-motion: reduce) {
|
1714
|
-
.
|
1720
|
+
._PuckCanvas-root_6zd4y_32 {
|
1715
1721
|
transition: none !important;
|
1716
1722
|
}
|
1717
1723
|
}
|
1718
|
-
.
|
1724
|
+
._PuckCanvas--ready_6zd4y_56 ._PuckCanvas-root_6zd4y_32 {
|
1719
1725
|
opacity: 1;
|
1720
1726
|
transition: opacity 150ms ease-out;
|
1721
1727
|
}
|