@jobber/components-native 0.101.10 → 0.101.11

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/README.md CHANGED
@@ -10,11 +10,10 @@ for Atlantis.
10
10
 
11
11
  ## Installation
12
12
 
13
- To install this package into your project with [npm](https://www.npmjs.com/)
14
- run:
13
+ To install this package into your project with [pnpm](https://pnpm.io/) run:
15
14
 
16
15
  ```sh
17
- npm install @jobber/components-native
16
+ pnpm install @jobber/components-native
18
17
  # iOS Linking
19
18
  cd ios
20
19
  pod install
@@ -22,16 +22,12 @@ state will indicate that the input is not valid. This can be used when the input
22
22
  is required and the user has not entered a value.
23
23
 
24
24
 
25
- ## Controlled & Uncontrolled
25
+ ## Time typeahead
26
26
 
27
- ### Controlled component
28
-
29
- Web's
30
- [Controlled](/storybook/web/?path=/story/components-forms-and-inputs-inputtime--controlled)
31
- version includes a type-ahead feature where typing at least 1 number
32
- automatically fills in the rest of the time. For example, typing `2` will fill
33
- in `2:00 PM` and typing `1` waits for a few milliseconds in case the user wants
34
- to type `10`, `11`, or `12`.
27
+ The InputTime component includes a type-ahead feature where typing at least 1
28
+ number automatically fills in the rest of the time. For example, typing `2` will
29
+ fill in `2:00 PM` and typing `1` waits for a few milliseconds in case the user
30
+ wants to type `10`, `11`, or `12`.
35
31
 
36
32
 
37
33
  ## Props
@@ -16,7 +16,6 @@ deprecated.
16
16
  | Autocomplete | `import { Autocomplete } from "@jobber/components/Autocomplete"` | `version={2}` — fully controlled, async support |
17
17
  | InputNumber | `import { InputNumber } from "@jobber/components/InputNumber"` | `version={2}` |
18
18
  | InputText | `import { InputText } from "@jobber/components/InputText"` | `version={2}` |
19
- | InputTime | `import { InputTime } from "@jobber/components/InputTime"` | `version={2}` |
20
19
  | Modal | `import { Modal } from "@jobber/components/Modal"` | `version={2}` — uses `Modal.Provider` composition |
21
20
 
22
21
  ## Deprecated components — do not use
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components-native",
3
- "version": "0.101.10",
3
+ "version": "0.101.11",
4
4
  "license": "MIT",
5
5
  "description": "React Native implementation of Atlantis",
6
6
  "repository": {
@@ -58,8 +58,8 @@
58
58
  "devDependencies": {
59
59
  "@babel/runtime": "^7.29.2",
60
60
  "@gorhom/bottom-sheet": "^5.2.8",
61
- "@jobber/design": "0.100.0",
62
- "@jobber/hooks": "2.20.0",
61
+ "@jobber/design": "0.100.1",
62
+ "@jobber/hooks": "2.20.1",
63
63
  "@react-native-community/datetimepicker": "^8.4.5",
64
64
  "@react-native/babel-preset": "^0.82.1",
65
65
  "@storybook/addon-a11y": "10.3.5",
@@ -109,5 +109,5 @@
109
109
  "react-native-screens": ">=4.18.0",
110
110
  "react-native-svg": ">=12.0.0"
111
111
  },
112
- "gitHead": "ff6902159ff1dc5baf938ffd349c558e4f581bb3"
112
+ "gitHead": "679440bfacaf217a5756ab1b505cfe7c8d28614e"
113
113
  }