@sbb-esta/lyne-elements-experimental-dev 4.12.0-dev.1777543950 → 4.12.0-dev.1777636063

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.
@@ -3124,6 +3124,90 @@
3124
3124
  "declarations": [],
3125
3125
  "exports": []
3126
3126
  },
3127
+ {
3128
+ "kind": "javascript-module",
3129
+ "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
3130
+ "declarations": [
3131
+ {
3132
+ "kind": "class",
3133
+ "description": "Visualize an area with a special meaning within a wagon.",
3134
+ "name": "SbbSeatReservationAreaElement",
3135
+ "members": [
3136
+ {
3137
+ "kind": "field",
3138
+ "name": "elementName",
3139
+ "type": {
3140
+ "text": "string"
3141
+ },
3142
+ "privacy": "public",
3143
+ "static": true,
3144
+ "readonly": true,
3145
+ "default": "'sbb-seat-reservation-area'"
3146
+ },
3147
+ {
3148
+ "kind": "field",
3149
+ "name": "mounting",
3150
+ "type": {
3151
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
3152
+ },
3153
+ "privacy": "public",
3154
+ "default": "'free'",
3155
+ "description": "Mounting Prop",
3156
+ "attribute": "mounting",
3157
+ "reflects": true
3158
+ },
3159
+ {
3160
+ "kind": "field",
3161
+ "name": "background",
3162
+ "type": {
3163
+ "text": "'light' | 'dark'"
3164
+ },
3165
+ "privacy": "public",
3166
+ "default": "'light'",
3167
+ "description": "the background of the area",
3168
+ "attribute": "background",
3169
+ "reflects": true
3170
+ }
3171
+ ],
3172
+ "attributes": [
3173
+ {
3174
+ "name": "mounting",
3175
+ "type": {
3176
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
3177
+ },
3178
+ "default": "'free'",
3179
+ "description": "Mounting Prop",
3180
+ "fieldName": "mounting"
3181
+ },
3182
+ {
3183
+ "name": "background",
3184
+ "type": {
3185
+ "text": "'light' | 'dark'"
3186
+ },
3187
+ "default": "'light'",
3188
+ "description": "the background of the area",
3189
+ "fieldName": "background"
3190
+ }
3191
+ ],
3192
+ "superclass": {
3193
+ "name": "SbbElement",
3194
+ "package": "@sbb-esta/lyne-elements/core/base-elements.js"
3195
+ },
3196
+ "tagName": "sbb-seat-reservation-area",
3197
+ "customElement": true
3198
+ }
3199
+ ],
3200
+ "exports": [
3201
+ {
3202
+ "kind": "js",
3203
+ "name": "SbbSeatReservationAreaElement",
3204
+ "declaration": {
3205
+ "name": "SbbSeatReservationAreaElement",
3206
+ "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
3207
+ }
3208
+ }
3209
+ ]
3210
+ },
3127
3211
  {
3128
3212
  "kind": "javascript-module",
3129
3213
  "path": "seat-reservation/seat-reservation/seat-reservation-base-element.js",
@@ -7414,90 +7498,6 @@
7414
7498
  }
7415
7499
  ]
7416
7500
  },
7417
- {
7418
- "kind": "javascript-module",
7419
- "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
7420
- "declarations": [
7421
- {
7422
- "kind": "class",
7423
- "description": "Visualize an area with a special meaning within a wagon.",
7424
- "name": "SbbSeatReservationAreaElement",
7425
- "members": [
7426
- {
7427
- "kind": "field",
7428
- "name": "elementName",
7429
- "type": {
7430
- "text": "string"
7431
- },
7432
- "privacy": "public",
7433
- "static": true,
7434
- "readonly": true,
7435
- "default": "'sbb-seat-reservation-area'"
7436
- },
7437
- {
7438
- "kind": "field",
7439
- "name": "mounting",
7440
- "type": {
7441
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7442
- },
7443
- "privacy": "public",
7444
- "default": "'free'",
7445
- "description": "Mounting Prop",
7446
- "attribute": "mounting",
7447
- "reflects": true
7448
- },
7449
- {
7450
- "kind": "field",
7451
- "name": "background",
7452
- "type": {
7453
- "text": "'light' | 'dark'"
7454
- },
7455
- "privacy": "public",
7456
- "default": "'light'",
7457
- "description": "the background of the area",
7458
- "attribute": "background",
7459
- "reflects": true
7460
- }
7461
- ],
7462
- "attributes": [
7463
- {
7464
- "name": "mounting",
7465
- "type": {
7466
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7467
- },
7468
- "default": "'free'",
7469
- "description": "Mounting Prop",
7470
- "fieldName": "mounting"
7471
- },
7472
- {
7473
- "name": "background",
7474
- "type": {
7475
- "text": "'light' | 'dark'"
7476
- },
7477
- "default": "'light'",
7478
- "description": "the background of the area",
7479
- "fieldName": "background"
7480
- }
7481
- ],
7482
- "superclass": {
7483
- "name": "SbbElement",
7484
- "package": "@sbb-esta/lyne-elements/core/base-elements.js"
7485
- },
7486
- "tagName": "sbb-seat-reservation-area",
7487
- "customElement": true
7488
- }
7489
- ],
7490
- "exports": [
7491
- {
7492
- "kind": "js",
7493
- "name": "SbbSeatReservationAreaElement",
7494
- "declaration": {
7495
- "name": "SbbSeatReservationAreaElement",
7496
- "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
7497
- }
7498
- }
7499
- ]
7500
- },
7501
7501
  {
7502
7502
  "kind": "javascript-module",
7503
7503
  "path": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-experimental-dev",
3
- "version": "4.12.0-dev.1777543950",
3
+ "version": "4.12.0-dev.1777636063",
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/6ed3912b71e369c26444957115742a0583969168"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/07df842203943bd34f13c202498aa54438f8d2b2"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {