@omniloy/sofia-sdk 0.0.4 → 0.0.5
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/webcomponents.es.js
CHANGED
|
@@ -54637,7 +54637,7 @@ function bhe() {
|
|
|
54637
54637
|
}
|
|
54638
54638
|
}, i = n.languages.asciidoc = {
|
|
54639
54639
|
"comment-block": {
|
|
54640
|
-
pattern: /^(\/{4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))
|
|
54640
|
+
pattern: /^(\/{4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))??\1/m,
|
|
54641
54641
|
alias: "comment"
|
|
54642
54642
|
},
|
|
54643
54643
|
table: {
|
|
@@ -54655,7 +54655,7 @@ function bhe() {
|
|
|
54655
54655
|
}
|
|
54656
54656
|
},
|
|
54657
54657
|
"passthrough-block": {
|
|
54658
|
-
pattern: /^(\+{4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))
|
|
54658
|
+
pattern: /^(\+{4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))??\1$/m,
|
|
54659
54659
|
inside: {
|
|
54660
54660
|
punctuation: /^\++|\++$/
|
|
54661
54661
|
// See rest below
|
|
@@ -54663,7 +54663,7 @@ function bhe() {
|
|
|
54663
54663
|
},
|
|
54664
54664
|
// Literal blocks and listing blocks
|
|
54665
54665
|
"literal-block": {
|
|
54666
|
-
pattern: /^(-{4,}|\.{4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))
|
|
54666
|
+
pattern: /^(-{4,}|\.{4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))??\1$/m,
|
|
54667
54667
|
inside: {
|
|
54668
54668
|
punctuation: /^(?:-+|\.+)|(?:-+|\.+)$/
|
|
54669
54669
|
// See rest below
|
|
@@ -54671,7 +54671,7 @@ function bhe() {
|
|
|
54671
54671
|
},
|
|
54672
54672
|
// Sidebar blocks, quote blocks, example blocks and open blocks
|
|
54673
54673
|
"other-block": {
|
|
54674
|
-
pattern: /^(--|\*{4,}|_{4,}|={4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))
|
|
54674
|
+
pattern: /^(--|\*{4,}|_{4,}|={4,})(?:\r?\n|\r)(?:[\s\S]*(?:\r?\n|\r))??\1$/m,
|
|
54675
54675
|
inside: {
|
|
54676
54676
|
punctuation: /^(?:-+|\*+|_+|=+)|(?:-+|\*+|_+|=+)$/
|
|
54677
54677
|
// See rest below
|
|
@@ -86623,7 +86623,7 @@ const fwe = async (e) => {
|
|
|
86623
86623
|
console.error("Decryption error:", t);
|
|
86624
86624
|
}
|
|
86625
86625
|
}, mwe = (e) => {
|
|
86626
|
-
const n = (/* @__PURE__ */ new Date()).toLocaleDateString().split("/")
|
|
86626
|
+
const n = (/* @__PURE__ */ new Date()).toLocaleDateString().split("/")?.[0], a = e?.split("/")?.[0];
|
|
86627
86627
|
return n !== a;
|
|
86628
86628
|
}, Jl = async (e, t, n, a, i) => {
|
|
86629
86629
|
if (!e) {
|