@rankingcoach/vanguard 1.5.0 → 1.6.0

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.
@@ -1,5 +1,5 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
- import b from "./index-_virtual2.js";
2
+ import b from "./index-_virtual4.js";
3
3
  import "react";
4
4
  import n from "./index-AiGlow.module.scss.js";
5
5
  const f = (t) => {
@@ -6,8 +6,8 @@ import { classNames as Te } from "./index-classNames.js";
6
6
  import { InputBase as ge } from "./index-InputBase.js";
7
7
  import { Icon as R } from "./index-Icon.js";
8
8
  import { IconNames as x } from "./index-IconNames.js";
9
- import Ae from "./index-_virtual3.js";
10
- import Ie from "./index-_virtual4.js";
9
+ import Ae from "./index-_virtual2.js";
10
+ import Ie from "./index-_virtual3.js";
11
11
  import { ComponentContainer as Ke } from "./index-ComponentContainer.js";
12
12
  import { Text as we } from "./index-Text.js";
13
13
  import Ne from "./index-Autocomplete2.js";
@@ -1,10 +1,10 @@
1
- import { __exports as p } from "./index-_virtual72.js";
1
+ import { __exports as p } from "./index-_virtual71.js";
2
2
  import k from "react";
3
3
  import { __require as K } from "./index-prop-types.js";
4
4
  import { __require as L } from "./index-classnames2.js";
5
- import U from "./index-_virtual73.js";
6
- import z from "./index-_virtual74.js";
7
- import A from "./index-_virtual75.js";
5
+ import U from "./index-_virtual72.js";
6
+ import z from "./index-_virtual73.js";
7
+ import A from "./index-_virtual74.js";
8
8
  import V from "./index-_virtual55.js";
9
9
  var q;
10
10
  function te() {
@@ -3,7 +3,7 @@ import "react";
3
3
  import e from "./index-Drawer.module.scss.js";
4
4
  import { Button as C, ButtonSizes as N, ButtonTypes as x } from "./index-Button.js";
5
5
  import { IconNames as y } from "./index-IconNames.js";
6
- import s from "./index-_virtual2.js";
6
+ import s from "./index-_virtual4.js";
7
7
  import { Header as D, HeaderTypes as p } from "./index-Header.js";
8
8
  import H from "./index-Drawer2.js";
9
9
  var o;
@@ -3,7 +3,7 @@ import "react";
3
3
  import a from "./index-Header.module.scss.js";
4
4
  import { ComponentContainer as l } from "./index-ComponentContainer.js";
5
5
  import { Text as i, FontWeights as g, TextTypes as e } from "./index-Text.js";
6
- import w from "./index-_virtual2.js";
6
+ import w from "./index-_virtual4.js";
7
7
  var o;
8
8
  (function(r) {
9
9
  r.pageHeader = "pageHeader", r.drawerHeader = "drawerHeader", r.compactDrawerHeader = "compactDrawerHeader", r.bamHeader = "bamHeader", r.bamWithPreviewHeader = "bamWithPreviewHeader", r.sectionHeader = "sectionHeader", r.compactSectionHeader = "compactSectionHeader";
@@ -1,4 +1,4 @@
1
- import { __exports as p } from "./index-_virtual69.js";
1
+ import { __exports as p } from "./index-_virtual76.js";
2
2
  import E from "react";
3
3
  import { __require as W } from "./index-prop-types.js";
4
4
  var R;
@@ -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,44 +1,46 @@
1
- import { jsx as P } from "react/jsx-runtime";
1
+ import { jsx as u } from "react/jsx-runtime";
2
2
  import { MenuItem as M } from "./index-MenuItem.js";
3
3
  import "react";
4
- import j from "./index-Menu2.js";
5
- const b = ({
6
- testId: a,
4
+ import j from "./index-Menu.module.scss.js";
5
+ import z from "./index-Menu2.js";
6
+ const k = ({
7
+ testId: c,
7
8
  items: p,
8
- children: c,
9
+ children: f,
9
10
  width: r,
10
11
  height: s,
11
12
  maxWidth: t,
12
13
  maxHeight: e,
13
14
  ...o
14
15
  }) => {
15
- var l, m, u;
16
- const n = r || s || t || e ? {
16
+ var n, m, a;
17
+ const l = r || s || t || e ? {
17
18
  width: r,
18
19
  height: s,
19
20
  maxWidth: t,
20
21
  maxHeight: e
21
- } : void 0, f = n ? {
22
+ } : void 0, P = l ? {
22
23
  paper: {
23
24
  style: {
24
- ...n,
25
- ...(m = (l = o.slotProps) == null ? void 0 : l.paper) == null ? void 0 : m.style
25
+ ...l,
26
+ ...(m = (n = o.slotProps) == null ? void 0 : n.paper) == null ? void 0 : m.style
26
27
  },
27
- ...(u = o.slotProps) == null ? void 0 : u.paper
28
+ ...(a = o.slotProps) == null ? void 0 : a.paper
28
29
  }
29
30
  } : o.slotProps;
30
- return P(j, {
31
- "data-testid": a,
31
+ return u(z, {
32
+ "data-testid": c,
32
33
  ...o,
33
- slotProps: f,
34
+ slotProps: P,
35
+ className: j.menu,
34
36
  children: p ? p.map(({
35
- key: d,
36
- ...i
37
- }, y) => P(M, {
38
- ...i
39
- }, d ?? y)) : c
37
+ key: i,
38
+ ...y
39
+ }, d) => u(M, {
40
+ ...y
41
+ }, i ?? d)) : f
40
42
  });
41
43
  };
42
44
  export {
43
- b as Menu
45
+ k as Menu
44
46
  };
@@ -0,0 +1,7 @@
1
+ const e = "menu_hB", n = {
2
+ menu: e
3
+ };
4
+ export {
5
+ n as default,
6
+ e as menu
7
+ };
@@ -1,10 +1,10 @@
1
- import { __exports as y } from "./index-_virtual70.js";
1
+ import { __exports as y } from "./index-_virtual69.js";
2
2
  import de from "react";
3
3
  import { __require as me } from "./index-prop-types.js";
4
4
  import { __require as he } from "./index-DayCell.js";
5
5
  import ye from "./index-_virtual54.js";
6
6
  import ve from "./index-_virtual37.js";
7
- import Oe from "./index-_virtual71.js";
7
+ import Oe from "./index-_virtual70.js";
8
8
  import _e from "./index-_virtual68.js";
9
9
  import De from "./index-_virtual51.js";
10
10
  import ge from "./index-_virtual41.js";
@@ -1,4 +1,5 @@
1
1
  import S, { QuoteType as u } from "./index-Tokenizer.js";
2
+ import "./index-decode.js";
2
3
  import { fromCodePoint as p } from "./index-decode_codepoint.js";
3
4
  const f = /* @__PURE__ */ new Set([
4
5
  "input",
@@ -87,7 +88,7 @@ const f = /* @__PURE__ */ new Set([
87
88
  "desc",
88
89
  "title"
89
90
  ]), I = /\s|\//;
90
- class E {
91
+ class y {
91
92
  constructor(t, e = {}) {
92
93
  var s, i, o, h, a;
93
94
  this.options = e, this.startIndex = 0, this.endIndex = 0, this.openTagStart = 0, this.tagname = "", this.attribname = "", this.attribvalue = "", this.attribs = null, this.stack = [], this.foreignContext = [], this.buffers = [], this.bufferOffset = 0, this.writeIndex = 0, this.ended = !1, this.cbs = t ?? {}, this.lowerCaseTagNames = (s = e.lowerCaseTags) !== null && s !== void 0 ? s : !e.xmlMode, this.lowerCaseAttributeNames = (i = e.lowerCaseAttributeNames) !== null && i !== void 0 ? i : !e.xmlMode, this.tokenizer = new ((o = e.Tokenizer) !== null && o !== void 0 ? o : S)(this.options, this), (a = (h = this.cbs).onparserinit) === null || a === void 0 || a.call(h, this);
@@ -315,5 +316,5 @@ class E {
315
316
  }
316
317
  }
317
318
  export {
318
- E as Parser
319
+ y as Parser
319
320
  };
@@ -1,7 +1,7 @@
1
1
  import { jsxs as i, jsx as r } from "react/jsx-runtime";
2
2
  import { useDynamicImport as n } from "./index-use-dynamic-import.js";
3
3
  import { StyledSVG as c } from "./index-StyledSVG.js";
4
- import l from "./index-_virtual2.js";
4
+ import l from "./index-_virtual4.js";
5
5
  import "react";
6
6
  import o from "./index-QuoteContainer.module.scss.js";
7
7
  const N = ({
@@ -1,7 +1,7 @@
1
- import { getDefaultExportFromCjs as s } from "./index-_commonjsHelpers.js";
2
- import { __require as r } from "./index-classnames2.js";
3
- var a = r();
4
- const t = /* @__PURE__ */ s(a);
1
+ import { getDefaultExportFromCjs as r } from "./index-_commonjsHelpers.js";
2
+ import { __require as t } from "./index-match.js";
3
+ var o = t();
4
+ const m = /* @__PURE__ */ r(o);
5
5
  export {
6
- t as default
6
+ m as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { getDefaultExportFromCjs as r } from "./index-_commonjsHelpers.js";
2
- import { __require as t } from "./index-match.js";
3
- var o = t();
4
- const m = /* @__PURE__ */ r(o);
2
+ import { __require as e } from "./index-parse.js";
3
+ var o = e();
4
+ const s = /* @__PURE__ */ r(o);
5
5
  export {
6
- m as default
6
+ s as default
7
7
  };
@@ -1,7 +1,7 @@
1
- import { getDefaultExportFromCjs as r } from "./index-_commonjsHelpers.js";
2
- import { __require as e } from "./index-parse.js";
3
- var o = e();
4
- const s = /* @__PURE__ */ r(o);
1
+ import { getDefaultExportFromCjs as s } from "./index-_commonjsHelpers.js";
2
+ import { __require as r } from "./index-classnames2.js";
3
+ var a = r();
4
+ const t = /* @__PURE__ */ s(a);
5
5
  export {
6
- s as default
6
+ t as default
7
7
  };
@@ -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,4 +1,4 @@
1
- var e = {};
1
+ var o = {};
2
2
  export {
3
- e as __exports
3
+ o as __exports
4
4
  };
@@ -1,4 +1,6 @@
1
- var o = {};
1
+ import { getAugmentedNamespace as e } from "./index-_commonjsHelpers.js";
2
+ import * as r from "./index-isWeekend.js";
3
+ const m = /* @__PURE__ */ e(r);
2
4
  export {
3
- o as __exports
5
+ m as default
4
6
  };
@@ -1,6 +1,4 @@
1
- import { getAugmentedNamespace as e } from "./index-_commonjsHelpers.js";
2
- import * as r from "./index-isWeekend.js";
3
- const m = /* @__PURE__ */ e(r);
1
+ var t = {};
4
2
  export {
5
- m as default
3
+ t as __exports
6
4
  };
@@ -1,4 +1,6 @@
1
- var t = {};
1
+ import { getAugmentedNamespace as e } from "./index-_commonjsHelpers.js";
2
+ import * as r from "./index-isEqual.js";
3
+ const m = /* @__PURE__ */ e(r);
2
4
  export {
3
- t as __exports
5
+ m as default
4
6
  };
@@ -1,5 +1,5 @@
1
1
  import { getAugmentedNamespace as e } from "./index-_commonjsHelpers.js";
2
- import * as r from "./index-isEqual.js";
2
+ import * as r from "./index-isValid2.js";
3
3
  const m = /* @__PURE__ */ e(r);
4
4
  export {
5
5
  m as default
@@ -1,5 +1,5 @@
1
1
  import { getAugmentedNamespace as e } from "./index-_commonjsHelpers.js";
2
- import * as r from "./index-isValid2.js";
2
+ import * as r from "./index-parse3.js";
3
3
  const m = /* @__PURE__ */ e(r);
4
4
  export {
5
5
  m as default
@@ -1,6 +1,4 @@
1
- import { getAugmentedNamespace as e } from "./index-_commonjsHelpers.js";
2
- import * as r from "./index-parse3.js";
3
- const m = /* @__PURE__ */ e(r);
1
+ var s = {};
4
2
  export {
5
- m as default
3
+ s as __exports
6
4
  };
@@ -1,4 +1,4 @@
1
- var s = {};
1
+ var e = {};
2
2
  export {
3
- s as __exports
3
+ e as __exports
4
4
  };
@@ -1,4 +1,4 @@
1
- import { __exports as t } from "./index-_virtual76.js";
1
+ import { __exports as t } from "./index-_virtual75.js";
2
2
  import { __require as s } from "./index-prop-types.js";
3
3
  var a;
4
4
  function f() {
@@ -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-_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);
20
78
  }
21
79
  export {
22
- d as __require
80
+ z as __require
23
81
  };
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-04-03T11:53:20.325Z",
2
+ "timestamp": "2026-04-06T14:41:52.728Z",
3
3
  "mode": "full",
4
4
  "buildOptimization": {
5
5
  "enabled": false,