@asdp/ferryui 0.1.22-dev.9701 → 0.1.22-dev.9706
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 +7 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -130,6 +130,7 @@ var useStyles = makeStyles({
|
|
|
130
130
|
},
|
|
131
131
|
buttonContainer: {
|
|
132
132
|
display: "flex",
|
|
133
|
+
flexDirection: "column",
|
|
133
134
|
width: "100%",
|
|
134
135
|
gap: tokens.spacingHorizontalM
|
|
135
136
|
}
|
|
@@ -13390,23 +13391,23 @@ var useStyles28 = makeStyles({
|
|
|
13390
13391
|
},
|
|
13391
13392
|
circularLeft: {
|
|
13392
13393
|
position: "absolute",
|
|
13393
|
-
width: "
|
|
13394
|
-
height: "
|
|
13394
|
+
width: "75px",
|
|
13395
|
+
height: "75px",
|
|
13395
13396
|
borderRadius: "50%",
|
|
13396
13397
|
backgroundColor: tokens.colorNeutralBackground1Hover,
|
|
13397
13398
|
left: "-37px",
|
|
13398
|
-
bottom: "-
|
|
13399
|
+
bottom: "-42px",
|
|
13399
13400
|
zIndex: 2,
|
|
13400
13401
|
boxShadow: "inset -3px 0px 1px rgba(0, 0, 0, 0.1)"
|
|
13401
13402
|
},
|
|
13402
13403
|
circularRight: {
|
|
13403
13404
|
position: "absolute",
|
|
13404
|
-
width: "
|
|
13405
|
-
height: "
|
|
13405
|
+
width: "75px",
|
|
13406
|
+
height: "75px",
|
|
13406
13407
|
borderRadius: "50%",
|
|
13407
13408
|
backgroundColor: tokens.colorNeutralBackground1Hover,
|
|
13408
13409
|
right: "-37px",
|
|
13409
|
-
bottom: "-
|
|
13410
|
+
bottom: "-42px",
|
|
13410
13411
|
zIndex: 2,
|
|
13411
13412
|
boxShadow: "inset 3px 0px 1px rgba(0, 0, 0, 0.1)"
|
|
13412
13413
|
},
|