@hexure/ui 1.13.49 → 1.13.50

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.
@@ -24,6 +24,8 @@ export interface FieldProps extends AccessibleProps {
24
24
  tooltip?: TooltipProps;
25
25
  /** Optional ID for automation purposes */
26
26
  dataItemid?: string;
27
+ /** Optional for black message with icon */
28
+ isNewMessageType?: boolean;
27
29
  }
28
30
  declare const Field: FC<FieldProps>;
29
31
  export default Field;
package/dist/index.d.ts CHANGED
@@ -329,6 +329,8 @@ interface FieldProps extends AccessibleProps {
329
329
  tooltip?: TooltipProps;
330
330
  /** Optional ID for automation purposes */
331
331
  dataItemid?: string;
332
+ /** Optional for black message with icon */
333
+ isNewMessageType?: boolean;
332
334
  }
333
335
  declare const Field: FC<FieldProps>;
334
336
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexure/ui",
3
- "version": "1.13.49",
3
+ "version": "1.13.50",
4
4
  "description": "A library of shared UI components used within Hexure products.",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c rollup.config.mjs",