@ndla/preset-panda 0.0.23 → 0.0.24

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/styles.css CHANGED
@@ -399,7 +399,7 @@
399
399
  --font-weights-light: 300;
400
400
  --font-weights-normal: 400;
401
401
  --font-weights-semibold: 600;
402
- --font-weights-bold: 700;
402
+ --font-weights-bold: 670;
403
403
  --font-sizes-xxsmall: 0.75rem;
404
404
  --font-sizes-xsmall: 0.875rem;
405
405
  --font-sizes-small: 1rem;
package/es/typography.js CHANGED
@@ -18,7 +18,7 @@ export const fontWeights = defineTokens.fontWeights({
18
18
  value: 600
19
19
  },
20
20
  bold: {
21
- value: 700
21
+ value: 670
22
22
  }
23
23
  });
24
24
  export const fonts = defineTokens.fonts({
package/lib/typography.js CHANGED
@@ -24,7 +24,7 @@ const fontWeights = exports.fontWeights = _dev.defineTokens.fontWeights({
24
24
  value: 600
25
25
  },
26
26
  bold: {
27
- value: 700
27
+ value: 670
28
28
  }
29
29
  });
30
30
  const fonts = exports.fonts = _dev.defineTokens.fonts({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/preset-panda",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "Panda preset for NDLA.",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "58687255a5be26e49b6a21d830cf0af5be37b9fa"
40
+ "gitHead": "66b3b382188ec1730fa409d4adb3672942f00670"
41
41
  }