@orderly.network/ui-scaffold 2.8.6 → 2.8.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.mjs CHANGED
@@ -5184,7 +5184,7 @@ var MessageCenter = (props) => {
5184
5184
  className: "hover:oui-opacity-100"
5185
5185
  }
5186
5186
  ),
5187
- messageSize > 0 && showAnnouncement && /* @__PURE__ */ 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 })
5187
+ messageSize > 0 && showAnnouncement && /* @__PURE__ */ 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 })
5188
5188
  ] }) })
5189
5189
  }
5190
5190
  ),