@sbb-esta/lyne-elements-experimental-dev 4.0.0-dev.1776067073 → 4.0.0-dev.1776085163
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,6 +2897,90 @@
|
|
|
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
|
+
},
|
|
2900
2984
|
{
|
|
2901
2985
|
"kind": "javascript-module",
|
|
2902
2986
|
"path": "seat-reservation/seat-reservation/seat-reservation-base-element.js",
|
|
@@ -7076,90 +7160,6 @@
|
|
|
7076
7160
|
}
|
|
7077
7161
|
]
|
|
7078
7162
|
},
|
|
7079
|
-
{
|
|
7080
|
-
"kind": "javascript-module",
|
|
7081
|
-
"path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
|
|
7082
|
-
"declarations": [
|
|
7083
|
-
{
|
|
7084
|
-
"kind": "class",
|
|
7085
|
-
"description": "Visualize an area with a special meaning within a wagon.",
|
|
7086
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7087
|
-
"members": [
|
|
7088
|
-
{
|
|
7089
|
-
"kind": "field",
|
|
7090
|
-
"name": "elementName",
|
|
7091
|
-
"type": {
|
|
7092
|
-
"text": "string"
|
|
7093
|
-
},
|
|
7094
|
-
"privacy": "public",
|
|
7095
|
-
"static": true,
|
|
7096
|
-
"readonly": true,
|
|
7097
|
-
"default": "'sbb-seat-reservation-area'"
|
|
7098
|
-
},
|
|
7099
|
-
{
|
|
7100
|
-
"kind": "field",
|
|
7101
|
-
"name": "mounting",
|
|
7102
|
-
"type": {
|
|
7103
|
-
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7104
|
-
},
|
|
7105
|
-
"privacy": "public",
|
|
7106
|
-
"default": "'free'",
|
|
7107
|
-
"description": "Mounting Prop",
|
|
7108
|
-
"attribute": "mounting",
|
|
7109
|
-
"reflects": true
|
|
7110
|
-
},
|
|
7111
|
-
{
|
|
7112
|
-
"kind": "field",
|
|
7113
|
-
"name": "background",
|
|
7114
|
-
"type": {
|
|
7115
|
-
"text": "'light' | 'dark'"
|
|
7116
|
-
},
|
|
7117
|
-
"privacy": "public",
|
|
7118
|
-
"default": "'light'",
|
|
7119
|
-
"description": "the background of the area",
|
|
7120
|
-
"attribute": "background",
|
|
7121
|
-
"reflects": true
|
|
7122
|
-
}
|
|
7123
|
-
],
|
|
7124
|
-
"attributes": [
|
|
7125
|
-
{
|
|
7126
|
-
"name": "mounting",
|
|
7127
|
-
"type": {
|
|
7128
|
-
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7129
|
-
},
|
|
7130
|
-
"default": "'free'",
|
|
7131
|
-
"description": "Mounting Prop",
|
|
7132
|
-
"fieldName": "mounting"
|
|
7133
|
-
},
|
|
7134
|
-
{
|
|
7135
|
-
"name": "background",
|
|
7136
|
-
"type": {
|
|
7137
|
-
"text": "'light' | 'dark'"
|
|
7138
|
-
},
|
|
7139
|
-
"default": "'light'",
|
|
7140
|
-
"description": "the background of the area",
|
|
7141
|
-
"fieldName": "background"
|
|
7142
|
-
}
|
|
7143
|
-
],
|
|
7144
|
-
"superclass": {
|
|
7145
|
-
"name": "SbbElement",
|
|
7146
|
-
"package": "@sbb-esta/lyne-elements/core.js"
|
|
7147
|
-
},
|
|
7148
|
-
"tagName": "sbb-seat-reservation-area",
|
|
7149
|
-
"customElement": true
|
|
7150
|
-
}
|
|
7151
|
-
],
|
|
7152
|
-
"exports": [
|
|
7153
|
-
{
|
|
7154
|
-
"kind": "js",
|
|
7155
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7156
|
-
"declaration": {
|
|
7157
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7158
|
-
"module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
|
|
7159
|
-
}
|
|
7160
|
-
}
|
|
7161
|
-
]
|
|
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": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.1776085163",
|
|
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/31ded68565a40fcebdd0234b8bddfd6cfcac1857"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|