@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 CHANGED
@@ -13029,22 +13029,22 @@ var useStyles28 = reactComponents.makeStyles({
13029
13029
  },
13030
13030
  circularLeft: {
13031
13031
  position: "absolute",
13032
- width: "100px",
13033
- height: "50px",
13032
+ width: "80px",
13033
+ height: "80px",
13034
13034
  borderRadius: "50%",
13035
13035
  backgroundColor: reactComponents.tokens.colorNeutralBackground1Hover,
13036
- left: "-50px",
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: "100px",
13044
- height: "50px",
13043
+ width: "80px",
13044
+ height: "80px",
13045
13045
  borderRadius: "50%",
13046
13046
  backgroundColor: reactComponents.tokens.colorNeutralBackground1Hover,
13047
- right: "-50px",
13047
+ right: "-37px",
13048
13048
  bottom: "-30px",
13049
13049
  zIndex: 2,
13050
13050
  boxShadow: "inset 3px 0px 1px rgba(0, 0, 0, 0.1)"