@sbb-esta/lyne-elements-experimental-dev 5.0.0-next-dev.1777284507 → 5.0.0-next.1-dev.1777286199

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.
@@ -7752,46 +7752,6 @@
7752
7752
  }
7753
7753
  ]
7754
7754
  },
7755
- {
7756
- "kind": "javascript-module",
7757
- "path": "seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js",
7758
- "declarations": [
7759
- {
7760
- "kind": "class",
7761
- "description": "Wrapper class for scoped elements with similar properties to set.",
7762
- "name": "SbbSeatReservationScopedElement",
7763
- "members": [
7764
- {
7765
- "kind": "field",
7766
- "name": "elementName",
7767
- "type": {
7768
- "text": "string"
7769
- },
7770
- "privacy": "public",
7771
- "static": true,
7772
- "readonly": true,
7773
- "default": "'sbb-seat-reservation-scoped'"
7774
- }
7775
- ],
7776
- "superclass": {
7777
- "name": "SbbElement",
7778
- "package": "@sbb-esta/lyne-elements/core.js"
7779
- },
7780
- "tagName": "sbb-seat-reservation-scoped",
7781
- "customElement": true
7782
- }
7783
- ],
7784
- "exports": [
7785
- {
7786
- "kind": "js",
7787
- "name": "SbbSeatReservationScopedElement",
7788
- "declaration": {
7789
- "name": "SbbSeatReservationScopedElement",
7790
- "module": "seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js"
7791
- }
7792
- }
7793
- ]
7794
- },
7795
7755
  {
7796
7756
  "kind": "javascript-module",
7797
7757
  "path": "seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js",
@@ -8151,6 +8111,46 @@
8151
8111
  }
8152
8112
  ]
8153
8113
  },
8114
+ {
8115
+ "kind": "javascript-module",
8116
+ "path": "seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js",
8117
+ "declarations": [
8118
+ {
8119
+ "kind": "class",
8120
+ "description": "Wrapper class for scoped elements with similar properties to set.",
8121
+ "name": "SbbSeatReservationScopedElement",
8122
+ "members": [
8123
+ {
8124
+ "kind": "field",
8125
+ "name": "elementName",
8126
+ "type": {
8127
+ "text": "string"
8128
+ },
8129
+ "privacy": "public",
8130
+ "static": true,
8131
+ "readonly": true,
8132
+ "default": "'sbb-seat-reservation-scoped'"
8133
+ }
8134
+ ],
8135
+ "superclass": {
8136
+ "name": "SbbElement",
8137
+ "package": "@sbb-esta/lyne-elements/core.js"
8138
+ },
8139
+ "tagName": "sbb-seat-reservation-scoped",
8140
+ "customElement": true
8141
+ }
8142
+ ],
8143
+ "exports": [
8144
+ {
8145
+ "kind": "js",
8146
+ "name": "SbbSeatReservationScopedElement",
8147
+ "declaration": {
8148
+ "name": "SbbSeatReservationScopedElement",
8149
+ "module": "seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js"
8150
+ }
8151
+ }
8152
+ ]
8153
+ },
8154
8154
  {
8155
8155
  "kind": "javascript-module",
8156
8156
  "path": "seat-reservation/common/mapper/icon-mapper.js",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-experimental-dev",
3
- "version": "5.0.0-next-dev.1777284507",
3
+ "version": "5.0.0-next.1-dev.1777286199",
4
4
  "description": "Lyne Design System",
5
5
  "keywords": [
6
6
  "design system",
7
7
  "web components",
8
8
  "lit",
9
9
  "storybook",
10
- "https://github.com/sbb-design-systems/lyne-components/commit/f604ff49705e28595a914ee9d1a09974aa5aada9"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/0b5a591b80093b2c35079a321cf9ba7656a8abbd"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {
@@ -132,7 +132,7 @@
132
132
  },
133
133
  "customElements": "custom-elements.json",
134
134
  "peerDependencies": {
135
- "@sbb-esta/lyne-elements": "5.0.0-next"
135
+ "@sbb-esta/lyne-elements": "5.0.0-next.1"
136
136
  },
137
137
  "dependencies": {
138
138
  "lit": "^3.3.2",