@measured/puck 0.21.0-canary.e9d5c0ea → 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,693 +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_hv23j_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
1692
  overflow-x: hidden;
1572
1693
  }
1573
1694
  @media (min-width: 766px) {
1574
- ._Puck_hv23j_19 {
1695
+ ._Puck_1yxlw_19 {
1575
1696
  overflow-x: auto;
1576
1697
  }
1577
1698
  }
1578
- ._Puck-portal_hv23j_31 {
1699
+ ._Puck-portal_1yxlw_31 {
1579
1700
  position: relative;
1580
1701
  z-index: 2;
1581
1702
  }
1582
- ._PuckLayout_hv23j_36 {
1583
- height: 100%;
1584
- }
1585
- ._PuckLayout-inner_hv23j_40 {
1703
+ ._PuckLayout-inner_1yxlw_38 {
1586
1704
  --puck-frame-width: auto;
1587
- --puck-side-nav-width: min-content;
1588
1705
  --puck-side-bar-width: 0px;
1589
1706
  --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1590
1707
  --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1591
- background-color: var(--puck-color-grey-12);
1592
1708
  display: grid;
1593
- grid-template-areas: "header" "editor" "left" "right" "sidenav";
1594
- grid-template-columns: var(--puck-frame-width);
1595
- grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
1596
- 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;
1597
1713
  position: relative;
1598
- transition: grid-template-rows 150ms ease-in;
1599
1714
  z-index: 0;
1600
- overflow: hidden;
1601
- }
1602
- @media (min-width: 638px) {
1603
- ._PuckLayout-inner_hv23j_40 {
1604
- --puck-side-nav-width: 68px;
1605
- grid-template-areas: "header header header header" "sidenav left editor right";
1606
- grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1607
- grid-template-rows: min-content auto;
1608
- }
1609
1715
  }
1610
- ._PuckLayout--mounted_hv23j_73 ._PuckLayout-inner_hv23j_40 {
1716
+ ._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
1611
1717
  --puck-side-bar-width: 186px;
1612
1718
  }
1613
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40 {
1614
- grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
1615
- }
1616
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1617
- grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
1618
- }
1619
- @media (min-width: 638px) {
1620
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40 {
1621
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1622
- grid-template-rows: min-content auto;
1623
- }
1624
- }
1625
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1626
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1627
- grid-template-rows: 0 auto min-content 0 var(--puck-side-nav-width);
1719
+ ._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
1720
+ grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
1628
1721
  }
1629
- @media (min-width: 638px) {
1630
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1631
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40,
1632
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1633
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1634
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1635
- grid-template-rows: min-content auto;
1636
- }
1637
- }
1638
- @media (min-width: 638px) {
1639
- ._PuckLayout--rightSideBarVisible_hv23j_128 ._PuckLayout-inner_hv23j_40 {
1640
- grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1641
- }
1722
+ ._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1723
+ grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1642
1724
  }
1643
- @media (min-width: 638px) {
1644
- ._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--rightSideBarVisible_hv23j_128 ._PuckLayout-inner_hv23j_40 {
1645
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1646
- }
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);
1647
1727
  }
1648
1728
  @media (min-width: 458px) {
1649
- ._PuckLayout-mounted_hv23j_147 ._PuckLayout-inner_hv23j_40 {
1729
+ ._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
1650
1730
  --puck-frame-width: minmax(266px, auto);
1651
1731
  }
1652
1732
  }
1653
1733
  @media (min-width: 638px) {
1654
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1734
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1655
1735
  --puck-side-bar-width: minmax(186px, 250px);
1656
1736
  }
1657
1737
  }
1658
1738
  @media (min-width: 766px) {
1659
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1739
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1660
1740
  --puck-frame-width: auto;
1661
1741
  }
1662
1742
  }
1663
1743
  @media (min-width: 990px) {
1664
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1744
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1665
1745
  --puck-side-bar-width: 256px;
1666
1746
  }
1667
1747
  }
1668
1748
  @media (min-width: 1198px) {
1669
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1749
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1670
1750
  --puck-side-bar-width: 274px;
1671
1751
  }
1672
1752
  }
1673
1753
  @media (min-width: 1398px) {
1674
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1754
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1675
1755
  --puck-side-bar-width: 290px;
1676
1756
  }
1677
1757
  }
1678
1758
  @media (min-width: 1598px) {
1679
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1759
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1680
1760
  --puck-side-bar-width: 320px;
1681
1761
  }
1682
1762
  }
1683
- ._PuckLayout-nav_hv23j_188 {
1684
- border-top: 1px solid var(--puck-color-grey-09);
1685
- background-color: var(--puck-color-grey-12);
1686
- grid-area: sidenav;
1687
- overflow: hidden;
1688
- width: 100%;
1689
- }
1690
- @media (min-width: 638px) {
1691
- ._PuckLayout-nav_hv23j_188 {
1692
- border-top: 0;
1693
- border-right: 1px solid var(--puck-color-grey-09);
1694
- box-sizing: border-box;
1695
- }
1696
- }
1697
- ._PuckLayout-header_hv23j_204 {
1698
- grid-area: header;
1699
- }
1700
- ._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-header_hv23j_204 {
1701
- overflow: hidden;
1702
- }
1703
- @media (min-width: 638px) {
1704
- ._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-header_hv23j_204 {
1705
- overflow: auto;
1706
- }
1707
- }
1708
- ._PuckPluginTab_hv23j_218 {
1709
- display: none;
1710
- flex-grow: 1;
1711
- overflow: hidden;
1712
- }
1713
- ._PuckPluginTab--visible_hv23j_224 {
1714
- display: flex;
1715
- flex-direction: column;
1716
- }
1717
- ._PuckPluginTab-body_hv23j_229 {
1718
- flex-grow: 1;
1719
- overflow: hidden;
1720
- }
1721
-
1722
- /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1723
- ._MenuBar_8pf8c_1 {
1724
- background-color: var(--puck-color-white);
1725
- border-bottom: 1px solid var(--puck-color-grey-09);
1726
- display: none;
1727
- left: 0;
1728
- margin-top: 1px;
1729
- padding: 8px 16px;
1730
- position: absolute;
1731
- right: 0;
1732
- top: 100%;
1733
- z-index: 2;
1734
- }
1735
- ._MenuBar--menuOpen_8pf8c_14 {
1736
- display: block;
1737
- }
1738
- @media (min-width: 638px) {
1739
- ._MenuBar_8pf8c_1 {
1740
- border: none;
1741
- display: block;
1742
- margin-top: 0;
1743
- overflow-y: visible;
1744
- padding: 0;
1745
- position: static;
1746
- }
1747
- }
1748
- ._MenuBar-inner_8pf8c_29 {
1749
- align-items: center;
1750
- display: flex;
1751
- flex-wrap: wrap;
1752
- gap: 8px 16px;
1753
- justify-content: flex-end;
1754
- }
1755
- @media (min-width: 638px) {
1756
- ._MenuBar-inner_8pf8c_29 {
1757
- display: flex;
1758
- flex-direction: row;
1759
- flex-wrap: nowrap;
1760
- }
1761
- }
1762
- ._MenuBar-history_8pf8c_45 {
1763
- display: flex;
1764
- }
1765
1763
 
1766
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1767
- ._PuckHeader_1bhmt_1 {
1768
- background: var(--puck-color-white);
1769
- border-bottom: 1px solid var(--puck-color-grey-09);
1770
- color: var(--puck-color-black);
1771
- 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 {
1772
1766
  position: relative;
1773
- max-width: 100vw;
1774
- }
1775
- @media (min-width: 638px) {
1776
- ._PuckHeader_1bhmt_1 {
1777
- padding-left: 67px;
1778
- }
1779
- }
1780
- ._PuckHeader-inner_1bhmt_16 {
1781
- align-items: end;
1782
- display: grid;
1783
- gap: var(--puck-space-px);
1784
- grid-template-areas: "left middle right";
1785
- grid-template-columns: 1fr auto 1fr;
1786
- grid-template-rows: auto;
1787
- padding: var(--puck-space-px);
1788
- }
1789
- @media (min-width: 638px) {
1790
- ._PuckHeader-inner_1bhmt_16 {
1791
- border-left: 1px solid var(--puck-color-grey-09);
1792
- }
1793
- }
1794
- ._PuckHeader-toggle_1bhmt_32 {
1795
- color: var(--puck-color-grey-05);
1796
- display: flex;
1797
- margin-inline-start: -4px;
1798
- padding-top: 2px;
1799
- }
1800
- ._PuckHeader--rightSideBarVisible_1bhmt_39 ._PuckHeader-rightSideBarToggle_1bhmt_39,
1801
- ._PuckHeader--leftSideBarVisible_1bhmt_40 ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1802
- color: var(--puck-color-black);
1803
- }
1804
- ._PuckHeader-rightSideBarToggle_1bhmt_39,
1805
- ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1806
- display: none;
1807
- }
1808
- @media (min-width: 638px) {
1809
- ._PuckHeader-rightSideBarToggle_1bhmt_39,
1810
- ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1811
- display: block;
1812
- }
1813
- }
1814
- ._PuckHeader-title_1bhmt_56 {
1815
- align-self: center;
1767
+ font-family: var(--puck-font-family);
1816
1768
  }
1817
- ._PuckHeader-path_1bhmt_60 {
1818
- font-family: var(--puck-font-family-monospaced);
1819
- font-size: var(--puck-font-size-xxs);
1820
- font-weight: normal;
1821
- word-break: break-all;
1769
+ ._PuckFields--isLoading_10bh7_6 {
1770
+ min-height: 48px;
1822
1771
  }
1823
- ._PuckHeader-tools_1bhmt_67 {
1772
+ ._PuckFields-loadingOverlay_10bh7_10 {
1773
+ background: var(--puck-color-white);
1824
1774
  display: flex;
1825
- gap: 16px;
1826
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;
1827
1785
  }
1828
- ._PuckHeader-menuButton_1bhmt_73 {
1829
- color: var(--puck-color-grey-05);
1830
- margin-inline-start: -4px;
1831
- }
1832
- ._PuckHeader--menuOpen_1bhmt_78 ._PuckHeader-menuButton_1bhmt_73 {
1833
- color: var(--puck-color-black);
1834
- }
1835
- @media (min-width: 638px) {
1836
- ._PuckHeader-menuButton_1bhmt_73 {
1837
- display: none;
1838
- }
1839
- }
1840
-
1841
- /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1842
- ._SidebarSection_8boj8_1 {
1786
+ ._PuckFields-loadingOverlayInner_10bh7_25 {
1843
1787
  display: flex;
1844
- position: relative;
1845
- flex-direction: column;
1846
- color: var(--puck-color-black);
1788
+ padding: 16px;
1789
+ position: sticky;
1790
+ top: 0;
1847
1791
  }
1848
- ._SidebarSection_8boj8_1:last-of-type {
1849
- flex-grow: 1;
1792
+ ._PuckFields-field_10bh7_32 * {
1793
+ box-sizing: border-box;
1850
1794
  }
1851
- ._SidebarSection-title_8boj8_12 {
1852
- background: var(--puck-color-white);
1795
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1796
+ color: var(--puck-color-grey-04);
1853
1797
  padding: 16px;
1854
- border-bottom: 1px solid var(--puck-color-grey-09);
1855
- border-top: 1px solid var(--puck-color-grey-09);
1856
- overflow-x: auto;
1798
+ padding-bottom: 12px;
1799
+ display: block;
1857
1800
  }
1858
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1859
- 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;
1860
1804
  }
1861
- ._SidebarSection-content_8boj8_24 {
1862
- 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%;
1863
1809
  }
1864
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1865
- padding: 0px;
1810
+ ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1811
+ margin-top: 12px;
1866
1812
  }
1867
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1868
- padding-bottom: 4px;
1813
+ ._ComponentList-content_1rrlt_9 {
1814
+ display: none;
1869
1815
  }
1870
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1871
- border-bottom: none;
1872
- flex-grow: 1;
1816
+ ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1817
+ display: block;
1873
1818
  }
1874
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
1875
- background: none;
1819
+ ._ComponentList-title_1rrlt_17 {
1820
+ background-color: transparent;
1876
1821
  border: 0;
1877
- border-radius: 2px;
1878
- color: var(--puck-color-azure-04);
1822
+ color: var(--puck-color-grey-05);
1879
1823
  cursor: pointer;
1824
+ display: flex;
1880
1825
  font: inherit;
1881
- flex-shrink: 0;
1882
- padding: 0;
1883
- 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%;
1884
1835
  }
1885
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1836
+ ._ComponentList-title_1rrlt_17:focus-visible {
1886
1837
  outline: 2px solid var(--puck-color-azure-05);
1887
1838
  outline-offset: 2px;
1888
1839
  }
1889
1840
  @media (hover: hover) and (pointer: fine) {
1890
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1891
- 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);
1892
1844
  transition: none;
1893
1845
  }
1894
1846
  }
1895
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1896
- color: var(--puck-color-azure-02);
1847
+ ._ComponentList-title_1rrlt_17:active {
1848
+ background-color: var(--puck-color-azure-10);
1897
1849
  transition: none;
1898
1850
  }
1899
- ._SidebarSection-breadcrumbs_8boj8_70 {
1900
- align-items: center;
1901
- display: flex;
1902
- gap: 4px;
1903
- }
1904
- ._SidebarSection-breadcrumb_8boj8_41 {
1905
- align-items: center;
1906
- display: flex;
1907
- gap: 4px;
1851
+ ._ComponentList-titleIcon_1rrlt_53 {
1852
+ margin-inline-start: auto;
1908
1853
  }
1909
- ._SidebarSection-heading_8boj8_82 {
1910
- 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%;
1911
1859
  }
1912
- ._SidebarSection-loadingOverlay_8boj8_86 {
1913
- background: var(--puck-color-white);
1914
- display: flex;
1915
- justify-content: center;
1916
- align-items: center;
1860
+ ._PuckPreview-frame_z2rgu_6 {
1861
+ border: none;
1917
1862
  height: 100%;
1918
1863
  width: 100%;
1919
- top: 0;
1920
- position: absolute;
1921
- z-index: 1;
1922
- pointer-events: all;
1923
- box-sizing: border-box;
1924
- opacity: 0.8;
1925
1864
  }
1926
1865
 
1927
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
1928
- ._Breadcrumbs_1c9yh_1 {
1929
- align-items: center;
1930
- display: flex;
1931
- 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;
1932
1898
  }
1933
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
1899
+ ._Layer-clickable_7rx04_39 {
1900
+ align-items: center;
1934
1901
  background: none;
1935
1902
  border: 0;
1936
- border-radius: 2px;
1937
- color: var(--puck-color-azure-04);
1903
+ border-radius: 4px;
1904
+ color: inherit;
1938
1905
  cursor: pointer;
1906
+ display: flex;
1939
1907
  font: inherit;
1940
- flex-shrink: 0;
1941
- padding: 0;
1942
- transition: color 50ms ease-in;
1908
+ padding-inline-start: 12px;
1909
+ padding-inline-end: 4px;
1910
+ width: 100%;
1943
1911
  }
1944
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
1912
+ ._Layer-clickable_7rx04_39:focus-visible {
1945
1913
  outline: 2px solid var(--puck-color-azure-05);
1946
1914
  outline-offset: 2px;
1915
+ position: relative;
1916
+ z-index: 1;
1947
1917
  }
1948
1918
  @media (hover: hover) and (pointer: fine) {
1949
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
1950
- 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);
1951
1923
  transition: none;
1952
1924
  }
1953
1925
  }
1954
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
1955
- color: var(--puck-color-azure-02);
1956
- transition: none;
1957
- }
1958
- ._Breadcrumbs-breadcrumb_1c9yh_7 {
1959
- align-items: center;
1960
- display: flex;
1961
- gap: 4px;
1926
+ ._Layer--isSelected_7rx04_61 {
1927
+ border-color: var(--puck-color-azure-08);
1962
1928
  }
1963
-
1964
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1965
- ._ViewportControls_e3unb_1 {
1966
- position: relative;
1929
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1930
+ background: var(--puck-color-azure-10);
1967
1931
  }
1968
- ._ViewportControls--fullScreen_e3unb_5 {
1969
- border-radius: 32px;
1970
- display: flex;
1971
- position: absolute;
1972
- bottom: 12px;
1973
- right: 12px;
1974
- 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);
1975
1935
  }
1976
- ._ViewportControls-toggleButton_e3unb_14 {
1936
+ ._Layer-zones_7rx04_82 {
1977
1937
  display: none;
1938
+ margin-inline-start: 12px;
1978
1939
  }
1979
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14 {
1980
- align-items: center;
1981
- background-color: var(--puck-color-grey-02);
1982
- border: 1px solid var(--puck-color-grey-04);
1983
- border-radius: 30px;
1984
- cursor: pointer;
1985
- 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 {
1986
1949
  display: flex;
1987
- justify-content: center;
1988
- width: 42px;
1989
- height: 42px;
1990
- z-index: 1;
1950
+ gap: 8px;
1951
+ align-items: center;
1952
+ margin: 8px 4px;
1953
+ overflow-x: hidden;
1991
1954
  }
1992
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14:hover {
1993
- background-color: var(--puck-color-grey-02);
1994
- border: 1px solid var(--puck-color-azure-04);
1995
- color: var(--puck-color-azure-07);
1955
+ ._Layer-name_7rx04_105 {
1956
+ overflow-x: hidden;
1957
+ text-overflow: ellipsis;
1958
+ white-space: nowrap;
1996
1959
  }
1997
- ._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-toggleButton_e3unb_14 {
1998
- background-color: var(--puck-color-grey-03);
1960
+ ._Layer-icon_7rx04_111 {
1961
+ color: var(--puck-color-rose-07);
1962
+ margin-top: 4px;
1999
1963
  }
2000
- ._ViewportControls-actions_e3unb_42 {
2001
- display: flex;
1964
+ ._Layer-zoneIcon_7rx04_116 {
1965
+ color: var(--puck-color-grey-08);
1966
+ margin-top: 4px;
2002
1967
  }
2003
- ._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 {
2004
1971
  display: flex;
1972
+ background: var(--puck-color-grey-11);
2005
1973
  box-sizing: border-box;
1974
+ border-inline-start: 2px solid var(--puck-color-grey-11);
2006
1975
  justify-content: center;
2007
- margin-left: auto;
2008
- margin-right: auto;
2009
- z-index: 0;
2010
- overflow: hidden;
2011
- }
2012
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2013
- background: var(--puck-color-grey-11);
2014
- border: 1px solid var(--puck-color-grey-09);
2015
- border-radius: 30px;
2016
- margin-left: none;
2017
- margin-right: none;
2018
- padding-right: 42px;
2019
- }
2020
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2021
- transform: translateX(100%);
2022
- transition: transform 150ms ease-in-out;
2023
- }
2024
- ._ViewportControls--fullScreen_e3unb_5._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-actionsInner_e3unb_46 {
2025
- 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;
2026
1982
  }
2027
- ._ViewportControls-divider_e3unb_75 {
1983
+ ._ViewportControls-divider_gejzr_15 {
2028
1984
  border-inline-end: 1px solid var(--puck-color-grey-09);
2029
- margin-bottom: 8px;
2030
- margin-top: 8px;
1985
+ margin-inline-start: 8px;
1986
+ margin-inline-end: 8px;
2031
1987
  }
2032
- ._ViewportControls-zoomSelect_e3unb_81 {
1988
+ ._ViewportControls-zoomSelect_gejzr_21 {
2033
1989
  appearance: none;
2034
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;
2035
1991
  background-size: 10px;
@@ -2038,72 +1994,44 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2038
1994
  border: 0;
2039
1995
  font-size: var(--puck-font-size-xxxs);
2040
1996
  padding: 0;
2041
- padding-left: 8px;
2042
1997
  width: 96px;
2043
1998
  }
2044
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2045
- display: none;
2046
- }
2047
- @media (min-width: 638px) {
2048
- ._ViewportControls-zoom_e3unb_81,
2049
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2050
- display: flex;
2051
- justify-content: center;
2052
- }
2053
- }
2054
- ._ViewportControls-zoomSelect_e3unb_81:dir(rtl) {
1999
+ ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
2055
2000
  background-position: 12px calc(50% + 3px);
2056
2001
  }
2057
- ._ViewportButton-inner_e3unb_111 {
2058
- align-items: center;
2059
- display: flex;
2060
- justify-content: center;
2061
- height: 32px;
2062
- width: 32px;
2063
- }
2064
- ._ViewportButton--isActive_e3unb_119 ._ViewportButton-inner_e3unb_111 {
2002
+ ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
2065
2003
  color: var(--puck-color-azure-04);
2066
2004
  }
2067
2005
 
2068
2006
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
2069
- ._PuckCanvas_t6s9b_1 {
2007
+ ._PuckCanvas_18jay_1 {
2070
2008
  background: var(--puck-color-grey-11);
2071
2009
  display: flex;
2072
2010
  grid-area: editor;
2073
2011
  flex-direction: column;
2074
2012
  padding: var(--puck-space-px);
2075
- position: relative;
2076
2013
  overflow: auto;
2077
2014
  }
2078
2015
  @media (min-width: 1198px) {
2079
- ._PuckCanvas_t6s9b_1 {
2016
+ ._PuckCanvas_18jay_1 {
2080
2017
  padding: calc(var(--puck-space-px) * 1.5);
2081
- padding-top: calc(var(--puck-space-px) * 0.5);
2018
+ padding-top: var(--puck-space-px);
2082
2019
  }
2083
- ._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)) {
2084
2021
  padding-top: calc(var(--puck-space-px) * 1.5);
2085
2022
  }
2086
2023
  }
2087
- ._PuckCanvas--fullScreen_t6s9b_22 {
2088
- padding: 0;
2089
- overflow: hidden;
2090
- }
2091
- @media (min-width: 1198px) {
2092
- ._PuckCanvas--fullScreen_t6s9b_22 {
2093
- padding: 0;
2094
- }
2095
- }
2096
- ._PuckCanvas-inner_t6s9b_33 {
2024
+ ._PuckCanvas-inner_18jay_21 {
2097
2025
  display: flex;
2098
2026
  height: 100%;
2099
2027
  justify-content: center;
2100
- min-width: 288px;
2028
+ min-width: 358px;
2101
2029
  position: relative;
2102
2030
  width: 100%;
2103
2031
  }
2104
- ._PuckCanvas-root_t6s9b_42 {
2032
+ ._PuckCanvas-root_18jay_30 {
2105
2033
  background: white;
2106
- outline: 1px solid var(--puck-color-grey-09);
2034
+ border: 1px solid var(--puck-color-grey-09);
2107
2035
  box-sizing: content-box;
2108
2036
  min-width: 321px;
2109
2037
  position: absolute;
@@ -2114,20 +2042,20 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2114
2042
  opacity: 0;
2115
2043
  }
2116
2044
  @media (min-width: 1198px) {
2117
- ._PuckCanvas-root_t6s9b_42 {
2045
+ ._PuckCanvas-root_18jay_30 {
2118
2046
  min-width: unset;
2119
2047
  }
2120
2048
  }
2121
2049
  @media (prefers-reduced-motion: reduce) {
2122
- ._PuckCanvas-root_t6s9b_42 {
2050
+ ._PuckCanvas-root_18jay_30 {
2123
2051
  transition: none !important;
2124
2052
  }
2125
2053
  }
2126
- ._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-root_t6s9b_42 {
2054
+ ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
2127
2055
  pointer-events: unset;
2128
2056
  opacity: 1;
2129
2057
  }
2130
- ._PuckCanvas-loader_t6s9b_72 {
2058
+ ._PuckCanvas-loader_18jay_60 {
2131
2059
  align-items: center;
2132
2060
  color: var(--puck-color-grey-06);
2133
2061
  display: flex;
@@ -2136,20 +2064,112 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2136
2064
  transition: opacity 250ms ease-out;
2137
2065
  opacity: 0;
2138
2066
  }
2139
- ._PuckCanvas--showLoader_t6s9b_82 ._PuckCanvas-loader_t6s9b_72 {
2067
+ ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
2140
2068
  opacity: 1;
2141
2069
  }
2142
- ._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 {
2143
2071
  opacity: 0;
2144
2072
  height: 0;
2145
2073
  transition: none;
2146
2074
  }
2147
- ._PuckCanvas-controls_t6s9b_17 {
2148
- 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;
2149
2091
  }
2150
- ._PuckCanvas--fullScreen_t6s9b_22 ._PuckCanvas-controls_t6s9b_17 {
2151
- padding-bottom: 0;
2152
- 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
+ }
2153
2173
  }
2154
2174
 
2155
2175
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
@@ -2186,173 +2206,31 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2186
2206
  }
2187
2207
 
2188
2208
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
2189
- ._Sidebar_o396p_1 {
2190
- border-block-start: 1px solid var(--puck-color-grey-09);
2209
+ ._Sidebar_1xksb_1 {
2191
2210
  position: relative;
2192
- display: none;
2211
+ display: flex;
2193
2212
  flex-direction: column;
2194
2213
  overflow-y: auto;
2195
2214
  }
2196
- ._Sidebar--isVisible_o396p_9 {
2197
- display: flex;
2198
- }
2199
- ._Sidebar--left_o396p_13 {
2215
+ ._Sidebar--left_1xksb_8 {
2200
2216
  background: var(--puck-color-grey-12);
2217
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2201
2218
  grid-area: left;
2202
2219
  }
2203
- @media (min-width: 766px) {
2204
- ._Sidebar--left_o396p_13 {
2205
- border-block-start: 0;
2206
- border-inline-end: 1px solid var(--puck-color-grey-09);
2207
- }
2208
- }
2209
- ._Sidebar--right_o396p_25 {
2220
+ ._Sidebar--right_1xksb_14 {
2210
2221
  background: var(--puck-color-white);
2222
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2211
2223
  grid-area: right;
2212
2224
  }
2213
- @media (min-width: 766px) {
2214
- ._Sidebar--right_o396p_25 {
2215
- border-block-start: 0;
2216
- border-inline-start: 1px solid var(--puck-color-grey-09);
2217
- }
2218
- }
2219
- ._Sidebar-resizeHandle_o396p_37 {
2225
+ ._Sidebar-resizeHandle_1xksb_20 {
2220
2226
  position: absolute;
2221
2227
  height: 100%;
2222
2228
  }
2223
- ._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
2229
+ ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2224
2230
  grid-area: left;
2225
2231
  justify-self: end;
2226
2232
  }
2227
- ._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
2233
+ ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2228
2234
  grid-area: right;
2229
2235
  justify-self: start;
2230
2236
  }
2231
-
2232
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2233
- ._Nav_3nnxc_1 {
2234
- display: flex;
2235
- }
2236
- ._Nav-list_3nnxc_5 {
2237
- display: flex;
2238
- list-style: none;
2239
- margin: 0;
2240
- padding: 0;
2241
- overflow-x: auto;
2242
- gap: 8px;
2243
- }
2244
- @media (min-width: 638px) {
2245
- ._Nav-list_3nnxc_5 {
2246
- padding-top: 32px;
2247
- flex-direction: column;
2248
- gap: 16px;
2249
- width: 100%;
2250
- }
2251
- }
2252
- ._Nav-mobileActions_3nnxc_23 {
2253
- align-items: center;
2254
- display: flex;
2255
- justify-content: center;
2256
- margin-inline-start: auto;
2257
- padding: 4px 16px;
2258
- border-inline-start: 1px solid var(--puck-color-grey-09);
2259
- }
2260
- @media (min-width: 638px) {
2261
- ._Nav-mobileActions_3nnxc_23 {
2262
- display: none;
2263
- }
2264
- }
2265
- ._NavItem-link_3nnxc_38 {
2266
- align-items: center;
2267
- color: var(--puck-color-grey-03);
2268
- display: flex;
2269
- gap: 8px;
2270
- text-decoration: none;
2271
- cursor: pointer;
2272
- border-radius: 4px;
2273
- padding: 8px 4px;
2274
- width: 64px;
2275
- box-sizing: border-box;
2276
- }
2277
- @media (min-width: 638px) {
2278
- ._NavItem-link_3nnxc_38 {
2279
- width: auto;
2280
- }
2281
- }
2282
- ._NavItem_3nnxc_38:first-of-type {
2283
- padding-left: 16px;
2284
- }
2285
- ._NavItem_3nnxc_38:last-of-type {
2286
- padding-right: 16px;
2287
- }
2288
- @media (min-width: 638px) {
2289
- ._NavItem_3nnxc_38:first-of-type,
2290
- ._NavItem_3nnxc_38:last-of-type {
2291
- padding: 0;
2292
- }
2293
- }
2294
- ._NavItem-link_3nnxc_38 {
2295
- border-top: 4px solid transparent;
2296
- border-bottom: 4px solid transparent;
2297
- border-radius: 0;
2298
- flex-direction: column;
2299
- font-size: var(--puck-font-size-xxxs);
2300
- }
2301
- @media (min-width: 638px) {
2302
- ._NavItem-link_3nnxc_38 {
2303
- border: 0;
2304
- border-left: 4px solid transparent;
2305
- border-right: 4px solid transparent;
2306
- }
2307
- }
2308
- ._NavItem-linkIcon_3nnxc_88 {
2309
- height: 24px;
2310
- width: 24px;
2311
- }
2312
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2313
- background-color: var(--puck-color-azure-10);
2314
- color: var(--puck-color-azure-04);
2315
- font-weight: 600;
2316
- }
2317
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2318
- background-color: transparent;
2319
- border-top-color: var(--puck-color-azure-04);
2320
- border-top-right-radius: 0;
2321
- border-bottom-right-radius: 0;
2322
- font-weight: 600;
2323
- }
2324
- @media (min-width: 638px) {
2325
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2326
- border-top-color: transparent;
2327
- border-right-color: var(--puck-color-azure-04);
2328
- }
2329
- }
2330
- ._NavItem_3nnxc_38:not(._NavItem--active_3nnxc_93) > ._NavItem-link_3nnxc_38:hover {
2331
- background-color: var(--puck-color-azure-11);
2332
- color: var(--puck-color-azure-04);
2333
- }
2334
- @media (min-width: 638px) {
2335
- ._NavItem--mobileOnly_3nnxc_120 {
2336
- display: none;
2337
- }
2338
- }
2339
-
2340
- /* css-module:/home/runner/work/puck/puck/packages/core/plugins/fields/styles.module.css/#css-module-data */
2341
- ._FieldsPlugin_nd930_1 {
2342
- background: white;
2343
- height: 100%;
2344
- overflow-y: auto;
2345
- }
2346
- ._FieldsPlugin-header_nd930_7 {
2347
- border-bottom: 1px solid var(--puck-color-grey-09);
2348
- font-weight: 600;
2349
- padding-bottom: 8px;
2350
- padding-left: 16px;
2351
- padding-right: 16px;
2352
- padding-top: 8px;
2353
- }
2354
- @media (min-width: 638px) {
2355
- ._FieldsPlugin-header_nd930_7 {
2356
- padding: 16px;
2357
- }
2358
- }