@box/blueprint-web-assets 5.5.7 → 5.5.9

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.
@@ -227,40 +227,40 @@ $bp-inter-font-family: InterVariable, -apple-system, BlinkMacSystemFont, 'San Fr
227
227
  }
228
228
 
229
229
  @mixin bp-inter-metric-large {
230
- font-weight: bold;
230
+ font-weight: 600;
231
231
  font-size: 3rem; // 48px
232
232
  font-family: $bp-inter-font-family;
233
233
  font-style: normal;
234
234
  line-height: 3rem; // 48px
235
- letter-spacing: 0.01875rem; // 0.3px
235
+ letter-spacing: 0;
236
236
  text-transform: none;
237
237
  text-decoration: none;
238
238
  }
239
239
 
240
240
  @mixin bp-inter-metric-medium {
241
- font-weight: bold;
241
+ font-weight: 600;
242
242
  font-size: 2.25rem; // 36px
243
243
  font-family: $bp-inter-font-family;
244
244
  font-style: normal;
245
245
  line-height: 2.25rem; // 36px
246
- letter-spacing: 0.01875rem; // 0.3px
246
+ letter-spacing: 0;
247
247
  text-transform: none;
248
248
  text-decoration: none;
249
249
  }
250
250
 
251
251
  @mixin bp-inter-metric-small {
252
- font-weight: bold;
252
+ font-weight: 600;
253
253
  font-size: 1.5rem; // 24px
254
254
  font-family: $bp-inter-font-family;
255
255
  font-style: normal;
256
256
  line-height: 1.5rem; // 24px
257
- letter-spacing: 0.01875rem; // 0.3px
257
+ letter-spacing: 0;
258
258
  text-transform: none;
259
259
  text-decoration: none;
260
260
  }
261
261
 
262
262
  @mixin bp-inter-title-mondo {
263
- font-weight: 550;
263
+ font-weight: 600;
264
264
  font-size: 2rem; // 32px
265
265
  font-family: $bp-inter-font-family;
266
266
  font-style: normal;
@@ -271,7 +271,7 @@ $bp-inter-font-family: InterVariable, -apple-system, BlinkMacSystemFont, 'San Fr
271
271
  }
272
272
 
273
273
  @mixin bp-inter-title-xlarge {
274
- font-weight: 550;
274
+ font-weight: 600;
275
275
  font-size: 1.3125rem; // 21px
276
276
  font-family: $bp-inter-font-family;
277
277
  font-style: normal;
@@ -282,7 +282,7 @@ $bp-inter-font-family: InterVariable, -apple-system, BlinkMacSystemFont, 'San Fr
282
282
  }
283
283
 
284
284
  @mixin bp-inter-title-large {
285
- font-weight: 550;
285
+ font-weight: 600;
286
286
  font-size: 1.1875rem; // 19px
287
287
  font-family: $bp-inter-font-family;
288
288
  font-style: normal;
@@ -293,7 +293,7 @@ $bp-inter-font-family: InterVariable, -apple-system, BlinkMacSystemFont, 'San Fr
293
293
  }
294
294
 
295
295
  @mixin bp-inter-title-medium {
296
- font-weight: 550;
296
+ font-weight: 600;
297
297
  font-size: 1.125rem; // 18px
298
298
  font-family: $bp-inter-font-family;
299
299
  font-style: normal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "5.5.7",
3
+ "version": "5.5.9",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "scripts": {
6
6
  "build-storybook": "nx run blueprint-web-assets:build-storybook",
@@ -155,7 +155,7 @@
155
155
  }
156
156
  },
157
157
  "devDependencies": {
158
- "@box/storybook-utils": "^1.1.31",
158
+ "@box/storybook-utils": "^1.1.33",
159
159
  "@figma/code-connect": "1.4.4",
160
160
  "@types/react": "^18.0.0",
161
161
  "@types/react-dom": "^18.0.0",