@cuekit-ai/react 1.6.0 → 1.6.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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42414,7 +42414,7 @@ var MicButton = ({
|
|
|
42414
42414
|
currentTheme,
|
|
42415
42415
|
onThemeToggle: setCurrentTheme,
|
|
42416
42416
|
status: getUserFriendlyStatus(micState, isConnected2 ?? false),
|
|
42417
|
-
anchor: { position: screenPosition, bottom: bottomSpace, size: buttonSize },
|
|
42417
|
+
anchor: { position: screenPosition, bottom: bottomSpace + 15, size: buttonSize },
|
|
42418
42418
|
muteState,
|
|
42419
42419
|
onToggleMute: toggleMute,
|
|
42420
42420
|
draggable: true,
|
|
@@ -42430,7 +42430,7 @@ var MicButton = ({
|
|
|
42430
42430
|
style: {
|
|
42431
42431
|
position: "fixed",
|
|
42432
42432
|
zIndex: 5e5,
|
|
42433
|
-
bottom: bottomSpace + buttonSize +
|
|
42433
|
+
bottom: bottomSpace + buttonSize + 30,
|
|
42434
42434
|
right: screenPosition === "bottom-right" ? 20 : void 0,
|
|
42435
42435
|
left: screenPosition === "bottom-left" ? 20 : screenPosition === "bottom-center" ? "50%" : void 0,
|
|
42436
42436
|
transform: screenPosition === "bottom-center" ? "translateX(-50%)" : void 0,
|
package/dist/index.mjs
CHANGED
|
@@ -18514,7 +18514,7 @@ var MicButton = ({
|
|
|
18514
18514
|
currentTheme,
|
|
18515
18515
|
onThemeToggle: setCurrentTheme,
|
|
18516
18516
|
status: getUserFriendlyStatus(micState, isConnected ?? false),
|
|
18517
|
-
anchor: { position: screenPosition, bottom: bottomSpace, size: buttonSize },
|
|
18517
|
+
anchor: { position: screenPosition, bottom: bottomSpace + 15, size: buttonSize },
|
|
18518
18518
|
muteState,
|
|
18519
18519
|
onToggleMute: toggleMute,
|
|
18520
18520
|
draggable: true,
|
|
@@ -18530,7 +18530,7 @@ var MicButton = ({
|
|
|
18530
18530
|
style: {
|
|
18531
18531
|
position: "fixed",
|
|
18532
18532
|
zIndex: 5e5,
|
|
18533
|
-
bottom: bottomSpace + buttonSize +
|
|
18533
|
+
bottom: bottomSpace + buttonSize + 30,
|
|
18534
18534
|
right: screenPosition === "bottom-right" ? 20 : void 0,
|
|
18535
18535
|
left: screenPosition === "bottom-left" ? 20 : screenPosition === "bottom-center" ? "50%" : void 0,
|
|
18536
18536
|
transform: screenPosition === "bottom-center" ? "translateX(-50%)" : void 0,
|