@esri/calcite-components-react 2.6.0-next.2 → 2.6.0-next.3

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.
@@ -13,6 +13,7 @@ export declare const CalciteBlock: import("react").ForwardRefExoticComponent<JSX
13
13
  export declare const CalciteBlockSection: import("react").ForwardRefExoticComponent<JSX.CalciteBlockSection & Omit<import("react").HTMLAttributes<HTMLCalciteBlockSectionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteBlockSectionElement>>;
14
14
  export declare const CalciteButton: import("react").ForwardRefExoticComponent<JSX.CalciteButton & Omit<import("react").HTMLAttributes<HTMLCalciteButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteButtonElement>>;
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
+ export declare const CalciteCardGroup: import("react").ForwardRefExoticComponent<JSX.CalciteCardGroup & Omit<import("react").HTMLAttributes<HTMLCalciteCardGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteCardGroupElement>>;
16
17
  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
18
  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
19
  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>>;
@@ -15,6 +15,7 @@ export const CalciteBlock = /*@__PURE__*/ createReactComponent('calcite-block');
15
15
  export const CalciteBlockSection = /*@__PURE__*/ createReactComponent('calcite-block-section');
16
16
  export const CalciteButton = /*@__PURE__*/ createReactComponent('calcite-button');
17
17
  export const CalciteCard = /*@__PURE__*/ createReactComponent('calcite-card');
18
+ export const CalciteCardGroup = /*@__PURE__*/ createReactComponent('calcite-card-group');
18
19
  export const CalciteCheckbox = /*@__PURE__*/ createReactComponent('calcite-checkbox');
19
20
  export const CalciteChip = /*@__PURE__*/ createReactComponent('calcite-chip');
20
21
  export const CalciteChipGroup = /*@__PURE__*/ createReactComponent('calcite-chip-group');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
3
  "sideEffects": false,
4
- "version": "2.6.0-next.2",
4
+ "version": "2.6.0-next.3",
5
5
  "homepage": "https://developers.arcgis.com/calcite-design-system/",
6
6
  "description": "A set of React components that wrap calcite components",
7
7
  "license": "SEE LICENSE.md",
@@ -23,7 +23,7 @@
23
23
  "dist/"
24
24
  ],
25
25
  "dependencies": {
26
- "@esri/calcite-components": "^2.6.0-next.2"
26
+ "@esri/calcite-components": "^2.6.0-next.3"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "react": ">=16.7",
@@ -32,5 +32,5 @@
32
32
  "volta": {
33
33
  "extends": "../../package.json"
34
34
  },
35
- "gitHead": "4afde154d9a3d64c5bd31103f17db1e5e6120d8f"
35
+ "gitHead": "e84ed32db264132a0615e46b600d7208d69c6438"
36
36
  }