@heartlandone/vega-react 2.1.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.
@@ -35,6 +35,7 @@ export declare const VegaIcon: import("react").ForwardRefExoticComponent<JSX.Veg
35
35
  export declare const VegaImageUploader: import("react").ForwardRefExoticComponent<JSX.VegaImageUploader & Omit<import("react").HTMLAttributes<HTMLVegaImageUploaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaImageUploaderElement>>;
36
36
  export declare const VegaInput: import("react").ForwardRefExoticComponent<JSX.VegaInput & Omit<import("react").HTMLAttributes<HTMLVegaInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaInputElement>>;
37
37
  export declare const VegaInputCreditCard: import("react").ForwardRefExoticComponent<JSX.VegaInputCreditCard & Omit<import("react").HTMLAttributes<HTMLVegaInputCreditCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaInputCreditCardElement>>;
38
+ export declare const VegaInputRange: import("react").ForwardRefExoticComponent<JSX.VegaInputRange & Omit<import("react").HTMLAttributes<HTMLVegaInputRangeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaInputRangeElement>>;
38
39
  export declare const VegaInputSelect: import("react").ForwardRefExoticComponent<JSX.VegaInputSelect & Omit<import("react").HTMLAttributes<HTMLVegaInputSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaInputSelectElement>>;
39
40
  export declare const VegaItemToggle: import("react").ForwardRefExoticComponent<JSX.VegaItemToggle & Omit<import("react").HTMLAttributes<HTMLVegaItemToggleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaItemToggleElement>>;
40
41
  export declare const VegaLeftNav: import("react").ForwardRefExoticComponent<JSX.VegaLeftNav & Omit<import("react").HTMLAttributes<HTMLVegaLeftNavElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaLeftNavElement>>;
@@ -56,6 +57,7 @@ export declare const VegaProgressTracker: import("react").ForwardRefExoticCompon
56
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>>;
57
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>>;
58
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>>;
59
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>>;
60
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>>;
61
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>>;
@@ -41,6 +41,7 @@ export const VegaIcon = /*@__PURE__*/ createReactComponent('vega-icon');
41
41
  export const VegaImageUploader = /*@__PURE__*/ createReactComponent('vega-image-uploader');
42
42
  export const VegaInput = /*@__PURE__*/ createReactComponent('vega-input');
43
43
  export const VegaInputCreditCard = /*@__PURE__*/ createReactComponent('vega-input-credit-card');
44
+ export const VegaInputRange = /*@__PURE__*/ createReactComponent('vega-input-range');
44
45
  export const VegaInputSelect = /*@__PURE__*/ createReactComponent('vega-input-select');
45
46
  export const VegaItemToggle = /*@__PURE__*/ createReactComponent('vega-item-toggle');
46
47
  export const VegaLeftNav = /*@__PURE__*/ createReactComponent('vega-left-nav');
@@ -62,6 +63,7 @@ export const VegaProgressTracker = /*@__PURE__*/ createReactComponent('vega-prog
62
63
  export const VegaRadio = /*@__PURE__*/ createReactComponent('vega-radio');
63
64
  export const VegaRadioGroup = /*@__PURE__*/ createReactComponent('vega-radio-group');
64
65
  export const VegaSectionTitle = /*@__PURE__*/ createReactComponent('vega-section-title');
66
+ export const VegaSegmentControl = /*@__PURE__*/ createReactComponent('vega-segment-control');
65
67
  export const VegaSlotContainer = /*@__PURE__*/ createReactComponent('vega-slot-container');
66
68
  export const VegaStepper = /*@__PURE__*/ createReactComponent('vega-stepper');
67
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.1.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.1.0"
41
+ "@heartlandone/vega": "2.3.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=16.7.0",