@heartlandone/vega-react 1.34.0 → 1.35.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
|
@@ -43,6 +43,7 @@ export declare const VegaModal: import("react").ForwardRefExoticComponent<JSX.Ve
|
|
|
43
43
|
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>>;
|
|
44
44
|
export declare const VegaPageNotification: import("react").ForwardRefExoticComponent<JSX.VegaPageNotification & Omit<import("react").HTMLAttributes<HTMLVegaPageNotificationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaPageNotificationElement>>;
|
|
45
45
|
export declare const VegaPagination: import("react").ForwardRefExoticComponent<JSX.VegaPagination & Omit<import("react").HTMLAttributes<HTMLVegaPaginationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaPaginationElement>>;
|
|
46
|
+
export declare const VegaPieChart: import("react").ForwardRefExoticComponent<JSX.VegaPieChart & Omit<import("react").HTMLAttributes<HTMLVegaPieChartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaPieChartElement>>;
|
|
46
47
|
export declare const VegaPopover: import("react").ForwardRefExoticComponent<JSX.VegaPopover & Omit<import("react").HTMLAttributes<HTMLVegaPopoverElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaPopoverElement>>;
|
|
47
48
|
export declare const VegaProgressTracker: import("react").ForwardRefExoticComponent<JSX.VegaProgressTracker & Omit<import("react").HTMLAttributes<HTMLVegaProgressTrackerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaProgressTrackerElement>>;
|
|
48
49
|
export declare const VegaRadio: import("react").ForwardRefExoticComponent<JSX.VegaRadio & Omit<import("react").HTMLAttributes<HTMLVegaRadioElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRadioElement>>;
|
package/dist/components.js
CHANGED
|
@@ -47,6 +47,7 @@ export const VegaModal = /*@__PURE__*/ createReactComponent('vega-modal');
|
|
|
47
47
|
export const VegaOption = /*@__PURE__*/ createReactComponent('vega-option');
|
|
48
48
|
export const VegaPageNotification = /*@__PURE__*/ createReactComponent('vega-page-notification');
|
|
49
49
|
export const VegaPagination = /*@__PURE__*/ createReactComponent('vega-pagination');
|
|
50
|
+
export const VegaPieChart = /*@__PURE__*/ createReactComponent('vega-pie-chart');
|
|
50
51
|
export const VegaPopover = /*@__PURE__*/ createReactComponent('vega-popover');
|
|
51
52
|
export const VegaProgressTracker = /*@__PURE__*/ createReactComponent('vega-progress-tracker');
|
|
52
53
|
export const VegaRadio = /*@__PURE__*/ createReactComponent('vega-radio');
|
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.35.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.35.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": ">=16.7.0",
|