@jobber/design 0.21.0 → 0.21.1-pre.43

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.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.21.0",
3
+ "version": "0.21.1-pre.43+cbcc700",
4
4
  "description": "Design foundation for the Jobber Atlantis Design System",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -12,7 +12,7 @@
12
12
  "icons/*"
13
13
  ],
14
14
  "scripts": {
15
- "build": "npm run build:css && npm run build:css:icons && npm run build:colors && npm run build:cssTypes && npm run build:foundation && npm run build:rollup",
15
+ "build": "npm run build:css && npm run build:css:icons && npm run build:colors && npm run build:cssTypes && npm run build:foundation && npm run build:iconCssStyle && npm run build:rollup",
16
16
  "build:rollup": "rollup --config",
17
17
  "build:css": "postcss src/foundation.css --output foundation.css --use postcss-import",
18
18
  "build:css:icons": "postcss src/icons/*.css --dir icons/ --use postcss-import",
@@ -24,7 +24,9 @@
24
24
  "build:addTypeLinterExceptions": "(printf '/* tslint:disable */\n/* eslint-disable */\n/* This file is automatically generated and should not be edited. */\n'; cat foundation.d.ts) > foundation.d.ts.temp",
25
25
  "build:addFoundationLinterExceptions": "(printf '/* tslint:disable */\n/* eslint-disable */\n/* This file is automatically generated and should not be edited. */\n'; cat foundation.js) > foundation.js.temp",
26
26
  "build:removeTempFiles": "rm -f src/foundation.js && mv foundation.d.ts.temp foundation.d.ts && mv foundation.js.temp foundation.js",
27
- "clean": "rm -rf dist/* icons/* colors.js foundation.css tsconfig.tsbuildinfo",
27
+ "build:iconCssStyle": "node buildIconStyle.js && npm run build:iconCssStyleTypes",
28
+ "build:iconCssStyleTypes": "tsc --declaration --emitDeclarationOnly --allowJs iconStyle.js --outDir .",
29
+ "clean": "rm -rf dist/* icons/* colors.js foundation.css iconStyle.js tsconfig.tsbuildinfo",
28
30
  "prepare": "npm run clean; npm run build"
29
31
  },
30
32
  "dependencies": {
@@ -33,7 +35,9 @@
33
35
  "devDependencies": {
34
36
  "@types/classnames": "^2.2.10",
35
37
  "autoprefixer": "^9.5.1",
38
+ "css-to-react-native-transform": "^2.0.0",
36
39
  "postcss": "^7.0.36",
40
+ "postcss-calc": "7.0.2",
37
41
  "postcss-cli": "^6.1.2",
38
42
  "postcss-custom-properties": "^8.0.10",
39
43
  "postcss-import": "^12.0.1",
@@ -48,5 +52,5 @@
48
52
  "typed-css-modules": "^0.7.0",
49
53
  "typescript": "^3.8.3"
50
54
  },
51
- "gitHead": "1c1e944c28e2e6bdb64a69536b315df005ca10fa"
55
+ "gitHead": "cbcc700f3e2896b0f7ff93ca699acc68d6ca167f"
52
56
  }