@heartlandone/vega-react 1.11.1 → 1.12.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.
- package/dist/components.d.ts +1 -0
- package/dist/components.js +1 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -40,5 +40,6 @@ export declare const VegaTabGroup: import("react").ForwardRefExoticComponent<JSX
|
|
|
40
40
|
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>>;
|
|
41
41
|
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>>;
|
|
42
42
|
export declare const VegaTextarea: import("react").ForwardRefExoticComponent<JSX.VegaTextarea & Omit<import("react").HTMLAttributes<HTMLVegaTextareaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTextareaElement>>;
|
|
43
|
+
export declare const VegaTimePicker: import("react").ForwardRefExoticComponent<JSX.VegaTimePicker & Omit<import("react").HTMLAttributes<HTMLVegaTimePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTimePickerElement>>;
|
|
43
44
|
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>>;
|
|
44
45
|
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
|
@@ -44,5 +44,6 @@ export const VegaTabGroup = /*@__PURE__*/ createReactComponent('vega-tab-group')
|
|
|
44
44
|
export const VegaTable = /*@__PURE__*/ createReactComponent('vega-table');
|
|
45
45
|
export const VegaText = /*@__PURE__*/ createReactComponent('vega-text');
|
|
46
46
|
export const VegaTextarea = /*@__PURE__*/ createReactComponent('vega-textarea');
|
|
47
|
+
export const VegaTimePicker = /*@__PURE__*/ createReactComponent('vega-time-picker');
|
|
47
48
|
export const VegaToggleSwitch = /*@__PURE__*/ createReactComponent('vega-toggle-switch');
|
|
48
49
|
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.
|
|
4
|
+
"version": "1.12.0",
|
|
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.
|
|
40
|
+
"@heartlandone/vega": "1.12.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=16.7.0",
|