@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.
- package/dist/docs/Icon/Icon.md +19 -11
- package/package.json +3 -3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "8.28.
|
|
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.
|
|
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": "
|
|
548
|
+
"gitHead": "879bbb072a470c876e4ee7e9a9757f5edb0f3b82"
|
|
549
549
|
}
|