@heartlandone/vega-react 2.81.0 → 2.82.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.
@@ -24,6 +24,7 @@ export declare const VegaCheckboxGroup: import("react").ForwardRefExoticComponen
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
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>>;
26
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>>;
27
+ export declare const VegaColorSwatch: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaColorSwatch, Omit<import("react").HTMLAttributes<HTMLVegaColorSwatchElement>, "style">, "onClick"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaColorSwatchElement>>;
27
28
  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>>;
28
29
  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>>;
29
30
  export declare const VegaDatePicker: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaDatePicker, Omit<import("react").HTMLAttributes<HTMLVegaDatePickerElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaDatePickerElement>>;
@@ -31,6 +31,7 @@ export const VegaCheckboxGroup = /*@__PURE__*/ createReactComponent('vega-checkb
31
31
  export const VegaChip = /*@__PURE__*/ createReactComponent('vega-chip');
32
32
  export const VegaCodeBlock = /*@__PURE__*/ createReactComponent('vega-code-block');
33
33
  export const VegaColorPicker = /*@__PURE__*/ createReactComponent('vega-color-picker');
34
+ export const VegaColorSwatch = /*@__PURE__*/ createReactComponent('vega-color-swatch');
34
35
  export const VegaComboBox = /*@__PURE__*/ createReactComponent('vega-combo-box');
35
36
  export const VegaCounterBadge = /*@__PURE__*/ createReactComponent('vega-counter-badge');
36
37
  export const VegaDatePicker = /*@__PURE__*/ createReactComponent('vega-date-picker');
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-react",
3
- "version": "2.80.0",
3
+ "version": "2.81.0",
4
4
  "description": "React specific wrapper for @heartlandone/vega",
5
5
  "license": "UNLICENSED",
6
6
  "sideEffects": false,
@@ -8,7 +8,7 @@
8
8
  "module": "./index.js",
9
9
  "types": "./index.d.ts",
10
10
  "dependencies": {
11
- "@heartlandone/vega": "2.80.0"
11
+ "@heartlandone/vega": "2.81.0"
12
12
  },
13
13
  "peerDependencies": {
14
14
  "react": ">=16.7.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-react",
3
3
  "sideEffects": false,
4
- "version": "2.81.0",
4
+ "version": "2.82.0",
5
5
  "description": "React specific wrapper for @heartlandone/vega",
6
6
  "license": "UNLICENSED",
7
7
  "scripts": {
@@ -44,7 +44,7 @@
44
44
  "typescript": "^4.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@heartlandone/vega": "2.81.0"
47
+ "@heartlandone/vega": "2.82.0"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "react": ">=16.7.0",