@sbb-esta/lyne-elements-experimental-dev 4.12.1-dev.1778074072 → 4.12.1-dev.1778133129

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 +130 -130
  2. package/package.json +2 -2
@@ -498,6 +498,52 @@
498
498
  }
499
499
  ]
500
500
  },
501
+ {
502
+ "kind": "javascript-module",
503
+ "path": "core/datetime.js",
504
+ "declarations": [],
505
+ "exports": [
506
+ {
507
+ "kind": "js",
508
+ "name": "*",
509
+ "declaration": {
510
+ "name": "*",
511
+ "module": "core/datetime/date-helper.js"
512
+ }
513
+ }
514
+ ]
515
+ },
516
+ {
517
+ "kind": "javascript-module",
518
+ "path": "core/timetable.js",
519
+ "declarations": [],
520
+ "exports": [
521
+ {
522
+ "kind": "js",
523
+ "name": "*",
524
+ "declaration": {
525
+ "name": "*",
526
+ "module": "core/timetable/access-leg-helper.js"
527
+ }
528
+ },
529
+ {
530
+ "kind": "js",
531
+ "name": "*",
532
+ "declaration": {
533
+ "name": "*",
534
+ "module": "core/timetable/timetable-helper.js"
535
+ }
536
+ },
537
+ {
538
+ "kind": "js",
539
+ "name": "*",
540
+ "declaration": {
541
+ "name": "*",
542
+ "module": "core/timetable/timetable-properties.js"
543
+ }
544
+ }
545
+ ]
546
+ },
501
547
  {
502
548
  "kind": "javascript-module",
503
549
  "path": "journey-summary/journey-summary.component.js",
@@ -770,52 +816,6 @@
770
816
  }
771
817
  ]
772
818
  },
773
- {
774
- "kind": "javascript-module",
775
- "path": "core/datetime.js",
776
- "declarations": [],
777
- "exports": [
778
- {
779
- "kind": "js",
780
- "name": "*",
781
- "declaration": {
782
- "name": "*",
783
- "module": "core/datetime/date-helper.js"
784
- }
785
- }
786
- ]
787
- },
788
- {
789
- "kind": "javascript-module",
790
- "path": "core/timetable.js",
791
- "declarations": [],
792
- "exports": [
793
- {
794
- "kind": "js",
795
- "name": "*",
796
- "declaration": {
797
- "name": "*",
798
- "module": "core/timetable/access-leg-helper.js"
799
- }
800
- },
801
- {
802
- "kind": "js",
803
- "name": "*",
804
- "declaration": {
805
- "name": "*",
806
- "module": "core/timetable/timetable-helper.js"
807
- }
808
- },
809
- {
810
- "kind": "js",
811
- "name": "*",
812
- "declaration": {
813
- "name": "*",
814
- "module": "core/timetable/timetable-properties.js"
815
- }
816
- }
817
- ]
818
- },
819
819
  {
820
820
  "kind": "javascript-module",
821
821
  "path": "pearl-chain/pearl-chain.component.js",
@@ -7414,6 +7414,90 @@
7414
7414
  }
7415
7415
  ]
7416
7416
  },
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
+ },
7417
7501
  {
7418
7502
  "kind": "javascript-module",
7419
7503
  "path": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js",
@@ -7570,90 +7654,6 @@
7570
7654
  }
7571
7655
  ]
7572
7656
  },
7573
- {
7574
- "kind": "javascript-module",
7575
- "path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
7576
- "declarations": [
7577
- {
7578
- "kind": "class",
7579
- "description": "Visualize an area with a special meaning within a wagon.",
7580
- "name": "SbbSeatReservationAreaElement",
7581
- "members": [
7582
- {
7583
- "kind": "field",
7584
- "name": "elementName",
7585
- "type": {
7586
- "text": "string"
7587
- },
7588
- "privacy": "public",
7589
- "static": true,
7590
- "readonly": true,
7591
- "default": "'sbb-seat-reservation-area'"
7592
- },
7593
- {
7594
- "kind": "field",
7595
- "name": "mounting",
7596
- "type": {
7597
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7598
- },
7599
- "privacy": "public",
7600
- "default": "'free'",
7601
- "description": "Mounting Prop",
7602
- "attribute": "mounting",
7603
- "reflects": true
7604
- },
7605
- {
7606
- "kind": "field",
7607
- "name": "background",
7608
- "type": {
7609
- "text": "'light' | 'dark'"
7610
- },
7611
- "privacy": "public",
7612
- "default": "'light'",
7613
- "description": "the background of the area",
7614
- "attribute": "background",
7615
- "reflects": true
7616
- }
7617
- ],
7618
- "attributes": [
7619
- {
7620
- "name": "mounting",
7621
- "type": {
7622
- "text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
7623
- },
7624
- "default": "'free'",
7625
- "description": "Mounting Prop",
7626
- "fieldName": "mounting"
7627
- },
7628
- {
7629
- "name": "background",
7630
- "type": {
7631
- "text": "'light' | 'dark'"
7632
- },
7633
- "default": "'light'",
7634
- "description": "the background of the area",
7635
- "fieldName": "background"
7636
- }
7637
- ],
7638
- "superclass": {
7639
- "name": "SbbElement",
7640
- "package": "@sbb-esta/lyne-elements/core/base-elements.js"
7641
- },
7642
- "tagName": "sbb-seat-reservation-area",
7643
- "customElement": true
7644
- }
7645
- ],
7646
- "exports": [
7647
- {
7648
- "kind": "js",
7649
- "name": "SbbSeatReservationAreaElement",
7650
- "declaration": {
7651
- "name": "SbbSeatReservationAreaElement",
7652
- "module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
7653
- }
7654
- }
7655
- ]
7656
- },
7657
7657
  {
7658
7658
  "kind": "javascript-module",
7659
7659
  "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.12.1-dev.1778074072",
3
+ "version": "4.12.1-dev.1778133129",
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/3a9d4b4a8b6f1033e66dae6188e92d6cab51666c"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/b6bb884929dc7cb55029f5f1d4ec3eb94bcd6a42"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {