@jobber/components-native 0.104.0 → 0.104.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/docs/Form/Form.md
CHANGED
|
@@ -36,12 +36,12 @@ saving the single input they are editing, but the entire object.
|
|
|
36
36
|
All error messaging should follow our
|
|
37
37
|
[Product Vocabulary.](/content/product-vocabulary)
|
|
38
38
|
|
|
39
|
-
## Setup
|
|
39
|
+
## Setup
|
|
40
40
|
|
|
41
41
|
Consuming apps using the mobile Form must wrap their app root with
|
|
42
42
|
`KeyboardProvider` from `react-native-keyboard-controller`.
|
|
43
43
|
|
|
44
|
-
## Accessibility
|
|
44
|
+
## Accessibility
|
|
45
45
|
|
|
46
46
|
The individual inputs are responsible for accessibility concerns such as the
|
|
47
47
|
labels, types, values, and error messages of each input.
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components-native",
|
|
3
|
-
"version": "0.104.
|
|
3
|
+
"version": "0.104.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "React Native implementation of Atlantis",
|
|
6
6
|
"repository": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@babel/runtime": "^7.29.2",
|
|
73
73
|
"@gorhom/bottom-sheet": "^5.2.8",
|
|
74
74
|
"@jobber/design": "0.101.1",
|
|
75
|
-
"@jobber/hooks": "2.
|
|
75
|
+
"@jobber/hooks": "2.21.0",
|
|
76
76
|
"@react-native-community/datetimepicker": "^8.4.5",
|
|
77
77
|
"@react-native/babel-preset": "^0.82.1",
|
|
78
78
|
"@storybook/addon-a11y": "10.3.5",
|
|
@@ -122,5 +122,5 @@
|
|
|
122
122
|
"react-native-screens": ">=4.18.0",
|
|
123
123
|
"react-native-svg": ">=12.0.0"
|
|
124
124
|
},
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "66842d92e8c2e9192267af62032cfdb15f0c5d71"
|
|
126
126
|
}
|