@onereach/styles 21.5.2 → 21.6.0-beta.5405.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": "21.5.2",
3
+ "version": "21.6.0-beta.5405.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./main.css",
@@ -60,6 +60,5 @@
60
60
  },
61
61
  "publishConfig": {
62
62
  "access": "public"
63
- },
64
- "gitHead": "13fdf07a7d669cb6998d43e7d973486b0f1d2c4b"
63
+ }
65
64
  }
@@ -3,10 +3,10 @@ module.exports = {
3
3
  // the app root, this file is a problem as we need to modify in to allow tailwind usage in ui libraries
4
4
  // TODO: Refactor this to allow to add new libs without modifying and performance loose
5
5
  content: [
6
- './src/**/*.{vue,js,ts,jsx,tsx}',
7
- './node_modules/@onereach/service-navigation/dist/auto/**/*.{vue,js,ts,jsx,tsx}',
8
- './node_modules/@onereach/auth-ui-module/dist/auto/**/*.{vue,js,ts,jsx,tsx}',
9
- './node_modules/@onereach/ui-components/dist/esm/**/*.{vue,js,ts,jsx,tsx}',
6
+ './src/**/*.{vue,js,mjs,ts,jsx,tsx}',
7
+ './node_modules/@onereach/service-navigation/dist/auto/**/*.{vue,js,mjs,ts,jsx,tsx}',
8
+ './node_modules/@onereach/auth-ui-module/dist/auto/**/*.{vue,js,mjs,ts,jsx,tsx}',
9
+ './node_modules/@onereach/ui-components/dist/esm/**/*.{vue,js,mjs,ts,jsx,tsx}',
10
10
  ],
11
11
  presets: [
12
12
  require('@onereach/styles/tailwind.config.preset.js'),