@measured/puck 0.21.0-canary.cf074bc6 → 0.21.0-canary.d5f934f0

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-STTYPZJ4.mjs +204 -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-5ATHPL4L.mjs +111 -0
  8. package/dist/chunk-6K3HTV5G.mjs +419 -0
  9. package/dist/chunk-CSSRLPHM.mjs +11 -0
  10. package/dist/chunk-DBBPIWHH.mjs +528 -0
  11. package/dist/{chunk-MYJB3LKU.mjs → chunk-GUTA7GLC.mjs} +6886 -8142
  12. package/dist/chunk-IDHXWXYL.mjs +1807 -0
  13. package/dist/chunk-M6W7YEVX.mjs +95 -0
  14. package/dist/chunk-MML4TKL2.mjs +63 -0
  15. package/dist/chunk-O7X34GXV.mjs +708 -0
  16. package/dist/chunk-ODDSBBX3.mjs +435 -0
  17. package/dist/chunk-PRRLVCLF.mjs +33 -0
  18. package/dist/chunk-QV3IXRNS.mjs +134 -0
  19. package/dist/chunk-V5I7CVLT.mjs +103 -0
  20. package/dist/chunk-VL2VNWXO.mjs +53 -0
  21. package/dist/chunk-Y2EFNT5P.mjs +108 -0
  22. package/dist/full-2GJTAAZE.css +301 -0
  23. package/dist/full-C4C2K2OO.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 +1035 -388
  27. package/dist/index.d.mts +116 -114
  28. package/dist/index.d.ts +116 -114
  29. package/dist/index.js +11410 -7513
  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 +927 -0
  34. package/dist/internal.mjs +13 -0
  35. package/dist/loaded-DB2OXVC5.mjs +57 -0
  36. package/dist/loaded-GEFHNL7S.mjs +57 -0
  37. package/dist/loaded-RVWBFK7L.css +87 -0
  38. package/dist/loaded-TVTW742N.mjs +60 -0
  39. package/dist/no-external.css +1124 -473
  40. package/dist/no-external.d.mts +19 -2
  41. package/dist/no-external.d.ts +19 -2
  42. package/dist/no-external.js +11411 -7511
  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 +446 -38
  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 +32 -5
  52. package/dist/chunk-OOLYDXKW.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,699 @@ 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;
1409
- }
1410
- ._SidebarSection-breadcrumb_8boj8_41 {
1411
- align-items: center;
1412
- display: flex;
1413
- gap: 4px;
1691
+ ._ComponentList-titleIcon_1rrlt_53 {
1692
+ margin-inline-start: auto;
1414
1693
  }
1415
- ._SidebarSection-heading_8boj8_82 {
1416
- padding-inline-end: 16px;
1694
+
1695
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1696
+ ._PuckPreview_z2rgu_1 {
1697
+ position: relative;
1698
+ height: 100%;
1417
1699
  }
1418
- ._SidebarSection-loadingOverlay_8boj8_86 {
1419
- background: var(--puck-color-white);
1420
- display: flex;
1421
- justify-content: center;
1422
- align-items: center;
1700
+ ._PuckPreview-frame_z2rgu_6 {
1701
+ border: none;
1423
1702
  height: 100%;
1424
1703
  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
1704
  }
1432
1705
 
1433
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
1434
- ._Puck_1yxlw_19 {
1435
- --puck-space-px: 16px;
1706
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
1707
+ ._LayerTree_7rx04_1 {
1708
+ color: var(--puck-color-grey-03);
1709
+ font-family: var(--puck-font-family);
1710
+ font-size: var(--puck-font-size-xxs);
1711
+ margin: 0;
1712
+ position: relative;
1713
+ list-style: none;
1714
+ padding: 0;
1715
+ }
1716
+ ._LayerTree-zoneTitle_7rx04_11 {
1717
+ color: var(--puck-color-grey-05);
1718
+ font-size: var(--puck-font-size-xxxs);
1719
+ text-transform: uppercase;
1720
+ }
1721
+ ._LayerTree-helper_7rx04_17 {
1722
+ text-align: center;
1723
+ color: var(--puck-color-grey-07);
1724
+ margin: 8px 4px;
1725
+ }
1726
+ ._Layer_7rx04_1 {
1727
+ position: relative;
1728
+ border: 1px solid transparent;
1729
+ border-radius: 4px;
1730
+ }
1731
+ ._Layer-inner_7rx04_29 {
1732
+ border: 1px solid transparent;
1733
+ border-radius: 4px;
1734
+ transition: color 50ms ease-in;
1735
+ }
1736
+ ._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
1737
+ padding-inline-start: 0;
1738
+ }
1739
+ ._Layer-clickable_7rx04_39 {
1740
+ align-items: center;
1741
+ background: none;
1742
+ border: 0;
1743
+ border-radius: 4px;
1744
+ color: inherit;
1745
+ cursor: pointer;
1746
+ display: flex;
1747
+ font: inherit;
1748
+ padding-inline-start: 12px;
1749
+ padding-inline-end: 4px;
1750
+ width: 100%;
1751
+ }
1752
+ ._Layer-clickable_7rx04_39:focus-visible {
1753
+ outline: 2px solid var(--puck-color-azure-05);
1754
+ outline-offset: 2px;
1755
+ position: relative;
1756
+ z-index: 1;
1757
+ }
1758
+ @media (hover: hover) and (pointer: fine) {
1759
+ ._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
1760
+ border-color: var(--puck-color-azure-10);
1761
+ background: var(--puck-color-azure-11);
1762
+ color: var(--puck-color-azure-04);
1763
+ transition: none;
1764
+ }
1765
+ }
1766
+ ._Layer--isSelected_7rx04_61 {
1767
+ border-color: var(--puck-color-azure-08);
1768
+ }
1769
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
1770
+ background: var(--puck-color-azure-10);
1771
+ }
1772
+ ._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
1773
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
1774
+ transform: scaleY(-1);
1775
+ }
1776
+ ._Layer-zones_7rx04_82 {
1777
+ display: none;
1778
+ margin-inline-start: 12px;
1779
+ }
1780
+ ._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
1781
+ ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
1782
+ display: block;
1783
+ }
1784
+ ._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
1785
+ margin-inline-start: 12px;
1786
+ }
1787
+ ._Layer-title_7rx04_96,
1788
+ ._LayerTree-zoneTitle_7rx04_11 {
1789
+ display: flex;
1790
+ gap: 8px;
1791
+ align-items: center;
1792
+ margin: 8px 4px;
1793
+ overflow-x: hidden;
1794
+ }
1795
+ ._Layer-name_7rx04_105 {
1796
+ overflow-x: hidden;
1797
+ text-overflow: ellipsis;
1798
+ white-space: nowrap;
1799
+ }
1800
+ ._Layer-icon_7rx04_111 {
1801
+ color: var(--puck-color-rose-07);
1802
+ margin-top: 4px;
1803
+ }
1804
+ ._Layer-zoneIcon_7rx04_116 {
1805
+ color: var(--puck-color-grey-08);
1806
+ margin-top: 4px;
1807
+ }
1808
+
1809
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1810
+ ._Puck_1dd16_19 {
1811
+ --puck-space-px: 16px;
1436
1812
  font-family: var(--puck-font-family);
1437
1813
  overflow-x: hidden;
1438
1814
  }
1439
1815
  @media (min-width: 766px) {
1440
- ._Puck_1yxlw_19 {
1816
+ ._Puck_1dd16_19 {
1441
1817
  overflow-x: auto;
1442
1818
  }
1443
1819
  }
1444
- ._Puck-portal_1yxlw_31 {
1820
+ ._Puck-portal_1dd16_31 {
1445
1821
  position: relative;
1446
1822
  z-index: 2;
1447
1823
  }
1448
- ._PuckLayout-inner_1yxlw_38 {
1824
+ ._PuckLayout_1dd16_36 {
1825
+ height: 100dvh;
1826
+ }
1827
+ ._PuckLayout-inner_1dd16_40 {
1449
1828
  --puck-frame-width: auto;
1829
+ --puck-side-nav-width: min-content;
1450
1830
  --puck-side-bar-width: 0px;
1451
1831
  --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1452
1832
  --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1833
+ background-color: var(--puck-color-grey-12);
1453
1834
  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;
1835
+ grid-template-areas: "header" "editor" "left" "right" "sidenav";
1836
+ grid-template-columns: var(--puck-frame-width);
1837
+ grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
1838
+ height: 100%;
1458
1839
  position: relative;
1840
+ transition: grid-template-rows 150ms ease-in;
1459
1841
  z-index: 0;
1842
+ overflow: hidden;
1460
1843
  }
1461
- ._PuckLayout--mounted_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
1844
+ @media (min-width: 638px) {
1845
+ ._PuckLayout-inner_1dd16_40 {
1846
+ --puck-side-nav-width: 68px;
1847
+ grid-template-areas: "header header header header" "sidenav left editor right";
1848
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1849
+ grid-template-rows: min-content auto;
1850
+ }
1851
+ ._Puck--hidePlugins_1dd16_72 ._PuckLayout-inner_1dd16_40 {
1852
+ --puck-side-nav-width: 0;
1853
+ }
1854
+ }
1855
+ ._PuckLayout--mounted_1dd16_77 ._PuckLayout-inner_1dd16_40 {
1462
1856
  --puck-side-bar-width: 186px;
1463
1857
  }
1464
- ._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
1465
- grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
1858
+ ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40 {
1859
+ grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
1860
+ }
1861
+ ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--isExpanded_1dd16_87 ._PuckLayout-inner_1dd16_40 {
1862
+ grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
1863
+ }
1864
+ @media (min-width: 638px) {
1865
+ ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40 {
1866
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1867
+ grid-template-rows: min-content auto;
1868
+ }
1869
+ }
1870
+ ._PuckLayout--mobilePanelHeightMinContent_1dd16_105._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40,
1871
+ ._PuckLayout--mobilePanelHeightMinContent_1dd16_105._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--isExpanded_1dd16_87 ._PuckLayout-inner_1dd16_40 {
1872
+ grid-template-rows: 0 auto min-content 0 var(--puck-side-nav-width);
1466
1873
  }
1467
- ._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1468
- grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1874
+ @media (min-width: 638px) {
1875
+ ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40,
1876
+ ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--isExpanded_1dd16_87 ._PuckLayout-inner_1dd16_40,
1877
+ ._PuckLayout--mobilePanelHeightMinContent_1dd16_105._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40,
1878
+ ._PuckLayout--mobilePanelHeightMinContent_1dd16_105._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--isExpanded_1dd16_87 ._PuckLayout-inner_1dd16_40 {
1879
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1880
+ grid-template-rows: min-content auto;
1881
+ }
1469
1882
  }
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);
1883
+ @media (min-width: 638px) {
1884
+ ._PuckLayout--rightSideBarVisible_1dd16_132 ._PuckLayout-inner_1dd16_40 {
1885
+ grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1886
+ }
1887
+ }
1888
+ @media (min-width: 638px) {
1889
+ ._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--rightSideBarVisible_1dd16_132 ._PuckLayout-inner_1dd16_40 {
1890
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1891
+ }
1472
1892
  }
1473
1893
  @media (min-width: 458px) {
1474
- ._PuckLayout-mounted_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
1894
+ ._PuckLayout-mounted_1dd16_151 ._PuckLayout-inner_1dd16_40 {
1475
1895
  --puck-frame-width: minmax(266px, auto);
1476
1896
  }
1477
1897
  }
1478
1898
  @media (min-width: 638px) {
1479
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1899
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1480
1900
  --puck-side-bar-width: minmax(186px, 250px);
1481
1901
  }
1482
1902
  }
1483
1903
  @media (min-width: 766px) {
1484
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1904
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1485
1905
  --puck-frame-width: auto;
1486
1906
  }
1487
1907
  }
1488
1908
  @media (min-width: 990px) {
1489
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1909
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1490
1910
  --puck-side-bar-width: 256px;
1491
1911
  }
1492
1912
  }
1493
1913
  @media (min-width: 1198px) {
1494
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1914
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1495
1915
  --puck-side-bar-width: 274px;
1496
1916
  }
1497
1917
  }
1498
1918
  @media (min-width: 1398px) {
1499
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1919
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1500
1920
  --puck-side-bar-width: 290px;
1501
1921
  }
1502
1922
  }
1503
1923
  @media (min-width: 1598px) {
1504
- ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1924
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1505
1925
  --puck-side-bar-width: 320px;
1506
1926
  }
1507
1927
  }
1928
+ ._PuckLayout-nav_1dd16_192 {
1929
+ border-top: 1px solid var(--puck-color-grey-09);
1930
+ background-color: var(--puck-color-grey-12);
1931
+ grid-area: sidenav;
1932
+ overflow: hidden;
1933
+ width: 100%;
1934
+ }
1935
+ @media (min-width: 638px) {
1936
+ ._PuckLayout-nav_1dd16_192 {
1937
+ border-top: 0;
1938
+ border-right: 1px solid var(--puck-color-grey-09);
1939
+ box-sizing: border-box;
1940
+ }
1941
+ }
1942
+ ._PuckLayout-header_1dd16_208 {
1943
+ grid-area: header;
1944
+ }
1945
+ ._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-header_1dd16_208 {
1946
+ overflow: hidden;
1947
+ }
1948
+ @media (min-width: 638px) {
1949
+ ._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-header_1dd16_208 {
1950
+ overflow: auto;
1951
+ }
1952
+ }
1953
+ ._PuckPluginTab_1dd16_222 {
1954
+ display: none;
1955
+ flex-grow: 1;
1956
+ max-height: 100%;
1957
+ }
1958
+ ._PuckPluginTab--visible_1dd16_228 {
1959
+ display: flex;
1960
+ flex-direction: column;
1961
+ }
1962
+ ._PuckPluginTab-body_1dd16_233 {
1963
+ flex-grow: 1;
1964
+ max-height: 100%;
1965
+ }
1508
1966
 
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);
1967
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
1968
+ ._MenuBar_8pf8c_1 {
1969
+ background-color: var(--puck-color-white);
1970
+ border-bottom: 1px solid var(--puck-color-grey-09);
1971
+ display: none;
1972
+ left: 0;
1973
+ margin-top: 1px;
1974
+ padding: 8px 16px;
1975
+ position: absolute;
1976
+ right: 0;
1977
+ top: 100%;
1978
+ z-index: 2;
1513
1979
  }
1514
- ._PuckFields--isLoading_10bh7_6 {
1515
- min-height: 48px;
1980
+ ._MenuBar--menuOpen_8pf8c_14 {
1981
+ display: block;
1516
1982
  }
1517
- ._PuckFields-loadingOverlay_10bh7_10 {
1518
- background: var(--puck-color-white);
1983
+ @media (min-width: 638px) {
1984
+ ._MenuBar_8pf8c_1 {
1985
+ border: none;
1986
+ display: block;
1987
+ margin-top: 0;
1988
+ overflow-y: visible;
1989
+ padding: 0;
1990
+ position: static;
1991
+ }
1992
+ }
1993
+ ._MenuBar-inner_8pf8c_29 {
1994
+ align-items: center;
1519
1995
  display: flex;
1996
+ flex-wrap: wrap;
1997
+ gap: 8px 16px;
1520
1998
  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
1999
  }
1531
- ._PuckFields-loadingOverlayInner_10bh7_25 {
2000
+ @media (min-width: 638px) {
2001
+ ._MenuBar-inner_8pf8c_29 {
2002
+ display: flex;
2003
+ flex-direction: row;
2004
+ flex-wrap: nowrap;
2005
+ }
2006
+ }
2007
+ ._MenuBar-history_8pf8c_45 {
1532
2008
  display: flex;
1533
- padding: 16px;
1534
- position: sticky;
1535
- top: 0;
1536
2009
  }
1537
- ._PuckFields-field_10bh7_32 * {
1538
- box-sizing: border-box;
2010
+
2011
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
2012
+ ._PuckHeader_63pti_1 {
2013
+ background: var(--puck-color-white);
2014
+ border-bottom: 1px solid var(--puck-color-grey-09);
2015
+ color: var(--puck-color-black);
2016
+ grid-area: header;
2017
+ position: relative;
2018
+ max-width: 100vw;
1539
2019
  }
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;
2020
+ @media (min-width: 638px) {
2021
+ ._PuckHeader_63pti_1 {
2022
+ padding-left: 67px;
2023
+ }
2024
+ ._PuckHeader--hidePlugins_63pti_15 {
2025
+ padding-left: 0;
2026
+ }
1545
2027
  }
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;
2028
+ ._PuckHeader-inner_63pti_20 {
2029
+ align-items: end;
2030
+ display: grid;
2031
+ gap: var(--puck-space-px);
2032
+ grid-template-areas: "left middle right";
2033
+ grid-template-columns: 1fr auto 1fr;
2034
+ grid-template-rows: auto;
2035
+ padding: var(--puck-space-px);
1549
2036
  }
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%;
2037
+ @media (min-width: 638px) {
2038
+ ._PuckHeader-inner_63pti_20 {
2039
+ border-left: 1px solid var(--puck-color-grey-09);
2040
+ }
2041
+ ._PuckHeader--hidePlugins_63pti_15 ._PuckHeader-inner_63pti_20 {
2042
+ border-left: none;
2043
+ }
1554
2044
  }
1555
- ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1556
- margin-top: 12px;
2045
+ ._PuckHeader-toggle_63pti_40 {
2046
+ color: var(--puck-color-grey-05);
2047
+ display: flex;
2048
+ margin-inline-start: -4px;
2049
+ padding-top: 2px;
1557
2050
  }
1558
- ._ComponentList-content_1rrlt_9 {
2051
+ ._PuckHeader--rightSideBarVisible_63pti_47 ._PuckHeader-rightSideBarToggle_63pti_47,
2052
+ ._PuckHeader--leftSideBarVisible_63pti_48 ._PuckHeader-leftSideBarToggle_63pti_48 {
2053
+ color: var(--puck-color-black);
2054
+ }
2055
+ ._PuckHeader-rightSideBarToggle_63pti_47,
2056
+ ._PuckHeader-leftSideBarToggle_63pti_48 {
1559
2057
  display: none;
1560
2058
  }
1561
- ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1562
- display: block;
2059
+ @media (min-width: 638px) {
2060
+ ._PuckHeader-rightSideBarToggle_63pti_47,
2061
+ ._PuckHeader-leftSideBarToggle_63pti_48 {
2062
+ display: block;
2063
+ }
1563
2064
  }
1564
- ._ComponentList-title_1rrlt_17 {
1565
- background-color: transparent;
1566
- border: 0;
2065
+ ._PuckHeader-title_63pti_64 {
2066
+ align-self: center;
2067
+ }
2068
+ ._PuckHeader-path_63pti_68 {
2069
+ font-family: var(--puck-font-family-monospaced);
2070
+ font-size: var(--puck-font-size-xxs);
2071
+ font-weight: normal;
2072
+ word-break: break-all;
2073
+ }
2074
+ ._PuckHeader-tools_63pti_75 {
2075
+ display: flex;
2076
+ gap: 16px;
2077
+ justify-content: flex-end;
2078
+ }
2079
+ ._PuckHeader-menuButton_63pti_81 {
1567
2080
  color: var(--puck-color-grey-05);
1568
- cursor: pointer;
2081
+ margin-inline-start: -4px;
2082
+ }
2083
+ ._PuckHeader--menuOpen_63pti_86 ._PuckHeader-menuButton_63pti_81 {
2084
+ color: var(--puck-color-black);
2085
+ }
2086
+ @media (min-width: 638px) {
2087
+ ._PuckHeader-menuButton_63pti_81 {
2088
+ display: none;
2089
+ }
2090
+ }
2091
+
2092
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
2093
+ ._SidebarSection_5otpt_1 {
1569
2094
  display: flex;
2095
+ position: relative;
2096
+ flex-direction: column;
2097
+ color: var(--puck-color-black);
2098
+ }
2099
+ ._SidebarSection_5otpt_1:last-of-type {
2100
+ flex-grow: 1;
2101
+ }
2102
+ ._SidebarSection-title_5otpt_12 {
2103
+ background: var(--puck-color-white);
2104
+ padding: 16px;
2105
+ border-bottom: 1px solid var(--puck-color-grey-09);
2106
+ border-top: 1px solid var(--puck-color-grey-09);
2107
+ overflow-x: auto;
2108
+ }
2109
+ ._SidebarSection--noBorderTop_5otpt_20 > ._SidebarSection-title_5otpt_12 {
2110
+ border-top: 0px;
2111
+ }
2112
+ ._SidebarSection-content_5otpt_24:last-child {
2113
+ padding-bottom: 4px;
2114
+ }
2115
+ ._SidebarSection_5otpt_1:last-of-type ._SidebarSection-content_5otpt_24 {
2116
+ border-bottom: none;
2117
+ flex-grow: 1;
2118
+ }
2119
+ ._SidebarSection-breadcrumbLabel_5otpt_33 {
2120
+ background: none;
2121
+ border: 0;
2122
+ border-radius: 2px;
2123
+ color: var(--puck-color-azure-04);
2124
+ cursor: pointer;
1570
2125
  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%;
2126
+ flex-shrink: 0;
2127
+ padding: 0;
2128
+ transition: color 50ms ease-in;
1580
2129
  }
1581
- ._ComponentList-title_1rrlt_17:focus-visible {
2130
+ ._SidebarSection-breadcrumbLabel_5otpt_33:focus-visible {
1582
2131
  outline: 2px solid var(--puck-color-azure-05);
1583
2132
  outline-offset: 2px;
1584
2133
  }
1585
2134
  @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);
2135
+ ._SidebarSection-breadcrumbLabel_5otpt_33:hover {
2136
+ color: var(--puck-color-azure-03);
1589
2137
  transition: none;
1590
2138
  }
1591
2139
  }
1592
- ._ComponentList-title_1rrlt_17:active {
1593
- background-color: var(--puck-color-azure-10);
2140
+ ._SidebarSection-breadcrumbLabel_5otpt_33:active {
2141
+ color: var(--puck-color-azure-02);
1594
2142
  transition: none;
1595
2143
  }
1596
- ._ComponentList-titleIcon_1rrlt_53 {
1597
- margin-inline-start: auto;
2144
+ ._SidebarSection-breadcrumbs_5otpt_62 {
2145
+ align-items: center;
2146
+ display: flex;
2147
+ gap: 4px;
1598
2148
  }
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%;
2149
+ ._SidebarSection-breadcrumb_5otpt_33 {
2150
+ align-items: center;
2151
+ display: flex;
2152
+ gap: 4px;
1604
2153
  }
1605
- ._PuckPreview-frame_z2rgu_6 {
1606
- border: none;
2154
+ ._SidebarSection-heading_5otpt_74 {
2155
+ padding-inline-end: 16px;
2156
+ }
2157
+ ._SidebarSection-loadingOverlay_5otpt_78 {
2158
+ background: var(--puck-color-white);
2159
+ display: flex;
2160
+ justify-content: center;
2161
+ align-items: center;
1607
2162
  height: 100%;
1608
2163
  width: 100%;
2164
+ top: 0;
2165
+ position: absolute;
2166
+ z-index: 1;
2167
+ pointer-events: all;
2168
+ box-sizing: border-box;
2169
+ opacity: 0.8;
1609
2170
  }
1610
2171
 
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 {
2172
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
2173
+ ._Breadcrumbs_1c9yh_1 {
1645
2174
  align-items: center;
2175
+ display: flex;
2176
+ gap: 4px;
2177
+ }
2178
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
1646
2179
  background: none;
1647
2180
  border: 0;
1648
- border-radius: 4px;
1649
- color: inherit;
2181
+ border-radius: 2px;
2182
+ color: var(--puck-color-azure-04);
1650
2183
  cursor: pointer;
1651
- display: flex;
1652
2184
  font: inherit;
1653
- padding-inline-start: 12px;
1654
- padding-inline-end: 4px;
1655
- width: 100%;
2185
+ flex-shrink: 0;
2186
+ padding: 0;
2187
+ transition: color 50ms ease-in;
1656
2188
  }
1657
- ._Layer-clickable_7rx04_39:focus-visible {
2189
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
1658
2190
  outline: 2px solid var(--puck-color-azure-05);
1659
2191
  outline-offset: 2px;
1660
- position: relative;
1661
- z-index: 1;
1662
2192
  }
1663
2193
  @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);
2194
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
2195
+ color: var(--puck-color-azure-03);
1668
2196
  transition: none;
1669
2197
  }
1670
2198
  }
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);
2199
+ ._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
2200
+ color: var(--puck-color-azure-02);
2201
+ transition: none;
1676
2202
  }
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);
2203
+ ._Breadcrumbs-breadcrumb_1c9yh_7 {
2204
+ align-items: center;
2205
+ display: flex;
2206
+ gap: 4px;
1680
2207
  }
1681
- ._Layer-zones_7rx04_82 {
1682
- display: none;
1683
- margin-inline-start: 12px;
2208
+
2209
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
2210
+ ._ViewportControls_e3unb_1 {
2211
+ position: relative;
1684
2212
  }
1685
- ._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
1686
- ._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
1687
- display: block;
2213
+ ._ViewportControls--fullScreen_e3unb_5 {
2214
+ border-radius: 32px;
2215
+ display: flex;
2216
+ position: absolute;
2217
+ bottom: 12px;
2218
+ right: 12px;
2219
+ overflow: hidden;
1688
2220
  }
1689
- ._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
1690
- margin-inline-start: 12px;
2221
+ ._ViewportControls-toggleButton_e3unb_14 {
2222
+ display: none;
1691
2223
  }
1692
- ._Layer-title_7rx04_96,
1693
- ._LayerTree-zoneTitle_7rx04_11 {
1694
- display: flex;
1695
- gap: 8px;
2224
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14 {
1696
2225
  align-items: center;
1697
- margin: 8px 4px;
1698
- overflow-x: hidden;
2226
+ background-color: var(--puck-color-grey-02);
2227
+ border: 1px solid var(--puck-color-grey-04);
2228
+ border-radius: 30px;
2229
+ cursor: pointer;
2230
+ color: var(--puck-color-grey-11);
2231
+ display: flex;
2232
+ justify-content: center;
2233
+ width: 42px;
2234
+ height: 42px;
2235
+ z-index: 1;
1699
2236
  }
1700
- ._Layer-name_7rx04_105 {
1701
- overflow-x: hidden;
1702
- text-overflow: ellipsis;
1703
- white-space: nowrap;
2237
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14:hover {
2238
+ background-color: var(--puck-color-grey-02);
2239
+ border: 1px solid var(--puck-color-azure-04);
2240
+ color: var(--puck-color-azure-07);
1704
2241
  }
1705
- ._Layer-icon_7rx04_111 {
1706
- color: var(--puck-color-rose-07);
1707
- margin-top: 4px;
2242
+ ._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-toggleButton_e3unb_14 {
2243
+ background-color: var(--puck-color-grey-03);
1708
2244
  }
1709
- ._Layer-zoneIcon_7rx04_116 {
1710
- color: var(--puck-color-grey-08);
1711
- margin-top: 4px;
2245
+ ._ViewportControls-actions_e3unb_42 {
2246
+ display: flex;
1712
2247
  }
1713
-
1714
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1715
- ._ViewportControls_gejzr_1 {
2248
+ ._ViewportControls-actionsInner_e3unb_46 {
1716
2249
  display: flex;
1717
- background: var(--puck-color-grey-11);
1718
2250
  box-sizing: border-box;
1719
- border-inline-start: 2px solid var(--puck-color-grey-11);
1720
2251
  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;
2252
+ margin-left: auto;
2253
+ margin-right: auto;
2254
+ z-index: 0;
2255
+ overflow: hidden;
1727
2256
  }
1728
- ._ViewportControls-divider_gejzr_15 {
2257
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2258
+ background: var(--puck-color-grey-11);
2259
+ border: 1px solid var(--puck-color-grey-09);
2260
+ border-radius: 30px;
2261
+ margin-left: none;
2262
+ margin-right: none;
2263
+ padding-right: 42px;
2264
+ }
2265
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
2266
+ transform: translateX(100%);
2267
+ transition: transform 150ms ease-in-out;
2268
+ }
2269
+ ._ViewportControls--fullScreen_e3unb_5._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-actionsInner_e3unb_46 {
2270
+ transform: translateX(42px);
2271
+ }
2272
+ ._ViewportControls-divider_e3unb_75 {
1729
2273
  border-inline-end: 1px solid var(--puck-color-grey-09);
1730
- margin-inline-start: 8px;
1731
- margin-inline-end: 8px;
2274
+ margin-bottom: 8px;
2275
+ margin-top: 8px;
1732
2276
  }
1733
- ._ViewportControls-zoomSelect_gejzr_21 {
2277
+ ._ViewportControls-zoomSelect_e3unb_81 {
1734
2278
  appearance: none;
1735
2279
  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
2280
  background-size: 10px;
@@ -1739,44 +2283,72 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1739
2283
  border: 0;
1740
2284
  font-size: var(--puck-font-size-xxxs);
1741
2285
  padding: 0;
2286
+ padding-left: 8px;
1742
2287
  width: 96px;
1743
2288
  }
1744
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
2289
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2290
+ display: none;
2291
+ }
2292
+ @media (min-width: 638px) {
2293
+ ._ViewportControls-zoom_e3unb_81,
2294
+ ._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
2295
+ display: flex;
2296
+ justify-content: center;
2297
+ }
2298
+ }
2299
+ ._ViewportControls-zoomSelect_e3unb_81:dir(rtl) {
1745
2300
  background-position: 12px calc(50% + 3px);
1746
2301
  }
1747
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
2302
+ ._ViewportButton-inner_e3unb_111 {
2303
+ align-items: center;
2304
+ display: flex;
2305
+ justify-content: center;
2306
+ height: 32px;
2307
+ width: 32px;
2308
+ }
2309
+ ._ViewportButton--isActive_e3unb_119 ._ViewportButton-inner_e3unb_111 {
1748
2310
  color: var(--puck-color-azure-04);
1749
2311
  }
1750
2312
 
1751
2313
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1752
- ._PuckCanvas_18jay_1 {
2314
+ ._PuckCanvas_t6s9b_1 {
1753
2315
  background: var(--puck-color-grey-11);
1754
2316
  display: flex;
1755
2317
  grid-area: editor;
1756
2318
  flex-direction: column;
1757
2319
  padding: var(--puck-space-px);
2320
+ position: relative;
1758
2321
  overflow: auto;
1759
2322
  }
1760
2323
  @media (min-width: 1198px) {
1761
- ._PuckCanvas_18jay_1 {
2324
+ ._PuckCanvas_t6s9b_1 {
1762
2325
  padding: calc(var(--puck-space-px) * 1.5);
1763
- padding-top: var(--puck-space-px);
2326
+ padding-top: calc(var(--puck-space-px) * 0.5);
1764
2327
  }
1765
- ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
2328
+ ._PuckCanvas_t6s9b_1:not(._PuckCanvas_t6s9b_1:has(._PuckCanvas-controls_t6s9b_17)) {
1766
2329
  padding-top: calc(var(--puck-space-px) * 1.5);
1767
2330
  }
1768
2331
  }
1769
- ._PuckCanvas-inner_18jay_21 {
2332
+ ._PuckCanvas--fullScreen_t6s9b_22 {
2333
+ padding: 0;
2334
+ overflow: hidden;
2335
+ }
2336
+ @media (min-width: 1198px) {
2337
+ ._PuckCanvas--fullScreen_t6s9b_22 {
2338
+ padding: 0;
2339
+ }
2340
+ }
2341
+ ._PuckCanvas-inner_t6s9b_33 {
1770
2342
  display: flex;
1771
2343
  height: 100%;
1772
2344
  justify-content: center;
1773
- min-width: 358px;
2345
+ min-width: 288px;
1774
2346
  position: relative;
1775
2347
  width: 100%;
1776
2348
  }
1777
- ._PuckCanvas-root_18jay_30 {
2349
+ ._PuckCanvas-root_t6s9b_42 {
1778
2350
  background: white;
1779
- border: 1px solid var(--puck-color-grey-09);
2351
+ outline: 1px solid var(--puck-color-grey-09);
1780
2352
  box-sizing: content-box;
1781
2353
  min-width: 321px;
1782
2354
  position: absolute;
@@ -1787,20 +2359,20 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1787
2359
  opacity: 0;
1788
2360
  }
1789
2361
  @media (min-width: 1198px) {
1790
- ._PuckCanvas-root_18jay_30 {
2362
+ ._PuckCanvas-root_t6s9b_42 {
1791
2363
  min-width: unset;
1792
2364
  }
1793
2365
  }
1794
2366
  @media (prefers-reduced-motion: reduce) {
1795
- ._PuckCanvas-root_18jay_30 {
2367
+ ._PuckCanvas-root_t6s9b_42 {
1796
2368
  transition: none !important;
1797
2369
  }
1798
2370
  }
1799
- ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
2371
+ ._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-root_t6s9b_42 {
1800
2372
  pointer-events: unset;
1801
2373
  opacity: 1;
1802
2374
  }
1803
- ._PuckCanvas-loader_18jay_60 {
2375
+ ._PuckCanvas-loader_t6s9b_72 {
1804
2376
  align-items: center;
1805
2377
  color: var(--puck-color-grey-06);
1806
2378
  display: flex;
@@ -1809,112 +2381,20 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1809
2381
  transition: opacity 250ms ease-out;
1810
2382
  opacity: 0;
1811
2383
  }
1812
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
2384
+ ._PuckCanvas--showLoader_t6s9b_82 ._PuckCanvas-loader_t6s9b_72 {
1813
2385
  opacity: 1;
1814
2386
  }
1815
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
2387
+ ._PuckCanvas--showLoader_t6s9b_82._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-loader_t6s9b_72 {
1816
2388
  opacity: 0;
1817
2389
  height: 0;
1818
2390
  transition: none;
1819
2391
  }
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);
2392
+ ._PuckCanvas-controls_t6s9b_17 {
2393
+ padding-bottom: calc(var(--puck-space-px) * 0.5);
1913
2394
  }
1914
- @media (min-width: 638px) {
1915
- ._PuckHeader-menuButton_15xnq_49 {
1916
- display: none;
1917
- }
2395
+ ._PuckCanvas--fullScreen_t6s9b_22 ._PuckCanvas-controls_t6s9b_17 {
2396
+ padding-bottom: 0;
2397
+ z-index: 1;
1918
2398
  }
1919
2399
 
1920
2400
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
@@ -1951,31 +2431,198 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1951
2431
  }
1952
2432
 
1953
2433
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
1954
- ._Sidebar_1xksb_1 {
2434
+ ._Sidebar_o396p_1 {
2435
+ border-block-start: 1px solid var(--puck-color-grey-09);
1955
2436
  position: relative;
1956
- display: flex;
2437
+ display: none;
1957
2438
  flex-direction: column;
1958
2439
  overflow-y: auto;
1959
2440
  }
1960
- ._Sidebar--left_1xksb_8 {
2441
+ ._Sidebar--isVisible_o396p_9 {
2442
+ display: flex;
2443
+ }
2444
+ ._Sidebar--left_o396p_13 {
1961
2445
  background: var(--puck-color-grey-12);
1962
- border-inline-end: 1px solid var(--puck-color-grey-09);
1963
2446
  grid-area: left;
1964
2447
  }
1965
- ._Sidebar--right_1xksb_14 {
2448
+ @media (min-width: 766px) {
2449
+ ._Sidebar--left_o396p_13 {
2450
+ border-block-start: 0;
2451
+ border-inline-end: 1px solid var(--puck-color-grey-09);
2452
+ }
2453
+ }
2454
+ ._Sidebar--right_o396p_25 {
1966
2455
  background: var(--puck-color-white);
1967
- border-inline-start: 1px solid var(--puck-color-grey-09);
1968
2456
  grid-area: right;
1969
2457
  }
1970
- ._Sidebar-resizeHandle_1xksb_20 {
2458
+ @media (min-width: 766px) {
2459
+ ._Sidebar--right_o396p_25 {
2460
+ border-block-start: 0;
2461
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2462
+ }
2463
+ }
2464
+ ._Sidebar-resizeHandle_o396p_37 {
1971
2465
  position: absolute;
1972
2466
  height: 100%;
1973
2467
  }
1974
- ._Sidebar--left_1xksb_8 + ._Sidebar-resizeHandle_1xksb_20 {
2468
+ ._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
1975
2469
  grid-area: left;
1976
2470
  justify-self: end;
1977
2471
  }
1978
- ._Sidebar--right_1xksb_14 + ._Sidebar-resizeHandle_1xksb_20 {
2472
+ ._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
1979
2473
  grid-area: right;
1980
2474
  justify-self: start;
1981
2475
  }
2476
+
2477
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2478
+ ._Nav_1tvxq_1 {
2479
+ display: flex;
2480
+ }
2481
+ ._Nav-list_1tvxq_5 {
2482
+ display: flex;
2483
+ list-style: none;
2484
+ margin: 0;
2485
+ padding: 0;
2486
+ overflow-x: auto;
2487
+ gap: 8px;
2488
+ }
2489
+ @media (min-width: 638px) {
2490
+ ._Nav-list_1tvxq_5 {
2491
+ padding-top: 32px;
2492
+ flex-direction: column;
2493
+ gap: 16px;
2494
+ width: 100%;
2495
+ }
2496
+ }
2497
+ ._Nav-mobileActions_1tvxq_23 {
2498
+ align-items: center;
2499
+ display: flex;
2500
+ justify-content: center;
2501
+ margin-inline-start: auto;
2502
+ padding: 4px 16px;
2503
+ border-inline-start: 1px solid var(--puck-color-grey-09);
2504
+ }
2505
+ @media (min-width: 638px) {
2506
+ ._Nav-mobileActions_1tvxq_23 {
2507
+ display: none;
2508
+ }
2509
+ }
2510
+ ._NavItem-link_1tvxq_38 {
2511
+ text-align: center;
2512
+ align-items: center;
2513
+ color: var(--puck-color-grey-03);
2514
+ display: flex;
2515
+ gap: 8px;
2516
+ text-decoration: none;
2517
+ cursor: pointer;
2518
+ border-radius: 4px;
2519
+ padding: 8px 4px;
2520
+ width: 64px;
2521
+ box-sizing: border-box;
2522
+ }
2523
+ @media (min-width: 638px) {
2524
+ ._NavItem-link_1tvxq_38 {
2525
+ width: auto;
2526
+ }
2527
+ }
2528
+ ._NavItem_1tvxq_38:first-of-type {
2529
+ padding-left: 16px;
2530
+ }
2531
+ ._NavItem_1tvxq_38:last-of-type {
2532
+ padding-right: 16px;
2533
+ }
2534
+ @media (min-width: 638px) {
2535
+ ._NavItem_1tvxq_38:first-of-type,
2536
+ ._NavItem_1tvxq_38:last-of-type {
2537
+ padding: 0;
2538
+ }
2539
+ }
2540
+ ._NavItem-link_1tvxq_38 {
2541
+ border-top: 4px solid transparent;
2542
+ border-bottom: 4px solid transparent;
2543
+ border-radius: 0;
2544
+ flex-direction: column;
2545
+ font-size: var(--puck-font-size-xxxs);
2546
+ }
2547
+ @media (min-width: 638px) {
2548
+ ._NavItem-link_1tvxq_38 {
2549
+ border: 0;
2550
+ border-left: 4px solid transparent;
2551
+ border-right: 4px solid transparent;
2552
+ }
2553
+ }
2554
+ ._NavItem-linkIcon_1tvxq_89 {
2555
+ height: 24px;
2556
+ width: 24px;
2557
+ }
2558
+ ._NavItem--active_1tvxq_94 > ._NavItem-link_1tvxq_38 {
2559
+ background-color: var(--puck-color-azure-10);
2560
+ color: var(--puck-color-azure-04);
2561
+ font-weight: 600;
2562
+ }
2563
+ ._NavItem--active_1tvxq_94 > ._NavItem-link_1tvxq_38 {
2564
+ background-color: transparent;
2565
+ border-top-color: var(--puck-color-azure-04);
2566
+ border-top-right-radius: 0;
2567
+ border-bottom-right-radius: 0;
2568
+ font-weight: 600;
2569
+ }
2570
+ @media (min-width: 638px) {
2571
+ ._NavItem--active_1tvxq_94 > ._NavItem-link_1tvxq_38 {
2572
+ border-top-color: transparent;
2573
+ border-right-color: var(--puck-color-azure-04);
2574
+ }
2575
+ }
2576
+ ._NavItem_1tvxq_38:not(._NavItem--active_1tvxq_94) > ._NavItem-link_1tvxq_38:hover {
2577
+ background-color: var(--puck-color-azure-11);
2578
+ color: var(--puck-color-azure-04);
2579
+ }
2580
+ @media (min-width: 638px) {
2581
+ ._NavItem--mobileOnly_1tvxq_121 {
2582
+ display: none;
2583
+ }
2584
+ }
2585
+ ._NavItem--desktopOnly_1tvxq_126 {
2586
+ display: none;
2587
+ }
2588
+ @media (min-width: 638px) {
2589
+ ._NavItem--desktopOnly_1tvxq_126 {
2590
+ display: block;
2591
+ }
2592
+ }
2593
+
2594
+ /* css-module:/home/runner/work/puck/puck/packages/core/plugins/blocks/styles.module.css/#css-module-data */
2595
+ ._BlocksPlugin_1ey1i_1 {
2596
+ padding: 16px;
2597
+ height: 100%;
2598
+ overflow-y: auto;
2599
+ box-sizing: border-box;
2600
+ }
2601
+
2602
+ /* css-module:/home/runner/work/puck/puck/packages/core/plugins/outline/styles.module.css/#css-module-data */
2603
+ ._OutlinePlugin_q92j6_1 {
2604
+ padding: 16px;
2605
+ height: 100%;
2606
+ overflow-y: auto;
2607
+ box-sizing: border-box;
2608
+ }
2609
+
2610
+ /* css-module:/home/runner/work/puck/puck/packages/core/plugins/fields/styles.module.css/#css-module-data */
2611
+ ._FieldsPlugin_nd930_1 {
2612
+ background: white;
2613
+ height: 100%;
2614
+ overflow-y: auto;
2615
+ }
2616
+ ._FieldsPlugin-header_nd930_7 {
2617
+ border-bottom: 1px solid var(--puck-color-grey-09);
2618
+ font-weight: 600;
2619
+ padding-bottom: 8px;
2620
+ padding-left: 16px;
2621
+ padding-right: 16px;
2622
+ padding-top: 8px;
2623
+ }
2624
+ @media (min-width: 638px) {
2625
+ ._FieldsPlugin-header_nd930_7 {
2626
+ padding: 16px;
2627
+ }
2628
+ }