@proximus/lavender-input 1.0.0-alpha.11 → 1.0.0-alpha.12

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -233,7 +233,7 @@ class s extends m {
233
233
  return [...super.observedAttributes, "state", "extended"];
234
234
  }
235
235
  attributeChangedCallback(e, t, i) {
236
- e === "state" && t !== i ? this.stateChangeCallback(t, i) : e === "extended" && t !== i ? (console.log(i), this.$el.classList.toggle("extended")) : super.attributeChangedCallback(e, t, i);
236
+ e === "state" && t !== i ? this.stateChangeCallback(t, i) : e === "extended" && t !== i ? this.$el.classList.toggle("extended") : super.attributeChangedCallback(e, t, i);
237
237
  }
238
238
  stateChangeCallback(e, t) {
239
239
  this.$el.classList.toggle(e), this.$el.classList.toggle(t), t === "error" ? (this.$validationSlot.classList.toggle("error"), this.$validationSlot.classList.remove("success")) : t === "success" ? (this.$validationSlot.classList.remove("error"), this.$validationSlot.classList.toggle("success")) : (this.$el.removeAttribute("aria-invalid"), this.$validationSlot.classList.remove("error", "success"), this.$labelSlot.classList.remove("error", "success"), this.$el.style.backgroundImage = ""), this.swapLabels(e, t);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-input",
3
- "version": "1.0.0-alpha.11",
3
+ "version": "1.0.0-alpha.12",
4
4
  "description": "Input component for the Proximus Design System",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -27,7 +27,7 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "15a231df98020f83813279639a9a7712a5a5e759",
30
+ "gitHead": "d5f53c3ede6b6df6fa861f4acc3db916d9d11bd0",
31
31
  "lerna": {
32
32
  "command": {
33
33
  "publish": {