@measured/puck 0.21.0-canary.a3dabae1 → 0.21.0-canary.a62292fd

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.
Files changed (52) hide show
  1. package/dist/Editor-F2LSS6SE.css +403 -0
  2. package/dist/Editor-O447AVCX.mjs +204 -0
  3. package/dist/Render-OFE6QLI2.mjs +55 -0
  4. package/dist/Render-QEMDIDQC.css +101 -0
  5. package/dist/{walk-tree-Cvtjzg9C.d.mts → actions-ONhOkrvf.d.mts} +270 -95
  6. package/dist/{walk-tree-Cvtjzg9C.d.ts → actions-ONhOkrvf.d.ts} +270 -95
  7. package/dist/chunk-2Q4PACDA.mjs +111 -0
  8. package/dist/chunk-62AAYNXG.mjs +63 -0
  9. package/dist/{chunk-V2FU5KB6.mjs → chunk-7GESFTRA.mjs} +5544 -8012
  10. package/dist/chunk-BSDEIOEK.mjs +706 -0
  11. package/dist/chunk-CSSRLPHM.mjs +11 -0
  12. package/dist/chunk-DAQLMM2T.mjs +1722 -0
  13. package/dist/chunk-M6W7YEVX.mjs +95 -0
  14. package/dist/chunk-NLUHDYVR.mjs +416 -0
  15. package/dist/chunk-PLXSMBAA.mjs +53 -0
  16. package/dist/chunk-QAWJTCV5.mjs +33 -0
  17. package/dist/chunk-QBGM4ELA.mjs +528 -0
  18. package/dist/chunk-T3WX7XJ6.mjs +132 -0
  19. package/dist/chunk-V5I7CVLT.mjs +103 -0
  20. package/dist/chunk-Y2EFNT5P.mjs +108 -0
  21. package/dist/chunk-Y656T6AQ.mjs +419 -0
  22. package/dist/full-2GJTAAZE.css +301 -0
  23. package/dist/full-BEMDJKDS.mjs +93 -0
  24. package/dist/index-BEoNHRI1.d.ts +116 -0
  25. package/dist/index-DfxZ7tZF.d.mts +116 -0
  26. package/dist/index.css +640 -761
  27. package/dist/index.d.mts +95 -123
  28. package/dist/index.d.ts +95 -123
  29. package/dist/index.js +8032 -5511
  30. package/dist/index.mjs +28 -15
  31. package/dist/internal.d.mts +27 -0
  32. package/dist/internal.d.ts +27 -0
  33. package/dist/internal.js +908 -0
  34. package/dist/internal.mjs +13 -0
  35. package/dist/loaded-JU3A7Y4L.mjs +57 -0
  36. package/dist/loaded-N3FYGF2Y.mjs +57 -0
  37. package/dist/loaded-OBY7OMS6.mjs +60 -0
  38. package/dist/loaded-RVWBFK7L.css +87 -0
  39. package/dist/no-external.css +640 -761
  40. package/dist/no-external.d.mts +19 -2
  41. package/dist/no-external.d.ts +19 -2
  42. package/dist/no-external.js +8023 -5502
  43. package/dist/no-external.mjs +28 -15
  44. package/dist/rsc.css +101 -0
  45. package/dist/rsc.d.mts +17 -2
  46. package/dist/rsc.d.ts +17 -2
  47. package/dist/rsc.js +437 -57
  48. package/dist/rsc.mjs +18 -9
  49. package/dist/walk-tree-CdriEzFJ.d.mts +29 -0
  50. package/dist/walk-tree-DHbAZ4wF.d.ts +29 -0
  51. package/package.json +31 -4
  52. package/dist/chunk-C24EBUN6.mjs +0 -971
@@ -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,711 +1580,412 @@ 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
 
1331
1587
  /* css-module:/home/runner/work/puck/puck/packages/core/components/InlineTextField/styles.module.css/#css-module-data */
1332
- ._InlineTextField_1xph6_1 {
1588
+ ._InlineTextField_104qp_1 {
1333
1589
  cursor: text;
1334
1590
  display: inline-block;
1335
1591
  white-space: pre-wrap;
1592
+ text-decoration: inherit;
1336
1593
  }
1337
- [data-dnd-dragging] ._InlineTextField_1xph6_1 {
1594
+ [data-dnd-dragging] ._InlineTextField_104qp_1 {
1338
1595
  cursor: none;
1339
1596
  caret-color: transparent;
1340
1597
  }
1341
- [data-dnd-dragging] ._InlineTextField_1xph6_1::selection {
1598
+ [data-dnd-dragging] ._InlineTextField_104qp_1::selection {
1342
1599
  display: none;
1343
1600
  }
1344
1601
 
1345
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1346
- ._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;
1347
1605
  position: relative;
1348
- font-family: var(--puck-font-family);
1606
+ flex-direction: column;
1607
+ color: var(--puck-color-black);
1349
1608
  }
1350
- ._PuckFields--isLoading_10bh7_6 {
1351
- min-height: 48px;
1609
+ ._SidebarSection_8boj8_1:last-of-type {
1610
+ flex-grow: 1;
1352
1611
  }
1353
- ._PuckFields-loadingOverlay_10bh7_10 {
1612
+ ._SidebarSection-title_8boj8_12 {
1354
1613
  background: var(--puck-color-white);
1355
- display: flex;
1356
- justify-content: flex-end;
1357
- align-items: flex-start;
1358
- height: 100%;
1359
- width: 100%;
1360
- top: 0px;
1361
- position: absolute;
1362
- z-index: 1;
1363
- pointer-events: all;
1364
- box-sizing: border-box;
1365
- opacity: 0.8;
1366
- }
1367
- ._PuckFields-loadingOverlayInner_10bh7_25 {
1368
- display: flex;
1369
1614
  padding: 16px;
1370
- position: sticky;
1371
- 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;
1372
1618
  }
1373
- ._PuckFields-field_10bh7_32 * {
1374
- box-sizing: border-box;
1619
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1620
+ border-top: 0px;
1375
1621
  }
1376
- ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1377
- color: var(--puck-color-grey-04);
1622
+ ._SidebarSection-content_8boj8_24 {
1378
1623
  padding: 16px;
1379
- padding-bottom: 12px;
1380
- display: block;
1381
- }
1382
- ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
1383
- border-top: 1px solid var(--puck-color-grey-09);
1384
- margin-top: 8px;
1385
- }
1386
-
1387
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1388
- ._ComponentList_1rrlt_1 {
1389
- max-width: 100%;
1390
1624
  }
1391
- ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1392
- margin-top: 12px;
1625
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1626
+ padding: 0px;
1393
1627
  }
1394
- ._ComponentList-content_1rrlt_9 {
1395
- display: none;
1628
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1629
+ padding-bottom: 4px;
1396
1630
  }
1397
- ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1398
- display: block;
1631
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1632
+ border-bottom: none;
1633
+ flex-grow: 1;
1399
1634
  }
1400
- ._ComponentList-title_1rrlt_17 {
1401
- background-color: transparent;
1635
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1636
+ background: none;
1402
1637
  border: 0;
1403
- color: var(--puck-color-grey-05);
1638
+ border-radius: 2px;
1639
+ color: var(--puck-color-azure-04);
1404
1640
  cursor: pointer;
1405
- display: flex;
1406
1641
  font: inherit;
1407
- font-size: var(--puck-font-size-xxxs);
1408
- list-style: none;
1409
- margin-bottom: 6px;
1410
- padding: 8px;
1411
- text-transform: uppercase;
1412
- transition: background-color 50ms ease-in, color 50ms ease-in;
1413
- gap: 4px;
1414
- border-radius: 4px;
1415
- width: 100%;
1642
+ flex-shrink: 0;
1643
+ padding: 0;
1644
+ transition: color 50ms ease-in;
1416
1645
  }
1417
- ._ComponentList-title_1rrlt_17:focus-visible {
1646
+ ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1418
1647
  outline: 2px solid var(--puck-color-azure-05);
1419
1648
  outline-offset: 2px;
1420
1649
  }
1421
1650
  @media (hover: hover) and (pointer: fine) {
1422
- ._ComponentList-title_1rrlt_17:hover {
1423
- background-color: var(--puck-color-azure-11);
1424
- color: var(--puck-color-azure-04);
1651
+ ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1652
+ color: var(--puck-color-azure-03);
1425
1653
  transition: none;
1426
1654
  }
1427
1655
  }
1428
- ._ComponentList-title_1rrlt_17:active {
1429
- background-color: var(--puck-color-azure-10);
1656
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1657
+ color: var(--puck-color-azure-02);
1430
1658
  transition: none;
1431
1659
  }
1432
- ._ComponentList-titleIcon_1rrlt_53 {
1433
- margin-inline-start: auto;
1660
+ ._SidebarSection-breadcrumbs_8boj8_70 {
1661
+ align-items: center;
1662
+ display: flex;
1663
+ gap: 4px;
1434
1664
  }
1435
-
1436
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Components/styles.module.css/#css-module-data */
1437
- ._Components_3pbdy_1 {
1438
- padding: 16px;
1439
- height: 100%;
1440
- overflow-y: auto;
1441
- box-sizing: border-box;
1665
+ ._SidebarSection-breadcrumb_8boj8_41 {
1666
+ align-items: center;
1667
+ display: flex;
1668
+ gap: 4px;
1442
1669
  }
1443
-
1444
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1445
- ._PuckPreview_z2rgu_1 {
1446
- position: relative;
1447
- height: 100%;
1448
- }
1449
- ._PuckPreview-frame_z2rgu_6 {
1450
- border: none;
1451
- height: 100%;
1452
- width: 100%;
1453
- }
1454
-
1455
- /* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
1456
- ._LayerTree_7rx04_1 {
1457
- color: var(--puck-color-grey-03);
1458
- font-family: var(--puck-font-family);
1459
- font-size: var(--puck-font-size-xxs);
1460
- margin: 0;
1461
- position: relative;
1462
- list-style: none;
1463
- padding: 0;
1464
- }
1465
- ._LayerTree-zoneTitle_7rx04_11 {
1466
- color: var(--puck-color-grey-05);
1467
- font-size: var(--puck-font-size-xxxs);
1468
- text-transform: uppercase;
1469
- }
1470
- ._LayerTree-helper_7rx04_17 {
1471
- text-align: center;
1472
- color: var(--puck-color-grey-07);
1473
- margin: 8px 4px;
1474
- }
1475
- ._Layer_7rx04_1 {
1476
- position: relative;
1477
- border: 1px solid transparent;
1478
- border-radius: 4px;
1479
- }
1480
- ._Layer-inner_7rx04_29 {
1481
- border: 1px solid transparent;
1482
- border-radius: 4px;
1483
- transition: color 50ms ease-in;
1484
- }
1485
- ._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
1486
- padding-inline-start: 0;
1487
- }
1488
- ._Layer-clickable_7rx04_39 {
1489
- align-items: center;
1490
- background: none;
1491
- border: 0;
1492
- border-radius: 4px;
1493
- color: inherit;
1494
- cursor: pointer;
1495
- display: flex;
1496
- font: inherit;
1497
- padding-inline-start: 12px;
1498
- padding-inline-end: 4px;
1499
- width: 100%;
1500
- }
1501
- ._Layer-clickable_7rx04_39:focus-visible {
1502
- outline: 2px solid var(--puck-color-azure-05);
1503
- outline-offset: 2px;
1504
- position: relative;
1505
- z-index: 1;
1506
- }
1507
- @media (hover: hover) and (pointer: fine) {
1508
- ._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
1509
- border-color: var(--puck-color-azure-10);
1510
- background: var(--puck-color-azure-11);
1511
- color: var(--puck-color-azure-04);
1512
- transition: none;
1513
- }
1514
- }
1515
- ._Layer--isSelected_7rx04_61 {
1516
- border-color: var(--puck-color-azure-08);
1517
- }
1518
- ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1519
- background: var(--puck-color-azure-10);
1520
- }
1521
- ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
1522
- ._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
1523
- transform: scaleY(-1);
1524
- }
1525
- ._Layer-zones_7rx04_82 {
1526
- display: none;
1527
- margin-inline-start: 12px;
1528
- }
1529
- ._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
1530
- ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
1531
- display: block;
1532
- }
1533
- ._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
1534
- margin-inline-start: 12px;
1670
+ ._SidebarSection-heading_8boj8_82 {
1671
+ padding-inline-end: 16px;
1535
1672
  }
1536
- ._Layer-title_7rx04_96,
1537
- ._LayerTree-zoneTitle_7rx04_11 {
1673
+ ._SidebarSection-loadingOverlay_8boj8_86 {
1674
+ background: var(--puck-color-white);
1538
1675
  display: flex;
1539
- gap: 8px;
1676
+ justify-content: center;
1540
1677
  align-items: center;
1541
- margin: 8px 4px;
1542
- overflow-x: hidden;
1543
- }
1544
- ._Layer-name_7rx04_105 {
1545
- overflow-x: hidden;
1546
- text-overflow: ellipsis;
1547
- white-space: nowrap;
1548
- }
1549
- ._Layer-icon_7rx04_111 {
1550
- color: var(--puck-color-rose-07);
1551
- margin-top: 4px;
1552
- }
1553
- ._Layer-zoneIcon_7rx04_116 {
1554
- color: var(--puck-color-grey-08);
1555
- margin-top: 4px;
1556
- }
1557
-
1558
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Outline/styles.module.css/#css-module-data */
1559
- ._Outline_cvjlj_1 {
1560
- padding: 16px;
1561
1678
  height: 100%;
1562
- overflow-y: auto;
1679
+ width: 100%;
1680
+ top: 0;
1681
+ position: absolute;
1682
+ z-index: 1;
1683
+ pointer-events: all;
1563
1684
  box-sizing: border-box;
1685
+ opacity: 0.8;
1564
1686
  }
1565
1687
 
1566
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1567
- ._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 {
1568
1690
  --puck-space-px: 16px;
1569
1691
  font-family: var(--puck-font-family);
1570
1692
  overflow-x: hidden;
1571
1693
  }
1572
1694
  @media (min-width: 766px) {
1573
- ._Puck_hv23j_19 {
1695
+ ._Puck_1yxlw_19 {
1574
1696
  overflow-x: auto;
1575
1697
  }
1576
1698
  }
1577
- ._Puck-portal_hv23j_31 {
1699
+ ._Puck-portal_1yxlw_31 {
1578
1700
  position: relative;
1579
1701
  z-index: 2;
1580
1702
  }
1581
- ._PuckLayout_hv23j_36 {
1582
- height: 100%;
1583
- }
1584
- ._PuckLayout-inner_hv23j_40 {
1703
+ ._PuckLayout-inner_1yxlw_38 {
1585
1704
  --puck-frame-width: auto;
1586
- --puck-side-nav-width: min-content;
1587
1705
  --puck-side-bar-width: 0px;
1588
1706
  --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1589
1707
  --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1590
- background-color: var(--puck-color-grey-12);
1591
1708
  display: grid;
1592
- grid-template-areas: "header" "editor" "left" "right" "sidenav";
1593
- grid-template-columns: var(--puck-frame-width);
1594
- grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
1595
- 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;
1596
1713
  position: relative;
1597
- transition: grid-template-rows 150ms ease-in;
1598
1714
  z-index: 0;
1599
- overflow: hidden;
1600
- }
1601
- @media (min-width: 638px) {
1602
- ._PuckLayout-inner_hv23j_40 {
1603
- --puck-side-nav-width: 68px;
1604
- grid-template-areas: "header header header header" "sidenav left editor right";
1605
- grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1606
- grid-template-rows: min-content auto;
1607
- }
1608
1715
  }
1609
- ._PuckLayout--mounted_hv23j_73 ._PuckLayout-inner_hv23j_40 {
1716
+ ._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
1610
1717
  --puck-side-bar-width: 186px;
1611
1718
  }
1612
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40 {
1613
- grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
1614
- }
1615
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1616
- grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
1617
- }
1618
- @media (min-width: 638px) {
1619
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40 {
1620
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1621
- grid-template-rows: min-content auto;
1622
- }
1623
- }
1624
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1625
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1626
- 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;
1627
1721
  }
1628
- @media (min-width: 638px) {
1629
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1630
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40,
1631
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1632
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1633
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1634
- grid-template-rows: min-content auto;
1635
- }
1636
- }
1637
- @media (min-width: 638px) {
1638
- ._PuckLayout--rightSideBarVisible_hv23j_128 ._PuckLayout-inner_hv23j_40 {
1639
- grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1640
- }
1722
+ ._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1723
+ grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1641
1724
  }
1642
- @media (min-width: 638px) {
1643
- ._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--rightSideBarVisible_hv23j_128 ._PuckLayout-inner_hv23j_40 {
1644
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1645
- }
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);
1646
1727
  }
1647
1728
  @media (min-width: 458px) {
1648
- ._PuckLayout-mounted_hv23j_147 ._PuckLayout-inner_hv23j_40 {
1729
+ ._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
1649
1730
  --puck-frame-width: minmax(266px, auto);
1650
1731
  }
1651
1732
  }
1652
1733
  @media (min-width: 638px) {
1653
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1734
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1654
1735
  --puck-side-bar-width: minmax(186px, 250px);
1655
1736
  }
1656
1737
  }
1657
1738
  @media (min-width: 766px) {
1658
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1739
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1659
1740
  --puck-frame-width: auto;
1660
1741
  }
1661
1742
  }
1662
1743
  @media (min-width: 990px) {
1663
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1744
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1664
1745
  --puck-side-bar-width: 256px;
1665
1746
  }
1666
1747
  }
1667
1748
  @media (min-width: 1198px) {
1668
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1749
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1669
1750
  --puck-side-bar-width: 274px;
1670
1751
  }
1671
1752
  }
1672
1753
  @media (min-width: 1398px) {
1673
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1754
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1674
1755
  --puck-side-bar-width: 290px;
1675
1756
  }
1676
1757
  }
1677
1758
  @media (min-width: 1598px) {
1678
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1759
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1679
1760
  --puck-side-bar-width: 320px;
1680
1761
  }
1681
1762
  }
1682
- ._PuckLayout-nav_hv23j_188 {
1683
- border-top: 1px solid var(--puck-color-grey-09);
1684
- background-color: var(--puck-color-grey-12);
1685
- grid-area: sidenav;
1686
- overflow: hidden;
1687
- width: 100%;
1688
- }
1689
- @media (min-width: 638px) {
1690
- ._PuckLayout-nav_hv23j_188 {
1691
- border-top: 0;
1692
- border-right: 1px solid var(--puck-color-grey-09);
1693
- box-sizing: border-box;
1694
- }
1695
- }
1696
- ._PuckLayout-header_hv23j_204 {
1697
- grid-area: header;
1698
- }
1699
- ._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-header_hv23j_204 {
1700
- overflow: hidden;
1701
- }
1702
- @media (min-width: 638px) {
1703
- ._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-header_hv23j_204 {
1704
- overflow: auto;
1705
- }
1706
- }
1707
- ._PuckPluginTab_hv23j_218 {
1708
- display: none;
1709
- flex-grow: 1;
1710
- overflow: hidden;
1711
- }
1712
- ._PuckPluginTab--visible_hv23j_224 {
1713
- display: flex;
1714
- flex-direction: column;
1715
- }
1716
- ._PuckPluginTab-body_hv23j_229 {
1717
- flex-grow: 1;
1718
- overflow: hidden;
1719
- }
1720
-
1721
- /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1722
- ._MenuBar_8pf8c_1 {
1723
- background-color: var(--puck-color-white);
1724
- border-bottom: 1px solid var(--puck-color-grey-09);
1725
- display: none;
1726
- left: 0;
1727
- margin-top: 1px;
1728
- padding: 8px 16px;
1729
- position: absolute;
1730
- right: 0;
1731
- top: 100%;
1732
- z-index: 2;
1733
- }
1734
- ._MenuBar--menuOpen_8pf8c_14 {
1735
- display: block;
1736
- }
1737
- @media (min-width: 638px) {
1738
- ._MenuBar_8pf8c_1 {
1739
- border: none;
1740
- display: block;
1741
- margin-top: 0;
1742
- overflow-y: visible;
1743
- padding: 0;
1744
- position: static;
1745
- }
1746
- }
1747
- ._MenuBar-inner_8pf8c_29 {
1748
- align-items: center;
1749
- display: flex;
1750
- flex-wrap: wrap;
1751
- gap: 8px 16px;
1752
- justify-content: flex-end;
1753
- }
1754
- @media (min-width: 638px) {
1755
- ._MenuBar-inner_8pf8c_29 {
1756
- display: flex;
1757
- flex-direction: row;
1758
- flex-wrap: nowrap;
1759
- }
1760
- }
1761
- ._MenuBar-history_8pf8c_45 {
1762
- display: flex;
1763
- }
1764
1763
 
1765
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1766
- ._PuckHeader_1bhmt_1 {
1767
- background: var(--puck-color-white);
1768
- border-bottom: 1px solid var(--puck-color-grey-09);
1769
- color: var(--puck-color-black);
1770
- 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 {
1771
1766
  position: relative;
1772
- max-width: 100vw;
1773
- }
1774
- @media (min-width: 638px) {
1775
- ._PuckHeader_1bhmt_1 {
1776
- padding-left: 67px;
1777
- }
1778
- }
1779
- ._PuckHeader-inner_1bhmt_16 {
1780
- align-items: end;
1781
- display: grid;
1782
- gap: var(--puck-space-px);
1783
- grid-template-areas: "left middle right";
1784
- grid-template-columns: 1fr auto 1fr;
1785
- grid-template-rows: auto;
1786
- padding: var(--puck-space-px);
1787
- }
1788
- @media (min-width: 638px) {
1789
- ._PuckHeader-inner_1bhmt_16 {
1790
- border-left: 1px solid var(--puck-color-grey-09);
1791
- }
1792
- }
1793
- ._PuckHeader-toggle_1bhmt_32 {
1794
- color: var(--puck-color-grey-05);
1795
- display: flex;
1796
- margin-inline-start: -4px;
1797
- padding-top: 2px;
1798
- }
1799
- ._PuckHeader--rightSideBarVisible_1bhmt_39 ._PuckHeader-rightSideBarToggle_1bhmt_39,
1800
- ._PuckHeader--leftSideBarVisible_1bhmt_40 ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1801
- color: var(--puck-color-black);
1802
- }
1803
- ._PuckHeader-rightSideBarToggle_1bhmt_39,
1804
- ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1805
- display: none;
1806
- }
1807
- @media (min-width: 638px) {
1808
- ._PuckHeader-rightSideBarToggle_1bhmt_39,
1809
- ._PuckHeader-leftSideBarToggle_1bhmt_40 {
1810
- display: block;
1811
- }
1812
- }
1813
- ._PuckHeader-title_1bhmt_56 {
1814
- align-self: center;
1767
+ font-family: var(--puck-font-family);
1815
1768
  }
1816
- ._PuckHeader-path_1bhmt_60 {
1817
- font-family: var(--puck-font-family-monospaced);
1818
- font-size: var(--puck-font-size-xxs);
1819
- font-weight: normal;
1820
- word-break: break-all;
1769
+ ._PuckFields--isLoading_10bh7_6 {
1770
+ min-height: 48px;
1821
1771
  }
1822
- ._PuckHeader-tools_1bhmt_67 {
1772
+ ._PuckFields-loadingOverlay_10bh7_10 {
1773
+ background: var(--puck-color-white);
1823
1774
  display: flex;
1824
- gap: 16px;
1825
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;
1826
1785
  }
1827
- ._PuckHeader-menuButton_1bhmt_73 {
1828
- color: var(--puck-color-grey-05);
1829
- margin-inline-start: -4px;
1830
- }
1831
- ._PuckHeader--menuOpen_1bhmt_78 ._PuckHeader-menuButton_1bhmt_73 {
1832
- color: var(--puck-color-black);
1833
- }
1834
- @media (min-width: 638px) {
1835
- ._PuckHeader-menuButton_1bhmt_73 {
1836
- display: none;
1837
- }
1838
- }
1839
-
1840
- /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1841
- ._SidebarSection_8boj8_1 {
1786
+ ._PuckFields-loadingOverlayInner_10bh7_25 {
1842
1787
  display: flex;
1843
- position: relative;
1844
- flex-direction: column;
1845
- color: var(--puck-color-black);
1788
+ padding: 16px;
1789
+ position: sticky;
1790
+ top: 0;
1846
1791
  }
1847
- ._SidebarSection_8boj8_1:last-of-type {
1848
- flex-grow: 1;
1792
+ ._PuckFields-field_10bh7_32 * {
1793
+ box-sizing: border-box;
1849
1794
  }
1850
- ._SidebarSection-title_8boj8_12 {
1851
- background: var(--puck-color-white);
1795
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1796
+ color: var(--puck-color-grey-04);
1852
1797
  padding: 16px;
1853
- border-bottom: 1px solid var(--puck-color-grey-09);
1854
- border-top: 1px solid var(--puck-color-grey-09);
1855
- overflow-x: auto;
1798
+ padding-bottom: 12px;
1799
+ display: block;
1856
1800
  }
1857
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1858
- 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;
1859
1804
  }
1860
- ._SidebarSection-content_8boj8_24 {
1861
- 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%;
1862
1809
  }
1863
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1864
- padding: 0px;
1810
+ ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1811
+ margin-top: 12px;
1865
1812
  }
1866
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1867
- padding-bottom: 4px;
1813
+ ._ComponentList-content_1rrlt_9 {
1814
+ display: none;
1868
1815
  }
1869
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1870
- border-bottom: none;
1871
- flex-grow: 1;
1816
+ ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1817
+ display: block;
1872
1818
  }
1873
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
1874
- background: none;
1819
+ ._ComponentList-title_1rrlt_17 {
1820
+ background-color: transparent;
1875
1821
  border: 0;
1876
- border-radius: 2px;
1877
- color: var(--puck-color-azure-04);
1822
+ color: var(--puck-color-grey-05);
1878
1823
  cursor: pointer;
1824
+ display: flex;
1879
1825
  font: inherit;
1880
- flex-shrink: 0;
1881
- padding: 0;
1882
- 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%;
1883
1835
  }
1884
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1836
+ ._ComponentList-title_1rrlt_17:focus-visible {
1885
1837
  outline: 2px solid var(--puck-color-azure-05);
1886
1838
  outline-offset: 2px;
1887
1839
  }
1888
1840
  @media (hover: hover) and (pointer: fine) {
1889
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1890
- 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);
1891
1844
  transition: none;
1892
1845
  }
1893
1846
  }
1894
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1895
- color: var(--puck-color-azure-02);
1847
+ ._ComponentList-title_1rrlt_17:active {
1848
+ background-color: var(--puck-color-azure-10);
1896
1849
  transition: none;
1897
1850
  }
1898
- ._SidebarSection-breadcrumbs_8boj8_70 {
1899
- align-items: center;
1900
- display: flex;
1901
- gap: 4px;
1902
- }
1903
- ._SidebarSection-breadcrumb_8boj8_41 {
1904
- align-items: center;
1905
- display: flex;
1906
- gap: 4px;
1851
+ ._ComponentList-titleIcon_1rrlt_53 {
1852
+ margin-inline-start: auto;
1907
1853
  }
1908
- ._SidebarSection-heading_8boj8_82 {
1909
- 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%;
1910
1859
  }
1911
- ._SidebarSection-loadingOverlay_8boj8_86 {
1912
- background: var(--puck-color-white);
1913
- display: flex;
1914
- justify-content: center;
1915
- align-items: center;
1860
+ ._PuckPreview-frame_z2rgu_6 {
1861
+ border: none;
1916
1862
  height: 100%;
1917
1863
  width: 100%;
1918
- top: 0;
1919
- position: absolute;
1920
- z-index: 1;
1921
- pointer-events: all;
1922
- box-sizing: border-box;
1923
- opacity: 0.8;
1924
1864
  }
1925
1865
 
1926
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
1927
- ._Breadcrumbs_1c9yh_1 {
1928
- align-items: center;
1929
- display: flex;
1930
- 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;
1931
1898
  }
1932
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
1899
+ ._Layer-clickable_7rx04_39 {
1900
+ align-items: center;
1933
1901
  background: none;
1934
1902
  border: 0;
1935
- border-radius: 2px;
1936
- color: var(--puck-color-azure-04);
1903
+ border-radius: 4px;
1904
+ color: inherit;
1937
1905
  cursor: pointer;
1906
+ display: flex;
1938
1907
  font: inherit;
1939
- flex-shrink: 0;
1940
- padding: 0;
1941
- transition: color 50ms ease-in;
1908
+ padding-inline-start: 12px;
1909
+ padding-inline-end: 4px;
1910
+ width: 100%;
1942
1911
  }
1943
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
1912
+ ._Layer-clickable_7rx04_39:focus-visible {
1944
1913
  outline: 2px solid var(--puck-color-azure-05);
1945
1914
  outline-offset: 2px;
1915
+ position: relative;
1916
+ z-index: 1;
1946
1917
  }
1947
1918
  @media (hover: hover) and (pointer: fine) {
1948
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
1949
- 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);
1950
1923
  transition: none;
1951
1924
  }
1952
1925
  }
1953
- ._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
1954
- color: var(--puck-color-azure-02);
1955
- transition: none;
1956
- }
1957
- ._Breadcrumbs-breadcrumb_1c9yh_7 {
1958
- align-items: center;
1959
- display: flex;
1960
- gap: 4px;
1926
+ ._Layer--isSelected_7rx04_61 {
1927
+ border-color: var(--puck-color-azure-08);
1961
1928
  }
1962
-
1963
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1964
- ._ViewportControls_e3unb_1 {
1965
- position: relative;
1929
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1930
+ background: var(--puck-color-azure-10);
1966
1931
  }
1967
- ._ViewportControls--fullScreen_e3unb_5 {
1968
- border-radius: 32px;
1969
- display: flex;
1970
- position: absolute;
1971
- bottom: 12px;
1972
- right: 12px;
1973
- 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);
1974
1935
  }
1975
- ._ViewportControls-toggleButton_e3unb_14 {
1936
+ ._Layer-zones_7rx04_82 {
1976
1937
  display: none;
1938
+ margin-inline-start: 12px;
1977
1939
  }
1978
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14 {
1979
- align-items: center;
1980
- background-color: var(--puck-color-grey-02);
1981
- border: 1px solid var(--puck-color-grey-04);
1982
- border-radius: 30px;
1983
- cursor: pointer;
1984
- 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 {
1985
1949
  display: flex;
1986
- justify-content: center;
1987
- width: 42px;
1988
- height: 42px;
1989
- z-index: 1;
1950
+ gap: 8px;
1951
+ align-items: center;
1952
+ margin: 8px 4px;
1953
+ overflow-x: hidden;
1990
1954
  }
1991
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14:hover {
1992
- background-color: var(--puck-color-grey-02);
1993
- border: 1px solid var(--puck-color-azure-04);
1994
- color: var(--puck-color-azure-07);
1955
+ ._Layer-name_7rx04_105 {
1956
+ overflow-x: hidden;
1957
+ text-overflow: ellipsis;
1958
+ white-space: nowrap;
1995
1959
  }
1996
- ._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-toggleButton_e3unb_14 {
1997
- background-color: var(--puck-color-grey-03);
1960
+ ._Layer-icon_7rx04_111 {
1961
+ color: var(--puck-color-rose-07);
1962
+ margin-top: 4px;
1998
1963
  }
1999
- ._ViewportControls-actions_e3unb_42 {
2000
- display: flex;
1964
+ ._Layer-zoneIcon_7rx04_116 {
1965
+ color: var(--puck-color-grey-08);
1966
+ margin-top: 4px;
2001
1967
  }
2002
- ._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 {
2003
1971
  display: flex;
1972
+ background: var(--puck-color-grey-11);
2004
1973
  box-sizing: border-box;
1974
+ border-inline-start: 2px solid var(--puck-color-grey-11);
2005
1975
  justify-content: center;
2006
- margin-left: auto;
2007
- margin-right: auto;
2008
- z-index: 0;
2009
- overflow: hidden;
2010
- }
2011
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2012
- background: var(--puck-color-grey-11);
2013
- border: 1px solid var(--puck-color-grey-09);
2014
- border-radius: 30px;
2015
- margin-left: none;
2016
- margin-right: none;
2017
- padding-right: 42px;
2018
- }
2019
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2020
- transform: translateX(100%);
2021
- transition: transform 150ms ease-in-out;
2022
- }
2023
- ._ViewportControls--fullScreen_e3unb_5._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-actionsInner_e3unb_46 {
2024
- 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;
2025
1982
  }
2026
- ._ViewportControls-divider_e3unb_75 {
1983
+ ._ViewportControls-divider_gejzr_15 {
2027
1984
  border-inline-end: 1px solid var(--puck-color-grey-09);
2028
- margin-bottom: 8px;
2029
- margin-top: 8px;
1985
+ margin-inline-start: 8px;
1986
+ margin-inline-end: 8px;
2030
1987
  }
2031
- ._ViewportControls-zoomSelect_e3unb_81 {
1988
+ ._ViewportControls-zoomSelect_gejzr_21 {
2032
1989
  appearance: none;
2033
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;
2034
1991
  background-size: 10px;
@@ -2037,72 +1994,44 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2037
1994
  border: 0;
2038
1995
  font-size: var(--puck-font-size-xxxs);
2039
1996
  padding: 0;
2040
- padding-left: 8px;
2041
1997
  width: 96px;
2042
1998
  }
2043
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2044
- display: none;
2045
- }
2046
- @media (min-width: 638px) {
2047
- ._ViewportControls-zoom_e3unb_81,
2048
- ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2049
- display: flex;
2050
- justify-content: center;
2051
- }
2052
- }
2053
- ._ViewportControls-zoomSelect_e3unb_81:dir(rtl) {
1999
+ ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
2054
2000
  background-position: 12px calc(50% + 3px);
2055
2001
  }
2056
- ._ViewportButton-inner_e3unb_111 {
2057
- align-items: center;
2058
- display: flex;
2059
- justify-content: center;
2060
- height: 32px;
2061
- width: 32px;
2062
- }
2063
- ._ViewportButton--isActive_e3unb_119 ._ViewportButton-inner_e3unb_111 {
2002
+ ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
2064
2003
  color: var(--puck-color-azure-04);
2065
2004
  }
2066
2005
 
2067
2006
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
2068
- ._PuckCanvas_t6s9b_1 {
2007
+ ._PuckCanvas_18jay_1 {
2069
2008
  background: var(--puck-color-grey-11);
2070
2009
  display: flex;
2071
2010
  grid-area: editor;
2072
2011
  flex-direction: column;
2073
2012
  padding: var(--puck-space-px);
2074
- position: relative;
2075
2013
  overflow: auto;
2076
2014
  }
2077
2015
  @media (min-width: 1198px) {
2078
- ._PuckCanvas_t6s9b_1 {
2016
+ ._PuckCanvas_18jay_1 {
2079
2017
  padding: calc(var(--puck-space-px) * 1.5);
2080
- padding-top: calc(var(--puck-space-px) * 0.5);
2018
+ padding-top: var(--puck-space-px);
2081
2019
  }
2082
- ._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)) {
2083
2021
  padding-top: calc(var(--puck-space-px) * 1.5);
2084
2022
  }
2085
2023
  }
2086
- ._PuckCanvas--fullScreen_t6s9b_22 {
2087
- padding: 0;
2088
- overflow: hidden;
2089
- }
2090
- @media (min-width: 1198px) {
2091
- ._PuckCanvas--fullScreen_t6s9b_22 {
2092
- padding: 0;
2093
- }
2094
- }
2095
- ._PuckCanvas-inner_t6s9b_33 {
2024
+ ._PuckCanvas-inner_18jay_21 {
2096
2025
  display: flex;
2097
2026
  height: 100%;
2098
2027
  justify-content: center;
2099
- min-width: 288px;
2028
+ min-width: 358px;
2100
2029
  position: relative;
2101
2030
  width: 100%;
2102
2031
  }
2103
- ._PuckCanvas-root_t6s9b_42 {
2032
+ ._PuckCanvas-root_18jay_30 {
2104
2033
  background: white;
2105
- outline: 1px solid var(--puck-color-grey-09);
2034
+ border: 1px solid var(--puck-color-grey-09);
2106
2035
  box-sizing: content-box;
2107
2036
  min-width: 321px;
2108
2037
  position: absolute;
@@ -2113,20 +2042,20 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2113
2042
  opacity: 0;
2114
2043
  }
2115
2044
  @media (min-width: 1198px) {
2116
- ._PuckCanvas-root_t6s9b_42 {
2045
+ ._PuckCanvas-root_18jay_30 {
2117
2046
  min-width: unset;
2118
2047
  }
2119
2048
  }
2120
2049
  @media (prefers-reduced-motion: reduce) {
2121
- ._PuckCanvas-root_t6s9b_42 {
2050
+ ._PuckCanvas-root_18jay_30 {
2122
2051
  transition: none !important;
2123
2052
  }
2124
2053
  }
2125
- ._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-root_t6s9b_42 {
2054
+ ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
2126
2055
  pointer-events: unset;
2127
2056
  opacity: 1;
2128
2057
  }
2129
- ._PuckCanvas-loader_t6s9b_72 {
2058
+ ._PuckCanvas-loader_18jay_60 {
2130
2059
  align-items: center;
2131
2060
  color: var(--puck-color-grey-06);
2132
2061
  display: flex;
@@ -2135,20 +2064,112 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2135
2064
  transition: opacity 250ms ease-out;
2136
2065
  opacity: 0;
2137
2066
  }
2138
- ._PuckCanvas--showLoader_t6s9b_82 ._PuckCanvas-loader_t6s9b_72 {
2067
+ ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
2139
2068
  opacity: 1;
2140
2069
  }
2141
- ._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 {
2142
2071
  opacity: 0;
2143
2072
  height: 0;
2144
2073
  transition: none;
2145
2074
  }
2146
- ._PuckCanvas-controls_t6s9b_17 {
2147
- 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;
2148
2091
  }
2149
- ._PuckCanvas--fullScreen_t6s9b_22 ._PuckCanvas-controls_t6s9b_17 {
2150
- padding-bottom: 0;
2151
- 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
+ }
2152
2173
  }
2153
2174
 
2154
2175
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
@@ -2185,173 +2206,31 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2185
2206
  }
2186
2207
 
2187
2208
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
2188
- ._Sidebar_o396p_1 {
2189
- border-block-start: 1px solid var(--puck-color-grey-09);
2209
+ ._Sidebar_1xksb_1 {
2190
2210
  position: relative;
2191
- display: none;
2211
+ display: flex;
2192
2212
  flex-direction: column;
2193
2213
  overflow-y: auto;
2194
2214
  }
2195
- ._Sidebar--isVisible_o396p_9 {
2196
- display: flex;
2197
- }
2198
- ._Sidebar--left_o396p_13 {
2215
+ ._Sidebar--left_1xksb_8 {
2199
2216
  background: var(--puck-color-grey-12);
2217
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2200
2218
  grid-area: left;
2201
2219
  }
2202
- @media (min-width: 766px) {
2203
- ._Sidebar--left_o396p_13 {
2204
- border-block-start: 0;
2205
- border-inline-end: 1px solid var(--puck-color-grey-09);
2206
- }
2207
- }
2208
- ._Sidebar--right_o396p_25 {
2220
+ ._Sidebar--right_1xksb_14 {
2209
2221
  background: var(--puck-color-white);
2222
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2210
2223
  grid-area: right;
2211
2224
  }
2212
- @media (min-width: 766px) {
2213
- ._Sidebar--right_o396p_25 {
2214
- border-block-start: 0;
2215
- border-inline-start: 1px solid var(--puck-color-grey-09);
2216
- }
2217
- }
2218
- ._Sidebar-resizeHandle_o396p_37 {
2225
+ ._Sidebar-resizeHandle_1xksb_20 {
2219
2226
  position: absolute;
2220
2227
  height: 100%;
2221
2228
  }
2222
- ._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
2229
+ ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2223
2230
  grid-area: left;
2224
2231
  justify-self: end;
2225
2232
  }
2226
- ._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
2233
+ ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2227
2234
  grid-area: right;
2228
2235
  justify-self: start;
2229
2236
  }
2230
-
2231
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2232
- ._Nav_3nnxc_1 {
2233
- display: flex;
2234
- }
2235
- ._Nav-list_3nnxc_5 {
2236
- display: flex;
2237
- list-style: none;
2238
- margin: 0;
2239
- padding: 0;
2240
- overflow-x: auto;
2241
- gap: 8px;
2242
- }
2243
- @media (min-width: 638px) {
2244
- ._Nav-list_3nnxc_5 {
2245
- padding-top: 32px;
2246
- flex-direction: column;
2247
- gap: 16px;
2248
- width: 100%;
2249
- }
2250
- }
2251
- ._Nav-mobileActions_3nnxc_23 {
2252
- align-items: center;
2253
- display: flex;
2254
- justify-content: center;
2255
- margin-inline-start: auto;
2256
- padding: 4px 16px;
2257
- border-inline-start: 1px solid var(--puck-color-grey-09);
2258
- }
2259
- @media (min-width: 638px) {
2260
- ._Nav-mobileActions_3nnxc_23 {
2261
- display: none;
2262
- }
2263
- }
2264
- ._NavItem-link_3nnxc_38 {
2265
- align-items: center;
2266
- color: var(--puck-color-grey-03);
2267
- display: flex;
2268
- gap: 8px;
2269
- text-decoration: none;
2270
- cursor: pointer;
2271
- border-radius: 4px;
2272
- padding: 8px 4px;
2273
- width: 64px;
2274
- box-sizing: border-box;
2275
- }
2276
- @media (min-width: 638px) {
2277
- ._NavItem-link_3nnxc_38 {
2278
- width: auto;
2279
- }
2280
- }
2281
- ._NavItem_3nnxc_38:first-of-type {
2282
- padding-left: 16px;
2283
- }
2284
- ._NavItem_3nnxc_38:last-of-type {
2285
- padding-right: 16px;
2286
- }
2287
- @media (min-width: 638px) {
2288
- ._NavItem_3nnxc_38:first-of-type,
2289
- ._NavItem_3nnxc_38:last-of-type {
2290
- padding: 0;
2291
- }
2292
- }
2293
- ._NavItem-link_3nnxc_38 {
2294
- border-top: 4px solid transparent;
2295
- border-bottom: 4px solid transparent;
2296
- border-radius: 0;
2297
- flex-direction: column;
2298
- font-size: var(--puck-font-size-xxxs);
2299
- }
2300
- @media (min-width: 638px) {
2301
- ._NavItem-link_3nnxc_38 {
2302
- border: 0;
2303
- border-left: 4px solid transparent;
2304
- border-right: 4px solid transparent;
2305
- }
2306
- }
2307
- ._NavItem-linkIcon_3nnxc_88 {
2308
- height: 24px;
2309
- width: 24px;
2310
- }
2311
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2312
- background-color: var(--puck-color-azure-10);
2313
- color: var(--puck-color-azure-04);
2314
- font-weight: 600;
2315
- }
2316
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2317
- background-color: transparent;
2318
- border-top-color: var(--puck-color-azure-04);
2319
- border-top-right-radius: 0;
2320
- border-bottom-right-radius: 0;
2321
- font-weight: 600;
2322
- }
2323
- @media (min-width: 638px) {
2324
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2325
- border-top-color: transparent;
2326
- border-right-color: var(--puck-color-azure-04);
2327
- }
2328
- }
2329
- ._NavItem_3nnxc_38:not(._NavItem--active_3nnxc_93) > ._NavItem-link_3nnxc_38:hover {
2330
- background-color: var(--puck-color-azure-11);
2331
- color: var(--puck-color-azure-04);
2332
- }
2333
- @media (min-width: 638px) {
2334
- ._NavItem--mobileOnly_3nnxc_120 {
2335
- display: none;
2336
- }
2337
- }
2338
-
2339
- /* css-module:/home/runner/work/puck/puck/packages/core/plugins/fields/styles.module.css/#css-module-data */
2340
- ._FieldsPlugin_nd930_1 {
2341
- background: white;
2342
- height: 100%;
2343
- overflow-y: auto;
2344
- }
2345
- ._FieldsPlugin-header_nd930_7 {
2346
- border-bottom: 1px solid var(--puck-color-grey-09);
2347
- font-weight: 600;
2348
- padding-bottom: 8px;
2349
- padding-left: 16px;
2350
- padding-right: 16px;
2351
- padding-top: 8px;
2352
- }
2353
- @media (min-width: 638px) {
2354
- ._FieldsPlugin-header_nd930_7 {
2355
- padding: 16px;
2356
- }
2357
- }