@sbb-esta/lyne-elements-experimental-dev 4.0.0-dev.1776072019 → 4.0.0-dev.1776087069

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.
@@ -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",
@@ -7192,90 +7276,6 @@
7192
7276
  }
7193
7277
  ]
7194
7278
  },
7195
- {
7196
- "kind": "javascript-module",
7197
- "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
7198
- "declarations": [
7199
- {
7200
- "kind": "class",
7201
- "description": "Visualize an area with a special meaning within a wagon.",
7202
- "name": "SbbSeatReservationAreaElement",
7203
- "members": [
7204
- {
7205
- "kind": "field",
7206
- "name": "elementName",
7207
- "type": {
7208
- "text": "string"
7209
- },
7210
- "privacy": "public",
7211
- "static": true,
7212
- "readonly": true,
7213
- "default": "'sbb-seat-reservation-area'"
7214
- },
7215
- {
7216
- "kind": "field",
7217
- "name": "mounting",
7218
- "type": {
7219
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7220
- },
7221
- "privacy": "public",
7222
- "default": "'free'",
7223
- "description": "Mounting Prop",
7224
- "attribute": "mounting",
7225
- "reflects": true
7226
- },
7227
- {
7228
- "kind": "field",
7229
- "name": "background",
7230
- "type": {
7231
- "text": "'light' | 'dark'"
7232
- },
7233
- "privacy": "public",
7234
- "default": "'light'",
7235
- "description": "the background of the area",
7236
- "attribute": "background",
7237
- "reflects": true
7238
- }
7239
- ],
7240
- "attributes": [
7241
- {
7242
- "name": "mounting",
7243
- "type": {
7244
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7245
- },
7246
- "default": "'free'",
7247
- "description": "Mounting Prop",
7248
- "fieldName": "mounting"
7249
- },
7250
- {
7251
- "name": "background",
7252
- "type": {
7253
- "text": "'light' | 'dark'"
7254
- },
7255
- "default": "'light'",
7256
- "description": "the background of the area",
7257
- "fieldName": "background"
7258
- }
7259
- ],
7260
- "superclass": {
7261
- "name": "SbbElement",
7262
- "package": "@sbb-esta/lyne-elements/core.js"
7263
- },
7264
- "tagName": "sbb-seat-reservation-area",
7265
- "customElement": true
7266
- }
7267
- ],
7268
- "exports": [
7269
- {
7270
- "kind": "js",
7271
- "name": "SbbSeatReservationAreaElement",
7272
- "declaration": {
7273
- "name": "SbbSeatReservationAreaElement",
7274
- "module": "seat-reservation/seat-reservation-area/seat-reservation-area.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": "4.0.0-dev.1776072019",
3
+ "version": "4.0.0-dev.1776087069",
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/02d65d2ee3bed82b08e5797352838021772d49bb"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/0829ef2187605417a4012115df2f483207a5f75f"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {