@measured/puck 0.21.0-canary.e491598a → 0.21.0-canary.eb8ea5ce

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.
@@ -145,7 +145,7 @@
145
145
  /* bundle/no-external.css */
146
146
 
147
147
  /* css-module:/home/runner/work/puck/puck/packages/core/components/ActionBar/styles.module.css/#css-module-data */
148
- ._ActionBar_rvadt_1 {
148
+ ._ActionBar_1nmyk_1 {
149
149
  align-items: center;
150
150
  cursor: default;
151
151
  display: flex;
@@ -161,7 +161,7 @@
161
161
  font-family: var(--puck-font-family);
162
162
  min-height: 26px;
163
163
  }
164
- ._ActionBar-label_rvadt_18 {
164
+ ._ActionBar-label_1nmyk_18 {
165
165
  color: var(--puck-color-grey-08);
166
166
  font-size: var(--puck-font-size-xxxs);
167
167
  font-weight: 500;
@@ -172,13 +172,13 @@
172
172
  text-overflow: ellipsis;
173
173
  white-space: nowrap;
174
174
  }
175
- ._ActionBar-action_rvadt_30 + ._ActionBar-label_rvadt_18 {
175
+ ._ActionBarAction_1nmyk_30 + ._ActionBar-label_1nmyk_18 {
176
176
  padding-inline-start: 0;
177
177
  }
178
- ._ActionBar-label_rvadt_18 + ._ActionBar-action_rvadt_30 {
178
+ ._ActionBar-label_1nmyk_18 + ._ActionBarAction_1nmyk_30 {
179
179
  margin-inline-start: -4px;
180
180
  }
181
- ._ActionBar-group_rvadt_38 {
181
+ ._ActionBar-group_1nmyk_38 {
182
182
  align-items: center;
183
183
  border-inline-start: 0.5px solid var(--puck-color-grey-05);
184
184
  display: flex;
@@ -186,18 +186,18 @@
186
186
  padding-inline-start: 4px;
187
187
  padding-inline-end: 4px;
188
188
  }
189
- ._ActionBar-group_rvadt_38:first-of-type {
189
+ ._ActionBar-group_1nmyk_38:first-of-type {
190
190
  border-inline-start: 0;
191
191
  }
192
- ._ActionBar-group_rvadt_38:empty {
192
+ ._ActionBar-group_1nmyk_38:empty {
193
193
  display: none;
194
194
  }
195
- ._ActionBar-action_rvadt_30 {
195
+ ._ActionBarAction_1nmyk_30 {
196
196
  background: transparent;
197
197
  border: none;
198
198
  color: var(--puck-color-grey-08);
199
199
  cursor: pointer;
200
- padding: 6px 8px;
200
+ padding: 6px;
201
201
  margin-inline-start: 4px;
202
202
  margin-inline-end: 4px;
203
203
  border-radius: 4px;
@@ -207,26 +207,37 @@
207
207
  justify-content: center;
208
208
  transition: color 50ms ease-in;
209
209
  }
210
- ._ActionBar-action_rvadt_30 svg {
210
+ ._ActionBarAction--disabled_1nmyk_71 {
211
+ cursor: auto;
212
+ color: var(--puck-color-grey-06);
213
+ }
214
+ ._ActionBarAction_1nmyk_30 svg {
211
215
  max-width: none !important;
212
216
  }
213
- ._ActionBar-action_rvadt_30:focus-visible {
217
+ ._ActionBarAction_1nmyk_30:focus-visible {
214
218
  outline: 2px solid var(--puck-color-azure-05);
215
219
  outline-offset: -2px;
216
220
  }
217
221
  @media (hover: hover) and (pointer: fine) {
218
- ._ActionBar-action_rvadt_30:hover {
222
+ ._ActionBarAction_1nmyk_30:hover:not(._ActionBarAction--disabled_1nmyk_71) {
219
223
  color: var(--puck-color-azure-06);
220
224
  transition: none;
221
225
  }
222
226
  }
223
- ._ActionBar-action_rvadt_30:active {
227
+ ._ActionBarAction_1nmyk_30:active:not(._ActionBarAction--disabled_1nmyk_71),
228
+ ._ActionBarAction--active_1nmyk_93 {
224
229
  color: var(--puck-color-azure-07);
225
230
  transition: none;
226
231
  }
227
- ._ActionBar-group_rvadt_38 * {
232
+ ._ActionBar-group_1nmyk_38 * {
228
233
  margin: 0;
229
234
  }
235
+ ._ActionBar-separator_1nmyk_102 {
236
+ background: var(--puck-color-grey-05);
237
+ margin-inline: 4px;
238
+ width: 0.5px;
239
+ height: 100%;
240
+ }
230
241
 
231
242
  /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/styles.module.css/#css-module-data */
232
243
  ._InputWrapper_bsxfo_1 + ._InputWrapper_bsxfo_1 {
@@ -543,7 +554,7 @@ textarea._Input-input_bsxfo_26 {
543
554
  }
544
555
 
545
556
  /* css-module:/home/runner/work/puck/puck/packages/core/components/IconButton/IconButton.module.css/#css-module-data */
546
- ._IconButton_swpni_1 {
557
+ ._IconButton_ffob9_1 {
547
558
  align-items: center;
548
559
  background: transparent;
549
560
  border: none;
@@ -555,23 +566,26 @@ textarea._Input-input_bsxfo_26 {
555
566
  padding: 4px;
556
567
  transition: background-color 50ms ease-in, color 50ms ease-in;
557
568
  }
558
- ._IconButton_swpni_1:focus-visible {
569
+ ._IconButton--active_ffob9_14 {
570
+ color: var(--puck-color-azure-04);
571
+ }
572
+ ._IconButton_ffob9_1:focus-visible {
559
573
  outline: 2px solid var(--puck-color-azure-05);
560
574
  outline-offset: -2px;
561
575
  }
562
576
  @media (hover: hover) and (pointer: fine) {
563
- ._IconButton_swpni_1:hover:not(._IconButton--disabled_swpni_20) {
564
- background: var(--puck-color-azure-12);
577
+ ._IconButton_ffob9_1:hover:not(._IconButton--disabled_ffob9_24) {
578
+ background: var(--puck-color-grey-10);
565
579
  color: var(--puck-color-azure-04);
566
580
  cursor: pointer;
567
581
  transition: none;
568
582
  }
569
583
  }
570
- ._IconButton_swpni_1:active {
584
+ ._IconButton_ffob9_1:active {
571
585
  background: var(--puck-color-azure-11);
572
586
  transition: none;
573
587
  }
574
- ._IconButton-title_swpni_33 {
588
+ ._IconButton-title_ffob9_37 {
575
589
  clip: rect(0 0 0 0);
576
590
  clip-path: inset(100%);
577
591
  height: 1px;
@@ -580,7 +594,7 @@ textarea._Input-input_bsxfo_26 {
580
594
  white-space: nowrap;
581
595
  width: 1px;
582
596
  }
583
- ._IconButton--disabled_swpni_20 {
597
+ ._IconButton--disabled_ffob9_24 {
584
598
  color: var(--puck-color-grey-07);
585
599
  }
586
600
 
@@ -1082,6 +1096,248 @@ textarea._Input-input_bsxfo_26 {
1082
1096
  padding-inline-start: 8px;
1083
1097
  }
1084
1098
 
1099
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextMenu/styles.module.css/#css-module-data */
1100
+ ._RichTextMenu_k97eh_1 {
1101
+ display: flex;
1102
+ flex-direction: row;
1103
+ flex-wrap: nowrap;
1104
+ }
1105
+ ._RichTextMenu--form_k97eh_7 {
1106
+ border-top-left-radius: 4px;
1107
+ border-top-right-radius: 4px;
1108
+ padding: 6px 6px;
1109
+ background-color: var(--puck-color-grey-12);
1110
+ position: relative;
1111
+ scrollbar-width: none;
1112
+ overflow-x: auto;
1113
+ }
1114
+ ._RichTextMenu-group_k97eh_17 {
1115
+ display: flex;
1116
+ align-items: space-between;
1117
+ flex-direction: row;
1118
+ flex-wrap: nowrap;
1119
+ padding-inline: 6px;
1120
+ gap: 2px;
1121
+ position: relative;
1122
+ }
1123
+ ._RichTextMenu-group_k97eh_17:first-of-type {
1124
+ padding-left: 0;
1125
+ }
1126
+ ._RichTextMenu-group_k97eh_17:last-of-type {
1127
+ padding-right: 0;
1128
+ }
1129
+ ._RichTextMenu--inline_k97eh_35 ._RichTextMenu-group_k97eh_17 {
1130
+ color: var(--puck-color-grey-08);
1131
+ gap: 0px;
1132
+ flex-wrap: nowrap;
1133
+ }
1134
+ ._RichTextMenu-group_k97eh_17 + ._RichTextMenu-group_k97eh_17 {
1135
+ border-left: 1px solid var(--puck-color-grey-10);
1136
+ }
1137
+ ._RichTextMenu--inline_k97eh_35 ._RichTextMenu-group_k97eh_17 + ._RichTextMenu-group_k97eh_17 {
1138
+ border-left: 0.5px solid var(--puck-color-grey-05);
1139
+ }
1140
+
1141
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
1142
+ ._Control_1aveu_1 .lucide {
1143
+ height: 18px;
1144
+ width: 18px;
1145
+ }
1146
+ ._Control--inline_1aveu_6 .lucide {
1147
+ height: 16px;
1148
+ width: 16px;
1149
+ }
1150
+
1151
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Select/styles.module.css/#css-module-data */
1152
+ ._Select_xjbef_1 {
1153
+ position: relative;
1154
+ z-index: 1;
1155
+ }
1156
+ ._Select-button_xjbef_6 {
1157
+ align-items: center;
1158
+ background: transparent;
1159
+ border: none;
1160
+ border-radius: 4px;
1161
+ display: flex;
1162
+ justify-content: center;
1163
+ gap: 0px;
1164
+ height: 100%;
1165
+ padding: 4px;
1166
+ padding-right: 2px;
1167
+ }
1168
+ ._Select--hasOptions_xjbef_19 ._Select-button_xjbef_6 {
1169
+ color: currentColor;
1170
+ }
1171
+ ._Select--hasOptions_xjbef_19:not(._Select--disabled_xjbef_23) ._Select-button_xjbef_6 {
1172
+ cursor: pointer;
1173
+ }
1174
+ ._Select-buttonIcon_xjbef_27 {
1175
+ align-items: center;
1176
+ display: flex;
1177
+ justify-content: center;
1178
+ }
1179
+ ._Select--standalone_xjbef_33 ._Select-buttonIcon_xjbef_27 .lucide {
1180
+ height: 18px;
1181
+ width: 18px;
1182
+ }
1183
+ ._Select--actionBar_xjbef_38 ._Select-buttonIcon_xjbef_27 .lucide {
1184
+ height: 16px;
1185
+ width: 16px;
1186
+ }
1187
+ ._Select--hasOptions_xjbef_19:not(._Select--disabled_xjbef_23) ._Select-button_xjbef_6:hover,
1188
+ ._Select--hasValue_xjbef_44 ._Select-button_xjbef_6 {
1189
+ background: var(--puck-color-grey-10);
1190
+ color: var(--puck-color-azure-04);
1191
+ }
1192
+ ._Select--disabled_xjbef_23 ._Select-button_xjbef_6 {
1193
+ color: var(--puck-color-grey-07);
1194
+ }
1195
+ ._Select--actionBar_xjbef_38 {
1196
+ &._Select--hasOptions_xjbef_19 ._Select-button_xjbef_6:hover,
1197
+ &._Select--hasValue_xjbef_44 ._Select-button_xjbef_6 {
1198
+ background: none;
1199
+ color: var(--puck-color-azure-07);
1200
+ }
1201
+ }
1202
+ ._Select-items_xjbef_61 {
1203
+ background: white;
1204
+ border: 1px solid var(--puck-color-grey-09);
1205
+ border-radius: 8px;
1206
+ margin: 10px 8px;
1207
+ margin-left: 0;
1208
+ padding: 4px;
1209
+ z-index: 2;
1210
+ list-style: none;
1211
+ }
1212
+ ._SelectItem_xjbef_72 {
1213
+ background: transparent;
1214
+ border-radius: 4px;
1215
+ border: none;
1216
+ color: var(--puck-color-grey-04);
1217
+ cursor: pointer;
1218
+ display: flex;
1219
+ gap: 8px;
1220
+ align-items: center;
1221
+ font-size: var(--puck-font-size-xxs);
1222
+ margin: 0;
1223
+ padding: 8px 12px;
1224
+ width: 100%;
1225
+ }
1226
+ ._SelectItem--isSelected_xjbef_87 {
1227
+ background: var(--puck-color-azure-11);
1228
+ color: var(--puck-color-azure-04);
1229
+ font-weight: 500;
1230
+ }
1231
+ ._SelectItem--isSelected_xjbef_87 ._SelectItem-icon_xjbef_93 {
1232
+ color: var(--puck-color-azure-04);
1233
+ }
1234
+ ._SelectItem_xjbef_72:hover {
1235
+ background: var(--puck-color-azure-11);
1236
+ color: var(--puck-color-azure-04);
1237
+ }
1238
+
1239
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextEditor/styles.module.css/#css-module-data */
1240
+ ._RichTextEditor_1elol_1 .ProseMirror {
1241
+ white-space: pre-wrap;
1242
+ word-wrap: break-word;
1243
+ cursor: text;
1244
+ outline: none;
1245
+ position: relative;
1246
+ }
1247
+ ._RichTextEditor_1elol_1 .rich-text * {
1248
+ white-space: pre-wrap;
1249
+ user-select: auto;
1250
+ -webkit-user-select: auto;
1251
+ }
1252
+ ._RichTextEditor_1elol_1 .rich-text blockquote {
1253
+ margin: 1em 0;
1254
+ padding: 0 1em;
1255
+ border-left: 4px solid var(--puck-color-grey-09);
1256
+ }
1257
+ ._RichTextEditor_1elol_1 .rich-text code {
1258
+ background-color: var(--puck-color-grey-11);
1259
+ padding: 4px 8px;
1260
+ border-radius: 4px;
1261
+ }
1262
+ ._RichTextEditor_1elol_1 .rich-text p:empty::before {
1263
+ content: "\a0";
1264
+ }
1265
+ ._RichTextEditor_1elol_1 .rich-text pre code {
1266
+ display: block;
1267
+ padding: 8px 12px;
1268
+ }
1269
+ ._RichTextEditor_1elol_1 .rich-text > *:first-child,
1270
+ ._RichTextEditor_1elol_1 .ProseMirror > *:first-child,
1271
+ ._RichTextEditor_1elol_1 .rich-text * p:first-of-type {
1272
+ margin-top: 0;
1273
+ }
1274
+ ._RichTextEditor_1elol_1 .rich-text > *:last-child,
1275
+ ._RichTextEditor_1elol_1 .ProseMirror > *:last-child,
1276
+ ._RichTextEditor_1elol_1 .rich-text * p:last-of-type {
1277
+ margin-bottom: 0;
1278
+ }
1279
+ ._RichTextEditor--editor_1elol_50 {
1280
+ background: var(--puck-color-white);
1281
+ border-width: 1px;
1282
+ border-style: solid;
1283
+ border-color: var(--puck-color-grey-09);
1284
+ border-radius: 4px;
1285
+ box-sizing: border-box;
1286
+ display: flex;
1287
+ flex-direction: column;
1288
+ font-family: inherit;
1289
+ font-size: var(--puck-font-size-xxs);
1290
+ resize: vertical;
1291
+ transition: border-color 50ms ease-in;
1292
+ width: 100%;
1293
+ max-width: 100%;
1294
+ min-height: 128px;
1295
+ }
1296
+ ._RichTextEditor--editor_1elol_50 .rich-text {
1297
+ flex-grow: 1;
1298
+ }
1299
+ ._RichTextEditor--editor_1elol_50 .rich-text:not(:has(.ProseMirror)),
1300
+ ._RichTextEditor--editor_1elol_50 .rich-text .ProseMirror {
1301
+ height: 100%;
1302
+ padding: 12px 15px;
1303
+ }
1304
+ ._RichTextEditor--editor_1elol_50 .rich-text ul,
1305
+ ._RichTextEditor--editor_1elol_50 .rich-text ol {
1306
+ padding-left: 24px;
1307
+ }
1308
+ ._RichTextEditor--editor_1elol_50 .rich-text li {
1309
+ line-height: 1.5;
1310
+ }
1311
+ ._RichTextEditor--editor_1elol_50 .rich-text p {
1312
+ margin-block: 12px;
1313
+ }
1314
+ ._RichTextEditor--editor_1elol_50 .rich-text ul {
1315
+ list-style: disc;
1316
+ }
1317
+ ._RichTextEditor--editor_1elol_50 .rich-text ol {
1318
+ list-style: decimal;
1319
+ }
1320
+ ._RichTextEditor--editor_1elol_50:focus-within {
1321
+ border-color: var(--puck-color-grey-05);
1322
+ outline: 2px solid var(--puck-color-azure-05);
1323
+ transition: none;
1324
+ }
1325
+ ._RichTextEditor--editor_1elol_50._RichTextEditor--disabled_1elol_106 {
1326
+ background: var(--puck-color-grey-11);
1327
+ }
1328
+ ._RichTextEditor_1elol_1:not(:focus-within):not(._RichTextEditor--isActive_1elol_110) .ProseMirror ::selection {
1329
+ background-color: transparent;
1330
+ }
1331
+ ._RichTextEditor-menu_1elol_116 {
1332
+ border-bottom: 1px solid var(--puck-color-grey-10);
1333
+ position: sticky;
1334
+ top: 0;
1335
+ z-index: 1;
1336
+ }
1337
+ ._RichTextEditor--disabled_1elol_106 ._RichTextEditor-menu_1elol_116 {
1338
+ border-bottom: 1px solid var(--puck-color-grey-09);
1339
+ }
1340
+
1085
1341
  /* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
1086
1342
  ._ObjectField_1ua3y_5 {
1087
1343
  display: flex;
@@ -1324,7 +1580,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1324
1580
  outline-offset: 2px;
1325
1581
  }
1326
1582
  [data-puck-overlay-portal]:focus-within {
1327
- outline: 2px var(--puck-color-azure-07) solid;
1583
+ outline: 2px var(--puck-color-azure-07) dashed;
1328
1584
  outline-offset: 2px;
1329
1585
  }
1330
1586
 
@@ -1343,694 +1599,393 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1343
1599
  display: none;
1344
1600
  }
1345
1601
 
1346
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1347
- ._PuckFields_10bh7_1 {
1602
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1603
+ ._SidebarSection_8boj8_1 {
1604
+ display: flex;
1348
1605
  position: relative;
1349
- font-family: var(--puck-font-family);
1606
+ flex-direction: column;
1607
+ color: var(--puck-color-black);
1350
1608
  }
1351
- ._PuckFields--isLoading_10bh7_6 {
1352
- min-height: 48px;
1609
+ ._SidebarSection_8boj8_1:last-of-type {
1610
+ flex-grow: 1;
1353
1611
  }
1354
- ._PuckFields-loadingOverlay_10bh7_10 {
1612
+ ._SidebarSection-title_8boj8_12 {
1355
1613
  background: var(--puck-color-white);
1356
- display: flex;
1357
- justify-content: flex-end;
1358
- align-items: flex-start;
1359
- height: 100%;
1360
- width: 100%;
1361
- top: 0px;
1362
- position: absolute;
1363
- z-index: 1;
1364
- pointer-events: all;
1365
- box-sizing: border-box;
1366
- opacity: 0.8;
1367
- }
1368
- ._PuckFields-loadingOverlayInner_10bh7_25 {
1369
- display: flex;
1370
1614
  padding: 16px;
1371
- position: sticky;
1372
- top: 0;
1615
+ border-bottom: 1px solid var(--puck-color-grey-09);
1616
+ border-top: 1px solid var(--puck-color-grey-09);
1617
+ overflow-x: auto;
1373
1618
  }
1374
- ._PuckFields-field_10bh7_32 * {
1375
- box-sizing: border-box;
1619
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1620
+ border-top: 0px;
1376
1621
  }
1377
- ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1378
- color: var(--puck-color-grey-04);
1622
+ ._SidebarSection-content_8boj8_24 {
1379
1623
  padding: 16px;
1380
- padding-bottom: 12px;
1381
- display: block;
1382
- }
1383
- ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
1384
- border-top: 1px solid var(--puck-color-grey-09);
1385
- margin-top: 8px;
1386
- }
1387
-
1388
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1389
- ._ComponentList_1rrlt_1 {
1390
- max-width: 100%;
1391
1624
  }
1392
- ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1393
- margin-top: 12px;
1625
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1626
+ padding: 0px;
1394
1627
  }
1395
- ._ComponentList-content_1rrlt_9 {
1396
- display: none;
1628
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1629
+ padding-bottom: 4px;
1397
1630
  }
1398
- ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1399
- display: block;
1631
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1632
+ border-bottom: none;
1633
+ flex-grow: 1;
1400
1634
  }
1401
- ._ComponentList-title_1rrlt_17 {
1402
- background-color: transparent;
1635
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1636
+ background: none;
1403
1637
  border: 0;
1404
- color: var(--puck-color-grey-05);
1638
+ border-radius: 2px;
1639
+ color: var(--puck-color-azure-04);
1405
1640
  cursor: pointer;
1406
- display: flex;
1407
1641
  font: inherit;
1408
- font-size: var(--puck-font-size-xxxs);
1409
- list-style: none;
1410
- margin-bottom: 6px;
1411
- padding: 8px;
1412
- text-transform: uppercase;
1413
- transition: background-color 50ms ease-in, color 50ms ease-in;
1414
- gap: 4px;
1415
- border-radius: 4px;
1416
- width: 100%;
1642
+ flex-shrink: 0;
1643
+ padding: 0;
1644
+ transition: color 50ms ease-in;
1417
1645
  }
1418
- ._ComponentList-title_1rrlt_17:focus-visible {
1646
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1419
1647
  outline: 2px solid var(--puck-color-azure-05);
1420
1648
  outline-offset: 2px;
1421
1649
  }
1422
1650
  @media (hover: hover) and (pointer: fine) {
1423
- ._ComponentList-title_1rrlt_17:hover {
1424
- background-color: var(--puck-color-azure-11);
1425
- color: var(--puck-color-azure-04);
1651
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1652
+ color: var(--puck-color-azure-03);
1426
1653
  transition: none;
1427
1654
  }
1428
1655
  }
1429
- ._ComponentList-title_1rrlt_17:active {
1430
- background-color: var(--puck-color-azure-10);
1656
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1657
+ color: var(--puck-color-azure-02);
1431
1658
  transition: none;
1432
1659
  }
1433
- ._ComponentList-titleIcon_1rrlt_53 {
1434
- margin-inline-start: auto;
1660
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1661
+ align-items: center;
1662
+ display: flex;
1663
+ gap: 4px;
1435
1664
  }
1436
-
1437
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Components/styles.module.css/#css-module-data */
1438
- ._Components_3pbdy_1 {
1439
- padding: 16px;
1440
- height: 100%;
1441
- overflow-y: auto;
1442
- box-sizing: border-box;
1665
+ ._SidebarSection-breadcrumb_8boj8_41 {
1666
+ align-items: center;
1667
+ display: flex;
1668
+ gap: 4px;
1443
1669
  }
1444
-
1445
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1446
- ._PuckPreview_z2rgu_1 {
1447
- position: relative;
1448
- height: 100%;
1449
- }
1450
- ._PuckPreview-frame_z2rgu_6 {
1451
- border: none;
1452
- height: 100%;
1453
- width: 100%;
1454
- }
1455
-
1456
- /* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
1457
- ._LayerTree_7rx04_1 {
1458
- color: var(--puck-color-grey-03);
1459
- font-family: var(--puck-font-family);
1460
- font-size: var(--puck-font-size-xxs);
1461
- margin: 0;
1462
- position: relative;
1463
- list-style: none;
1464
- padding: 0;
1465
- }
1466
- ._LayerTree-zoneTitle_7rx04_11 {
1467
- color: var(--puck-color-grey-05);
1468
- font-size: var(--puck-font-size-xxxs);
1469
- text-transform: uppercase;
1470
- }
1471
- ._LayerTree-helper_7rx04_17 {
1472
- text-align: center;
1473
- color: var(--puck-color-grey-07);
1474
- margin: 8px 4px;
1475
- }
1476
- ._Layer_7rx04_1 {
1477
- position: relative;
1478
- border: 1px solid transparent;
1479
- border-radius: 4px;
1480
- }
1481
- ._Layer-inner_7rx04_29 {
1482
- border: 1px solid transparent;
1483
- border-radius: 4px;
1484
- transition: color 50ms ease-in;
1485
- }
1486
- ._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
1487
- padding-inline-start: 0;
1488
- }
1489
- ._Layer-clickable_7rx04_39 {
1490
- align-items: center;
1491
- background: none;
1492
- border: 0;
1493
- border-radius: 4px;
1494
- color: inherit;
1495
- cursor: pointer;
1496
- display: flex;
1497
- font: inherit;
1498
- padding-inline-start: 12px;
1499
- padding-inline-end: 4px;
1500
- width: 100%;
1501
- }
1502
- ._Layer-clickable_7rx04_39:focus-visible {
1503
- outline: 2px solid var(--puck-color-azure-05);
1504
- outline-offset: 2px;
1505
- position: relative;
1506
- z-index: 1;
1507
- }
1508
- @media (hover: hover) and (pointer: fine) {
1509
- ._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
1510
- border-color: var(--puck-color-azure-10);
1511
- background: var(--puck-color-azure-11);
1512
- color: var(--puck-color-azure-04);
1513
- transition: none;
1514
- }
1515
- }
1516
- ._Layer--isSelected_7rx04_61 {
1517
- border-color: var(--puck-color-azure-08);
1518
- }
1519
- ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1520
- background: var(--puck-color-azure-10);
1521
- }
1522
- ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
1523
- ._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
1524
- transform: scaleY(-1);
1525
- }
1526
- ._Layer-zones_7rx04_82 {
1527
- display: none;
1528
- margin-inline-start: 12px;
1529
- }
1530
- ._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
1531
- ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
1532
- display: block;
1533
- }
1534
- ._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
1535
- margin-inline-start: 12px;
1670
+ ._SidebarSection-heading_8boj8_82 {
1671
+ padding-inline-end: 16px;
1536
1672
  }
1537
- ._Layer-title_7rx04_96,
1538
- ._LayerTree-zoneTitle_7rx04_11 {
1673
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1674
+ background: var(--puck-color-white);
1539
1675
  display: flex;
1540
- gap: 8px;
1676
+ justify-content: center;
1541
1677
  align-items: center;
1542
- margin: 8px 4px;
1543
- overflow-x: hidden;
1544
- }
1545
- ._Layer-name_7rx04_105 {
1546
- overflow-x: hidden;
1547
- text-overflow: ellipsis;
1548
- white-space: nowrap;
1549
- }
1550
- ._Layer-icon_7rx04_111 {
1551
- color: var(--puck-color-rose-07);
1552
- margin-top: 4px;
1553
- }
1554
- ._Layer-zoneIcon_7rx04_116 {
1555
- color: var(--puck-color-grey-08);
1556
- margin-top: 4px;
1557
- }
1558
-
1559
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Outline/styles.module.css/#css-module-data */
1560
- ._Outline_cvjlj_1 {
1561
- padding: 16px;
1562
1678
  height: 100%;
1563
- overflow-y: auto;
1679
+ width: 100%;
1680
+ top: 0;
1681
+ position: absolute;
1682
+ z-index: 1;
1683
+ pointer-events: all;
1564
1684
  box-sizing: border-box;
1685
+ opacity: 0.8;
1565
1686
  }
1566
1687
 
1567
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1568
- ._Puck_lqzmv_19 {
1688
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1689
+ ._Puck_1yxlw_19 {
1569
1690
  --puck-space-px: 16px;
1570
1691
  font-family: var(--puck-font-family);
1571
- height: 100%;
1572
1692
  overflow-x: hidden;
1573
1693
  }
1574
1694
  @media (min-width: 766px) {
1575
- ._Puck_lqzmv_19 {
1695
+ ._Puck_1yxlw_19 {
1576
1696
  overflow-x: auto;
1577
1697
  }
1578
1698
  }
1579
- ._Puck-portal_lqzmv_32 {
1699
+ ._Puck-portal_1yxlw_31 {
1580
1700
  position: relative;
1581
1701
  z-index: 2;
1582
1702
  }
1583
- ._PuckLayout_lqzmv_37 {
1584
- height: 100dvh;
1585
- }
1586
- ._PuckLayout-inner_lqzmv_41 {
1703
+ ._PuckLayout-inner_1yxlw_38 {
1587
1704
  --puck-frame-width: auto;
1588
- --puck-side-nav-width: min-content;
1589
1705
  --puck-side-bar-width: 0px;
1590
1706
  --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1591
1707
  --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1592
- background-color: var(--puck-color-grey-12);
1593
1708
  display: grid;
1594
- grid-template-areas: "header" "editor" "left" "right" "sidenav";
1595
- grid-template-columns: var(--puck-frame-width);
1596
- grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
1597
- height: 100%;
1709
+ grid-template-areas: "header header header" "left editor right";
1710
+ grid-template-columns: 0 var(--puck-frame-width) 0;
1711
+ grid-template-rows: min-content auto;
1712
+ height: 100dvh;
1598
1713
  position: relative;
1599
- transition: grid-template-rows 150ms ease-in;
1600
1714
  z-index: 0;
1601
- overflow: hidden;
1602
1715
  }
1603
- @media (min-width: 638px) {
1604
- ._PuckLayout-inner_lqzmv_41 {
1605
- --puck-side-nav-width: 68px;
1606
- grid-template-areas: "header header header header" "sidenav left editor right";
1607
- grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1608
- grid-template-rows: min-content auto;
1609
- }
1610
- }
1611
- ._PuckLayout--mounted_lqzmv_74 ._PuckLayout-inner_lqzmv_41 {
1716
+ ._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
1612
1717
  --puck-side-bar-width: 186px;
1613
1718
  }
1614
- ._PuckLayout--mobilePanelHeightToggle_lqzmv_78._PuckLayout--leftSideBarVisible_lqzmv_78 ._PuckLayout-inner_lqzmv_41 {
1615
- grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
1616
- }
1617
- ._PuckLayout--mobilePanelHeightToggle_lqzmv_78._PuckLayout--leftSideBarVisible_lqzmv_78._PuckLayout--isExpanded_lqzmv_84 ._PuckLayout-inner_lqzmv_41 {
1618
- grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
1619
- }
1620
- @media (min-width: 638px) {
1621
- ._PuckLayout--mobilePanelHeightToggle_lqzmv_78._PuckLayout--leftSideBarVisible_lqzmv_78 ._PuckLayout-inner_lqzmv_41 {
1622
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1623
- grid-template-rows: min-content auto;
1624
- }
1719
+ ._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
1720
+ grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
1625
1721
  }
1626
- ._PuckLayout--mobilePanelHeightMinContent_lqzmv_102._PuckLayout--leftSideBarVisible_lqzmv_78 ._PuckLayout-inner_lqzmv_41,
1627
- ._PuckLayout--mobilePanelHeightMinContent_lqzmv_102._PuckLayout--leftSideBarVisible_lqzmv_78._PuckLayout--isExpanded_lqzmv_84 ._PuckLayout-inner_lqzmv_41 {
1628
- grid-template-rows: 0 auto min-content 0 var(--puck-side-nav-width);
1629
- }
1630
- @media (min-width: 638px) {
1631
- ._PuckLayout--mobilePanelHeightToggle_lqzmv_78._PuckLayout--leftSideBarVisible_lqzmv_78 ._PuckLayout-inner_lqzmv_41,
1632
- ._PuckLayout--mobilePanelHeightToggle_lqzmv_78._PuckLayout--leftSideBarVisible_lqzmv_78._PuckLayout--isExpanded_lqzmv_84 ._PuckLayout-inner_lqzmv_41,
1633
- ._PuckLayout--mobilePanelHeightMinContent_lqzmv_102._PuckLayout--leftSideBarVisible_lqzmv_78 ._PuckLayout-inner_lqzmv_41,
1634
- ._PuckLayout--mobilePanelHeightMinContent_lqzmv_102._PuckLayout--leftSideBarVisible_lqzmv_78._PuckLayout--isExpanded_lqzmv_84 ._PuckLayout-inner_lqzmv_41 {
1635
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1636
- grid-template-rows: min-content auto;
1637
- }
1638
- }
1639
- @media (min-width: 638px) {
1640
- ._PuckLayout--rightSideBarVisible_lqzmv_129 ._PuckLayout-inner_lqzmv_41 {
1641
- grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1642
- }
1722
+ ._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1723
+ grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1643
1724
  }
1644
- @media (min-width: 638px) {
1645
- ._PuckLayout--leftSideBarVisible_lqzmv_78._PuckLayout--rightSideBarVisible_lqzmv_129 ._PuckLayout-inner_lqzmv_41 {
1646
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1647
- }
1725
+ ._PuckLayout--leftSideBarVisible_1yxlw_63._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1726
+ grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
1648
1727
  }
1649
1728
  @media (min-width: 458px) {
1650
- ._PuckLayout-mounted_lqzmv_148 ._PuckLayout-inner_lqzmv_41 {
1729
+ ._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
1651
1730
  --puck-frame-width: minmax(266px, auto);
1652
1731
  }
1653
1732
  }
1654
1733
  @media (min-width: 638px) {
1655
- ._PuckLayout_lqzmv_37 ._PuckLayout-inner_lqzmv_41 {
1734
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1656
1735
  --puck-side-bar-width: minmax(186px, 250px);
1657
1736
  }
1658
1737
  }
1659
1738
  @media (min-width: 766px) {
1660
- ._PuckLayout_lqzmv_37 ._PuckLayout-inner_lqzmv_41 {
1739
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1661
1740
  --puck-frame-width: auto;
1662
1741
  }
1663
1742
  }
1664
1743
  @media (min-width: 990px) {
1665
- ._PuckLayout_lqzmv_37 ._PuckLayout-inner_lqzmv_41 {
1744
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1666
1745
  --puck-side-bar-width: 256px;
1667
1746
  }
1668
1747
  }
1669
1748
  @media (min-width: 1198px) {
1670
- ._PuckLayout_lqzmv_37 ._PuckLayout-inner_lqzmv_41 {
1749
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1671
1750
  --puck-side-bar-width: 274px;
1672
1751
  }
1673
1752
  }
1674
1753
  @media (min-width: 1398px) {
1675
- ._PuckLayout_lqzmv_37 ._PuckLayout-inner_lqzmv_41 {
1754
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1676
1755
  --puck-side-bar-width: 290px;
1677
1756
  }
1678
1757
  }
1679
1758
  @media (min-width: 1598px) {
1680
- ._PuckLayout_lqzmv_37 ._PuckLayout-inner_lqzmv_41 {
1759
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1681
1760
  --puck-side-bar-width: 320px;
1682
1761
  }
1683
1762
  }
1684
- ._PuckLayout-nav_lqzmv_189 {
1685
- border-top: 1px solid var(--puck-color-grey-09);
1686
- background-color: var(--puck-color-grey-12);
1687
- grid-area: sidenav;
1688
- overflow: hidden;
1689
- width: 100%;
1690
- }
1691
- @media (min-width: 638px) {
1692
- ._PuckLayout-nav_lqzmv_189 {
1693
- border-top: 0;
1694
- border-right: 1px solid var(--puck-color-grey-09);
1695
- box-sizing: border-box;
1696
- }
1697
- }
1698
- ._PuckLayout-header_lqzmv_205 {
1699
- grid-area: header;
1700
- }
1701
- ._PuckLayout--leftSideBarVisible_lqzmv_78 ._PuckLayout-header_lqzmv_205 {
1702
- overflow: hidden;
1703
- }
1704
- @media (min-width: 638px) {
1705
- ._PuckLayout--leftSideBarVisible_lqzmv_78 ._PuckLayout-header_lqzmv_205 {
1706
- overflow: auto;
1707
- }
1708
- }
1709
- ._PuckPluginTab_lqzmv_219 {
1710
- display: none;
1711
- flex-grow: 1;
1712
- overflow: hidden;
1713
- }
1714
- ._PuckPluginTab--visible_lqzmv_225 {
1715
- display: flex;
1716
- flex-direction: column;
1717
- }
1718
- ._PuckPluginTab-body_lqzmv_230 {
1719
- flex-grow: 1;
1720
- overflow: hidden;
1721
- }
1722
-
1723
- /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1724
- ._MenuBar_8pf8c_1 {
1725
- background-color: var(--puck-color-white);
1726
- border-bottom: 1px solid var(--puck-color-grey-09);
1727
- display: none;
1728
- left: 0;
1729
- margin-top: 1px;
1730
- padding: 8px 16px;
1731
- position: absolute;
1732
- right: 0;
1733
- top: 100%;
1734
- z-index: 2;
1735
- }
1736
- ._MenuBar--menuOpen_8pf8c_14 {
1737
- display: block;
1738
- }
1739
- @media (min-width: 638px) {
1740
- ._MenuBar_8pf8c_1 {
1741
- border: none;
1742
- display: block;
1743
- margin-top: 0;
1744
- overflow-y: visible;
1745
- padding: 0;
1746
- position: static;
1747
- }
1748
- }
1749
- ._MenuBar-inner_8pf8c_29 {
1750
- align-items: center;
1751
- display: flex;
1752
- flex-wrap: wrap;
1753
- gap: 8px 16px;
1754
- justify-content: flex-end;
1755
- }
1756
- @media (min-width: 638px) {
1757
- ._MenuBar-inner_8pf8c_29 {
1758
- display: flex;
1759
- flex-direction: row;
1760
- flex-wrap: nowrap;
1761
- }
1762
- }
1763
- ._MenuBar-history_8pf8c_45 {
1764
- display: flex;
1765
- }
1766
1763
 
1767
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1768
- ._PuckHeader_1bhmt_1 {
1769
- background: var(--puck-color-white);
1770
- border-bottom: 1px solid var(--puck-color-grey-09);
1771
- color: var(--puck-color-black);
1772
- grid-area: header;
1764
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1765
+ ._PuckFields_10bh7_1 {
1773
1766
  position: relative;
1774
- max-width: 100vw;
1775
- }
1776
- @media (min-width: 638px) {
1777
- ._PuckHeader_1bhmt_1 {
1778
- padding-left: 67px;
1779
- }
1780
- }
1781
- ._PuckHeader-inner_1bhmt_16 {
1782
- align-items: end;
1783
- display: grid;
1784
- gap: var(--puck-space-px);
1785
- grid-template-areas: "left middle right";
1786
- grid-template-columns: 1fr auto 1fr;
1787
- grid-template-rows: auto;
1788
- padding: var(--puck-space-px);
1789
- }
1790
- @media (min-width: 638px) {
1791
- ._PuckHeader-inner_1bhmt_16 {
1792
- border-left: 1px solid var(--puck-color-grey-09);
1793
- }
1794
- }
1795
- ._PuckHeader-toggle_1bhmt_32 {
1796
- color: var(--puck-color-grey-05);
1797
- display: flex;
1798
- margin-inline-start: -4px;
1799
- padding-top: 2px;
1800
- }
1801
- ._PuckHeader--rightSideBarVisible_1bhmt_39 ._PuckHeader-rightSideBarToggle_1bhmt_39,
1802
- ._PuckHeader--leftSideBarVisible_1bhmt_40 ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1803
- color: var(--puck-color-black);
1804
- }
1805
- ._PuckHeader-rightSideBarToggle_1bhmt_39,
1806
- ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1807
- display: none;
1808
- }
1809
- @media (min-width: 638px) {
1810
- ._PuckHeader-rightSideBarToggle_1bhmt_39,
1811
- ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1812
- display: block;
1813
- }
1814
- }
1815
- ._PuckHeader-title_1bhmt_56 {
1816
- align-self: center;
1767
+ font-family: var(--puck-font-family);
1817
1768
  }
1818
- ._PuckHeader-path_1bhmt_60 {
1819
- font-family: var(--puck-font-family-monospaced);
1820
- font-size: var(--puck-font-size-xxs);
1821
- font-weight: normal;
1822
- word-break: break-all;
1769
+ ._PuckFields--isLoading_10bh7_6 {
1770
+ min-height: 48px;
1823
1771
  }
1824
- ._PuckHeader-tools_1bhmt_67 {
1772
+ ._PuckFields-loadingOverlay_10bh7_10 {
1773
+ background: var(--puck-color-white);
1825
1774
  display: flex;
1826
- gap: 16px;
1827
1775
  justify-content: flex-end;
1776
+ align-items: flex-start;
1777
+ height: 100%;
1778
+ width: 100%;
1779
+ top: 0px;
1780
+ position: absolute;
1781
+ z-index: 1;
1782
+ pointer-events: all;
1783
+ box-sizing: border-box;
1784
+ opacity: 0.8;
1828
1785
  }
1829
- ._PuckHeader-menuButton_1bhmt_73 {
1830
- color: var(--puck-color-grey-05);
1831
- margin-inline-start: -4px;
1832
- }
1833
- ._PuckHeader--menuOpen_1bhmt_78 ._PuckHeader-menuButton_1bhmt_73 {
1834
- color: var(--puck-color-black);
1835
- }
1836
- @media (min-width: 638px) {
1837
- ._PuckHeader-menuButton_1bhmt_73 {
1838
- display: none;
1839
- }
1840
- }
1841
-
1842
- /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1843
- ._SidebarSection_8boj8_1 {
1786
+ ._PuckFields-loadingOverlayInner_10bh7_25 {
1844
1787
  display: flex;
1845
- position: relative;
1846
- flex-direction: column;
1847
- color: var(--puck-color-black);
1788
+ padding: 16px;
1789
+ position: sticky;
1790
+ top: 0;
1848
1791
  }
1849
- ._SidebarSection_8boj8_1:last-of-type {
1850
- flex-grow: 1;
1792
+ ._PuckFields-field_10bh7_32 * {
1793
+ box-sizing: border-box;
1851
1794
  }
1852
- ._SidebarSection-title_8boj8_12 {
1853
- background: var(--puck-color-white);
1795
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1796
+ color: var(--puck-color-grey-04);
1854
1797
  padding: 16px;
1855
- border-bottom: 1px solid var(--puck-color-grey-09);
1856
- border-top: 1px solid var(--puck-color-grey-09);
1857
- overflow-x: auto;
1798
+ padding-bottom: 12px;
1799
+ display: block;
1858
1800
  }
1859
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1860
- border-top: 0px;
1801
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
1802
+ border-top: 1px solid var(--puck-color-grey-09);
1803
+ margin-top: 8px;
1861
1804
  }
1862
- ._SidebarSection-content_8boj8_24 {
1863
- padding: 16px;
1805
+
1806
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1807
+ ._ComponentList_1rrlt_1 {
1808
+ max-width: 100%;
1864
1809
  }
1865
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1866
- padding: 0px;
1810
+ ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1811
+ margin-top: 12px;
1867
1812
  }
1868
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1869
- padding-bottom: 4px;
1813
+ ._ComponentList-content_1rrlt_9 {
1814
+ display: none;
1870
1815
  }
1871
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1872
- border-bottom: none;
1873
- flex-grow: 1;
1816
+ ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1817
+ display: block;
1874
1818
  }
1875
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
1876
- background: none;
1819
+ ._ComponentList-title_1rrlt_17 {
1820
+ background-color: transparent;
1877
1821
  border: 0;
1878
- border-radius: 2px;
1879
- color: var(--puck-color-azure-04);
1822
+ color: var(--puck-color-grey-05);
1880
1823
  cursor: pointer;
1824
+ display: flex;
1881
1825
  font: inherit;
1882
- flex-shrink: 0;
1883
- padding: 0;
1884
- transition: color 50ms ease-in;
1826
+ font-size: var(--puck-font-size-xxxs);
1827
+ list-style: none;
1828
+ margin-bottom: 6px;
1829
+ padding: 8px;
1830
+ text-transform: uppercase;
1831
+ transition: background-color 50ms ease-in, color 50ms ease-in;
1832
+ gap: 4px;
1833
+ border-radius: 4px;
1834
+ width: 100%;
1885
1835
  }
1886
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1836
+ ._ComponentList-title_1rrlt_17:focus-visible {
1887
1837
  outline: 2px solid var(--puck-color-azure-05);
1888
1838
  outline-offset: 2px;
1889
1839
  }
1890
1840
  @media (hover: hover) and (pointer: fine) {
1891
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1892
- color: var(--puck-color-azure-03);
1841
+ ._ComponentList-title_1rrlt_17:hover {
1842
+ background-color: var(--puck-color-azure-11);
1843
+ color: var(--puck-color-azure-04);
1893
1844
  transition: none;
1894
1845
  }
1895
1846
  }
1896
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1897
- color: var(--puck-color-azure-02);
1847
+ ._ComponentList-title_1rrlt_17:active {
1848
+ background-color: var(--puck-color-azure-10);
1898
1849
  transition: none;
1899
1850
  }
1900
- ._SidebarSection-breadcrumbs_8boj8_70 {
1901
- align-items: center;
1902
- display: flex;
1903
- gap: 4px;
1904
- }
1905
- ._SidebarSection-breadcrumb_8boj8_41 {
1906
- align-items: center;
1907
- display: flex;
1908
- gap: 4px;
1851
+ ._ComponentList-titleIcon_1rrlt_53 {
1852
+ margin-inline-start: auto;
1909
1853
  }
1910
- ._SidebarSection-heading_8boj8_82 {
1911
- padding-inline-end: 16px;
1854
+
1855
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1856
+ ._PuckPreview_z2rgu_1 {
1857
+ position: relative;
1858
+ height: 100%;
1912
1859
  }
1913
- ._SidebarSection-loadingOverlay_8boj8_86 {
1914
- background: var(--puck-color-white);
1915
- display: flex;
1916
- justify-content: center;
1917
- align-items: center;
1860
+ ._PuckPreview-frame_z2rgu_6 {
1861
+ border: none;
1918
1862
  height: 100%;
1919
1863
  width: 100%;
1920
- top: 0;
1921
- position: absolute;
1922
- z-index: 1;
1923
- pointer-events: all;
1924
- box-sizing: border-box;
1925
- opacity: 0.8;
1926
1864
  }
1927
1865
 
1928
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
1929
- ._Breadcrumbs_1c9yh_1 {
1930
- align-items: center;
1931
- display: flex;
1932
- gap: 4px;
1866
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
1867
+ ._LayerTree_7rx04_1 {
1868
+ color: var(--puck-color-grey-03);
1869
+ font-family: var(--puck-font-family);
1870
+ font-size: var(--puck-font-size-xxs);
1871
+ margin: 0;
1872
+ position: relative;
1873
+ list-style: none;
1874
+ padding: 0;
1875
+ }
1876
+ ._LayerTree-zoneTitle_7rx04_11 {
1877
+ color: var(--puck-color-grey-05);
1878
+ font-size: var(--puck-font-size-xxxs);
1879
+ text-transform: uppercase;
1880
+ }
1881
+ ._LayerTree-helper_7rx04_17 {
1882
+ text-align: center;
1883
+ color: var(--puck-color-grey-07);
1884
+ margin: 8px 4px;
1885
+ }
1886
+ ._Layer_7rx04_1 {
1887
+ position: relative;
1888
+ border: 1px solid transparent;
1889
+ border-radius: 4px;
1890
+ }
1891
+ ._Layer-inner_7rx04_29 {
1892
+ border: 1px solid transparent;
1893
+ border-radius: 4px;
1894
+ transition: color 50ms ease-in;
1895
+ }
1896
+ ._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
1897
+ padding-inline-start: 0;
1933
1898
  }
1934
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
1899
+ ._Layer-clickable_7rx04_39 {
1900
+ align-items: center;
1935
1901
  background: none;
1936
1902
  border: 0;
1937
- border-radius: 2px;
1938
- color: var(--puck-color-azure-04);
1903
+ border-radius: 4px;
1904
+ color: inherit;
1939
1905
  cursor: pointer;
1906
+ display: flex;
1940
1907
  font: inherit;
1941
- flex-shrink: 0;
1942
- padding: 0;
1943
- transition: color 50ms ease-in;
1908
+ padding-inline-start: 12px;
1909
+ padding-inline-end: 4px;
1910
+ width: 100%;
1944
1911
  }
1945
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
1912
+ ._Layer-clickable_7rx04_39:focus-visible {
1946
1913
  outline: 2px solid var(--puck-color-azure-05);
1947
1914
  outline-offset: 2px;
1915
+ position: relative;
1916
+ z-index: 1;
1948
1917
  }
1949
1918
  @media (hover: hover) and (pointer: fine) {
1950
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
1951
- color: var(--puck-color-azure-03);
1919
+ ._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
1920
+ border-color: var(--puck-color-azure-10);
1921
+ background: var(--puck-color-azure-11);
1922
+ color: var(--puck-color-azure-04);
1952
1923
  transition: none;
1953
1924
  }
1954
1925
  }
1955
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
1956
- color: var(--puck-color-azure-02);
1957
- transition: none;
1958
- }
1959
- ._Breadcrumbs-breadcrumb_1c9yh_7 {
1960
- align-items: center;
1961
- display: flex;
1962
- gap: 4px;
1926
+ ._Layer--isSelected_7rx04_61 {
1927
+ border-color: var(--puck-color-azure-08);
1963
1928
  }
1964
-
1965
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1966
- ._ViewportControls_e3unb_1 {
1967
- position: relative;
1929
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1930
+ background: var(--puck-color-azure-10);
1968
1931
  }
1969
- ._ViewportControls--fullScreen_e3unb_5 {
1970
- border-radius: 32px;
1971
- display: flex;
1972
- position: absolute;
1973
- bottom: 12px;
1974
- right: 12px;
1975
- overflow: hidden;
1932
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
1933
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
1934
+ transform: scaleY(-1);
1976
1935
  }
1977
- ._ViewportControls-toggleButton_e3unb_14 {
1936
+ ._Layer-zones_7rx04_82 {
1978
1937
  display: none;
1938
+ margin-inline-start: 12px;
1979
1939
  }
1980
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14 {
1981
- align-items: center;
1982
- background-color: var(--puck-color-grey-02);
1983
- border: 1px solid var(--puck-color-grey-04);
1984
- border-radius: 30px;
1985
- cursor: pointer;
1986
- color: var(--puck-color-grey-11);
1940
+ ._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
1941
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
1942
+ display: block;
1943
+ }
1944
+ ._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
1945
+ margin-inline-start: 12px;
1946
+ }
1947
+ ._Layer-title_7rx04_96,
1948
+ ._LayerTree-zoneTitle_7rx04_11 {
1987
1949
  display: flex;
1988
- justify-content: center;
1989
- width: 42px;
1990
- height: 42px;
1991
- z-index: 1;
1950
+ gap: 8px;
1951
+ align-items: center;
1952
+ margin: 8px 4px;
1953
+ overflow-x: hidden;
1992
1954
  }
1993
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14:hover {
1994
- background-color: var(--puck-color-grey-02);
1995
- border: 1px solid var(--puck-color-azure-04);
1996
- color: var(--puck-color-azure-07);
1955
+ ._Layer-name_7rx04_105 {
1956
+ overflow-x: hidden;
1957
+ text-overflow: ellipsis;
1958
+ white-space: nowrap;
1997
1959
  }
1998
- ._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-toggleButton_e3unb_14 {
1999
- background-color: var(--puck-color-grey-03);
1960
+ ._Layer-icon_7rx04_111 {
1961
+ color: var(--puck-color-rose-07);
1962
+ margin-top: 4px;
2000
1963
  }
2001
- ._ViewportControls-actions_e3unb_42 {
2002
- display: flex;
1964
+ ._Layer-zoneIcon_7rx04_116 {
1965
+ color: var(--puck-color-grey-08);
1966
+ margin-top: 4px;
2003
1967
  }
2004
- ._ViewportControls-actionsInner_e3unb_46 {
1968
+
1969
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1970
+ ._ViewportControls_gejzr_1 {
2005
1971
  display: flex;
1972
+ background: var(--puck-color-grey-11);
2006
1973
  box-sizing: border-box;
1974
+ border-inline-start: 2px solid var(--puck-color-grey-11);
2007
1975
  justify-content: center;
2008
- margin-left: auto;
2009
- margin-right: auto;
2010
- z-index: 0;
2011
- overflow: hidden;
2012
- }
2013
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2014
- background: var(--puck-color-grey-11);
2015
- border: 1px solid var(--puck-color-grey-09);
2016
- border-radius: 30px;
2017
- margin-left: none;
2018
- margin-right: none;
2019
- padding-right: 42px;
2020
- }
2021
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2022
- transform: translateX(100%);
2023
- transition: transform 150ms ease-in-out;
2024
- }
2025
- ._ViewportControls--fullScreen_e3unb_5._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-actionsInner_e3unb_46 {
2026
- transform: translateX(42px);
1976
+ gap: 8px;
1977
+ min-width: 358px;
1978
+ padding-bottom: 16px;
1979
+ padding-inline-start: var(--puck-space-px);
1980
+ padding-inline-end: var(--puck-space-px);
1981
+ z-index: 1;
2027
1982
  }
2028
- ._ViewportControls-divider_e3unb_75 {
1983
+ ._ViewportControls-divider_gejzr_15 {
2029
1984
  border-inline-end: 1px solid var(--puck-color-grey-09);
2030
- margin-bottom: 8px;
2031
- margin-top: 8px;
1985
+ margin-inline-start: 8px;
1986
+ margin-inline-end: 8px;
2032
1987
  }
2033
- ._ViewportControls-zoomSelect_e3unb_81 {
1988
+ ._ViewportControls-zoomSelect_gejzr_21 {
2034
1989
  appearance: none;
2035
1990
  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;
2036
1991
  background-size: 10px;
@@ -2039,72 +1994,44 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2039
1994
  border: 0;
2040
1995
  font-size: var(--puck-font-size-xxxs);
2041
1996
  padding: 0;
2042
- padding-left: 8px;
2043
1997
  width: 96px;
2044
1998
  }
2045
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2046
- display: none;
2047
- }
2048
- @media (min-width: 638px) {
2049
- ._ViewportControls-zoom_e3unb_81,
2050
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2051
- display: flex;
2052
- justify-content: center;
2053
- }
2054
- }
2055
- ._ViewportControls-zoomSelect_e3unb_81:dir(rtl) {
1999
+ ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
2056
2000
  background-position: 12px calc(50% + 3px);
2057
2001
  }
2058
- ._ViewportButton-inner_e3unb_111 {
2059
- align-items: center;
2060
- display: flex;
2061
- justify-content: center;
2062
- height: 32px;
2063
- width: 32px;
2064
- }
2065
- ._ViewportButton--isActive_e3unb_119 ._ViewportButton-inner_e3unb_111 {
2002
+ ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
2066
2003
  color: var(--puck-color-azure-04);
2067
2004
  }
2068
2005
 
2069
2006
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
2070
- ._PuckCanvas_t6s9b_1 {
2007
+ ._PuckCanvas_18jay_1 {
2071
2008
  background: var(--puck-color-grey-11);
2072
2009
  display: flex;
2073
2010
  grid-area: editor;
2074
2011
  flex-direction: column;
2075
2012
  padding: var(--puck-space-px);
2076
- position: relative;
2077
2013
  overflow: auto;
2078
2014
  }
2079
2015
  @media (min-width: 1198px) {
2080
- ._PuckCanvas_t6s9b_1 {
2016
+ ._PuckCanvas_18jay_1 {
2081
2017
  padding: calc(var(--puck-space-px) * 1.5);
2082
- padding-top: calc(var(--puck-space-px) * 0.5);
2018
+ padding-top: var(--puck-space-px);
2083
2019
  }
2084
- ._PuckCanvas_t6s9b_1:not(._PuckCanvas_t6s9b_1:has(._PuckCanvas-controls_t6s9b_17)) {
2020
+ ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
2085
2021
  padding-top: calc(var(--puck-space-px) * 1.5);
2086
2022
  }
2087
2023
  }
2088
- ._PuckCanvas--fullScreen_t6s9b_22 {
2089
- padding: 0;
2090
- overflow: hidden;
2091
- }
2092
- @media (min-width: 1198px) {
2093
- ._PuckCanvas--fullScreen_t6s9b_22 {
2094
- padding: 0;
2095
- }
2096
- }
2097
- ._PuckCanvas-inner_t6s9b_33 {
2024
+ ._PuckCanvas-inner_18jay_21 {
2098
2025
  display: flex;
2099
2026
  height: 100%;
2100
2027
  justify-content: center;
2101
- min-width: 288px;
2028
+ min-width: 358px;
2102
2029
  position: relative;
2103
2030
  width: 100%;
2104
2031
  }
2105
- ._PuckCanvas-root_t6s9b_42 {
2032
+ ._PuckCanvas-root_18jay_30 {
2106
2033
  background: white;
2107
- outline: 1px solid var(--puck-color-grey-09);
2034
+ border: 1px solid var(--puck-color-grey-09);
2108
2035
  box-sizing: content-box;
2109
2036
  min-width: 321px;
2110
2037
  position: absolute;
@@ -2115,20 +2042,20 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2115
2042
  opacity: 0;
2116
2043
  }
2117
2044
  @media (min-width: 1198px) {
2118
- ._PuckCanvas-root_t6s9b_42 {
2045
+ ._PuckCanvas-root_18jay_30 {
2119
2046
  min-width: unset;
2120
2047
  }
2121
2048
  }
2122
2049
  @media (prefers-reduced-motion: reduce) {
2123
- ._PuckCanvas-root_t6s9b_42 {
2050
+ ._PuckCanvas-root_18jay_30 {
2124
2051
  transition: none !important;
2125
2052
  }
2126
2053
  }
2127
- ._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-root_t6s9b_42 {
2054
+ ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
2128
2055
  pointer-events: unset;
2129
2056
  opacity: 1;
2130
2057
  }
2131
- ._PuckCanvas-loader_t6s9b_72 {
2058
+ ._PuckCanvas-loader_18jay_60 {
2132
2059
  align-items: center;
2133
2060
  color: var(--puck-color-grey-06);
2134
2061
  display: flex;
@@ -2137,20 +2064,112 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2137
2064
  transition: opacity 250ms ease-out;
2138
2065
  opacity: 0;
2139
2066
  }
2140
- ._PuckCanvas--showLoader_t6s9b_82 ._PuckCanvas-loader_t6s9b_72 {
2067
+ ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
2141
2068
  opacity: 1;
2142
2069
  }
2143
- ._PuckCanvas--showLoader_t6s9b_82._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-loader_t6s9b_72 {
2070
+ ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
2144
2071
  opacity: 0;
2145
2072
  height: 0;
2146
2073
  transition: none;
2147
2074
  }
2148
- ._PuckCanvas-controls_t6s9b_17 {
2149
- padding-bottom: calc(var(--puck-space-px) * 0.5);
2075
+
2076
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
2077
+ ._MenuBar_8pf8c_1 {
2078
+ background-color: var(--puck-color-white);
2079
+ border-bottom: 1px solid var(--puck-color-grey-09);
2080
+ display: none;
2081
+ left: 0;
2082
+ margin-top: 1px;
2083
+ padding: 8px 16px;
2084
+ position: absolute;
2085
+ right: 0;
2086
+ top: 100%;
2087
+ z-index: 2;
2088
+ }
2089
+ ._MenuBar--menuOpen_8pf8c_14 {
2090
+ display: block;
2150
2091
  }
2151
- ._PuckCanvas--fullScreen_t6s9b_22 ._PuckCanvas-controls_t6s9b_17 {
2152
- padding-bottom: 0;
2153
- z-index: 1;
2092
+ @media (min-width: 638px) {
2093
+ ._MenuBar_8pf8c_1 {
2094
+ border: none;
2095
+ display: block;
2096
+ margin-top: 0;
2097
+ overflow-y: visible;
2098
+ padding: 0;
2099
+ position: static;
2100
+ }
2101
+ }
2102
+ ._MenuBar-inner_8pf8c_29 {
2103
+ align-items: center;
2104
+ display: flex;
2105
+ flex-wrap: wrap;
2106
+ gap: 8px 16px;
2107
+ justify-content: flex-end;
2108
+ }
2109
+ @media (min-width: 638px) {
2110
+ ._MenuBar-inner_8pf8c_29 {
2111
+ display: flex;
2112
+ flex-direction: row;
2113
+ flex-wrap: nowrap;
2114
+ }
2115
+ }
2116
+ ._MenuBar-history_8pf8c_45 {
2117
+ display: flex;
2118
+ }
2119
+
2120
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
2121
+ ._PuckHeader_15xnq_1 {
2122
+ background: var(--puck-color-white);
2123
+ border-bottom: 1px solid var(--puck-color-grey-09);
2124
+ color: var(--puck-color-black);
2125
+ grid-area: header;
2126
+ position: relative;
2127
+ max-width: 100vw;
2128
+ }
2129
+ ._PuckHeader-inner_15xnq_10 {
2130
+ align-items: end;
2131
+ display: grid;
2132
+ gap: var(--puck-space-px);
2133
+ grid-template-areas: "left middle right";
2134
+ grid-template-columns: 1fr auto 1fr;
2135
+ grid-template-rows: auto;
2136
+ padding: var(--puck-space-px);
2137
+ }
2138
+ ._PuckHeader-toggle_15xnq_20 {
2139
+ color: var(--puck-color-grey-05);
2140
+ display: flex;
2141
+ margin-inline-start: -4px;
2142
+ padding-top: 2px;
2143
+ }
2144
+ ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
2145
+ ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
2146
+ color: var(--puck-color-black);
2147
+ }
2148
+ ._PuckHeader-title_15xnq_32 {
2149
+ align-self: center;
2150
+ }
2151
+ ._PuckHeader-path_15xnq_36 {
2152
+ font-family: var(--puck-font-family-monospaced);
2153
+ font-size: var(--puck-font-size-xxs);
2154
+ font-weight: normal;
2155
+ word-break: break-all;
2156
+ }
2157
+ ._PuckHeader-tools_15xnq_43 {
2158
+ display: flex;
2159
+ gap: 16px;
2160
+ justify-content: flex-end;
2161
+ }
2162
+ ._PuckHeader-menuButton_15xnq_49 {
2163
+ color: var(--puck-color-grey-05);
2164
+ margin-inline-start: -4px;
2165
+ }
2166
+ ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
2167
+ color: var(--puck-color-black);
2168
+ }
2169
+ @media (min-width: 638px) {
2170
+ ._PuckHeader-menuButton_15xnq_49 {
2171
+ display: none;
2172
+ }
2154
2173
  }
2155
2174
 
2156
2175
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
@@ -2187,173 +2206,31 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2187
2206
  }
2188
2207
 
2189
2208
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
2190
- ._Sidebar_o396p_1 {
2191
- border-block-start: 1px solid var(--puck-color-grey-09);
2209
+ ._Sidebar_1xksb_1 {
2192
2210
  position: relative;
2193
- display: none;
2211
+ display: flex;
2194
2212
  flex-direction: column;
2195
2213
  overflow-y: auto;
2196
2214
  }
2197
- ._Sidebar--isVisible_o396p_9 {
2198
- display: flex;
2199
- }
2200
- ._Sidebar--left_o396p_13 {
2215
+ ._Sidebar--left_1xksb_8 {
2201
2216
  background: var(--puck-color-grey-12);
2217
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2202
2218
  grid-area: left;
2203
2219
  }
2204
- @media (min-width: 766px) {
2205
- ._Sidebar--left_o396p_13 {
2206
- border-block-start: 0;
2207
- border-inline-end: 1px solid var(--puck-color-grey-09);
2208
- }
2209
- }
2210
- ._Sidebar--right_o396p_25 {
2220
+ ._Sidebar--right_1xksb_14 {
2211
2221
  background: var(--puck-color-white);
2222
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2212
2223
  grid-area: right;
2213
2224
  }
2214
- @media (min-width: 766px) {
2215
- ._Sidebar--right_o396p_25 {
2216
- border-block-start: 0;
2217
- border-inline-start: 1px solid var(--puck-color-grey-09);
2218
- }
2219
- }
2220
- ._Sidebar-resizeHandle_o396p_37 {
2225
+ ._Sidebar-resizeHandle_1xksb_20 {
2221
2226
  position: absolute;
2222
2227
  height: 100%;
2223
2228
  }
2224
- ._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
2229
+ ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2225
2230
  grid-area: left;
2226
2231
  justify-self: end;
2227
2232
  }
2228
- ._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
2233
+ ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2229
2234
  grid-area: right;
2230
2235
  justify-self: start;
2231
2236
  }
2232
-
2233
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2234
- ._Nav_3nnxc_1 {
2235
- display: flex;
2236
- }
2237
- ._Nav-list_3nnxc_5 {
2238
- display: flex;
2239
- list-style: none;
2240
- margin: 0;
2241
- padding: 0;
2242
- overflow-x: auto;
2243
- gap: 8px;
2244
- }
2245
- @media (min-width: 638px) {
2246
- ._Nav-list_3nnxc_5 {
2247
- padding-top: 32px;
2248
- flex-direction: column;
2249
- gap: 16px;
2250
- width: 100%;
2251
- }
2252
- }
2253
- ._Nav-mobileActions_3nnxc_23 {
2254
- align-items: center;
2255
- display: flex;
2256
- justify-content: center;
2257
- margin-inline-start: auto;
2258
- padding: 4px 16px;
2259
- border-inline-start: 1px solid var(--puck-color-grey-09);
2260
- }
2261
- @media (min-width: 638px) {
2262
- ._Nav-mobileActions_3nnxc_23 {
2263
- display: none;
2264
- }
2265
- }
2266
- ._NavItem-link_3nnxc_38 {
2267
- align-items: center;
2268
- color: var(--puck-color-grey-03);
2269
- display: flex;
2270
- gap: 8px;
2271
- text-decoration: none;
2272
- cursor: pointer;
2273
- border-radius: 4px;
2274
- padding: 8px 4px;
2275
- width: 64px;
2276
- box-sizing: border-box;
2277
- }
2278
- @media (min-width: 638px) {
2279
- ._NavItem-link_3nnxc_38 {
2280
- width: auto;
2281
- }
2282
- }
2283
- ._NavItem_3nnxc_38:first-of-type {
2284
- padding-left: 16px;
2285
- }
2286
- ._NavItem_3nnxc_38:last-of-type {
2287
- padding-right: 16px;
2288
- }
2289
- @media (min-width: 638px) {
2290
- ._NavItem_3nnxc_38:first-of-type,
2291
- ._NavItem_3nnxc_38:last-of-type {
2292
- padding: 0;
2293
- }
2294
- }
2295
- ._NavItem-link_3nnxc_38 {
2296
- border-top: 4px solid transparent;
2297
- border-bottom: 4px solid transparent;
2298
- border-radius: 0;
2299
- flex-direction: column;
2300
- font-size: var(--puck-font-size-xxxs);
2301
- }
2302
- @media (min-width: 638px) {
2303
- ._NavItem-link_3nnxc_38 {
2304
- border: 0;
2305
- border-left: 4px solid transparent;
2306
- border-right: 4px solid transparent;
2307
- }
2308
- }
2309
- ._NavItem-linkIcon_3nnxc_88 {
2310
- height: 24px;
2311
- width: 24px;
2312
- }
2313
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2314
- background-color: var(--puck-color-azure-10);
2315
- color: var(--puck-color-azure-04);
2316
- font-weight: 600;
2317
- }
2318
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2319
- background-color: transparent;
2320
- border-top-color: var(--puck-color-azure-04);
2321
- border-top-right-radius: 0;
2322
- border-bottom-right-radius: 0;
2323
- font-weight: 600;
2324
- }
2325
- @media (min-width: 638px) {
2326
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2327
- border-top-color: transparent;
2328
- border-right-color: var(--puck-color-azure-04);
2329
- }
2330
- }
2331
- ._NavItem_3nnxc_38:not(._NavItem--active_3nnxc_93) > ._NavItem-link_3nnxc_38:hover {
2332
- background-color: var(--puck-color-azure-11);
2333
- color: var(--puck-color-azure-04);
2334
- }
2335
- @media (min-width: 638px) {
2336
- ._NavItem--mobileOnly_3nnxc_120 {
2337
- display: none;
2338
- }
2339
- }
2340
-
2341
- /* css-module:/home/runner/work/puck/puck/packages/core/plugins/fields/styles.module.css/#css-module-data */
2342
- ._FieldsPlugin_nd930_1 {
2343
- background: white;
2344
- height: 100%;
2345
- overflow-y: auto;
2346
- }
2347
- ._FieldsPlugin-header_nd930_7 {
2348
- border-bottom: 1px solid var(--puck-color-grey-09);
2349
- font-weight: 600;
2350
- padding-bottom: 8px;
2351
- padding-left: 16px;
2352
- padding-right: 16px;
2353
- padding-top: 8px;
2354
- }
2355
- @media (min-width: 638px) {
2356
- ._FieldsPlugin-header_nd930_7 {
2357
- padding: 16px;
2358
- }
2359
- }