@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.
- package/README.md +0 -4
- package/package.json +7 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "4.85.6-CJS-to-ESM.
|
|
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": "
|
|
461
|
+
"gitHead": "8c8cdd1d755d55bf478f3aa1749f0d0d6a87e351"
|
|
457
462
|
}
|