@esri/calcite-design-tokens 2.0.1-next.2 → 2.1.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/README.md CHANGED
@@ -18,7 +18,7 @@ Reference tokens in your CSS:
18
18
  }
19
19
  ```
20
20
 
21
- ## Token assets
21
+ ## Importing tokens
22
22
 
23
23
  These are the published asset files generated by the token transformer:
24
24
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 09 Dec 2023 01:00:44 GMT
3
+ * Generated on Mon, 18 Dec 2023 19:47:42 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 09 Dec 2023 01:00:44 GMT
3
+ * Generated on Mon, 18 Dec 2023 19:47:42 GMT
4
4
  */
5
5
 
6
6
  .calcite-typography-hierarchy-overline {
@@ -214,7 +214,8 @@
214
214
  font-size: 12px;
215
215
  }
216
216
  .calcite-typography-hierarchy-body {
217
- font-family: "Avenir Next LT Pro";
217
+ font-family: "Avenir Next World" "Avenir Next LT Pro" Avenir "Helvetica Neue"
218
+ sans-serif;
218
219
  font-size: 14px;
219
220
  font-weight: 400;
220
221
  letter-spacing: 0;
@@ -261,7 +262,8 @@
261
262
  font-size: 24px;
262
263
  }
263
264
  .calcite-typography-regular-minus-1h {
264
- font-family: "Avenir Next LT Pro";
265
+ font-family: "Avenir Next World" "Avenir Next LT Pro" Avenir "Helvetica Neue"
266
+ sans-serif;
265
267
  font-size: 14px;
266
268
  font-weight: 400;
267
269
  letter-spacing: 0;
package/dist/css/core.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 09 Dec 2023 01:00:42 GMT
3
+ * Generated on Mon, 18 Dec 2023 19:47:41 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -86,9 +86,16 @@
86
86
  --calcite-font-weight-thin: 100;
87
87
  --calcite-font-weight-ultralight: 200; /* only for Avenir Next World (secondary font family) */
88
88
  --calcite-font-style-italic: italic; /* used in ratings */
89
+ --calcite-font-family-sans-serif: sans-serif; /* Fallback for Avenir Next */
90
+ --calcite-font-family-monospace: monospace; /* Fallback for Monaco */
89
91
  --calcite-font-family-monaco: Monaco;
92
+ --calcite-font-family-lucida-console: "Lucida Console"; /* Fallback for Monaco */
93
+ --calcite-font-family-helvetica-neue: "Helvetica Neue"; /* Fallback for Avenir Next */
94
+ --calcite-font-family-consolas: Consolas; /* Fallback for Monaco */
95
+ --calcite-font-family-avenir: Avenir; /* Fallback for Avenir Next */
90
96
  --calcite-font-family-avenir-next-world: "Avenir Next World";
91
97
  --calcite-font-family-avenir-next-pro: "Avenir Next LT Pro";
98
+ --calcite-font-family-andale-mono: "Andale Mono"; /* Fallback for Monaco */
92
99
  --calcite-container-size-1440: 1440px;
93
100
  --calcite-container-size-1152: 1152px;
94
101
  --calcite-container-size-854: 854px;
package/dist/css/dark.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 09 Dec 2023 01:00:44 GMT
3
+ * Generated on Mon, 18 Dec 2023 19:47:42 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 09 Dec 2023 01:00:44 GMT
3
+ * Generated on Mon, 18 Dec 2023 19:47:42 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -75,8 +75,10 @@
75
75
  --calcite-font-weight-regular: 400;
76
76
  --calcite-font-weight-normal: 400; /* For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular" */
77
77
  --calcite-font-weight-light: 300; /* For Avenir Next World (secondary font family) */
78
- --calcite-font-family-code: Monaco;
79
- --calcite-font-family: "Avenir Next LT Pro";
78
+ --calcite-font-family-code: Monaco Consolas "Andale Mono" "Lucida Console"
79
+ monospace; /* Font family for code with fallbacks */
80
+ --calcite-font-family: "Avenir Next World" "Avenir Next LT Pro" Avenir
81
+ "Helvetica Neue" sans-serif; /* Primary font with fallbacks */
80
82
  --calcite-container-size-content-fixed: 1440px; /* only for lg breakpoint fixed grid width */
81
83
  --calcite-container-size-content-fluid: 100%; /* for fluid grid widths */
82
84
  --calcite-container-size-gutter: 16px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 09 Dec 2023 01:00:44 GMT
3
+ * Generated on Mon, 18 Dec 2023 19:47:42 GMT
4
4
  */
5
5
 
6
6
  @import url("./global.css");
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 09 Dec 2023 01:00:44 GMT
3
+ * Generated on Mon, 18 Dec 2023 19:47:42 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1702083643447,
2
+ "timestamp": 1702928861572,
3
3
  "tokens": {
4
4
  "color": [
5
5
  {
@@ -5379,6 +5379,29 @@
5379
5379
  }
5380
5380
  ],
5381
5381
  "fontFamilies": [
5382
+ {
5383
+ "value": "Andale Mono",
5384
+ "type": "fontFamilies",
5385
+ "description": "Fallback for Monaco",
5386
+ "filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/core/font.json",
5387
+ "isSource": true,
5388
+ "original": {
5389
+ "value": "Andale Mono",
5390
+ "type": "fontFamilies",
5391
+ "description": "Fallback for Monaco"
5392
+ },
5393
+ "name": "Font Family Andale Mono",
5394
+ "attributes": {
5395
+ "names": {
5396
+ "scss": "$calcite-font-family-andale-mono",
5397
+ "css": "var(--calcite-font-family-andale-mono)",
5398
+ "js": "core.font.family.andaleMono",
5399
+ "docs": "core.font.family.andaleMono",
5400
+ "es6": "calciteFontFamilyAndaleMono"
5401
+ }
5402
+ },
5403
+ "path": ["core", "font", "family", "andaleMono"]
5404
+ },
5382
5405
  {
5383
5406
  "value": "Avenir Next LT Pro",
5384
5407
  "type": "fontFamilies",
@@ -5421,6 +5444,98 @@
5421
5444
  },
5422
5445
  "path": ["core", "font", "family", "avenirNextWorld"]
5423
5446
  },
5447
+ {
5448
+ "value": "Avenir",
5449
+ "type": "fontFamilies",
5450
+ "description": "Fallback for Avenir Next",
5451
+ "filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/core/font.json",
5452
+ "isSource": true,
5453
+ "original": {
5454
+ "value": "Avenir",
5455
+ "type": "fontFamilies",
5456
+ "description": "Fallback for Avenir Next"
5457
+ },
5458
+ "name": "Font Family Avenir",
5459
+ "attributes": {
5460
+ "names": {
5461
+ "scss": "$calcite-font-family-avenir",
5462
+ "css": "var(--calcite-font-family-avenir)",
5463
+ "js": "core.font.family.avenir",
5464
+ "docs": "core.font.family.avenir",
5465
+ "es6": "calciteFontFamilyAvenir"
5466
+ }
5467
+ },
5468
+ "path": ["core", "font", "family", "avenir"]
5469
+ },
5470
+ {
5471
+ "value": "Consolas",
5472
+ "type": "fontFamilies",
5473
+ "description": "Fallback for Monaco",
5474
+ "filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/core/font.json",
5475
+ "isSource": true,
5476
+ "original": {
5477
+ "value": "Consolas",
5478
+ "type": "fontFamilies",
5479
+ "description": "Fallback for Monaco"
5480
+ },
5481
+ "name": "Font Family Consolas",
5482
+ "attributes": {
5483
+ "names": {
5484
+ "scss": "$calcite-font-family-consolas",
5485
+ "css": "var(--calcite-font-family-consolas)",
5486
+ "js": "core.font.family.consolas",
5487
+ "docs": "core.font.family.consolas",
5488
+ "es6": "calciteFontFamilyConsolas"
5489
+ }
5490
+ },
5491
+ "path": ["core", "font", "family", "consolas"]
5492
+ },
5493
+ {
5494
+ "value": "Helvetica Neue",
5495
+ "type": "fontFamilies",
5496
+ "description": "Fallback for Avenir Next",
5497
+ "filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/core/font.json",
5498
+ "isSource": true,
5499
+ "original": {
5500
+ "value": "Helvetica Neue",
5501
+ "type": "fontFamilies",
5502
+ "description": "Fallback for Avenir Next"
5503
+ },
5504
+ "name": "Font Family Helvetica Neue",
5505
+ "attributes": {
5506
+ "names": {
5507
+ "scss": "$calcite-font-family-helvetica-neue",
5508
+ "css": "var(--calcite-font-family-helvetica-neue)",
5509
+ "js": "core.font.family.helveticaNeue",
5510
+ "docs": "core.font.family.helveticaNeue",
5511
+ "es6": "calciteFontFamilyHelveticaNeue"
5512
+ }
5513
+ },
5514
+ "path": ["core", "font", "family", "helveticaNeue"]
5515
+ },
5516
+ {
5517
+ "value": "Lucida Console",
5518
+ "type": "fontFamilies",
5519
+ "description": "Fallback for Monaco",
5520
+ "filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/core/font.json",
5521
+ "isSource": true,
5522
+ "original": {
5523
+ "value": "Lucida Console",
5524
+ "type": "fontFamilies",
5525
+ "description": "Fallback for Monaco"
5526
+ },
5527
+ "name": "Font Family Lucida Console",
5528
+ "attributes": {
5529
+ "names": {
5530
+ "scss": "$calcite-font-family-lucida-console",
5531
+ "css": "var(--calcite-font-family-lucida-console)",
5532
+ "js": "core.font.family.lucidaConsole",
5533
+ "docs": "core.font.family.lucidaConsole",
5534
+ "es6": "calciteFontFamilyLucidaConsole"
5535
+ }
5536
+ },
5537
+ "path": ["core", "font", "family", "lucidaConsole"]
5538
+ },
5424
5539
  {
5425
5540
  "value": "Monaco",
5426
5541
  "type": "fontFamilies",
@@ -5441,6 +5556,52 @@
5441
5556
  }
5442
5557
  },
5443
5558
  "path": ["core", "font", "family", "monaco"]
5559
+ },
5560
+ {
5561
+ "value": "monospace",
5562
+ "type": "fontFamilies",
5563
+ "description": "Fallback for Monaco",
5564
+ "filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/core/font.json",
5565
+ "isSource": true,
5566
+ "original": {
5567
+ "value": "monospace",
5568
+ "type": "fontFamilies",
5569
+ "description": "Fallback for Monaco"
5570
+ },
5571
+ "name": "Font Family Monospace",
5572
+ "attributes": {
5573
+ "names": {
5574
+ "scss": "$calcite-font-family-monospace",
5575
+ "css": "var(--calcite-font-family-monospace)",
5576
+ "js": "core.font.family.monospace",
5577
+ "docs": "core.font.family.monospace",
5578
+ "es6": "calciteFontFamilyMonospace"
5579
+ }
5580
+ },
5581
+ "path": ["core", "font", "family", "monospace"]
5582
+ },
5583
+ {
5584
+ "value": "sans-serif",
5585
+ "type": "fontFamilies",
5586
+ "description": "Fallback for Avenir Next",
5587
+ "filePath": "/home/runner/work/calcite-design-system/calcite-design-system/packages/calcite-design-tokens/src/core/font.json",
5588
+ "isSource": true,
5589
+ "original": {
5590
+ "value": "sans-serif",
5591
+ "type": "fontFamilies",
5592
+ "description": "Fallback for Avenir Next"
5593
+ },
5594
+ "name": "Font Family Sans Serif",
5595
+ "attributes": {
5596
+ "names": {
5597
+ "scss": "$calcite-font-family-sans-serif",
5598
+ "css": "var(--calcite-font-family-sans-serif)",
5599
+ "js": "core.font.family.sansSerif",
5600
+ "docs": "core.font.family.sansSerif",
5601
+ "es6": "calciteFontFamilySansSerif"
5602
+ }
5603
+ },
5604
+ "path": ["core", "font", "family", "sansSerif"]
5444
5605
  }
5445
5606
  ],
5446
5607
  "fontStyle": [