@jobber/design 0.46.0 → 0.46.1-automatic-.76
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/icons/iconMap.d.ts +1 -0
- package/dist/index.js +3 -0
- package/package.json +2 -2
package/dist/icons/iconMap.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -107,6 +107,9 @@ const iconMap = {
|
|
|
107
107
|
"batch": [
|
|
108
108
|
"M9 6a2 2 0 0 1 2-2h4.586A2 2 0 0 1 17 4.586L20.414 8A2 2 0 0 1 21 9.414V18a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V6Zm2 0v12h8V9.414L15.586 6H11ZM6 7a2 2 0 0 1 2-2v14a2 2 0 0 1-2-2V7ZM5 6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2V6Z"
|
|
109
109
|
],
|
|
110
|
+
"bolt": [
|
|
111
|
+
"M9.167 12.5H5L10.833.833V7.5H15L9.167 19.167V12.5Z"
|
|
112
|
+
],
|
|
110
113
|
"calendar": [
|
|
111
114
|
"M15 4a1 1 0 1 1 2 0v1h2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2V4a1 1 0 0 1 2 0v1h6V4ZM5 7v2h14V7H5Zm14 4H5v8h14v-8Z"
|
|
112
115
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/design",
|
|
3
|
-
"version": "0.46.
|
|
3
|
+
"version": "0.46.1-automatic-.76+e5ff4992",
|
|
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": "e5ff4992ff2f3e3b39b75f7a86c0dfdb4fb8e0d6"
|
|
59
59
|
}
|