@jobber/components-native 0.109.0 → 0.109.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.
@@ -283,17 +283,25 @@ export function IconSizesExample() {
283
283
 
284
284
  ### Messaging
285
285
 
286
- | Icon | `Name` |
287
- | :--- | :------------ |
288
- | | `chat` |
289
- | | `email` |
290
- | | `markSent` |
291
- | | `reminder` |
292
- | | `sms` |
293
- | | `sms2` |
294
- | | `sendMessage` |
295
- | | `compose` |
296
- | | `marketing` |
286
+ | Icon | `Name` |
287
+ | :--- | :---------------- |
288
+ | | `chat` |
289
+ | | `compose` |
290
+ | | `conversation` |
291
+ | | `email` |
292
+ | | `emailInbound` |
293
+ | | `emailOutbound` |
294
+ | | `markSent` |
295
+ | | `marketing` |
296
+ | | `reminder` |
297
+ | | `sendMessage` |
298
+ | | `sms` |
299
+ | | `sms2` |
300
+ | | `smsInbound` |
301
+ | | `smsOutbound` |
302
+ | | `smsProgress` |
303
+ | | `webchat` |
304
+ | | `webchatProgress` |
297
305
 
298
306
  ### User
299
307
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components-native",
3
- "version": "0.109.0",
3
+ "version": "0.109.1",
4
4
  "license": "MIT",
5
5
  "description": "React Native implementation of Atlantis",
6
6
  "repository": {
@@ -73,7 +73,7 @@
73
73
  "devDependencies": {
74
74
  "@babel/runtime": "^7.29.2",
75
75
  "@gorhom/bottom-sheet": "^5.2.8",
76
- "@jobber/design": "0.108.0",
76
+ "@jobber/design": "0.109.0",
77
77
  "@jobber/hooks": "2.21.0",
78
78
  "@react-native-community/datetimepicker": "^8.4.5",
79
79
  "@react-native/babel-preset": "^0.82.1",
@@ -124,5 +124,5 @@
124
124
  "react-native-screens": ">=4.18.0",
125
125
  "react-native-svg": ">=12.0.0"
126
126
  },
127
- "gitHead": "9c3f49230e6823f32b857348eea4efa3fb32aa2a"
127
+ "gitHead": "879bbb072a470c876e4ee7e9a9757f5edb0f3b82"
128
128
  }