@rankingcoach/vanguard 1.0.2 → 1.1.1

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 (43) hide show
  1. package/README.md +1 -1
  2. package/dist/index-DateInput.js +4 -4
  3. package/dist/index-GradientPrimaryMeshBackground.js +235 -0
  4. package/dist/index-InputRangeField.js +1 -1
  5. package/dist/index-LexicalToolkit2.js +1 -1
  6. package/dist/index-Month.js +2 -2
  7. package/dist/index-PageSection.js +62 -61
  8. package/dist/index-PageSection.module.scss.js +22 -20
  9. package/dist/index-_virtual12.js +1 -1
  10. package/dist/index-_virtual30.js +2 -2
  11. package/dist/index-_virtual32.js +3 -2
  12. package/dist/index-_virtual33.js +2 -3
  13. package/dist/index-_virtual6.js +1 -1
  14. package/dist/index-_virtual69.js +2 -2
  15. package/dist/index-_virtual70.js +2 -4
  16. package/dist/index-_virtual71.js +4 -2
  17. package/dist/index-_virtual72.js +2 -4
  18. package/dist/index-_virtual73.js +1 -1
  19. package/dist/index-_virtual74.js +1 -1
  20. package/dist/index-_virtual75.js +4 -2
  21. package/dist/index-_virtual76.js +2 -2
  22. package/dist/index-accessibility.js +1 -1
  23. package/dist/index-attributes-to-props.js +1 -1
  24. package/dist/index-dist2.js +78 -20
  25. package/dist/index-dist3.js +20 -78
  26. package/dist/index-keycode.js +1 -1
  27. package/dist/index-lib.js +2 -2
  28. package/dist/index-lib2.js +111 -424
  29. package/dist/index-lib3.js +432 -13
  30. package/dist/index-lib4.js +14 -120
  31. package/dist/index-lib5.js +1 -1
  32. package/dist/index-lib8.js +1 -1
  33. package/dist/index-mpd-parser.es.js +1 -1
  34. package/dist/index-node2.js +1 -1
  35. package/dist/index-stringify2.js +1 -1
  36. package/dist/types/core/PageSection/GradientPrimaryMeshBackground.d.ts +1 -0
  37. package/dist/types/core/PageSection/PageSection.d.ts +2 -2
  38. package/dist/types/core/PageSection/stories/GradientPrimaryMeshBreaks.story.d.ts +6 -0
  39. package/dist/vanguard-asset-analysis.json +1 -1
  40. package/dist/vanguard.css +1 -1
  41. package/dist-wordpress/index.js +7111 -6882
  42. package/dist-wordpress/vanguard.css +1 -1
  43. package/package.json +2 -1
@@ -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,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,4 +1,4 @@
1
- import { __module as d } from "./index-_virtual31.js";
1
+ import { __module as d } from "./index-_virtual30.js";
2
2
  var p;
3
3
  function g() {
4
4
  return p ? d.exports : (p = 1, (function(i, f) {
package/dist/index-lib.js CHANGED
@@ -1,5 +1,5 @@
1
- import { __exports as s } from "./index-_virtual30.js";
2
- import { __require as m } from "./index-lib3.js";
1
+ import { __exports as s } from "./index-_virtual33.js";
2
+ import { __require as m } from "./index-lib4.js";
3
3
  import { __require as u } from "./index-node2.js";
4
4
  var p;
5
5
  function N() {