sanity-plugin-taxonomy-manager 4.3.1 → 4.4.2
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 +10 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
The Taxonomy Manager document schema is based on the [World Wide Web Consortium](https://www.w3.org/) (W3C) [Simple Knowledge Organization Scheme](https://www.w3.org/TR/skos-reference/) (SKOS) recommendation. Concept and concept scheme editor tools include standard SKOS properties, hints for creating consistent concepts and vocabularies, and validation functions for preventing consistency errors. -->
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
| ----------------------------------------------------------------------- |
|
|
12
|
+

|
|
14
13
|
|
|
15
14
|
## Documentation
|
|
16
15
|
|
|
@@ -116,7 +115,7 @@ export default defineConfig({
|
|
|
116
115
|
|
|
117
116
|
## Contributing
|
|
118
117
|
|
|
119
|
-
|
|
118
|
+
See something that could be improved (or a bug that should be fixed)? Please feel free to pitch in.
|
|
120
119
|
|
|
121
120
|
- This plugin uses [@sanity/plugin-kit](https://github.com/sanity-io/plugin-kit)
|
|
122
121
|
with default configuration for build & watch scripts.
|
|
@@ -149,8 +148,8 @@ graph BT
|
|
|
149
148
|
<i style="color: gray; font-size: small">uses SchemeContext</i>
|
|
150
149
|
<i style="color: gray; font-size: small">uses TreeContext</i>
|
|
151
150
|
]-->TreeStructure.tsx
|
|
152
|
-
|
|
153
|
-
|
|
151
|
+
Concepts.tsx[
|
|
152
|
+
Concepts.tsx
|
|
154
153
|
<i style="color: gray; font-size: small">uses SchemeContext</i>
|
|
155
154
|
<i style="color: gray; font-size: small">uses TreeContext</i>
|
|
156
155
|
]-->TreeStructure.tsx
|
|
@@ -158,13 +157,13 @@ graph BT
|
|
|
158
157
|
|
|
159
158
|
%% Sequence below maintains RTL ordering:
|
|
160
159
|
ConceptDetailLink.tsx-->TopConcepts.tsx
|
|
161
|
-
ConceptDetailLink.tsx-->
|
|
160
|
+
ConceptDetailLink.tsx-->Concepts.tsx
|
|
162
161
|
|
|
163
162
|
ChildConcepts.tsx-->TopConcepts.tsx
|
|
164
|
-
ChildConcepts.tsx-->
|
|
163
|
+
ChildConcepts.tsx-->Concepts.tsx
|
|
165
164
|
Children.tsx-->ChildConcepts.tsx
|
|
166
165
|
|
|
167
|
-
ConceptDetailDialogue.tsx-->
|
|
166
|
+
ConceptDetailDialogue.tsx-->Concepts.tsx
|
|
168
167
|
ConceptDetailDialogue.tsx-->TopConcepts.tsx
|
|
169
168
|
|
|
170
169
|
ConceptDetailLink.tsx-->Children.tsx
|
|
@@ -204,13 +203,13 @@ graph BT
|
|
|
204
203
|
<i style="color: gray; font-size: small">uses SchemeContext</i>
|
|
205
204
|
<i style="color: gray; font-size: small">uses TreeContext</i>
|
|
206
205
|
]-->TreeStructure.tsx
|
|
207
|
-
|
|
208
|
-
|
|
206
|
+
Concepts.tsx[
|
|
207
|
+
Concepts.tsx
|
|
209
208
|
<i style="color: gray; font-size: small">uses SchemeContext</i>
|
|
210
209
|
<i style="color: gray; font-size: small">uses TreeContext</i>
|
|
211
210
|
]-->TreeStructure.tsx
|
|
212
211
|
ChildConcepts.tsx-->TopConcepts.tsx
|
|
213
|
-
ChildConcepts.tsx-->
|
|
212
|
+
ChildConcepts.tsx-->Concepts.tsx
|
|
214
213
|
Children.tsx-->ChildConcepts.tsx
|
|
215
214
|
end
|
|
216
215
|
end
|