@sbb-esta/lyne-elements-experimental-dev 4.0.0-dev.1775566259 → 4.0.0-dev.1775567721

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 +152 -152
  2. package/package.json +2 -2
@@ -3056,6 +3056,74 @@
3056
3056
  "declarations": [],
3057
3057
  "exports": []
3058
3058
  },
3059
+ {
3060
+ "kind": "javascript-module",
3061
+ "path": "seat-reservation/common/mapper.js",
3062
+ "declarations": [],
3063
+ "exports": [
3064
+ {
3065
+ "kind": "js",
3066
+ "name": "*",
3067
+ "declaration": {
3068
+ "name": "*",
3069
+ "module": "seat-reservation/common/mapper/mapper.js"
3070
+ }
3071
+ },
3072
+ {
3073
+ "kind": "js",
3074
+ "name": "*",
3075
+ "declaration": {
3076
+ "name": "*",
3077
+ "module": "seat-reservation/common/mapper/icon-mapper.js"
3078
+ }
3079
+ }
3080
+ ]
3081
+ },
3082
+ {
3083
+ "kind": "javascript-module",
3084
+ "path": "seat-reservation/common/svgs.js",
3085
+ "declarations": [
3086
+ {
3087
+ "kind": "variable",
3088
+ "name": "svgs",
3089
+ "type": {
3090
+ "text": "object"
3091
+ },
3092
+ "default": "{ chassisDriverBus, chassisDriverTrain, chassisDriverTrainFull, chassisPassageCompartmentLeftTop, chassisPassageCompartmentMiddle, chassisPassageCompartmentRightBottom, chassisPassageWaggonBottomRight, chassisPassageWaggonTopLeft, chassisRowOuter, chassisRowMiddle, chassisSeparator, interiorPlaceBikeDefault, interiorPlaceBikeNotBookable, interiorPlaceBikeSelected, interiorPlaceBikeUnavailable, interiorPlaceSeatDefault, interiorPlaceSeatNotBookable, interiorPlaceSeatSelected, interiorPlaceSeatUnavailable, layoutEntrance, }"
3093
+ }
3094
+ ],
3095
+ "exports": [
3096
+ {
3097
+ "kind": "js",
3098
+ "name": "svgs",
3099
+ "declaration": {
3100
+ "name": "svgs",
3101
+ "module": "seat-reservation/common/svgs.js"
3102
+ }
3103
+ }
3104
+ ]
3105
+ },
3106
+ {
3107
+ "kind": "javascript-module",
3108
+ "path": "seat-reservation/common/translations.js",
3109
+ "declarations": [],
3110
+ "exports": [
3111
+ {
3112
+ "kind": "js",
3113
+ "name": "*",
3114
+ "declaration": {
3115
+ "name": "*",
3116
+ "module": "seat-reservation/common/translations/i18n.js"
3117
+ }
3118
+ }
3119
+ ]
3120
+ },
3121
+ {
3122
+ "kind": "javascript-module",
3123
+ "path": "seat-reservation/common/types.js",
3124
+ "declarations": [],
3125
+ "exports": []
3126
+ },
3059
3127
  {
3060
3128
  "kind": "javascript-module",
3061
3129
  "path": "seat-reservation/seat-reservation/seat-reservation-base-element.js",
@@ -7225,158 +7293,6 @@
7225
7293
  }
7226
7294
  ]
7227
7295
  },
7228
- {
7229
- "kind": "javascript-module",
7230
- "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
7231
- "declarations": [
7232
- {
7233
- "kind": "class",
7234
- "description": "Visualize an area with a special meaning within a wagon.",
7235
- "name": "SbbSeatReservationAreaElement",
7236
- "members": [
7237
- {
7238
- "kind": "field",
7239
- "name": "elementName",
7240
- "type": {
7241
- "text": "string"
7242
- },
7243
- "privacy": "public",
7244
- "static": true,
7245
- "readonly": true,
7246
- "default": "'sbb-seat-reservation-area'"
7247
- },
7248
- {
7249
- "kind": "field",
7250
- "name": "mounting",
7251
- "type": {
7252
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7253
- },
7254
- "privacy": "public",
7255
- "default": "'free'",
7256
- "description": "Mounting Prop",
7257
- "attribute": "mounting",
7258
- "reflects": true
7259
- },
7260
- {
7261
- "kind": "field",
7262
- "name": "background",
7263
- "type": {
7264
- "text": "'light' | 'dark'"
7265
- },
7266
- "privacy": "public",
7267
- "default": "'light'",
7268
- "description": "the background of the area",
7269
- "attribute": "background",
7270
- "reflects": true
7271
- }
7272
- ],
7273
- "attributes": [
7274
- {
7275
- "name": "mounting",
7276
- "type": {
7277
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7278
- },
7279
- "default": "'free'",
7280
- "description": "Mounting Prop",
7281
- "fieldName": "mounting"
7282
- },
7283
- {
7284
- "name": "background",
7285
- "type": {
7286
- "text": "'light' | 'dark'"
7287
- },
7288
- "default": "'light'",
7289
- "description": "the background of the area",
7290
- "fieldName": "background"
7291
- }
7292
- ],
7293
- "superclass": {
7294
- "name": "SbbElement",
7295
- "package": "@sbb-esta/lyne-elements/core/base-elements.js"
7296
- },
7297
- "tagName": "sbb-seat-reservation-area",
7298
- "customElement": true
7299
- }
7300
- ],
7301
- "exports": [
7302
- {
7303
- "kind": "js",
7304
- "name": "SbbSeatReservationAreaElement",
7305
- "declaration": {
7306
- "name": "SbbSeatReservationAreaElement",
7307
- "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
7308
- }
7309
- }
7310
- ]
7311
- },
7312
- {
7313
- "kind": "javascript-module",
7314
- "path": "seat-reservation/common/mapper.js",
7315
- "declarations": [],
7316
- "exports": [
7317
- {
7318
- "kind": "js",
7319
- "name": "*",
7320
- "declaration": {
7321
- "name": "*",
7322
- "module": "seat-reservation/common/mapper/mapper.js"
7323
- }
7324
- },
7325
- {
7326
- "kind": "js",
7327
- "name": "*",
7328
- "declaration": {
7329
- "name": "*",
7330
- "module": "seat-reservation/common/mapper/icon-mapper.js"
7331
- }
7332
- }
7333
- ]
7334
- },
7335
- {
7336
- "kind": "javascript-module",
7337
- "path": "seat-reservation/common/svgs.js",
7338
- "declarations": [
7339
- {
7340
- "kind": "variable",
7341
- "name": "svgs",
7342
- "type": {
7343
- "text": "object"
7344
- },
7345
- "default": "{ chassisDriverBus, chassisDriverTrain, chassisDriverTrainFull, chassisPassageCompartmentLeftTop, chassisPassageCompartmentMiddle, chassisPassageCompartmentRightBottom, chassisPassageWaggonBottomRight, chassisPassageWaggonTopLeft, chassisRowOuter, chassisRowMiddle, chassisSeparator, interiorPlaceBikeDefault, interiorPlaceBikeNotBookable, interiorPlaceBikeSelected, interiorPlaceBikeUnavailable, interiorPlaceSeatDefault, interiorPlaceSeatNotBookable, interiorPlaceSeatSelected, interiorPlaceSeatUnavailable, layoutEntrance, }"
7346
- }
7347
- ],
7348
- "exports": [
7349
- {
7350
- "kind": "js",
7351
- "name": "svgs",
7352
- "declaration": {
7353
- "name": "svgs",
7354
- "module": "seat-reservation/common/svgs.js"
7355
- }
7356
- }
7357
- ]
7358
- },
7359
- {
7360
- "kind": "javascript-module",
7361
- "path": "seat-reservation/common/translations.js",
7362
- "declarations": [],
7363
- "exports": [
7364
- {
7365
- "kind": "js",
7366
- "name": "*",
7367
- "declaration": {
7368
- "name": "*",
7369
- "module": "seat-reservation/common/translations/i18n.js"
7370
- }
7371
- }
7372
- ]
7373
- },
7374
- {
7375
- "kind": "javascript-module",
7376
- "path": "seat-reservation/common/types.js",
7377
- "declarations": [],
7378
- "exports": []
7379
- },
7380
7296
  {
7381
7297
  "kind": "javascript-module",
7382
7298
  "path": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js",
@@ -7533,6 +7449,90 @@
7533
7449
  }
7534
7450
  ]
7535
7451
  },
7452
+ {
7453
+ "kind": "javascript-module",
7454
+ "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
7455
+ "declarations": [
7456
+ {
7457
+ "kind": "class",
7458
+ "description": "Visualize an area with a special meaning within a wagon.",
7459
+ "name": "SbbSeatReservationAreaElement",
7460
+ "members": [
7461
+ {
7462
+ "kind": "field",
7463
+ "name": "elementName",
7464
+ "type": {
7465
+ "text": "string"
7466
+ },
7467
+ "privacy": "public",
7468
+ "static": true,
7469
+ "readonly": true,
7470
+ "default": "'sbb-seat-reservation-area'"
7471
+ },
7472
+ {
7473
+ "kind": "field",
7474
+ "name": "mounting",
7475
+ "type": {
7476
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7477
+ },
7478
+ "privacy": "public",
7479
+ "default": "'free'",
7480
+ "description": "Mounting Prop",
7481
+ "attribute": "mounting",
7482
+ "reflects": true
7483
+ },
7484
+ {
7485
+ "kind": "field",
7486
+ "name": "background",
7487
+ "type": {
7488
+ "text": "'light' | 'dark'"
7489
+ },
7490
+ "privacy": "public",
7491
+ "default": "'light'",
7492
+ "description": "the background of the area",
7493
+ "attribute": "background",
7494
+ "reflects": true
7495
+ }
7496
+ ],
7497
+ "attributes": [
7498
+ {
7499
+ "name": "mounting",
7500
+ "type": {
7501
+ "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7502
+ },
7503
+ "default": "'free'",
7504
+ "description": "Mounting Prop",
7505
+ "fieldName": "mounting"
7506
+ },
7507
+ {
7508
+ "name": "background",
7509
+ "type": {
7510
+ "text": "'light' | 'dark'"
7511
+ },
7512
+ "default": "'light'",
7513
+ "description": "the background of the area",
7514
+ "fieldName": "background"
7515
+ }
7516
+ ],
7517
+ "superclass": {
7518
+ "name": "SbbElement",
7519
+ "package": "@sbb-esta/lyne-elements/core/base-elements.js"
7520
+ },
7521
+ "tagName": "sbb-seat-reservation-area",
7522
+ "customElement": true
7523
+ }
7524
+ ],
7525
+ "exports": [
7526
+ {
7527
+ "kind": "js",
7528
+ "name": "SbbSeatReservationAreaElement",
7529
+ "declaration": {
7530
+ "name": "SbbSeatReservationAreaElement",
7531
+ "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
7532
+ }
7533
+ }
7534
+ ]
7535
+ },
7536
7536
  {
7537
7537
  "kind": "javascript-module",
7538
7538
  "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.1775566259",
3
+ "version": "4.0.0-dev.1775567721",
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/8b43a4e5161096aec79ea80a3a8fa2a9e2eb2a88"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/beef3923695300ea1ed892f72fa31c8d2453ecf2"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {