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.
Files changed (2) hide show
  1. package/README.md +10 -11
  2. 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
- | ![taxonomy manager plugin screenshot](docs/_images/taxonomyManager.png) |
13
- | ----------------------------------------------------------------------- |
12
+ ![taxonomy manager plugin screenshot](docs/_images/taxonomyManager.png)
14
13
 
15
14
  ## Documentation
16
15
 
@@ -116,7 +115,7 @@ export default defineConfig({
116
115
 
117
116
  ## Contributing
118
117
 
119
- Community collaboration is highly encouraged. To make sure your contributions are aligned with project goals and principles, please read the [contributing docs](https://sanitytaxonomymanager.com/#/contributing) before submitting a pull request.
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
- Orphans.tsx[
153
- Orphans.tsx
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-->Orphans.tsx
160
+ ConceptDetailLink.tsx-->Concepts.tsx
162
161
 
163
162
  ChildConcepts.tsx-->TopConcepts.tsx
164
- ChildConcepts.tsx-->Orphans.tsx
163
+ ChildConcepts.tsx-->Concepts.tsx
165
164
  Children.tsx-->ChildConcepts.tsx
166
165
 
167
- ConceptDetailDialogue.tsx-->Orphans.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
- Orphans.tsx[
208
- Orphans.tsx
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-->Orphans.tsx
212
+ ChildConcepts.tsx-->Concepts.tsx
214
213
  Children.tsx-->ChildConcepts.tsx
215
214
  end
216
215
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-taxonomy-manager",
3
- "version": "4.3.1",
3
+ "version": "4.4.2",
4
4
  "description": "Create and manage SKOS compliant taxonomies, thesauri, and classification schemes in Sanity Studio.",
5
5
  "keywords": [
6
6
  "sanity",