@heartlandone/vega-react 2.2.0 → 2.3.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.
@@ -57,6 +57,7 @@ export declare const VegaProgressTracker: import("react").ForwardRefExoticCompon
57
57
  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>>;
58
58
  export declare const VegaRadioGroup: import("react").ForwardRefExoticComponent<JSX.VegaRadioGroup & Omit<import("react").HTMLAttributes<HTMLVegaRadioGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRadioGroupElement>>;
59
59
  export declare const VegaSectionTitle: import("react").ForwardRefExoticComponent<JSX.VegaSectionTitle & Omit<import("react").HTMLAttributes<HTMLVegaSectionTitleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaSectionTitleElement>>;
60
+ export declare const VegaSegmentControl: import("react").ForwardRefExoticComponent<JSX.VegaSegmentControl & Omit<import("react").HTMLAttributes<HTMLVegaSegmentControlElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaSegmentControlElement>>;
60
61
  export declare const VegaSlotContainer: import("react").ForwardRefExoticComponent<JSX.VegaSlotContainer & Omit<import("react").HTMLAttributes<HTMLVegaSlotContainerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaSlotContainerElement>>;
61
62
  export declare const VegaStepper: import("react").ForwardRefExoticComponent<JSX.VegaStepper & Omit<import("react").HTMLAttributes<HTMLVegaStepperElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaStepperElement>>;
62
63
  export declare const VegaTabGroup: import("react").ForwardRefExoticComponent<JSX.VegaTabGroup & Omit<import("react").HTMLAttributes<HTMLVegaTabGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTabGroupElement>>;
@@ -63,6 +63,7 @@ export const VegaProgressTracker = /*@__PURE__*/ createReactComponent('vega-prog
63
63
  export const VegaRadio = /*@__PURE__*/ createReactComponent('vega-radio');
64
64
  export const VegaRadioGroup = /*@__PURE__*/ createReactComponent('vega-radio-group');
65
65
  export const VegaSectionTitle = /*@__PURE__*/ createReactComponent('vega-section-title');
66
+ export const VegaSegmentControl = /*@__PURE__*/ createReactComponent('vega-segment-control');
66
67
  export const VegaSlotContainer = /*@__PURE__*/ createReactComponent('vega-slot-container');
67
68
  export const VegaStepper = /*@__PURE__*/ createReactComponent('vega-stepper');
68
69
  export const VegaTabGroup = /*@__PURE__*/ createReactComponent('vega-tab-group');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-react",
3
3
  "sideEffects": false,
4
- "version": "2.2.0",
4
+ "version": "2.3.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.2.0"
41
+ "@heartlandone/vega": "2.3.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=16.7.0",