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