@cas-smartdesign/tab-bar 4.0.1 → 4.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 +1 -2
- package/package.json +4 -4
- package/readme.md +0 -2
package/dist/docs/doc.mjs
CHANGED
|
@@ -358,8 +358,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`),B=d,$=b),x===void 0&&(
|
|
|
358
358
|
</ul>
|
|
359
359
|
</li>
|
|
360
360
|
</ul>
|
|
361
|
-
|
|
362
|
-
`;document.querySelector("#markdown-container").innerHTML=id;Qh(Object.assign({"./examples/1_declarative/index.ts":Gs,"./examples/2_horizontal/index.ts":io,"./examples/3_vertical/index.ts":lo}));export{se as T};
|
|
361
|
+
`,nd=document.querySelector("#markdown-container");nd.innerHTML=id;Qh(Object.assign({"./examples/1_declarative/index.ts":Gs,"./examples/2_horizontal/index.ts":io,"./examples/3_vertical/index.ts":lo}),document.querySelector(".markdown-body"));export{se as T};
|
|
363
362
|
function __vite__mapDeps(indexes) {
|
|
364
363
|
if (!__vite__mapDeps.viteFileDeps) {
|
|
365
364
|
__vite__mapDeps.viteFileDeps = []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cas-smartdesign/tab-bar",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
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",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@popperjs/core": "^2.11.8",
|
|
11
11
|
"lit": "^2.8.0",
|
|
12
|
-
"@cas-smartdesign/virtual-list": "^6.2.
|
|
12
|
+
"@cas-smartdesign/virtual-list": "^6.2.3"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@cas-smartdesign/
|
|
16
|
-
"@cas-smartdesign/
|
|
15
|
+
"@cas-smartdesign/license-generator": "^1.6.3",
|
|
16
|
+
"@cas-smartdesign/element-preview": "^0.2.2"
|
|
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
|