@jobber/components-native 0.104.0 → 0.104.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.
@@ -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 (mobile)
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 (mobile)
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.0",
3
+ "version": "0.104.1",
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.20.1",
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": "53e34a184129137a1ea6e2dea8a287ad8a468cfb"
125
+ "gitHead": "60b75a0d6a64b67dcb6607c474ed7aa469474f98"
126
126
  }