@esri/calcite-components-react 5.0.0-next.84 → 5.0.0-next.86

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.
@@ -14,9 +14,7 @@ export declare const CalciteAccordionItem: import("@lit/react").ReactWebComponen
14
14
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-action /> directly. */
15
15
  export declare const CalciteAction: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-action/customElement").Action & {
16
16
  class?: string;
17
- }, {
18
- onCalciteInternalActionMouseDown: EventName<HTMLCalciteActionElement["calciteInternalActionMouseDown"]>;
19
- }>;
17
+ }, {}>;
20
18
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-action-bar /> directly. */
21
19
  export declare const CalciteActionBar: import("@lit/react").ReactWebComponent<import("@esri/calcite-components/components/calcite-action-bar/customElement").ActionBar & {
22
20
  class?: string;
@@ -11,9 +11,7 @@ export const CalciteAccordionItem = /*@__PURE__*/ createWrapper(getReactWrapperO
11
11
  onCalciteAccordionItemExpand: "calciteAccordionItemExpand",
12
12
  }));
13
13
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-action /> directly. */
14
- export const CalciteAction = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action", {
15
- onCalciteInternalActionMouseDown: "calciteInternalActionMouseDown",
16
- }));
14
+ export const CalciteAction = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action", {}));
17
15
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <calcite-action-bar /> directly. */
18
16
  export const CalciteActionBar = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-bar", {
19
17
  onCalciteActionBarCollapse: "calciteActionBarCollapse",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
- "version": "5.0.0-next.84",
3
+ "version": "5.0.0-next.86",
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.144 <6.0.0",
32
- "@esri/calcite-components": "5.0.0-next.84",
32
+ "@esri/calcite-components": "5.0.0-next.86",
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": "2fc0b2201b35d74d3997464e780345c83ac237b4"
43
+ "gitHead": "23e373d0d1b2d3a9581182312a9ad8d4c5f9c279"
44
44
  }