@heartlandone/vega-react 2.71.0-RTE-table-preview → 2.72.0-RTE-table-preview

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.
@@ -72,6 +72,7 @@ export declare const VegaPieChart: import("react").ForwardRefExoticComponent<JSX
72
72
  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>>;
73
73
  export declare const VegaPopoverContentBox: import("react").ForwardRefExoticComponent<JSX.VegaPopoverContentBox & Omit<import("react").HTMLAttributes<HTMLVegaPopoverContentBoxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaPopoverContentBoxElement>>;
74
74
  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>>;
75
+ export declare const VegaProgressTrackerStep: import("react").ForwardRefExoticComponent<JSX.VegaProgressTrackerStep & Omit<import("react").HTMLAttributes<HTMLVegaProgressTrackerStepElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaProgressTrackerStepElement>>;
75
76
  export declare const VegaRadio: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaRadio, Omit<import("react").HTMLAttributes<HTMLVegaRadioElement>, "style">, "onChange"|"onFocus"|"onBlur"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRadioElement>>;
76
77
  export declare const VegaRadioGroup: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaRadioGroup, Omit<import("react").HTMLAttributes<HTMLVegaRadioGroupElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRadioGroupElement>>;
77
78
  export declare const VegaRichTextContent: import("react").ForwardRefExoticComponent<JSX.VegaRichTextContent & Omit<import("react").HTMLAttributes<HTMLVegaRichTextContentElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextContentElement>>;
@@ -78,6 +78,7 @@ export const VegaPieChart = /*@__PURE__*/ createReactComponent('vega-pie-chart')
78
78
  export const VegaPopover = /*@__PURE__*/ createReactComponent('vega-popover');
79
79
  export const VegaPopoverContentBox = /*@__PURE__*/ createReactComponent('vega-popover-content-box');
80
80
  export const VegaProgressTracker = /*@__PURE__*/ createReactComponent('vega-progress-tracker');
81
+ export const VegaProgressTrackerStep = /*@__PURE__*/ createReactComponent('vega-progress-tracker-step');
81
82
  export const VegaRadio = /*@__PURE__*/ createReactComponent('vega-radio');
82
83
  export const VegaRadioGroup = /*@__PURE__*/ createReactComponent('vega-radio-group');
83
84
  export const VegaRichTextContent = /*@__PURE__*/ createReactComponent('vega-rich-text-content');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-react",
3
3
  "sideEffects": false,
4
- "version": "2.71.0-RTE-table-preview",
4
+ "version": "2.72.0-RTE-table-preview",
5
5
  "description": "React specific wrapper for @heartlandone/vega",
6
6
  "license": "UNLICENSED",
7
7
  "scripts": {
@@ -41,7 +41,7 @@
41
41
  "typescript": "^4.0.0"
42
42
  },
43
43
  "dependencies": {
44
- "@heartlandone/vega": "2.71.0-RTE-table-preview"
44
+ "@heartlandone/vega": "2.72.0-RTE-table-preview"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": ">=16.7.0",