@sanity/embeddings-index-ui 1.1.4 → 1.1.5
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/api/isEnabled.tsx +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -47,7 +47,7 @@ function FeatureDisabledNotice(props) {
|
|
|
47
47
|
padding: 4,
|
|
48
48
|
children: /* @__PURE__ */jsxs(Text, {
|
|
49
49
|
size: 1,
|
|
50
|
-
children: ["\u{1F48E} Unlock semantic search with Embeddings Index
|
|
50
|
+
children: ["\u{1F48E} Unlock semantic search with the Embeddings Index API \u2014 available on Team, Business, and Enterprise plans.", " ", /* @__PURE__ */jsx("a", {
|
|
51
51
|
href: "https://www.sanity.io/manage/project/".concat(projectId, "/plan").concat((_a = props.urlSuffix) != null ? _a : ""),
|
|
52
52
|
children: "Upgrade now \u2192"
|
|
53
53
|
})]
|