@wix/auto_sdk_comments_comments 1.0.8 → 1.0.9
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/build/{comments-v2-comment-comments.universal-DjW1a70o.d.mts → comments-v2-comment-comments.universal-Bt560XJw.d.mts} +6 -1
- package/build/{comments-v2-comment-comments.universal-DjW1a70o.d.ts → comments-v2-comment-comments.universal-Bt560XJw.d.ts} +6 -1
- package/build/index.d.mts +2 -2
- package/build/index.d.ts +2 -2
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/build/index.mjs +1 -0
- package/build/index.mjs.map +1 -1
- package/build/internal/{comments-v2-comment-comments.universal-DjW1a70o.d.mts → comments-v2-comment-comments.universal-Bt560XJw.d.mts} +6 -1
- package/build/internal/{comments-v2-comment-comments.universal-DjW1a70o.d.ts → comments-v2-comment-comments.universal-Bt560XJw.d.ts} +6 -1
- package/build/internal/index.d.mts +2 -2
- package/build/internal/index.d.ts +2 -2
- package/build/internal/index.js +1 -0
- package/build/internal/index.js.map +1 -1
- package/build/internal/index.mjs +1 -0
- package/build/internal/index.mjs.map +1 -1
- package/build/internal/meta.d.mts +7 -2
- package/build/internal/meta.d.ts +7 -2
- package/build/meta.d.mts +7 -2
- package/build/meta.d.ts +7 -2
- package/package.json +2 -2
package/build/index.mjs
CHANGED
|
@@ -2656,6 +2656,7 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
|
2656
2656
|
DecorationType2["COLOR"] = "COLOR";
|
|
2657
2657
|
DecorationType2["FONT_SIZE"] = "FONT_SIZE";
|
|
2658
2658
|
DecorationType2["EXTERNAL"] = "EXTERNAL";
|
|
2659
|
+
DecorationType2["STRIKETHROUGH"] = "STRIKETHROUGH";
|
|
2659
2660
|
return DecorationType2;
|
|
2660
2661
|
})(DecorationType || {});
|
|
2661
2662
|
var FontType = /* @__PURE__ */ ((FontType2) => {
|