@esri/calcite-components-react 2.11.0-next.9 → 2.11.0

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.
@@ -29,6 +29,7 @@ export declare const CalciteDatePicker: import("react").ForwardRefExoticComponen
29
29
  export declare const CalciteDatePickerDay: import("react").ForwardRefExoticComponent<JSX.CalciteDatePickerDay & Omit<import("react").HTMLAttributes<HTMLCalciteDatePickerDayElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDatePickerDayElement>>;
30
30
  export declare const CalciteDatePickerMonth: import("react").ForwardRefExoticComponent<JSX.CalciteDatePickerMonth & Omit<import("react").HTMLAttributes<HTMLCalciteDatePickerMonthElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDatePickerMonthElement>>;
31
31
  export declare const CalciteDatePickerMonthHeader: import("react").ForwardRefExoticComponent<JSX.CalciteDatePickerMonthHeader & Omit<import("react").HTMLAttributes<HTMLCalciteDatePickerMonthHeaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDatePickerMonthHeaderElement>>;
32
+ export declare const CalciteDialog: import("react").ForwardRefExoticComponent<JSX.CalciteDialog & Omit<import("react").HTMLAttributes<HTMLCalciteDialogElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDialogElement>>;
32
33
  export declare const CalciteDropdown: import("react").ForwardRefExoticComponent<JSX.CalciteDropdown & Omit<import("react").HTMLAttributes<HTMLCalciteDropdownElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDropdownElement>>;
33
34
  export declare const CalciteDropdownGroup: import("react").ForwardRefExoticComponent<JSX.CalciteDropdownGroup & Omit<import("react").HTMLAttributes<HTMLCalciteDropdownGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDropdownGroupElement>>;
34
35
  export declare const CalciteDropdownItem: import("react").ForwardRefExoticComponent<JSX.CalciteDropdownItem & Omit<import("react").HTMLAttributes<HTMLCalciteDropdownItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteDropdownItemElement>>;
@@ -31,6 +31,7 @@ export const CalciteDatePicker = /*@__PURE__*/ createReactComponent('calcite-dat
31
31
  export const CalciteDatePickerDay = /*@__PURE__*/ createReactComponent('calcite-date-picker-day');
32
32
  export const CalciteDatePickerMonth = /*@__PURE__*/ createReactComponent('calcite-date-picker-month');
33
33
  export const CalciteDatePickerMonthHeader = /*@__PURE__*/ createReactComponent('calcite-date-picker-month-header');
34
+ export const CalciteDialog = /*@__PURE__*/ createReactComponent('calcite-dialog');
34
35
  export const CalciteDropdown = /*@__PURE__*/ createReactComponent('calcite-dropdown');
35
36
  export const CalciteDropdownGroup = /*@__PURE__*/ createReactComponent('calcite-dropdown-group');
36
37
  export const CalciteDropdownItem = /*@__PURE__*/ createReactComponent('calcite-dropdown-item');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
- "version": "2.11.0-next.9",
3
+ "version": "2.11.0",
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": {
@@ -28,7 +28,7 @@
28
28
  "tsc": "tsc"
29
29
  },
30
30
  "dependencies": {
31
- "@esri/calcite-components": "^2.11.0-next.9"
31
+ "@esri/calcite-components": "^2.11.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=16.7",
@@ -37,5 +37,5 @@
37
37
  "volta": {
38
38
  "extends": "../../package.json"
39
39
  },
40
- "gitHead": "e8215351f69ffb37ceba0402495e6fa35ae4df55"
40
+ "gitHead": "1768b960533de6c7d06d3ede80d126badccf0596"
41
41
  }