@jobber/components 4.85.6-CJS-to-ESM.6 → 4.85.6-CJS-to-ESM.7

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 +0 -4
  2. package/package.json +7 -2
package/README.md CHANGED
@@ -34,7 +34,3 @@ 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "4.85.6-CJS-to-ESM.6+e39e1fff",
3
+ "version": "4.85.6-CJS-to-ESM.7+8c8cdd1d",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -332,6 +332,11 @@
332
332
  "import": "./dist/Spinner/index.mjs",
333
333
  "require": "./dist/Spinner/index.cjs"
334
334
  },
335
+ "./StatusIndicator": {
336
+ "types": "./dist/StatusIndicator/index.d.ts",
337
+ "import": "./dist/StatusIndicator/index.mjs",
338
+ "require": "./dist/StatusIndicator/index.cjs"
339
+ },
335
340
  "./StatusLabel": {
336
341
  "types": "./dist/StatusLabel/index.d.ts",
337
342
  "import": "./dist/StatusLabel/index.mjs",
@@ -453,5 +458,5 @@
453
458
  "> 1%",
454
459
  "IE 10"
455
460
  ],
456
- "gitHead": "e39e1fffb07be386e35de49f330075f73c897aeb"
461
+ "gitHead": "8c8cdd1d755d55bf478f3aa1749f0d0d6a87e351"
457
462
  }