@voplus/morpho-document 1.4.201 → 1.4.202

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.
@@ -1,7 +1,5 @@
1
1
  import React from "react";
2
- import { observe, DocumentStatusLabel as StatusLabel } from "@voplus/morpho-ui";
3
- const DocumentStatusLabel = (props) => {
4
- return observe(() => React.createElement(StatusLabel, { ...props }));
5
- };
2
+ import StatusLabel from "@voplus/morpho-ui/es/controls/DocumentStatusLabel";
3
+ const DocumentStatusLabel = (props) => React.createElement(StatusLabel, { ...props });
6
4
  export default DocumentStatusLabel;
7
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/controls/DocumentStatusLabel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,mBAAmB,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhF,MAAM,mBAAmB,GAAG,CAAC,KAQ5B,EAAE,EAAE;IACJ,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,oBAAC,WAAW,OAAK,KAAK,GAAI,CAAC,CAAC;AAClD,CAAC,CAAC;AACF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/controls/DocumentStatusLabel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,WAAW,MAAM,mDAAmD,CAAC;AAE5E,MAAM,mBAAmB,GAAG,CAAC,KAQ5B,EAAE,EAAE,CAAC,oBAAC,WAAW,OAAK,KAAK,GAAI,CAAC;AAEjC,eAAe,mBAAmB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-document",
3
- "version": "1.4.201",
3
+ "version": "1.4.202",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://voplus.visualstudio.com/morpho-document/_git/morpho-document"