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