@measured/puck 0.17.4 → 0.18.0-canary.00f3e0f
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-LNGCTWA7.mjs → chunk-CHWFBYEM.mjs} +10 -0
- package/dist/index.css +252 -205
- package/dist/index.d.mts +28 -18
- package/dist/index.d.ts +28 -18
- package/dist/index.js +3487 -1799
- package/dist/index.mjs +3571 -1865
- package/dist/{resolve-all-data-zN5E6nBu.d.mts → resolve-all-data-DzJEE28m.d.mts} +11 -1
- package/dist/{resolve-all-data-zN5E6nBu.d.ts → resolve-all-data-DzJEE28m.d.ts} +11 -1
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.mjs +1 -1
- package/package.json +5 -5
package/dist/index.css
CHANGED
@@ -135,52 +135,67 @@
|
|
135
135
|
}
|
136
136
|
|
137
137
|
/* styles.css */
|
138
|
+
#frame-root {
|
139
|
+
height: 1px;
|
140
|
+
min-height: 100vh;
|
141
|
+
}
|
138
142
|
|
139
143
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ActionBar/styles.module.css/#css-module-data */
|
140
|
-
.
|
144
|
+
._ActionBar_194sn_1 {
|
145
|
+
align-items: center;
|
146
|
+
cursor: default;
|
141
147
|
display: flex;
|
142
148
|
width: auto;
|
143
149
|
padding: 4px;
|
144
|
-
padding-
|
150
|
+
padding-left: 0;
|
151
|
+
padding-right: 0;
|
145
152
|
border-top-left-radius: 8px;
|
146
153
|
border-top-right-radius: 8px;
|
147
154
|
border-radius: 8px;
|
148
155
|
background: var(--puck-color-grey-01);
|
149
156
|
color: var(--puck-color-white);
|
150
157
|
font-family: var(--puck-font-family);
|
151
|
-
gap: 4px;
|
152
158
|
min-height: 26px;
|
153
159
|
}
|
154
|
-
._ActionBar-
|
160
|
+
._ActionBar-label_194sn_18 {
|
155
161
|
color: var(--puck-color-grey-08);
|
156
|
-
display: flex;
|
157
162
|
font-size: var(--puck-font-size-xxxs);
|
158
163
|
font-weight: 500;
|
159
|
-
justify-content: center;
|
160
|
-
align-items: center;
|
161
164
|
padding-left: 8px;
|
162
165
|
padding-right: 8px;
|
166
|
+
margin-left: 4px;
|
167
|
+
margin-right: 4px;
|
163
168
|
text-overflow: ellipsis;
|
164
169
|
white-space: nowrap;
|
165
170
|
}
|
166
|
-
._ActionBar-
|
171
|
+
._ActionBar-action_194sn_30 + ._ActionBar-label_194sn_18 {
|
172
|
+
padding-left: 0;
|
173
|
+
}
|
174
|
+
._ActionBar-label_194sn_18 + ._ActionBar-action_194sn_30 {
|
175
|
+
margin-left: -4px;
|
176
|
+
}
|
177
|
+
._ActionBar-group_194sn_38 {
|
178
|
+
align-items: center;
|
167
179
|
border-inline-start: 0.5px solid var(--puck-color-grey-05);
|
168
180
|
display: flex;
|
181
|
+
height: 100%;
|
169
182
|
padding-left: 4px;
|
170
183
|
padding-right: 4px;
|
171
184
|
}
|
172
|
-
._ActionBar-
|
173
|
-
|
185
|
+
._ActionBar-group_194sn_38:first-of-type {
|
186
|
+
border-inline-start: 0;
|
174
187
|
}
|
175
|
-
._ActionBar-
|
188
|
+
._ActionBar-group_194sn_38:empty {
|
176
189
|
display: none;
|
177
190
|
}
|
178
|
-
._ActionBar-
|
191
|
+
._ActionBar-action_194sn_30 {
|
179
192
|
background: transparent;
|
180
193
|
border: none;
|
181
194
|
color: var(--puck-color-grey-08);
|
182
195
|
cursor: pointer;
|
183
196
|
padding: 6px 8px;
|
197
|
+
margin-left: 4px;
|
198
|
+
margin-right: 4px;
|
184
199
|
border-radius: 4px;
|
185
200
|
overflow: hidden;
|
186
201
|
display: flex;
|
@@ -188,43 +203,32 @@
|
|
188
203
|
justify-content: center;
|
189
204
|
transition: color 50ms ease-in;
|
190
205
|
}
|
191
|
-
._ActionBar-
|
206
|
+
._ActionBar-action_194sn_30 svg {
|
207
|
+
max-width: none !important;
|
208
|
+
}
|
209
|
+
._ActionBar-action_194sn_30:focus-visible {
|
192
210
|
outline: 2px solid var(--puck-color-azure-05);
|
193
211
|
outline-offset: -2px;
|
194
212
|
}
|
195
213
|
@media (hover: hover) and (pointer: fine) {
|
196
|
-
._ActionBar-
|
214
|
+
._ActionBar-action_194sn_30:hover {
|
197
215
|
color: var(--puck-color-azure-06);
|
198
216
|
transition: none;
|
199
217
|
}
|
200
218
|
}
|
201
|
-
._ActionBar-
|
219
|
+
._ActionBar-action_194sn_30:active {
|
202
220
|
color: var(--puck-color-azure-07);
|
203
221
|
transition: none;
|
204
222
|
}
|
223
|
+
._ActionBar-group_194sn_38 * {
|
224
|
+
margin: 0;
|
225
|
+
}
|
205
226
|
|
206
227
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/styles.module.css/#css-module-data */
|
207
|
-
.
|
208
|
-
color: var(--puck-color-grey-04);
|
209
|
-
padding: 16px;
|
210
|
-
padding-bottom: 12px;
|
211
|
-
display: block;
|
212
|
-
}
|
213
|
-
._InputWrapper_1l5m8_1 + ._InputWrapper_1l5m8_1 {
|
214
|
-
border-top: 1px solid var(--puck-color-grey-09);
|
215
|
-
margin-top: 8px;
|
216
|
-
}
|
217
|
-
._Input_1l5m8_1 ._InputWrapper_1l5m8_1 {
|
218
|
-
padding: 0px;
|
219
|
-
}
|
220
|
-
._Input_1l5m8_1 * {
|
221
|
-
box-sizing: border-box;
|
222
|
-
}
|
223
|
-
._Input_1l5m8_1 ._InputWrapper_1l5m8_1 + ._InputWrapper_1l5m8_1 {
|
224
|
-
border-top: 0px;
|
228
|
+
._InputWrapper_1h1p1_1 + ._InputWrapper_1h1p1_1 {
|
225
229
|
margin-top: 12px;
|
226
230
|
}
|
227
|
-
._Input-
|
231
|
+
._Input-label_1h1p1_5 {
|
228
232
|
align-items: center;
|
229
233
|
color: var(--puck-color-grey-04);
|
230
234
|
display: flex;
|
@@ -232,17 +236,17 @@
|
|
232
236
|
font-size: var(--puck-font-size-xxs);
|
233
237
|
font-weight: 600;
|
234
238
|
}
|
235
|
-
._Input-
|
239
|
+
._Input-labelIcon_1h1p1_14 {
|
236
240
|
color: var(--puck-color-grey-07);
|
237
241
|
display: flex;
|
238
242
|
margin-right: 4px;
|
239
243
|
padding-left: 4px;
|
240
244
|
}
|
241
|
-
._Input-
|
245
|
+
._Input-disabledIcon_1h1p1_21 {
|
242
246
|
color: var(--puck-color-grey-05);
|
243
247
|
margin-left: auto;
|
244
248
|
}
|
245
|
-
._Input-
|
249
|
+
._Input-input_1h1p1_26 {
|
246
250
|
background: var(--puck-color-white);
|
247
251
|
border-width: 1px;
|
248
252
|
border-style: solid;
|
@@ -254,7 +258,7 @@
|
|
254
258
|
transition: border-color 50ms ease-in;
|
255
259
|
width: 100%;
|
256
260
|
}
|
257
|
-
select._Input-
|
261
|
+
select._Input-input_1h1p1_26 {
|
258
262
|
appearance: none;
|
259
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;
|
260
264
|
background-size: 12px;
|
@@ -264,25 +268,25 @@ select._Input-input_1l5m8_47 {
|
|
264
268
|
cursor: pointer;
|
265
269
|
}
|
266
270
|
@media (hover: hover) and (pointer: fine) {
|
267
|
-
.
|
268
|
-
.
|
271
|
+
._Input_1h1p1_1:has(> input):hover ._Input-input_1h1p1_26:not([readonly]),
|
272
|
+
._Input_1h1p1_1:has(> textarea):hover ._Input-input_1h1p1_26:not([readonly]) {
|
269
273
|
border-color: var(--puck-color-grey-05);
|
270
274
|
transition: none;
|
271
275
|
}
|
272
|
-
.
|
276
|
+
._Input_1h1p1_1:has(> select):hover ._Input-input_1h1p1_26:not([disabled]) {
|
273
277
|
background-color: var(--puck-color-azure-12);
|
274
278
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a5a5a'><polygon points='0,0 100,0 50,50'/></svg>");
|
275
279
|
border-color: var(--puck-color-grey-05);
|
276
280
|
transition: none;
|
277
281
|
}
|
278
282
|
}
|
279
|
-
._Input-
|
283
|
+
._Input-input_1h1p1_26:focus {
|
280
284
|
border-color: var(--puck-color-grey-05);
|
281
285
|
outline: 2px solid var(--puck-color-azure-05);
|
282
286
|
transition: none;
|
283
287
|
}
|
284
|
-
._Input--
|
285
|
-
._Input--
|
288
|
+
._Input--readOnly_1h1p1_70 > ._Input-input_1h1p1_26,
|
289
|
+
._Input--readOnly_1h1p1_70 > select._Input-input_1h1p1_26 {
|
286
290
|
background-color: var(--puck-color-grey-11);
|
287
291
|
border-color: var(--puck-color-grey-09);
|
288
292
|
color: var(--puck-color-grey-04);
|
@@ -291,34 +295,34 @@ select._Input-input_1l5m8_47 {
|
|
291
295
|
outline: 0;
|
292
296
|
transition: none;
|
293
297
|
}
|
294
|
-
._Input-
|
298
|
+
._Input-radioGroupItems_1h1p1_81 {
|
295
299
|
display: flex;
|
296
300
|
border: 1px solid var(--puck-color-grey-09);
|
297
301
|
border-radius: 4px;
|
298
302
|
flex-wrap: wrap;
|
299
303
|
}
|
300
|
-
._Input-
|
304
|
+
._Input-radio_1h1p1_81 {
|
301
305
|
border-right: 1px solid var(--puck-color-grey-09);
|
302
306
|
flex-grow: 1;
|
303
307
|
}
|
304
|
-
._Input-
|
308
|
+
._Input-radio_1h1p1_81:first-of-type {
|
305
309
|
border-bottom-left-radius: 4px;
|
306
310
|
border-top-left-radius: 4px;
|
307
311
|
}
|
308
|
-
._Input-
|
312
|
+
._Input-radio_1h1p1_81:first-of-type ._Input-radioInner_1h1p1_98 {
|
309
313
|
border-bottom-left-radius: 3px;
|
310
314
|
border-top-left-radius: 3px;
|
311
315
|
}
|
312
|
-
._Input-
|
316
|
+
._Input-radio_1h1p1_81:last-of-type {
|
313
317
|
border-bottom-right-radius: 4px;
|
314
318
|
border-right: 0;
|
315
319
|
border-top-right-radius: 4px;
|
316
320
|
}
|
317
|
-
._Input-
|
321
|
+
._Input-radio_1h1p1_81:last-of-type ._Input-radioInner_1h1p1_98 {
|
318
322
|
border-bottom-right-radius: 3px;
|
319
323
|
border-top-right-radius: 3px;
|
320
324
|
}
|
321
|
-
._Input-
|
325
|
+
._Input-radioInner_1h1p1_98 {
|
322
326
|
background-color: var(--puck-color-white);
|
323
327
|
color: var(--puck-color-grey-04);
|
324
328
|
cursor: pointer;
|
@@ -327,32 +331,32 @@ select._Input-input_1l5m8_47 {
|
|
327
331
|
text-align: center;
|
328
332
|
transition: background-color 50ms ease-in;
|
329
333
|
}
|
330
|
-
._Input-
|
334
|
+
._Input-radio_1h1p1_81:has(:focus-visible) {
|
331
335
|
outline: 2px solid var(--puck-color-azure-05);
|
332
336
|
outline-offset: 2px;
|
333
337
|
position: relative;
|
334
338
|
}
|
335
339
|
@media (hover: hover) and (pointer: fine) {
|
336
|
-
._Input-
|
340
|
+
._Input-radioInner_1h1p1_98:hover {
|
337
341
|
background-color: var(--puck-color-azure-12);
|
338
342
|
transition: none;
|
339
343
|
}
|
340
344
|
}
|
341
|
-
._Input--
|
345
|
+
._Input--readOnly_1h1p1_70 ._Input-radioInner_1h1p1_98 {
|
342
346
|
background-color: var(--puck-color-white);
|
343
347
|
color: var(--puck-color-grey-04);
|
344
348
|
cursor: default;
|
345
349
|
}
|
346
|
-
._Input-
|
350
|
+
._Input-radio_1h1p1_81 ._Input-radioInput_1h1p1_143:checked ~ ._Input-radioInner_1h1p1_98 {
|
347
351
|
background-color: var(--puck-color-azure-11);
|
348
352
|
color: var(--puck-color-azure-04);
|
349
353
|
font-weight: 500;
|
350
354
|
}
|
351
|
-
._Input--
|
355
|
+
._Input--readOnly_1h1p1_70 ._Input-radioInput_1h1p1_143:checked ~ ._Input-radioInner_1h1p1_98 {
|
352
356
|
background-color: var(--puck-color-grey-11);
|
353
357
|
color: var(--puck-color-grey-04);
|
354
358
|
}
|
355
|
-
._Input-
|
359
|
+
._Input-radio_1h1p1_81 ._Input-radioInput_1h1p1_143 {
|
356
360
|
clip: rect(0 0 0 0);
|
357
361
|
clip-path: inset(100%);
|
358
362
|
height: 1px;
|
@@ -361,23 +365,23 @@ select._Input-input_1l5m8_47 {
|
|
361
365
|
white-space: nowrap;
|
362
366
|
width: 1px;
|
363
367
|
}
|
364
|
-
textarea._Input-
|
368
|
+
textarea._Input-input_1h1p1_26 {
|
365
369
|
margin-bottom: -4px;
|
366
370
|
}
|
367
371
|
|
368
372
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
369
|
-
.
|
373
|
+
._ArrayField_1jcbq_5 {
|
370
374
|
display: flex;
|
371
375
|
flex-direction: column;
|
372
|
-
background
|
376
|
+
background: var(--puck-color-azure-11);
|
373
377
|
border: 1px solid var(--puck-color-grey-09);
|
374
378
|
border-radius: 4px;
|
375
379
|
}
|
376
|
-
._ArrayField--
|
380
|
+
._ArrayField--isDraggingFrom_1jcbq_13 {
|
377
381
|
background-color: var(--puck-color-azure-11);
|
378
382
|
overflow: hidden;
|
379
383
|
}
|
380
|
-
._ArrayField-
|
384
|
+
._ArrayField-addButton_1jcbq_18 {
|
381
385
|
background-color: var(--puck-color-white);
|
382
386
|
border: none;
|
383
387
|
border-radius: 3px;
|
@@ -391,35 +395,35 @@ textarea._Input-input_1l5m8_47 {
|
|
391
395
|
text-align: left;
|
392
396
|
transition: background-color 50ms ease-in;
|
393
397
|
}
|
394
|
-
._ArrayField--
|
398
|
+
._ArrayField--hasItems_1jcbq_33 > ._ArrayField-addButton_1jcbq_18 {
|
395
399
|
border-top: 1px solid var(--puck-color-grey-09);
|
396
400
|
border-top-left-radius: 0;
|
397
401
|
border-top-right-radius: 0;
|
398
402
|
}
|
399
|
-
._ArrayField-
|
403
|
+
._ArrayField-addButton_1jcbq_18:focus-visible {
|
400
404
|
outline: 2px solid var(--puck-color-azure-05);
|
401
405
|
outline-offset: 2px;
|
402
406
|
position: relative;
|
403
407
|
}
|
404
408
|
@media (hover: hover) and (pointer: fine) {
|
405
|
-
.
|
409
|
+
._ArrayField_1jcbq_5:not(._ArrayField--isDraggingFrom_1jcbq_13) > ._ArrayField-addButton_1jcbq_18:hover {
|
406
410
|
background: var(--puck-color-azure-12);
|
407
411
|
color: var(--puck-color-azure-04);
|
408
412
|
transition: none;
|
409
413
|
}
|
410
414
|
}
|
411
|
-
.
|
415
|
+
._ArrayField_1jcbq_5:not(._ArrayField--isDraggingFrom_1jcbq_13) > ._ArrayField-addButton_1jcbq_18:active {
|
412
416
|
background: var(--puck-color-azure-11);
|
413
417
|
color: var(--puck-color-azure-04);
|
414
418
|
transition: none;
|
415
419
|
}
|
416
|
-
.
|
420
|
+
._ArrayFieldItem_1jcbq_63 {
|
417
421
|
border-top-left-radius: 3px;
|
418
422
|
border-top-right-radius: 3px;
|
419
423
|
display: block;
|
420
424
|
position: relative;
|
421
425
|
}
|
422
|
-
.
|
426
|
+
._ArrayFieldItem_1jcbq_63:not(._ArrayFieldItem--isDragging_1jcbq_71):not(:first-of-type)::before {
|
423
427
|
background-color: var(--puck-color-grey-09);
|
424
428
|
position: absolute;
|
425
429
|
width: 100%;
|
@@ -428,26 +432,26 @@ textarea._Input-input_1l5m8_47 {
|
|
428
432
|
z-index: 1;
|
429
433
|
top: -1px;
|
430
434
|
}
|
431
|
-
._ArrayFieldItem--
|
435
|
+
._ArrayFieldItem--isExpanded_1jcbq_81::before {
|
432
436
|
display: none;
|
433
437
|
}
|
434
|
-
._ArrayFieldItem--
|
438
|
+
._ArrayFieldItem--isExpanded_1jcbq_81 {
|
435
439
|
border-bottom: 0;
|
436
440
|
outline-offset: 0px !important;
|
437
441
|
outline: 1px solid var(--puck-color-azure-07) !important;
|
438
442
|
z-index: 2;
|
439
443
|
}
|
440
|
-
._ArrayFieldItem--
|
444
|
+
._ArrayFieldItem--isDragging_1jcbq_71 {
|
441
445
|
box-shadow: color-mix(in srgb, var(--puck-color-grey-06) 25%, transparent) 0 3px 6px 0;
|
442
446
|
}
|
443
|
-
._ArrayFieldItem--
|
447
|
+
._ArrayFieldItem--isDragging_1jcbq_71 ._ArrayFieldItem-summary_1jcbq_97:active {
|
444
448
|
background-color: var(--puck-color-white);
|
445
449
|
}
|
446
|
-
.
|
450
|
+
._ArrayFieldItem_1jcbq_63 + ._ArrayFieldItem_1jcbq_63 {
|
447
451
|
border-top-left-radius: 0;
|
448
452
|
border-top-right-radius: 0;
|
449
453
|
}
|
450
|
-
._ArrayFieldItem-
|
454
|
+
._ArrayFieldItem-summary_1jcbq_97 {
|
451
455
|
background: var(--puck-color-white);
|
452
456
|
color: var(--puck-color-grey-04);
|
453
457
|
cursor: pointer;
|
@@ -463,65 +467,65 @@ textarea._Input-input_1l5m8_47 {
|
|
463
467
|
overflow: hidden;
|
464
468
|
transition: background-color 50ms ease-in;
|
465
469
|
}
|
466
|
-
.
|
470
|
+
._ArrayFieldItem_1jcbq_63:first-of-type > ._ArrayFieldItem-summary_1jcbq_97 {
|
467
471
|
border-top-left-radius: 3px;
|
468
472
|
border-top-right-radius: 3px;
|
469
473
|
}
|
470
|
-
._ArrayField--
|
474
|
+
._ArrayField--addDisabled_1jcbq_128 > ._ArrayFieldItem_1jcbq_63:last-of-type:not(._ArrayFieldItem--isExpanded_1jcbq_81) > ._ArrayFieldItem-summary_1jcbq_97 {
|
471
475
|
border-bottom-left-radius: 3px;
|
472
476
|
border-bottom-right-radius: 3px;
|
473
477
|
}
|
474
|
-
._ArrayField--
|
478
|
+
._ArrayField--addDisabled_1jcbq_128 > ._ArrayFieldItem--isExpanded_1jcbq_81:last-of-type {
|
475
479
|
border-bottom-left-radius: 3px;
|
476
480
|
border-bottom-right-radius: 3px;
|
477
481
|
}
|
478
|
-
._ArrayFieldItem-
|
482
|
+
._ArrayFieldItem-summary_1jcbq_97:focus-visible {
|
479
483
|
outline: 2px solid var(--puck-color-azure-05);
|
480
484
|
outline-offset: 2px;
|
481
485
|
}
|
482
486
|
@media (hover: hover) and (pointer: fine) {
|
483
|
-
._ArrayFieldItem-
|
487
|
+
._ArrayFieldItem-summary_1jcbq_97:hover {
|
484
488
|
background-color: var(--puck-color-azure-12);
|
485
489
|
transition: none;
|
486
490
|
}
|
487
491
|
}
|
488
|
-
._ArrayFieldItem-
|
492
|
+
._ArrayFieldItem-summary_1jcbq_97:active {
|
489
493
|
background-color: var(--puck-color-azure-11);
|
490
494
|
transition: none;
|
491
495
|
}
|
492
|
-
._ArrayFieldItem--
|
496
|
+
._ArrayFieldItem--isExpanded_1jcbq_81 > ._ArrayFieldItem-summary_1jcbq_97 {
|
493
497
|
background: var(--puck-color-azure-11);
|
494
498
|
color: var(--puck-color-azure-04);
|
495
499
|
font-weight: 600;
|
496
500
|
transition: none;
|
497
501
|
}
|
498
|
-
._ArrayFieldItem-
|
502
|
+
._ArrayFieldItem-body_1jcbq_164 {
|
499
503
|
background: var(--puck-color-white);
|
500
504
|
display: none;
|
501
505
|
}
|
502
|
-
._ArrayFieldItem--
|
506
|
+
._ArrayFieldItem--isExpanded_1jcbq_81 > ._ArrayFieldItem-body_1jcbq_164 {
|
503
507
|
display: block;
|
504
508
|
}
|
505
|
-
._ArrayFieldItem-
|
509
|
+
._ArrayFieldItem-fieldset_1jcbq_173 {
|
506
510
|
border: none;
|
507
511
|
border-top: 1px solid var(--puck-color-grey-09);
|
508
512
|
margin: 0;
|
509
513
|
min-width: 0;
|
510
514
|
padding: 16px 15px;
|
511
515
|
}
|
512
|
-
._ArrayFieldItem-
|
516
|
+
._ArrayFieldItem-rhs_1jcbq_181 {
|
513
517
|
display: flex;
|
514
518
|
gap: 4px;
|
515
519
|
align-items: center;
|
516
520
|
}
|
517
|
-
._ArrayFieldItem-
|
521
|
+
._ArrayFieldItem-actions_1jcbq_187 {
|
518
522
|
color: var(--puck-color-grey-04);
|
519
523
|
display: flex;
|
520
524
|
gap: 4px;
|
521
525
|
opacity: 0;
|
522
526
|
}
|
523
|
-
._ArrayFieldItem-
|
524
|
-
._ArrayFieldItem-
|
527
|
+
._ArrayFieldItem-summary_1jcbq_97:focus-within > ._ArrayFieldItem-rhs_1jcbq_181 > ._ArrayFieldItem-actions_1jcbq_187,
|
528
|
+
._ArrayFieldItem-summary_1jcbq_97:hover > ._ArrayFieldItem-rhs_1jcbq_181 > ._ArrayFieldItem-actions_1jcbq_187 {
|
525
529
|
opacity: 1;
|
526
530
|
}
|
527
531
|
|
@@ -1062,22 +1066,29 @@ textarea._Input-input_1l5m8_47 {
|
|
1062
1066
|
}
|
1063
1067
|
|
1064
1068
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Drawer/styles.module.css/#css-module-data */
|
1065
|
-
.
|
1069
|
+
._Drawer_fkqfo_1 {
|
1070
|
+
display: flex;
|
1071
|
+
flex-direction: column;
|
1066
1072
|
font-family: var(--puck-font-family);
|
1073
|
+
gap: 12px;
|
1067
1074
|
}
|
1068
|
-
.
|
1069
|
-
|
1070
|
-
color: var(--puck-color-grey-05);
|
1071
|
-
cursor: not-allowed;
|
1075
|
+
._Drawer-draggable_fkqfo_8 {
|
1076
|
+
position: relative;
|
1072
1077
|
}
|
1073
|
-
.
|
1074
|
-
|
1078
|
+
._Drawer-draggableBg_fkqfo_12 {
|
1079
|
+
position: absolute;
|
1080
|
+
top: 0;
|
1081
|
+
right: 0;
|
1082
|
+
bottom: 0;
|
1083
|
+
left: 0;
|
1084
|
+
pointer-events: none;
|
1075
1085
|
}
|
1076
|
-
.
|
1077
|
-
|
1086
|
+
._Drawer-draggableFg_fkqfo_21 {
|
1087
|
+
z-index: 1;
|
1078
1088
|
}
|
1079
|
-
._DrawerItem-
|
1089
|
+
._DrawerItem-draggable_fkqfo_25 {
|
1080
1090
|
background: var(--puck-color-white);
|
1091
|
+
cursor: grab;
|
1081
1092
|
padding: 12px;
|
1082
1093
|
display: flex;
|
1083
1094
|
border: 1px var(--puck-color-grey-09) solid;
|
@@ -1087,64 +1098,54 @@ textarea._Input-input_1l5m8_47 {
|
|
1087
1098
|
align-items: center;
|
1088
1099
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
1089
1100
|
}
|
1090
|
-
.
|
1101
|
+
._DrawerItem--disabled_fkqfo_38 ._DrawerItem-draggable_fkqfo_25 {
|
1102
|
+
background: var(--puck-color-grey-11);
|
1103
|
+
color: var(--puck-color-grey-05);
|
1104
|
+
cursor: not-allowed;
|
1105
|
+
}
|
1106
|
+
._DrawerItem_fkqfo_25:focus-visible {
|
1091
1107
|
outline: 0;
|
1092
1108
|
}
|
1093
|
-
.
|
1109
|
+
._Drawer_fkqfo_1:not(._Drawer--isDraggingFrom_fkqfo_48) ._DrawerItem_fkqfo_25:focus-visible ._DrawerItem-draggable_fkqfo_25 {
|
1094
1110
|
border-radius: 4px;
|
1095
1111
|
outline: 2px solid var(--puck-color-azure-05);
|
1096
1112
|
outline-offset: 2px;
|
1097
1113
|
}
|
1098
1114
|
@media (hover: hover) and (pointer: fine) {
|
1099
|
-
.
|
1115
|
+
._Drawer_fkqfo_1:not(._Drawer--isDraggingFrom_fkqfo_48) ._DrawerItem_fkqfo_25:not(._DrawerItem--disabled_fkqfo_38) ._DrawerItem-draggable_fkqfo_25:hover {
|
1100
1116
|
background-color: var(--puck-color-azure-12);
|
1101
1117
|
color: var(--puck-color-azure-04);
|
1102
1118
|
transition: none;
|
1103
1119
|
}
|
1104
1120
|
}
|
1105
|
-
._DrawerItem-
|
1121
|
+
._DrawerItem-name_fkqfo_66 {
|
1106
1122
|
overflow-x: hidden;
|
1107
1123
|
text-overflow: ellipsis;
|
1108
1124
|
white-space: nowrap;
|
1109
1125
|
}
|
1110
1126
|
|
1111
1127
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
|
1112
|
-
.
|
1113
|
-
|
1114
|
-
--overlay-background: color-mix( in srgb, var(--puck-color-azure-08) 30%, transparent );
|
1115
|
-
}
|
1116
|
-
._DraggableComponent--isDragging_1bhad_11 {
|
1117
|
-
background: color-mix(in srgb, var(--puck-color-azure-08) 10%, transparent);
|
1118
|
-
overflow: hidden;
|
1119
|
-
}
|
1120
|
-
._DraggableComponent-contents_1bhad_16 {
|
1121
|
-
position: relative;
|
1128
|
+
._DraggableComponent_1ukn8_1 {
|
1129
|
+
position: absolute;
|
1122
1130
|
pointer-events: none;
|
1123
|
-
|
1124
|
-
}
|
1125
|
-
._DraggableComponent-contents_1bhad_16::before,
|
1126
|
-
._DraggableComponent-contents_1bhad_16::after {
|
1127
|
-
content: " ";
|
1128
|
-
display: table;
|
1131
|
+
--overlay-background: color-mix( in srgb, var(--puck-color-azure-08) 30%, transparent );
|
1129
1132
|
}
|
1130
|
-
._DraggableComponent-
|
1133
|
+
._DraggableComponent-overlay_1ukn8_12 {
|
1131
1134
|
cursor: pointer;
|
1132
1135
|
height: 100%;
|
1133
1136
|
width: 100%;
|
1134
1137
|
top: 0;
|
1138
|
+
outline: 2px var(--puck-color-azure-09) solid;
|
1135
1139
|
outline-offset: -2px;
|
1136
1140
|
position: absolute;
|
1137
1141
|
pointer-events: none;
|
1138
1142
|
box-sizing: border-box;
|
1139
1143
|
z-index: 1;
|
1140
1144
|
}
|
1141
|
-
.
|
1145
|
+
._DraggableComponent_1ukn8_1:focus-visible > ._DraggableComponent-overlay_1ukn8_12 {
|
1142
1146
|
outline: 1px solid var(--puck-color-azure-05);
|
1143
1147
|
}
|
1144
|
-
._DraggableComponent
|
1145
|
-
outline: 2px var(--puck-color-azure-09) solid !important;
|
1146
|
-
}
|
1147
|
-
._DraggableComponent-loadingOverlay_1bhad_49 {
|
1148
|
+
._DraggableComponent-loadingOverlay_1ukn8_29 {
|
1148
1149
|
background: var(--puck-color-white);
|
1149
1150
|
color: var(--puck-color-grey-03);
|
1150
1151
|
border-radius: 4px;
|
@@ -1159,89 +1160,128 @@ textarea._Input-input_1l5m8_47 {
|
|
1159
1160
|
opacity: 0.8;
|
1160
1161
|
z-index: 1;
|
1161
1162
|
}
|
1162
|
-
.
|
1163
|
+
._DraggableComponent--hover_1ukn8_45:not(._DraggableComponent--isLocked_1ukn8_45) > ._DraggableComponent-overlay_1ukn8_12 {
|
1163
1164
|
background: var(--overlay-background);
|
1164
|
-
pointer-events: none;
|
1165
|
-
}
|
1166
|
-
._DraggableComponent--forceHover_1bhad_71 > ._DraggableComponent-overlay_1bhad_29 {
|
1167
|
-
background: var(--overlay-background);
|
1168
|
-
pointer-events: none;
|
1169
1165
|
}
|
1170
|
-
.
|
1171
|
-
outline: 2px var(--puck-color-azure-09) solid
|
1166
|
+
._DraggableComponent--hover_1ukn8_45 > ._DraggableComponent-overlay_1ukn8_12 {
|
1167
|
+
outline: 2px var(--puck-color-azure-09) solid;
|
1172
1168
|
}
|
1173
|
-
._DraggableComponent--
|
1174
|
-
|
1169
|
+
._DraggableComponent--isSelected_1ukn8_54 > ._DraggableComponent-overlay_1ukn8_12 {
|
1170
|
+
outline-color: var(--puck-color-azure-07);
|
1175
1171
|
}
|
1176
|
-
.
|
1172
|
+
._DraggableComponent_1ukn8_1:has(._DraggableComponent--hover_1ukn8_45 > ._DraggableComponent-overlay_1ukn8_12) > ._DraggableComponent-overlay_1ukn8_12 {
|
1177
1173
|
display: none;
|
1178
1174
|
}
|
1179
|
-
._DraggableComponent
|
1180
|
-
outline: 2px var(--puck-color-azure-07) solid !important;
|
1181
|
-
}
|
1182
|
-
._DraggableComponent--isSelected_1bhad_76 > ._DraggableComponent-actionsOverlay_1bhad_97 {
|
1183
|
-
display: block;
|
1175
|
+
._DraggableComponent-actionsOverlay_1ukn8_66 {
|
1184
1176
|
position: sticky;
|
1177
|
+
opacity: 0;
|
1178
|
+
pointer-events: none;
|
1185
1179
|
z-index: 2;
|
1186
1180
|
}
|
1187
|
-
._DraggableComponent-
|
1181
|
+
._DraggableComponent--isSelected_1ukn8_54 ._DraggableComponent-actionsOverlay_1ukn8_66 {
|
1182
|
+
opacity: 1;
|
1183
|
+
pointer-events: auto;
|
1184
|
+
}
|
1185
|
+
._DraggableComponent-actions_1ukn8_66 {
|
1188
1186
|
position: absolute;
|
1189
1187
|
width: auto;
|
1190
1188
|
cursor: grab;
|
1191
|
-
display:
|
1192
|
-
pointer-events: auto;
|
1189
|
+
display: flex;
|
1193
1190
|
box-sizing: border-box;
|
1194
1191
|
transform-origin: right top;
|
1195
1192
|
}
|
1196
|
-
|
1197
|
-
|
1193
|
+
|
1194
|
+
/* components/DraggableComponent/styles.css */
|
1195
|
+
[data-puck-component] * {
|
1196
|
+
pointer-events: none;
|
1197
|
+
user-select: none;
|
1198
|
+
-webkit-user-select: none;
|
1199
|
+
}
|
1200
|
+
[data-puck-component] {
|
1201
|
+
cursor: grab;
|
1202
|
+
pointer-events: auto !important;
|
1203
|
+
user-select: none;
|
1204
|
+
-webkit-user-select: none;
|
1205
|
+
}
|
1206
|
+
[data-puck-dnd] {
|
1207
|
+
pointer-events: auto !important;
|
1208
|
+
}
|
1209
|
+
[data-puck-disabled] {
|
1210
|
+
cursor: pointer;
|
1211
|
+
}
|
1212
|
+
[data-puck-dragging]:not([data-dnd-dragging]) {
|
1213
|
+
background: var(--puck-color-azure-06) !important;
|
1214
|
+
border: none !important;
|
1215
|
+
color: #00000000 !important;
|
1216
|
+
opacity: 0.3 !important;
|
1217
|
+
outline: none !important;
|
1218
|
+
transition: none !important;
|
1219
|
+
}
|
1220
|
+
[data-puck-dragging]:not([data-dnd-dragging]) *,
|
1221
|
+
[data-puck-dragging]:not([data-dnd-dragging])::after,
|
1222
|
+
[data-puck-dragging]:not([data-dnd-dragging])::before {
|
1223
|
+
opacity: 0 !important;
|
1224
|
+
}
|
1225
|
+
[data-dnd-dragging][data-puck-component] {
|
1226
|
+
pointer-events: none !important;
|
1227
|
+
outline: 2px var(--puck-color-azure-09) solid !important;
|
1228
|
+
outline-offset: -2px !important;
|
1198
1229
|
}
|
1199
1230
|
|
1200
1231
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/DropZone/styles.module.css/#css-module-data */
|
1201
|
-
.
|
1202
|
-
|
1203
|
-
margin-right: auto;
|
1232
|
+
._DropZone_kmkdc_1 {
|
1233
|
+
--resize-animation-ms: 150ms;
|
1204
1234
|
position: relative;
|
1205
|
-
|
1235
|
+
height: 100%;
|
1206
1236
|
outline-offset: -2px;
|
1207
1237
|
width: 100%;
|
1208
1238
|
}
|
1209
|
-
._DropZone
|
1210
|
-
min-height:
|
1211
|
-
height: 100%;
|
1239
|
+
._DropZone--isActive_kmkdc_10 {
|
1240
|
+
min-height: var(--min-empty-height);
|
1212
1241
|
}
|
1213
|
-
._DropZone--
|
1214
|
-
|
1242
|
+
._DropZone--hasChildren_kmkdc_14 {
|
1243
|
+
min-height: 0;
|
1215
1244
|
}
|
1216
|
-
._DropZone--
|
1217
|
-
|
1245
|
+
._DropZone--isActive_kmkdc_10._DropZone_kmkdc_1:empty {
|
1246
|
+
min-height: var(--min-empty-height);
|
1218
1247
|
}
|
1219
|
-
._DropZone--
|
1220
|
-
|
1221
|
-
|
1248
|
+
._DropZone_kmkdc_1:not(._DropZone--userIsDragging_kmkdc_22) {
|
1249
|
+
transition: min-height var(--resize-animation-ms) ease-in;
|
1250
|
+
}
|
1251
|
+
._DropZone--isAreaSelected_kmkdc_26,
|
1252
|
+
._DropZone--hoveringOverArea_kmkdc_27:not(._DropZone--isRootZone_kmkdc_27) {
|
1222
1253
|
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
|
1223
1254
|
outline: 2px dashed var(--puck-color-azure-08);
|
1224
1255
|
}
|
1225
|
-
.
|
1256
|
+
._DropZone_kmkdc_1:empty {
|
1226
1257
|
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
|
1227
1258
|
outline: 2px dashed var(--puck-color-azure-08);
|
1228
1259
|
}
|
1229
|
-
._DropZone--
|
1260
|
+
._DropZone--isDestination_kmkdc_37 {
|
1230
1261
|
outline: 2px dashed var(--puck-color-azure-04) !important;
|
1231
1262
|
}
|
1232
|
-
._DropZone--
|
1263
|
+
._DropZone--isDestination_kmkdc_37:not(._DropZone--isRootZone_kmkdc_27) {
|
1233
1264
|
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent) !important;
|
1234
1265
|
}
|
1235
|
-
._DropZone-
|
1266
|
+
._DropZone-item_kmkdc_49 {
|
1236
1267
|
position: relative;
|
1237
1268
|
}
|
1238
|
-
._DropZone-
|
1269
|
+
._DropZone-hitbox_kmkdc_53 {
|
1239
1270
|
position: absolute;
|
1240
1271
|
bottom: -12px;
|
1241
1272
|
height: 24px;
|
1242
1273
|
width: 100%;
|
1243
1274
|
z-index: 1;
|
1244
1275
|
}
|
1276
|
+
._DropZone--isEnabled_kmkdc_61._DropZone--userIsDragging_kmkdc_22 {
|
1277
|
+
outline: 2px dashed var(--puck-color-azure-06);
|
1278
|
+
}
|
1279
|
+
._DropZone_kmkdc_1 > *:not([data-puck-component]) {
|
1280
|
+
opacity: 0;
|
1281
|
+
}
|
1282
|
+
body:has(._DropZone--isAnimating_kmkdc_70:empty) [data-puck-overlay] {
|
1283
|
+
opacity: 0 !important;
|
1284
|
+
}
|
1245
1285
|
|
1246
1286
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
1247
1287
|
._SidebarSection_125qe_1 {
|
@@ -1374,22 +1414,15 @@ textarea._Input-input_1l5m8_47 {
|
|
1374
1414
|
}
|
1375
1415
|
|
1376
1416
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
|
1377
|
-
.
|
1417
|
+
._Puck_12s9r_19 {
|
1378
1418
|
--puck-space-px: 16px;
|
1379
1419
|
font-family: var(--puck-font-family);
|
1380
1420
|
}
|
1381
|
-
._Puck-
|
1421
|
+
._Puck-portal_12s9r_24 {
|
1382
1422
|
position: relative;
|
1383
1423
|
z-index: 2;
|
1384
1424
|
}
|
1385
|
-
.
|
1386
|
-
bottom: 0;
|
1387
|
-
left: 0;
|
1388
|
-
position: fixed;
|
1389
|
-
right: 0;
|
1390
|
-
top: 0;
|
1391
|
-
}
|
1392
|
-
._PuckLayout-inner_1g88c_39 {
|
1425
|
+
._PuckLayout-inner_12s9r_31 {
|
1393
1426
|
--puck-frame-width: auto;
|
1394
1427
|
--puck-side-bar-width: 0px;
|
1395
1428
|
display: grid;
|
@@ -1400,54 +1433,54 @@ textarea._Input-input_1l5m8_47 {
|
|
1400
1433
|
position: relative;
|
1401
1434
|
z-index: 0;
|
1402
1435
|
}
|
1403
|
-
._PuckLayout--
|
1436
|
+
._PuckLayout--mounted_12s9r_43 ._PuckLayout-inner_12s9r_31 {
|
1404
1437
|
--puck-side-bar-width: 186px;
|
1405
1438
|
}
|
1406
|
-
._PuckLayout--
|
1439
|
+
._PuckLayout--leftSideBarVisible_12s9r_47 ._PuckLayout-inner_12s9r_31 {
|
1407
1440
|
grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) 0;
|
1408
1441
|
}
|
1409
|
-
._PuckLayout--
|
1442
|
+
._PuckLayout--rightSideBarVisible_12s9r_53 ._PuckLayout-inner_12s9r_31 {
|
1410
1443
|
grid-template-columns: 0 var(--puck-frame-width) var(--puck-side-bar-width);
|
1411
1444
|
}
|
1412
|
-
._PuckLayout--
|
1445
|
+
._PuckLayout--leftSideBarVisible_12s9r_47._PuckLayout--rightSideBarVisible_12s9r_53 ._PuckLayout-inner_12s9r_31 {
|
1413
1446
|
grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) var(--puck-side-bar-width);
|
1414
1447
|
}
|
1415
1448
|
@media (min-width: 458px) {
|
1416
|
-
._PuckLayout-
|
1449
|
+
._PuckLayout-mounted_12s9r_67 ._PuckLayout-inner_12s9r_31 {
|
1417
1450
|
--puck-frame-width: minmax(266px, auto);
|
1418
1451
|
}
|
1419
1452
|
}
|
1420
1453
|
@media (min-width: 638px) {
|
1421
|
-
.
|
1454
|
+
._PuckLayout_12s9r_31 ._PuckLayout-inner_12s9r_31 {
|
1422
1455
|
--puck-side-bar-width: minmax(186px, 250px);
|
1423
1456
|
}
|
1424
1457
|
}
|
1425
1458
|
@media (min-width: 766px) {
|
1426
|
-
.
|
1459
|
+
._PuckLayout_12s9r_31 ._PuckLayout-inner_12s9r_31 {
|
1427
1460
|
--puck-frame-width: auto;
|
1428
1461
|
}
|
1429
1462
|
}
|
1430
1463
|
@media (min-width: 990px) {
|
1431
|
-
.
|
1464
|
+
._PuckLayout_12s9r_31 ._PuckLayout-inner_12s9r_31 {
|
1432
1465
|
--puck-side-bar-width: 256px;
|
1433
1466
|
}
|
1434
1467
|
}
|
1435
1468
|
@media (min-width: 1198px) {
|
1436
|
-
.
|
1469
|
+
._PuckLayout_12s9r_31 ._PuckLayout-inner_12s9r_31 {
|
1437
1470
|
--puck-side-bar-width: 274px;
|
1438
1471
|
}
|
1439
1472
|
}
|
1440
1473
|
@media (min-width: 1398px) {
|
1441
|
-
.
|
1474
|
+
._PuckLayout_12s9r_31 ._PuckLayout-inner_12s9r_31 {
|
1442
1475
|
--puck-side-bar-width: 290px;
|
1443
1476
|
}
|
1444
1477
|
}
|
1445
1478
|
@media (min-width: 1598px) {
|
1446
|
-
.
|
1479
|
+
._PuckLayout_12s9r_31 ._PuckLayout-inner_12s9r_31 {
|
1447
1480
|
--puck-side-bar-width: 320px;
|
1448
1481
|
}
|
1449
1482
|
}
|
1450
|
-
._PuckLayout-
|
1483
|
+
._PuckLayout-header_12s9r_108 {
|
1451
1484
|
background: var(--puck-color-white);
|
1452
1485
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
1453
1486
|
color: var(--puck-color-black);
|
@@ -1455,7 +1488,7 @@ textarea._Input-input_1l5m8_47 {
|
|
1455
1488
|
position: relative;
|
1456
1489
|
max-width: 100vw;
|
1457
1490
|
}
|
1458
|
-
._PuckLayout-
|
1491
|
+
._PuckLayout-headerInner_12s9r_117 {
|
1459
1492
|
align-items: end;
|
1460
1493
|
display: grid;
|
1461
1494
|
gap: var(--puck-space-px);
|
@@ -1464,43 +1497,43 @@ textarea._Input-input_1l5m8_47 {
|
|
1464
1497
|
grid-template-rows: auto;
|
1465
1498
|
padding: var(--puck-space-px);
|
1466
1499
|
}
|
1467
|
-
._PuckLayout-
|
1500
|
+
._PuckLayout-headerToggle_12s9r_127 {
|
1468
1501
|
color: var(--puck-color-grey-05);
|
1469
1502
|
display: flex;
|
1470
1503
|
margin-left: -4px;
|
1471
1504
|
padding-top: 2px;
|
1472
1505
|
}
|
1473
|
-
._PuckLayout--
|
1474
|
-
._PuckLayout--
|
1506
|
+
._PuckLayout--rightSideBarVisible_12s9r_53 ._PuckLayout-rightSideBarToggle_12s9r_134,
|
1507
|
+
._PuckLayout--leftSideBarVisible_12s9r_47 ._PuckLayout-leftSideBarToggle_12s9r_135 {
|
1475
1508
|
color: var(--puck-color-black);
|
1476
1509
|
}
|
1477
|
-
._PuckLayout-
|
1510
|
+
._PuckLayout-headerTitle_12s9r_139 {
|
1478
1511
|
align-self: center;
|
1479
1512
|
}
|
1480
|
-
._PuckLayout-
|
1513
|
+
._PuckLayout-headerPath_12s9r_143 {
|
1481
1514
|
font-family: var(--puck-font-family-monospaced);
|
1482
1515
|
font-size: var(--puck-font-size-xxs);
|
1483
1516
|
font-weight: normal;
|
1484
1517
|
word-break: break-all;
|
1485
1518
|
}
|
1486
|
-
._PuckLayout-
|
1519
|
+
._PuckLayout-headerTools_12s9r_150 {
|
1487
1520
|
display: flex;
|
1488
1521
|
gap: 16px;
|
1489
1522
|
justify-content: flex-end;
|
1490
1523
|
}
|
1491
|
-
._PuckLayout-
|
1524
|
+
._PuckLayout-menuButton_12s9r_156 {
|
1492
1525
|
color: var(--puck-color-grey-05);
|
1493
1526
|
margin-left: -4px;
|
1494
1527
|
}
|
1495
|
-
._PuckLayout--
|
1528
|
+
._PuckLayout--menuOpen_12s9r_161 ._PuckLayout-menuButton_12s9r_156 {
|
1496
1529
|
color: var(--puck-color-black);
|
1497
1530
|
}
|
1498
1531
|
@media (min-width: 638px) {
|
1499
|
-
._PuckLayout-
|
1532
|
+
._PuckLayout-menuButton_12s9r_156 {
|
1500
1533
|
display: none;
|
1501
1534
|
}
|
1502
1535
|
}
|
1503
|
-
._PuckLayout-
|
1536
|
+
._PuckLayout-leftSideBar_12s9r_135 {
|
1504
1537
|
background: var(--puck-color-grey-12);
|
1505
1538
|
border-right: 1px solid var(--puck-color-grey-09);
|
1506
1539
|
display: flex;
|
@@ -1508,7 +1541,7 @@ textarea._Input-input_1l5m8_47 {
|
|
1508
1541
|
grid-area: left;
|
1509
1542
|
overflow-y: auto;
|
1510
1543
|
}
|
1511
|
-
._PuckLayout-
|
1544
|
+
._PuckLayout-rightSideBar_12s9r_134 {
|
1512
1545
|
background: var(--puck-color-white);
|
1513
1546
|
border-left: 1px solid var(--puck-color-grey-09);
|
1514
1547
|
display: flex;
|
@@ -1518,14 +1551,14 @@ textarea._Input-input_1l5m8_47 {
|
|
1518
1551
|
}
|
1519
1552
|
|
1520
1553
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
|
1521
|
-
.
|
1554
|
+
._PuckFields_10bh7_1 {
|
1522
1555
|
position: relative;
|
1523
1556
|
font-family: var(--puck-font-family);
|
1524
1557
|
}
|
1525
|
-
._PuckFields--
|
1558
|
+
._PuckFields--isLoading_10bh7_6 {
|
1526
1559
|
min-height: 48px;
|
1527
1560
|
}
|
1528
|
-
._PuckFields-
|
1561
|
+
._PuckFields-loadingOverlay_10bh7_10 {
|
1529
1562
|
background: var(--puck-color-white);
|
1530
1563
|
display: flex;
|
1531
1564
|
justify-content: flex-end;
|
@@ -1539,12 +1572,25 @@ textarea._Input-input_1l5m8_47 {
|
|
1539
1572
|
box-sizing: border-box;
|
1540
1573
|
opacity: 0.8;
|
1541
1574
|
}
|
1542
|
-
._PuckFields-
|
1575
|
+
._PuckFields-loadingOverlayInner_10bh7_25 {
|
1543
1576
|
display: flex;
|
1544
1577
|
padding: 16px;
|
1545
1578
|
position: sticky;
|
1546
1579
|
top: 0;
|
1547
1580
|
}
|
1581
|
+
._PuckFields-field_10bh7_32 * {
|
1582
|
+
box-sizing: border-box;
|
1583
|
+
}
|
1584
|
+
._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
|
1585
|
+
color: var(--puck-color-grey-04);
|
1586
|
+
padding: 16px;
|
1587
|
+
padding-bottom: 12px;
|
1588
|
+
display: block;
|
1589
|
+
}
|
1590
|
+
._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
|
1591
|
+
border-top: 1px solid var(--puck-color-grey-09);
|
1592
|
+
margin-top: 8px;
|
1593
|
+
}
|
1548
1594
|
|
1549
1595
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
|
1550
1596
|
._ComponentList_odh9d_1 {
|
@@ -1596,12 +1642,13 @@ textarea._Input-input_1l5m8_47 {
|
|
1596
1642
|
}
|
1597
1643
|
|
1598
1644
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
|
1599
|
-
.
|
1645
|
+
._PuckPreview_z2rgu_1 {
|
1646
|
+
position: relative;
|
1600
1647
|
height: 100%;
|
1601
1648
|
}
|
1602
|
-
._PuckPreview-
|
1649
|
+
._PuckPreview-frame_z2rgu_6 {
|
1603
1650
|
border: none;
|
1604
|
-
|
1651
|
+
height: 100%;
|
1605
1652
|
width: 100%;
|
1606
1653
|
}
|
1607
1654
|
|