@measured/puck 0.20.0 → 0.20.1-canary.d7404af9
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-DCZ7BU3G.mjs → chunk-AMBEQM6V.mjs} +27 -27
- package/dist/index.css +319 -319
- package/dist/index.js +27 -27
- package/dist/index.mjs +1 -1
- package/dist/no-external.css +319 -319
- package/dist/no-external.js +27 -27
- package/dist/no-external.mjs +1 -1
- package/package.json +1 -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 {
|
|
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 {
|
|
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 + .ActionBar-label {
|
|
178
178
|
padding-inline-start: 0;
|
|
179
179
|
}
|
|
180
|
-
.
|
|
180
|
+
.ActionBar-label + .ActionBar-action {
|
|
181
181
|
margin-inline-start: -4px;
|
|
182
182
|
}
|
|
183
|
-
.
|
|
183
|
+
.ActionBar-group {
|
|
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:first-of-type {
|
|
192
192
|
border-inline-start: 0;
|
|
193
193
|
}
|
|
194
|
-
.
|
|
194
|
+
.ActionBar-group:empty {
|
|
195
195
|
display: none;
|
|
196
196
|
}
|
|
197
|
-
.
|
|
197
|
+
.ActionBar-action {
|
|
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 svg {
|
|
213
213
|
max-width: none !important;
|
|
214
214
|
}
|
|
215
|
-
.
|
|
215
|
+
.ActionBar-action: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:hover {
|
|
221
221
|
color: var(--puck-color-azure-06);
|
|
222
222
|
transition: none;
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
.ActionBar-action:active {
|
|
226
226
|
color: var(--puck-color-azure-07);
|
|
227
227
|
transition: none;
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
.ActionBar-group * {
|
|
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 + .InputWrapper {
|
|
235
235
|
margin-top: 12px;
|
|
236
236
|
}
|
|
237
|
-
.
|
|
237
|
+
.Input-label {
|
|
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 {
|
|
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 {
|
|
252
252
|
color: var(--puck-color-grey-05);
|
|
253
253
|
margin-inline-start: auto;
|
|
254
254
|
}
|
|
255
|
-
.
|
|
255
|
+
.Input-input {
|
|
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 {
|
|
271
271
|
font-size: 14px;
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
|
-
select.
|
|
274
|
+
select.Input-input {
|
|
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_bsxfo_26 {
|
|
|
280
280
|
background-color: var(--puck-color-white);
|
|
281
281
|
cursor: pointer;
|
|
282
282
|
}
|
|
283
|
-
select.
|
|
283
|
+
select.Input-input:dir(rtl) {
|
|
284
284
|
background-position: 12px calc(50% + 3px);
|
|
285
285
|
}
|
|
286
286
|
@media (hover: hover) and (pointer: fine) {
|
|
287
|
-
.
|
|
288
|
-
.
|
|
287
|
+
.Input:has(> input):hover .Input-input:not([readonly]),
|
|
288
|
+
.Input:has(> textarea):hover .Input-input:not([readonly]) {
|
|
289
289
|
border-color: var(--puck-color-grey-05);
|
|
290
290
|
transition: none;
|
|
291
291
|
}
|
|
292
|
-
.
|
|
292
|
+
.Input:has(> select):hover .Input-input: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: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 > .Input-input,
|
|
305
|
+
.Input--readOnly > select.Input-input {
|
|
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_bsxfo_26:dir(rtl) {
|
|
|
311
311
|
outline: 0;
|
|
312
312
|
transition: none;
|
|
313
313
|
}
|
|
314
|
-
.
|
|
314
|
+
.Input-radioGroupItems {
|
|
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 {
|
|
321
321
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
322
322
|
flex-grow: 1;
|
|
323
323
|
}
|
|
324
|
-
.
|
|
324
|
+
.Input-radio:first-of-type {
|
|
325
325
|
border-bottom-left-radius: 4px;
|
|
326
326
|
border-top-left-radius: 4px;
|
|
327
327
|
}
|
|
328
|
-
.
|
|
328
|
+
.Input-radio:first-of-type .Input-radioInner {
|
|
329
329
|
border-bottom-left-radius: 3px;
|
|
330
330
|
border-top-left-radius: 3px;
|
|
331
331
|
}
|
|
332
|
-
.
|
|
332
|
+
.Input-radio: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:last-of-type .Input-radioInner {
|
|
338
338
|
border-bottom-right-radius: 3px;
|
|
339
339
|
border-top-right-radius: 3px;
|
|
340
340
|
}
|
|
341
|
-
.
|
|
341
|
+
.Input-radioInner {
|
|
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_bsxfo_26:dir(rtl) {
|
|
|
347
347
|
text-align: center;
|
|
348
348
|
transition: background-color 50ms ease-in;
|
|
349
349
|
}
|
|
350
|
-
.
|
|
350
|
+
.Input-radio: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:hover {
|
|
357
357
|
background-color: var(--puck-color-azure-12);
|
|
358
358
|
transition: none;
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
|
-
.
|
|
361
|
+
.Input--readOnly .Input-radioInner {
|
|
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 .Input-radioInput:checked ~ .Input-radioInner {
|
|
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 .Input-radioInput:checked ~ .Input-radioInner {
|
|
372
372
|
background-color: var(--puck-color-grey-11);
|
|
373
373
|
color: var(--puck-color-grey-04);
|
|
374
374
|
}
|
|
375
|
-
.
|
|
375
|
+
.Input-radio .Input-radioInput {
|
|
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_bsxfo_26:dir(rtl) {
|
|
|
381
381
|
white-space: nowrap;
|
|
382
382
|
width: 1px;
|
|
383
383
|
}
|
|
384
|
-
textarea.
|
|
384
|
+
textarea.Input-input {
|
|
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 {
|
|
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 {
|
|
397
397
|
background-color: var(--puck-color-azure-11);
|
|
398
398
|
overflow: hidden;
|
|
399
399
|
}
|
|
400
|
-
.
|
|
400
|
+
.ArrayField-addButton {
|
|
401
401
|
background-color: var(--puck-color-white);
|
|
402
402
|
border: none;
|
|
403
403
|
border-radius: 3px;
|
|
@@ -411,63 +411,63 @@ textarea._Input-input_bsxfo_26 {
|
|
|
411
411
|
text-align: left;
|
|
412
412
|
transition: background-color 50ms ease-in;
|
|
413
413
|
}
|
|
414
|
-
.
|
|
414
|
+
.ArrayField--hasItems > .ArrayField-addButton {
|
|
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: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:not(.ArrayField--isDraggingFrom) > .ArrayField-addButton: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:not(.ArrayField--isDraggingFrom) > .ArrayField-addButton: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 {
|
|
437
437
|
margin-top: -1px;
|
|
438
438
|
}
|
|
439
|
-
.
|
|
439
|
+
.ArrayFieldItem {
|
|
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 {
|
|
446
446
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
447
447
|
}
|
|
448
|
-
.
|
|
448
|
+
.ArrayFieldItem--isDragging {
|
|
449
449
|
border-top: transparent;
|
|
450
450
|
}
|
|
451
|
-
.
|
|
451
|
+
.ArrayFieldItem--isExpanded::before {
|
|
452
452
|
display: none;
|
|
453
453
|
}
|
|
454
|
-
.
|
|
454
|
+
.ArrayFieldItem--isExpanded {
|
|
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 {
|
|
461
461
|
outline: 2px var(--puck-color-azure-09) solid !important;
|
|
462
462
|
}
|
|
463
|
-
.
|
|
463
|
+
.ArrayFieldItem--isDragging .ArrayFieldItem-summary:active {
|
|
464
464
|
background-color: var(--puck-color-white);
|
|
465
465
|
}
|
|
466
|
-
.
|
|
466
|
+
.ArrayFieldItem + .ArrayFieldItem {
|
|
467
467
|
border-top-left-radius: 0;
|
|
468
468
|
border-top-right-radius: 0;
|
|
469
469
|
}
|
|
470
|
-
.
|
|
470
|
+
.ArrayFieldItem-summary {
|
|
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_bsxfo_26 {
|
|
|
482
482
|
overflow: hidden;
|
|
483
483
|
transition: background-color 50ms ease-in;
|
|
484
484
|
}
|
|
485
|
-
.
|
|
485
|
+
.ArrayFieldItem:first-of-type > .ArrayFieldItem-summary {
|
|
486
486
|
border-top-left-radius: 3px;
|
|
487
487
|
border-top-right-radius: 3px;
|
|
488
488
|
}
|
|
489
|
-
.
|
|
489
|
+
.ArrayField--addDisabled > .ArrayField-inner > .ArrayFieldItem:last-of-type:not(.ArrayFieldItem--isExpanded) > .ArrayFieldItem-summary {
|
|
490
490
|
border-bottom-left-radius: 3px;
|
|
491
491
|
border-bottom-right-radius: 3px;
|
|
492
492
|
}
|
|
493
|
-
.
|
|
493
|
+
.ArrayField--addDisabled > .ArrayField-inner > .ArrayFieldItem--isExpanded:last-of-type {
|
|
494
494
|
border-bottom-left-radius: 3px;
|
|
495
495
|
border-bottom-right-radius: 3px;
|
|
496
496
|
}
|
|
497
|
-
.
|
|
497
|
+
.ArrayFieldItem-summary: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:hover {
|
|
503
503
|
background-color: var(--puck-color-azure-12);
|
|
504
504
|
transition: none;
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
|
-
.
|
|
507
|
+
.ArrayFieldItem-summary:active {
|
|
508
508
|
background-color: var(--puck-color-azure-11);
|
|
509
509
|
transition: none;
|
|
510
510
|
}
|
|
511
|
-
.
|
|
511
|
+
.ArrayFieldItem--isExpanded > .ArrayFieldItem-summary {
|
|
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 {
|
|
518
518
|
background: var(--puck-color-white);
|
|
519
519
|
display: none;
|
|
520
520
|
}
|
|
521
|
-
.
|
|
521
|
+
.ArrayFieldItem--isExpanded > .ArrayFieldItem-body {
|
|
522
522
|
display: block;
|
|
523
523
|
}
|
|
524
|
-
.
|
|
524
|
+
.ArrayFieldItem-fieldset {
|
|
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 {
|
|
532
532
|
display: flex;
|
|
533
533
|
gap: 4px;
|
|
534
534
|
align-items: center;
|
|
535
535
|
}
|
|
536
|
-
.
|
|
536
|
+
.ArrayFieldItem-actions {
|
|
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:focus-within > .ArrayFieldItem-rhs > .ArrayFieldItem-actions,
|
|
543
|
+
.ArrayFieldItem-summary:hover > .ArrayFieldItem-rhs > .ArrayFieldItem-actions {
|
|
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 {
|
|
549
549
|
align-items: center;
|
|
550
550
|
background: transparent;
|
|
551
551
|
border: none;
|
|
@@ -557,23 +557,23 @@ textarea._Input-input_bsxfo_26 {
|
|
|
557
557
|
padding: 4px;
|
|
558
558
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
559
559
|
}
|
|
560
|
-
.
|
|
560
|
+
.IconButton: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:hover:not(.IconButton--disabled) {
|
|
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:active {
|
|
573
573
|
background: var(--puck-color-azure-11);
|
|
574
574
|
transition: none;
|
|
575
575
|
}
|
|
576
|
-
.
|
|
576
|
+
.IconButton-title {
|
|
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_bsxfo_26 {
|
|
|
582
582
|
white-space: nowrap;
|
|
583
583
|
width: 1px;
|
|
584
584
|
}
|
|
585
|
-
.
|
|
585
|
+
.IconButton--disabled {
|
|
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 {
|
|
591
591
|
0% {
|
|
592
592
|
transform: rotate(0deg) scale(1);
|
|
593
593
|
}
|
|
@@ -598,28 +598,28 @@ textarea._Input-input_bsxfo_26 {
|
|
|
598
598
|
transform: rotate(360deg) scale(1);
|
|
599
599
|
}
|
|
600
600
|
}
|
|
601
|
-
.
|
|
601
|
+
.Loader {
|
|
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 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 {
|
|
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 {
|
|
619
619
|
cursor: no-drop;
|
|
620
620
|
}
|
|
621
621
|
@media (hover: hover) and (pointer: fine) {
|
|
622
|
-
.
|
|
622
|
+
.DragIcon:not(.DragIcon--disabled):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_bsxfo_26 {
|
|
|
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 {
|
|
643
643
|
display: flex;
|
|
644
644
|
}
|
|
645
|
-
.
|
|
645
|
+
.ExternalInput-button {
|
|
646
646
|
display: flex;
|
|
647
647
|
gap: 8px;
|
|
648
648
|
align-items: center;
|
|
@@ -660,16 +660,16 @@ textarea._Input-input_bsxfo_26 {
|
|
|
660
660
|
overflow: hidden;
|
|
661
661
|
flex-grow: 1;
|
|
662
662
|
}
|
|
663
|
-
.
|
|
663
|
+
.ExternalInput--dataSelected .ExternalInput-button {
|
|
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 .ExternalInput-button {
|
|
670
670
|
background-color: var(--puck-color-grey-11);
|
|
671
671
|
}
|
|
672
|
-
.
|
|
672
|
+
.ExternalInput-detachButton {
|
|
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_bsxfo_26 {
|
|
|
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:focus-visible,
|
|
688
|
+
.ExternalInput-detachButton: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:not(.ExternalInput--readOnly) .ExternalInput-button:hover,
|
|
695
|
+
.ExternalInput:not(.ExternalInput--readOnly) .ExternalInput-detachButton:hover {
|
|
696
696
|
background: var(--puck-color-azure-12);
|
|
697
697
|
transition: none;
|
|
698
698
|
}
|
|
699
|
-
.
|
|
699
|
+
.ExternalInput:not(.ExternalInput--readOnly) .ExternalInput-detachButton:hover {
|
|
700
700
|
color: var(--puck-color-azure-04);
|
|
701
701
|
}
|
|
702
702
|
}
|
|
703
|
-
.
|
|
704
|
-
.
|
|
703
|
+
.ExternalInput:not(.ExternalInput--readOnly) .ExternalInput-button:active,
|
|
704
|
+
.ExternalInput:not(.ExternalInput--readOnly) .ExternalInput-detachButton:active {
|
|
705
705
|
background: var(--puck-color-azure-11);
|
|
706
706
|
transition: none;
|
|
707
707
|
}
|
|
708
|
-
.
|
|
708
|
+
.ExternalInputModal {
|
|
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_bsxfo_26 {
|
|
|
714
714
|
min-height: 50dvh;
|
|
715
715
|
max-height: 90dvh;
|
|
716
716
|
}
|
|
717
|
-
.
|
|
717
|
+
.ExternalInputModal-grid {
|
|
718
718
|
display: flex;
|
|
719
719
|
flex-direction: column;
|
|
720
720
|
}
|
|
721
721
|
@media (min-width: 458px) {
|
|
722
|
-
.
|
|
722
|
+
.ExternalInputModal-grid {
|
|
723
723
|
display: grid;
|
|
724
724
|
grid-template-columns: 100%;
|
|
725
725
|
}
|
|
726
|
-
.
|
|
726
|
+
.ExternalInputModal--filtersToggled .ExternalInputModal-grid {
|
|
727
727
|
grid-template-columns: 25% 75%;
|
|
728
728
|
}
|
|
729
729
|
}
|
|
730
|
-
.
|
|
730
|
+
.ExternalInputModal-filters {
|
|
731
731
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
732
732
|
}
|
|
733
|
-
.
|
|
733
|
+
.ExternalInputModal--filtersToggled .ExternalInputModal-filters {
|
|
734
734
|
display: none;
|
|
735
735
|
}
|
|
736
736
|
@media (min-width: 458px) {
|
|
737
|
-
.
|
|
737
|
+
.ExternalInputModal-filters {
|
|
738
738
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
739
739
|
display: none;
|
|
740
740
|
}
|
|
741
|
-
.
|
|
741
|
+
.ExternalInputModal--filtersToggled .ExternalInputModal-filters {
|
|
742
742
|
display: block;
|
|
743
743
|
}
|
|
744
744
|
}
|
|
745
|
-
.
|
|
745
|
+
.ExternalInputModal-masthead {
|
|
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_bsxfo_26 {
|
|
|
750
750
|
gap: 24px;
|
|
751
751
|
padding: 24px;
|
|
752
752
|
}
|
|
753
|
-
.
|
|
753
|
+
.ExternalInputModal-tableWrapper {
|
|
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 {
|
|
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_bsxfo_26 {
|
|
|
764
764
|
z-index: 0;
|
|
765
765
|
min-width: 100%;
|
|
766
766
|
}
|
|
767
|
-
.
|
|
767
|
+
.ExternalInputModal-thead {
|
|
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 {
|
|
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 {
|
|
781
781
|
border-bottom: 1px solid var(--puck-color-grey-10);
|
|
782
782
|
padding: 16px 24px;
|
|
783
783
|
}
|
|
784
|
-
.
|
|
784
|
+
.ExternalInputModal-tr .ExternalInputModal-td: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 .ExternalInputModal-tr: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 .ExternalInputModal-tr:hover .ExternalInputModal-td: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 .ExternalInputModal-tr:last-of-type .ExternalInputModal-td {
|
|
803
803
|
border-bottom: none;
|
|
804
804
|
}
|
|
805
|
-
.
|
|
805
|
+
.ExternalInputModal-tableWrapper {
|
|
806
806
|
display: none;
|
|
807
807
|
}
|
|
808
|
-
.
|
|
808
|
+
.ExternalInputModal--hasData .ExternalInputModal-tableWrapper {
|
|
809
809
|
display: block;
|
|
810
810
|
}
|
|
811
|
-
.
|
|
811
|
+
.ExternalInputModal-loadingBanner {
|
|
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_bsxfo_26 {
|
|
|
820
820
|
right: 0;
|
|
821
821
|
bottom: 0;
|
|
822
822
|
}
|
|
823
|
-
.
|
|
823
|
+
.ExternalInputModal--isLoading .ExternalInputModal-loadingBanner {
|
|
824
824
|
display: flex;
|
|
825
825
|
}
|
|
826
|
-
.
|
|
826
|
+
.ExternalInputModal-searchForm {
|
|
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 {
|
|
834
834
|
flex-wrap: nowrap;
|
|
835
835
|
}
|
|
836
836
|
}
|
|
837
|
-
.
|
|
837
|
+
.ExternalInputModal-search {
|
|
838
838
|
display: flex;
|
|
839
839
|
background: var(--puck-color-white);
|
|
840
840
|
border-width: 1px;
|
|
@@ -844,18 +844,18 @@ textarea._Input-input_bsxfo_26 {
|
|
|
844
844
|
flex-grow: 1;
|
|
845
845
|
transition: border-color 50ms ease-in;
|
|
846
846
|
}
|
|
847
|
-
.
|
|
847
|
+
.ExternalInputModal-search: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:hover {
|
|
854
854
|
border-color: var(--puck-color-grey-05);
|
|
855
855
|
transition: none;
|
|
856
856
|
}
|
|
857
857
|
}
|
|
858
|
-
.
|
|
858
|
+
.ExternalInputModal-searchIcon {
|
|
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_bsxfo_26 {
|
|
|
867
867
|
padding: 12px 15px;
|
|
868
868
|
transition: color 50ms ease-in;
|
|
869
869
|
}
|
|
870
|
-
.
|
|
870
|
+
.ExternalInputModal-search:focus-within .ExternalInputModal-searchIcon {
|
|
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:hover .ExternalInputModal-searchIcon {
|
|
876
876
|
color: var(--puck-color-grey-04);
|
|
877
877
|
transition: none;
|
|
878
878
|
}
|
|
879
879
|
}
|
|
880
|
-
.
|
|
880
|
+
.ExternalInputModal-searchIconText {
|
|
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_bsxfo_26 {
|
|
|
886
886
|
white-space: nowrap;
|
|
887
887
|
width: 1px;
|
|
888
888
|
}
|
|
889
|
-
.
|
|
889
|
+
.ExternalInputModal-searchInput {
|
|
890
890
|
border: none;
|
|
891
891
|
border-radius: 4px;
|
|
892
892
|
background: var(--puck-color-white);
|
|
@@ -895,35 +895,35 @@ textarea._Input-input_bsxfo_26 {
|
|
|
895
895
|
padding: 12px 15px;
|
|
896
896
|
width: 100%;
|
|
897
897
|
}
|
|
898
|
-
.
|
|
898
|
+
.ExternalInputModal-searchInput:focus {
|
|
899
899
|
outline: 0;
|
|
900
900
|
}
|
|
901
|
-
.
|
|
901
|
+
.ExternalInputModal-searchActions {
|
|
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 {
|
|
909
909
|
width: auto;
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
|
-
.
|
|
912
|
+
.ExternalInputModal-searchActionIcon {
|
|
913
913
|
align-self: center;
|
|
914
914
|
}
|
|
915
|
-
.
|
|
915
|
+
.ExternalInputModal-footerContainer {
|
|
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 {
|
|
922
922
|
font-weight: 500;
|
|
923
923
|
font-size: 14px;
|
|
924
924
|
text-align: right;
|
|
925
925
|
}
|
|
926
|
-
.
|
|
926
|
+
.ExternalInputModal-field {
|
|
927
927
|
color: var(--puck-color-grey-04);
|
|
928
928
|
margin: 16px;
|
|
929
929
|
margin-bottom: 12px;
|
|
@@ -931,7 +931,7 @@ textarea._Input-input_bsxfo_26 {
|
|
|
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 {
|
|
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_bsxfo_26 {
|
|
|
944
944
|
z-index: 1;
|
|
945
945
|
padding: 32px;
|
|
946
946
|
}
|
|
947
|
-
.
|
|
947
|
+
.Modal--isOpen {
|
|
948
948
|
display: flex;
|
|
949
949
|
}
|
|
950
|
-
.
|
|
950
|
+
.Modal-inner {
|
|
951
951
|
width: 100%;
|
|
952
952
|
max-width: 1024px;
|
|
953
953
|
border-radius: 8px;
|
|
@@ -959,44 +959,44 @@ textarea._Input-input_bsxfo_26 {
|
|
|
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 {
|
|
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 b {
|
|
969
969
|
font-weight: 700;
|
|
970
970
|
}
|
|
971
|
-
.
|
|
971
|
+
.Heading--xxxxl {
|
|
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 {
|
|
977
977
|
font-size: var(--puck-font-size-xxxl);
|
|
978
978
|
}
|
|
979
|
-
.
|
|
979
|
+
.Heading--xxl {
|
|
980
980
|
font-size: var(--puck-font-size-xxl);
|
|
981
981
|
}
|
|
982
|
-
.
|
|
982
|
+
.Heading--xl {
|
|
983
983
|
font-size: var(--puck-font-size-xl);
|
|
984
984
|
}
|
|
985
|
-
.
|
|
985
|
+
.Heading--l {
|
|
986
986
|
font-size: var(--puck-font-size-l);
|
|
987
987
|
}
|
|
988
|
-
.
|
|
988
|
+
.Heading--m {
|
|
989
989
|
font-size: var(--puck-font-size-m);
|
|
990
990
|
}
|
|
991
|
-
.
|
|
991
|
+
.Heading--s {
|
|
992
992
|
font-size: var(--puck-font-size-s);
|
|
993
993
|
}
|
|
994
|
-
.
|
|
994
|
+
.Heading--xs {
|
|
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 {
|
|
1000
1000
|
appearance: none;
|
|
1001
1001
|
background: none;
|
|
1002
1002
|
border: 1px solid transparent;
|
|
@@ -1018,81 +1018,81 @@ textarea._Input-input_bsxfo_26 {
|
|
|
1018
1018
|
white-space: nowrap;
|
|
1019
1019
|
margin: 0;
|
|
1020
1020
|
}
|
|
1021
|
-
.
|
|
1022
|
-
.
|
|
1021
|
+
.Button:hover,
|
|
1022
|
+
.Button:active {
|
|
1023
1023
|
transition: none;
|
|
1024
1024
|
}
|
|
1025
|
-
.
|
|
1025
|
+
.Button--medium {
|
|
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 {
|
|
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 {
|
|
1039
1039
|
margin-top: 2px;
|
|
1040
1040
|
}
|
|
1041
|
-
.
|
|
1041
|
+
.Button--primary {
|
|
1042
1042
|
background: var(--puck-color-azure-04);
|
|
1043
1043
|
}
|
|
1044
|
-
.
|
|
1044
|
+
.Button: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:hover {
|
|
1050
1050
|
background-color: var(--puck-color-azure-03);
|
|
1051
1051
|
}
|
|
1052
1052
|
}
|
|
1053
|
-
.
|
|
1053
|
+
.Button--primary:active {
|
|
1054
1054
|
background-color: var(--puck-color-azure-02);
|
|
1055
1055
|
}
|
|
1056
|
-
.
|
|
1056
|
+
.Button--secondary {
|
|
1057
1057
|
border: 1px solid currentColor;
|
|
1058
1058
|
color: currentColor;
|
|
1059
1059
|
}
|
|
1060
1060
|
@media (hover: hover) and (pointer: fine) {
|
|
1061
|
-
.
|
|
1061
|
+
.Button--secondary: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:active {
|
|
1067
1067
|
background-color: var(--puck-color-azure-11);
|
|
1068
1068
|
color: var(--puck-color-black);
|
|
1069
1069
|
}
|
|
1070
|
-
.
|
|
1070
|
+
.Button--flush {
|
|
1071
1071
|
border-radius: 0;
|
|
1072
1072
|
}
|
|
1073
|
-
.
|
|
1074
|
-
.
|
|
1073
|
+
.Button--disabled,
|
|
1074
|
+
.Button--disabled: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 {
|
|
1080
1080
|
justify-content: center;
|
|
1081
1081
|
width: 100%;
|
|
1082
1082
|
}
|
|
1083
|
-
.
|
|
1083
|
+
.Button-spinner {
|
|
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 {
|
|
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 {
|
|
1096
1096
|
border: none;
|
|
1097
1097
|
margin: 0;
|
|
1098
1098
|
min-width: 0;
|
|
@@ -1100,16 +1100,16 @@ textarea._Input-input_bsxfo_26 {
|
|
|
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 {
|
|
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 {
|
|
1110
1110
|
position: relative;
|
|
1111
1111
|
}
|
|
1112
|
-
.
|
|
1112
|
+
.Drawer-draggableBg {
|
|
1113
1113
|
position: absolute;
|
|
1114
1114
|
top: 0;
|
|
1115
1115
|
right: 0;
|
|
@@ -1118,7 +1118,7 @@ textarea._Input-input_bsxfo_26 {
|
|
|
1118
1118
|
pointer-events: none;
|
|
1119
1119
|
z-index: -1;
|
|
1120
1120
|
}
|
|
1121
|
-
.
|
|
1121
|
+
.DrawerItem-draggable {
|
|
1122
1122
|
background: var(--puck-color-white);
|
|
1123
1123
|
cursor: grab;
|
|
1124
1124
|
padding: 12px;
|
|
@@ -1130,39 +1130,39 @@ textarea._Input-input_bsxfo_26 {
|
|
|
1130
1130
|
align-items: center;
|
|
1131
1131
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
1132
1132
|
}
|
|
1133
|
-
.
|
|
1133
|
+
.DrawerItem--disabled .DrawerItem-draggable {
|
|
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:focus-visible {
|
|
1139
1139
|
outline: 0;
|
|
1140
1140
|
}
|
|
1141
|
-
.
|
|
1141
|
+
.Drawer:not(.Drawer--isDraggingFrom) .DrawerItem:focus-visible .DrawerItem-draggable {
|
|
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:not(.Drawer--isDraggingFrom) .DrawerItem:not(.DrawerItem--disabled) .DrawerItem-draggable: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 {
|
|
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 {
|
|
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 {
|
|
1166
1166
|
height: 100%;
|
|
1167
1167
|
width: 100%;
|
|
1168
1168
|
top: 0;
|
|
@@ -1171,17 +1171,17 @@ textarea._Input-input_bsxfo_26 {
|
|
|
1171
1171
|
box-sizing: border-box;
|
|
1172
1172
|
z-index: 1;
|
|
1173
1173
|
}
|
|
1174
|
-
.
|
|
1174
|
+
.DraggableComponent-overlay {
|
|
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:focus-visible > .DraggableComponent-overlayWrapper {
|
|
1182
1182
|
outline: 1px solid var(--puck-color-azure-05);
|
|
1183
1183
|
}
|
|
1184
|
-
.
|
|
1184
|
+
.DraggableComponent-loadingOverlay {
|
|
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_bsxfo_26 {
|
|
|
1196
1196
|
opacity: 0.8;
|
|
1197
1197
|
z-index: 1;
|
|
1198
1198
|
}
|
|
1199
|
-
.
|
|
1199
|
+
.DraggableComponent--hover > .DraggableComponent-overlayWrapper > .DraggableComponent-overlay {
|
|
1200
1200
|
background: var(--overlay-background);
|
|
1201
1201
|
outline: 2px var(--puck-color-azure-09) solid;
|
|
1202
1202
|
}
|
|
1203
|
-
.
|
|
1203
|
+
.DraggableComponent--isSelected > .DraggableComponent-overlayWrapper > .DraggableComponent-overlay {
|
|
1204
1204
|
outline-color: var(--puck-color-azure-07);
|
|
1205
1205
|
}
|
|
1206
|
-
.
|
|
1206
|
+
.DraggableComponent:has(.DraggableComponent--hover > .DraggableComponent-overlayWrapper) > .DraggableComponent-overlayWrapper {
|
|
1207
1207
|
display: none;
|
|
1208
1208
|
}
|
|
1209
|
-
.
|
|
1209
|
+
.DraggableComponent-actionsOverlay {
|
|
1210
1210
|
position: sticky;
|
|
1211
1211
|
opacity: 0;
|
|
1212
1212
|
pointer-events: none;
|
|
1213
1213
|
z-index: 2;
|
|
1214
1214
|
}
|
|
1215
|
-
.
|
|
1215
|
+
.DraggableComponent--isSelected .DraggableComponent-actionsOverlay {
|
|
1216
1216
|
opacity: 1;
|
|
1217
1217
|
pointer-events: auto;
|
|
1218
1218
|
}
|
|
1219
|
-
.
|
|
1219
|
+
.DraggableComponent-actions {
|
|
1220
1220
|
position: absolute;
|
|
1221
1221
|
width: auto;
|
|
1222
1222
|
cursor: grab;
|
|
@@ -1264,7 +1264,7 @@ textarea._Input-input_bsxfo_26 {
|
|
|
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 {
|
|
1268
1268
|
--resize-animation-ms: 150ms;
|
|
1269
1269
|
position: relative;
|
|
1270
1270
|
height: 100%;
|
|
@@ -1272,47 +1272,47 @@ textarea._Input-input_bsxfo_26 {
|
|
|
1272
1272
|
outline-offset: -2px;
|
|
1273
1273
|
width: 100%;
|
|
1274
1274
|
}
|
|
1275
|
-
.
|
|
1275
|
+
.DropZone--hasChildren {
|
|
1276
1276
|
min-height: 0;
|
|
1277
1277
|
}
|
|
1278
|
-
.
|
|
1278
|
+
.DropZone: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 {
|
|
1282
1282
|
transition: min-height var(--resize-animation-ms) ease-in;
|
|
1283
1283
|
}
|
|
1284
|
-
.
|
|
1285
|
-
.
|
|
1284
|
+
.DropZone--isAreaSelected,
|
|
1285
|
+
.DropZone--hoveringOverArea:not(.DropZone--isRootZone) {
|
|
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: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 {
|
|
1294
1294
|
outline: 2px dashed var(--puck-color-azure-04) !important;
|
|
1295
1295
|
}
|
|
1296
|
-
.
|
|
1296
|
+
.DropZone--isDestination:not(.DropZone--isRootZone) {
|
|
1297
1297
|
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent) !important;
|
|
1298
1298
|
}
|
|
1299
|
-
.
|
|
1299
|
+
.DropZone-item {
|
|
1300
1300
|
position: relative;
|
|
1301
1301
|
}
|
|
1302
|
-
.
|
|
1302
|
+
.DropZone-hitbox {
|
|
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 {
|
|
1310
1310
|
outline: 2px dashed var(--puck-color-azure-06);
|
|
1311
1311
|
}
|
|
1312
|
-
.
|
|
1312
|
+
.DropZone > *:not([data-puck-component]) {
|
|
1313
1313
|
opacity: 0;
|
|
1314
1314
|
}
|
|
1315
|
-
body:has(.
|
|
1315
|
+
body:has(.DropZone--isAnimating:empty) [data-puck-overlay] {
|
|
1316
1316
|
opacity: 0 !important;
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
@@ -1331,52 +1331,52 @@ body:has(._DropZone--isAnimating_1i2sv_68: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 {
|
|
1335
1335
|
cursor: text;
|
|
1336
1336
|
display: inline-block;
|
|
1337
1337
|
}
|
|
1338
|
-
[data-dnd-dragging] .
|
|
1338
|
+
[data-dnd-dragging] .InlineTextField {
|
|
1339
1339
|
cursor: none;
|
|
1340
1340
|
caret-color: transparent;
|
|
1341
1341
|
}
|
|
1342
|
-
[data-dnd-dragging] .
|
|
1342
|
+
[data-dnd-dragging] .InlineTextField::selection {
|
|
1343
1343
|
display: none;
|
|
1344
1344
|
}
|
|
1345
1345
|
|
|
1346
1346
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
|
1347
|
-
.
|
|
1347
|
+
.SidebarSection {
|
|
1348
1348
|
display: flex;
|
|
1349
1349
|
position: relative;
|
|
1350
1350
|
flex-direction: column;
|
|
1351
1351
|
color: var(--puck-color-black);
|
|
1352
1352
|
}
|
|
1353
|
-
.
|
|
1353
|
+
.SidebarSection:last-of-type {
|
|
1354
1354
|
flex-grow: 1;
|
|
1355
1355
|
}
|
|
1356
|
-
.
|
|
1356
|
+
.SidebarSection-title {
|
|
1357
1357
|
background: var(--puck-color-white);
|
|
1358
1358
|
padding: 16px;
|
|
1359
1359
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1360
1360
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1361
1361
|
overflow-x: auto;
|
|
1362
1362
|
}
|
|
1363
|
-
.
|
|
1363
|
+
.SidebarSection--noBorderTop > .SidebarSection-title {
|
|
1364
1364
|
border-top: 0px;
|
|
1365
1365
|
}
|
|
1366
|
-
.
|
|
1366
|
+
.SidebarSection-content {
|
|
1367
1367
|
padding: 16px;
|
|
1368
1368
|
}
|
|
1369
|
-
.
|
|
1369
|
+
.SidebarSection--noPadding > .SidebarSection-content {
|
|
1370
1370
|
padding: 0px;
|
|
1371
1371
|
}
|
|
1372
|
-
.
|
|
1372
|
+
.SidebarSection--noPadding > .SidebarSection-content:last-child {
|
|
1373
1373
|
padding-bottom: 4px;
|
|
1374
1374
|
}
|
|
1375
|
-
.
|
|
1375
|
+
.SidebarSection:last-of-type .SidebarSection-content {
|
|
1376
1376
|
border-bottom: none;
|
|
1377
1377
|
flex-grow: 1;
|
|
1378
1378
|
}
|
|
1379
|
-
.
|
|
1379
|
+
.SidebarSection-breadcrumbLabel {
|
|
1380
1380
|
background: none;
|
|
1381
1381
|
border: 0;
|
|
1382
1382
|
border-radius: 2px;
|
|
@@ -1387,34 +1387,34 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1387
1387
|
padding: 0;
|
|
1388
1388
|
transition: color 50ms ease-in;
|
|
1389
1389
|
}
|
|
1390
|
-
.
|
|
1390
|
+
.SidebarSection-breadcrumbLabel:focus-visible {
|
|
1391
1391
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1392
1392
|
outline-offset: 2px;
|
|
1393
1393
|
}
|
|
1394
1394
|
@media (hover: hover) and (pointer: fine) {
|
|
1395
|
-
.
|
|
1395
|
+
.SidebarSection-breadcrumbLabel:hover {
|
|
1396
1396
|
color: var(--puck-color-azure-03);
|
|
1397
1397
|
transition: none;
|
|
1398
1398
|
}
|
|
1399
1399
|
}
|
|
1400
|
-
.
|
|
1400
|
+
.SidebarSection-breadcrumbLabel:active {
|
|
1401
1401
|
color: var(--puck-color-azure-02);
|
|
1402
1402
|
transition: none;
|
|
1403
1403
|
}
|
|
1404
|
-
.
|
|
1404
|
+
.SidebarSection-breadcrumbs {
|
|
1405
1405
|
align-items: center;
|
|
1406
1406
|
display: flex;
|
|
1407
1407
|
gap: 4px;
|
|
1408
1408
|
}
|
|
1409
|
-
.
|
|
1409
|
+
.SidebarSection-breadcrumb {
|
|
1410
1410
|
align-items: center;
|
|
1411
1411
|
display: flex;
|
|
1412
1412
|
gap: 4px;
|
|
1413
1413
|
}
|
|
1414
|
-
.
|
|
1414
|
+
.SidebarSection-heading {
|
|
1415
1415
|
padding-inline-end: 16px;
|
|
1416
1416
|
}
|
|
1417
|
-
.
|
|
1417
|
+
.SidebarSection-loadingOverlay {
|
|
1418
1418
|
background: var(--puck-color-white);
|
|
1419
1419
|
display: flex;
|
|
1420
1420
|
justify-content: center;
|
|
@@ -1430,21 +1430,21 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1430
1430
|
}
|
|
1431
1431
|
|
|
1432
1432
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
|
|
1433
|
-
.
|
|
1433
|
+
.Puck {
|
|
1434
1434
|
--puck-space-px: 16px;
|
|
1435
1435
|
font-family: var(--puck-font-family);
|
|
1436
1436
|
overflow-x: hidden;
|
|
1437
1437
|
}
|
|
1438
1438
|
@media (min-width: 766px) {
|
|
1439
|
-
.
|
|
1439
|
+
.Puck {
|
|
1440
1440
|
overflow-x: auto;
|
|
1441
1441
|
}
|
|
1442
1442
|
}
|
|
1443
|
-
.
|
|
1443
|
+
.Puck-portal {
|
|
1444
1444
|
position: relative;
|
|
1445
1445
|
z-index: 2;
|
|
1446
1446
|
}
|
|
1447
|
-
.
|
|
1447
|
+
.PuckLayout-inner {
|
|
1448
1448
|
--puck-frame-width: auto;
|
|
1449
1449
|
--puck-side-bar-width: 0px;
|
|
1450
1450
|
--puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
|
|
@@ -1457,63 +1457,63 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1457
1457
|
position: relative;
|
|
1458
1458
|
z-index: 0;
|
|
1459
1459
|
}
|
|
1460
|
-
.
|
|
1460
|
+
.PuckLayout--mounted .PuckLayout-inner {
|
|
1461
1461
|
--puck-side-bar-width: 186px;
|
|
1462
1462
|
}
|
|
1463
|
-
.
|
|
1463
|
+
.PuckLayout--leftSideBarVisible .PuckLayout-inner {
|
|
1464
1464
|
grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
|
|
1465
1465
|
}
|
|
1466
|
-
.
|
|
1466
|
+
.PuckLayout--rightSideBarVisible .PuckLayout-inner {
|
|
1467
1467
|
grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
|
|
1468
1468
|
}
|
|
1469
|
-
.
|
|
1469
|
+
.PuckLayout--leftSideBarVisible.PuckLayout--rightSideBarVisible .PuckLayout-inner {
|
|
1470
1470
|
grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
|
|
1471
1471
|
}
|
|
1472
1472
|
@media (min-width: 458px) {
|
|
1473
|
-
.
|
|
1473
|
+
.PuckLayout-mounted .PuckLayout-inner {
|
|
1474
1474
|
--puck-frame-width: minmax(266px, auto);
|
|
1475
1475
|
}
|
|
1476
1476
|
}
|
|
1477
1477
|
@media (min-width: 638px) {
|
|
1478
|
-
.
|
|
1478
|
+
.PuckLayout .PuckLayout-inner {
|
|
1479
1479
|
--puck-side-bar-width: minmax(186px, 250px);
|
|
1480
1480
|
}
|
|
1481
1481
|
}
|
|
1482
1482
|
@media (min-width: 766px) {
|
|
1483
|
-
.
|
|
1483
|
+
.PuckLayout .PuckLayout-inner {
|
|
1484
1484
|
--puck-frame-width: auto;
|
|
1485
1485
|
}
|
|
1486
1486
|
}
|
|
1487
1487
|
@media (min-width: 990px) {
|
|
1488
|
-
.
|
|
1488
|
+
.PuckLayout .PuckLayout-inner {
|
|
1489
1489
|
--puck-side-bar-width: 256px;
|
|
1490
1490
|
}
|
|
1491
1491
|
}
|
|
1492
1492
|
@media (min-width: 1198px) {
|
|
1493
|
-
.
|
|
1493
|
+
.PuckLayout .PuckLayout-inner {
|
|
1494
1494
|
--puck-side-bar-width: 274px;
|
|
1495
1495
|
}
|
|
1496
1496
|
}
|
|
1497
1497
|
@media (min-width: 1398px) {
|
|
1498
|
-
.
|
|
1498
|
+
.PuckLayout .PuckLayout-inner {
|
|
1499
1499
|
--puck-side-bar-width: 290px;
|
|
1500
1500
|
}
|
|
1501
1501
|
}
|
|
1502
1502
|
@media (min-width: 1598px) {
|
|
1503
|
-
.
|
|
1503
|
+
.PuckLayout .PuckLayout-inner {
|
|
1504
1504
|
--puck-side-bar-width: 320px;
|
|
1505
1505
|
}
|
|
1506
1506
|
}
|
|
1507
1507
|
|
|
1508
1508
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
|
|
1509
|
-
.
|
|
1509
|
+
.PuckFields {
|
|
1510
1510
|
position: relative;
|
|
1511
1511
|
font-family: var(--puck-font-family);
|
|
1512
1512
|
}
|
|
1513
|
-
.
|
|
1513
|
+
.PuckFields--isLoading {
|
|
1514
1514
|
min-height: 48px;
|
|
1515
1515
|
}
|
|
1516
|
-
.
|
|
1516
|
+
.PuckFields-loadingOverlay {
|
|
1517
1517
|
background: var(--puck-color-white);
|
|
1518
1518
|
display: flex;
|
|
1519
1519
|
justify-content: flex-end;
|
|
@@ -1527,40 +1527,40 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1527
1527
|
box-sizing: border-box;
|
|
1528
1528
|
opacity: 0.8;
|
|
1529
1529
|
}
|
|
1530
|
-
.
|
|
1530
|
+
.PuckFields-loadingOverlayInner {
|
|
1531
1531
|
display: flex;
|
|
1532
1532
|
padding: 16px;
|
|
1533
1533
|
position: sticky;
|
|
1534
1534
|
top: 0;
|
|
1535
1535
|
}
|
|
1536
|
-
.
|
|
1536
|
+
.PuckFields-field * {
|
|
1537
1537
|
box-sizing: border-box;
|
|
1538
1538
|
}
|
|
1539
|
-
.
|
|
1539
|
+
.PuckFields--wrapFields .PuckFields-field {
|
|
1540
1540
|
color: var(--puck-color-grey-04);
|
|
1541
1541
|
padding: 16px;
|
|
1542
1542
|
padding-bottom: 12px;
|
|
1543
1543
|
display: block;
|
|
1544
1544
|
}
|
|
1545
|
-
.
|
|
1545
|
+
.PuckFields--wrapFields .PuckFields-field + .PuckFields-field {
|
|
1546
1546
|
border-top: 1px solid var(--puck-color-grey-09);
|
|
1547
1547
|
margin-top: 8px;
|
|
1548
1548
|
}
|
|
1549
1549
|
|
|
1550
1550
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
|
|
1551
|
-
.
|
|
1551
|
+
.ComponentList {
|
|
1552
1552
|
max-width: 100%;
|
|
1553
1553
|
}
|
|
1554
|
-
.
|
|
1554
|
+
.ComponentList--isExpanded + .ComponentList {
|
|
1555
1555
|
margin-top: 12px;
|
|
1556
1556
|
}
|
|
1557
|
-
.
|
|
1557
|
+
.ComponentList-content {
|
|
1558
1558
|
display: none;
|
|
1559
1559
|
}
|
|
1560
|
-
.
|
|
1560
|
+
.ComponentList--isExpanded > .ComponentList-content {
|
|
1561
1561
|
display: block;
|
|
1562
1562
|
}
|
|
1563
|
-
.
|
|
1563
|
+
.ComponentList-title {
|
|
1564
1564
|
background-color: transparent;
|
|
1565
1565
|
border: 0;
|
|
1566
1566
|
color: var(--puck-color-grey-05);
|
|
@@ -1577,38 +1577,38 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1577
1577
|
border-radius: 4px;
|
|
1578
1578
|
width: 100%;
|
|
1579
1579
|
}
|
|
1580
|
-
.
|
|
1580
|
+
.ComponentList-title:focus-visible {
|
|
1581
1581
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1582
1582
|
outline-offset: 2px;
|
|
1583
1583
|
}
|
|
1584
1584
|
@media (hover: hover) and (pointer: fine) {
|
|
1585
|
-
.
|
|
1585
|
+
.ComponentList-title:hover {
|
|
1586
1586
|
background-color: var(--puck-color-azure-11);
|
|
1587
1587
|
color: var(--puck-color-azure-04);
|
|
1588
1588
|
transition: none;
|
|
1589
1589
|
}
|
|
1590
1590
|
}
|
|
1591
|
-
.
|
|
1591
|
+
.ComponentList-title:active {
|
|
1592
1592
|
background-color: var(--puck-color-azure-10);
|
|
1593
1593
|
transition: none;
|
|
1594
1594
|
}
|
|
1595
|
-
.
|
|
1595
|
+
.ComponentList-titleIcon {
|
|
1596
1596
|
margin-inline-start: auto;
|
|
1597
1597
|
}
|
|
1598
1598
|
|
|
1599
1599
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
|
|
1600
|
-
.
|
|
1600
|
+
.PuckPreview {
|
|
1601
1601
|
position: relative;
|
|
1602
1602
|
height: 100%;
|
|
1603
1603
|
}
|
|
1604
|
-
.
|
|
1604
|
+
.PuckPreview-frame {
|
|
1605
1605
|
border: none;
|
|
1606
1606
|
height: 100%;
|
|
1607
1607
|
width: 100%;
|
|
1608
1608
|
}
|
|
1609
1609
|
|
|
1610
1610
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
|
|
1611
|
-
.
|
|
1611
|
+
.LayerTree {
|
|
1612
1612
|
color: var(--puck-color-grey-03);
|
|
1613
1613
|
font-family: var(--puck-font-family);
|
|
1614
1614
|
font-size: var(--puck-font-size-xxs);
|
|
@@ -1617,30 +1617,30 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1617
1617
|
list-style: none;
|
|
1618
1618
|
padding: 0;
|
|
1619
1619
|
}
|
|
1620
|
-
.
|
|
1620
|
+
.LayerTree-zoneTitle {
|
|
1621
1621
|
color: var(--puck-color-grey-05);
|
|
1622
1622
|
font-size: var(--puck-font-size-xxxs);
|
|
1623
1623
|
text-transform: uppercase;
|
|
1624
1624
|
}
|
|
1625
|
-
.
|
|
1625
|
+
.LayerTree-helper {
|
|
1626
1626
|
text-align: center;
|
|
1627
1627
|
color: var(--puck-color-grey-07);
|
|
1628
1628
|
margin: 8px 4px;
|
|
1629
1629
|
}
|
|
1630
|
-
.
|
|
1630
|
+
.Layer {
|
|
1631
1631
|
position: relative;
|
|
1632
1632
|
border: 1px solid transparent;
|
|
1633
1633
|
border-radius: 4px;
|
|
1634
1634
|
}
|
|
1635
|
-
.
|
|
1635
|
+
.Layer-inner {
|
|
1636
1636
|
border: 1px solid transparent;
|
|
1637
1637
|
border-radius: 4px;
|
|
1638
1638
|
transition: color 50ms ease-in;
|
|
1639
1639
|
}
|
|
1640
|
-
.
|
|
1640
|
+
.Layer--containsZone > .Layer-inner {
|
|
1641
1641
|
padding-inline-start: 0;
|
|
1642
1642
|
}
|
|
1643
|
-
.
|
|
1643
|
+
.Layer-clickable {
|
|
1644
1644
|
align-items: center;
|
|
1645
1645
|
background: none;
|
|
1646
1646
|
border: 0;
|
|
@@ -1653,65 +1653,65 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1653
1653
|
padding-inline-end: 4px;
|
|
1654
1654
|
width: 100%;
|
|
1655
1655
|
}
|
|
1656
|
-
.
|
|
1656
|
+
.Layer-clickable:focus-visible {
|
|
1657
1657
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1658
1658
|
outline-offset: 2px;
|
|
1659
1659
|
position: relative;
|
|
1660
1660
|
z-index: 1;
|
|
1661
1661
|
}
|
|
1662
1662
|
@media (hover: hover) and (pointer: fine) {
|
|
1663
|
-
.
|
|
1663
|
+
.Layer:not(.Layer--isSelected) > .Layer-inner:hover {
|
|
1664
1664
|
border-color: var(--puck-color-azure-10);
|
|
1665
1665
|
background: var(--puck-color-azure-11);
|
|
1666
1666
|
color: var(--puck-color-azure-04);
|
|
1667
1667
|
transition: none;
|
|
1668
1668
|
}
|
|
1669
1669
|
}
|
|
1670
|
-
.
|
|
1670
|
+
.Layer--isSelected {
|
|
1671
1671
|
border-color: var(--puck-color-azure-08);
|
|
1672
1672
|
}
|
|
1673
|
-
.
|
|
1673
|
+
.Layer--isSelected > .Layer-inner {
|
|
1674
1674
|
background: var(--puck-color-azure-10);
|
|
1675
1675
|
}
|
|
1676
|
-
.
|
|
1677
|
-
.
|
|
1676
|
+
.Layer--isSelected > .Layer-inner > .Layer-clickable > .Layer-chevron,
|
|
1677
|
+
.Layer--childIsSelected > .Layer-inner > .Layer-clickable > .Layer-chevron {
|
|
1678
1678
|
transform: scaleY(-1);
|
|
1679
1679
|
}
|
|
1680
|
-
.
|
|
1680
|
+
.Layer-zones {
|
|
1681
1681
|
display: none;
|
|
1682
1682
|
margin-inline-start: 12px;
|
|
1683
1683
|
}
|
|
1684
|
-
.
|
|
1685
|
-
.
|
|
1684
|
+
.Layer--isSelected > .Layer-zones,
|
|
1685
|
+
.Layer--childIsSelected > .Layer-zones {
|
|
1686
1686
|
display: block;
|
|
1687
1687
|
}
|
|
1688
|
-
.
|
|
1688
|
+
.Layer-zones > .LayerTree {
|
|
1689
1689
|
margin-inline-start: 12px;
|
|
1690
1690
|
}
|
|
1691
|
-
.
|
|
1692
|
-
.
|
|
1691
|
+
.Layer-title,
|
|
1692
|
+
.LayerTree-zoneTitle {
|
|
1693
1693
|
display: flex;
|
|
1694
1694
|
gap: 8px;
|
|
1695
1695
|
align-items: center;
|
|
1696
1696
|
margin: 8px 4px;
|
|
1697
1697
|
overflow-x: hidden;
|
|
1698
1698
|
}
|
|
1699
|
-
.
|
|
1699
|
+
.Layer-name {
|
|
1700
1700
|
overflow-x: hidden;
|
|
1701
1701
|
text-overflow: ellipsis;
|
|
1702
1702
|
white-space: nowrap;
|
|
1703
1703
|
}
|
|
1704
|
-
.
|
|
1704
|
+
.Layer-icon {
|
|
1705
1705
|
color: var(--puck-color-rose-07);
|
|
1706
1706
|
margin-top: 4px;
|
|
1707
1707
|
}
|
|
1708
|
-
.
|
|
1708
|
+
.Layer-zoneIcon {
|
|
1709
1709
|
color: var(--puck-color-grey-08);
|
|
1710
1710
|
margin-top: 4px;
|
|
1711
1711
|
}
|
|
1712
1712
|
|
|
1713
1713
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
|
|
1714
|
-
.
|
|
1714
|
+
.ViewportControls {
|
|
1715
1715
|
display: flex;
|
|
1716
1716
|
background: var(--puck-color-grey-11);
|
|
1717
1717
|
box-sizing: border-box;
|
|
@@ -1724,12 +1724,12 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1724
1724
|
padding-inline-end: var(--puck-space-px);
|
|
1725
1725
|
z-index: 1;
|
|
1726
1726
|
}
|
|
1727
|
-
.
|
|
1727
|
+
.ViewportControls-divider {
|
|
1728
1728
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1729
1729
|
margin-inline-start: 8px;
|
|
1730
1730
|
margin-inline-end: 8px;
|
|
1731
1731
|
}
|
|
1732
|
-
.
|
|
1732
|
+
.ViewportControls-zoomSelect {
|
|
1733
1733
|
appearance: none;
|
|
1734
1734
|
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
|
|
1735
1735
|
background-size: 10px;
|
|
@@ -1740,15 +1740,15 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1740
1740
|
padding: 0;
|
|
1741
1741
|
width: 96px;
|
|
1742
1742
|
}
|
|
1743
|
-
.
|
|
1743
|
+
.ViewportControls-zoomSelect:dir(rtl) {
|
|
1744
1744
|
background-position: 12px calc(50% + 3px);
|
|
1745
1745
|
}
|
|
1746
|
-
.
|
|
1746
|
+
.ViewportButton--isActive .ViewportButton-inner {
|
|
1747
1747
|
color: var(--puck-color-azure-04);
|
|
1748
1748
|
}
|
|
1749
1749
|
|
|
1750
1750
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
|
|
1751
|
-
.
|
|
1751
|
+
.PuckCanvas {
|
|
1752
1752
|
background: var(--puck-color-grey-11);
|
|
1753
1753
|
display: flex;
|
|
1754
1754
|
grid-area: editor;
|
|
@@ -1757,15 +1757,15 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1757
1757
|
overflow: auto;
|
|
1758
1758
|
}
|
|
1759
1759
|
@media (min-width: 1198px) {
|
|
1760
|
-
.
|
|
1760
|
+
.PuckCanvas {
|
|
1761
1761
|
padding: calc(var(--puck-space-px) * 1.5);
|
|
1762
1762
|
padding-top: var(--puck-space-px);
|
|
1763
1763
|
}
|
|
1764
|
-
.
|
|
1764
|
+
.PuckCanvas:not(.PuckCanvas:has(.PuckCanvas-controls)) {
|
|
1765
1765
|
padding-top: calc(var(--puck-space-px) * 1.5);
|
|
1766
1766
|
}
|
|
1767
1767
|
}
|
|
1768
|
-
.
|
|
1768
|
+
.PuckCanvas-inner {
|
|
1769
1769
|
display: flex;
|
|
1770
1770
|
height: 100%;
|
|
1771
1771
|
justify-content: center;
|
|
@@ -1773,7 +1773,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1773
1773
|
position: relative;
|
|
1774
1774
|
width: 100%;
|
|
1775
1775
|
}
|
|
1776
|
-
.
|
|
1776
|
+
.PuckCanvas-root {
|
|
1777
1777
|
background: white;
|
|
1778
1778
|
border: 1px solid var(--puck-color-grey-09);
|
|
1779
1779
|
box-sizing: content-box;
|
|
@@ -1786,20 +1786,20 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1786
1786
|
opacity: 0;
|
|
1787
1787
|
}
|
|
1788
1788
|
@media (min-width: 1198px) {
|
|
1789
|
-
.
|
|
1789
|
+
.PuckCanvas-root {
|
|
1790
1790
|
min-width: unset;
|
|
1791
1791
|
}
|
|
1792
1792
|
}
|
|
1793
1793
|
@media (prefers-reduced-motion: reduce) {
|
|
1794
|
-
.
|
|
1794
|
+
.PuckCanvas-root {
|
|
1795
1795
|
transition: none !important;
|
|
1796
1796
|
}
|
|
1797
1797
|
}
|
|
1798
|
-
.
|
|
1798
|
+
.PuckCanvas--ready .PuckCanvas-root {
|
|
1799
1799
|
pointer-events: unset;
|
|
1800
1800
|
opacity: 1;
|
|
1801
1801
|
}
|
|
1802
|
-
.
|
|
1802
|
+
.PuckCanvas-loader {
|
|
1803
1803
|
align-items: center;
|
|
1804
1804
|
color: var(--puck-color-grey-06);
|
|
1805
1805
|
display: flex;
|
|
@@ -1808,17 +1808,17 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1808
1808
|
transition: opacity 250ms ease-out;
|
|
1809
1809
|
opacity: 0;
|
|
1810
1810
|
}
|
|
1811
|
-
.
|
|
1811
|
+
.PuckCanvas--showLoader .PuckCanvas-loader {
|
|
1812
1812
|
opacity: 1;
|
|
1813
1813
|
}
|
|
1814
|
-
.
|
|
1814
|
+
.PuckCanvas--showLoader.PuckCanvas--ready .PuckCanvas-loader {
|
|
1815
1815
|
opacity: 0;
|
|
1816
1816
|
height: 0;
|
|
1817
1817
|
transition: none;
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
1820
1820
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
|
|
1821
|
-
.
|
|
1821
|
+
.MenuBar {
|
|
1822
1822
|
background-color: var(--puck-color-white);
|
|
1823
1823
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1824
1824
|
display: none;
|
|
@@ -1830,11 +1830,11 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1830
1830
|
top: 100%;
|
|
1831
1831
|
z-index: 2;
|
|
1832
1832
|
}
|
|
1833
|
-
.
|
|
1833
|
+
.MenuBar--menuOpen {
|
|
1834
1834
|
display: block;
|
|
1835
1835
|
}
|
|
1836
1836
|
@media (min-width: 638px) {
|
|
1837
|
-
.
|
|
1837
|
+
.MenuBar {
|
|
1838
1838
|
border: none;
|
|
1839
1839
|
display: block;
|
|
1840
1840
|
margin-top: 0;
|
|
@@ -1843,7 +1843,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1843
1843
|
position: static;
|
|
1844
1844
|
}
|
|
1845
1845
|
}
|
|
1846
|
-
.
|
|
1846
|
+
.MenuBar-inner {
|
|
1847
1847
|
align-items: center;
|
|
1848
1848
|
display: flex;
|
|
1849
1849
|
flex-wrap: wrap;
|
|
@@ -1851,18 +1851,18 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1851
1851
|
justify-content: flex-end;
|
|
1852
1852
|
}
|
|
1853
1853
|
@media (min-width: 638px) {
|
|
1854
|
-
.
|
|
1854
|
+
.MenuBar-inner {
|
|
1855
1855
|
display: flex;
|
|
1856
1856
|
flex-direction: row;
|
|
1857
1857
|
flex-wrap: nowrap;
|
|
1858
1858
|
}
|
|
1859
1859
|
}
|
|
1860
|
-
.
|
|
1860
|
+
.MenuBar-history {
|
|
1861
1861
|
display: flex;
|
|
1862
1862
|
}
|
|
1863
1863
|
|
|
1864
1864
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
|
|
1865
|
-
.
|
|
1865
|
+
.PuckHeader {
|
|
1866
1866
|
background: var(--puck-color-white);
|
|
1867
1867
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1868
1868
|
color: var(--puck-color-black);
|
|
@@ -1870,7 +1870,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1870
1870
|
position: relative;
|
|
1871
1871
|
max-width: 100vw;
|
|
1872
1872
|
}
|
|
1873
|
-
.
|
|
1873
|
+
.PuckHeader-inner {
|
|
1874
1874
|
align-items: end;
|
|
1875
1875
|
display: grid;
|
|
1876
1876
|
gap: var(--puck-space-px);
|
|
@@ -1879,46 +1879,46 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1879
1879
|
grid-template-rows: auto;
|
|
1880
1880
|
padding: var(--puck-space-px);
|
|
1881
1881
|
}
|
|
1882
|
-
.
|
|
1882
|
+
.PuckHeader-toggle {
|
|
1883
1883
|
color: var(--puck-color-grey-05);
|
|
1884
1884
|
display: flex;
|
|
1885
1885
|
margin-inline-start: -4px;
|
|
1886
1886
|
padding-top: 2px;
|
|
1887
1887
|
}
|
|
1888
|
-
.
|
|
1889
|
-
.
|
|
1888
|
+
.PuckHeader--rightSideBarVisible .PuckHeader-rightSideBarToggle,
|
|
1889
|
+
.PuckHeader--leftSideBarVisible .PuckHeader-leftSideBarToggle {
|
|
1890
1890
|
color: var(--puck-color-black);
|
|
1891
1891
|
}
|
|
1892
|
-
.
|
|
1892
|
+
.PuckHeader-title {
|
|
1893
1893
|
align-self: center;
|
|
1894
1894
|
}
|
|
1895
|
-
.
|
|
1895
|
+
.PuckHeader-path {
|
|
1896
1896
|
font-family: var(--puck-font-family-monospaced);
|
|
1897
1897
|
font-size: var(--puck-font-size-xxs);
|
|
1898
1898
|
font-weight: normal;
|
|
1899
1899
|
word-break: break-all;
|
|
1900
1900
|
}
|
|
1901
|
-
.
|
|
1901
|
+
.PuckHeader-tools {
|
|
1902
1902
|
display: flex;
|
|
1903
1903
|
gap: 16px;
|
|
1904
1904
|
justify-content: flex-end;
|
|
1905
1905
|
}
|
|
1906
|
-
.
|
|
1906
|
+
.PuckHeader-menuButton {
|
|
1907
1907
|
color: var(--puck-color-grey-05);
|
|
1908
1908
|
margin-inline-start: -4px;
|
|
1909
1909
|
}
|
|
1910
|
-
.
|
|
1910
|
+
.PuckHeader--menuOpen .PuckHeader-menuButton {
|
|
1911
1911
|
color: var(--puck-color-black);
|
|
1912
1912
|
}
|
|
1913
1913
|
@media (min-width: 638px) {
|
|
1914
|
-
.
|
|
1914
|
+
.PuckHeader-menuButton {
|
|
1915
1915
|
display: none;
|
|
1916
1916
|
}
|
|
1917
1917
|
}
|
|
1918
1918
|
|
|
1919
1919
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
|
|
1920
1920
|
@media (min-width: 766px) {
|
|
1921
|
-
.
|
|
1921
|
+
.ResizeHandle {
|
|
1922
1922
|
position: absolute;
|
|
1923
1923
|
width: 5px;
|
|
1924
1924
|
height: 100%;
|
|
@@ -1927,13 +1927,13 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1927
1927
|
background: transparent;
|
|
1928
1928
|
top: 0;
|
|
1929
1929
|
}
|
|
1930
|
-
.
|
|
1930
|
+
.ResizeHandle:hover {
|
|
1931
1931
|
background: rgba(0, 0, 0, 0.1);
|
|
1932
1932
|
}
|
|
1933
|
-
.
|
|
1933
|
+
.ResizeHandle--left {
|
|
1934
1934
|
right: -3px;
|
|
1935
1935
|
}
|
|
1936
|
-
.
|
|
1936
|
+
.ResizeHandle--right {
|
|
1937
1937
|
left: -3px;
|
|
1938
1938
|
}
|
|
1939
1939
|
}
|
|
@@ -1950,31 +1950,31 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1950
1950
|
}
|
|
1951
1951
|
|
|
1952
1952
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
|
|
1953
|
-
.
|
|
1953
|
+
.Sidebar {
|
|
1954
1954
|
position: relative;
|
|
1955
1955
|
display: flex;
|
|
1956
1956
|
flex-direction: column;
|
|
1957
1957
|
overflow-y: auto;
|
|
1958
1958
|
}
|
|
1959
|
-
.
|
|
1959
|
+
.Sidebar--left {
|
|
1960
1960
|
background: var(--puck-color-grey-12);
|
|
1961
1961
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1962
1962
|
grid-area: left;
|
|
1963
1963
|
}
|
|
1964
|
-
.
|
|
1964
|
+
.Sidebar--right {
|
|
1965
1965
|
background: var(--puck-color-white);
|
|
1966
1966
|
border-inline-start: 1px solid var(--puck-color-grey-09);
|
|
1967
1967
|
grid-area: right;
|
|
1968
1968
|
}
|
|
1969
|
-
.
|
|
1969
|
+
.Sidebar-resizeHandle {
|
|
1970
1970
|
position: absolute;
|
|
1971
1971
|
height: 100%;
|
|
1972
1972
|
}
|
|
1973
|
-
.
|
|
1973
|
+
.Sidebar--left + .Sidebar-resizeHandle {
|
|
1974
1974
|
grid-area: left;
|
|
1975
1975
|
justify-self: end;
|
|
1976
1976
|
}
|
|
1977
|
-
.
|
|
1977
|
+
.Sidebar--right + .Sidebar-resizeHandle {
|
|
1978
1978
|
grid-area: right;
|
|
1979
1979
|
justify-self: start;
|
|
1980
1980
|
}
|