@progressive-development/pd-forms 0.0.20 → 0.0.21

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
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent pd-forms following open-wc recommendations",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "author": "PD Progressive Development",
6
- "version": "0.0.20",
6
+ "version": "0.0.21",
7
7
  "main": "index.js",
8
8
  "module": "index.js",
9
9
  "scripts": {
package/src/PdCheckbox.js CHANGED
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
 
7
- Änderungen an den Klassen aus node_modules übernommen, nicht deployed und verwendet => offen
7
+ // Änderungen an den Klassen aus node_modules übernommen, nicht deployed und verwendet => offen
8
8
 
9
9
  import { html, css } from "lit";
10
10
  import { classMap } from 'lit/directives/class-map.js';