@cas-smartdesign/tree 4.0.4 → 4.0.5

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
@@ -746,8 +746,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`),O=h,S=g),v===void 0&&(
746
746
  </ul>
747
747
  </li>
748
748
  </ul>
749
- <h2 id="examples">Examples</h2>
750
- `;document.querySelector("#markdown-container").innerHTML=Ed;wd(Object.assign({"./examples/1_declarative_checkbox/index.ts":dr,"./examples/2_declarative_radiobutton/index.ts":fr,"./examples/3_lazy_loading/index.ts":Er}));export{ro as C,In as R,vo as T,go as f,io as i};
749
+ `,kd=document.querySelector("#markdown-container");kd.innerHTML=Ed;wd(Object.assign({"./examples/1_declarative_checkbox/index.ts":dr,"./examples/2_declarative_radiobutton/index.ts":fr,"./examples/3_lazy_loading/index.ts":Er}),document.querySelector(".markdown-body"));export{ro as C,In as R,vo as T,go as f,io as i};
751
750
  function __vite__mapDeps(indexes) {
752
751
  if (!__vite__mapDeps.viteFileDeps) {
753
752
  __vite__mapDeps.viteFileDeps = []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cas-smartdesign/tree",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "",
5
5
  "main": "dist/tree-with-externals.js",
6
6
  "module": "dist/tree.mjs",
@@ -8,9 +8,9 @@
8
8
  "types": "dist/tree.d.ts",
9
9
  "dependencies": {
10
10
  "lit": "^2.8.0",
11
- "@cas-smartdesign/radio-button-group": "^4.0.2",
12
- "@cas-smartdesign/checkbox": "^5.0.1",
13
- "@cas-smartdesign/styles": "^3.6.1"
11
+ "@cas-smartdesign/checkbox": "^5.0.2",
12
+ "@cas-smartdesign/styles": "^3.6.2",
13
+ "@cas-smartdesign/radio-button-group": "^4.0.3"
14
14
  },
15
15
  "files": [
16
16
  "dist",
@@ -24,8 +24,8 @@
24
24
  "@vitest/coverage-v8": "^1.1.1",
25
25
  "@vitest/ui": "^1.1.1",
26
26
  "vitest": "^1.1.1",
27
- "@cas-smartdesign/license-generator": "^1.6.2",
28
- "@cas-smartdesign/element-preview": "^0.2.1"
27
+ "@cas-smartdesign/license-generator": "^1.6.3",
28
+ "@cas-smartdesign/element-preview": "^0.2.2"
29
29
  },
30
30
  "scripts": {
31
31
  "version": "pnpm version",
package/readme.md CHANGED
@@ -107,5 +107,3 @@ An element for visualizing tree data structure.
107
107
  - If a node has all of its descendants selected, then it is selected
108
108
  - If a node has only some of its descendants selected, then it is in indeterminate state
109
109
  - If a node has none of its descendants selected, then it is unselected
110
-
111
- ## Examples