@esri/calcite-components-react 2.7.2-next.4 → 2.8.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.
@@ -11,6 +11,6 @@ export declare const transformReactEventName: (eventNameSuffix: string) => strin
11
11
  export declare const isCoveredByReact: (eventNameSuffix: string) => boolean;
12
12
  export declare const syncEvent: (node: Element & {
13
13
  __events?: {
14
- [key: string]: (e: Event) => any;
14
+ [key: string]: ((e: Event) => any) | undefined;
15
15
  };
16
16
  }, eventName: string, newEventHandler?: (e: Event) => any) => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
3
  "sideEffects": false,
4
- "version": "2.7.2-next.4",
4
+ "version": "2.8.0-next.0",
5
5
  "homepage": "https://developers.arcgis.com/calcite-design-system/",
6
6
  "description": "A set of React components that wrap calcite components",
7
7
  "license": "SEE LICENSE.md",
@@ -23,7 +23,7 @@
23
23
  "dist/"
24
24
  ],
25
25
  "dependencies": {
26
- "@esri/calcite-components": "^2.7.2-next.4"
26
+ "@esri/calcite-components": "^2.8.0-next.0"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "react": ">=16.7",
@@ -32,5 +32,5 @@
32
32
  "volta": {
33
33
  "extends": "../../package.json"
34
34
  },
35
- "gitHead": "38f2e50d1482e3b61fd34c3192512bae632e4c17"
35
+ "gitHead": "bf565d580b53c3fa327e833653763b03a6f742fe"
36
36
  }