@heartlandone/vega-react 1.30.0 → 1.32.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 +5 -0
- package/dist/components.js +5 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -32,6 +32,11 @@ export declare const VegaInput: import("react").ForwardRefExoticComponent<JSX.Ve
|
|
|
32
32
|
export declare const VegaInputCreditCard: import("react").ForwardRefExoticComponent<JSX.VegaInputCreditCard & Omit<import("react").HTMLAttributes<HTMLVegaInputCreditCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaInputCreditCardElement>>;
|
|
33
33
|
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>>;
|
|
34
34
|
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>>;
|
|
35
|
+
export declare const VegaLeftNav: import("react").ForwardRefExoticComponent<JSX.VegaLeftNav & Omit<import("react").HTMLAttributes<HTMLVegaLeftNavElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaLeftNavElement>>;
|
|
36
|
+
export declare const VegaLeftNavGroup: import("react").ForwardRefExoticComponent<JSX.VegaLeftNavGroup & Omit<import("react").HTMLAttributes<HTMLVegaLeftNavGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaLeftNavGroupElement>>;
|
|
37
|
+
export declare const VegaLeftNavLink: import("react").ForwardRefExoticComponent<JSX.VegaLeftNavLink & Omit<import("react").HTMLAttributes<HTMLVegaLeftNavLinkElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaLeftNavLinkElement>>;
|
|
38
|
+
export declare const VegaLeftNavSection: import("react").ForwardRefExoticComponent<JSX.VegaLeftNavSection & Omit<import("react").HTMLAttributes<HTMLVegaLeftNavSectionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaLeftNavSectionElement>>;
|
|
39
|
+
export declare const VegaLineChart: import("react").ForwardRefExoticComponent<JSX.VegaLineChart & Omit<import("react").HTMLAttributes<HTMLVegaLineChartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaLineChartElement>>;
|
|
35
40
|
export declare const VegaLoadingIndicator: import("react").ForwardRefExoticComponent<JSX.VegaLoadingIndicator & Omit<import("react").HTMLAttributes<HTMLVegaLoadingIndicatorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaLoadingIndicatorElement>>;
|
|
36
41
|
export declare const VegaModal: import("react").ForwardRefExoticComponent<JSX.VegaModal & Omit<import("react").HTMLAttributes<HTMLVegaModalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaModalElement>>;
|
|
37
42
|
export declare const VegaOption: import("react").ForwardRefExoticComponent<JSX.VegaOption & Omit<import("react").HTMLAttributes<HTMLVegaOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaOptionElement>>;
|
package/dist/components.js
CHANGED
|
@@ -36,6 +36,11 @@ export const VegaInput = /*@__PURE__*/ createReactComponent('vega-input');
|
|
|
36
36
|
export const VegaInputCreditCard = /*@__PURE__*/ createReactComponent('vega-input-credit-card');
|
|
37
37
|
export const VegaInputSelect = /*@__PURE__*/ createReactComponent('vega-input-select');
|
|
38
38
|
export const VegaItemToggle = /*@__PURE__*/ createReactComponent('vega-item-toggle');
|
|
39
|
+
export const VegaLeftNav = /*@__PURE__*/ createReactComponent('vega-left-nav');
|
|
40
|
+
export const VegaLeftNavGroup = /*@__PURE__*/ createReactComponent('vega-left-nav-group');
|
|
41
|
+
export const VegaLeftNavLink = /*@__PURE__*/ createReactComponent('vega-left-nav-link');
|
|
42
|
+
export const VegaLeftNavSection = /*@__PURE__*/ createReactComponent('vega-left-nav-section');
|
|
43
|
+
export const VegaLineChart = /*@__PURE__*/ createReactComponent('vega-line-chart');
|
|
39
44
|
export const VegaLoadingIndicator = /*@__PURE__*/ createReactComponent('vega-loading-indicator');
|
|
40
45
|
export const VegaModal = /*@__PURE__*/ createReactComponent('vega-modal');
|
|
41
46
|
export const VegaOption = /*@__PURE__*/ createReactComponent('vega-option');
|
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.32.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",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"typescript": "^4.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@heartlandone/vega": "1.
|
|
41
|
+
"@heartlandone/vega": "1.32.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": ">=16.7.0",
|