@cas-smartdesign/list 6.3.0 → 6.3.1

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
@@ -437,8 +437,7 @@ Although normally the page would change by such a selection, so it may not be ne
437
437
  </ul>
438
438
  </li>
439
439
  </ul>
440
- <h2 id="examples">Examples</h2>
441
- `;document.querySelector("#markdown-container").innerHTML=Ha;Ua(Object.assign({"./examples/declarative-list-item/index.ts":Hs,"./examples/declarative-option/index.ts":Ks,"./examples/multi-select/index.ts":er,"./examples/single-select/index.ts":rr,"./examples/trigger-only/index.ts":dr}));export{Kt as L};
440
+ `,Wa=document.querySelector("#markdown-container");Wa.innerHTML=Ha;Ua(Object.assign({"./examples/declarative-list-item/index.ts":Hs,"./examples/declarative-option/index.ts":Ks,"./examples/multi-select/index.ts":er,"./examples/single-select/index.ts":rr,"./examples/trigger-only/index.ts":dr}),document.querySelector(".markdown-body"));export{Kt as L};
442
441
  function __vite__mapDeps(indexes) {
443
442
  if (!__vite__mapDeps.viteFileDeps) {
444
443
  __vite__mapDeps.viteFileDeps = ["./multi-select.js","./sample-data.mjs","./single-select.js","./trigger-only.js"]
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@cas-smartdesign/list",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "A list element with SmartDesign look and feel.",
5
5
  "main": "dist/list-with-externals.js",
6
6
  "module": "dist/list.mjs",
7
7
  "license": "SEE LICENSE IN LICENSE",
8
8
  "types": "dist/list.d.ts",
9
9
  "dependencies": {
10
- "@cas-smartdesign/element-base": "^5.0.1",
11
- "@cas-smartdesign/list-item": "^7.2.2"
10
+ "@cas-smartdesign/list-item": "^7.2.3",
11
+ "@cas-smartdesign/element-base": "^5.0.2"
12
12
  },
13
13
  "devDependencies": {
14
- "@cas-smartdesign/element-utils": "^1.0.2",
15
- "@cas-smartdesign/element-preview": "^0.2.1",
16
- "@cas-smartdesign/license-generator": "^1.6.1"
14
+ "@cas-smartdesign/element-preview": "^0.2.2",
15
+ "@cas-smartdesign/element-utils": "^1.0.3",
16
+ "@cas-smartdesign/license-generator": "^1.6.3"
17
17
  },
18
18
  "files": [
19
19
  "dist",
package/readme.md CHANGED
@@ -67,5 +67,3 @@ In addition to above mentioned aria attributes, the items are marked with certai
67
67
  - Set if the item is currently focused.
68
68
  - `selected`
69
69
  - Set if the item is selected.
70
-
71
- ## Examples