@jobber/components 6.26.4 → 6.27.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/Banner-cjs.js +2 -2
- package/dist/Banner-es.js +2 -2
- package/package.json +2 -2
package/dist/Banner-cjs.js
CHANGED
|
@@ -51,11 +51,11 @@ function Banner({ children, type, primaryAction, dismissible = true, icon, onDis
|
|
|
51
51
|
function getBannerIcon(type) {
|
|
52
52
|
switch (type) {
|
|
53
53
|
case "notice":
|
|
54
|
-
return "
|
|
54
|
+
return "info";
|
|
55
55
|
case "success":
|
|
56
56
|
return "checkmark";
|
|
57
57
|
case "warning":
|
|
58
|
-
return "
|
|
58
|
+
return "warning";
|
|
59
59
|
case "error":
|
|
60
60
|
return "alert";
|
|
61
61
|
}
|
package/dist/Banner-es.js
CHANGED
|
@@ -49,11 +49,11 @@ function Banner({ children, type, primaryAction, dismissible = true, icon, onDis
|
|
|
49
49
|
function getBannerIcon(type) {
|
|
50
50
|
switch (type) {
|
|
51
51
|
case "notice":
|
|
52
|
-
return "
|
|
52
|
+
return "info";
|
|
53
53
|
case "success":
|
|
54
54
|
return "checkmark";
|
|
55
55
|
case "warning":
|
|
56
|
-
return "
|
|
56
|
+
return "warning";
|
|
57
57
|
case "error":
|
|
58
58
|
return "alert";
|
|
59
59
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.27.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -490,5 +490,5 @@
|
|
|
490
490
|
"> 1%",
|
|
491
491
|
"IE 10"
|
|
492
492
|
],
|
|
493
|
-
"gitHead": "
|
|
493
|
+
"gitHead": "6599f7dd9b1ee4507e27c053f0ad5764b94ea6cc"
|
|
494
494
|
}
|