@jobber/design 0.54.0 → 0.55.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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -532,7 +532,7 @@ const iconMap = {
|
|
|
532
532
|
"M8 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2h3a1 1 0 1 1 0 2h-1v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V8H5a1 1 0 0 1 0-2h3V4Zm6 2V5h-4v1h4ZM8 8v12h8V8H8Z"
|
|
533
533
|
],
|
|
534
534
|
"twitter": [
|
|
535
|
-
"
|
|
535
|
+
"M19.18 4h-1.384l-5.072 5.883L8.671 4H4l6.126 8.896L4 20h1.384l5.357-6.212L15.019 20h4.672l-6.353-9.225L19.18 4ZM5.883 5.04H8.01l9.787 13.968H15.67L5.883 5.04Z"
|
|
536
536
|
],
|
|
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"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/design",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.55.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": "
|
|
58
|
+
"gitHead": "fd44ee4f11c0b05153b60502ef3cbae384f9430e"
|
|
59
59
|
}
|