@esri/calcite-components-react 3.0.0-next.92 → 3.0.0-next.94

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.
@@ -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
  }, {
@@ -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.92",
3
+ "version": "3.0.0-next.94",
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.92",
29
+ "@esri/calcite-components": "3.0.0-next.94",
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": "4b63087ecb80efa8a749c83c8509e8fc66974b59"
39
+ "gitHead": "fb7f6aefa955d802ad1decab969e5b3ae6bb764f"
40
40
  }