@sbb-esta/lyne-elements-experimental-dev 4.10.0-dev.1775737586 → 4.10.0-dev.1775762516
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.
- package/custom-elements.json +84 -84
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -7293,6 +7293,90 @@
|
|
|
7293
7293
|
}
|
|
7294
7294
|
]
|
|
7295
7295
|
},
|
|
7296
|
+
{
|
|
7297
|
+
"kind": "javascript-module",
|
|
7298
|
+
"path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
|
|
7299
|
+
"declarations": [
|
|
7300
|
+
{
|
|
7301
|
+
"kind": "class",
|
|
7302
|
+
"description": "Visualize an area with a special meaning within a wagon.",
|
|
7303
|
+
"name": "SbbSeatReservationAreaElement",
|
|
7304
|
+
"members": [
|
|
7305
|
+
{
|
|
7306
|
+
"kind": "field",
|
|
7307
|
+
"name": "elementName",
|
|
7308
|
+
"type": {
|
|
7309
|
+
"text": "string"
|
|
7310
|
+
},
|
|
7311
|
+
"privacy": "public",
|
|
7312
|
+
"static": true,
|
|
7313
|
+
"readonly": true,
|
|
7314
|
+
"default": "'sbb-seat-reservation-area'"
|
|
7315
|
+
},
|
|
7316
|
+
{
|
|
7317
|
+
"kind": "field",
|
|
7318
|
+
"name": "mounting",
|
|
7319
|
+
"type": {
|
|
7320
|
+
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7321
|
+
},
|
|
7322
|
+
"privacy": "public",
|
|
7323
|
+
"default": "'free'",
|
|
7324
|
+
"description": "Mounting Prop",
|
|
7325
|
+
"attribute": "mounting",
|
|
7326
|
+
"reflects": true
|
|
7327
|
+
},
|
|
7328
|
+
{
|
|
7329
|
+
"kind": "field",
|
|
7330
|
+
"name": "background",
|
|
7331
|
+
"type": {
|
|
7332
|
+
"text": "'light' | 'dark'"
|
|
7333
|
+
},
|
|
7334
|
+
"privacy": "public",
|
|
7335
|
+
"default": "'light'",
|
|
7336
|
+
"description": "the background of the area",
|
|
7337
|
+
"attribute": "background",
|
|
7338
|
+
"reflects": true
|
|
7339
|
+
}
|
|
7340
|
+
],
|
|
7341
|
+
"attributes": [
|
|
7342
|
+
{
|
|
7343
|
+
"name": "mounting",
|
|
7344
|
+
"type": {
|
|
7345
|
+
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7346
|
+
},
|
|
7347
|
+
"default": "'free'",
|
|
7348
|
+
"description": "Mounting Prop",
|
|
7349
|
+
"fieldName": "mounting"
|
|
7350
|
+
},
|
|
7351
|
+
{
|
|
7352
|
+
"name": "background",
|
|
7353
|
+
"type": {
|
|
7354
|
+
"text": "'light' | 'dark'"
|
|
7355
|
+
},
|
|
7356
|
+
"default": "'light'",
|
|
7357
|
+
"description": "the background of the area",
|
|
7358
|
+
"fieldName": "background"
|
|
7359
|
+
}
|
|
7360
|
+
],
|
|
7361
|
+
"superclass": {
|
|
7362
|
+
"name": "SbbElement",
|
|
7363
|
+
"package": "@sbb-esta/lyne-elements/core/base-elements.js"
|
|
7364
|
+
},
|
|
7365
|
+
"tagName": "sbb-seat-reservation-area",
|
|
7366
|
+
"customElement": true
|
|
7367
|
+
}
|
|
7368
|
+
],
|
|
7369
|
+
"exports": [
|
|
7370
|
+
{
|
|
7371
|
+
"kind": "js",
|
|
7372
|
+
"name": "SbbSeatReservationAreaElement",
|
|
7373
|
+
"declaration": {
|
|
7374
|
+
"name": "SbbSeatReservationAreaElement",
|
|
7375
|
+
"module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
|
|
7376
|
+
}
|
|
7377
|
+
}
|
|
7378
|
+
]
|
|
7379
|
+
},
|
|
7296
7380
|
{
|
|
7297
7381
|
"kind": "javascript-module",
|
|
7298
7382
|
"path": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js",
|
|
@@ -7449,90 +7533,6 @@
|
|
|
7449
7533
|
}
|
|
7450
7534
|
]
|
|
7451
7535
|
},
|
|
7452
|
-
{
|
|
7453
|
-
"kind": "javascript-module",
|
|
7454
|
-
"path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
|
|
7455
|
-
"declarations": [
|
|
7456
|
-
{
|
|
7457
|
-
"kind": "class",
|
|
7458
|
-
"description": "Visualize an area with a special meaning within a wagon.",
|
|
7459
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7460
|
-
"members": [
|
|
7461
|
-
{
|
|
7462
|
-
"kind": "field",
|
|
7463
|
-
"name": "elementName",
|
|
7464
|
-
"type": {
|
|
7465
|
-
"text": "string"
|
|
7466
|
-
},
|
|
7467
|
-
"privacy": "public",
|
|
7468
|
-
"static": true,
|
|
7469
|
-
"readonly": true,
|
|
7470
|
-
"default": "'sbb-seat-reservation-area'"
|
|
7471
|
-
},
|
|
7472
|
-
{
|
|
7473
|
-
"kind": "field",
|
|
7474
|
-
"name": "mounting",
|
|
7475
|
-
"type": {
|
|
7476
|
-
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7477
|
-
},
|
|
7478
|
-
"privacy": "public",
|
|
7479
|
-
"default": "'free'",
|
|
7480
|
-
"description": "Mounting Prop",
|
|
7481
|
-
"attribute": "mounting",
|
|
7482
|
-
"reflects": true
|
|
7483
|
-
},
|
|
7484
|
-
{
|
|
7485
|
-
"kind": "field",
|
|
7486
|
-
"name": "background",
|
|
7487
|
-
"type": {
|
|
7488
|
-
"text": "'light' | 'dark'"
|
|
7489
|
-
},
|
|
7490
|
-
"privacy": "public",
|
|
7491
|
-
"default": "'light'",
|
|
7492
|
-
"description": "the background of the area",
|
|
7493
|
-
"attribute": "background",
|
|
7494
|
-
"reflects": true
|
|
7495
|
-
}
|
|
7496
|
-
],
|
|
7497
|
-
"attributes": [
|
|
7498
|
-
{
|
|
7499
|
-
"name": "mounting",
|
|
7500
|
-
"type": {
|
|
7501
|
-
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7502
|
-
},
|
|
7503
|
-
"default": "'free'",
|
|
7504
|
-
"description": "Mounting Prop",
|
|
7505
|
-
"fieldName": "mounting"
|
|
7506
|
-
},
|
|
7507
|
-
{
|
|
7508
|
-
"name": "background",
|
|
7509
|
-
"type": {
|
|
7510
|
-
"text": "'light' | 'dark'"
|
|
7511
|
-
},
|
|
7512
|
-
"default": "'light'",
|
|
7513
|
-
"description": "the background of the area",
|
|
7514
|
-
"fieldName": "background"
|
|
7515
|
-
}
|
|
7516
|
-
],
|
|
7517
|
-
"superclass": {
|
|
7518
|
-
"name": "SbbElement",
|
|
7519
|
-
"package": "@sbb-esta/lyne-elements/core/base-elements.js"
|
|
7520
|
-
},
|
|
7521
|
-
"tagName": "sbb-seat-reservation-area",
|
|
7522
|
-
"customElement": true
|
|
7523
|
-
}
|
|
7524
|
-
],
|
|
7525
|
-
"exports": [
|
|
7526
|
-
{
|
|
7527
|
-
"kind": "js",
|
|
7528
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7529
|
-
"declaration": {
|
|
7530
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7531
|
-
"module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
|
|
7532
|
-
}
|
|
7533
|
-
}
|
|
7534
|
-
]
|
|
7535
|
-
},
|
|
7536
7536
|
{
|
|
7537
7537
|
"kind": "javascript-module",
|
|
7538
7538
|
"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": "4.10.0-dev.
|
|
3
|
+
"version": "4.10.0-dev.1775762516",
|
|
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/
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/6b60b3c0c2c4f73d28ada3aa14ed3418b4d4d4b5"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|