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

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-Cvtjzg9C.d.mts → actions-tsxxcX1z.d.mts} +265 -75
  6. package/dist/{walk-tree-Cvtjzg9C.d.ts → actions-tsxxcX1z.d.ts} +265 -75
  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-V2FU5KB6.mjs → chunk-FYH73R7R.mjs} +5057 -6952
  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 +402 -133
  27. package/dist/index.d.mts +106 -115
  28. package/dist/index.d.ts +106 -115
  29. package/dist/index.js +6768 -3510
  30. package/dist/index.mjs +28 -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 +549 -276
  40. package/dist/no-external.d.mts +19 -2
  41. package/dist/no-external.d.ts +19 -2
  42. package/dist/no-external.js +6769 -3508
  43. package/dist/no-external.mjs +30 -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 +455 -54
  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-C24EBUN6.mjs +0 -971
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,21 +1582,22 @@ 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
 
@@ -1435,14 +1692,6 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1435
1692
  margin-inline-start: auto;
1436
1693
  }
1437
1694
 
1438
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Components/styles.module.css/#css-module-data */
1439
- ._Components_3pbdy_1 {
1440
- padding: 16px;
1441
- height: 100%;
1442
- overflow-y: auto;
1443
- box-sizing: border-box;
1444
- }
1445
-
1446
1695
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1447
1696
  ._PuckPreview_z2rgu_1 {
1448
1697
  position: relative;
@@ -1557,33 +1806,25 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1557
1806
  margin-top: 4px;
1558
1807
  }
1559
1808
 
1560
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Outline/styles.module.css/#css-module-data */
1561
- ._Outline_cvjlj_1 {
1562
- padding: 16px;
1563
- height: 100%;
1564
- overflow-y: auto;
1565
- box-sizing: border-box;
1566
- }
1567
-
1568
1809
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1569
- ._Puck_hv23j_19 {
1810
+ ._Puck_1dd16_19 {
1570
1811
  --puck-space-px: 16px;
1571
1812
  font-family: var(--puck-font-family);
1572
1813
  overflow-x: hidden;
1573
1814
  }
1574
1815
  @media (min-width: 766px) {
1575
- ._Puck_hv23j_19 {
1816
+ ._Puck_1dd16_19 {
1576
1817
  overflow-x: auto;
1577
1818
  }
1578
1819
  }
1579
- ._Puck-portal_hv23j_31 {
1820
+ ._Puck-portal_1dd16_31 {
1580
1821
  position: relative;
1581
1822
  z-index: 2;
1582
1823
  }
1583
- ._PuckLayout_hv23j_36 {
1584
- height: 100%;
1824
+ ._PuckLayout_1dd16_36 {
1825
+ height: 100dvh;
1585
1826
  }
1586
- ._PuckLayout-inner_hv23j_40 {
1827
+ ._PuckLayout-inner_1dd16_40 {
1587
1828
  --puck-frame-width: auto;
1588
1829
  --puck-side-nav-width: min-content;
1589
1830
  --puck-side-bar-width: 0px;
@@ -1601,87 +1842,90 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1601
1842
  overflow: hidden;
1602
1843
  }
1603
1844
  @media (min-width: 638px) {
1604
- ._PuckLayout-inner_hv23j_40 {
1845
+ ._PuckLayout-inner_1dd16_40 {
1605
1846
  --puck-side-nav-width: 68px;
1606
1847
  grid-template-areas: "header header header header" "sidenav left editor right";
1607
1848
  grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1608
1849
  grid-template-rows: min-content auto;
1609
1850
  }
1851
+ ._Puck--hidePlugins_1dd16_72 ._PuckLayout-inner_1dd16_40 {
1852
+ --puck-side-nav-width: 0;
1853
+ }
1610
1854
  }
1611
- ._PuckLayout--mounted_hv23j_73 ._PuckLayout-inner_hv23j_40 {
1855
+ ._PuckLayout--mounted_1dd16_77 ._PuckLayout-inner_1dd16_40 {
1612
1856
  --puck-side-bar-width: 186px;
1613
1857
  }
1614
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40 {
1858
+ ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40 {
1615
1859
  grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
1616
1860
  }
1617
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
1861
+ ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--isExpanded_1dd16_87 ._PuckLayout-inner_1dd16_40 {
1618
1862
  grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
1619
1863
  }
1620
1864
  @media (min-width: 638px) {
1621
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40 {
1865
+ ._PuckLayout--mobilePanelHeightToggle_1dd16_81._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-inner_1dd16_40 {
1622
1866
  grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1623
1867
  grid-template-rows: min-content auto;
1624
1868
  }
1625
1869
  }
1626
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1627
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
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 {
1628
1872
  grid-template-rows: 0 auto min-content 0 var(--puck-side-nav-width);
1629
1873
  }
1630
1874
  @media (min-width: 638px) {
1631
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1632
- ._PuckLayout--mobilePanelHeightToggle_hv23j_77._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40,
1633
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-inner_hv23j_40,
1634
- ._PuckLayout--mobilePanelHeightMinContent_hv23j_101._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--isExpanded_hv23j_83 ._PuckLayout-inner_hv23j_40 {
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 {
1635
1879
  grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1636
1880
  grid-template-rows: min-content auto;
1637
1881
  }
1638
1882
  }
1639
1883
  @media (min-width: 638px) {
1640
- ._PuckLayout--rightSideBarVisible_hv23j_128 ._PuckLayout-inner_hv23j_40 {
1884
+ ._PuckLayout--rightSideBarVisible_1dd16_132 ._PuckLayout-inner_1dd16_40 {
1641
1885
  grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1642
1886
  }
1643
1887
  }
1644
1888
  @media (min-width: 638px) {
1645
- ._PuckLayout--leftSideBarVisible_hv23j_77._PuckLayout--rightSideBarVisible_hv23j_128 ._PuckLayout-inner_hv23j_40 {
1889
+ ._PuckLayout--leftSideBarVisible_1dd16_81._PuckLayout--rightSideBarVisible_1dd16_132 ._PuckLayout-inner_1dd16_40 {
1646
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);
1647
1891
  }
1648
1892
  }
1649
1893
  @media (min-width: 458px) {
1650
- ._PuckLayout-mounted_hv23j_147 ._PuckLayout-inner_hv23j_40 {
1894
+ ._PuckLayout-mounted_1dd16_151 ._PuckLayout-inner_1dd16_40 {
1651
1895
  --puck-frame-width: minmax(266px, auto);
1652
1896
  }
1653
1897
  }
1654
1898
  @media (min-width: 638px) {
1655
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1899
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1656
1900
  --puck-side-bar-width: minmax(186px, 250px);
1657
1901
  }
1658
1902
  }
1659
1903
  @media (min-width: 766px) {
1660
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1904
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1661
1905
  --puck-frame-width: auto;
1662
1906
  }
1663
1907
  }
1664
1908
  @media (min-width: 990px) {
1665
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1909
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1666
1910
  --puck-side-bar-width: 256px;
1667
1911
  }
1668
1912
  }
1669
1913
  @media (min-width: 1198px) {
1670
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1914
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1671
1915
  --puck-side-bar-width: 274px;
1672
1916
  }
1673
1917
  }
1674
1918
  @media (min-width: 1398px) {
1675
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1919
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1676
1920
  --puck-side-bar-width: 290px;
1677
1921
  }
1678
1922
  }
1679
1923
  @media (min-width: 1598px) {
1680
- ._PuckLayout_hv23j_36 ._PuckLayout-inner_hv23j_40 {
1924
+ ._PuckLayout_1dd16_36 ._PuckLayout-inner_1dd16_40 {
1681
1925
  --puck-side-bar-width: 320px;
1682
1926
  }
1683
1927
  }
1684
- ._PuckLayout-nav_hv23j_188 {
1928
+ ._PuckLayout-nav_1dd16_192 {
1685
1929
  border-top: 1px solid var(--puck-color-grey-09);
1686
1930
  background-color: var(--puck-color-grey-12);
1687
1931
  grid-area: sidenav;
@@ -1689,35 +1933,35 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1689
1933
  width: 100%;
1690
1934
  }
1691
1935
  @media (min-width: 638px) {
1692
- ._PuckLayout-nav_hv23j_188 {
1936
+ ._PuckLayout-nav_1dd16_192 {
1693
1937
  border-top: 0;
1694
1938
  border-right: 1px solid var(--puck-color-grey-09);
1695
1939
  box-sizing: border-box;
1696
1940
  }
1697
1941
  }
1698
- ._PuckLayout-header_hv23j_204 {
1942
+ ._PuckLayout-header_1dd16_208 {
1699
1943
  grid-area: header;
1700
1944
  }
1701
- ._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-header_hv23j_204 {
1945
+ ._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-header_1dd16_208 {
1702
1946
  overflow: hidden;
1703
1947
  }
1704
1948
  @media (min-width: 638px) {
1705
- ._PuckLayout--leftSideBarVisible_hv23j_77 ._PuckLayout-header_hv23j_204 {
1949
+ ._PuckLayout--leftSideBarVisible_1dd16_81 ._PuckLayout-header_1dd16_208 {
1706
1950
  overflow: auto;
1707
1951
  }
1708
1952
  }
1709
- ._PuckPluginTab_hv23j_218 {
1953
+ ._PuckPluginTab_1dd16_222 {
1710
1954
  display: none;
1711
1955
  flex-grow: 1;
1712
- overflow: hidden;
1956
+ max-height: 100%;
1713
1957
  }
1714
- ._PuckPluginTab--visible_hv23j_224 {
1958
+ ._PuckPluginTab--visible_1dd16_228 {
1715
1959
  display: flex;
1716
1960
  flex-direction: column;
1717
1961
  }
1718
- ._PuckPluginTab-body_hv23j_229 {
1962
+ ._PuckPluginTab-body_1dd16_233 {
1719
1963
  flex-grow: 1;
1720
- overflow: hidden;
1964
+ max-height: 100%;
1721
1965
  }
1722
1966
 
1723
1967
  /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
@@ -1765,7 +2009,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1765
2009
  }
1766
2010
 
1767
2011
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1768
- ._PuckHeader_1bhmt_1 {
2012
+ ._PuckHeader_63pti_1 {
1769
2013
  background: var(--puck-color-white);
1770
2014
  border-bottom: 1px solid var(--puck-color-grey-09);
1771
2015
  color: var(--puck-color-black);
@@ -1774,11 +2018,14 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1774
2018
  max-width: 100vw;
1775
2019
  }
1776
2020
  @media (min-width: 638px) {
1777
- ._PuckHeader_1bhmt_1 {
2021
+ ._PuckHeader_63pti_1 {
1778
2022
  padding-left: 67px;
1779
2023
  }
2024
+ ._PuckHeader--hidePlugins_63pti_15 {
2025
+ padding-left: 0;
2026
+ }
1780
2027
  }
1781
- ._PuckHeader-inner_1bhmt_16 {
2028
+ ._PuckHeader-inner_63pti_20 {
1782
2029
  align-items: end;
1783
2030
  display: grid;
1784
2031
  gap: var(--puck-space-px);
@@ -1788,91 +2035,88 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1788
2035
  padding: var(--puck-space-px);
1789
2036
  }
1790
2037
  @media (min-width: 638px) {
1791
- ._PuckHeader-inner_1bhmt_16 {
2038
+ ._PuckHeader-inner_63pti_20 {
1792
2039
  border-left: 1px solid var(--puck-color-grey-09);
1793
2040
  }
2041
+ ._PuckHeader--hidePlugins_63pti_15 ._PuckHeader-inner_63pti_20 {
2042
+ border-left: none;
2043
+ }
1794
2044
  }
1795
- ._PuckHeader-toggle_1bhmt_32 {
2045
+ ._PuckHeader-toggle_63pti_40 {
1796
2046
  color: var(--puck-color-grey-05);
1797
2047
  display: flex;
1798
2048
  margin-inline-start: -4px;
1799
2049
  padding-top: 2px;
1800
2050
  }
1801
- ._PuckHeader--rightSideBarVisible_1bhmt_39 ._PuckHeader-rightSideBarToggle_1bhmt_39,
1802
- ._PuckHeader--leftSideBarVisible_1bhmt_40 ._PuckHeader-leftSideBarToggle_1bhmt_40 {
2051
+ ._PuckHeader--rightSideBarVisible_63pti_47 ._PuckHeader-rightSideBarToggle_63pti_47,
2052
+ ._PuckHeader--leftSideBarVisible_63pti_48 ._PuckHeader-leftSideBarToggle_63pti_48 {
1803
2053
  color: var(--puck-color-black);
1804
2054
  }
1805
- ._PuckHeader-rightSideBarToggle_1bhmt_39,
1806
- ._PuckHeader-leftSideBarToggle_1bhmt_40 {
2055
+ ._PuckHeader-rightSideBarToggle_63pti_47,
2056
+ ._PuckHeader-leftSideBarToggle_63pti_48 {
1807
2057
  display: none;
1808
2058
  }
1809
2059
  @media (min-width: 638px) {
1810
- ._PuckHeader-rightSideBarToggle_1bhmt_39,
1811
- ._PuckHeader-leftSideBarToggle_1bhmt_40 {
2060
+ ._PuckHeader-rightSideBarToggle_63pti_47,
2061
+ ._PuckHeader-leftSideBarToggle_63pti_48 {
1812
2062
  display: block;
1813
2063
  }
1814
2064
  }
1815
- ._PuckHeader-title_1bhmt_56 {
2065
+ ._PuckHeader-title_63pti_64 {
1816
2066
  align-self: center;
1817
2067
  }
1818
- ._PuckHeader-path_1bhmt_60 {
2068
+ ._PuckHeader-path_63pti_68 {
1819
2069
  font-family: var(--puck-font-family-monospaced);
1820
2070
  font-size: var(--puck-font-size-xxs);
1821
2071
  font-weight: normal;
1822
2072
  word-break: break-all;
1823
2073
  }
1824
- ._PuckHeader-tools_1bhmt_67 {
2074
+ ._PuckHeader-tools_63pti_75 {
1825
2075
  display: flex;
1826
2076
  gap: 16px;
1827
2077
  justify-content: flex-end;
1828
2078
  }
1829
- ._PuckHeader-menuButton_1bhmt_73 {
2079
+ ._PuckHeader-menuButton_63pti_81 {
1830
2080
  color: var(--puck-color-grey-05);
1831
2081
  margin-inline-start: -4px;
1832
2082
  }
1833
- ._PuckHeader--menuOpen_1bhmt_78 ._PuckHeader-menuButton_1bhmt_73 {
2083
+ ._PuckHeader--menuOpen_63pti_86 ._PuckHeader-menuButton_63pti_81 {
1834
2084
  color: var(--puck-color-black);
1835
2085
  }
1836
2086
  @media (min-width: 638px) {
1837
- ._PuckHeader-menuButton_1bhmt_73 {
2087
+ ._PuckHeader-menuButton_63pti_81 {
1838
2088
  display: none;
1839
2089
  }
1840
2090
  }
1841
2091
 
1842
2092
  /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1843
- ._SidebarSection_8boj8_1 {
2093
+ ._SidebarSection_5otpt_1 {
1844
2094
  display: flex;
1845
2095
  position: relative;
1846
2096
  flex-direction: column;
1847
2097
  color: var(--puck-color-black);
1848
2098
  }
1849
- ._SidebarSection_8boj8_1:last-of-type {
2099
+ ._SidebarSection_5otpt_1:last-of-type {
1850
2100
  flex-grow: 1;
1851
2101
  }
1852
- ._SidebarSection-title_8boj8_12 {
2102
+ ._SidebarSection-title_5otpt_12 {
1853
2103
  background: var(--puck-color-white);
1854
2104
  padding: 16px;
1855
2105
  border-bottom: 1px solid var(--puck-color-grey-09);
1856
2106
  border-top: 1px solid var(--puck-color-grey-09);
1857
2107
  overflow-x: auto;
1858
2108
  }
1859
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
2109
+ ._SidebarSection--noBorderTop_5otpt_20 > ._SidebarSection-title_5otpt_12 {
1860
2110
  border-top: 0px;
1861
2111
  }
1862
- ._SidebarSection-content_8boj8_24 {
1863
- padding: 16px;
1864
- }
1865
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1866
- padding: 0px;
1867
- }
1868
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
2112
+ ._SidebarSection-content_5otpt_24:last-child {
1869
2113
  padding-bottom: 4px;
1870
2114
  }
1871
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
2115
+ ._SidebarSection_5otpt_1:last-of-type ._SidebarSection-content_5otpt_24 {
1872
2116
  border-bottom: none;
1873
2117
  flex-grow: 1;
1874
2118
  }
1875
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
2119
+ ._SidebarSection-breadcrumbLabel_5otpt_33 {
1876
2120
  background: none;
1877
2121
  border: 0;
1878
2122
  border-radius: 2px;
@@ -1883,34 +2127,34 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1883
2127
  padding: 0;
1884
2128
  transition: color 50ms ease-in;
1885
2129
  }
1886
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
2130
+ ._SidebarSection-breadcrumbLabel_5otpt_33:focus-visible {
1887
2131
  outline: 2px solid var(--puck-color-azure-05);
1888
2132
  outline-offset: 2px;
1889
2133
  }
1890
2134
  @media (hover: hover) and (pointer: fine) {
1891
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
2135
+ ._SidebarSection-breadcrumbLabel_5otpt_33:hover {
1892
2136
  color: var(--puck-color-azure-03);
1893
2137
  transition: none;
1894
2138
  }
1895
2139
  }
1896
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
2140
+ ._SidebarSection-breadcrumbLabel_5otpt_33:active {
1897
2141
  color: var(--puck-color-azure-02);
1898
2142
  transition: none;
1899
2143
  }
1900
- ._SidebarSection-breadcrumbs_8boj8_70 {
2144
+ ._SidebarSection-breadcrumbs_5otpt_62 {
1901
2145
  align-items: center;
1902
2146
  display: flex;
1903
2147
  gap: 4px;
1904
2148
  }
1905
- ._SidebarSection-breadcrumb_8boj8_41 {
2149
+ ._SidebarSection-breadcrumb_5otpt_33 {
1906
2150
  align-items: center;
1907
2151
  display: flex;
1908
2152
  gap: 4px;
1909
2153
  }
1910
- ._SidebarSection-heading_8boj8_82 {
2154
+ ._SidebarSection-heading_5otpt_74 {
1911
2155
  padding-inline-end: 16px;
1912
2156
  }
1913
- ._SidebarSection-loadingOverlay_8boj8_86 {
2157
+ ._SidebarSection-loadingOverlay_5otpt_78 {
1914
2158
  background: var(--puck-color-white);
1915
2159
  display: flex;
1916
2160
  justify-content: center;
@@ -2231,10 +2475,10 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2231
2475
  }
2232
2476
 
2233
2477
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
2234
- ._Nav_3nnxc_1 {
2478
+ ._Nav_1tvxq_1 {
2235
2479
  display: flex;
2236
2480
  }
2237
- ._Nav-list_3nnxc_5 {
2481
+ ._Nav-list_1tvxq_5 {
2238
2482
  display: flex;
2239
2483
  list-style: none;
2240
2484
  margin: 0;
@@ -2243,14 +2487,14 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2243
2487
  gap: 8px;
2244
2488
  }
2245
2489
  @media (min-width: 638px) {
2246
- ._Nav-list_3nnxc_5 {
2490
+ ._Nav-list_1tvxq_5 {
2247
2491
  padding-top: 32px;
2248
2492
  flex-direction: column;
2249
2493
  gap: 16px;
2250
2494
  width: 100%;
2251
2495
  }
2252
2496
  }
2253
- ._Nav-mobileActions_3nnxc_23 {
2497
+ ._Nav-mobileActions_1tvxq_23 {
2254
2498
  align-items: center;
2255
2499
  display: flex;
2256
2500
  justify-content: center;
@@ -2259,11 +2503,12 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2259
2503
  border-inline-start: 1px solid var(--puck-color-grey-09);
2260
2504
  }
2261
2505
  @media (min-width: 638px) {
2262
- ._Nav-mobileActions_3nnxc_23 {
2506
+ ._Nav-mobileActions_1tvxq_23 {
2263
2507
  display: none;
2264
2508
  }
2265
2509
  }
2266
- ._NavItem-link_3nnxc_38 {
2510
+ ._NavItem-link_1tvxq_38 {
2511
+ text-align: center;
2267
2512
  align-items: center;
2268
2513
  color: var(--puck-color-grey-03);
2269
2514
  display: flex;
@@ -2276,23 +2521,23 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2276
2521
  box-sizing: border-box;
2277
2522
  }
2278
2523
  @media (min-width: 638px) {
2279
- ._NavItem-link_3nnxc_38 {
2524
+ ._NavItem-link_1tvxq_38 {
2280
2525
  width: auto;
2281
2526
  }
2282
2527
  }
2283
- ._NavItem_3nnxc_38:first-of-type {
2528
+ ._NavItem_1tvxq_38:first-of-type {
2284
2529
  padding-left: 16px;
2285
2530
  }
2286
- ._NavItem_3nnxc_38:last-of-type {
2531
+ ._NavItem_1tvxq_38:last-of-type {
2287
2532
  padding-right: 16px;
2288
2533
  }
2289
2534
  @media (min-width: 638px) {
2290
- ._NavItem_3nnxc_38:first-of-type,
2291
- ._NavItem_3nnxc_38:last-of-type {
2535
+ ._NavItem_1tvxq_38:first-of-type,
2536
+ ._NavItem_1tvxq_38:last-of-type {
2292
2537
  padding: 0;
2293
2538
  }
2294
2539
  }
2295
- ._NavItem-link_3nnxc_38 {
2540
+ ._NavItem-link_1tvxq_38 {
2296
2541
  border-top: 4px solid transparent;
2297
2542
  border-bottom: 4px solid transparent;
2298
2543
  border-radius: 0;
@@ -2300,22 +2545,22 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2300
2545
  font-size: var(--puck-font-size-xxxs);
2301
2546
  }
2302
2547
  @media (min-width: 638px) {
2303
- ._NavItem-link_3nnxc_38 {
2548
+ ._NavItem-link_1tvxq_38 {
2304
2549
  border: 0;
2305
2550
  border-left: 4px solid transparent;
2306
2551
  border-right: 4px solid transparent;
2307
2552
  }
2308
2553
  }
2309
- ._NavItem-linkIcon_3nnxc_88 {
2554
+ ._NavItem-linkIcon_1tvxq_89 {
2310
2555
  height: 24px;
2311
2556
  width: 24px;
2312
2557
  }
2313
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2558
+ ._NavItem--active_1tvxq_94 > ._NavItem-link_1tvxq_38 {
2314
2559
  background-color: var(--puck-color-azure-10);
2315
2560
  color: var(--puck-color-azure-04);
2316
2561
  font-weight: 600;
2317
2562
  }
2318
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2563
+ ._NavItem--active_1tvxq_94 > ._NavItem-link_1tvxq_38 {
2319
2564
  background-color: transparent;
2320
2565
  border-top-color: var(--puck-color-azure-04);
2321
2566
  border-top-right-radius: 0;
@@ -2323,20 +2568,44 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
2323
2568
  font-weight: 600;
2324
2569
  }
2325
2570
  @media (min-width: 638px) {
2326
- ._NavItem--active_3nnxc_93 > ._NavItem-link_3nnxc_38 {
2571
+ ._NavItem--active_1tvxq_94 > ._NavItem-link_1tvxq_38 {
2327
2572
  border-top-color: transparent;
2328
2573
  border-right-color: var(--puck-color-azure-04);
2329
2574
  }
2330
2575
  }
2331
- ._NavItem_3nnxc_38:not(._NavItem--active_3nnxc_93) > ._NavItem-link_3nnxc_38:hover {
2576
+ ._NavItem_1tvxq_38:not(._NavItem--active_1tvxq_94) > ._NavItem-link_1tvxq_38:hover {
2332
2577
  background-color: var(--puck-color-azure-11);
2333
2578
  color: var(--puck-color-azure-04);
2334
2579
  }
2335
2580
  @media (min-width: 638px) {
2336
- ._NavItem--mobileOnly_3nnxc_120 {
2581
+ ._NavItem--mobileOnly_1tvxq_121 {
2337
2582
  display: none;
2338
2583
  }
2339
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
+ }
2340
2609
 
2341
2610
  /* css-module:/home/runner/work/puck/puck/packages/core/plugins/fields/styles.module.css/#css-module-data */
2342
2611
  ._FieldsPlugin_nd930_1 {