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