@sbb-esta/lyne-elements-experimental-dev 5.0.0-next-dev.1776089788 → 5.0.0-next-dev.1776118178

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.
@@ -7076,6 +7076,90 @@
7076
7076
  }
7077
7077
  ]
7078
7078
  },
7079
+ {
7080
+ "kind": "javascript-module",
7081
+ "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
7082
+ "declarations": [
7083
+ {
7084
+ "kind": "class",
7085
+ "description": "Visualize an area with a special meaning within a wagon.",
7086
+ "name": "SbbSeatReservationAreaElement",
7087
+ "members": [
7088
+ {
7089
+ "kind": "field",
7090
+ "name": "elementName",
7091
+ "type": {
7092
+ "text": "string"
7093
+ },
7094
+ "privacy": "public",
7095
+ "static": true,
7096
+ "readonly": true,
7097
+ "default": "'sbb-seat-reservation-area'"
7098
+ },
7099
+ {
7100
+ "kind": "field",
7101
+ "name": "mounting",
7102
+ "type": {
7103
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7104
+ },
7105
+ "privacy": "public",
7106
+ "default": "'free'",
7107
+ "description": "Mounting Prop",
7108
+ "attribute": "mounting",
7109
+ "reflects": true
7110
+ },
7111
+ {
7112
+ "kind": "field",
7113
+ "name": "background",
7114
+ "type": {
7115
+ "text": "'light' | 'dark'"
7116
+ },
7117
+ "privacy": "public",
7118
+ "default": "'light'",
7119
+ "description": "the background of the area",
7120
+ "attribute": "background",
7121
+ "reflects": true
7122
+ }
7123
+ ],
7124
+ "attributes": [
7125
+ {
7126
+ "name": "mounting",
7127
+ "type": {
7128
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7129
+ },
7130
+ "default": "'free'",
7131
+ "description": "Mounting Prop",
7132
+ "fieldName": "mounting"
7133
+ },
7134
+ {
7135
+ "name": "background",
7136
+ "type": {
7137
+ "text": "'light' | 'dark'"
7138
+ },
7139
+ "default": "'light'",
7140
+ "description": "the background of the area",
7141
+ "fieldName": "background"
7142
+ }
7143
+ ],
7144
+ "superclass": {
7145
+ "name": "SbbElement",
7146
+ "package": "@sbb-esta/lyne-elements/core.js"
7147
+ },
7148
+ "tagName": "sbb-seat-reservation-area",
7149
+ "customElement": true
7150
+ }
7151
+ ],
7152
+ "exports": [
7153
+ {
7154
+ "kind": "js",
7155
+ "name": "SbbSeatReservationAreaElement",
7156
+ "declaration": {
7157
+ "name": "SbbSeatReservationAreaElement",
7158
+ "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
7159
+ }
7160
+ }
7161
+ ]
7162
+ },
7079
7163
  {
7080
7164
  "kind": "javascript-module",
7081
7165
  "path": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js",
@@ -7192,90 +7276,6 @@
7192
7276
  }
7193
7277
  ]
7194
7278
  },
7195
- {
7196
- "kind": "javascript-module",
7197
- "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
7198
- "declarations": [
7199
- {
7200
- "kind": "class",
7201
- "description": "Visualize an area with a special meaning within a wagon.",
7202
- "name": "SbbSeatReservationAreaElement",
7203
- "members": [
7204
- {
7205
- "kind": "field",
7206
- "name": "elementName",
7207
- "type": {
7208
- "text": "string"
7209
- },
7210
- "privacy": "public",
7211
- "static": true,
7212
- "readonly": true,
7213
- "default": "'sbb-seat-reservation-area'"
7214
- },
7215
- {
7216
- "kind": "field",
7217
- "name": "mounting",
7218
- "type": {
7219
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7220
- },
7221
- "privacy": "public",
7222
- "default": "'free'",
7223
- "description": "Mounting Prop",
7224
- "attribute": "mounting",
7225
- "reflects": true
7226
- },
7227
- {
7228
- "kind": "field",
7229
- "name": "background",
7230
- "type": {
7231
- "text": "'light' | 'dark'"
7232
- },
7233
- "privacy": "public",
7234
- "default": "'light'",
7235
- "description": "the background of the area",
7236
- "attribute": "background",
7237
- "reflects": true
7238
- }
7239
- ],
7240
- "attributes": [
7241
- {
7242
- "name": "mounting",
7243
- "type": {
7244
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7245
- },
7246
- "default": "'free'",
7247
- "description": "Mounting Prop",
7248
- "fieldName": "mounting"
7249
- },
7250
- {
7251
- "name": "background",
7252
- "type": {
7253
- "text": "'light' | 'dark'"
7254
- },
7255
- "default": "'light'",
7256
- "description": "the background of the area",
7257
- "fieldName": "background"
7258
- }
7259
- ],
7260
- "superclass": {
7261
- "name": "SbbElement",
7262
- "package": "@sbb-esta/lyne-elements/core.js"
7263
- },
7264
- "tagName": "sbb-seat-reservation-area",
7265
- "customElement": true
7266
- }
7267
- ],
7268
- "exports": [
7269
- {
7270
- "kind": "js",
7271
- "name": "SbbSeatReservationAreaElement",
7272
- "declaration": {
7273
- "name": "SbbSeatReservationAreaElement",
7274
- "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
7275
- }
7276
- }
7277
- ]
7278
- },
7279
7279
  {
7280
7280
  "kind": "javascript-module",
7281
7281
  "path": "seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.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.1776089788",
3
+ "version": "5.0.0-next-dev.1776118178",
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/db7a570ef646836ec62d1523f22cb76e88646cee"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/1744a8b10de90f014a85a93213d5b51e013c0374"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {