@measured/puck 0.20.0-canary.7ec3c0b9 → 0.20.0-canary.82bd49a3
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/README.md +9 -9
- package/dist/{chunk-RYWII4GP.mjs → chunk-AQUDTV7N.mjs} +5689 -6021
- package/dist/index.css +261 -383
- package/dist/index.d.mts +3 -6
- package/dist/index.d.ts +3 -6
- package/dist/index.js +1790 -2115
- package/dist/index.mjs +5 -5
- package/dist/no-external.css +477 -603
- package/dist/no-external.d.mts +2 -2
- package/dist/no-external.d.ts +2 -2
- package/dist/no-external.js +1790 -2118
- package/dist/no-external.mjs +1 -5
- package/dist/rsc.d.mts +2 -2
- package/dist/rsc.d.ts +2 -2
- package/dist/{walk-tree-yh0Fsxem.d.mts → walk-tree-B57SgEEc.d.mts} +5 -10
- package/dist/{walk-tree-yh0Fsxem.d.ts → walk-tree-B57SgEEc.d.ts} +5 -10
- package/package.json +1 -1
package/dist/no-external.css
CHANGED
|
@@ -1,4 +1,146 @@
|
|
|
1
|
-
|
|
1
|
+
/* styles/color.css */
|
|
2
|
+
:root {
|
|
3
|
+
--puck-color-rose-01: #4a001c;
|
|
4
|
+
--puck-color-rose-02: #670833;
|
|
5
|
+
--puck-color-rose-03: #87114c;
|
|
6
|
+
--puck-color-rose-04: #a81a66;
|
|
7
|
+
--puck-color-rose-05: #bc5089;
|
|
8
|
+
--puck-color-rose-06: #cc7ca5;
|
|
9
|
+
--puck-color-rose-07: #d89aba;
|
|
10
|
+
--puck-color-rose-08: #e3b8cf;
|
|
11
|
+
--puck-color-rose-09: #efd6e3;
|
|
12
|
+
--puck-color-rose-10: #f6eaf1;
|
|
13
|
+
--puck-color-rose-11: #faf4f8;
|
|
14
|
+
--puck-color-rose-12: #fef8fc;
|
|
15
|
+
--puck-color-azure-01: #00175d;
|
|
16
|
+
--puck-color-azure-02: #002c77;
|
|
17
|
+
--puck-color-azure-03: #014292;
|
|
18
|
+
--puck-color-azure-04: #0158ad;
|
|
19
|
+
--puck-color-azure-05: #3479be;
|
|
20
|
+
--puck-color-azure-06: #6499cf;
|
|
21
|
+
--puck-color-azure-07: #88b0da;
|
|
22
|
+
--puck-color-azure-08: #abc7e5;
|
|
23
|
+
--puck-color-azure-09: #cfdff0;
|
|
24
|
+
--puck-color-azure-10: #e7eef7;
|
|
25
|
+
--puck-color-azure-11: #f3f6fb;
|
|
26
|
+
--puck-color-azure-12: #f7faff;
|
|
27
|
+
--puck-color-green-01: #002000;
|
|
28
|
+
--puck-color-green-02: #043604;
|
|
29
|
+
--puck-color-green-03: #084e08;
|
|
30
|
+
--puck-color-green-04: #0c680c;
|
|
31
|
+
--puck-color-green-05: #1d882f;
|
|
32
|
+
--puck-color-green-06: #2faa53;
|
|
33
|
+
--puck-color-green-07: #56c16f;
|
|
34
|
+
--puck-color-green-08: #7dd78b;
|
|
35
|
+
--puck-color-green-09: #b8e8bf;
|
|
36
|
+
--puck-color-green-10: #ddf3e0;
|
|
37
|
+
--puck-color-green-11: #eff8f0;
|
|
38
|
+
--puck-color-green-12: #f3fcf4;
|
|
39
|
+
--puck-color-yellow-01: #211000;
|
|
40
|
+
--puck-color-yellow-02: #362700;
|
|
41
|
+
--puck-color-yellow-03: #4c4000;
|
|
42
|
+
--puck-color-yellow-04: #645a00;
|
|
43
|
+
--puck-color-yellow-05: #877614;
|
|
44
|
+
--puck-color-yellow-06: #ab9429;
|
|
45
|
+
--puck-color-yellow-07: #bfac4e;
|
|
46
|
+
--puck-color-yellow-08: #d4c474;
|
|
47
|
+
--puck-color-yellow-09: #e6deb1;
|
|
48
|
+
--puck-color-yellow-10: #f3efd9;
|
|
49
|
+
--puck-color-yellow-11: #f9f7ed;
|
|
50
|
+
--puck-color-yellow-12: #fcfaf0;
|
|
51
|
+
--puck-color-red-01: #4c0000;
|
|
52
|
+
--puck-color-red-02: #6a0a10;
|
|
53
|
+
--puck-color-red-03: #8a1422;
|
|
54
|
+
--puck-color-red-04: #ac1f35;
|
|
55
|
+
--puck-color-red-05: #bf5366;
|
|
56
|
+
--puck-color-red-06: #ce7e8e;
|
|
57
|
+
--puck-color-red-07: #d99ca8;
|
|
58
|
+
--puck-color-red-08: #e4b9c2;
|
|
59
|
+
--puck-color-red-09: #efd7db;
|
|
60
|
+
--puck-color-red-10: #f6eaec;
|
|
61
|
+
--puck-color-red-11: #faf4f5;
|
|
62
|
+
--puck-color-red-12: #fff9fa;
|
|
63
|
+
--puck-color-grey-01: #181818;
|
|
64
|
+
--puck-color-grey-02: #292929;
|
|
65
|
+
--puck-color-grey-03: #404040;
|
|
66
|
+
--puck-color-grey-04: #5a5a5a;
|
|
67
|
+
--puck-color-grey-05: #767676;
|
|
68
|
+
--puck-color-grey-06: #949494;
|
|
69
|
+
--puck-color-grey-07: #ababab;
|
|
70
|
+
--puck-color-grey-08: #c3c3c3;
|
|
71
|
+
--puck-color-grey-09: #dcdcdc;
|
|
72
|
+
--puck-color-grey-10: #efefef;
|
|
73
|
+
--puck-color-grey-11: #f5f5f5;
|
|
74
|
+
--puck-color-grey-12: #fafafa;
|
|
75
|
+
--puck-color-black: #000000;
|
|
76
|
+
--puck-color-white: #ffffff;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/* styles/typography.css */
|
|
80
|
+
:root {
|
|
81
|
+
--puck-font-size-scale-base-unitless: 12;
|
|
82
|
+
--puck-font-size-xxxs-unitless: 12;
|
|
83
|
+
--puck-font-size-xxs-unitless: 14;
|
|
84
|
+
--puck-font-size-xs-unitless: 16;
|
|
85
|
+
--puck-font-size-s-unitless: 18;
|
|
86
|
+
--puck-font-size-m-unitless: 21;
|
|
87
|
+
--puck-font-size-l-unitless: 24;
|
|
88
|
+
--puck-font-size-xl-unitless: 28;
|
|
89
|
+
--puck-font-size-xxl-unitless: 36;
|
|
90
|
+
--puck-font-size-xxxl-unitless: 48;
|
|
91
|
+
--puck-font-size-xxxxl-unitless: 56;
|
|
92
|
+
--puck-font-size-xxxs: calc(1rem * var(--puck-font-size-xxxs-unitless) / 16);
|
|
93
|
+
--puck-font-size-xxs: calc(1rem * var(--puck-font-size-xxs-unitless) / 16);
|
|
94
|
+
--puck-font-size-xs: calc(1rem * var(--puck-font-size-xs-unitless) / 16);
|
|
95
|
+
--puck-font-size-s: calc(1rem * var(--puck-font-size-s-unitless) / 16);
|
|
96
|
+
--puck-font-size-m: calc(1rem * var(--puck-font-size-m-unitless) / 16);
|
|
97
|
+
--puck-font-size-l: calc(1rem * var(--puck-font-size-l-unitless) / 16);
|
|
98
|
+
--puck-font-size-xl: calc(1rem * var(--puck-font-size-xl-unitless) / 16);
|
|
99
|
+
--puck-font-size-xxl: calc(1rem * var(--puck-font-size-xxl-unitless) / 16);
|
|
100
|
+
--puck-font-size-xxxl: calc(1rem * var(--puck-font-size-xxxl-unitless) / 16);
|
|
101
|
+
--puck-font-size-xxxxl: calc( 1rem * var(--puck-font-size-xxxxl-unitless) / 16 );
|
|
102
|
+
--puck-font-size-base: var(--puck-font-size-xs);
|
|
103
|
+
--line-height-reset: 1;
|
|
104
|
+
--line-height-xs: calc( var(--space-m-unitless) / var(--puck-font-size-m-unitless) );
|
|
105
|
+
--line-height-s: calc( var(--space-m-unitless) / var(--puck-font-size-s-unitless) );
|
|
106
|
+
--line-height-m: calc( var(--space-m-unitless) / var(--puck-font-size-xs-unitless) );
|
|
107
|
+
--line-height-l: calc( var(--space-m-unitless) / var(--puck-font-size-xxs-unitless) );
|
|
108
|
+
--line-height-xl: calc( var(--space-m-unitless) / var(--puck-font-size-scale-base-unitless) );
|
|
109
|
+
--line-height-base: var(--line-height-m);
|
|
110
|
+
--fallback-font-stack:
|
|
111
|
+
-apple-system,
|
|
112
|
+
BlinkMacSystemFont,
|
|
113
|
+
Segoe UI,
|
|
114
|
+
Helvetica Neue,
|
|
115
|
+
sans-serif,
|
|
116
|
+
Apple Color Emoji,
|
|
117
|
+
Segoe UI Emoji,
|
|
118
|
+
Segoe UI Symbol;
|
|
119
|
+
--puck-font-family: Inter, var(--fallback-font-stack);
|
|
120
|
+
--puck-font-family-monospaced:
|
|
121
|
+
ui-monospace,
|
|
122
|
+
"Cascadia Code",
|
|
123
|
+
"Source Code Pro",
|
|
124
|
+
Menlo,
|
|
125
|
+
Consolas,
|
|
126
|
+
"DejaVu Sans Mono",
|
|
127
|
+
monospace;
|
|
128
|
+
}
|
|
129
|
+
@supports (font-variation-settings: normal) {
|
|
130
|
+
:root {
|
|
131
|
+
--puck-font-family: InterVariable, var(--fallback-font-stack);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/* bundle/core.css */
|
|
136
|
+
#frame-root {
|
|
137
|
+
height: 1px;
|
|
138
|
+
min-height: 100vh;
|
|
139
|
+
}
|
|
140
|
+
[data-puck-entry] {
|
|
141
|
+
position: relative;
|
|
142
|
+
z-index: 0;
|
|
143
|
+
}
|
|
2
144
|
|
|
3
145
|
/* bundle/no-external.css */
|
|
4
146
|
|
|
@@ -1199,106 +1341,263 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1199
1341
|
display: none;
|
|
1200
1342
|
}
|
|
1201
1343
|
|
|
1202
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/
|
|
1203
|
-
.
|
|
1344
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
|
1345
|
+
._SidebarSection_8boj8_1 {
|
|
1346
|
+
display: flex;
|
|
1204
1347
|
position: relative;
|
|
1205
|
-
|
|
1348
|
+
flex-direction: column;
|
|
1349
|
+
color: var(--puck-color-black);
|
|
1206
1350
|
}
|
|
1207
|
-
.
|
|
1208
|
-
|
|
1351
|
+
._SidebarSection_8boj8_1:last-of-type {
|
|
1352
|
+
flex-grow: 1;
|
|
1209
1353
|
}
|
|
1210
|
-
.
|
|
1354
|
+
._SidebarSection-title_8boj8_12 {
|
|
1211
1355
|
background: var(--puck-color-white);
|
|
1212
|
-
display: flex;
|
|
1213
|
-
justify-content: flex-end;
|
|
1214
|
-
align-items: flex-start;
|
|
1215
|
-
height: 100%;
|
|
1216
|
-
width: 100%;
|
|
1217
|
-
top: 0px;
|
|
1218
|
-
position: absolute;
|
|
1219
|
-
z-index: 1;
|
|
1220
|
-
pointer-events: all;
|
|
1221
|
-
box-sizing: border-box;
|
|
1222
|
-
opacity: 0.8;
|
|
1223
|
-
}
|
|
1224
|
-
._PuckFields-loadingOverlayInner_10bh7_25 {
|
|
1225
|
-
display: flex;
|
|
1226
1356
|
padding: 16px;
|
|
1227
|
-
|
|
1228
|
-
top:
|
|
1357
|
+
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1358
|
+
border-top: 1px solid var(--puck-color-grey-09);
|
|
1359
|
+
overflow-x: auto;
|
|
1229
1360
|
}
|
|
1230
|
-
.
|
|
1231
|
-
|
|
1361
|
+
._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
|
|
1362
|
+
border-top: 0px;
|
|
1232
1363
|
}
|
|
1233
|
-
.
|
|
1234
|
-
color: var(--puck-color-grey-04);
|
|
1364
|
+
._SidebarSection-content_8boj8_24 {
|
|
1235
1365
|
padding: 16px;
|
|
1236
|
-
padding-bottom: 12px;
|
|
1237
|
-
display: block;
|
|
1238
|
-
}
|
|
1239
|
-
._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
|
|
1240
|
-
border-top: 1px solid var(--puck-color-grey-09);
|
|
1241
|
-
margin-top: 8px;
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
|
|
1245
|
-
._ComponentList_1rrlt_1 {
|
|
1246
|
-
max-width: 100%;
|
|
1247
1366
|
}
|
|
1248
|
-
.
|
|
1249
|
-
|
|
1367
|
+
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
|
|
1368
|
+
padding: 0px;
|
|
1250
1369
|
}
|
|
1251
|
-
.
|
|
1252
|
-
|
|
1370
|
+
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
|
|
1371
|
+
padding-bottom: 4px;
|
|
1253
1372
|
}
|
|
1254
|
-
.
|
|
1255
|
-
|
|
1373
|
+
._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
|
|
1374
|
+
border-bottom: none;
|
|
1375
|
+
flex-grow: 1;
|
|
1256
1376
|
}
|
|
1257
|
-
.
|
|
1258
|
-
background
|
|
1377
|
+
._SidebarSection-breadcrumbLabel_8boj8_41 {
|
|
1378
|
+
background: none;
|
|
1259
1379
|
border: 0;
|
|
1260
|
-
|
|
1380
|
+
border-radius: 2px;
|
|
1381
|
+
color: var(--puck-color-azure-04);
|
|
1261
1382
|
cursor: pointer;
|
|
1262
|
-
display: flex;
|
|
1263
1383
|
font: inherit;
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
padding: 8px;
|
|
1268
|
-
text-transform: uppercase;
|
|
1269
|
-
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
1270
|
-
gap: 4px;
|
|
1271
|
-
border-radius: 4px;
|
|
1272
|
-
width: 100%;
|
|
1384
|
+
flex-shrink: 0;
|
|
1385
|
+
padding: 0;
|
|
1386
|
+
transition: color 50ms ease-in;
|
|
1273
1387
|
}
|
|
1274
|
-
.
|
|
1388
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
|
|
1275
1389
|
outline: 2px solid var(--puck-color-azure-05);
|
|
1276
1390
|
outline-offset: 2px;
|
|
1277
1391
|
}
|
|
1278
1392
|
@media (hover: hover) and (pointer: fine) {
|
|
1279
|
-
.
|
|
1280
|
-
|
|
1281
|
-
color: var(--puck-color-azure-04);
|
|
1393
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:hover {
|
|
1394
|
+
color: var(--puck-color-azure-03);
|
|
1282
1395
|
transition: none;
|
|
1283
1396
|
}
|
|
1284
1397
|
}
|
|
1285
|
-
.
|
|
1286
|
-
|
|
1398
|
+
._SidebarSection-breadcrumbLabel_8boj8_41:active {
|
|
1399
|
+
color: var(--puck-color-azure-02);
|
|
1287
1400
|
transition: none;
|
|
1288
1401
|
}
|
|
1289
|
-
.
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Components/styles.module.css/#css-module-data */
|
|
1294
|
-
._Components_uwdh8_1 {
|
|
1295
|
-
padding: 16px;
|
|
1402
|
+
._SidebarSection-breadcrumbs_8boj8_70 {
|
|
1403
|
+
align-items: center;
|
|
1404
|
+
display: flex;
|
|
1405
|
+
gap: 4px;
|
|
1296
1406
|
}
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1407
|
+
._SidebarSection-breadcrumb_8boj8_41 {
|
|
1408
|
+
align-items: center;
|
|
1409
|
+
display: flex;
|
|
1410
|
+
gap: 4px;
|
|
1411
|
+
}
|
|
1412
|
+
._SidebarSection-heading_8boj8_82 {
|
|
1413
|
+
padding-inline-end: 16px;
|
|
1414
|
+
}
|
|
1415
|
+
._SidebarSection-loadingOverlay_8boj8_86 {
|
|
1416
|
+
background: var(--puck-color-white);
|
|
1417
|
+
display: flex;
|
|
1418
|
+
justify-content: center;
|
|
1419
|
+
align-items: center;
|
|
1420
|
+
height: 100%;
|
|
1421
|
+
width: 100%;
|
|
1422
|
+
top: 0;
|
|
1423
|
+
position: absolute;
|
|
1424
|
+
z-index: 1;
|
|
1425
|
+
pointer-events: all;
|
|
1426
|
+
box-sizing: border-box;
|
|
1427
|
+
opacity: 0.8;
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/styles.module.css/#css-module-data */
|
|
1431
|
+
._Puck_a45x1_19 {
|
|
1432
|
+
--puck-space-px: 16px;
|
|
1433
|
+
font-family: var(--puck-font-family);
|
|
1434
|
+
overflow-x: hidden;
|
|
1435
|
+
}
|
|
1436
|
+
@media (min-width: 766px) {
|
|
1437
|
+
._Puck_a45x1_19 {
|
|
1438
|
+
overflow-x: auto;
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
._Puck-portal_a45x1_31 {
|
|
1442
|
+
position: relative;
|
|
1443
|
+
z-index: 2;
|
|
1444
|
+
}
|
|
1445
|
+
._PuckLayout-inner_a45x1_38 {
|
|
1446
|
+
--puck-frame-width: auto;
|
|
1447
|
+
--puck-side-bar-width: 0px;
|
|
1448
|
+
--puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
|
|
1449
|
+
--puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
|
|
1450
|
+
display: grid;
|
|
1451
|
+
grid-template-areas: "header header header" "left editor right";
|
|
1452
|
+
grid-template-columns: 0 var(--puck-frame-width) 0;
|
|
1453
|
+
grid-template-rows: min-content auto;
|
|
1454
|
+
height: 100dvh;
|
|
1455
|
+
position: relative;
|
|
1456
|
+
z-index: 0;
|
|
1457
|
+
}
|
|
1458
|
+
._PuckLayout--mounted_a45x1_59 ._PuckLayout-inner_a45x1_38 {
|
|
1459
|
+
--puck-side-bar-width: 186px;
|
|
1460
|
+
}
|
|
1461
|
+
._PuckLayout--leftSideBarVisible_a45x1_63 ._PuckLayout-inner_a45x1_38 {
|
|
1462
|
+
grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
|
|
1463
|
+
}
|
|
1464
|
+
._PuckLayout--rightSideBarVisible_a45x1_69 ._PuckLayout-inner_a45x1_38 {
|
|
1465
|
+
grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
|
|
1466
|
+
}
|
|
1467
|
+
._PuckLayout--leftSideBarVisible_a45x1_63._PuckLayout--rightSideBarVisible_a45x1_69 ._PuckLayout-inner_a45x1_38 {
|
|
1468
|
+
grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) var(--puck-right-side-bar-width);
|
|
1469
|
+
}
|
|
1470
|
+
@media (min-width: 458px) {
|
|
1471
|
+
._PuckLayout-mounted_a45x1_83 ._PuckLayout-inner_a45x1_38 {
|
|
1472
|
+
--puck-frame-width: minmax(266px, auto);
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
@media (min-width: 638px) {
|
|
1476
|
+
._PuckLayout_a45x1_38 ._PuckLayout-inner_a45x1_38 {
|
|
1477
|
+
--puck-side-bar-width: minmax(186px, 250px);
|
|
1478
|
+
}
|
|
1479
|
+
}
|
|
1480
|
+
@media (min-width: 766px) {
|
|
1481
|
+
._PuckLayout_a45x1_38 ._PuckLayout-inner_a45x1_38 {
|
|
1482
|
+
--puck-frame-width: auto;
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
@media (min-width: 990px) {
|
|
1486
|
+
._PuckLayout_a45x1_38 ._PuckLayout-inner_a45x1_38 {
|
|
1487
|
+
--puck-side-bar-width: 256px;
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1490
|
+
@media (min-width: 1198px) {
|
|
1491
|
+
._PuckLayout_a45x1_38 ._PuckLayout-inner_a45x1_38 {
|
|
1492
|
+
--puck-side-bar-width: 274px;
|
|
1493
|
+
}
|
|
1494
|
+
}
|
|
1495
|
+
@media (min-width: 1398px) {
|
|
1496
|
+
._PuckLayout_a45x1_38 ._PuckLayout-inner_a45x1_38 {
|
|
1497
|
+
--puck-side-bar-width: 290px;
|
|
1498
|
+
}
|
|
1499
|
+
}
|
|
1500
|
+
@media (min-width: 1598px) {
|
|
1501
|
+
._PuckLayout_a45x1_38 ._PuckLayout-inner_a45x1_38 {
|
|
1502
|
+
--puck-side-bar-width: 320px;
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
|
|
1507
|
+
._PuckFields_10bh7_1 {
|
|
1508
|
+
position: relative;
|
|
1509
|
+
font-family: var(--puck-font-family);
|
|
1510
|
+
}
|
|
1511
|
+
._PuckFields--isLoading_10bh7_6 {
|
|
1512
|
+
min-height: 48px;
|
|
1513
|
+
}
|
|
1514
|
+
._PuckFields-loadingOverlay_10bh7_10 {
|
|
1515
|
+
background: var(--puck-color-white);
|
|
1516
|
+
display: flex;
|
|
1517
|
+
justify-content: flex-end;
|
|
1518
|
+
align-items: flex-start;
|
|
1519
|
+
height: 100%;
|
|
1520
|
+
width: 100%;
|
|
1521
|
+
top: 0px;
|
|
1522
|
+
position: absolute;
|
|
1523
|
+
z-index: 1;
|
|
1524
|
+
pointer-events: all;
|
|
1525
|
+
box-sizing: border-box;
|
|
1526
|
+
opacity: 0.8;
|
|
1527
|
+
}
|
|
1528
|
+
._PuckFields-loadingOverlayInner_10bh7_25 {
|
|
1529
|
+
display: flex;
|
|
1530
|
+
padding: 16px;
|
|
1531
|
+
position: sticky;
|
|
1532
|
+
top: 0;
|
|
1533
|
+
}
|
|
1534
|
+
._PuckFields-field_10bh7_32 * {
|
|
1535
|
+
box-sizing: border-box;
|
|
1536
|
+
}
|
|
1537
|
+
._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
|
|
1538
|
+
color: var(--puck-color-grey-04);
|
|
1539
|
+
padding: 16px;
|
|
1540
|
+
padding-bottom: 12px;
|
|
1541
|
+
display: block;
|
|
1542
|
+
}
|
|
1543
|
+
._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
|
|
1544
|
+
border-top: 1px solid var(--puck-color-grey-09);
|
|
1545
|
+
margin-top: 8px;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
|
|
1549
|
+
._ComponentList_1rrlt_1 {
|
|
1550
|
+
max-width: 100%;
|
|
1551
|
+
}
|
|
1552
|
+
._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
|
|
1553
|
+
margin-top: 12px;
|
|
1554
|
+
}
|
|
1555
|
+
._ComponentList-content_1rrlt_9 {
|
|
1556
|
+
display: none;
|
|
1557
|
+
}
|
|
1558
|
+
._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
|
|
1559
|
+
display: block;
|
|
1560
|
+
}
|
|
1561
|
+
._ComponentList-title_1rrlt_17 {
|
|
1562
|
+
background-color: transparent;
|
|
1563
|
+
border: 0;
|
|
1564
|
+
color: var(--puck-color-grey-05);
|
|
1565
|
+
cursor: pointer;
|
|
1566
|
+
display: flex;
|
|
1567
|
+
font: inherit;
|
|
1568
|
+
font-size: var(--puck-font-size-xxxs);
|
|
1569
|
+
list-style: none;
|
|
1570
|
+
margin-bottom: 6px;
|
|
1571
|
+
padding: 8px;
|
|
1572
|
+
text-transform: uppercase;
|
|
1573
|
+
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
1574
|
+
gap: 4px;
|
|
1575
|
+
border-radius: 4px;
|
|
1576
|
+
width: 100%;
|
|
1577
|
+
}
|
|
1578
|
+
._ComponentList-title_1rrlt_17:focus-visible {
|
|
1579
|
+
outline: 2px solid var(--puck-color-azure-05);
|
|
1580
|
+
outline-offset: 2px;
|
|
1581
|
+
}
|
|
1582
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1583
|
+
._ComponentList-title_1rrlt_17:hover {
|
|
1584
|
+
background-color: var(--puck-color-azure-11);
|
|
1585
|
+
color: var(--puck-color-azure-04);
|
|
1586
|
+
transition: none;
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
._ComponentList-title_1rrlt_17:active {
|
|
1590
|
+
background-color: var(--puck-color-azure-10);
|
|
1591
|
+
transition: none;
|
|
1592
|
+
}
|
|
1593
|
+
._ComponentList-titleIcon_1rrlt_53 {
|
|
1594
|
+
margin-inline-start: auto;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
|
|
1598
|
+
._PuckPreview_z2rgu_1 {
|
|
1599
|
+
position: relative;
|
|
1600
|
+
height: 100%;
|
|
1302
1601
|
}
|
|
1303
1602
|
._PuckPreview-frame_z2rgu_6 {
|
|
1304
1603
|
border: none;
|
|
@@ -1409,95 +1708,111 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1409
1708
|
margin-top: 4px;
|
|
1410
1709
|
}
|
|
1411
1710
|
|
|
1412
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/
|
|
1413
|
-
.
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
overflow-x: auto;
|
|
1426
|
-
}
|
|
1427
|
-
}
|
|
1428
|
-
._Puck-portal_1pcou_31 {
|
|
1429
|
-
position: relative;
|
|
1430
|
-
z-index: 2;
|
|
1431
|
-
}
|
|
1432
|
-
._PuckLayout-inner_1pcou_36 {
|
|
1433
|
-
--puck-frame-width: auto;
|
|
1434
|
-
--puck-side-bar-width: 0px;
|
|
1435
|
-
--puck-side-nav-width: 68px;
|
|
1436
|
-
--puck-side-bar-width: 186px;
|
|
1437
|
-
--puck-left-side-bar-width: var( --puck-user-left-side-bar-width, --puck-side-bar-width );
|
|
1438
|
-
--puck-right-side-bar-width: var( --puck-user-right-side-bar-width, --puck-side-bar-width );
|
|
1439
|
-
display: grid;
|
|
1440
|
-
grid-template-areas: "header header header header" "sidenav left editor right";
|
|
1441
|
-
grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
|
|
1442
|
-
grid-template-rows: min-content auto;
|
|
1443
|
-
height: 100dvh;
|
|
1444
|
-
position: relative;
|
|
1445
|
-
z-index: 0;
|
|
1446
|
-
}
|
|
1447
|
-
._PuckLayout--leftSideBarVisible_1pcou_59 ._PuckLayout-inner_1pcou_36 {
|
|
1448
|
-
grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
|
|
1449
|
-
}
|
|
1450
|
-
._PuckLayout--rightSideBarVisible_1pcou_67 ._PuckLayout-inner_1pcou_36 {
|
|
1451
|
-
grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-side-bar-width);
|
|
1711
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
|
|
1712
|
+
._ViewportControls_gejzr_1 {
|
|
1713
|
+
display: flex;
|
|
1714
|
+
background: var(--puck-color-grey-11);
|
|
1715
|
+
box-sizing: border-box;
|
|
1716
|
+
border-inline-start: 2px solid var(--puck-color-grey-11);
|
|
1717
|
+
justify-content: center;
|
|
1718
|
+
gap: 8px;
|
|
1719
|
+
min-width: 358px;
|
|
1720
|
+
padding-bottom: 16px;
|
|
1721
|
+
padding-inline-start: var(--puck-space-px);
|
|
1722
|
+
padding-inline-end: var(--puck-space-px);
|
|
1723
|
+
z-index: 1;
|
|
1452
1724
|
}
|
|
1453
|
-
.
|
|
1454
|
-
|
|
1725
|
+
._ViewportControls-divider_gejzr_15 {
|
|
1726
|
+
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1727
|
+
margin-inline-start: 8px;
|
|
1728
|
+
margin-inline-end: 8px;
|
|
1455
1729
|
}
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1730
|
+
._ViewportControls-zoomSelect_gejzr_21 {
|
|
1731
|
+
appearance: none;
|
|
1732
|
+
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;
|
|
1733
|
+
background-size: 10px;
|
|
1734
|
+
background-position: calc(100% - 12px) calc(50% + 3px);
|
|
1735
|
+
background-repeat: no-repeat;
|
|
1736
|
+
border: 0;
|
|
1737
|
+
font-size: var(--puck-font-size-xxxs);
|
|
1738
|
+
padding: 0;
|
|
1739
|
+
width: 96px;
|
|
1460
1740
|
}
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
--puck-side-bar-width: minmax(186px, 250px);
|
|
1464
|
-
}
|
|
1741
|
+
._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
|
|
1742
|
+
background-position: 12px calc(50% + 3px);
|
|
1465
1743
|
}
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
--puck-frame-width: auto;
|
|
1469
|
-
}
|
|
1744
|
+
._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
|
|
1745
|
+
color: var(--puck-color-azure-04);
|
|
1470
1746
|
}
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1747
|
+
|
|
1748
|
+
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
|
|
1749
|
+
._PuckCanvas_18jay_1 {
|
|
1750
|
+
background: var(--puck-color-grey-11);
|
|
1751
|
+
display: flex;
|
|
1752
|
+
grid-area: editor;
|
|
1753
|
+
flex-direction: column;
|
|
1754
|
+
padding: var(--puck-space-px);
|
|
1755
|
+
overflow: auto;
|
|
1475
1756
|
}
|
|
1476
1757
|
@media (min-width: 1198px) {
|
|
1477
|
-
.
|
|
1478
|
-
--puck-
|
|
1479
|
-
|
|
1480
|
-
}
|
|
1481
|
-
@media (min-width: 1398px) {
|
|
1482
|
-
._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
|
|
1483
|
-
--puck-side-bar-width: 290px;
|
|
1758
|
+
._PuckCanvas_18jay_1 {
|
|
1759
|
+
padding: calc(var(--puck-space-px) * 1.5);
|
|
1760
|
+
padding-top: var(--puck-space-px);
|
|
1484
1761
|
}
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
|
|
1488
|
-
--puck-side-bar-width: 320px;
|
|
1762
|
+
._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
|
|
1763
|
+
padding-top: calc(var(--puck-space-px) * 1.5);
|
|
1489
1764
|
}
|
|
1490
1765
|
}
|
|
1491
|
-
.
|
|
1492
|
-
|
|
1493
|
-
|
|
1766
|
+
._PuckCanvas-inner_18jay_21 {
|
|
1767
|
+
display: flex;
|
|
1768
|
+
height: 100%;
|
|
1769
|
+
justify-content: center;
|
|
1770
|
+
min-width: 358px;
|
|
1771
|
+
position: relative;
|
|
1772
|
+
width: 100%;
|
|
1494
1773
|
}
|
|
1495
|
-
.
|
|
1496
|
-
|
|
1774
|
+
._PuckCanvas-root_18jay_30 {
|
|
1775
|
+
background: white;
|
|
1776
|
+
border: 1px solid var(--puck-color-grey-09);
|
|
1777
|
+
box-sizing: content-box;
|
|
1778
|
+
min-width: 321px;
|
|
1779
|
+
position: absolute;
|
|
1780
|
+
pointer-events: none;
|
|
1781
|
+
transform-origin: top;
|
|
1782
|
+
top: 0;
|
|
1783
|
+
bottom: 0;
|
|
1784
|
+
opacity: 0;
|
|
1785
|
+
}
|
|
1786
|
+
@media (min-width: 1198px) {
|
|
1787
|
+
._PuckCanvas-root_18jay_30 {
|
|
1788
|
+
min-width: unset;
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1792
|
+
._PuckCanvas-root_18jay_30 {
|
|
1793
|
+
transition: none !important;
|
|
1794
|
+
}
|
|
1795
|
+
}
|
|
1796
|
+
._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
|
|
1797
|
+
pointer-events: unset;
|
|
1798
|
+
opacity: 1;
|
|
1799
|
+
}
|
|
1800
|
+
._PuckCanvas-loader_18jay_60 {
|
|
1801
|
+
align-items: center;
|
|
1802
|
+
color: var(--puck-color-grey-06);
|
|
1803
|
+
display: flex;
|
|
1497
1804
|
height: 100%;
|
|
1805
|
+
justify-content: center;
|
|
1806
|
+
transition: opacity 250ms ease-out;
|
|
1807
|
+
opacity: 0;
|
|
1498
1808
|
}
|
|
1499
|
-
.
|
|
1500
|
-
|
|
1809
|
+
._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
|
|
1810
|
+
opacity: 1;
|
|
1811
|
+
}
|
|
1812
|
+
._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
|
|
1813
|
+
opacity: 0;
|
|
1814
|
+
height: 0;
|
|
1815
|
+
transition: none;
|
|
1501
1816
|
}
|
|
1502
1817
|
|
|
1503
1818
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
|
|
@@ -1545,7 +1860,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1545
1860
|
}
|
|
1546
1861
|
|
|
1547
1862
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
|
|
1548
|
-
.
|
|
1863
|
+
._PuckHeader_15xnq_1 {
|
|
1549
1864
|
background: var(--puck-color-white);
|
|
1550
1865
|
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1551
1866
|
color: var(--puck-color-black);
|
|
@@ -1553,14 +1868,8 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1553
1868
|
position: relative;
|
|
1554
1869
|
max-width: 100vw;
|
|
1555
1870
|
}
|
|
1556
|
-
|
|
1557
|
-
._PuckHeader_1ehbp_1 {
|
|
1558
|
-
padding-left: 67px;
|
|
1559
|
-
}
|
|
1560
|
-
}
|
|
1561
|
-
._PuckHeader-inner_1ehbp_16 {
|
|
1871
|
+
._PuckHeader-inner_15xnq_10 {
|
|
1562
1872
|
align-items: end;
|
|
1563
|
-
border-left: 1px solid var(--puck-color-grey-09);
|
|
1564
1873
|
display: grid;
|
|
1565
1874
|
gap: var(--puck-space-px);
|
|
1566
1875
|
grid-template-areas: "left middle right";
|
|
@@ -1568,241 +1877,43 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1568
1877
|
grid-template-rows: auto;
|
|
1569
1878
|
padding: var(--puck-space-px);
|
|
1570
1879
|
}
|
|
1571
|
-
|
|
1572
|
-
._PuckHeader-inner_1ehbp_16 {
|
|
1573
|
-
border-left: 1px solid var(--puck-color-grey-09);
|
|
1574
|
-
}
|
|
1575
|
-
}
|
|
1576
|
-
._PuckHeader-toggle_1ehbp_33 {
|
|
1880
|
+
._PuckHeader-toggle_15xnq_20 {
|
|
1577
1881
|
color: var(--puck-color-grey-05);
|
|
1578
1882
|
display: flex;
|
|
1579
1883
|
margin-inline-start: -4px;
|
|
1580
1884
|
padding-top: 2px;
|
|
1581
1885
|
}
|
|
1582
|
-
._PuckHeader--
|
|
1583
|
-
._PuckHeader--
|
|
1886
|
+
._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
|
|
1887
|
+
._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
|
|
1584
1888
|
color: var(--puck-color-black);
|
|
1585
1889
|
}
|
|
1586
|
-
._PuckHeader-
|
|
1890
|
+
._PuckHeader-title_15xnq_32 {
|
|
1587
1891
|
align-self: center;
|
|
1588
1892
|
}
|
|
1589
|
-
._PuckHeader-
|
|
1893
|
+
._PuckHeader-path_15xnq_36 {
|
|
1590
1894
|
font-family: var(--puck-font-family-monospaced);
|
|
1591
1895
|
font-size: var(--puck-font-size-xxs);
|
|
1592
1896
|
font-weight: normal;
|
|
1593
1897
|
word-break: break-all;
|
|
1594
1898
|
}
|
|
1595
|
-
._PuckHeader-
|
|
1899
|
+
._PuckHeader-tools_15xnq_43 {
|
|
1596
1900
|
display: flex;
|
|
1597
1901
|
gap: 16px;
|
|
1598
1902
|
justify-content: flex-end;
|
|
1599
1903
|
}
|
|
1600
|
-
._PuckHeader-
|
|
1904
|
+
._PuckHeader-menuButton_15xnq_49 {
|
|
1601
1905
|
color: var(--puck-color-grey-05);
|
|
1602
1906
|
margin-inline-start: -4px;
|
|
1603
1907
|
}
|
|
1604
|
-
._PuckHeader--
|
|
1908
|
+
._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
|
|
1605
1909
|
color: var(--puck-color-black);
|
|
1606
1910
|
}
|
|
1607
1911
|
@media (min-width: 638px) {
|
|
1608
|
-
._PuckHeader-
|
|
1912
|
+
._PuckHeader-menuButton_15xnq_49 {
|
|
1609
1913
|
display: none;
|
|
1610
1914
|
}
|
|
1611
1915
|
}
|
|
1612
1916
|
|
|
1613
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
|
|
1614
|
-
._SidebarSection_8boj8_1 {
|
|
1615
|
-
display: flex;
|
|
1616
|
-
position: relative;
|
|
1617
|
-
flex-direction: column;
|
|
1618
|
-
color: var(--puck-color-black);
|
|
1619
|
-
}
|
|
1620
|
-
._SidebarSection_8boj8_1:last-of-type {
|
|
1621
|
-
flex-grow: 1;
|
|
1622
|
-
}
|
|
1623
|
-
._SidebarSection-title_8boj8_12 {
|
|
1624
|
-
background: var(--puck-color-white);
|
|
1625
|
-
padding: 16px;
|
|
1626
|
-
border-bottom: 1px solid var(--puck-color-grey-09);
|
|
1627
|
-
border-top: 1px solid var(--puck-color-grey-09);
|
|
1628
|
-
overflow-x: auto;
|
|
1629
|
-
}
|
|
1630
|
-
._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
|
|
1631
|
-
border-top: 0px;
|
|
1632
|
-
}
|
|
1633
|
-
._SidebarSection-content_8boj8_24 {
|
|
1634
|
-
padding: 16px;
|
|
1635
|
-
}
|
|
1636
|
-
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
|
|
1637
|
-
padding: 0px;
|
|
1638
|
-
}
|
|
1639
|
-
._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
|
|
1640
|
-
padding-bottom: 4px;
|
|
1641
|
-
}
|
|
1642
|
-
._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
|
|
1643
|
-
border-bottom: none;
|
|
1644
|
-
flex-grow: 1;
|
|
1645
|
-
}
|
|
1646
|
-
._SidebarSection-breadcrumbLabel_8boj8_41 {
|
|
1647
|
-
background: none;
|
|
1648
|
-
border: 0;
|
|
1649
|
-
border-radius: 2px;
|
|
1650
|
-
color: var(--puck-color-azure-04);
|
|
1651
|
-
cursor: pointer;
|
|
1652
|
-
font: inherit;
|
|
1653
|
-
flex-shrink: 0;
|
|
1654
|
-
padding: 0;
|
|
1655
|
-
transition: color 50ms ease-in;
|
|
1656
|
-
}
|
|
1657
|
-
._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
|
|
1658
|
-
outline: 2px solid var(--puck-color-azure-05);
|
|
1659
|
-
outline-offset: 2px;
|
|
1660
|
-
}
|
|
1661
|
-
@media (hover: hover) and (pointer: fine) {
|
|
1662
|
-
._SidebarSection-breadcrumbLabel_8boj8_41:hover {
|
|
1663
|
-
color: var(--puck-color-azure-03);
|
|
1664
|
-
transition: none;
|
|
1665
|
-
}
|
|
1666
|
-
}
|
|
1667
|
-
._SidebarSection-breadcrumbLabel_8boj8_41:active {
|
|
1668
|
-
color: var(--puck-color-azure-02);
|
|
1669
|
-
transition: none;
|
|
1670
|
-
}
|
|
1671
|
-
._SidebarSection-breadcrumbs_8boj8_70 {
|
|
1672
|
-
align-items: center;
|
|
1673
|
-
display: flex;
|
|
1674
|
-
gap: 4px;
|
|
1675
|
-
}
|
|
1676
|
-
._SidebarSection-breadcrumb_8boj8_41 {
|
|
1677
|
-
align-items: center;
|
|
1678
|
-
display: flex;
|
|
1679
|
-
gap: 4px;
|
|
1680
|
-
}
|
|
1681
|
-
._SidebarSection-heading_8boj8_82 {
|
|
1682
|
-
padding-inline-end: 16px;
|
|
1683
|
-
}
|
|
1684
|
-
._SidebarSection-loadingOverlay_8boj8_86 {
|
|
1685
|
-
background: var(--puck-color-white);
|
|
1686
|
-
display: flex;
|
|
1687
|
-
justify-content: center;
|
|
1688
|
-
align-items: center;
|
|
1689
|
-
height: 100%;
|
|
1690
|
-
width: 100%;
|
|
1691
|
-
top: 0;
|
|
1692
|
-
position: absolute;
|
|
1693
|
-
z-index: 1;
|
|
1694
|
-
pointer-events: all;
|
|
1695
|
-
box-sizing: border-box;
|
|
1696
|
-
opacity: 0.8;
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
|
|
1700
|
-
._ViewportControls_gejzr_1 {
|
|
1701
|
-
display: flex;
|
|
1702
|
-
background: var(--puck-color-grey-11);
|
|
1703
|
-
box-sizing: border-box;
|
|
1704
|
-
border-inline-start: 2px solid var(--puck-color-grey-11);
|
|
1705
|
-
justify-content: center;
|
|
1706
|
-
gap: 8px;
|
|
1707
|
-
min-width: 358px;
|
|
1708
|
-
padding-bottom: 16px;
|
|
1709
|
-
padding-inline-start: var(--puck-space-px);
|
|
1710
|
-
padding-inline-end: var(--puck-space-px);
|
|
1711
|
-
z-index: 1;
|
|
1712
|
-
}
|
|
1713
|
-
._ViewportControls-divider_gejzr_15 {
|
|
1714
|
-
border-inline-end: 1px solid var(--puck-color-grey-09);
|
|
1715
|
-
margin-inline-start: 8px;
|
|
1716
|
-
margin-inline-end: 8px;
|
|
1717
|
-
}
|
|
1718
|
-
._ViewportControls-zoomSelect_gejzr_21 {
|
|
1719
|
-
appearance: none;
|
|
1720
|
-
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;
|
|
1721
|
-
background-size: 10px;
|
|
1722
|
-
background-position: calc(100% - 12px) calc(50% + 3px);
|
|
1723
|
-
background-repeat: no-repeat;
|
|
1724
|
-
border: 0;
|
|
1725
|
-
font-size: var(--puck-font-size-xxxs);
|
|
1726
|
-
padding: 0;
|
|
1727
|
-
width: 96px;
|
|
1728
|
-
}
|
|
1729
|
-
._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
|
|
1730
|
-
background-position: 12px calc(50% + 3px);
|
|
1731
|
-
}
|
|
1732
|
-
._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
|
|
1733
|
-
color: var(--puck-color-azure-04);
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
|
|
1737
|
-
._PuckCanvas_18jay_1 {
|
|
1738
|
-
background: var(--puck-color-grey-11);
|
|
1739
|
-
display: flex;
|
|
1740
|
-
grid-area: editor;
|
|
1741
|
-
flex-direction: column;
|
|
1742
|
-
padding: var(--puck-space-px);
|
|
1743
|
-
overflow: auto;
|
|
1744
|
-
}
|
|
1745
|
-
@media (min-width: 1198px) {
|
|
1746
|
-
._PuckCanvas_18jay_1 {
|
|
1747
|
-
padding: calc(var(--puck-space-px) * 1.5);
|
|
1748
|
-
padding-top: var(--puck-space-px);
|
|
1749
|
-
}
|
|
1750
|
-
._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
|
|
1751
|
-
padding-top: calc(var(--puck-space-px) * 1.5);
|
|
1752
|
-
}
|
|
1753
|
-
}
|
|
1754
|
-
._PuckCanvas-inner_18jay_21 {
|
|
1755
|
-
display: flex;
|
|
1756
|
-
height: 100%;
|
|
1757
|
-
justify-content: center;
|
|
1758
|
-
min-width: 358px;
|
|
1759
|
-
position: relative;
|
|
1760
|
-
width: 100%;
|
|
1761
|
-
}
|
|
1762
|
-
._PuckCanvas-root_18jay_30 {
|
|
1763
|
-
background: white;
|
|
1764
|
-
border: 1px solid var(--puck-color-grey-09);
|
|
1765
|
-
box-sizing: content-box;
|
|
1766
|
-
min-width: 321px;
|
|
1767
|
-
position: absolute;
|
|
1768
|
-
pointer-events: none;
|
|
1769
|
-
transform-origin: top;
|
|
1770
|
-
top: 0;
|
|
1771
|
-
bottom: 0;
|
|
1772
|
-
opacity: 0;
|
|
1773
|
-
}
|
|
1774
|
-
@media (min-width: 1198px) {
|
|
1775
|
-
._PuckCanvas-root_18jay_30 {
|
|
1776
|
-
min-width: unset;
|
|
1777
|
-
}
|
|
1778
|
-
}
|
|
1779
|
-
@media (prefers-reduced-motion: reduce) {
|
|
1780
|
-
._PuckCanvas-root_18jay_30 {
|
|
1781
|
-
transition: none !important;
|
|
1782
|
-
}
|
|
1783
|
-
}
|
|
1784
|
-
._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
|
|
1785
|
-
pointer-events: unset;
|
|
1786
|
-
opacity: 1;
|
|
1787
|
-
}
|
|
1788
|
-
._PuckCanvas-loader_18jay_60 {
|
|
1789
|
-
align-items: center;
|
|
1790
|
-
color: var(--puck-color-grey-06);
|
|
1791
|
-
display: flex;
|
|
1792
|
-
height: 100%;
|
|
1793
|
-
justify-content: center;
|
|
1794
|
-
transition: opacity 250ms ease-out;
|
|
1795
|
-
opacity: 0;
|
|
1796
|
-
}
|
|
1797
|
-
._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
|
|
1798
|
-
opacity: 1;
|
|
1799
|
-
}
|
|
1800
|
-
._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
|
|
1801
|
-
opacity: 0;
|
|
1802
|
-
height: 0;
|
|
1803
|
-
transition: none;
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
1917
|
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
|
|
1807
1918
|
@media (min-width: 766px) {
|
|
1808
1919
|
._ResizeHandle_144bf_2 {
|
|
@@ -1865,240 +1976,3 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
|
|
|
1865
1976
|
grid-area: right;
|
|
1866
1977
|
justify-self: start;
|
|
1867
1978
|
}
|
|
1868
|
-
|
|
1869
|
-
/* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
|
|
1870
|
-
._Nav-list_b6txo_1 {
|
|
1871
|
-
list-style: none;
|
|
1872
|
-
margin: 0;
|
|
1873
|
-
padding: 0;
|
|
1874
|
-
}
|
|
1875
|
-
._NavSection_b6txo_7 {
|
|
1876
|
-
padding: 16px;
|
|
1877
|
-
}
|
|
1878
|
-
._NavSection_b6txo_7:first-of-type {
|
|
1879
|
-
padding-top: 32px;
|
|
1880
|
-
}
|
|
1881
|
-
._Nav--slim_b6txo_15 ._NavSection_b6txo_7 {
|
|
1882
|
-
padding-left: 0;
|
|
1883
|
-
padding-right: 0;
|
|
1884
|
-
}
|
|
1885
|
-
._Nav--slim_b6txo_15 ._NavSection_b6txo_7 + ._NavSection_b6txo_7 {
|
|
1886
|
-
border-top: 1px solid var(--puck-color-grey-09);
|
|
1887
|
-
}
|
|
1888
|
-
._NavSection-list_b6txo_24 {
|
|
1889
|
-
display: flex;
|
|
1890
|
-
flex-direction: column;
|
|
1891
|
-
list-style: none;
|
|
1892
|
-
margin: 0;
|
|
1893
|
-
padding: 0;
|
|
1894
|
-
}
|
|
1895
|
-
._Nav--slim_b6txo_15 ._NavSection-list_b6txo_24 {
|
|
1896
|
-
gap: 16px;
|
|
1897
|
-
}
|
|
1898
|
-
._NavSection-title_b6txo_36 {
|
|
1899
|
-
font-weight: 700;
|
|
1900
|
-
margin-bottom: 8px;
|
|
1901
|
-
padding-left: 8px;
|
|
1902
|
-
padding-right: 8px;
|
|
1903
|
-
}
|
|
1904
|
-
._Nav--slim_b6txo_15 ._NavSection-title_b6txo_36 {
|
|
1905
|
-
opacity: 0;
|
|
1906
|
-
}
|
|
1907
|
-
._NavItem-link_b6txo_47 {
|
|
1908
|
-
align-items: center;
|
|
1909
|
-
color: var(--puck-color-grey-03);
|
|
1910
|
-
display: flex;
|
|
1911
|
-
gap: 8px;
|
|
1912
|
-
text-decoration: none;
|
|
1913
|
-
cursor: pointer;
|
|
1914
|
-
border-radius: 4px;
|
|
1915
|
-
padding: 8px 4px;
|
|
1916
|
-
}
|
|
1917
|
-
._Nav--slim_b6txo_15 ._NavItem-link_b6txo_47 {
|
|
1918
|
-
border-left: 4px solid transparent;
|
|
1919
|
-
border-right: 4px solid transparent;
|
|
1920
|
-
border-radius: 0;
|
|
1921
|
-
flex-direction: column;
|
|
1922
|
-
font-size: var(--puck-font-size-xxxs);
|
|
1923
|
-
}
|
|
1924
|
-
._NavItem-linkIcon_b6txo_67 {
|
|
1925
|
-
height: 24px;
|
|
1926
|
-
width: 24px;
|
|
1927
|
-
}
|
|
1928
|
-
._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
|
|
1929
|
-
background-color: var(--puck-color-azure-10);
|
|
1930
|
-
color: var(--puck-color-azure-04);
|
|
1931
|
-
font-weight: 600;
|
|
1932
|
-
}
|
|
1933
|
-
._Nav--slim_b6txo_15 ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
|
|
1934
|
-
background-color: transparent;
|
|
1935
|
-
border-right-color: var(--puck-color-azure-04);
|
|
1936
|
-
border-top-right-radius: 0;
|
|
1937
|
-
border-bottom-right-radius: 0;
|
|
1938
|
-
font-weight: 600;
|
|
1939
|
-
}
|
|
1940
|
-
._NavItem_b6txo_47:not(._NavItem--active_b6txo_72) > ._NavItem-link_b6txo_47:hover {
|
|
1941
|
-
background-color: var(--puck-color-azure-11);
|
|
1942
|
-
color: var(--puck-color-azure-04);
|
|
1943
|
-
}
|
|
1944
|
-
._NavItem-list_b6txo_91 {
|
|
1945
|
-
border-left: 1px solid var(--puck-color-grey-09);
|
|
1946
|
-
display: flex;
|
|
1947
|
-
flex-direction: column;
|
|
1948
|
-
list-style: none;
|
|
1949
|
-
margin-top: 8px;
|
|
1950
|
-
margin-left: 4px;
|
|
1951
|
-
padding: 0;
|
|
1952
|
-
padding-left: 8px;
|
|
1953
|
-
}
|
|
1954
|
-
._Nav--slim_b6txo_15 ._NavItem-list_b6txo_91 {
|
|
1955
|
-
border-left: 0;
|
|
1956
|
-
padding-left: 0;
|
|
1957
|
-
margin-left: 0;
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
|
-
/* styles/color.css */
|
|
1961
|
-
:root {
|
|
1962
|
-
--puck-color-rose-01: #4a001c;
|
|
1963
|
-
--puck-color-rose-02: #670833;
|
|
1964
|
-
--puck-color-rose-03: #87114c;
|
|
1965
|
-
--puck-color-rose-04: #a81a66;
|
|
1966
|
-
--puck-color-rose-05: #bc5089;
|
|
1967
|
-
--puck-color-rose-06: #cc7ca5;
|
|
1968
|
-
--puck-color-rose-07: #d89aba;
|
|
1969
|
-
--puck-color-rose-08: #e3b8cf;
|
|
1970
|
-
--puck-color-rose-09: #efd6e3;
|
|
1971
|
-
--puck-color-rose-10: #f6eaf1;
|
|
1972
|
-
--puck-color-rose-11: #faf4f8;
|
|
1973
|
-
--puck-color-rose-12: #fef8fc;
|
|
1974
|
-
--puck-color-azure-01: #00175d;
|
|
1975
|
-
--puck-color-azure-02: #002c77;
|
|
1976
|
-
--puck-color-azure-03: #014292;
|
|
1977
|
-
--puck-color-azure-04: #0158ad;
|
|
1978
|
-
--puck-color-azure-05: #3479be;
|
|
1979
|
-
--puck-color-azure-06: #6499cf;
|
|
1980
|
-
--puck-color-azure-07: #88b0da;
|
|
1981
|
-
--puck-color-azure-08: #abc7e5;
|
|
1982
|
-
--puck-color-azure-09: #cfdff0;
|
|
1983
|
-
--puck-color-azure-10: #e7eef7;
|
|
1984
|
-
--puck-color-azure-11: #f3f6fb;
|
|
1985
|
-
--puck-color-azure-12: #f7faff;
|
|
1986
|
-
--puck-color-green-01: #002000;
|
|
1987
|
-
--puck-color-green-02: #043604;
|
|
1988
|
-
--puck-color-green-03: #084e08;
|
|
1989
|
-
--puck-color-green-04: #0c680c;
|
|
1990
|
-
--puck-color-green-05: #1d882f;
|
|
1991
|
-
--puck-color-green-06: #2faa53;
|
|
1992
|
-
--puck-color-green-07: #56c16f;
|
|
1993
|
-
--puck-color-green-08: #7dd78b;
|
|
1994
|
-
--puck-color-green-09: #b8e8bf;
|
|
1995
|
-
--puck-color-green-10: #ddf3e0;
|
|
1996
|
-
--puck-color-green-11: #eff8f0;
|
|
1997
|
-
--puck-color-green-12: #f3fcf4;
|
|
1998
|
-
--puck-color-yellow-01: #211000;
|
|
1999
|
-
--puck-color-yellow-02: #362700;
|
|
2000
|
-
--puck-color-yellow-03: #4c4000;
|
|
2001
|
-
--puck-color-yellow-04: #645a00;
|
|
2002
|
-
--puck-color-yellow-05: #877614;
|
|
2003
|
-
--puck-color-yellow-06: #ab9429;
|
|
2004
|
-
--puck-color-yellow-07: #bfac4e;
|
|
2005
|
-
--puck-color-yellow-08: #d4c474;
|
|
2006
|
-
--puck-color-yellow-09: #e6deb1;
|
|
2007
|
-
--puck-color-yellow-10: #f3efd9;
|
|
2008
|
-
--puck-color-yellow-11: #f9f7ed;
|
|
2009
|
-
--puck-color-yellow-12: #fcfaf0;
|
|
2010
|
-
--puck-color-red-01: #4c0000;
|
|
2011
|
-
--puck-color-red-02: #6a0a10;
|
|
2012
|
-
--puck-color-red-03: #8a1422;
|
|
2013
|
-
--puck-color-red-04: #ac1f35;
|
|
2014
|
-
--puck-color-red-05: #bf5366;
|
|
2015
|
-
--puck-color-red-06: #ce7e8e;
|
|
2016
|
-
--puck-color-red-07: #d99ca8;
|
|
2017
|
-
--puck-color-red-08: #e4b9c2;
|
|
2018
|
-
--puck-color-red-09: #efd7db;
|
|
2019
|
-
--puck-color-red-10: #f6eaec;
|
|
2020
|
-
--puck-color-red-11: #faf4f5;
|
|
2021
|
-
--puck-color-red-12: #fff9fa;
|
|
2022
|
-
--puck-color-grey-01: #181818;
|
|
2023
|
-
--puck-color-grey-02: #292929;
|
|
2024
|
-
--puck-color-grey-03: #404040;
|
|
2025
|
-
--puck-color-grey-04: #5a5a5a;
|
|
2026
|
-
--puck-color-grey-05: #767676;
|
|
2027
|
-
--puck-color-grey-06: #949494;
|
|
2028
|
-
--puck-color-grey-07: #ababab;
|
|
2029
|
-
--puck-color-grey-08: #c3c3c3;
|
|
2030
|
-
--puck-color-grey-09: #dcdcdc;
|
|
2031
|
-
--puck-color-grey-10: #efefef;
|
|
2032
|
-
--puck-color-grey-11: #f5f5f5;
|
|
2033
|
-
--puck-color-grey-12: #fafafa;
|
|
2034
|
-
--puck-color-black: #000000;
|
|
2035
|
-
--puck-color-white: #ffffff;
|
|
2036
|
-
}
|
|
2037
|
-
|
|
2038
|
-
/* styles/typography.css */
|
|
2039
|
-
:root {
|
|
2040
|
-
--puck-font-size-scale-base-unitless: 12;
|
|
2041
|
-
--puck-font-size-xxxs-unitless: 12;
|
|
2042
|
-
--puck-font-size-xxs-unitless: 14;
|
|
2043
|
-
--puck-font-size-xs-unitless: 16;
|
|
2044
|
-
--puck-font-size-s-unitless: 18;
|
|
2045
|
-
--puck-font-size-m-unitless: 21;
|
|
2046
|
-
--puck-font-size-l-unitless: 24;
|
|
2047
|
-
--puck-font-size-xl-unitless: 28;
|
|
2048
|
-
--puck-font-size-xxl-unitless: 36;
|
|
2049
|
-
--puck-font-size-xxxl-unitless: 48;
|
|
2050
|
-
--puck-font-size-xxxxl-unitless: 56;
|
|
2051
|
-
--puck-font-size-xxxs: calc(1rem * var(--puck-font-size-xxxs-unitless) / 16);
|
|
2052
|
-
--puck-font-size-xxs: calc(1rem * var(--puck-font-size-xxs-unitless) / 16);
|
|
2053
|
-
--puck-font-size-xs: calc(1rem * var(--puck-font-size-xs-unitless) / 16);
|
|
2054
|
-
--puck-font-size-s: calc(1rem * var(--puck-font-size-s-unitless) / 16);
|
|
2055
|
-
--puck-font-size-m: calc(1rem * var(--puck-font-size-m-unitless) / 16);
|
|
2056
|
-
--puck-font-size-l: calc(1rem * var(--puck-font-size-l-unitless) / 16);
|
|
2057
|
-
--puck-font-size-xl: calc(1rem * var(--puck-font-size-xl-unitless) / 16);
|
|
2058
|
-
--puck-font-size-xxl: calc(1rem * var(--puck-font-size-xxl-unitless) / 16);
|
|
2059
|
-
--puck-font-size-xxxl: calc(1rem * var(--puck-font-size-xxxl-unitless) / 16);
|
|
2060
|
-
--puck-font-size-xxxxl: calc( 1rem * var(--puck-font-size-xxxxl-unitless) / 16 );
|
|
2061
|
-
--puck-font-size-base: var(--puck-font-size-xs);
|
|
2062
|
-
--line-height-reset: 1;
|
|
2063
|
-
--line-height-xs: calc( var(--space-m-unitless) / var(--puck-font-size-m-unitless) );
|
|
2064
|
-
--line-height-s: calc( var(--space-m-unitless) / var(--puck-font-size-s-unitless) );
|
|
2065
|
-
--line-height-m: calc( var(--space-m-unitless) / var(--puck-font-size-xs-unitless) );
|
|
2066
|
-
--line-height-l: calc( var(--space-m-unitless) / var(--puck-font-size-xxs-unitless) );
|
|
2067
|
-
--line-height-xl: calc( var(--space-m-unitless) / var(--puck-font-size-scale-base-unitless) );
|
|
2068
|
-
--line-height-base: var(--line-height-m);
|
|
2069
|
-
--fallback-font-stack:
|
|
2070
|
-
-apple-system,
|
|
2071
|
-
BlinkMacSystemFont,
|
|
2072
|
-
Segoe UI,
|
|
2073
|
-
Helvetica Neue,
|
|
2074
|
-
sans-serif,
|
|
2075
|
-
Apple Color Emoji,
|
|
2076
|
-
Segoe UI Emoji,
|
|
2077
|
-
Segoe UI Symbol;
|
|
2078
|
-
--puck-font-family: Inter, var(--fallback-font-stack);
|
|
2079
|
-
--puck-font-family-monospaced:
|
|
2080
|
-
ui-monospace,
|
|
2081
|
-
"Cascadia Code",
|
|
2082
|
-
"Source Code Pro",
|
|
2083
|
-
Menlo,
|
|
2084
|
-
Consolas,
|
|
2085
|
-
"DejaVu Sans Mono",
|
|
2086
|
-
monospace;
|
|
2087
|
-
}
|
|
2088
|
-
@supports (font-variation-settings: normal) {
|
|
2089
|
-
:root {
|
|
2090
|
-
--puck-font-family: InterVariable, var(--fallback-font-stack);
|
|
2091
|
-
}
|
|
2092
|
-
}
|
|
2093
|
-
|
|
2094
|
-
/* bundle/core.css */
|
|
2095
|
-
#frame-root {
|
|
2096
|
-
height: 1px;
|
|
2097
|
-
min-height: 100vh;
|
|
2098
|
-
}
|
|
2099
|
-
[data-puck-entry] {
|
|
2100
|
-
position: relative;
|
|
2101
|
-
z-index: 0;
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
|
-
/* bundle/index.css */
|