@heartlandone/vega-react 2.82.0 → 2.84.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.
@@ -25,6 +25,7 @@ export declare const VegaChip: import("react").ForwardRefExoticComponent<VegaRea
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
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>>;
28
+ export declare const VegaColorSwatchPicker: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaColorSwatchPicker, Omit<import("react").HTMLAttributes<HTMLVegaColorSwatchPickerElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaColorSwatchPickerElement>>;
28
29
  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>>;
29
30
  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>>;
30
31
  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>>;
@@ -32,6 +32,7 @@ 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
34
  export const VegaColorSwatch = /*@__PURE__*/ createReactComponent('vega-color-swatch');
35
+ export const VegaColorSwatchPicker = /*@__PURE__*/ createReactComponent('vega-color-swatch-picker');
35
36
  export const VegaComboBox = /*@__PURE__*/ createReactComponent('vega-combo-box');
36
37
  export const VegaCounterBadge = /*@__PURE__*/ createReactComponent('vega-counter-badge');
37
38
  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.81.0",
3
+ "version": "2.83.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.81.0"
11
+ "@heartlandone/vega": "2.83.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.82.0",
4
+ "version": "2.84.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.82.0"
47
+ "@heartlandone/vega": "2.84.0"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "react": ">=16.7.0",