@cas-smartdesign/relation 3.0.1 → 3.0.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/dist/docs/doc.mjs CHANGED
@@ -218,5 +218,4 @@ https://github.com/highlightjs/highlight.js/issues/2277`),k=u,v=d),w===void 0&&(
218
218
  </code></pre>
219
219
  </li>
220
220
  </ul>
221
- <h2 id="examples">Examples</h2>
222
- `;document.querySelector("#markdown-container").innerHTML=Ho;Do(Object.assign({"./examples/1_read_only/index.ts":Tr,"./examples/2_editable/index.ts":Lr}));
221
+ `,Wo=document.querySelector("#markdown-container");Wo.innerHTML=Ho;Do(Object.assign({"./examples/1_read_only/index.ts":Tr,"./examples/2_editable/index.ts":Lr}),document.querySelector(".markdown-body"));
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@cas-smartdesign/relation",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "A element that is able to visualize a relation between two objects, considering the cardinality and a description",
5
5
  "main": "dist/relation-with-externals.js",
6
6
  "module": "dist/relation.mjs",
7
7
  "types": "dist/relation.d.ts",
8
8
  "license": "SEE LICENSE IN LICENSE",
9
9
  "dependencies": {
10
- "@cas-smartdesign/element-base": "^5.0.1"
10
+ "@cas-smartdesign/element-base": "^5.0.2"
11
11
  },
12
12
  "files": [
13
13
  "dist",
@@ -18,8 +18,8 @@
18
18
  "access": "public"
19
19
  },
20
20
  "devDependencies": {
21
- "@cas-smartdesign/license-generator": "^1.6.1",
22
- "@cas-smartdesign/element-preview": "^0.2.1"
21
+ "@cas-smartdesign/license-generator": "^1.6.3",
22
+ "@cas-smartdesign/element-preview": "^0.2.2"
23
23
  },
24
24
  "scripts": {
25
25
  "version": "pnpm version",
package/readme.md CHANGED
@@ -31,5 +31,3 @@ A custom element that is able to visualize a relation between two objects, consi
31
31
  | |---------------| |
32
32
  ---------- ----------
33
33
  128px 240px 128px
34
-
35
- ## Examples