@jobber/design 0.67.1 → 0.67.2

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.
@@ -144,5 +144,8 @@ export declare const iconColors: {
144
144
  brandHighlight: {
145
145
  value: string;
146
146
  };
147
+ task: {
148
+ value: string;
149
+ };
147
150
  };
148
151
  };
package/dist/index.cjs CHANGED
@@ -55,7 +55,7 @@ const webIconStyles = {
55
55
  fill: "{color.request}",
56
56
  },
57
57
  task: {
58
- fill: "{color.navy}",
58
+ fill: "{color.task}",
59
59
  },
60
60
  userUnassigned: {
61
61
  fill: "{color.destructive}",
@@ -308,6 +308,9 @@ const iconColors = {
308
308
  brandHighlight: {
309
309
  value: "{color.brand-.highlight}",
310
310
  },
311
+ task: {
312
+ value: "{color.task}",
313
+ },
311
314
  },
312
315
  };
313
316
 
package/dist/index.mjs CHANGED
@@ -53,7 +53,7 @@ const webIconStyles = {
53
53
  fill: "{color.request}",
54
54
  },
55
55
  task: {
56
- fill: "{color.navy}",
56
+ fill: "{color.task}",
57
57
  },
58
58
  userUnassigned: {
59
59
  fill: "{color.destructive}",
@@ -306,6 +306,9 @@ const iconColors = {
306
306
  brandHighlight: {
307
307
  value: "{color.brand-.highlight}",
308
308
  },
309
+ task: {
310
+ value: "{color.task}",
311
+ },
309
312
  },
310
313
  };
311
314
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.67.1",
3
+ "version": "0.67.2",
4
4
  "description": "Design foundation for the Jobber Atlantis Design System",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -70,5 +70,5 @@
70
70
  "rollup": "^4.13.0",
71
71
  "tsx": "^4.16.2"
72
72
  },
73
- "gitHead": "8fe1e021751c7f5e27f6f33f00b88b87b2c5b0d8"
73
+ "gitHead": "006628b7c902e3a57f2aa3c5d30fa0d189f5accc"
74
74
  }