@orderly.network/ui-scaffold 2.8.6 → 2.8.7-alpha.0

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 CHANGED
@@ -5191,7 +5191,7 @@ var MessageCenter = (props) => {
5191
5191
  className: "hover:oui-opacity-100"
5192
5192
  }
5193
5193
  ),
5194
- messageSize > 0 && showAnnouncement && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "oui-absolute -oui-right-[6px] -oui-top-[6px] oui-flex oui-size-4 oui-items-center oui-justify-center oui-rounded-full oui-bg-primary-darken oui-text-[10px] oui-leading-none", children: messageSize })
5194
+ messageSize > 0 && showAnnouncement && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "oui-absolute -oui-right-[6px] -oui-top-[6px] oui-flex oui-size-4 oui-items-center oui-justify-center oui-rounded-full oui-bg-primary-darken oui-text-[10px] oui-leading-none oui-text-primary-contrast", children: messageSize })
5195
5195
  ] }) })
5196
5196
  }
5197
5197
  ),