hiver-ui-kit-extended 1.0.0-beta.10 → 1.0.0-beta.11

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/env.hui.d.ts CHANGED
@@ -2,6 +2,7 @@ import { BreadCrumbProps } from 'primereact/breadcrumb';
2
2
  import { ButtonHTMLAttributes } from 'react';
3
3
  import { ChipProps as ChipProps_2 } from 'primereact/chip';
4
4
  import { DataTableProps as DataTableProps_2 } from 'primereact/datatable';
5
+ import { DialogProps as DialogProps_2 } from 'primereact/dialog';
5
6
  import { ElementType } from 'react';
6
7
  import { HTMLAttributes } from 'react';
7
8
  import { JSX as JSX_2 } from 'react/jsx-runtime';
@@ -101,6 +102,7 @@ export declare interface DialogProps {
101
102
  onBack?: () => void;
102
103
  className?: string;
103
104
  style?: React.CSSProperties;
105
+ rest?: DialogProps_2;
104
106
  }
105
107
 
106
108
  export declare const HUITheme: {
@@ -3,6 +3,7 @@ import { ButtonHTMLAttributes } from 'react';
3
3
  import { ChipProps as ChipProps_2 } from 'primereact/chip';
4
4
  import { DataTableProps as DataTableProps_2 } from 'primereact/datatable';
5
5
  import { default as default_2 } from 'react';
6
+ import { DialogProps as DialogProps_2 } from 'primereact/dialog';
6
7
  import { ElementType } from 'react';
7
8
  import { HTMLAttributes } from 'react';
8
9
  import { JSX as JSX_2 } from 'react/jsx-runtime';
@@ -102,6 +103,7 @@ export declare interface DialogProps {
102
103
  onBack?: () => void;
103
104
  className?: string;
104
105
  style?: React.CSSProperties;
106
+ rest?: DialogProps_2;
105
107
  }
106
108
 
107
109
  declare type IconType = ReactNode | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hiver-ui-kit-extended",
3
- "version": "1.0.0-beta.10",
3
+ "version": "1.0.0-beta.11",
4
4
  "type": "module",
5
5
  "main": "./dist/env.prime.js",
6
6
  "module": "./dist/env.prime.js",