@jobber/design 0.53.0 → 0.54.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.
@@ -141,6 +141,7 @@ export declare const iconMap: {
141
141
  trash: string[];
142
142
  twitter: string[];
143
143
  unPinned: string[];
144
+ unscheduled: string[];
144
145
  upload: string[];
145
146
  user: string[];
146
147
  userSwitch: string[];
package/dist/index.js CHANGED
@@ -537,6 +537,9 @@ const iconMap = {
537
537
  "unPinned": [
538
538
  "M13.192 3.293a1 1 0 0 1 1.415 0l6.647 6.647a1 1 0 0 1-1.414 1.414l-.99-.99-3.243 3.243v6.657a1 1 0 0 1-1.707.707l-4.597-4.597-3.535 3.536a1 1 0 0 1-1.414-1.414l3.535-3.536-4.596-4.596A1 1 0 0 1 4 8.657h6.657l3.242-3.243-.707-.707a1 1 0 0 1 0-1.414Zm2.122 3.535-3.536 3.536a1 1 0 0 1-.707.293H6.414l7.193 7.192v-4.657a1 1 0 0 1 .293-.707l3.535-3.535-2.121-2.122Z"
539
539
  ],
540
+ "unscheduled": [
541
+ "M19 9h-5.258l2.357 2H19v2.46l2 1.697V7a2 2 0 0 0-2-2h-2V4a1 1 0 1 0-2 0v1H9.026l2.358 2H19v2ZM3.483 5.696l-.857-.736A1 1 0 1 1 3.93 3.443l18.399 15.79a1 1 0 0 1-1.303 1.518l-.514-.441c-.366.423-.907.69-1.511.69H5a2 2 0 0 1-2-2V7c0-.498.182-.954.483-1.304ZM18.985 19l-9.322-8H5v8h13.985ZM7.333 9l-2.33-2L5 9h2.333Z"
542
+ ],
540
543
  "upload": [
541
544
  "M2 10.5C2 13.538 4.686 16 8 16v-2c-2.21 0-4-1.567-4-3.5S5.79 7 8 7a4.5 4.5 0 0 1 1.414.225A4 4 0 0 1 17 9h.5a2.5 2.5 0 0 1 0 5H16v2h1.5a4.5 4.5 0 0 0 1.215-8.834A6.003 6.003 0 0 0 8.51 5.02 6.633 6.633 0 0 0 8 5c-3.314 0-6 2.462-6 5.5Z",
542
545
  "M12.707 9.293a1 1 0 0 0-1.414 0L9 11.586A1 1 0 0 0 10.414 13l.586-.586V18a1 1 0 1 0 2 0v-5.586l.586.586A1 1 0 0 0 15 11.586l-2.293-2.293Z"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.53.0",
3
+ "version": "0.54.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": "fd6db5654246e3087409b5a5a9c4900235c9e9bd"
58
+ "gitHead": "f8d52c936778e456a515c53e4cf70cedfddc3b33"
59
59
  }