@measured/puck 0.21.0-canary.3aa27d1d → 0.21.0-canary.56be3202
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/Editor-CYTATURR.mjs +204 -0
- package/dist/Editor-F2LSS6SE.css +403 -0
- package/dist/Render-OFE6QLI2.mjs +55 -0
- package/dist/Render-QEMDIDQC.css +101 -0
- package/dist/{walk-tree-16XYcbNo.d.mts → actions-tsxxcX1z.d.mts} +29 -40
- package/dist/{walk-tree-16XYcbNo.d.ts → actions-tsxxcX1z.d.ts} +29 -40
- package/dist/chunk-72SA22GI.mjs +134 -0
- package/dist/chunk-CSSRLPHM.mjs +11 -0
- package/dist/chunk-M4QBB3JM.mjs +111 -0
- package/dist/chunk-M6W7YEVX.mjs +95 -0
- package/dist/chunk-MLTVJA2A.mjs +63 -0
- package/dist/chunk-MVJKIFF6.mjs +419 -0
- package/dist/chunk-NLUHDYVR.mjs +416 -0
- package/dist/chunk-NOJQSXRU.mjs +33 -0
- package/dist/{chunk-GFIVKP2H.mjs → chunk-PZ4SED7H.mjs} +6848 -9297
- package/dist/chunk-QBGM4ELA.mjs +528 -0
- package/dist/chunk-UNQOU2OI.mjs +53 -0
- package/dist/chunk-UUOBSXZR.mjs +1807 -0
- package/dist/chunk-V5I7CVLT.mjs +103 -0
- package/dist/chunk-V7333LON.mjs +708 -0
- package/dist/chunk-Y2EFNT5P.mjs +108 -0
- package/dist/full-2GJTAAZE.css +301 -0
- package/dist/full-GZ4L3XCF.mjs +93 -0
- package/dist/index-Ca6V6NQD.d.ts +118 -0
- package/dist/index-mQvUCH3C.d.mts +118 -0
- package/dist/index.css +856 -458
- package/dist/index.d.mts +32 -129
- package/dist/index.d.ts +32 -129
- package/dist/index.js +11790 -9359
- package/dist/index.mjs +32 -14
- package/dist/internal.d.mts +27 -0
- package/dist/internal.d.ts +27 -0
- package/dist/internal.js +908 -0
- package/dist/internal.mjs +13 -0
- package/dist/loaded-2MNXXPJP.mjs +57 -0
- package/dist/loaded-6QT4HD2O.mjs +57 -0
- package/dist/loaded-RVWBFK7L.css +87 -0
- package/dist/loaded-ZVPBQVNE.mjs +60 -0
- package/dist/no-external.css +988 -586
- package/dist/no-external.d.mts +4 -2
- package/dist/no-external.d.ts +4 -2
- package/dist/no-external.js +11793 -9359
- package/dist/no-external.mjs +34 -11
- package/dist/rsc.css +34 -26
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/rsc.js +249 -189
- package/dist/rsc.mjs +18 -9
- package/dist/walk-tree-Bh85NMeo.d.ts +29 -0
- package/dist/walk-tree-CDA3K5S3.d.mts +29 -0
- package/package.json +9 -4
- package/dist/chunk-SRDLYODX.mjs +0 -1245
package/dist/index.css
CHANGED
|
@@ -1098,100 +1098,6 @@ textarea._Input-input_bsxfo_26 {
|
|
|
1098
1098
|
padding-inline-start: 8px;
|
|
1099
1099
|
}
|
|
1100
1100
|
|
|
1101
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
1102
|
-
._RichTextEditor_1819a_1 .ProseMirror {
|
|
1103
|
-
white-space: pre-wrap;
|
|
1104
|
-
word-wrap: break-word;
|
|
1105
|
-
cursor: text;
|
|
1106
|
-
outline: none;
|
|
1107
|
-
position: relative;
|
|
1108
|
-
}
|
|
1109
|
-
._RichTextEditor_1819a_1 .rich-text * {
|
|
1110
|
-
white-space: pre-wrap;
|
|
1111
|
-
}
|
|
1112
|
-
._RichTextEditor_1819a_1 .rich-text blockquote {
|
|
1113
|
-
margin: 1em 0;
|
|
1114
|
-
padding: 0 1em;
|
|
1115
|
-
border-left: 4px solid var(--puck-color-grey-09);
|
|
1116
|
-
}
|
|
1117
|
-
._RichTextEditor_1819a_1 .rich-text code {
|
|
1118
|
-
background-color: var(--puck-color-grey-11);
|
|
1119
|
-
padding: 4px 8px;
|
|
1120
|
-
border-radius: 4px;
|
|
1121
|
-
}
|
|
1122
|
-
._RichTextEditor_1819a_1 .rich-text p:empty::before {
|
|
1123
|
-
content: "\a0";
|
|
1124
|
-
}
|
|
1125
|
-
._RichTextEditor_1819a_1 .rich-text pre code {
|
|
1126
|
-
display: block;
|
|
1127
|
-
padding: 8px 12px;
|
|
1128
|
-
}
|
|
1129
|
-
._RichTextEditor_1819a_1 .rich-text > *:first-child,
|
|
1130
|
-
._RichTextEditor_1819a_1 .ProseMirror > *:first-child,
|
|
1131
|
-
._RichTextEditor_1819a_1 .rich-text * p:first-of-type {
|
|
1132
|
-
margin-top: 0;
|
|
1133
|
-
}
|
|
1134
|
-
._RichTextEditor_1819a_1 .rich-text > *:last-child,
|
|
1135
|
-
._RichTextEditor_1819a_1 .ProseMirror > *:last-child,
|
|
1136
|
-
._RichTextEditor_1819a_1 .rich-text * p:last-of-type {
|
|
1137
|
-
margin-bottom: 0;
|
|
1138
|
-
}
|
|
1139
|
-
._RichTextEditor--editor_1819a_46 {
|
|
1140
|
-
background: var(--puck-color-white);
|
|
1141
|
-
border-width: 1px;
|
|
1142
|
-
border-style: solid;
|
|
1143
|
-
border-color: var(--puck-color-grey-09);
|
|
1144
|
-
border-radius: 4px;
|
|
1145
|
-
box-sizing: border-box;
|
|
1146
|
-
font-family: inherit;
|
|
1147
|
-
font-size: var(--puck-font-size-xxs);
|
|
1148
|
-
resize: vertical;
|
|
1149
|
-
transition: border-color 50ms ease-in;
|
|
1150
|
-
width: 100%;
|
|
1151
|
-
max-width: 100%;
|
|
1152
|
-
min-height: 128px;
|
|
1153
|
-
}
|
|
1154
|
-
._RichTextEditor--editor_1819a_46 .rich-text:not(:has(.ProseMirror)),
|
|
1155
|
-
._RichTextEditor--editor_1819a_46 .rich-text .ProseMirror {
|
|
1156
|
-
padding: 12px 15px;
|
|
1157
|
-
}
|
|
1158
|
-
._RichTextEditor--editor_1819a_46 .rich-text ul,
|
|
1159
|
-
._RichTextEditor--editor_1819a_46 .rich-text ol {
|
|
1160
|
-
padding-left: 24px;
|
|
1161
|
-
}
|
|
1162
|
-
._RichTextEditor--editor_1819a_46 .rich-text li {
|
|
1163
|
-
line-height: 1.5;
|
|
1164
|
-
}
|
|
1165
|
-
._RichTextEditor--editor_1819a_46 .rich-text p {
|
|
1166
|
-
margin-block: 12px;
|
|
1167
|
-
}
|
|
1168
|
-
._RichTextEditor--editor_1819a_46 .rich-text ul {
|
|
1169
|
-
list-style: disc;
|
|
1170
|
-
}
|
|
1171
|
-
._RichTextEditor--editor_1819a_46 .rich-text ol {
|
|
1172
|
-
list-style: decimal;
|
|
1173
|
-
}
|
|
1174
|
-
._RichTextEditor--editor_1819a_46:focus-within {
|
|
1175
|
-
border-color: var(--puck-color-grey-05);
|
|
1176
|
-
outline: 2px solid var(--puck-color-azure-05);
|
|
1177
|
-
transition: none;
|
|
1178
|
-
}
|
|
1179
|
-
._RichTextEditor--editor_1819a_46._RichTextEditor--disabled_1819a_95 {
|
|
1180
|
-
background: var(--puck-color-grey-11);
|
|
1181
|
-
}
|
|
1182
|
-
._RichTextEditor_1819a_1:not(:focus-within):not(._RichTextEditor--isActive_1819a_99) .ProseMirror ::selection {
|
|
1183
|
-
background-color: transparent;
|
|
1184
|
-
}
|
|
1185
|
-
._RichTextEditor-menu_1819a_105 {
|
|
1186
|
-
border-bottom: 1px solid var(--puck-color-grey-10);
|
|
1187
|
-
position: sticky;
|
|
1188
|
-
top: 0;
|
|
1189
|
-
z-index: 1;
|
|
1190
|
-
}
|
|
1191
|
-
._RichTextEditor--disabled_1819a_95 ._RichTextEditor-menu_1819a_105 {
|
|
1192
|
-
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
1101
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
1196
1102
|
._RichTextMenu_k97eh_1 {
|
|
1197
1103
|
display: flex;
|
|
@@ -1332,6 +1238,108 @@ textarea._Input-input_bsxfo_26 {
|
|
|
1332
1238
|
color: var(--puck-color-azure-04);
|
|
1333
1239
|
}
|
|
1334
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
|
+
|
|
1335
1343
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
1336
1344
|
._ObjectField_1ua3y_5 {
|
|
1337
1345
|
display: flex;
|
|
@@ -1593,393 +1601,697 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1593
1601
|
display: none;
|
|
1594
1602
|
}
|
|
1595
1603
|
|
|
1596
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/
|
|
1597
|
-
.
|
|
1598
|
-
display: flex;
|
|
1604
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
|
|
1605
|
+
._PuckFields_10bh7_1 {
|
|
1599
1606
|
position: relative;
|
|
1600
|
-
|
|
1601
|
-
color: var(--puck-color-black);
|
|
1607
|
+
font-family: var(--puck-font-family);
|
|
1602
1608
|
}
|
|
1603
|
-
.
|
|
1604
|
-
|
|
1609
|
+
._PuckFields--isLoading_10bh7_6 {
|
|
1610
|
+
min-height: 48px;
|
|
1605
1611
|
}
|
|
1606
|
-
.
|
|
1612
|
+
._PuckFields-loadingOverlay_10bh7_10 {
|
|
1607
1613
|
background: var(--puck-color-white);
|
|
1614
|
+
display: flex;
|
|
1615
|
+
justify-content: flex-end;
|
|
1616
|
+
align-items: flex-start;
|
|
1617
|
+
height: 100%;
|
|
1618
|
+
width: 100%;
|
|
1619
|
+
top: 0px;
|
|
1620
|
+
position: absolute;
|
|
1621
|
+
z-index: 1;
|
|
1622
|
+
pointer-events: all;
|
|
1623
|
+
box-sizing: border-box;
|
|
1624
|
+
opacity: 0.8;
|
|
1625
|
+
}
|
|
1626
|
+
._PuckFields-loadingOverlayInner_10bh7_25 {
|
|
1627
|
+
display: flex;
|
|
1608
1628
|
padding: 16px;
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
overflow-x: auto;
|
|
1629
|
+
position: sticky;
|
|
1630
|
+
top: 0;
|
|
1612
1631
|
}
|
|
1613
|
-
.
|
|
1614
|
-
|
|
1632
|
+
._PuckFields-field_10bh7_32 * {
|
|
1633
|
+
box-sizing: border-box;
|
|
1615
1634
|
}
|
|
1616
|
-
.
|
|
1635
|
+
._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
|
|
1636
|
+
color: var(--puck-color-grey-04);
|
|
1617
1637
|
padding: 16px;
|
|
1638
|
+
padding-bottom: 12px;
|
|
1639
|
+
display: block;
|
|
1618
1640
|
}
|
|
1619
|
-
.
|
|
1620
|
-
|
|
1641
|
+
._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
|
|
1642
|
+
border-top: 1px solid var(--puck-color-grey-09);
|
|
1643
|
+
margin-top: 8px;
|
|
1621
1644
|
}
|
|
1622
|
-
|
|
1623
|
-
|
|
1645
|
+
|
|
1646
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
|
|
1647
|
+
._ComponentList_1rrlt_1 {
|
|
1648
|
+
max-width: 100%;
|
|
1624
1649
|
}
|
|
1625
|
-
.
|
|
1626
|
-
|
|
1627
|
-
flex-grow: 1;
|
|
1650
|
+
._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
|
|
1651
|
+
margin-top: 12px;
|
|
1628
1652
|
}
|
|
1629
|
-
.
|
|
1630
|
-
|
|
1653
|
+
._ComponentList-content_1rrlt_9 {
|
|
1654
|
+
display: none;
|
|
1655
|
+
}
|
|
1656
|
+
._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
|
|
1657
|
+
display: block;
|
|
1658
|
+
}
|
|
1659
|
+
._ComponentList-title_1rrlt_17 {
|
|
1660
|
+
background-color: transparent;
|
|
1631
1661
|
border: 0;
|
|
1632
|
-
|
|
1633
|
-
color: var(--puck-color-azure-04);
|
|
1662
|
+
color: var(--puck-color-grey-05);
|
|
1634
1663
|
cursor: pointer;
|
|
1664
|
+
display: flex;
|
|
1635
1665
|
font: inherit;
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1666
|
+
font-size: var(--puck-font-size-xxxs);
|
|
1667
|
+
list-style: none;
|
|
1668
|
+
margin-bottom: 6px;
|
|
1669
|
+
padding: 8px;
|
|
1670
|
+
text-transform: uppercase;
|
|
1671
|
+
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
1672
|
+
gap: 4px;
|
|
1673
|
+
border-radius: 4px;
|
|
1674
|
+
width: 100%;
|
|
1639
1675
|
}
|
|
1640
|
-
.
|
|
1676
|
+
._ComponentList-title_1rrlt_17:focus-visible {
|
|
1641
1677
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1642
1678
|
outline-offset: 2px;
|
|
1643
1679
|
}
|
|
1644
1680
|
@media (hover: hover) and (pointer: fine) {
|
|
1645
|
-
.
|
|
1646
|
-
color: var(--puck-color-azure-
|
|
1681
|
+
._ComponentList-title_1rrlt_17:hover {
|
|
1682
|
+
background-color: var(--puck-color-azure-11);
|
|
1683
|
+
color: var(--puck-color-azure-04);
|
|
1647
1684
|
transition: none;
|
|
1648
1685
|
}
|
|
1649
1686
|
}
|
|
1650
|
-
.
|
|
1651
|
-
color: var(--puck-color-azure-
|
|
1687
|
+
._ComponentList-title_1rrlt_17:active {
|
|
1688
|
+
background-color: var(--puck-color-azure-10);
|
|
1652
1689
|
transition: none;
|
|
1653
1690
|
}
|
|
1654
|
-
.
|
|
1655
|
-
|
|
1656
|
-
display: flex;
|
|
1657
|
-
gap: 4px;
|
|
1691
|
+
._ComponentList-titleIcon_1rrlt_53 {
|
|
1692
|
+
margin-inline-start: auto;
|
|
1658
1693
|
}
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1694
|
+
|
|
1695
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Components/styles.module.css/#css-module-data */
|
|
1696
|
+
._Components_3pbdy_1 {
|
|
1697
|
+
padding: 16px;
|
|
1698
|
+
height: 100%;
|
|
1699
|
+
overflow-y: auto;
|
|
1700
|
+
box-sizing: border-box;
|
|
1663
1701
|
}
|
|
1664
|
-
|
|
1665
|
-
|
|
1702
|
+
|
|
1703
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
|
|
1704
|
+
._PuckPreview_z2rgu_1 {
|
|
1705
|
+
position: relative;
|
|
1706
|
+
height: 100%;
|
|
1666
1707
|
}
|
|
1667
|
-
.
|
|
1668
|
-
|
|
1669
|
-
display: flex;
|
|
1670
|
-
justify-content: center;
|
|
1671
|
-
align-items: center;
|
|
1708
|
+
._PuckPreview-frame_z2rgu_6 {
|
|
1709
|
+
border: none;
|
|
1672
1710
|
height: 100%;
|
|
1673
1711
|
width: 100%;
|
|
1674
|
-
top: 0;
|
|
1675
|
-
position: absolute;
|
|
1676
|
-
z-index: 1;
|
|
1677
|
-
pointer-events: all;
|
|
1678
|
-
box-sizing: border-box;
|
|
1679
|
-
opacity: 0.8;
|
|
1680
1712
|
}
|
|
1681
1713
|
|
|
1682
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/
|
|
1683
|
-
.
|
|
1684
|
-
--puck-
|
|
1685
|
-
font-family: var(--puck-font-family);
|
|
1714
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/LayerTree/styles.module.css/#css-module-data */
|
|
1715
|
+
._LayerTree_7rx04_1 {
|
|
1716
|
+
color: var(--puck-color-grey-03);
|
|
1717
|
+
font-family: var(--puck-font-family);
|
|
1718
|
+
font-size: var(--puck-font-size-xxs);
|
|
1719
|
+
margin: 0;
|
|
1720
|
+
position: relative;
|
|
1721
|
+
list-style: none;
|
|
1722
|
+
padding: 0;
|
|
1723
|
+
}
|
|
1724
|
+
._LayerTree-zoneTitle_7rx04_11 {
|
|
1725
|
+
color: var(--puck-color-grey-05);
|
|
1726
|
+
font-size: var(--puck-font-size-xxxs);
|
|
1727
|
+
text-transform: uppercase;
|
|
1728
|
+
}
|
|
1729
|
+
._LayerTree-helper_7rx04_17 {
|
|
1730
|
+
text-align: center;
|
|
1731
|
+
color: var(--puck-color-grey-07);
|
|
1732
|
+
margin: 8px 4px;
|
|
1733
|
+
}
|
|
1734
|
+
._Layer_7rx04_1 {
|
|
1735
|
+
position: relative;
|
|
1736
|
+
border: 1px solid transparent;
|
|
1737
|
+
border-radius: 4px;
|
|
1738
|
+
}
|
|
1739
|
+
._Layer-inner_7rx04_29 {
|
|
1740
|
+
border: 1px solid transparent;
|
|
1741
|
+
border-radius: 4px;
|
|
1742
|
+
transition: color 50ms ease-in;
|
|
1743
|
+
}
|
|
1744
|
+
._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
|
|
1745
|
+
padding-inline-start: 0;
|
|
1746
|
+
}
|
|
1747
|
+
._Layer-clickable_7rx04_39 {
|
|
1748
|
+
align-items: center;
|
|
1749
|
+
background: none;
|
|
1750
|
+
border: 0;
|
|
1751
|
+
border-radius: 4px;
|
|
1752
|
+
color: inherit;
|
|
1753
|
+
cursor: pointer;
|
|
1754
|
+
display: flex;
|
|
1755
|
+
font: inherit;
|
|
1756
|
+
padding-inline-start: 12px;
|
|
1757
|
+
padding-inline-end: 4px;
|
|
1758
|
+
width: 100%;
|
|
1759
|
+
}
|
|
1760
|
+
._Layer-clickable_7rx04_39:focus-visible {
|
|
1761
|
+
outline: 2px solid var(--puck-color-azure-05);
|
|
1762
|
+
outline-offset: 2px;
|
|
1763
|
+
position: relative;
|
|
1764
|
+
z-index: 1;
|
|
1765
|
+
}
|
|
1766
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1767
|
+
._Layer_7rx04_1:not(._Layer--isSelected_7rx04_61) > ._Layer-inner_7rx04_29:hover {
|
|
1768
|
+
border-color: var(--puck-color-azure-10);
|
|
1769
|
+
background: var(--puck-color-azure-11);
|
|
1770
|
+
color: var(--puck-color-azure-04);
|
|
1771
|
+
transition: none;
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
._Layer--isSelected_7rx04_61 {
|
|
1775
|
+
border-color: var(--puck-color-azure-08);
|
|
1776
|
+
}
|
|
1777
|
+
._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
|
|
1778
|
+
background: var(--puck-color-azure-10);
|
|
1779
|
+
}
|
|
1780
|
+
._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
|
|
1781
|
+
._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
|
|
1782
|
+
transform: scaleY(-1);
|
|
1783
|
+
}
|
|
1784
|
+
._Layer-zones_7rx04_82 {
|
|
1785
|
+
display: none;
|
|
1786
|
+
margin-inline-start: 12px;
|
|
1787
|
+
}
|
|
1788
|
+
._Layer--isSelected_7rx04_61 > ._Layer-zones_7rx04_82,
|
|
1789
|
+
._Layer--childIsSelected_7rx04_78 > ._Layer-zones_7rx04_82 {
|
|
1790
|
+
display: block;
|
|
1791
|
+
}
|
|
1792
|
+
._Layer-zones_7rx04_82 > ._LayerTree_7rx04_1 {
|
|
1793
|
+
margin-inline-start: 12px;
|
|
1794
|
+
}
|
|
1795
|
+
._Layer-title_7rx04_96,
|
|
1796
|
+
._LayerTree-zoneTitle_7rx04_11 {
|
|
1797
|
+
display: flex;
|
|
1798
|
+
gap: 8px;
|
|
1799
|
+
align-items: center;
|
|
1800
|
+
margin: 8px 4px;
|
|
1801
|
+
overflow-x: hidden;
|
|
1802
|
+
}
|
|
1803
|
+
._Layer-name_7rx04_105 {
|
|
1804
|
+
overflow-x: hidden;
|
|
1805
|
+
text-overflow: ellipsis;
|
|
1806
|
+
white-space: nowrap;
|
|
1807
|
+
}
|
|
1808
|
+
._Layer-icon_7rx04_111 {
|
|
1809
|
+
color: var(--puck-color-rose-07);
|
|
1810
|
+
margin-top: 4px;
|
|
1811
|
+
}
|
|
1812
|
+
._Layer-zoneIcon_7rx04_116 {
|
|
1813
|
+
color: var(--puck-color-grey-08);
|
|
1814
|
+
margin-top: 4px;
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Outline/styles.module.css/#css-module-data */
|
|
1818
|
+
._Outline_cvjlj_1 {
|
|
1819
|
+
padding: 16px;
|
|
1820
|
+
height: 100%;
|
|
1821
|
+
overflow-y: auto;
|
|
1822
|
+
box-sizing: border-box;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
|
|
1826
|
+
._Puck_hgcra_19 {
|
|
1827
|
+
--puck-space-px: 16px;
|
|
1828
|
+
font-family: var(--puck-font-family);
|
|
1829
|
+
height: 100%;
|
|
1686
1830
|
overflow-x: hidden;
|
|
1687
1831
|
}
|
|
1688
1832
|
@media (min-width: 766px) {
|
|
1689
|
-
.
|
|
1833
|
+
._Puck_hgcra_19 {
|
|
1690
1834
|
overflow-x: auto;
|
|
1691
1835
|
}
|
|
1692
1836
|
}
|
|
1693
|
-
._Puck-
|
|
1837
|
+
._Puck-portal_hgcra_32 {
|
|
1694
1838
|
position: relative;
|
|
1695
1839
|
z-index: 2;
|
|
1696
1840
|
}
|
|
1697
|
-
.
|
|
1841
|
+
._PuckLayout_hgcra_37 {
|
|
1842
|
+
height: 100dvh;
|
|
1843
|
+
}
|
|
1844
|
+
._PuckLayout-inner_hgcra_41 {
|
|
1698
1845
|
--puck-frame-width: auto;
|
|
1846
|
+
--puck-side-nav-width: min-content;
|
|
1699
1847
|
--puck-side-bar-width: 0px;
|
|
1700
1848
|
--puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
|
|
1701
1849
|
--puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
|
|
1850
|
+
background-color: var(--puck-color-grey-12);
|
|
1702
1851
|
display: grid;
|
|
1703
|
-
grid-template-areas: "header
|
|
1704
|
-
grid-template-columns:
|
|
1705
|
-
grid-template-rows: min-content auto;
|
|
1706
|
-
height:
|
|
1852
|
+
grid-template-areas: "header" "editor" "left" "right" "sidenav";
|
|
1853
|
+
grid-template-columns: var(--puck-frame-width);
|
|
1854
|
+
grid-template-rows: min-content auto 0 0 var(--puck-side-nav-width);
|
|
1855
|
+
height: 100%;
|
|
1707
1856
|
position: relative;
|
|
1857
|
+
transition: grid-template-rows 150ms ease-in;
|
|
1708
1858
|
z-index: 0;
|
|
1859
|
+
overflow: hidden;
|
|
1860
|
+
}
|
|
1861
|
+
@media (min-width: 638px) {
|
|
1862
|
+
._PuckLayout-inner_hgcra_41 {
|
|
1863
|
+
--puck-side-nav-width: 68px;
|
|
1864
|
+
grid-template-areas: "header header header header" "sidenav left editor right";
|
|
1865
|
+
grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
|
|
1866
|
+
grid-template-rows: min-content auto;
|
|
1867
|
+
}
|
|
1868
|
+
._Puck--hidePlugins_hgcra_73 ._PuckLayout-inner_hgcra_41 {
|
|
1869
|
+
--puck-side-nav-width: 0;
|
|
1870
|
+
}
|
|
1709
1871
|
}
|
|
1710
|
-
._PuckLayout--
|
|
1872
|
+
._PuckLayout--mounted_hgcra_78 ._PuckLayout-inner_hgcra_41 {
|
|
1711
1873
|
--puck-side-bar-width: 186px;
|
|
1712
1874
|
}
|
|
1713
|
-
._PuckLayout--
|
|
1714
|
-
grid-template-
|
|
1875
|
+
._PuckLayout--mobilePanelHeightToggle_hgcra_82._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-inner_hgcra_41 {
|
|
1876
|
+
grid-template-rows: 0 auto 30% 0 var(--puck-side-nav-width);
|
|
1715
1877
|
}
|
|
1716
|
-
._PuckLayout--
|
|
1717
|
-
grid-template-
|
|
1878
|
+
._PuckLayout--mobilePanelHeightToggle_hgcra_82._PuckLayout--leftSideBarVisible_hgcra_82._PuckLayout--isExpanded_hgcra_88 ._PuckLayout-inner_hgcra_41 {
|
|
1879
|
+
grid-template-rows: 0 auto 55% 0 var(--puck-side-nav-width);
|
|
1718
1880
|
}
|
|
1719
|
-
|
|
1720
|
-
|
|
1881
|
+
@media (min-width: 638px) {
|
|
1882
|
+
._PuckLayout--mobilePanelHeightToggle_hgcra_82._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-inner_hgcra_41 {
|
|
1883
|
+
grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
|
|
1884
|
+
grid-template-rows: min-content auto;
|
|
1885
|
+
}
|
|
1886
|
+
}
|
|
1887
|
+
._PuckLayout--mobilePanelHeightMinContent_hgcra_106._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-inner_hgcra_41,
|
|
1888
|
+
._PuckLayout--mobilePanelHeightMinContent_hgcra_106._PuckLayout--leftSideBarVisible_hgcra_82._PuckLayout--isExpanded_hgcra_88 ._PuckLayout-inner_hgcra_41 {
|
|
1889
|
+
grid-template-rows: 0 auto min-content 0 var(--puck-side-nav-width);
|
|
1890
|
+
}
|
|
1891
|
+
@media (min-width: 638px) {
|
|
1892
|
+
._PuckLayout--mobilePanelHeightToggle_hgcra_82._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-inner_hgcra_41,
|
|
1893
|
+
._PuckLayout--mobilePanelHeightToggle_hgcra_82._PuckLayout--leftSideBarVisible_hgcra_82._PuckLayout--isExpanded_hgcra_88 ._PuckLayout-inner_hgcra_41,
|
|
1894
|
+
._PuckLayout--mobilePanelHeightMinContent_hgcra_106._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-inner_hgcra_41,
|
|
1895
|
+
._PuckLayout--mobilePanelHeightMinContent_hgcra_106._PuckLayout--leftSideBarVisible_hgcra_82._PuckLayout--isExpanded_hgcra_88 ._PuckLayout-inner_hgcra_41 {
|
|
1896
|
+
grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
|
|
1897
|
+
grid-template-rows: min-content auto;
|
|
1898
|
+
}
|
|
1899
|
+
}
|
|
1900
|
+
@media (min-width: 638px) {
|
|
1901
|
+
._PuckLayout--rightSideBarVisible_hgcra_133 ._PuckLayout-inner_hgcra_41 {
|
|
1902
|
+
grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
@media (min-width: 638px) {
|
|
1906
|
+
._PuckLayout--leftSideBarVisible_hgcra_82._PuckLayout--rightSideBarVisible_hgcra_133 ._PuckLayout-inner_hgcra_41 {
|
|
1907
|
+
grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
|
|
1908
|
+
}
|
|
1721
1909
|
}
|
|
1722
1910
|
@media (min-width: 458px) {
|
|
1723
|
-
._PuckLayout-
|
|
1911
|
+
._PuckLayout-mounted_hgcra_152 ._PuckLayout-inner_hgcra_41 {
|
|
1724
1912
|
--puck-frame-width: minmax(266px, auto);
|
|
1725
1913
|
}
|
|
1726
1914
|
}
|
|
1727
1915
|
@media (min-width: 638px) {
|
|
1728
|
-
.
|
|
1916
|
+
._PuckLayout_hgcra_37 ._PuckLayout-inner_hgcra_41 {
|
|
1729
1917
|
--puck-side-bar-width: minmax(186px, 250px);
|
|
1730
1918
|
}
|
|
1731
1919
|
}
|
|
1732
1920
|
@media (min-width: 766px) {
|
|
1733
|
-
.
|
|
1921
|
+
._PuckLayout_hgcra_37 ._PuckLayout-inner_hgcra_41 {
|
|
1734
1922
|
--puck-frame-width: auto;
|
|
1735
1923
|
}
|
|
1736
1924
|
}
|
|
1737
1925
|
@media (min-width: 990px) {
|
|
1738
|
-
.
|
|
1926
|
+
._PuckLayout_hgcra_37 ._PuckLayout-inner_hgcra_41 {
|
|
1739
1927
|
--puck-side-bar-width: 256px;
|
|
1740
1928
|
}
|
|
1741
1929
|
}
|
|
1742
1930
|
@media (min-width: 1198px) {
|
|
1743
|
-
.
|
|
1931
|
+
._PuckLayout_hgcra_37 ._PuckLayout-inner_hgcra_41 {
|
|
1744
1932
|
--puck-side-bar-width: 274px;
|
|
1745
1933
|
}
|
|
1746
1934
|
}
|
|
1747
1935
|
@media (min-width: 1398px) {
|
|
1748
|
-
.
|
|
1936
|
+
._PuckLayout_hgcra_37 ._PuckLayout-inner_hgcra_41 {
|
|
1749
1937
|
--puck-side-bar-width: 290px;
|
|
1750
1938
|
}
|
|
1751
1939
|
}
|
|
1752
1940
|
@media (min-width: 1598px) {
|
|
1753
|
-
.
|
|
1941
|
+
._PuckLayout_hgcra_37 ._PuckLayout-inner_hgcra_41 {
|
|
1754
1942
|
--puck-side-bar-width: 320px;
|
|
1755
1943
|
}
|
|
1756
1944
|
}
|
|
1945
|
+
._PuckLayout-nav_hgcra_193 {
|
|
1946
|
+
border-top: 1px solid var(--puck-color-grey-09);
|
|
1947
|
+
background-color: var(--puck-color-grey-12);
|
|
1948
|
+
grid-area: sidenav;
|
|
1949
|
+
overflow: hidden;
|
|
1950
|
+
width: 100%;
|
|
1951
|
+
}
|
|
1952
|
+
@media (min-width: 638px) {
|
|
1953
|
+
._PuckLayout-nav_hgcra_193 {
|
|
1954
|
+
border-top: 0;
|
|
1955
|
+
border-right: 1px solid var(--puck-color-grey-09);
|
|
1956
|
+
box-sizing: border-box;
|
|
1957
|
+
}
|
|
1958
|
+
}
|
|
1959
|
+
._PuckLayout-header_hgcra_209 {
|
|
1960
|
+
grid-area: header;
|
|
1961
|
+
}
|
|
1962
|
+
._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-header_hgcra_209 {
|
|
1963
|
+
overflow: hidden;
|
|
1964
|
+
}
|
|
1965
|
+
@media (min-width: 638px) {
|
|
1966
|
+
._PuckLayout--leftSideBarVisible_hgcra_82 ._PuckLayout-header_hgcra_209 {
|
|
1967
|
+
overflow: auto;
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
._PuckPluginTab_hgcra_223 {
|
|
1971
|
+
display: none;
|
|
1972
|
+
flex-grow: 1;
|
|
1973
|
+
max-height: 100%;
|
|
1974
|
+
}
|
|
1975
|
+
._PuckPluginTab--visible_hgcra_229 {
|
|
1976
|
+
display: flex;
|
|
1977
|
+
flex-direction: column;
|
|
1978
|
+
}
|
|
1979
|
+
._PuckPluginTab-body_hgcra_234 {
|
|
1980
|
+
flex-grow: 1;
|
|
1981
|
+
max-height: 100%;
|
|
1982
|
+
}
|
|
1757
1983
|
|
|
1758
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/
|
|
1759
|
-
.
|
|
1760
|
-
|
|
1761
|
-
|
|
1984
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
|
|
1985
|
+
._MenuBar_8pf8c_1 {
|
|
1986
|
+
background-color: var(--puck-color-white);
|
|
1987
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1988
|
+
display: none;
|
|
1989
|
+
left: 0;
|
|
1990
|
+
margin-top: 1px;
|
|
1991
|
+
padding: 8px 16px;
|
|
1992
|
+
position: absolute;
|
|
1993
|
+
right: 0;
|
|
1994
|
+
top: 100%;
|
|
1995
|
+
z-index: 2;
|
|
1762
1996
|
}
|
|
1763
|
-
.
|
|
1764
|
-
|
|
1997
|
+
._MenuBar--menuOpen_8pf8c_14 {
|
|
1998
|
+
display: block;
|
|
1765
1999
|
}
|
|
1766
|
-
|
|
1767
|
-
|
|
2000
|
+
@media (min-width: 638px) {
|
|
2001
|
+
._MenuBar_8pf8c_1 {
|
|
2002
|
+
border: none;
|
|
2003
|
+
display: block;
|
|
2004
|
+
margin-top: 0;
|
|
2005
|
+
overflow-y: visible;
|
|
2006
|
+
padding: 0;
|
|
2007
|
+
position: static;
|
|
2008
|
+
}
|
|
2009
|
+
}
|
|
2010
|
+
._MenuBar-inner_8pf8c_29 {
|
|
2011
|
+
align-items: center;
|
|
1768
2012
|
display: flex;
|
|
2013
|
+
flex-wrap: wrap;
|
|
2014
|
+
gap: 8px 16px;
|
|
1769
2015
|
justify-content: flex-end;
|
|
1770
|
-
align-items: flex-start;
|
|
1771
|
-
height: 100%;
|
|
1772
|
-
width: 100%;
|
|
1773
|
-
top: 0px;
|
|
1774
|
-
position: absolute;
|
|
1775
|
-
z-index: 1;
|
|
1776
|
-
pointer-events: all;
|
|
1777
|
-
box-sizing: border-box;
|
|
1778
|
-
opacity: 0.8;
|
|
1779
2016
|
}
|
|
1780
|
-
|
|
2017
|
+
@media (min-width: 638px) {
|
|
2018
|
+
._MenuBar-inner_8pf8c_29 {
|
|
2019
|
+
display: flex;
|
|
2020
|
+
flex-direction: row;
|
|
2021
|
+
flex-wrap: nowrap;
|
|
2022
|
+
}
|
|
2023
|
+
}
|
|
2024
|
+
._MenuBar-history_8pf8c_45 {
|
|
1781
2025
|
display: flex;
|
|
1782
|
-
padding: 16px;
|
|
1783
|
-
position: sticky;
|
|
1784
|
-
top: 0;
|
|
1785
2026
|
}
|
|
1786
|
-
|
|
1787
|
-
|
|
2027
|
+
|
|
2028
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
|
|
2029
|
+
._PuckHeader_63pti_1 {
|
|
2030
|
+
background: var(--puck-color-white);
|
|
2031
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
2032
|
+
color: var(--puck-color-black);
|
|
2033
|
+
grid-area: header;
|
|
2034
|
+
position: relative;
|
|
2035
|
+
max-width: 100vw;
|
|
1788
2036
|
}
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
2037
|
+
@media (min-width: 638px) {
|
|
2038
|
+
._PuckHeader_63pti_1 {
|
|
2039
|
+
padding-left: 67px;
|
|
2040
|
+
}
|
|
2041
|
+
._PuckHeader--hidePlugins_63pti_15 {
|
|
2042
|
+
padding-left: 0;
|
|
2043
|
+
}
|
|
1794
2044
|
}
|
|
1795
|
-
.
|
|
1796
|
-
|
|
1797
|
-
|
|
2045
|
+
._PuckHeader-inner_63pti_20 {
|
|
2046
|
+
align-items: end;
|
|
2047
|
+
display: grid;
|
|
2048
|
+
gap: var(--puck-space-px);
|
|
2049
|
+
grid-template-areas: "left middle right";
|
|
2050
|
+
grid-template-columns: 1fr auto 1fr;
|
|
2051
|
+
grid-template-rows: auto;
|
|
2052
|
+
padding: var(--puck-space-px);
|
|
1798
2053
|
}
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
2054
|
+
@media (min-width: 638px) {
|
|
2055
|
+
._PuckHeader-inner_63pti_20 {
|
|
2056
|
+
border-left: 1px solid var(--puck-color-grey-09);
|
|
2057
|
+
}
|
|
2058
|
+
._PuckHeader--hidePlugins_63pti_15 ._PuckHeader-inner_63pti_20 {
|
|
2059
|
+
border-left: none;
|
|
2060
|
+
}
|
|
1803
2061
|
}
|
|
1804
|
-
.
|
|
1805
|
-
|
|
2062
|
+
._PuckHeader-toggle_63pti_40 {
|
|
2063
|
+
color: var(--puck-color-grey-05);
|
|
2064
|
+
display: flex;
|
|
2065
|
+
margin-inline-start: -4px;
|
|
2066
|
+
padding-top: 2px;
|
|
1806
2067
|
}
|
|
1807
|
-
.
|
|
2068
|
+
._PuckHeader--rightSideBarVisible_63pti_47 ._PuckHeader-rightSideBarToggle_63pti_47,
|
|
2069
|
+
._PuckHeader--leftSideBarVisible_63pti_48 ._PuckHeader-leftSideBarToggle_63pti_48 {
|
|
2070
|
+
color: var(--puck-color-black);
|
|
2071
|
+
}
|
|
2072
|
+
._PuckHeader-rightSideBarToggle_63pti_47,
|
|
2073
|
+
._PuckHeader-leftSideBarToggle_63pti_48 {
|
|
1808
2074
|
display: none;
|
|
1809
2075
|
}
|
|
1810
|
-
|
|
1811
|
-
|
|
2076
|
+
@media (min-width: 638px) {
|
|
2077
|
+
._PuckHeader-rightSideBarToggle_63pti_47,
|
|
2078
|
+
._PuckHeader-leftSideBarToggle_63pti_48 {
|
|
2079
|
+
display: block;
|
|
2080
|
+
}
|
|
1812
2081
|
}
|
|
1813
|
-
.
|
|
1814
|
-
|
|
1815
|
-
|
|
2082
|
+
._PuckHeader-title_63pti_64 {
|
|
2083
|
+
align-self: center;
|
|
2084
|
+
}
|
|
2085
|
+
._PuckHeader-path_63pti_68 {
|
|
2086
|
+
font-family: var(--puck-font-family-monospaced);
|
|
2087
|
+
font-size: var(--puck-font-size-xxs);
|
|
2088
|
+
font-weight: normal;
|
|
2089
|
+
word-break: break-all;
|
|
2090
|
+
}
|
|
2091
|
+
._PuckHeader-tools_63pti_75 {
|
|
2092
|
+
display: flex;
|
|
2093
|
+
gap: 16px;
|
|
2094
|
+
justify-content: flex-end;
|
|
2095
|
+
}
|
|
2096
|
+
._PuckHeader-menuButton_63pti_81 {
|
|
1816
2097
|
color: var(--puck-color-grey-05);
|
|
1817
|
-
|
|
2098
|
+
margin-inline-start: -4px;
|
|
2099
|
+
}
|
|
2100
|
+
._PuckHeader--menuOpen_63pti_86 ._PuckHeader-menuButton_63pti_81 {
|
|
2101
|
+
color: var(--puck-color-black);
|
|
2102
|
+
}
|
|
2103
|
+
@media (min-width: 638px) {
|
|
2104
|
+
._PuckHeader-menuButton_63pti_81 {
|
|
2105
|
+
display: none;
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2109
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
|
2110
|
+
._SidebarSection_5otpt_1 {
|
|
1818
2111
|
display: flex;
|
|
2112
|
+
position: relative;
|
|
2113
|
+
flex-direction: column;
|
|
2114
|
+
color: var(--puck-color-black);
|
|
2115
|
+
}
|
|
2116
|
+
._SidebarSection_5otpt_1:last-of-type {
|
|
2117
|
+
flex-grow: 1;
|
|
2118
|
+
}
|
|
2119
|
+
._SidebarSection-title_5otpt_12 {
|
|
2120
|
+
background: var(--puck-color-white);
|
|
2121
|
+
padding: 16px;
|
|
2122
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
2123
|
+
border-top: 1px solid var(--puck-color-grey-09);
|
|
2124
|
+
overflow-x: auto;
|
|
2125
|
+
}
|
|
2126
|
+
._SidebarSection--noBorderTop_5otpt_20 > ._SidebarSection-title_5otpt_12 {
|
|
2127
|
+
border-top: 0px;
|
|
2128
|
+
}
|
|
2129
|
+
._SidebarSection-content_5otpt_24:last-child {
|
|
2130
|
+
padding-bottom: 4px;
|
|
2131
|
+
}
|
|
2132
|
+
._SidebarSection_5otpt_1:last-of-type ._SidebarSection-content_5otpt_24 {
|
|
2133
|
+
border-bottom: none;
|
|
2134
|
+
flex-grow: 1;
|
|
2135
|
+
}
|
|
2136
|
+
._SidebarSection-breadcrumbLabel_5otpt_33 {
|
|
2137
|
+
background: none;
|
|
2138
|
+
border: 0;
|
|
2139
|
+
border-radius: 2px;
|
|
2140
|
+
color: var(--puck-color-azure-04);
|
|
2141
|
+
cursor: pointer;
|
|
1819
2142
|
font: inherit;
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
padding: 8px;
|
|
1824
|
-
text-transform: uppercase;
|
|
1825
|
-
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
1826
|
-
gap: 4px;
|
|
1827
|
-
border-radius: 4px;
|
|
1828
|
-
width: 100%;
|
|
2143
|
+
flex-shrink: 0;
|
|
2144
|
+
padding: 0;
|
|
2145
|
+
transition: color 50ms ease-in;
|
|
1829
2146
|
}
|
|
1830
|
-
.
|
|
2147
|
+
._SidebarSection-breadcrumbLabel_5otpt_33:focus-visible {
|
|
1831
2148
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1832
2149
|
outline-offset: 2px;
|
|
1833
2150
|
}
|
|
1834
2151
|
@media (hover: hover) and (pointer: fine) {
|
|
1835
|
-
.
|
|
1836
|
-
|
|
1837
|
-
color: var(--puck-color-azure-04);
|
|
2152
|
+
._SidebarSection-breadcrumbLabel_5otpt_33:hover {
|
|
2153
|
+
color: var(--puck-color-azure-03);
|
|
1838
2154
|
transition: none;
|
|
1839
2155
|
}
|
|
1840
2156
|
}
|
|
1841
|
-
.
|
|
1842
|
-
|
|
2157
|
+
._SidebarSection-breadcrumbLabel_5otpt_33:active {
|
|
2158
|
+
color: var(--puck-color-azure-02);
|
|
1843
2159
|
transition: none;
|
|
1844
2160
|
}
|
|
1845
|
-
.
|
|
1846
|
-
|
|
2161
|
+
._SidebarSection-breadcrumbs_5otpt_62 {
|
|
2162
|
+
align-items: center;
|
|
2163
|
+
display: flex;
|
|
2164
|
+
gap: 4px;
|
|
1847
2165
|
}
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
height: 100%;
|
|
2166
|
+
._SidebarSection-breadcrumb_5otpt_33 {
|
|
2167
|
+
align-items: center;
|
|
2168
|
+
display: flex;
|
|
2169
|
+
gap: 4px;
|
|
1853
2170
|
}
|
|
1854
|
-
.
|
|
1855
|
-
|
|
2171
|
+
._SidebarSection-heading_5otpt_74 {
|
|
2172
|
+
padding-inline-end: 16px;
|
|
2173
|
+
}
|
|
2174
|
+
._SidebarSection-loadingOverlay_5otpt_78 {
|
|
2175
|
+
background: var(--puck-color-white);
|
|
2176
|
+
display: flex;
|
|
2177
|
+
justify-content: center;
|
|
2178
|
+
align-items: center;
|
|
1856
2179
|
height: 100%;
|
|
1857
2180
|
width: 100%;
|
|
2181
|
+
top: 0;
|
|
2182
|
+
position: absolute;
|
|
2183
|
+
z-index: 1;
|
|
2184
|
+
pointer-events: all;
|
|
2185
|
+
box-sizing: border-box;
|
|
2186
|
+
opacity: 0.8;
|
|
1858
2187
|
}
|
|
1859
2188
|
|
|
1860
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/
|
|
1861
|
-
.
|
|
1862
|
-
color: var(--puck-color-grey-03);
|
|
1863
|
-
font-family: var(--puck-font-family);
|
|
1864
|
-
font-size: var(--puck-font-size-xxs);
|
|
1865
|
-
margin: 0;
|
|
1866
|
-
position: relative;
|
|
1867
|
-
list-style: none;
|
|
1868
|
-
padding: 0;
|
|
1869
|
-
}
|
|
1870
|
-
._LayerTree-zoneTitle_7rx04_11 {
|
|
1871
|
-
color: var(--puck-color-grey-05);
|
|
1872
|
-
font-size: var(--puck-font-size-xxxs);
|
|
1873
|
-
text-transform: uppercase;
|
|
1874
|
-
}
|
|
1875
|
-
._LayerTree-helper_7rx04_17 {
|
|
1876
|
-
text-align: center;
|
|
1877
|
-
color: var(--puck-color-grey-07);
|
|
1878
|
-
margin: 8px 4px;
|
|
1879
|
-
}
|
|
1880
|
-
._Layer_7rx04_1 {
|
|
1881
|
-
position: relative;
|
|
1882
|
-
border: 1px solid transparent;
|
|
1883
|
-
border-radius: 4px;
|
|
1884
|
-
}
|
|
1885
|
-
._Layer-inner_7rx04_29 {
|
|
1886
|
-
border: 1px solid transparent;
|
|
1887
|
-
border-radius: 4px;
|
|
1888
|
-
transition: color 50ms ease-in;
|
|
1889
|
-
}
|
|
1890
|
-
._Layer--containsZone_7rx04_35 > ._Layer-inner_7rx04_29 {
|
|
1891
|
-
padding-inline-start: 0;
|
|
1892
|
-
}
|
|
1893
|
-
._Layer-clickable_7rx04_39 {
|
|
2189
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Breadcrumbs/styles.module.css/#css-module-data */
|
|
2190
|
+
._Breadcrumbs_1c9yh_1 {
|
|
1894
2191
|
align-items: center;
|
|
2192
|
+
display: flex;
|
|
2193
|
+
gap: 4px;
|
|
2194
|
+
}
|
|
2195
|
+
._Breadcrumbs-breadcrumbLabel_1c9yh_7 {
|
|
1895
2196
|
background: none;
|
|
1896
2197
|
border: 0;
|
|
1897
|
-
border-radius:
|
|
1898
|
-
color:
|
|
2198
|
+
border-radius: 2px;
|
|
2199
|
+
color: var(--puck-color-azure-04);
|
|
1899
2200
|
cursor: pointer;
|
|
1900
|
-
display: flex;
|
|
1901
2201
|
font: inherit;
|
|
1902
|
-
|
|
1903
|
-
padding
|
|
1904
|
-
|
|
2202
|
+
flex-shrink: 0;
|
|
2203
|
+
padding: 0;
|
|
2204
|
+
transition: color 50ms ease-in;
|
|
1905
2205
|
}
|
|
1906
|
-
.
|
|
2206
|
+
._Breadcrumbs-breadcrumbLabel_1c9yh_7:focus-visible {
|
|
1907
2207
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1908
2208
|
outline-offset: 2px;
|
|
1909
|
-
position: relative;
|
|
1910
|
-
z-index: 1;
|
|
1911
2209
|
}
|
|
1912
2210
|
@media (hover: hover) and (pointer: fine) {
|
|
1913
|
-
.
|
|
1914
|
-
|
|
1915
|
-
background: var(--puck-color-azure-11);
|
|
1916
|
-
color: var(--puck-color-azure-04);
|
|
2211
|
+
._Breadcrumbs-breadcrumbLabel_1c9yh_7:hover {
|
|
2212
|
+
color: var(--puck-color-azure-03);
|
|
1917
2213
|
transition: none;
|
|
1918
2214
|
}
|
|
1919
2215
|
}
|
|
1920
|
-
.
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 {
|
|
1924
|
-
background: var(--puck-color-azure-10);
|
|
1925
|
-
}
|
|
1926
|
-
._Layer--isSelected_7rx04_61 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77,
|
|
1927
|
-
._Layer--childIsSelected_7rx04_78 > ._Layer-inner_7rx04_29 > ._Layer-clickable_7rx04_39 > ._Layer-chevron_7rx04_77 {
|
|
1928
|
-
transform: scaleY(-1);
|
|
1929
|
-
}
|
|
1930
|
-
._Layer-zones_7rx04_82 {
|
|
1931
|
-
display: none;
|
|
1932
|
-
margin-inline-start: 12px;
|
|
2216
|
+
._Breadcrumbs-breadcrumbLabel_1c9yh_7:active {
|
|
2217
|
+
color: var(--puck-color-azure-02);
|
|
2218
|
+
transition: none;
|
|
1933
2219
|
}
|
|
1934
|
-
.
|
|
1935
|
-
|
|
1936
|
-
display:
|
|
2220
|
+
._Breadcrumbs-breadcrumb_1c9yh_7 {
|
|
2221
|
+
align-items: center;
|
|
2222
|
+
display: flex;
|
|
2223
|
+
gap: 4px;
|
|
1937
2224
|
}
|
|
1938
|
-
|
|
1939
|
-
|
|
2225
|
+
|
|
2226
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
|
|
2227
|
+
._ViewportControls_e3unb_1 {
|
|
2228
|
+
position: relative;
|
|
1940
2229
|
}
|
|
1941
|
-
.
|
|
1942
|
-
|
|
2230
|
+
._ViewportControls--fullScreen_e3unb_5 {
|
|
2231
|
+
border-radius: 32px;
|
|
1943
2232
|
display: flex;
|
|
1944
|
-
|
|
2233
|
+
position: absolute;
|
|
2234
|
+
bottom: 12px;
|
|
2235
|
+
right: 12px;
|
|
2236
|
+
overflow: hidden;
|
|
2237
|
+
}
|
|
2238
|
+
._ViewportControls-toggleButton_e3unb_14 {
|
|
2239
|
+
display: none;
|
|
2240
|
+
}
|
|
2241
|
+
._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14 {
|
|
1945
2242
|
align-items: center;
|
|
1946
|
-
|
|
1947
|
-
|
|
2243
|
+
background-color: var(--puck-color-grey-02);
|
|
2244
|
+
border: 1px solid var(--puck-color-grey-04);
|
|
2245
|
+
border-radius: 30px;
|
|
2246
|
+
cursor: pointer;
|
|
2247
|
+
color: var(--puck-color-grey-11);
|
|
2248
|
+
display: flex;
|
|
2249
|
+
justify-content: center;
|
|
2250
|
+
width: 42px;
|
|
2251
|
+
height: 42px;
|
|
2252
|
+
z-index: 1;
|
|
1948
2253
|
}
|
|
1949
|
-
.
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
2254
|
+
._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-toggleButton_e3unb_14:hover {
|
|
2255
|
+
background-color: var(--puck-color-grey-02);
|
|
2256
|
+
border: 1px solid var(--puck-color-azure-04);
|
|
2257
|
+
color: var(--puck-color-azure-07);
|
|
1953
2258
|
}
|
|
1954
|
-
.
|
|
1955
|
-
color: var(--puck-color-
|
|
1956
|
-
margin-top: 4px;
|
|
2259
|
+
._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-toggleButton_e3unb_14 {
|
|
2260
|
+
background-color: var(--puck-color-grey-03);
|
|
1957
2261
|
}
|
|
1958
|
-
.
|
|
1959
|
-
|
|
1960
|
-
margin-top: 4px;
|
|
2262
|
+
._ViewportControls-actions_e3unb_42 {
|
|
2263
|
+
display: flex;
|
|
1961
2264
|
}
|
|
1962
|
-
|
|
1963
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
|
|
1964
|
-
._ViewportControls_gejzr_1 {
|
|
2265
|
+
._ViewportControls-actionsInner_e3unb_46 {
|
|
1965
2266
|
display: flex;
|
|
1966
|
-
background: var(--puck-color-grey-11);
|
|
1967
2267
|
box-sizing: border-box;
|
|
1968
|
-
border-inline-start: 2px solid var(--puck-color-grey-11);
|
|
1969
2268
|
justify-content: center;
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
2269
|
+
margin-left: auto;
|
|
2270
|
+
margin-right: auto;
|
|
2271
|
+
z-index: 0;
|
|
2272
|
+
overflow: hidden;
|
|
2273
|
+
}
|
|
2274
|
+
._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
|
|
2275
|
+
background: var(--puck-color-grey-11);
|
|
2276
|
+
border: 1px solid var(--puck-color-grey-09);
|
|
2277
|
+
border-radius: 30px;
|
|
2278
|
+
margin-left: none;
|
|
2279
|
+
margin-right: none;
|
|
2280
|
+
padding-right: 42px;
|
|
1976
2281
|
}
|
|
1977
|
-
._ViewportControls-
|
|
2282
|
+
._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-actionsInner_e3unb_46 {
|
|
2283
|
+
transform: translateX(100%);
|
|
2284
|
+
transition: transform 150ms ease-in-out;
|
|
2285
|
+
}
|
|
2286
|
+
._ViewportControls--fullScreen_e3unb_5._ViewportControls--isExpanded_e3unb_38 ._ViewportControls-actionsInner_e3unb_46 {
|
|
2287
|
+
transform: translateX(42px);
|
|
2288
|
+
}
|
|
2289
|
+
._ViewportControls-divider_e3unb_75 {
|
|
1978
2290
|
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1979
|
-
margin-
|
|
1980
|
-
margin-
|
|
2291
|
+
margin-bottom: 8px;
|
|
2292
|
+
margin-top: 8px;
|
|
1981
2293
|
}
|
|
1982
|
-
._ViewportControls-
|
|
2294
|
+
._ViewportControls-zoomSelect_e3unb_81 {
|
|
1983
2295
|
appearance: none;
|
|
1984
2296
|
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;
|
|
1985
2297
|
background-size: 10px;
|
|
@@ -1988,44 +2300,72 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1988
2300
|
border: 0;
|
|
1989
2301
|
font-size: var(--puck-font-size-xxxs);
|
|
1990
2302
|
padding: 0;
|
|
2303
|
+
padding-left: 8px;
|
|
1991
2304
|
width: 96px;
|
|
1992
2305
|
}
|
|
1993
|
-
._ViewportControls-
|
|
2306
|
+
._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
|
|
2307
|
+
display: none;
|
|
2308
|
+
}
|
|
2309
|
+
@media (min-width: 638px) {
|
|
2310
|
+
._ViewportControls-zoom_e3unb_81,
|
|
2311
|
+
._ViewportControls--fullScreen_e3unb_5 ._ViewportControls-zoom_e3unb_81 {
|
|
2312
|
+
display: flex;
|
|
2313
|
+
justify-content: center;
|
|
2314
|
+
}
|
|
2315
|
+
}
|
|
2316
|
+
._ViewportControls-zoomSelect_e3unb_81:dir(rtl) {
|
|
1994
2317
|
background-position: 12px calc(50% + 3px);
|
|
1995
2318
|
}
|
|
1996
|
-
._ViewportButton
|
|
2319
|
+
._ViewportButton-inner_e3unb_111 {
|
|
2320
|
+
align-items: center;
|
|
2321
|
+
display: flex;
|
|
2322
|
+
justify-content: center;
|
|
2323
|
+
height: 32px;
|
|
2324
|
+
width: 32px;
|
|
2325
|
+
}
|
|
2326
|
+
._ViewportButton--isActive_e3unb_119 ._ViewportButton-inner_e3unb_111 {
|
|
1997
2327
|
color: var(--puck-color-azure-04);
|
|
1998
2328
|
}
|
|
1999
2329
|
|
|
2000
2330
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
|
|
2001
|
-
.
|
|
2331
|
+
._PuckCanvas_t6s9b_1 {
|
|
2002
2332
|
background: var(--puck-color-grey-11);
|
|
2003
2333
|
display: flex;
|
|
2004
2334
|
grid-area: editor;
|
|
2005
2335
|
flex-direction: column;
|
|
2006
2336
|
padding: var(--puck-space-px);
|
|
2337
|
+
position: relative;
|
|
2007
2338
|
overflow: auto;
|
|
2008
2339
|
}
|
|
2009
2340
|
@media (min-width: 1198px) {
|
|
2010
|
-
.
|
|
2341
|
+
._PuckCanvas_t6s9b_1 {
|
|
2011
2342
|
padding: calc(var(--puck-space-px) * 1.5);
|
|
2012
|
-
padding-top: var(--puck-space-px);
|
|
2343
|
+
padding-top: calc(var(--puck-space-px) * 0.5);
|
|
2013
2344
|
}
|
|
2014
|
-
.
|
|
2345
|
+
._PuckCanvas_t6s9b_1:not(._PuckCanvas_t6s9b_1:has(._PuckCanvas-controls_t6s9b_17)) {
|
|
2015
2346
|
padding-top: calc(var(--puck-space-px) * 1.5);
|
|
2016
2347
|
}
|
|
2017
2348
|
}
|
|
2018
|
-
._PuckCanvas
|
|
2349
|
+
._PuckCanvas--fullScreen_t6s9b_22 {
|
|
2350
|
+
padding: 0;
|
|
2351
|
+
overflow: hidden;
|
|
2352
|
+
}
|
|
2353
|
+
@media (min-width: 1198px) {
|
|
2354
|
+
._PuckCanvas--fullScreen_t6s9b_22 {
|
|
2355
|
+
padding: 0;
|
|
2356
|
+
}
|
|
2357
|
+
}
|
|
2358
|
+
._PuckCanvas-inner_t6s9b_33 {
|
|
2019
2359
|
display: flex;
|
|
2020
2360
|
height: 100%;
|
|
2021
2361
|
justify-content: center;
|
|
2022
|
-
min-width:
|
|
2362
|
+
min-width: 288px;
|
|
2023
2363
|
position: relative;
|
|
2024
2364
|
width: 100%;
|
|
2025
2365
|
}
|
|
2026
|
-
._PuckCanvas-
|
|
2366
|
+
._PuckCanvas-root_t6s9b_42 {
|
|
2027
2367
|
background: white;
|
|
2028
|
-
|
|
2368
|
+
outline: 1px solid var(--puck-color-grey-09);
|
|
2029
2369
|
box-sizing: content-box;
|
|
2030
2370
|
min-width: 321px;
|
|
2031
2371
|
position: absolute;
|
|
@@ -2036,20 +2376,20 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
2036
2376
|
opacity: 0;
|
|
2037
2377
|
}
|
|
2038
2378
|
@media (min-width: 1198px) {
|
|
2039
|
-
._PuckCanvas-
|
|
2379
|
+
._PuckCanvas-root_t6s9b_42 {
|
|
2040
2380
|
min-width: unset;
|
|
2041
2381
|
}
|
|
2042
2382
|
}
|
|
2043
2383
|
@media (prefers-reduced-motion: reduce) {
|
|
2044
|
-
._PuckCanvas-
|
|
2384
|
+
._PuckCanvas-root_t6s9b_42 {
|
|
2045
2385
|
transition: none !important;
|
|
2046
2386
|
}
|
|
2047
2387
|
}
|
|
2048
|
-
._PuckCanvas--
|
|
2388
|
+
._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-root_t6s9b_42 {
|
|
2049
2389
|
pointer-events: unset;
|
|
2050
2390
|
opacity: 1;
|
|
2051
2391
|
}
|
|
2052
|
-
._PuckCanvas-
|
|
2392
|
+
._PuckCanvas-loader_t6s9b_72 {
|
|
2053
2393
|
align-items: center;
|
|
2054
2394
|
color: var(--puck-color-grey-06);
|
|
2055
2395
|
display: flex;
|
|
@@ -2058,112 +2398,20 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
2058
2398
|
transition: opacity 250ms ease-out;
|
|
2059
2399
|
opacity: 0;
|
|
2060
2400
|
}
|
|
2061
|
-
._PuckCanvas--
|
|
2401
|
+
._PuckCanvas--showLoader_t6s9b_82 ._PuckCanvas-loader_t6s9b_72 {
|
|
2062
2402
|
opacity: 1;
|
|
2063
2403
|
}
|
|
2064
|
-
._PuckCanvas--
|
|
2404
|
+
._PuckCanvas--showLoader_t6s9b_82._PuckCanvas--ready_t6s9b_67 ._PuckCanvas-loader_t6s9b_72 {
|
|
2065
2405
|
opacity: 0;
|
|
2066
2406
|
height: 0;
|
|
2067
2407
|
transition: none;
|
|
2068
2408
|
}
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
._MenuBar_8pf8c_1 {
|
|
2072
|
-
background-color: var(--puck-color-white);
|
|
2073
|
-
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
2074
|
-
display: none;
|
|
2075
|
-
left: 0;
|
|
2076
|
-
margin-top: 1px;
|
|
2077
|
-
padding: 8px 16px;
|
|
2078
|
-
position: absolute;
|
|
2079
|
-
right: 0;
|
|
2080
|
-
top: 100%;
|
|
2081
|
-
z-index: 2;
|
|
2082
|
-
}
|
|
2083
|
-
._MenuBar--menuOpen_8pf8c_14 {
|
|
2084
|
-
display: block;
|
|
2085
|
-
}
|
|
2086
|
-
@media (min-width: 638px) {
|
|
2087
|
-
._MenuBar_8pf8c_1 {
|
|
2088
|
-
border: none;
|
|
2089
|
-
display: block;
|
|
2090
|
-
margin-top: 0;
|
|
2091
|
-
overflow-y: visible;
|
|
2092
|
-
padding: 0;
|
|
2093
|
-
position: static;
|
|
2094
|
-
}
|
|
2095
|
-
}
|
|
2096
|
-
._MenuBar-inner_8pf8c_29 {
|
|
2097
|
-
align-items: center;
|
|
2098
|
-
display: flex;
|
|
2099
|
-
flex-wrap: wrap;
|
|
2100
|
-
gap: 8px 16px;
|
|
2101
|
-
justify-content: flex-end;
|
|
2102
|
-
}
|
|
2103
|
-
@media (min-width: 638px) {
|
|
2104
|
-
._MenuBar-inner_8pf8c_29 {
|
|
2105
|
-
display: flex;
|
|
2106
|
-
flex-direction: row;
|
|
2107
|
-
flex-wrap: nowrap;
|
|
2108
|
-
}
|
|
2109
|
-
}
|
|
2110
|
-
._MenuBar-history_8pf8c_45 {
|
|
2111
|
-
display: flex;
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
|
|
2115
|
-
._PuckHeader_15xnq_1 {
|
|
2116
|
-
background: var(--puck-color-white);
|
|
2117
|
-
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
2118
|
-
color: var(--puck-color-black);
|
|
2119
|
-
grid-area: header;
|
|
2120
|
-
position: relative;
|
|
2121
|
-
max-width: 100vw;
|
|
2122
|
-
}
|
|
2123
|
-
._PuckHeader-inner_15xnq_10 {
|
|
2124
|
-
align-items: end;
|
|
2125
|
-
display: grid;
|
|
2126
|
-
gap: var(--puck-space-px);
|
|
2127
|
-
grid-template-areas: "left middle right";
|
|
2128
|
-
grid-template-columns: 1fr auto 1fr;
|
|
2129
|
-
grid-template-rows: auto;
|
|
2130
|
-
padding: var(--puck-space-px);
|
|
2131
|
-
}
|
|
2132
|
-
._PuckHeader-toggle_15xnq_20 {
|
|
2133
|
-
color: var(--puck-color-grey-05);
|
|
2134
|
-
display: flex;
|
|
2135
|
-
margin-inline-start: -4px;
|
|
2136
|
-
padding-top: 2px;
|
|
2137
|
-
}
|
|
2138
|
-
._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
|
|
2139
|
-
._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
|
|
2140
|
-
color: var(--puck-color-black);
|
|
2141
|
-
}
|
|
2142
|
-
._PuckHeader-title_15xnq_32 {
|
|
2143
|
-
align-self: center;
|
|
2144
|
-
}
|
|
2145
|
-
._PuckHeader-path_15xnq_36 {
|
|
2146
|
-
font-family: var(--puck-font-family-monospaced);
|
|
2147
|
-
font-size: var(--puck-font-size-xxs);
|
|
2148
|
-
font-weight: normal;
|
|
2149
|
-
word-break: break-all;
|
|
2150
|
-
}
|
|
2151
|
-
._PuckHeader-tools_15xnq_43 {
|
|
2152
|
-
display: flex;
|
|
2153
|
-
gap: 16px;
|
|
2154
|
-
justify-content: flex-end;
|
|
2155
|
-
}
|
|
2156
|
-
._PuckHeader-menuButton_15xnq_49 {
|
|
2157
|
-
color: var(--puck-color-grey-05);
|
|
2158
|
-
margin-inline-start: -4px;
|
|
2159
|
-
}
|
|
2160
|
-
._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
|
|
2161
|
-
color: var(--puck-color-black);
|
|
2409
|
+
._PuckCanvas-controls_t6s9b_17 {
|
|
2410
|
+
padding-bottom: calc(var(--puck-space-px) * 0.5);
|
|
2162
2411
|
}
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
}
|
|
2412
|
+
._PuckCanvas--fullScreen_t6s9b_22 ._PuckCanvas-controls_t6s9b_17 {
|
|
2413
|
+
padding-bottom: 0;
|
|
2414
|
+
z-index: 1;
|
|
2167
2415
|
}
|
|
2168
2416
|
|
|
2169
2417
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
|
|
@@ -2200,31 +2448,181 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
2200
2448
|
}
|
|
2201
2449
|
|
|
2202
2450
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Sidebar/styles.module.css/#css-module-data */
|
|
2203
|
-
.
|
|
2451
|
+
._Sidebar_o396p_1 {
|
|
2452
|
+
border-block-start: 1px solid var(--puck-color-grey-09);
|
|
2204
2453
|
position: relative;
|
|
2205
|
-
display:
|
|
2454
|
+
display: none;
|
|
2206
2455
|
flex-direction: column;
|
|
2207
2456
|
overflow-y: auto;
|
|
2208
2457
|
}
|
|
2209
|
-
._Sidebar--
|
|
2458
|
+
._Sidebar--isVisible_o396p_9 {
|
|
2459
|
+
display: flex;
|
|
2460
|
+
}
|
|
2461
|
+
._Sidebar--left_o396p_13 {
|
|
2210
2462
|
background: var(--puck-color-grey-12);
|
|
2211
|
-
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
2212
2463
|
grid-area: left;
|
|
2213
2464
|
}
|
|
2214
|
-
|
|
2465
|
+
@media (min-width: 766px) {
|
|
2466
|
+
._Sidebar--left_o396p_13 {
|
|
2467
|
+
border-block-start: 0;
|
|
2468
|
+
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
2469
|
+
}
|
|
2470
|
+
}
|
|
2471
|
+
._Sidebar--right_o396p_25 {
|
|
2215
2472
|
background: var(--puck-color-white);
|
|
2216
|
-
border-inline-start: 1px solid var(--puck-color-grey-09);
|
|
2217
2473
|
grid-area: right;
|
|
2218
2474
|
}
|
|
2219
|
-
|
|
2475
|
+
@media (min-width: 766px) {
|
|
2476
|
+
._Sidebar--right_o396p_25 {
|
|
2477
|
+
border-block-start: 0;
|
|
2478
|
+
border-inline-start: 1px solid var(--puck-color-grey-09);
|
|
2479
|
+
}
|
|
2480
|
+
}
|
|
2481
|
+
._Sidebar-resizeHandle_o396p_37 {
|
|
2220
2482
|
position: absolute;
|
|
2221
2483
|
height: 100%;
|
|
2222
2484
|
}
|
|
2223
|
-
._Sidebar--
|
|
2485
|
+
._Sidebar--left_o396p_13 + ._Sidebar-resizeHandle_o396p_37 {
|
|
2224
2486
|
grid-area: left;
|
|
2225
2487
|
justify-self: end;
|
|
2226
2488
|
}
|
|
2227
|
-
._Sidebar--
|
|
2489
|
+
._Sidebar--right_o396p_25 + ._Sidebar-resizeHandle_o396p_37 {
|
|
2228
2490
|
grid-area: right;
|
|
2229
2491
|
justify-self: start;
|
|
2230
2492
|
}
|
|
2493
|
+
|
|
2494
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
|
|
2495
|
+
._Nav_1pu0u_1 {
|
|
2496
|
+
display: flex;
|
|
2497
|
+
}
|
|
2498
|
+
._Nav-list_1pu0u_5 {
|
|
2499
|
+
display: flex;
|
|
2500
|
+
list-style: none;
|
|
2501
|
+
margin: 0;
|
|
2502
|
+
padding: 0;
|
|
2503
|
+
overflow-x: auto;
|
|
2504
|
+
gap: 8px;
|
|
2505
|
+
}
|
|
2506
|
+
@media (min-width: 638px) {
|
|
2507
|
+
._Nav-list_1pu0u_5 {
|
|
2508
|
+
padding-top: 32px;
|
|
2509
|
+
flex-direction: column;
|
|
2510
|
+
gap: 16px;
|
|
2511
|
+
width: 100%;
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
._Nav-mobileActions_1pu0u_23 {
|
|
2515
|
+
align-items: center;
|
|
2516
|
+
display: flex;
|
|
2517
|
+
justify-content: center;
|
|
2518
|
+
margin-inline-start: auto;
|
|
2519
|
+
padding: 4px 16px;
|
|
2520
|
+
border-inline-start: 1px solid var(--puck-color-grey-09);
|
|
2521
|
+
}
|
|
2522
|
+
@media (min-width: 638px) {
|
|
2523
|
+
._Nav-mobileActions_1pu0u_23 {
|
|
2524
|
+
display: none;
|
|
2525
|
+
}
|
|
2526
|
+
}
|
|
2527
|
+
._NavItem-link_1pu0u_38 {
|
|
2528
|
+
align-items: center;
|
|
2529
|
+
color: var(--puck-color-grey-03);
|
|
2530
|
+
display: flex;
|
|
2531
|
+
gap: 8px;
|
|
2532
|
+
text-decoration: none;
|
|
2533
|
+
cursor: pointer;
|
|
2534
|
+
border-radius: 4px;
|
|
2535
|
+
padding: 8px 4px;
|
|
2536
|
+
width: 64px;
|
|
2537
|
+
box-sizing: border-box;
|
|
2538
|
+
}
|
|
2539
|
+
@media (min-width: 638px) {
|
|
2540
|
+
._NavItem-link_1pu0u_38 {
|
|
2541
|
+
width: auto;
|
|
2542
|
+
}
|
|
2543
|
+
}
|
|
2544
|
+
._NavItem_1pu0u_38:first-of-type {
|
|
2545
|
+
padding-left: 16px;
|
|
2546
|
+
}
|
|
2547
|
+
._NavItem_1pu0u_38:last-of-type {
|
|
2548
|
+
padding-right: 16px;
|
|
2549
|
+
}
|
|
2550
|
+
@media (min-width: 638px) {
|
|
2551
|
+
._NavItem_1pu0u_38:first-of-type,
|
|
2552
|
+
._NavItem_1pu0u_38:last-of-type {
|
|
2553
|
+
padding: 0;
|
|
2554
|
+
}
|
|
2555
|
+
}
|
|
2556
|
+
._NavItem-link_1pu0u_38 {
|
|
2557
|
+
border-top: 4px solid transparent;
|
|
2558
|
+
border-bottom: 4px solid transparent;
|
|
2559
|
+
border-radius: 0;
|
|
2560
|
+
flex-direction: column;
|
|
2561
|
+
font-size: var(--puck-font-size-xxxs);
|
|
2562
|
+
}
|
|
2563
|
+
@media (min-width: 638px) {
|
|
2564
|
+
._NavItem-link_1pu0u_38 {
|
|
2565
|
+
border: 0;
|
|
2566
|
+
border-left: 4px solid transparent;
|
|
2567
|
+
border-right: 4px solid transparent;
|
|
2568
|
+
}
|
|
2569
|
+
}
|
|
2570
|
+
._NavItem-linkIcon_1pu0u_88 {
|
|
2571
|
+
height: 24px;
|
|
2572
|
+
width: 24px;
|
|
2573
|
+
}
|
|
2574
|
+
._NavItem--active_1pu0u_93 > ._NavItem-link_1pu0u_38 {
|
|
2575
|
+
background-color: var(--puck-color-azure-10);
|
|
2576
|
+
color: var(--puck-color-azure-04);
|
|
2577
|
+
font-weight: 600;
|
|
2578
|
+
}
|
|
2579
|
+
._NavItem--active_1pu0u_93 > ._NavItem-link_1pu0u_38 {
|
|
2580
|
+
background-color: transparent;
|
|
2581
|
+
border-top-color: var(--puck-color-azure-04);
|
|
2582
|
+
border-top-right-radius: 0;
|
|
2583
|
+
border-bottom-right-radius: 0;
|
|
2584
|
+
font-weight: 600;
|
|
2585
|
+
}
|
|
2586
|
+
@media (min-width: 638px) {
|
|
2587
|
+
._NavItem--active_1pu0u_93 > ._NavItem-link_1pu0u_38 {
|
|
2588
|
+
border-top-color: transparent;
|
|
2589
|
+
border-right-color: var(--puck-color-azure-04);
|
|
2590
|
+
}
|
|
2591
|
+
}
|
|
2592
|
+
._NavItem_1pu0u_38:not(._NavItem--active_1pu0u_93) > ._NavItem-link_1pu0u_38:hover {
|
|
2593
|
+
background-color: var(--puck-color-azure-11);
|
|
2594
|
+
color: var(--puck-color-azure-04);
|
|
2595
|
+
}
|
|
2596
|
+
@media (min-width: 638px) {
|
|
2597
|
+
._NavItem--mobileOnly_1pu0u_120 {
|
|
2598
|
+
display: none;
|
|
2599
|
+
}
|
|
2600
|
+
}
|
|
2601
|
+
._NavItem--desktopOnly_1pu0u_125 {
|
|
2602
|
+
display: none;
|
|
2603
|
+
}
|
|
2604
|
+
@media (min-width: 638px) {
|
|
2605
|
+
._NavItem--desktopOnly_1pu0u_125 {
|
|
2606
|
+
display: block;
|
|
2607
|
+
}
|
|
2608
|
+
}
|
|
2609
|
+
|
|
2610
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/plugins/fields/styles.module.css/#css-module-data */
|
|
2611
|
+
._FieldsPlugin_nd930_1 {
|
|
2612
|
+
background: white;
|
|
2613
|
+
height: 100%;
|
|
2614
|
+
overflow-y: auto;
|
|
2615
|
+
}
|
|
2616
|
+
._FieldsPlugin-header_nd930_7 {
|
|
2617
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
2618
|
+
font-weight: 600;
|
|
2619
|
+
padding-bottom: 8px;
|
|
2620
|
+
padding-left: 16px;
|
|
2621
|
+
padding-right: 16px;
|
|
2622
|
+
padding-top: 8px;
|
|
2623
|
+
}
|
|
2624
|
+
@media (min-width: 638px) {
|
|
2625
|
+
._FieldsPlugin-header_nd930_7 {
|
|
2626
|
+
padding: 16px;
|
|
2627
|
+
}
|
|
2628
|
+
}
|