@esri/calcite-design-tokens 3.2.0-next.11 → 3.2.0-next.13
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/core.css +1 -0
- package/dist/css/global.css +1 -1
- package/dist/css/semantic.css +1 -1
- package/dist/docs/core.json +28 -1
- package/dist/docs/dark.json +1 -1
- package/dist/docs/global.json +7 -7
- package/dist/docs/light.json +1 -1
- package/dist/docs/semantic.json +7 -7
- package/dist/es6/core.d.ts +1 -0
- package/dist/es6/core.js +1 -0
- package/dist/es6/global.d.ts +1 -1
- package/dist/es6/global.js +1 -1
- package/dist/es6/semantic.d.ts +1 -1
- package/dist/es6/semantic.js +1 -1
- package/dist/js/core.d.ts +1 -0
- package/dist/js/core.js +35 -0
- package/dist/js/global.js +8 -8
- package/dist/js/semantic.js +8 -8
- package/dist/scss/core.scss +1 -0
- package/dist/scss/global.scss +1 -1
- package/dist/scss/semantic.scss +1 -1
- package/package.json +2 -2
package/dist/css/core.css
CHANGED
|
@@ -564,6 +564,7 @@
|
|
|
564
564
|
--calcite-size-relative-162: 162.5%;
|
|
565
565
|
--calcite-size-relative-200: 200%;
|
|
566
566
|
--calcite-size-relative-auto: auto;
|
|
567
|
+
--calcite-size-relative-normal: normal;
|
|
567
568
|
--calcite-z-index-0: -999999;
|
|
568
569
|
--calcite-z-index-1: 1;
|
|
569
570
|
--calcite-z-index-3: 300;
|
package/dist/css/global.css
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
--calcite-font-line-height-fixed-base: 16px;
|
|
41
41
|
--calcite-font-line-height-fixed-lg: 20px;
|
|
42
42
|
--calcite-font-line-height-fixed-xl: 24px;
|
|
43
|
-
--calcite-font-line-height-relative:
|
|
43
|
+
--calcite-font-line-height-relative: normal; /** normal */
|
|
44
44
|
--calcite-font-line-height-relative-tight: 1.25; /** 1.25 */
|
|
45
45
|
--calcite-font-line-height-relative-snug: 1.375; /** 1.375 */
|
|
46
46
|
--calcite-font-line-height-relative-normal: 1.5; /** 1.5 */
|
package/dist/css/semantic.css
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
--calcite-font-line-height-fixed-base: 16px;
|
|
39
39
|
--calcite-font-line-height-fixed-lg: 20px;
|
|
40
40
|
--calcite-font-line-height-fixed-xl: 24px;
|
|
41
|
-
--calcite-font-line-height-relative:
|
|
41
|
+
--calcite-font-line-height-relative: normal; /** normal */
|
|
42
42
|
--calcite-font-line-height-relative-tight: 1.25; /** 1.25 */
|
|
43
43
|
--calcite-font-line-height-relative-snug: 1.375; /** 1.375 */
|
|
44
44
|
--calcite-font-line-height-relative-normal: 1.5; /** 1.5 */
|
package/dist/docs/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1757095226802,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{core.color.neutral.blk-000}",
|
|
@@ -16371,6 +16371,33 @@
|
|
|
16371
16371
|
"name": "Size Relative Auto",
|
|
16372
16372
|
"path": ["core", "size", "relative", "auto"]
|
|
16373
16373
|
},
|
|
16374
|
+
{
|
|
16375
|
+
"key": "{core.size.relative.normal}",
|
|
16376
|
+
"value": "normal",
|
|
16377
|
+
"type": "dimension",
|
|
16378
|
+
"attributes": {
|
|
16379
|
+
"category": "size",
|
|
16380
|
+
"type": "size",
|
|
16381
|
+
"item": "relative",
|
|
16382
|
+
"subitem": "normal",
|
|
16383
|
+
"names": {
|
|
16384
|
+
"scss": "$calcite-size-relative-normal",
|
|
16385
|
+
"css": "var(--calcite-size-relative-normal)",
|
|
16386
|
+
"js": "core.size.relative.normal",
|
|
16387
|
+
"docs": "core.size.relative.normal",
|
|
16388
|
+
"es6": "calciteSizeRelativeNormal"
|
|
16389
|
+
},
|
|
16390
|
+
"calcite-schema": {
|
|
16391
|
+
"system": "calcite",
|
|
16392
|
+
"tier": "core",
|
|
16393
|
+
"type": "dimension"
|
|
16394
|
+
}
|
|
16395
|
+
},
|
|
16396
|
+
"filePath": "src/tokens/core/size.json",
|
|
16397
|
+
"isSource": false,
|
|
16398
|
+
"name": "Size Relative Normal",
|
|
16399
|
+
"path": ["core", "size", "relative", "normal"]
|
|
16400
|
+
},
|
|
16374
16401
|
{
|
|
16375
16402
|
"key": "{core.z-index.0}",
|
|
16376
16403
|
"value": "-999999",
|
package/dist/docs/dark.json
CHANGED
package/dist/docs/global.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1757095226602,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.color.background.default}",
|
|
@@ -2878,9 +2878,9 @@
|
|
|
2878
2878
|
},
|
|
2879
2879
|
{
|
|
2880
2880
|
"key": "{semantic.font.line-height.relative.default}",
|
|
2881
|
-
"value": "
|
|
2881
|
+
"value": "normal",
|
|
2882
2882
|
"type": "lineHeight",
|
|
2883
|
-
"description": "
|
|
2883
|
+
"description": "normal",
|
|
2884
2884
|
"attributes": {
|
|
2885
2885
|
"category": "font",
|
|
2886
2886
|
"group": "line-height",
|
|
@@ -2889,14 +2889,14 @@
|
|
|
2889
2889
|
"item": "line-height",
|
|
2890
2890
|
"subitem": "relative",
|
|
2891
2891
|
"state": "default",
|
|
2892
|
-
"value": "
|
|
2893
|
-
"description": "
|
|
2892
|
+
"value": "normal",
|
|
2893
|
+
"description": "normal",
|
|
2894
2894
|
"filePath": "src/tokens/semantic/font.json",
|
|
2895
2895
|
"isSource": true,
|
|
2896
2896
|
"key": "{semantic.font.line-height.relative.default}",
|
|
2897
2897
|
"name": "calcite-semantic-font-line-height-relative-default",
|
|
2898
2898
|
"path": ["semantic", "font", "line-height", "relative", "default"],
|
|
2899
|
-
"comment": "
|
|
2899
|
+
"comment": "normal",
|
|
2900
2900
|
"names": {
|
|
2901
2901
|
"scss": "$calcite-font-line-height-relative",
|
|
2902
2902
|
"css": "var(--calcite-font-line-height-relative)",
|
|
@@ -2914,7 +2914,7 @@
|
|
|
2914
2914
|
"isSource": true,
|
|
2915
2915
|
"name": "Font Line Height Relative",
|
|
2916
2916
|
"path": ["semantic", "font", "line-height", "relative", "default"],
|
|
2917
|
-
"comment": "
|
|
2917
|
+
"comment": "normal"
|
|
2918
2918
|
},
|
|
2919
2919
|
{
|
|
2920
2920
|
"key": "{semantic.font.line-height.relative.tight}",
|
package/dist/docs/light.json
CHANGED
package/dist/docs/semantic.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1757095226745,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{semantic.border.width.none}",
|
|
@@ -1067,9 +1067,9 @@
|
|
|
1067
1067
|
},
|
|
1068
1068
|
{
|
|
1069
1069
|
"key": "{semantic.font.line-height.relative.default}",
|
|
1070
|
-
"value": "
|
|
1070
|
+
"value": "normal",
|
|
1071
1071
|
"type": "lineHeight",
|
|
1072
|
-
"description": "
|
|
1072
|
+
"description": "normal",
|
|
1073
1073
|
"attributes": {
|
|
1074
1074
|
"category": "font",
|
|
1075
1075
|
"group": "line-height",
|
|
@@ -1078,14 +1078,14 @@
|
|
|
1078
1078
|
"item": "line-height",
|
|
1079
1079
|
"subitem": "relative",
|
|
1080
1080
|
"state": "default",
|
|
1081
|
-
"value": "
|
|
1082
|
-
"description": "
|
|
1081
|
+
"value": "normal",
|
|
1082
|
+
"description": "normal",
|
|
1083
1083
|
"filePath": "src/tokens/semantic/font.json",
|
|
1084
1084
|
"isSource": true,
|
|
1085
1085
|
"key": "{semantic.font.line-height.relative.default}",
|
|
1086
1086
|
"name": "calcite-semantic-font-line-height-relative-default",
|
|
1087
1087
|
"path": ["semantic", "font", "line-height", "relative", "default"],
|
|
1088
|
-
"comment": "
|
|
1088
|
+
"comment": "normal",
|
|
1089
1089
|
"names": {
|
|
1090
1090
|
"scss": "$calcite-font-line-height-relative",
|
|
1091
1091
|
"css": "var(--calcite-font-line-height-relative)",
|
|
@@ -1103,7 +1103,7 @@
|
|
|
1103
1103
|
"isSource": true,
|
|
1104
1104
|
"name": "Font Line Height Relative",
|
|
1105
1105
|
"path": ["semantic", "font", "line-height", "relative", "default"],
|
|
1106
|
-
"comment": "
|
|
1106
|
+
"comment": "normal"
|
|
1107
1107
|
},
|
|
1108
1108
|
{
|
|
1109
1109
|
"key": "{semantic.font.line-height.relative.tight}",
|
package/dist/es6/core.d.ts
CHANGED
|
@@ -617,6 +617,7 @@ export const calciteSizeRelative150: string;
|
|
|
617
617
|
export const calciteSizeRelative162: string;
|
|
618
618
|
export const calciteSizeRelative200: string;
|
|
619
619
|
export const calciteSizeRelativeAuto: string;
|
|
620
|
+
export const calciteSizeRelativeNormal: string;
|
|
620
621
|
export const calciteZIndex0: string;
|
|
621
622
|
export const calciteZIndex1: string;
|
|
622
623
|
export const calciteZIndex3: string;
|
package/dist/es6/core.js
CHANGED
|
@@ -598,6 +598,7 @@ export const calciteSizeRelative150 = "150%";
|
|
|
598
598
|
export const calciteSizeRelative162 = "162.5%";
|
|
599
599
|
export const calciteSizeRelative200 = "200%";
|
|
600
600
|
export const calciteSizeRelativeAuto = "auto";
|
|
601
|
+
export const calciteSizeRelativeNormal = "normal";
|
|
601
602
|
export const calciteZIndex0 = "-999999";
|
|
602
603
|
export const calciteZIndex1 = "1";
|
|
603
604
|
export const calciteZIndex3 = "300";
|
package/dist/es6/global.d.ts
CHANGED
|
@@ -125,7 +125,7 @@ export const calciteFontLineHeightFixedSm: string;
|
|
|
125
125
|
export const calciteFontLineHeightFixedBase: string;
|
|
126
126
|
export const calciteFontLineHeightFixedLg: string;
|
|
127
127
|
export const calciteFontLineHeightFixedXl: string;
|
|
128
|
-
/**
|
|
128
|
+
/** normal */
|
|
129
129
|
export const calciteFontLineHeightRelative: string;
|
|
130
130
|
/** 1.25 */
|
|
131
131
|
export const calciteFontLineHeightRelativeTight: string;
|
package/dist/es6/global.js
CHANGED
|
@@ -165,7 +165,7 @@ export const calciteFontLineHeightFixedSm = "12px";
|
|
|
165
165
|
export const calciteFontLineHeightFixedBase = "16px";
|
|
166
166
|
export const calciteFontLineHeightFixedLg = "20px";
|
|
167
167
|
export const calciteFontLineHeightFixedXl = "24px";
|
|
168
|
-
export const calciteFontLineHeightRelative = "
|
|
168
|
+
export const calciteFontLineHeightRelative = "normal"; // normal
|
|
169
169
|
export const calciteFontLineHeightRelativeTight = "1.25"; // 1.25
|
|
170
170
|
export const calciteFontLineHeightRelativeSnug = "1.375"; // 1.375
|
|
171
171
|
export const calciteFontLineHeightRelativeNormal = "1.5"; // 1.5
|
package/dist/es6/semantic.d.ts
CHANGED
|
@@ -47,7 +47,7 @@ export const calciteFontLineHeightFixedSm: string;
|
|
|
47
47
|
export const calciteFontLineHeightFixedBase: string;
|
|
48
48
|
export const calciteFontLineHeightFixedLg: string;
|
|
49
49
|
export const calciteFontLineHeightFixedXl: string;
|
|
50
|
-
/**
|
|
50
|
+
/** normal */
|
|
51
51
|
export const calciteFontLineHeightRelative: string;
|
|
52
52
|
/** 1.25 */
|
|
53
53
|
export const calciteFontLineHeightRelativeTight: string;
|
package/dist/es6/semantic.js
CHANGED
|
@@ -49,7 +49,7 @@ export const calciteFontLineHeightFixedSm = "12px";
|
|
|
49
49
|
export const calciteFontLineHeightFixedBase = "16px";
|
|
50
50
|
export const calciteFontLineHeightFixedLg = "20px";
|
|
51
51
|
export const calciteFontLineHeightFixedXl = "24px";
|
|
52
|
-
export const calciteFontLineHeightRelative = "
|
|
52
|
+
export const calciteFontLineHeightRelative = "normal"; // normal
|
|
53
53
|
export const calciteFontLineHeightRelativeTight = "1.25"; // 1.25
|
|
54
54
|
export const calciteFontLineHeightRelativeSnug = "1.375"; // 1.375
|
|
55
55
|
export const calciteFontLineHeightRelativeNormal = "1.5"; // 1.5
|
package/dist/js/core.d.ts
CHANGED
package/dist/js/core.js
CHANGED
|
@@ -22239,6 +22239,41 @@ export default {
|
|
|
22239
22239
|
name: "Size Relative Auto",
|
|
22240
22240
|
path: ["core", "size", "relative", "auto"],
|
|
22241
22241
|
},
|
|
22242
|
+
normal: {
|
|
22243
|
+
key: "{core.size.relative.normal}",
|
|
22244
|
+
value: "normal",
|
|
22245
|
+
type: "dimension",
|
|
22246
|
+
attributes: {
|
|
22247
|
+
category: "size",
|
|
22248
|
+
type: "size",
|
|
22249
|
+
item: "relative",
|
|
22250
|
+
subitem: "normal",
|
|
22251
|
+
names: {
|
|
22252
|
+
scss: "$calcite-size-relative-normal",
|
|
22253
|
+
css: "var(--calcite-size-relative-normal)",
|
|
22254
|
+
js: "core.size.relative.normal",
|
|
22255
|
+
docs: "core.size.relative.normal",
|
|
22256
|
+
es6: "calciteSizeRelativeNormal",
|
|
22257
|
+
},
|
|
22258
|
+
"calcite-schema": {
|
|
22259
|
+
system: "calcite",
|
|
22260
|
+
tier: "core",
|
|
22261
|
+
type: "dimension",
|
|
22262
|
+
},
|
|
22263
|
+
},
|
|
22264
|
+
filePath: "src/tokens/core/size.json",
|
|
22265
|
+
isSource: false,
|
|
22266
|
+
original: {
|
|
22267
|
+
value: "normal",
|
|
22268
|
+
type: "dimension",
|
|
22269
|
+
attributes: {
|
|
22270
|
+
category: "size",
|
|
22271
|
+
},
|
|
22272
|
+
key: "{core.size.relative.normal}",
|
|
22273
|
+
},
|
|
22274
|
+
name: "Size Relative Normal",
|
|
22275
|
+
path: ["core", "size", "relative", "normal"],
|
|
22276
|
+
},
|
|
22242
22277
|
},
|
|
22243
22278
|
},
|
|
22244
22279
|
"z-index": {
|
package/dist/js/global.js
CHANGED
|
@@ -4025,9 +4025,9 @@ export default {
|
|
|
4025
4025
|
relative: {
|
|
4026
4026
|
default: {
|
|
4027
4027
|
key: "{semantic.font.line-height.relative.default}",
|
|
4028
|
-
value: "
|
|
4028
|
+
value: "normal",
|
|
4029
4029
|
type: "lineHeight",
|
|
4030
|
-
description: "
|
|
4030
|
+
description: "normal",
|
|
4031
4031
|
attributes: {
|
|
4032
4032
|
category: "font",
|
|
4033
4033
|
group: "line-height",
|
|
@@ -4036,14 +4036,14 @@ export default {
|
|
|
4036
4036
|
item: "line-height",
|
|
4037
4037
|
subitem: "relative",
|
|
4038
4038
|
state: "default",
|
|
4039
|
-
value: "
|
|
4040
|
-
description: "
|
|
4039
|
+
value: "normal",
|
|
4040
|
+
description: "normal",
|
|
4041
4041
|
filePath: "src/tokens/semantic/font.json",
|
|
4042
4042
|
isSource: true,
|
|
4043
4043
|
key: "{semantic.font.line-height.relative.default}",
|
|
4044
4044
|
name: "calcite-semantic-font-line-height-relative-default",
|
|
4045
4045
|
path: ["semantic", "font", "line-height", "relative", "default"],
|
|
4046
|
-
comment: "
|
|
4046
|
+
comment: "normal",
|
|
4047
4047
|
names: {
|
|
4048
4048
|
scss: "$calcite-font-line-height-relative",
|
|
4049
4049
|
css: "var(--calcite-font-line-height-relative)",
|
|
@@ -4060,9 +4060,9 @@ export default {
|
|
|
4060
4060
|
filePath: "src/tokens/semantic/font.json",
|
|
4061
4061
|
isSource: true,
|
|
4062
4062
|
original: {
|
|
4063
|
-
value: "{core.size.relative.
|
|
4063
|
+
value: "{core.size.relative.normal}",
|
|
4064
4064
|
type: "lineHeight",
|
|
4065
|
-
description: "
|
|
4065
|
+
description: "normal",
|
|
4066
4066
|
attributes: {
|
|
4067
4067
|
category: "font",
|
|
4068
4068
|
group: "line-height",
|
|
@@ -4072,7 +4072,7 @@ export default {
|
|
|
4072
4072
|
},
|
|
4073
4073
|
name: "Font Line Height Relative",
|
|
4074
4074
|
path: ["semantic", "font", "line-height", "relative", "default"],
|
|
4075
|
-
comment: "
|
|
4075
|
+
comment: "normal",
|
|
4076
4076
|
},
|
|
4077
4077
|
tight: {
|
|
4078
4078
|
key: "{semantic.font.line-height.relative.tight}",
|
package/dist/js/semantic.js
CHANGED
|
@@ -1427,9 +1427,9 @@ export default {
|
|
|
1427
1427
|
relative: {
|
|
1428
1428
|
default: {
|
|
1429
1429
|
key: "{semantic.font.line-height.relative.default}",
|
|
1430
|
-
value: "
|
|
1430
|
+
value: "normal",
|
|
1431
1431
|
type: "lineHeight",
|
|
1432
|
-
description: "
|
|
1432
|
+
description: "normal",
|
|
1433
1433
|
attributes: {
|
|
1434
1434
|
category: "font",
|
|
1435
1435
|
group: "line-height",
|
|
@@ -1438,14 +1438,14 @@ export default {
|
|
|
1438
1438
|
item: "line-height",
|
|
1439
1439
|
subitem: "relative",
|
|
1440
1440
|
state: "default",
|
|
1441
|
-
value: "
|
|
1442
|
-
description: "
|
|
1441
|
+
value: "normal",
|
|
1442
|
+
description: "normal",
|
|
1443
1443
|
filePath: "src/tokens/semantic/font.json",
|
|
1444
1444
|
isSource: true,
|
|
1445
1445
|
key: "{semantic.font.line-height.relative.default}",
|
|
1446
1446
|
name: "calcite-semantic-font-line-height-relative-default",
|
|
1447
1447
|
path: ["semantic", "font", "line-height", "relative", "default"],
|
|
1448
|
-
comment: "
|
|
1448
|
+
comment: "normal",
|
|
1449
1449
|
names: {
|
|
1450
1450
|
scss: "$calcite-font-line-height-relative",
|
|
1451
1451
|
css: "var(--calcite-font-line-height-relative)",
|
|
@@ -1462,9 +1462,9 @@ export default {
|
|
|
1462
1462
|
filePath: "src/tokens/semantic/font.json",
|
|
1463
1463
|
isSource: true,
|
|
1464
1464
|
original: {
|
|
1465
|
-
value: "{core.size.relative.
|
|
1465
|
+
value: "{core.size.relative.normal}",
|
|
1466
1466
|
type: "lineHeight",
|
|
1467
|
-
description: "
|
|
1467
|
+
description: "normal",
|
|
1468
1468
|
attributes: {
|
|
1469
1469
|
category: "font",
|
|
1470
1470
|
group: "line-height",
|
|
@@ -1474,7 +1474,7 @@ export default {
|
|
|
1474
1474
|
},
|
|
1475
1475
|
name: "Font Line Height Relative",
|
|
1476
1476
|
path: ["semantic", "font", "line-height", "relative", "default"],
|
|
1477
|
-
comment: "
|
|
1477
|
+
comment: "normal",
|
|
1478
1478
|
},
|
|
1479
1479
|
tight: {
|
|
1480
1480
|
key: "{semantic.font.line-height.relative.tight}",
|
package/dist/scss/core.scss
CHANGED
|
@@ -562,6 +562,7 @@ $calcite-size-relative-150: 150%;
|
|
|
562
562
|
$calcite-size-relative-162: 162.5%;
|
|
563
563
|
$calcite-size-relative-200: 200%;
|
|
564
564
|
$calcite-size-relative-auto: auto;
|
|
565
|
+
$calcite-size-relative-normal: normal;
|
|
565
566
|
$calcite-z-index-0: -999999;
|
|
566
567
|
$calcite-z-index-1: 1;
|
|
567
568
|
$calcite-z-index-3: 300;
|
package/dist/scss/global.scss
CHANGED
|
@@ -38,7 +38,7 @@ $calcite-font-line-height-fixed-sm: 12px;
|
|
|
38
38
|
$calcite-font-line-height-fixed-base: 16px;
|
|
39
39
|
$calcite-font-line-height-fixed-lg: 20px;
|
|
40
40
|
$calcite-font-line-height-fixed-xl: 24px;
|
|
41
|
-
$calcite-font-line-height-relative:
|
|
41
|
+
$calcite-font-line-height-relative: normal; // normal
|
|
42
42
|
$calcite-font-line-height-relative-tight: 1.25; // 1.25
|
|
43
43
|
$calcite-font-line-height-relative-snug: 1.375; // 1.375
|
|
44
44
|
$calcite-font-line-height-relative-normal: 1.5; // 1.5
|
package/dist/scss/semantic.scss
CHANGED
|
@@ -36,7 +36,7 @@ $calcite-font-line-height-fixed-sm: 12px;
|
|
|
36
36
|
$calcite-font-line-height-fixed-base: 16px;
|
|
37
37
|
$calcite-font-line-height-fixed-lg: 20px;
|
|
38
38
|
$calcite-font-line-height-fixed-xl: 24px;
|
|
39
|
-
$calcite-font-line-height-relative:
|
|
39
|
+
$calcite-font-line-height-relative: normal; // normal
|
|
40
40
|
$calcite-font-line-height-relative-tight: 1.25; // 1.25
|
|
41
41
|
$calcite-font-line-height-relative-snug: 1.375; // 1.375
|
|
42
42
|
$calcite-font-line-height-relative-normal: 1.5; // 1.5
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "3.2.0-next.
|
|
3
|
+
"version": "3.2.0-next.13",
|
|
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": "3.2.4"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "8f81269bec184185911dcd3a86b9b98c7a6380df"
|
|
50
50
|
}
|