@esri/calcite-components-react 1.2.0 → 1.3.1

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.
@@ -15,6 +15,7 @@ export declare const CalciteButton: import("react").ForwardRefExoticComponent<JS
15
15
  export declare const CalciteCard: import("react").ForwardRefExoticComponent<JSX.CalciteCard & Omit<import("react").HTMLAttributes<HTMLCalciteCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteCardElement>>;
16
16
  export declare const CalciteCheckbox: import("react").ForwardRefExoticComponent<JSX.CalciteCheckbox & Omit<import("react").HTMLAttributes<HTMLCalciteCheckboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteCheckboxElement>>;
17
17
  export declare const CalciteChip: import("react").ForwardRefExoticComponent<JSX.CalciteChip & Omit<import("react").HTMLAttributes<HTMLCalciteChipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteChipElement>>;
18
+ export declare const CalciteChipGroup: import("react").ForwardRefExoticComponent<JSX.CalciteChipGroup & Omit<import("react").HTMLAttributes<HTMLCalciteChipGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteChipGroupElement>>;
18
19
  export declare const CalciteColorPicker: import("react").ForwardRefExoticComponent<JSX.CalciteColorPicker & Omit<import("react").HTMLAttributes<HTMLCalciteColorPickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteColorPickerElement>>;
19
20
  export declare const CalciteColorPickerHexInput: import("react").ForwardRefExoticComponent<JSX.CalciteColorPickerHexInput & Omit<import("react").HTMLAttributes<HTMLCalciteColorPickerHexInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteColorPickerHexInputElement>>;
20
21
  export declare const CalciteColorPickerSwatch: import("react").ForwardRefExoticComponent<JSX.CalciteColorPickerSwatch & Omit<import("react").HTMLAttributes<HTMLCalciteColorPickerSwatchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteColorPickerSwatchElement>>;
@@ -17,6 +17,7 @@ export const CalciteButton = /*@__PURE__*/ createReactComponent('calcite-button'
17
17
  export const CalciteCard = /*@__PURE__*/ createReactComponent('calcite-card');
18
18
  export const CalciteCheckbox = /*@__PURE__*/ createReactComponent('calcite-checkbox');
19
19
  export const CalciteChip = /*@__PURE__*/ createReactComponent('calcite-chip');
20
+ export const CalciteChipGroup = /*@__PURE__*/ createReactComponent('calcite-chip-group');
20
21
  export const CalciteColorPicker = /*@__PURE__*/ createReactComponent('calcite-color-picker');
21
22
  export const CalciteColorPickerHexInput = /*@__PURE__*/ createReactComponent('calcite-color-picker-hex-input');
22
23
  export const CalciteColorPickerSwatch = /*@__PURE__*/ createReactComponent('calcite-color-picker-swatch');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
3
  "sideEffects": false,
4
- "version": "1.2.0",
4
+ "version": "1.3.1",
5
5
  "description": "A set of React components that wrap calcite components",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
7
7
  "scripts": {
@@ -26,7 +26,7 @@
26
26
  "typescript": "4.7.4"
27
27
  },
28
28
  "dependencies": {
29
- "@esri/calcite-components": "^1.2.0"
29
+ "@esri/calcite-components": "^1.3.1"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "react": ">=16.7",