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 CHANGED
@@ -17186,7 +17186,7 @@ function TetronsToolbar({
17186
17186
  ].includes(a)
17187
17187
  )
17188
17188
  }
17189
- ), effectiveAddOns.some((a) => ["ai", "voice to text"].includes(a)) && /* @__PURE__ */ import_react23.default.createElement(
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
- ), effectiveAddOns.some((a) => ["ai", "voice to text"].includes(a)) && /* @__PURE__ */ React16.createElement(
17198
+ ), (version === "platinum" || effectiveAddOns.includes("ai") || effectiveAddOns.includes("voice to text")) && /* @__PURE__ */ React16.createElement(
17199
17199
  AiGroup,
17200
17200
  {
17201
17201
  editor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tetrons",
3
- "version": "2.3.93",
3
+ "version": "2.3.94",
4
4
  "description": "A Next.js project written in TypeScript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",