@kodiak-finance/orderly-ui-scaffold 2.8.21-rc.2 → 2.8.21

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
@@ -4250,20 +4250,28 @@ var DesktopScaffold = (props) => {
4250
4250
  classNames?.container
4251
4251
  ),
4252
4252
  children: [
4253
- /* @__PURE__ */ jsxs(Box, { px: 2, ref: announcementRef, className: cn("oui-space-y-2", "oui-mt-2"), children: [
4254
- /* @__PURE__ */ jsx(
4255
- RestrictedInfoWidget,
4256
- {
4257
- className: cn(
4258
- "oui-scaffold-restricted-info",
4259
- "oui-relative oui-z-[1]",
4260
- "oui-bg-base-9",
4261
- "oui-min-w-[994px]"
4262
- )
4263
- }
4264
- ),
4265
- /* @__PURE__ */ jsx(NotificationWidget, { className: "oui-mx-auto" })
4266
- ] }),
4253
+ /* @__PURE__ */ jsxs(
4254
+ Box,
4255
+ {
4256
+ px: 2,
4257
+ ref: announcementRef,
4258
+ className: cn("oui-space-y-2", "oui-mt-2"),
4259
+ children: [
4260
+ /* @__PURE__ */ jsx(
4261
+ RestrictedInfoWidget,
4262
+ {
4263
+ className: cn(
4264
+ "oui-scaffold-restricted-info",
4265
+ "oui-relative oui-z-[1]",
4266
+ "oui-bg-base-9",
4267
+ "oui-min-w-[994px]"
4268
+ )
4269
+ }
4270
+ ),
4271
+ /* @__PURE__ */ jsx(NotificationWidget, { className: "oui-mx-auto" })
4272
+ ]
4273
+ }
4274
+ ),
4267
4275
  !hasLeftSidebar ? (
4268
4276
  // ----------No leftSidebar layout start ---------
4269
4277
  /* @__PURE__ */ jsx(Box, { height: "100%", className: cn(classNames?.content), children })