@esri/calcite-design-tokens 4.0.0-next.2 → 4.0.0-next.20
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/LICENSE.md +1 -1
- package/README.md +1 -1
- package/dist/css/breakpoints.css +8 -4
- package/dist/css/core.css +17 -2
- package/dist/css/dark.css +31 -27
- package/dist/css/global.css +64 -20
- package/dist/css/index.css +175 -150
- package/dist/css/light.css +36 -32
- package/dist/css/semantic.css +64 -20
- package/dist/docs/core.json +402 -3
- package/dist/docs/dark.json +647 -556
- package/dist/docs/global.json +3937 -2619
- package/dist/docs/light.json +667 -576
- package/dist/docs/semantic.json +2760 -1541
- package/dist/es6/breakpoints.d.ts +6 -2
- package/dist/es6/breakpoints.js +4 -2
- package/dist/es6/core.d.ts +15 -0
- package/dist/es6/core.js +17 -2
- package/dist/es6/dark.d.ts +31 -23
- package/dist/es6/dark.js +31 -27
- package/dist/es6/global.d.ts +106 -32
- package/dist/es6/global.js +129 -79
- package/dist/es6/light.d.ts +31 -23
- package/dist/es6/light.js +36 -32
- package/dist/es6/semantic.d.ts +63 -1
- package/dist/es6/semantic.js +64 -20
- package/dist/scss/breakpoints.scss +8 -4
- package/dist/scss/core.scss +17 -2
- package/dist/scss/dark.scss +31 -27
- package/dist/scss/global.scss +64 -20
- package/dist/scss/index.scss +69 -59
- package/dist/scss/light.scss +36 -32
- package/dist/scss/semantic.scss +64 -20
- package/package.json +8 -7
- package/dist/css/component.css +0 -11
package/dist/docs/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp":
|
|
2
|
+
"timestamp": 1769721281638,
|
|
3
3
|
"tokens": [
|
|
4
4
|
{
|
|
5
5
|
"key": "{core.color.neutral.blk-000}",
|
|
@@ -9678,7 +9678,7 @@
|
|
|
9678
9678
|
},
|
|
9679
9679
|
{
|
|
9680
9680
|
"key": "{core.color.high-saturation.orange-yellow.h-oy-070}",
|
|
9681
|
-
"value": "#
|
|
9681
|
+
"value": "#da7c0b",
|
|
9682
9682
|
"type": "color",
|
|
9683
9683
|
"attributes": {
|
|
9684
9684
|
"category": "color",
|
|
@@ -12114,7 +12114,7 @@
|
|
|
12114
12114
|
},
|
|
12115
12115
|
{
|
|
12116
12116
|
"key": "{core.color.vibrant.orange-yellow.v-oy-180}",
|
|
12117
|
-
"value": "#
|
|
12117
|
+
"value": "#c26b00",
|
|
12118
12118
|
"type": "color",
|
|
12119
12119
|
"attributes": {
|
|
12120
12120
|
"category": "color",
|
|
@@ -15610,6 +15610,32 @@
|
|
|
15610
15610
|
"name": "Size 288",
|
|
15611
15611
|
"path": ["core", "size", "default", "288"]
|
|
15612
15612
|
},
|
|
15613
|
+
{
|
|
15614
|
+
"key": "{core.size.default.9999}",
|
|
15615
|
+
"value": "9999px",
|
|
15616
|
+
"type": "dimension",
|
|
15617
|
+
"attributes": {
|
|
15618
|
+
"category": "size",
|
|
15619
|
+
"type": "size",
|
|
15620
|
+
"item": "default",
|
|
15621
|
+
"subitem": "9999",
|
|
15622
|
+
"names": {
|
|
15623
|
+
"scss": "$calcite-size-9999",
|
|
15624
|
+
"css": "var(--calcite-size-9999)",
|
|
15625
|
+
"docs": "core.size.default.9999",
|
|
15626
|
+
"es6": "calciteSize9999"
|
|
15627
|
+
},
|
|
15628
|
+
"calcite-schema": {
|
|
15629
|
+
"system": "calcite",
|
|
15630
|
+
"tier": "core",
|
|
15631
|
+
"type": "dimension"
|
|
15632
|
+
}
|
|
15633
|
+
},
|
|
15634
|
+
"filePath": "src/tokens/core/size.json",
|
|
15635
|
+
"isSource": false,
|
|
15636
|
+
"name": "Size 9999",
|
|
15637
|
+
"path": ["core", "size", "default", "9999"]
|
|
15638
|
+
},
|
|
15613
15639
|
{
|
|
15614
15640
|
"key": "{core.size.default.none}",
|
|
15615
15641
|
"value": "0",
|
|
@@ -15870,6 +15896,379 @@
|
|
|
15870
15896
|
"name": "Size Relative Normal",
|
|
15871
15897
|
"path": ["core", "size", "relative", "normal"]
|
|
15872
15898
|
},
|
|
15899
|
+
{
|
|
15900
|
+
"key": "{core.size.rem.1}",
|
|
15901
|
+
"value": "1rem",
|
|
15902
|
+
"type": "dimension",
|
|
15903
|
+
"attributes": {
|
|
15904
|
+
"category": "size",
|
|
15905
|
+
"type": "size",
|
|
15906
|
+
"item": "rem",
|
|
15907
|
+
"subitem": "1",
|
|
15908
|
+
"names": {
|
|
15909
|
+
"scss": "$calcite-size-rem-1",
|
|
15910
|
+
"css": "var(--calcite-size-rem-1)",
|
|
15911
|
+
"docs": "core.size.rem.1",
|
|
15912
|
+
"es6": "calciteSizeRem1"
|
|
15913
|
+
},
|
|
15914
|
+
"calcite-schema": {
|
|
15915
|
+
"system": "calcite",
|
|
15916
|
+
"tier": "core",
|
|
15917
|
+
"type": "dimension"
|
|
15918
|
+
}
|
|
15919
|
+
},
|
|
15920
|
+
"filePath": "src/tokens/core/size.json",
|
|
15921
|
+
"isSource": false,
|
|
15922
|
+
"name": "Size Rem 1",
|
|
15923
|
+
"path": ["core", "size", "rem", "1"]
|
|
15924
|
+
},
|
|
15925
|
+
{
|
|
15926
|
+
"key": "{core.size.rem.2}",
|
|
15927
|
+
"value": "2rem",
|
|
15928
|
+
"type": "dimension",
|
|
15929
|
+
"attributes": {
|
|
15930
|
+
"category": "size",
|
|
15931
|
+
"type": "size",
|
|
15932
|
+
"item": "rem",
|
|
15933
|
+
"subitem": "2",
|
|
15934
|
+
"names": {
|
|
15935
|
+
"scss": "$calcite-size-rem-2",
|
|
15936
|
+
"css": "var(--calcite-size-rem-2)",
|
|
15937
|
+
"docs": "core.size.rem.2",
|
|
15938
|
+
"es6": "calciteSizeRem2"
|
|
15939
|
+
},
|
|
15940
|
+
"calcite-schema": {
|
|
15941
|
+
"system": "calcite",
|
|
15942
|
+
"tier": "core",
|
|
15943
|
+
"type": "dimension"
|
|
15944
|
+
}
|
|
15945
|
+
},
|
|
15946
|
+
"filePath": "src/tokens/core/size.json",
|
|
15947
|
+
"isSource": false,
|
|
15948
|
+
"name": "Size Rem 2",
|
|
15949
|
+
"path": ["core", "size", "rem", "2"]
|
|
15950
|
+
},
|
|
15951
|
+
{
|
|
15952
|
+
"key": "{core.size.rem.3}",
|
|
15953
|
+
"value": "3rem",
|
|
15954
|
+
"type": "dimension",
|
|
15955
|
+
"attributes": {
|
|
15956
|
+
"category": "size",
|
|
15957
|
+
"type": "size",
|
|
15958
|
+
"item": "rem",
|
|
15959
|
+
"subitem": "3",
|
|
15960
|
+
"names": {
|
|
15961
|
+
"scss": "$calcite-size-rem-3",
|
|
15962
|
+
"css": "var(--calcite-size-rem-3)",
|
|
15963
|
+
"docs": "core.size.rem.3",
|
|
15964
|
+
"es6": "calciteSizeRem3"
|
|
15965
|
+
},
|
|
15966
|
+
"calcite-schema": {
|
|
15967
|
+
"system": "calcite",
|
|
15968
|
+
"tier": "core",
|
|
15969
|
+
"type": "dimension"
|
|
15970
|
+
}
|
|
15971
|
+
},
|
|
15972
|
+
"filePath": "src/tokens/core/size.json",
|
|
15973
|
+
"isSource": false,
|
|
15974
|
+
"name": "Size Rem 3",
|
|
15975
|
+
"path": ["core", "size", "rem", "3"]
|
|
15976
|
+
},
|
|
15977
|
+
{
|
|
15978
|
+
"key": "{core.size.rem.4}",
|
|
15979
|
+
"value": "4rem",
|
|
15980
|
+
"type": "dimension",
|
|
15981
|
+
"attributes": {
|
|
15982
|
+
"category": "size",
|
|
15983
|
+
"type": "size",
|
|
15984
|
+
"item": "rem",
|
|
15985
|
+
"subitem": "4",
|
|
15986
|
+
"names": {
|
|
15987
|
+
"scss": "$calcite-size-rem-4",
|
|
15988
|
+
"css": "var(--calcite-size-rem-4)",
|
|
15989
|
+
"docs": "core.size.rem.4",
|
|
15990
|
+
"es6": "calciteSizeRem4"
|
|
15991
|
+
},
|
|
15992
|
+
"calcite-schema": {
|
|
15993
|
+
"system": "calcite",
|
|
15994
|
+
"tier": "core",
|
|
15995
|
+
"type": "dimension"
|
|
15996
|
+
}
|
|
15997
|
+
},
|
|
15998
|
+
"filePath": "src/tokens/core/size.json",
|
|
15999
|
+
"isSource": false,
|
|
16000
|
+
"name": "Size Rem 4",
|
|
16001
|
+
"path": ["core", "size", "rem", "4"]
|
|
16002
|
+
},
|
|
16003
|
+
{
|
|
16004
|
+
"key": "{core.size.rem.5}",
|
|
16005
|
+
"value": "5rem",
|
|
16006
|
+
"type": "dimension",
|
|
16007
|
+
"attributes": {
|
|
16008
|
+
"category": "size",
|
|
16009
|
+
"type": "size",
|
|
16010
|
+
"item": "rem",
|
|
16011
|
+
"subitem": "5",
|
|
16012
|
+
"names": {
|
|
16013
|
+
"scss": "$calcite-size-rem-5",
|
|
16014
|
+
"css": "var(--calcite-size-rem-5)",
|
|
16015
|
+
"docs": "core.size.rem.5",
|
|
16016
|
+
"es6": "calciteSizeRem5"
|
|
16017
|
+
},
|
|
16018
|
+
"calcite-schema": {
|
|
16019
|
+
"system": "calcite",
|
|
16020
|
+
"tier": "core",
|
|
16021
|
+
"type": "dimension"
|
|
16022
|
+
}
|
|
16023
|
+
},
|
|
16024
|
+
"filePath": "src/tokens/core/size.json",
|
|
16025
|
+
"isSource": false,
|
|
16026
|
+
"name": "Size Rem 5",
|
|
16027
|
+
"path": ["core", "size", "rem", "5"]
|
|
16028
|
+
},
|
|
16029
|
+
{
|
|
16030
|
+
"key": "{core.size.rem.0-625}",
|
|
16031
|
+
"value": "0.625rem",
|
|
16032
|
+
"type": "dimension",
|
|
16033
|
+
"attributes": {
|
|
16034
|
+
"category": "size",
|
|
16035
|
+
"type": "size",
|
|
16036
|
+
"item": "rem",
|
|
16037
|
+
"subitem": "0-625",
|
|
16038
|
+
"names": {
|
|
16039
|
+
"scss": "$calcite-size-rem-0-625",
|
|
16040
|
+
"css": "var(--calcite-size-rem-0-625)",
|
|
16041
|
+
"docs": "core.size.rem.0-625",
|
|
16042
|
+
"es6": "calciteSizeRem0625"
|
|
16043
|
+
},
|
|
16044
|
+
"calcite-schema": {
|
|
16045
|
+
"system": "calcite",
|
|
16046
|
+
"tier": "core",
|
|
16047
|
+
"type": "dimension"
|
|
16048
|
+
}
|
|
16049
|
+
},
|
|
16050
|
+
"filePath": "src/tokens/core/size.json",
|
|
16051
|
+
"isSource": false,
|
|
16052
|
+
"name": "Size Rem 0 625",
|
|
16053
|
+
"path": ["core", "size", "rem", "0-625"]
|
|
16054
|
+
},
|
|
16055
|
+
{
|
|
16056
|
+
"key": "{core.size.rem.0-75}",
|
|
16057
|
+
"value": "0.75rem",
|
|
16058
|
+
"type": "dimension",
|
|
16059
|
+
"attributes": {
|
|
16060
|
+
"category": "size",
|
|
16061
|
+
"type": "size",
|
|
16062
|
+
"item": "rem",
|
|
16063
|
+
"subitem": "0-75",
|
|
16064
|
+
"names": {
|
|
16065
|
+
"scss": "$calcite-size-rem-0-75",
|
|
16066
|
+
"css": "var(--calcite-size-rem-0-75)",
|
|
16067
|
+
"docs": "core.size.rem.0-75",
|
|
16068
|
+
"es6": "calciteSizeRem075"
|
|
16069
|
+
},
|
|
16070
|
+
"calcite-schema": {
|
|
16071
|
+
"system": "calcite",
|
|
16072
|
+
"tier": "core",
|
|
16073
|
+
"type": "dimension"
|
|
16074
|
+
}
|
|
16075
|
+
},
|
|
16076
|
+
"filePath": "src/tokens/core/size.json",
|
|
16077
|
+
"isSource": false,
|
|
16078
|
+
"name": "Size Rem 0 75",
|
|
16079
|
+
"path": ["core", "size", "rem", "0-75"]
|
|
16080
|
+
},
|
|
16081
|
+
{
|
|
16082
|
+
"1": {
|
|
16083
|
+
"value": "1",
|
|
16084
|
+
"type": "sizing",
|
|
16085
|
+
"attributes": {
|
|
16086
|
+
"category": "size"
|
|
16087
|
+
},
|
|
16088
|
+
"filePath": "src/tokens/core/size.json",
|
|
16089
|
+
"isSource": false
|
|
16090
|
+
},
|
|
16091
|
+
"key": "{core.size.rem.0-875}",
|
|
16092
|
+
"value": "0.875rem",
|
|
16093
|
+
"type": "dimension",
|
|
16094
|
+
"attributes": {
|
|
16095
|
+
"category": "size",
|
|
16096
|
+
"type": "size",
|
|
16097
|
+
"item": "rem",
|
|
16098
|
+
"subitem": "0-875",
|
|
16099
|
+
"names": {
|
|
16100
|
+
"scss": "$calcite-size-rem-0-875",
|
|
16101
|
+
"css": "var(--calcite-size-rem-0-875)",
|
|
16102
|
+
"docs": "core.size.rem.0-875",
|
|
16103
|
+
"es6": "calciteSizeRem0875"
|
|
16104
|
+
},
|
|
16105
|
+
"calcite-schema": {
|
|
16106
|
+
"system": "calcite",
|
|
16107
|
+
"tier": "core",
|
|
16108
|
+
"type": "dimension"
|
|
16109
|
+
}
|
|
16110
|
+
},
|
|
16111
|
+
"filePath": "src/tokens/core/size.json",
|
|
16112
|
+
"isSource": false,
|
|
16113
|
+
"name": "Size Rem 0 875",
|
|
16114
|
+
"path": ["core", "size", "rem", "0-875"]
|
|
16115
|
+
},
|
|
16116
|
+
{
|
|
16117
|
+
"key": "{core.size.rem.1-125}",
|
|
16118
|
+
"value": "1.125rem",
|
|
16119
|
+
"type": "dimension",
|
|
16120
|
+
"attributes": {
|
|
16121
|
+
"category": "size",
|
|
16122
|
+
"type": "size",
|
|
16123
|
+
"item": "rem",
|
|
16124
|
+
"subitem": "1-125",
|
|
16125
|
+
"names": {
|
|
16126
|
+
"scss": "$calcite-size-rem-1-125",
|
|
16127
|
+
"css": "var(--calcite-size-rem-1-125)",
|
|
16128
|
+
"docs": "core.size.rem.1-125",
|
|
16129
|
+
"es6": "calciteSizeRem1125"
|
|
16130
|
+
},
|
|
16131
|
+
"calcite-schema": {
|
|
16132
|
+
"system": "calcite",
|
|
16133
|
+
"tier": "core",
|
|
16134
|
+
"type": "dimension"
|
|
16135
|
+
}
|
|
16136
|
+
},
|
|
16137
|
+
"filePath": "src/tokens/core/size.json",
|
|
16138
|
+
"isSource": false,
|
|
16139
|
+
"name": "Size Rem 1 125",
|
|
16140
|
+
"path": ["core", "size", "rem", "1-125"]
|
|
16141
|
+
},
|
|
16142
|
+
{
|
|
16143
|
+
"key": "{core.size.rem.1-25}",
|
|
16144
|
+
"value": "1.25rem",
|
|
16145
|
+
"type": "dimension",
|
|
16146
|
+
"attributes": {
|
|
16147
|
+
"category": "size",
|
|
16148
|
+
"type": "size",
|
|
16149
|
+
"item": "rem",
|
|
16150
|
+
"subitem": "1-25",
|
|
16151
|
+
"names": {
|
|
16152
|
+
"scss": "$calcite-size-rem-1-25",
|
|
16153
|
+
"css": "var(--calcite-size-rem-1-25)",
|
|
16154
|
+
"docs": "core.size.rem.1-25",
|
|
16155
|
+
"es6": "calciteSizeRem125"
|
|
16156
|
+
},
|
|
16157
|
+
"calcite-schema": {
|
|
16158
|
+
"system": "calcite",
|
|
16159
|
+
"tier": "core",
|
|
16160
|
+
"type": "dimension"
|
|
16161
|
+
}
|
|
16162
|
+
},
|
|
16163
|
+
"filePath": "src/tokens/core/size.json",
|
|
16164
|
+
"isSource": false,
|
|
16165
|
+
"name": "Size Rem 1 25",
|
|
16166
|
+
"path": ["core", "size", "rem", "1-25"]
|
|
16167
|
+
},
|
|
16168
|
+
{
|
|
16169
|
+
"key": "{core.size.rem.1-5}",
|
|
16170
|
+
"value": "1.5rem",
|
|
16171
|
+
"type": "dimension",
|
|
16172
|
+
"attributes": {
|
|
16173
|
+
"category": "size",
|
|
16174
|
+
"type": "size",
|
|
16175
|
+
"item": "rem",
|
|
16176
|
+
"subitem": "1-5",
|
|
16177
|
+
"names": {
|
|
16178
|
+
"scss": "$calcite-size-rem-1-5",
|
|
16179
|
+
"css": "var(--calcite-size-rem-1-5)",
|
|
16180
|
+
"docs": "core.size.rem.1-5",
|
|
16181
|
+
"es6": "calciteSizeRem15"
|
|
16182
|
+
},
|
|
16183
|
+
"calcite-schema": {
|
|
16184
|
+
"system": "calcite",
|
|
16185
|
+
"tier": "core",
|
|
16186
|
+
"type": "dimension"
|
|
16187
|
+
}
|
|
16188
|
+
},
|
|
16189
|
+
"filePath": "src/tokens/core/size.json",
|
|
16190
|
+
"isSource": false,
|
|
16191
|
+
"name": "Size Rem 1 5",
|
|
16192
|
+
"path": ["core", "size", "rem", "1-5"]
|
|
16193
|
+
},
|
|
16194
|
+
{
|
|
16195
|
+
"key": "{core.size.rem.1-625}",
|
|
16196
|
+
"value": "1.625rem",
|
|
16197
|
+
"type": "dimension",
|
|
16198
|
+
"attributes": {
|
|
16199
|
+
"category": "size",
|
|
16200
|
+
"type": "size",
|
|
16201
|
+
"item": "rem",
|
|
16202
|
+
"subitem": "1-625",
|
|
16203
|
+
"names": {
|
|
16204
|
+
"scss": "$calcite-size-rem-1-625",
|
|
16205
|
+
"css": "var(--calcite-size-rem-1-625)",
|
|
16206
|
+
"docs": "core.size.rem.1-625",
|
|
16207
|
+
"es6": "calciteSizeRem1625"
|
|
16208
|
+
},
|
|
16209
|
+
"calcite-schema": {
|
|
16210
|
+
"system": "calcite",
|
|
16211
|
+
"tier": "core",
|
|
16212
|
+
"type": "dimension"
|
|
16213
|
+
}
|
|
16214
|
+
},
|
|
16215
|
+
"filePath": "src/tokens/core/size.json",
|
|
16216
|
+
"isSource": false,
|
|
16217
|
+
"name": "Size Rem 1 625",
|
|
16218
|
+
"path": ["core", "size", "rem", "1-625"]
|
|
16219
|
+
},
|
|
16220
|
+
{
|
|
16221
|
+
"key": "{core.size.rem.2-5}",
|
|
16222
|
+
"value": "2.5rem",
|
|
16223
|
+
"type": "dimension",
|
|
16224
|
+
"attributes": {
|
|
16225
|
+
"category": "size",
|
|
16226
|
+
"type": "size",
|
|
16227
|
+
"item": "rem",
|
|
16228
|
+
"subitem": "2-5",
|
|
16229
|
+
"names": {
|
|
16230
|
+
"scss": "$calcite-size-rem-2-5",
|
|
16231
|
+
"css": "var(--calcite-size-rem-2-5)",
|
|
16232
|
+
"docs": "core.size.rem.2-5",
|
|
16233
|
+
"es6": "calciteSizeRem25"
|
|
16234
|
+
},
|
|
16235
|
+
"calcite-schema": {
|
|
16236
|
+
"system": "calcite",
|
|
16237
|
+
"tier": "core",
|
|
16238
|
+
"type": "dimension"
|
|
16239
|
+
}
|
|
16240
|
+
},
|
|
16241
|
+
"filePath": "src/tokens/core/size.json",
|
|
16242
|
+
"isSource": false,
|
|
16243
|
+
"name": "Size Rem 2 5",
|
|
16244
|
+
"path": ["core", "size", "rem", "2-5"]
|
|
16245
|
+
},
|
|
16246
|
+
{
|
|
16247
|
+
"key": "{core.size.rem.3-5}",
|
|
16248
|
+
"value": "3.5rem",
|
|
16249
|
+
"type": "dimension",
|
|
16250
|
+
"attributes": {
|
|
16251
|
+
"category": "size",
|
|
16252
|
+
"type": "size",
|
|
16253
|
+
"item": "rem",
|
|
16254
|
+
"subitem": "3-5",
|
|
16255
|
+
"names": {
|
|
16256
|
+
"scss": "$calcite-size-rem-3-5",
|
|
16257
|
+
"css": "var(--calcite-size-rem-3-5)",
|
|
16258
|
+
"docs": "core.size.rem.3-5",
|
|
16259
|
+
"es6": "calciteSizeRem35"
|
|
16260
|
+
},
|
|
16261
|
+
"calcite-schema": {
|
|
16262
|
+
"system": "calcite",
|
|
16263
|
+
"tier": "core",
|
|
16264
|
+
"type": "dimension"
|
|
16265
|
+
}
|
|
16266
|
+
},
|
|
16267
|
+
"filePath": "src/tokens/core/size.json",
|
|
16268
|
+
"isSource": false,
|
|
16269
|
+
"name": "Size Rem 3 5",
|
|
16270
|
+
"path": ["core", "size", "rem", "3-5"]
|
|
16271
|
+
},
|
|
15873
16272
|
{
|
|
15874
16273
|
"key": "{core.z-index.0}",
|
|
15875
16274
|
"value": "-999999",
|