@rankingcoach/vanguard 1.12.3 → 1.13.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.
- package/dist/index-AdvancedMarker.js +235 -0
- package/dist/index-Autocomplete.js +62 -62
- package/dist/index-ControlledValuePlugin.js +1 -1
- package/dist/index-DateInput.js +4 -4
- package/dist/index-DateRange.js +1 -1
- package/dist/index-DefaultValuePlugin.js +1 -1
- package/dist/index-GoogleMaps.js +42 -36
- package/dist/index-GoogleMapsAdvancedMarker.js +64 -0
- package/dist/index-GoogleMapsAdvancedMarkerContent.js +41 -0
- package/dist/index-HyperlinkPlugin.js +1 -1
- package/dist/index-InputRangeField.js +1 -1
- package/dist/index-KeywordNode.js +1 -1
- package/dist/index-KeywordPlugin.js +1 -1
- package/dist/index-LexicalToolkit2.js +1 -1
- package/dist/index-Month.js +2 -2
- package/dist/index-OnChangeContentPlugin.js +1 -1
- package/dist/index-OnFocusOnBlurPlugin.js +1 -1
- package/dist/index-_virtual10.js +5 -3
- package/dist/index-_virtual11.js +5 -5
- package/dist/index-_virtual12.js +3 -5
- package/dist/index-_virtual21.js +2 -2
- package/dist/index-_virtual22.js +2 -2
- package/dist/index-_virtual23.js +3 -2
- package/dist/index-_virtual24.js +2 -2
- package/dist/index-_virtual25.js +2 -2
- package/dist/index-_virtual26.js +2 -2
- package/dist/index-_virtual27.js +2 -2
- package/dist/index-_virtual28.js +2 -2
- package/dist/index-_virtual29.js +2 -2
- package/dist/index-_virtual31.js +2 -2
- package/dist/index-_virtual32.js +2 -2
- package/dist/index-_virtual33.js +2 -2
- package/dist/index-_virtual34.js +2 -3
- package/dist/index-_virtual6.js +1 -1
- package/dist/index-_virtual63.js +2 -2
- package/dist/index-_virtual64.js +2 -2
- package/dist/index-_virtual69.js +2 -2
- package/dist/index-_virtual70.js +2 -4
- package/dist/index-_virtual71.js +4 -2
- package/dist/index-_virtual72.js +2 -4
- package/dist/index-_virtual73.js +1 -1
- package/dist/index-_virtual74.js +1 -1
- package/dist/index-_virtual75.js +4 -2
- package/dist/index-_virtual76.js +2 -2
- package/dist/index-_virtual77.js +4 -2
- package/dist/index-_virtual78.js +1 -1
- package/dist/index-_virtual79.js +1 -1
- package/dist/index-_virtual80.js +1 -1
- package/dist/index-_virtual81.js +1 -1
- package/dist/index-_virtual82.js +1 -1
- package/dist/index-_virtual83.js +1 -1
- package/dist/index-_virtual84.js +1 -1
- package/dist/index-_virtual85.js +2 -4
- package/dist/index-accessibility.js +1 -1
- package/dist/index-applyInternationalSeparatorStyle.js +1 -1
- package/dist/index-cjs.js +1 -1
- package/dist/index-colorManipulator3.js +2 -2
- package/dist/index-constants.js +1 -1
- package/dist/index-constants2.js +8 -2
- package/dist/index-constants3.js +2 -8
- package/dist/index-createExtensionPattern.js +1 -1
- package/dist/index-createStyled2.js +6 -6
- package/dist/index-dist2.js +20 -78
- package/dist/index-dist3.js +78 -20
- package/dist/index-dist5.js +1 -1
- package/dist/index-exenv.js +1 -1
- package/dist/index-extractCountryCallingCode.js +1 -1
- package/dist/index-extractPhoneContext.js +1 -1
- package/dist/index-isViablePhoneNumber.js +1 -1
- package/dist/index-keycode.js +1 -1
- package/dist/index-lib2.js +1 -1
- package/dist/index-lib3.js +1 -1
- package/dist/index-lib4.js +1 -1
- package/dist/index-map-context.js +12 -0
- package/dist/index-map-helper.js +38 -0
- package/dist/index-mpd-parser.es.js +1 -1
- package/dist/index-parse2.js +1 -1
- package/dist/index-stripIddPrefix.js +1 -1
- package/dist/index-style-to-object.js +1 -1
- package/dist/index-tiny-invariant.js +12 -0
- package/dist/index-useHyperlinkEditor.js +1 -1
- package/dist/index-useLexicalToolbar.js +1 -1
- package/dist/index-useThemeWithoutDefault3.js +1 -1
- package/dist/index-video.es.js +2 -2
- package/dist/index.js +425 -418
- package/dist/types/core/Autocomplete/stories/WithMultiple.story.d.ts +0 -4
- package/dist/types/core/GoogleMaps/GoogleMaps.d.ts +2 -1
- package/dist/types/core/GoogleMaps/GoogleMapsAdvancedMarker/GoogleMapsAdvancedMarker.d.ts +55 -0
- package/dist/types/core/GoogleMaps/GoogleMapsAdvancedMarker/GoogleMapsAdvancedMarkerContent.d.ts +41 -0
- package/dist/types/core/GoogleMaps/index.d.ts +6 -0
- package/dist/types/core/GoogleMaps/map-context.d.ts +1 -1
- package/dist/types/core/GoogleMaps/stories/WithAdvancedMarker.story.d.ts +2 -0
- package/dist/types/core/GoogleMaps/stories/WithAdvancedMarkerCustomIcon.story.d.ts +2 -0
- package/dist/types/core/GoogleMaps/stories/WithAdvancedMarkerHTML.story.d.ts +2 -0
- package/dist/types/core/GoogleMaps/stories/WithMapIdAndMarkers.story.d.ts +2 -0
- package/dist/types/core/GoogleMaps/stories/WithMarkerInfoBox.story.d.ts +2 -0
- package/dist/types/core/GoogleMaps/stories/WithMultipleAdvancedMarkers.story.d.ts +2 -0
- package/dist/types/core/GoogleMaps/stories/WithMultipleMarkers.story.d.ts +2 -0
- package/dist/types/core/GoogleMaps/stories/WithSingleMarker.story.d.ts +2 -0
- package/dist/types/index.d.ts +6 -0
- package/dist/vanguard-asset-analysis.json +1 -1
- package/dist-wordpress/index.js +393 -393
- package/package.json +1 -1
package/dist/index-dist2.js
CHANGED
|
@@ -1,81 +1,23 @@
|
|
|
1
|
-
import { __exports as
|
|
2
|
-
import { __require as
|
|
3
|
-
import { __require as
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
function z() {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
|
|
22
|
+
d as __require
|
|
81
23
|
};
|
package/dist/index-dist3.js
CHANGED
|
@@ -1,23 +1,81 @@
|
|
|
1
|
-
import { __exports as
|
|
2
|
-
import { __require as
|
|
3
|
-
import { __require as
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
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
|
-
|
|
80
|
+
z as __require
|
|
23
81
|
};
|
package/dist/index-dist5.js
CHANGED
package/dist/index-exenv.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import s from "./index-stripIddPrefix.js";
|
|
2
2
|
import M from "./index-extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js";
|
|
3
3
|
import u from "./index-metadata.js";
|
|
4
|
-
import { MAX_LENGTH_COUNTRY_CODE as I } from "./index-
|
|
4
|
+
import { MAX_LENGTH_COUNTRY_CODE as I } from "./index-constants2.js";
|
|
5
5
|
function p(r, o, f, i) {
|
|
6
6
|
if (!r)
|
|
7
7
|
return {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VALID_DIGITS as n } from "./index-
|
|
1
|
+
import { VALID_DIGITS as n } from "./index-constants2.js";
|
|
2
2
|
var v = "+", I = "[\\-\\.\\(\\)]?", R = "([" + n + "]|" + I + ")", i = "^\\" + v + R + "*[" + n + "]" + R + "*$", N = new RegExp(i, "g"), r = n, C = "[" + r + "]+((\\-)*[" + r + "])*", L = "a-zA-Z", f = "[" + L + "]+((\\-)*[" + r + "])*", E = "^(" + C + "\\.)*" + f + "\\.?$", O = new RegExp(E, "g"), l = "tel:", a = ";phone-context=", u = ";isub=";
|
|
3
3
|
function D(_) {
|
|
4
4
|
var t = _.indexOf(a);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MIN_LENGTH_FOR_NSN as e, VALID_DIGITS as _, PLUS_CHARS as t, VALID_PUNCTUATION as E } from "./index-
|
|
1
|
+
import { MIN_LENGTH_FOR_NSN as e, VALID_DIGITS as _, PLUS_CHARS as t, VALID_PUNCTUATION as E } from "./index-constants2.js";
|
|
2
2
|
import r from "./index-createExtensionPattern.js";
|
|
3
3
|
var n = "[" + _ + "]{" + e + "}", I = "[" + t + "]{0,1}(?:[" + E + "]*[" + _ + "]){3,}[" + E + _ + "]*", P = new RegExp("^[" + t + "]{0,1}(?:[" + E + "]*[" + _ + "]){1,2}$", "i"), R = I + // Phone number extensions
|
|
4
4
|
"(?:" + r() + ")?", T = new RegExp(
|
package/dist/index-keycode.js
CHANGED
package/dist/index-lib2.js
CHANGED
package/dist/index-lib3.js
CHANGED
package/dist/index-lib4.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __module as v } from "./index-
|
|
1
|
+
import { __module as v } from "./index-_virtual22.js";
|
|
2
2
|
import { __require as O } from "./index-window2.js";
|
|
3
3
|
import { __require as j } from "./index-extends2.js";
|
|
4
4
|
import { __require as S } from "./index-is-function.js";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createContext as a, useContext as o } from "react";
|
|
2
|
+
import t from "./index-tiny-invariant.js";
|
|
3
|
+
const n = a(null);
|
|
4
|
+
function p() {
|
|
5
|
+
t(!!o, "useGoogleMap is React hook and requires React version 16.8+");
|
|
6
|
+
const e = o(n);
|
|
7
|
+
return t(!!e, "useGoogleMap needs a GoogleMap available up in the tree"), e;
|
|
8
|
+
}
|
|
9
|
+
export {
|
|
10
|
+
n as MapContext,
|
|
11
|
+
p as useGoogleMap
|
|
12
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
function f(e, n, r) {
|
|
2
|
+
return Object.keys(e).reduce((s, t) => n(s, e[t], t), r);
|
|
3
|
+
}
|
|
4
|
+
function g(e, n) {
|
|
5
|
+
Object.keys(e).forEach((r) => n(e[r], r));
|
|
6
|
+
}
|
|
7
|
+
function p(e, n, r, s) {
|
|
8
|
+
const t = {};
|
|
9
|
+
return g(e, (o, u) => {
|
|
10
|
+
const c = r[u];
|
|
11
|
+
c !== n[u] && (t[u] = c, o(s, c));
|
|
12
|
+
}), t;
|
|
13
|
+
}
|
|
14
|
+
function d(e, n, r) {
|
|
15
|
+
return f(r, (t, i, o) => (typeof e[o] == "function" && t.push(google.maps.event.addListener(n, i, e[o])), t), []);
|
|
16
|
+
}
|
|
17
|
+
function a(e) {
|
|
18
|
+
google.maps.event.removeListener(e);
|
|
19
|
+
}
|
|
20
|
+
function v(e = []) {
|
|
21
|
+
e.forEach(a);
|
|
22
|
+
}
|
|
23
|
+
function E({
|
|
24
|
+
updaterMap: e,
|
|
25
|
+
eventMap: n,
|
|
26
|
+
prevProps: r,
|
|
27
|
+
nextProps: s,
|
|
28
|
+
instance: t
|
|
29
|
+
}) {
|
|
30
|
+
const i = d(s, t, n);
|
|
31
|
+
return p(e, r, s, t), i;
|
|
32
|
+
}
|
|
33
|
+
export {
|
|
34
|
+
p as applyUpdaterToNextProps,
|
|
35
|
+
E as applyUpdatersToPropsAndRegisterEvents,
|
|
36
|
+
d as registerEvents,
|
|
37
|
+
v as unregisterEvents
|
|
38
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import C from "./index-resolve-url.js";
|
|
2
2
|
import K from "./index-window.js";
|
|
3
3
|
import X from "./index-decode-b64-to-uint8-array.js";
|
|
4
|
-
import { l as q } from "./index-
|
|
4
|
+
import { l as q } from "./index-_virtual23.js";
|
|
5
5
|
var w = function(e) {
|
|
6
6
|
return !!e && typeof e == "object";
|
|
7
7
|
}, S = function o() {
|
package/dist/index-parse2.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MIN_LENGTH_FOR_NSN as h, MAX_LENGTH_FOR_NSN as T, PLUS_CHARS as d, VALID_DIGITS as g } from "./index-
|
|
1
|
+
import { MIN_LENGTH_FOR_NSN as h, MAX_LENGTH_FOR_NSN as T, PLUS_CHARS as d, VALID_DIGITS as g } from "./index-constants2.js";
|
|
2
2
|
import m from "./index-ParseError.js";
|
|
3
3
|
import O, { getCountryCallingCode as P } from "./index-metadata.js";
|
|
4
4
|
import v, { isViablePhoneNumberStart as s } from "./index-isViablePhoneNumber.js";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
var a = process.env.NODE_ENV === "production", n = "Invariant failed";
|
|
2
|
+
function c(t, r) {
|
|
3
|
+
if (!t) {
|
|
4
|
+
if (a)
|
|
5
|
+
throw new Error(n);
|
|
6
|
+
var o = typeof r == "function" ? r() : r, i = o ? "".concat(n, ": ").concat(o) : n;
|
|
7
|
+
throw new Error(i);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
export {
|
|
11
|
+
c as default
|
|
12
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as o } from "./index-
|
|
1
|
+
import { __exports as o } from "./index-_virtual25.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-
|
|
1
|
+
import { __exports as C } from "./index-_virtual24.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";
|
package/dist/index-video.es.js
CHANGED
|
@@ -4,8 +4,8 @@ import Rt from "./index-extends.js";
|
|
|
4
4
|
import Y from "./index-assertThisInitialized.js";
|
|
5
5
|
import V from "./index-inheritsLoose.js";
|
|
6
6
|
import Yd from "./index-tuple.js";
|
|
7
|
-
import J from "./index-
|
|
8
|
-
import po from "./index-
|
|
7
|
+
import J from "./index-_virtual10.js";
|
|
8
|
+
import po from "./index-_virtual11.js";
|
|
9
9
|
import ys from "./index-browser-index.js";
|
|
10
10
|
import Jd from "./index-construct.js";
|
|
11
11
|
import Zd from "./index-inherits.js";
|