@esri/calcite-components-react 5.0.0-next.4 → 5.0.0-next.6

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.
@@ -480,7 +480,6 @@ export declare const CalciteStepper: import("@lit/react").ReactWebComponent<HTML
480
480
  class?: string;
481
481
  }, {
482
482
  onCalciteStepperChange: EventName<HTMLCalciteStepperElement["calciteStepperChange"]>;
483
- onCalciteStepperItemChange: EventName<HTMLCalciteStepperElement["calciteStepperItemChange"]>;
484
483
  }>;
485
484
  export declare const CalciteStepperItem: import("@lit/react").ReactWebComponent<HTMLCalciteStepperItemElement & {
486
485
  class?: string;
@@ -309,7 +309,6 @@ export const CalciteSplitButton = /*@__PURE__*/ createWrapper(getReactWrapperOpt
309
309
  export const CalciteStack = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-stack", {}));
310
310
  export const CalciteStepper = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-stepper", {
311
311
  onCalciteStepperChange: "calciteStepperChange",
312
- onCalciteStepperItemChange: "calciteStepperItemChange",
313
312
  }));
314
313
  export const CalciteStepperItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-stepper-item", {
315
314
  onCalciteStepperItemSelect: "calciteStepperItemSelect",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
- "version": "5.0.0-next.4",
3
+ "version": "5.0.0-next.6",
4
4
  "description": "A set of React components that wrap calcite components",
5
5
  "homepage": "https://developers.arcgis.com/calcite-design-system/",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@arcgis/lumina": ">=5.0.0-next.24 <6.0.0",
32
- "@esri/calcite-components": "5.0.0-next.4",
32
+ "@esri/calcite-components": "5.0.0-next.6",
33
33
  "@lit/react": "^1.0.8",
34
34
  "lit": "^3.3.0"
35
35
  },
@@ -40,5 +40,5 @@
40
40
  "volta": {
41
41
  "extends": "../../package.json"
42
42
  },
43
- "gitHead": "8a10d6a4703105b77ed1c938f82ab9238aed3d4e"
43
+ "gitHead": "d2782c138c1e1de94620447cbb41c4982f014822"
44
44
  }