@sbb-esta/lyne-elements-experimental-dev 5.0.0-next.2-dev.1777981012 → 5.0.0-next.2-dev.1777997488

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.
@@ -7197,6 +7197,90 @@
7197
7197
  }
7198
7198
  ]
7199
7199
  },
7200
+ {
7201
+ "kind": "javascript-module",
7202
+ "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
7203
+ "declarations": [
7204
+ {
7205
+ "kind": "class",
7206
+ "description": "Visualize an area with a special meaning within a wagon.",
7207
+ "name": "SbbSeatReservationAreaElement",
7208
+ "members": [
7209
+ {
7210
+ "kind": "field",
7211
+ "name": "elementName",
7212
+ "type": {
7213
+ "text": "string"
7214
+ },
7215
+ "privacy": "public",
7216
+ "static": true,
7217
+ "readonly": true,
7218
+ "default": "'sbb-seat-reservation-area'"
7219
+ },
7220
+ {
7221
+ "kind": "field",
7222
+ "name": "mounting",
7223
+ "type": {
7224
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7225
+ },
7226
+ "privacy": "public",
7227
+ "default": "'free'",
7228
+ "description": "Mounting Prop",
7229
+ "attribute": "mounting",
7230
+ "reflects": true
7231
+ },
7232
+ {
7233
+ "kind": "field",
7234
+ "name": "background",
7235
+ "type": {
7236
+ "text": "'light' | 'dark'"
7237
+ },
7238
+ "privacy": "public",
7239
+ "default": "'light'",
7240
+ "description": "the background of the area",
7241
+ "attribute": "background",
7242
+ "reflects": true
7243
+ }
7244
+ ],
7245
+ "attributes": [
7246
+ {
7247
+ "name": "mounting",
7248
+ "type": {
7249
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7250
+ },
7251
+ "default": "'free'",
7252
+ "description": "Mounting Prop",
7253
+ "fieldName": "mounting"
7254
+ },
7255
+ {
7256
+ "name": "background",
7257
+ "type": {
7258
+ "text": "'light' | 'dark'"
7259
+ },
7260
+ "default": "'light'",
7261
+ "description": "the background of the area",
7262
+ "fieldName": "background"
7263
+ }
7264
+ ],
7265
+ "superclass": {
7266
+ "name": "SbbElement",
7267
+ "package": "@sbb-esta/lyne-elements/core.js"
7268
+ },
7269
+ "tagName": "sbb-seat-reservation-area",
7270
+ "customElement": true
7271
+ }
7272
+ ],
7273
+ "exports": [
7274
+ {
7275
+ "kind": "js",
7276
+ "name": "SbbSeatReservationAreaElement",
7277
+ "declaration": {
7278
+ "name": "SbbSeatReservationAreaElement",
7279
+ "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
7280
+ }
7281
+ }
7282
+ ]
7283
+ },
7200
7284
  {
7201
7285
  "kind": "javascript-module",
7202
7286
  "path": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js",
@@ -7313,90 +7397,6 @@
7313
7397
  }
7314
7398
  ]
7315
7399
  },
7316
- {
7317
- "kind": "javascript-module",
7318
- "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
7319
- "declarations": [
7320
- {
7321
- "kind": "class",
7322
- "description": "Visualize an area with a special meaning within a wagon.",
7323
- "name": "SbbSeatReservationAreaElement",
7324
- "members": [
7325
- {
7326
- "kind": "field",
7327
- "name": "elementName",
7328
- "type": {
7329
- "text": "string"
7330
- },
7331
- "privacy": "public",
7332
- "static": true,
7333
- "readonly": true,
7334
- "default": "'sbb-seat-reservation-area'"
7335
- },
7336
- {
7337
- "kind": "field",
7338
- "name": "mounting",
7339
- "type": {
7340
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7341
- },
7342
- "privacy": "public",
7343
- "default": "'free'",
7344
- "description": "Mounting Prop",
7345
- "attribute": "mounting",
7346
- "reflects": true
7347
- },
7348
- {
7349
- "kind": "field",
7350
- "name": "background",
7351
- "type": {
7352
- "text": "'light' | 'dark'"
7353
- },
7354
- "privacy": "public",
7355
- "default": "'light'",
7356
- "description": "the background of the area",
7357
- "attribute": "background",
7358
- "reflects": true
7359
- }
7360
- ],
7361
- "attributes": [
7362
- {
7363
- "name": "mounting",
7364
- "type": {
7365
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7366
- },
7367
- "default": "'free'",
7368
- "description": "Mounting Prop",
7369
- "fieldName": "mounting"
7370
- },
7371
- {
7372
- "name": "background",
7373
- "type": {
7374
- "text": "'light' | 'dark'"
7375
- },
7376
- "default": "'light'",
7377
- "description": "the background of the area",
7378
- "fieldName": "background"
7379
- }
7380
- ],
7381
- "superclass": {
7382
- "name": "SbbElement",
7383
- "package": "@sbb-esta/lyne-elements/core.js"
7384
- },
7385
- "tagName": "sbb-seat-reservation-area",
7386
- "customElement": true
7387
- }
7388
- ],
7389
- "exports": [
7390
- {
7391
- "kind": "js",
7392
- "name": "SbbSeatReservationAreaElement",
7393
- "declaration": {
7394
- "name": "SbbSeatReservationAreaElement",
7395
- "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
7396
- }
7397
- }
7398
- ]
7399
- },
7400
7400
  {
7401
7401
  "kind": "javascript-module",
7402
7402
  "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.2-dev.1777981012",
3
+ "version": "5.0.0-next.2-dev.1777997488",
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/138ce419befed1e72d7b273da4925377a0b50a8d"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/d612fe6721de78718c5dde8229cee3c7ad35237f"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {