@jobber/components-native 0.80.1-upgrade-to-628d7fc.9 → 0.80.1-upgrade-to-feb557b.16

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.80.1-upgrade-to-628d7fc.9+628d7fce",
3
+ "version": "0.80.1-upgrade-to-feb557b.16+feb557bf",
4
4
  "license": "MIT",
5
5
  "description": "React Native implementation of Atlantis",
6
6
  "repository": {
@@ -80,5 +80,5 @@
80
80
  "react-native-safe-area-context": "^4.5.2",
81
81
  "react-native-svg": ">=12.0.0"
82
82
  },
83
- "gitHead": "628d7fce6ac350b6413ea59704847aef6f1cf062"
83
+ "gitHead": "feb557bf7d157f62138d5d34303d9fdb2cf61fb1"
84
84
  }
@@ -370,7 +370,7 @@ exports[`should not render the caret when the Disclosure is empty 1`] = `
370
370
  }
371
371
  accessible={true}
372
372
  collapsable={false}
373
- focusable={true}
373
+ focusable={false}
374
374
  onClick={[Function]}
375
375
  onResponderGrant={[Function]}
376
376
  onResponderMove={[Function]}
package/src/Form/Form.tsx CHANGED
@@ -138,7 +138,7 @@ function InternalForm<T extends FieldValues, S>({
138
138
 
139
139
  const styles = useStyles();
140
140
 
141
- // Comment to trigger build
141
+ // Comment to trigger build once more
142
142
  return (
143
143
  <FormProvider {...formMethods}>
144
144
  <>