@esri/calcite-components-react 5.0.0-next.65 → 5.0.0-next.67

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.
@@ -187,9 +187,6 @@ export declare const CalciteDatePickerDay: import("@lit/react").ReactWebComponen
187
187
  export declare const CalciteDatePickerMonth: import("@lit/react").ReactWebComponent<HTMLCalciteDatePickerMonthElement & {
188
188
  class?: string;
189
189
  }, {}>;
190
- export declare const CalciteDatePickerMonthHeader: import("@lit/react").ReactWebComponent<HTMLCalciteDatePickerMonthHeaderElement & {
191
- class?: string;
192
- }, {}>;
193
190
  export declare const CalciteDialog: import("@lit/react").ReactWebComponent<HTMLCalciteDialogElement & {
194
191
  class?: string;
195
192
  }, {
@@ -126,7 +126,6 @@ export const CalciteDatePicker = /*@__PURE__*/ createWrapper(getReactWrapperOpti
126
126
  }));
127
127
  export const CalciteDatePickerDay = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-date-picker-day", {}));
128
128
  export const CalciteDatePickerMonth = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-date-picker-month", {}));
129
- export const CalciteDatePickerMonthHeader = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-date-picker-month-header", {}));
130
129
  export const CalciteDialog = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-dialog", {
131
130
  onCalciteDialogBeforeClose: "calciteDialogBeforeClose",
132
131
  onCalciteDialogBeforeOpen: "calciteDialogBeforeOpen",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
- "version": "5.0.0-next.65",
3
+ "version": "5.0.0-next.67",
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.75 <6.0.0",
32
- "@esri/calcite-components": "5.0.0-next.65",
32
+ "@esri/calcite-components": "5.0.0-next.67",
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": "d4521c54c52b49d36e653c69f615a791a171a59a"
43
+ "gitHead": "dd45ca417384f585e84282bd98127711fb375415"
44
44
  }