@ulb-darmstadt/shacl-form 1.6.2 → 1.6.4

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 CHANGED
@@ -108,7 +108,7 @@ Sets a callback function that is invoked when a SHACL property has an `sh:class`
108
108
  ```typescript
109
109
  setSharedShapesGraph(graph: Store)
110
110
  ```
111
- Set an externally managed shapes graph to use. This improves performance When using multiple instances of `shacl-form` on the same page.
111
+ Set an externally managed shapes graph to use. This improves performance When using multiple instances of `shacl-form` on the same page. Note that the shape triples need to be stored in the graph with ID `shapes` to be recognized.
112
112
 
113
113
  ## Features
114
114
 
@@ -260,7 +260,7 @@ Apart from grouped properties, all properties having an `sh:node` predicate and
260
260
 
261
261
  Theme | Import statement
262
262
  --- | ---
263
- [Default]((./src/themes/default.ts)) (slightly customized default browser styles) | `import '@ulb-darmstadt/shacl-form/form-default.js'`
263
+ [Default](./src/themes/default.ts) (slightly customized default browser styles) | `import '@ulb-darmstadt/shacl-form/form-default.js'`
264
264
  [Bootstrap](./src/themes/bootstrap.ts) [alpha status] | `import '@ulb-darmstadt/shacl-form/form-bootstrap.js'`
265
265
  [Material Design](./src/themes/material.ts) [alpha status] | `import '@ulb-darmstadt/shacl-form/form-material.js'`
266
266