@alfalab/core-components-vars 9.9.1 → 9.11.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.
- package/border-radius.css +20 -7
- package/cssm/border-radius.css +20 -7
- package/cssm/bundle/click.css +84 -36
- package/cssm/bundle/corp.css +84 -36
- package/cssm/bundle/intranet.css +84 -36
- package/cssm/bundle/mobile.css +84 -36
- package/cssm/bundle/site.css +84 -36
- package/cssm/gaps.css +64 -29
- package/cssm/index.css +84 -36
- package/cssm/index.d.ts +44 -0
- package/cssm/index.js +44 -0
- package/esm/index.d.ts +44 -0
- package/esm/index.js +44 -0
- package/gaps.css +64 -29
- package/index.d.ts +44 -0
- package/index.js +44 -0
- package/modern/index.d.ts +44 -0
- package/modern/index.js +44 -0
- package/package.json +1 -1
- package/src/border-radius.css +20 -7
- package/src/gaps.css +64 -29
- package/src/typography.css +24 -0
- package/typography.css +24 -0
package/cssm/bundle/site.css
CHANGED
|
@@ -1368,44 +1368,92 @@
|
|
|
1368
1368
|
0 -16px 32px rgba(0, 0, 0, 0.16);
|
|
1369
1369
|
}
|
|
1370
1370
|
:root {
|
|
1371
|
-
--border-radius-xs: 2px;
|
|
1372
|
-
--border-radius-s: 4px;
|
|
1373
|
-
--border-radius-m: 8px;
|
|
1374
|
-
--border-radius-l: 12px;
|
|
1375
|
-
--border-radius-xl: 16px;
|
|
1376
|
-
--border-radius-xxl: 20px;
|
|
1377
|
-
--border-radius-3xl: 24px;
|
|
1371
|
+
--border-radius-xs: 2px; /* deprecated */
|
|
1372
|
+
--border-radius-s: 4px; /* deprecated */
|
|
1373
|
+
--border-radius-m: 8px; /* deprecated */
|
|
1374
|
+
--border-radius-l: 12px; /* deprecated */
|
|
1375
|
+
--border-radius-xl: 16px; /* deprecated */
|
|
1376
|
+
--border-radius-xxl: 20px; /* deprecated */
|
|
1377
|
+
--border-radius-3xl: 24px; /* deprecated */
|
|
1378
1378
|
--border-radius-circle: 50%;
|
|
1379
1379
|
--border-radius-pill: 99px;
|
|
1380
|
+
|
|
1381
|
+
/* новые значения, используйте их */
|
|
1382
|
+
--border-radius-0: 0;
|
|
1383
|
+
--border-radius-4: 4px;
|
|
1384
|
+
--border-radius-6: 6px;
|
|
1385
|
+
--border-radius-8: 8px;
|
|
1386
|
+
--border-radius-10: 10px;
|
|
1387
|
+
--border-radius-12: 12px;
|
|
1388
|
+
--border-radius-16: 16px;
|
|
1389
|
+
--border-radius-20: 20px;
|
|
1390
|
+
--border-radius-24: 24px;
|
|
1391
|
+
--border-radius-36: 36px;
|
|
1392
|
+
--border-radius-64: 64px;
|
|
1380
1393
|
}
|
|
1381
1394
|
:root {
|
|
1382
|
-
--gap-3xs: 2px;
|
|
1383
|
-
--gap-2xs: 4px;
|
|
1384
|
-
--gap-xs: 8px;
|
|
1385
|
-
--gap-s: 12px;
|
|
1386
|
-
--gap-2s: 14px;
|
|
1387
|
-
--gap-m: 16px;
|
|
1388
|
-
--gap-l: 20px;
|
|
1389
|
-
--gap-xl: 24px;
|
|
1390
|
-
--gap-2xl: 32px;
|
|
1391
|
-
--gap-3xl: 40px;
|
|
1392
|
-
--gap-4xl: 48px;
|
|
1393
|
-
--gap-5xl: 64px;
|
|
1394
|
-
--gap-6xl: 72px;
|
|
1395
|
-
--gap-7xl: 96px;
|
|
1396
|
-
--gap-8xl: 128px;
|
|
1397
|
-
--gap-3xs-neg: -2px;
|
|
1398
|
-
--gap-2xs-neg: -4px;
|
|
1399
|
-
--gap-xs-neg: -8px;
|
|
1400
|
-
--gap-s-neg: -12px;
|
|
1401
|
-
--gap-m-neg: -16px;
|
|
1402
|
-
--gap-l-neg: -20px;
|
|
1403
|
-
--gap-xl-neg: -24px;
|
|
1404
|
-
--gap-2xl-neg: -32px;
|
|
1405
|
-
--gap-3xl-neg: -40px;
|
|
1406
|
-
--gap-4xl-neg: -48px;
|
|
1407
|
-
--gap-5xl-neg: -64px;
|
|
1408
|
-
--gap-6xl-neg: -72px;
|
|
1409
|
-
--gap-7xl-neg: -96px;
|
|
1410
|
-
--gap-8xl-neg: -128px;
|
|
1395
|
+
--gap-3xs: 2px; /* deprecated */
|
|
1396
|
+
--gap-2xs: 4px; /* deprecated */
|
|
1397
|
+
--gap-xs: 8px; /* deprecated */
|
|
1398
|
+
--gap-s: 12px; /* deprecated */
|
|
1399
|
+
--gap-2s: 14px; /* deprecated */
|
|
1400
|
+
--gap-m: 16px; /* deprecated */
|
|
1401
|
+
--gap-l: 20px; /* deprecated */
|
|
1402
|
+
--gap-xl: 24px; /* deprecated */
|
|
1403
|
+
--gap-2xl: 32px; /* deprecated */
|
|
1404
|
+
--gap-3xl: 40px; /* deprecated */
|
|
1405
|
+
--gap-4xl: 48px; /* deprecated */
|
|
1406
|
+
--gap-5xl: 64px; /* deprecated */
|
|
1407
|
+
--gap-6xl: 72px; /* deprecated */
|
|
1408
|
+
--gap-7xl: 96px; /* deprecated */
|
|
1409
|
+
--gap-8xl: 128px; /* deprecated */
|
|
1410
|
+
--gap-3xs-neg: -2px; /* deprecated */
|
|
1411
|
+
--gap-2xs-neg: -4px; /* deprecated */
|
|
1412
|
+
--gap-xs-neg: -8px; /* deprecated */
|
|
1413
|
+
--gap-s-neg: -12px; /* deprecated */
|
|
1414
|
+
--gap-m-neg: -16px; /* deprecated */
|
|
1415
|
+
--gap-l-neg: -20px; /* deprecated */
|
|
1416
|
+
--gap-xl-neg: -24px; /* deprecated */
|
|
1417
|
+
--gap-2xl-neg: -32px; /* deprecated */
|
|
1418
|
+
--gap-3xl-neg: -40px; /* deprecated */
|
|
1419
|
+
--gap-4xl-neg: -48px; /* deprecated */
|
|
1420
|
+
--gap-5xl-neg: -64px; /* deprecated */
|
|
1421
|
+
--gap-6xl-neg: -72px; /* deprecated */
|
|
1422
|
+
--gap-7xl-neg: -96px; /* deprecated */
|
|
1423
|
+
--gap-8xl-neg: -128px; /* deprecated */
|
|
1424
|
+
|
|
1425
|
+
/* новые значения, используйте их */
|
|
1426
|
+
--gap-0: 0;
|
|
1427
|
+
--gap-2: 2px;
|
|
1428
|
+
--gap-4: 4px;
|
|
1429
|
+
--gap-8: 8px;
|
|
1430
|
+
--gap-12: 12px;
|
|
1431
|
+
--gap-16: 16px;
|
|
1432
|
+
--gap-20: 20px;
|
|
1433
|
+
--gap-24: 24px;
|
|
1434
|
+
--gap-32: 32px;
|
|
1435
|
+
--gap-40: 40px;
|
|
1436
|
+
--gap-48: 48px;
|
|
1437
|
+
--gap-56: 56px;
|
|
1438
|
+
--gap-64: 64px;
|
|
1439
|
+
--gap-72: 72px;
|
|
1440
|
+
--gap-80: 80px;
|
|
1441
|
+
--gap-96: 96px;
|
|
1442
|
+
--gap-128: 128px;
|
|
1443
|
+
--gap-2-neg: -2px;
|
|
1444
|
+
--gap-4-neg: -4px;
|
|
1445
|
+
--gap-8-neg: -8px;
|
|
1446
|
+
--gap-12-neg: -12px;
|
|
1447
|
+
--gap-16-neg: -16px;
|
|
1448
|
+
--gap-20-neg: -20px;
|
|
1449
|
+
--gap-24-neg: -24px;
|
|
1450
|
+
--gap-32-neg: -32px;
|
|
1451
|
+
--gap-40-neg: -40px;
|
|
1452
|
+
--gap-48-neg: -48px;
|
|
1453
|
+
--gap-56-neg: -56px;
|
|
1454
|
+
--gap-64-neg: -64px;
|
|
1455
|
+
--gap-72-neg: -72px;
|
|
1456
|
+
--gap-80-neg: -80px;
|
|
1457
|
+
--gap-96-neg: -96px;
|
|
1458
|
+
--gap-128-neg: -128px;
|
|
1411
1459
|
}
|
package/cssm/gaps.css
CHANGED
|
@@ -1,31 +1,66 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--gap-3xs: 2px;
|
|
3
|
-
--gap-2xs: 4px;
|
|
4
|
-
--gap-xs: 8px;
|
|
5
|
-
--gap-s: 12px;
|
|
6
|
-
--gap-2s: 14px;
|
|
7
|
-
--gap-m: 16px;
|
|
8
|
-
--gap-l: 20px;
|
|
9
|
-
--gap-xl: 24px;
|
|
10
|
-
--gap-2xl: 32px;
|
|
11
|
-
--gap-3xl: 40px;
|
|
12
|
-
--gap-4xl: 48px;
|
|
13
|
-
--gap-5xl: 64px;
|
|
14
|
-
--gap-6xl: 72px;
|
|
15
|
-
--gap-7xl: 96px;
|
|
16
|
-
--gap-8xl: 128px;
|
|
17
|
-
--gap-3xs-neg: -2px;
|
|
18
|
-
--gap-2xs-neg: -4px;
|
|
19
|
-
--gap-xs-neg: -8px;
|
|
20
|
-
--gap-s-neg: -12px;
|
|
21
|
-
--gap-m-neg: -16px;
|
|
22
|
-
--gap-l-neg: -20px;
|
|
23
|
-
--gap-xl-neg: -24px;
|
|
24
|
-
--gap-2xl-neg: -32px;
|
|
25
|
-
--gap-3xl-neg: -40px;
|
|
26
|
-
--gap-4xl-neg: -48px;
|
|
27
|
-
--gap-5xl-neg: -64px;
|
|
28
|
-
--gap-6xl-neg: -72px;
|
|
29
|
-
--gap-7xl-neg: -96px;
|
|
30
|
-
--gap-8xl-neg: -128px;
|
|
2
|
+
--gap-3xs: 2px; /* deprecated */
|
|
3
|
+
--gap-2xs: 4px; /* deprecated */
|
|
4
|
+
--gap-xs: 8px; /* deprecated */
|
|
5
|
+
--gap-s: 12px; /* deprecated */
|
|
6
|
+
--gap-2s: 14px; /* deprecated */
|
|
7
|
+
--gap-m: 16px; /* deprecated */
|
|
8
|
+
--gap-l: 20px; /* deprecated */
|
|
9
|
+
--gap-xl: 24px; /* deprecated */
|
|
10
|
+
--gap-2xl: 32px; /* deprecated */
|
|
11
|
+
--gap-3xl: 40px; /* deprecated */
|
|
12
|
+
--gap-4xl: 48px; /* deprecated */
|
|
13
|
+
--gap-5xl: 64px; /* deprecated */
|
|
14
|
+
--gap-6xl: 72px; /* deprecated */
|
|
15
|
+
--gap-7xl: 96px; /* deprecated */
|
|
16
|
+
--gap-8xl: 128px; /* deprecated */
|
|
17
|
+
--gap-3xs-neg: -2px; /* deprecated */
|
|
18
|
+
--gap-2xs-neg: -4px; /* deprecated */
|
|
19
|
+
--gap-xs-neg: -8px; /* deprecated */
|
|
20
|
+
--gap-s-neg: -12px; /* deprecated */
|
|
21
|
+
--gap-m-neg: -16px; /* deprecated */
|
|
22
|
+
--gap-l-neg: -20px; /* deprecated */
|
|
23
|
+
--gap-xl-neg: -24px; /* deprecated */
|
|
24
|
+
--gap-2xl-neg: -32px; /* deprecated */
|
|
25
|
+
--gap-3xl-neg: -40px; /* deprecated */
|
|
26
|
+
--gap-4xl-neg: -48px; /* deprecated */
|
|
27
|
+
--gap-5xl-neg: -64px; /* deprecated */
|
|
28
|
+
--gap-6xl-neg: -72px; /* deprecated */
|
|
29
|
+
--gap-7xl-neg: -96px; /* deprecated */
|
|
30
|
+
--gap-8xl-neg: -128px; /* deprecated */
|
|
31
|
+
|
|
32
|
+
/* новые значения, используйте их */
|
|
33
|
+
--gap-0: 0;
|
|
34
|
+
--gap-2: 2px;
|
|
35
|
+
--gap-4: 4px;
|
|
36
|
+
--gap-8: 8px;
|
|
37
|
+
--gap-12: 12px;
|
|
38
|
+
--gap-16: 16px;
|
|
39
|
+
--gap-20: 20px;
|
|
40
|
+
--gap-24: 24px;
|
|
41
|
+
--gap-32: 32px;
|
|
42
|
+
--gap-40: 40px;
|
|
43
|
+
--gap-48: 48px;
|
|
44
|
+
--gap-56: 56px;
|
|
45
|
+
--gap-64: 64px;
|
|
46
|
+
--gap-72: 72px;
|
|
47
|
+
--gap-80: 80px;
|
|
48
|
+
--gap-96: 96px;
|
|
49
|
+
--gap-128: 128px;
|
|
50
|
+
--gap-2-neg: -2px;
|
|
51
|
+
--gap-4-neg: -4px;
|
|
52
|
+
--gap-8-neg: -8px;
|
|
53
|
+
--gap-12-neg: -12px;
|
|
54
|
+
--gap-16-neg: -16px;
|
|
55
|
+
--gap-20-neg: -20px;
|
|
56
|
+
--gap-24-neg: -24px;
|
|
57
|
+
--gap-32-neg: -32px;
|
|
58
|
+
--gap-40-neg: -40px;
|
|
59
|
+
--gap-48-neg: -48px;
|
|
60
|
+
--gap-56-neg: -56px;
|
|
61
|
+
--gap-64-neg: -64px;
|
|
62
|
+
--gap-72-neg: -72px;
|
|
63
|
+
--gap-80-neg: -80px;
|
|
64
|
+
--gap-96-neg: -96px;
|
|
65
|
+
--gap-128-neg: -128px;
|
|
31
66
|
}
|
package/cssm/index.css
CHANGED
|
@@ -1462,45 +1462,93 @@
|
|
|
1462
1462
|
--shadow-xl-hard-up: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),
|
|
1463
1463
|
0 -16px 32px rgba(0, 0, 0, 0.16);
|
|
1464
1464
|
} :root {
|
|
1465
|
-
--border-radius-xs: 2px;
|
|
1466
|
-
--border-radius-s: 4px;
|
|
1467
|
-
--border-radius-m: 8px;
|
|
1468
|
-
--border-radius-l: 12px;
|
|
1469
|
-
--border-radius-xl: 16px;
|
|
1470
|
-
--border-radius-xxl: 20px;
|
|
1471
|
-
--border-radius-3xl: 24px;
|
|
1465
|
+
--border-radius-xs: 2px; /* deprecated */
|
|
1466
|
+
--border-radius-s: 4px; /* deprecated */
|
|
1467
|
+
--border-radius-m: 8px; /* deprecated */
|
|
1468
|
+
--border-radius-l: 12px; /* deprecated */
|
|
1469
|
+
--border-radius-xl: 16px; /* deprecated */
|
|
1470
|
+
--border-radius-xxl: 20px; /* deprecated */
|
|
1471
|
+
--border-radius-3xl: 24px; /* deprecated */
|
|
1472
1472
|
--border-radius-circle: 50%;
|
|
1473
1473
|
--border-radius-pill: 99px;
|
|
1474
|
+
|
|
1475
|
+
/* новые значения, используйте их */
|
|
1476
|
+
--border-radius-0: 0;
|
|
1477
|
+
--border-radius-4: 4px;
|
|
1478
|
+
--border-radius-6: 6px;
|
|
1479
|
+
--border-radius-8: 8px;
|
|
1480
|
+
--border-radius-10: 10px;
|
|
1481
|
+
--border-radius-12: 12px;
|
|
1482
|
+
--border-radius-16: 16px;
|
|
1483
|
+
--border-radius-20: 20px;
|
|
1484
|
+
--border-radius-24: 24px;
|
|
1485
|
+
--border-radius-36: 36px;
|
|
1486
|
+
--border-radius-64: 64px;
|
|
1474
1487
|
} :root {
|
|
1475
|
-
--gap-3xs: 2px;
|
|
1476
|
-
--gap-2xs: 4px;
|
|
1477
|
-
--gap-xs: 8px;
|
|
1478
|
-
--gap-s: 12px;
|
|
1479
|
-
--gap-2s: 14px;
|
|
1480
|
-
--gap-m: 16px;
|
|
1481
|
-
--gap-l: 20px;
|
|
1482
|
-
--gap-xl: 24px;
|
|
1483
|
-
--gap-2xl: 32px;
|
|
1484
|
-
--gap-3xl: 40px;
|
|
1485
|
-
--gap-4xl: 48px;
|
|
1486
|
-
--gap-5xl: 64px;
|
|
1487
|
-
--gap-6xl: 72px;
|
|
1488
|
-
--gap-7xl: 96px;
|
|
1489
|
-
--gap-8xl: 128px;
|
|
1490
|
-
--gap-3xs-neg: -2px;
|
|
1491
|
-
--gap-2xs-neg: -4px;
|
|
1492
|
-
--gap-xs-neg: -8px;
|
|
1493
|
-
--gap-s-neg: -12px;
|
|
1494
|
-
--gap-m-neg: -16px;
|
|
1495
|
-
--gap-l-neg: -20px;
|
|
1496
|
-
--gap-xl-neg: -24px;
|
|
1497
|
-
--gap-2xl-neg: -32px;
|
|
1498
|
-
--gap-3xl-neg: -40px;
|
|
1499
|
-
--gap-4xl-neg: -48px;
|
|
1500
|
-
--gap-5xl-neg: -64px;
|
|
1501
|
-
--gap-6xl-neg: -72px;
|
|
1502
|
-
--gap-7xl-neg: -96px;
|
|
1503
|
-
--gap-8xl-neg: -128px;
|
|
1488
|
+
--gap-3xs: 2px; /* deprecated */
|
|
1489
|
+
--gap-2xs: 4px; /* deprecated */
|
|
1490
|
+
--gap-xs: 8px; /* deprecated */
|
|
1491
|
+
--gap-s: 12px; /* deprecated */
|
|
1492
|
+
--gap-2s: 14px; /* deprecated */
|
|
1493
|
+
--gap-m: 16px; /* deprecated */
|
|
1494
|
+
--gap-l: 20px; /* deprecated */
|
|
1495
|
+
--gap-xl: 24px; /* deprecated */
|
|
1496
|
+
--gap-2xl: 32px; /* deprecated */
|
|
1497
|
+
--gap-3xl: 40px; /* deprecated */
|
|
1498
|
+
--gap-4xl: 48px; /* deprecated */
|
|
1499
|
+
--gap-5xl: 64px; /* deprecated */
|
|
1500
|
+
--gap-6xl: 72px; /* deprecated */
|
|
1501
|
+
--gap-7xl: 96px; /* deprecated */
|
|
1502
|
+
--gap-8xl: 128px; /* deprecated */
|
|
1503
|
+
--gap-3xs-neg: -2px; /* deprecated */
|
|
1504
|
+
--gap-2xs-neg: -4px; /* deprecated */
|
|
1505
|
+
--gap-xs-neg: -8px; /* deprecated */
|
|
1506
|
+
--gap-s-neg: -12px; /* deprecated */
|
|
1507
|
+
--gap-m-neg: -16px; /* deprecated */
|
|
1508
|
+
--gap-l-neg: -20px; /* deprecated */
|
|
1509
|
+
--gap-xl-neg: -24px; /* deprecated */
|
|
1510
|
+
--gap-2xl-neg: -32px; /* deprecated */
|
|
1511
|
+
--gap-3xl-neg: -40px; /* deprecated */
|
|
1512
|
+
--gap-4xl-neg: -48px; /* deprecated */
|
|
1513
|
+
--gap-5xl-neg: -64px; /* deprecated */
|
|
1514
|
+
--gap-6xl-neg: -72px; /* deprecated */
|
|
1515
|
+
--gap-7xl-neg: -96px; /* deprecated */
|
|
1516
|
+
--gap-8xl-neg: -128px; /* deprecated */
|
|
1517
|
+
|
|
1518
|
+
/* новые значения, используйте их */
|
|
1519
|
+
--gap-0: 0;
|
|
1520
|
+
--gap-2: 2px;
|
|
1521
|
+
--gap-4: 4px;
|
|
1522
|
+
--gap-8: 8px;
|
|
1523
|
+
--gap-12: 12px;
|
|
1524
|
+
--gap-16: 16px;
|
|
1525
|
+
--gap-20: 20px;
|
|
1526
|
+
--gap-24: 24px;
|
|
1527
|
+
--gap-32: 32px;
|
|
1528
|
+
--gap-40: 40px;
|
|
1529
|
+
--gap-48: 48px;
|
|
1530
|
+
--gap-56: 56px;
|
|
1531
|
+
--gap-64: 64px;
|
|
1532
|
+
--gap-72: 72px;
|
|
1533
|
+
--gap-80: 80px;
|
|
1534
|
+
--gap-96: 96px;
|
|
1535
|
+
--gap-128: 128px;
|
|
1536
|
+
--gap-2-neg: -2px;
|
|
1537
|
+
--gap-4-neg: -4px;
|
|
1538
|
+
--gap-8-neg: -8px;
|
|
1539
|
+
--gap-12-neg: -12px;
|
|
1540
|
+
--gap-16-neg: -16px;
|
|
1541
|
+
--gap-20-neg: -20px;
|
|
1542
|
+
--gap-24-neg: -24px;
|
|
1543
|
+
--gap-32-neg: -32px;
|
|
1544
|
+
--gap-40-neg: -40px;
|
|
1545
|
+
--gap-48-neg: -48px;
|
|
1546
|
+
--gap-56-neg: -56px;
|
|
1547
|
+
--gap-64-neg: -64px;
|
|
1548
|
+
--gap-72-neg: -72px;
|
|
1549
|
+
--gap-80-neg: -80px;
|
|
1550
|
+
--gap-96-neg: -96px;
|
|
1551
|
+
--gap-128-neg: -128px;
|
|
1504
1552
|
} :root {
|
|
1505
1553
|
--font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
1506
1554
|
sans-serif;
|
package/cssm/index.d.ts
CHANGED
|
@@ -1444,6 +1444,17 @@ export const borderRadiusXxl: "20px";
|
|
|
1444
1444
|
export const borderRadius3xl: "24px";
|
|
1445
1445
|
export const borderRadiusCircle: "50%";
|
|
1446
1446
|
export const borderRadiusPill: "99px";
|
|
1447
|
+
export const borderRadius0: "0";
|
|
1448
|
+
export const borderRadius4: "4px";
|
|
1449
|
+
export const borderRadius6: "6px";
|
|
1450
|
+
export const borderRadius8: "8px";
|
|
1451
|
+
export const borderRadius10: "10px";
|
|
1452
|
+
export const borderRadius12: "12px";
|
|
1453
|
+
export const borderRadius16: "16px";
|
|
1454
|
+
export const borderRadius20: "20px";
|
|
1455
|
+
export const borderRadius24: "24px";
|
|
1456
|
+
export const borderRadius36: "36px";
|
|
1457
|
+
export const borderRadius64: "64px";
|
|
1447
1458
|
export const gap3xs: "2px";
|
|
1448
1459
|
export const gap2xs: "4px";
|
|
1449
1460
|
export const gapXs: "8px";
|
|
@@ -1473,5 +1484,38 @@ export const gap5xlNeg: "-64px";
|
|
|
1473
1484
|
export const gap6xlNeg: "-72px";
|
|
1474
1485
|
export const gap7xlNeg: "-96px";
|
|
1475
1486
|
export const gap8xlNeg: "-128px";
|
|
1487
|
+
export const gap0: "0";
|
|
1488
|
+
export const gap2: "2px";
|
|
1489
|
+
export const gap4: "4px";
|
|
1490
|
+
export const gap8: "8px";
|
|
1491
|
+
export const gap12: "12px";
|
|
1492
|
+
export const gap16: "16px";
|
|
1493
|
+
export const gap20: "20px";
|
|
1494
|
+
export const gap24: "24px";
|
|
1495
|
+
export const gap32: "32px";
|
|
1496
|
+
export const gap40: "40px";
|
|
1497
|
+
export const gap48: "48px";
|
|
1498
|
+
export const gap56: "56px";
|
|
1499
|
+
export const gap64: "64px";
|
|
1500
|
+
export const gap72: "72px";
|
|
1501
|
+
export const gap80: "80px";
|
|
1502
|
+
export const gap96: "96px";
|
|
1503
|
+
export const gap128: "128px";
|
|
1504
|
+
export const gap2Neg: "-2px";
|
|
1505
|
+
export const gap4Neg: "-4px";
|
|
1506
|
+
export const gap8Neg: "-8px";
|
|
1507
|
+
export const gap12Neg: "-12px";
|
|
1508
|
+
export const gap16Neg: "-16px";
|
|
1509
|
+
export const gap20Neg: "-20px";
|
|
1510
|
+
export const gap24Neg: "-24px";
|
|
1511
|
+
export const gap32Neg: "-32px";
|
|
1512
|
+
export const gap40Neg: "-40px";
|
|
1513
|
+
export const gap48Neg: "-48px";
|
|
1514
|
+
export const gap56Neg: "-56px";
|
|
1515
|
+
export const gap64Neg: "-64px";
|
|
1516
|
+
export const gap72Neg: "-72px";
|
|
1517
|
+
export const gap80Neg: "-80px";
|
|
1518
|
+
export const gap96Neg: "-96px";
|
|
1519
|
+
export const gap128Neg: "-128px";
|
|
1476
1520
|
export const fontFamilySystem: "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
|
|
1477
1521
|
export const fontFamilyStyrene: "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
|
package/cssm/index.js
CHANGED
|
@@ -1444,6 +1444,17 @@ module.exports.borderRadiusXxl = "20px";
|
|
|
1444
1444
|
module.exports.borderRadius3xl = "24px";
|
|
1445
1445
|
module.exports.borderRadiusCircle = "50%";
|
|
1446
1446
|
module.exports.borderRadiusPill = "99px";
|
|
1447
|
+
module.exports.borderRadius0 = "0";
|
|
1448
|
+
module.exports.borderRadius4 = "4px";
|
|
1449
|
+
module.exports.borderRadius6 = "6px";
|
|
1450
|
+
module.exports.borderRadius8 = "8px";
|
|
1451
|
+
module.exports.borderRadius10 = "10px";
|
|
1452
|
+
module.exports.borderRadius12 = "12px";
|
|
1453
|
+
module.exports.borderRadius16 = "16px";
|
|
1454
|
+
module.exports.borderRadius20 = "20px";
|
|
1455
|
+
module.exports.borderRadius24 = "24px";
|
|
1456
|
+
module.exports.borderRadius36 = "36px";
|
|
1457
|
+
module.exports.borderRadius64 = "64px";
|
|
1447
1458
|
module.exports.gap3xs = "2px";
|
|
1448
1459
|
module.exports.gap2xs = "4px";
|
|
1449
1460
|
module.exports.gapXs = "8px";
|
|
@@ -1473,5 +1484,38 @@ module.exports.gap5xlNeg = "-64px";
|
|
|
1473
1484
|
module.exports.gap6xlNeg = "-72px";
|
|
1474
1485
|
module.exports.gap7xlNeg = "-96px";
|
|
1475
1486
|
module.exports.gap8xlNeg = "-128px";
|
|
1487
|
+
module.exports.gap0 = "0";
|
|
1488
|
+
module.exports.gap2 = "2px";
|
|
1489
|
+
module.exports.gap4 = "4px";
|
|
1490
|
+
module.exports.gap8 = "8px";
|
|
1491
|
+
module.exports.gap12 = "12px";
|
|
1492
|
+
module.exports.gap16 = "16px";
|
|
1493
|
+
module.exports.gap20 = "20px";
|
|
1494
|
+
module.exports.gap24 = "24px";
|
|
1495
|
+
module.exports.gap32 = "32px";
|
|
1496
|
+
module.exports.gap40 = "40px";
|
|
1497
|
+
module.exports.gap48 = "48px";
|
|
1498
|
+
module.exports.gap56 = "56px";
|
|
1499
|
+
module.exports.gap64 = "64px";
|
|
1500
|
+
module.exports.gap72 = "72px";
|
|
1501
|
+
module.exports.gap80 = "80px";
|
|
1502
|
+
module.exports.gap96 = "96px";
|
|
1503
|
+
module.exports.gap128 = "128px";
|
|
1504
|
+
module.exports.gap2Neg = "-2px";
|
|
1505
|
+
module.exports.gap4Neg = "-4px";
|
|
1506
|
+
module.exports.gap8Neg = "-8px";
|
|
1507
|
+
module.exports.gap12Neg = "-12px";
|
|
1508
|
+
module.exports.gap16Neg = "-16px";
|
|
1509
|
+
module.exports.gap20Neg = "-20px";
|
|
1510
|
+
module.exports.gap24Neg = "-24px";
|
|
1511
|
+
module.exports.gap32Neg = "-32px";
|
|
1512
|
+
module.exports.gap40Neg = "-40px";
|
|
1513
|
+
module.exports.gap48Neg = "-48px";
|
|
1514
|
+
module.exports.gap56Neg = "-56px";
|
|
1515
|
+
module.exports.gap64Neg = "-64px";
|
|
1516
|
+
module.exports.gap72Neg = "-72px";
|
|
1517
|
+
module.exports.gap80Neg = "-80px";
|
|
1518
|
+
module.exports.gap96Neg = "-96px";
|
|
1519
|
+
module.exports.gap128Neg = "-128px";
|
|
1476
1520
|
module.exports.fontFamilySystem = "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
|
|
1477
1521
|
module.exports.fontFamilyStyrene = "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
|
package/esm/index.d.ts
CHANGED
|
@@ -1444,6 +1444,17 @@ export const borderRadiusXxl: "20px";
|
|
|
1444
1444
|
export const borderRadius3xl: "24px";
|
|
1445
1445
|
export const borderRadiusCircle: "50%";
|
|
1446
1446
|
export const borderRadiusPill: "99px";
|
|
1447
|
+
export const borderRadius0: "0";
|
|
1448
|
+
export const borderRadius4: "4px";
|
|
1449
|
+
export const borderRadius6: "6px";
|
|
1450
|
+
export const borderRadius8: "8px";
|
|
1451
|
+
export const borderRadius10: "10px";
|
|
1452
|
+
export const borderRadius12: "12px";
|
|
1453
|
+
export const borderRadius16: "16px";
|
|
1454
|
+
export const borderRadius20: "20px";
|
|
1455
|
+
export const borderRadius24: "24px";
|
|
1456
|
+
export const borderRadius36: "36px";
|
|
1457
|
+
export const borderRadius64: "64px";
|
|
1447
1458
|
export const gap3xs: "2px";
|
|
1448
1459
|
export const gap2xs: "4px";
|
|
1449
1460
|
export const gapXs: "8px";
|
|
@@ -1473,5 +1484,38 @@ export const gap5xlNeg: "-64px";
|
|
|
1473
1484
|
export const gap6xlNeg: "-72px";
|
|
1474
1485
|
export const gap7xlNeg: "-96px";
|
|
1475
1486
|
export const gap8xlNeg: "-128px";
|
|
1487
|
+
export const gap0: "0";
|
|
1488
|
+
export const gap2: "2px";
|
|
1489
|
+
export const gap4: "4px";
|
|
1490
|
+
export const gap8: "8px";
|
|
1491
|
+
export const gap12: "12px";
|
|
1492
|
+
export const gap16: "16px";
|
|
1493
|
+
export const gap20: "20px";
|
|
1494
|
+
export const gap24: "24px";
|
|
1495
|
+
export const gap32: "32px";
|
|
1496
|
+
export const gap40: "40px";
|
|
1497
|
+
export const gap48: "48px";
|
|
1498
|
+
export const gap56: "56px";
|
|
1499
|
+
export const gap64: "64px";
|
|
1500
|
+
export const gap72: "72px";
|
|
1501
|
+
export const gap80: "80px";
|
|
1502
|
+
export const gap96: "96px";
|
|
1503
|
+
export const gap128: "128px";
|
|
1504
|
+
export const gap2Neg: "-2px";
|
|
1505
|
+
export const gap4Neg: "-4px";
|
|
1506
|
+
export const gap8Neg: "-8px";
|
|
1507
|
+
export const gap12Neg: "-12px";
|
|
1508
|
+
export const gap16Neg: "-16px";
|
|
1509
|
+
export const gap20Neg: "-20px";
|
|
1510
|
+
export const gap24Neg: "-24px";
|
|
1511
|
+
export const gap32Neg: "-32px";
|
|
1512
|
+
export const gap40Neg: "-40px";
|
|
1513
|
+
export const gap48Neg: "-48px";
|
|
1514
|
+
export const gap56Neg: "-56px";
|
|
1515
|
+
export const gap64Neg: "-64px";
|
|
1516
|
+
export const gap72Neg: "-72px";
|
|
1517
|
+
export const gap80Neg: "-80px";
|
|
1518
|
+
export const gap96Neg: "-96px";
|
|
1519
|
+
export const gap128Neg: "-128px";
|
|
1476
1520
|
export const fontFamilySystem: "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
|
|
1477
1521
|
export const fontFamilyStyrene: "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
|
package/esm/index.js
CHANGED
|
@@ -1444,6 +1444,17 @@ export const borderRadiusXxl = "20px";
|
|
|
1444
1444
|
export const borderRadius3xl = "24px";
|
|
1445
1445
|
export const borderRadiusCircle = "50%";
|
|
1446
1446
|
export const borderRadiusPill = "99px";
|
|
1447
|
+
export const borderRadius0 = "0";
|
|
1448
|
+
export const borderRadius4 = "4px";
|
|
1449
|
+
export const borderRadius6 = "6px";
|
|
1450
|
+
export const borderRadius8 = "8px";
|
|
1451
|
+
export const borderRadius10 = "10px";
|
|
1452
|
+
export const borderRadius12 = "12px";
|
|
1453
|
+
export const borderRadius16 = "16px";
|
|
1454
|
+
export const borderRadius20 = "20px";
|
|
1455
|
+
export const borderRadius24 = "24px";
|
|
1456
|
+
export const borderRadius36 = "36px";
|
|
1457
|
+
export const borderRadius64 = "64px";
|
|
1447
1458
|
export const gap3xs = "2px";
|
|
1448
1459
|
export const gap2xs = "4px";
|
|
1449
1460
|
export const gapXs = "8px";
|
|
@@ -1473,5 +1484,38 @@ export const gap5xlNeg = "-64px";
|
|
|
1473
1484
|
export const gap6xlNeg = "-72px";
|
|
1474
1485
|
export const gap7xlNeg = "-96px";
|
|
1475
1486
|
export const gap8xlNeg = "-128px";
|
|
1487
|
+
export const gap0 = "0";
|
|
1488
|
+
export const gap2 = "2px";
|
|
1489
|
+
export const gap4 = "4px";
|
|
1490
|
+
export const gap8 = "8px";
|
|
1491
|
+
export const gap12 = "12px";
|
|
1492
|
+
export const gap16 = "16px";
|
|
1493
|
+
export const gap20 = "20px";
|
|
1494
|
+
export const gap24 = "24px";
|
|
1495
|
+
export const gap32 = "32px";
|
|
1496
|
+
export const gap40 = "40px";
|
|
1497
|
+
export const gap48 = "48px";
|
|
1498
|
+
export const gap56 = "56px";
|
|
1499
|
+
export const gap64 = "64px";
|
|
1500
|
+
export const gap72 = "72px";
|
|
1501
|
+
export const gap80 = "80px";
|
|
1502
|
+
export const gap96 = "96px";
|
|
1503
|
+
export const gap128 = "128px";
|
|
1504
|
+
export const gap2Neg = "-2px";
|
|
1505
|
+
export const gap4Neg = "-4px";
|
|
1506
|
+
export const gap8Neg = "-8px";
|
|
1507
|
+
export const gap12Neg = "-12px";
|
|
1508
|
+
export const gap16Neg = "-16px";
|
|
1509
|
+
export const gap20Neg = "-20px";
|
|
1510
|
+
export const gap24Neg = "-24px";
|
|
1511
|
+
export const gap32Neg = "-32px";
|
|
1512
|
+
export const gap40Neg = "-40px";
|
|
1513
|
+
export const gap48Neg = "-48px";
|
|
1514
|
+
export const gap56Neg = "-56px";
|
|
1515
|
+
export const gap64Neg = "-64px";
|
|
1516
|
+
export const gap72Neg = "-72px";
|
|
1517
|
+
export const gap80Neg = "-80px";
|
|
1518
|
+
export const gap96Neg = "-96px";
|
|
1519
|
+
export const gap128Neg = "-128px";
|
|
1476
1520
|
export const fontFamilySystem = "system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,\n sans-serif";
|
|
1477
1521
|
export const fontFamilyStyrene = "'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,\n 'Helvetica Neue', Helvetica, sans-serif";
|
package/gaps.css
CHANGED
|
@@ -1,31 +1,66 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--gap-3xs: 2px;
|
|
3
|
-
--gap-2xs: 4px;
|
|
4
|
-
--gap-xs: 8px;
|
|
5
|
-
--gap-s: 12px;
|
|
6
|
-
--gap-2s: 14px;
|
|
7
|
-
--gap-m: 16px;
|
|
8
|
-
--gap-l: 20px;
|
|
9
|
-
--gap-xl: 24px;
|
|
10
|
-
--gap-2xl: 32px;
|
|
11
|
-
--gap-3xl: 40px;
|
|
12
|
-
--gap-4xl: 48px;
|
|
13
|
-
--gap-5xl: 64px;
|
|
14
|
-
--gap-6xl: 72px;
|
|
15
|
-
--gap-7xl: 96px;
|
|
16
|
-
--gap-8xl: 128px;
|
|
17
|
-
--gap-3xs-neg: -2px;
|
|
18
|
-
--gap-2xs-neg: -4px;
|
|
19
|
-
--gap-xs-neg: -8px;
|
|
20
|
-
--gap-s-neg: -12px;
|
|
21
|
-
--gap-m-neg: -16px;
|
|
22
|
-
--gap-l-neg: -20px;
|
|
23
|
-
--gap-xl-neg: -24px;
|
|
24
|
-
--gap-2xl-neg: -32px;
|
|
25
|
-
--gap-3xl-neg: -40px;
|
|
26
|
-
--gap-4xl-neg: -48px;
|
|
27
|
-
--gap-5xl-neg: -64px;
|
|
28
|
-
--gap-6xl-neg: -72px;
|
|
29
|
-
--gap-7xl-neg: -96px;
|
|
30
|
-
--gap-8xl-neg: -128px;
|
|
2
|
+
--gap-3xs: 2px; /* deprecated */
|
|
3
|
+
--gap-2xs: 4px; /* deprecated */
|
|
4
|
+
--gap-xs: 8px; /* deprecated */
|
|
5
|
+
--gap-s: 12px; /* deprecated */
|
|
6
|
+
--gap-2s: 14px; /* deprecated */
|
|
7
|
+
--gap-m: 16px; /* deprecated */
|
|
8
|
+
--gap-l: 20px; /* deprecated */
|
|
9
|
+
--gap-xl: 24px; /* deprecated */
|
|
10
|
+
--gap-2xl: 32px; /* deprecated */
|
|
11
|
+
--gap-3xl: 40px; /* deprecated */
|
|
12
|
+
--gap-4xl: 48px; /* deprecated */
|
|
13
|
+
--gap-5xl: 64px; /* deprecated */
|
|
14
|
+
--gap-6xl: 72px; /* deprecated */
|
|
15
|
+
--gap-7xl: 96px; /* deprecated */
|
|
16
|
+
--gap-8xl: 128px; /* deprecated */
|
|
17
|
+
--gap-3xs-neg: -2px; /* deprecated */
|
|
18
|
+
--gap-2xs-neg: -4px; /* deprecated */
|
|
19
|
+
--gap-xs-neg: -8px; /* deprecated */
|
|
20
|
+
--gap-s-neg: -12px; /* deprecated */
|
|
21
|
+
--gap-m-neg: -16px; /* deprecated */
|
|
22
|
+
--gap-l-neg: -20px; /* deprecated */
|
|
23
|
+
--gap-xl-neg: -24px; /* deprecated */
|
|
24
|
+
--gap-2xl-neg: -32px; /* deprecated */
|
|
25
|
+
--gap-3xl-neg: -40px; /* deprecated */
|
|
26
|
+
--gap-4xl-neg: -48px; /* deprecated */
|
|
27
|
+
--gap-5xl-neg: -64px; /* deprecated */
|
|
28
|
+
--gap-6xl-neg: -72px; /* deprecated */
|
|
29
|
+
--gap-7xl-neg: -96px; /* deprecated */
|
|
30
|
+
--gap-8xl-neg: -128px; /* deprecated */
|
|
31
|
+
|
|
32
|
+
/* новые значения, используйте их */
|
|
33
|
+
--gap-0: 0;
|
|
34
|
+
--gap-2: 2px;
|
|
35
|
+
--gap-4: 4px;
|
|
36
|
+
--gap-8: 8px;
|
|
37
|
+
--gap-12: 12px;
|
|
38
|
+
--gap-16: 16px;
|
|
39
|
+
--gap-20: 20px;
|
|
40
|
+
--gap-24: 24px;
|
|
41
|
+
--gap-32: 32px;
|
|
42
|
+
--gap-40: 40px;
|
|
43
|
+
--gap-48: 48px;
|
|
44
|
+
--gap-56: 56px;
|
|
45
|
+
--gap-64: 64px;
|
|
46
|
+
--gap-72: 72px;
|
|
47
|
+
--gap-80: 80px;
|
|
48
|
+
--gap-96: 96px;
|
|
49
|
+
--gap-128: 128px;
|
|
50
|
+
--gap-2-neg: -2px;
|
|
51
|
+
--gap-4-neg: -4px;
|
|
52
|
+
--gap-8-neg: -8px;
|
|
53
|
+
--gap-12-neg: -12px;
|
|
54
|
+
--gap-16-neg: -16px;
|
|
55
|
+
--gap-20-neg: -20px;
|
|
56
|
+
--gap-24-neg: -24px;
|
|
57
|
+
--gap-32-neg: -32px;
|
|
58
|
+
--gap-40-neg: -40px;
|
|
59
|
+
--gap-48-neg: -48px;
|
|
60
|
+
--gap-56-neg: -56px;
|
|
61
|
+
--gap-64-neg: -64px;
|
|
62
|
+
--gap-72-neg: -72px;
|
|
63
|
+
--gap-80-neg: -80px;
|
|
64
|
+
--gap-96-neg: -96px;
|
|
65
|
+
--gap-128-neg: -128px;
|
|
31
66
|
}
|