@jobber/components 4.85.6-CJS-to-ESM.18 → 4.85.6-CJS-to-ESM.22

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -35,6 +35,6 @@ export default function MyComponent() {
35
35
  More information on Atlantis can be found at
36
36
  [https://atlantis.getjobber.com](https://atlantis.getjobber.com).
37
37
 
38
- ## Additional Informations
38
+ ## Additional Information
39
39
 
40
- Additional Information
40
+ Additional Informations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "4.85.6-CJS-to-ESM.18+bb32f1da",
3
+ "version": "4.85.6-CJS-to-ESM.22+0b993df6",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -395,7 +395,7 @@
395
395
  "dist/*"
396
396
  ],
397
397
  "dependencies": {
398
- "@jobber/design": "^0.56.1-CJS-to-ESM.18+bb32f1da",
398
+ "@jobber/design": "^0.56.0",
399
399
  "@jobber/formatters": "^0.2.2",
400
400
  "@jobber/hooks": "^2.9.1",
401
401
  "@popperjs/core": "^2.0.6",
@@ -459,5 +459,5 @@
459
459
  "> 1%",
460
460
  "IE 10"
461
461
  ],
462
- "gitHead": "bb32f1da13eb7eec6e7c1365a3f49c605de24421"
462
+ "gitHead": "0b993df6d3085ac7817f1e8ad1b456d8119297bc"
463
463
  }