@jobber/design 0.31.3-pre.0 → 0.31.3-pre.6

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.
@@ -1,6 +1,7 @@
1
1
  export declare const iconMap: {
2
2
  height: number;
3
3
  icons: {
4
+ drag: string[];
4
5
  money: string[];
5
6
  sliderStart: string[];
6
7
  sliderCenter: string[];
package/dist/index.js CHANGED
@@ -53,6 +53,14 @@ styleInject(css_248z);
53
53
  const iconMap = {
54
54
  "height": 1024,
55
55
  "icons": {
56
+ "drag": [
57
+ "M298.667 213.333l42.667-42.667h85.333l42.667 42.667v85.333l-42.667 42.667h-85.333l-42.667-42.667v-85.333z",
58
+ "M298.667 469.333l42.667-42.667h85.333l42.667 42.667v85.333l-42.667 42.667h-85.333l-42.667-42.667v-85.333z",
59
+ "M341.333 682.667l-42.667 42.667v85.333l42.667 42.667h85.333l42.667-42.667v-85.333l-42.667-42.667h-85.333z",
60
+ "M554.667 213.333l42.667-42.667h85.333l42.667 42.667v85.333l-42.667 42.667h-85.333l-42.667-42.667v-85.333z",
61
+ "M597.333 426.667l-42.667 42.667v85.333l42.667 42.667h85.333l42.667-42.667v-85.333l-42.667-42.667h-85.333z",
62
+ "M554.667 725.333l42.667-42.667h85.333l42.667 42.667v85.333l-42.667 42.667h-85.333l-42.667-42.667v-85.333z"
63
+ ],
56
64
  "money": [
57
65
  "M298.667 469.333h256c23.565 0 42.667-19.102 42.667-42.667s-19.102-42.667-42.667-42.667h-256c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667z",
58
66
  "M85.333 170.667c0-47.128 38.205-85.333 85.333-85.333h512c23.565 0 42.667 19.103 42.667 42.667s-19.102 42.667-42.667 42.667h-490.667c-11.782 0-21.333 9.551-21.333 21.333v21.333h597.333c47.13 0 85.333 38.205 85.333 85.333v172.8c48.687 9.882 85.333 52.928 85.333 104.533s-36.646 94.652-85.333 104.533v130.133c0 47.13-38.204 85.333-85.333 85.333h-597.333c-47.128 0-85.333-38.204-85.333-85.333v-640zM768 469.333v-149.333c0-11.782-9.553-21.333-21.333-21.333h-554.667c-11.782 0-21.333 9.551-21.333 21.333v469.333c0 11.78 9.551 21.333 21.333 21.333h554.667c11.78 0 21.333-9.553 21.333-21.333v-106.667h-21.333c-58.91 0-106.667-47.757-106.667-106.667s47.757-106.667 106.667-106.667h21.333zM832 554.667h-85.333c-11.78 0-21.333 9.553-21.333 21.333s9.553 21.333 21.333 21.333h85.333c11.78 0 21.333-9.553 21.333-21.333s-9.553-21.333-21.333-21.333z"
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.31.3-pre.0+4c8a0c8",
3
+ "version": "0.31.3-pre.6+310e9584",
4
4
  "description": "Design foundation for the Jobber Atlantis Design System",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -34,7 +34,6 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@csstools/postcss-extract": "^2.0.1",
37
- "@csstools/postcss-global-data": "^1.0.3",
38
37
  "@rollup/plugin-commonjs": "^24.0.1",
39
38
  "@types/node": "^18.15.7",
40
39
  "autoprefixer": "^9.5.1",
@@ -44,7 +43,7 @@
44
43
  "postcss-cli": "^10.1.0",
45
44
  "postcss-custom-properties": "^13.1.4",
46
45
  "postcss-import": "^15.1.0",
47
- "postcss-preset-env": "^8.3.0",
46
+ "postcss-preset-env": "^6.6.0",
48
47
  "rollup": "^1.11.3",
49
48
  "rollup-plugin-copy": "^3.4.0",
50
49
  "rollup-plugin-multi-input": "^1.4.1",
@@ -53,5 +52,5 @@
53
52
  "typed-css-modules": "^0.7.0",
54
53
  "typescript": "^4.9.5"
55
54
  },
56
- "gitHead": "4c8a0c822579d668d2fcac5bcf64c1419951c040"
55
+ "gitHead": "310e9584c2632adbae181beb19613f19d03f952f"
57
56
  }