@measured/puck 0.20.0-canary.93d525c5 → 0.20.0-canary.b2d0f01a

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