@heartlandone/vega-react 2.13.0 → 2.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.
@@ -13,6 +13,8 @@ export declare const VegaButtonCircle: import("react").ForwardRefExoticComponent
13
13
  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>>;
14
14
  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>>;
15
15
  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>>;
16
+ export declare const VegaCalendar: import("react").ForwardRefExoticComponent<JSX.VegaCalendar & Omit<import("react").HTMLAttributes<HTMLVegaCalendarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCalendarElement>>;
17
+ export declare const VegaCalendarEvent: import("react").ForwardRefExoticComponent<JSX.VegaCalendarEvent & Omit<import("react").HTMLAttributes<HTMLVegaCalendarEventElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCalendarEventElement>>;
16
18
  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>>;
17
19
  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>>;
18
20
  export declare const VegaCheckbox: import("react").ForwardRefExoticComponent<JSX.VegaCheckbox & Omit<import("react").HTMLAttributes<HTMLVegaCheckboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCheckboxElement>>;
@@ -19,6 +19,8 @@ export const VegaButtonCircle = /*@__PURE__*/ createReactComponent('vega-button-
19
19
  export const VegaButtonGroup = /*@__PURE__*/ createReactComponent('vega-button-group');
20
20
  export const VegaButtonGroupItem = /*@__PURE__*/ createReactComponent('vega-button-group-item');
21
21
  export const VegaButtonLink = /*@__PURE__*/ createReactComponent('vega-button-link');
22
+ export const VegaCalendar = /*@__PURE__*/ createReactComponent('vega-calendar');
23
+ export const VegaCalendarEvent = /*@__PURE__*/ createReactComponent('vega-calendar-event');
22
24
  export const VegaCard = /*@__PURE__*/ createReactComponent('vega-card');
23
25
  export const VegaCarousel = /*@__PURE__*/ createReactComponent('vega-carousel');
24
26
  export const VegaCheckbox = /*@__PURE__*/ createReactComponent('vega-checkbox');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-react",
3
3
  "sideEffects": false,
4
- "version": "2.13.0",
4
+ "version": "2.14.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.13.0"
41
+ "@heartlandone/vega": "2.14.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=16.7.0",