@heartlandone/vega-react 1.9.0 → 1.9.2
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
|
@@ -3,6 +3,7 @@ import type { JSX } from '@heartlandone/vega';
|
|
|
3
3
|
export declare const VegaAccordion: import("react").ForwardRefExoticComponent<JSX.VegaAccordion & Omit<import("react").HTMLAttributes<HTMLVegaAccordionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaAccordionElement>>;
|
|
4
4
|
export declare const VegaAppFooter: import("react").ForwardRefExoticComponent<JSX.VegaAppFooter & Omit<import("react").HTMLAttributes<HTMLVegaAppFooterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaAppFooterElement>>;
|
|
5
5
|
export declare const VegaBadge: import("react").ForwardRefExoticComponent<JSX.VegaBadge & Omit<import("react").HTMLAttributes<HTMLVegaBadgeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaBadgeElement>>;
|
|
6
|
+
export declare const VegaBanner: import("react").ForwardRefExoticComponent<JSX.VegaBanner & Omit<import("react").HTMLAttributes<HTMLVegaBannerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaBannerElement>>;
|
|
6
7
|
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>>;
|
|
7
8
|
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>>;
|
|
8
9
|
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>>;
|
|
@@ -33,5 +34,6 @@ export declare const VegaSidenavLink: import("react").ForwardRefExoticComponent<
|
|
|
33
34
|
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>>;
|
|
34
35
|
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>>;
|
|
35
36
|
export declare const VegaTable: import("react").ForwardRefExoticComponent<JSX.VegaTable & Omit<import("react").HTMLAttributes<HTMLVegaTableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTableElement>>;
|
|
37
|
+
export declare const VegaText: import("react").ForwardRefExoticComponent<JSX.VegaText & Omit<import("react").HTMLAttributes<HTMLVegaTextElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTextElement>>;
|
|
36
38
|
export declare const VegaToggleSwitch: import("react").ForwardRefExoticComponent<JSX.VegaToggleSwitch & Omit<import("react").HTMLAttributes<HTMLVegaToggleSwitchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaToggleSwitchElement>>;
|
|
37
39
|
export declare const VegaTooltip: import("react").ForwardRefExoticComponent<JSX.VegaTooltip & Omit<import("react").HTMLAttributes<HTMLVegaTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTooltipElement>>;
|
package/dist/components.js
CHANGED
|
@@ -7,6 +7,7 @@ defineCustomElements();
|
|
|
7
7
|
export const VegaAccordion = /*@__PURE__*/ createReactComponent('vega-accordion');
|
|
8
8
|
export const VegaAppFooter = /*@__PURE__*/ createReactComponent('vega-app-footer');
|
|
9
9
|
export const VegaBadge = /*@__PURE__*/ createReactComponent('vega-badge');
|
|
10
|
+
export const VegaBanner = /*@__PURE__*/ createReactComponent('vega-banner');
|
|
10
11
|
export const VegaButton = /*@__PURE__*/ createReactComponent('vega-button');
|
|
11
12
|
export const VegaButtonCircle = /*@__PURE__*/ createReactComponent('vega-button-circle');
|
|
12
13
|
export const VegaButtonLink = /*@__PURE__*/ createReactComponent('vega-button-link');
|
|
@@ -37,5 +38,6 @@ export const VegaSidenavLink = /*@__PURE__*/ createReactComponent('vega-sidenav-
|
|
|
37
38
|
export const VegaStepper = /*@__PURE__*/ createReactComponent('vega-stepper');
|
|
38
39
|
export const VegaTabGroup = /*@__PURE__*/ createReactComponent('vega-tab-group');
|
|
39
40
|
export const VegaTable = /*@__PURE__*/ createReactComponent('vega-table');
|
|
41
|
+
export const VegaText = /*@__PURE__*/ createReactComponent('vega-text');
|
|
40
42
|
export const VegaToggleSwitch = /*@__PURE__*/ createReactComponent('vega-toggle-switch');
|
|
41
43
|
export const VegaTooltip = /*@__PURE__*/ createReactComponent('vega-tooltip');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heartlandone/vega-react",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.2",
|
|
5
5
|
"description": "React specific wrapper for @heartlandone/vega",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "npm run clean && npm run compile",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"typescript": "^4.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@heartlandone/vega": "1.9.
|
|
40
|
+
"@heartlandone/vega": "1.9.2"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=16.7.0",
|