@kindly/react-chat 2.46.0 β 2.46.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kindly/react-chat",
|
|
3
|
-
"version": "2.46.
|
|
3
|
+
"version": "2.46.2",
|
|
4
4
|
"description": "Kindly Chat react component",
|
|
5
5
|
"repository": "https://github.com/kindly-ai/kindly-chat/tree/main/packages/react-chat",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"phoenix-socket": "^1.2.3",
|
|
42
42
|
"prop-types": "^15.8.1",
|
|
43
43
|
"react-children-utilities": "^2.9.0",
|
|
44
|
-
"react-hook-form": "^7.
|
|
44
|
+
"react-hook-form": "^7.45.0",
|
|
45
45
|
"react-idle-timer": "^5.7.2",
|
|
46
|
-
"react-redux": "^8.
|
|
47
|
-
"react-textarea-autosize": "^8.
|
|
46
|
+
"react-redux": "^8.1.1",
|
|
47
|
+
"react-textarea-autosize": "^8.5.0",
|
|
48
48
|
"redux": "^4.2.1",
|
|
49
49
|
"redux-localstorage": "^0.4.1",
|
|
50
50
|
"redux-logger": "^3.0.6",
|
|
@@ -143,5 +143,5 @@
|
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
},
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "e6cfd5425f468dffbff175b9701870995f068c31"
|
|
147
147
|
}
|
|
@@ -875,31 +875,31 @@ MessageReference.parameters = {
|
|
|
875
875
|
{
|
|
876
876
|
...defaultParameters.initialStateModifier.messages.chatMessages[2],
|
|
877
877
|
message:
|
|
878
|
-
"As a player in a Kahoot game, you cannot hide the answers of other players
|
|
878
|
+
"As a player in a Kahoot game, you cannot hide the answers of other players πͺπΏπ. The game is designed to display all answers on the host's screen and on individual player devices for transparency and fairness.",
|
|
879
879
|
message_references: [
|
|
880
880
|
{
|
|
881
881
|
url: 'http://example.com#1',
|
|
882
|
-
offset:
|
|
882
|
+
offset: 79,
|
|
883
883
|
},
|
|
884
884
|
{
|
|
885
885
|
url: 'http://example.com#2',
|
|
886
|
-
offset:
|
|
886
|
+
offset: 79,
|
|
887
887
|
},
|
|
888
888
|
{
|
|
889
889
|
url: 'http://example.com#3',
|
|
890
|
-
offset:
|
|
890
|
+
offset: 79,
|
|
891
891
|
},
|
|
892
892
|
{
|
|
893
893
|
url: 'http://example.com#2',
|
|
894
|
-
offset:
|
|
894
|
+
offset: 144,
|
|
895
895
|
},
|
|
896
896
|
{
|
|
897
897
|
url: 'http://example.com#4',
|
|
898
|
-
offset:
|
|
898
|
+
offset: 208,
|
|
899
899
|
},
|
|
900
900
|
{
|
|
901
901
|
url: 'http://example.com#1',
|
|
902
|
-
offset:
|
|
902
|
+
offset: 208,
|
|
903
903
|
},
|
|
904
904
|
],
|
|
905
905
|
from_bot: true,
|