@nimbus-ds/patterns 1.21.0-rc.1 → 1.21.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/dist/index.d.ts CHANGED
@@ -1333,6 +1333,7 @@ export interface ChatInputPopoverProperties {
1333
1333
  * @TJS-type React.ReactNode
1334
1334
  */
1335
1335
  content: ReactNode;
1336
+ contentProperties?: Omit<BoxProperties, "children" | "display" | "flexDirection" | "gap">;
1336
1337
  /**
1337
1338
  * The trigger element that opens the popover, usually an IconButton.
1338
1339
  * @TJS-type React.ReactNode
@@ -1349,7 +1350,7 @@ export interface ChatInputPopoverButtonProperties {
1349
1350
  /**
1350
1351
  * The text content of the button.
1351
1352
  */
1352
- text: string;
1353
+ text: ReactNode;
1353
1354
  /**
1354
1355
  * Click handler for the button.
1355
1356
  */