@jobber/components 8.28.1 → 8.28.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "8.28.1",
3
+ "version": "8.28.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -491,7 +491,7 @@
491
491
  "devDependencies": {
492
492
  "@apollo/client": "^3.7.10",
493
493
  "@csstools/postcss-global-data": "^1.0.3",
494
- "@jobber/design": "0.108.0",
494
+ "@jobber/design": "0.109.0",
495
495
  "@jobber/hooks": "2.21.0",
496
496
  "@rollup/plugin-alias": "^5.1.0",
497
497
  "@rollup/plugin-commonjs": "^25.0.7",
@@ -545,5 +545,5 @@
545
545
  "> 1%",
546
546
  "IE 10"
547
547
  ],
548
- "gitHead": "3cfce2e1c8a936e2fbe9c92493d24782caabb6ed"
548
+ "gitHead": "879bbb072a470c876e4ee7e9a9757f5edb0f3b82"
549
549
  }