@sbb-esta/lyne-elements-experimental-dev 5.0.0-next.2-dev.1778052081 → 5.0.0-next.2-dev.1778052120
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
|
@@ -2897,90 +2897,6 @@
|
|
|
2897
2897
|
"declarations": [],
|
|
2898
2898
|
"exports": []
|
|
2899
2899
|
},
|
|
2900
|
-
{
|
|
2901
|
-
"kind": "javascript-module",
|
|
2902
|
-
"path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
|
|
2903
|
-
"declarations": [
|
|
2904
|
-
{
|
|
2905
|
-
"kind": "class",
|
|
2906
|
-
"description": "Visualize an area with a special meaning within a wagon.",
|
|
2907
|
-
"name": "SbbSeatReservationAreaElement",
|
|
2908
|
-
"members": [
|
|
2909
|
-
{
|
|
2910
|
-
"kind": "field",
|
|
2911
|
-
"name": "elementName",
|
|
2912
|
-
"type": {
|
|
2913
|
-
"text": "string"
|
|
2914
|
-
},
|
|
2915
|
-
"privacy": "public",
|
|
2916
|
-
"static": true,
|
|
2917
|
-
"readonly": true,
|
|
2918
|
-
"default": "'sbb-seat-reservation-area'"
|
|
2919
|
-
},
|
|
2920
|
-
{
|
|
2921
|
-
"kind": "field",
|
|
2922
|
-
"name": "mounting",
|
|
2923
|
-
"type": {
|
|
2924
|
-
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
2925
|
-
},
|
|
2926
|
-
"privacy": "public",
|
|
2927
|
-
"default": "'free'",
|
|
2928
|
-
"description": "Mounting Prop",
|
|
2929
|
-
"attribute": "mounting",
|
|
2930
|
-
"reflects": true
|
|
2931
|
-
},
|
|
2932
|
-
{
|
|
2933
|
-
"kind": "field",
|
|
2934
|
-
"name": "background",
|
|
2935
|
-
"type": {
|
|
2936
|
-
"text": "'light' | 'dark'"
|
|
2937
|
-
},
|
|
2938
|
-
"privacy": "public",
|
|
2939
|
-
"default": "'light'",
|
|
2940
|
-
"description": "the background of the area",
|
|
2941
|
-
"attribute": "background",
|
|
2942
|
-
"reflects": true
|
|
2943
|
-
}
|
|
2944
|
-
],
|
|
2945
|
-
"attributes": [
|
|
2946
|
-
{
|
|
2947
|
-
"name": "mounting",
|
|
2948
|
-
"type": {
|
|
2949
|
-
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
2950
|
-
},
|
|
2951
|
-
"default": "'free'",
|
|
2952
|
-
"description": "Mounting Prop",
|
|
2953
|
-
"fieldName": "mounting"
|
|
2954
|
-
},
|
|
2955
|
-
{
|
|
2956
|
-
"name": "background",
|
|
2957
|
-
"type": {
|
|
2958
|
-
"text": "'light' | 'dark'"
|
|
2959
|
-
},
|
|
2960
|
-
"default": "'light'",
|
|
2961
|
-
"description": "the background of the area",
|
|
2962
|
-
"fieldName": "background"
|
|
2963
|
-
}
|
|
2964
|
-
],
|
|
2965
|
-
"superclass": {
|
|
2966
|
-
"name": "SbbElement",
|
|
2967
|
-
"package": "@sbb-esta/lyne-elements/core.js"
|
|
2968
|
-
},
|
|
2969
|
-
"tagName": "sbb-seat-reservation-area",
|
|
2970
|
-
"customElement": true
|
|
2971
|
-
}
|
|
2972
|
-
],
|
|
2973
|
-
"exports": [
|
|
2974
|
-
{
|
|
2975
|
-
"kind": "js",
|
|
2976
|
-
"name": "SbbSeatReservationAreaElement",
|
|
2977
|
-
"declaration": {
|
|
2978
|
-
"name": "SbbSeatReservationAreaElement",
|
|
2979
|
-
"module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
|
|
2980
|
-
}
|
|
2981
|
-
}
|
|
2982
|
-
]
|
|
2983
|
-
},
|
|
2984
2900
|
{
|
|
2985
2901
|
"kind": "javascript-module",
|
|
2986
2902
|
"path": "seat-reservation/seat-reservation/seat-reservation-base-element.js",
|
|
@@ -7281,6 +7197,90 @@
|
|
|
7281
7197
|
}
|
|
7282
7198
|
]
|
|
7283
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
|
+
},
|
|
7284
7284
|
{
|
|
7285
7285
|
"kind": "javascript-module",
|
|
7286
7286
|
"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.2-dev.
|
|
3
|
+
"version": "5.0.0-next.2-dev.1778052120",
|
|
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/7a63e294c07b35b8c2730f1cbaea1536b730ee94"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|