@esri/calcite-design-tokens 2.1.3-next.1 → 2.2.0-next.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/dist/css/breakpoint.css +1 -1
- package/dist/css/classes.css +3 -5
- package/dist/css/core.css +2 -1
- package/dist/css/dark.css +1 -1
- package/dist/css/global.css +2 -3
- package/dist/css/index.css +1 -1
- package/dist/css/light.css +1 -1
- package/dist/docs/core.json +37 -1
- package/dist/docs/global.json +48 -91
- package/dist/es6/core.d.ts +3 -1
- package/dist/es6/core.js +2 -1
- package/dist/es6/global.d.ts +1 -1
- package/dist/es6/global.js +5 -5
- package/dist/js/core.d.ts +2 -1
- package/dist/js/core.js +63 -1
- package/dist/js/global.d.ts +1 -1
- package/dist/js/global.js +49 -102
- package/dist/scss/breakpoints.scss +1 -1
- package/dist/scss/core.scss +2 -1
- package/dist/scss/dark.scss +1 -1
- package/dist/scss/global.scss +2 -3
- package/dist/scss/index.scss +1 -1
- package/dist/scss/light.scss +1 -1
- package/dist/scss/mixins.scss +1 -1
- package/package.json +2 -2
package/dist/css/breakpoint.css
CHANGED
package/dist/css/classes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 26 Apr 2024 22:00:02 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.calcite-typography-hierarchy-overline {
|
|
@@ -214,8 +214,7 @@
|
|
|
214
214
|
font-size: 12px;
|
|
215
215
|
}
|
|
216
216
|
.calcite-typography-hierarchy-body {
|
|
217
|
-
font-family: "Avenir Next
|
|
218
|
-
"Helvetica Neue", sans-serif;
|
|
217
|
+
font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
|
|
219
218
|
font-size: 14px;
|
|
220
219
|
font-weight: 400;
|
|
221
220
|
letter-spacing: 0;
|
|
@@ -262,8 +261,7 @@
|
|
|
262
261
|
font-size: 24px;
|
|
263
262
|
}
|
|
264
263
|
.calcite-typography-regular-minus-1h {
|
|
265
|
-
font-family: "Avenir Next
|
|
266
|
-
"Helvetica Neue", sans-serif;
|
|
264
|
+
font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
|
|
267
265
|
font-size: 14px;
|
|
268
266
|
font-weight: 400;
|
|
269
267
|
letter-spacing: 0;
|
package/dist/css/core.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 26 Apr 2024 22:00:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
--calcite-font-family-helvetica-neue: "Helvetica Neue"; /* Fallback for Avenir Next */
|
|
94
94
|
--calcite-font-family-consolas: Consolas; /* Fallback for Monaco */
|
|
95
95
|
--calcite-font-family-avenir: Avenir; /* Fallback for Avenir Next */
|
|
96
|
+
--calcite-font-family-avenir-next: "Avenir Next"; /* Primary font family */
|
|
96
97
|
--calcite-font-family-avenir-next-world: "Avenir Next World";
|
|
97
98
|
--calcite-font-family-avenir-next-pro: "Avenir Next LT Pro";
|
|
98
99
|
--calcite-font-family-andale-mono: "Andale Mono"; /* Fallback for Monaco */
|
package/dist/css/dark.css
CHANGED
package/dist/css/global.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 26 Apr 2024 22:00:02 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -77,8 +77,7 @@
|
|
|
77
77
|
--calcite-font-weight-light: 300; /* For Avenir Next World (secondary font family) */
|
|
78
78
|
--calcite-font-family-code: Monaco, Consolas, "Andale Mono", "Lucida Console",
|
|
79
79
|
monospace; /* Font family for code with fallbacks */
|
|
80
|
-
--calcite-font-family: "Avenir Next
|
|
81
|
-
"Helvetica Neue", sans-serif; /* Primary font with fallbacks */
|
|
80
|
+
--calcite-font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif; /* Primary font with fallbacks */
|
|
82
81
|
--calcite-corner-radius-pill: 100%;
|
|
83
82
|
--calcite-corner-radius-round: 4px;
|
|
84
83
|
--calcite-corner-radius-sharp: 0;
|
package/dist/css/index.css
CHANGED
package/dist/css/light.css
CHANGED
package/dist/docs/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1714168801006,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"value": "#ffffff",
|
|
@@ -7597,6 +7597,42 @@
|
|
|
7597
7597
|
"name": "Font Family Avenir Next World",
|
|
7598
7598
|
"path": ["core", "font", "family", "avenirNextWorld"]
|
|
7599
7599
|
},
|
|
7600
|
+
{
|
|
7601
|
+
"value": "Avenir Next",
|
|
7602
|
+
"type": "fontFamilies",
|
|
7603
|
+
"description": "Primary font family",
|
|
7604
|
+
"attributes": {
|
|
7605
|
+
"calcite-schema": {
|
|
7606
|
+
"system": "calcite",
|
|
7607
|
+
"tier": "core",
|
|
7608
|
+
"domain": "",
|
|
7609
|
+
"component": "",
|
|
7610
|
+
"pattern": "",
|
|
7611
|
+
"element": "",
|
|
7612
|
+
"category": "font",
|
|
7613
|
+
"group": "family",
|
|
7614
|
+
"kind": "",
|
|
7615
|
+
"appearance": "",
|
|
7616
|
+
"property": "",
|
|
7617
|
+
"variant": "avenirNext",
|
|
7618
|
+
"state": "",
|
|
7619
|
+
"scale": "",
|
|
7620
|
+
"context": "",
|
|
7621
|
+
"mode": ""
|
|
7622
|
+
},
|
|
7623
|
+
"names": {
|
|
7624
|
+
"scss": "$calcite-font-family-avenir-next",
|
|
7625
|
+
"css": "var(--calcite-font-family-avenir-next)",
|
|
7626
|
+
"js": "core.font.family.avenirNext",
|
|
7627
|
+
"docs": "core.font.family.avenirNext",
|
|
7628
|
+
"es6": "calciteFontFamilyAvenirNext"
|
|
7629
|
+
}
|
|
7630
|
+
},
|
|
7631
|
+
"filePath": "src/core/font.json",
|
|
7632
|
+
"isSource": true,
|
|
7633
|
+
"name": "Font Family Avenir Next",
|
|
7634
|
+
"path": ["core", "font", "family", "avenirNext"]
|
|
7635
|
+
},
|
|
7600
7636
|
{
|
|
7601
7637
|
"value": "Avenir",
|
|
7602
7638
|
"type": "fontFamilies",
|
package/dist/docs/global.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1714168802930,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"value": "0",
|
|
@@ -2290,7 +2290,7 @@
|
|
|
2290
2290
|
"path": ["semantic", "corner", "radius", "pill"]
|
|
2291
2291
|
},
|
|
2292
2292
|
{
|
|
2293
|
-
"value": "[\"Avenir Next
|
|
2293
|
+
"value": "[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"]",
|
|
2294
2294
|
"type": "fontFamilies",
|
|
2295
2295
|
"description": "Primary font with fallbacks",
|
|
2296
2296
|
"attributes": {
|
|
@@ -4615,7 +4615,7 @@
|
|
|
4615
4615
|
},
|
|
4616
4616
|
{
|
|
4617
4617
|
"type": "typography",
|
|
4618
|
-
"value": "{\"fontFamily\":[\"Avenir Next
|
|
4618
|
+
"value": "{\"fontFamily\":[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"],\"fontSize\":\"14px\",\"fontWeight\":\"400\",\"letterSpacing\":\"0\",\"lineHeight\":\"16px\",\"paragraphSpacing\":\"4px\",\"textCase\":\"none\",\"textDecoration\":\"none\"}",
|
|
4619
4619
|
"attributes": {
|
|
4620
4620
|
"calcite-schema": {
|
|
4621
4621
|
"system": "calcite",
|
|
@@ -4654,8 +4654,7 @@
|
|
|
4654
4654
|
"extensions": {
|
|
4655
4655
|
"calcite.extends": {
|
|
4656
4656
|
"fontFamily": [
|
|
4657
|
-
"Avenir Next
|
|
4658
|
-
"Avenir Next LT Pro",
|
|
4657
|
+
"Avenir Next",
|
|
4659
4658
|
"Avenir",
|
|
4660
4659
|
"Helvetica Neue",
|
|
4661
4660
|
"sans-serif"
|
|
@@ -4707,8 +4706,7 @@
|
|
|
4707
4706
|
"extensions": {
|
|
4708
4707
|
"calcite.extends": {
|
|
4709
4708
|
"fontFamily": [
|
|
4710
|
-
"Avenir Next
|
|
4711
|
-
"Avenir Next LT Pro",
|
|
4709
|
+
"Avenir Next",
|
|
4712
4710
|
"Avenir",
|
|
4713
4711
|
"Helvetica Neue",
|
|
4714
4712
|
"sans-serif"
|
|
@@ -4760,8 +4758,7 @@
|
|
|
4760
4758
|
"extensions": {
|
|
4761
4759
|
"calcite.extends": {
|
|
4762
4760
|
"fontFamily": [
|
|
4763
|
-
"Avenir Next
|
|
4764
|
-
"Avenir Next LT Pro",
|
|
4761
|
+
"Avenir Next",
|
|
4765
4762
|
"Avenir",
|
|
4766
4763
|
"Helvetica Neue",
|
|
4767
4764
|
"sans-serif"
|
|
@@ -4813,8 +4810,7 @@
|
|
|
4813
4810
|
"extensions": {
|
|
4814
4811
|
"calcite.extends": {
|
|
4815
4812
|
"fontFamily": [
|
|
4816
|
-
"Avenir Next
|
|
4817
|
-
"Avenir Next LT Pro",
|
|
4813
|
+
"Avenir Next",
|
|
4818
4814
|
"Avenir",
|
|
4819
4815
|
"Helvetica Neue",
|
|
4820
4816
|
"sans-serif"
|
|
@@ -4866,8 +4862,7 @@
|
|
|
4866
4862
|
"extensions": {
|
|
4867
4863
|
"calcite.extends": {
|
|
4868
4864
|
"fontFamily": [
|
|
4869
|
-
"Avenir Next
|
|
4870
|
-
"Avenir Next LT Pro",
|
|
4865
|
+
"Avenir Next",
|
|
4871
4866
|
"Avenir",
|
|
4872
4867
|
"Helvetica Neue",
|
|
4873
4868
|
"sans-serif"
|
|
@@ -4919,8 +4914,7 @@
|
|
|
4919
4914
|
"extensions": {
|
|
4920
4915
|
"calcite.extends": {
|
|
4921
4916
|
"fontFamily": [
|
|
4922
|
-
"Avenir Next
|
|
4923
|
-
"Avenir Next LT Pro",
|
|
4917
|
+
"Avenir Next",
|
|
4924
4918
|
"Avenir",
|
|
4925
4919
|
"Helvetica Neue",
|
|
4926
4920
|
"sans-serif"
|
|
@@ -4972,8 +4966,7 @@
|
|
|
4972
4966
|
"extensions": {
|
|
4973
4967
|
"calcite.extends": {
|
|
4974
4968
|
"fontFamily": [
|
|
4975
|
-
"Avenir Next
|
|
4976
|
-
"Avenir Next LT Pro",
|
|
4969
|
+
"Avenir Next",
|
|
4977
4970
|
"Avenir",
|
|
4978
4971
|
"Helvetica Neue",
|
|
4979
4972
|
"sans-serif"
|
|
@@ -5020,7 +5013,7 @@
|
|
|
5020
5013
|
"path": ["semantic", "typography", "default", "regular", "-2h"]
|
|
5021
5014
|
},
|
|
5022
5015
|
{
|
|
5023
|
-
"value": "{\"fontFamily\":[\"Avenir Next
|
|
5016
|
+
"value": "{\"fontFamily\":[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"],\"fontSize\":\"14px\",\"fontWeight\":\"400\",\"letterSpacing\":\"0\",\"lineHeight\":\"16px\",\"paragraphSpacing\":\"4px\",\"textCase\":\"none\",\"textDecoration\":\"none\"}",
|
|
5024
5017
|
"type": "typography",
|
|
5025
5018
|
"attributes": {
|
|
5026
5019
|
"calcite-schema": {
|
|
@@ -5060,8 +5053,7 @@
|
|
|
5060
5053
|
"extensions": {
|
|
5061
5054
|
"calcite.extends": {
|
|
5062
5055
|
"fontFamily": [
|
|
5063
|
-
"Avenir Next
|
|
5064
|
-
"Avenir Next LT Pro",
|
|
5056
|
+
"Avenir Next",
|
|
5065
5057
|
"Avenir",
|
|
5066
5058
|
"Helvetica Neue",
|
|
5067
5059
|
"sans-serif"
|
|
@@ -5113,8 +5105,7 @@
|
|
|
5113
5105
|
"extensions": {
|
|
5114
5106
|
"calcite.extends": {
|
|
5115
5107
|
"fontFamily": [
|
|
5116
|
-
"Avenir Next
|
|
5117
|
-
"Avenir Next LT Pro",
|
|
5108
|
+
"Avenir Next",
|
|
5118
5109
|
"Avenir",
|
|
5119
5110
|
"Helvetica Neue",
|
|
5120
5111
|
"sans-serif"
|
|
@@ -5166,8 +5157,7 @@
|
|
|
5166
5157
|
"extensions": {
|
|
5167
5158
|
"calcite.extends": {
|
|
5168
5159
|
"fontFamily": [
|
|
5169
|
-
"Avenir Next
|
|
5170
|
-
"Avenir Next LT Pro",
|
|
5160
|
+
"Avenir Next",
|
|
5171
5161
|
"Avenir",
|
|
5172
5162
|
"Helvetica Neue",
|
|
5173
5163
|
"sans-serif"
|
|
@@ -5219,8 +5209,7 @@
|
|
|
5219
5209
|
"extensions": {
|
|
5220
5210
|
"calcite.extends": {
|
|
5221
5211
|
"fontFamily": [
|
|
5222
|
-
"Avenir Next
|
|
5223
|
-
"Avenir Next LT Pro",
|
|
5212
|
+
"Avenir Next",
|
|
5224
5213
|
"Avenir",
|
|
5225
5214
|
"Helvetica Neue",
|
|
5226
5215
|
"sans-serif"
|
|
@@ -5272,8 +5261,7 @@
|
|
|
5272
5261
|
"extensions": {
|
|
5273
5262
|
"calcite.extends": {
|
|
5274
5263
|
"fontFamily": [
|
|
5275
|
-
"Avenir Next
|
|
5276
|
-
"Avenir Next LT Pro",
|
|
5264
|
+
"Avenir Next",
|
|
5277
5265
|
"Avenir",
|
|
5278
5266
|
"Helvetica Neue",
|
|
5279
5267
|
"sans-serif"
|
|
@@ -5325,8 +5313,7 @@
|
|
|
5325
5313
|
"extensions": {
|
|
5326
5314
|
"calcite.extends": {
|
|
5327
5315
|
"fontFamily": [
|
|
5328
|
-
"Avenir Next
|
|
5329
|
-
"Avenir Next LT Pro",
|
|
5316
|
+
"Avenir Next",
|
|
5330
5317
|
"Avenir",
|
|
5331
5318
|
"Helvetica Neue",
|
|
5332
5319
|
"sans-serif"
|
|
@@ -5378,8 +5365,7 @@
|
|
|
5378
5365
|
"extensions": {
|
|
5379
5366
|
"calcite.extends": {
|
|
5380
5367
|
"fontFamily": [
|
|
5381
|
-
"Avenir Next
|
|
5382
|
-
"Avenir Next LT Pro",
|
|
5368
|
+
"Avenir Next",
|
|
5383
5369
|
"Avenir",
|
|
5384
5370
|
"Helvetica Neue",
|
|
5385
5371
|
"sans-serif"
|
|
@@ -5431,8 +5417,7 @@
|
|
|
5431
5417
|
"extensions": {
|
|
5432
5418
|
"calcite.extends": {
|
|
5433
5419
|
"fontFamily": [
|
|
5434
|
-
"Avenir Next
|
|
5435
|
-
"Avenir Next LT Pro",
|
|
5420
|
+
"Avenir Next",
|
|
5436
5421
|
"Avenir",
|
|
5437
5422
|
"Helvetica Neue",
|
|
5438
5423
|
"sans-serif"
|
|
@@ -5484,8 +5469,7 @@
|
|
|
5484
5469
|
"extensions": {
|
|
5485
5470
|
"calcite.extends": {
|
|
5486
5471
|
"fontFamily": [
|
|
5487
|
-
"Avenir Next
|
|
5488
|
-
"Avenir Next LT Pro",
|
|
5472
|
+
"Avenir Next",
|
|
5489
5473
|
"Avenir",
|
|
5490
5474
|
"Helvetica Neue",
|
|
5491
5475
|
"sans-serif"
|
|
@@ -5537,8 +5521,7 @@
|
|
|
5537
5521
|
"extensions": {
|
|
5538
5522
|
"calcite.extends": {
|
|
5539
5523
|
"fontFamily": [
|
|
5540
|
-
"Avenir Next
|
|
5541
|
-
"Avenir Next LT Pro",
|
|
5524
|
+
"Avenir Next",
|
|
5542
5525
|
"Avenir",
|
|
5543
5526
|
"Helvetica Neue",
|
|
5544
5527
|
"sans-serif"
|
|
@@ -5590,8 +5573,7 @@
|
|
|
5590
5573
|
"extensions": {
|
|
5591
5574
|
"calcite.extends": {
|
|
5592
5575
|
"fontFamily": [
|
|
5593
|
-
"Avenir Next
|
|
5594
|
-
"Avenir Next LT Pro",
|
|
5576
|
+
"Avenir Next",
|
|
5595
5577
|
"Avenir",
|
|
5596
5578
|
"Helvetica Neue",
|
|
5597
5579
|
"sans-serif"
|
|
@@ -5643,8 +5625,7 @@
|
|
|
5643
5625
|
"extensions": {
|
|
5644
5626
|
"calcite.extends": {
|
|
5645
5627
|
"fontFamily": [
|
|
5646
|
-
"Avenir Next
|
|
5647
|
-
"Avenir Next LT Pro",
|
|
5628
|
+
"Avenir Next",
|
|
5648
5629
|
"Avenir",
|
|
5649
5630
|
"Helvetica Neue",
|
|
5650
5631
|
"sans-serif"
|
|
@@ -5696,8 +5677,7 @@
|
|
|
5696
5677
|
"extensions": {
|
|
5697
5678
|
"calcite.extends": {
|
|
5698
5679
|
"fontFamily": [
|
|
5699
|
-
"Avenir Next
|
|
5700
|
-
"Avenir Next LT Pro",
|
|
5680
|
+
"Avenir Next",
|
|
5701
5681
|
"Avenir",
|
|
5702
5682
|
"Helvetica Neue",
|
|
5703
5683
|
"sans-serif"
|
|
@@ -5749,8 +5729,7 @@
|
|
|
5749
5729
|
"extensions": {
|
|
5750
5730
|
"calcite.extends": {
|
|
5751
5731
|
"fontFamily": [
|
|
5752
|
-
"Avenir Next
|
|
5753
|
-
"Avenir Next LT Pro",
|
|
5732
|
+
"Avenir Next",
|
|
5754
5733
|
"Avenir",
|
|
5755
5734
|
"Helvetica Neue",
|
|
5756
5735
|
"sans-serif"
|
|
@@ -5802,8 +5781,7 @@
|
|
|
5802
5781
|
"extensions": {
|
|
5803
5782
|
"calcite.extends": {
|
|
5804
5783
|
"fontFamily": [
|
|
5805
|
-
"Avenir Next
|
|
5806
|
-
"Avenir Next LT Pro",
|
|
5784
|
+
"Avenir Next",
|
|
5807
5785
|
"Avenir",
|
|
5808
5786
|
"Helvetica Neue",
|
|
5809
5787
|
"sans-serif"
|
|
@@ -5855,8 +5833,7 @@
|
|
|
5855
5833
|
"extensions": {
|
|
5856
5834
|
"calcite.extends": {
|
|
5857
5835
|
"fontFamily": [
|
|
5858
|
-
"Avenir Next
|
|
5859
|
-
"Avenir Next LT Pro",
|
|
5836
|
+
"Avenir Next",
|
|
5860
5837
|
"Avenir",
|
|
5861
5838
|
"Helvetica Neue",
|
|
5862
5839
|
"sans-serif"
|
|
@@ -5908,8 +5885,7 @@
|
|
|
5908
5885
|
"extensions": {
|
|
5909
5886
|
"calcite.extends": {
|
|
5910
5887
|
"fontFamily": [
|
|
5911
|
-
"Avenir Next
|
|
5912
|
-
"Avenir Next LT Pro",
|
|
5888
|
+
"Avenir Next",
|
|
5913
5889
|
"Avenir",
|
|
5914
5890
|
"Helvetica Neue",
|
|
5915
5891
|
"sans-serif"
|
|
@@ -5961,8 +5937,7 @@
|
|
|
5961
5937
|
"extensions": {
|
|
5962
5938
|
"calcite.extends": {
|
|
5963
5939
|
"fontFamily": [
|
|
5964
|
-
"Avenir Next
|
|
5965
|
-
"Avenir Next LT Pro",
|
|
5940
|
+
"Avenir Next",
|
|
5966
5941
|
"Avenir",
|
|
5967
5942
|
"Helvetica Neue",
|
|
5968
5943
|
"sans-serif"
|
|
@@ -6014,8 +5989,7 @@
|
|
|
6014
5989
|
"extensions": {
|
|
6015
5990
|
"calcite.extends": {
|
|
6016
5991
|
"fontFamily": [
|
|
6017
|
-
"Avenir Next
|
|
6018
|
-
"Avenir Next LT Pro",
|
|
5992
|
+
"Avenir Next",
|
|
6019
5993
|
"Avenir",
|
|
6020
5994
|
"Helvetica Neue",
|
|
6021
5995
|
"sans-serif"
|
|
@@ -6067,8 +6041,7 @@
|
|
|
6067
6041
|
"extensions": {
|
|
6068
6042
|
"calcite.extends": {
|
|
6069
6043
|
"fontFamily": [
|
|
6070
|
-
"Avenir Next
|
|
6071
|
-
"Avenir Next LT Pro",
|
|
6044
|
+
"Avenir Next",
|
|
6072
6045
|
"Avenir",
|
|
6073
6046
|
"Helvetica Neue",
|
|
6074
6047
|
"sans-serif"
|
|
@@ -6120,8 +6093,7 @@
|
|
|
6120
6093
|
"extensions": {
|
|
6121
6094
|
"calcite.extends": {
|
|
6122
6095
|
"fontFamily": [
|
|
6123
|
-
"Avenir Next
|
|
6124
|
-
"Avenir Next LT Pro",
|
|
6096
|
+
"Avenir Next",
|
|
6125
6097
|
"Avenir",
|
|
6126
6098
|
"Helvetica Neue",
|
|
6127
6099
|
"sans-serif"
|
|
@@ -6173,8 +6145,7 @@
|
|
|
6173
6145
|
"extensions": {
|
|
6174
6146
|
"calcite.extends": {
|
|
6175
6147
|
"fontFamily": [
|
|
6176
|
-
"Avenir Next
|
|
6177
|
-
"Avenir Next LT Pro",
|
|
6148
|
+
"Avenir Next",
|
|
6178
6149
|
"Avenir",
|
|
6179
6150
|
"Helvetica Neue",
|
|
6180
6151
|
"sans-serif"
|
|
@@ -6226,8 +6197,7 @@
|
|
|
6226
6197
|
"extensions": {
|
|
6227
6198
|
"calcite.extends": {
|
|
6228
6199
|
"fontFamily": [
|
|
6229
|
-
"Avenir Next
|
|
6230
|
-
"Avenir Next LT Pro",
|
|
6200
|
+
"Avenir Next",
|
|
6231
6201
|
"Avenir",
|
|
6232
6202
|
"Helvetica Neue",
|
|
6233
6203
|
"sans-serif"
|
|
@@ -6279,8 +6249,7 @@
|
|
|
6279
6249
|
"extensions": {
|
|
6280
6250
|
"calcite.extends": {
|
|
6281
6251
|
"fontFamily": [
|
|
6282
|
-
"Avenir Next
|
|
6283
|
-
"Avenir Next LT Pro",
|
|
6252
|
+
"Avenir Next",
|
|
6284
6253
|
"Avenir",
|
|
6285
6254
|
"Helvetica Neue",
|
|
6286
6255
|
"sans-serif"
|
|
@@ -6332,8 +6301,7 @@
|
|
|
6332
6301
|
"extensions": {
|
|
6333
6302
|
"calcite.extends": {
|
|
6334
6303
|
"fontFamily": [
|
|
6335
|
-
"Avenir Next
|
|
6336
|
-
"Avenir Next LT Pro",
|
|
6304
|
+
"Avenir Next",
|
|
6337
6305
|
"Avenir",
|
|
6338
6306
|
"Helvetica Neue",
|
|
6339
6307
|
"sans-serif"
|
|
@@ -6385,8 +6353,7 @@
|
|
|
6385
6353
|
"extensions": {
|
|
6386
6354
|
"calcite.extends": {
|
|
6387
6355
|
"fontFamily": [
|
|
6388
|
-
"Avenir Next
|
|
6389
|
-
"Avenir Next LT Pro",
|
|
6356
|
+
"Avenir Next",
|
|
6390
6357
|
"Avenir",
|
|
6391
6358
|
"Helvetica Neue",
|
|
6392
6359
|
"sans-serif"
|
|
@@ -6438,8 +6405,7 @@
|
|
|
6438
6405
|
"extensions": {
|
|
6439
6406
|
"calcite.extends": {
|
|
6440
6407
|
"fontFamily": [
|
|
6441
|
-
"Avenir Next
|
|
6442
|
-
"Avenir Next LT Pro",
|
|
6408
|
+
"Avenir Next",
|
|
6443
6409
|
"Avenir",
|
|
6444
6410
|
"Helvetica Neue",
|
|
6445
6411
|
"sans-serif"
|
|
@@ -6491,8 +6457,7 @@
|
|
|
6491
6457
|
"extensions": {
|
|
6492
6458
|
"calcite.extends": {
|
|
6493
6459
|
"fontFamily": [
|
|
6494
|
-
"Avenir Next
|
|
6495
|
-
"Avenir Next LT Pro",
|
|
6460
|
+
"Avenir Next",
|
|
6496
6461
|
"Avenir",
|
|
6497
6462
|
"Helvetica Neue",
|
|
6498
6463
|
"sans-serif"
|
|
@@ -6544,8 +6509,7 @@
|
|
|
6544
6509
|
"extensions": {
|
|
6545
6510
|
"calcite.extends": {
|
|
6546
6511
|
"fontFamily": [
|
|
6547
|
-
"Avenir Next
|
|
6548
|
-
"Avenir Next LT Pro",
|
|
6512
|
+
"Avenir Next",
|
|
6549
6513
|
"Avenir",
|
|
6550
6514
|
"Helvetica Neue",
|
|
6551
6515
|
"sans-serif"
|
|
@@ -6597,8 +6561,7 @@
|
|
|
6597
6561
|
"extensions": {
|
|
6598
6562
|
"calcite.extends": {
|
|
6599
6563
|
"fontFamily": [
|
|
6600
|
-
"Avenir Next
|
|
6601
|
-
"Avenir Next LT Pro",
|
|
6564
|
+
"Avenir Next",
|
|
6602
6565
|
"Avenir",
|
|
6603
6566
|
"Helvetica Neue",
|
|
6604
6567
|
"sans-serif"
|
|
@@ -6650,8 +6613,7 @@
|
|
|
6650
6613
|
"extensions": {
|
|
6651
6614
|
"calcite.extends": {
|
|
6652
6615
|
"fontFamily": [
|
|
6653
|
-
"Avenir Next
|
|
6654
|
-
"Avenir Next LT Pro",
|
|
6616
|
+
"Avenir Next",
|
|
6655
6617
|
"Avenir",
|
|
6656
6618
|
"Helvetica Neue",
|
|
6657
6619
|
"sans-serif"
|
|
@@ -6703,8 +6665,7 @@
|
|
|
6703
6665
|
"extensions": {
|
|
6704
6666
|
"calcite.extends": {
|
|
6705
6667
|
"fontFamily": [
|
|
6706
|
-
"Avenir Next
|
|
6707
|
-
"Avenir Next LT Pro",
|
|
6668
|
+
"Avenir Next",
|
|
6708
6669
|
"Avenir",
|
|
6709
6670
|
"Helvetica Neue",
|
|
6710
6671
|
"sans-serif"
|
|
@@ -6756,8 +6717,7 @@
|
|
|
6756
6717
|
"extensions": {
|
|
6757
6718
|
"calcite.extends": {
|
|
6758
6719
|
"fontFamily": [
|
|
6759
|
-
"Avenir Next
|
|
6760
|
-
"Avenir Next LT Pro",
|
|
6720
|
+
"Avenir Next",
|
|
6761
6721
|
"Avenir",
|
|
6762
6722
|
"Helvetica Neue",
|
|
6763
6723
|
"sans-serif"
|
|
@@ -6809,8 +6769,7 @@
|
|
|
6809
6769
|
"extensions": {
|
|
6810
6770
|
"calcite.extends": {
|
|
6811
6771
|
"fontFamily": [
|
|
6812
|
-
"Avenir Next
|
|
6813
|
-
"Avenir Next LT Pro",
|
|
6772
|
+
"Avenir Next",
|
|
6814
6773
|
"Avenir",
|
|
6815
6774
|
"Helvetica Neue",
|
|
6816
6775
|
"sans-serif"
|
|
@@ -6862,8 +6821,7 @@
|
|
|
6862
6821
|
"extensions": {
|
|
6863
6822
|
"calcite.extends": {
|
|
6864
6823
|
"fontFamily": [
|
|
6865
|
-
"Avenir Next
|
|
6866
|
-
"Avenir Next LT Pro",
|
|
6824
|
+
"Avenir Next",
|
|
6867
6825
|
"Avenir",
|
|
6868
6826
|
"Helvetica Neue",
|
|
6869
6827
|
"sans-serif"
|
|
@@ -6915,8 +6873,7 @@
|
|
|
6915
6873
|
"extensions": {
|
|
6916
6874
|
"calcite.extends": {
|
|
6917
6875
|
"fontFamily": [
|
|
6918
|
-
"Avenir Next
|
|
6919
|
-
"Avenir Next LT Pro",
|
|
6876
|
+
"Avenir Next",
|
|
6920
6877
|
"Avenir",
|
|
6921
6878
|
"Helvetica Neue",
|
|
6922
6879
|
"sans-serif"
|
|
@@ -7243,7 +7200,7 @@
|
|
|
7243
7200
|
"path": ["semantic", "typography", "hierarchy", "body", "snug"]
|
|
7244
7201
|
},
|
|
7245
7202
|
{
|
|
7246
|
-
"value": "{\"fontFamily\":[\"Avenir Next
|
|
7203
|
+
"value": "{\"fontFamily\":[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"],\"fontSize\":\"14px\",\"fontWeight\":\"400\",\"letterSpacing\":\"0\",\"lineHeight\":\"16px\",\"paragraphSpacing\":\"4px\",\"textCase\":\"none\",\"textDecoration\":\"none\"}",
|
|
7247
7204
|
"type": "typography",
|
|
7248
7205
|
"attributes": {
|
|
7249
7206
|
"calcite-schema": {
|
package/dist/es6/core.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 26 Apr 2024 22:00:01 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const calciteColorNeutralBlk000 : string;
|
|
@@ -221,6 +221,8 @@ export const calciteContainerSize1440 : string;
|
|
|
221
221
|
export const calciteFontFamilyAndaleMono : string;
|
|
222
222
|
export const calciteFontFamilyAvenirNextPro : string;
|
|
223
223
|
export const calciteFontFamilyAvenirNextWorld : string;
|
|
224
|
+
/** Primary font family */
|
|
225
|
+
export const calciteFontFamilyAvenirNext : string;
|
|
224
226
|
/** Fallback for Avenir Next */
|
|
225
227
|
export const calciteFontFamilyAvenir : string;
|
|
226
228
|
/** Fallback for Monaco */
|
package/dist/es6/core.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 26 Apr 2024 22:00:01 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const calciteColorNeutralBlk000 = "#ffffff";
|
|
@@ -220,6 +220,7 @@ export const calciteContainerSize1440 = "1440px";
|
|
|
220
220
|
export const calciteFontFamilyAndaleMono = "Andale Mono"; // Fallback for Monaco
|
|
221
221
|
export const calciteFontFamilyAvenirNextPro = "Avenir Next LT Pro";
|
|
222
222
|
export const calciteFontFamilyAvenirNextWorld = "Avenir Next World";
|
|
223
|
+
export const calciteFontFamilyAvenirNext = "Avenir Next"; // Primary font family
|
|
223
224
|
export const calciteFontFamilyAvenir = "Avenir"; // Fallback for Avenir Next
|
|
224
225
|
export const calciteFontFamilyConsolas = "Consolas"; // Fallback for Monaco
|
|
225
226
|
export const calciteFontFamilyHelveticaNeue = "Helvetica Neue"; // Fallback for Avenir Next
|