@nimbus-ds/patterns 1.27.0-rc.1 → 1.28.0

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,11 +2,17 @@
2
2
 
3
3
  Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop's team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
4
4
 
5
+ ## 2026-01-15 `1.28.0`
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
  ## 2025-12-23 `1.27.0`
6
12
 
7
13
  #### 🎉 New features
8
14
 
9
- - Added `containerProps` prop to `DataTable` component
15
+ - Added `containerProps` prop to `DataTable` component to allow passing props to the container element. ([#136](https://github.com/TiendaNube/nimbus-patterns/pull/136) by [@joacotornello](https://github.com/joacotornello))
10
16
 
11
17
  ## 2025-12-11 `1.26.0`
12
18
 
@@ -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 { BoxBaseProps, BoxProperties, BoxProps } from '@nimbus-ds/components';
4
4
  import React from 'react';
package/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop's team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
4
4
 
5
+ ## 2026-01-15 `1.28.0`
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
+
11
+ ## 2025-12-23 `1.27.0`
12
+
13
+ #### 🎉 New features
14
+
15
+ - Added `containerProps` prop to `DataTable` component to allow passing props to the container element. ([#136](https://github.com/TiendaNube/nimbus-patterns/pull/136) by [@joacotornello](https://github.com/joacotornello))
16
+
5
17
  ## 2025-12-11 `1.26.0`
6
18
 
7
19
  #### 🎉 New features
@@ -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 { BoxProps } from '@nimbus-ds/components';
4
4
  import React from 'react';
@@ -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 { IconProps } from '@nimbus-ds/icons';
4
4
  import React from 'react';
@@ -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';
@@ -21,7 +21,7 @@ export type ChatInputFieldProperties = Omit<TextareaProperties, "appearance"> &
21
21
  appearance?: "none" | "danger" | "warning" | "success" | "ai-generative";
22
22
  };
23
23
  export type ChatInputFieldBaseProps = ChatInputFieldProperties & Omit<TextareaProps, "appearance"> & HTMLAttributes<HTMLElement>;
24
- export declare const ChatInputField: React.ForwardRefExoticComponent<Pick<ChatInputFieldBaseProps, "width" | "height" | keyof React.HTMLAttributes<HTMLElement> | "form" | "pattern" | "key" | "max" | "min" | "name" | "type" | "crossOrigin" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "cols" | "dirName" | "rows" | "wrap" | "appearance" | "aiGenerated" | "lines" | "autoGrow" | "maxLines" | "minLines" | "resize"> & React.RefAttributes<HTMLTextAreaElement>>;
24
+ export declare const ChatInputField: React.ForwardRefExoticComponent<Omit<ChatInputFieldBaseProps, "ref"> & React.RefAttributes<HTMLTextAreaElement>>;
25
25
  export interface ChatInputPopoverProperties {
26
26
  /**
27
27
  * Content to be rendered inside the popover, usually ChatInput.PopoverButton components.
@@ -62,7 +62,7 @@ export interface ChatInputComponents {
62
62
  /**
63
63
  * ChatInput Field textarea component.
64
64
  */
65
- Field: React.ForwardRefExoticComponent<ChatInputFieldBaseProps & React.RefAttributes<HTMLTextAreaElement>>;
65
+ Field: React.ForwardRefExoticComponent<Omit<ChatInputFieldBaseProps, "ref"> & React.RefAttributes<HTMLTextAreaElement>>;
66
66
  /**
67
67
  * ChatInput Popover provides pre-configured popover settings for upload actions.
68
68
  */
@@ -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 } from '@nimbus-ds/components';
4
4
  import React from 'react';
@@ -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 { BoxProps, CheckboxProperties, CheckboxProps, PaginationProperties, PaginationProps, TableCellProps, TableProperties, TableRowProperties } from '@nimbus-ds/components';
4
4
  import React from 'react';
@@ -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 { BoxProps } from '@nimbus-ds/components';
4
4
  import { IconProps } from '@nimbus-ds/icons';