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