@rankingcoach/vanguard 1.14.9 → 1.14.10-release-agentic.165

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 (41) hide show
  1. package/dist/index-ControlledValuePlugin.js +1 -1
  2. package/dist/index-DefaultValuePlugin.js +1 -1
  3. package/dist/index-HyperlinkPlugin.js +1 -1
  4. package/dist/index-KeywordNode.js +1 -1
  5. package/dist/index-KeywordPlugin.js +1 -1
  6. package/dist/index-LexicalToolkit2.js +1 -1
  7. package/dist/index-ModalSplitView.js +21 -39
  8. package/dist/index-ModalSplitViewLeftOverlay.js +38 -0
  9. package/dist/index-ModalSplitViewRightOverlay.js +46 -0
  10. package/dist/index-OnChangeContentPlugin.js +1 -1
  11. package/dist/index-OnFocusOnBlurPlugin.js +1 -1
  12. package/dist/index-_virtual24.js +2 -2
  13. package/dist/index-_virtual26.js +2 -2
  14. package/dist/index-_virtual27.js +2 -2
  15. package/dist/index-_virtual28.js +2 -2
  16. package/dist/index-_virtual29.js +2 -2
  17. package/dist/index-_virtual30.js +2 -2
  18. package/dist/index-_virtual31.js +2 -2
  19. package/dist/index-_virtual33.js +2 -2
  20. package/dist/index-_virtual6.js +1 -1
  21. package/dist/index-dist2.js +20 -78
  22. package/dist/index-dist3.js +78 -20
  23. package/dist/index-lib.js +1 -1
  24. package/dist/index-lib2.js +1 -1
  25. package/dist/index-lib3.js +1 -1
  26. package/dist/index-useHyperlinkEditor.js +1 -1
  27. package/dist/index-useLexicalToolbar.js +1 -1
  28. package/dist/types/core/Modal/ModalSplitView/ModalSplitView.d.ts +3 -0
  29. package/dist/types/core/Modal/ModalSplitView/stories/LeftOverlay.story.d.ts +2 -0
  30. package/dist/types/core/Modal/ModalSplitView/stories/Responsive.story.d.ts +2 -0
  31. package/dist/types/core/Modal/ModalSplitView/stories/RightOverlay.story.d.ts +2 -0
  32. package/dist/types/core/Modal/ModalSplitView/stories/RightOverlayFullCover.story.d.ts +2 -0
  33. package/dist/types/core/Modal/ModalSplitView/stories/RightOverlayWithBottomMargin.story.d.ts +2 -0
  34. package/dist/types/core/Modal/ModalSplitView/stories/_ModalSplitView.default.d.ts +3 -0
  35. package/dist/types/core/Modal/ModalSplitView/stories/splitViewElements.d.ts +2 -0
  36. package/dist/types/core/Modal/ModalSplitView/stories/useToggleContracted.d.ts +1 -0
  37. package/dist/types/core/Modal/ModalSplitView/variants/ModalSplitViewLeftOverlay.d.ts +8 -0
  38. package/dist/types/core/Modal/ModalSplitView/variants/ModalSplitViewRightOverlay.d.ts +9 -0
  39. package/dist/vanguard-asset-analysis.json +1 -1
  40. package/dist/vanguard.css +1 -1
  41. package/package.json +5 -5
@@ -1,4 +1,4 @@
1
- import { __exports as e } from "./index-_virtual27.js";
1
+ import { __exports as e } from "./index-_virtual29.js";
2
2
  import d from "react";
3
3
  import { __require as _ } from "./index-LexicalComposerContext2.js";
4
4
  import { __require as m } from "./index-Lexical.js";
@@ -1,4 +1,4 @@
1
- import { __exports as e } from "./index-_virtual28.js";
1
+ import { __exports as e } from "./index-_virtual30.js";
2
2
  import d from "react";
3
3
  import { __require as f } from "./index-LexicalComposerContext2.js";
4
4
  import { __require as _ } from "./index-Lexical.js";
@@ -1,4 +1,4 @@
1
- import { __exports as e } from "./index-_virtual29.js";
1
+ import { __exports as e } from "./index-_virtual31.js";
2
2
  import f from "react";
3
3
  import { __require as s } from "./index-LexicalLinkPlugin.js";
4
4
  import { __require as m } from "./index-LexicalAutoLinkPlugin.js";
@@ -1,4 +1,4 @@
1
- import { __exports as t } from "./index-_virtual26.js";
1
+ import { __exports as t } from "./index-_virtual28.js";
2
2
  import { __require as l } from "./index-Lexical.js";
3
3
  var i;
4
4
  function N() {
@@ -1,4 +1,4 @@
1
- import { __exports as r } from "./index-_virtual30.js";
1
+ import { __exports as r } from "./index-_virtual32.js";
2
2
  import { __require as p } from "./index-LexicalComposerContext2.js";
3
3
  import { __require as h } from "./index-useLexicalTextEntity.js";
4
4
  import P from "react";
@@ -1,4 +1,4 @@
1
- import { __require as i } from "./index-dist2.js";
1
+ import { __require as i } from "./index-dist3.js";
2
2
  var r, e;
3
3
  function t() {
4
4
  return e || (e = 1, r = i()), r;
@@ -1,45 +1,27 @@
1
- import { jsxs as W, Fragment as g, jsx as d } from "react/jsx-runtime";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  /* empty css */
3
- import { classNames as r } from "./index-classNames.js";
4
- import { useState as S, useEffect as v } from "react";
5
- import { a as c } from "./index-react-spring_web.modern.js";
6
- import { useSpring as e } from "./index-react-spring_core.modern.js";
7
- const N = (a) => {
3
+ import "react";
4
+ import { ModalSplitViewLeftOverlay as m } from "./index-ModalSplitViewLeftOverlay.js";
5
+ import { ModalSplitViewRightOverlay as s } from "./index-ModalSplitViewRightOverlay.js";
6
+ const C = (i) => {
8
7
  const {
9
- elements: s,
10
- isContracted: t,
11
- autoCloseWidth: p = -1
12
- } = a, [o, i] = s, [h, w] = S(window.innerWidth);
13
- function n() {
14
- w(window.innerWidth);
15
- }
16
- v(() => (window.addEventListener("resize", n), () => {
17
- window.removeEventListener("resize", n);
18
- }), []);
19
- const l = p < h && t, u = e({
20
- width: l ? o == null ? void 0 : o.contractedWidth : o == null ? void 0 : o.fullWidth,
21
- backgroundColor: o != null && o.backgroundColor ? o == null ? void 0 : o.backgroundColor : "var(--n000)"
22
- }), m = e({
23
- opacity: t ? 1 : 0
24
- });
25
- return W(g, {
26
- children: [d(c.div, {
27
- className: r("SplitView-left-component"),
28
- style: {
29
- ...u
30
- },
31
- children: o == null ? void 0 : o.component
32
- }), d(c.div, {
33
- className: r("SplitView-right-component"),
34
- style: {
35
- left: o == null ? void 0 : o.contractedWidth,
36
- width: i == null ? void 0 : i.fullWidth,
37
- ...m
38
- },
39
- children: i == null ? void 0 : i.component
40
- })]
8
+ elements: t,
9
+ isContracted: o,
10
+ autoCloseWidth: e = -1,
11
+ collapseMode: l = "left-overlay",
12
+ bottomMargin: a
13
+ } = i;
14
+ return l === "right-overlay" ? r(s, {
15
+ elements: t,
16
+ isContracted: o,
17
+ autoCloseWidth: e,
18
+ bottomMargin: a
19
+ }) : r(m, {
20
+ elements: t,
21
+ isContracted: o,
22
+ autoCloseWidth: e
41
23
  });
42
24
  };
43
25
  export {
44
- N as ModalSplitView
26
+ C as ModalSplitView
45
27
  };
@@ -0,0 +1,38 @@
1
+ import { jsxs as u, Fragment as g, jsx as c } from "react/jsx-runtime";
2
+ import { useWindowResize as w } from "./index-use-window.resize.js";
3
+ import { classNames as a } from "./index-classNames.js";
4
+ import "react";
5
+ import { a as r } from "./index-react-spring_web.modern.js";
6
+ import { useSpring as d } from "./index-react-spring_core.modern.js";
7
+ const k = (p) => {
8
+ const {
9
+ elements: n,
10
+ isContracted: t,
11
+ autoCloseWidth: s
12
+ } = p, [o, i] = n, l = w(), h = s < l && t, e = d({
13
+ width: h ? o == null ? void 0 : o.contractedWidth : o == null ? void 0 : o.fullWidth,
14
+ backgroundColor: o != null && o.backgroundColor ? o == null ? void 0 : o.backgroundColor : "var(--n000)"
15
+ }), m = d({
16
+ opacity: t ? 1 : 0
17
+ });
18
+ return u(g, {
19
+ children: [c(r.div, {
20
+ className: a("SplitView-left-component"),
21
+ style: {
22
+ ...e
23
+ },
24
+ children: o == null ? void 0 : o.component
25
+ }), c(r.div, {
26
+ className: a("SplitView-right-component"),
27
+ style: {
28
+ left: o == null ? void 0 : o.contractedWidth,
29
+ width: i == null ? void 0 : i.fullWidth,
30
+ ...m
31
+ },
32
+ children: i == null ? void 0 : i.component
33
+ })]
34
+ });
35
+ };
36
+ export {
37
+ k as ModalSplitViewLeftOverlay
38
+ };
@@ -0,0 +1,46 @@
1
+ import { jsxs as W, Fragment as b, jsx as h } from "react/jsx-runtime";
2
+ import { useWindowResize as v } from "./index-use-window.resize.js";
3
+ import { classNames as p } from "./index-classNames.js";
4
+ import "react";
5
+ import { a as s } from "./index-react-spring_web.modern.js";
6
+ import { useSpring as l } from "./index-react-spring_core.modern.js";
7
+ const f = (e) => {
8
+ const {
9
+ elements: g,
10
+ isContracted: n,
11
+ autoCloseWidth: c,
12
+ bottomMargin: a
13
+ } = e, [o, t] = g, r = v(), i = c > 0 && r < c, m = c < r && n, u = i ? o == null ? void 0 : o.fullWidth : m ? o == null ? void 0 : o.contractedWidth : o == null ? void 0 : o.fullWidth, w = l({
14
+ width: u,
15
+ backgroundColor: o != null && o.backgroundColor ? o == null ? void 0 : o.backgroundColor : "var(--n000)"
16
+ }), d = l({
17
+ opacity: n ? 1 : 0,
18
+ transform: i && !n ? "translateX(100%)" : "translateX(0%)"
19
+ }), S = p("SplitView-right-component", i ? "SplitView-right-component--overlay" : void 0, i && a ? "SplitView-right-component--with-bottom-margin" : void 0), y = i ? {
20
+ right: 0,
21
+ width: "100%",
22
+ bottom: a ?? "0",
23
+ height: a ? `calc(100vh - ${a})` : "100vh",
24
+ ...d
25
+ } : {
26
+ left: o == null ? void 0 : o.contractedWidth,
27
+ width: t == null ? void 0 : t.fullWidth,
28
+ opacity: d.opacity
29
+ };
30
+ return W(b, {
31
+ children: [h(s.div, {
32
+ className: p("SplitView-left-component"),
33
+ style: {
34
+ ...w
35
+ },
36
+ children: o == null ? void 0 : o.component
37
+ }), h(s.div, {
38
+ className: S,
39
+ style: y,
40
+ children: t == null ? void 0 : t.component
41
+ })]
42
+ });
43
+ };
44
+ export {
45
+ f as ModalSplitViewRightOverlay
46
+ };
@@ -1,4 +1,4 @@
1
- import { __exports as e } from "./index-_virtual31.js";
1
+ import { __exports as e } from "./index-_virtual33.js";
2
2
  import p from "react";
3
3
  import { __require as P } from "./index-LexicalComposerContext2.js";
4
4
  import { __require as O } from "./index-LexicalOnChangePlugin.js";
@@ -1,4 +1,4 @@
1
- import { __exports as e } from "./index-_virtual32.js";
1
+ import { __exports as e } from "./index-_virtual34.js";
2
2
  import O from "react";
3
3
  import { __require as a } from "./index-LexicalComposerContext2.js";
4
4
  import { __require as m } from "./index-Lexical.js";
@@ -1,4 +1,4 @@
1
- var a = {};
1
+ var r = {};
2
2
  export {
3
- a as __exports
3
+ r as __exports
4
4
  };
@@ -1,4 +1,4 @@
1
- var e = {};
1
+ var a = {};
2
2
  export {
3
- e as __exports
3
+ a as __exports
4
4
  };
@@ -1,4 +1,4 @@
1
- var e = {};
1
+ var r = {};
2
2
  export {
3
- e as __exports
3
+ r as __exports
4
4
  };
@@ -1,4 +1,4 @@
1
- var a = {};
1
+ var e = {};
2
2
  export {
3
- a as __exports
3
+ e as __exports
4
4
  };
@@ -1,4 +1,4 @@
1
- var r = {};
1
+ var e = {};
2
2
  export {
3
- r as __exports
3
+ e as __exports
4
4
  };
@@ -1,4 +1,4 @@
1
- var r = {};
1
+ var a = {};
2
2
  export {
3
- r as __exports
3
+ a as __exports
4
4
  };
@@ -1,4 +1,4 @@
1
- var n = {};
1
+ var r = {};
2
2
  export {
3
- n as __exports
3
+ r as __exports
4
4
  };
@@ -1,4 +1,4 @@
1
- var r = {};
1
+ var n = {};
2
2
  export {
3
- r as __exports
3
+ n as __exports
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import { getDefaultExportFromCjs as r } from "./index-_commonjsHelpers.js";
2
- import { __require as t } from "./index-dist3.js";
2
+ import { __require as t } from "./index-dist2.js";
3
3
  var e = t();
4
4
  const a = /* @__PURE__ */ r(e);
5
5
  export {
@@ -1,81 +1,23 @@
1
- import { __exports as n } from "./index-_virtual14.js";
2
- import { __require as y } from "./index-useLexicalToolbar.js";
3
- import { __require as b } from "./index-useHyperlinkEditor.js";
4
- import { __require as O } from "./index-KeywordNode.js";
5
- import { __require as q } from "./index-ControlledValuePlugin.js";
6
- import { __require as v } from "./index-DefaultValuePlugin.js";
7
- import { __require as N } from "./index-HyperlinkPlugin.js";
8
- import { __require as j } from "./index-KeywordPlugin.js";
9
- import { __require as w } from "./index-OnChangeContentPlugin.js";
10
- import { __require as C } from "./index-OnFocusOnBlurPlugin.js";
11
- import { __require as K } from "./index-getSelectedNode.js";
12
- import { __require as s } from "./index-url.js";
13
- import { __require as H } from "./index-convertHtmlToNodes.js";
14
- import { __require as D } from "./index-getDOMRangeRect.js";
15
- var t;
16
- function z() {
17
- return t ? n : (t = 1, (function(e) {
18
- Object.defineProperty(e, "__esModule", { value: !0 }), e.getDOMRangeRect = e.convertHtmlToNodes = e.validateUrl = e.sanitizeUrl = e.getSelectedNode = e.OnFocusOnBlurPlugin = e.OnChangeContentPlugin = e.KeywordPlugin = e.HyperlinkPlugin = e.DefaultValuePlugin = e.ControlledValuePlugin = e.$isKeywordNode = e.$createKeywordNode = e.KeywordNode = e.useHyperlinkEditor = e.useLexicalToolbar = void 0;
19
- var i = y();
20
- Object.defineProperty(e, "useLexicalToolbar", { enumerable: !0, get: function() {
21
- return i.useLexicalToolbar;
22
- } });
23
- var l = b();
24
- Object.defineProperty(e, "useHyperlinkEditor", { enumerable: !0, get: function() {
25
- return l.useHyperlinkEditor;
26
- } });
27
- var r = O();
28
- Object.defineProperty(e, "KeywordNode", { enumerable: !0, get: function() {
29
- return r.KeywordNode;
30
- } }), Object.defineProperty(e, "$createKeywordNode", { enumerable: !0, get: function() {
31
- return r.$createKeywordNode;
32
- } }), Object.defineProperty(e, "$isKeywordNode", { enumerable: !0, get: function() {
33
- return r.$isKeywordNode;
34
- } });
35
- var o = q();
36
- Object.defineProperty(e, "ControlledValuePlugin", { enumerable: !0, get: function() {
37
- return o.ControlledValuePlugin;
38
- } });
39
- var a = v();
40
- Object.defineProperty(e, "DefaultValuePlugin", { enumerable: !0, get: function() {
41
- return a.DefaultValuePlugin;
42
- } });
43
- var d = N();
44
- Object.defineProperty(e, "HyperlinkPlugin", { enumerable: !0, get: function() {
45
- return d.HyperlinkPlugin;
46
- } });
47
- var g = j();
48
- Object.defineProperty(e, "KeywordPlugin", { enumerable: !0, get: function() {
49
- return g.KeywordPlugin;
50
- } });
51
- var c = w();
52
- Object.defineProperty(e, "OnChangeContentPlugin", { enumerable: !0, get: function() {
53
- return c.OnChangeContentPlugin;
54
- } });
55
- var f = C();
56
- Object.defineProperty(e, "OnFocusOnBlurPlugin", { enumerable: !0, get: function() {
57
- return f.OnFocusOnBlurPlugin;
58
- } });
59
- var m = K();
60
- Object.defineProperty(e, "getSelectedNode", { enumerable: !0, get: function() {
61
- return m.getSelectedNode;
62
- } });
63
- var u = s();
64
- Object.defineProperty(e, "sanitizeUrl", { enumerable: !0, get: function() {
65
- return u.sanitizeUrl;
66
- } }), Object.defineProperty(e, "validateUrl", { enumerable: !0, get: function() {
67
- return u.validateUrl;
68
- } });
69
- var P = H();
70
- Object.defineProperty(e, "convertHtmlToNodes", { enumerable: !0, get: function() {
71
- return P.convertHtmlToNodes;
72
- } });
73
- var _ = D();
74
- Object.defineProperty(e, "getDOMRangeRect", { enumerable: !0, get: function() {
75
- return _.getDOMRangeRect;
76
- } });
77
- })(n), n);
1
+ import { __exports as t } from "./index-_virtual9.js";
2
+ import { __require as c } from "./index-normalizeText.js";
3
+ import { __require as i } from "./index-impl.js";
4
+ var a;
5
+ function d() {
6
+ return a ? t : (a = 1, (function(u) {
7
+ u.__esModule = !0, u.default = _, u.fuzzyMatch = z;
8
+ var f = n(c());
9
+ u.normalizeText = f.default;
10
+ function n(e) {
11
+ return e && e.__esModule ? e : { default: e };
12
+ }
13
+ function _(e, r) {
14
+ return r === void 0 && (r = {}), i().createFuzzySearchImpl(e, r);
15
+ }
16
+ function z(e, r) {
17
+ return i().fuzzyMatchImpl(e, r);
18
+ }
19
+ })(t), t);
78
20
  }
79
21
  export {
80
- z as __require
22
+ d as __require
81
23
  };
@@ -1,23 +1,81 @@
1
- import { __exports as t } from "./index-_virtual9.js";
2
- import { __require as c } from "./index-normalizeText.js";
3
- import { __require as i } from "./index-impl.js";
4
- var a;
5
- function d() {
6
- return a ? t : (a = 1, (function(u) {
7
- u.__esModule = !0, u.default = _, u.fuzzyMatch = z;
8
- var f = n(c());
9
- u.normalizeText = f.default;
10
- function n(e) {
11
- return e && e.__esModule ? e : { default: e };
12
- }
13
- function _(e, r) {
14
- return r === void 0 && (r = {}), i().createFuzzySearchImpl(e, r);
15
- }
16
- function z(e, r) {
17
- return i().fuzzyMatchImpl(e, r);
18
- }
19
- })(t), t);
1
+ import { __exports as n } from "./index-_virtual15.js";
2
+ import { __require as y } from "./index-useLexicalToolbar.js";
3
+ import { __require as b } from "./index-useHyperlinkEditor.js";
4
+ import { __require as O } from "./index-KeywordNode.js";
5
+ import { __require as q } from "./index-ControlledValuePlugin.js";
6
+ import { __require as v } from "./index-DefaultValuePlugin.js";
7
+ import { __require as N } from "./index-HyperlinkPlugin.js";
8
+ import { __require as j } from "./index-KeywordPlugin.js";
9
+ import { __require as w } from "./index-OnChangeContentPlugin.js";
10
+ import { __require as C } from "./index-OnFocusOnBlurPlugin.js";
11
+ import { __require as K } from "./index-getSelectedNode.js";
12
+ import { __require as s } from "./index-url.js";
13
+ import { __require as H } from "./index-convertHtmlToNodes.js";
14
+ import { __require as D } from "./index-getDOMRangeRect.js";
15
+ var t;
16
+ function z() {
17
+ return t ? n : (t = 1, (function(e) {
18
+ Object.defineProperty(e, "__esModule", { value: !0 }), e.getDOMRangeRect = e.convertHtmlToNodes = e.validateUrl = e.sanitizeUrl = e.getSelectedNode = e.OnFocusOnBlurPlugin = e.OnChangeContentPlugin = e.KeywordPlugin = e.HyperlinkPlugin = e.DefaultValuePlugin = e.ControlledValuePlugin = e.$isKeywordNode = e.$createKeywordNode = e.KeywordNode = e.useHyperlinkEditor = e.useLexicalToolbar = void 0;
19
+ var i = y();
20
+ Object.defineProperty(e, "useLexicalToolbar", { enumerable: !0, get: function() {
21
+ return i.useLexicalToolbar;
22
+ } });
23
+ var l = b();
24
+ Object.defineProperty(e, "useHyperlinkEditor", { enumerable: !0, get: function() {
25
+ return l.useHyperlinkEditor;
26
+ } });
27
+ var r = O();
28
+ Object.defineProperty(e, "KeywordNode", { enumerable: !0, get: function() {
29
+ return r.KeywordNode;
30
+ } }), Object.defineProperty(e, "$createKeywordNode", { enumerable: !0, get: function() {
31
+ return r.$createKeywordNode;
32
+ } }), Object.defineProperty(e, "$isKeywordNode", { enumerable: !0, get: function() {
33
+ return r.$isKeywordNode;
34
+ } });
35
+ var o = q();
36
+ Object.defineProperty(e, "ControlledValuePlugin", { enumerable: !0, get: function() {
37
+ return o.ControlledValuePlugin;
38
+ } });
39
+ var a = v();
40
+ Object.defineProperty(e, "DefaultValuePlugin", { enumerable: !0, get: function() {
41
+ return a.DefaultValuePlugin;
42
+ } });
43
+ var d = N();
44
+ Object.defineProperty(e, "HyperlinkPlugin", { enumerable: !0, get: function() {
45
+ return d.HyperlinkPlugin;
46
+ } });
47
+ var g = j();
48
+ Object.defineProperty(e, "KeywordPlugin", { enumerable: !0, get: function() {
49
+ return g.KeywordPlugin;
50
+ } });
51
+ var c = w();
52
+ Object.defineProperty(e, "OnChangeContentPlugin", { enumerable: !0, get: function() {
53
+ return c.OnChangeContentPlugin;
54
+ } });
55
+ var f = C();
56
+ Object.defineProperty(e, "OnFocusOnBlurPlugin", { enumerable: !0, get: function() {
57
+ return f.OnFocusOnBlurPlugin;
58
+ } });
59
+ var m = K();
60
+ Object.defineProperty(e, "getSelectedNode", { enumerable: !0, get: function() {
61
+ return m.getSelectedNode;
62
+ } });
63
+ var u = s();
64
+ Object.defineProperty(e, "sanitizeUrl", { enumerable: !0, get: function() {
65
+ return u.sanitizeUrl;
66
+ } }), Object.defineProperty(e, "validateUrl", { enumerable: !0, get: function() {
67
+ return u.validateUrl;
68
+ } });
69
+ var P = H();
70
+ Object.defineProperty(e, "convertHtmlToNodes", { enumerable: !0, get: function() {
71
+ return P.convertHtmlToNodes;
72
+ } });
73
+ var _ = D();
74
+ Object.defineProperty(e, "getDOMRangeRect", { enumerable: !0, get: function() {
75
+ return _.getDOMRangeRect;
76
+ } });
77
+ })(n), n);
20
78
  }
21
79
  export {
22
- d as __require
80
+ z as __require
23
81
  };
package/dist/index-lib.js CHANGED
@@ -1,4 +1,4 @@
1
- import { __exports as s } from "./index-_virtual15.js";
1
+ import { __exports as s } from "./index-_virtual14.js";
2
2
  import { __require as m } from "./index-lib3.js";
3
3
  import { __require as u } from "./index-node2.js";
4
4
  var p;
@@ -1,4 +1,4 @@
1
- import { __exports as a } from "./index-_virtual33.js";
1
+ import { __exports as a } from "./index-_virtual24.js";
2
2
  import { __require as H } from "./index-possibleStandardNamesOptimized.js";
3
3
  var _;
4
4
  function U() {
@@ -1,4 +1,4 @@
1
- import { __exports as a } from "./index-_virtual34.js";
1
+ import { __exports as a } from "./index-_virtual25.js";
2
2
  var e;
3
3
  function D() {
4
4
  return e ? a : (e = 1, (function(i) {
@@ -1,4 +1,4 @@
1
- import { __exports as o } from "./index-_virtual25.js";
1
+ import { __exports as o } from "./index-_virtual27.js";
2
2
  import { __require as I } from "./index-LexicalLink2.js";
3
3
  import { __require as q } from "./index-LexicalUtils.js";
4
4
  import { __require as C } from "./index-Lexical.js";
@@ -1,4 +1,4 @@
1
- import { __exports as C } from "./index-_virtual24.js";
1
+ import { __exports as C } from "./index-_virtual26.js";
2
2
  import { __require as ke } from "./index-LexicalCode2.js";
3
3
  import { __require as Ie } from "./index-LexicalLink2.js";
4
4
  import { __require as De } from "./index-LexicalList2.js";
@@ -5,10 +5,13 @@ export type SplitViewElement = {
5
5
  contractedWidth?: string;
6
6
  backgroundColor?: string;
7
7
  } | null | undefined;
8
+ export type ModalSplitViewCollapseMode = 'left-overlay' | 'right-overlay';
8
9
  interface ModalSplitViewProps {
9
10
  elements: [SplitViewElement, SplitViewElement];
10
11
  autoCloseWidth?: number;
11
12
  isContracted: boolean;
13
+ collapseMode?: ModalSplitViewCollapseMode;
14
+ bottomMargin?: string;
12
15
  }
13
16
  export declare const ModalSplitView: (props: ModalSplitViewProps) => import("react/jsx-runtime").JSX.Element;
14
17
  export {};
@@ -0,0 +1,2 @@
1
+ import { Story } from './_ModalSplitView.default';
2
+ export declare const LeftOverlay: Story;
@@ -0,0 +1,2 @@
1
+ import { Story } from './_ModalSplitView.default';
2
+ export declare const Responsive: Story;
@@ -0,0 +1,2 @@
1
+ import { Story } from './_ModalSplitView.default';
2
+ export declare const RightOverlay: Story;
@@ -0,0 +1,2 @@
1
+ import { Story } from './_ModalSplitView.default';
2
+ export declare const RightOverlayFullCover: Story;
@@ -0,0 +1,2 @@
1
+ import { Story } from './_ModalSplitView.default';
2
+ export declare const RightOverlayWithBottomMargin: Story;
@@ -0,0 +1,3 @@
1
+ import { StoryObj } from '@storybook/react';
2
+ import { ModalSplitView } from '../ModalSplitView';
3
+ export type Story = StoryObj<typeof ModalSplitView>;
@@ -0,0 +1,2 @@
1
+ import { SplitViewElement } from '../ModalSplitView';
2
+ export declare const splitViewElements: [SplitViewElement, SplitViewElement];
@@ -0,0 +1 @@
1
+ export declare const useToggleContracted: (intervalMs?: number) => boolean;
@@ -0,0 +1,8 @@
1
+ import { SplitViewElement } from '../ModalSplitView';
2
+ interface ModalSplitViewLeftOverlayProps {
3
+ elements: [SplitViewElement, SplitViewElement];
4
+ autoCloseWidth: number;
5
+ isContracted: boolean;
6
+ }
7
+ export declare const ModalSplitViewLeftOverlay: (props: ModalSplitViewLeftOverlayProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -0,0 +1,9 @@
1
+ import { SplitViewElement } from '../ModalSplitView';
2
+ interface ModalSplitViewRightOverlayProps {
3
+ elements: [SplitViewElement, SplitViewElement];
4
+ autoCloseWidth: number;
5
+ isContracted: boolean;
6
+ bottomMargin?: string;
7
+ }
8
+ export declare const ModalSplitViewRightOverlay: (props: ModalSplitViewRightOverlayProps) => import("react/jsx-runtime").JSX.Element;
9
+ export {};
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-06-17T15:30:44.795Z",
2
+ "timestamp": "2026-06-18T10:10:47.442Z",
3
3
  "mode": "full",
4
4
  "buildOptimization": {
5
5
  "enabled": false,