@jobber/components 8.26.2 → 8.26.3

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.
@@ -429,59 +429,66 @@ export function IconSizesExample() {
429
429
 
430
430
  ### Other
431
431
 
432
- | Icon | `Name` |
433
- | :--- | :---------------- |
434
- | | `apps` |
435
- | | `at` |
436
- | | `camera` |
437
- | | `checkmark` |
438
- | | `checkmarkCircle` |
439
- | | `circle` |
440
- | | `cog` |
441
- | | `dashboard` |
442
- | | `desktop` |
443
- | | `website` |
444
- | | `eye` |
445
- | | `eyeCrossed` |
446
- | | `flash` |
447
- | | `flashAuto` |
448
- | | `flashOff` |
449
- | | `gift` |
450
- | | `grid` |
451
- | | `happyFace` |
452
- | | `headset` |
453
- | | `home` |
454
- | | `link` |
455
- | | `loadingCheck` |
456
- | | `lock` |
457
- | | `logout` |
458
- | | `measurement` |
459
- | | `menu` |
460
- | | `microphone` |
461
- | | `microphoneMuted` |
462
- | | `mobile` |
463
- | | `more` |
464
- | | `number` |
465
- | | `offline` |
466
- | | `phone` |
467
- | | `pinned` |
468
- | | `presentation` |
469
- | | `priceTag` |
470
- | | `quickbooks` |
471
- | | `reports` |
472
- | | `shape` |
473
- | | `sidebar` |
474
- | | `signature` |
475
- | | `sneaker` |
476
- | | `sparkles` |
477
- | | `sprout` |
478
- | | `starburst` |
479
- | | `sun` |
480
- | | `tableColumns` |
481
- | | `thumbsDown` |
482
- | | `thumbsUp` |
483
- | | `unPinned` |
484
- | | `xero` |
432
+ | Icon | `Name` |
433
+ | :--- | :------------------ |
434
+ | | `apps` |
435
+ | | `at` |
436
+ | | `camera` |
437
+ | | `checkmark` |
438
+ | | `checkmarkCircle` |
439
+ | | `circle` |
440
+ | | `cog` |
441
+ | | `dashboard` |
442
+ | | `desktop` |
443
+ | | `website` |
444
+ | | `eye` |
445
+ | | `eyeCrossed` |
446
+ | | `flash` |
447
+ | | `flashAuto` |
448
+ | | `flashOff` |
449
+ | | `gift` |
450
+ | | `grid` |
451
+ | | `happyFace` |
452
+ | | `headset` |
453
+ | | `home` |
454
+ | | `link` |
455
+ | | `loadingCheck` |
456
+ | | `lock` |
457
+ | | `logout` |
458
+ | | `measurement` |
459
+ | | `menu` |
460
+ | | `microphone` |
461
+ | | `microphoneMuted` |
462
+ | | `mobile` |
463
+ | | `more` |
464
+ | | `number` |
465
+ | | `numpad` |
466
+ | | `offline` |
467
+ | | `phone` |
468
+ | | `phoneCall` |
469
+ | | `phoneDisconnected` |
470
+ | | `phoneEnd` |
471
+ | | `phoneIncoming` |
472
+ | | `phoneOutgoing` |
473
+ | | `pinned` |
474
+ | | `presentation` |
475
+ | | `priceTag` |
476
+ | | `quickbooks` |
477
+ | | `reports` |
478
+ | | `shape` |
479
+ | | `sidebar` |
480
+ | | `signature` |
481
+ | | `sneaker` |
482
+ | | `sparkles` |
483
+ | | `speaker` |
484
+ | | `sprout` |
485
+ | | `starburst` |
486
+ | | `sun` |
487
+ | | `tableColumns` |
488
+ | | `thumbsDown` |
489
+ | | `thumbsUp` |
490
+ | | `unPinned` |
491
+ | | `xero` |
485
492
 
486
493
  ### Legacy
487
494
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "8.26.2",
3
+ "version": "8.26.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -486,7 +486,7 @@
486
486
  "devDependencies": {
487
487
  "@apollo/client": "^3.7.10",
488
488
  "@csstools/postcss-global-data": "^1.0.3",
489
- "@jobber/design": "0.107.0",
489
+ "@jobber/design": "0.108.0",
490
490
  "@jobber/hooks": "2.21.0",
491
491
  "@rollup/plugin-alias": "^5.1.0",
492
492
  "@rollup/plugin-commonjs": "^25.0.7",
@@ -540,5 +540,5 @@
540
540
  "> 1%",
541
541
  "IE 10"
542
542
  ],
543
- "gitHead": "7d6fff8d16519d467ff260b676141d4e15d865ee"
543
+ "gitHead": "37b9c3bc407715b1dc2190912665cfc41e8cc335"
544
544
  }