@orderly.network/trading 3.1.5 → 3.1.6
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.mjs
CHANGED
|
@@ -9409,9 +9409,12 @@ var MobileLayout4 = (props) => {
|
|
|
9409
9409
|
onOpenChange: props.onOpenMarketsSheetChange,
|
|
9410
9410
|
classNames: {
|
|
9411
9411
|
body: "oui-h-full oui-pb-0 ",
|
|
9412
|
-
content: "!oui-w-
|
|
9412
|
+
content: "!oui-w-full !oui-max-w-none !oui-p-0"
|
|
9413
|
+
},
|
|
9414
|
+
contentProps: {
|
|
9415
|
+
side: "left",
|
|
9416
|
+
closeClassName: "!oui-end-1 oui-flex oui-size-11 oui-items-center oui-justify-center"
|
|
9413
9417
|
},
|
|
9414
|
-
contentProps: { side: "left", closeable: false },
|
|
9415
9418
|
children: /* @__PURE__ */ jsx(
|
|
9416
9419
|
MarketsSheetWidget,
|
|
9417
9420
|
{
|