@heartlandone/vega-react 2.49.0 → 2.50.0-RTE-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.
- package/dist/components.d.ts +1 -0
- package/dist/components.js +1 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export declare const VegaCarousel: import("react").ForwardRefExoticComponent<JSX
|
|
|
22
22
|
export declare const VegaCheckbox: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaCheckbox, Omit<import("react").HTMLAttributes<HTMLVegaCheckboxElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCheckboxElement>>;
|
|
23
23
|
export declare const VegaCheckboxGroup: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaCheckboxGroup, Omit<import("react").HTMLAttributes<HTMLVegaCheckboxGroupElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCheckboxGroupElement>>;
|
|
24
24
|
export declare const VegaChip: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaChip, Omit<import("react").HTMLAttributes<HTMLVegaChipElement>, "style">, "onClick"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaChipElement>>;
|
|
25
|
+
export declare const VegaCodeBlock: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaCodeBlock, Omit<import("react").HTMLAttributes<HTMLVegaCodeBlockElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCodeBlockElement>>;
|
|
25
26
|
export declare const VegaColorPicker: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaColorPicker, Omit<import("react").HTMLAttributes<HTMLVegaColorPickerElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaColorPickerElement>>;
|
|
26
27
|
export declare const VegaComboBox: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaComboBox, Omit<import("react").HTMLAttributes<HTMLVegaComboBoxElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaComboBoxElement>>;
|
|
27
28
|
export declare const VegaCounterBadge: import("react").ForwardRefExoticComponent<JSX.VegaCounterBadge & Omit<import("react").HTMLAttributes<HTMLVegaCounterBadgeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCounterBadgeElement>>;
|
package/dist/components.js
CHANGED
|
@@ -28,6 +28,7 @@ export const VegaCarousel = /*@__PURE__*/ createReactComponent('vega-carousel');
|
|
|
28
28
|
export const VegaCheckbox = /*@__PURE__*/ createReactComponent('vega-checkbox');
|
|
29
29
|
export const VegaCheckboxGroup = /*@__PURE__*/ createReactComponent('vega-checkbox-group');
|
|
30
30
|
export const VegaChip = /*@__PURE__*/ createReactComponent('vega-chip');
|
|
31
|
+
export const VegaCodeBlock = /*@__PURE__*/ createReactComponent('vega-code-block');
|
|
31
32
|
export const VegaColorPicker = /*@__PURE__*/ createReactComponent('vega-color-picker');
|
|
32
33
|
export const VegaComboBox = /*@__PURE__*/ createReactComponent('vega-combo-box');
|
|
33
34
|
export const VegaCounterBadge = /*@__PURE__*/ createReactComponent('vega-counter-badge');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heartlandone/vega-react",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.50.0-RTE-preview",
|
|
5
5
|
"description": "React specific wrapper for @heartlandone/vega",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"stencil-postbuild": "node ./src/scripts/stencil-post-build-script.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"typescript": "^4.0.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@heartlandone/vega": "2.
|
|
43
|
+
"@heartlandone/vega": "2.50.0-RTE-preview"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": ">=16.7.0",
|