@sanity/orderable-document-list 1.0.0-v3-studio.8 → 1.0.0
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 +6 -9
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
# @sanity/orderable-document-list
|
|
2
2
|
|
|
3
|
-
> **
|
|
4
|
-
>
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
> For the v2 version, please refer to the [v2-branch](https://github.com/sanity-io/orderable-document-list).
|
|
8
|
-
|
|
9
|
-
## What is it?
|
|
3
|
+
>This is a **Sanity Studio v2** plugin.
|
|
4
|
+
> For the v2 version, please refer to the [v2-branch](https://github.com/sanity-io/orderable-document-list/tree/studio-v2).
|
|
5
|
+
#
|
|
6
|
+
# What is it?
|
|
10
7
|
Drag-and-drop Document Ordering without leaving the Editing surface.
|
|
11
8
|
|
|
12
9
|

|
|
@@ -37,13 +34,13 @@ export default defineConfig({
|
|
|
37
34
|
Run the following command in your studio directory
|
|
38
35
|
|
|
39
36
|
```sh
|
|
40
|
-
npm install --save @sanity/orderable-document-list
|
|
37
|
+
npm install --save @sanity/orderable-document-list
|
|
41
38
|
```
|
|
42
39
|
|
|
43
40
|
or
|
|
44
41
|
|
|
45
42
|
```sh
|
|
46
|
-
yarn add @sanity/orderable-document-list
|
|
43
|
+
yarn add @sanity/orderable-document-list
|
|
47
44
|
```
|
|
48
45
|
|
|
49
46
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/orderable-document-list",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Drag-and-drop Document Ordering without leaving the Editing surface",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
|
-
"url": "
|
|
15
|
+
"url": "git@github.com:sanity-io/orderable-document-list.git"
|
|
16
16
|
},
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"author": "Sanity.io <hello@sanity.io>",
|
|
@@ -91,12 +91,12 @@
|
|
|
91
91
|
"react": "^18",
|
|
92
92
|
"react-dom": "^18",
|
|
93
93
|
"rimraf": "^3.0.2",
|
|
94
|
-
"sanity": "3.0.0-rc.
|
|
94
|
+
"sanity": "3.0.0-rc.2",
|
|
95
95
|
"typescript": "^4.8.4"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"react": "^18",
|
|
99
|
-
"sanity": "dev-preview || 3.0.0-rc.
|
|
99
|
+
"sanity": "dev-preview || 3.0.0-rc.2"
|
|
100
100
|
},
|
|
101
101
|
"engines": {
|
|
102
102
|
"node": ">=14"
|