braid-design-system 32.8.2 → 32.8.3

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.
@@ -199,12 +199,12 @@ const makeTokens = ({
199
199
  displayName,
200
200
  legacy: true,
201
201
  typography: {
202
- fontFamily: 'Roboto, "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif',
202
+ fontFamily: `Roboto, "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif`,
203
203
  webFont: null,
204
204
  fontMetrics: sideEffects_lib_themes_tokenType_cjs.extractFontMetricsForTheme(robotoMetrics__default.default),
205
205
  fontWeight: {
206
206
  regular: 400,
207
- medium: 500,
207
+ medium: 600,
208
208
  strong: 700
209
209
  },
210
210
  heading: {
@@ -195,12 +195,12 @@ const makeTokens = ({
195
195
  displayName,
196
196
  legacy: true,
197
197
  typography: {
198
- fontFamily: 'Roboto, "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif',
198
+ fontFamily: `Roboto, "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif`,
199
199
  webFont: null,
200
200
  fontMetrics: extractFontMetricsForTheme(robotoMetrics),
201
201
  fontWeight: {
202
202
  regular: 400,
203
- medium: 500,
203
+ medium: 600,
204
204
  strong: 700
205
205
  },
206
206
  heading: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-design-system",
3
- "version": "32.8.2",
3
+ "version": "32.8.3",
4
4
  "description": "Themeable design system for the SEEK Group",
5
5
  "homepage": "https://seek-oss.github.io/braid-design-system/",
6
6
  "bugs": {
@@ -183,7 +183,7 @@
183
183
  "fast-glob": "^3.2.12",
184
184
  "fs-extra": "^10.1.0",
185
185
  "html-validate": "^7.1.1",
186
- "playroom": "0.31.0",
186
+ "playroom": "0.32.1",
187
187
  "prettier": "^2.8.2",
188
188
  "react": "^18.2.0",
189
189
  "react-dom": "^18.2.0",