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

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/dist/env.prime.js CHANGED
@@ -3210,8 +3210,7 @@ function TextField(props) {
3210
3210
  "omni-textfield-small": size === "small",
3211
3211
  "omni-textfield-medium": size === "medium",
3212
3212
  "w-full": fullWidth
3213
- },
3214
- className
3213
+ }
3215
3214
  );
3216
3215
  const inputElement = /* @__PURE__ */ jsx(
3217
3216
  InputText,
@@ -3244,7 +3243,7 @@ function TextField(props) {
3244
3243
  } else {
3245
3244
  fieldContent = inputElement;
3246
3245
  }
3247
- return /* @__PURE__ */ jsxs("div", { className: cn("omni-textfield", { "w-full": fullWidth }), children: [
3246
+ return /* @__PURE__ */ jsxs("div", { className: cn("omni-textfield", { "w-full": fullWidth }, className), children: [
3248
3247
  label && /* @__PURE__ */ jsx(
3249
3248
  "label",
3250
3249
  {