stream-chat-react 13.2.0 → 13.2.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.
@@ -1,17 +1,20 @@
1
- .str-chat__form-field-error {
2
- font-size: 0.75rem;
3
- color: var(--str-chat__danger-color)
4
- }
1
+ .str-chat {
2
+ // hide spin buttons form input of type number
3
+ /* Chrome, Safari, Edge, Opera */
4
+
5
+ input::-webkit-outer-spin-button,
6
+ input::-webkit-inner-spin-button {
7
+ -webkit-appearance: none;
8
+ margin: 0;
9
+ }
5
10
 
6
- // hide spin buttons form input of type number
7
- /* Chrome, Safari, Edge, Opera */
8
- input::-webkit-outer-spin-button,
9
- input::-webkit-inner-spin-button {
10
- -webkit-appearance: none;
11
- margin: 0;
11
+ /* Firefox */
12
+ input[type='number'] {
13
+ -moz-appearance: textfield;
14
+ }
12
15
  }
13
16
 
14
- /* Firefox */
15
- input[type=number] {
16
- -moz-appearance: textfield;
17
- }
17
+ .str-chat__form-field-error {
18
+ font-size: 0.75rem;
19
+ color: var(--str-chat__danger-color);
20
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-react",
3
- "version": "13.2.0",
3
+ "version": "13.2.2",
4
4
  "description": "React components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -142,7 +142,7 @@
142
142
  "emoji-mart": "^5.4.0",
143
143
  "react": "^19.0.0 || ^18.0.0 || ^17.0.0 || ^16.14.0",
144
144
  "react-dom": "^19.0.0 || ^18.0.0 || ^17.0.0 || ^16.14.0",
145
- "stream-chat": "^9.8.0"
145
+ "stream-chat": "^9.10.1"
146
146
  },
147
147
  "peerDependenciesMeta": {
148
148
  "@breezystack/lamejs": {
@@ -183,7 +183,7 @@
183
183
  "@playwright/test": "^1.42.1",
184
184
  "@semantic-release/changelog": "^6.0.3",
185
185
  "@semantic-release/git": "^10.0.1",
186
- "@stream-io/stream-chat-css": "^5.11.0",
186
+ "@stream-io/stream-chat-css": "^5.11.1",
187
187
  "@testing-library/dom": "^10.4.0",
188
188
  "@testing-library/jest-dom": "^6.6.3",
189
189
  "@testing-library/react": "^16.2.0",
@@ -236,7 +236,7 @@
236
236
  "react": "^19.0.0",
237
237
  "react-dom": "^19.0.0",
238
238
  "semantic-release": "^24.2.3",
239
- "stream-chat": "^9.8.0",
239
+ "stream-chat": "^9.10.1",
240
240
  "ts-jest": "^29.2.5",
241
241
  "typescript": "^5.4.5",
242
242
  "typescript-eslint": "^8.17.0"