@gamelearn/arcade-components 3.24.0 → 3.25.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.
|
@@ -27334,18 +27334,20 @@ var domToReact_1 = domToReact$1, CASE_SENSITIVE_TAG_NAMES$1 = [
|
|
|
27334
27334
|
"textPath"
|
|
27335
27335
|
], constants$2 = {
|
|
27336
27336
|
CASE_SENSITIVE_TAG_NAMES: CASE_SENSITIVE_TAG_NAMES$1
|
|
27337
|
-
}, node = {}, lib$3 = {};
|
|
27338
|
-
|
|
27339
|
-
|
|
27340
|
-
|
|
27341
|
-
|
|
27342
|
-
t
|
|
27343
|
-
|
|
27344
|
-
|
|
27345
|
-
|
|
27346
|
-
|
|
27347
|
-
|
|
27348
|
-
|
|
27337
|
+
}, node = {}, lib$3 = {}, hasRequiredLib$1;
|
|
27338
|
+
function requireLib$1() {
|
|
27339
|
+
return hasRequiredLib$1 || (hasRequiredLib$1 = 1, function(l) {
|
|
27340
|
+
Object.defineProperty(l, "__esModule", { value: !0 }), l.Doctype = l.CDATA = l.Tag = l.Style = l.Script = l.Comment = l.Directive = l.Text = l.Root = l.isTag = l.ElementType = void 0;
|
|
27341
|
+
var e;
|
|
27342
|
+
(function(t) {
|
|
27343
|
+
t.Root = "root", t.Text = "text", t.Directive = "directive", t.Comment = "comment", t.Script = "script", t.Style = "style", t.Tag = "tag", t.CDATA = "cdata", t.Doctype = "doctype";
|
|
27344
|
+
})(e = l.ElementType || (l.ElementType = {}));
|
|
27345
|
+
function n(t) {
|
|
27346
|
+
return t.type === e.Tag || t.type === e.Script || t.type === e.Style;
|
|
27347
|
+
}
|
|
27348
|
+
l.isTag = n, l.Root = e.Root, l.Text = e.Text, l.Directive = e.Directive, l.Comment = e.Comment, l.Script = e.Script, l.Style = e.Style, l.Tag = e.Tag, l.CDATA = e.CDATA, l.Doctype = e.Doctype;
|
|
27349
|
+
}(lib$3)), lib$3;
|
|
27350
|
+
}
|
|
27349
27351
|
var __extends = commonjsGlobal && commonjsGlobal.__extends || /* @__PURE__ */ function() {
|
|
27350
27352
|
var l = function(e, n) {
|
|
27351
27353
|
return l = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t, s) {
|
|
@@ -27376,7 +27378,7 @@ var __extends = commonjsGlobal && commonjsGlobal.__extends || /* @__PURE__ */ fu
|
|
|
27376
27378
|
};
|
|
27377
27379
|
Object.defineProperty(node, "__esModule", { value: !0 });
|
|
27378
27380
|
node.cloneNode = node.hasChildren = node.isDocument = node.isDirective = node.isComment = node.isText = node.isCDATA = node.isTag = node.Element = node.Document = node.NodeWithChildren = node.ProcessingInstruction = node.Comment = node.Text = node.DataNode = node.Node = void 0;
|
|
27379
|
-
var domelementtype_1 =
|
|
27381
|
+
var domelementtype_1 = requireLib$1(), nodeTypes = /* @__PURE__ */ new Map([
|
|
27380
27382
|
[domelementtype_1.ElementType.Tag, 1],
|
|
27381
27383
|
[domelementtype_1.ElementType.Script, 1],
|
|
27382
27384
|
[domelementtype_1.ElementType.Style, 1],
|
|
@@ -27784,7 +27786,7 @@ function requireLib() {
|
|
|
27784
27786
|
p !== "default" && !Object.prototype.hasOwnProperty.call(u, p) && e(u, f, p);
|
|
27785
27787
|
};
|
|
27786
27788
|
Object.defineProperty(l, "__esModule", { value: !0 }), l.DomHandler = void 0;
|
|
27787
|
-
var t =
|
|
27789
|
+
var t = requireLib$1(), s = node;
|
|
27788
27790
|
n(node, l);
|
|
27789
27791
|
var o = /\s+/g, d = {
|
|
27790
27792
|
normalizeWhitespace: !1,
|