@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.js
CHANGED
|
@@ -13399,23 +13399,23 @@ var useStyles28 = reactComponents.makeStyles({
|
|
|
13399
13399
|
},
|
|
13400
13400
|
circularLeft: {
|
|
13401
13401
|
position: "absolute",
|
|
13402
|
-
width: "
|
|
13403
|
-
height: "
|
|
13402
|
+
width: "75px",
|
|
13403
|
+
height: "75px",
|
|
13404
13404
|
borderRadius: "50%",
|
|
13405
13405
|
backgroundColor: reactComponents.tokens.colorNeutralBackground1Hover,
|
|
13406
13406
|
left: "-37px",
|
|
13407
|
-
bottom: "-
|
|
13407
|
+
bottom: "-42px",
|
|
13408
13408
|
zIndex: 2,
|
|
13409
13409
|
boxShadow: "inset -3px 0px 1px rgba(0, 0, 0, 0.1)"
|
|
13410
13410
|
},
|
|
13411
13411
|
circularRight: {
|
|
13412
13412
|
position: "absolute",
|
|
13413
|
-
width: "
|
|
13414
|
-
height: "
|
|
13413
|
+
width: "75px",
|
|
13414
|
+
height: "75px",
|
|
13415
13415
|
borderRadius: "50%",
|
|
13416
13416
|
backgroundColor: reactComponents.tokens.colorNeutralBackground1Hover,
|
|
13417
13417
|
right: "-37px",
|
|
13418
|
-
bottom: "-
|
|
13418
|
+
bottom: "-42px",
|
|
13419
13419
|
zIndex: 2,
|
|
13420
13420
|
boxShadow: "inset 3px 0px 1px rgba(0, 0, 0, 0.1)"
|
|
13421
13421
|
},
|