@esri/calcite-components-react 1.6.2-next.0 → 1.7.0-next.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.
@@ -52,6 +52,7 @@ export declare const CalciteListItemGroup: import("react").ForwardRefExoticCompo
52
52
  export declare const CalciteLoader: import("react").ForwardRefExoticComponent<JSX.CalciteLoader & Omit<import("react").HTMLAttributes<HTMLCalciteLoaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteLoaderElement>>;
53
53
  export declare const CalciteMenu: import("react").ForwardRefExoticComponent<JSX.CalciteMenu & Omit<import("react").HTMLAttributes<HTMLCalciteMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteMenuElement>>;
54
54
  export declare const CalciteMenuItem: import("react").ForwardRefExoticComponent<JSX.CalciteMenuItem & Omit<import("react").HTMLAttributes<HTMLCalciteMenuItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteMenuItemElement>>;
55
+ export declare const CalciteMeter: import("react").ForwardRefExoticComponent<JSX.CalciteMeter & Omit<import("react").HTMLAttributes<HTMLCalciteMeterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteMeterElement>>;
55
56
  export declare const CalciteModal: import("react").ForwardRefExoticComponent<JSX.CalciteModal & Omit<import("react").HTMLAttributes<HTMLCalciteModalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteModalElement>>;
56
57
  export declare const CalciteNavigation: import("react").ForwardRefExoticComponent<JSX.CalciteNavigation & Omit<import("react").HTMLAttributes<HTMLCalciteNavigationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteNavigationElement>>;
57
58
  export declare const CalciteNavigationLogo: import("react").ForwardRefExoticComponent<JSX.CalciteNavigationLogo & Omit<import("react").HTMLAttributes<HTMLCalciteNavigationLogoElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteNavigationLogoElement>>;
@@ -55,6 +55,7 @@ export const CalciteListItemGroup = /*@__PURE__*/ createReactComponent('calcite-
55
55
  export const CalciteLoader = /*@__PURE__*/ createReactComponent('calcite-loader', undefined, undefined, autoDefine('calcite-loader'));
56
56
  export const CalciteMenu = /*@__PURE__*/ createReactComponent('calcite-menu', undefined, undefined, autoDefine('calcite-menu'));
57
57
  export const CalciteMenuItem = /*@__PURE__*/ createReactComponent('calcite-menu-item', undefined, undefined, autoDefine('calcite-menu-item'));
58
+ export const CalciteMeter = /*@__PURE__*/ createReactComponent('calcite-meter', undefined, undefined, autoDefine('calcite-meter'));
58
59
  export const CalciteModal = /*@__PURE__*/ createReactComponent('calcite-modal', undefined, undefined, autoDefine('calcite-modal'));
59
60
  export const CalciteNavigation = /*@__PURE__*/ createReactComponent('calcite-navigation', undefined, undefined, autoDefine('calcite-navigation'));
60
61
  export const CalciteNavigationLogo = /*@__PURE__*/ createReactComponent('calcite-navigation-logo', undefined, undefined, autoDefine('calcite-navigation-logo'));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
3
  "sideEffects": false,
4
- "version": "1.6.2-next.0",
4
+ "version": "1.7.0-next.0",
5
5
  "description": "A set of React components that wrap calcite components",
6
6
  "license": "SEE LICENSE.md",
7
7
  "scripts": {
@@ -19,7 +19,7 @@
19
19
  "dist/"
20
20
  ],
21
21
  "dependencies": {
22
- "@esri/calcite-components": "^1.6.2-next.0"
22
+ "@esri/calcite-components": "^1.7.0-next.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": ">=16.7",
@@ -28,5 +28,5 @@
28
28
  "volta": {
29
29
  "extends": "../../package.json"
30
30
  },
31
- "gitHead": "e94e200cdceff90b10c67be125804170346850d6"
31
+ "gitHead": "a92945cb6a5794660c610559d9836a3e48535eea"
32
32
  }