@nysds/components 1.9.0 → 1.9.1
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/nysds.es.js +2 -2
- package/dist/nysds.es.js.map +1 -1
- package/dist/nysds.js +2 -2
- package/dist/nysds.js.map +1 -1
- package/package.json +1 -1
package/dist/nysds.es.js
CHANGED
|
@@ -2,7 +2,7 @@ import { css as u, LitElement as y, html as l } from "lit";
|
|
|
2
2
|
import { property as r, query as ye, state as I } from "lit/decorators.js";
|
|
3
3
|
import { ifDefined as h } from "lit/directives/if-defined.js";
|
|
4
4
|
/*!
|
|
5
|
-
* New York State Design System (v1.9.
|
|
5
|
+
* New York State Design System (v1.9.1)
|
|
6
6
|
* Description: A design system for New York State's digital products.
|
|
7
7
|
* Repository: https://github.com/its-hcd/nysds
|
|
8
8
|
* License: MIT
|
|
@@ -5696,7 +5696,7 @@ const H = (Q = class extends y {
|
|
|
5696
5696
|
_handleChange(e) {
|
|
5697
5697
|
const t = e.target;
|
|
5698
5698
|
this.value = t.value, this._internals.setFormValue(this.value), this._hasUserInteracted && this._validate(), this.dispatchEvent(
|
|
5699
|
-
new CustomEvent("change", {
|
|
5699
|
+
new CustomEvent("nys-change", {
|
|
5700
5700
|
detail: { id: this.id, value: this.value },
|
|
5701
5701
|
bubbles: !0,
|
|
5702
5702
|
composed: !0
|