@wandelbots/wandelbots-js-react-components 2.38.0 → 2.38.1
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
|
@@ -11440,7 +11440,10 @@ const Rt = (e) => {
|
|
|
11440
11440
|
top: "50%",
|
|
11441
11441
|
left: "50%",
|
|
11442
11442
|
transform: "translate(-50%, -50%)",
|
|
11443
|
+
width: 225,
|
|
11444
|
+
height: 225,
|
|
11443
11445
|
borderRadius: "50%",
|
|
11446
|
+
backgroundColor: "#292B3F",
|
|
11444
11447
|
display: "flex",
|
|
11445
11448
|
flexDirection: "column",
|
|
11446
11449
|
alignItems: "center",
|
|
@@ -11592,7 +11595,7 @@ const Rt = (e) => {
|
|
|
11592
11595
|
"span",
|
|
11593
11596
|
{
|
|
11594
11597
|
style: {
|
|
11595
|
-
opacity:
|
|
11598
|
+
opacity: 1,
|
|
11596
11599
|
transition: "opacity 2s ease-in-out"
|
|
11597
11600
|
},
|
|
11598
11601
|
children: Rt(i)
|