@bi-digital/tokens 0.6.4 → 0.6.5

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/tokens.css CHANGED
@@ -200,7 +200,7 @@
200
200
  --bi-font-display-large: var(--bi-font-weight-regular) 4rem/4.5rem var(--bi-font-family-brand);
201
201
  --bi-font-display-medium: var(--bi-font-weight-regular) 3rem/3.5rem var(--bi-font-family-brand);
202
202
  --bi-font-headline-large: var(--bi-font-weight-regular) 2.5rem/2.875rem var(--bi-font-family-brand);
203
- --bi-font-headline-medium: var(--bi-font-weight-regular) 2.25rem/2.5rem var(--bi-font-family-plain);
203
+ --bi-font-headline-medium: var(--bi-font-weight-regular) 2.25rem/2.5rem var(--bi-font-family-brand);
204
204
  --bi-font-headline-small: var(--bi-font-weight-regular) 1.75rem/2rem var(--bi-font-family-brand);
205
205
  --bi-font-title-bold-xxl: var(--bi-font-weight-bold) 2rem/2.25rem var(--bi-font-family-plain);
206
206
  --bi-font-title-bold-xl: var(--bi-font-weight-bold) 1.75rem/2rem var(--bi-font-family-plain);
@@ -216,14 +216,14 @@
216
216
  --bi-font-title-regular-small: var(--bi-font-weight-regular) 1.125rem/1.25rem var(--bi-font-family-plain);
217
217
  --bi-font-title-regular-xs: var(--bi-font-weight-regular) 1rem/1.125rem var(--bi-font-family-plain);
218
218
  --bi-font-title-regular-xxs: var(--bi-font-weight-regular) 0.875rem/1rem var(--bi-font-family-plain);
219
- --bi-font-body-xl: var(--bi-font-weight-regular) 1.125rem/1.6875rem var(--bi-font-family-plain);
220
- --bi-font-body-large: var(--bi-font-weight-regular) 1rem/1.5rem var(--bi-font-family-plain);
221
- --bi-font-body-medium: var(--bi-font-weight-regular) 0.875rem/1.3125rem var(--bi-font-family-plain);
222
- --bi-font-body-small: var(--bi-font-weight-regular) 0.8125rem/1.25rem var(--bi-font-family-plain);
223
- --bi-font-body-xs: var(--bi-font-weight-regular) 0.75rem/1.125rem var(--bi-font-family-plain);
224
219
  --bi-font-label-xl: var(--bi-font-weight-bold) 1.125rem/1.6875rem var(--bi-font-family-plain);
225
220
  --bi-font-label-large: var(--bi-font-weight-bold) 1rem/1.5rem var(--bi-font-family-plain);
226
221
  --bi-font-label-medium: var(--bi-font-weight-bold) 0.875rem/1.25rem var(--bi-font-family-plain);
227
222
  --bi-font-label-small: var(--bi-font-weight-bold) 0.8125rem/1.25rem var(--bi-font-family-plain);
228
223
  --bi-font-label-xs: var(--bi-font-weight-bold) 0.75rem/1.125rem var(--bi-font-family-plain);
224
+ --bi-font-body-xl: var(--bi-font-weight-regular) 1.125rem/1.6875rem var(--bi-font-family-plain);
225
+ --bi-font-body-large: var(--bi-font-weight-regular) 1rem/1.5rem var(--bi-font-family-plain);
226
+ --bi-font-body-medium: var(--bi-font-weight-regular) 0.875rem/1.3125rem var(--bi-font-family-plain);
227
+ --bi-font-body-small: var(--bi-font-weight-regular) 0.8125rem/1.25rem var(--bi-font-family-plain);
228
+ --bi-font-body-xs: var(--bi-font-weight-regular) 0.75rem/1.125rem var(--bi-font-family-plain);
229
229
  }
package/dist/tokens.d.ts CHANGED
@@ -276,14 +276,14 @@ declare const tokens: {
276
276
  XS: DesignToken;
277
277
  XXS: DesignToken;
278
278
  };
279
- Body: {
279
+ Label: {
280
280
  XL: DesignToken;
281
281
  Large: DesignToken;
282
282
  Medium: DesignToken;
283
283
  Small: DesignToken;
284
284
  XS: DesignToken;
285
285
  };
286
- Label: {
286
+ Body: {
287
287
  XL: DesignToken;
288
288
  Large: DesignToken;
289
289
  Medium: DesignToken;
package/dist/tokens.js CHANGED
@@ -3632,13 +3632,13 @@ export default {
3632
3632
  Medium: {
3633
3633
  key: "{Headline.Medium}",
3634
3634
  $type: "typography",
3635
- $value: "500 2.25rem/2.5rem 'museo-sans', Arial, sans-serif",
3635
+ $value: "500 2.25rem/2.5rem 'museo-slab', serif",
3636
3636
  filePath: "tokens/text.styles.tokens.json",
3637
3637
  isSource: true,
3638
3638
  original: {
3639
3639
  $type: "typography",
3640
3640
  $value: {
3641
- fontFamily: "{font.family.Plain}",
3641
+ fontFamily: "{font.family.Brand}",
3642
3642
  fontSize: "36px",
3643
3643
  fontWeight: "{font.weight.Regular}",
3644
3644
  letterSpacing: "0px",
@@ -4050,11 +4050,11 @@ export default {
4050
4050
  path: ["Title Regular", "XXS"],
4051
4051
  },
4052
4052
  },
4053
- Body: {
4053
+ Label: {
4054
4054
  XL: {
4055
- key: "{Body.XL}",
4055
+ key: "{Label.XL}",
4056
4056
  $type: "typography",
4057
- $value: "500 1.125rem/1.6875rem 'museo-sans', Arial, sans-serif",
4057
+ $value: "700 1.125rem/1.6875rem 'museo-sans', Arial, sans-serif",
4058
4058
  filePath: "tokens/text.styles.tokens.json",
4059
4059
  isSource: true,
4060
4060
  original: {
@@ -4062,25 +4062,25 @@ export default {
4062
4062
  $value: {
4063
4063
  fontFamily: "{font.family.Plain}",
4064
4064
  fontSize: "18px",
4065
- fontWeight: "{font.weight.Regular}",
4065
+ fontWeight: "{font.weight.Bold}",
4066
4066
  letterSpacing: "0px",
4067
4067
  lineHeight: "27px",
4068
4068
  textTransform: "none",
4069
4069
  textDecoration: "none",
4070
4070
  },
4071
- key: "{Body.XL}",
4071
+ key: "{Label.XL}",
4072
4072
  },
4073
- name: "bi-font-body-xl",
4073
+ name: "bi-font-label-xl",
4074
4074
  attributes: {
4075
- category: "Body",
4075
+ category: "Label",
4076
4076
  type: "XL",
4077
4077
  },
4078
- path: ["Body", "XL"],
4078
+ path: ["Label", "XL"],
4079
4079
  },
4080
4080
  Large: {
4081
- key: "{Body.Large}",
4081
+ key: "{Label.Large}",
4082
4082
  $type: "typography",
4083
- $value: "500 1rem/1.5rem 'museo-sans', Arial, sans-serif",
4083
+ $value: "700 1rem/1.5rem 'museo-sans', Arial, sans-serif",
4084
4084
  filePath: "tokens/text.styles.tokens.json",
4085
4085
  isSource: true,
4086
4086
  original: {
@@ -4088,25 +4088,25 @@ export default {
4088
4088
  $value: {
4089
4089
  fontFamily: "{font.family.Plain}",
4090
4090
  fontSize: "16px",
4091
- fontWeight: "{font.weight.Regular}",
4091
+ fontWeight: "{font.weight.Bold}",
4092
4092
  letterSpacing: "0px",
4093
4093
  lineHeight: "24px",
4094
4094
  textTransform: "none",
4095
4095
  textDecoration: "none",
4096
4096
  },
4097
- key: "{Body.Large}",
4097
+ key: "{Label.Large}",
4098
4098
  },
4099
- name: "bi-font-body-large",
4099
+ name: "bi-font-label-large",
4100
4100
  attributes: {
4101
- category: "Body",
4101
+ category: "Label",
4102
4102
  type: "Large",
4103
4103
  },
4104
- path: ["Body", "Large"],
4104
+ path: ["Label", "Large"],
4105
4105
  },
4106
4106
  Medium: {
4107
- key: "{Body.Medium}",
4107
+ key: "{Label.Medium}",
4108
4108
  $type: "typography",
4109
- $value: "500 0.875rem/1.3125rem 'museo-sans', Arial, sans-serif",
4109
+ $value: "700 0.875rem/1.25rem 'museo-sans', Arial, sans-serif",
4110
4110
  filePath: "tokens/text.styles.tokens.json",
4111
4111
  isSource: true,
4112
4112
  original: {
@@ -4114,25 +4114,25 @@ export default {
4114
4114
  $value: {
4115
4115
  fontFamily: "{font.family.Plain}",
4116
4116
  fontSize: "14px",
4117
- fontWeight: "{font.weight.Regular}",
4117
+ fontWeight: "{font.weight.Bold}",
4118
4118
  letterSpacing: "0px",
4119
- lineHeight: "21px",
4119
+ lineHeight: "20px",
4120
4120
  textTransform: "none",
4121
4121
  textDecoration: "none",
4122
4122
  },
4123
- key: "{Body.Medium}",
4123
+ key: "{Label.Medium}",
4124
4124
  },
4125
- name: "bi-font-body-medium",
4125
+ name: "bi-font-label-medium",
4126
4126
  attributes: {
4127
- category: "Body",
4127
+ category: "Label",
4128
4128
  type: "Medium",
4129
4129
  },
4130
- path: ["Body", "Medium"],
4130
+ path: ["Label", "Medium"],
4131
4131
  },
4132
4132
  Small: {
4133
- key: "{Body.Small}",
4133
+ key: "{Label.Small}",
4134
4134
  $type: "typography",
4135
- $value: "500 0.8125rem/1.25rem 'museo-sans', Arial, sans-serif",
4135
+ $value: "700 0.8125rem/1.25rem 'museo-sans', Arial, sans-serif",
4136
4136
  filePath: "tokens/text.styles.tokens.json",
4137
4137
  isSource: true,
4138
4138
  original: {
@@ -4140,25 +4140,25 @@ export default {
4140
4140
  $value: {
4141
4141
  fontFamily: "{font.family.Plain}",
4142
4142
  fontSize: "13px",
4143
- fontWeight: "{font.weight.Regular}",
4143
+ fontWeight: "{font.weight.Bold}",
4144
4144
  letterSpacing: "0px",
4145
4145
  lineHeight: "20px",
4146
4146
  textTransform: "none",
4147
4147
  textDecoration: "none",
4148
4148
  },
4149
- key: "{Body.Small}",
4149
+ key: "{Label.Small}",
4150
4150
  },
4151
- name: "bi-font-body-small",
4151
+ name: "bi-font-label-small",
4152
4152
  attributes: {
4153
- category: "Body",
4153
+ category: "Label",
4154
4154
  type: "Small",
4155
4155
  },
4156
- path: ["Body", "Small"],
4156
+ path: ["Label", "Small"],
4157
4157
  },
4158
4158
  XS: {
4159
- key: "{Body.XS}",
4159
+ key: "{Label.XS}",
4160
4160
  $type: "typography",
4161
- $value: "500 0.75rem/1.125rem 'museo-sans', Arial, sans-serif",
4161
+ $value: "700 0.75rem/1.125rem 'museo-sans', Arial, sans-serif",
4162
4162
  filePath: "tokens/text.styles.tokens.json",
4163
4163
  isSource: true,
4164
4164
  original: {
@@ -4166,27 +4166,27 @@ export default {
4166
4166
  $value: {
4167
4167
  fontFamily: "{font.family.Plain}",
4168
4168
  fontSize: "12px",
4169
- fontWeight: "{font.weight.Regular}",
4169
+ fontWeight: "{font.weight.Bold}",
4170
4170
  letterSpacing: "0px",
4171
4171
  lineHeight: "18px",
4172
4172
  textTransform: "none",
4173
4173
  textDecoration: "none",
4174
4174
  },
4175
- key: "{Body.XS}",
4175
+ key: "{Label.XS}",
4176
4176
  },
4177
- name: "bi-font-body-xs",
4177
+ name: "bi-font-label-xs",
4178
4178
  attributes: {
4179
- category: "Body",
4179
+ category: "Label",
4180
4180
  type: "XS",
4181
4181
  },
4182
- path: ["Body", "XS"],
4182
+ path: ["Label", "XS"],
4183
4183
  },
4184
4184
  },
4185
- Label: {
4185
+ Body: {
4186
4186
  XL: {
4187
- key: "{Label.XL}",
4187
+ key: "{Body.XL}",
4188
4188
  $type: "typography",
4189
- $value: "700 1.125rem/1.6875rem 'museo-sans', Arial, sans-serif",
4189
+ $value: "500 1.125rem/1.6875rem 'museo-sans', Arial, sans-serif",
4190
4190
  filePath: "tokens/text.styles.tokens.json",
4191
4191
  isSource: true,
4192
4192
  original: {
@@ -4194,25 +4194,25 @@ export default {
4194
4194
  $value: {
4195
4195
  fontFamily: "{font.family.Plain}",
4196
4196
  fontSize: "18px",
4197
- fontWeight: "{font.weight.Bold}",
4197
+ fontWeight: "{font.weight.Regular}",
4198
4198
  letterSpacing: "0px",
4199
4199
  lineHeight: "27px",
4200
4200
  textTransform: "none",
4201
4201
  textDecoration: "none",
4202
4202
  },
4203
- key: "{Label.XL}",
4203
+ key: "{Body.XL}",
4204
4204
  },
4205
- name: "bi-font-label-xl",
4205
+ name: "bi-font-body-xl",
4206
4206
  attributes: {
4207
- category: "Label",
4207
+ category: "Body",
4208
4208
  type: "XL",
4209
4209
  },
4210
- path: ["Label", "XL"],
4210
+ path: ["Body", "XL"],
4211
4211
  },
4212
4212
  Large: {
4213
- key: "{Label.Large}",
4213
+ key: "{Body.Large}",
4214
4214
  $type: "typography",
4215
- $value: "700 1rem/1.5rem 'museo-sans', Arial, sans-serif",
4215
+ $value: "500 1rem/1.5rem 'museo-sans', Arial, sans-serif",
4216
4216
  filePath: "tokens/text.styles.tokens.json",
4217
4217
  isSource: true,
4218
4218
  original: {
@@ -4220,25 +4220,25 @@ export default {
4220
4220
  $value: {
4221
4221
  fontFamily: "{font.family.Plain}",
4222
4222
  fontSize: "16px",
4223
- fontWeight: "{font.weight.Bold}",
4223
+ fontWeight: "{font.weight.Regular}",
4224
4224
  letterSpacing: "0px",
4225
4225
  lineHeight: "24px",
4226
4226
  textTransform: "none",
4227
4227
  textDecoration: "none",
4228
4228
  },
4229
- key: "{Label.Large}",
4229
+ key: "{Body.Large}",
4230
4230
  },
4231
- name: "bi-font-label-large",
4231
+ name: "bi-font-body-large",
4232
4232
  attributes: {
4233
- category: "Label",
4233
+ category: "Body",
4234
4234
  type: "Large",
4235
4235
  },
4236
- path: ["Label", "Large"],
4236
+ path: ["Body", "Large"],
4237
4237
  },
4238
4238
  Medium: {
4239
- key: "{Label.Medium}",
4239
+ key: "{Body.Medium}",
4240
4240
  $type: "typography",
4241
- $value: "700 0.875rem/1.25rem 'museo-sans', Arial, sans-serif",
4241
+ $value: "500 0.875rem/1.3125rem 'museo-sans', Arial, sans-serif",
4242
4242
  filePath: "tokens/text.styles.tokens.json",
4243
4243
  isSource: true,
4244
4244
  original: {
@@ -4246,25 +4246,25 @@ export default {
4246
4246
  $value: {
4247
4247
  fontFamily: "{font.family.Plain}",
4248
4248
  fontSize: "14px",
4249
- fontWeight: "{font.weight.Bold}",
4249
+ fontWeight: "{font.weight.Regular}",
4250
4250
  letterSpacing: "0px",
4251
- lineHeight: "20px",
4251
+ lineHeight: "21px",
4252
4252
  textTransform: "none",
4253
4253
  textDecoration: "none",
4254
4254
  },
4255
- key: "{Label.Medium}",
4255
+ key: "{Body.Medium}",
4256
4256
  },
4257
- name: "bi-font-label-medium",
4257
+ name: "bi-font-body-medium",
4258
4258
  attributes: {
4259
- category: "Label",
4259
+ category: "Body",
4260
4260
  type: "Medium",
4261
4261
  },
4262
- path: ["Label", "Medium"],
4262
+ path: ["Body", "Medium"],
4263
4263
  },
4264
4264
  Small: {
4265
- key: "{Label.Small}",
4265
+ key: "{Body.Small}",
4266
4266
  $type: "typography",
4267
- $value: "700 0.8125rem/1.25rem 'museo-sans', Arial, sans-serif",
4267
+ $value: "500 0.8125rem/1.25rem 'museo-sans', Arial, sans-serif",
4268
4268
  filePath: "tokens/text.styles.tokens.json",
4269
4269
  isSource: true,
4270
4270
  original: {
@@ -4272,25 +4272,25 @@ export default {
4272
4272
  $value: {
4273
4273
  fontFamily: "{font.family.Plain}",
4274
4274
  fontSize: "13px",
4275
- fontWeight: "{font.weight.Bold}",
4275
+ fontWeight: "{font.weight.Regular}",
4276
4276
  letterSpacing: "0px",
4277
4277
  lineHeight: "20px",
4278
4278
  textTransform: "none",
4279
4279
  textDecoration: "none",
4280
4280
  },
4281
- key: "{Label.Small}",
4281
+ key: "{Body.Small}",
4282
4282
  },
4283
- name: "bi-font-label-small",
4283
+ name: "bi-font-body-small",
4284
4284
  attributes: {
4285
- category: "Label",
4285
+ category: "Body",
4286
4286
  type: "Small",
4287
4287
  },
4288
- path: ["Label", "Small"],
4288
+ path: ["Body", "Small"],
4289
4289
  },
4290
4290
  XS: {
4291
- key: "{Label.XS}",
4291
+ key: "{Body.XS}",
4292
4292
  $type: "typography",
4293
- $value: "700 0.75rem/1.125rem 'museo-sans', Arial, sans-serif",
4293
+ $value: "500 0.75rem/1.125rem 'museo-sans', Arial, sans-serif",
4294
4294
  filePath: "tokens/text.styles.tokens.json",
4295
4295
  isSource: true,
4296
4296
  original: {
@@ -4298,20 +4298,20 @@ export default {
4298
4298
  $value: {
4299
4299
  fontFamily: "{font.family.Plain}",
4300
4300
  fontSize: "12px",
4301
- fontWeight: "{font.weight.Bold}",
4301
+ fontWeight: "{font.weight.Regular}",
4302
4302
  letterSpacing: "0px",
4303
4303
  lineHeight: "18px",
4304
4304
  textTransform: "none",
4305
4305
  textDecoration: "none",
4306
4306
  },
4307
- key: "{Label.XS}",
4307
+ key: "{Body.XS}",
4308
4308
  },
4309
- name: "bi-font-label-xs",
4309
+ name: "bi-font-body-xs",
4310
4310
  attributes: {
4311
- category: "Label",
4311
+ category: "Body",
4312
4312
  type: "XS",
4313
4313
  },
4314
- path: ["Label", "XS"],
4314
+ path: ["Body", "XS"],
4315
4315
  },
4316
4316
  },
4317
4317
  };
package/dist/tokens.scss CHANGED
@@ -198,7 +198,7 @@ $bi-layout-navbar-height: 4rem;
198
198
  $bi-font-display-large: 500 4rem/4.5rem 'museo-slab', serif;
199
199
  $bi-font-display-medium: 500 3rem/3.5rem 'museo-slab', serif;
200
200
  $bi-font-headline-large: 500 2.5rem/2.875rem 'museo-slab', serif;
201
- $bi-font-headline-medium: 500 2.25rem/2.5rem 'museo-sans', Arial, sans-serif;
201
+ $bi-font-headline-medium: 500 2.25rem/2.5rem 'museo-slab', serif;
202
202
  $bi-font-headline-small: 500 1.75rem/2rem 'museo-slab', serif;
203
203
  $bi-font-title-bold-xxl: 700 2rem/2.25rem 'museo-sans', Arial, sans-serif;
204
204
  $bi-font-title-bold-xl: 700 1.75rem/2rem 'museo-sans', Arial, sans-serif;
@@ -214,13 +214,13 @@ $bi-font-title-regular-medium: 500 1.25rem/1.4375rem 'museo-sans', Arial, sans-s
214
214
  $bi-font-title-regular-small: 500 1.125rem/1.25rem 'museo-sans', Arial, sans-serif;
215
215
  $bi-font-title-regular-xs: 500 1rem/1.125rem 'museo-sans', Arial, sans-serif;
216
216
  $bi-font-title-regular-xxs: 500 0.875rem/1rem 'museo-sans', Arial, sans-serif;
217
- $bi-font-body-xl: 500 1.125rem/1.6875rem 'museo-sans', Arial, sans-serif;
218
- $bi-font-body-large: 500 1rem/1.5rem 'museo-sans', Arial, sans-serif;
219
- $bi-font-body-medium: 500 0.875rem/1.3125rem 'museo-sans', Arial, sans-serif;
220
- $bi-font-body-small: 500 0.8125rem/1.25rem 'museo-sans', Arial, sans-serif;
221
- $bi-font-body-xs: 500 0.75rem/1.125rem 'museo-sans', Arial, sans-serif;
222
217
  $bi-font-label-xl: 700 1.125rem/1.6875rem 'museo-sans', Arial, sans-serif;
223
218
  $bi-font-label-large: 700 1rem/1.5rem 'museo-sans', Arial, sans-serif;
224
219
  $bi-font-label-medium: 700 0.875rem/1.25rem 'museo-sans', Arial, sans-serif;
225
220
  $bi-font-label-small: 700 0.8125rem/1.25rem 'museo-sans', Arial, sans-serif;
226
221
  $bi-font-label-xs: 700 0.75rem/1.125rem 'museo-sans', Arial, sans-serif;
222
+ $bi-font-body-xl: 500 1.125rem/1.6875rem 'museo-sans', Arial, sans-serif;
223
+ $bi-font-body-large: 500 1rem/1.5rem 'museo-sans', Arial, sans-serif;
224
+ $bi-font-body-medium: 500 0.875rem/1.3125rem 'museo-sans', Arial, sans-serif;
225
+ $bi-font-body-small: 500 0.8125rem/1.25rem 'museo-sans', Arial, sans-serif;
226
+ $bi-font-body-xs: 500 0.75rem/1.125rem 'museo-sans', Arial, sans-serif;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bi-digital/tokens",
3
3
  "type": "module",
4
- "version": "0.6.4",
4
+ "version": "0.6.5",
5
5
  "engines": {
6
6
  "node": "^20.19.0 || >=22.12.0"
7
7
  },