@xfers/design-system 8.0.0-dev.894f70ea94 → 8.0.0-dev.92c2f5ccd2

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": "@xfers/design-system",
3
- "version": "8.0.0-dev.894f70ea94",
3
+ "version": "8.0.0-dev.92c2f5ccd2",
4
4
  "description": "StraitsX design system",
5
5
  "keywords": [
6
6
  "xfers",
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "scripts": {
27
27
  "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
28
- "lint:ci": "eslint --cache ./src --ext .jsx,.ts,.tsx",
29
- "lint:ci:changed": "eslint $@ --cache",
28
+ "lint/ci": "eslint --cache ./src --ext .jsx,.ts,.tsx",
29
+ "lint/ci:changed": "eslint $@ --cache",
30
30
  "clean": "rimraf dist cjs es",
31
31
  "prebuild": "yarn clean",
32
32
  "build:prod": "tsc --module commonjs && rollup -c rollup.config.js && rimraf node_modules/react node_modules/react-dom",
@@ -97,6 +97,7 @@
97
97
  "material-symbols": "0.38.0",
98
98
  "moment": "2.24.0",
99
99
  "postcss": "8.2.15",
100
+ "postcss-cssnext": "3.1.0",
100
101
  "postcss-nested": "5.0.5",
101
102
  "postcss-preset-env": "6.7.0",
102
103
  "postcss-simple-vars": "6.0.3",