@onereach/styles 2.37.4-beta.2487.0 → 2.37.4-beta.2497.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.37.4-beta.2487.0",
3
+ "version": "2.37.4-beta.2497.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -289,7 +289,7 @@ module.exports = {
289
289
  }),
290
290
 
291
291
  // Typography
292
- plugin(({ matchUtilities, addBase, theme }) => {
292
+ plugin(({ matchUtilities, theme }) => {
293
293
  matchUtilities({
294
294
  'typography': (value) => {
295
295
  const fontSizeConfig = theme('fontSize');