@esri/calcite-design-tokens 4.0.0-next.10 → 4.0.0-next.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/breakpoints.css +8 -4
- package/dist/css/global.css +10 -5
- package/dist/css/index.css +5 -0
- package/dist/css/semantic.css +10 -5
- package/dist/docs/core.json +1 -1
- package/dist/docs/dark.json +1 -2
- package/dist/docs/global.json +276 -18
- package/dist/docs/light.json +1 -2
- package/dist/docs/semantic.json +192 -11
- package/dist/es6/breakpoints.d.ts +6 -2
- package/dist/es6/breakpoints.js +4 -2
- package/dist/es6/global.d.ts +16 -2
- package/dist/es6/global.js +14 -7
- package/dist/es6/semantic.d.ts +10 -0
- package/dist/es6/semantic.js +10 -5
- package/dist/scss/breakpoints.scss +8 -4
- package/dist/scss/global.scss +10 -5
- package/dist/scss/index.scss +2 -0
- package/dist/scss/semantic.scss +10 -5
- package/package.json +2 -2
- package/dist/css/component.css +0 -11
package/dist/css/breakpoints.css
CHANGED
|
@@ -4,9 +4,12 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
|
-
--calcite-container-size-height-xxs-min: 0; /** Small handheld devices and mini-windows */
|
|
8
|
-
--calcite-container-size-
|
|
9
|
-
--calcite-container-size-
|
|
7
|
+
--calcite-container-size-height-xxs-min: 0; /** Deprecated, use --calcite-container-size-height-2xs-min|max instead. Small handheld devices and mini-windows */
|
|
8
|
+
--calcite-container-size-height-2xs-min: 0; /** Small handheld devices and mini-windows */
|
|
9
|
+
--calcite-container-size-width-xxs-min: 0; /** Deprecated, use --calcite-container-size-width-2xs-min|max instead. Small handheld devices and mini-windows */
|
|
10
|
+
--calcite-container-size-width-2xs-min: 0; /** Small handheld devices and mini-windows */
|
|
11
|
+
--calcite-container-size-height-xxs-max: 154px; /** Deprecated, use --calcite-container-size-height-2xs-min|max instead. Small handheld devices and mini-windows */
|
|
12
|
+
--calcite-container-size-height-2xs-max: 154px; /** Small handheld devices and mini-windows */
|
|
10
13
|
--calcite-container-size-height-xs-min: 155px; /** Handheld devices */
|
|
11
14
|
--calcite-container-size-height-xs-max: 328px; /** Handheld devices */
|
|
12
15
|
--calcite-container-size-height-sm-min: 329px; /** Small tablets */
|
|
@@ -16,7 +19,8 @@
|
|
|
16
19
|
--calcite-container-size-height-lg-min: 679px; /** Large laptops and desktop computers */
|
|
17
20
|
--calcite-container-size-height-lg-max: 854px; /** Large laptops and desktop computers */
|
|
18
21
|
--calcite-container-size-height-xl-min: 855px; /** Projectors and televisions */
|
|
19
|
-
--calcite-container-size-width-xxs-max: 320px; /** Small handheld devices and mini-windows */
|
|
22
|
+
--calcite-container-size-width-xxs-max: 320px; /** Deprecated, use --calcite-container-size-width-2xs-min|max instead. Small handheld devices and mini-windows */
|
|
23
|
+
--calcite-container-size-width-2xs-max: 320px; /** Small handheld devices and mini-windows */
|
|
20
24
|
--calcite-container-size-width-xs-min: 321px; /** Handheld devices */
|
|
21
25
|
--calcite-container-size-width-xs-max: 476px; /** Handheld devices */
|
|
22
26
|
--calcite-container-size-width-sm-min: 477px; /** Small tablets */
|
package/dist/css/global.css
CHANGED
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
--calcite-font-size-md: 16px;
|
|
35
35
|
--calcite-font-size-lg: 18px;
|
|
36
36
|
--calcite-font-size-xl: 20px;
|
|
37
|
-
--calcite-font-size-xxl: 24px;
|
|
37
|
+
--calcite-font-size-xxl: 24px; /** Deprecated, use --calcite-font-size-2xl instead. */
|
|
38
|
+
--calcite-font-size-2xl: 24px;
|
|
38
39
|
--calcite-font-size-relative-xs: 0.625rem;
|
|
39
40
|
--calcite-font-size-relative-sm: 0.75rem;
|
|
40
41
|
--calcite-font-size-relative-base: 0.875rem;
|
|
@@ -103,15 +104,19 @@
|
|
|
103
104
|
--calcite-size-fixed-xxl: 24px; /** deprecated */
|
|
104
105
|
--calcite-size-fixed-xxxl: 32px; /** deprecated */
|
|
105
106
|
--calcite-size-px: 1px;
|
|
106
|
-
--calcite-size-xxxs: 0.75rem;
|
|
107
|
-
--calcite-size-
|
|
107
|
+
--calcite-size-xxxs: 0.75rem; /** Deprecated, use --calcite-size-3xs instead. */
|
|
108
|
+
--calcite-size-3xs: 0.75rem;
|
|
109
|
+
--calcite-size-xxs: 0.875rem; /** Deprecated, use --calcite-size-2xs instead. */
|
|
110
|
+
--calcite-size-2xs: 0.875rem;
|
|
108
111
|
--calcite-size-xs: 1rem;
|
|
109
112
|
--calcite-size-sm: 1.5rem;
|
|
110
113
|
--calcite-size-md: 2rem;
|
|
111
114
|
--calcite-size-lg: 2.75rem;
|
|
112
115
|
--calcite-size-xl: 3rem;
|
|
113
|
-
--calcite-size-xxl: 4rem;
|
|
114
|
-
--calcite-size-
|
|
116
|
+
--calcite-size-xxl: 4rem; /** Deprecated, use --calcite-size-2xl instead. */
|
|
117
|
+
--calcite-size-2xl: 4rem;
|
|
118
|
+
--calcite-size-xxxl: 6rem; /** Deprecated, use --calcite-size-3xl instead. */
|
|
119
|
+
--calcite-size-3xl: 6rem;
|
|
115
120
|
--calcite-spacing-fixed-xxs: 4px; /** deprecated */
|
|
116
121
|
--calcite-spacing-fixed-xs: 6px; /** deprecated */
|
|
117
122
|
--calcite-spacing-fixed-sm: 8px; /** deprecated */
|
package/dist/css/index.css
CHANGED
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
--calcite-color-foreground-1: #ffffff;
|
|
52
52
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
53
53
|
--calcite-color-background: #f7f7f7;
|
|
54
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
54
55
|
}
|
|
55
56
|
@media (prefers-color-scheme: light) {
|
|
56
57
|
.calcite-mode-auto {
|
|
@@ -99,6 +100,7 @@
|
|
|
99
100
|
--calcite-color-foreground-1: #ffffff;
|
|
100
101
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
101
102
|
--calcite-color-background: #f7f7f7;
|
|
103
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
102
104
|
}
|
|
103
105
|
}
|
|
104
106
|
@media (prefers-color-scheme: dark) {
|
|
@@ -148,6 +150,7 @@
|
|
|
148
150
|
--calcite-color-foreground-1: #2b2b2b;
|
|
149
151
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
150
152
|
--calcite-color-background: #212121;
|
|
153
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
151
154
|
}
|
|
152
155
|
}
|
|
153
156
|
.calcite-mode-light {
|
|
@@ -196,6 +199,7 @@
|
|
|
196
199
|
--calcite-color-foreground-1: #ffffff;
|
|
197
200
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
198
201
|
--calcite-color-background: #f7f7f7;
|
|
202
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
199
203
|
}
|
|
200
204
|
.calcite-mode-dark {
|
|
201
205
|
--calcite-color-border-white: #f7f7f7;
|
|
@@ -243,4 +247,5 @@
|
|
|
243
247
|
--calcite-color-foreground-1: #2b2b2b;
|
|
244
248
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
245
249
|
--calcite-color-background: #212121;
|
|
250
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
246
251
|
}
|
package/dist/css/semantic.css
CHANGED
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
--calcite-font-size-md: 16px;
|
|
33
33
|
--calcite-font-size-lg: 18px;
|
|
34
34
|
--calcite-font-size-xl: 20px;
|
|
35
|
-
--calcite-font-size-xxl: 24px;
|
|
35
|
+
--calcite-font-size-xxl: 24px; /** Deprecated, use --calcite-font-size-2xl instead. */
|
|
36
|
+
--calcite-font-size-2xl: 24px;
|
|
36
37
|
--calcite-font-size-relative-xs: 0.625rem;
|
|
37
38
|
--calcite-font-size-relative-sm: 0.75rem;
|
|
38
39
|
--calcite-font-size-relative-base: 0.875rem;
|
|
@@ -101,15 +102,19 @@
|
|
|
101
102
|
--calcite-size-fixed-xxl: 24px; /** deprecated */
|
|
102
103
|
--calcite-size-fixed-xxxl: 32px; /** deprecated */
|
|
103
104
|
--calcite-size-px: 1px;
|
|
104
|
-
--calcite-size-xxxs: 0.75rem;
|
|
105
|
-
--calcite-size-
|
|
105
|
+
--calcite-size-xxxs: 0.75rem; /** Deprecated, use --calcite-size-3xs instead. */
|
|
106
|
+
--calcite-size-3xs: 0.75rem;
|
|
107
|
+
--calcite-size-xxs: 0.875rem; /** Deprecated, use --calcite-size-2xs instead. */
|
|
108
|
+
--calcite-size-2xs: 0.875rem;
|
|
106
109
|
--calcite-size-xs: 1rem;
|
|
107
110
|
--calcite-size-sm: 1.5rem;
|
|
108
111
|
--calcite-size-md: 2rem;
|
|
109
112
|
--calcite-size-lg: 2.75rem;
|
|
110
113
|
--calcite-size-xl: 3rem;
|
|
111
|
-
--calcite-size-xxl: 4rem;
|
|
112
|
-
--calcite-size-
|
|
114
|
+
--calcite-size-xxl: 4rem; /** Deprecated, use --calcite-size-2xl instead. */
|
|
115
|
+
--calcite-size-2xl: 4rem;
|
|
116
|
+
--calcite-size-xxxl: 6rem; /** Deprecated, use --calcite-size-3xl instead. */
|
|
117
|
+
--calcite-size-3xl: 6rem;
|
|
113
118
|
--calcite-spacing-fixed-xxs: 4px; /** deprecated */
|
|
114
119
|
--calcite-spacing-fixed-xs: 6px; /** deprecated */
|
|
115
120
|
--calcite-spacing-fixed-sm: 8px; /** deprecated */
|
package/dist/docs/core.json
CHANGED
package/dist/docs/dark.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1765409949474,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.color.background.default}",
|
|
@@ -1267,7 +1267,6 @@
|
|
|
1267
1267
|
"attributes": {
|
|
1268
1268
|
"category": "color",
|
|
1269
1269
|
"group": "focus",
|
|
1270
|
-
"scope": "component",
|
|
1271
1270
|
"type": "color",
|
|
1272
1271
|
"item": "focus",
|
|
1273
1272
|
"subitem": "default",
|
package/dist/docs/global.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1765409950589,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.color.background.default}",
|
|
@@ -1267,7 +1267,6 @@
|
|
|
1267
1267
|
"attributes": {
|
|
1268
1268
|
"category": "color",
|
|
1269
1269
|
"group": "focus",
|
|
1270
|
-
"scope": "component",
|
|
1271
1270
|
"type": "color",
|
|
1272
1271
|
"item": "focus",
|
|
1273
1272
|
"subitem": "default",
|
|
@@ -1400,7 +1399,7 @@
|
|
|
1400
1399
|
"key": "{semantic.container-size.height.xxs}",
|
|
1401
1400
|
"value": "{\"min\":\"0\",\"max\":\"154px\"}",
|
|
1402
1401
|
"type": "dimension",
|
|
1403
|
-
"description": "Small handheld devices and mini-windows",
|
|
1402
|
+
"description": "Deprecated, use --calcite-container-size-height-2xs-min|max instead. Small handheld devices and mini-windows",
|
|
1404
1403
|
"attributes": {
|
|
1405
1404
|
"category": "breakpoint",
|
|
1406
1405
|
"type": "dimension",
|
|
@@ -1410,13 +1409,13 @@
|
|
|
1410
1409
|
"min": "0",
|
|
1411
1410
|
"max": "154px"
|
|
1412
1411
|
},
|
|
1413
|
-
"description": "Small handheld devices and mini-windows",
|
|
1412
|
+
"description": "Deprecated, use --calcite-container-size-height-2xs-min|max instead. Small handheld devices and mini-windows",
|
|
1414
1413
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1415
1414
|
"isSource": true,
|
|
1416
1415
|
"key": "{semantic.container-size.height.xxs}",
|
|
1417
1416
|
"name": "calcite-semantic-container-size-height-xxs",
|
|
1418
1417
|
"path": ["semantic", "container-size", "height", "xxs"],
|
|
1419
|
-
"comment": "Small handheld devices and mini-windows",
|
|
1418
|
+
"comment": "Deprecated, use --calcite-container-size-height-2xs-min|max instead. Small handheld devices and mini-windows",
|
|
1420
1419
|
"names": {
|
|
1421
1420
|
"scss": "$calcite-container-size-height-xxs",
|
|
1422
1421
|
"css": "var(--calcite-container-size-height-xxs)",
|
|
@@ -1433,6 +1432,45 @@
|
|
|
1433
1432
|
"isSource": true,
|
|
1434
1433
|
"name": "Container Size Height Xxs",
|
|
1435
1434
|
"path": ["semantic", "container-size", "height", "xxs"],
|
|
1435
|
+
"comment": "Deprecated, use --calcite-container-size-height-2xs-min|max instead. Small handheld devices and mini-windows"
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"key": "{semantic.container-size.height.2xs}",
|
|
1439
|
+
"value": "{\"min\":\"0\",\"max\":\"154px\"}",
|
|
1440
|
+
"type": "dimension",
|
|
1441
|
+
"description": "Small handheld devices and mini-windows",
|
|
1442
|
+
"attributes": {
|
|
1443
|
+
"category": "breakpoint",
|
|
1444
|
+
"type": "dimension",
|
|
1445
|
+
"item": "height",
|
|
1446
|
+
"subitem": "2xs",
|
|
1447
|
+
"value": {
|
|
1448
|
+
"min": "0",
|
|
1449
|
+
"max": "154px"
|
|
1450
|
+
},
|
|
1451
|
+
"description": "Small handheld devices and mini-windows",
|
|
1452
|
+
"filePath": "src/tokens/semantic/container-size.json",
|
|
1453
|
+
"isSource": true,
|
|
1454
|
+
"key": "{semantic.container-size.height.2xs}",
|
|
1455
|
+
"name": "calcite-semantic-container-size-height-2xs",
|
|
1456
|
+
"path": ["semantic", "container-size", "height", "2xs"],
|
|
1457
|
+
"comment": "Small handheld devices and mini-windows",
|
|
1458
|
+
"names": {
|
|
1459
|
+
"scss": "$calcite-container-size-height-2xs",
|
|
1460
|
+
"css": "var(--calcite-container-size-height-2xs)",
|
|
1461
|
+
"docs": "semantic.container-size.height.2xs",
|
|
1462
|
+
"es6": "calciteContainerSizeHeight2xs"
|
|
1463
|
+
},
|
|
1464
|
+
"calcite-schema": {
|
|
1465
|
+
"system": "calcite",
|
|
1466
|
+
"tier": "semantic",
|
|
1467
|
+
"type": "dimension"
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
"filePath": "src/tokens/semantic/container-size.json",
|
|
1471
|
+
"isSource": true,
|
|
1472
|
+
"name": "Container Size Height 2xs",
|
|
1473
|
+
"path": ["semantic", "container-size", "height", "2xs"],
|
|
1436
1474
|
"comment": "Small handheld devices and mini-windows"
|
|
1437
1475
|
},
|
|
1438
1476
|
{
|
|
@@ -1633,7 +1671,7 @@
|
|
|
1633
1671
|
"key": "{semantic.container-size.width.xxs}",
|
|
1634
1672
|
"value": "{\"min\":\"0\",\"max\":\"320px\"}",
|
|
1635
1673
|
"type": "dimension",
|
|
1636
|
-
"description": "Small handheld devices and mini-windows",
|
|
1674
|
+
"description": "Deprecated, use --calcite-container-size-width-2xs-min|max instead. Small handheld devices and mini-windows",
|
|
1637
1675
|
"attributes": {
|
|
1638
1676
|
"category": "breakpoint",
|
|
1639
1677
|
"type": "dimension",
|
|
@@ -1643,13 +1681,13 @@
|
|
|
1643
1681
|
"min": "0",
|
|
1644
1682
|
"max": "320px"
|
|
1645
1683
|
},
|
|
1646
|
-
"description": "Small handheld devices and mini-windows",
|
|
1684
|
+
"description": "Deprecated, use --calcite-container-size-width-2xs-min|max instead. Small handheld devices and mini-windows",
|
|
1647
1685
|
"filePath": "src/tokens/semantic/container-size.json",
|
|
1648
1686
|
"isSource": true,
|
|
1649
1687
|
"key": "{semantic.container-size.width.xxs}",
|
|
1650
1688
|
"name": "calcite-semantic-container-size-width-xxs",
|
|
1651
1689
|
"path": ["semantic", "container-size", "width", "xxs"],
|
|
1652
|
-
"comment": "Small handheld devices and mini-windows",
|
|
1690
|
+
"comment": "Deprecated, use --calcite-container-size-width-2xs-min|max instead. Small handheld devices and mini-windows",
|
|
1653
1691
|
"names": {
|
|
1654
1692
|
"scss": "$calcite-container-size-width-xxs",
|
|
1655
1693
|
"css": "var(--calcite-container-size-width-xxs)",
|
|
@@ -1666,6 +1704,45 @@
|
|
|
1666
1704
|
"isSource": true,
|
|
1667
1705
|
"name": "Container Size Width Xxs",
|
|
1668
1706
|
"path": ["semantic", "container-size", "width", "xxs"],
|
|
1707
|
+
"comment": "Deprecated, use --calcite-container-size-width-2xs-min|max instead. Small handheld devices and mini-windows"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"key": "{semantic.container-size.width.2xs}",
|
|
1711
|
+
"value": "{\"min\":\"0\",\"max\":\"320px\"}",
|
|
1712
|
+
"type": "dimension",
|
|
1713
|
+
"description": "Small handheld devices and mini-windows",
|
|
1714
|
+
"attributes": {
|
|
1715
|
+
"category": "breakpoint",
|
|
1716
|
+
"type": "dimension",
|
|
1717
|
+
"item": "width",
|
|
1718
|
+
"subitem": "2xs",
|
|
1719
|
+
"value": {
|
|
1720
|
+
"min": "0",
|
|
1721
|
+
"max": "320px"
|
|
1722
|
+
},
|
|
1723
|
+
"description": "Small handheld devices and mini-windows",
|
|
1724
|
+
"filePath": "src/tokens/semantic/container-size.json",
|
|
1725
|
+
"isSource": true,
|
|
1726
|
+
"key": "{semantic.container-size.width.2xs}",
|
|
1727
|
+
"name": "calcite-semantic-container-size-width-2xs",
|
|
1728
|
+
"path": ["semantic", "container-size", "width", "2xs"],
|
|
1729
|
+
"comment": "Small handheld devices and mini-windows",
|
|
1730
|
+
"names": {
|
|
1731
|
+
"scss": "$calcite-container-size-width-2xs",
|
|
1732
|
+
"css": "var(--calcite-container-size-width-2xs)",
|
|
1733
|
+
"docs": "semantic.container-size.width.2xs",
|
|
1734
|
+
"es6": "calciteContainerSizeWidth2xs"
|
|
1735
|
+
},
|
|
1736
|
+
"calcite-schema": {
|
|
1737
|
+
"system": "calcite",
|
|
1738
|
+
"tier": "semantic",
|
|
1739
|
+
"type": "dimension"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
"filePath": "src/tokens/semantic/container-size.json",
|
|
1743
|
+
"isSource": true,
|
|
1744
|
+
"name": "Container Size Width 2xs",
|
|
1745
|
+
"path": ["semantic", "container-size", "width", "2xs"],
|
|
1669
1746
|
"comment": "Small handheld devices and mini-windows"
|
|
1670
1747
|
},
|
|
1671
1748
|
{
|
|
@@ -2610,9 +2687,17 @@
|
|
|
2610
2687
|
"attributes": {
|
|
2611
2688
|
"category": "font",
|
|
2612
2689
|
"group": "size",
|
|
2613
|
-
"type": "
|
|
2690
|
+
"type": "fontSize",
|
|
2614
2691
|
"item": "size",
|
|
2615
2692
|
"subitem": "xxl",
|
|
2693
|
+
"value": "24px",
|
|
2694
|
+
"description": "Deprecated, use --calcite-font-size-2xl instead.",
|
|
2695
|
+
"filePath": "src/tokens/semantic/font.json",
|
|
2696
|
+
"isSource": true,
|
|
2697
|
+
"key": "{semantic.font.size.xxl}",
|
|
2698
|
+
"name": "calcite-semantic-font-size-xxl",
|
|
2699
|
+
"path": ["semantic", "font", "size", "xxl"],
|
|
2700
|
+
"comment": "Deprecated, use --calcite-font-size-2xl instead.",
|
|
2616
2701
|
"names": {
|
|
2617
2702
|
"scss": "$calcite-font-size-xxl",
|
|
2618
2703
|
"css": "var(--calcite-font-size-xxl)",
|
|
@@ -2625,10 +2710,39 @@
|
|
|
2625
2710
|
"type": "fontSize"
|
|
2626
2711
|
}
|
|
2627
2712
|
},
|
|
2713
|
+
"description": "Deprecated, use --calcite-font-size-2xl instead.",
|
|
2628
2714
|
"filePath": "src/tokens/semantic/font.json",
|
|
2629
2715
|
"isSource": true,
|
|
2630
2716
|
"name": "Font Size Xxl",
|
|
2631
|
-
"path": ["semantic", "font", "size", "xxl"]
|
|
2717
|
+
"path": ["semantic", "font", "size", "xxl"],
|
|
2718
|
+
"comment": "Deprecated, use --calcite-font-size-2xl instead."
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"key": "{semantic.font.size.2xl}",
|
|
2722
|
+
"value": "24px",
|
|
2723
|
+
"type": "fontSize",
|
|
2724
|
+
"attributes": {
|
|
2725
|
+
"category": "font",
|
|
2726
|
+
"group": "size",
|
|
2727
|
+
"type": "font",
|
|
2728
|
+
"item": "size",
|
|
2729
|
+
"subitem": "2xl",
|
|
2730
|
+
"names": {
|
|
2731
|
+
"scss": "$calcite-font-size-2xl",
|
|
2732
|
+
"css": "var(--calcite-font-size-2xl)",
|
|
2733
|
+
"docs": "semantic.font.size.2xl",
|
|
2734
|
+
"es6": "calciteFontSize2xl"
|
|
2735
|
+
},
|
|
2736
|
+
"calcite-schema": {
|
|
2737
|
+
"system": "calcite",
|
|
2738
|
+
"tier": "semantic",
|
|
2739
|
+
"type": "fontSize"
|
|
2740
|
+
}
|
|
2741
|
+
},
|
|
2742
|
+
"filePath": "src/tokens/semantic/font.json",
|
|
2743
|
+
"isSource": true,
|
|
2744
|
+
"name": "Font Size 2xl",
|
|
2745
|
+
"path": ["semantic", "font", "size", "2xl"]
|
|
2632
2746
|
},
|
|
2633
2747
|
{
|
|
2634
2748
|
"key": "{semantic.font.size.relative.xs}",
|
|
@@ -4871,9 +4985,17 @@
|
|
|
4871
4985
|
"type": "dimension",
|
|
4872
4986
|
"attributes": {
|
|
4873
4987
|
"category": "size",
|
|
4874
|
-
"type": "
|
|
4988
|
+
"type": "dimension",
|
|
4875
4989
|
"item": "default",
|
|
4876
4990
|
"subitem": "xxxs",
|
|
4991
|
+
"value": "12px",
|
|
4992
|
+
"description": "Deprecated, use --calcite-size-3xs instead.",
|
|
4993
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
4994
|
+
"isSource": true,
|
|
4995
|
+
"key": "{semantic.size.default.xxxs}",
|
|
4996
|
+
"name": "calcite-semantic-size-default-xxxs",
|
|
4997
|
+
"path": ["semantic", "size", "default", "xxxs"],
|
|
4998
|
+
"comment": "Deprecated, use --calcite-size-3xs instead.",
|
|
4877
4999
|
"names": {
|
|
4878
5000
|
"scss": "$calcite-size-xxxs",
|
|
4879
5001
|
"css": "var(--calcite-size-xxxs)",
|
|
@@ -4886,10 +5008,38 @@
|
|
|
4886
5008
|
"type": "dimension"
|
|
4887
5009
|
}
|
|
4888
5010
|
},
|
|
5011
|
+
"description": "Deprecated, use --calcite-size-3xs instead.",
|
|
4889
5012
|
"filePath": "src/tokens/semantic/size.json",
|
|
4890
5013
|
"isSource": true,
|
|
4891
5014
|
"name": "Size Xxxs",
|
|
4892
|
-
"path": ["semantic", "size", "default", "xxxs"]
|
|
5015
|
+
"path": ["semantic", "size", "default", "xxxs"],
|
|
5016
|
+
"comment": "Deprecated, use --calcite-size-3xs instead."
|
|
5017
|
+
},
|
|
5018
|
+
{
|
|
5019
|
+
"key": "{semantic.size.default.3xs}",
|
|
5020
|
+
"value": "0.75rem",
|
|
5021
|
+
"type": "dimension",
|
|
5022
|
+
"attributes": {
|
|
5023
|
+
"category": "size",
|
|
5024
|
+
"type": "size",
|
|
5025
|
+
"item": "default",
|
|
5026
|
+
"subitem": "3xs",
|
|
5027
|
+
"names": {
|
|
5028
|
+
"scss": "$calcite-size-3xs",
|
|
5029
|
+
"css": "var(--calcite-size-3xs)",
|
|
5030
|
+
"docs": "semantic.size.default.3xs",
|
|
5031
|
+
"es6": "calciteSize3xs"
|
|
5032
|
+
},
|
|
5033
|
+
"calcite-schema": {
|
|
5034
|
+
"system": "calcite",
|
|
5035
|
+
"tier": "semantic",
|
|
5036
|
+
"type": "dimension"
|
|
5037
|
+
}
|
|
5038
|
+
},
|
|
5039
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
5040
|
+
"isSource": true,
|
|
5041
|
+
"name": "Size 3xs",
|
|
5042
|
+
"path": ["semantic", "size", "default", "3xs"]
|
|
4893
5043
|
},
|
|
4894
5044
|
{
|
|
4895
5045
|
"key": "{semantic.size.default.xxs}",
|
|
@@ -4897,9 +5047,17 @@
|
|
|
4897
5047
|
"type": "dimension",
|
|
4898
5048
|
"attributes": {
|
|
4899
5049
|
"category": "size",
|
|
4900
|
-
"type": "
|
|
5050
|
+
"type": "dimension",
|
|
4901
5051
|
"item": "default",
|
|
4902
5052
|
"subitem": "xxs",
|
|
5053
|
+
"value": "14px",
|
|
5054
|
+
"description": "Deprecated, use --calcite-size-2xs instead.",
|
|
5055
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
5056
|
+
"isSource": true,
|
|
5057
|
+
"key": "{semantic.size.default.xxs}",
|
|
5058
|
+
"name": "calcite-semantic-size-default-xxs",
|
|
5059
|
+
"path": ["semantic", "size", "default", "xxs"],
|
|
5060
|
+
"comment": "Deprecated, use --calcite-size-2xs instead.",
|
|
4903
5061
|
"names": {
|
|
4904
5062
|
"scss": "$calcite-size-xxs",
|
|
4905
5063
|
"css": "var(--calcite-size-xxs)",
|
|
@@ -4912,10 +5070,38 @@
|
|
|
4912
5070
|
"type": "dimension"
|
|
4913
5071
|
}
|
|
4914
5072
|
},
|
|
5073
|
+
"description": "Deprecated, use --calcite-size-2xs instead.",
|
|
4915
5074
|
"filePath": "src/tokens/semantic/size.json",
|
|
4916
5075
|
"isSource": true,
|
|
4917
5076
|
"name": "Size Xxs",
|
|
4918
|
-
"path": ["semantic", "size", "default", "xxs"]
|
|
5077
|
+
"path": ["semantic", "size", "default", "xxs"],
|
|
5078
|
+
"comment": "Deprecated, use --calcite-size-2xs instead."
|
|
5079
|
+
},
|
|
5080
|
+
{
|
|
5081
|
+
"key": "{semantic.size.default.2xs}",
|
|
5082
|
+
"value": "0.875rem",
|
|
5083
|
+
"type": "dimension",
|
|
5084
|
+
"attributes": {
|
|
5085
|
+
"category": "size",
|
|
5086
|
+
"type": "size",
|
|
5087
|
+
"item": "default",
|
|
5088
|
+
"subitem": "2xs",
|
|
5089
|
+
"names": {
|
|
5090
|
+
"scss": "$calcite-size-2xs",
|
|
5091
|
+
"css": "var(--calcite-size-2xs)",
|
|
5092
|
+
"docs": "semantic.size.default.2xs",
|
|
5093
|
+
"es6": "calciteSize2xs"
|
|
5094
|
+
},
|
|
5095
|
+
"calcite-schema": {
|
|
5096
|
+
"system": "calcite",
|
|
5097
|
+
"tier": "semantic",
|
|
5098
|
+
"type": "dimension"
|
|
5099
|
+
}
|
|
5100
|
+
},
|
|
5101
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
5102
|
+
"isSource": true,
|
|
5103
|
+
"name": "Size 2xs",
|
|
5104
|
+
"path": ["semantic", "size", "default", "2xs"]
|
|
4919
5105
|
},
|
|
4920
5106
|
{
|
|
4921
5107
|
"key": "{semantic.size.default.xs}",
|
|
@@ -5053,9 +5239,17 @@
|
|
|
5053
5239
|
"type": "dimension",
|
|
5054
5240
|
"attributes": {
|
|
5055
5241
|
"category": "size",
|
|
5056
|
-
"type": "
|
|
5242
|
+
"type": "dimension",
|
|
5057
5243
|
"item": "default",
|
|
5058
5244
|
"subitem": "xxl",
|
|
5245
|
+
"value": "64px",
|
|
5246
|
+
"description": "Deprecated, use --calcite-size-2xl instead.",
|
|
5247
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
5248
|
+
"isSource": true,
|
|
5249
|
+
"key": "{semantic.size.default.xxl}",
|
|
5250
|
+
"name": "calcite-semantic-size-default-xxl",
|
|
5251
|
+
"path": ["semantic", "size", "default", "xxl"],
|
|
5252
|
+
"comment": "Deprecated, use --calcite-size-2xl instead.",
|
|
5059
5253
|
"names": {
|
|
5060
5254
|
"scss": "$calcite-size-xxl",
|
|
5061
5255
|
"css": "var(--calcite-size-xxl)",
|
|
@@ -5068,10 +5262,38 @@
|
|
|
5068
5262
|
"type": "dimension"
|
|
5069
5263
|
}
|
|
5070
5264
|
},
|
|
5265
|
+
"description": "Deprecated, use --calcite-size-2xl instead.",
|
|
5071
5266
|
"filePath": "src/tokens/semantic/size.json",
|
|
5072
5267
|
"isSource": true,
|
|
5073
5268
|
"name": "Size Xxl",
|
|
5074
|
-
"path": ["semantic", "size", "default", "xxl"]
|
|
5269
|
+
"path": ["semantic", "size", "default", "xxl"],
|
|
5270
|
+
"comment": "Deprecated, use --calcite-size-2xl instead."
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
"key": "{semantic.size.default.2xl}",
|
|
5274
|
+
"value": "4rem",
|
|
5275
|
+
"type": "dimension",
|
|
5276
|
+
"attributes": {
|
|
5277
|
+
"category": "size",
|
|
5278
|
+
"type": "size",
|
|
5279
|
+
"item": "default",
|
|
5280
|
+
"subitem": "2xl",
|
|
5281
|
+
"names": {
|
|
5282
|
+
"scss": "$calcite-size-2xl",
|
|
5283
|
+
"css": "var(--calcite-size-2xl)",
|
|
5284
|
+
"docs": "semantic.size.default.2xl",
|
|
5285
|
+
"es6": "calciteSize2xl"
|
|
5286
|
+
},
|
|
5287
|
+
"calcite-schema": {
|
|
5288
|
+
"system": "calcite",
|
|
5289
|
+
"tier": "semantic",
|
|
5290
|
+
"type": "dimension"
|
|
5291
|
+
}
|
|
5292
|
+
},
|
|
5293
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
5294
|
+
"isSource": true,
|
|
5295
|
+
"name": "Size 2xl",
|
|
5296
|
+
"path": ["semantic", "size", "default", "2xl"]
|
|
5075
5297
|
},
|
|
5076
5298
|
{
|
|
5077
5299
|
"key": "{semantic.size.default.xxxl}",
|
|
@@ -5079,9 +5301,17 @@
|
|
|
5079
5301
|
"type": "dimension",
|
|
5080
5302
|
"attributes": {
|
|
5081
5303
|
"category": "size",
|
|
5082
|
-
"type": "
|
|
5304
|
+
"type": "dimension",
|
|
5083
5305
|
"item": "default",
|
|
5084
5306
|
"subitem": "xxxl",
|
|
5307
|
+
"value": "96px",
|
|
5308
|
+
"description": "Deprecated, use --calcite-size-3xl instead.",
|
|
5309
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
5310
|
+
"isSource": true,
|
|
5311
|
+
"key": "{semantic.size.default.xxxl}",
|
|
5312
|
+
"name": "calcite-semantic-size-default-xxxl",
|
|
5313
|
+
"path": ["semantic", "size", "default", "xxxl"],
|
|
5314
|
+
"comment": "Deprecated, use --calcite-size-3xl instead.",
|
|
5085
5315
|
"names": {
|
|
5086
5316
|
"scss": "$calcite-size-xxxl",
|
|
5087
5317
|
"css": "var(--calcite-size-xxxl)",
|
|
@@ -5094,10 +5324,38 @@
|
|
|
5094
5324
|
"type": "dimension"
|
|
5095
5325
|
}
|
|
5096
5326
|
},
|
|
5327
|
+
"description": "Deprecated, use --calcite-size-3xl instead.",
|
|
5097
5328
|
"filePath": "src/tokens/semantic/size.json",
|
|
5098
5329
|
"isSource": true,
|
|
5099
5330
|
"name": "Size Xxxl",
|
|
5100
|
-
"path": ["semantic", "size", "default", "xxxl"]
|
|
5331
|
+
"path": ["semantic", "size", "default", "xxxl"],
|
|
5332
|
+
"comment": "Deprecated, use --calcite-size-3xl instead."
|
|
5333
|
+
},
|
|
5334
|
+
{
|
|
5335
|
+
"key": "{semantic.size.default.3xl}",
|
|
5336
|
+
"value": "6rem",
|
|
5337
|
+
"type": "dimension",
|
|
5338
|
+
"attributes": {
|
|
5339
|
+
"category": "size",
|
|
5340
|
+
"type": "size",
|
|
5341
|
+
"item": "default",
|
|
5342
|
+
"subitem": "3xl",
|
|
5343
|
+
"names": {
|
|
5344
|
+
"scss": "$calcite-size-3xl",
|
|
5345
|
+
"css": "var(--calcite-size-3xl)",
|
|
5346
|
+
"docs": "semantic.size.default.3xl",
|
|
5347
|
+
"es6": "calciteSize3xl"
|
|
5348
|
+
},
|
|
5349
|
+
"calcite-schema": {
|
|
5350
|
+
"system": "calcite",
|
|
5351
|
+
"tier": "semantic",
|
|
5352
|
+
"type": "dimension"
|
|
5353
|
+
}
|
|
5354
|
+
},
|
|
5355
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
5356
|
+
"isSource": true,
|
|
5357
|
+
"name": "Size 3xl",
|
|
5358
|
+
"path": ["semantic", "size", "default", "3xl"]
|
|
5101
5359
|
},
|
|
5102
5360
|
{
|
|
5103
5361
|
"key": "{semantic.spacing.fixed.xxs}",
|
package/dist/docs/light.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1765409950028,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.color.background.default}",
|
|
@@ -1267,7 +1267,6 @@
|
|
|
1267
1267
|
"attributes": {
|
|
1268
1268
|
"category": "color",
|
|
1269
1269
|
"group": "focus",
|
|
1270
|
-
"scope": "component",
|
|
1271
1270
|
"type": "color",
|
|
1272
1271
|
"item": "focus",
|
|
1273
1272
|
"subitem": "default",
|
package/dist/docs/semantic.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1765409950789,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.border.width.none}",
|
|
@@ -857,9 +857,17 @@
|
|
|
857
857
|
"attributes": {
|
|
858
858
|
"category": "font",
|
|
859
859
|
"group": "size",
|
|
860
|
-
"type": "
|
|
860
|
+
"type": "fontSize",
|
|
861
861
|
"item": "size",
|
|
862
862
|
"subitem": "xxl",
|
|
863
|
+
"value": "24px",
|
|
864
|
+
"description": "Deprecated, use --calcite-font-size-2xl instead.",
|
|
865
|
+
"filePath": "src/tokens/semantic/font.json",
|
|
866
|
+
"isSource": true,
|
|
867
|
+
"key": "{semantic.font.size.xxl}",
|
|
868
|
+
"name": "calcite-semantic-font-size-xxl",
|
|
869
|
+
"path": ["semantic", "font", "size", "xxl"],
|
|
870
|
+
"comment": "Deprecated, use --calcite-font-size-2xl instead.",
|
|
863
871
|
"names": {
|
|
864
872
|
"scss": "$calcite-font-size-xxl",
|
|
865
873
|
"css": "var(--calcite-font-size-xxl)",
|
|
@@ -872,10 +880,39 @@
|
|
|
872
880
|
"type": "fontSize"
|
|
873
881
|
}
|
|
874
882
|
},
|
|
883
|
+
"description": "Deprecated, use --calcite-font-size-2xl instead.",
|
|
875
884
|
"filePath": "src/tokens/semantic/font.json",
|
|
876
885
|
"isSource": true,
|
|
877
886
|
"name": "Font Size Xxl",
|
|
878
|
-
"path": ["semantic", "font", "size", "xxl"]
|
|
887
|
+
"path": ["semantic", "font", "size", "xxl"],
|
|
888
|
+
"comment": "Deprecated, use --calcite-font-size-2xl instead."
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"key": "{semantic.font.size.2xl}",
|
|
892
|
+
"value": "24px",
|
|
893
|
+
"type": "fontSize",
|
|
894
|
+
"attributes": {
|
|
895
|
+
"category": "font",
|
|
896
|
+
"group": "size",
|
|
897
|
+
"type": "font",
|
|
898
|
+
"item": "size",
|
|
899
|
+
"subitem": "2xl",
|
|
900
|
+
"names": {
|
|
901
|
+
"scss": "$calcite-font-size-2xl",
|
|
902
|
+
"css": "var(--calcite-font-size-2xl)",
|
|
903
|
+
"docs": "semantic.font.size.2xl",
|
|
904
|
+
"es6": "calciteFontSize2xl"
|
|
905
|
+
},
|
|
906
|
+
"calcite-schema": {
|
|
907
|
+
"system": "calcite",
|
|
908
|
+
"tier": "semantic",
|
|
909
|
+
"type": "fontSize"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
"filePath": "src/tokens/semantic/font.json",
|
|
913
|
+
"isSource": true,
|
|
914
|
+
"name": "Font Size 2xl",
|
|
915
|
+
"path": ["semantic", "font", "size", "2xl"]
|
|
879
916
|
},
|
|
880
917
|
{
|
|
881
918
|
"key": "{semantic.font.size.relative.xs}",
|
|
@@ -3118,9 +3155,17 @@
|
|
|
3118
3155
|
"type": "dimension",
|
|
3119
3156
|
"attributes": {
|
|
3120
3157
|
"category": "size",
|
|
3121
|
-
"type": "
|
|
3158
|
+
"type": "dimension",
|
|
3122
3159
|
"item": "default",
|
|
3123
3160
|
"subitem": "xxxs",
|
|
3161
|
+
"value": "12px",
|
|
3162
|
+
"description": "Deprecated, use --calcite-size-3xs instead.",
|
|
3163
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
3164
|
+
"isSource": true,
|
|
3165
|
+
"key": "{semantic.size.default.xxxs}",
|
|
3166
|
+
"name": "calcite-semantic-size-default-xxxs",
|
|
3167
|
+
"path": ["semantic", "size", "default", "xxxs"],
|
|
3168
|
+
"comment": "Deprecated, use --calcite-size-3xs instead.",
|
|
3124
3169
|
"names": {
|
|
3125
3170
|
"scss": "$calcite-size-xxxs",
|
|
3126
3171
|
"css": "var(--calcite-size-xxxs)",
|
|
@@ -3133,10 +3178,38 @@
|
|
|
3133
3178
|
"type": "dimension"
|
|
3134
3179
|
}
|
|
3135
3180
|
},
|
|
3181
|
+
"description": "Deprecated, use --calcite-size-3xs instead.",
|
|
3136
3182
|
"filePath": "src/tokens/semantic/size.json",
|
|
3137
3183
|
"isSource": true,
|
|
3138
3184
|
"name": "Size Xxxs",
|
|
3139
|
-
"path": ["semantic", "size", "default", "xxxs"]
|
|
3185
|
+
"path": ["semantic", "size", "default", "xxxs"],
|
|
3186
|
+
"comment": "Deprecated, use --calcite-size-3xs instead."
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"key": "{semantic.size.default.3xs}",
|
|
3190
|
+
"value": "0.75rem",
|
|
3191
|
+
"type": "dimension",
|
|
3192
|
+
"attributes": {
|
|
3193
|
+
"category": "size",
|
|
3194
|
+
"type": "size",
|
|
3195
|
+
"item": "default",
|
|
3196
|
+
"subitem": "3xs",
|
|
3197
|
+
"names": {
|
|
3198
|
+
"scss": "$calcite-size-3xs",
|
|
3199
|
+
"css": "var(--calcite-size-3xs)",
|
|
3200
|
+
"docs": "semantic.size.default.3xs",
|
|
3201
|
+
"es6": "calciteSize3xs"
|
|
3202
|
+
},
|
|
3203
|
+
"calcite-schema": {
|
|
3204
|
+
"system": "calcite",
|
|
3205
|
+
"tier": "semantic",
|
|
3206
|
+
"type": "dimension"
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3209
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
3210
|
+
"isSource": true,
|
|
3211
|
+
"name": "Size 3xs",
|
|
3212
|
+
"path": ["semantic", "size", "default", "3xs"]
|
|
3140
3213
|
},
|
|
3141
3214
|
{
|
|
3142
3215
|
"key": "{semantic.size.default.xxs}",
|
|
@@ -3144,9 +3217,17 @@
|
|
|
3144
3217
|
"type": "dimension",
|
|
3145
3218
|
"attributes": {
|
|
3146
3219
|
"category": "size",
|
|
3147
|
-
"type": "
|
|
3220
|
+
"type": "dimension",
|
|
3148
3221
|
"item": "default",
|
|
3149
3222
|
"subitem": "xxs",
|
|
3223
|
+
"value": "14px",
|
|
3224
|
+
"description": "Deprecated, use --calcite-size-2xs instead.",
|
|
3225
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
3226
|
+
"isSource": true,
|
|
3227
|
+
"key": "{semantic.size.default.xxs}",
|
|
3228
|
+
"name": "calcite-semantic-size-default-xxs",
|
|
3229
|
+
"path": ["semantic", "size", "default", "xxs"],
|
|
3230
|
+
"comment": "Deprecated, use --calcite-size-2xs instead.",
|
|
3150
3231
|
"names": {
|
|
3151
3232
|
"scss": "$calcite-size-xxs",
|
|
3152
3233
|
"css": "var(--calcite-size-xxs)",
|
|
@@ -3159,10 +3240,38 @@
|
|
|
3159
3240
|
"type": "dimension"
|
|
3160
3241
|
}
|
|
3161
3242
|
},
|
|
3243
|
+
"description": "Deprecated, use --calcite-size-2xs instead.",
|
|
3162
3244
|
"filePath": "src/tokens/semantic/size.json",
|
|
3163
3245
|
"isSource": true,
|
|
3164
3246
|
"name": "Size Xxs",
|
|
3165
|
-
"path": ["semantic", "size", "default", "xxs"]
|
|
3247
|
+
"path": ["semantic", "size", "default", "xxs"],
|
|
3248
|
+
"comment": "Deprecated, use --calcite-size-2xs instead."
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"key": "{semantic.size.default.2xs}",
|
|
3252
|
+
"value": "0.875rem",
|
|
3253
|
+
"type": "dimension",
|
|
3254
|
+
"attributes": {
|
|
3255
|
+
"category": "size",
|
|
3256
|
+
"type": "size",
|
|
3257
|
+
"item": "default",
|
|
3258
|
+
"subitem": "2xs",
|
|
3259
|
+
"names": {
|
|
3260
|
+
"scss": "$calcite-size-2xs",
|
|
3261
|
+
"css": "var(--calcite-size-2xs)",
|
|
3262
|
+
"docs": "semantic.size.default.2xs",
|
|
3263
|
+
"es6": "calciteSize2xs"
|
|
3264
|
+
},
|
|
3265
|
+
"calcite-schema": {
|
|
3266
|
+
"system": "calcite",
|
|
3267
|
+
"tier": "semantic",
|
|
3268
|
+
"type": "dimension"
|
|
3269
|
+
}
|
|
3270
|
+
},
|
|
3271
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
3272
|
+
"isSource": true,
|
|
3273
|
+
"name": "Size 2xs",
|
|
3274
|
+
"path": ["semantic", "size", "default", "2xs"]
|
|
3166
3275
|
},
|
|
3167
3276
|
{
|
|
3168
3277
|
"key": "{semantic.size.default.xs}",
|
|
@@ -3300,9 +3409,17 @@
|
|
|
3300
3409
|
"type": "dimension",
|
|
3301
3410
|
"attributes": {
|
|
3302
3411
|
"category": "size",
|
|
3303
|
-
"type": "
|
|
3412
|
+
"type": "dimension",
|
|
3304
3413
|
"item": "default",
|
|
3305
3414
|
"subitem": "xxl",
|
|
3415
|
+
"value": "64px",
|
|
3416
|
+
"description": "Deprecated, use --calcite-size-2xl instead.",
|
|
3417
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
3418
|
+
"isSource": true,
|
|
3419
|
+
"key": "{semantic.size.default.xxl}",
|
|
3420
|
+
"name": "calcite-semantic-size-default-xxl",
|
|
3421
|
+
"path": ["semantic", "size", "default", "xxl"],
|
|
3422
|
+
"comment": "Deprecated, use --calcite-size-2xl instead.",
|
|
3306
3423
|
"names": {
|
|
3307
3424
|
"scss": "$calcite-size-xxl",
|
|
3308
3425
|
"css": "var(--calcite-size-xxl)",
|
|
@@ -3315,10 +3432,38 @@
|
|
|
3315
3432
|
"type": "dimension"
|
|
3316
3433
|
}
|
|
3317
3434
|
},
|
|
3435
|
+
"description": "Deprecated, use --calcite-size-2xl instead.",
|
|
3318
3436
|
"filePath": "src/tokens/semantic/size.json",
|
|
3319
3437
|
"isSource": true,
|
|
3320
3438
|
"name": "Size Xxl",
|
|
3321
|
-
"path": ["semantic", "size", "default", "xxl"]
|
|
3439
|
+
"path": ["semantic", "size", "default", "xxl"],
|
|
3440
|
+
"comment": "Deprecated, use --calcite-size-2xl instead."
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"key": "{semantic.size.default.2xl}",
|
|
3444
|
+
"value": "4rem",
|
|
3445
|
+
"type": "dimension",
|
|
3446
|
+
"attributes": {
|
|
3447
|
+
"category": "size",
|
|
3448
|
+
"type": "size",
|
|
3449
|
+
"item": "default",
|
|
3450
|
+
"subitem": "2xl",
|
|
3451
|
+
"names": {
|
|
3452
|
+
"scss": "$calcite-size-2xl",
|
|
3453
|
+
"css": "var(--calcite-size-2xl)",
|
|
3454
|
+
"docs": "semantic.size.default.2xl",
|
|
3455
|
+
"es6": "calciteSize2xl"
|
|
3456
|
+
},
|
|
3457
|
+
"calcite-schema": {
|
|
3458
|
+
"system": "calcite",
|
|
3459
|
+
"tier": "semantic",
|
|
3460
|
+
"type": "dimension"
|
|
3461
|
+
}
|
|
3462
|
+
},
|
|
3463
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
3464
|
+
"isSource": true,
|
|
3465
|
+
"name": "Size 2xl",
|
|
3466
|
+
"path": ["semantic", "size", "default", "2xl"]
|
|
3322
3467
|
},
|
|
3323
3468
|
{
|
|
3324
3469
|
"key": "{semantic.size.default.xxxl}",
|
|
@@ -3326,9 +3471,17 @@
|
|
|
3326
3471
|
"type": "dimension",
|
|
3327
3472
|
"attributes": {
|
|
3328
3473
|
"category": "size",
|
|
3329
|
-
"type": "
|
|
3474
|
+
"type": "dimension",
|
|
3330
3475
|
"item": "default",
|
|
3331
3476
|
"subitem": "xxxl",
|
|
3477
|
+
"value": "96px",
|
|
3478
|
+
"description": "Deprecated, use --calcite-size-3xl instead.",
|
|
3479
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
3480
|
+
"isSource": true,
|
|
3481
|
+
"key": "{semantic.size.default.xxxl}",
|
|
3482
|
+
"name": "calcite-semantic-size-default-xxxl",
|
|
3483
|
+
"path": ["semantic", "size", "default", "xxxl"],
|
|
3484
|
+
"comment": "Deprecated, use --calcite-size-3xl instead.",
|
|
3332
3485
|
"names": {
|
|
3333
3486
|
"scss": "$calcite-size-xxxl",
|
|
3334
3487
|
"css": "var(--calcite-size-xxxl)",
|
|
@@ -3341,10 +3494,38 @@
|
|
|
3341
3494
|
"type": "dimension"
|
|
3342
3495
|
}
|
|
3343
3496
|
},
|
|
3497
|
+
"description": "Deprecated, use --calcite-size-3xl instead.",
|
|
3344
3498
|
"filePath": "src/tokens/semantic/size.json",
|
|
3345
3499
|
"isSource": true,
|
|
3346
3500
|
"name": "Size Xxxl",
|
|
3347
|
-
"path": ["semantic", "size", "default", "xxxl"]
|
|
3501
|
+
"path": ["semantic", "size", "default", "xxxl"],
|
|
3502
|
+
"comment": "Deprecated, use --calcite-size-3xl instead."
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"key": "{semantic.size.default.3xl}",
|
|
3506
|
+
"value": "6rem",
|
|
3507
|
+
"type": "dimension",
|
|
3508
|
+
"attributes": {
|
|
3509
|
+
"category": "size",
|
|
3510
|
+
"type": "size",
|
|
3511
|
+
"item": "default",
|
|
3512
|
+
"subitem": "3xl",
|
|
3513
|
+
"names": {
|
|
3514
|
+
"scss": "$calcite-size-3xl",
|
|
3515
|
+
"css": "var(--calcite-size-3xl)",
|
|
3516
|
+
"docs": "semantic.size.default.3xl",
|
|
3517
|
+
"es6": "calciteSize3xl"
|
|
3518
|
+
},
|
|
3519
|
+
"calcite-schema": {
|
|
3520
|
+
"system": "calcite",
|
|
3521
|
+
"tier": "semantic",
|
|
3522
|
+
"type": "dimension"
|
|
3523
|
+
}
|
|
3524
|
+
},
|
|
3525
|
+
"filePath": "src/tokens/semantic/size.json",
|
|
3526
|
+
"isSource": true,
|
|
3527
|
+
"name": "Size 3xl",
|
|
3528
|
+
"path": ["semantic", "size", "default", "3xl"]
|
|
3348
3529
|
},
|
|
3349
3530
|
{
|
|
3350
3531
|
"key": "{semantic.spacing.fixed.xxs}",
|
|
@@ -3,8 +3,10 @@
|
|
|
3
3
|
* Do not edit directly, this file was auto-generated.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
/** Small handheld devices and mini-windows */
|
|
6
|
+
/** Deprecated, use --calcite-container-size-height-2xs-min|max instead. Small handheld devices and mini-windows */
|
|
7
7
|
export const calciteContainerSizeHeightXxs: { min: string; max: string };
|
|
8
|
+
/** Small handheld devices and mini-windows */
|
|
9
|
+
export const calciteContainerSizeHeight2xs: { min: string; max: string };
|
|
8
10
|
/** Handheld devices */
|
|
9
11
|
export const calciteContainerSizeHeightXs: { min: string; max: string };
|
|
10
12
|
/** Small tablets */
|
|
@@ -15,8 +17,10 @@ export const calciteContainerSizeHeightMd: { min: string; max: string };
|
|
|
15
17
|
export const calciteContainerSizeHeightLg: { min: string; max: string };
|
|
16
18
|
/** Projectors and televisions */
|
|
17
19
|
export const calciteContainerSizeHeightXl: { min: string };
|
|
18
|
-
/** Small handheld devices and mini-windows */
|
|
20
|
+
/** Deprecated, use --calcite-container-size-width-2xs-min|max instead. Small handheld devices and mini-windows */
|
|
19
21
|
export const calciteContainerSizeWidthXxs: { min: string; max: string };
|
|
22
|
+
/** Small handheld devices and mini-windows */
|
|
23
|
+
export const calciteContainerSizeWidth2xs: { min: string; max: string };
|
|
20
24
|
/** Handheld devices */
|
|
21
25
|
export const calciteContainerSizeWidthXs: { min: string; max: string };
|
|
22
26
|
/** Small tablets */
|
package/dist/es6/breakpoints.js
CHANGED
|
@@ -3,13 +3,15 @@
|
|
|
3
3
|
* Do not edit directly, this file was auto-generated.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export const calciteContainerSizeHeightXxs = { min: "0", max: "154px" }; // Small handheld devices and mini-windows
|
|
6
|
+
export const calciteContainerSizeHeightXxs = { min: "0", max: "154px" }; // Deprecated, use --calcite-container-size-height-2xs-min|max instead. Small handheld devices and mini-windows
|
|
7
|
+
export const calciteContainerSizeHeight2xs = { min: "0", max: "154px" }; // Small handheld devices and mini-windows
|
|
7
8
|
export const calciteContainerSizeHeightXs = { min: "155px", max: "328px" }; // Handheld devices
|
|
8
9
|
export const calciteContainerSizeHeightSm = { min: "329px", max: "504px" }; // Small tablets
|
|
9
10
|
export const calciteContainerSizeHeightMd = { min: "505px", max: "678px" }; // Small laptops
|
|
10
11
|
export const calciteContainerSizeHeightLg = { min: "679px", max: "854px" }; // Large laptops and desktop computers
|
|
11
12
|
export const calciteContainerSizeHeightXl = { min: "855px" }; // Projectors and televisions
|
|
12
|
-
export const calciteContainerSizeWidthXxs = { min: "0", max: "320px" }; // Small handheld devices and mini-windows
|
|
13
|
+
export const calciteContainerSizeWidthXxs = { min: "0", max: "320px" }; // Deprecated, use --calcite-container-size-width-2xs-min|max instead. Small handheld devices and mini-windows
|
|
14
|
+
export const calciteContainerSizeWidth2xs = { min: "0", max: "320px" }; // Small handheld devices and mini-windows
|
|
13
15
|
export const calciteContainerSizeWidthXs = { min: "321px", max: "476px" }; // Handheld devices
|
|
14
16
|
export const calciteContainerSizeWidthSm = { min: "477px", max: "768px" }; // Small tablets
|
|
15
17
|
export const calciteContainerSizeWidthMd = { min: "769px", max: "1152px" }; // Small laptops
|
package/dist/es6/global.d.ts
CHANGED
|
@@ -61,8 +61,10 @@ export const calciteBorderWidthNone: string;
|
|
|
61
61
|
export const calciteBorderWidthSm: string;
|
|
62
62
|
export const calciteBorderWidthMd: string;
|
|
63
63
|
export const calciteBorderWidthLg: string;
|
|
64
|
-
/** Small handheld devices and mini-windows */
|
|
64
|
+
/** Deprecated, use --calcite-container-size-height-2xs-min|max instead. Small handheld devices and mini-windows */
|
|
65
65
|
export const calciteContainerSizeHeightXxs: { min: string; max: string };
|
|
66
|
+
/** Small handheld devices and mini-windows */
|
|
67
|
+
export const calciteContainerSizeHeight2xs: { min: string; max: string };
|
|
66
68
|
/** Handheld devices */
|
|
67
69
|
export const calciteContainerSizeHeightXs: { min: string; max: string };
|
|
68
70
|
/** Small tablets */
|
|
@@ -73,8 +75,10 @@ export const calciteContainerSizeHeightMd: { min: string; max: string };
|
|
|
73
75
|
export const calciteContainerSizeHeightLg: { min: string; max: string };
|
|
74
76
|
/** Projectors and televisions */
|
|
75
77
|
export const calciteContainerSizeHeightXl: { min: string };
|
|
76
|
-
/** Small handheld devices and mini-windows */
|
|
78
|
+
/** Deprecated, use --calcite-container-size-width-2xs-min|max instead. Small handheld devices and mini-windows */
|
|
77
79
|
export const calciteContainerSizeWidthXxs: { min: string; max: string };
|
|
80
|
+
/** Small handheld devices and mini-windows */
|
|
81
|
+
export const calciteContainerSizeWidth2xs: { min: string; max: string };
|
|
78
82
|
/** Handheld devices */
|
|
79
83
|
export const calciteContainerSizeWidthXs: { min: string; max: string };
|
|
80
84
|
/** Small tablets */
|
|
@@ -118,7 +122,9 @@ export const calciteFontSize: string;
|
|
|
118
122
|
export const calciteFontSizeMd: string;
|
|
119
123
|
export const calciteFontSizeLg: string;
|
|
120
124
|
export const calciteFontSizeXl: string;
|
|
125
|
+
/** Deprecated, use --calcite-font-size-2xl instead. */
|
|
121
126
|
export const calciteFontSizeXxl: string;
|
|
127
|
+
export const calciteFontSize2xl: string;
|
|
122
128
|
export const calciteFontSizeRelativeXs: string;
|
|
123
129
|
export const calciteFontSizeRelativeSm: string;
|
|
124
130
|
export const calciteFontSizeRelativeBase: string;
|
|
@@ -237,15 +243,23 @@ export const calciteSizeFixedXxl: string;
|
|
|
237
243
|
/** deprecated */
|
|
238
244
|
export const calciteSizeFixedXxxl: string;
|
|
239
245
|
export const calciteSizePx: string;
|
|
246
|
+
/** Deprecated, use --calcite-size-3xs instead. */
|
|
240
247
|
export const calciteSizeXxxs: string;
|
|
248
|
+
export const calciteSize3xs: string;
|
|
249
|
+
/** Deprecated, use --calcite-size-2xs instead. */
|
|
241
250
|
export const calciteSizeXxs: string;
|
|
251
|
+
export const calciteSize2xs: string;
|
|
242
252
|
export const calciteSizeXs: string;
|
|
243
253
|
export const calciteSizeSm: string;
|
|
244
254
|
export const calciteSizeMd: string;
|
|
245
255
|
export const calciteSizeLg: string;
|
|
246
256
|
export const calciteSizeXl: string;
|
|
257
|
+
/** Deprecated, use --calcite-size-2xl instead. */
|
|
247
258
|
export const calciteSizeXxl: string;
|
|
259
|
+
export const calciteSize2xl: string;
|
|
260
|
+
/** Deprecated, use --calcite-size-3xl instead. */
|
|
248
261
|
export const calciteSizeXxxl: string;
|
|
262
|
+
export const calciteSize3xl: string;
|
|
249
263
|
/** deprecated */
|
|
250
264
|
export const calciteSpacingFixedXxs: string;
|
|
251
265
|
/** deprecated */
|
package/dist/es6/global.js
CHANGED
|
@@ -111,13 +111,15 @@ export const calciteBorderWidthNone = "0";
|
|
|
111
111
|
export const calciteBorderWidthSm = "1px";
|
|
112
112
|
export const calciteBorderWidthMd = "2px";
|
|
113
113
|
export const calciteBorderWidthLg = "4px";
|
|
114
|
-
export const calciteContainerSizeHeightXxs = { min: "0", max: "154px" }; // Small handheld devices and mini-windows
|
|
114
|
+
export const calciteContainerSizeHeightXxs = { min: "0", max: "154px" }; // Deprecated, use --calcite-container-size-height-2xs-min|max instead. Small handheld devices and mini-windows
|
|
115
|
+
export const calciteContainerSizeHeight2xs = { min: "0", max: "154px" }; // Small handheld devices and mini-windows
|
|
115
116
|
export const calciteContainerSizeHeightXs = { min: "155px", max: "328px" }; // Handheld devices
|
|
116
117
|
export const calciteContainerSizeHeightSm = { min: "329px", max: "504px" }; // Small tablets
|
|
117
118
|
export const calciteContainerSizeHeightMd = { min: "505px", max: "678px" }; // Small laptops
|
|
118
119
|
export const calciteContainerSizeHeightLg = { min: "679px", max: "854px" }; // Large laptops and desktop computers
|
|
119
120
|
export const calciteContainerSizeHeightXl = { min: "855px" }; // Projectors and televisions
|
|
120
|
-
export const calciteContainerSizeWidthXxs = { min: "0", max: "320px" }; // Small handheld devices and mini-windows
|
|
121
|
+
export const calciteContainerSizeWidthXxs = { min: "0", max: "320px" }; // Deprecated, use --calcite-container-size-width-2xs-min|max instead. Small handheld devices and mini-windows
|
|
122
|
+
export const calciteContainerSizeWidth2xs = { min: "0", max: "320px" }; // Small handheld devices and mini-windows
|
|
121
123
|
export const calciteContainerSizeWidthXs = { min: "321px", max: "476px" }; // Handheld devices
|
|
122
124
|
export const calciteContainerSizeWidthSm = { min: "477px", max: "768px" }; // Small tablets
|
|
123
125
|
export const calciteContainerSizeWidthMd = { min: "769px", max: "1152px" }; // Small laptops
|
|
@@ -159,7 +161,8 @@ export const calciteFontSize = "14px";
|
|
|
159
161
|
export const calciteFontSizeMd = "16px";
|
|
160
162
|
export const calciteFontSizeLg = "18px";
|
|
161
163
|
export const calciteFontSizeXl = "20px";
|
|
162
|
-
export const calciteFontSizeXxl = "24px";
|
|
164
|
+
export const calciteFontSizeXxl = "24px"; // Deprecated, use --calcite-font-size-2xl instead.
|
|
165
|
+
export const calciteFontSize2xl = "24px";
|
|
163
166
|
export const calciteFontSizeRelativeXs = "0.625rem";
|
|
164
167
|
export const calciteFontSizeRelativeSm = "0.75rem";
|
|
165
168
|
export const calciteFontSizeRelativeBase = "0.875rem";
|
|
@@ -249,15 +252,19 @@ export const calciteSizeFixedXl = "20px"; // deprecated
|
|
|
249
252
|
export const calciteSizeFixedXxl = "24px"; // deprecated
|
|
250
253
|
export const calciteSizeFixedXxxl = "32px"; // deprecated
|
|
251
254
|
export const calciteSizePx = "1px";
|
|
252
|
-
export const calciteSizeXxxs = "0.75rem";
|
|
253
|
-
export const
|
|
255
|
+
export const calciteSizeXxxs = "0.75rem"; // Deprecated, use --calcite-size-3xs instead.
|
|
256
|
+
export const calciteSize3xs = "0.75rem";
|
|
257
|
+
export const calciteSizeXxs = "0.875rem"; // Deprecated, use --calcite-size-2xs instead.
|
|
258
|
+
export const calciteSize2xs = "0.875rem";
|
|
254
259
|
export const calciteSizeXs = "1rem";
|
|
255
260
|
export const calciteSizeSm = "1.5rem";
|
|
256
261
|
export const calciteSizeMd = "2rem";
|
|
257
262
|
export const calciteSizeLg = "2.75rem";
|
|
258
263
|
export const calciteSizeXl = "3rem";
|
|
259
|
-
export const calciteSizeXxl = "4rem";
|
|
260
|
-
export const
|
|
264
|
+
export const calciteSizeXxl = "4rem"; // Deprecated, use --calcite-size-2xl instead.
|
|
265
|
+
export const calciteSize2xl = "4rem";
|
|
266
|
+
export const calciteSizeXxxl = "6rem"; // Deprecated, use --calcite-size-3xl instead.
|
|
267
|
+
export const calciteSize3xl = "6rem";
|
|
261
268
|
export const calciteSpacingFixedXxs = "4px"; // deprecated
|
|
262
269
|
export const calciteSpacingFixedXs = "6px"; // deprecated
|
|
263
270
|
export const calciteSpacingFixedSm = "8px"; // deprecated
|
package/dist/es6/semantic.d.ts
CHANGED
|
@@ -40,7 +40,9 @@ export const calciteFontSize: string;
|
|
|
40
40
|
export const calciteFontSizeMd: string;
|
|
41
41
|
export const calciteFontSizeLg: string;
|
|
42
42
|
export const calciteFontSizeXl: string;
|
|
43
|
+
/** Deprecated, use --calcite-font-size-2xl instead. */
|
|
43
44
|
export const calciteFontSizeXxl: string;
|
|
45
|
+
export const calciteFontSize2xl: string;
|
|
44
46
|
export const calciteFontSizeRelativeXs: string;
|
|
45
47
|
export const calciteFontSizeRelativeSm: string;
|
|
46
48
|
export const calciteFontSizeRelativeBase: string;
|
|
@@ -159,15 +161,23 @@ export const calciteSizeFixedXxl: string;
|
|
|
159
161
|
/** deprecated */
|
|
160
162
|
export const calciteSizeFixedXxxl: string;
|
|
161
163
|
export const calciteSizePx: string;
|
|
164
|
+
/** Deprecated, use --calcite-size-3xs instead. */
|
|
162
165
|
export const calciteSizeXxxs: string;
|
|
166
|
+
export const calciteSize3xs: string;
|
|
167
|
+
/** Deprecated, use --calcite-size-2xs instead. */
|
|
163
168
|
export const calciteSizeXxs: string;
|
|
169
|
+
export const calciteSize2xs: string;
|
|
164
170
|
export const calciteSizeXs: string;
|
|
165
171
|
export const calciteSizeSm: string;
|
|
166
172
|
export const calciteSizeMd: string;
|
|
167
173
|
export const calciteSizeLg: string;
|
|
168
174
|
export const calciteSizeXl: string;
|
|
175
|
+
/** Deprecated, use --calcite-size-2xl instead. */
|
|
169
176
|
export const calciteSizeXxl: string;
|
|
177
|
+
export const calciteSize2xl: string;
|
|
178
|
+
/** Deprecated, use --calcite-size-3xl instead. */
|
|
170
179
|
export const calciteSizeXxxl: string;
|
|
180
|
+
export const calciteSize3xl: string;
|
|
171
181
|
/** deprecated */
|
|
172
182
|
export const calciteSpacingFixedXxs: string;
|
|
173
183
|
/** deprecated */
|
package/dist/es6/semantic.js
CHANGED
|
@@ -43,7 +43,8 @@ export const calciteFontSize = "14px";
|
|
|
43
43
|
export const calciteFontSizeMd = "16px";
|
|
44
44
|
export const calciteFontSizeLg = "18px";
|
|
45
45
|
export const calciteFontSizeXl = "20px";
|
|
46
|
-
export const calciteFontSizeXxl = "24px";
|
|
46
|
+
export const calciteFontSizeXxl = "24px"; // Deprecated, use --calcite-font-size-2xl instead.
|
|
47
|
+
export const calciteFontSize2xl = "24px";
|
|
47
48
|
export const calciteFontSizeRelativeXs = "0.625rem";
|
|
48
49
|
export const calciteFontSizeRelativeSm = "0.75rem";
|
|
49
50
|
export const calciteFontSizeRelativeBase = "0.875rem";
|
|
@@ -133,15 +134,19 @@ export const calciteSizeFixedXl = "20px"; // deprecated
|
|
|
133
134
|
export const calciteSizeFixedXxl = "24px"; // deprecated
|
|
134
135
|
export const calciteSizeFixedXxxl = "32px"; // deprecated
|
|
135
136
|
export const calciteSizePx = "1px";
|
|
136
|
-
export const calciteSizeXxxs = "0.75rem";
|
|
137
|
-
export const
|
|
137
|
+
export const calciteSizeXxxs = "0.75rem"; // Deprecated, use --calcite-size-3xs instead.
|
|
138
|
+
export const calciteSize3xs = "0.75rem";
|
|
139
|
+
export const calciteSizeXxs = "0.875rem"; // Deprecated, use --calcite-size-2xs instead.
|
|
140
|
+
export const calciteSize2xs = "0.875rem";
|
|
138
141
|
export const calciteSizeXs = "1rem";
|
|
139
142
|
export const calciteSizeSm = "1.5rem";
|
|
140
143
|
export const calciteSizeMd = "2rem";
|
|
141
144
|
export const calciteSizeLg = "2.75rem";
|
|
142
145
|
export const calciteSizeXl = "3rem";
|
|
143
|
-
export const calciteSizeXxl = "4rem";
|
|
144
|
-
export const
|
|
146
|
+
export const calciteSizeXxl = "4rem"; // Deprecated, use --calcite-size-2xl instead.
|
|
147
|
+
export const calciteSize2xl = "4rem";
|
|
148
|
+
export const calciteSizeXxxl = "6rem"; // Deprecated, use --calcite-size-3xl instead.
|
|
149
|
+
export const calciteSize3xl = "6rem";
|
|
145
150
|
export const calciteSpacingFixedXxs = "4px"; // deprecated
|
|
146
151
|
export const calciteSpacingFixedXs = "6px"; // deprecated
|
|
147
152
|
export const calciteSpacingFixedSm = "8px"; // deprecated
|
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
// Calcite Design System
|
|
3
3
|
// Do not edit directly, this file was auto-generated.
|
|
4
4
|
|
|
5
|
-
$calcite-container-size-height-xxs-min: 0; // Small handheld devices and mini-windows
|
|
6
|
-
$calcite-container-size-
|
|
7
|
-
$calcite-container-size-
|
|
5
|
+
$calcite-container-size-height-xxs-min: 0; // Deprecated, use --calcite-container-size-height-2xs-min|max instead. Small handheld devices and mini-windows
|
|
6
|
+
$calcite-container-size-height-2xs-min: 0; // Small handheld devices and mini-windows
|
|
7
|
+
$calcite-container-size-width-xxs-min: 0; // Deprecated, use --calcite-container-size-width-2xs-min|max instead. Small handheld devices and mini-windows
|
|
8
|
+
$calcite-container-size-width-2xs-min: 0; // Small handheld devices and mini-windows
|
|
9
|
+
$calcite-container-size-height-xxs-max: 154px; // Deprecated, use --calcite-container-size-height-2xs-min|max instead. Small handheld devices and mini-windows
|
|
10
|
+
$calcite-container-size-height-2xs-max: 154px; // Small handheld devices and mini-windows
|
|
8
11
|
$calcite-container-size-height-xs-min: 155px; // Handheld devices
|
|
9
12
|
$calcite-container-size-height-xs-max: 328px; // Handheld devices
|
|
10
13
|
$calcite-container-size-height-sm-min: 329px; // Small tablets
|
|
@@ -14,7 +17,8 @@ $calcite-container-size-height-md-max: 678px; // Small laptops
|
|
|
14
17
|
$calcite-container-size-height-lg-min: 679px; // Large laptops and desktop computers
|
|
15
18
|
$calcite-container-size-height-lg-max: 854px; // Large laptops and desktop computers
|
|
16
19
|
$calcite-container-size-height-xl-min: 855px; // Projectors and televisions
|
|
17
|
-
$calcite-container-size-width-xxs-max: 320px; // Small handheld devices and mini-windows
|
|
20
|
+
$calcite-container-size-width-xxs-max: 320px; // Deprecated, use --calcite-container-size-width-2xs-min|max instead. Small handheld devices and mini-windows
|
|
21
|
+
$calcite-container-size-width-2xs-max: 320px; // Small handheld devices and mini-windows
|
|
18
22
|
$calcite-container-size-width-xs-min: 321px; // Handheld devices
|
|
19
23
|
$calcite-container-size-width-xs-max: 476px; // Handheld devices
|
|
20
24
|
$calcite-container-size-width-sm-min: 477px; // Small tablets
|
package/dist/scss/global.scss
CHANGED
|
@@ -32,7 +32,8 @@ $calcite-font-size: 14px;
|
|
|
32
32
|
$calcite-font-size-md: 16px;
|
|
33
33
|
$calcite-font-size-lg: 18px;
|
|
34
34
|
$calcite-font-size-xl: 20px;
|
|
35
|
-
$calcite-font-size-xxl: 24px;
|
|
35
|
+
$calcite-font-size-xxl: 24px; // Deprecated, use --calcite-font-size-2xl instead.
|
|
36
|
+
$calcite-font-size-2xl: 24px;
|
|
36
37
|
$calcite-font-size-relative-xs: 0.625rem;
|
|
37
38
|
$calcite-font-size-relative-sm: 0.75rem;
|
|
38
39
|
$calcite-font-size-relative-base: 0.875rem;
|
|
@@ -101,15 +102,19 @@ $calcite-size-fixed-xl: 20px; // deprecated
|
|
|
101
102
|
$calcite-size-fixed-xxl: 24px; // deprecated
|
|
102
103
|
$calcite-size-fixed-xxxl: 32px; // deprecated
|
|
103
104
|
$calcite-size-px: 1px;
|
|
104
|
-
$calcite-size-xxxs: 0.75rem;
|
|
105
|
-
$calcite-size-
|
|
105
|
+
$calcite-size-xxxs: 0.75rem; // Deprecated, use --calcite-size-3xs instead.
|
|
106
|
+
$calcite-size-3xs: 0.75rem;
|
|
107
|
+
$calcite-size-xxs: 0.875rem; // Deprecated, use --calcite-size-2xs instead.
|
|
108
|
+
$calcite-size-2xs: 0.875rem;
|
|
106
109
|
$calcite-size-xs: 1rem;
|
|
107
110
|
$calcite-size-sm: 1.5rem;
|
|
108
111
|
$calcite-size-md: 2rem;
|
|
109
112
|
$calcite-size-lg: 2.75rem;
|
|
110
113
|
$calcite-size-xl: 3rem;
|
|
111
|
-
$calcite-size-xxl: 4rem;
|
|
112
|
-
$calcite-size-
|
|
114
|
+
$calcite-size-xxl: 4rem; // Deprecated, use --calcite-size-2xl instead.
|
|
115
|
+
$calcite-size-2xl: 4rem;
|
|
116
|
+
$calcite-size-xxxl: 6rem; // Deprecated, use --calcite-size-3xl instead.
|
|
117
|
+
$calcite-size-3xl: 6rem;
|
|
113
118
|
$calcite-spacing-fixed-xxs: 4px; // deprecated
|
|
114
119
|
$calcite-spacing-fixed-xs: 6px; // deprecated
|
|
115
120
|
$calcite-spacing-fixed-sm: 8px; // deprecated
|
package/dist/scss/index.scss
CHANGED
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
--calcite-color-foreground-1: #ffffff;
|
|
53
53
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
54
54
|
--calcite-color-background: #f7f7f7;
|
|
55
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
55
56
|
}
|
|
56
57
|
@mixin calcite-mode-dark {
|
|
57
58
|
--calcite-color-border-white: #f7f7f7;
|
|
@@ -99,4 +100,5 @@
|
|
|
99
100
|
--calcite-color-foreground-1: #2b2b2b;
|
|
100
101
|
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
101
102
|
--calcite-color-background: #212121;
|
|
103
|
+
--calcite-color-focus: var(--calcite-color-brand);
|
|
102
104
|
}
|
package/dist/scss/semantic.scss
CHANGED
|
@@ -30,7 +30,8 @@ $calcite-font-size: 14px;
|
|
|
30
30
|
$calcite-font-size-md: 16px;
|
|
31
31
|
$calcite-font-size-lg: 18px;
|
|
32
32
|
$calcite-font-size-xl: 20px;
|
|
33
|
-
$calcite-font-size-xxl: 24px;
|
|
33
|
+
$calcite-font-size-xxl: 24px; // Deprecated, use --calcite-font-size-2xl instead.
|
|
34
|
+
$calcite-font-size-2xl: 24px;
|
|
34
35
|
$calcite-font-size-relative-xs: 0.625rem;
|
|
35
36
|
$calcite-font-size-relative-sm: 0.75rem;
|
|
36
37
|
$calcite-font-size-relative-base: 0.875rem;
|
|
@@ -99,15 +100,19 @@ $calcite-size-fixed-xl: 20px; // deprecated
|
|
|
99
100
|
$calcite-size-fixed-xxl: 24px; // deprecated
|
|
100
101
|
$calcite-size-fixed-xxxl: 32px; // deprecated
|
|
101
102
|
$calcite-size-px: 1px;
|
|
102
|
-
$calcite-size-xxxs: 0.75rem;
|
|
103
|
-
$calcite-size-
|
|
103
|
+
$calcite-size-xxxs: 0.75rem; // Deprecated, use --calcite-size-3xs instead.
|
|
104
|
+
$calcite-size-3xs: 0.75rem;
|
|
105
|
+
$calcite-size-xxs: 0.875rem; // Deprecated, use --calcite-size-2xs instead.
|
|
106
|
+
$calcite-size-2xs: 0.875rem;
|
|
104
107
|
$calcite-size-xs: 1rem;
|
|
105
108
|
$calcite-size-sm: 1.5rem;
|
|
106
109
|
$calcite-size-md: 2rem;
|
|
107
110
|
$calcite-size-lg: 2.75rem;
|
|
108
111
|
$calcite-size-xl: 3rem;
|
|
109
|
-
$calcite-size-xxl: 4rem;
|
|
110
|
-
$calcite-size-
|
|
112
|
+
$calcite-size-xxl: 4rem; // Deprecated, use --calcite-size-2xl instead.
|
|
113
|
+
$calcite-size-2xl: 4rem;
|
|
114
|
+
$calcite-size-xxxl: 6rem; // Deprecated, use --calcite-size-3xl instead.
|
|
115
|
+
$calcite-size-3xl: 6rem;
|
|
111
116
|
$calcite-spacing-fixed-xxs: 4px; // deprecated
|
|
112
117
|
$calcite-spacing-fixed-xs: 6px; // deprecated
|
|
113
118
|
$calcite-spacing-fixed-sm: 8px; // deprecated
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.12",
|
|
4
4
|
"description": "Esri's Calcite Design System Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Calcite",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"vitest": "4.0.14"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "2814b77b84dec3c877256293b904e0420b2bd32e"
|
|
50
50
|
}
|
package/dist/css/component.css
DELETED