@onereach/styles 2.17.1 → 2.17.2

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.17.1",
3
+ "version": "2.17.2",
4
4
  "description": "Styles for or-ui-next",
5
5
  "main": "./main.css",
6
6
  "unpkg": "./main.css",
@@ -50,5 +50,5 @@
50
50
  "@tailwindcss/typography": "^0.5.4",
51
51
  "tailwindcss": "^3.1.3"
52
52
  },
53
- "gitHead": "65ece1a22fae995bfa149b5e5e2785e09cdee3f2"
53
+ "gitHead": "382270ca99c1ff1ecef5018f6e9ceec3caed97d3"
54
54
  }
@@ -169,14 +169,14 @@ module.exports = {
169
169
  fontVariationSettings: '"opsz" 48, "wght" 400, "FILL" 0, "GRAD" 0',
170
170
  },
171
171
 
172
- '.font-icon-filled': {
173
- fontVariationSettings: '"opsz" 48, "wght" 400, "FILL" 1, "GRAD" 0',
174
- },
175
-
176
172
  '.font-icon-outlined-bold': {
177
173
  fontVariationSettings: '"opsz" 24, "wght" 700, "FILL" 0, "GRAD" 0',
178
174
  },
179
175
 
176
+ '.font-icon-filled': {
177
+ fontVariationSettings: '"opsz" 48, "wght" 400, "FILL" 1, "GRAD" 0',
178
+ },
179
+
180
180
  '.font-icon-filled-bold': {
181
181
  fontVariationSettings: '"opsz" 24, "wght" 700, "FILL" 1, "GRAD" 0',
182
182
  },