@measured/puck 0.21.0-canary.e9d5c0ea → 0.21.0-canary.eb8ea5ce

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