@heartlandone/vega-react 1.45.0 → 1.46.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/components.d.ts +1 -0
- package/dist/components.js +1 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export declare const VegaDropdown: import("react").ForwardRefExoticComponent<JSX
|
|
|
25
25
|
export declare const VegaFieldError: import("react").ForwardRefExoticComponent<JSX.VegaFieldError & Omit<import("react").HTMLAttributes<HTMLVegaFieldErrorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaFieldErrorElement>>;
|
|
26
26
|
export declare const VegaFieldLabel: import("react").ForwardRefExoticComponent<JSX.VegaFieldLabel & Omit<import("react").HTMLAttributes<HTMLVegaFieldLabelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaFieldLabelElement>>;
|
|
27
27
|
export declare const VegaFlex: import("react").ForwardRefExoticComponent<JSX.VegaFlex & Omit<import("react").HTMLAttributes<HTMLVegaFlexElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaFlexElement>>;
|
|
28
|
+
export declare const VegaFont: import("react").ForwardRefExoticComponent<JSX.VegaFont & Omit<import("react").HTMLAttributes<HTMLVegaFontElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaFontElement>>;
|
|
28
29
|
export declare const VegaFooter: import("react").ForwardRefExoticComponent<JSX.VegaFooter & Omit<import("react").HTMLAttributes<HTMLVegaFooterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaFooterElement>>;
|
|
29
30
|
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>>;
|
|
30
31
|
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>>;
|
package/dist/components.js
CHANGED
|
@@ -29,6 +29,7 @@ export const VegaDropdown = /*@__PURE__*/ createReactComponent('vega-dropdown');
|
|
|
29
29
|
export const VegaFieldError = /*@__PURE__*/ createReactComponent('vega-field-error');
|
|
30
30
|
export const VegaFieldLabel = /*@__PURE__*/ createReactComponent('vega-field-label');
|
|
31
31
|
export const VegaFlex = /*@__PURE__*/ createReactComponent('vega-flex');
|
|
32
|
+
export const VegaFont = /*@__PURE__*/ createReactComponent('vega-font');
|
|
32
33
|
export const VegaFooter = /*@__PURE__*/ createReactComponent('vega-footer');
|
|
33
34
|
export const VegaForm = /*@__PURE__*/ createReactComponent('vega-form');
|
|
34
35
|
export const VegaGrid = /*@__PURE__*/ createReactComponent('vega-grid');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heartlandone/vega-react",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.46.0",
|
|
5
5
|
"description": "React specific wrapper for @heartlandone/vega",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"stencil-postbuild": "node ./src/scripts/stencil-post-build-script.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"typescript": "^4.0.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@heartlandone/vega": "1.
|
|
42
|
+
"@heartlandone/vega": "1.46.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": ">=16.7.0",
|