@measured/puck 0.20.0-canary.d405985b → 0.20.0-canary.f2447833

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 */
@@ -1690,111 +1548,91 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1690
1548
  margin-top: 4px;
1691
1549
  }
1692
1550
 
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;
1706
- }
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;
1551
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1552
+ ._Puck_1rc26_19 {
1553
+ --puck-space-px: 16px;
1554
+ font-family: var(--puck-font-family);
1555
+ overflow-x: hidden;
1711
1556
  }
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;
1557
+ @media (min-width: 766px) {
1558
+ ._Puck_1rc26_19 {
1559
+ overflow-x: auto;
1560
+ }
1722
1561
  }
1723
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1724
- background-position: 12px calc(50% + 3px);
1562
+ ._Puck-portal_1rc26_31 {
1563
+ position: relative;
1564
+ z-index: 2;
1725
1565
  }
1726
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1727
- color: var(--puck-color-azure-04);
1566
+ ._PuckLayout-inner_1rc26_36 {
1567
+ --puck-frame-width: auto;
1568
+ --puck-side-bar-width: 0px;
1569
+ display: grid;
1570
+ grid-template-areas: "header header header header" "sidenav left editor right";
1571
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1572
+ grid-template-rows: min-content auto;
1573
+ height: 100dvh;
1574
+ position: relative;
1575
+ z-index: 0;
1728
1576
  }
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;
1577
+ ._PuckLayout--mounted_1rc26_48 ._PuckLayout-inner_1rc26_36 {
1578
+ --puck-side-bar-width: 186px;
1579
+ --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, --puck-side-bar-width );
1580
+ --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, --puck-side-bar-width );
1581
+ --puck-side-nav-width: 68px;
1738
1582
  }
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
- }
1583
+ ._PuckLayout--leftSideBarVisible_1rc26_61 ._PuckLayout-inner_1rc26_36 {
1584
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1747
1585
  }
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%;
1586
+ ._PuckLayout--rightSideBarVisible_1rc26_69 ._PuckLayout-inner_1rc26_36 {
1587
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-side-bar-width);
1755
1588
  }
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;
1589
+ ._PuckLayout--leftSideBarVisible_1rc26_61._PuckLayout--rightSideBarVisible_1rc26_69 ._PuckLayout-inner_1rc26_36 {
1590
+ 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
1591
  }
1768
- @media (min-width: 1198px) {
1769
- ._PuckCanvas-root_18jay_30 {
1770
- min-width: unset;
1592
+ @media (min-width: 458px) {
1593
+ ._PuckLayout-mounted_1rc26_85 ._PuckLayout-inner_1rc26_36 {
1594
+ --puck-frame-width: minmax(266px, auto);
1771
1595
  }
1772
1596
  }
1773
- @media (prefers-reduced-motion: reduce) {
1774
- ._PuckCanvas-root_18jay_30 {
1775
- transition: none !important;
1597
+ @media (min-width: 638px) {
1598
+ ._PuckLayout_1rc26_36 ._PuckLayout-inner_1rc26_36 {
1599
+ --puck-side-bar-width: minmax(186px, 250px);
1776
1600
  }
1777
1601
  }
1778
- ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1779
- pointer-events: unset;
1780
- opacity: 1;
1602
+ @media (min-width: 766px) {
1603
+ ._PuckLayout_1rc26_36 ._PuckLayout-inner_1rc26_36 {
1604
+ --puck-frame-width: auto;
1605
+ }
1781
1606
  }
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;
1607
+ @media (min-width: 990px) {
1608
+ ._PuckLayout_1rc26_36 ._PuckLayout-inner_1rc26_36 {
1609
+ --puck-side-bar-width: 256px;
1610
+ }
1790
1611
  }
1791
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1792
- opacity: 1;
1612
+ @media (min-width: 1198px) {
1613
+ ._PuckLayout_1rc26_36 ._PuckLayout-inner_1rc26_36 {
1614
+ --puck-side-bar-width: 274px;
1615
+ }
1793
1616
  }
1794
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1795
- opacity: 0;
1796
- height: 0;
1797
- transition: none;
1617
+ @media (min-width: 1398px) {
1618
+ ._PuckLayout_1rc26_36 ._PuckLayout-inner_1rc26_36 {
1619
+ --puck-side-bar-width: 290px;
1620
+ }
1621
+ }
1622
+ @media (min-width: 1598px) {
1623
+ ._PuckLayout_1rc26_36 ._PuckLayout-inner_1rc26_36 {
1624
+ --puck-side-bar-width: 320px;
1625
+ }
1626
+ }
1627
+ ._PuckLayout-nav_1rc26_126 {
1628
+ border-right: 1px solid var(--puck-color-grey-09);
1629
+ background-color: var(--puck-color-grey-12);
1630
+ }
1631
+ ._PuckPluginTab_1rc26_131 {
1632
+ display: none;
1633
+ }
1634
+ ._PuckPluginTab--visible_1rc26_135 {
1635
+ display: block;
1798
1636
  }
1799
1637
 
1800
1638
  /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
@@ -1842,7 +1680,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1842
1680
  }
1843
1681
 
1844
1682
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1845
- ._PuckHeader_15xnq_1 {
1683
+ ._PuckHeader_1ehbp_1 {
1846
1684
  background: var(--puck-color-white);
1847
1685
  border-bottom: 1px solid var(--puck-color-grey-09);
1848
1686
  color: var(--puck-color-black);
@@ -1850,8 +1688,14 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1850
1688
  position: relative;
1851
1689
  max-width: 100vw;
1852
1690
  }
1853
- ._PuckHeader-inner_15xnq_10 {
1691
+ @media (min-width: 638px) {
1692
+ ._PuckHeader_1ehbp_1 {
1693
+ padding-left: 67px;
1694
+ }
1695
+ }
1696
+ ._PuckHeader-inner_1ehbp_16 {
1854
1697
  align-items: end;
1698
+ border-left: 1px solid var(--puck-color-grey-09);
1855
1699
  display: grid;
1856
1700
  gap: var(--puck-space-px);
1857
1701
  grid-template-areas: "left middle right";
@@ -1859,39 +1703,392 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1859
1703
  grid-template-rows: auto;
1860
1704
  padding: var(--puck-space-px);
1861
1705
  }
1862
- ._PuckHeader-toggle_15xnq_20 {
1706
+ @media (min-width: 638px) {
1707
+ ._PuckHeader-inner_1ehbp_16 {
1708
+ border-left: 1px solid var(--puck-color-grey-09);
1709
+ }
1710
+ }
1711
+ ._PuckHeader-toggle_1ehbp_33 {
1863
1712
  color: var(--puck-color-grey-05);
1864
1713
  display: flex;
1865
1714
  margin-inline-start: -4px;
1866
1715
  padding-top: 2px;
1867
1716
  }
1868
- ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
1869
- ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
1717
+ ._PuckHeader--rightSideBarVisible_1ehbp_40 ._PuckHeader-rightSideBarToggle_1ehbp_40,
1718
+ ._PuckHeader--leftSideBarVisible_1ehbp_41 ._PuckHeader-leftSideBarToggle_1ehbp_41 {
1870
1719
  color: var(--puck-color-black);
1871
1720
  }
1872
- ._PuckHeader-title_15xnq_32 {
1721
+ ._PuckHeader-title_1ehbp_45 {
1873
1722
  align-self: center;
1874
1723
  }
1875
- ._PuckHeader-path_15xnq_36 {
1724
+ ._PuckHeader-path_1ehbp_49 {
1876
1725
  font-family: var(--puck-font-family-monospaced);
1877
1726
  font-size: var(--puck-font-size-xxs);
1878
1727
  font-weight: normal;
1879
1728
  word-break: break-all;
1880
1729
  }
1881
- ._PuckHeader-tools_15xnq_43 {
1730
+ ._PuckHeader-tools_1ehbp_56 {
1882
1731
  display: flex;
1883
1732
  gap: 16px;
1884
1733
  justify-content: flex-end;
1885
1734
  }
1886
- ._PuckHeader-menuButton_15xnq_49 {
1735
+ ._PuckHeader-menuButton_1ehbp_62 {
1887
1736
  color: var(--puck-color-grey-05);
1888
1737
  margin-inline-start: -4px;
1889
1738
  }
1890
- ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
1739
+ ._PuckHeader--menuOpen_1ehbp_67 ._PuckHeader-menuButton_1ehbp_62 {
1891
1740
  color: var(--puck-color-black);
1892
1741
  }
1893
1742
  @media (min-width: 638px) {
1894
- ._PuckHeader-menuButton_15xnq_49 {
1743
+ ._PuckHeader-menuButton_1ehbp_62 {
1895
1744
  display: none;
1896
1745
  }
1897
1746
  }
1747
+
1748
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1749
+ ._SidebarSection_8boj8_1 {
1750
+ display: flex;
1751
+ position: relative;
1752
+ flex-direction: column;
1753
+ color: var(--puck-color-black);
1754
+ }
1755
+ ._SidebarSection_8boj8_1:last-of-type {
1756
+ flex-grow: 1;
1757
+ }
1758
+ ._SidebarSection-title_8boj8_12 {
1759
+ background: var(--puck-color-white);
1760
+ padding: 16px;
1761
+ border-bottom: 1px solid var(--puck-color-grey-09);
1762
+ border-top: 1px solid var(--puck-color-grey-09);
1763
+ overflow-x: auto;
1764
+ }
1765
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1766
+ border-top: 0px;
1767
+ }
1768
+ ._SidebarSection-content_8boj8_24 {
1769
+ padding: 16px;
1770
+ }
1771
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1772
+ padding: 0px;
1773
+ }
1774
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1775
+ padding-bottom: 4px;
1776
+ }
1777
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1778
+ border-bottom: none;
1779
+ flex-grow: 1;
1780
+ }
1781
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1782
+ background: none;
1783
+ border: 0;
1784
+ border-radius: 2px;
1785
+ color: var(--puck-color-azure-04);
1786
+ cursor: pointer;
1787
+ font: inherit;
1788
+ flex-shrink: 0;
1789
+ padding: 0;
1790
+ transition: color 50ms ease-in;
1791
+ }
1792
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1793
+ outline: 2px solid var(--puck-color-azure-05);
1794
+ outline-offset: 2px;
1795
+ }
1796
+ @media (hover: hover) and (pointer: fine) {
1797
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1798
+ color: var(--puck-color-azure-03);
1799
+ transition: none;
1800
+ }
1801
+ }
1802
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1803
+ color: var(--puck-color-azure-02);
1804
+ transition: none;
1805
+ }
1806
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1807
+ align-items: center;
1808
+ display: flex;
1809
+ gap: 4px;
1810
+ }
1811
+ ._SidebarSection-breadcrumb_8boj8_41 {
1812
+ align-items: center;
1813
+ display: flex;
1814
+ gap: 4px;
1815
+ }
1816
+ ._SidebarSection-heading_8boj8_82 {
1817
+ padding-inline-end: 16px;
1818
+ }
1819
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1820
+ background: var(--puck-color-white);
1821
+ display: flex;
1822
+ justify-content: center;
1823
+ align-items: center;
1824
+ height: 100%;
1825
+ width: 100%;
1826
+ top: 0;
1827
+ position: absolute;
1828
+ z-index: 1;
1829
+ pointer-events: all;
1830
+ box-sizing: border-box;
1831
+ opacity: 0.8;
1832
+ }
1833
+
1834
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1835
+ ._ViewportControls_gejzr_1 {
1836
+ display: flex;
1837
+ background: var(--puck-color-grey-11);
1838
+ box-sizing: border-box;
1839
+ border-inline-start: 2px solid var(--puck-color-grey-11);
1840
+ justify-content: center;
1841
+ gap: 8px;
1842
+ min-width: 358px;
1843
+ padding-bottom: 16px;
1844
+ padding-inline-start: var(--puck-space-px);
1845
+ padding-inline-end: var(--puck-space-px);
1846
+ z-index: 1;
1847
+ }
1848
+ ._ViewportControls-divider_gejzr_15 {
1849
+ border-inline-end: 1px solid var(--puck-color-grey-09);
1850
+ margin-inline-start: 8px;
1851
+ margin-inline-end: 8px;
1852
+ }
1853
+ ._ViewportControls-zoomSelect_gejzr_21 {
1854
+ appearance: none;
1855
+ 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;
1856
+ background-size: 10px;
1857
+ background-position: calc(100% - 12px) calc(50% + 3px);
1858
+ background-repeat: no-repeat;
1859
+ border: 0;
1860
+ font-size: var(--puck-font-size-xxxs);
1861
+ padding: 0;
1862
+ width: 96px;
1863
+ }
1864
+ ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1865
+ background-position: 12px calc(50% + 3px);
1866
+ }
1867
+ ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1868
+ color: var(--puck-color-azure-04);
1869
+ }
1870
+
1871
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1872
+ ._PuckCanvas_18jay_1 {
1873
+ background: var(--puck-color-grey-11);
1874
+ display: flex;
1875
+ grid-area: editor;
1876
+ flex-direction: column;
1877
+ padding: var(--puck-space-px);
1878
+ overflow: auto;
1879
+ }
1880
+ @media (min-width: 1198px) {
1881
+ ._PuckCanvas_18jay_1 {
1882
+ padding: calc(var(--puck-space-px) * 1.5);
1883
+ padding-top: var(--puck-space-px);
1884
+ }
1885
+ ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1886
+ padding-top: calc(var(--puck-space-px) * 1.5);
1887
+ }
1888
+ }
1889
+ ._PuckCanvas-inner_18jay_21 {
1890
+ display: flex;
1891
+ height: 100%;
1892
+ justify-content: center;
1893
+ min-width: 358px;
1894
+ position: relative;
1895
+ width: 100%;
1896
+ }
1897
+ ._PuckCanvas-root_18jay_30 {
1898
+ background: white;
1899
+ border: 1px solid var(--puck-color-grey-09);
1900
+ box-sizing: content-box;
1901
+ min-width: 321px;
1902
+ position: absolute;
1903
+ pointer-events: none;
1904
+ transform-origin: top;
1905
+ top: 0;
1906
+ bottom: 0;
1907
+ opacity: 0;
1908
+ }
1909
+ @media (min-width: 1198px) {
1910
+ ._PuckCanvas-root_18jay_30 {
1911
+ min-width: unset;
1912
+ }
1913
+ }
1914
+ @media (prefers-reduced-motion: reduce) {
1915
+ ._PuckCanvas-root_18jay_30 {
1916
+ transition: none !important;
1917
+ }
1918
+ }
1919
+ ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1920
+ pointer-events: unset;
1921
+ opacity: 1;
1922
+ }
1923
+ ._PuckCanvas-loader_18jay_60 {
1924
+ align-items: center;
1925
+ color: var(--puck-color-grey-06);
1926
+ display: flex;
1927
+ height: 100%;
1928
+ justify-content: center;
1929
+ transition: opacity 250ms ease-out;
1930
+ opacity: 0;
1931
+ }
1932
+ ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1933
+ opacity: 1;
1934
+ }
1935
+ ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1936
+ opacity: 0;
1937
+ height: 0;
1938
+ transition: none;
1939
+ }
1940
+
1941
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
1942
+ @media (min-width: 766px) {
1943
+ ._ResizeHandle_144bf_2 {
1944
+ position: absolute;
1945
+ width: 5px;
1946
+ height: 100%;
1947
+ cursor: col-resize;
1948
+ z-index: 10;
1949
+ background: transparent;
1950
+ top: 0;
1951
+ }
1952
+ ._ResizeHandle_144bf_2:hover {
1953
+ background: rgba(0, 0, 0, 0.1);
1954
+ }
1955
+ ._ResizeHandle--left_144bf_16 {
1956
+ right: -3px;
1957
+ }
1958
+ ._ResizeHandle--right_144bf_20 {
1959
+ left: -3px;
1960
+ }
1961
+ }
1962
+
1963
+ /* components/Puck/components/ResizeHandle/styles.css */
1964
+ [data-resize-overlay] {
1965
+ position: fixed;
1966
+ top: 0;
1967
+ left: 0;
1968
+ right: 0;
1969
+ bottom: 0;
1970
+ z-index: 9999;
1971
+ cursor: col-resize;
1972
+ }
1973
+
1974
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
1975
+ ._Sidebar_2pzs4_1 {
1976
+ position: relative;
1977
+ display: flex;
1978
+ flex-direction: column;
1979
+ overflow-y: auto;
1980
+ }
1981
+ ._Sidebar--left_2pzs4_8 {
1982
+ background: var(--puck-color-grey-12);
1983
+ border-inline-end: 1px solid var(--puck-color-grey-09);
1984
+ grid-area: left;
1985
+ padding: 16px;
1986
+ }
1987
+ ._Sidebar--right_2pzs4_15 {
1988
+ background: var(--puck-color-white);
1989
+ border-inline-start: 1px solid var(--puck-color-grey-09);
1990
+ grid-area: right;
1991
+ }
1992
+ ._Sidebar-resizeHandle_2pzs4_21 {
1993
+ position: absolute;
1994
+ height: 100%;
1995
+ }
1996
+ ._Sidebar--left_2pzs4_8 + ._Sidebar-resizeHandle_2pzs4_21 {
1997
+ grid-area: left;
1998
+ justify-self: end;
1999
+ }
2000
+ ._Sidebar--right_2pzs4_15 + ._Sidebar-resizeHandle_2pzs4_21 {
2001
+ grid-area: right;
2002
+ justify-self: start;
2003
+ }
2004
+
2005
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2006
+ ._Nav-list_b6txo_1 {
2007
+ list-style: none;
2008
+ margin: 0;
2009
+ padding: 0;
2010
+ }
2011
+ ._NavSection_b6txo_7 {
2012
+ padding: 16px;
2013
+ }
2014
+ ._NavSection_b6txo_7:first-of-type {
2015
+ padding-top: 32px;
2016
+ }
2017
+ ._Nav--slim_b6txo_15 ._NavSection_b6txo_7 {
2018
+ padding-left: 0;
2019
+ padding-right: 0;
2020
+ }
2021
+ ._Nav--slim_b6txo_15 ._NavSection_b6txo_7 + ._NavSection_b6txo_7 {
2022
+ border-top: 1px solid var(--puck-color-grey-09);
2023
+ }
2024
+ ._NavSection-list_b6txo_24 {
2025
+ display: flex;
2026
+ flex-direction: column;
2027
+ list-style: none;
2028
+ margin: 0;
2029
+ padding: 0;
2030
+ }
2031
+ ._Nav--slim_b6txo_15 ._NavSection-list_b6txo_24 {
2032
+ gap: 16px;
2033
+ }
2034
+ ._NavSection-title_b6txo_36 {
2035
+ font-weight: 700;
2036
+ margin-bottom: 8px;
2037
+ padding-left: 8px;
2038
+ padding-right: 8px;
2039
+ }
2040
+ ._Nav--slim_b6txo_15 ._NavSection-title_b6txo_36 {
2041
+ opacity: 0;
2042
+ }
2043
+ ._NavItem-link_b6txo_47 {
2044
+ align-items: center;
2045
+ color: var(--puck-color-grey-03);
2046
+ display: flex;
2047
+ gap: 8px;
2048
+ text-decoration: none;
2049
+ cursor: pointer;
2050
+ border-radius: 4px;
2051
+ padding: 8px 4px;
2052
+ }
2053
+ ._Nav--slim_b6txo_15 ._NavItem-link_b6txo_47 {
2054
+ border-left: 4px solid transparent;
2055
+ border-right: 4px solid transparent;
2056
+ border-radius: 0;
2057
+ flex-direction: column;
2058
+ font-size: var(--puck-font-size-xxxs);
2059
+ }
2060
+ ._NavItem-linkIcon_b6txo_67 {
2061
+ height: 24px;
2062
+ width: 24px;
2063
+ }
2064
+ ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
2065
+ background-color: var(--puck-color-azure-10);
2066
+ color: var(--puck-color-azure-04);
2067
+ font-weight: 600;
2068
+ }
2069
+ ._Nav--slim_b6txo_15 ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
2070
+ background-color: transparent;
2071
+ border-right-color: var(--puck-color-azure-04);
2072
+ border-top-right-radius: 0;
2073
+ border-bottom-right-radius: 0;
2074
+ font-weight: 600;
2075
+ }
2076
+ ._NavItem_b6txo_47:not(._NavItem--active_b6txo_72) > ._NavItem-link_b6txo_47:hover {
2077
+ background-color: var(--puck-color-azure-11);
2078
+ color: var(--puck-color-azure-04);
2079
+ }
2080
+ ._NavItem-list_b6txo_91 {
2081
+ border-left: 1px solid var(--puck-color-grey-09);
2082
+ display: flex;
2083
+ flex-direction: column;
2084
+ list-style: none;
2085
+ margin-top: 8px;
2086
+ margin-left: 4px;
2087
+ padding: 0;
2088
+ padding-left: 8px;
2089
+ }
2090
+ ._Nav--slim_b6txo_15 ._NavItem-list_b6txo_91 {
2091
+ border-left: 0;
2092
+ padding-left: 0;
2093
+ margin-left: 0;
2094
+ }