@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.
- package/dist/iconStyles/iconColors.d.ts +3 -0
- package/dist/index.cjs +4 -1
- package/dist/index.mjs +4 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -55,7 +55,7 @@ const webIconStyles = {
|
|
|
55
55
|
fill: "{color.request}",
|
|
56
56
|
},
|
|
57
57
|
task: {
|
|
58
|
-
fill: "{color.
|
|
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.
|
|
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.
|
|
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": "
|
|
73
|
+
"gitHead": "006628b7c902e3a57f2aa3c5d30fa0d189f5accc"
|
|
74
74
|
}
|