@asdp/ferryui 0.1.22-dev.9484 → 0.1.22-dev.9494
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
|
@@ -13029,22 +13029,22 @@ var useStyles28 = reactComponents.makeStyles({
|
|
|
13029
13029
|
},
|
|
13030
13030
|
circularLeft: {
|
|
13031
13031
|
position: "absolute",
|
|
13032
|
-
width: "
|
|
13033
|
-
height: "
|
|
13032
|
+
width: "80px",
|
|
13033
|
+
height: "80px",
|
|
13034
13034
|
borderRadius: "50%",
|
|
13035
13035
|
backgroundColor: reactComponents.tokens.colorNeutralBackground1Hover,
|
|
13036
|
-
left: "-
|
|
13036
|
+
left: "-37px",
|
|
13037
13037
|
bottom: "-30px",
|
|
13038
13038
|
zIndex: 2,
|
|
13039
13039
|
boxShadow: "inset -3px 0px 1px rgba(0, 0, 0, 0.1)"
|
|
13040
13040
|
},
|
|
13041
13041
|
circularRight: {
|
|
13042
13042
|
position: "absolute",
|
|
13043
|
-
width: "
|
|
13044
|
-
height: "
|
|
13043
|
+
width: "80px",
|
|
13044
|
+
height: "80px",
|
|
13045
13045
|
borderRadius: "50%",
|
|
13046
13046
|
backgroundColor: reactComponents.tokens.colorNeutralBackground1Hover,
|
|
13047
|
-
right: "-
|
|
13047
|
+
right: "-37px",
|
|
13048
13048
|
bottom: "-30px",
|
|
13049
13049
|
zIndex: 2,
|
|
13050
13050
|
boxShadow: "inset 3px 0px 1px rgba(0, 0, 0, 0.1)"
|