@swc-react/split-view 1.11.3-next.20260216104008 → 1.12.0-next.20260216110437
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/next.d.ts +1 -1
- package/package.json +2 -2
package/next.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const SplitView: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("split-view/src/SplitView.js").SplitView>, "controlledEl" | "vertical" | "resizable" | "collapsible" | "primaryMin" | "primaryMax" | "primarySize" | "secondaryMin" | "secondaryMax" | "splitterPos" | "label" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "change" | "splitterSize" | "renderOptions" | "
|
|
1
|
+
export declare const SplitView: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("split-view/src/SplitView.js").SplitView>, "controlledEl" | "vertical" | "resizable" | "collapsible" | "primaryMin" | "primaryMax" | "primarySize" | "secondaryMin" | "secondaryMax" | "splitterPos" | "label" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "change" | "splitterSize" | "renderOptions" | "hasVisibleFocusInTree"> & {
|
|
2
2
|
change?: ((e: Event) => void) | undefined;
|
|
3
3
|
} & Partial<Omit<import("split-view/src/SplitView.js").SplitView, keyof HTMLElement>> & import("react").RefAttributes<import("split-view/src/SplitView.js").SplitView>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/split-view",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0-next.20260216110437",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@lit/react": "^1.0.8",
|
|
33
|
-
"@spectrum-web-components/split-view": "1.
|
|
33
|
+
"@spectrum-web-components/split-view": "1.12.0-next.20260216110437"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"next": "~13.4 || ~14"
|