sanity-plugin-utils 1.6.5 → 1.6.7

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/lib/index.cjs.js DELETED
@@ -1,13 +0,0 @@
1
- import cjs from './index.cjs';
2
-
3
- export const Cell = cjs.Cell;
4
- export const Feedback = cjs.Feedback;
5
- export const Row = cjs.Row;
6
- export const Table = cjs.Table;
7
- export const UserSelectMenu = cjs.UserSelectMenu;
8
- export const useImageUrlBuilder = cjs.useImageUrlBuilder;
9
- export const useImageUrlBuilderImage = cjs.useImageUrlBuilderImage;
10
- export const useListeningQuery = cjs.useListeningQuery;
11
- export const useOpenInNewPane = cjs.useOpenInNewPane;
12
- export const useProjectUsers = cjs.useProjectUsers;
13
-