@esri/calcite-design-tokens 3.2.0-next.13 → 3.2.0-next.15
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 +2 -1
- package/dist/css/global.css +6 -0
- package/dist/css/semantic.css +6 -0
- package/dist/docs/core.json +41 -2
- package/dist/docs/dark.json +1 -1
- package/dist/docs/global.json +191 -1
- package/dist/docs/light.json +1 -1
- package/dist/docs/semantic.json +191 -1
- package/dist/es6/core.d.ts +2 -0
- package/dist/es6/core.js +2 -1
- package/dist/es6/global.d.ts +7 -0
- package/dist/es6/global.js +6 -0
- package/dist/es6/semantic.d.ts +7 -0
- package/dist/es6/semantic.js +6 -0
- package/dist/js/core.d.ts +1 -0
- package/dist/js/core.js +54 -0
- package/dist/js/global.d.ts +6 -0
- package/dist/js/global.js +251 -0
- package/dist/js/semantic.d.ts +6 -0
- package/dist/js/semantic.js +251 -0
- package/dist/scss/core.scss +2 -1
- package/dist/scss/global.scss +6 -0
- package/dist/scss/semantic.scss +6 -0
- package/package.json +2 -2
package/dist/js/core.js
CHANGED
|
@@ -6055,10 +6055,50 @@ export default {
|
|
|
6055
6055
|
name: "Color Low Saturation Violet L Vv 090",
|
|
6056
6056
|
path: ["core", "color", "low-saturation", "violet", "l-vv-090"],
|
|
6057
6057
|
},
|
|
6058
|
+
"l-vv-100": {
|
|
6059
|
+
key: "{core.color.low-saturation.violet.l-vv-100}",
|
|
6060
|
+
value: "#13111a",
|
|
6061
|
+
type: "color",
|
|
6062
|
+
attributes: {
|
|
6063
|
+
category: "color",
|
|
6064
|
+
group: "low-saturation",
|
|
6065
|
+
type: "color",
|
|
6066
|
+
item: "low-saturation",
|
|
6067
|
+
subitem: "violet",
|
|
6068
|
+
state: "l-vv-100",
|
|
6069
|
+
names: {
|
|
6070
|
+
scss: "$calcite-color-low-saturation-violet-l-vv-100",
|
|
6071
|
+
css: "var(--calcite-color-low-saturation-violet-l-vv-100)",
|
|
6072
|
+
js: "core.color.low-saturation.violet.l-vv-100",
|
|
6073
|
+
docs: "core.color.low-saturation.violet.l-vv-100",
|
|
6074
|
+
es6: "calciteColorLowSaturationVioletLVv100",
|
|
6075
|
+
},
|
|
6076
|
+
"calcite-schema": {
|
|
6077
|
+
system: "calcite",
|
|
6078
|
+
tier: "core",
|
|
6079
|
+
type: "color",
|
|
6080
|
+
},
|
|
6081
|
+
},
|
|
6082
|
+
filePath: "src/tokens/core/color.json",
|
|
6083
|
+
isSource: false,
|
|
6084
|
+
original: {
|
|
6085
|
+
value: "#13111a",
|
|
6086
|
+
type: "color",
|
|
6087
|
+
attributes: {
|
|
6088
|
+
category: "color",
|
|
6089
|
+
group: "low-saturation",
|
|
6090
|
+
},
|
|
6091
|
+
key: "{core.color.low-saturation.violet.l-vv-100}",
|
|
6092
|
+
},
|
|
6093
|
+
name: "Color Low Saturation Violet L Vv 100",
|
|
6094
|
+
path: ["core", "color", "low-saturation", "violet", "l-vv-100"],
|
|
6095
|
+
},
|
|
6058
6096
|
"l-vv-1000": {
|
|
6059
6097
|
key: "{core.color.low-saturation.violet.l-vv-1000}",
|
|
6060
6098
|
value: "#13111a",
|
|
6061
6099
|
type: "color",
|
|
6100
|
+
description:
|
|
6101
|
+
"deprecated, use --calcite-color-low-saturation-violet-l-vv-100 instead",
|
|
6062
6102
|
attributes: {
|
|
6063
6103
|
category: "color",
|
|
6064
6104
|
group: "low-saturation",
|
|
@@ -6066,6 +6106,16 @@ export default {
|
|
|
6066
6106
|
item: "low-saturation",
|
|
6067
6107
|
subitem: "violet",
|
|
6068
6108
|
state: "l-vv-1000",
|
|
6109
|
+
value: "#13111a",
|
|
6110
|
+
description:
|
|
6111
|
+
"deprecated, use --calcite-color-low-saturation-violet-l-vv-100 instead",
|
|
6112
|
+
filePath: "src/tokens/core/color.json",
|
|
6113
|
+
isSource: false,
|
|
6114
|
+
key: "{core.color.low-saturation.violet.l-vv-1000}",
|
|
6115
|
+
name: "calcite-core-color-low-saturation-violet-l-vv-1000",
|
|
6116
|
+
path: ["core", "color", "low-saturation", "violet", "l-vv-1000"],
|
|
6117
|
+
comment:
|
|
6118
|
+
"deprecated, use --calcite-color-low-saturation-violet-l-vv-100 instead",
|
|
6069
6119
|
names: {
|
|
6070
6120
|
scss: "$calcite-color-low-saturation-violet-l-vv-1000",
|
|
6071
6121
|
css: "var(--calcite-color-low-saturation-violet-l-vv-1000)",
|
|
@@ -6084,6 +6134,8 @@ export default {
|
|
|
6084
6134
|
original: {
|
|
6085
6135
|
value: "#13111a",
|
|
6086
6136
|
type: "color",
|
|
6137
|
+
description:
|
|
6138
|
+
"deprecated, use --calcite-color-low-saturation-violet-l-vv-100 instead",
|
|
6087
6139
|
attributes: {
|
|
6088
6140
|
category: "color",
|
|
6089
6141
|
group: "low-saturation",
|
|
@@ -6092,6 +6144,8 @@ export default {
|
|
|
6092
6144
|
},
|
|
6093
6145
|
name: "Color Low Saturation Violet L Vv 1000",
|
|
6094
6146
|
path: ["core", "color", "low-saturation", "violet", "l-vv-1000"],
|
|
6147
|
+
comment:
|
|
6148
|
+
"deprecated, use --calcite-color-low-saturation-violet-l-vv-100 instead",
|
|
6095
6149
|
},
|
|
6096
6150
|
},
|
|
6097
6151
|
},
|
package/dist/js/global.d.ts
CHANGED
|
@@ -172,9 +172,15 @@ declare const tokens: {
|
|
|
172
172
|
base: DesignToken;
|
|
173
173
|
lg: DesignToken;
|
|
174
174
|
xl: DesignToken;
|
|
175
|
+
"2xl": DesignToken;
|
|
176
|
+
"3xl": DesignToken;
|
|
177
|
+
"4xl": DesignToken;
|
|
178
|
+
"5xl": DesignToken;
|
|
179
|
+
"6xl": DesignToken;
|
|
175
180
|
};
|
|
176
181
|
relative: {
|
|
177
182
|
default: DesignToken;
|
|
183
|
+
base: DesignToken;
|
|
178
184
|
tight: DesignToken;
|
|
179
185
|
snug: DesignToken;
|
|
180
186
|
normal: DesignToken;
|
package/dist/js/global.js
CHANGED
|
@@ -4021,6 +4021,206 @@ export default {
|
|
|
4021
4021
|
name: "Font Line Height Fixed Xl",
|
|
4022
4022
|
path: ["semantic", "font", "line-height", "fixed", "xl"],
|
|
4023
4023
|
},
|
|
4024
|
+
"2xl": {
|
|
4025
|
+
key: "{semantic.font.line-height.fixed.2xl}",
|
|
4026
|
+
value: "32px",
|
|
4027
|
+
type: "lineHeight",
|
|
4028
|
+
attributes: {
|
|
4029
|
+
category: "font",
|
|
4030
|
+
group: "line-height",
|
|
4031
|
+
kind: "fixed",
|
|
4032
|
+
type: "font",
|
|
4033
|
+
item: "line-height",
|
|
4034
|
+
subitem: "fixed",
|
|
4035
|
+
state: "2xl",
|
|
4036
|
+
names: {
|
|
4037
|
+
scss: "$calcite-font-line-height-fixed-2xl",
|
|
4038
|
+
css: "var(--calcite-font-line-height-fixed-2xl)",
|
|
4039
|
+
js: "semantic.font.line-height.fixed.2xl",
|
|
4040
|
+
docs: "semantic.font.line-height.fixed.2xl",
|
|
4041
|
+
es6: "calciteFontLineHeightFixed2xl",
|
|
4042
|
+
},
|
|
4043
|
+
"calcite-schema": {
|
|
4044
|
+
system: "calcite",
|
|
4045
|
+
tier: "semantic",
|
|
4046
|
+
type: "lineHeight",
|
|
4047
|
+
},
|
|
4048
|
+
},
|
|
4049
|
+
filePath: "src/tokens/semantic/font.json",
|
|
4050
|
+
isSource: true,
|
|
4051
|
+
original: {
|
|
4052
|
+
value: "{core.size.default.32}",
|
|
4053
|
+
type: "lineHeight",
|
|
4054
|
+
attributes: {
|
|
4055
|
+
category: "font",
|
|
4056
|
+
group: "line-height",
|
|
4057
|
+
kind: "fixed",
|
|
4058
|
+
},
|
|
4059
|
+
key: "{semantic.font.line-height.fixed.2xl}",
|
|
4060
|
+
},
|
|
4061
|
+
name: "Font Line Height Fixed 2xl",
|
|
4062
|
+
path: ["semantic", "font", "line-height", "fixed", "2xl"],
|
|
4063
|
+
},
|
|
4064
|
+
"3xl": {
|
|
4065
|
+
key: "{semantic.font.line-height.fixed.3xl}",
|
|
4066
|
+
value: "40px",
|
|
4067
|
+
type: "lineHeight",
|
|
4068
|
+
attributes: {
|
|
4069
|
+
category: "font",
|
|
4070
|
+
group: "line-height",
|
|
4071
|
+
kind: "fixed",
|
|
4072
|
+
type: "font",
|
|
4073
|
+
item: "line-height",
|
|
4074
|
+
subitem: "fixed",
|
|
4075
|
+
state: "3xl",
|
|
4076
|
+
names: {
|
|
4077
|
+
scss: "$calcite-font-line-height-fixed-3xl",
|
|
4078
|
+
css: "var(--calcite-font-line-height-fixed-3xl)",
|
|
4079
|
+
js: "semantic.font.line-height.fixed.3xl",
|
|
4080
|
+
docs: "semantic.font.line-height.fixed.3xl",
|
|
4081
|
+
es6: "calciteFontLineHeightFixed3xl",
|
|
4082
|
+
},
|
|
4083
|
+
"calcite-schema": {
|
|
4084
|
+
system: "calcite",
|
|
4085
|
+
tier: "semantic",
|
|
4086
|
+
type: "lineHeight",
|
|
4087
|
+
},
|
|
4088
|
+
},
|
|
4089
|
+
filePath: "src/tokens/semantic/font.json",
|
|
4090
|
+
isSource: true,
|
|
4091
|
+
original: {
|
|
4092
|
+
value: "{core.size.default.40}",
|
|
4093
|
+
type: "lineHeight",
|
|
4094
|
+
attributes: {
|
|
4095
|
+
category: "font",
|
|
4096
|
+
group: "line-height",
|
|
4097
|
+
kind: "fixed",
|
|
4098
|
+
},
|
|
4099
|
+
key: "{semantic.font.line-height.fixed.3xl}",
|
|
4100
|
+
},
|
|
4101
|
+
name: "Font Line Height Fixed 3xl",
|
|
4102
|
+
path: ["semantic", "font", "line-height", "fixed", "3xl"],
|
|
4103
|
+
},
|
|
4104
|
+
"4xl": {
|
|
4105
|
+
key: "{semantic.font.line-height.fixed.4xl}",
|
|
4106
|
+
value: "48px",
|
|
4107
|
+
type: "lineHeight",
|
|
4108
|
+
attributes: {
|
|
4109
|
+
category: "font",
|
|
4110
|
+
group: "line-height",
|
|
4111
|
+
kind: "fixed",
|
|
4112
|
+
type: "font",
|
|
4113
|
+
item: "line-height",
|
|
4114
|
+
subitem: "fixed",
|
|
4115
|
+
state: "4xl",
|
|
4116
|
+
names: {
|
|
4117
|
+
scss: "$calcite-font-line-height-fixed-4xl",
|
|
4118
|
+
css: "var(--calcite-font-line-height-fixed-4xl)",
|
|
4119
|
+
js: "semantic.font.line-height.fixed.4xl",
|
|
4120
|
+
docs: "semantic.font.line-height.fixed.4xl",
|
|
4121
|
+
es6: "calciteFontLineHeightFixed4xl",
|
|
4122
|
+
},
|
|
4123
|
+
"calcite-schema": {
|
|
4124
|
+
system: "calcite",
|
|
4125
|
+
tier: "semantic",
|
|
4126
|
+
type: "lineHeight",
|
|
4127
|
+
},
|
|
4128
|
+
},
|
|
4129
|
+
filePath: "src/tokens/semantic/font.json",
|
|
4130
|
+
isSource: true,
|
|
4131
|
+
original: {
|
|
4132
|
+
value: "{core.size.default.48}",
|
|
4133
|
+
type: "lineHeight",
|
|
4134
|
+
attributes: {
|
|
4135
|
+
category: "font",
|
|
4136
|
+
group: "line-height",
|
|
4137
|
+
kind: "fixed",
|
|
4138
|
+
},
|
|
4139
|
+
key: "{semantic.font.line-height.fixed.4xl}",
|
|
4140
|
+
},
|
|
4141
|
+
name: "Font Line Height Fixed 4xl",
|
|
4142
|
+
path: ["semantic", "font", "line-height", "fixed", "4xl"],
|
|
4143
|
+
},
|
|
4144
|
+
"5xl": {
|
|
4145
|
+
key: "{semantic.font.line-height.fixed.5xl}",
|
|
4146
|
+
value: "64px",
|
|
4147
|
+
type: "lineHeight",
|
|
4148
|
+
attributes: {
|
|
4149
|
+
category: "font",
|
|
4150
|
+
group: "line-height",
|
|
4151
|
+
kind: "fixed",
|
|
4152
|
+
type: "font",
|
|
4153
|
+
item: "line-height",
|
|
4154
|
+
subitem: "fixed",
|
|
4155
|
+
state: "5xl",
|
|
4156
|
+
names: {
|
|
4157
|
+
scss: "$calcite-font-line-height-fixed-5xl",
|
|
4158
|
+
css: "var(--calcite-font-line-height-fixed-5xl)",
|
|
4159
|
+
js: "semantic.font.line-height.fixed.5xl",
|
|
4160
|
+
docs: "semantic.font.line-height.fixed.5xl",
|
|
4161
|
+
es6: "calciteFontLineHeightFixed5xl",
|
|
4162
|
+
},
|
|
4163
|
+
"calcite-schema": {
|
|
4164
|
+
system: "calcite",
|
|
4165
|
+
tier: "semantic",
|
|
4166
|
+
type: "lineHeight",
|
|
4167
|
+
},
|
|
4168
|
+
},
|
|
4169
|
+
filePath: "src/tokens/semantic/font.json",
|
|
4170
|
+
isSource: true,
|
|
4171
|
+
original: {
|
|
4172
|
+
value: "{core.size.default.64}",
|
|
4173
|
+
type: "lineHeight",
|
|
4174
|
+
attributes: {
|
|
4175
|
+
category: "font",
|
|
4176
|
+
group: "line-height",
|
|
4177
|
+
kind: "fixed",
|
|
4178
|
+
},
|
|
4179
|
+
key: "{semantic.font.line-height.fixed.5xl}",
|
|
4180
|
+
},
|
|
4181
|
+
name: "Font Line Height Fixed 5xl",
|
|
4182
|
+
path: ["semantic", "font", "line-height", "fixed", "5xl"],
|
|
4183
|
+
},
|
|
4184
|
+
"6xl": {
|
|
4185
|
+
key: "{semantic.font.line-height.fixed.6xl}",
|
|
4186
|
+
value: "80px",
|
|
4187
|
+
type: "lineHeight",
|
|
4188
|
+
attributes: {
|
|
4189
|
+
category: "font",
|
|
4190
|
+
group: "line-height",
|
|
4191
|
+
kind: "fixed",
|
|
4192
|
+
type: "font",
|
|
4193
|
+
item: "line-height",
|
|
4194
|
+
subitem: "fixed",
|
|
4195
|
+
state: "6xl",
|
|
4196
|
+
names: {
|
|
4197
|
+
scss: "$calcite-font-line-height-fixed-6xl",
|
|
4198
|
+
css: "var(--calcite-font-line-height-fixed-6xl)",
|
|
4199
|
+
js: "semantic.font.line-height.fixed.6xl",
|
|
4200
|
+
docs: "semantic.font.line-height.fixed.6xl",
|
|
4201
|
+
es6: "calciteFontLineHeightFixed6xl",
|
|
4202
|
+
},
|
|
4203
|
+
"calcite-schema": {
|
|
4204
|
+
system: "calcite",
|
|
4205
|
+
tier: "semantic",
|
|
4206
|
+
type: "lineHeight",
|
|
4207
|
+
},
|
|
4208
|
+
},
|
|
4209
|
+
filePath: "src/tokens/semantic/font.json",
|
|
4210
|
+
isSource: true,
|
|
4211
|
+
original: {
|
|
4212
|
+
value: "{core.size.default.80}",
|
|
4213
|
+
type: "lineHeight",
|
|
4214
|
+
attributes: {
|
|
4215
|
+
category: "font",
|
|
4216
|
+
group: "line-height",
|
|
4217
|
+
kind: "fixed",
|
|
4218
|
+
},
|
|
4219
|
+
key: "{semantic.font.line-height.fixed.6xl}",
|
|
4220
|
+
},
|
|
4221
|
+
name: "Font Line Height Fixed 6xl",
|
|
4222
|
+
path: ["semantic", "font", "line-height", "fixed", "6xl"],
|
|
4223
|
+
},
|
|
4024
4224
|
},
|
|
4025
4225
|
relative: {
|
|
4026
4226
|
default: {
|
|
@@ -4074,6 +4274,57 @@ export default {
|
|
|
4074
4274
|
path: ["semantic", "font", "line-height", "relative", "default"],
|
|
4075
4275
|
comment: "normal",
|
|
4076
4276
|
},
|
|
4277
|
+
base: {
|
|
4278
|
+
key: "{semantic.font.line-height.relative.base}",
|
|
4279
|
+
value: "1",
|
|
4280
|
+
type: "lineHeight",
|
|
4281
|
+
description: "1",
|
|
4282
|
+
attributes: {
|
|
4283
|
+
category: "font",
|
|
4284
|
+
group: "line-height",
|
|
4285
|
+
kind: "relative",
|
|
4286
|
+
type: "lineHeight",
|
|
4287
|
+
item: "line-height",
|
|
4288
|
+
subitem: "relative",
|
|
4289
|
+
state: "base",
|
|
4290
|
+
value: "100%",
|
|
4291
|
+
description: "1",
|
|
4292
|
+
filePath: "src/tokens/semantic/font.json",
|
|
4293
|
+
isSource: true,
|
|
4294
|
+
key: "{semantic.font.line-height.relative.base}",
|
|
4295
|
+
name: "calcite-semantic-font-line-height-relative-base",
|
|
4296
|
+
path: ["semantic", "font", "line-height", "relative", "base"],
|
|
4297
|
+
comment: "1",
|
|
4298
|
+
names: {
|
|
4299
|
+
scss: "$calcite-font-line-height-relative-base",
|
|
4300
|
+
css: "var(--calcite-font-line-height-relative-base)",
|
|
4301
|
+
js: "semantic.font.line-height.relative.base",
|
|
4302
|
+
docs: "semantic.font.line-height.relative.base",
|
|
4303
|
+
es6: "calciteFontLineHeightRelativeBase",
|
|
4304
|
+
},
|
|
4305
|
+
"calcite-schema": {
|
|
4306
|
+
system: "calcite",
|
|
4307
|
+
tier: "semantic",
|
|
4308
|
+
type: "lineHeight",
|
|
4309
|
+
},
|
|
4310
|
+
},
|
|
4311
|
+
filePath: "src/tokens/semantic/font.json",
|
|
4312
|
+
isSource: true,
|
|
4313
|
+
original: {
|
|
4314
|
+
value: "{core.size.relative.100}",
|
|
4315
|
+
type: "lineHeight",
|
|
4316
|
+
description: "1",
|
|
4317
|
+
attributes: {
|
|
4318
|
+
category: "font",
|
|
4319
|
+
group: "line-height",
|
|
4320
|
+
kind: "relative",
|
|
4321
|
+
},
|
|
4322
|
+
key: "{semantic.font.line-height.relative.base}",
|
|
4323
|
+
},
|
|
4324
|
+
name: "Font Line Height Relative Base",
|
|
4325
|
+
path: ["semantic", "font", "line-height", "relative", "base"],
|
|
4326
|
+
comment: "1",
|
|
4327
|
+
},
|
|
4077
4328
|
tight: {
|
|
4078
4329
|
key: "{semantic.font.line-height.relative.tight}",
|
|
4079
4330
|
value: "1.25",
|
package/dist/js/semantic.d.ts
CHANGED
|
@@ -73,9 +73,15 @@ declare const tokens: {
|
|
|
73
73
|
base: DesignToken;
|
|
74
74
|
lg: DesignToken;
|
|
75
75
|
xl: DesignToken;
|
|
76
|
+
"2xl": DesignToken;
|
|
77
|
+
"3xl": DesignToken;
|
|
78
|
+
"4xl": DesignToken;
|
|
79
|
+
"5xl": DesignToken;
|
|
80
|
+
"6xl": DesignToken;
|
|
76
81
|
};
|
|
77
82
|
relative: {
|
|
78
83
|
default: DesignToken;
|
|
84
|
+
base: DesignToken;
|
|
79
85
|
tight: DesignToken;
|
|
80
86
|
snug: DesignToken;
|
|
81
87
|
normal: DesignToken;
|
package/dist/js/semantic.js
CHANGED
|
@@ -1423,6 +1423,206 @@ export default {
|
|
|
1423
1423
|
name: "Font Line Height Fixed Xl",
|
|
1424
1424
|
path: ["semantic", "font", "line-height", "fixed", "xl"],
|
|
1425
1425
|
},
|
|
1426
|
+
"2xl": {
|
|
1427
|
+
key: "{semantic.font.line-height.fixed.2xl}",
|
|
1428
|
+
value: "32px",
|
|
1429
|
+
type: "lineHeight",
|
|
1430
|
+
attributes: {
|
|
1431
|
+
category: "font",
|
|
1432
|
+
group: "line-height",
|
|
1433
|
+
kind: "fixed",
|
|
1434
|
+
type: "font",
|
|
1435
|
+
item: "line-height",
|
|
1436
|
+
subitem: "fixed",
|
|
1437
|
+
state: "2xl",
|
|
1438
|
+
names: {
|
|
1439
|
+
scss: "$calcite-font-line-height-fixed-2xl",
|
|
1440
|
+
css: "var(--calcite-font-line-height-fixed-2xl)",
|
|
1441
|
+
js: "semantic.font.line-height.fixed.2xl",
|
|
1442
|
+
docs: "semantic.font.line-height.fixed.2xl",
|
|
1443
|
+
es6: "calciteFontLineHeightFixed2xl",
|
|
1444
|
+
},
|
|
1445
|
+
"calcite-schema": {
|
|
1446
|
+
system: "calcite",
|
|
1447
|
+
tier: "semantic",
|
|
1448
|
+
type: "lineHeight",
|
|
1449
|
+
},
|
|
1450
|
+
},
|
|
1451
|
+
filePath: "src/tokens/semantic/font.json",
|
|
1452
|
+
isSource: true,
|
|
1453
|
+
original: {
|
|
1454
|
+
value: "{core.size.default.32}",
|
|
1455
|
+
type: "lineHeight",
|
|
1456
|
+
attributes: {
|
|
1457
|
+
category: "font",
|
|
1458
|
+
group: "line-height",
|
|
1459
|
+
kind: "fixed",
|
|
1460
|
+
},
|
|
1461
|
+
key: "{semantic.font.line-height.fixed.2xl}",
|
|
1462
|
+
},
|
|
1463
|
+
name: "Font Line Height Fixed 2xl",
|
|
1464
|
+
path: ["semantic", "font", "line-height", "fixed", "2xl"],
|
|
1465
|
+
},
|
|
1466
|
+
"3xl": {
|
|
1467
|
+
key: "{semantic.font.line-height.fixed.3xl}",
|
|
1468
|
+
value: "40px",
|
|
1469
|
+
type: "lineHeight",
|
|
1470
|
+
attributes: {
|
|
1471
|
+
category: "font",
|
|
1472
|
+
group: "line-height",
|
|
1473
|
+
kind: "fixed",
|
|
1474
|
+
type: "font",
|
|
1475
|
+
item: "line-height",
|
|
1476
|
+
subitem: "fixed",
|
|
1477
|
+
state: "3xl",
|
|
1478
|
+
names: {
|
|
1479
|
+
scss: "$calcite-font-line-height-fixed-3xl",
|
|
1480
|
+
css: "var(--calcite-font-line-height-fixed-3xl)",
|
|
1481
|
+
js: "semantic.font.line-height.fixed.3xl",
|
|
1482
|
+
docs: "semantic.font.line-height.fixed.3xl",
|
|
1483
|
+
es6: "calciteFontLineHeightFixed3xl",
|
|
1484
|
+
},
|
|
1485
|
+
"calcite-schema": {
|
|
1486
|
+
system: "calcite",
|
|
1487
|
+
tier: "semantic",
|
|
1488
|
+
type: "lineHeight",
|
|
1489
|
+
},
|
|
1490
|
+
},
|
|
1491
|
+
filePath: "src/tokens/semantic/font.json",
|
|
1492
|
+
isSource: true,
|
|
1493
|
+
original: {
|
|
1494
|
+
value: "{core.size.default.40}",
|
|
1495
|
+
type: "lineHeight",
|
|
1496
|
+
attributes: {
|
|
1497
|
+
category: "font",
|
|
1498
|
+
group: "line-height",
|
|
1499
|
+
kind: "fixed",
|
|
1500
|
+
},
|
|
1501
|
+
key: "{semantic.font.line-height.fixed.3xl}",
|
|
1502
|
+
},
|
|
1503
|
+
name: "Font Line Height Fixed 3xl",
|
|
1504
|
+
path: ["semantic", "font", "line-height", "fixed", "3xl"],
|
|
1505
|
+
},
|
|
1506
|
+
"4xl": {
|
|
1507
|
+
key: "{semantic.font.line-height.fixed.4xl}",
|
|
1508
|
+
value: "48px",
|
|
1509
|
+
type: "lineHeight",
|
|
1510
|
+
attributes: {
|
|
1511
|
+
category: "font",
|
|
1512
|
+
group: "line-height",
|
|
1513
|
+
kind: "fixed",
|
|
1514
|
+
type: "font",
|
|
1515
|
+
item: "line-height",
|
|
1516
|
+
subitem: "fixed",
|
|
1517
|
+
state: "4xl",
|
|
1518
|
+
names: {
|
|
1519
|
+
scss: "$calcite-font-line-height-fixed-4xl",
|
|
1520
|
+
css: "var(--calcite-font-line-height-fixed-4xl)",
|
|
1521
|
+
js: "semantic.font.line-height.fixed.4xl",
|
|
1522
|
+
docs: "semantic.font.line-height.fixed.4xl",
|
|
1523
|
+
es6: "calciteFontLineHeightFixed4xl",
|
|
1524
|
+
},
|
|
1525
|
+
"calcite-schema": {
|
|
1526
|
+
system: "calcite",
|
|
1527
|
+
tier: "semantic",
|
|
1528
|
+
type: "lineHeight",
|
|
1529
|
+
},
|
|
1530
|
+
},
|
|
1531
|
+
filePath: "src/tokens/semantic/font.json",
|
|
1532
|
+
isSource: true,
|
|
1533
|
+
original: {
|
|
1534
|
+
value: "{core.size.default.48}",
|
|
1535
|
+
type: "lineHeight",
|
|
1536
|
+
attributes: {
|
|
1537
|
+
category: "font",
|
|
1538
|
+
group: "line-height",
|
|
1539
|
+
kind: "fixed",
|
|
1540
|
+
},
|
|
1541
|
+
key: "{semantic.font.line-height.fixed.4xl}",
|
|
1542
|
+
},
|
|
1543
|
+
name: "Font Line Height Fixed 4xl",
|
|
1544
|
+
path: ["semantic", "font", "line-height", "fixed", "4xl"],
|
|
1545
|
+
},
|
|
1546
|
+
"5xl": {
|
|
1547
|
+
key: "{semantic.font.line-height.fixed.5xl}",
|
|
1548
|
+
value: "64px",
|
|
1549
|
+
type: "lineHeight",
|
|
1550
|
+
attributes: {
|
|
1551
|
+
category: "font",
|
|
1552
|
+
group: "line-height",
|
|
1553
|
+
kind: "fixed",
|
|
1554
|
+
type: "font",
|
|
1555
|
+
item: "line-height",
|
|
1556
|
+
subitem: "fixed",
|
|
1557
|
+
state: "5xl",
|
|
1558
|
+
names: {
|
|
1559
|
+
scss: "$calcite-font-line-height-fixed-5xl",
|
|
1560
|
+
css: "var(--calcite-font-line-height-fixed-5xl)",
|
|
1561
|
+
js: "semantic.font.line-height.fixed.5xl",
|
|
1562
|
+
docs: "semantic.font.line-height.fixed.5xl",
|
|
1563
|
+
es6: "calciteFontLineHeightFixed5xl",
|
|
1564
|
+
},
|
|
1565
|
+
"calcite-schema": {
|
|
1566
|
+
system: "calcite",
|
|
1567
|
+
tier: "semantic",
|
|
1568
|
+
type: "lineHeight",
|
|
1569
|
+
},
|
|
1570
|
+
},
|
|
1571
|
+
filePath: "src/tokens/semantic/font.json",
|
|
1572
|
+
isSource: true,
|
|
1573
|
+
original: {
|
|
1574
|
+
value: "{core.size.default.64}",
|
|
1575
|
+
type: "lineHeight",
|
|
1576
|
+
attributes: {
|
|
1577
|
+
category: "font",
|
|
1578
|
+
group: "line-height",
|
|
1579
|
+
kind: "fixed",
|
|
1580
|
+
},
|
|
1581
|
+
key: "{semantic.font.line-height.fixed.5xl}",
|
|
1582
|
+
},
|
|
1583
|
+
name: "Font Line Height Fixed 5xl",
|
|
1584
|
+
path: ["semantic", "font", "line-height", "fixed", "5xl"],
|
|
1585
|
+
},
|
|
1586
|
+
"6xl": {
|
|
1587
|
+
key: "{semantic.font.line-height.fixed.6xl}",
|
|
1588
|
+
value: "80px",
|
|
1589
|
+
type: "lineHeight",
|
|
1590
|
+
attributes: {
|
|
1591
|
+
category: "font",
|
|
1592
|
+
group: "line-height",
|
|
1593
|
+
kind: "fixed",
|
|
1594
|
+
type: "font",
|
|
1595
|
+
item: "line-height",
|
|
1596
|
+
subitem: "fixed",
|
|
1597
|
+
state: "6xl",
|
|
1598
|
+
names: {
|
|
1599
|
+
scss: "$calcite-font-line-height-fixed-6xl",
|
|
1600
|
+
css: "var(--calcite-font-line-height-fixed-6xl)",
|
|
1601
|
+
js: "semantic.font.line-height.fixed.6xl",
|
|
1602
|
+
docs: "semantic.font.line-height.fixed.6xl",
|
|
1603
|
+
es6: "calciteFontLineHeightFixed6xl",
|
|
1604
|
+
},
|
|
1605
|
+
"calcite-schema": {
|
|
1606
|
+
system: "calcite",
|
|
1607
|
+
tier: "semantic",
|
|
1608
|
+
type: "lineHeight",
|
|
1609
|
+
},
|
|
1610
|
+
},
|
|
1611
|
+
filePath: "src/tokens/semantic/font.json",
|
|
1612
|
+
isSource: true,
|
|
1613
|
+
original: {
|
|
1614
|
+
value: "{core.size.default.80}",
|
|
1615
|
+
type: "lineHeight",
|
|
1616
|
+
attributes: {
|
|
1617
|
+
category: "font",
|
|
1618
|
+
group: "line-height",
|
|
1619
|
+
kind: "fixed",
|
|
1620
|
+
},
|
|
1621
|
+
key: "{semantic.font.line-height.fixed.6xl}",
|
|
1622
|
+
},
|
|
1623
|
+
name: "Font Line Height Fixed 6xl",
|
|
1624
|
+
path: ["semantic", "font", "line-height", "fixed", "6xl"],
|
|
1625
|
+
},
|
|
1426
1626
|
},
|
|
1427
1627
|
relative: {
|
|
1428
1628
|
default: {
|
|
@@ -1476,6 +1676,57 @@ export default {
|
|
|
1476
1676
|
path: ["semantic", "font", "line-height", "relative", "default"],
|
|
1477
1677
|
comment: "normal",
|
|
1478
1678
|
},
|
|
1679
|
+
base: {
|
|
1680
|
+
key: "{semantic.font.line-height.relative.base}",
|
|
1681
|
+
value: "1",
|
|
1682
|
+
type: "lineHeight",
|
|
1683
|
+
description: "1",
|
|
1684
|
+
attributes: {
|
|
1685
|
+
category: "font",
|
|
1686
|
+
group: "line-height",
|
|
1687
|
+
kind: "relative",
|
|
1688
|
+
type: "lineHeight",
|
|
1689
|
+
item: "line-height",
|
|
1690
|
+
subitem: "relative",
|
|
1691
|
+
state: "base",
|
|
1692
|
+
value: "100%",
|
|
1693
|
+
description: "1",
|
|
1694
|
+
filePath: "src/tokens/semantic/font.json",
|
|
1695
|
+
isSource: true,
|
|
1696
|
+
key: "{semantic.font.line-height.relative.base}",
|
|
1697
|
+
name: "calcite-semantic-font-line-height-relative-base",
|
|
1698
|
+
path: ["semantic", "font", "line-height", "relative", "base"],
|
|
1699
|
+
comment: "1",
|
|
1700
|
+
names: {
|
|
1701
|
+
scss: "$calcite-font-line-height-relative-base",
|
|
1702
|
+
css: "var(--calcite-font-line-height-relative-base)",
|
|
1703
|
+
js: "semantic.font.line-height.relative.base",
|
|
1704
|
+
docs: "semantic.font.line-height.relative.base",
|
|
1705
|
+
es6: "calciteFontLineHeightRelativeBase",
|
|
1706
|
+
},
|
|
1707
|
+
"calcite-schema": {
|
|
1708
|
+
system: "calcite",
|
|
1709
|
+
tier: "semantic",
|
|
1710
|
+
type: "lineHeight",
|
|
1711
|
+
},
|
|
1712
|
+
},
|
|
1713
|
+
filePath: "src/tokens/semantic/font.json",
|
|
1714
|
+
isSource: true,
|
|
1715
|
+
original: {
|
|
1716
|
+
value: "{core.size.relative.100}",
|
|
1717
|
+
type: "lineHeight",
|
|
1718
|
+
description: "1",
|
|
1719
|
+
attributes: {
|
|
1720
|
+
category: "font",
|
|
1721
|
+
group: "line-height",
|
|
1722
|
+
kind: "relative",
|
|
1723
|
+
},
|
|
1724
|
+
key: "{semantic.font.line-height.relative.base}",
|
|
1725
|
+
},
|
|
1726
|
+
name: "Font Line Height Relative Base",
|
|
1727
|
+
path: ["semantic", "font", "line-height", "relative", "base"],
|
|
1728
|
+
comment: "1",
|
|
1729
|
+
},
|
|
1479
1730
|
tight: {
|
|
1480
1731
|
key: "{semantic.font.line-height.relative.tight}",
|
|
1481
1732
|
value: "1.25",
|
package/dist/scss/core.scss
CHANGED
|
@@ -158,7 +158,8 @@ $calcite-color-low-saturation-violet-l-vv-060: #8d84a6;
|
|
|
158
158
|
$calcite-color-low-saturation-violet-l-vv-070: #6f6783;
|
|
159
159
|
$calcite-color-low-saturation-violet-l-vv-080: #504b60;
|
|
160
160
|
$calcite-color-low-saturation-violet-l-vv-090: #322e3d;
|
|
161
|
-
$calcite-color-low-saturation-violet-l-vv-
|
|
161
|
+
$calcite-color-low-saturation-violet-l-vv-100: #13111a;
|
|
162
|
+
$calcite-color-low-saturation-violet-l-vv-1000: #13111a; // deprecated, use --calcite-color-low-saturation-violet-l-vv-100 instead
|
|
162
163
|
$calcite-color-medium-saturation-blue-m-bb-010: #dfeffa;
|
|
163
164
|
$calcite-color-medium-saturation-blue-m-bb-020: #c8e3f5;
|
|
164
165
|
$calcite-color-medium-saturation-blue-m-bb-030: #b1d8f1;
|
package/dist/scss/global.scss
CHANGED
|
@@ -38,7 +38,13 @@ $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-fixed-2xl: 32px;
|
|
42
|
+
$calcite-font-line-height-fixed-3xl: 40px;
|
|
43
|
+
$calcite-font-line-height-fixed-4xl: 48px;
|
|
44
|
+
$calcite-font-line-height-fixed-5xl: 64px;
|
|
45
|
+
$calcite-font-line-height-fixed-6xl: 80px;
|
|
41
46
|
$calcite-font-line-height-relative: normal; // normal
|
|
47
|
+
$calcite-font-line-height-relative-base: 1; // 1
|
|
42
48
|
$calcite-font-line-height-relative-tight: 1.25; // 1.25
|
|
43
49
|
$calcite-font-line-height-relative-snug: 1.375; // 1.375
|
|
44
50
|
$calcite-font-line-height-relative-normal: 1.5; // 1.5
|