@nimbus-ds/chat-input 1.0.1 → 1.0.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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ChatInput allows the user to build chat inputs for apps. It features internal components meant to build chat inputs with popovers, actions, and fields.
4
4
 
5
+ ## 2026-01-15 `1.0.2`
6
+
7
+ #### 📚 3rd party library updates
8
+
9
+ - Extends support to React 19. ([#138](https://github.com/TiendaNube/nimbus-patterns/pull/138) by [@joacotornello](https://github.com/joacotornello))
10
+
5
11
  ## 2026-01-15 `1.0.1`
6
12
 
7
13
  #### 🎉 New features
package/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ChatInput allows the user to build chat inputs for apps. It features internal components meant to build chat inputs with popovers, actions, and fields.
4
4
 
5
+ ## 2026-01-15 `1.0.2`
6
+
7
+ #### 📚 3rd party library updates
8
+
9
+ - Extends support to React 19. ([#138](https://github.com/TiendaNube/nimbus-patterns/pull/138) by [@joacotornello](https://github.com/joacotornello))
10
+
5
11
  ## 2026-01-15 `1.0.1`
6
12
 
7
13
  #### 🎉 New features
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Generated by dts-bundle-generator v8.0.0
1
+ // Generated by dts-bundle-generator v8.1.2
2
2
 
3
3
  import { BoxProperties, PopoverProperties, TextareaProperties, TextareaProps } from '@nimbus-ds/components';
4
4
  import React from 'react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/chat-input",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",
@@ -19,8 +19,8 @@
19
19
  "peerDependencies": {
20
20
  "@nimbus-ds/components": "^5",
21
21
  "@nimbus-ds/icons": "^1",
22
- "react": "^16.8 || ^17.0 || ^18.0",
23
- "react-dom": "^16.8 || ^17.0 || ^18.0"
22
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
23
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
24
24
  },
25
25
  "homepage": "https://nimbus.nuvemshop.com.br/documentation",
26
26
  "repository": {