@valbuild/ui 0.21.1 → 0.21.2
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/valbuild-ui.cjs.js
CHANGED
|
@@ -62757,7 +62757,6 @@ function parseTokens(tokens, sourceNodes, cursor, insideList = false) {
|
|
|
62757
62757
|
children: parseTokens(token.tokens ? token.tokens : [], sourceNodes, 0).children
|
|
62758
62758
|
});
|
|
62759
62759
|
} else if (token.type === "text") {
|
|
62760
|
-
console.log(" ", token.raw.slice(0, 10));
|
|
62761
62760
|
if ("tokens" in token && Array.isArray(token.tokens)) {
|
|
62762
62761
|
children.push(
|
|
62763
62762
|
...parseTokens(token.tokens, sourceNodes, cursor, insideList).children
|
package/dist/valbuild-ui.esm.js
CHANGED
|
@@ -62755,7 +62755,6 @@ function parseTokens(tokens, sourceNodes, cursor, insideList = false) {
|
|
|
62755
62755
|
children: parseTokens(token.tokens ? token.tokens : [], sourceNodes, 0).children
|
|
62756
62756
|
});
|
|
62757
62757
|
} else if (token.type === "text") {
|
|
62758
|
-
console.log(" ", token.raw.slice(0, 10));
|
|
62759
62758
|
if ("tokens" in token && Array.isArray(token.tokens)) {
|
|
62760
62759
|
children.push(
|
|
62761
62760
|
...parseTokens(token.tokens, sourceNodes, cursor, insideList).children
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valbuild/ui",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.2",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"typecheck": "tsc --noEmit",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@lexical/utils": "^0.10.0",
|
|
18
18
|
"@types/express": "^4.17.17",
|
|
19
19
|
"@types/react": "^18.0.26",
|
|
20
|
-
"@valbuild/core": "~0.21.
|
|
20
|
+
"@valbuild/core": "~0.21.2",
|
|
21
21
|
"classnames": "^2.3.2",
|
|
22
22
|
"esbuild": "^0.17.19",
|
|
23
23
|
"lexical": "^0.10.0",
|
|
@@ -75,7 +75,6 @@ function parseTokens(
|
|
|
75
75
|
.children as SpanNode<AnyRichTextOptions>["children"],
|
|
76
76
|
});
|
|
77
77
|
} else if (token.type === "text") {
|
|
78
|
-
console.log(" ", token.raw.slice(0, 10));
|
|
79
78
|
if ("tokens" in token && Array.isArray(token.tokens)) {
|
|
80
79
|
children.push(
|
|
81
80
|
...parseTokens(token.tokens, sourceNodes, cursor, insideList).children
|