@measured/puck 0.20.0-canary.7d869af1 → 0.20.0-canary.7ec3c0b9

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,146 +1,4 @@
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
- }
1
+ @import "https://rsms.me/inter/inter.css";
144
2
 
145
3
  /* bundle/no-external.css */
146
4
 
@@ -1341,255 +1199,100 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1341
1199
  display: none;
1342
1200
  }
1343
1201
 
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;
1202
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1203
+ ._PuckFields_10bh7_1 {
1347
1204
  position: relative;
1348
- flex-direction: column;
1349
- color: var(--puck-color-black);
1205
+ font-family: var(--puck-font-family);
1350
1206
  }
1351
- ._SidebarSection_8boj8_1:last-of-type {
1352
- flex-grow: 1;
1207
+ ._PuckFields--isLoading_10bh7_6 {
1208
+ min-height: 48px;
1353
1209
  }
1354
- ._SidebarSection-title_8boj8_12 {
1210
+ ._PuckFields-loadingOverlay_10bh7_10 {
1355
1211
  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;
1356
1226
  padding: 16px;
1357
- border-bottom: 1px solid var(--puck-color-grey-09);
1358
- border-top: 1px solid var(--puck-color-grey-09);
1359
- overflow-x: auto;
1227
+ position: sticky;
1228
+ top: 0;
1360
1229
  }
1361
- ._SidebarSection--noBorderTop_8boj8_20 > ._SidebarSection-title_8boj8_12 {
1362
- border-top: 0px;
1230
+ ._PuckFields-field_10bh7_32 * {
1231
+ box-sizing: border-box;
1363
1232
  }
1364
- ._SidebarSection-content_8boj8_24 {
1233
+ ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1234
+ color: var(--puck-color-grey-04);
1365
1235
  padding: 16px;
1236
+ padding-bottom: 12px;
1237
+ display: block;
1366
1238
  }
1367
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24 {
1368
- padding: 0px;
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;
1369
1242
  }
1370
- ._SidebarSection--noPadding_8boj8_28 > ._SidebarSection-content_8boj8_24:last-child {
1371
- padding-bottom: 4px;
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%;
1372
1247
  }
1373
- ._SidebarSection_8boj8_1:last-of-type ._SidebarSection-content_8boj8_24 {
1374
- border-bottom: none;
1375
- flex-grow: 1;
1248
+ ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1249
+ margin-top: 12px;
1376
1250
  }
1377
- ._SidebarSection-breadcrumbLabel_8boj8_41 {
1378
- background: none;
1251
+ ._ComponentList-content_1rrlt_9 {
1252
+ display: none;
1253
+ }
1254
+ ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1255
+ display: block;
1256
+ }
1257
+ ._ComponentList-title_1rrlt_17 {
1258
+ background-color: transparent;
1379
1259
  border: 0;
1380
- border-radius: 2px;
1381
- color: var(--puck-color-azure-04);
1260
+ color: var(--puck-color-grey-05);
1382
1261
  cursor: pointer;
1262
+ display: flex;
1383
1263
  font: inherit;
1384
- flex-shrink: 0;
1385
- padding: 0;
1386
- transition: color 50ms ease-in;
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%;
1387
1273
  }
1388
- ._SidebarSection-breadcrumbLabel_8boj8_41:focus-visible {
1274
+ ._ComponentList-title_1rrlt_17:focus-visible {
1389
1275
  outline: 2px solid var(--puck-color-azure-05);
1390
1276
  outline-offset: 2px;
1391
1277
  }
1392
1278
  @media (hover: hover) and (pointer: fine) {
1393
- ._SidebarSection-breadcrumbLabel_8boj8_41:hover {
1394
- color: var(--puck-color-azure-03);
1279
+ ._ComponentList-title_1rrlt_17:hover {
1280
+ background-color: var(--puck-color-azure-11);
1281
+ color: var(--puck-color-azure-04);
1395
1282
  transition: none;
1396
1283
  }
1397
1284
  }
1398
- ._SidebarSection-breadcrumbLabel_8boj8_41:active {
1399
- color: var(--puck-color-azure-02);
1285
+ ._ComponentList-title_1rrlt_17:active {
1286
+ background-color: var(--puck-color-azure-10);
1400
1287
  transition: none;
1401
1288
  }
1402
- ._SidebarSection-breadcrumbs_8boj8_70 {
1403
- align-items: center;
1404
- display: flex;
1405
- gap: 4px;
1406
- }
1407
- ._SidebarSection-breadcrumb_8boj8_41 {
1408
- align-items: center;
1409
- display: flex;
1410
- gap: 4px;
1289
+ ._ComponentList-titleIcon_1rrlt_53 {
1290
+ margin-inline-start: auto;
1411
1291
  }
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_vnhjy_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_vnhjy_19 {
1438
- overflow-x: auto;
1439
- }
1440
- }
1441
- ._Puck-portal_vnhjy_31 {
1442
- position: relative;
1443
- z-index: 2;
1444
- }
1445
- ._PuckLayout-inner_vnhjy_38 {
1446
- --puck-frame-width: auto;
1447
- --puck-side-bar-width: 0px;
1448
- display: grid;
1449
- grid-template-areas: "header header header" "left editor right";
1450
- grid-template-columns: 0 var(--puck-frame-width) 0;
1451
- grid-template-rows: min-content auto;
1452
- height: 100dvh;
1453
- position: relative;
1454
- z-index: 0;
1455
- }
1456
- ._PuckLayout--mounted_vnhjy_50 ._PuckLayout-inner_vnhjy_38 {
1457
- --puck-side-bar-width: 186px;
1458
- }
1459
- ._PuckLayout--leftSideBarVisible_vnhjy_54 ._PuckLayout-inner_vnhjy_38 {
1460
- grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) 0;
1461
- }
1462
- ._PuckLayout--rightSideBarVisible_vnhjy_60 ._PuckLayout-inner_vnhjy_38 {
1463
- grid-template-columns: 0 var(--puck-frame-width) var(--puck-side-bar-width);
1464
- }
1465
- ._PuckLayout--leftSideBarVisible_vnhjy_54._PuckLayout--rightSideBarVisible_vnhjy_60 ._PuckLayout-inner_vnhjy_38 {
1466
- grid-template-columns: var(--puck-side-bar-width) var(--puck-frame-width) var(--puck-side-bar-width);
1467
- }
1468
- @media (min-width: 458px) {
1469
- ._PuckLayout-mounted_vnhjy_74 ._PuckLayout-inner_vnhjy_38 {
1470
- --puck-frame-width: minmax(266px, auto);
1471
- }
1472
- }
1473
- @media (min-width: 638px) {
1474
- ._PuckLayout_vnhjy_38 ._PuckLayout-inner_vnhjy_38 {
1475
- --puck-side-bar-width: minmax(186px, 250px);
1476
- }
1477
- }
1478
- @media (min-width: 766px) {
1479
- ._PuckLayout_vnhjy_38 ._PuckLayout-inner_vnhjy_38 {
1480
- --puck-frame-width: auto;
1481
- }
1482
- }
1483
- @media (min-width: 990px) {
1484
- ._PuckLayout_vnhjy_38 ._PuckLayout-inner_vnhjy_38 {
1485
- --puck-side-bar-width: 256px;
1486
- }
1487
- }
1488
- @media (min-width: 1198px) {
1489
- ._PuckLayout_vnhjy_38 ._PuckLayout-inner_vnhjy_38 {
1490
- --puck-side-bar-width: 274px;
1491
- }
1492
- }
1493
- @media (min-width: 1398px) {
1494
- ._PuckLayout_vnhjy_38 ._PuckLayout-inner_vnhjy_38 {
1495
- --puck-side-bar-width: 290px;
1496
- }
1497
- }
1498
- @media (min-width: 1598px) {
1499
- ._PuckLayout_vnhjy_38 ._PuckLayout-inner_vnhjy_38 {
1500
- --puck-side-bar-width: 320px;
1501
- }
1502
- }
1503
-
1504
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Fields/styles.module.css/#css-module-data */
1505
- ._PuckFields_10bh7_1 {
1506
- position: relative;
1507
- font-family: var(--puck-font-family);
1508
- }
1509
- ._PuckFields--isLoading_10bh7_6 {
1510
- min-height: 48px;
1511
- }
1512
- ._PuckFields-loadingOverlay_10bh7_10 {
1513
- background: var(--puck-color-white);
1514
- display: flex;
1515
- justify-content: flex-end;
1516
- align-items: flex-start;
1517
- height: 100%;
1518
- width: 100%;
1519
- top: 0px;
1520
- position: absolute;
1521
- z-index: 1;
1522
- pointer-events: all;
1523
- box-sizing: border-box;
1524
- opacity: 0.8;
1525
- }
1526
- ._PuckFields-loadingOverlayInner_10bh7_25 {
1527
- display: flex;
1528
- padding: 16px;
1529
- position: sticky;
1530
- top: 0;
1531
- }
1532
- ._PuckFields-field_10bh7_32 * {
1533
- box-sizing: border-box;
1534
- }
1535
- ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 {
1536
- color: var(--puck-color-grey-04);
1537
- padding: 16px;
1538
- padding-bottom: 12px;
1539
- display: block;
1540
- }
1541
- ._PuckFields--wrapFields_10bh7_36 ._PuckFields-field_10bh7_32 + ._PuckFields-field_10bh7_32 {
1542
- border-top: 1px solid var(--puck-color-grey-09);
1543
- margin-top: 8px;
1544
- }
1545
-
1546
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ComponentList/styles.module.css/#css-module-data */
1547
- ._ComponentList_1rrlt_1 {
1548
- max-width: 100%;
1549
- }
1550
- ._ComponentList--isExpanded_1rrlt_5 + ._ComponentList_1rrlt_1 {
1551
- margin-top: 12px;
1552
- }
1553
- ._ComponentList-content_1rrlt_9 {
1554
- display: none;
1555
- }
1556
- ._ComponentList--isExpanded_1rrlt_5 > ._ComponentList-content_1rrlt_9 {
1557
- display: block;
1558
- }
1559
- ._ComponentList-title_1rrlt_17 {
1560
- background-color: transparent;
1561
- border: 0;
1562
- color: var(--puck-color-grey-05);
1563
- cursor: pointer;
1564
- display: flex;
1565
- font: inherit;
1566
- font-size: var(--puck-font-size-xxxs);
1567
- list-style: none;
1568
- margin-bottom: 6px;
1569
- padding: 8px;
1570
- text-transform: uppercase;
1571
- transition: background-color 50ms ease-in, color 50ms ease-in;
1572
- gap: 4px;
1573
- border-radius: 4px;
1574
- width: 100%;
1575
- }
1576
- ._ComponentList-title_1rrlt_17:focus-visible {
1577
- outline: 2px solid var(--puck-color-azure-05);
1578
- outline-offset: 2px;
1579
- }
1580
- @media (hover: hover) and (pointer: fine) {
1581
- ._ComponentList-title_1rrlt_17:hover {
1582
- background-color: var(--puck-color-azure-11);
1583
- color: var(--puck-color-azure-04);
1584
- transition: none;
1585
- }
1586
- }
1587
- ._ComponentList-title_1rrlt_17:active {
1588
- background-color: var(--puck-color-azure-10);
1589
- transition: none;
1590
- }
1591
- ._ComponentList-titleIcon_1rrlt_53 {
1592
- margin-inline-start: auto;
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;
1593
1296
  }
1594
1297
 
1595
1298
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Preview/styles.module.css/#css-module-data */
@@ -1706,111 +1409,95 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1706
1409
  margin-top: 4px;
1707
1410
  }
1708
1411
 
1709
- /* css-module:/home/runner/work/puck/puck/packages/core/components/ViewportControls/styles.module.css/#css-module-data */
1710
- ._ViewportControls_gejzr_1 {
1711
- display: flex;
1712
- background: var(--puck-color-grey-11);
1713
- box-sizing: border-box;
1714
- border-inline-start: 2px solid var(--puck-color-grey-11);
1715
- justify-content: center;
1716
- gap: 8px;
1717
- min-width: 358px;
1718
- padding-bottom: 16px;
1719
- padding-inline-start: var(--puck-space-px);
1720
- padding-inline-end: var(--puck-space-px);
1721
- z-index: 1;
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;
1722
1415
  }
1723
- ._ViewportControls-divider_gejzr_15 {
1724
- border-inline-end: 1px solid var(--puck-color-grey-09);
1725
- margin-inline-start: 8px;
1726
- margin-inline-end: 8px;
1416
+
1417
+ /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Layout/styles.module.css/#css-module-data */
1418
+ ._Puck_1pcou_19 {
1419
+ --puck-space-px: 16px;
1420
+ font-family: var(--puck-font-family);
1421
+ overflow-x: hidden;
1727
1422
  }
1728
- ._ViewportControls-zoomSelect_gejzr_21 {
1729
- appearance: none;
1730
- 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;
1731
- background-size: 10px;
1732
- background-position: calc(100% - 12px) calc(50% + 3px);
1733
- background-repeat: no-repeat;
1734
- border: 0;
1735
- font-size: var(--puck-font-size-xxxs);
1736
- padding: 0;
1737
- width: 96px;
1423
+ @media (min-width: 766px) {
1424
+ ._Puck_1pcou_19 {
1425
+ overflow-x: auto;
1426
+ }
1738
1427
  }
1739
- ._ViewportControls-zoomSelect_gejzr_21:dir(rtl) {
1740
- background-position: 12px calc(50% + 3px);
1428
+ ._Puck-portal_1pcou_31 {
1429
+ position: relative;
1430
+ z-index: 2;
1741
1431
  }
1742
- ._ViewportButton--isActive_gejzr_38 ._ViewportButton-inner_gejzr_38 {
1743
- color: var(--puck-color-azure-04);
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;
1744
1446
  }
1745
-
1746
- /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Canvas/styles.module.css/#css-module-data */
1747
- ._PuckCanvas_18jay_1 {
1748
- background: var(--puck-color-grey-11);
1749
- display: flex;
1750
- grid-area: editor;
1751
- flex-direction: column;
1752
- padding: var(--puck-space-px);
1753
- overflow: auto;
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;
1754
1449
  }
1755
- @media (min-width: 1198px) {
1756
- ._PuckCanvas_18jay_1 {
1757
- padding: calc(var(--puck-space-px) * 1.5);
1758
- padding-top: var(--puck-space-px);
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);
1452
+ }
1453
+ ._PuckLayout--leftSideBarVisible_1pcou_59._PuckLayout--rightSideBarVisible_1pcou_67 ._PuckLayout-inner_1pcou_36 {
1454
+ grid-template-columns: var(--puck-side-nav-width) var(--puck-left-side-bar-width) var( --puck-frame-width ) var(--puck-right-side-bar-width);
1455
+ }
1456
+ @media (min-width: 458px) {
1457
+ ._PuckLayout-inner_1pcou_36 {
1458
+ --puck-frame-width: minmax(266px, auto);
1759
1459
  }
1760
- ._PuckCanvas_18jay_1:not(._PuckCanvas_18jay_1:has(._PuckCanvas-controls_18jay_16)) {
1761
- padding-top: calc(var(--puck-space-px) * 1.5);
1460
+ }
1461
+ @media (min-width: 638px) {
1462
+ ._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
1463
+ --puck-side-bar-width: minmax(186px, 250px);
1762
1464
  }
1763
1465
  }
1764
- ._PuckCanvas-inner_18jay_21 {
1765
- display: flex;
1766
- height: 100%;
1767
- justify-content: center;
1768
- min-width: 358px;
1769
- position: relative;
1770
- width: 100%;
1466
+ @media (min-width: 766px) {
1467
+ ._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
1468
+ --puck-frame-width: auto;
1469
+ }
1771
1470
  }
1772
- ._PuckCanvas-root_18jay_30 {
1773
- background: white;
1774
- border: 1px solid var(--puck-color-grey-09);
1775
- box-sizing: content-box;
1776
- min-width: 321px;
1777
- position: absolute;
1778
- pointer-events: none;
1779
- transform-origin: top;
1780
- top: 0;
1781
- bottom: 0;
1782
- opacity: 0;
1471
+ @media (min-width: 990px) {
1472
+ ._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
1473
+ --puck-side-bar-width: 256px;
1474
+ }
1783
1475
  }
1784
1476
  @media (min-width: 1198px) {
1785
- ._PuckCanvas-root_18jay_30 {
1786
- min-width: unset;
1477
+ ._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
1478
+ --puck-side-bar-width: 274px;
1787
1479
  }
1788
1480
  }
1789
- @media (prefers-reduced-motion: reduce) {
1790
- ._PuckCanvas-root_18jay_30 {
1791
- transition: none !important;
1481
+ @media (min-width: 1398px) {
1482
+ ._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
1483
+ --puck-side-bar-width: 290px;
1792
1484
  }
1793
1485
  }
1794
- ._PuckCanvas--ready_18jay_55 ._PuckCanvas-root_18jay_30 {
1795
- pointer-events: unset;
1796
- opacity: 1;
1486
+ @media (min-width: 1598px) {
1487
+ ._PuckLayout_1pcou_36 ._PuckLayout-inner_1pcou_36 {
1488
+ --puck-side-bar-width: 320px;
1489
+ }
1797
1490
  }
1798
- ._PuckCanvas-loader_18jay_60 {
1799
- align-items: center;
1800
- color: var(--puck-color-grey-06);
1801
- display: flex;
1802
- height: 100%;
1803
- justify-content: center;
1804
- transition: opacity 250ms ease-out;
1805
- opacity: 0;
1491
+ ._PuckLayout-nav_1pcou_124 {
1492
+ border-right: 1px solid var(--puck-color-grey-09);
1493
+ background-color: var(--puck-color-grey-12);
1806
1494
  }
1807
- ._PuckCanvas--showLoader_18jay_70 ._PuckCanvas-loader_18jay_60 {
1808
- opacity: 1;
1495
+ ._PuckPluginTab_1pcou_129 {
1496
+ display: none;
1497
+ height: 100%;
1809
1498
  }
1810
- ._PuckCanvas--showLoader_18jay_70._PuckCanvas--ready_18jay_55 ._PuckCanvas-loader_18jay_60 {
1811
- opacity: 0;
1812
- height: 0;
1813
- transition: none;
1499
+ ._PuckPluginTab--visible_1pcou_134 {
1500
+ display: block;
1814
1501
  }
1815
1502
 
1816
1503
  /* css-module:/home/runner/work/puck/puck/packages/core/components/MenuBar/styles.module.css/#css-module-data */
@@ -1858,7 +1545,7 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1858
1545
  }
1859
1546
 
1860
1547
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/Header/styles.module.css/#css-module-data */
1861
- ._PuckHeader_15xnq_1 {
1548
+ ._PuckHeader_1ehbp_1 {
1862
1549
  background: var(--puck-color-white);
1863
1550
  border-bottom: 1px solid var(--puck-color-grey-09);
1864
1551
  color: var(--puck-color-black);
@@ -1866,8 +1553,14 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1866
1553
  position: relative;
1867
1554
  max-width: 100vw;
1868
1555
  }
1869
- ._PuckHeader-inner_15xnq_10 {
1556
+ @media (min-width: 638px) {
1557
+ ._PuckHeader_1ehbp_1 {
1558
+ padding-left: 67px;
1559
+ }
1560
+ }
1561
+ ._PuckHeader-inner_1ehbp_16 {
1870
1562
  align-items: end;
1563
+ border-left: 1px solid var(--puck-color-grey-09);
1871
1564
  display: grid;
1872
1565
  gap: var(--puck-space-px);
1873
1566
  grid-template-areas: "left middle right";
@@ -1875,43 +1568,241 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1875
1568
  grid-template-rows: auto;
1876
1569
  padding: var(--puck-space-px);
1877
1570
  }
1878
- ._PuckHeader-toggle_15xnq_20 {
1571
+ @media (min-width: 638px) {
1572
+ ._PuckHeader-inner_1ehbp_16 {
1573
+ border-left: 1px solid var(--puck-color-grey-09);
1574
+ }
1575
+ }
1576
+ ._PuckHeader-toggle_1ehbp_33 {
1879
1577
  color: var(--puck-color-grey-05);
1880
1578
  display: flex;
1881
1579
  margin-inline-start: -4px;
1882
1580
  padding-top: 2px;
1883
1581
  }
1884
- ._PuckHeader--rightSideBarVisible_15xnq_27 ._PuckHeader-rightSideBarToggle_15xnq_27,
1885
- ._PuckHeader--leftSideBarVisible_15xnq_28 ._PuckHeader-leftSideBarToggle_15xnq_28 {
1582
+ ._PuckHeader--rightSideBarVisible_1ehbp_40 ._PuckHeader-rightSideBarToggle_1ehbp_40,
1583
+ ._PuckHeader--leftSideBarVisible_1ehbp_41 ._PuckHeader-leftSideBarToggle_1ehbp_41 {
1886
1584
  color: var(--puck-color-black);
1887
1585
  }
1888
- ._PuckHeader-title_15xnq_32 {
1586
+ ._PuckHeader-title_1ehbp_45 {
1889
1587
  align-self: center;
1890
1588
  }
1891
- ._PuckHeader-path_15xnq_36 {
1589
+ ._PuckHeader-path_1ehbp_49 {
1892
1590
  font-family: var(--puck-font-family-monospaced);
1893
1591
  font-size: var(--puck-font-size-xxs);
1894
1592
  font-weight: normal;
1895
1593
  word-break: break-all;
1896
1594
  }
1897
- ._PuckHeader-tools_15xnq_43 {
1595
+ ._PuckHeader-tools_1ehbp_56 {
1898
1596
  display: flex;
1899
1597
  gap: 16px;
1900
1598
  justify-content: flex-end;
1901
1599
  }
1902
- ._PuckHeader-menuButton_15xnq_49 {
1600
+ ._PuckHeader-menuButton_1ehbp_62 {
1903
1601
  color: var(--puck-color-grey-05);
1904
1602
  margin-inline-start: -4px;
1905
1603
  }
1906
- ._PuckHeader--menuOpen_15xnq_54 ._PuckHeader-menuButton_15xnq_49 {
1604
+ ._PuckHeader--menuOpen_1ehbp_67 ._PuckHeader-menuButton_1ehbp_62 {
1907
1605
  color: var(--puck-color-black);
1908
1606
  }
1909
1607
  @media (min-width: 638px) {
1910
- ._PuckHeader-menuButton_15xnq_49 {
1608
+ ._PuckHeader-menuButton_1ehbp_62 {
1911
1609
  display: none;
1912
1610
  }
1913
1611
  }
1914
1612
 
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
+
1915
1806
  /* css-module:/home/runner/work/puck/puck/packages/core/components/Puck/components/ResizeHandle/styles.module.css/#css-module-data */
1916
1807
  @media (min-width: 766px) {
1917
1808
  ._ResizeHandle_144bf_2 {
@@ -1974,3 +1865,240 @@ body:has(._DropZone--isAnimating_1i2sv_68:empty) [data-puck-overlay] {
1974
1865
  grid-area: right;
1975
1866
  justify-self: start;
1976
1867
  }
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 */