@sbb-esta/lyne-elements-experimental-dev 5.0.0-next-dev.1776866489 → 5.0.0-next-dev.1776873002
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
|
@@ -2829,6 +2829,74 @@
|
|
|
2829
2829
|
"declarations": [],
|
|
2830
2830
|
"exports": []
|
|
2831
2831
|
},
|
|
2832
|
+
{
|
|
2833
|
+
"kind": "javascript-module",
|
|
2834
|
+
"path": "seat-reservation/common/mapper.js",
|
|
2835
|
+
"declarations": [],
|
|
2836
|
+
"exports": [
|
|
2837
|
+
{
|
|
2838
|
+
"kind": "js",
|
|
2839
|
+
"name": "*",
|
|
2840
|
+
"declaration": {
|
|
2841
|
+
"name": "*",
|
|
2842
|
+
"module": "seat-reservation/common/mapper/mapper.js"
|
|
2843
|
+
}
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"kind": "js",
|
|
2847
|
+
"name": "*",
|
|
2848
|
+
"declaration": {
|
|
2849
|
+
"name": "*",
|
|
2850
|
+
"module": "seat-reservation/common/mapper/icon-mapper.js"
|
|
2851
|
+
}
|
|
2852
|
+
}
|
|
2853
|
+
]
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"kind": "javascript-module",
|
|
2857
|
+
"path": "seat-reservation/common/svgs.js",
|
|
2858
|
+
"declarations": [
|
|
2859
|
+
{
|
|
2860
|
+
"kind": "variable",
|
|
2861
|
+
"name": "svgs",
|
|
2862
|
+
"type": {
|
|
2863
|
+
"text": "object"
|
|
2864
|
+
},
|
|
2865
|
+
"default": "{ chassisDriverBus, chassisDriverTrain, chassisDriverTrainFull, chassisPassageCompartmentLeftTop, chassisPassageCompartmentMiddle, chassisPassageCompartmentRightBottom, chassisPassageWaggonBottomRight, chassisPassageWaggonTopLeft, chassisRowOuter, chassisRowMiddle, chassisSeparator, interiorPlaceBikeDefault, interiorPlaceBikeNotBookable, interiorPlaceBikeSelected, interiorPlaceBikeUnavailable, interiorPlaceSeatDefault, interiorPlaceSeatNotBookable, interiorPlaceSeatSelected, interiorPlaceSeatUnavailable, layoutEntrance, }"
|
|
2866
|
+
}
|
|
2867
|
+
],
|
|
2868
|
+
"exports": [
|
|
2869
|
+
{
|
|
2870
|
+
"kind": "js",
|
|
2871
|
+
"name": "svgs",
|
|
2872
|
+
"declaration": {
|
|
2873
|
+
"name": "svgs",
|
|
2874
|
+
"module": "seat-reservation/common/svgs.js"
|
|
2875
|
+
}
|
|
2876
|
+
}
|
|
2877
|
+
]
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"kind": "javascript-module",
|
|
2881
|
+
"path": "seat-reservation/common/translations.js",
|
|
2882
|
+
"declarations": [],
|
|
2883
|
+
"exports": [
|
|
2884
|
+
{
|
|
2885
|
+
"kind": "js",
|
|
2886
|
+
"name": "*",
|
|
2887
|
+
"declaration": {
|
|
2888
|
+
"name": "*",
|
|
2889
|
+
"module": "seat-reservation/common/translations/i18n.js"
|
|
2890
|
+
}
|
|
2891
|
+
}
|
|
2892
|
+
]
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
"kind": "javascript-module",
|
|
2896
|
+
"path": "seat-reservation/common/types.js",
|
|
2897
|
+
"declarations": [],
|
|
2898
|
+
"exports": []
|
|
2899
|
+
},
|
|
2832
2900
|
{
|
|
2833
2901
|
"kind": "javascript-module",
|
|
2834
2902
|
"path": "seat-reservation/seat-reservation/seat-reservation-base-element.js",
|
|
@@ -7092,74 +7160,6 @@
|
|
|
7092
7160
|
}
|
|
7093
7161
|
]
|
|
7094
7162
|
},
|
|
7095
|
-
{
|
|
7096
|
-
"kind": "javascript-module",
|
|
7097
|
-
"path": "seat-reservation/common/mapper.js",
|
|
7098
|
-
"declarations": [],
|
|
7099
|
-
"exports": [
|
|
7100
|
-
{
|
|
7101
|
-
"kind": "js",
|
|
7102
|
-
"name": "*",
|
|
7103
|
-
"declaration": {
|
|
7104
|
-
"name": "*",
|
|
7105
|
-
"module": "seat-reservation/common/mapper/mapper.js"
|
|
7106
|
-
}
|
|
7107
|
-
},
|
|
7108
|
-
{
|
|
7109
|
-
"kind": "js",
|
|
7110
|
-
"name": "*",
|
|
7111
|
-
"declaration": {
|
|
7112
|
-
"name": "*",
|
|
7113
|
-
"module": "seat-reservation/common/mapper/icon-mapper.js"
|
|
7114
|
-
}
|
|
7115
|
-
}
|
|
7116
|
-
]
|
|
7117
|
-
},
|
|
7118
|
-
{
|
|
7119
|
-
"kind": "javascript-module",
|
|
7120
|
-
"path": "seat-reservation/common/svgs.js",
|
|
7121
|
-
"declarations": [
|
|
7122
|
-
{
|
|
7123
|
-
"kind": "variable",
|
|
7124
|
-
"name": "svgs",
|
|
7125
|
-
"type": {
|
|
7126
|
-
"text": "object"
|
|
7127
|
-
},
|
|
7128
|
-
"default": "{ chassisDriverBus, chassisDriverTrain, chassisDriverTrainFull, chassisPassageCompartmentLeftTop, chassisPassageCompartmentMiddle, chassisPassageCompartmentRightBottom, chassisPassageWaggonBottomRight, chassisPassageWaggonTopLeft, chassisRowOuter, chassisRowMiddle, chassisSeparator, interiorPlaceBikeDefault, interiorPlaceBikeNotBookable, interiorPlaceBikeSelected, interiorPlaceBikeUnavailable, interiorPlaceSeatDefault, interiorPlaceSeatNotBookable, interiorPlaceSeatSelected, interiorPlaceSeatUnavailable, layoutEntrance, }"
|
|
7129
|
-
}
|
|
7130
|
-
],
|
|
7131
|
-
"exports": [
|
|
7132
|
-
{
|
|
7133
|
-
"kind": "js",
|
|
7134
|
-
"name": "svgs",
|
|
7135
|
-
"declaration": {
|
|
7136
|
-
"name": "svgs",
|
|
7137
|
-
"module": "seat-reservation/common/svgs.js"
|
|
7138
|
-
}
|
|
7139
|
-
}
|
|
7140
|
-
]
|
|
7141
|
-
},
|
|
7142
|
-
{
|
|
7143
|
-
"kind": "javascript-module",
|
|
7144
|
-
"path": "seat-reservation/common/translations.js",
|
|
7145
|
-
"declarations": [],
|
|
7146
|
-
"exports": [
|
|
7147
|
-
{
|
|
7148
|
-
"kind": "js",
|
|
7149
|
-
"name": "*",
|
|
7150
|
-
"declaration": {
|
|
7151
|
-
"name": "*",
|
|
7152
|
-
"module": "seat-reservation/common/translations/i18n.js"
|
|
7153
|
-
}
|
|
7154
|
-
}
|
|
7155
|
-
]
|
|
7156
|
-
},
|
|
7157
|
-
{
|
|
7158
|
-
"kind": "javascript-module",
|
|
7159
|
-
"path": "seat-reservation/common/types.js",
|
|
7160
|
-
"declarations": [],
|
|
7161
|
-
"exports": []
|
|
7162
|
-
},
|
|
7163
7163
|
{
|
|
7164
7164
|
"kind": "javascript-module",
|
|
7165
7165
|
"path": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.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.
|
|
3
|
+
"version": "5.0.0-next-dev.1776873002",
|
|
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/a2695dc961a589d11f8c471aaaeeb209b8f9b797"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|