@sbb-esta/lyne-elements-dev 5.0.0-next.1-dev.1777534699 → 5.0.0-next.1-dev.1777534945

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 (37) hide show
  1. package/container/sticky-bar/sticky-bar.component.js +1 -1
  2. package/container.js +1 -1
  3. package/container.pure.js +1 -1
  4. package/core/mixins/form-associated-input-mixin.js +1 -1
  5. package/custom-elements.json +381 -381
  6. package/development/container/sticky-bar/sticky-bar.component.js +1 -1
  7. package/development/container.js +1 -1
  8. package/development/container.pure.js +1 -1
  9. package/development/core/mixins/form-associated-input-mixin.js +2 -2
  10. package/development/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +1 -1
  11. package/development/{expansion-panel-header.component-QbxqMGKG.js → expansion-panel-header.component-DFTa_og5.js} +2 -2
  12. package/development/expansion-panel.js +1 -1
  13. package/development/expansion-panel.pure.js +1 -1
  14. package/development/option/option/option.component.js +1 -1
  15. package/development/{option.component-BbrXKO7i.js → option.component-BPHnz8y-.js} +2 -2
  16. package/development/option.js +1 -1
  17. package/development/option.pure.js +1 -1
  18. package/development/{sticky-bar.component-MMBSPa2B.js → sticky-bar.component-CVKi_65S.js} +3 -3
  19. package/development/{tab-group.component-CxuecHpZ.js → tab-group.component-B56RhxCr.js} +2 -2
  20. package/development/tabs/tab-group/tab-group.component.d.ts.map +1 -1
  21. package/development/tabs/tab-group/tab-group.component.js +1 -1
  22. package/development/tabs.js +1 -1
  23. package/development/tabs.pure.js +1 -1
  24. package/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +1 -1
  25. package/{expansion-panel-header.component-BEpspobZ.js → expansion-panel-header.component-BecyqC-C.js} +1 -1
  26. package/expansion-panel.js +1 -1
  27. package/expansion-panel.pure.js +1 -1
  28. package/option/option/option.component.js +1 -1
  29. package/{option.component-aSuNGDJg.js → option.component-QwHFIP3m.js} +1 -1
  30. package/option.js +1 -1
  31. package/option.pure.js +1 -1
  32. package/package.json +2 -2
  33. package/{sticky-bar.component-B_cdkr-V.js → sticky-bar.component-C3ey8Qj8.js} +2 -2
  34. package/{tab-group.component-CYbbE0J6.js → tab-group.component-C02ZTjXT.js} +1 -1
  35. package/tabs/tab-group/tab-group.component.js +1 -1
  36. package/tabs.js +1 -1
  37. package/tabs.pure.js +1 -1
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../sticky-bar.component-B_cdkr-V.js";
1
+ import { t as e } from "../../sticky-bar.component-C3ey8Qj8.js";
2
2
  export { e as SbbStickyBarElement };
package/container.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { t as e } from "./container.component-CJL8qqFp.js";
2
- import { t } from "./sticky-bar.component-B_cdkr-V.js";
2
+ import { t } from "./sticky-bar.component-C3ey8Qj8.js";
3
3
  import "./container.pure.js";
4
4
  e.define(), t.define();
5
5
  //#endregion
package/container.pure.js CHANGED
@@ -1,3 +1,3 @@
1
1
  import { t as e } from "./container.component-CJL8qqFp.js";
2
- import { t } from "./sticky-bar.component-B_cdkr-V.js";
2
+ import { t } from "./sticky-bar.component-C3ey8Qj8.js";
3
3
  export { e as SbbContainerElement, t as SbbStickyBarElement };
@@ -128,7 +128,7 @@ var g = (() => {
128
128
  }
129
129
  }
130
130
  attributeChangedCallback(e, t, n) {
131
- (e !== "value" || !this.internals.states.has("interacted")) && super.attributeChangedCallback(e, t, n);
131
+ (e !== "value" || !this.matches?.(":is(:state(interacted),[state--interacted])")) && super.attributeChangedCallback(e, t, n);
132
132
  }
133
133
  formResetCallback() {
134
134
  this.internals.states.delete("interacted"), this.value = this.getAttribute("value") ?? "";