@esri/calcite-components-react 3.0.0-next.91 → 3.0.0-next.93
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 +3 -1
- package/dist/components.js +3 -1
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -522,7 +522,9 @@ export declare const CalciteTileSelectGroup: import("@lit/react").ReactWebCompon
|
|
|
522
522
|
}, {}>;
|
|
523
523
|
export declare const CalciteTimePicker: import("@lit/react").ReactWebComponent<HTMLCalciteTimePickerElement & {
|
|
524
524
|
class?: string;
|
|
525
|
-
}, {
|
|
525
|
+
}, {
|
|
526
|
+
onCalciteTimePickerChange: EventName<HTMLCalciteTimePickerElement["calciteTimePickerChange"]>;
|
|
527
|
+
}>;
|
|
526
528
|
export declare const CalciteTip: import("@lit/react").ReactWebComponent<HTMLCalciteTipElement & {
|
|
527
529
|
class?: string;
|
|
528
530
|
}, {
|
package/dist/components.js
CHANGED
|
@@ -317,7 +317,9 @@ export const CalciteTileSelect = /*@__PURE__*/ createWrapper(getReactWrapperOpti
|
|
|
317
317
|
onCalciteTileSelectChange: "calciteTileSelectChange",
|
|
318
318
|
}));
|
|
319
319
|
export const CalciteTileSelectGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tile-select-group", {}));
|
|
320
|
-
export const CalciteTimePicker = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-time-picker", {
|
|
320
|
+
export const CalciteTimePicker = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-time-picker", {
|
|
321
|
+
onCalciteTimePickerChange: "calciteTimePickerChange",
|
|
322
|
+
}));
|
|
321
323
|
export const CalciteTip = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tip", {
|
|
322
324
|
onCalciteTipDismiss: "calciteTipDismiss",
|
|
323
325
|
}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.93",
|
|
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": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"tsc": "tsc"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@esri/calcite-components": "3.0.0-next.
|
|
29
|
+
"@esri/calcite-components": "3.0.0-next.93",
|
|
30
30
|
"@lit/react": "1.0.6"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"volta": {
|
|
37
37
|
"extends": "../../package.json"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "8db65dab0370a8cc86a7cc9e480919257d62d650"
|
|
40
40
|
}
|