@jobber/components-native 0.101.10-migrate-tr-d70c7ad.7 → 0.101.10

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.
@@ -381,6 +381,7 @@ export function IconSizesExample() {
381
381
  | | `badInvoice` |
382
382
  | | `invoice` |
383
383
  | | `invoiceLater` |
384
+ | | `invoiceSlash` |
384
385
  | | `paidInvoice` |
385
386
  | | `sendInvoice` |
386
387
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components-native",
3
- "version": "0.101.10-migrate-tr-d70c7ad.7+d70c7adf",
3
+ "version": "0.101.10",
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.99.1-migrate-tr-d70c7ad.51+d70c7adf",
62
- "@jobber/hooks": "2.20.1-migrate-tr-d70c7ad.7+d70c7adf",
61
+ "@jobber/design": "0.100.0",
62
+ "@jobber/hooks": "2.20.0",
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": "d70c7adf6972477ac94302714018d41128dedfd2"
112
+ "gitHead": "ff6902159ff1dc5baf938ffd349c558e4f581bb3"
113
113
  }