@jobber/components-native 0.109.1-upgrade-ax-69e6080.2 → 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.
- package/dist/docs/Icon/Icon.md +19 -11
- package/dist/package.json +4 -4
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +4 -4
package/dist/docs/Icon/Icon.md
CHANGED
|
@@ -283,17 +283,25 @@ export function IconSizesExample() {
|
|
|
283
283
|
|
|
284
284
|
### Messaging
|
|
285
285
|
|
|
286
|
-
| Icon | `Name`
|
|
287
|
-
| :--- |
|
|
288
|
-
| | `chat`
|
|
289
|
-
| | `
|
|
290
|
-
| | `
|
|
291
|
-
| | `
|
|
292
|
-
| | `
|
|
293
|
-
| | `
|
|
294
|
-
| | `
|
|
295
|
-
| | `
|
|
296
|
-
| | `
|
|
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.1
|
|
3
|
+
"version": "0.109.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "React Native implementation of Atlantis",
|
|
6
6
|
"repository": {
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@babel/runtime": "^7.29.2",
|
|
75
75
|
"@gorhom/bottom-sheet": "^5.2.8",
|
|
76
|
-
"@jobber/design": "0.
|
|
77
|
-
"@jobber/hooks": "2.21.
|
|
76
|
+
"@jobber/design": "0.109.0",
|
|
77
|
+
"@jobber/hooks": "2.21.0",
|
|
78
78
|
"@react-native-community/datetimepicker": "^8.4.5",
|
|
79
79
|
"@react-native/babel-preset": "^0.82.1",
|
|
80
80
|
"@storybook/addon-a11y": "10.3.5",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"react-native-screens": ">=4.18.0",
|
|
125
125
|
"react-native-svg": ">=12.0.0"
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "879bbb072a470c876e4ee7e9a9757f5edb0f3b82"
|
|
128
128
|
}
|