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