@measured/puck 0.20.0-canary.68dd73b8 → 0.20.0-canary.6aefde61

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 CHANGED
@@ -134,7 +134,7 @@
134
134
  }
135
135
  }
136
136
 
137
- /* styles.css */
137
+ /* bundle/core.css */
138
138
  #frame-root {
139
139
  height: 1px;
140
140
  min-height: 100vh;
@@ -144,6 +144,8 @@
144
144
  z-index: 0;
145
145
  }
146
146
 
147
+ /* bundle/index.css */
148
+
147
149
  /* css-module:/home/runner/work/puck/puck/packages/core/components/ActionBar/styles.module.css/#css-module-data */
148
150
  ._ActionBar_rvadt_1 {
149
151
  align-items: center;
@@ -229,10 +231,10 @@
229
231
  }
230
232
 
231
233
  /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/styles.module.css/#css-module-data */
232
- ._InputWrapper_py9hf_1 + ._InputWrapper_py9hf_1 {
234
+ ._InputWrapper_bsxfo_1 + ._InputWrapper_bsxfo_1 {
233
235
  margin-top: 12px;
234
236
  }
235
- ._Input-label_py9hf_5 {
237
+ ._Input-label_bsxfo_5 {
236
238
  align-items: center;
237
239
  color: var(--puck-color-grey-04);
238
240
  display: flex;
@@ -240,17 +242,17 @@
240
242
  font-size: var(--puck-font-size-xxs);
241
243
  font-weight: 600;
242
244
  }
243
- ._Input-labelIcon_py9hf_14 {
245
+ ._Input-labelIcon_bsxfo_14 {
244
246
  color: var(--puck-color-grey-07);
245
247
  display: flex;
246
248
  margin-inline-end: 4px;
247
249
  padding-inline-start: 4px;
248
250
  }
249
- ._Input-disabledIcon_py9hf_21 {
251
+ ._Input-disabledIcon_bsxfo_21 {
250
252
  color: var(--puck-color-grey-05);
251
253
  margin-inline-start: auto;
252
254
  }
253
- ._Input-input_py9hf_26 {
255
+ ._Input-input_bsxfo_26 {
254
256
  background: var(--puck-color-white);
255
257
  border-width: 1px;
256
258
  border-style: solid;
@@ -258,13 +260,18 @@
258
260
  border-radius: 4px;
259
261
  box-sizing: border-box;
260
262
  font-family: inherit;
261
- font-size: 14px;
263
+ font-size: 16px;
262
264
  padding: 12px 15px;
263
265
  transition: border-color 50ms ease-in;
264
266
  width: 100%;
265
267
  max-width: 100%;
266
268
  }
267
- select._Input-input_py9hf_26 {
269
+ @media (min-width: 458px) {
270
+ ._Input-input_bsxfo_26 {
271
+ font-size: 14px;
272
+ }
273
+ }
274
+ select._Input-input_bsxfo_26 {
268
275
  appearance: none;
269
276
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
270
277
  background-size: 12px;
@@ -273,29 +280,29 @@ select._Input-input_py9hf_26 {
273
280
  background-color: var(--puck-color-white);
274
281
  cursor: pointer;
275
282
  }
276
- select._Input-input_py9hf_26:dir(rtl) {
283
+ select._Input-input_bsxfo_26:dir(rtl) {
277
284
  background-position: 12px calc(50% + 3px);
278
285
  }
279
286
  @media (hover: hover) and (pointer: fine) {
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]) {
287
+ ._Input_bsxfo_1:has(> input):hover ._Input-input_bsxfo_26:not([readonly]),
288
+ ._Input_bsxfo_1:has(> textarea):hover ._Input-input_bsxfo_26:not([readonly]) {
282
289
  border-color: var(--puck-color-grey-05);
283
290
  transition: none;
284
291
  }
285
- ._Input_py9hf_1:has(> select):hover ._Input-input_py9hf_26:not([disabled]) {
292
+ ._Input_bsxfo_1:has(> select):hover ._Input-input_bsxfo_26:not([disabled]) {
286
293
  background-color: var(--puck-color-azure-12);
287
294
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a5a5a'><polygon points='0,0 100,0 50,50'/></svg>");
288
295
  border-color: var(--puck-color-grey-05);
289
296
  transition: none;
290
297
  }
291
298
  }
292
- ._Input-input_py9hf_26:focus {
299
+ ._Input-input_bsxfo_26:focus {
293
300
  border-color: var(--puck-color-grey-05);
294
301
  outline: 2px solid var(--puck-color-azure-05);
295
302
  transition: none;
296
303
  }
297
- ._Input--readOnly_py9hf_76 > ._Input-input_py9hf_26,
298
- ._Input--readOnly_py9hf_76 > select._Input-input_py9hf_26 {
304
+ ._Input--readOnly_bsxfo_82 > ._Input-input_bsxfo_26,
305
+ ._Input--readOnly_bsxfo_82 > select._Input-input_bsxfo_26 {
299
306
  background-color: var(--puck-color-grey-11);
300
307
  border-color: var(--puck-color-grey-09);
301
308
  color: var(--puck-color-grey-04);
@@ -304,34 +311,34 @@ select._Input-input_py9hf_26:dir(rtl) {
304
311
  outline: 0;
305
312
  transition: none;
306
313
  }
307
- ._Input-radioGroupItems_py9hf_87 {
314
+ ._Input-radioGroupItems_bsxfo_93 {
308
315
  display: flex;
309
316
  border: 1px solid var(--puck-color-grey-09);
310
317
  border-radius: 4px;
311
318
  flex-wrap: wrap;
312
319
  }
313
- ._Input-radio_py9hf_87 {
320
+ ._Input-radio_bsxfo_93 {
314
321
  border-inline-end: 1px solid var(--puck-color-grey-09);
315
322
  flex-grow: 1;
316
323
  }
317
- ._Input-radio_py9hf_87:first-of-type {
324
+ ._Input-radio_bsxfo_93:first-of-type {
318
325
  border-bottom-left-radius: 4px;
319
326
  border-top-left-radius: 4px;
320
327
  }
321
- ._Input-radio_py9hf_87:first-of-type ._Input-radioInner_py9hf_104 {
328
+ ._Input-radio_bsxfo_93:first-of-type ._Input-radioInner_bsxfo_110 {
322
329
  border-bottom-left-radius: 3px;
323
330
  border-top-left-radius: 3px;
324
331
  }
325
- ._Input-radio_py9hf_87:last-of-type {
332
+ ._Input-radio_bsxfo_93:last-of-type {
326
333
  border-bottom-right-radius: 4px;
327
334
  border-inline-end: 0;
328
335
  border-top-right-radius: 4px;
329
336
  }
330
- ._Input-radio_py9hf_87:last-of-type ._Input-radioInner_py9hf_104 {
337
+ ._Input-radio_bsxfo_93:last-of-type ._Input-radioInner_bsxfo_110 {
331
338
  border-bottom-right-radius: 3px;
332
339
  border-top-right-radius: 3px;
333
340
  }
334
- ._Input-radioInner_py9hf_104 {
341
+ ._Input-radioInner_bsxfo_110 {
335
342
  background-color: var(--puck-color-white);
336
343
  color: var(--puck-color-grey-04);
337
344
  cursor: pointer;
@@ -340,32 +347,32 @@ select._Input-input_py9hf_26:dir(rtl) {
340
347
  text-align: center;
341
348
  transition: background-color 50ms ease-in;
342
349
  }
343
- ._Input-radio_py9hf_87:has(:focus-visible) {
350
+ ._Input-radio_bsxfo_93:has(:focus-visible) {
344
351
  outline: 2px solid var(--puck-color-azure-05);
345
352
  outline-offset: 2px;
346
353
  position: relative;
347
354
  }
348
355
  @media (hover: hover) and (pointer: fine) {
349
- ._Input-radioInner_py9hf_104:hover {
356
+ ._Input-radioInner_bsxfo_110:hover {
350
357
  background-color: var(--puck-color-azure-12);
351
358
  transition: none;
352
359
  }
353
360
  }
354
- ._Input--readOnly_py9hf_76 ._Input-radioInner_py9hf_104 {
361
+ ._Input--readOnly_bsxfo_82 ._Input-radioInner_bsxfo_110 {
355
362
  background-color: var(--puck-color-white);
356
363
  color: var(--puck-color-grey-04);
357
364
  cursor: default;
358
365
  }
359
- ._Input-radio_py9hf_87 ._Input-radioInput_py9hf_149:checked ~ ._Input-radioInner_py9hf_104 {
366
+ ._Input-radio_bsxfo_93 ._Input-radioInput_bsxfo_155:checked ~ ._Input-radioInner_bsxfo_110 {
360
367
  background-color: var(--puck-color-azure-11);
361
368
  color: var(--puck-color-azure-04);
362
369
  font-weight: 500;
363
370
  }
364
- ._Input--readOnly_py9hf_76 ._Input-radioInput_py9hf_149:checked ~ ._Input-radioInner_py9hf_104 {
371
+ ._Input--readOnly_bsxfo_82 ._Input-radioInput_bsxfo_155:checked ~ ._Input-radioInner_bsxfo_110 {
365
372
  background-color: var(--puck-color-grey-11);
366
373
  color: var(--puck-color-grey-04);
367
374
  }
368
- ._Input-radio_py9hf_87 ._Input-radioInput_py9hf_149 {
375
+ ._Input-radio_bsxfo_93 ._Input-radioInput_bsxfo_155 {
369
376
  clip: rect(0 0 0 0);
370
377
  clip-path: inset(100%);
371
378
  height: 1px;
@@ -374,7 +381,7 @@ select._Input-input_py9hf_26:dir(rtl) {
374
381
  white-space: nowrap;
375
382
  width: 1px;
376
383
  }
377
- textarea._Input-input_py9hf_26 {
384
+ textarea._Input-input_bsxfo_26 {
378
385
  margin-bottom: -4px;
379
386
  }
380
387
 
@@ -1150,27 +1157,31 @@ textarea._Input-input_py9hf_26 {
1150
1157
  }
1151
1158
 
1152
1159
  /* css-module:/home/runner/work/puck/puck/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
1153
- ._DraggableComponent_qzbgx_1 {
1160
+ ._DraggableComponent_1vaqy_1 {
1154
1161
  position: absolute;
1155
1162
  pointer-events: none;
1156
1163
  --overlay-background: color-mix( in srgb, var(--puck-color-azure-08) 30%, transparent );
1157
1164
  }
1158
- ._DraggableComponent-overlay_qzbgx_12 {
1159
- cursor: pointer;
1165
+ ._DraggableComponent-overlayWrapper_1vaqy_12 {
1160
1166
  height: 100%;
1161
1167
  width: 100%;
1162
1168
  top: 0;
1163
- outline: 2px var(--puck-color-azure-09) solid;
1164
- outline-offset: -2px;
1165
1169
  position: absolute;
1166
1170
  pointer-events: none;
1167
1171
  box-sizing: border-box;
1168
1172
  z-index: 1;
1169
1173
  }
1170
- ._DraggableComponent_qzbgx_1:focus-visible > ._DraggableComponent-overlay_qzbgx_12 {
1174
+ ._DraggableComponent-overlay_1vaqy_12 {
1175
+ cursor: pointer;
1176
+ height: 100%;
1177
+ outline: 2px var(--puck-color-azure-09) solid;
1178
+ outline-offset: -2px;
1179
+ width: 100%;
1180
+ }
1181
+ ._DraggableComponent_1vaqy_1:focus-visible > ._DraggableComponent-overlayWrapper_1vaqy_12 {
1171
1182
  outline: 1px solid var(--puck-color-azure-05);
1172
1183
  }
1173
- ._DraggableComponent-loadingOverlay_qzbgx_29 {
1184
+ ._DraggableComponent-loadingOverlay_1vaqy_34 {
1174
1185
  background: var(--puck-color-white);
1175
1186
  color: var(--puck-color-grey-03);
1176
1187
  border-radius: 4px;
@@ -1185,29 +1196,27 @@ textarea._Input-input_py9hf_26 {
1185
1196
  opacity: 0.8;
1186
1197
  z-index: 1;
1187
1198
  }
1188
- ._DraggableComponent--hover_qzbgx_45:not(._DraggableComponent--isLocked_qzbgx_45) > ._DraggableComponent-overlay_qzbgx_12 {
1199
+ ._DraggableComponent--hover_1vaqy_50 > ._DraggableComponent-overlayWrapper_1vaqy_12 > ._DraggableComponent-overlay_1vaqy_12 {
1189
1200
  background: var(--overlay-background);
1190
- }
1191
- ._DraggableComponent--hover_qzbgx_45 > ._DraggableComponent-overlay_qzbgx_12 {
1192
1201
  outline: 2px var(--puck-color-azure-09) solid;
1193
1202
  }
1194
- ._DraggableComponent--isSelected_qzbgx_54 > ._DraggableComponent-overlay_qzbgx_12 {
1203
+ ._DraggableComponent--isSelected_1vaqy_57 > ._DraggableComponent-overlayWrapper_1vaqy_12 > ._DraggableComponent-overlay_1vaqy_12 {
1195
1204
  outline-color: var(--puck-color-azure-07);
1196
1205
  }
1197
- ._DraggableComponent_qzbgx_1:has(._DraggableComponent--hover_qzbgx_45 > ._DraggableComponent-overlay_qzbgx_12) > ._DraggableComponent-overlay_qzbgx_12 {
1206
+ ._DraggableComponent_1vaqy_1:has(._DraggableComponent--hover_1vaqy_50 > ._DraggableComponent-overlayWrapper_1vaqy_12) > ._DraggableComponent-overlayWrapper_1vaqy_12 {
1198
1207
  display: none;
1199
1208
  }
1200
- ._DraggableComponent-actionsOverlay_qzbgx_66 {
1209
+ ._DraggableComponent-actionsOverlay_1vaqy_71 {
1201
1210
  position: sticky;
1202
1211
  opacity: 0;
1203
1212
  pointer-events: none;
1204
1213
  z-index: 2;
1205
1214
  }
1206
- ._DraggableComponent--isSelected_qzbgx_54 ._DraggableComponent-actionsOverlay_qzbgx_66 {
1215
+ ._DraggableComponent--isSelected_1vaqy_57 ._DraggableComponent-actionsOverlay_1vaqy_71 {
1207
1216
  opacity: 1;
1208
1217
  pointer-events: auto;
1209
1218
  }
1210
- ._DraggableComponent-actions_qzbgx_66 {
1219
+ ._DraggableComponent-actions_1vaqy_71 {
1211
1220
  position: absolute;
1212
1221
  width: auto;
1213
1222
  cursor: grab;
@@ -1307,180 +1316,31 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1307
1316
  opacity: 0 !important;
1308
1317
  }
1309
1318
 
1310
- /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1311
- ._SidebarSection_8boj8_1 {
1312
- display: flex;
1313
- position: relative;
1314
- flex-direction: column;
1315
- color: var(--puck-color-black);
1316
- }
1317
- ._SidebarSection_8boj8_1:last-of-type {
1318
- flex-grow: 1;
1319
- }
1320
- ._SidebarSection-title_8boj8_12 {
1321
- background: var(--puck-color-white);
1322
- padding: 16px;
1323
- border-bottom: 1px solid var(--puck-color-grey-09);
1324
- border-top: 1px solid var(--puck-color-grey-09);
1325
- overflow-x: auto;
1326
- }
1327
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1328
- border-top: 0px;
1329
- }
1330
- ._SidebarSection-content_8boj8_24 {
1331
- padding: 16px;
1332
- }
1333
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1334
- padding: 0px;
1335
- }
1336
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1337
- padding-bottom: 4px;
1338
- }
1339
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1340
- border-bottom: none;
1341
- flex-grow: 1;
1342
- }
1343
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
1344
- background: none;
1345
- border: 0;
1346
- border-radius: 2px;
1347
- color: var(--puck-color-azure-04);
1348
- cursor: pointer;
1349
- font: inherit;
1350
- flex-shrink: 0;
1351
- padding: 0;
1352
- transition: color 50ms ease-in;
1319
+ /* lib/overlay-portal/styles.css */
1320
+ [data-puck-overlay-portal],
1321
+ [data-puck-overlay-portal] * {
1322
+ pointer-events: auto !important;
1353
1323
  }
1354
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1355
- outline: 2px solid var(--puck-color-azure-05);
1324
+ [data-puck-overlay-portal]:hover {
1325
+ outline: 2px var(--puck-color-azure-09) dashed;
1356
1326
  outline-offset: 2px;
1357
1327
  }
1358
- @media (hover: hover) and (pointer: fine) {
1359
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1360
- color: var(--puck-color-azure-03);
1361
- transition: none;
1362
- }
1363
- }
1364
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1365
- color: var(--puck-color-azure-02);
1366
- transition: none;
1367
- }
1368
- ._SidebarSection-breadcrumbs_8boj8_70 {
1369
- align-items: center;
1370
- display: flex;
1371
- gap: 4px;
1372
- }
1373
- ._SidebarSection-breadcrumb_8boj8_41 {
1374
- align-items: center;
1375
- display: flex;
1376
- gap: 4px;
1377
- }
1378
- ._SidebarSection-heading_8boj8_82 {
1379
- padding-inline-end: 16px;
1380
- }
1381
- ._SidebarSection-loadingOverlay_8boj8_86 {
1382
- background: var(--puck-color-white);
1383
- display: flex;
1384
- justify-content: center;
1385
- align-items: center;
1386
- height: 100%;
1387
- width: 100%;
1388
- top: 0;
1389
- position: absolute;
1390
- z-index: 1;
1391
- pointer-events: all;
1392
- box-sizing: border-box;
1393
- opacity: 0.8;
1328
+ [data-puck-overlay-portal]:focus-within {
1329
+ outline: 2px var(--puck-color-azure-07) solid;
1330
+ outline-offset: 2px;
1394
1331
  }
1395
1332
 
1396
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1397
- ._Puck_dnlfp_19 {
1398
- --puck-space-px: 16px;
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
- }
1406
- }
1407
- ._Puck-portal_dnlfp_31 {
1408
- position: relative;
1409
- z-index: 2;
1410
- }
1411
- ._PuckLayout-inner_dnlfp_38 {
1412
- --puck-frame-width: auto;
1413
- --puck-side-bar-width: 0px;
1414
- display: grid;
1415
- grid-template-areas: "header header header" "left editor right";
1416
- grid-template-columns: 0 var(--puck-frame-width) 0;
1417
- grid-template-rows: min-content auto;
1418
- height: 100dvh;
1419
- position: relative;
1420
- z-index: 0;
1421
- }
1422
- ._PuckLayout--mounted_dnlfp_50 ._PuckLayout-inner_dnlfp_38 {
1423
- --puck-side-bar-width: 186px;
1424
- }
1425
- ._PuckLayout--leftSideBarVisible_dnlfp_54 ._PuckLayout-inner_dnlfp_38 {
1426
- grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) 0;
1427
- }
1428
- ._PuckLayout--rightSideBarVisible_dnlfp_60 ._PuckLayout-inner_dnlfp_38 {
1429
- grid-template-columns: 0 var(--puck-frame-width) var(--puck-side-bar-width);
1430
- }
1431
- ._PuckLayout--leftSideBarVisible_dnlfp_54._PuckLayout--rightSideBarVisible_dnlfp_60 ._PuckLayout-inner_dnlfp_38 {
1432
- grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) var(--puck-side-bar-width);
1433
- }
1434
- @media (min-width: 458px) {
1435
- ._PuckLayout-mounted_dnlfp_74 ._PuckLayout-inner_dnlfp_38 {
1436
- --puck-frame-width: minmax(266px, auto);
1437
- }
1438
- }
1439
- @media (min-width: 638px) {
1440
- ._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
1441
- --puck-side-bar-width: minmax(186px, 250px);
1442
- }
1443
- }
1444
- @media (min-width: 766px) {
1445
- ._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
1446
- --puck-frame-width: auto;
1447
- }
1448
- }
1449
- @media (min-width: 990px) {
1450
- ._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
1451
- --puck-side-bar-width: 256px;
1452
- }
1453
- }
1454
- @media (min-width: 1198px) {
1455
- ._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
1456
- --puck-side-bar-width: 274px;
1457
- }
1458
- }
1459
- @media (min-width: 1398px) {
1460
- ._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
1461
- --puck-side-bar-width: 290px;
1462
- }
1463
- }
1464
- @media (min-width: 1598px) {
1465
- ._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
1466
- --puck-side-bar-width: 320px;
1467
- }
1333
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/InlineTextField/styles.module.css/#css-module-data */
1334
+ ._InlineTextField_ilw2a_1 {
1335
+ cursor: text;
1336
+ display: inline-block;
1468
1337
  }
1469
- ._PuckLayout-leftSideBar_dnlfp_115 {
1470
- background: var(--puck-color-grey-12);
1471
- border-inline-end: 1px solid var(--puck-color-grey-09);
1472
- display: flex;
1473
- flex-direction: column;
1474
- grid-area: left;
1475
- overflow-y: auto;
1338
+ [data-dnd-dragging] ._InlineTextField_ilw2a_1 {
1339
+ cursor: none;
1340
+ caret-color: transparent;
1476
1341
  }
1477
- ._PuckLayout-rightSideBar_dnlfp_124 {
1478
- background: var(--puck-color-white);
1479
- border-inline-start: 1px solid var(--puck-color-grey-09);
1480
- display: flex;
1481
- flex-direction: column;
1482
- grid-area: right;
1483
- overflow-y: auto;
1342
+ [data-dnd-dragging] ._InlineTextField_ilw2a_1::selection {
1343
+ display: none;
1484
1344
  }
1485
1345
 
1486
1346
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
@@ -1574,6 +1434,11 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1574
1434
  margin-inline-start: auto;
1575
1435
  }
1576
1436
 
1437
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Components/styles.module.css/#css-module-data */
1438
+ ._Components_uwdh8_1 {
1439
+ padding: 16px;
1440
+ }
1441
+
1577
1442
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1578
1443
  ._PuckPreview_z2rgu_1 {
1579
1444
  position: relative;
@@ -1688,111 +1553,142 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1688
1553
  margin-top: 4px;
1689
1554
  }
1690
1555
 
1691
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1692
- ._ViewportControls_gejzr_1 {
1693
- display: flex;
1694
- background: var(--puck-color-grey-11);
1695
- box-sizing: border-box;
1696
- border-inline-start: 2px solid var(--puck-color-grey-11);
1697
- justify-content: center;
1698
- gap: 8px;
1699
- min-width: 358px;
1700
- padding-bottom: 16px;
1701
- padding-inline-start: var(--puck-space-px);
1702
- padding-inline-end: var(--puck-space-px);
1703
- z-index: 1;
1704
- }
1705
- ._ViewportControls-divider_gejzr_15 {
1706
- border-inline-end: 1px solid var(--puck-color-grey-09);
1707
- margin-inline-start: 8px;
1708
- margin-inline-end: 8px;
1709
- }
1710
- ._ViewportControls-zoomSelect_gejzr_21 {
1711
- appearance: none;
1712
- 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;
1713
- background-size: 10px;
1714
- background-position: calc(100% - 12px) calc(50% + 3px);
1715
- background-repeat: no-repeat;
1716
- border: 0;
1717
- font-size: var(--puck-font-size-xxxs);
1718
- padding: 0;
1719
- width: 96px;
1720
- }
1721
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1722
- background-position: 12px calc(50% + 3px);
1723
- }
1724
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1725
- color: var(--puck-color-azure-04);
1556
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Outline/styles.module.css/#css-module-data */
1557
+ ._Outline_1rrni_1 {
1558
+ padding: 16px;
1726
1559
  }
1727
1560
 
1728
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1729
- ._PuckCanvas_18jay_1 {
1730
- background: var(--puck-color-grey-11);
1731
- display: flex;
1732
- grid-area: editor;
1733
- flex-direction: column;
1734
- padding: var(--puck-space-px);
1735
- overflow: auto;
1561
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1562
+ ._Puck_15wj5_19 {
1563
+ --puck-space-px: 16px;
1564
+ font-family: var(--puck-font-family);
1565
+ overflow-x: hidden;
1736
1566
  }
1737
- @media (min-width: 1198px) {
1738
- ._PuckCanvas_18jay_1 {
1739
- padding: calc(var(--puck-space-px) * 1.5);
1740
- padding-top: var(--puck-space-px);
1741
- }
1742
- ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1743
- padding-top: calc(var(--puck-space-px) * 1.5);
1567
+ @media (min-width: 766px) {
1568
+ ._Puck_15wj5_19 {
1569
+ overflow-x: auto;
1744
1570
  }
1745
1571
  }
1746
- ._PuckCanvas-inner_18jay_21 {
1747
- display: flex;
1748
- height: 100%;
1749
- justify-content: center;
1750
- min-width: 358px;
1572
+ ._Puck-portal_15wj5_31 {
1751
1573
  position: relative;
1752
- width: 100%;
1574
+ z-index: 2;
1753
1575
  }
1754
- ._PuckCanvas-root_18jay_30 {
1755
- background: white;
1756
- border: 1px solid var(--puck-color-grey-09);
1757
- box-sizing: content-box;
1758
- min-width: 321px;
1759
- position: absolute;
1760
- pointer-events: none;
1761
- transform-origin: top;
1762
- top: 0;
1763
- bottom: 0;
1764
- opacity: 0;
1576
+ ._PuckLayout-inner_15wj5_36 {
1577
+ --puck-frame-width: auto;
1578
+ --puck-side-nav-width: min-content;
1579
+ --puck-side-bar-width: 0px;
1580
+ --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1581
+ --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1582
+ display: grid;
1583
+ grid-template-areas: "header" "editor" "left" "right" "sidenav";
1584
+ grid-template-columns: var(--puck-frame-width);
1585
+ grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
1586
+ height: 100dvh;
1587
+ position: relative;
1588
+ transition: grid-template-rows 150ms ease-in;
1589
+ z-index: 0;
1590
+ overflow: hidden;
1765
1591
  }
1766
- @media (min-width: 1198px) {
1767
- ._PuckCanvas-root_18jay_30 {
1768
- min-width: unset;
1592
+ @media (min-width: 638px) {
1593
+ ._PuckLayout-inner_15wj5_36 {
1594
+ --puck-side-nav-width: 67.5px;
1595
+ grid-template-areas: "header header header header" "sidenav left editor right";
1596
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1597
+ grid-template-rows: min-content auto;
1769
1598
  }
1770
1599
  }
1771
- @media (prefers-reduced-motion: reduce) {
1772
- ._PuckCanvas-root_18jay_30 {
1773
- transition: none !important;
1774
- }
1600
+ ._PuckLayout--mounted_15wj5_68 ._PuckLayout-inner_15wj5_36 {
1601
+ --puck-side-bar-width: 186px;
1775
1602
  }
1776
- ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1777
- pointer-events: unset;
1778
- opacity: 1;
1603
+ ._PuckLayout--leftSideBarVisible_15wj5_72 ._PuckLayout-inner_15wj5_36 {
1604
+ grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
1779
1605
  }
1780
- ._PuckCanvas-loader_18jay_60 {
1781
- align-items: center;
1782
- color: var(--puck-color-grey-06);
1783
- display: flex;
1784
- height: 100%;
1785
- justify-content: center;
1786
- transition: opacity 250ms ease-out;
1787
- opacity: 0;
1606
+ ._PuckLayout--leftSideBarVisible_15wj5_72._PuckLayout--isExpanded_15wj5_77 ._PuckLayout-inner_15wj5_36 {
1607
+ grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
1788
1608
  }
1789
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1790
- opacity: 1;
1609
+ @media (min-width: 638px) {
1610
+ ._PuckLayout--leftSideBarVisible_15wj5_72 ._PuckLayout-inner_15wj5_36 {
1611
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1612
+ grid-template-rows: min-content auto;
1613
+ }
1791
1614
  }
1792
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1793
- opacity: 0;
1794
- height: 0;
1795
- transition: none;
1615
+ @media (min-width: 638px) {
1616
+ ._PuckLayout--rightSideBarVisible_15wj5_94 ._PuckLayout-inner_15wj5_36 {
1617
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1618
+ }
1619
+ }
1620
+ @media (min-width: 638px) {
1621
+ ._PuckLayout--leftSideBarVisible_15wj5_72._PuckLayout--rightSideBarVisible_15wj5_94 ._PuckLayout-inner_15wj5_36 {
1622
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1623
+ }
1624
+ }
1625
+ @media (min-width: 458px) {
1626
+ ._PuckLayout-mounted_15wj5_113 ._PuckLayout-inner_15wj5_36 {
1627
+ --puck-frame-width: minmax(266px, auto);
1628
+ }
1629
+ }
1630
+ @media (min-width: 638px) {
1631
+ ._PuckLayout_15wj5_36 ._PuckLayout-inner_15wj5_36 {
1632
+ --puck-side-bar-width: minmax(186px, 250px);
1633
+ }
1634
+ }
1635
+ @media (min-width: 766px) {
1636
+ ._PuckLayout_15wj5_36 ._PuckLayout-inner_15wj5_36 {
1637
+ --puck-frame-width: auto;
1638
+ }
1639
+ }
1640
+ @media (min-width: 990px) {
1641
+ ._PuckLayout_15wj5_36 ._PuckLayout-inner_15wj5_36 {
1642
+ --puck-side-bar-width: 256px;
1643
+ }
1644
+ }
1645
+ @media (min-width: 1198px) {
1646
+ ._PuckLayout_15wj5_36 ._PuckLayout-inner_15wj5_36 {
1647
+ --puck-side-bar-width: 274px;
1648
+ }
1649
+ }
1650
+ @media (min-width: 1398px) {
1651
+ ._PuckLayout_15wj5_36 ._PuckLayout-inner_15wj5_36 {
1652
+ --puck-side-bar-width: 290px;
1653
+ }
1654
+ }
1655
+ @media (min-width: 1598px) {
1656
+ ._PuckLayout_15wj5_36 ._PuckLayout-inner_15wj5_36 {
1657
+ --puck-side-bar-width: 320px;
1658
+ }
1659
+ }
1660
+ ._PuckLayout-nav_15wj5_154 {
1661
+ border-top: 1px solid var(--puck-color-grey-09);
1662
+ background-color: var(--puck-color-grey-12);
1663
+ grid-area: sidenav;
1664
+ }
1665
+ @media (min-width: 638px) {
1666
+ ._PuckLayout-nav_15wj5_154 {
1667
+ border-top: 0;
1668
+ border-right: 1px solid var(--puck-color-grey-09);
1669
+ }
1670
+ }
1671
+ ._PuckLayout-header_15wj5_167 {
1672
+ grid-area: header;
1673
+ }
1674
+ ._PuckLayout--leftSideBarVisible_15wj5_72 ._PuckLayout-header_15wj5_167 {
1675
+ overflow: hidden;
1676
+ }
1677
+ @media (min-width: 638px) {
1678
+ ._PuckLayout--leftSideBarVisible_15wj5_72 ._PuckLayout-header_15wj5_167 {
1679
+ overflow: auto;
1680
+ }
1681
+ }
1682
+ ._PuckPluginTab_15wj5_181 {
1683
+ display: none;
1684
+ flex-grow: 1;
1685
+ }
1686
+ ._PuckPluginTab--visible_15wj5_186 {
1687
+ display: flex;
1688
+ flex-direction: column;
1689
+ }
1690
+ ._PuckPluginTab-body_15wj5_191 {
1691
+ flex-grow: 1;
1796
1692
  }
1797
1693
 
1798
1694
  /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
@@ -1840,7 +1736,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1840
1736
  }
1841
1737
 
1842
1738
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1843
- ._PuckHeader_15xnq_1 {
1739
+ ._PuckHeader_1bhmt_1 {
1844
1740
  background: var(--puck-color-white);
1845
1741
  border-bottom: 1px solid var(--puck-color-grey-09);
1846
1742
  color: var(--puck-color-black);
@@ -1848,7 +1744,12 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1848
1744
  position: relative;
1849
1745
  max-width: 100vw;
1850
1746
  }
1851
- ._PuckHeader-inner_15xnq_10 {
1747
+ @media (min-width: 638px) {
1748
+ ._PuckHeader_1bhmt_1 {
1749
+ padding-left: 67px;
1750
+ }
1751
+ }
1752
+ ._PuckHeader-inner_1bhmt_16 {
1852
1753
  align-items: end;
1853
1754
  display: grid;
1854
1755
  gap: var(--puck-space-px);
@@ -1857,39 +1758,476 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1857
1758
  grid-template-rows: auto;
1858
1759
  padding: var(--puck-space-px);
1859
1760
  }
1860
- ._PuckHeader-toggle_15xnq_20 {
1761
+ @media (min-width: 638px) {
1762
+ ._PuckHeader-inner_1bhmt_16 {
1763
+ border-left: 1px solid var(--puck-color-grey-09);
1764
+ }
1765
+ }
1766
+ ._PuckHeader-toggle_1bhmt_32 {
1861
1767
  color: var(--puck-color-grey-05);
1862
1768
  display: flex;
1863
1769
  margin-inline-start: -4px;
1864
1770
  padding-top: 2px;
1865
1771
  }
1866
- ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
1867
- ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
1772
+ ._PuckHeader--rightSideBarVisible_1bhmt_39 ._PuckHeader-rightSideBarToggle_1bhmt_39,
1773
+ ._PuckHeader--leftSideBarVisible_1bhmt_40 ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1868
1774
  color: var(--puck-color-black);
1869
1775
  }
1870
- ._PuckHeader-title_15xnq_32 {
1776
+ ._PuckHeader-rightSideBarToggle_1bhmt_39,
1777
+ ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1778
+ display: none;
1779
+ }
1780
+ @media (min-width: 638px) {
1781
+ ._PuckHeader-rightSideBarToggle_1bhmt_39,
1782
+ ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1783
+ display: block;
1784
+ }
1785
+ }
1786
+ ._PuckHeader-title_1bhmt_56 {
1871
1787
  align-self: center;
1872
1788
  }
1873
- ._PuckHeader-path_15xnq_36 {
1789
+ ._PuckHeader-path_1bhmt_60 {
1874
1790
  font-family: var(--puck-font-family-monospaced);
1875
1791
  font-size: var(--puck-font-size-xxs);
1876
1792
  font-weight: normal;
1877
1793
  word-break: break-all;
1878
1794
  }
1879
- ._PuckHeader-tools_15xnq_43 {
1795
+ ._PuckHeader-tools_1bhmt_67 {
1880
1796
  display: flex;
1881
1797
  gap: 16px;
1882
1798
  justify-content: flex-end;
1883
1799
  }
1884
- ._PuckHeader-menuButton_15xnq_49 {
1800
+ ._PuckHeader-menuButton_1bhmt_73 {
1885
1801
  color: var(--puck-color-grey-05);
1886
1802
  margin-inline-start: -4px;
1887
1803
  }
1888
- ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
1804
+ ._PuckHeader--menuOpen_1bhmt_78 ._PuckHeader-menuButton_1bhmt_73 {
1889
1805
  color: var(--puck-color-black);
1890
1806
  }
1891
1807
  @media (min-width: 638px) {
1892
- ._PuckHeader-menuButton_15xnq_49 {
1808
+ ._PuckHeader-menuButton_1bhmt_73 {
1809
+ display: none;
1810
+ }
1811
+ }
1812
+
1813
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1814
+ ._SidebarSection_8boj8_1 {
1815
+ display: flex;
1816
+ position: relative;
1817
+ flex-direction: column;
1818
+ color: var(--puck-color-black);
1819
+ }
1820
+ ._SidebarSection_8boj8_1:last-of-type {
1821
+ flex-grow: 1;
1822
+ }
1823
+ ._SidebarSection-title_8boj8_12 {
1824
+ background: var(--puck-color-white);
1825
+ padding: 16px;
1826
+ border-bottom: 1px solid var(--puck-color-grey-09);
1827
+ border-top: 1px solid var(--puck-color-grey-09);
1828
+ overflow-x: auto;
1829
+ }
1830
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1831
+ border-top: 0px;
1832
+ }
1833
+ ._SidebarSection-content_8boj8_24 {
1834
+ padding: 16px;
1835
+ }
1836
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1837
+ padding: 0px;
1838
+ }
1839
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1840
+ padding-bottom: 4px;
1841
+ }
1842
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1843
+ border-bottom: none;
1844
+ flex-grow: 1;
1845
+ }
1846
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1847
+ background: none;
1848
+ border: 0;
1849
+ border-radius: 2px;
1850
+ color: var(--puck-color-azure-04);
1851
+ cursor: pointer;
1852
+ font: inherit;
1853
+ flex-shrink: 0;
1854
+ padding: 0;
1855
+ transition: color 50ms ease-in;
1856
+ }
1857
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1858
+ outline: 2px solid var(--puck-color-azure-05);
1859
+ outline-offset: 2px;
1860
+ }
1861
+ @media (hover: hover) and (pointer: fine) {
1862
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1863
+ color: var(--puck-color-azure-03);
1864
+ transition: none;
1865
+ }
1866
+ }
1867
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1868
+ color: var(--puck-color-azure-02);
1869
+ transition: none;
1870
+ }
1871
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1872
+ align-items: center;
1873
+ display: flex;
1874
+ gap: 4px;
1875
+ }
1876
+ ._SidebarSection-breadcrumb_8boj8_41 {
1877
+ align-items: center;
1878
+ display: flex;
1879
+ gap: 4px;
1880
+ }
1881
+ ._SidebarSection-heading_8boj8_82 {
1882
+ padding-inline-end: 16px;
1883
+ }
1884
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1885
+ background: var(--puck-color-white);
1886
+ display: flex;
1887
+ justify-content: center;
1888
+ align-items: center;
1889
+ height: 100%;
1890
+ width: 100%;
1891
+ top: 0;
1892
+ position: absolute;
1893
+ z-index: 1;
1894
+ pointer-events: all;
1895
+ box-sizing: border-box;
1896
+ opacity: 0.8;
1897
+ }
1898
+
1899
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1900
+ ._ViewportControls_gejzr_1 {
1901
+ display: flex;
1902
+ background: var(--puck-color-grey-11);
1903
+ box-sizing: border-box;
1904
+ border-inline-start: 2px solid var(--puck-color-grey-11);
1905
+ justify-content: center;
1906
+ gap: 8px;
1907
+ min-width: 358px;
1908
+ padding-bottom: 16px;
1909
+ padding-inline-start: var(--puck-space-px);
1910
+ padding-inline-end: var(--puck-space-px);
1911
+ z-index: 1;
1912
+ }
1913
+ ._ViewportControls-divider_gejzr_15 {
1914
+ border-inline-end: 1px solid var(--puck-color-grey-09);
1915
+ margin-inline-start: 8px;
1916
+ margin-inline-end: 8px;
1917
+ }
1918
+ ._ViewportControls-zoomSelect_gejzr_21 {
1919
+ appearance: none;
1920
+ 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;
1921
+ background-size: 10px;
1922
+ background-position: calc(100% - 12px) calc(50% + 3px);
1923
+ background-repeat: no-repeat;
1924
+ border: 0;
1925
+ font-size: var(--puck-font-size-xxxs);
1926
+ padding: 0;
1927
+ width: 96px;
1928
+ }
1929
+ ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1930
+ background-position: 12px calc(50% + 3px);
1931
+ }
1932
+ ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1933
+ color: var(--puck-color-azure-04);
1934
+ }
1935
+
1936
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1937
+ ._PuckCanvas_18jay_1 {
1938
+ background: var(--puck-color-grey-11);
1939
+ display: flex;
1940
+ grid-area: editor;
1941
+ flex-direction: column;
1942
+ padding: var(--puck-space-px);
1943
+ overflow: auto;
1944
+ }
1945
+ @media (min-width: 1198px) {
1946
+ ._PuckCanvas_18jay_1 {
1947
+ padding: calc(var(--puck-space-px) * 1.5);
1948
+ padding-top: var(--puck-space-px);
1949
+ }
1950
+ ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1951
+ padding-top: calc(var(--puck-space-px) * 1.5);
1952
+ }
1953
+ }
1954
+ ._PuckCanvas-inner_18jay_21 {
1955
+ display: flex;
1956
+ height: 100%;
1957
+ justify-content: center;
1958
+ min-width: 358px;
1959
+ position: relative;
1960
+ width: 100%;
1961
+ }
1962
+ ._PuckCanvas-root_18jay_30 {
1963
+ background: white;
1964
+ border: 1px solid var(--puck-color-grey-09);
1965
+ box-sizing: content-box;
1966
+ min-width: 321px;
1967
+ position: absolute;
1968
+ pointer-events: none;
1969
+ transform-origin: top;
1970
+ top: 0;
1971
+ bottom: 0;
1972
+ opacity: 0;
1973
+ }
1974
+ @media (min-width: 1198px) {
1975
+ ._PuckCanvas-root_18jay_30 {
1976
+ min-width: unset;
1977
+ }
1978
+ }
1979
+ @media (prefers-reduced-motion: reduce) {
1980
+ ._PuckCanvas-root_18jay_30 {
1981
+ transition: none !important;
1982
+ }
1983
+ }
1984
+ ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1985
+ pointer-events: unset;
1986
+ opacity: 1;
1987
+ }
1988
+ ._PuckCanvas-loader_18jay_60 {
1989
+ align-items: center;
1990
+ color: var(--puck-color-grey-06);
1991
+ display: flex;
1992
+ height: 100%;
1993
+ justify-content: center;
1994
+ transition: opacity 250ms ease-out;
1995
+ opacity: 0;
1996
+ }
1997
+ ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1998
+ opacity: 1;
1999
+ }
2000
+ ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
2001
+ opacity: 0;
2002
+ height: 0;
2003
+ transition: none;
2004
+ }
2005
+
2006
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
2007
+ @media (min-width: 766px) {
2008
+ ._ResizeHandle_144bf_2 {
2009
+ position: absolute;
2010
+ width: 5px;
2011
+ height: 100%;
2012
+ cursor: col-resize;
2013
+ z-index: 10;
2014
+ background: transparent;
2015
+ top: 0;
2016
+ }
2017
+ ._ResizeHandle_144bf_2:hover {
2018
+ background: rgba(0, 0, 0, 0.1);
2019
+ }
2020
+ ._ResizeHandle--left_144bf_16 {
2021
+ right: -3px;
2022
+ }
2023
+ ._ResizeHandle--right_144bf_20 {
2024
+ left: -3px;
2025
+ }
2026
+ }
2027
+
2028
+ /* components/Puck/components/ResizeHandle/styles.css */
2029
+ [data-resize-overlay] {
2030
+ position: fixed;
2031
+ top: 0;
2032
+ left: 0;
2033
+ right: 0;
2034
+ bottom: 0;
2035
+ z-index: 9999;
2036
+ cursor: col-resize;
2037
+ }
2038
+
2039
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
2040
+ ._Sidebar_13jxp_1 {
2041
+ border-block-start: 1px solid var(--puck-color-grey-09);
2042
+ position: relative;
2043
+ display: flex;
2044
+ flex-direction: column;
2045
+ overflow-y: auto;
2046
+ }
2047
+ ._Sidebar--left_13jxp_9 {
2048
+ background: var(--puck-color-grey-12);
2049
+ grid-area: left;
2050
+ }
2051
+ @media (min-width: 766px) {
2052
+ ._Sidebar--left_13jxp_9 {
2053
+ border-block-start: 0;
2054
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2055
+ }
2056
+ }
2057
+ ._Sidebar--right_13jxp_21 {
2058
+ background: var(--puck-color-white);
2059
+ grid-area: right;
2060
+ }
2061
+ @media (min-width: 766px) {
2062
+ ._Sidebar--right_13jxp_21 {
2063
+ border-block-start: 0;
2064
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2065
+ }
2066
+ }
2067
+ ._Sidebar-resizeHandle_13jxp_33 {
2068
+ position: absolute;
2069
+ height: 100%;
2070
+ }
2071
+ ._Sidebar--left_13jxp_9 + ._Sidebar-resizeHandle_13jxp_33 {
2072
+ grid-area: left;
2073
+ justify-self: end;
2074
+ }
2075
+ ._Sidebar--right_13jxp_21 + ._Sidebar-resizeHandle_13jxp_33 {
2076
+ grid-area: right;
2077
+ justify-self: start;
2078
+ }
2079
+
2080
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2081
+ ._Nav-list_nlhxk_1 {
2082
+ list-style: none;
2083
+ margin: 0;
2084
+ padding-left: 16px;
2085
+ padding-right: 16px;
2086
+ }
2087
+ @media (min-width: 638px) {
2088
+ ._Nav-list_nlhxk_1 {
2089
+ padding-left: 0;
2090
+ padding-right: 0;
2091
+ }
2092
+ }
2093
+ @media (min-width: 638px) {
2094
+ ._NavSection_nlhxk_16 {
2095
+ padding: 16px;
2096
+ }
2097
+ ._NavSection_nlhxk_16:first-of-type {
2098
+ padding-top: 32px;
2099
+ }
2100
+ }
2101
+ ._Nav--slim_nlhxk_25 ._NavSection_nlhxk_16 {
2102
+ padding-left: 0;
2103
+ padding-right: 0;
2104
+ }
2105
+ ._Nav--slim_nlhxk_25 ._NavSection_nlhxk_16 + ._NavSection_nlhxk_16 {
2106
+ border-top: 1px solid var(--puck-color-grey-09);
2107
+ }
2108
+ ._NavSection-list_nlhxk_34 {
2109
+ display: flex;
2110
+ list-style: none;
2111
+ margin: 0;
2112
+ padding: 0;
2113
+ }
2114
+ @media (min-width: 638px) {
2115
+ ._NavSection-list_nlhxk_34 {
2116
+ flex-direction: column;
2117
+ }
2118
+ }
2119
+ ._Nav--slim_nlhxk_25 ._NavSection-list_nlhxk_34 {
2120
+ gap: 8px;
2121
+ }
2122
+ @media (min-width: 638px) {
2123
+ ._Nav--slim_nlhxk_25 ._NavSection-list_nlhxk_34 {
2124
+ gap: 16px;
2125
+ }
2126
+ }
2127
+ ._NavSection-title_nlhxk_57 {
2128
+ font-weight: 700;
2129
+ margin-bottom: 8px;
2130
+ padding-left: 8px;
2131
+ padding-right: 8px;
2132
+ }
2133
+ ._Nav--slim_nlhxk_25 ._NavSection-title_nlhxk_57 {
2134
+ opacity: 0;
2135
+ }
2136
+ ._NavItem-link_nlhxk_68 {
2137
+ align-items: center;
2138
+ color: var(--puck-color-grey-03);
2139
+ display: flex;
2140
+ gap: 8px;
2141
+ text-decoration: none;
2142
+ cursor: pointer;
2143
+ border-radius: 4px;
2144
+ padding: 8px 4px;
2145
+ width: 64px;
2146
+ box-sizing: border-box;
2147
+ }
2148
+ @media (min-width: 638px) {
2149
+ ._NavItem-link_nlhxk_68 {
2150
+ width: auto;
2151
+ }
2152
+ }
2153
+ ._Nav--slim_nlhxk_25 ._NavItem-link_nlhxk_68 {
2154
+ border-top: 4px solid transparent;
2155
+ border-bottom: 4px solid transparent;
2156
+ border-radius: 0;
2157
+ flex-direction: column;
2158
+ font-size: var(--puck-font-size-xxxs);
2159
+ }
2160
+ @media (min-width: 638px) {
2161
+ ._Nav--slim_nlhxk_25 ._NavItem-link_nlhxk_68 {
2162
+ border: 0;
2163
+ border-left: 4px solid transparent;
2164
+ border-right: 4px solid transparent;
2165
+ }
2166
+ }
2167
+ ._NavItem-linkIcon_nlhxk_103 {
2168
+ height: 24px;
2169
+ width: 24px;
2170
+ }
2171
+ ._NavItem--active_nlhxk_108 > ._NavItem-link_nlhxk_68 {
2172
+ background-color: var(--puck-color-azure-10);
2173
+ color: var(--puck-color-azure-04);
2174
+ font-weight: 600;
2175
+ }
2176
+ ._Nav--slim_nlhxk_25 ._NavItem--active_nlhxk_108 > ._NavItem-link_nlhxk_68 {
2177
+ background-color: transparent;
2178
+ border-top-color: var(--puck-color-azure-04);
2179
+ border-top-right-radius: 0;
2180
+ border-bottom-right-radius: 0;
2181
+ font-weight: 600;
2182
+ }
2183
+ @media (min-width: 638px) {
2184
+ ._Nav--slim_nlhxk_25 ._NavItem--active_nlhxk_108 > ._NavItem-link_nlhxk_68 {
2185
+ border-top-color: transparent;
2186
+ border-right-color: var(--puck-color-azure-04);
2187
+ }
2188
+ }
2189
+ ._NavItem_nlhxk_68:not(._NavItem--active_nlhxk_108) > ._NavItem-link_nlhxk_68:hover {
2190
+ background-color: var(--puck-color-azure-11);
2191
+ color: var(--puck-color-azure-04);
2192
+ }
2193
+ ._NavItem-list_nlhxk_134 {
2194
+ border-left: 1px solid var(--puck-color-grey-09);
2195
+ display: flex;
2196
+ flex-direction: column;
2197
+ list-style: none;
2198
+ margin-top: 8px;
2199
+ margin-left: 4px;
2200
+ padding: 0;
2201
+ padding-left: 8px;
2202
+ }
2203
+ ._Nav--slim_nlhxk_25 ._NavItem-list_nlhxk_134 {
2204
+ border-left: 0;
2205
+ padding-left: 0;
2206
+ margin-left: 0;
2207
+ }
2208
+ ._Nav_nlhxk_1 {
2209
+ display: flex;
2210
+ }
2211
+ @media (min-width: 638px) {
2212
+ ._Nav_nlhxk_1 {
2213
+ display: block;
2214
+ }
2215
+ }
2216
+ @media (min-width: 638px) {
2217
+ ._NavItem--mobileOnly_nlhxk_162 {
2218
+ display: none;
2219
+ }
2220
+ }
2221
+ ._Nav-mobileActions_nlhxk_167 {
2222
+ align-items: center;
2223
+ display: flex;
2224
+ justify-content: center;
2225
+ margin-inline-start: auto;
2226
+ padding: 4px 16px;
2227
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2228
+ }
2229
+ @media (min-width: 638px) {
2230
+ ._Nav-mobileActions_nlhxk_167 {
1893
2231
  display: none;
1894
2232
  }
1895
2233
  }