@jobber/components 4.85.4-CJS-to-ESM.20 → 4.85.4-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 +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -34,3 +34,7 @@ export default function MyComponent() {
34
34
 
35
35
  More information on Atlantis can be found at
36
36
  [https://atlantis.getjobber.com](https://atlantis.getjobber.com).
37
+
38
+ ## Additional Information
39
+
40
+ Additional Information
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
3
  "type": "module",
4
- "version": "4.85.4-CJS-to-ESM.20+0e5f2139",
4
+ "version": "4.85.4-CJS-to-ESM.22+6b4a935f",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",
@@ -391,7 +391,7 @@
391
391
  "dependencies": {
392
392
  "@jobber/design": "^0.55.1",
393
393
  "@jobber/formatters": "^0.2.2",
394
- "@jobber/hooks": "^2.9.1",
394
+ "@jobber/hooks": "2.9.2-CJS-to-ESM.19",
395
395
  "@popperjs/core": "^2.0.6",
396
396
  "@std-proposal/temporal": "0.0.1",
397
397
  "@tanstack/react-table": "8.5.13",
@@ -450,5 +450,5 @@
450
450
  "> 1%",
451
451
  "IE 10"
452
452
  ],
453
- "gitHead": "0e5f21393dd410dec590057646a06cba9a616744"
453
+ "gitHead": "6b4a935f3ca31ab8a46129d2a7e5bab5d323a315"
454
454
  }