@heartlandone/vega-react 2.4.0 → 2.6.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 +2 -0
- package/dist/components.js +2 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -9,6 +9,8 @@ export declare const VegaBox: import("react").ForwardRefExoticComponent<JSX.Vega
|
|
|
9
9
|
export declare const VegaBreadcrumb: import("react").ForwardRefExoticComponent<JSX.VegaBreadcrumb & Omit<import("react").HTMLAttributes<HTMLVegaBreadcrumbElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaBreadcrumbElement>>;
|
|
10
10
|
export declare const VegaButton: import("react").ForwardRefExoticComponent<JSX.VegaButton & Omit<import("react").HTMLAttributes<HTMLVegaButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaButtonElement>>;
|
|
11
11
|
export declare const VegaButtonCircle: import("react").ForwardRefExoticComponent<JSX.VegaButtonCircle & Omit<import("react").HTMLAttributes<HTMLVegaButtonCircleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaButtonCircleElement>>;
|
|
12
|
+
export declare const VegaButtonGroup: import("react").ForwardRefExoticComponent<JSX.VegaButtonGroup & Omit<import("react").HTMLAttributes<HTMLVegaButtonGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaButtonGroupElement>>;
|
|
13
|
+
export declare const VegaButtonGroupItem: import("react").ForwardRefExoticComponent<JSX.VegaButtonGroupItem & Omit<import("react").HTMLAttributes<HTMLVegaButtonGroupItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaButtonGroupItemElement>>;
|
|
12
14
|
export declare const VegaButtonLink: import("react").ForwardRefExoticComponent<JSX.VegaButtonLink & Omit<import("react").HTMLAttributes<HTMLVegaButtonLinkElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaButtonLinkElement>>;
|
|
13
15
|
export declare const VegaCard: import("react").ForwardRefExoticComponent<JSX.VegaCard & Omit<import("react").HTMLAttributes<HTMLVegaCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCardElement>>;
|
|
14
16
|
export declare const VegaCarousel: import("react").ForwardRefExoticComponent<JSX.VegaCarousel & Omit<import("react").HTMLAttributes<HTMLVegaCarouselElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCarouselElement>>;
|
package/dist/components.js
CHANGED
|
@@ -15,6 +15,8 @@ export const VegaBox = /*@__PURE__*/ createReactComponent('vega-box');
|
|
|
15
15
|
export const VegaBreadcrumb = /*@__PURE__*/ createReactComponent('vega-breadcrumb');
|
|
16
16
|
export const VegaButton = /*@__PURE__*/ createReactComponent('vega-button');
|
|
17
17
|
export const VegaButtonCircle = /*@__PURE__*/ createReactComponent('vega-button-circle');
|
|
18
|
+
export const VegaButtonGroup = /*@__PURE__*/ createReactComponent('vega-button-group');
|
|
19
|
+
export const VegaButtonGroupItem = /*@__PURE__*/ createReactComponent('vega-button-group-item');
|
|
18
20
|
export const VegaButtonLink = /*@__PURE__*/ createReactComponent('vega-button-link');
|
|
19
21
|
export const VegaCard = /*@__PURE__*/ createReactComponent('vega-card');
|
|
20
22
|
export const VegaCarousel = /*@__PURE__*/ createReactComponent('vega-carousel');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heartlandone/vega-react",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.6.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": "2.
|
|
41
|
+
"@heartlandone/vega": "2.6.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": ">=16.7.0",
|