@cas-smartdesign/tab-bar 4.0.1 → 4.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cas-smartdesign/tab-bar",
3
- "version": "4.0.1",
3
+ "version": "4.1.0",
4
4
  "description": "A TabBar element with SmartDesign look & feel",
5
5
  "main": "dist/tab-bar-with-externals.js",
6
6
  "module": "dist/tab-bar.mjs",
@@ -8,12 +8,12 @@
8
8
  "license": "SEE LICENSE IN LICENSE",
9
9
  "dependencies": {
10
10
  "@popperjs/core": "^2.11.8",
11
- "lit": "^2.8.0",
12
- "@cas-smartdesign/virtual-list": "^6.2.2"
11
+ "lit": "^3.3.1",
12
+ "@cas-smartdesign/virtual-list": "^6.3.0"
13
13
  },
14
14
  "devDependencies": {
15
- "@cas-smartdesign/element-preview": "^0.2.1",
16
- "@cas-smartdesign/license-generator": "^1.6.1"
15
+ "@cas-smartdesign/element-preview": "^0.3.0",
16
+ "@cas-smartdesign/license-generator": "^1.7.0"
17
17
  },
18
18
  "files": [
19
19
  "dist",
package/readme.md CHANGED
@@ -60,5 +60,3 @@ Note that all the following attributes are reflected to properties as well.
60
60
 
61
61
  - `selection`
62
62
  - Dispatched when a tab is selected. Contains the selected index, the selected tab element and may also contain a selected anchor if the tab has anchors in it
63
-
64
- ## Examples