@swc-react/field-group 0.42.2 → 0.42.3

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/index.d.ts +1 -1
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import { FieldGroup as SpFieldGroup } from '@spectrum-web-components/field-group';
2
2
  import '@spectrum-web-components/field-group/sp-field-group.js';
3
3
  export declare const FieldGroup: import("@lit/react").ReactWebComponent<SpFieldGroup, {}>;
4
- export declare type FieldGroupType = EventTarget & SpFieldGroup;
4
+ export type FieldGroupType = EventTarget & SpFieldGroup;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/field-group",
3
- "version": "0.42.2",
3
+ "version": "0.42.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@lit/react": "^1.0.2",
33
- "@spectrum-web-components/field-group": "^0.42.2"
33
+ "@spectrum-web-components/field-group": "^0.42.3"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "next": "~13.4 || ~14"
@@ -40,5 +40,5 @@
40
40
  "optional": true
41
41
  }
42
42
  },
43
- "gitHead": "e19af30387032608baaa88c6a17c2ee50103a7c5"
43
+ "gitHead": "a03edce4f21f232f1705d8eb222e6e5436cad4c3"
44
44
  }