arky-sdk 0.5.66 → 0.5.67
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.cjs +0 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +22 -9
- package/dist/types.d.ts +22 -9
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -675,9 +675,6 @@ function unwrapBlock(block, locale) {
|
|
|
675
675
|
}
|
|
676
676
|
return parsed;
|
|
677
677
|
}
|
|
678
|
-
if (block.type === "text_filter" || block.type === "number_filter") {
|
|
679
|
-
return block.value;
|
|
680
|
-
}
|
|
681
678
|
if (block.type === "localized_text" || block.type === "markdown") {
|
|
682
679
|
return block.value?.[locale];
|
|
683
680
|
}
|