reactbridge-sdk 0.1.20 → 0.1.21
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
|
@@ -792,7 +792,7 @@ toggleButtonClass = defaultToggleButtonClass, toggleButtonTitle = "Open chat ass
|
|
|
792
792
|
display: "flex",
|
|
793
793
|
alignItems: "center",
|
|
794
794
|
justifyContent: "center",
|
|
795
|
-
width: "
|
|
795
|
+
width: "24px",
|
|
796
796
|
height: "40px",
|
|
797
797
|
} }, PLUS_ICON_SVG$1),
|
|
798
798
|
isUploadMenuOpen && (React.createElement("div", { style: {
|
|
@@ -838,6 +838,7 @@ toggleButtonClass = defaultToggleButtonClass, toggleButtonTitle = "Open chat ass
|
|
|
838
838
|
React.createElement("button", { type: "button", onClick: isListening ? stopVoiceInput : startVoiceInput, disabled: isLoading, title: isListening ? "Stop recording" : "Start voice input", style: {
|
|
839
839
|
padding: theme.spacing.sm,
|
|
840
840
|
paddingLeft: 0,
|
|
841
|
+
paddingRight: 0,
|
|
841
842
|
color: isListening ? theme.colors.primary : theme.colors.border,
|
|
842
843
|
border: "none",
|
|
843
844
|
borderRadius: theme.borderRadius,
|
|
@@ -846,7 +847,7 @@ toggleButtonClass = defaultToggleButtonClass, toggleButtonTitle = "Open chat ass
|
|
|
846
847
|
display: "flex",
|
|
847
848
|
alignItems: "center",
|
|
848
849
|
justifyContent: "center",
|
|
849
|
-
width: "
|
|
850
|
+
width: "24px",
|
|
850
851
|
height: "40px",
|
|
851
852
|
} }, MIC_ICON_SVG$1),
|
|
852
853
|
React.createElement("button", { type: "submit", disabled: isLoading || (!inputValue.trim() && !selectedFile), style: {
|
|
@@ -990,7 +991,7 @@ toggleButtonClass = defaultToggleButtonClass, toggleButtonTitle = "Open chat ass
|
|
|
990
991
|
display: "flex",
|
|
991
992
|
alignItems: "center",
|
|
992
993
|
justifyContent: "center",
|
|
993
|
-
width: "
|
|
994
|
+
width: "24px",
|
|
994
995
|
height: "40px",
|
|
995
996
|
} }, PLUS_ICON_SVG$1),
|
|
996
997
|
isUploadMenuOpen && (React.createElement("div", { style: {
|
|
@@ -1042,6 +1043,7 @@ toggleButtonClass = defaultToggleButtonClass, toggleButtonTitle = "Open chat ass
|
|
|
1042
1043
|
React.createElement("button", { type: "button", onClick: isListening ? stopVoiceInput : startVoiceInput, disabled: isLoading, title: isListening ? "Stop recording" : "Start voice input", style: {
|
|
1043
1044
|
padding: theme.spacing.sm,
|
|
1044
1045
|
paddingLeft: 0,
|
|
1046
|
+
paddingRight: 0,
|
|
1045
1047
|
color: isListening ? theme.colors.primary : theme.colors.border,
|
|
1046
1048
|
border: "none",
|
|
1047
1049
|
borderRadius: theme.borderRadius,
|
|
@@ -1050,7 +1052,7 @@ toggleButtonClass = defaultToggleButtonClass, toggleButtonTitle = "Open chat ass
|
|
|
1050
1052
|
display: "flex",
|
|
1051
1053
|
alignItems: "center",
|
|
1052
1054
|
justifyContent: "center",
|
|
1053
|
-
width: "
|
|
1055
|
+
width: "24px",
|
|
1054
1056
|
height: "40px",
|
|
1055
1057
|
} }, MIC_ICON_SVG$1),
|
|
1056
1058
|
React.createElement("button", { type: "submit", disabled: isLoading || (!inputValue.trim() && !selectedFile), style: {
|