@sbb-esta/lyne-elements-experimental-dev 4.8.1-dev.1774008628 → 4.8.1-dev.1774014534
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 +68 -68
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -3056,6 +3056,74 @@
|
|
|
3056
3056
|
"declarations": [],
|
|
3057
3057
|
"exports": []
|
|
3058
3058
|
},
|
|
3059
|
+
{
|
|
3060
|
+
"kind": "javascript-module",
|
|
3061
|
+
"path": "seat-reservation/common/mapper.js",
|
|
3062
|
+
"declarations": [],
|
|
3063
|
+
"exports": [
|
|
3064
|
+
{
|
|
3065
|
+
"kind": "js",
|
|
3066
|
+
"name": "*",
|
|
3067
|
+
"declaration": {
|
|
3068
|
+
"name": "*",
|
|
3069
|
+
"module": "seat-reservation/common/mapper/mapper.js"
|
|
3070
|
+
}
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"kind": "js",
|
|
3074
|
+
"name": "*",
|
|
3075
|
+
"declaration": {
|
|
3076
|
+
"name": "*",
|
|
3077
|
+
"module": "seat-reservation/common/mapper/icon-mapper.js"
|
|
3078
|
+
}
|
|
3079
|
+
}
|
|
3080
|
+
]
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"kind": "javascript-module",
|
|
3084
|
+
"path": "seat-reservation/common/svgs.js",
|
|
3085
|
+
"declarations": [
|
|
3086
|
+
{
|
|
3087
|
+
"kind": "variable",
|
|
3088
|
+
"name": "svgs",
|
|
3089
|
+
"type": {
|
|
3090
|
+
"text": "object"
|
|
3091
|
+
},
|
|
3092
|
+
"default": "{ chassisDriverBus, chassisDriverTrain, chassisDriverTrainFull, chassisPassageCompartmentLeftTop, chassisPassageCompartmentMiddle, chassisPassageCompartmentRightBottom, chassisPassageWaggonBottomRight, chassisPassageWaggonTopLeft, chassisRowOuter, chassisRowMiddle, chassisSeparator, interiorPlaceBikeDefault, interiorPlaceBikeNotBookable, interiorPlaceBikeSelected, interiorPlaceBikeUnavailable, interiorPlaceSeatDefault, interiorPlaceSeatNotBookable, interiorPlaceSeatSelected, interiorPlaceSeatUnavailable, layoutEntrance, }"
|
|
3093
|
+
}
|
|
3094
|
+
],
|
|
3095
|
+
"exports": [
|
|
3096
|
+
{
|
|
3097
|
+
"kind": "js",
|
|
3098
|
+
"name": "svgs",
|
|
3099
|
+
"declaration": {
|
|
3100
|
+
"name": "svgs",
|
|
3101
|
+
"module": "seat-reservation/common/svgs.js"
|
|
3102
|
+
}
|
|
3103
|
+
}
|
|
3104
|
+
]
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"kind": "javascript-module",
|
|
3108
|
+
"path": "seat-reservation/common/translations.js",
|
|
3109
|
+
"declarations": [],
|
|
3110
|
+
"exports": [
|
|
3111
|
+
{
|
|
3112
|
+
"kind": "js",
|
|
3113
|
+
"name": "*",
|
|
3114
|
+
"declaration": {
|
|
3115
|
+
"name": "*",
|
|
3116
|
+
"module": "seat-reservation/common/translations/i18n.js"
|
|
3117
|
+
}
|
|
3118
|
+
}
|
|
3119
|
+
]
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
"kind": "javascript-module",
|
|
3123
|
+
"path": "seat-reservation/common/types.js",
|
|
3124
|
+
"declarations": [],
|
|
3125
|
+
"exports": []
|
|
3126
|
+
},
|
|
3059
3127
|
{
|
|
3060
3128
|
"kind": "javascript-module",
|
|
3061
3129
|
"path": "seat-reservation/seat-reservation/seat-reservation-base-element.js",
|
|
@@ -7397,74 +7465,6 @@
|
|
|
7397
7465
|
}
|
|
7398
7466
|
]
|
|
7399
7467
|
},
|
|
7400
|
-
{
|
|
7401
|
-
"kind": "javascript-module",
|
|
7402
|
-
"path": "seat-reservation/common/mapper.js",
|
|
7403
|
-
"declarations": [],
|
|
7404
|
-
"exports": [
|
|
7405
|
-
{
|
|
7406
|
-
"kind": "js",
|
|
7407
|
-
"name": "*",
|
|
7408
|
-
"declaration": {
|
|
7409
|
-
"name": "*",
|
|
7410
|
-
"module": "seat-reservation/common/mapper/mapper.js"
|
|
7411
|
-
}
|
|
7412
|
-
},
|
|
7413
|
-
{
|
|
7414
|
-
"kind": "js",
|
|
7415
|
-
"name": "*",
|
|
7416
|
-
"declaration": {
|
|
7417
|
-
"name": "*",
|
|
7418
|
-
"module": "seat-reservation/common/mapper/icon-mapper.js"
|
|
7419
|
-
}
|
|
7420
|
-
}
|
|
7421
|
-
]
|
|
7422
|
-
},
|
|
7423
|
-
{
|
|
7424
|
-
"kind": "javascript-module",
|
|
7425
|
-
"path": "seat-reservation/common/svgs.js",
|
|
7426
|
-
"declarations": [
|
|
7427
|
-
{
|
|
7428
|
-
"kind": "variable",
|
|
7429
|
-
"name": "svgs",
|
|
7430
|
-
"type": {
|
|
7431
|
-
"text": "object"
|
|
7432
|
-
},
|
|
7433
|
-
"default": "{ chassisDriverBus, chassisDriverTrain, chassisDriverTrainFull, chassisPassageCompartmentLeftTop, chassisPassageCompartmentMiddle, chassisPassageCompartmentRightBottom, chassisPassageWaggonBottomRight, chassisPassageWaggonTopLeft, chassisRowOuter, chassisRowMiddle, chassisSeparator, interiorPlaceBikeDefault, interiorPlaceBikeNotBookable, interiorPlaceBikeSelected, interiorPlaceBikeUnavailable, interiorPlaceSeatDefault, interiorPlaceSeatNotBookable, interiorPlaceSeatSelected, interiorPlaceSeatUnavailable, layoutEntrance, }"
|
|
7434
|
-
}
|
|
7435
|
-
],
|
|
7436
|
-
"exports": [
|
|
7437
|
-
{
|
|
7438
|
-
"kind": "js",
|
|
7439
|
-
"name": "svgs",
|
|
7440
|
-
"declaration": {
|
|
7441
|
-
"name": "svgs",
|
|
7442
|
-
"module": "seat-reservation/common/svgs.js"
|
|
7443
|
-
}
|
|
7444
|
-
}
|
|
7445
|
-
]
|
|
7446
|
-
},
|
|
7447
|
-
{
|
|
7448
|
-
"kind": "javascript-module",
|
|
7449
|
-
"path": "seat-reservation/common/translations.js",
|
|
7450
|
-
"declarations": [],
|
|
7451
|
-
"exports": [
|
|
7452
|
-
{
|
|
7453
|
-
"kind": "js",
|
|
7454
|
-
"name": "*",
|
|
7455
|
-
"declaration": {
|
|
7456
|
-
"name": "*",
|
|
7457
|
-
"module": "seat-reservation/common/translations/i18n.js"
|
|
7458
|
-
}
|
|
7459
|
-
}
|
|
7460
|
-
]
|
|
7461
|
-
},
|
|
7462
|
-
{
|
|
7463
|
-
"kind": "javascript-module",
|
|
7464
|
-
"path": "seat-reservation/common/types.js",
|
|
7465
|
-
"declarations": [],
|
|
7466
|
-
"exports": []
|
|
7467
|
-
},
|
|
7468
7468
|
{
|
|
7469
7469
|
"kind": "javascript-module",
|
|
7470
7470
|
"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.8.1-dev.
|
|
3
|
+
"version": "4.8.1-dev.1774014534",
|
|
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/46ead935554285535af6fab6361b5b6b21cd1f55"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|