contentoh-components-library 21.2.92 → 21.2.93
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/dist/index.js +13 -0
- package/package.json +1 -1
- package/src/index.js +1 -0
package/dist/index.js
CHANGED
|
@@ -927,6 +927,19 @@ Object.keys(_index70).forEach(function (key) {
|
|
|
927
927
|
});
|
|
928
928
|
});
|
|
929
929
|
|
|
930
|
+
var _index71 = require("./components/organisms/OrderDetail/index");
|
|
931
|
+
|
|
932
|
+
Object.keys(_index71).forEach(function (key) {
|
|
933
|
+
if (key === "default" || key === "__esModule") return;
|
|
934
|
+
if (key in exports && exports[key] === _index71[key]) return;
|
|
935
|
+
Object.defineProperty(exports, key, {
|
|
936
|
+
enumerable: true,
|
|
937
|
+
get: function get() {
|
|
938
|
+
return _index71[key];
|
|
939
|
+
}
|
|
940
|
+
});
|
|
941
|
+
});
|
|
942
|
+
|
|
930
943
|
var _ChangePasswordLogin = require("./components/pages/ChangePasswordLogin");
|
|
931
944
|
|
|
932
945
|
Object.keys(_ChangePasswordLogin).forEach(function (key) {
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -74,6 +74,7 @@ export * from "./components/organisms/InputGroup/index";
|
|
|
74
74
|
export * from "./components/organisms/ProductImageModal/index";
|
|
75
75
|
export * from "./components/organisms/Chat/index";
|
|
76
76
|
export * from "./components/organisms/Modal/index";
|
|
77
|
+
export * from "./components/organisms/OrderDetail/index";
|
|
77
78
|
|
|
78
79
|
//pages
|
|
79
80
|
export * from "./components/pages/ChangePasswordLogin";
|