@onereach/styles 2.22.0 → 2.22.1-beta.1482.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.22.0",
|
|
3
|
+
"version": "2.22.1-beta.1482.0",
|
|
4
4
|
"description": "Styles for or-ui-next",
|
|
5
5
|
"main": "./main.css",
|
|
6
6
|
"unpkg": "./main.css",
|
|
@@ -49,6 +49,5 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@tailwindcss/typography": "^0.5.4",
|
|
51
51
|
"tailwindcss": "^3.1.3"
|
|
52
|
-
}
|
|
53
|
-
"gitHead": "37c031bc56f292dc599c5c2daa1eeed56bb31920"
|
|
52
|
+
}
|
|
54
53
|
}
|
|
@@ -128,7 +128,6 @@ module.exports = {
|
|
|
128
128
|
|
|
129
129
|
fontFamily: {
|
|
130
130
|
...parseFontFamilyTokens(typographyTokens),
|
|
131
|
-
'icon': '"Material Symbols Outlined"',
|
|
132
131
|
'inherit': 'inherit',
|
|
133
132
|
},
|
|
134
133
|
|
|
@@ -271,7 +270,6 @@ module.exports = {
|
|
|
271
270
|
'caption-semibold': 'caption-semibold',
|
|
272
271
|
'caption-bold': 'caption-bold',
|
|
273
272
|
'button': 'button',
|
|
274
|
-
'icon': 'icon',
|
|
275
273
|
|
|
276
274
|
'inherit': 'inherit',
|
|
277
275
|
},
|
|
@@ -291,6 +289,7 @@ module.exports = {
|
|
|
291
289
|
plugin(({ matchUtilities }) => {
|
|
292
290
|
matchUtilities({
|
|
293
291
|
'iconography': (value) => ({
|
|
292
|
+
fontFamily: '"Material Symbols Outlined"',
|
|
294
293
|
fontVariationSettings: value,
|
|
295
294
|
}),
|
|
296
295
|
}, {
|