@onereach/styles 2.19.1-beta.1303.0 → 2.19.1-beta.1315.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/styles",
3
- "version": "2.19.1-beta.1303.0",
3
+ "version": "2.19.1-beta.1315.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "main": "./main.css",
6
6
  "unpkg": "./main.css",
@@ -126,13 +126,11 @@ module.exports = {
126
126
 
127
127
  fontSize: {
128
128
  ...parseFontSizeTokens(typographyTokens),
129
- 'icon': ['1.15em', { lineHeight: 1 }],
130
129
  'inherit': ['inherit', { lineHeight: 'inherit' }],
131
130
  },
132
131
 
133
132
  fontWeight: {
134
133
  ...parseFontWeightTokens(typographyTokens),
135
- 'icon': undefined,
136
134
  'inherit': 'inherit',
137
135
  },
138
136