@onereach/styles 3.0.2-beta.3165.0 → 3.1.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": "3.0.2-beta.3165.0",
3
+ "version": "3.1.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -16,8 +16,8 @@
16
16
  "legacy-ui-warning.scss",
17
17
  "preflight-revert.css",
18
18
  "tailwind.config.js",
19
+ "tailwind.config.json",
19
20
  "tailwind.config.preset.js",
20
- "tailwind-screens.js",
21
21
  "tailwind-utils.js",
22
22
  "tokens.css",
23
23
  "main-v3.css",
@@ -28,12 +28,14 @@
28
28
  ],
29
29
  "scripts": {
30
30
  "dev": "pnpm build:scss -- --watch",
31
- "build": "npm-run-all build:tokens build:scss build:autoprefixer build:cleancss build:tokens:css",
31
+ "prepare": "pnpm build",
32
+ "build": "npm-run-all build:tokens build:scss build:autoprefixer build:cleancss build:tokens:css build:resolve-config",
32
33
  "build:scss": "sass --embed-source-map ./src/main.scss dist/index.css",
33
34
  "build:cleancss": "cleancss -o dist/index.min.css dist/index.css",
34
35
  "build:autoprefixer": "npx postcss --use autoprefixer --map false --output dist/index.css dist/index.css",
35
36
  "build:tokens": "pnpm json-to-scss",
36
37
  "build:tokens:css": "node ./utils/makeCssVaribales.js",
38
+ "build:resolve-config": "node ./scripts/resolveConfig.js",
37
39
  "lint": "stylelint '**/*.scss'",
38
40
  "fix": "stylelint --fix '**/*.scss'",
39
41
  "clean": "rimraf dist",
@@ -56,5 +58,6 @@
56
58
  },
57
59
  "publishConfig": {
58
60
  "access": "public"
59
- }
61
+ },
62
+ "gitHead": "f33688dd9302588085b19a107cbb992847e9d0f1"
60
63
  }