@onereach/styles 6.9.2-beta.4379.0 → 6.9.2-beta.4384.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": "6.9.2-beta.4379.0",
3
+ "version": "6.9.2-beta.4384.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -1,9 +1,9 @@
1
1
  const { plugin: core } = require('./tailwind/plugins/core');
2
2
  const { plugin: layout } = require('./tailwind/plugins/layout');
3
+ const { plugin: scrollbar } = require('./tailwind/plugins/scrollbar');
3
4
  const { plugin: interactivity } = require('./tailwind/plugins/interactivity');
4
5
  const { plugin: typography } = require('./tailwind/plugins/typography');
5
6
  const { plugin: iconography } = require('./tailwind/plugins/iconography');
6
- const { plugin: scrollbar } = require('./tailwind/plugins/scrollbar');
7
7
 
8
8
  const { plugin: themePreset } = require('./tailwind/plugins/theme-preset');
9
9
  const { plugin: themeForeground } = require('./tailwind/plugins/theme-foreground');
@@ -196,10 +196,10 @@ module.exports = {
196
196
  plugins: [
197
197
  core,
198
198
  layout,
199
+ scrollbar,
199
200
  interactivity,
200
201
  typography,
201
202
  iconography,
202
- scrollbar,
203
203
 
204
204
  themePreset,
205
205
  themeForeground,