@jobber/components 8.21.0 → 8.21.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.
@@ -417,6 +417,7 @@ export function IconSizesExample() {
417
417
  | | `future` |
418
418
  | | `history` |
419
419
  | | `import` |
420
+ | | `merge` |
420
421
  | | `redo` |
421
422
  | | `remove` |
422
423
  | | `search` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "8.21.0",
3
+ "version": "8.21.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -487,7 +487,7 @@
487
487
  "devDependencies": {
488
488
  "@apollo/client": "^3.7.10",
489
489
  "@csstools/postcss-global-data": "^1.0.3",
490
- "@jobber/design": "0.106.1",
490
+ "@jobber/design": "0.107.0",
491
491
  "@jobber/hooks": "2.21.0",
492
492
  "@rollup/plugin-alias": "^5.1.0",
493
493
  "@rollup/plugin-commonjs": "^25.0.7",
@@ -541,5 +541,5 @@
541
541
  "> 1%",
542
542
  "IE 10"
543
543
  ],
544
- "gitHead": "8b1aaf0160310df30d09ba5f3dd9b12a008970cc"
544
+ "gitHead": "f56f1035f43410c3b2597e5198adf7fdce8b3453"
545
545
  }