@measured/puck 0.20.0-canary.6dace1cf → 0.20.0-canary.77cef35d

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
@@ -231,10 +231,10 @@
231
231
  }
232
232
 
233
233
  /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/styles.module.css/#css-module-data */
234
- ._InputWrapper_py9hf_1 + ._InputWrapper_py9hf_1 {
234
+ ._InputWrapper_bsxfo_1 + ._InputWrapper_bsxfo_1 {
235
235
  margin-top: 12px;
236
236
  }
237
- ._Input-label_py9hf_5 {
237
+ ._Input-label_bsxfo_5 {
238
238
  align-items: center;
239
239
  color: var(--puck-color-grey-04);
240
240
  display: flex;
@@ -242,17 +242,17 @@
242
242
  font-size: var(--puck-font-size-xxs);
243
243
  font-weight: 600;
244
244
  }
245
- ._Input-labelIcon_py9hf_14 {
245
+ ._Input-labelIcon_bsxfo_14 {
246
246
  color: var(--puck-color-grey-07);
247
247
  display: flex;
248
248
  margin-inline-end: 4px;
249
249
  padding-inline-start: 4px;
250
250
  }
251
- ._Input-disabledIcon_py9hf_21 {
251
+ ._Input-disabledIcon_bsxfo_21 {
252
252
  color: var(--puck-color-grey-05);
253
253
  margin-inline-start: auto;
254
254
  }
255
- ._Input-input_py9hf_26 {
255
+ ._Input-input_bsxfo_26 {
256
256
  background: var(--puck-color-white);
257
257
  border-width: 1px;
258
258
  border-style: solid;
@@ -260,13 +260,18 @@
260
260
  border-radius: 4px;
261
261
  box-sizing: border-box;
262
262
  font-family: inherit;
263
- font-size: 14px;
263
+ font-size: 16px;
264
264
  padding: 12px 15px;
265
265
  transition: border-color 50ms ease-in;
266
266
  width: 100%;
267
267
  max-width: 100%;
268
268
  }
269
- 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 {
270
275
  appearance: none;
271
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;
272
277
  background-size: 12px;
@@ -275,29 +280,29 @@ select._Input-input_py9hf_26 {
275
280
  background-color: var(--puck-color-white);
276
281
  cursor: pointer;
277
282
  }
278
- select._Input-input_py9hf_26:dir(rtl) {
283
+ select._Input-input_bsxfo_26:dir(rtl) {
279
284
  background-position: 12px calc(50% + 3px);
280
285
  }
281
286
  @media (hover: hover) and (pointer: fine) {
282
- ._Input_py9hf_1:has(> input):hover ._Input-input_py9hf_26:not([readonly]),
283
- ._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]) {
284
289
  border-color: var(--puck-color-grey-05);
285
290
  transition: none;
286
291
  }
287
- ._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]) {
288
293
  background-color: var(--puck-color-azure-12);
289
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>");
290
295
  border-color: var(--puck-color-grey-05);
291
296
  transition: none;
292
297
  }
293
298
  }
294
- ._Input-input_py9hf_26:focus {
299
+ ._Input-input_bsxfo_26:focus {
295
300
  border-color: var(--puck-color-grey-05);
296
301
  outline: 2px solid var(--puck-color-azure-05);
297
302
  transition: none;
298
303
  }
299
- ._Input--readOnly_py9hf_76 > ._Input-input_py9hf_26,
300
- ._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 {
301
306
  background-color: var(--puck-color-grey-11);
302
307
  border-color: var(--puck-color-grey-09);
303
308
  color: var(--puck-color-grey-04);
@@ -306,34 +311,34 @@ select._Input-input_py9hf_26:dir(rtl) {
306
311
  outline: 0;
307
312
  transition: none;
308
313
  }
309
- ._Input-radioGroupItems_py9hf_87 {
314
+ ._Input-radioGroupItems_bsxfo_93 {
310
315
  display: flex;
311
316
  border: 1px solid var(--puck-color-grey-09);
312
317
  border-radius: 4px;
313
318
  flex-wrap: wrap;
314
319
  }
315
- ._Input-radio_py9hf_87 {
320
+ ._Input-radio_bsxfo_93 {
316
321
  border-inline-end: 1px solid var(--puck-color-grey-09);
317
322
  flex-grow: 1;
318
323
  }
319
- ._Input-radio_py9hf_87:first-of-type {
324
+ ._Input-radio_bsxfo_93:first-of-type {
320
325
  border-bottom-left-radius: 4px;
321
326
  border-top-left-radius: 4px;
322
327
  }
323
- ._Input-radio_py9hf_87:first-of-type ._Input-radioInner_py9hf_104 {
328
+ ._Input-radio_bsxfo_93:first-of-type ._Input-radioInner_bsxfo_110 {
324
329
  border-bottom-left-radius: 3px;
325
330
  border-top-left-radius: 3px;
326
331
  }
327
- ._Input-radio_py9hf_87:last-of-type {
332
+ ._Input-radio_bsxfo_93:last-of-type {
328
333
  border-bottom-right-radius: 4px;
329
334
  border-inline-end: 0;
330
335
  border-top-right-radius: 4px;
331
336
  }
332
- ._Input-radio_py9hf_87:last-of-type ._Input-radioInner_py9hf_104 {
337
+ ._Input-radio_bsxfo_93:last-of-type ._Input-radioInner_bsxfo_110 {
333
338
  border-bottom-right-radius: 3px;
334
339
  border-top-right-radius: 3px;
335
340
  }
336
- ._Input-radioInner_py9hf_104 {
341
+ ._Input-radioInner_bsxfo_110 {
337
342
  background-color: var(--puck-color-white);
338
343
  color: var(--puck-color-grey-04);
339
344
  cursor: pointer;
@@ -342,32 +347,32 @@ select._Input-input_py9hf_26:dir(rtl) {
342
347
  text-align: center;
343
348
  transition: background-color 50ms ease-in;
344
349
  }
345
- ._Input-radio_py9hf_87:has(:focus-visible) {
350
+ ._Input-radio_bsxfo_93:has(:focus-visible) {
346
351
  outline: 2px solid var(--puck-color-azure-05);
347
352
  outline-offset: 2px;
348
353
  position: relative;
349
354
  }
350
355
  @media (hover: hover) and (pointer: fine) {
351
- ._Input-radioInner_py9hf_104:hover {
356
+ ._Input-radioInner_bsxfo_110:hover {
352
357
  background-color: var(--puck-color-azure-12);
353
358
  transition: none;
354
359
  }
355
360
  }
356
- ._Input--readOnly_py9hf_76 ._Input-radioInner_py9hf_104 {
361
+ ._Input--readOnly_bsxfo_82 ._Input-radioInner_bsxfo_110 {
357
362
  background-color: var(--puck-color-white);
358
363
  color: var(--puck-color-grey-04);
359
364
  cursor: default;
360
365
  }
361
- ._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 {
362
367
  background-color: var(--puck-color-azure-11);
363
368
  color: var(--puck-color-azure-04);
364
369
  font-weight: 500;
365
370
  }
366
- ._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 {
367
372
  background-color: var(--puck-color-grey-11);
368
373
  color: var(--puck-color-grey-04);
369
374
  }
370
- ._Input-radio_py9hf_87 ._Input-radioInput_py9hf_149 {
375
+ ._Input-radio_bsxfo_93 ._Input-radioInput_bsxfo_155 {
371
376
  clip: rect(0 0 0 0);
372
377
  clip-path: inset(100%);
373
378
  height: 1px;
@@ -376,7 +381,7 @@ select._Input-input_py9hf_26:dir(rtl) {
376
381
  white-space: nowrap;
377
382
  width: 1px;
378
383
  }
379
- textarea._Input-input_py9hf_26 {
384
+ textarea._Input-input_bsxfo_26 {
380
385
  margin-bottom: -4px;
381
386
  }
382
387
 
@@ -1152,27 +1157,31 @@ textarea._Input-input_py9hf_26 {
1152
1157
  }
1153
1158
 
1154
1159
  /* css-module:/home/runner/work/puck/puck/packages/core/components/DraggableComponent/styles.module.css/#css-module-data */
1155
- ._DraggableComponent_qzbgx_1 {
1160
+ ._DraggableComponent_1vaqy_1 {
1156
1161
  position: absolute;
1157
1162
  pointer-events: none;
1158
1163
  --overlay-background: color-mix( in srgb, var(--puck-color-azure-08) 30%, transparent );
1159
1164
  }
1160
- ._DraggableComponent-overlay_qzbgx_12 {
1161
- cursor: pointer;
1165
+ ._DraggableComponent-overlayWrapper_1vaqy_12 {
1162
1166
  height: 100%;
1163
1167
  width: 100%;
1164
1168
  top: 0;
1165
- outline: 2px var(--puck-color-azure-09) solid;
1166
- outline-offset: -2px;
1167
1169
  position: absolute;
1168
1170
  pointer-events: none;
1169
1171
  box-sizing: border-box;
1170
1172
  z-index: 1;
1171
1173
  }
1172
- ._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 {
1173
1182
  outline: 1px solid var(--puck-color-azure-05);
1174
1183
  }
1175
- ._DraggableComponent-loadingOverlay_qzbgx_29 {
1184
+ ._DraggableComponent-loadingOverlay_1vaqy_34 {
1176
1185
  background: var(--puck-color-white);
1177
1186
  color: var(--puck-color-grey-03);
1178
1187
  border-radius: 4px;
@@ -1187,29 +1196,27 @@ textarea._Input-input_py9hf_26 {
1187
1196
  opacity: 0.8;
1188
1197
  z-index: 1;
1189
1198
  }
1190
- ._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 {
1191
1200
  background: var(--overlay-background);
1192
- }
1193
- ._DraggableComponent--hover_qzbgx_45 > ._DraggableComponent-overlay_qzbgx_12 {
1194
1201
  outline: 2px var(--puck-color-azure-09) solid;
1195
1202
  }
1196
- ._DraggableComponent--isSelected_qzbgx_54 > ._DraggableComponent-overlay_qzbgx_12 {
1203
+ ._DraggableComponent--isSelected_1vaqy_57 > ._DraggableComponent-overlayWrapper_1vaqy_12 > ._DraggableComponent-overlay_1vaqy_12 {
1197
1204
  outline-color: var(--puck-color-azure-07);
1198
1205
  }
1199
- ._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 {
1200
1207
  display: none;
1201
1208
  }
1202
- ._DraggableComponent-actionsOverlay_qzbgx_66 {
1209
+ ._DraggableComponent-actionsOverlay_1vaqy_71 {
1203
1210
  position: sticky;
1204
1211
  opacity: 0;
1205
1212
  pointer-events: none;
1206
1213
  z-index: 2;
1207
1214
  }
1208
- ._DraggableComponent--isSelected_qzbgx_54 ._DraggableComponent-actionsOverlay_qzbgx_66 {
1215
+ ._DraggableComponent--isSelected_1vaqy_57 ._DraggableComponent-actionsOverlay_1vaqy_71 {
1209
1216
  opacity: 1;
1210
1217
  pointer-events: auto;
1211
1218
  }
1212
- ._DraggableComponent-actions_qzbgx_66 {
1219
+ ._DraggableComponent-actions_1vaqy_71 {
1213
1220
  position: absolute;
1214
1221
  width: auto;
1215
1222
  cursor: grab;
@@ -1309,180 +1316,31 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1309
1316
  opacity: 0 !important;
1310
1317
  }
1311
1318
 
1312
- /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1313
- ._SidebarSection_8boj8_1 {
1314
- display: flex;
1315
- position: relative;
1316
- flex-direction: column;
1317
- color: var(--puck-color-black);
1318
- }
1319
- ._SidebarSection_8boj8_1:last-of-type {
1320
- flex-grow: 1;
1321
- }
1322
- ._SidebarSection-title_8boj8_12 {
1323
- background: var(--puck-color-white);
1324
- padding: 16px;
1325
- border-bottom: 1px solid var(--puck-color-grey-09);
1326
- border-top: 1px solid var(--puck-color-grey-09);
1327
- overflow-x: auto;
1328
- }
1329
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1330
- border-top: 0px;
1331
- }
1332
- ._SidebarSection-content_8boj8_24 {
1333
- padding: 16px;
1334
- }
1335
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1336
- padding: 0px;
1337
- }
1338
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1339
- padding-bottom: 4px;
1340
- }
1341
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1342
- border-bottom: none;
1343
- flex-grow: 1;
1344
- }
1345
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
1346
- background: none;
1347
- border: 0;
1348
- border-radius: 2px;
1349
- color: var(--puck-color-azure-04);
1350
- cursor: pointer;
1351
- font: inherit;
1352
- flex-shrink: 0;
1353
- padding: 0;
1354
- 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;
1355
1323
  }
1356
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1357
- outline: 2px solid var(--puck-color-azure-05);
1324
+ [data-puck-overlay-portal]:hover {
1325
+ outline: 2px var(--puck-color-azure-09) dashed;
1358
1326
  outline-offset: 2px;
1359
1327
  }
1360
- @media (hover: hover) and (pointer: fine) {
1361
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1362
- color: var(--puck-color-azure-03);
1363
- transition: none;
1364
- }
1365
- }
1366
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1367
- color: var(--puck-color-azure-02);
1368
- transition: none;
1369
- }
1370
- ._SidebarSection-breadcrumbs_8boj8_70 {
1371
- align-items: center;
1372
- display: flex;
1373
- gap: 4px;
1374
- }
1375
- ._SidebarSection-breadcrumb_8boj8_41 {
1376
- align-items: center;
1377
- display: flex;
1378
- gap: 4px;
1379
- }
1380
- ._SidebarSection-heading_8boj8_82 {
1381
- padding-inline-end: 16px;
1382
- }
1383
- ._SidebarSection-loadingOverlay_8boj8_86 {
1384
- background: var(--puck-color-white);
1385
- display: flex;
1386
- justify-content: center;
1387
- align-items: center;
1388
- height: 100%;
1389
- width: 100%;
1390
- top: 0;
1391
- position: absolute;
1392
- z-index: 1;
1393
- pointer-events: all;
1394
- box-sizing: border-box;
1395
- opacity: 0.8;
1328
+ [data-puck-overlay-portal]:focus-within {
1329
+ outline: 2px var(--puck-color-azure-07) solid;
1330
+ outline-offset: 2px;
1396
1331
  }
1397
1332
 
1398
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1399
- ._Puck_dnlfp_19 {
1400
- --puck-space-px: 16px;
1401
- font-family: var(--puck-font-family);
1402
- overflow-x: hidden;
1403
- }
1404
- @media (min-width: 766px) {
1405
- ._Puck_dnlfp_19 {
1406
- overflow-x: auto;
1407
- }
1408
- }
1409
- ._Puck-portal_dnlfp_31 {
1410
- position: relative;
1411
- z-index: 2;
1412
- }
1413
- ._PuckLayout-inner_dnlfp_38 {
1414
- --puck-frame-width: auto;
1415
- --puck-side-bar-width: 0px;
1416
- display: grid;
1417
- grid-template-areas: "header header header" "left editor right";
1418
- grid-template-columns: 0 var(--puck-frame-width) 0;
1419
- grid-template-rows: min-content auto;
1420
- height: 100dvh;
1421
- position: relative;
1422
- z-index: 0;
1423
- }
1424
- ._PuckLayout--mounted_dnlfp_50 ._PuckLayout-inner_dnlfp_38 {
1425
- --puck-side-bar-width: 186px;
1426
- }
1427
- ._PuckLayout--leftSideBarVisible_dnlfp_54 ._PuckLayout-inner_dnlfp_38 {
1428
- grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) 0;
1429
- }
1430
- ._PuckLayout--rightSideBarVisible_dnlfp_60 ._PuckLayout-inner_dnlfp_38 {
1431
- grid-template-columns: 0 var(--puck-frame-width) var(--puck-side-bar-width);
1432
- }
1433
- ._PuckLayout--leftSideBarVisible_dnlfp_54._PuckLayout--rightSideBarVisible_dnlfp_60 ._PuckLayout-inner_dnlfp_38 {
1434
- grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) var(--puck-side-bar-width);
1435
- }
1436
- @media (min-width: 458px) {
1437
- ._PuckLayout-mounted_dnlfp_74 ._PuckLayout-inner_dnlfp_38 {
1438
- --puck-frame-width: minmax(266px, auto);
1439
- }
1440
- }
1441
- @media (min-width: 638px) {
1442
- ._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
1443
- --puck-side-bar-width: minmax(186px, 250px);
1444
- }
1445
- }
1446
- @media (min-width: 766px) {
1447
- ._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
1448
- --puck-frame-width: auto;
1449
- }
1450
- }
1451
- @media (min-width: 990px) {
1452
- ._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
1453
- --puck-side-bar-width: 256px;
1454
- }
1455
- }
1456
- @media (min-width: 1198px) {
1457
- ._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
1458
- --puck-side-bar-width: 274px;
1459
- }
1460
- }
1461
- @media (min-width: 1398px) {
1462
- ._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
1463
- --puck-side-bar-width: 290px;
1464
- }
1465
- }
1466
- @media (min-width: 1598px) {
1467
- ._PuckLayout_dnlfp_38 ._PuckLayout-inner_dnlfp_38 {
1468
- --puck-side-bar-width: 320px;
1469
- }
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;
1470
1337
  }
1471
- ._PuckLayout-leftSideBar_dnlfp_115 {
1472
- background: var(--puck-color-grey-12);
1473
- border-inline-end: 1px solid var(--puck-color-grey-09);
1474
- display: flex;
1475
- flex-direction: column;
1476
- grid-area: left;
1477
- overflow-y: auto;
1338
+ [data-dnd-dragging] ._InlineTextField_ilw2a_1 {
1339
+ cursor: none;
1340
+ caret-color: transparent;
1478
1341
  }
1479
- ._PuckLayout-rightSideBar_dnlfp_124 {
1480
- background: var(--puck-color-white);
1481
- border-inline-start: 1px solid var(--puck-color-grey-09);
1482
- display: flex;
1483
- flex-direction: column;
1484
- grid-area: right;
1485
- overflow-y: auto;
1342
+ [data-dnd-dragging] ._InlineTextField_ilw2a_1::selection {
1343
+ display: none;
1486
1344
  }
1487
1345
 
1488
1346
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
@@ -1576,6 +1434,11 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1576
1434
  margin-inline-start: auto;
1577
1435
  }
1578
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
+
1579
1442
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1580
1443
  ._PuckPreview_z2rgu_1 {
1581
1444
  position: relative;
@@ -1690,111 +1553,96 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1690
1553
  margin-top: 4px;
1691
1554
  }
1692
1555
 
1693
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1694
- ._ViewportControls_gejzr_1 {
1695
- display: flex;
1696
- background: var(--puck-color-grey-11);
1697
- box-sizing: border-box;
1698
- border-inline-start: 2px solid var(--puck-color-grey-11);
1699
- justify-content: center;
1700
- gap: 8px;
1701
- min-width: 358px;
1702
- padding-bottom: 16px;
1703
- padding-inline-start: var(--puck-space-px);
1704
- padding-inline-end: var(--puck-space-px);
1705
- z-index: 1;
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;
1706
1559
  }
1707
- ._ViewportControls-divider_gejzr_15 {
1708
- border-inline-end: 1px solid var(--puck-color-grey-09);
1709
- margin-inline-start: 8px;
1710
- margin-inline-end: 8px;
1560
+
1561
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1562
+ ._Puck_1q3wx_19 {
1563
+ --puck-space-px: 16px;
1564
+ font-family: var(--puck-font-family);
1565
+ overflow-x: hidden;
1711
1566
  }
1712
- ._ViewportControls-zoomSelect_gejzr_21 {
1713
- appearance: none;
1714
- 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;
1715
- background-size: 10px;
1716
- background-position: calc(100% - 12px) calc(50% + 3px);
1717
- background-repeat: no-repeat;
1718
- border: 0;
1719
- font-size: var(--puck-font-size-xxxs);
1720
- padding: 0;
1721
- width: 96px;
1567
+ @media (min-width: 766px) {
1568
+ ._Puck_1q3wx_19 {
1569
+ overflow-x: auto;
1570
+ }
1722
1571
  }
1723
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1724
- background-position: 12px calc(50% + 3px);
1572
+ ._Puck-portal_1q3wx_31 {
1573
+ position: relative;
1574
+ z-index: 2;
1725
1575
  }
1726
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1727
- color: var(--puck-color-azure-04);
1576
+ ._PuckLayout-inner_1q3wx_36 {
1577
+ --puck-frame-width: auto;
1578
+ --puck-side-bar-width: 0px;
1579
+ --puck-side-nav-width: 68px;
1580
+ display: grid;
1581
+ grid-template-areas: "header header header header" "sidenav left editor right";
1582
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1583
+ grid-template-rows: min-content auto;
1584
+ height: 100dvh;
1585
+ position: relative;
1586
+ z-index: 0;
1728
1587
  }
1729
-
1730
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1731
- ._PuckCanvas_18jay_1 {
1732
- background: var(--puck-color-grey-11);
1733
- display: flex;
1734
- grid-area: editor;
1735
- flex-direction: column;
1736
- padding: var(--puck-space-px);
1737
- overflow: auto;
1588
+ ._PuckLayout--mounted_1q3wx_49 ._PuckLayout-inner_1q3wx_36 {
1589
+ --puck-side-bar-width: 186px;
1590
+ --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, --puck-side-bar-width );
1591
+ --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, --puck-side-bar-width );
1738
1592
  }
1739
- @media (min-width: 1198px) {
1740
- ._PuckCanvas_18jay_1 {
1741
- padding: calc(var(--puck-space-px) * 1.5);
1742
- padding-top: var(--puck-space-px);
1743
- }
1744
- ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1745
- padding-top: calc(var(--puck-space-px) * 1.5);
1746
- }
1593
+ ._PuckLayout--leftSideBarVisible_1q3wx_61 ._PuckLayout-inner_1q3wx_36 {
1594
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1747
1595
  }
1748
- ._PuckCanvas-inner_18jay_21 {
1749
- display: flex;
1750
- height: 100%;
1751
- justify-content: center;
1752
- min-width: 358px;
1753
- position: relative;
1754
- width: 100%;
1596
+ ._PuckLayout--rightSideBarVisible_1q3wx_69 ._PuckLayout-inner_1q3wx_36 {
1597
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-side-bar-width);
1755
1598
  }
1756
- ._PuckCanvas-root_18jay_30 {
1757
- background: white;
1758
- border: 1px solid var(--puck-color-grey-09);
1759
- box-sizing: content-box;
1760
- min-width: 321px;
1761
- position: absolute;
1762
- pointer-events: none;
1763
- transform-origin: top;
1764
- top: 0;
1765
- bottom: 0;
1766
- opacity: 0;
1599
+ ._PuckLayout--leftSideBarVisible_1q3wx_61._PuckLayout--rightSideBarVisible_1q3wx_69 ._PuckLayout-inner_1q3wx_36 {
1600
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1767
1601
  }
1768
- @media (min-width: 1198px) {
1769
- ._PuckCanvas-root_18jay_30 {
1770
- min-width: unset;
1602
+ @media (min-width: 458px) {
1603
+ ._PuckLayout-mounted_1q3wx_85 ._PuckLayout-inner_1q3wx_36 {
1604
+ --puck-frame-width: minmax(266px, auto);
1771
1605
  }
1772
1606
  }
1773
- @media (prefers-reduced-motion: reduce) {
1774
- ._PuckCanvas-root_18jay_30 {
1775
- transition: none !important;
1607
+ @media (min-width: 638px) {
1608
+ ._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
1609
+ --puck-side-bar-width: minmax(186px, 250px);
1776
1610
  }
1777
1611
  }
1778
- ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1779
- pointer-events: unset;
1780
- opacity: 1;
1612
+ @media (min-width: 766px) {
1613
+ ._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
1614
+ --puck-frame-width: auto;
1615
+ }
1781
1616
  }
1782
- ._PuckCanvas-loader_18jay_60 {
1783
- align-items: center;
1784
- color: var(--puck-color-grey-06);
1785
- display: flex;
1786
- height: 100%;
1787
- justify-content: center;
1788
- transition: opacity 250ms ease-out;
1789
- opacity: 0;
1617
+ @media (min-width: 990px) {
1618
+ ._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
1619
+ --puck-side-bar-width: 256px;
1620
+ }
1790
1621
  }
1791
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1792
- opacity: 1;
1622
+ @media (min-width: 1198px) {
1623
+ ._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
1624
+ --puck-side-bar-width: 274px;
1625
+ }
1793
1626
  }
1794
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1795
- opacity: 0;
1796
- height: 0;
1797
- transition: none;
1627
+ @media (min-width: 1398px) {
1628
+ ._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
1629
+ --puck-side-bar-width: 290px;
1630
+ }
1631
+ }
1632
+ @media (min-width: 1598px) {
1633
+ ._PuckLayout_1q3wx_36 ._PuckLayout-inner_1q3wx_36 {
1634
+ --puck-side-bar-width: 320px;
1635
+ }
1636
+ }
1637
+ ._PuckLayout-nav_1q3wx_126 {
1638
+ border-right: 1px solid var(--puck-color-grey-09);
1639
+ background-color: var(--puck-color-grey-12);
1640
+ }
1641
+ ._PuckPluginTab_1q3wx_131 {
1642
+ display: none;
1643
+ }
1644
+ ._PuckPluginTab--visible_1q3wx_135 {
1645
+ display: block;
1798
1646
  }
1799
1647
 
1800
1648
  /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
@@ -1842,7 +1690,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1842
1690
  }
1843
1691
 
1844
1692
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1845
- ._PuckHeader_15xnq_1 {
1693
+ ._PuckHeader_1ehbp_1 {
1846
1694
  background: var(--puck-color-white);
1847
1695
  border-bottom: 1px solid var(--puck-color-grey-09);
1848
1696
  color: var(--puck-color-black);
@@ -1850,8 +1698,14 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1850
1698
  position: relative;
1851
1699
  max-width: 100vw;
1852
1700
  }
1853
- ._PuckHeader-inner_15xnq_10 {
1701
+ @media (min-width: 638px) {
1702
+ ._PuckHeader_1ehbp_1 {
1703
+ padding-left: 67px;
1704
+ }
1705
+ }
1706
+ ._PuckHeader-inner_1ehbp_16 {
1854
1707
  align-items: end;
1708
+ border-left: 1px solid var(--puck-color-grey-09);
1855
1709
  display: grid;
1856
1710
  gap: var(--puck-space-px);
1857
1711
  grid-template-areas: "left middle right";
@@ -1859,39 +1713,391 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1859
1713
  grid-template-rows: auto;
1860
1714
  padding: var(--puck-space-px);
1861
1715
  }
1862
- ._PuckHeader-toggle_15xnq_20 {
1716
+ @media (min-width: 638px) {
1717
+ ._PuckHeader-inner_1ehbp_16 {
1718
+ border-left: 1px solid var(--puck-color-grey-09);
1719
+ }
1720
+ }
1721
+ ._PuckHeader-toggle_1ehbp_33 {
1863
1722
  color: var(--puck-color-grey-05);
1864
1723
  display: flex;
1865
1724
  margin-inline-start: -4px;
1866
1725
  padding-top: 2px;
1867
1726
  }
1868
- ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
1869
- ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
1727
+ ._PuckHeader--rightSideBarVisible_1ehbp_40 ._PuckHeader-rightSideBarToggle_1ehbp_40,
1728
+ ._PuckHeader--leftSideBarVisible_1ehbp_41 ._PuckHeader-leftSideBarToggle_1ehbp_41 {
1870
1729
  color: var(--puck-color-black);
1871
1730
  }
1872
- ._PuckHeader-title_15xnq_32 {
1731
+ ._PuckHeader-title_1ehbp_45 {
1873
1732
  align-self: center;
1874
1733
  }
1875
- ._PuckHeader-path_15xnq_36 {
1734
+ ._PuckHeader-path_1ehbp_49 {
1876
1735
  font-family: var(--puck-font-family-monospaced);
1877
1736
  font-size: var(--puck-font-size-xxs);
1878
1737
  font-weight: normal;
1879
1738
  word-break: break-all;
1880
1739
  }
1881
- ._PuckHeader-tools_15xnq_43 {
1740
+ ._PuckHeader-tools_1ehbp_56 {
1882
1741
  display: flex;
1883
1742
  gap: 16px;
1884
1743
  justify-content: flex-end;
1885
1744
  }
1886
- ._PuckHeader-menuButton_15xnq_49 {
1745
+ ._PuckHeader-menuButton_1ehbp_62 {
1887
1746
  color: var(--puck-color-grey-05);
1888
1747
  margin-inline-start: -4px;
1889
1748
  }
1890
- ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
1749
+ ._PuckHeader--menuOpen_1ehbp_67 ._PuckHeader-menuButton_1ehbp_62 {
1891
1750
  color: var(--puck-color-black);
1892
1751
  }
1893
1752
  @media (min-width: 638px) {
1894
- ._PuckHeader-menuButton_15xnq_49 {
1753
+ ._PuckHeader-menuButton_1ehbp_62 {
1895
1754
  display: none;
1896
1755
  }
1897
1756
  }
1757
+
1758
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1759
+ ._SidebarSection_8boj8_1 {
1760
+ display: flex;
1761
+ position: relative;
1762
+ flex-direction: column;
1763
+ color: var(--puck-color-black);
1764
+ }
1765
+ ._SidebarSection_8boj8_1:last-of-type {
1766
+ flex-grow: 1;
1767
+ }
1768
+ ._SidebarSection-title_8boj8_12 {
1769
+ background: var(--puck-color-white);
1770
+ padding: 16px;
1771
+ border-bottom: 1px solid var(--puck-color-grey-09);
1772
+ border-top: 1px solid var(--puck-color-grey-09);
1773
+ overflow-x: auto;
1774
+ }
1775
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1776
+ border-top: 0px;
1777
+ }
1778
+ ._SidebarSection-content_8boj8_24 {
1779
+ padding: 16px;
1780
+ }
1781
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1782
+ padding: 0px;
1783
+ }
1784
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1785
+ padding-bottom: 4px;
1786
+ }
1787
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1788
+ border-bottom: none;
1789
+ flex-grow: 1;
1790
+ }
1791
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1792
+ background: none;
1793
+ border: 0;
1794
+ border-radius: 2px;
1795
+ color: var(--puck-color-azure-04);
1796
+ cursor: pointer;
1797
+ font: inherit;
1798
+ flex-shrink: 0;
1799
+ padding: 0;
1800
+ transition: color 50ms ease-in;
1801
+ }
1802
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1803
+ outline: 2px solid var(--puck-color-azure-05);
1804
+ outline-offset: 2px;
1805
+ }
1806
+ @media (hover: hover) and (pointer: fine) {
1807
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1808
+ color: var(--puck-color-azure-03);
1809
+ transition: none;
1810
+ }
1811
+ }
1812
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1813
+ color: var(--puck-color-azure-02);
1814
+ transition: none;
1815
+ }
1816
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1817
+ align-items: center;
1818
+ display: flex;
1819
+ gap: 4px;
1820
+ }
1821
+ ._SidebarSection-breadcrumb_8boj8_41 {
1822
+ align-items: center;
1823
+ display: flex;
1824
+ gap: 4px;
1825
+ }
1826
+ ._SidebarSection-heading_8boj8_82 {
1827
+ padding-inline-end: 16px;
1828
+ }
1829
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1830
+ background: var(--puck-color-white);
1831
+ display: flex;
1832
+ justify-content: center;
1833
+ align-items: center;
1834
+ height: 100%;
1835
+ width: 100%;
1836
+ top: 0;
1837
+ position: absolute;
1838
+ z-index: 1;
1839
+ pointer-events: all;
1840
+ box-sizing: border-box;
1841
+ opacity: 0.8;
1842
+ }
1843
+
1844
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1845
+ ._ViewportControls_gejzr_1 {
1846
+ display: flex;
1847
+ background: var(--puck-color-grey-11);
1848
+ box-sizing: border-box;
1849
+ border-inline-start: 2px solid var(--puck-color-grey-11);
1850
+ justify-content: center;
1851
+ gap: 8px;
1852
+ min-width: 358px;
1853
+ padding-bottom: 16px;
1854
+ padding-inline-start: var(--puck-space-px);
1855
+ padding-inline-end: var(--puck-space-px);
1856
+ z-index: 1;
1857
+ }
1858
+ ._ViewportControls-divider_gejzr_15 {
1859
+ border-inline-end: 1px solid var(--puck-color-grey-09);
1860
+ margin-inline-start: 8px;
1861
+ margin-inline-end: 8px;
1862
+ }
1863
+ ._ViewportControls-zoomSelect_gejzr_21 {
1864
+ appearance: none;
1865
+ 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;
1866
+ background-size: 10px;
1867
+ background-position: calc(100% - 12px) calc(50% + 3px);
1868
+ background-repeat: no-repeat;
1869
+ border: 0;
1870
+ font-size: var(--puck-font-size-xxxs);
1871
+ padding: 0;
1872
+ width: 96px;
1873
+ }
1874
+ ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1875
+ background-position: 12px calc(50% + 3px);
1876
+ }
1877
+ ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1878
+ color: var(--puck-color-azure-04);
1879
+ }
1880
+
1881
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1882
+ ._PuckCanvas_18jay_1 {
1883
+ background: var(--puck-color-grey-11);
1884
+ display: flex;
1885
+ grid-area: editor;
1886
+ flex-direction: column;
1887
+ padding: var(--puck-space-px);
1888
+ overflow: auto;
1889
+ }
1890
+ @media (min-width: 1198px) {
1891
+ ._PuckCanvas_18jay_1 {
1892
+ padding: calc(var(--puck-space-px) * 1.5);
1893
+ padding-top: var(--puck-space-px);
1894
+ }
1895
+ ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1896
+ padding-top: calc(var(--puck-space-px) * 1.5);
1897
+ }
1898
+ }
1899
+ ._PuckCanvas-inner_18jay_21 {
1900
+ display: flex;
1901
+ height: 100%;
1902
+ justify-content: center;
1903
+ min-width: 358px;
1904
+ position: relative;
1905
+ width: 100%;
1906
+ }
1907
+ ._PuckCanvas-root_18jay_30 {
1908
+ background: white;
1909
+ border: 1px solid var(--puck-color-grey-09);
1910
+ box-sizing: content-box;
1911
+ min-width: 321px;
1912
+ position: absolute;
1913
+ pointer-events: none;
1914
+ transform-origin: top;
1915
+ top: 0;
1916
+ bottom: 0;
1917
+ opacity: 0;
1918
+ }
1919
+ @media (min-width: 1198px) {
1920
+ ._PuckCanvas-root_18jay_30 {
1921
+ min-width: unset;
1922
+ }
1923
+ }
1924
+ @media (prefers-reduced-motion: reduce) {
1925
+ ._PuckCanvas-root_18jay_30 {
1926
+ transition: none !important;
1927
+ }
1928
+ }
1929
+ ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1930
+ pointer-events: unset;
1931
+ opacity: 1;
1932
+ }
1933
+ ._PuckCanvas-loader_18jay_60 {
1934
+ align-items: center;
1935
+ color: var(--puck-color-grey-06);
1936
+ display: flex;
1937
+ height: 100%;
1938
+ justify-content: center;
1939
+ transition: opacity 250ms ease-out;
1940
+ opacity: 0;
1941
+ }
1942
+ ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1943
+ opacity: 1;
1944
+ }
1945
+ ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1946
+ opacity: 0;
1947
+ height: 0;
1948
+ transition: none;
1949
+ }
1950
+
1951
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
1952
+ @media (min-width: 766px) {
1953
+ ._ResizeHandle_144bf_2 {
1954
+ position: absolute;
1955
+ width: 5px;
1956
+ height: 100%;
1957
+ cursor: col-resize;
1958
+ z-index: 10;
1959
+ background: transparent;
1960
+ top: 0;
1961
+ }
1962
+ ._ResizeHandle_144bf_2:hover {
1963
+ background: rgba(0, 0, 0, 0.1);
1964
+ }
1965
+ ._ResizeHandle--left_144bf_16 {
1966
+ right: -3px;
1967
+ }
1968
+ ._ResizeHandle--right_144bf_20 {
1969
+ left: -3px;
1970
+ }
1971
+ }
1972
+
1973
+ /* components/Puck/components/ResizeHandle/styles.css */
1974
+ [data-resize-overlay] {
1975
+ position: fixed;
1976
+ top: 0;
1977
+ left: 0;
1978
+ right: 0;
1979
+ bottom: 0;
1980
+ z-index: 9999;
1981
+ cursor: col-resize;
1982
+ }
1983
+
1984
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
1985
+ ._Sidebar_1xksb_1 {
1986
+ position: relative;
1987
+ display: flex;
1988
+ flex-direction: column;
1989
+ overflow-y: auto;
1990
+ }
1991
+ ._Sidebar--left_1xksb_8 {
1992
+ background: var(--puck-color-grey-12);
1993
+ border-inline-end: 1px solid var(--puck-color-grey-09);
1994
+ grid-area: left;
1995
+ }
1996
+ ._Sidebar--right_1xksb_14 {
1997
+ background: var(--puck-color-white);
1998
+ border-inline-start: 1px solid var(--puck-color-grey-09);
1999
+ grid-area: right;
2000
+ }
2001
+ ._Sidebar-resizeHandle_1xksb_20 {
2002
+ position: absolute;
2003
+ height: 100%;
2004
+ }
2005
+ ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2006
+ grid-area: left;
2007
+ justify-self: end;
2008
+ }
2009
+ ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2010
+ grid-area: right;
2011
+ justify-self: start;
2012
+ }
2013
+
2014
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2015
+ ._Nav-list_b6txo_1 {
2016
+ list-style: none;
2017
+ margin: 0;
2018
+ padding: 0;
2019
+ }
2020
+ ._NavSection_b6txo_7 {
2021
+ padding: 16px;
2022
+ }
2023
+ ._NavSection_b6txo_7:first-of-type {
2024
+ padding-top: 32px;
2025
+ }
2026
+ ._Nav--slim_b6txo_15 ._NavSection_b6txo_7 {
2027
+ padding-left: 0;
2028
+ padding-right: 0;
2029
+ }
2030
+ ._Nav--slim_b6txo_15 ._NavSection_b6txo_7 + ._NavSection_b6txo_7 {
2031
+ border-top: 1px solid var(--puck-color-grey-09);
2032
+ }
2033
+ ._NavSection-list_b6txo_24 {
2034
+ display: flex;
2035
+ flex-direction: column;
2036
+ list-style: none;
2037
+ margin: 0;
2038
+ padding: 0;
2039
+ }
2040
+ ._Nav--slim_b6txo_15 ._NavSection-list_b6txo_24 {
2041
+ gap: 16px;
2042
+ }
2043
+ ._NavSection-title_b6txo_36 {
2044
+ font-weight: 700;
2045
+ margin-bottom: 8px;
2046
+ padding-left: 8px;
2047
+ padding-right: 8px;
2048
+ }
2049
+ ._Nav--slim_b6txo_15 ._NavSection-title_b6txo_36 {
2050
+ opacity: 0;
2051
+ }
2052
+ ._NavItem-link_b6txo_47 {
2053
+ align-items: center;
2054
+ color: var(--puck-color-grey-03);
2055
+ display: flex;
2056
+ gap: 8px;
2057
+ text-decoration: none;
2058
+ cursor: pointer;
2059
+ border-radius: 4px;
2060
+ padding: 8px 4px;
2061
+ }
2062
+ ._Nav--slim_b6txo_15 ._NavItem-link_b6txo_47 {
2063
+ border-left: 4px solid transparent;
2064
+ border-right: 4px solid transparent;
2065
+ border-radius: 0;
2066
+ flex-direction: column;
2067
+ font-size: var(--puck-font-size-xxxs);
2068
+ }
2069
+ ._NavItem-linkIcon_b6txo_67 {
2070
+ height: 24px;
2071
+ width: 24px;
2072
+ }
2073
+ ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
2074
+ background-color: var(--puck-color-azure-10);
2075
+ color: var(--puck-color-azure-04);
2076
+ font-weight: 600;
2077
+ }
2078
+ ._Nav--slim_b6txo_15 ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
2079
+ background-color: transparent;
2080
+ border-right-color: var(--puck-color-azure-04);
2081
+ border-top-right-radius: 0;
2082
+ border-bottom-right-radius: 0;
2083
+ font-weight: 600;
2084
+ }
2085
+ ._NavItem_b6txo_47:not(._NavItem--active_b6txo_72) > ._NavItem-link_b6txo_47:hover {
2086
+ background-color: var(--puck-color-azure-11);
2087
+ color: var(--puck-color-azure-04);
2088
+ }
2089
+ ._NavItem-list_b6txo_91 {
2090
+ border-left: 1px solid var(--puck-color-grey-09);
2091
+ display: flex;
2092
+ flex-direction: column;
2093
+ list-style: none;
2094
+ margin-top: 8px;
2095
+ margin-left: 4px;
2096
+ padding: 0;
2097
+ padding-left: 8px;
2098
+ }
2099
+ ._Nav--slim_b6txo_15 ._NavItem-list_b6txo_91 {
2100
+ border-left: 0;
2101
+ padding-left: 0;
2102
+ margin-left: 0;
2103
+ }