components-test-pb 0.0.9 → 0.1.0

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.
@@ -51,8 +51,12 @@ const useStyles = makeStyles({
51
51
  fontSize: Tokens.fontSize1000,
52
52
  lineHeight: Tokens.lineHeight1000
53
53
  },
54
- monospace: {},
55
- numeric: {},
54
+ monospace: {
55
+ fontFamily: Tokens.fontFamilyMonospace
56
+ },
57
+ numeric: {
58
+ fontFamily: Tokens.fontFamilyNumeric
59
+ },
56
60
  weightMedium: {
57
61
  fontWeight: Tokens.fontWeightMedium
58
62
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "components-test-pb",
3
- "version": "0.0.9",
3
+ "version": "0.1.0",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -59,10 +59,10 @@ const useStyles = makeStyles({
59
59
  lineHeight: Tokens.lineHeight1000
60
60
  },
61
61
  monospace: {
62
-
62
+ fontFamily: Tokens.fontFamilyMonospace
63
63
  },
64
64
  numeric: {
65
-
65
+ fontFamily: Tokens.fontFamilyNumeric
66
66
  },
67
67
  weightMedium: {
68
68
  fontWeight: Tokens.fontWeightMedium