@heartlandone/vega-react 1.13.0 → 1.14.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.
@@ -23,8 +23,8 @@ export declare const VegaFooter: import("react").ForwardRefExoticComponent<JSX.V
23
23
  export declare const VegaForm: import("react").ForwardRefExoticComponent<JSX.VegaForm & Omit<import("react").HTMLAttributes<HTMLVegaFormElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaFormElement>>;
24
24
  export declare const VegaGrid: import("react").ForwardRefExoticComponent<JSX.VegaGrid & Omit<import("react").HTMLAttributes<HTMLVegaGridElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaGridElement>>;
25
25
  export declare const VegaHeader: import("react").ForwardRefExoticComponent<JSX.VegaHeader & Omit<import("react").HTMLAttributes<HTMLVegaHeaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaHeaderElement>>;
26
- export declare const VegaHeaderNotification: import("react").ForwardRefExoticComponent<JSX.VegaHeaderNotification & Omit<import("react").HTMLAttributes<HTMLVegaHeaderNotificationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaHeaderNotificationElement>>;
27
26
  export declare const VegaIcon: import("react").ForwardRefExoticComponent<JSX.VegaIcon & Omit<import("react").HTMLAttributes<HTMLVegaIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaIconElement>>;
27
+ export declare const VegaImageUploader: import("react").ForwardRefExoticComponent<JSX.VegaImageUploader & Omit<import("react").HTMLAttributes<HTMLVegaImageUploaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaImageUploaderElement>>;
28
28
  export declare const VegaInput: import("react").ForwardRefExoticComponent<JSX.VegaInput & Omit<import("react").HTMLAttributes<HTMLVegaInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaInputElement>>;
29
29
  export declare const VegaInputSelect: import("react").ForwardRefExoticComponent<JSX.VegaInputSelect & Omit<import("react").HTMLAttributes<HTMLVegaInputSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaInputSelectElement>>;
30
30
  export declare const VegaItemToggle: import("react").ForwardRefExoticComponent<JSX.VegaItemToggle & Omit<import("react").HTMLAttributes<HTMLVegaItemToggleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaItemToggleElement>>;
@@ -27,8 +27,8 @@ export const VegaFooter = /*@__PURE__*/ createReactComponent('vega-footer');
27
27
  export const VegaForm = /*@__PURE__*/ createReactComponent('vega-form');
28
28
  export const VegaGrid = /*@__PURE__*/ createReactComponent('vega-grid');
29
29
  export const VegaHeader = /*@__PURE__*/ createReactComponent('vega-header');
30
- export const VegaHeaderNotification = /*@__PURE__*/ createReactComponent('vega-header-notification');
31
30
  export const VegaIcon = /*@__PURE__*/ createReactComponent('vega-icon');
31
+ export const VegaImageUploader = /*@__PURE__*/ createReactComponent('vega-image-uploader');
32
32
  export const VegaInput = /*@__PURE__*/ createReactComponent('vega-input');
33
33
  export const VegaInputSelect = /*@__PURE__*/ createReactComponent('vega-input-select');
34
34
  export const VegaItemToggle = /*@__PURE__*/ createReactComponent('vega-item-toggle');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-react",
3
3
  "sideEffects": false,
4
- "version": "1.13.0",
4
+ "version": "1.14.0",
5
5
  "description": "React specific wrapper for @heartlandone/vega",
6
6
  "scripts": {
7
7
  "build": "npm run clean && npm run compile",
@@ -37,7 +37,7 @@
37
37
  "typescript": "^4.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@heartlandone/vega": "1.13.0"
40
+ "@heartlandone/vega": "1.14.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": ">=16.7.0",