@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.mjs
CHANGED
|
@@ -13020,22 +13020,22 @@ var useStyles28 = makeStyles({
|
|
|
13020
13020
|
},
|
|
13021
13021
|
circularLeft: {
|
|
13022
13022
|
position: "absolute",
|
|
13023
|
-
width: "
|
|
13024
|
-
height: "
|
|
13023
|
+
width: "80px",
|
|
13024
|
+
height: "80px",
|
|
13025
13025
|
borderRadius: "50%",
|
|
13026
13026
|
backgroundColor: tokens.colorNeutralBackground1Hover,
|
|
13027
|
-
left: "-
|
|
13027
|
+
left: "-37px",
|
|
13028
13028
|
bottom: "-30px",
|
|
13029
13029
|
zIndex: 2,
|
|
13030
13030
|
boxShadow: "inset -3px 0px 1px rgba(0, 0, 0, 0.1)"
|
|
13031
13031
|
},
|
|
13032
13032
|
circularRight: {
|
|
13033
13033
|
position: "absolute",
|
|
13034
|
-
width: "
|
|
13035
|
-
height: "
|
|
13034
|
+
width: "80px",
|
|
13035
|
+
height: "80px",
|
|
13036
13036
|
borderRadius: "50%",
|
|
13037
13037
|
backgroundColor: tokens.colorNeutralBackground1Hover,
|
|
13038
|
-
right: "-
|
|
13038
|
+
right: "-37px",
|
|
13039
13039
|
bottom: "-30px",
|
|
13040
13040
|
zIndex: 2,
|
|
13041
13041
|
boxShadow: "inset 3px 0px 1px rgba(0, 0, 0, 0.1)"
|