@esri/calcite-components-react 2.8.0-next.18 → 2.8.0-next.19

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.
@@ -14,6 +14,8 @@ export declare const CalciteBlockSection: import("react").ForwardRefExoticCompon
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
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>>;
17
+ export declare const CalciteCarousel: import("react").ForwardRefExoticComponent<JSX.CalciteCarousel & Omit<import("react").HTMLAttributes<HTMLCalciteCarouselElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteCarouselElement>>;
18
+ export declare const CalciteCarouselItem: import("react").ForwardRefExoticComponent<JSX.CalciteCarouselItem & Omit<import("react").HTMLAttributes<HTMLCalciteCarouselItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteCarouselItemElement>>;
17
19
  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>>;
18
20
  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>>;
19
21
  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>>;
@@ -16,6 +16,8 @@ export const CalciteBlockSection = /*@__PURE__*/ createReactComponent('calcite-b
16
16
  export const CalciteButton = /*@__PURE__*/ createReactComponent('calcite-button');
17
17
  export const CalciteCard = /*@__PURE__*/ createReactComponent('calcite-card');
18
18
  export const CalciteCardGroup = /*@__PURE__*/ createReactComponent('calcite-card-group');
19
+ export const CalciteCarousel = /*@__PURE__*/ createReactComponent('calcite-carousel');
20
+ export const CalciteCarouselItem = /*@__PURE__*/ createReactComponent('calcite-carousel-item');
19
21
  export const CalciteCheckbox = /*@__PURE__*/ createReactComponent('calcite-checkbox');
20
22
  export const CalciteChip = /*@__PURE__*/ createReactComponent('calcite-chip');
21
23
  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.8.0-next.18",
4
+ "version": "2.8.0-next.19",
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.8.0-next.18"
26
+ "@esri/calcite-components": "^2.8.0-next.19"
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": "e8478de70ceadfc630e92df0536bff2ccb82d25d"
35
+ "gitHead": "6f1ea22e5f998ac563e48303951fc50e01fc5d75"
36
36
  }