@swc-react/badge 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.
- 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 { Badge as SpBadge } from '@spectrum-web-components/badge';
|
|
2
2
|
import '@spectrum-web-components/badge/sp-badge.js';
|
|
3
3
|
export declare const Badge: import("@lit/react").ReactWebComponent<SpBadge, {}>;
|
|
4
|
-
export
|
|
4
|
+
export type BadgeType = EventTarget & SpBadge;
|
package/next.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Badge: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("badge/src").Badge>, "size" | "slotHasContent" | "
|
|
1
|
+
export declare const Badge: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("badge/src").Badge>, "size" | "slotHasContent" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "slotContentIsPresent" | "fixed" | "variant" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree" | "getSlotContentPresence" | "managePresenceObservedSlot" | "manageTextObservedSlot"> & {} & Partial<Omit<import("badge/src").Badge, keyof HTMLElement>> & import("react").RefAttributes<import("badge/src").Badge>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/badge",
|
|
3
|
-
"version": "0.42.
|
|
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/badge": "^0.42.
|
|
33
|
+
"@spectrum-web-components/badge": "^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": "
|
|
43
|
+
"gitHead": "a03edce4f21f232f1705d8eb222e6e5436cad4c3"
|
|
44
44
|
}
|