@measured/puck 0.21.0-canary.16a3eee1 → 0.21.0-canary.17395b2c

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-CYTATURR.mjs +204 -0
  2. package/dist/Editor-F2LSS6SE.css +403 -0
  3. package/dist/Render-OFE6QLI2.mjs +55 -0
  4. package/dist/Render-QEMDIDQC.css +101 -0
  5. package/dist/{walk-tree-Ctf3FZQI.d.mts → actions-tsxxcX1z.d.mts} +285 -82
  6. package/dist/{walk-tree-Ctf3FZQI.d.ts → actions-tsxxcX1z.d.ts} +285 -82
  7. package/dist/chunk-72SA22GI.mjs +134 -0
  8. package/dist/chunk-CSSRLPHM.mjs +11 -0
  9. package/dist/chunk-M4QBB3JM.mjs +111 -0
  10. package/dist/chunk-M6W7YEVX.mjs +95 -0
  11. package/dist/chunk-MLTVJA2A.mjs +63 -0
  12. package/dist/chunk-MVJKIFF6.mjs +419 -0
  13. package/dist/chunk-NLUHDYVR.mjs +416 -0
  14. package/dist/chunk-NOJQSXRU.mjs +33 -0
  15. package/dist/chunk-QBGM4ELA.mjs +528 -0
  16. package/dist/chunk-UNQOU2OI.mjs +53 -0
  17. package/dist/chunk-UUOBSXZR.mjs +1807 -0
  18. package/dist/chunk-V5I7CVLT.mjs +103 -0
  19. package/dist/chunk-V7333LON.mjs +708 -0
  20. package/dist/{chunk-JZ2BPCUI.mjs → chunk-V73FDFDB.mjs} +6032 -7351
  21. package/dist/chunk-Y2EFNT5P.mjs +108 -0
  22. package/dist/full-2GJTAAZE.css +301 -0
  23. package/dist/full-GZ4L3XCF.mjs +93 -0
  24. package/dist/index-Ca6V6NQD.d.ts +118 -0
  25. package/dist/index-mQvUCH3C.d.mts +118 -0
  26. package/dist/index.css +1032 -387
  27. package/dist/index.d.mts +116 -114
  28. package/dist/index.d.ts +116 -114
  29. package/dist/index.js +8758 -4944
  30. package/dist/index.mjs +34 -12
  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-2MNXXPJP.mjs +57 -0
  36. package/dist/loaded-6QT4HD2O.mjs +57 -0
  37. package/dist/loaded-RVWBFK7L.css +87 -0
  38. package/dist/loaded-ZVPBQVNE.mjs +60 -0
  39. package/dist/no-external.css +1165 -516
  40. package/dist/no-external.d.mts +19 -2
  41. package/dist/no-external.d.ts +19 -2
  42. package/dist/no-external.js +8760 -4943
  43. package/dist/no-external.mjs +36 -9
  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 +421 -32
  48. package/dist/rsc.mjs +18 -9
  49. package/dist/walk-tree-Bh85NMeo.d.ts +29 -0
  50. package/dist/walk-tree-CDA3K5S3.d.mts +29 -0
  51. package/package.json +31 -4
  52. package/dist/chunk-X7YZ3YE7.mjs +0 -964
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,411 +1582,714 @@ 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
 
1333
1589
  /* css-module:/home/runner/work/puck/puck/packages/core/components/InlineTextField/styles.module.css/#css-module-data */
1334
- ._InlineTextField_1xph6_1 {
1590
+ ._InlineTextField_104qp_1 {
1335
1591
  cursor: text;
1336
1592
  display: inline-block;
1337
1593
  white-space: pre-wrap;
1594
+ text-decoration: inherit;
1338
1595
  }
1339
- [data-dnd-dragging] ._InlineTextField_1xph6_1 {
1596
+ [data-dnd-dragging] ._InlineTextField_104qp_1 {
1340
1597
  cursor: none;
1341
1598
  caret-color: transparent;
1342
1599
  }
1343
- [data-dnd-dragging] ._InlineTextField_1xph6_1::selection {
1600
+ [data-dnd-dragging] ._InlineTextField_104qp_1::selection {
1344
1601
  display: none;
1345
1602
  }
1346
1603
 
1347
- /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1348
- ._SidebarSection_8boj8_1 {
1349
- display: flex;
1604
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1605
+ ._PuckFields_10bh7_1 {
1350
1606
  position: relative;
1351
- flex-direction: column;
1352
- color: var(--puck-color-black);
1607
+ font-family: var(--puck-font-family);
1353
1608
  }
1354
- ._SidebarSection_8boj8_1:last-of-type {
1355
- flex-grow: 1;
1609
+ ._PuckFields--isLoading_10bh7_6 {
1610
+ min-height: 48px;
1356
1611
  }
1357
- ._SidebarSection-title_8boj8_12 {
1612
+ ._PuckFields-loadingOverlay_10bh7_10 {
1358
1613
  background: var(--puck-color-white);
1614
+ display: flex;
1615
+ justify-content: flex-end;
1616
+ align-items: flex-start;
1617
+ height: 100%;
1618
+ width: 100%;
1619
+ top: 0px;
1620
+ position: absolute;
1621
+ z-index: 1;
1622
+ pointer-events: all;
1623
+ box-sizing: border-box;
1624
+ opacity: 0.8;
1625
+ }
1626
+ ._PuckFields-loadingOverlayInner_10bh7_25 {
1627
+ display: flex;
1359
1628
  padding: 16px;
1360
- border-bottom: 1px solid var(--puck-color-grey-09);
1361
- border-top: 1px solid var(--puck-color-grey-09);
1362
- overflow-x: auto;
1629
+ position: sticky;
1630
+ top: 0;
1363
1631
  }
1364
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1365
- border-top: 0px;
1632
+ ._PuckFields-field_10bh7_32 * {
1633
+ box-sizing: border-box;
1366
1634
  }
1367
- ._SidebarSection-content_8boj8_24 {
1635
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1636
+ color: var(--puck-color-grey-04);
1368
1637
  padding: 16px;
1638
+ padding-bottom: 12px;
1639
+ display: block;
1369
1640
  }
1370
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1371
- padding: 0px;
1641
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
1642
+ border-top: 1px solid var(--puck-color-grey-09);
1643
+ margin-top: 8px;
1372
1644
  }
1373
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1374
- padding-bottom: 4px;
1645
+
1646
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1647
+ ._ComponentList_1rrlt_1 {
1648
+ max-width: 100%;
1375
1649
  }
1376
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1377
- border-bottom: none;
1378
- flex-grow: 1;
1650
+ ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1651
+ margin-top: 12px;
1379
1652
  }
1380
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
1381
- background: none;
1653
+ ._ComponentList-content_1rrlt_9 {
1654
+ display: none;
1655
+ }
1656
+ ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1657
+ display: block;
1658
+ }
1659
+ ._ComponentList-title_1rrlt_17 {
1660
+ background-color: transparent;
1382
1661
  border: 0;
1383
- border-radius: 2px;
1384
- color: var(--puck-color-azure-04);
1662
+ color: var(--puck-color-grey-05);
1385
1663
  cursor: pointer;
1664
+ display: flex;
1386
1665
  font: inherit;
1387
- flex-shrink: 0;
1388
- padding: 0;
1389
- transition: color 50ms ease-in;
1666
+ font-size: var(--puck-font-size-xxxs);
1667
+ list-style: none;
1668
+ margin-bottom: 6px;
1669
+ padding: 8px;
1670
+ text-transform: uppercase;
1671
+ transition: background-color 50ms ease-in, color 50ms ease-in;
1672
+ gap: 4px;
1673
+ border-radius: 4px;
1674
+ width: 100%;
1390
1675
  }
1391
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1676
+ ._ComponentList-title_1rrlt_17:focus-visible {
1392
1677
  outline: 2px solid var(--puck-color-azure-05);
1393
1678
  outline-offset: 2px;
1394
1679
  }
1395
1680
  @media (hover: hover) and (pointer: fine) {
1396
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1397
- color: var(--puck-color-azure-03);
1681
+ ._ComponentList-title_1rrlt_17:hover {
1682
+ background-color: var(--puck-color-azure-11);
1683
+ color: var(--puck-color-azure-04);
1398
1684
  transition: none;
1399
1685
  }
1400
1686
  }
1401
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1402
- color: var(--puck-color-azure-02);
1687
+ ._ComponentList-title_1rrlt_17:active {
1688
+ background-color: var(--puck-color-azure-10);
1403
1689
  transition: none;
1404
1690
  }
1405
- ._SidebarSection-breadcrumbs_8boj8_70 {
1406
- align-items: center;
1407
- display: flex;
1408
- gap: 4px;
1691
+ ._ComponentList-titleIcon_1rrlt_53 {
1692
+ margin-inline-start: auto;
1409
1693
  }
1410
- ._SidebarSection-breadcrumb_8boj8_41 {
1411
- align-items: center;
1412
- display: flex;
1413
- gap: 4px;
1694
+
1695
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Components/styles.module.css/#css-module-data */
1696
+ ._Components_3pbdy_1 {
1697
+ padding: 16px;
1698
+ height: 100%;
1699
+ overflow-y: auto;
1700
+ box-sizing: border-box;
1414
1701
  }
1415
- ._SidebarSection-heading_8boj8_82 {
1416
- padding-inline-end: 16px;
1702
+
1703
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1704
+ ._PuckPreview_z2rgu_1 {
1705
+ position: relative;
1706
+ height: 100%;
1417
1707
  }
1418
- ._SidebarSection-loadingOverlay_8boj8_86 {
1419
- background: var(--puck-color-white);
1420
- display: flex;
1421
- justify-content: center;
1422
- align-items: center;
1708
+ ._PuckPreview-frame_z2rgu_6 {
1709
+ border: none;
1423
1710
  height: 100%;
1424
1711
  width: 100%;
1425
- top: 0;
1426
- position: absolute;
1427
- z-index: 1;
1428
- pointer-events: all;
1429
- box-sizing: border-box;
1430
- opacity: 0.8;
1431
1712
  }
1432
1713
 
1433
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1434
- ._Puck_1yxlw_19 {
1714
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
1715
+ ._LayerTree_7rx04_1 {
1716
+ color: var(--puck-color-grey-03);
1717
+ font-family: var(--puck-font-family);
1718
+ font-size: var(--puck-font-size-xxs);
1719
+ margin: 0;
1720
+ position: relative;
1721
+ list-style: none;
1722
+ padding: 0;
1723
+ }
1724
+ ._LayerTree-zoneTitle_7rx04_11 {
1725
+ color: var(--puck-color-grey-05);
1726
+ font-size: var(--puck-font-size-xxxs);
1727
+ text-transform: uppercase;
1728
+ }
1729
+ ._LayerTree-helper_7rx04_17 {
1730
+ text-align: center;
1731
+ color: var(--puck-color-grey-07);
1732
+ margin: 8px 4px;
1733
+ }
1734
+ ._Layer_7rx04_1 {
1735
+ position: relative;
1736
+ border: 1px solid transparent;
1737
+ border-radius: 4px;
1738
+ }
1739
+ ._Layer-inner_7rx04_29 {
1740
+ border: 1px solid transparent;
1741
+ border-radius: 4px;
1742
+ transition: color 50ms ease-in;
1743
+ }
1744
+ ._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
1745
+ padding-inline-start: 0;
1746
+ }
1747
+ ._Layer-clickable_7rx04_39 {
1748
+ align-items: center;
1749
+ background: none;
1750
+ border: 0;
1751
+ border-radius: 4px;
1752
+ color: inherit;
1753
+ cursor: pointer;
1754
+ display: flex;
1755
+ font: inherit;
1756
+ padding-inline-start: 12px;
1757
+ padding-inline-end: 4px;
1758
+ width: 100%;
1759
+ }
1760
+ ._Layer-clickable_7rx04_39:focus-visible {
1761
+ outline: 2px solid var(--puck-color-azure-05);
1762
+ outline-offset: 2px;
1763
+ position: relative;
1764
+ z-index: 1;
1765
+ }
1766
+ @media (hover: hover) and (pointer: fine) {
1767
+ ._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
1768
+ border-color: var(--puck-color-azure-10);
1769
+ background: var(--puck-color-azure-11);
1770
+ color: var(--puck-color-azure-04);
1771
+ transition: none;
1772
+ }
1773
+ }
1774
+ ._Layer--isSelected_7rx04_61 {
1775
+ border-color: var(--puck-color-azure-08);
1776
+ }
1777
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1778
+ background: var(--puck-color-azure-10);
1779
+ }
1780
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
1781
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
1782
+ transform: scaleY(-1);
1783
+ }
1784
+ ._Layer-zones_7rx04_82 {
1785
+ display: none;
1786
+ margin-inline-start: 12px;
1787
+ }
1788
+ ._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
1789
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
1790
+ display: block;
1791
+ }
1792
+ ._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
1793
+ margin-inline-start: 12px;
1794
+ }
1795
+ ._Layer-title_7rx04_96,
1796
+ ._LayerTree-zoneTitle_7rx04_11 {
1797
+ display: flex;
1798
+ gap: 8px;
1799
+ align-items: center;
1800
+ margin: 8px 4px;
1801
+ overflow-x: hidden;
1802
+ }
1803
+ ._Layer-name_7rx04_105 {
1804
+ overflow-x: hidden;
1805
+ text-overflow: ellipsis;
1806
+ white-space: nowrap;
1807
+ }
1808
+ ._Layer-icon_7rx04_111 {
1809
+ color: var(--puck-color-rose-07);
1810
+ margin-top: 4px;
1811
+ }
1812
+ ._Layer-zoneIcon_7rx04_116 {
1813
+ color: var(--puck-color-grey-08);
1814
+ margin-top: 4px;
1815
+ }
1816
+
1817
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Outline/styles.module.css/#css-module-data */
1818
+ ._Outline_cvjlj_1 {
1819
+ padding: 16px;
1820
+ height: 100%;
1821
+ overflow-y: auto;
1822
+ box-sizing: border-box;
1823
+ }
1824
+
1825
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1826
+ ._Puck_1k4sy_19 {
1435
1827
  --puck-space-px: 16px;
1436
1828
  font-family: var(--puck-font-family);
1829
+ height: 100%;
1437
1830
  overflow-x: hidden;
1438
1831
  }
1439
1832
  @media (min-width: 766px) {
1440
- ._Puck_1yxlw_19 {
1833
+ ._Puck_1k4sy_19 {
1441
1834
  overflow-x: auto;
1442
1835
  }
1443
1836
  }
1444
- ._Puck-portal_1yxlw_31 {
1837
+ ._Puck-portal_1k4sy_32 {
1445
1838
  position: relative;
1446
1839
  z-index: 2;
1447
1840
  }
1448
- ._PuckLayout-inner_1yxlw_38 {
1841
+ ._PuckLayout_1k4sy_37 {
1842
+ height: 100dvh;
1843
+ }
1844
+ ._PuckLayout-inner_1k4sy_41 {
1449
1845
  --puck-frame-width: auto;
1846
+ --puck-side-nav-width: min-content;
1450
1847
  --puck-side-bar-width: 0px;
1451
1848
  --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1452
1849
  --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1850
+ background-color: var(--puck-color-grey-12);
1453
1851
  display: grid;
1454
- grid-template-areas: "header header header" "left editor right";
1455
- grid-template-columns: 0 var(--puck-frame-width) 0;
1456
- grid-template-rows: min-content auto;
1457
- height: 100dvh;
1852
+ grid-template-areas: "header" "editor" "left" "right" "sidenav";
1853
+ grid-template-columns: var(--puck-frame-width);
1854
+ grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
1855
+ height: 100%;
1458
1856
  position: relative;
1857
+ transition: grid-template-rows 150ms ease-in;
1459
1858
  z-index: 0;
1859
+ overflow: hidden;
1460
1860
  }
1461
- ._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
1861
+ @media (min-width: 638px) {
1862
+ ._PuckLayout-inner_1k4sy_41 {
1863
+ --puck-side-nav-width: 68px;
1864
+ grid-template-areas: "header header header header" "sidenav left editor right";
1865
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1866
+ grid-template-rows: min-content auto;
1867
+ }
1868
+ ._Puck--hidePlugins_1k4sy_73 ._PuckLayout-inner_1k4sy_41 {
1869
+ --puck-side-nav-width: 0;
1870
+ }
1871
+ }
1872
+ ._PuckLayout--mounted_1k4sy_78 ._PuckLayout-inner_1k4sy_41 {
1462
1873
  --puck-side-bar-width: 186px;
1463
1874
  }
1464
- ._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
1465
- grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
1875
+ ._PuckLayout--mobilePanelHeightToggle_1k4sy_82._PuckLayout--leftSideBarVisible_1k4sy_82 ._PuckLayout-inner_1k4sy_41 {
1876
+ grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
1466
1877
  }
1467
- ._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1468
- grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1878
+ ._PuckLayout--mobilePanelHeightToggle_1k4sy_82._PuckLayout--leftSideBarVisible_1k4sy_82._PuckLayout--isExpanded_1k4sy_88 ._PuckLayout-inner_1k4sy_41 {
1879
+ grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
1469
1880
  }
1470
- ._PuckLayout--leftSideBarVisible_1yxlw_63._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1471
- grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
1881
+ @media (min-width: 638px) {
1882
+ ._PuckLayout--mobilePanelHeightToggle_1k4sy_82._PuckLayout--leftSideBarVisible_1k4sy_82 ._PuckLayout-inner_1k4sy_41 {
1883
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1884
+ grid-template-rows: min-content auto;
1885
+ }
1886
+ }
1887
+ ._PuckLayout--mobilePanelHeightMinContent_1k4sy_106._PuckLayout--leftSideBarVisible_1k4sy_82 ._PuckLayout-inner_1k4sy_41,
1888
+ ._PuckLayout--mobilePanelHeightMinContent_1k4sy_106._PuckLayout--leftSideBarVisible_1k4sy_82._PuckLayout--isExpanded_1k4sy_88 ._PuckLayout-inner_1k4sy_41 {
1889
+ grid-template-rows: 0 auto min-content 0 var(--puck-side-nav-width);
1890
+ }
1891
+ @media (min-width: 638px) {
1892
+ ._PuckLayout--mobilePanelHeightToggle_1k4sy_82._PuckLayout--leftSideBarVisible_1k4sy_82 ._PuckLayout-inner_1k4sy_41,
1893
+ ._PuckLayout--mobilePanelHeightToggle_1k4sy_82._PuckLayout--leftSideBarVisible_1k4sy_82._PuckLayout--isExpanded_1k4sy_88 ._PuckLayout-inner_1k4sy_41,
1894
+ ._PuckLayout--mobilePanelHeightMinContent_1k4sy_106._PuckLayout--leftSideBarVisible_1k4sy_82 ._PuckLayout-inner_1k4sy_41,
1895
+ ._PuckLayout--mobilePanelHeightMinContent_1k4sy_106._PuckLayout--leftSideBarVisible_1k4sy_82._PuckLayout--isExpanded_1k4sy_88 ._PuckLayout-inner_1k4sy_41 {
1896
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1897
+ grid-template-rows: min-content auto;
1898
+ }
1899
+ }
1900
+ @media (min-width: 638px) {
1901
+ ._PuckLayout--rightSideBarVisible_1k4sy_133 ._PuckLayout-inner_1k4sy_41 {
1902
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1903
+ }
1904
+ }
1905
+ @media (min-width: 638px) {
1906
+ ._PuckLayout--leftSideBarVisible_1k4sy_82._PuckLayout--rightSideBarVisible_1k4sy_133 ._PuckLayout-inner_1k4sy_41 {
1907
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1908
+ }
1472
1909
  }
1473
1910
  @media (min-width: 458px) {
1474
- ._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
1911
+ ._PuckLayout-mounted_1k4sy_152 ._PuckLayout-inner_1k4sy_41 {
1475
1912
  --puck-frame-width: minmax(266px, auto);
1476
1913
  }
1477
1914
  }
1478
1915
  @media (min-width: 638px) {
1479
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1916
+ ._PuckLayout_1k4sy_37 ._PuckLayout-inner_1k4sy_41 {
1480
1917
  --puck-side-bar-width: minmax(186px, 250px);
1481
1918
  }
1482
1919
  }
1483
1920
  @media (min-width: 766px) {
1484
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1921
+ ._PuckLayout_1k4sy_37 ._PuckLayout-inner_1k4sy_41 {
1485
1922
  --puck-frame-width: auto;
1486
1923
  }
1487
1924
  }
1488
1925
  @media (min-width: 990px) {
1489
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1926
+ ._PuckLayout_1k4sy_37 ._PuckLayout-inner_1k4sy_41 {
1490
1927
  --puck-side-bar-width: 256px;
1491
1928
  }
1492
1929
  }
1493
1930
  @media (min-width: 1198px) {
1494
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1931
+ ._PuckLayout_1k4sy_37 ._PuckLayout-inner_1k4sy_41 {
1495
1932
  --puck-side-bar-width: 274px;
1496
1933
  }
1497
1934
  }
1498
1935
  @media (min-width: 1398px) {
1499
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1936
+ ._PuckLayout_1k4sy_37 ._PuckLayout-inner_1k4sy_41 {
1500
1937
  --puck-side-bar-width: 290px;
1501
1938
  }
1502
1939
  }
1503
1940
  @media (min-width: 1598px) {
1504
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1941
+ ._PuckLayout_1k4sy_37 ._PuckLayout-inner_1k4sy_41 {
1505
1942
  --puck-side-bar-width: 320px;
1506
1943
  }
1507
1944
  }
1945
+ ._PuckLayout-nav_1k4sy_193 {
1946
+ border-top: 1px solid var(--puck-color-grey-09);
1947
+ background-color: var(--puck-color-grey-12);
1948
+ grid-area: sidenav;
1949
+ overflow: hidden;
1950
+ width: 100%;
1951
+ }
1952
+ @media (min-width: 638px) {
1953
+ ._PuckLayout-nav_1k4sy_193 {
1954
+ border-top: 0;
1955
+ border-right: 1px solid var(--puck-color-grey-09);
1956
+ box-sizing: border-box;
1957
+ }
1958
+ }
1959
+ ._PuckLayout-header_1k4sy_209 {
1960
+ grid-area: header;
1961
+ }
1962
+ ._PuckLayout--leftSideBarVisible_1k4sy_82 ._PuckLayout-header_1k4sy_209 {
1963
+ overflow: hidden;
1964
+ }
1965
+ @media (min-width: 638px) {
1966
+ ._PuckLayout--leftSideBarVisible_1k4sy_82 ._PuckLayout-header_1k4sy_209 {
1967
+ overflow: auto;
1968
+ }
1969
+ }
1970
+ ._PuckPluginTab_1k4sy_223 {
1971
+ display: none;
1972
+ flex-grow: 1;
1973
+ }
1974
+ ._PuckPluginTab--visible_1k4sy_228 {
1975
+ display: flex;
1976
+ flex-direction: column;
1977
+ }
1978
+ ._PuckPluginTab-body_1k4sy_233 {
1979
+ flex-grow: 1;
1980
+ }
1508
1981
 
1509
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1510
- ._PuckFields_10bh7_1 {
1511
- position: relative;
1512
- font-family: var(--puck-font-family);
1982
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1983
+ ._MenuBar_8pf8c_1 {
1984
+ background-color: var(--puck-color-white);
1985
+ border-bottom: 1px solid var(--puck-color-grey-09);
1986
+ display: none;
1987
+ left: 0;
1988
+ margin-top: 1px;
1989
+ padding: 8px 16px;
1990
+ position: absolute;
1991
+ right: 0;
1992
+ top: 100%;
1993
+ z-index: 2;
1513
1994
  }
1514
- ._PuckFields--isLoading_10bh7_6 {
1515
- min-height: 48px;
1995
+ ._MenuBar--menuOpen_8pf8c_14 {
1996
+ display: block;
1516
1997
  }
1517
- ._PuckFields-loadingOverlay_10bh7_10 {
1518
- background: var(--puck-color-white);
1998
+ @media (min-width: 638px) {
1999
+ ._MenuBar_8pf8c_1 {
2000
+ border: none;
2001
+ display: block;
2002
+ margin-top: 0;
2003
+ overflow-y: visible;
2004
+ padding: 0;
2005
+ position: static;
2006
+ }
2007
+ }
2008
+ ._MenuBar-inner_8pf8c_29 {
2009
+ align-items: center;
1519
2010
  display: flex;
2011
+ flex-wrap: wrap;
2012
+ gap: 8px 16px;
1520
2013
  justify-content: flex-end;
1521
- align-items: flex-start;
1522
- height: 100%;
1523
- width: 100%;
1524
- top: 0px;
1525
- position: absolute;
1526
- z-index: 1;
1527
- pointer-events: all;
1528
- box-sizing: border-box;
1529
- opacity: 0.8;
1530
2014
  }
1531
- ._PuckFields-loadingOverlayInner_10bh7_25 {
2015
+ @media (min-width: 638px) {
2016
+ ._MenuBar-inner_8pf8c_29 {
2017
+ display: flex;
2018
+ flex-direction: row;
2019
+ flex-wrap: nowrap;
2020
+ }
2021
+ }
2022
+ ._MenuBar-history_8pf8c_45 {
1532
2023
  display: flex;
1533
- padding: 16px;
1534
- position: sticky;
1535
- top: 0;
1536
2024
  }
1537
- ._PuckFields-field_10bh7_32 * {
1538
- box-sizing: border-box;
2025
+
2026
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
2027
+ ._PuckHeader_63pti_1 {
2028
+ background: var(--puck-color-white);
2029
+ border-bottom: 1px solid var(--puck-color-grey-09);
2030
+ color: var(--puck-color-black);
2031
+ grid-area: header;
2032
+ position: relative;
2033
+ max-width: 100vw;
1539
2034
  }
1540
- ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1541
- color: var(--puck-color-grey-04);
1542
- padding: 16px;
1543
- padding-bottom: 12px;
1544
- display: block;
2035
+ @media (min-width: 638px) {
2036
+ ._PuckHeader_63pti_1 {
2037
+ padding-left: 67px;
2038
+ }
2039
+ ._PuckHeader--hidePlugins_63pti_15 {
2040
+ padding-left: 0;
2041
+ }
1545
2042
  }
1546
- ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
1547
- border-top: 1px solid var(--puck-color-grey-09);
1548
- margin-top: 8px;
2043
+ ._PuckHeader-inner_63pti_20 {
2044
+ align-items: end;
2045
+ display: grid;
2046
+ gap: var(--puck-space-px);
2047
+ grid-template-areas: "left middle right";
2048
+ grid-template-columns: 1fr auto 1fr;
2049
+ grid-template-rows: auto;
2050
+ padding: var(--puck-space-px);
1549
2051
  }
1550
-
1551
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1552
- ._ComponentList_1rrlt_1 {
1553
- max-width: 100%;
2052
+ @media (min-width: 638px) {
2053
+ ._PuckHeader-inner_63pti_20 {
2054
+ border-left: 1px solid var(--puck-color-grey-09);
2055
+ }
2056
+ ._PuckHeader--hidePlugins_63pti_15 ._PuckHeader-inner_63pti_20 {
2057
+ border-left: none;
2058
+ }
1554
2059
  }
1555
- ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1556
- margin-top: 12px;
2060
+ ._PuckHeader-toggle_63pti_40 {
2061
+ color: var(--puck-color-grey-05);
2062
+ display: flex;
2063
+ margin-inline-start: -4px;
2064
+ padding-top: 2px;
1557
2065
  }
1558
- ._ComponentList-content_1rrlt_9 {
2066
+ ._PuckHeader--rightSideBarVisible_63pti_47 ._PuckHeader-rightSideBarToggle_63pti_47,
2067
+ ._PuckHeader--leftSideBarVisible_63pti_48 ._PuckHeader-leftSideBarToggle_63pti_48 {
2068
+ color: var(--puck-color-black);
2069
+ }
2070
+ ._PuckHeader-rightSideBarToggle_63pti_47,
2071
+ ._PuckHeader-leftSideBarToggle_63pti_48 {
1559
2072
  display: none;
1560
2073
  }
1561
- ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1562
- display: block;
2074
+ @media (min-width: 638px) {
2075
+ ._PuckHeader-rightSideBarToggle_63pti_47,
2076
+ ._PuckHeader-leftSideBarToggle_63pti_48 {
2077
+ display: block;
2078
+ }
1563
2079
  }
1564
- ._ComponentList-title_1rrlt_17 {
1565
- background-color: transparent;
1566
- border: 0;
2080
+ ._PuckHeader-title_63pti_64 {
2081
+ align-self: center;
2082
+ }
2083
+ ._PuckHeader-path_63pti_68 {
2084
+ font-family: var(--puck-font-family-monospaced);
2085
+ font-size: var(--puck-font-size-xxs);
2086
+ font-weight: normal;
2087
+ word-break: break-all;
2088
+ }
2089
+ ._PuckHeader-tools_63pti_75 {
2090
+ display: flex;
2091
+ gap: 16px;
2092
+ justify-content: flex-end;
2093
+ }
2094
+ ._PuckHeader-menuButton_63pti_81 {
1567
2095
  color: var(--puck-color-grey-05);
1568
- cursor: pointer;
2096
+ margin-inline-start: -4px;
2097
+ }
2098
+ ._PuckHeader--menuOpen_63pti_86 ._PuckHeader-menuButton_63pti_81 {
2099
+ color: var(--puck-color-black);
2100
+ }
2101
+ @media (min-width: 638px) {
2102
+ ._PuckHeader-menuButton_63pti_81 {
2103
+ display: none;
2104
+ }
2105
+ }
2106
+
2107
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
2108
+ ._SidebarSection_5otpt_1 {
1569
2109
  display: flex;
2110
+ position: relative;
2111
+ flex-direction: column;
2112
+ color: var(--puck-color-black);
2113
+ }
2114
+ ._SidebarSection_5otpt_1:last-of-type {
2115
+ flex-grow: 1;
2116
+ }
2117
+ ._SidebarSection-title_5otpt_12 {
2118
+ background: var(--puck-color-white);
2119
+ padding: 16px;
2120
+ border-bottom: 1px solid var(--puck-color-grey-09);
2121
+ border-top: 1px solid var(--puck-color-grey-09);
2122
+ overflow-x: auto;
2123
+ }
2124
+ ._SidebarSection--noBorderTop_5otpt_20 > ._SidebarSection-title_5otpt_12 {
2125
+ border-top: 0px;
2126
+ }
2127
+ ._SidebarSection-content_5otpt_24:last-child {
2128
+ padding-bottom: 4px;
2129
+ }
2130
+ ._SidebarSection_5otpt_1:last-of-type ._SidebarSection-content_5otpt_24 {
2131
+ border-bottom: none;
2132
+ flex-grow: 1;
2133
+ }
2134
+ ._SidebarSection-breadcrumbLabel_5otpt_33 {
2135
+ background: none;
2136
+ border: 0;
2137
+ border-radius: 2px;
2138
+ color: var(--puck-color-azure-04);
2139
+ cursor: pointer;
1570
2140
  font: inherit;
1571
- font-size: var(--puck-font-size-xxxs);
1572
- list-style: none;
1573
- margin-bottom: 6px;
1574
- padding: 8px;
1575
- text-transform: uppercase;
1576
- transition: background-color 50ms ease-in, color 50ms ease-in;
1577
- gap: 4px;
1578
- border-radius: 4px;
1579
- width: 100%;
2141
+ flex-shrink: 0;
2142
+ padding: 0;
2143
+ transition: color 50ms ease-in;
1580
2144
  }
1581
- ._ComponentList-title_1rrlt_17:focus-visible {
2145
+ ._SidebarSection-breadcrumbLabel_5otpt_33:focus-visible {
1582
2146
  outline: 2px solid var(--puck-color-azure-05);
1583
2147
  outline-offset: 2px;
1584
2148
  }
1585
2149
  @media (hover: hover) and (pointer: fine) {
1586
- ._ComponentList-title_1rrlt_17:hover {
1587
- background-color: var(--puck-color-azure-11);
1588
- color: var(--puck-color-azure-04);
2150
+ ._SidebarSection-breadcrumbLabel_5otpt_33:hover {
2151
+ color: var(--puck-color-azure-03);
1589
2152
  transition: none;
1590
2153
  }
1591
2154
  }
1592
- ._ComponentList-title_1rrlt_17:active {
1593
- background-color: var(--puck-color-azure-10);
2155
+ ._SidebarSection-breadcrumbLabel_5otpt_33:active {
2156
+ color: var(--puck-color-azure-02);
1594
2157
  transition: none;
1595
2158
  }
1596
- ._ComponentList-titleIcon_1rrlt_53 {
1597
- margin-inline-start: auto;
2159
+ ._SidebarSection-breadcrumbs_5otpt_62 {
2160
+ align-items: center;
2161
+ display: flex;
2162
+ gap: 4px;
1598
2163
  }
1599
-
1600
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1601
- ._PuckPreview_z2rgu_1 {
1602
- position: relative;
1603
- height: 100%;
2164
+ ._SidebarSection-breadcrumb_5otpt_33 {
2165
+ align-items: center;
2166
+ display: flex;
2167
+ gap: 4px;
1604
2168
  }
1605
- ._PuckPreview-frame_z2rgu_6 {
1606
- border: none;
2169
+ ._SidebarSection-heading_5otpt_74 {
2170
+ padding-inline-end: 16px;
2171
+ }
2172
+ ._SidebarSection-loadingOverlay_5otpt_78 {
2173
+ background: var(--puck-color-white);
2174
+ display: flex;
2175
+ justify-content: center;
2176
+ align-items: center;
1607
2177
  height: 100%;
1608
2178
  width: 100%;
2179
+ top: 0;
2180
+ position: absolute;
2181
+ z-index: 1;
2182
+ pointer-events: all;
2183
+ box-sizing: border-box;
2184
+ opacity: 0.8;
1609
2185
  }
1610
2186
 
1611
- /* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
1612
- ._LayerTree_7rx04_1 {
1613
- color: var(--puck-color-grey-03);
1614
- font-family: var(--puck-font-family);
1615
- font-size: var(--puck-font-size-xxs);
1616
- margin: 0;
1617
- position: relative;
1618
- list-style: none;
1619
- padding: 0;
1620
- }
1621
- ._LayerTree-zoneTitle_7rx04_11 {
1622
- color: var(--puck-color-grey-05);
1623
- font-size: var(--puck-font-size-xxxs);
1624
- text-transform: uppercase;
1625
- }
1626
- ._LayerTree-helper_7rx04_17 {
1627
- text-align: center;
1628
- color: var(--puck-color-grey-07);
1629
- margin: 8px 4px;
1630
- }
1631
- ._Layer_7rx04_1 {
1632
- position: relative;
1633
- border: 1px solid transparent;
1634
- border-radius: 4px;
1635
- }
1636
- ._Layer-inner_7rx04_29 {
1637
- border: 1px solid transparent;
1638
- border-radius: 4px;
1639
- transition: color 50ms ease-in;
1640
- }
1641
- ._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
1642
- padding-inline-start: 0;
1643
- }
1644
- ._Layer-clickable_7rx04_39 {
2187
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
2188
+ ._Breadcrumbs_1c9yh_1 {
1645
2189
  align-items: center;
2190
+ display: flex;
2191
+ gap: 4px;
2192
+ }
2193
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
1646
2194
  background: none;
1647
2195
  border: 0;
1648
- border-radius: 4px;
1649
- color: inherit;
2196
+ border-radius: 2px;
2197
+ color: var(--puck-color-azure-04);
1650
2198
  cursor: pointer;
1651
- display: flex;
1652
2199
  font: inherit;
1653
- padding-inline-start: 12px;
1654
- padding-inline-end: 4px;
1655
- width: 100%;
2200
+ flex-shrink: 0;
2201
+ padding: 0;
2202
+ transition: color 50ms ease-in;
1656
2203
  }
1657
- ._Layer-clickable_7rx04_39:focus-visible {
2204
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
1658
2205
  outline: 2px solid var(--puck-color-azure-05);
1659
2206
  outline-offset: 2px;
1660
- position: relative;
1661
- z-index: 1;
1662
2207
  }
1663
2208
  @media (hover: hover) and (pointer: fine) {
1664
- ._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
1665
- border-color: var(--puck-color-azure-10);
1666
- background: var(--puck-color-azure-11);
1667
- color: var(--puck-color-azure-04);
2209
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
2210
+ color: var(--puck-color-azure-03);
1668
2211
  transition: none;
1669
2212
  }
1670
2213
  }
1671
- ._Layer--isSelected_7rx04_61 {
1672
- border-color: var(--puck-color-azure-08);
1673
- }
1674
- ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1675
- background: var(--puck-color-azure-10);
1676
- }
1677
- ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
1678
- ._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
1679
- transform: scaleY(-1);
1680
- }
1681
- ._Layer-zones_7rx04_82 {
1682
- display: none;
1683
- margin-inline-start: 12px;
2214
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
2215
+ color: var(--puck-color-azure-02);
2216
+ transition: none;
1684
2217
  }
1685
- ._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
1686
- ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
1687
- display: block;
2218
+ ._Breadcrumbs-breadcrumb_1c9yh_7 {
2219
+ align-items: center;
2220
+ display: flex;
2221
+ gap: 4px;
1688
2222
  }
1689
- ._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
1690
- margin-inline-start: 12px;
2223
+
2224
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
2225
+ ._ViewportControls_e3unb_1 {
2226
+ position: relative;
1691
2227
  }
1692
- ._Layer-title_7rx04_96,
1693
- ._LayerTree-zoneTitle_7rx04_11 {
2228
+ ._ViewportControls--fullScreen_e3unb_5 {
2229
+ border-radius: 32px;
1694
2230
  display: flex;
1695
- gap: 8px;
2231
+ position: absolute;
2232
+ bottom: 12px;
2233
+ right: 12px;
2234
+ overflow: hidden;
2235
+ }
2236
+ ._ViewportControls-toggleButton_e3unb_14 {
2237
+ display: none;
2238
+ }
2239
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14 {
1696
2240
  align-items: center;
1697
- margin: 8px 4px;
1698
- overflow-x: hidden;
2241
+ background-color: var(--puck-color-grey-02);
2242
+ border: 1px solid var(--puck-color-grey-04);
2243
+ border-radius: 30px;
2244
+ cursor: pointer;
2245
+ color: var(--puck-color-grey-11);
2246
+ display: flex;
2247
+ justify-content: center;
2248
+ width: 42px;
2249
+ height: 42px;
2250
+ z-index: 1;
1699
2251
  }
1700
- ._Layer-name_7rx04_105 {
1701
- overflow-x: hidden;
1702
- text-overflow: ellipsis;
1703
- white-space: nowrap;
2252
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14:hover {
2253
+ background-color: var(--puck-color-grey-02);
2254
+ border: 1px solid var(--puck-color-azure-04);
2255
+ color: var(--puck-color-azure-07);
1704
2256
  }
1705
- ._Layer-icon_7rx04_111 {
1706
- color: var(--puck-color-rose-07);
1707
- margin-top: 4px;
2257
+ ._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-toggleButton_e3unb_14 {
2258
+ background-color: var(--puck-color-grey-03);
1708
2259
  }
1709
- ._Layer-zoneIcon_7rx04_116 {
1710
- color: var(--puck-color-grey-08);
1711
- margin-top: 4px;
2260
+ ._ViewportControls-actions_e3unb_42 {
2261
+ display: flex;
1712
2262
  }
1713
-
1714
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1715
- ._ViewportControls_gejzr_1 {
2263
+ ._ViewportControls-actionsInner_e3unb_46 {
1716
2264
  display: flex;
1717
- background: var(--puck-color-grey-11);
1718
2265
  box-sizing: border-box;
1719
- border-inline-start: 2px solid var(--puck-color-grey-11);
1720
2266
  justify-content: center;
1721
- gap: 8px;
1722
- min-width: 358px;
1723
- padding-bottom: 16px;
1724
- padding-inline-start: var(--puck-space-px);
1725
- padding-inline-end: var(--puck-space-px);
1726
- z-index: 1;
2267
+ margin-left: auto;
2268
+ margin-right: auto;
2269
+ z-index: 0;
2270
+ overflow: hidden;
2271
+ }
2272
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2273
+ background: var(--puck-color-grey-11);
2274
+ border: 1px solid var(--puck-color-grey-09);
2275
+ border-radius: 30px;
2276
+ margin-left: none;
2277
+ margin-right: none;
2278
+ padding-right: 42px;
1727
2279
  }
1728
- ._ViewportControls-divider_gejzr_15 {
2280
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2281
+ transform: translateX(100%);
2282
+ transition: transform 150ms ease-in-out;
2283
+ }
2284
+ ._ViewportControls--fullScreen_e3unb_5._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-actionsInner_e3unb_46 {
2285
+ transform: translateX(42px);
2286
+ }
2287
+ ._ViewportControls-divider_e3unb_75 {
1729
2288
  border-inline-end: 1px solid var(--puck-color-grey-09);
1730
- margin-inline-start: 8px;
1731
- margin-inline-end: 8px;
2289
+ margin-bottom: 8px;
2290
+ margin-top: 8px;
1732
2291
  }
1733
- ._ViewportControls-zoomSelect_gejzr_21 {
2292
+ ._ViewportControls-zoomSelect_e3unb_81 {
1734
2293
  appearance: none;
1735
2294
  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;
1736
2295
  background-size: 10px;
@@ -1739,44 +2298,72 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1739
2298
  border: 0;
1740
2299
  font-size: var(--puck-font-size-xxxs);
1741
2300
  padding: 0;
2301
+ padding-left: 8px;
1742
2302
  width: 96px;
1743
2303
  }
1744
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
2304
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2305
+ display: none;
2306
+ }
2307
+ @media (min-width: 638px) {
2308
+ ._ViewportControls-zoom_e3unb_81,
2309
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2310
+ display: flex;
2311
+ justify-content: center;
2312
+ }
2313
+ }
2314
+ ._ViewportControls-zoomSelect_e3unb_81:dir(rtl) {
1745
2315
  background-position: 12px calc(50% + 3px);
1746
2316
  }
1747
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
2317
+ ._ViewportButton-inner_e3unb_111 {
2318
+ align-items: center;
2319
+ display: flex;
2320
+ justify-content: center;
2321
+ height: 32px;
2322
+ width: 32px;
2323
+ }
2324
+ ._ViewportButton--isActive_e3unb_119 ._ViewportButton-inner_e3unb_111 {
1748
2325
  color: var(--puck-color-azure-04);
1749
2326
  }
1750
2327
 
1751
2328
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1752
- ._PuckCanvas_18jay_1 {
2329
+ ._PuckCanvas_t6s9b_1 {
1753
2330
  background: var(--puck-color-grey-11);
1754
2331
  display: flex;
1755
2332
  grid-area: editor;
1756
2333
  flex-direction: column;
1757
2334
  padding: var(--puck-space-px);
2335
+ position: relative;
1758
2336
  overflow: auto;
1759
2337
  }
1760
2338
  @media (min-width: 1198px) {
1761
- ._PuckCanvas_18jay_1 {
2339
+ ._PuckCanvas_t6s9b_1 {
1762
2340
  padding: calc(var(--puck-space-px) * 1.5);
1763
- padding-top: var(--puck-space-px);
2341
+ padding-top: calc(var(--puck-space-px) * 0.5);
1764
2342
  }
1765
- ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
2343
+ ._PuckCanvas_t6s9b_1:not(._PuckCanvas_t6s9b_1:has(._PuckCanvas-controls_t6s9b_17)) {
1766
2344
  padding-top: calc(var(--puck-space-px) * 1.5);
1767
2345
  }
1768
2346
  }
1769
- ._PuckCanvas-inner_18jay_21 {
2347
+ ._PuckCanvas--fullScreen_t6s9b_22 {
2348
+ padding: 0;
2349
+ overflow: hidden;
2350
+ }
2351
+ @media (min-width: 1198px) {
2352
+ ._PuckCanvas--fullScreen_t6s9b_22 {
2353
+ padding: 0;
2354
+ }
2355
+ }
2356
+ ._PuckCanvas-inner_t6s9b_33 {
1770
2357
  display: flex;
1771
2358
  height: 100%;
1772
2359
  justify-content: center;
1773
- min-width: 358px;
2360
+ min-width: 288px;
1774
2361
  position: relative;
1775
2362
  width: 100%;
1776
2363
  }
1777
- ._PuckCanvas-root_18jay_30 {
2364
+ ._PuckCanvas-root_t6s9b_42 {
1778
2365
  background: white;
1779
- border: 1px solid var(--puck-color-grey-09);
2366
+ outline: 1px solid var(--puck-color-grey-09);
1780
2367
  box-sizing: content-box;
1781
2368
  min-width: 321px;
1782
2369
  position: absolute;
@@ -1787,20 +2374,20 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1787
2374
  opacity: 0;
1788
2375
  }
1789
2376
  @media (min-width: 1198px) {
1790
- ._PuckCanvas-root_18jay_30 {
2377
+ ._PuckCanvas-root_t6s9b_42 {
1791
2378
  min-width: unset;
1792
2379
  }
1793
2380
  }
1794
2381
  @media (prefers-reduced-motion: reduce) {
1795
- ._PuckCanvas-root_18jay_30 {
2382
+ ._PuckCanvas-root_t6s9b_42 {
1796
2383
  transition: none !important;
1797
2384
  }
1798
2385
  }
1799
- ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
2386
+ ._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-root_t6s9b_42 {
1800
2387
  pointer-events: unset;
1801
2388
  opacity: 1;
1802
2389
  }
1803
- ._PuckCanvas-loader_18jay_60 {
2390
+ ._PuckCanvas-loader_t6s9b_72 {
1804
2391
  align-items: center;
1805
2392
  color: var(--puck-color-grey-06);
1806
2393
  display: flex;
@@ -1809,112 +2396,20 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1809
2396
  transition: opacity 250ms ease-out;
1810
2397
  opacity: 0;
1811
2398
  }
1812
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
2399
+ ._PuckCanvas--showLoader_t6s9b_82 ._PuckCanvas-loader_t6s9b_72 {
1813
2400
  opacity: 1;
1814
2401
  }
1815
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
2402
+ ._PuckCanvas--showLoader_t6s9b_82._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-loader_t6s9b_72 {
1816
2403
  opacity: 0;
1817
2404
  height: 0;
1818
2405
  transition: none;
1819
2406
  }
1820
-
1821
- /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1822
- ._MenuBar_8pf8c_1 {
1823
- background-color: var(--puck-color-white);
1824
- border-bottom: 1px solid var(--puck-color-grey-09);
1825
- display: none;
1826
- left: 0;
1827
- margin-top: 1px;
1828
- padding: 8px 16px;
1829
- position: absolute;
1830
- right: 0;
1831
- top: 100%;
1832
- z-index: 2;
1833
- }
1834
- ._MenuBar--menuOpen_8pf8c_14 {
1835
- display: block;
1836
- }
1837
- @media (min-width: 638px) {
1838
- ._MenuBar_8pf8c_1 {
1839
- border: none;
1840
- display: block;
1841
- margin-top: 0;
1842
- overflow-y: visible;
1843
- padding: 0;
1844
- position: static;
1845
- }
1846
- }
1847
- ._MenuBar-inner_8pf8c_29 {
1848
- align-items: center;
1849
- display: flex;
1850
- flex-wrap: wrap;
1851
- gap: 8px 16px;
1852
- justify-content: flex-end;
1853
- }
1854
- @media (min-width: 638px) {
1855
- ._MenuBar-inner_8pf8c_29 {
1856
- display: flex;
1857
- flex-direction: row;
1858
- flex-wrap: nowrap;
1859
- }
1860
- }
1861
- ._MenuBar-history_8pf8c_45 {
1862
- display: flex;
1863
- }
1864
-
1865
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1866
- ._PuckHeader_15xnq_1 {
1867
- background: var(--puck-color-white);
1868
- border-bottom: 1px solid var(--puck-color-grey-09);
1869
- color: var(--puck-color-black);
1870
- grid-area: header;
1871
- position: relative;
1872
- max-width: 100vw;
1873
- }
1874
- ._PuckHeader-inner_15xnq_10 {
1875
- align-items: end;
1876
- display: grid;
1877
- gap: var(--puck-space-px);
1878
- grid-template-areas: "left middle right";
1879
- grid-template-columns: 1fr auto 1fr;
1880
- grid-template-rows: auto;
1881
- padding: var(--puck-space-px);
1882
- }
1883
- ._PuckHeader-toggle_15xnq_20 {
1884
- color: var(--puck-color-grey-05);
1885
- display: flex;
1886
- margin-inline-start: -4px;
1887
- padding-top: 2px;
1888
- }
1889
- ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
1890
- ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
1891
- color: var(--puck-color-black);
1892
- }
1893
- ._PuckHeader-title_15xnq_32 {
1894
- align-self: center;
1895
- }
1896
- ._PuckHeader-path_15xnq_36 {
1897
- font-family: var(--puck-font-family-monospaced);
1898
- font-size: var(--puck-font-size-xxs);
1899
- font-weight: normal;
1900
- word-break: break-all;
1901
- }
1902
- ._PuckHeader-tools_15xnq_43 {
1903
- display: flex;
1904
- gap: 16px;
1905
- justify-content: flex-end;
1906
- }
1907
- ._PuckHeader-menuButton_15xnq_49 {
1908
- color: var(--puck-color-grey-05);
1909
- margin-inline-start: -4px;
1910
- }
1911
- ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
1912
- color: var(--puck-color-black);
2407
+ ._PuckCanvas-controls_t6s9b_17 {
2408
+ padding-bottom: calc(var(--puck-space-px) * 0.5);
1913
2409
  }
1914
- @media (min-width: 638px) {
1915
- ._PuckHeader-menuButton_15xnq_49 {
1916
- display: none;
1917
- }
2410
+ ._PuckCanvas--fullScreen_t6s9b_22 ._PuckCanvas-controls_t6s9b_17 {
2411
+ padding-bottom: 0;
2412
+ z-index: 1;
1918
2413
  }
1919
2414
 
1920
2415
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
@@ -1951,31 +2446,181 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1951
2446
  }
1952
2447
 
1953
2448
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
1954
- ._Sidebar_1xksb_1 {
2449
+ ._Sidebar_o396p_1 {
2450
+ border-block-start: 1px solid var(--puck-color-grey-09);
1955
2451
  position: relative;
1956
- display: flex;
2452
+ display: none;
1957
2453
  flex-direction: column;
1958
2454
  overflow-y: auto;
1959
2455
  }
1960
- ._Sidebar--left_1xksb_8 {
2456
+ ._Sidebar--isVisible_o396p_9 {
2457
+ display: flex;
2458
+ }
2459
+ ._Sidebar--left_o396p_13 {
1961
2460
  background: var(--puck-color-grey-12);
1962
- border-inline-end: 1px solid var(--puck-color-grey-09);
1963
2461
  grid-area: left;
1964
2462
  }
1965
- ._Sidebar--right_1xksb_14 {
2463
+ @media (min-width: 766px) {
2464
+ ._Sidebar--left_o396p_13 {
2465
+ border-block-start: 0;
2466
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2467
+ }
2468
+ }
2469
+ ._Sidebar--right_o396p_25 {
1966
2470
  background: var(--puck-color-white);
1967
- border-inline-start: 1px solid var(--puck-color-grey-09);
1968
2471
  grid-area: right;
1969
2472
  }
1970
- ._Sidebar-resizeHandle_1xksb_20 {
2473
+ @media (min-width: 766px) {
2474
+ ._Sidebar--right_o396p_25 {
2475
+ border-block-start: 0;
2476
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2477
+ }
2478
+ }
2479
+ ._Sidebar-resizeHandle_o396p_37 {
1971
2480
  position: absolute;
1972
2481
  height: 100%;
1973
2482
  }
1974
- ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2483
+ ._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
1975
2484
  grid-area: left;
1976
2485
  justify-self: end;
1977
2486
  }
1978
- ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2487
+ ._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
1979
2488
  grid-area: right;
1980
2489
  justify-self: start;
1981
2490
  }
2491
+
2492
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2493
+ ._Nav_1pu0u_1 {
2494
+ display: flex;
2495
+ }
2496
+ ._Nav-list_1pu0u_5 {
2497
+ display: flex;
2498
+ list-style: none;
2499
+ margin: 0;
2500
+ padding: 0;
2501
+ overflow-x: auto;
2502
+ gap: 8px;
2503
+ }
2504
+ @media (min-width: 638px) {
2505
+ ._Nav-list_1pu0u_5 {
2506
+ padding-top: 32px;
2507
+ flex-direction: column;
2508
+ gap: 16px;
2509
+ width: 100%;
2510
+ }
2511
+ }
2512
+ ._Nav-mobileActions_1pu0u_23 {
2513
+ align-items: center;
2514
+ display: flex;
2515
+ justify-content: center;
2516
+ margin-inline-start: auto;
2517
+ padding: 4px 16px;
2518
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2519
+ }
2520
+ @media (min-width: 638px) {
2521
+ ._Nav-mobileActions_1pu0u_23 {
2522
+ display: none;
2523
+ }
2524
+ }
2525
+ ._NavItem-link_1pu0u_38 {
2526
+ align-items: center;
2527
+ color: var(--puck-color-grey-03);
2528
+ display: flex;
2529
+ gap: 8px;
2530
+ text-decoration: none;
2531
+ cursor: pointer;
2532
+ border-radius: 4px;
2533
+ padding: 8px 4px;
2534
+ width: 64px;
2535
+ box-sizing: border-box;
2536
+ }
2537
+ @media (min-width: 638px) {
2538
+ ._NavItem-link_1pu0u_38 {
2539
+ width: auto;
2540
+ }
2541
+ }
2542
+ ._NavItem_1pu0u_38:first-of-type {
2543
+ padding-left: 16px;
2544
+ }
2545
+ ._NavItem_1pu0u_38:last-of-type {
2546
+ padding-right: 16px;
2547
+ }
2548
+ @media (min-width: 638px) {
2549
+ ._NavItem_1pu0u_38:first-of-type,
2550
+ ._NavItem_1pu0u_38:last-of-type {
2551
+ padding: 0;
2552
+ }
2553
+ }
2554
+ ._NavItem-link_1pu0u_38 {
2555
+ border-top: 4px solid transparent;
2556
+ border-bottom: 4px solid transparent;
2557
+ border-radius: 0;
2558
+ flex-direction: column;
2559
+ font-size: var(--puck-font-size-xxxs);
2560
+ }
2561
+ @media (min-width: 638px) {
2562
+ ._NavItem-link_1pu0u_38 {
2563
+ border: 0;
2564
+ border-left: 4px solid transparent;
2565
+ border-right: 4px solid transparent;
2566
+ }
2567
+ }
2568
+ ._NavItem-linkIcon_1pu0u_88 {
2569
+ height: 24px;
2570
+ width: 24px;
2571
+ }
2572
+ ._NavItem--active_1pu0u_93 > ._NavItem-link_1pu0u_38 {
2573
+ background-color: var(--puck-color-azure-10);
2574
+ color: var(--puck-color-azure-04);
2575
+ font-weight: 600;
2576
+ }
2577
+ ._NavItem--active_1pu0u_93 > ._NavItem-link_1pu0u_38 {
2578
+ background-color: transparent;
2579
+ border-top-color: var(--puck-color-azure-04);
2580
+ border-top-right-radius: 0;
2581
+ border-bottom-right-radius: 0;
2582
+ font-weight: 600;
2583
+ }
2584
+ @media (min-width: 638px) {
2585
+ ._NavItem--active_1pu0u_93 > ._NavItem-link_1pu0u_38 {
2586
+ border-top-color: transparent;
2587
+ border-right-color: var(--puck-color-azure-04);
2588
+ }
2589
+ }
2590
+ ._NavItem_1pu0u_38:not(._NavItem--active_1pu0u_93) > ._NavItem-link_1pu0u_38:hover {
2591
+ background-color: var(--puck-color-azure-11);
2592
+ color: var(--puck-color-azure-04);
2593
+ }
2594
+ @media (min-width: 638px) {
2595
+ ._NavItem--mobileOnly_1pu0u_120 {
2596
+ display: none;
2597
+ }
2598
+ }
2599
+ ._NavItem--desktopOnly_1pu0u_125 {
2600
+ display: none;
2601
+ }
2602
+ @media (min-width: 638px) {
2603
+ ._NavItem--desktopOnly_1pu0u_125 {
2604
+ display: block;
2605
+ }
2606
+ }
2607
+
2608
+ /* css-module:/home/runner/work/puck/puck/packages/core/plugins/fields/styles.module.css/#css-module-data */
2609
+ ._FieldsPlugin_nd930_1 {
2610
+ background: white;
2611
+ height: 100%;
2612
+ overflow-y: auto;
2613
+ }
2614
+ ._FieldsPlugin-header_nd930_7 {
2615
+ border-bottom: 1px solid var(--puck-color-grey-09);
2616
+ font-weight: 600;
2617
+ padding-bottom: 8px;
2618
+ padding-left: 16px;
2619
+ padding-right: 16px;
2620
+ padding-top: 8px;
2621
+ }
2622
+ @media (min-width: 638px) {
2623
+ ._FieldsPlugin-header_nd930_7 {
2624
+ padding: 16px;
2625
+ }
2626
+ }