@measured/puck 0.19.0-canary.c79f5db8 → 0.19.0-canary.cb4b6ee5
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-H4SMAS54.mjs +959 -0
- package/dist/index.css +177 -170
- package/dist/index.d.mts +15 -14
- package/dist/index.d.ts +15 -14
- package/dist/index.js +1604 -1459
- package/dist/index.mjs +6406 -1855
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +624 -3767
- package/dist/rsc.mjs +7 -103
- package/dist/{resolve-all-data-BFRAghCj.d.mts → walk-tree-DBd3aQ_5.d.mts} +64 -35
- package/dist/{resolve-all-data-BFRAghCj.d.ts → walk-tree-DBd3aQ_5.d.ts} +64 -35
- package/package.json +12 -7
- package/dist/chunk-ZOHJNF5K.mjs +0 -5427
- package/dist/rsc.css +0 -339
package/dist/index.css
CHANGED
@@ -229,10 +229,10 @@
|
|
229
229
|
}
|
230
230
|
|
231
231
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/styles.module.css/#css-module-data */
|
232
|
-
.
|
232
|
+
._InputWrapper_py9hf_1 + ._InputWrapper_py9hf_1 {
|
233
233
|
margin-top: 12px;
|
234
234
|
}
|
235
|
-
._Input-
|
235
|
+
._Input-label_py9hf_5 {
|
236
236
|
align-items: center;
|
237
237
|
color: var(--puck-color-grey-04);
|
238
238
|
display: flex;
|
@@ -240,17 +240,17 @@
|
|
240
240
|
font-size: var(--puck-font-size-xxs);
|
241
241
|
font-weight: 600;
|
242
242
|
}
|
243
|
-
._Input-
|
243
|
+
._Input-labelIcon_py9hf_14 {
|
244
244
|
color: var(--puck-color-grey-07);
|
245
245
|
display: flex;
|
246
246
|
margin-inline-end: 4px;
|
247
247
|
padding-inline-start: 4px;
|
248
248
|
}
|
249
|
-
._Input-
|
249
|
+
._Input-disabledIcon_py9hf_21 {
|
250
250
|
color: var(--puck-color-grey-05);
|
251
251
|
margin-inline-start: auto;
|
252
252
|
}
|
253
|
-
._Input-
|
253
|
+
._Input-input_py9hf_26 {
|
254
254
|
background: var(--puck-color-white);
|
255
255
|
border-width: 1px;
|
256
256
|
border-style: solid;
|
@@ -262,8 +262,9 @@
|
|
262
262
|
padding: 12px 15px;
|
263
263
|
transition: border-color 50ms ease-in;
|
264
264
|
width: 100%;
|
265
|
+
max-width: 100%;
|
265
266
|
}
|
266
|
-
select._Input-
|
267
|
+
select._Input-input_py9hf_26 {
|
267
268
|
appearance: none;
|
268
269
|
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;
|
269
270
|
background-size: 12px;
|
@@ -272,29 +273,29 @@ select._Input-input_4xor1_26 {
|
|
272
273
|
background-color: var(--puck-color-white);
|
273
274
|
cursor: pointer;
|
274
275
|
}
|
275
|
-
select._Input-
|
276
|
+
select._Input-input_py9hf_26:dir(rtl) {
|
276
277
|
background-position: 12px calc(50% + 3px);
|
277
278
|
}
|
278
279
|
@media (hover: hover) and (pointer: fine) {
|
279
|
-
.
|
280
|
-
.
|
280
|
+
._Input_py9hf_1:has(> input):hover ._Input-input_py9hf_26:not([readonly]),
|
281
|
+
._Input_py9hf_1:has(> textarea):hover ._Input-input_py9hf_26:not([readonly]) {
|
281
282
|
border-color: var(--puck-color-grey-05);
|
282
283
|
transition: none;
|
283
284
|
}
|
284
|
-
.
|
285
|
+
._Input_py9hf_1:has(> select):hover ._Input-input_py9hf_26:not([disabled]) {
|
285
286
|
background-color: var(--puck-color-azure-12);
|
286
287
|
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>");
|
287
288
|
border-color: var(--puck-color-grey-05);
|
288
289
|
transition: none;
|
289
290
|
}
|
290
291
|
}
|
291
|
-
._Input-
|
292
|
+
._Input-input_py9hf_26:focus {
|
292
293
|
border-color: var(--puck-color-grey-05);
|
293
294
|
outline: 2px solid var(--puck-color-azure-05);
|
294
295
|
transition: none;
|
295
296
|
}
|
296
|
-
._Input--
|
297
|
-
._Input--
|
297
|
+
._Input--readOnly_py9hf_76 > ._Input-input_py9hf_26,
|
298
|
+
._Input--readOnly_py9hf_76 > select._Input-input_py9hf_26 {
|
298
299
|
background-color: var(--puck-color-grey-11);
|
299
300
|
border-color: var(--puck-color-grey-09);
|
300
301
|
color: var(--puck-color-grey-04);
|
@@ -303,34 +304,34 @@ select._Input-input_4xor1_26:dir(rtl) {
|
|
303
304
|
outline: 0;
|
304
305
|
transition: none;
|
305
306
|
}
|
306
|
-
._Input-
|
307
|
+
._Input-radioGroupItems_py9hf_87 {
|
307
308
|
display: flex;
|
308
309
|
border: 1px solid var(--puck-color-grey-09);
|
309
310
|
border-radius: 4px;
|
310
311
|
flex-wrap: wrap;
|
311
312
|
}
|
312
|
-
._Input-
|
313
|
+
._Input-radio_py9hf_87 {
|
313
314
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
314
315
|
flex-grow: 1;
|
315
316
|
}
|
316
|
-
._Input-
|
317
|
+
._Input-radio_py9hf_87:first-of-type {
|
317
318
|
border-bottom-left-radius: 4px;
|
318
319
|
border-top-left-radius: 4px;
|
319
320
|
}
|
320
|
-
._Input-
|
321
|
+
._Input-radio_py9hf_87:first-of-type ._Input-radioInner_py9hf_104 {
|
321
322
|
border-bottom-left-radius: 3px;
|
322
323
|
border-top-left-radius: 3px;
|
323
324
|
}
|
324
|
-
._Input-
|
325
|
+
._Input-radio_py9hf_87:last-of-type {
|
325
326
|
border-bottom-right-radius: 4px;
|
326
327
|
border-inline-end: 0;
|
327
328
|
border-top-right-radius: 4px;
|
328
329
|
}
|
329
|
-
._Input-
|
330
|
+
._Input-radio_py9hf_87:last-of-type ._Input-radioInner_py9hf_104 {
|
330
331
|
border-bottom-right-radius: 3px;
|
331
332
|
border-top-right-radius: 3px;
|
332
333
|
}
|
333
|
-
._Input-
|
334
|
+
._Input-radioInner_py9hf_104 {
|
334
335
|
background-color: var(--puck-color-white);
|
335
336
|
color: var(--puck-color-grey-04);
|
336
337
|
cursor: pointer;
|
@@ -339,32 +340,32 @@ select._Input-input_4xor1_26:dir(rtl) {
|
|
339
340
|
text-align: center;
|
340
341
|
transition: background-color 50ms ease-in;
|
341
342
|
}
|
342
|
-
._Input-
|
343
|
+
._Input-radio_py9hf_87:has(:focus-visible) {
|
343
344
|
outline: 2px solid var(--puck-color-azure-05);
|
344
345
|
outline-offset: 2px;
|
345
346
|
position: relative;
|
346
347
|
}
|
347
348
|
@media (hover: hover) and (pointer: fine) {
|
348
|
-
._Input-
|
349
|
+
._Input-radioInner_py9hf_104:hover {
|
349
350
|
background-color: var(--puck-color-azure-12);
|
350
351
|
transition: none;
|
351
352
|
}
|
352
353
|
}
|
353
|
-
._Input--
|
354
|
+
._Input--readOnly_py9hf_76 ._Input-radioInner_py9hf_104 {
|
354
355
|
background-color: var(--puck-color-white);
|
355
356
|
color: var(--puck-color-grey-04);
|
356
357
|
cursor: default;
|
357
358
|
}
|
358
|
-
._Input-
|
359
|
+
._Input-radio_py9hf_87 ._Input-radioInput_py9hf_149:checked ~ ._Input-radioInner_py9hf_104 {
|
359
360
|
background-color: var(--puck-color-azure-11);
|
360
361
|
color: var(--puck-color-azure-04);
|
361
362
|
font-weight: 500;
|
362
363
|
}
|
363
|
-
._Input--
|
364
|
+
._Input--readOnly_py9hf_76 ._Input-radioInput_py9hf_149:checked ~ ._Input-radioInner_py9hf_104 {
|
364
365
|
background-color: var(--puck-color-grey-11);
|
365
366
|
color: var(--puck-color-grey-04);
|
366
367
|
}
|
367
|
-
._Input-
|
368
|
+
._Input-radio_py9hf_87 ._Input-radioInput_py9hf_149 {
|
368
369
|
clip: rect(0 0 0 0);
|
369
370
|
clip-path: inset(100%);
|
370
371
|
height: 1px;
|
@@ -373,7 +374,7 @@ select._Input-input_4xor1_26:dir(rtl) {
|
|
373
374
|
white-space: nowrap;
|
374
375
|
width: 1px;
|
375
376
|
}
|
376
|
-
textarea._Input-
|
377
|
+
textarea._Input-input_py9hf_26 {
|
377
378
|
margin-bottom: -4px;
|
378
379
|
}
|
379
380
|
|
@@ -1092,27 +1093,25 @@ textarea._Input-input_4xor1_26 {
|
|
1092
1093
|
}
|
1093
1094
|
|
1094
1095
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Drawer/styles.module.css/#css-module-data */
|
1095
|
-
.
|
1096
|
+
._Drawer_pl7z0_1 {
|
1096
1097
|
display: flex;
|
1097
1098
|
flex-direction: column;
|
1098
1099
|
font-family: var(--puck-font-family);
|
1099
1100
|
gap: 12px;
|
1100
1101
|
}
|
1101
|
-
._Drawer-
|
1102
|
+
._Drawer-draggable_pl7z0_8 {
|
1102
1103
|
position: relative;
|
1103
1104
|
}
|
1104
|
-
._Drawer-
|
1105
|
+
._Drawer-draggableBg_pl7z0_12 {
|
1105
1106
|
position: absolute;
|
1106
1107
|
top: 0;
|
1107
1108
|
right: 0;
|
1108
1109
|
bottom: 0;
|
1109
1110
|
left: 0;
|
1110
1111
|
pointer-events: none;
|
1112
|
+
z-index: -1;
|
1111
1113
|
}
|
1112
|
-
.
|
1113
|
-
z-index: 1;
|
1114
|
-
}
|
1115
|
-
._DrawerItem-draggable_fkqfo_25 {
|
1114
|
+
._DrawerItem-draggable_pl7z0_22 {
|
1116
1115
|
background: var(--puck-color-white);
|
1117
1116
|
cursor: grab;
|
1118
1117
|
padding: 12px;
|
@@ -1124,27 +1123,27 @@ textarea._Input-input_4xor1_26 {
|
|
1124
1123
|
align-items: center;
|
1125
1124
|
transition: background-color 50ms ease-in, color 50ms ease-in;
|
1126
1125
|
}
|
1127
|
-
._DrawerItem--
|
1126
|
+
._DrawerItem--disabled_pl7z0_35 ._DrawerItem-draggable_pl7z0_22 {
|
1128
1127
|
background: var(--puck-color-grey-11);
|
1129
1128
|
color: var(--puck-color-grey-05);
|
1130
1129
|
cursor: not-allowed;
|
1131
1130
|
}
|
1132
|
-
.
|
1131
|
+
._DrawerItem_pl7z0_22:focus-visible {
|
1133
1132
|
outline: 0;
|
1134
1133
|
}
|
1135
|
-
.
|
1134
|
+
._Drawer_pl7z0_1:not(._Drawer--isDraggingFrom_pl7z0_45) ._DrawerItem_pl7z0_22:focus-visible ._DrawerItem-draggable_pl7z0_22 {
|
1136
1135
|
border-radius: 4px;
|
1137
1136
|
outline: 2px solid var(--puck-color-azure-05);
|
1138
1137
|
outline-offset: 2px;
|
1139
1138
|
}
|
1140
1139
|
@media (hover: hover) and (pointer: fine) {
|
1141
|
-
.
|
1140
|
+
._Drawer_pl7z0_1:not(._Drawer--isDraggingFrom_pl7z0_45) ._DrawerItem_pl7z0_22:not(._DrawerItem--disabled_pl7z0_35) ._DrawerItem-draggable_pl7z0_22:hover {
|
1142
1141
|
background-color: var(--puck-color-azure-12);
|
1143
1142
|
color: var(--puck-color-azure-04);
|
1144
1143
|
transition: none;
|
1145
1144
|
}
|
1146
1145
|
}
|
1147
|
-
._DrawerItem-
|
1146
|
+
._DrawerItem-name_pl7z0_63 {
|
1148
1147
|
overflow-x: hidden;
|
1149
1148
|
text-overflow: ellipsis;
|
1150
1149
|
white-space: nowrap;
|
@@ -1236,7 +1235,7 @@ textarea._Input-input_4xor1_26 {
|
|
1236
1235
|
[data-puck-disabled] {
|
1237
1236
|
cursor: pointer;
|
1238
1237
|
}
|
1239
|
-
[data-
|
1238
|
+
[data-dnd-placeholder] {
|
1240
1239
|
background: var(--puck-color-azure-06) !important;
|
1241
1240
|
border: none !important;
|
1242
1241
|
color: #00000000 !important;
|
@@ -1244,9 +1243,9 @@ textarea._Input-input_4xor1_26 {
|
|
1244
1243
|
outline: none !important;
|
1245
1244
|
transition: none !important;
|
1246
1245
|
}
|
1247
|
-
[data-
|
1248
|
-
[data-
|
1249
|
-
[data-
|
1246
|
+
[data-dnd-placeholder] *,
|
1247
|
+
[data-dnd-placeholder]::after,
|
1248
|
+
[data-dnd-placeholder]::before {
|
1250
1249
|
opacity: 0 !important;
|
1251
1250
|
}
|
1252
1251
|
[data-dnd-dragging][data-puck-component] {
|
@@ -1256,7 +1255,7 @@ textarea._Input-input_4xor1_26 {
|
|
1256
1255
|
}
|
1257
1256
|
|
1258
1257
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/DropZone/styles.module.css/#css-module-data */
|
1259
|
-
.
|
1258
|
+
._DropZone_1i2sv_1 {
|
1260
1259
|
--resize-animation-ms: 150ms;
|
1261
1260
|
position: relative;
|
1262
1261
|
height: 100%;
|
@@ -1264,47 +1263,47 @@ textarea._Input-input_4xor1_26 {
|
|
1264
1263
|
outline-offset: -2px;
|
1265
1264
|
width: 100%;
|
1266
1265
|
}
|
1267
|
-
._DropZone--
|
1266
|
+
._DropZone--hasChildren_1i2sv_11 {
|
1268
1267
|
min-height: 0;
|
1269
1268
|
}
|
1270
|
-
.
|
1269
|
+
._DropZone_1i2sv_1:empty {
|
1271
1270
|
min-height: var(--min-empty-height);
|
1272
1271
|
}
|
1273
|
-
|
1272
|
+
[data-puck-entry]:not([data-puck-dragging]) ._DropZone_1i2sv_1 {
|
1274
1273
|
transition: min-height var(--resize-animation-ms) ease-in;
|
1275
1274
|
}
|
1276
|
-
._DropZone--
|
1277
|
-
._DropZone--
|
1275
|
+
._DropZone--isAreaSelected_1i2sv_24,
|
1276
|
+
._DropZone--hoveringOverArea_1i2sv_25:not(._DropZone--isRootZone_1i2sv_25) {
|
1278
1277
|
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
|
1279
1278
|
outline: 2px dashed var(--puck-color-azure-08);
|
1280
1279
|
}
|
1281
|
-
.
|
1280
|
+
._DropZone_1i2sv_1:empty {
|
1282
1281
|
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
|
1283
1282
|
outline: 2px dashed var(--puck-color-azure-08);
|
1284
1283
|
}
|
1285
|
-
._DropZone--
|
1284
|
+
._DropZone--isDestination_1i2sv_35 {
|
1286
1285
|
outline: 2px dashed var(--puck-color-azure-04) !important;
|
1287
1286
|
}
|
1288
|
-
._DropZone--
|
1287
|
+
._DropZone--isDestination_1i2sv_35:not(._DropZone--isRootZone_1i2sv_25) {
|
1289
1288
|
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent) !important;
|
1290
1289
|
}
|
1291
|
-
._DropZone-
|
1290
|
+
._DropZone-item_1i2sv_47 {
|
1292
1291
|
position: relative;
|
1293
1292
|
}
|
1294
|
-
._DropZone-
|
1293
|
+
._DropZone-hitbox_1i2sv_51 {
|
1295
1294
|
position: absolute;
|
1296
1295
|
bottom: -12px;
|
1297
1296
|
height: 24px;
|
1298
1297
|
width: 100%;
|
1299
1298
|
z-index: 1;
|
1300
1299
|
}
|
1301
|
-
._DropZone--
|
1300
|
+
[data-puck-dragging] ._DropZone--isEnabled_1i2sv_59 {
|
1302
1301
|
outline: 2px dashed var(--puck-color-azure-06);
|
1303
1302
|
}
|
1304
|
-
.
|
1303
|
+
._DropZone_1i2sv_1 > *:not([data-puck-component]) {
|
1305
1304
|
opacity: 0;
|
1306
1305
|
}
|
1307
|
-
body:has(._DropZone--
|
1306
|
+
body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
1308
1307
|
opacity: 0 !important;
|
1309
1308
|
}
|
1310
1309
|
|
@@ -1394,60 +1393,22 @@ body:has(._DropZone--isAnimating_3dmev_67:empty) [data-puck-overlay] {
|
|
1394
1393
|
opacity: 0.8;
|
1395
1394
|
}
|
1396
1395
|
|
1397
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
|
1398
|
-
._MenuBar_8pf8c_1 {
|
1399
|
-
background-color: var(--puck-color-white);
|
1400
|
-
border-bottom: 1px solid var(--puck-color-grey-09);
|
1401
|
-
display: none;
|
1402
|
-
left: 0;
|
1403
|
-
margin-top: 1px;
|
1404
|
-
padding: 8px 16px;
|
1405
|
-
position: absolute;
|
1406
|
-
right: 0;
|
1407
|
-
top: 100%;
|
1408
|
-
z-index: 2;
|
1409
|
-
}
|
1410
|
-
._MenuBar--menuOpen_8pf8c_14 {
|
1411
|
-
display: block;
|
1412
|
-
}
|
1413
|
-
@media (min-width: 638px) {
|
1414
|
-
._MenuBar_8pf8c_1 {
|
1415
|
-
border: none;
|
1416
|
-
display: block;
|
1417
|
-
margin-top: 0;
|
1418
|
-
overflow-y: visible;
|
1419
|
-
padding: 0;
|
1420
|
-
position: static;
|
1421
|
-
}
|
1422
|
-
}
|
1423
|
-
._MenuBar-inner_8pf8c_29 {
|
1424
|
-
align-items: center;
|
1425
|
-
display: flex;
|
1426
|
-
flex-wrap: wrap;
|
1427
|
-
gap: 8px 16px;
|
1428
|
-
justify-content: flex-end;
|
1429
|
-
}
|
1430
|
-
@media (min-width: 638px) {
|
1431
|
-
._MenuBar-inner_8pf8c_29 {
|
1432
|
-
display: flex;
|
1433
|
-
flex-direction: row;
|
1434
|
-
flex-wrap: nowrap;
|
1435
|
-
}
|
1436
|
-
}
|
1437
|
-
._MenuBar-history_8pf8c_45 {
|
1438
|
-
display: flex;
|
1439
|
-
}
|
1440
|
-
|
1441
1396
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
|
1442
|
-
.
|
1397
|
+
._Puck_dnlfp_19 {
|
1443
1398
|
--puck-space-px: 16px;
|
1444
1399
|
font-family: var(--puck-font-family);
|
1400
|
+
overflow-x: hidden;
|
1401
|
+
}
|
1402
|
+
@media (min-width: 766px) {
|
1403
|
+
._Puck_dnlfp_19 {
|
1404
|
+
overflow-x: auto;
|
1405
|
+
}
|
1445
1406
|
}
|
1446
|
-
._Puck-
|
1407
|
+
._Puck-portal_dnlfp_31 {
|
1447
1408
|
position: relative;
|
1448
1409
|
z-index: 2;
|
1449
1410
|
}
|
1450
|
-
._PuckLayout-
|
1411
|
+
._PuckLayout-inner_dnlfp_38 {
|
1451
1412
|
--puck-frame-width: auto;
|
1452
1413
|
--puck-side-bar-width: 0px;
|
1453
1414
|
display: grid;
|
@@ -1458,107 +1419,54 @@ body:has(._DropZone--isAnimating_3dmev_67:empty) [data-puck-overlay] {
|
|
1458
1419
|
position: relative;
|
1459
1420
|
z-index: 0;
|
1460
1421
|
}
|
1461
|
-
._PuckLayout--
|
1422
|
+
._PuckLayout--mounted_dnlfp_50 ._PuckLayout-inner_dnlfp_38 {
|
1462
1423
|
--puck-side-bar-width: 186px;
|
1463
1424
|
}
|
1464
|
-
._PuckLayout--
|
1425
|
+
._PuckLayout--leftSideBarVisible_dnlfp_54 ._PuckLayout-inner_dnlfp_38 {
|
1465
1426
|
grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) 0;
|
1466
1427
|
}
|
1467
|
-
._PuckLayout--
|
1428
|
+
._PuckLayout--rightSideBarVisible_dnlfp_60 ._PuckLayout-inner_dnlfp_38 {
|
1468
1429
|
grid-template-columns: 0 var(--puck-frame-width) var(--puck-side-bar-width);
|
1469
1430
|
}
|
1470
|
-
._PuckLayout--
|
1431
|
+
._PuckLayout--leftSideBarVisible_dnlfp_54._PuckLayout--rightSideBarVisible_dnlfp_60 ._PuckLayout-inner_dnlfp_38 {
|
1471
1432
|
grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) var(--puck-side-bar-width);
|
1472
1433
|
}
|
1473
1434
|
@media (min-width: 458px) {
|
1474
|
-
._PuckLayout-
|
1435
|
+
._PuckLayout-mounted_dnlfp_74 ._PuckLayout-inner_dnlfp_38 {
|
1475
1436
|
--puck-frame-width: minmax(266px, auto);
|
1476
1437
|
}
|
1477
1438
|
}
|
1478
1439
|
@media (min-width: 638px) {
|
1479
|
-
.
|
1440
|
+
._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
|
1480
1441
|
--puck-side-bar-width: minmax(186px, 250px);
|
1481
1442
|
}
|
1482
1443
|
}
|
1483
1444
|
@media (min-width: 766px) {
|
1484
|
-
.
|
1445
|
+
._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
|
1485
1446
|
--puck-frame-width: auto;
|
1486
1447
|
}
|
1487
1448
|
}
|
1488
1449
|
@media (min-width: 990px) {
|
1489
|
-
.
|
1450
|
+
._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
|
1490
1451
|
--puck-side-bar-width: 256px;
|
1491
1452
|
}
|
1492
1453
|
}
|
1493
1454
|
@media (min-width: 1198px) {
|
1494
|
-
.
|
1455
|
+
._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
|
1495
1456
|
--puck-side-bar-width: 274px;
|
1496
1457
|
}
|
1497
1458
|
}
|
1498
1459
|
@media (min-width: 1398px) {
|
1499
|
-
.
|
1460
|
+
._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
|
1500
1461
|
--puck-side-bar-width: 290px;
|
1501
1462
|
}
|
1502
1463
|
}
|
1503
1464
|
@media (min-width: 1598px) {
|
1504
|
-
.
|
1465
|
+
._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
|
1505
1466
|
--puck-side-bar-width: 320px;
|
1506
1467
|
}
|
1507
1468
|
}
|
1508
|
-
._PuckLayout-
|
1509
|
-
background: var(--puck-color-white);
|
1510
|
-
border-bottom: 1px solid var(--puck-color-grey-09);
|
1511
|
-
color: var(--puck-color-black);
|
1512
|
-
grid-area: header;
|
1513
|
-
position: relative;
|
1514
|
-
max-width: 100vw;
|
1515
|
-
}
|
1516
|
-
._PuckLayout-headerInner_11o75_117 {
|
1517
|
-
align-items: end;
|
1518
|
-
display: grid;
|
1519
|
-
gap: var(--puck-space-px);
|
1520
|
-
grid-template-areas: "left middle right";
|
1521
|
-
grid-template-columns: 1fr auto 1fr;
|
1522
|
-
grid-template-rows: auto;
|
1523
|
-
padding: var(--puck-space-px);
|
1524
|
-
}
|
1525
|
-
._PuckLayout-headerToggle_11o75_127 {
|
1526
|
-
color: var(--puck-color-grey-05);
|
1527
|
-
display: flex;
|
1528
|
-
margin-inline-start: -4px;
|
1529
|
-
padding-top: 2px;
|
1530
|
-
}
|
1531
|
-
._PuckLayout--rightSideBarVisible_11o75_53 ._PuckLayout-rightSideBarToggle_11o75_134,
|
1532
|
-
._PuckLayout--leftSideBarVisible_11o75_47 ._PuckLayout-leftSideBarToggle_11o75_135 {
|
1533
|
-
color: var(--puck-color-black);
|
1534
|
-
}
|
1535
|
-
._PuckLayout-headerTitle_11o75_139 {
|
1536
|
-
align-self: center;
|
1537
|
-
}
|
1538
|
-
._PuckLayout-headerPath_11o75_143 {
|
1539
|
-
font-family: var(--puck-font-family-monospaced);
|
1540
|
-
font-size: var(--puck-font-size-xxs);
|
1541
|
-
font-weight: normal;
|
1542
|
-
word-break: break-all;
|
1543
|
-
}
|
1544
|
-
._PuckLayout-headerTools_11o75_150 {
|
1545
|
-
display: flex;
|
1546
|
-
gap: 16px;
|
1547
|
-
justify-content: flex-end;
|
1548
|
-
}
|
1549
|
-
._PuckLayout-menuButton_11o75_156 {
|
1550
|
-
color: var(--puck-color-grey-05);
|
1551
|
-
margin-inline-start: -4px;
|
1552
|
-
}
|
1553
|
-
._PuckLayout--menuOpen_11o75_161 ._PuckLayout-menuButton_11o75_156 {
|
1554
|
-
color: var(--puck-color-black);
|
1555
|
-
}
|
1556
|
-
@media (min-width: 638px) {
|
1557
|
-
._PuckLayout-menuButton_11o75_156 {
|
1558
|
-
display: none;
|
1559
|
-
}
|
1560
|
-
}
|
1561
|
-
._PuckLayout-leftSideBar_11o75_135 {
|
1469
|
+
._PuckLayout-leftSideBar_dnlfp_115 {
|
1562
1470
|
background: var(--puck-color-grey-12);
|
1563
1471
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
1564
1472
|
display: flex;
|
@@ -1566,7 +1474,7 @@ body:has(._DropZone--isAnimating_3dmev_67:empty) [data-puck-overlay] {
|
|
1566
1474
|
grid-area: left;
|
1567
1475
|
overflow-y: auto;
|
1568
1476
|
}
|
1569
|
-
._PuckLayout-
|
1477
|
+
._PuckLayout-rightSideBar_dnlfp_124 {
|
1570
1478
|
background: var(--puck-color-white);
|
1571
1479
|
border-inline-start: 1px solid var(--puck-color-grey-09);
|
1572
1480
|
display: flex;
|
@@ -1886,3 +1794,102 @@ body:has(._DropZone--isAnimating_3dmev_67:empty) [data-puck-overlay] {
|
|
1886
1794
|
height: 0;
|
1887
1795
|
transition: none;
|
1888
1796
|
}
|
1797
|
+
|
1798
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
|
1799
|
+
._MenuBar_8pf8c_1 {
|
1800
|
+
background-color: var(--puck-color-white);
|
1801
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
1802
|
+
display: none;
|
1803
|
+
left: 0;
|
1804
|
+
margin-top: 1px;
|
1805
|
+
padding: 8px 16px;
|
1806
|
+
position: absolute;
|
1807
|
+
right: 0;
|
1808
|
+
top: 100%;
|
1809
|
+
z-index: 2;
|
1810
|
+
}
|
1811
|
+
._MenuBar--menuOpen_8pf8c_14 {
|
1812
|
+
display: block;
|
1813
|
+
}
|
1814
|
+
@media (min-width: 638px) {
|
1815
|
+
._MenuBar_8pf8c_1 {
|
1816
|
+
border: none;
|
1817
|
+
display: block;
|
1818
|
+
margin-top: 0;
|
1819
|
+
overflow-y: visible;
|
1820
|
+
padding: 0;
|
1821
|
+
position: static;
|
1822
|
+
}
|
1823
|
+
}
|
1824
|
+
._MenuBar-inner_8pf8c_29 {
|
1825
|
+
align-items: center;
|
1826
|
+
display: flex;
|
1827
|
+
flex-wrap: wrap;
|
1828
|
+
gap: 8px 16px;
|
1829
|
+
justify-content: flex-end;
|
1830
|
+
}
|
1831
|
+
@media (min-width: 638px) {
|
1832
|
+
._MenuBar-inner_8pf8c_29 {
|
1833
|
+
display: flex;
|
1834
|
+
flex-direction: row;
|
1835
|
+
flex-wrap: nowrap;
|
1836
|
+
}
|
1837
|
+
}
|
1838
|
+
._MenuBar-history_8pf8c_45 {
|
1839
|
+
display: flex;
|
1840
|
+
}
|
1841
|
+
|
1842
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
|
1843
|
+
._PuckHeader_15xnq_1 {
|
1844
|
+
background: var(--puck-color-white);
|
1845
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
1846
|
+
color: var(--puck-color-black);
|
1847
|
+
grid-area: header;
|
1848
|
+
position: relative;
|
1849
|
+
max-width: 100vw;
|
1850
|
+
}
|
1851
|
+
._PuckHeader-inner_15xnq_10 {
|
1852
|
+
align-items: end;
|
1853
|
+
display: grid;
|
1854
|
+
gap: var(--puck-space-px);
|
1855
|
+
grid-template-areas: "left middle right";
|
1856
|
+
grid-template-columns: 1fr auto 1fr;
|
1857
|
+
grid-template-rows: auto;
|
1858
|
+
padding: var(--puck-space-px);
|
1859
|
+
}
|
1860
|
+
._PuckHeader-toggle_15xnq_20 {
|
1861
|
+
color: var(--puck-color-grey-05);
|
1862
|
+
display: flex;
|
1863
|
+
margin-inline-start: -4px;
|
1864
|
+
padding-top: 2px;
|
1865
|
+
}
|
1866
|
+
._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
|
1867
|
+
._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
|
1868
|
+
color: var(--puck-color-black);
|
1869
|
+
}
|
1870
|
+
._PuckHeader-title_15xnq_32 {
|
1871
|
+
align-self: center;
|
1872
|
+
}
|
1873
|
+
._PuckHeader-path_15xnq_36 {
|
1874
|
+
font-family: var(--puck-font-family-monospaced);
|
1875
|
+
font-size: var(--puck-font-size-xxs);
|
1876
|
+
font-weight: normal;
|
1877
|
+
word-break: break-all;
|
1878
|
+
}
|
1879
|
+
._PuckHeader-tools_15xnq_43 {
|
1880
|
+
display: flex;
|
1881
|
+
gap: 16px;
|
1882
|
+
justify-content: flex-end;
|
1883
|
+
}
|
1884
|
+
._PuckHeader-menuButton_15xnq_49 {
|
1885
|
+
color: var(--puck-color-grey-05);
|
1886
|
+
margin-inline-start: -4px;
|
1887
|
+
}
|
1888
|
+
._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
|
1889
|
+
color: var(--puck-color-black);
|
1890
|
+
}
|
1891
|
+
@media (min-width: 638px) {
|
1892
|
+
._PuckHeader-menuButton_15xnq_49 {
|
1893
|
+
display: none;
|
1894
|
+
}
|
1895
|
+
}
|