@esri/calcite-components-react 5.0.0-next.5 → 5.0.0-next.7
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.
- package/dist/components.d.ts +0 -1
- package/dist/components.js +0 -1
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -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;
|
package/dist/components.js
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "5.0.0-next.7",
|
|
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.
|
|
32
|
+
"@esri/calcite-components": "5.0.0-next.7",
|
|
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": "
|
|
43
|
+
"gitHead": "230aed5e43c614d6ea25d27e45bb8d45ef36e9ee"
|
|
44
44
|
}
|