@sbb-esta/lyne-elements-experimental-dev 5.0.0-next-dev.1777021781 → 5.0.0-next-dev.1777034086

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.
Files changed (2) hide show
  1. package/custom-elements.json +200 -200
  2. package/package.json +2 -2
@@ -2897,206 +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
- {
2985
- "kind": "javascript-module",
2986
- "path": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js",
2987
- "declarations": [
2988
- {
2989
- "kind": "class",
2990
- "description": "Output one of the SVG graphics based on its code.",
2991
- "name": "SbbSeatReservationGraphicElement",
2992
- "members": [
2993
- {
2994
- "kind": "field",
2995
- "name": "elementName",
2996
- "type": {
2997
- "text": "string"
2998
- },
2999
- "privacy": "public",
3000
- "static": true,
3001
- "readonly": true,
3002
- "default": "'sbb-seat-reservation-graphic'"
3003
- },
3004
- {
3005
- "kind": "field",
3006
- "name": "elementDependencies",
3007
- "type": {
3008
- "text": "SbbElementType[]"
3009
- },
3010
- "privacy": "public",
3011
- "static": true,
3012
- "default": "[SbbIconElement]"
3013
- },
3014
- {
3015
- "kind": "field",
3016
- "name": "name",
3017
- "type": {
3018
- "text": "string"
3019
- },
3020
- "privacy": "public",
3021
- "default": "''",
3022
- "description": "Name of the SVG graphic to be displayed.",
3023
- "attribute": "name"
3024
- },
3025
- {
3026
- "kind": "field",
3027
- "name": "stretch",
3028
- "type": {
3029
- "text": "boolean"
3030
- },
3031
- "privacy": "public",
3032
- "default": "false",
3033
- "description": "if true, scale the graphic content of the given element non-uniformly if necessary",
3034
- "attribute": "stretch"
3035
- },
3036
- {
3037
- "kind": "field",
3038
- "name": "_language",
3039
- "privacy": "private",
3040
- "default": "new SbbLanguageController(this)"
3041
- },
3042
- {
3043
- "kind": "method",
3044
- "name": "_getSvgElement",
3045
- "privacy": "private",
3046
- "return": {
3047
- "type": {
3048
- "text": "Element | null"
3049
- }
3050
- },
3051
- "parameters": [
3052
- {
3053
- "name": "svg",
3054
- "type": {
3055
- "text": "string"
3056
- }
3057
- }
3058
- ]
3059
- }
3060
- ],
3061
- "attributes": [
3062
- {
3063
- "name": "name",
3064
- "type": {
3065
- "text": "string"
3066
- },
3067
- "default": "''",
3068
- "description": "Name of the SVG graphic to be displayed.",
3069
- "fieldName": "name"
3070
- },
3071
- {
3072
- "name": "stretch",
3073
- "type": {
3074
- "text": "boolean"
3075
- },
3076
- "default": "false",
3077
- "description": "if true, scale the graphic content of the given element non-uniformly if necessary",
3078
- "fieldName": "stretch"
3079
- }
3080
- ],
3081
- "superclass": {
3082
- "name": "SbbElement",
3083
- "package": "@sbb-esta/lyne-elements/core.js"
3084
- },
3085
- "tagName": "sbb-seat-reservation-graphic",
3086
- "customElement": true
3087
- }
3088
- ],
3089
- "exports": [
3090
- {
3091
- "kind": "js",
3092
- "name": "SbbSeatReservationGraphicElement",
3093
- "declaration": {
3094
- "name": "SbbSeatReservationGraphicElement",
3095
- "module": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js"
3096
- }
3097
- }
3098
- ]
3099
- },
3100
2900
  {
3101
2901
  "kind": "javascript-module",
3102
2902
  "path": "seat-reservation/seat-reservation/seat-reservation-base-element.js",
@@ -7276,6 +7076,206 @@
7276
7076
  }
7277
7077
  ]
7278
7078
  },
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
+ {
7164
+ "kind": "javascript-module",
7165
+ "path": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js",
7166
+ "declarations": [
7167
+ {
7168
+ "kind": "class",
7169
+ "description": "Output one of the SVG graphics based on its code.",
7170
+ "name": "SbbSeatReservationGraphicElement",
7171
+ "members": [
7172
+ {
7173
+ "kind": "field",
7174
+ "name": "elementName",
7175
+ "type": {
7176
+ "text": "string"
7177
+ },
7178
+ "privacy": "public",
7179
+ "static": true,
7180
+ "readonly": true,
7181
+ "default": "'sbb-seat-reservation-graphic'"
7182
+ },
7183
+ {
7184
+ "kind": "field",
7185
+ "name": "elementDependencies",
7186
+ "type": {
7187
+ "text": "SbbElementType[]"
7188
+ },
7189
+ "privacy": "public",
7190
+ "static": true,
7191
+ "default": "[SbbIconElement]"
7192
+ },
7193
+ {
7194
+ "kind": "field",
7195
+ "name": "name",
7196
+ "type": {
7197
+ "text": "string"
7198
+ },
7199
+ "privacy": "public",
7200
+ "default": "''",
7201
+ "description": "Name of the SVG graphic to be displayed.",
7202
+ "attribute": "name"
7203
+ },
7204
+ {
7205
+ "kind": "field",
7206
+ "name": "stretch",
7207
+ "type": {
7208
+ "text": "boolean"
7209
+ },
7210
+ "privacy": "public",
7211
+ "default": "false",
7212
+ "description": "if true, scale the graphic content of the given element non-uniformly if necessary",
7213
+ "attribute": "stretch"
7214
+ },
7215
+ {
7216
+ "kind": "field",
7217
+ "name": "_language",
7218
+ "privacy": "private",
7219
+ "default": "new SbbLanguageController(this)"
7220
+ },
7221
+ {
7222
+ "kind": "method",
7223
+ "name": "_getSvgElement",
7224
+ "privacy": "private",
7225
+ "return": {
7226
+ "type": {
7227
+ "text": "Element | null"
7228
+ }
7229
+ },
7230
+ "parameters": [
7231
+ {
7232
+ "name": "svg",
7233
+ "type": {
7234
+ "text": "string"
7235
+ }
7236
+ }
7237
+ ]
7238
+ }
7239
+ ],
7240
+ "attributes": [
7241
+ {
7242
+ "name": "name",
7243
+ "type": {
7244
+ "text": "string"
7245
+ },
7246
+ "default": "''",
7247
+ "description": "Name of the SVG graphic to be displayed.",
7248
+ "fieldName": "name"
7249
+ },
7250
+ {
7251
+ "name": "stretch",
7252
+ "type": {
7253
+ "text": "boolean"
7254
+ },
7255
+ "default": "false",
7256
+ "description": "if true, scale the graphic content of the given element non-uniformly if necessary",
7257
+ "fieldName": "stretch"
7258
+ }
7259
+ ],
7260
+ "superclass": {
7261
+ "name": "SbbElement",
7262
+ "package": "@sbb-esta/lyne-elements/core.js"
7263
+ },
7264
+ "tagName": "sbb-seat-reservation-graphic",
7265
+ "customElement": true
7266
+ }
7267
+ ],
7268
+ "exports": [
7269
+ {
7270
+ "kind": "js",
7271
+ "name": "SbbSeatReservationGraphicElement",
7272
+ "declaration": {
7273
+ "name": "SbbSeatReservationGraphicElement",
7274
+ "module": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js"
7275
+ }
7276
+ }
7277
+ ]
7278
+ },
7279
7279
  {
7280
7280
  "kind": "javascript-module",
7281
7281
  "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": "5.0.0-next-dev.1777021781",
3
+ "version": "5.0.0-next-dev.1777034086",
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/680d92fc621a7c7dc2731425cff976e041079d2f"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/3d5a9d6ccc5e499cbcf59faf06263b2b4f6ae047"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {