tetrons 2.3.93 → 2.3.94
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -17186,7 +17186,7 @@ function TetronsToolbar({
|
|
|
17186
17186
|
].includes(a)
|
|
17187
17187
|
)
|
|
17188
17188
|
}
|
|
17189
|
-
),
|
|
17189
|
+
), (version === "platinum" || effectiveAddOns.includes("ai") || effectiveAddOns.includes("voice to text")) && /* @__PURE__ */ import_react23.default.createElement(
|
|
17190
17190
|
AiGroup,
|
|
17191
17191
|
{
|
|
17192
17192
|
editor,
|
package/dist/index.mjs
CHANGED
|
@@ -17195,7 +17195,7 @@ function TetronsToolbar({
|
|
|
17195
17195
|
].includes(a)
|
|
17196
17196
|
)
|
|
17197
17197
|
}
|
|
17198
|
-
),
|
|
17198
|
+
), (version === "platinum" || effectiveAddOns.includes("ai") || effectiveAddOns.includes("voice to text")) && /* @__PURE__ */ React16.createElement(
|
|
17199
17199
|
AiGroup,
|
|
17200
17200
|
{
|
|
17201
17201
|
editor,
|