@jobber/components-native 0.98.0 → 0.98.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components-native",
|
|
3
|
-
"version": "0.98.
|
|
3
|
+
"version": "0.98.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "React Native implementation of Atlantis",
|
|
6
6
|
"repository": {
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"react-native-safe-area-context": "^5.4.0",
|
|
97
97
|
"react-native-svg": ">=12.0.0"
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "9fe76882fd12f40e574286eade63d230965be607"
|
|
100
100
|
}
|
|
@@ -36,7 +36,7 @@ exports[`renders blue inProgress bar when 1 or more jobs is in progress 1`] = `
|
|
|
36
36
|
"width": "100%",
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"backgroundColor": "hsl(
|
|
39
|
+
"backgroundColor": "hsl(40, 9%, 85%)",
|
|
40
40
|
"width": "100%",
|
|
41
41
|
},
|
|
42
42
|
undefined,
|
|
@@ -126,7 +126,7 @@ exports[`renders green CompletedProgress bar when 1 or more jobs is completed 1`
|
|
|
126
126
|
"width": "100%",
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
"backgroundColor": "hsl(
|
|
129
|
+
"backgroundColor": "hsl(40, 9%, 85%)",
|
|
130
130
|
"width": "100%",
|
|
131
131
|
},
|
|
132
132
|
undefined,
|