@orderly.network/trading 3.1.5-alpha.0 → 3.1.6-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 +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +22 -22
package/dist/index.js
CHANGED
|
@@ -9416,9 +9416,12 @@ var MobileLayout4 = (props) => {
|
|
|
9416
9416
|
onOpenChange: props.onOpenMarketsSheetChange,
|
|
9417
9417
|
classNames: {
|
|
9418
9418
|
body: "oui-h-full oui-pb-0 ",
|
|
9419
|
-
content: "!oui-w-
|
|
9419
|
+
content: "!oui-w-full !oui-max-w-none !oui-p-0"
|
|
9420
|
+
},
|
|
9421
|
+
contentProps: {
|
|
9422
|
+
side: "left",
|
|
9423
|
+
closeClassName: "!oui-end-1 oui-flex oui-size-11 oui-items-center oui-justify-center"
|
|
9420
9424
|
},
|
|
9421
|
-
contentProps: { side: "left", closeable: false },
|
|
9422
9425
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
9423
9426
|
markets.MarketsSheetWidget,
|
|
9424
9427
|
{
|