@swc-react/action-menu 0.37.0 → 0.38.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.
Files changed (2) hide show
  1. package/next.d.ts +2 -1
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -21,6 +21,7 @@ export declare const ActionMenu: import("react").ComponentType<Partial<{
21
21
  inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
22
22
  nonce?: string | undefined;
23
23
  rel?: string | undefined;
24
+ content?: string | undefined;
24
25
  'aria-describedby'?: string | undefined;
25
26
  'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | "grid" | undefined;
26
27
  'aria-expanded'?: (boolean | "true" | "false") | undefined;
@@ -28,7 +29,6 @@ export declare const ActionMenu: import("react").ComponentType<Partial<{
28
29
  'aria-selected'?: (boolean | "true" | "false") | undefined;
29
30
  'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
30
31
  'aria-label'?: string | undefined;
31
- content?: string | undefined;
32
32
  'aria-activedescendant'?: string | undefined;
33
33
  'aria-labelledby'?: string | undefined;
34
34
  placeholder?: string | undefined;
@@ -615,6 +615,7 @@ export declare const ActionMenu: import("react").ComponentType<Partial<{
615
615
  handleChange: (event: Event) => void;
616
616
  _selectedItemContent?: import("menu/src").MenuItemChildren | undefined;
617
617
  applyFocusElementLabel: (value?: string | undefined) => void;
618
+ static: "white" | "black" | undefined;
618
619
  } & {
619
620
  change: (e: Event) => void;
620
621
  }> & import("react").RefAttributes<import("action-menu/src").ActionMenu>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/action-menu",
3
- "version": "0.37.0",
3
+ "version": "0.38.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@lit-labs/react": "^1.1.1",
33
- "@spectrum-web-components/action-menu": "^0.37.0"
33
+ "@spectrum-web-components/action-menu": "^0.38.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "next": "~13.4"
@@ -40,5 +40,5 @@
40
40
  "optional": true
41
41
  }
42
42
  },
43
- "gitHead": "d771f62f0d8063070af43283bb0fd5e3400bad06"
43
+ "gitHead": "9a099b7543672f2fd4030833ab813b16c2cad62e"
44
44
  }