@swc-react/popover 0.42.2 → 0.42.4
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.
- package/index.d.ts +1 -1
- package/next.d.ts +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Popover as SpPopover } from '@spectrum-web-components/popover';
|
|
2
2
|
import '@spectrum-web-components/popover/sp-popover.js';
|
|
3
3
|
export declare const Popover: import("@lit/react").ReactWebComponent<SpPopover, {}>;
|
|
4
|
-
export
|
|
4
|
+
export type PopoverType = EventTarget & SpPopover;
|
package/next.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Popover: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("popover/src").Popover>, "dialog" | "renderOptions" | "open" | "
|
|
1
|
+
export declare const Popover: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("popover/src").Popover>, "dialog" | "renderOptions" | "open" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "placement" | "tip" | "tipElement" | "isLTR" | "hasVisibleFocusInTree"> & {} & Partial<Omit<import("popover/src").Popover, keyof HTMLElement>> & import("react").RefAttributes<import("popover/src").Popover>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/popover",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.4",
|
|
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/popover": "^0.42.
|
|
33
|
+
"@spectrum-web-components/popover": "^0.42.4"
|
|
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": "
|
|
43
|
+
"gitHead": "4924ffd06681ced537edaed873a9ce8b42cf155c"
|
|
44
44
|
}
|