@jobber/design 0.46.1-dependabot.24 → 0.47.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.
@@ -75,6 +75,7 @@ export declare const iconMap: {
75
75
  lock: string[];
76
76
  logout: string[];
77
77
  markSent: string[];
78
+ marketing: string[];
78
79
  menu: string[];
79
80
  minus: string[];
80
81
  minus2: string[];
package/dist/index.js CHANGED
@@ -315,6 +315,9 @@ const iconMap = {
315
315
  "M3.72 13.301a1 1 0 1 0-1.415 1.414l1.586 1.992a1 1 0 0 0 1.414 0l3.39-3.201a1 1 0 1 0-1.414-1.414l-2.683 2.494-.879-1.285Z",
316
316
  "M6 10V7.414l6.293 6.293a1 1 0 0 0 1.414 0L20 7.414V17a1 1 0 0 1-1 1H4.17A3.001 3.001 0 0 0 7 20h12a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H7a3 3 0 0 0-3 3v3h2Zm7 1.586L7.414 6h11.172L13 11.586Z"
317
317
  ],
318
+ "marketing": [
319
+ "M19 4.024c0-.91-1.1-1.366-1.742-.723L16.121 4.44A8.65 8.65 0 0 1 10 6.979H5c-1.657 0-3 1.345-3 3.004v2.003a3.002 3.002 0 0 0 3 3.004v4.006A3.002 3.002 0 0 0 8 22c1.657 0 3-1.345 3-3.004v-3.948a8.652 8.652 0 0 1 5.121 2.481l1.137 1.139c.643.643 1.742.188 1.742-.723v-3.081a4.006 4.006 0 0 0 3-3.88 4.006 4.006 0 0 0-3-3.879V4.024Zm0 5.226a2.003 2.003 0 0 1 0 3.47V9.25ZM7 18.996V14.99h2v4.006a1 1 0 1 1-2 0Zm10-3.384a10.65 10.65 0 0 0-6-2.578v-4.1a10.65 10.65 0 0 0 6-2.577v9.255Zm-8-2.625H5a1 1 0 0 1-1-1.001V9.983a1 1 0 0 1 1-1.001h4v4.005Z"
320
+ ],
318
321
  "menu": [
319
322
  "M4 7a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm0 10a1 1 0 0 0 1 1h10a1 1 0 1 0 0-2H5a1 1 0 0 0-1 1Zm14.414-8A1 1 0 1 0 17 10.414l.586.586H5a1 1 0 1 0 0 2h12.586l-.586.586A1 1 0 0 0 18.414 15l2.293-2.293a1 1 0 0 0 0-1.414L18.414 9Z"
320
323
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.46.1-dependabot.24+1455dd4e",
3
+ "version": "0.47.0",
4
4
  "description": "Design foundation for the Jobber Atlantis Design System",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -55,5 +55,5 @@
55
55
  "typed-css-modules": "^0.7.0",
56
56
  "typescript": "^4.9.5"
57
57
  },
58
- "gitHead": "1455dd4e0ab510d0f3c605e9216f490e0b453c22"
58
+ "gitHead": "debea9f5b73da4be614493b4558fae467c7dc448"
59
59
  }