@patimweb/crtstyleguide 1.0.32 → 1.0.33

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/lib/index.js CHANGED
@@ -3738,7 +3738,9 @@ let I = class extends p {
3738
3738
  _handleChange(e) {
3739
3739
  const t = e.target;
3740
3740
  this.checked = t.checked, this.dispatchEvent(new CustomEvent("change", {
3741
- detail: { checked: this.checked }
3741
+ detail: { checked: this.checked },
3742
+ bubbles: !0,
3743
+ composed: !0
3742
3744
  }));
3743
3745
  }
3744
3746
  render() {
@@ -7702,6 +7704,7 @@ let N = class extends p {
7702
7704
  ${this.vignette && t ? l`<div class="${r}"></div>` : ""}
7703
7705
  ${this.scanlines && t ? l`<div class="${i}"></div>` : ""}
7704
7706
  ${this.scanlines && t ? l`<div class="${a}"></div>` : ""}
7707
+ ${this.scanlines && t ? l`<div class="scanline-roll"></div>` : ""}
7705
7708
  ${this.flicker && t ? l`<div class="${s}"></div>` : ""}
7706
7709
  ${o ? l`
7707
7710
  <div class="power-container ${this._powerState}">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patimweb/crtstyleguide",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "CRT Style Guide - Retro Lit component library",
5
5
  "type": "module",
6
6
  "main": "dist/lib/index.js",