@measured/puck 0.20.0-canary.f73c8fa0 → 0.20.0

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.
@@ -1,4 +1,146 @@
1
- @import "https://rsms.me/inter/inter.css";
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/Puck/components/Fields/styles.module.css/#css-module-data */
1203
- ._PuckFields_10bh7_1 {
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
- font-family: var(--puck-font-family);
1348
+ flex-direction: column;
1349
+ color: var(--puck-color-black);
1206
1350
  }
1207
- ._PuckFields--isLoading_10bh7_6 {
1208
- min-height: 48px;
1351
+ ._SidebarSection_8boj8_1:last-of-type {
1352
+ flex-grow: 1;
1209
1353
  }
1210
- ._PuckFields-loadingOverlay_10bh7_10 {
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
- position: sticky;
1228
- top: 0;
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
- ._PuckFields-field_10bh7_32 * {
1231
- box-sizing: border-box;
1361
+ ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1362
+ border-top: 0px;
1232
1363
  }
1233
- ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
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
- ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1249
- margin-top: 12px;
1367
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1368
+ padding: 0px;
1250
1369
  }
1251
- ._ComponentList-content_1rrlt_9 {
1252
- display: none;
1370
+ ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1371
+ padding-bottom: 4px;
1253
1372
  }
1254
- ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1255
- display: block;
1373
+ ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1374
+ border-bottom: none;
1375
+ flex-grow: 1;
1256
1376
  }
1257
- ._ComponentList-title_1rrlt_17 {
1258
- background-color: transparent;
1377
+ ._SidebarSection-breadcrumbLabel_8boj8_41 {
1378
+ background: none;
1259
1379
  border: 0;
1260
- color: var(--puck-color-grey-05);
1380
+ border-radius: 2px;
1381
+ color: var(--puck-color-azure-04);
1261
1382
  cursor: pointer;
1262
- display: flex;
1263
1383
  font: inherit;
1264
- font-size: var(--puck-font-size-xxxs);
1265
- list-style: none;
1266
- margin-bottom: 6px;
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
- ._ComponentList-title_1rrlt_17:focus-visible {
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
- ._ComponentList-title_1rrlt_17:hover {
1280
- background-color: var(--puck-color-azure-11);
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
- ._ComponentList-title_1rrlt_17:active {
1286
- background-color: var(--puck-color-azure-10);
1398
+ ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1399
+ color: var(--puck-color-azure-02);
1287
1400
  transition: none;
1288
1401
  }
1289
- ._ComponentList-titleIcon_1rrlt_53 {
1290
- margin-inline-start: auto;
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
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
1299
- ._PuckPreview_z2rgu_1 {
1300
- position: relative;
1301
- height: 100%;
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_1yxlw_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_1yxlw_19 {
1438
+ overflow-x: auto;
1439
+ }
1440
+ }
1441
+ ._Puck-portal_1yxlw_31 {
1442
+ position: relative;
1443
+ z-index: 2;
1444
+ }
1445
+ ._PuckLayout-inner_1yxlw_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_1yxlw_59 ._PuckLayout-inner_1yxlw_38 {
1459
+ --puck-side-bar-width: 186px;
1460
+ }
1461
+ ._PuckLayout--leftSideBarVisible_1yxlw_63 ._PuckLayout-inner_1yxlw_38 {
1462
+ grid-template-columns: var(--puck-left-side-bar-width) var(--puck-frame-width) 0;
1463
+ }
1464
+ ._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_38 {
1465
+ grid-template-columns: 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1466
+ }
1467
+ ._PuckLayout--leftSideBarVisible_1yxlw_63._PuckLayout--rightSideBarVisible_1yxlw_69 ._PuckLayout-inner_1yxlw_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_1yxlw_83 ._PuckLayout-inner_1yxlw_38 {
1472
+ --puck-frame-width: minmax(266px, auto);
1473
+ }
1474
+ }
1475
+ @media (min-width: 638px) {
1476
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1477
+ --puck-side-bar-width: minmax(186px, 250px);
1478
+ }
1479
+ }
1480
+ @media (min-width: 766px) {
1481
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1482
+ --puck-frame-width: auto;
1483
+ }
1484
+ }
1485
+ @media (min-width: 990px) {
1486
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1487
+ --puck-side-bar-width: 256px;
1488
+ }
1489
+ }
1490
+ @media (min-width: 1198px) {
1491
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1492
+ --puck-side-bar-width: 274px;
1493
+ }
1494
+ }
1495
+ @media (min-width: 1398px) {
1496
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_38 {
1497
+ --puck-side-bar-width: 290px;
1498
+ }
1499
+ }
1500
+ @media (min-width: 1598px) {
1501
+ ._PuckLayout_1yxlw_38 ._PuckLayout-inner_1yxlw_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,97 +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/Puck/components/Outline/styles.module.css/#css-module-data */
1413
- ._Outline_1rrni_1 {
1414
- padding: 16px;
1415
- }
1416
-
1417
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1418
- ._Puck_94wda_19 {
1419
- --puck-space-px: 16px;
1420
- font-family: var(--puck-font-family);
1421
- overflow-x: hidden;
1422
- }
1423
- @media (min-width: 766px) {
1424
- ._Puck_94wda_19 {
1425
- overflow-x: auto;
1426
- }
1427
- }
1428
- ._Puck-portal_94wda_31 {
1429
- position: relative;
1430
- z-index: 2;
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;
1431
1724
  }
1432
- ._PuckLayout-inner_94wda_36 {
1433
- --puck-frame-width: auto;
1434
- --puck-side-nav-width: 68px;
1435
- --puck-side-bar-width: 0px;
1436
- --puck-left-side-bar-width: var( --puck-user-left-side-bar-width, var(--puck-side-bar-width) );
1437
- --puck-right-side-bar-width: var( --puck-user-right-side-bar-width, var(--puck-side-bar-width) );
1438
- display: grid;
1439
- grid-template-areas: "header header header header" "sidenav left editor right";
1440
- grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) 0;
1441
- grid-template-rows: min-content auto;
1442
- height: 100dvh;
1443
- position: relative;
1444
- z-index: 0;
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;
1445
1729
  }
1446
- ._PuckLayout--mounted_94wda_57 ._PuckLayout-inner_94wda_36 {
1447
- --puck-side-bar-width: 186px;
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;
1448
1740
  }
1449
- ._PuckLayout--leftSideBarVisible_94wda_61 ._PuckLayout-inner_94wda_36 {
1450
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) 0;
1741
+ ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1742
+ background-position: 12px calc(50% + 3px);
1451
1743
  }
1452
- ._PuckLayout--rightSideBarVisible_94wda_69 ._PuckLayout-inner_94wda_36 {
1453
- grid-template-columns: var(--puck-side-nav-width) 0 var(--puck-frame-width) var(--puck-right-side-bar-width);
1744
+ ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1745
+ color: var(--puck-color-azure-04);
1454
1746
  }
1455
- ._PuckLayout--leftSideBarVisible_94wda_61._PuckLayout--rightSideBarVisible_94wda_69 ._PuckLayout-inner_94wda_36 {
1456
- grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
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;
1457
1756
  }
1458
- @media (min-width: 458px) {
1459
- ._PuckLayout-mounted_94wda_85 ._PuckLayout-inner_94wda_36 {
1460
- --puck-frame-width: minmax(266px, auto);
1757
+ @media (min-width: 1198px) {
1758
+ ._PuckCanvas_18jay_1 {
1759
+ padding: calc(var(--puck-space-px) * 1.5);
1760
+ padding-top: var(--puck-space-px);
1461
1761
  }
1462
- }
1463
- @media (min-width: 638px) {
1464
- ._PuckLayout_94wda_36 ._PuckLayout-inner_94wda_36 {
1465
- --puck-side-bar-width: minmax(186px, 250px);
1762
+ ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1763
+ padding-top: calc(var(--puck-space-px) * 1.5);
1466
1764
  }
1467
1765
  }
1468
- @media (min-width: 766px) {
1469
- ._PuckLayout_94wda_36 ._PuckLayout-inner_94wda_36 {
1470
- --puck-frame-width: auto;
1471
- }
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%;
1472
1773
  }
1473
- @media (min-width: 990px) {
1474
- ._PuckLayout_94wda_36 ._PuckLayout-inner_94wda_36 {
1475
- --puck-side-bar-width: 256px;
1476
- }
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;
1477
1785
  }
1478
1786
  @media (min-width: 1198px) {
1479
- ._PuckLayout_94wda_36 ._PuckLayout-inner_94wda_36 {
1480
- --puck-side-bar-width: 274px;
1481
- }
1482
- }
1483
- @media (min-width: 1398px) {
1484
- ._PuckLayout_94wda_36 ._PuckLayout-inner_94wda_36 {
1485
- --puck-side-bar-width: 290px;
1787
+ ._PuckCanvas-root_18jay_30 {
1788
+ min-width: unset;
1486
1789
  }
1487
1790
  }
1488
- @media (min-width: 1598px) {
1489
- ._PuckLayout_94wda_36 ._PuckLayout-inner_94wda_36 {
1490
- --puck-side-bar-width: 320px;
1791
+ @media (prefers-reduced-motion: reduce) {
1792
+ ._PuckCanvas-root_18jay_30 {
1793
+ transition: none !important;
1491
1794
  }
1492
1795
  }
1493
- ._PuckLayout-nav_94wda_126 {
1494
- border-right: 1px solid var(--puck-color-grey-09);
1495
- background-color: var(--puck-color-grey-12);
1796
+ ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1797
+ pointer-events: unset;
1798
+ opacity: 1;
1496
1799
  }
1497
- ._PuckPluginTab_94wda_131 {
1498
- display: none;
1800
+ ._PuckCanvas-loader_18jay_60 {
1801
+ align-items: center;
1802
+ color: var(--puck-color-grey-06);
1803
+ display: flex;
1499
1804
  height: 100%;
1805
+ justify-content: center;
1806
+ transition: opacity 250ms ease-out;
1807
+ opacity: 0;
1500
1808
  }
1501
- ._PuckPluginTab--visible_94wda_136 {
1502
- display: block;
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;
1503
1816
  }
1504
1817
 
1505
1818
  /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
@@ -1547,7 +1860,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1547
1860
  }
1548
1861
 
1549
1862
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1550
- ._PuckHeader_1ehbp_1 {
1863
+ ._PuckHeader_15xnq_1 {
1551
1864
  background: var(--puck-color-white);
1552
1865
  border-bottom: 1px solid var(--puck-color-grey-09);
1553
1866
  color: var(--puck-color-black);
@@ -1555,14 +1868,8 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1555
1868
  position: relative;
1556
1869
  max-width: 100vw;
1557
1870
  }
1558
- @media (min-width: 638px) {
1559
- ._PuckHeader_1ehbp_1 {
1560
- padding-left: 67px;
1561
- }
1562
- }
1563
- ._PuckHeader-inner_1ehbp_16 {
1871
+ ._PuckHeader-inner_15xnq_10 {
1564
1872
  align-items: end;
1565
- border-left: 1px solid var(--puck-color-grey-09);
1566
1873
  display: grid;
1567
1874
  gap: var(--puck-space-px);
1568
1875
  grid-template-areas: "left middle right";
@@ -1570,241 +1877,43 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1570
1877
  grid-template-rows: auto;
1571
1878
  padding: var(--puck-space-px);
1572
1879
  }
1573
- @media (min-width: 638px) {
1574
- ._PuckHeader-inner_1ehbp_16 {
1575
- border-left: 1px solid var(--puck-color-grey-09);
1576
- }
1577
- }
1578
- ._PuckHeader-toggle_1ehbp_33 {
1880
+ ._PuckHeader-toggle_15xnq_20 {
1579
1881
  color: var(--puck-color-grey-05);
1580
1882
  display: flex;
1581
1883
  margin-inline-start: -4px;
1582
1884
  padding-top: 2px;
1583
1885
  }
1584
- ._PuckHeader--rightSideBarVisible_1ehbp_40 ._PuckHeader-rightSideBarToggle_1ehbp_40,
1585
- ._PuckHeader--leftSideBarVisible_1ehbp_41 ._PuckHeader-leftSideBarToggle_1ehbp_41 {
1886
+ ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
1887
+ ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
1586
1888
  color: var(--puck-color-black);
1587
1889
  }
1588
- ._PuckHeader-title_1ehbp_45 {
1890
+ ._PuckHeader-title_15xnq_32 {
1589
1891
  align-self: center;
1590
1892
  }
1591
- ._PuckHeader-path_1ehbp_49 {
1893
+ ._PuckHeader-path_15xnq_36 {
1592
1894
  font-family: var(--puck-font-family-monospaced);
1593
1895
  font-size: var(--puck-font-size-xxs);
1594
1896
  font-weight: normal;
1595
1897
  word-break: break-all;
1596
1898
  }
1597
- ._PuckHeader-tools_1ehbp_56 {
1899
+ ._PuckHeader-tools_15xnq_43 {
1598
1900
  display: flex;
1599
1901
  gap: 16px;
1600
1902
  justify-content: flex-end;
1601
1903
  }
1602
- ._PuckHeader-menuButton_1ehbp_62 {
1904
+ ._PuckHeader-menuButton_15xnq_49 {
1603
1905
  color: var(--puck-color-grey-05);
1604
1906
  margin-inline-start: -4px;
1605
1907
  }
1606
- ._PuckHeader--menuOpen_1ehbp_67 ._PuckHeader-menuButton_1ehbp_62 {
1908
+ ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
1607
1909
  color: var(--puck-color-black);
1608
1910
  }
1609
1911
  @media (min-width: 638px) {
1610
- ._PuckHeader-menuButton_1ehbp_62 {
1912
+ ._PuckHeader-menuButton_15xnq_49 {
1611
1913
  display: none;
1612
1914
  }
1613
1915
  }
1614
1916
 
1615
- /* css-module:/home/runner/work/puck/puck/packages/core/components/SidebarSection/styles.module.css/#css-module-data */
1616
- ._SidebarSection_8boj8_1 {
1617
- display: flex;
1618
- position: relative;
1619
- flex-direction: column;
1620
- color: var(--puck-color-black);
1621
- }
1622
- ._SidebarSection_8boj8_1:last-of-type {
1623
- flex-grow: 1;
1624
- }
1625
- ._SidebarSection-title_8boj8_12 {
1626
- background: var(--puck-color-white);
1627
- padding: 16px;
1628
- border-bottom: 1px solid var(--puck-color-grey-09);
1629
- border-top: 1px solid var(--puck-color-grey-09);
1630
- overflow-x: auto;
1631
- }
1632
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1633
- border-top: 0px;
1634
- }
1635
- ._SidebarSection-content_8boj8_24 {
1636
- padding: 16px;
1637
- }
1638
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1639
- padding: 0px;
1640
- }
1641
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1642
- padding-bottom: 4px;
1643
- }
1644
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1645
- border-bottom: none;
1646
- flex-grow: 1;
1647
- }
1648
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
1649
- background: none;
1650
- border: 0;
1651
- border-radius: 2px;
1652
- color: var(--puck-color-azure-04);
1653
- cursor: pointer;
1654
- font: inherit;
1655
- flex-shrink: 0;
1656
- padding: 0;
1657
- transition: color 50ms ease-in;
1658
- }
1659
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1660
- outline: 2px solid var(--puck-color-azure-05);
1661
- outline-offset: 2px;
1662
- }
1663
- @media (hover: hover) and (pointer: fine) {
1664
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1665
- color: var(--puck-color-azure-03);
1666
- transition: none;
1667
- }
1668
- }
1669
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1670
- color: var(--puck-color-azure-02);
1671
- transition: none;
1672
- }
1673
- ._SidebarSection-breadcrumbs_8boj8_70 {
1674
- align-items: center;
1675
- display: flex;
1676
- gap: 4px;
1677
- }
1678
- ._SidebarSection-breadcrumb_8boj8_41 {
1679
- align-items: center;
1680
- display: flex;
1681
- gap: 4px;
1682
- }
1683
- ._SidebarSection-heading_8boj8_82 {
1684
- padding-inline-end: 16px;
1685
- }
1686
- ._SidebarSection-loadingOverlay_8boj8_86 {
1687
- background: var(--puck-color-white);
1688
- display: flex;
1689
- justify-content: center;
1690
- align-items: center;
1691
- height: 100%;
1692
- width: 100%;
1693
- top: 0;
1694
- position: absolute;
1695
- z-index: 1;
1696
- pointer-events: all;
1697
- box-sizing: border-box;
1698
- opacity: 0.8;
1699
- }
1700
-
1701
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1702
- ._ViewportControls_gejzr_1 {
1703
- display: flex;
1704
- background: var(--puck-color-grey-11);
1705
- box-sizing: border-box;
1706
- border-inline-start: 2px solid var(--puck-color-grey-11);
1707
- justify-content: center;
1708
- gap: 8px;
1709
- min-width: 358px;
1710
- padding-bottom: 16px;
1711
- padding-inline-start: var(--puck-space-px);
1712
- padding-inline-end: var(--puck-space-px);
1713
- z-index: 1;
1714
- }
1715
- ._ViewportControls-divider_gejzr_15 {
1716
- border-inline-end: 1px solid var(--puck-color-grey-09);
1717
- margin-inline-start: 8px;
1718
- margin-inline-end: 8px;
1719
- }
1720
- ._ViewportControls-zoomSelect_gejzr_21 {
1721
- appearance: none;
1722
- 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;
1723
- background-size: 10px;
1724
- background-position: calc(100% - 12px) calc(50% + 3px);
1725
- background-repeat: no-repeat;
1726
- border: 0;
1727
- font-size: var(--puck-font-size-xxxs);
1728
- padding: 0;
1729
- width: 96px;
1730
- }
1731
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1732
- background-position: 12px calc(50% + 3px);
1733
- }
1734
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1735
- color: var(--puck-color-azure-04);
1736
- }
1737
-
1738
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1739
- ._PuckCanvas_18jay_1 {
1740
- background: var(--puck-color-grey-11);
1741
- display: flex;
1742
- grid-area: editor;
1743
- flex-direction: column;
1744
- padding: var(--puck-space-px);
1745
- overflow: auto;
1746
- }
1747
- @media (min-width: 1198px) {
1748
- ._PuckCanvas_18jay_1 {
1749
- padding: calc(var(--puck-space-px) * 1.5);
1750
- padding-top: var(--puck-space-px);
1751
- }
1752
- ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1753
- padding-top: calc(var(--puck-space-px) * 1.5);
1754
- }
1755
- }
1756
- ._PuckCanvas-inner_18jay_21 {
1757
- display: flex;
1758
- height: 100%;
1759
- justify-content: center;
1760
- min-width: 358px;
1761
- position: relative;
1762
- width: 100%;
1763
- }
1764
- ._PuckCanvas-root_18jay_30 {
1765
- background: white;
1766
- border: 1px solid var(--puck-color-grey-09);
1767
- box-sizing: content-box;
1768
- min-width: 321px;
1769
- position: absolute;
1770
- pointer-events: none;
1771
- transform-origin: top;
1772
- top: 0;
1773
- bottom: 0;
1774
- opacity: 0;
1775
- }
1776
- @media (min-width: 1198px) {
1777
- ._PuckCanvas-root_18jay_30 {
1778
- min-width: unset;
1779
- }
1780
- }
1781
- @media (prefers-reduced-motion: reduce) {
1782
- ._PuckCanvas-root_18jay_30 {
1783
- transition: none !important;
1784
- }
1785
- }
1786
- ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1787
- pointer-events: unset;
1788
- opacity: 1;
1789
- }
1790
- ._PuckCanvas-loader_18jay_60 {
1791
- align-items: center;
1792
- color: var(--puck-color-grey-06);
1793
- display: flex;
1794
- height: 100%;
1795
- justify-content: center;
1796
- transition: opacity 250ms ease-out;
1797
- opacity: 0;
1798
- }
1799
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1800
- opacity: 1;
1801
- }
1802
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1803
- opacity: 0;
1804
- height: 0;
1805
- transition: none;
1806
- }
1807
-
1808
1917
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
1809
1918
  @media (min-width: 766px) {
1810
1919
  ._ResizeHandle_144bf_2 {
@@ -1867,240 +1976,3 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1867
1976
  grid-area: right;
1868
1977
  justify-self: start;
1869
1978
  }
1870
-
1871
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Nav/styles.module.css/#css-module-data */
1872
- ._Nav-list_b6txo_1 {
1873
- list-style: none;
1874
- margin: 0;
1875
- padding: 0;
1876
- }
1877
- ._NavSection_b6txo_7 {
1878
- padding: 16px;
1879
- }
1880
- ._NavSection_b6txo_7:first-of-type {
1881
- padding-top: 32px;
1882
- }
1883
- ._Nav--slim_b6txo_15 ._NavSection_b6txo_7 {
1884
- padding-left: 0;
1885
- padding-right: 0;
1886
- }
1887
- ._Nav--slim_b6txo_15 ._NavSection_b6txo_7 + ._NavSection_b6txo_7 {
1888
- border-top: 1px solid var(--puck-color-grey-09);
1889
- }
1890
- ._NavSection-list_b6txo_24 {
1891
- display: flex;
1892
- flex-direction: column;
1893
- list-style: none;
1894
- margin: 0;
1895
- padding: 0;
1896
- }
1897
- ._Nav--slim_b6txo_15 ._NavSection-list_b6txo_24 {
1898
- gap: 16px;
1899
- }
1900
- ._NavSection-title_b6txo_36 {
1901
- font-weight: 700;
1902
- margin-bottom: 8px;
1903
- padding-left: 8px;
1904
- padding-right: 8px;
1905
- }
1906
- ._Nav--slim_b6txo_15 ._NavSection-title_b6txo_36 {
1907
- opacity: 0;
1908
- }
1909
- ._NavItem-link_b6txo_47 {
1910
- align-items: center;
1911
- color: var(--puck-color-grey-03);
1912
- display: flex;
1913
- gap: 8px;
1914
- text-decoration: none;
1915
- cursor: pointer;
1916
- border-radius: 4px;
1917
- padding: 8px 4px;
1918
- }
1919
- ._Nav--slim_b6txo_15 ._NavItem-link_b6txo_47 {
1920
- border-left: 4px solid transparent;
1921
- border-right: 4px solid transparent;
1922
- border-radius: 0;
1923
- flex-direction: column;
1924
- font-size: var(--puck-font-size-xxxs);
1925
- }
1926
- ._NavItem-linkIcon_b6txo_67 {
1927
- height: 24px;
1928
- width: 24px;
1929
- }
1930
- ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
1931
- background-color: var(--puck-color-azure-10);
1932
- color: var(--puck-color-azure-04);
1933
- font-weight: 600;
1934
- }
1935
- ._Nav--slim_b6txo_15 ._NavItem--active_b6txo_72 > ._NavItem-link_b6txo_47 {
1936
- background-color: transparent;
1937
- border-right-color: var(--puck-color-azure-04);
1938
- border-top-right-radius: 0;
1939
- border-bottom-right-radius: 0;
1940
- font-weight: 600;
1941
- }
1942
- ._NavItem_b6txo_47:not(._NavItem--active_b6txo_72) > ._NavItem-link_b6txo_47:hover {
1943
- background-color: var(--puck-color-azure-11);
1944
- color: var(--puck-color-azure-04);
1945
- }
1946
- ._NavItem-list_b6txo_91 {
1947
- border-left: 1px solid var(--puck-color-grey-09);
1948
- display: flex;
1949
- flex-direction: column;
1950
- list-style: none;
1951
- margin-top: 8px;
1952
- margin-left: 4px;
1953
- padding: 0;
1954
- padding-left: 8px;
1955
- }
1956
- ._Nav--slim_b6txo_15 ._NavItem-list_b6txo_91 {
1957
- border-left: 0;
1958
- padding-left: 0;
1959
- margin-left: 0;
1960
- }
1961
-
1962
- /* styles/color.css */
1963
- :root {
1964
- --puck-color-rose-01: #4a001c;
1965
- --puck-color-rose-02: #670833;
1966
- --puck-color-rose-03: #87114c;
1967
- --puck-color-rose-04: #a81a66;
1968
- --puck-color-rose-05: #bc5089;
1969
- --puck-color-rose-06: #cc7ca5;
1970
- --puck-color-rose-07: #d89aba;
1971
- --puck-color-rose-08: #e3b8cf;
1972
- --puck-color-rose-09: #efd6e3;
1973
- --puck-color-rose-10: #f6eaf1;
1974
- --puck-color-rose-11: #faf4f8;
1975
- --puck-color-rose-12: #fef8fc;
1976
- --puck-color-azure-01: #00175d;
1977
- --puck-color-azure-02: #002c77;
1978
- --puck-color-azure-03: #014292;
1979
- --puck-color-azure-04: #0158ad;
1980
- --puck-color-azure-05: #3479be;
1981
- --puck-color-azure-06: #6499cf;
1982
- --puck-color-azure-07: #88b0da;
1983
- --puck-color-azure-08: #abc7e5;
1984
- --puck-color-azure-09: #cfdff0;
1985
- --puck-color-azure-10: #e7eef7;
1986
- --puck-color-azure-11: #f3f6fb;
1987
- --puck-color-azure-12: #f7faff;
1988
- --puck-color-green-01: #002000;
1989
- --puck-color-green-02: #043604;
1990
- --puck-color-green-03: #084e08;
1991
- --puck-color-green-04: #0c680c;
1992
- --puck-color-green-05: #1d882f;
1993
- --puck-color-green-06: #2faa53;
1994
- --puck-color-green-07: #56c16f;
1995
- --puck-color-green-08: #7dd78b;
1996
- --puck-color-green-09: #b8e8bf;
1997
- --puck-color-green-10: #ddf3e0;
1998
- --puck-color-green-11: #eff8f0;
1999
- --puck-color-green-12: #f3fcf4;
2000
- --puck-color-yellow-01: #211000;
2001
- --puck-color-yellow-02: #362700;
2002
- --puck-color-yellow-03: #4c4000;
2003
- --puck-color-yellow-04: #645a00;
2004
- --puck-color-yellow-05: #877614;
2005
- --puck-color-yellow-06: #ab9429;
2006
- --puck-color-yellow-07: #bfac4e;
2007
- --puck-color-yellow-08: #d4c474;
2008
- --puck-color-yellow-09: #e6deb1;
2009
- --puck-color-yellow-10: #f3efd9;
2010
- --puck-color-yellow-11: #f9f7ed;
2011
- --puck-color-yellow-12: #fcfaf0;
2012
- --puck-color-red-01: #4c0000;
2013
- --puck-color-red-02: #6a0a10;
2014
- --puck-color-red-03: #8a1422;
2015
- --puck-color-red-04: #ac1f35;
2016
- --puck-color-red-05: #bf5366;
2017
- --puck-color-red-06: #ce7e8e;
2018
- --puck-color-red-07: #d99ca8;
2019
- --puck-color-red-08: #e4b9c2;
2020
- --puck-color-red-09: #efd7db;
2021
- --puck-color-red-10: #f6eaec;
2022
- --puck-color-red-11: #faf4f5;
2023
- --puck-color-red-12: #fff9fa;
2024
- --puck-color-grey-01: #181818;
2025
- --puck-color-grey-02: #292929;
2026
- --puck-color-grey-03: #404040;
2027
- --puck-color-grey-04: #5a5a5a;
2028
- --puck-color-grey-05: #767676;
2029
- --puck-color-grey-06: #949494;
2030
- --puck-color-grey-07: #ababab;
2031
- --puck-color-grey-08: #c3c3c3;
2032
- --puck-color-grey-09: #dcdcdc;
2033
- --puck-color-grey-10: #efefef;
2034
- --puck-color-grey-11: #f5f5f5;
2035
- --puck-color-grey-12: #fafafa;
2036
- --puck-color-black: #000000;
2037
- --puck-color-white: #ffffff;
2038
- }
2039
-
2040
- /* styles/typography.css */
2041
- :root {
2042
- --puck-font-size-scale-base-unitless: 12;
2043
- --puck-font-size-xxxs-unitless: 12;
2044
- --puck-font-size-xxs-unitless: 14;
2045
- --puck-font-size-xs-unitless: 16;
2046
- --puck-font-size-s-unitless: 18;
2047
- --puck-font-size-m-unitless: 21;
2048
- --puck-font-size-l-unitless: 24;
2049
- --puck-font-size-xl-unitless: 28;
2050
- --puck-font-size-xxl-unitless: 36;
2051
- --puck-font-size-xxxl-unitless: 48;
2052
- --puck-font-size-xxxxl-unitless: 56;
2053
- --puck-font-size-xxxs: calc(1rem * var(--puck-font-size-xxxs-unitless) / 16);
2054
- --puck-font-size-xxs: calc(1rem * var(--puck-font-size-xxs-unitless) / 16);
2055
- --puck-font-size-xs: calc(1rem * var(--puck-font-size-xs-unitless) / 16);
2056
- --puck-font-size-s: calc(1rem * var(--puck-font-size-s-unitless) / 16);
2057
- --puck-font-size-m: calc(1rem * var(--puck-font-size-m-unitless) / 16);
2058
- --puck-font-size-l: calc(1rem * var(--puck-font-size-l-unitless) / 16);
2059
- --puck-font-size-xl: calc(1rem * var(--puck-font-size-xl-unitless) / 16);
2060
- --puck-font-size-xxl: calc(1rem * var(--puck-font-size-xxl-unitless) / 16);
2061
- --puck-font-size-xxxl: calc(1rem * var(--puck-font-size-xxxl-unitless) / 16);
2062
- --puck-font-size-xxxxl: calc( 1rem * var(--puck-font-size-xxxxl-unitless) / 16 );
2063
- --puck-font-size-base: var(--puck-font-size-xs);
2064
- --line-height-reset: 1;
2065
- --line-height-xs: calc( var(--space-m-unitless) / var(--puck-font-size-m-unitless) );
2066
- --line-height-s: calc( var(--space-m-unitless) / var(--puck-font-size-s-unitless) );
2067
- --line-height-m: calc( var(--space-m-unitless) / var(--puck-font-size-xs-unitless) );
2068
- --line-height-l: calc( var(--space-m-unitless) / var(--puck-font-size-xxs-unitless) );
2069
- --line-height-xl: calc( var(--space-m-unitless) / var(--puck-font-size-scale-base-unitless) );
2070
- --line-height-base: var(--line-height-m);
2071
- --fallback-font-stack:
2072
- -apple-system,
2073
- BlinkMacSystemFont,
2074
- Segoe UI,
2075
- Helvetica Neue,
2076
- sans-serif,
2077
- Apple Color Emoji,
2078
- Segoe UI Emoji,
2079
- Segoe UI Symbol;
2080
- --puck-font-family: Inter, var(--fallback-font-stack);
2081
- --puck-font-family-monospaced:
2082
- ui-monospace,
2083
- "Cascadia Code",
2084
- "Source Code Pro",
2085
- Menlo,
2086
- Consolas,
2087
- "DejaVu Sans Mono",
2088
- monospace;
2089
- }
2090
- @supports (font-variation-settings: normal) {
2091
- :root {
2092
- --puck-font-family: InterVariable, var(--fallback-font-stack);
2093
- }
2094
- }
2095
-
2096
- /* bundle/core.css */
2097
- #frame-root {
2098
- height: 1px;
2099
- min-height: 100vh;
2100
- }
2101
- [data-puck-entry] {
2102
- position: relative;
2103
- z-index: 0;
2104
- }
2105
-
2106
- /* bundle/index.css */