sanity-plugin-iconify 3.0.0 → 4.0.1
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/README.md +1 -1
- package/dist/index.cjs +401 -296
- package/dist/index.d.cts +89 -363
- package/dist/index.d.mts +89 -0
- package/dist/index.mjs +434 -0
- package/package.json +75 -49
- package/src/combobox/search-input.tsx +12 -2
- package/src/lib/api.ts +1 -0
- package/src/lib/icon-types.gen.ts +1 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.ts +0 -363
- package/dist/index.js +0 -362
- package/dist/index.js.map +0 -1
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ Enhance your [Sanity](https://www.sanity.io/) project with the Iconify plugin, w
|
|
|
41
41
|
|
|
42
42
|
## 🚀 Getting Started
|
|
43
43
|
|
|
44
|
-
> **Requires Sanity Studio v5.** For Sanity Studio v3/v4, use [v2.x](https://github.com/waspeer/sanity-plugin-iconify/tree/v2).
|
|
44
|
+
> **Requires Sanity Studio v5 or v6.** For Sanity Studio v3/v4, use [v2.x](https://github.com/waspeer/sanity-plugin-iconify/tree/v2).
|
|
45
45
|
|
|
46
46
|
### Installation
|
|
47
47
|
|