@swc-react/action-group 0.35.1-rc.34 → 0.37.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 +1 -0
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -595,6 +595,7 @@ export declare const ActionGroup: import("react").ComponentType<Partial<{
595
595
  compact: boolean;
596
596
  justified: boolean;
597
597
  selects: "single" | "multiple" | undefined;
598
+ slotElement: HTMLSlotElement;
598
599
  buttons: import("action-button/src").ActionButton[];
599
600
  _buttons: import("action-button/src").ActionButton[];
600
601
  rovingTabindexController: import("@spectrum-web-components/reactive-controllers/src/RovingTabindex").RovingTabindexController<import("action-button/src").ActionButton>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/action-group",
3
- "version": "0.35.1-rc.34+2cc53a49a",
3
+ "version": "0.37.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-group": "^0.35.1-rc.34+2cc53a49a"
33
+ "@spectrum-web-components/action-group": "^0.37.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": "2cc53a49a9491e4d86ed3c39ab430fda8a7a5b96"
43
+ "gitHead": "d771f62f0d8063070af43283bb0fd5e3400bad06"
44
44
  }