@zero-library/common 3.0.6 → 3.0.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/dist/index.cjs.js CHANGED
@@ -9920,6 +9920,10 @@ var UserAvatar_default = ({ size, avatarSrc, userName }) => {
9920
9920
  return avatarSrc ? /* @__PURE__ */ jsxRuntime.jsx(antd.Avatar, { size, src: avatarSrc }) : /* @__PURE__ */ jsxRuntime.jsx(antd.Avatar, { size, className: "cursor-pointer", style: { backgroundColor: "var(--ant-color-primary)" }, children: userName?.slice(0, 1)?.toLocaleUpperCase() });
9921
9921
  };
9922
9922
 
9923
+ Object.defineProperty(exports, "microApp", {
9924
+ enumerable: true,
9925
+ get: function () { return microApp__default.default; }
9926
+ });
9923
9927
  exports.AudioPlayer = AudioPlayer_default;
9924
9928
  exports.BusinessCode = BusinessCode;
9925
9929
  exports.DEFAULT_DATE_FORMAT = DEFAULT_DATE_FORMAT;