@cas-smartdesign/lit-slider 7.0.4 → 7.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 +1 -2
- package/package.json +5 -5
- package/readme.md +0 -2
package/dist/docs/doc.mjs
CHANGED
|
@@ -479,8 +479,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`),N=d,S=m),y===void 0&&(
|
|
|
479
479
|
</ul>
|
|
480
480
|
<h2 id="other">Other</h2>
|
|
481
481
|
<p>It supports touch devices, uses aria attributes and includes the default keydown event handling such as arrow- left, top, right, bottom.</p>
|
|
482
|
-
|
|
483
|
-
`;document.querySelector("#markdown-container").innerHTML=vc;gc(Object.assign({"./examples/basic-usages/index.ts":ss,"./examples/coloring/index.ts":ds,"./examples/editable-usages/index.ts":bs,"./examples/validation/index.ts":_s}));
|
|
482
|
+
`,yc=document.querySelector("#markdown-container");yc.innerHTML=vc;gc(Object.assign({"./examples/basic-usages/index.ts":ss,"./examples/coloring/index.ts":ds,"./examples/editable-usages/index.ts":bs,"./examples/validation/index.ts":_s}),document.querySelector(".markdown-body"));
|
|
484
483
|
function __vite__mapDeps(indexes) {
|
|
485
484
|
if (!__vite__mapDeps.viteFileDeps) {
|
|
486
485
|
__vite__mapDeps.viteFileDeps = []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cas-smartdesign/lit-slider",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.5",
|
|
4
4
|
"description": "A slider element based on LitElement & material components",
|
|
5
5
|
"main": "dist/slider-with-externals.js",
|
|
6
6
|
"module": "dist/slider.mjs",
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"big.js": "^6.2.1",
|
|
11
11
|
"hex-rgb": "^5.0.0",
|
|
12
12
|
"lit": "^2.8.0",
|
|
13
|
-
"@cas-smartdesign/field-validation-message": "^5.0.
|
|
14
|
-
"@cas-smartdesign/lit-input": "^7.1.
|
|
13
|
+
"@cas-smartdesign/field-validation-message": "^5.0.2",
|
|
14
|
+
"@cas-smartdesign/lit-input": "^7.1.4"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/big.js": "^6.2.2",
|
|
18
|
-
"@cas-smartdesign/
|
|
19
|
-
"@cas-smartdesign/
|
|
18
|
+
"@cas-smartdesign/license-generator": "^1.6.3",
|
|
19
|
+
"@cas-smartdesign/element-preview": "^0.2.2"
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"dist",
|
package/readme.md
CHANGED