@cas-smartdesign/checkbox 5.0.1 → 5.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 CHANGED
@@ -163,8 +163,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`),O=h,_=g),w===void 0&&(
163
163
  <li><code>validationIconSrc</code></li>
164
164
  <li><code>validationLevel</code></li>
165
165
  </ul>
166
- <h2 id="examples">Examples</h2>
167
- `;document.querySelector("#markdown-container").innerHTML=Ma;Ca(Object.assign({"./examples/basic/index.ts":js,"./examples/indeterminate/index.ts":Ws,"./examples/tabindex/index.ts":Zs,"./examples/validation/index.ts":Ys}));export{ct as h};
166
+ `,Na=document.querySelector("#markdown-container");Na.innerHTML=Ma;Ca(Object.assign({"./examples/basic/index.ts":js,"./examples/indeterminate/index.ts":Ws,"./examples/tabindex/index.ts":Zs,"./examples/validation/index.ts":Ys}),document.querySelector(".markdown-body"));export{ct as h};
168
167
  function __vite__mapDeps(indexes) {
169
168
  if (!__vite__mapDeps.viteFileDeps) {
170
169
  __vite__mapDeps.viteFileDeps = []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cas-smartdesign/checkbox",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "A checkbox element which encloses the look and feel of the smartdesign checkbox",
5
5
  "main": "dist/checkbox-with-externals.js",
6
6
  "module": "dist/checkbox.mjs",
@@ -8,8 +8,8 @@
8
8
  "license": "SEE LICENSE IN LICENSE",
9
9
  "dependencies": {
10
10
  "lit": "^2.8.0",
11
- "@cas-smartdesign/field-validation-message": "^5.0.1",
12
- "@cas-smartdesign/styles": "^3.6.1"
11
+ "@cas-smartdesign/styles": "^3.6.2",
12
+ "@cas-smartdesign/field-validation-message": "^5.0.2"
13
13
  },
14
14
  "files": [
15
15
  "dist",
@@ -20,8 +20,8 @@
20
20
  "access": "public"
21
21
  },
22
22
  "devDependencies": {
23
- "@cas-smartdesign/license-generator": "^1.6.1",
24
- "@cas-smartdesign/element-preview": "^0.2.1"
23
+ "@cas-smartdesign/license-generator": "^1.6.3",
24
+ "@cas-smartdesign/element-preview": "^0.2.2"
25
25
  },
26
26
  "scripts": {
27
27
  "version": "pnpm version",
package/readme.md CHANGED
@@ -33,5 +33,3 @@ The element could show validation messages via an `sd-field-validation-message`
33
33
  - `validationMessage`
34
34
  - `validationIconSrc`
35
35
  - `validationLevel`
36
-
37
- ## Examples