carbon-react 143.0.1 → 143.0.2

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.
@@ -3,13 +3,21 @@ import { Alignment } from "../__internal__/action-popover.context";
3
3
  export interface ActionPopoverMenuBaseProps {
4
4
  /** Children for the menu */
5
5
  children?: React.ReactNode;
6
- /** Index to control which item is focused */
6
+ /**
7
+ * @ignore
8
+ * @private
9
+ * @internal
10
+ * Index to control which item is focused */
7
11
  focusIndex?: number;
8
12
  /** Flag to indicate whether a menu should open */
9
13
  isOpen?: boolean;
10
14
  /** A unique ID for the menu */
11
15
  menuID?: string;
12
- /** Callback to set the index of the focused item */
16
+ /**
17
+ * @ignore
18
+ * @private
19
+ * @internal
20
+ * Callback to set the index of the focused item */
13
21
  setFocusIndex?: (args: number) => void;
14
22
  /** Callback to set the isOpen flag */
15
23
  setOpen?: (args: boolean) => void;
@@ -3,13 +3,21 @@ import { Alignment } from "../__internal__/action-popover.context";
3
3
  export interface ActionPopoverMenuBaseProps {
4
4
  /** Children for the menu */
5
5
  children?: React.ReactNode;
6
- /** Index to control which item is focused */
6
+ /**
7
+ * @ignore
8
+ * @private
9
+ * @internal
10
+ * Index to control which item is focused */
7
11
  focusIndex?: number;
8
12
  /** Flag to indicate whether a menu should open */
9
13
  isOpen?: boolean;
10
14
  /** A unique ID for the menu */
11
15
  menuID?: string;
12
- /** Callback to set the index of the focused item */
16
+ /**
17
+ * @ignore
18
+ * @private
19
+ * @internal
20
+ * Callback to set the index of the focused item */
13
21
  setFocusIndex?: (args: number) => void;
14
22
  /** Callback to set the isOpen flag */
15
23
  setOpen?: (args: boolean) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "143.0.1",
3
+ "version": "143.0.2",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",