@sbb-esta/lyne-elements-dev 4.0.0-dev.1776014111 → 4.0.0-dev.1776057157

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 +282 -282
  2. package/package.json +2 -2
@@ -153347,12 +153347,12 @@
153347
153347
  },
153348
153348
  {
153349
153349
  "kind": "javascript-module",
153350
- "path": "teaser-product/teaser-product/teaser-product.component.js",
153350
+ "path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
153351
153351
  "declarations": [
153352
153352
  {
153353
153353
  "kind": "class",
153354
- "description": "Displays a text and a footnote, combined with an image, to tease a product",
153355
- "name": "SbbTeaserProductElement",
153354
+ "description": "Displays a text and a footnote, combined with an image, to tease a product.",
153355
+ "name": "SbbTeaserProductStaticElement",
153356
153356
  "cssProperties": [
153357
153357
  {
153358
153358
  "description": "At which percentage the background should start getting transparent.",
@@ -153393,21 +153393,7 @@
153393
153393
  "name": "SbbElement",
153394
153394
  "module": "core/base-elements/element.js"
153395
153395
  },
153396
- "default": "'sbb-teaser-product'"
153397
- },
153398
- {
153399
- "kind": "field",
153400
- "name": "elementDependencies",
153401
- "type": {
153402
- "text": "SbbElementType[]"
153403
- },
153404
- "privacy": "public",
153405
- "static": true,
153406
- "inheritedFrom": {
153407
- "name": "SbbElement",
153408
- "module": "core/base-elements/element.js"
153409
- },
153410
- "default": "[SbbScreenReaderOnlyElement]"
153396
+ "default": "'sbb-teaser-product-static'"
153411
153397
  },
153412
153398
  {
153413
153399
  "kind": "field",
@@ -153456,155 +153442,6 @@
153456
153442
  "module": "core/mixins/negative-mixin.js"
153457
153443
  }
153458
153444
  },
153459
- {
153460
- "kind": "field",
153461
- "name": "href",
153462
- "type": {
153463
- "text": "string"
153464
- },
153465
- "privacy": "public",
153466
- "default": "''",
153467
- "description": "The href value you want to link to.",
153468
- "attribute": "href",
153469
- "reflects": true,
153470
- "inheritedFrom": {
153471
- "name": "SbbLinkBaseElement",
153472
- "module": "core/base-elements/link-base-element.js"
153473
- }
153474
- },
153475
- {
153476
- "kind": "field",
153477
- "name": "target",
153478
- "type": {
153479
- "text": "LinkTargetType | string"
153480
- },
153481
- "privacy": "public",
153482
- "default": "''",
153483
- "description": "Where to display the linked URL.",
153484
- "attribute": "target",
153485
- "reflects": true,
153486
- "inheritedFrom": {
153487
- "name": "SbbLinkBaseElement",
153488
- "module": "core/base-elements/link-base-element.js"
153489
- }
153490
- },
153491
- {
153492
- "kind": "field",
153493
- "name": "rel",
153494
- "type": {
153495
- "text": "string"
153496
- },
153497
- "privacy": "public",
153498
- "default": "''",
153499
- "description": "The relationship of the linked URL as space-separated link types.",
153500
- "attribute": "rel",
153501
- "reflects": true,
153502
- "inheritedFrom": {
153503
- "name": "SbbLinkBaseElement",
153504
- "module": "core/base-elements/link-base-element.js"
153505
- }
153506
- },
153507
- {
153508
- "kind": "field",
153509
- "name": "download",
153510
- "type": {
153511
- "text": "boolean"
153512
- },
153513
- "privacy": "public",
153514
- "default": "false",
153515
- "description": "Whether the browser will show the download dialog on click.",
153516
- "attribute": "download",
153517
- "reflects": true,
153518
- "inheritedFrom": {
153519
- "name": "SbbLinkBaseElement",
153520
- "module": "core/base-elements/link-base-element.js"
153521
- }
153522
- },
153523
- {
153524
- "kind": "field",
153525
- "name": "accessibilityLabel",
153526
- "type": {
153527
- "text": "string"
153528
- },
153529
- "privacy": "public",
153530
- "default": "''",
153531
- "description": "This will be forwarded as aria-label to the inner anchor element.",
153532
- "attribute": "accessibility-label",
153533
- "inheritedFrom": {
153534
- "name": "SbbLinkBaseElement",
153535
- "module": "core/base-elements/link-base-element.js"
153536
- }
153537
- },
153538
- {
153539
- "kind": "field",
153540
- "name": "accessibilityCurrent",
153541
- "type": {
153542
- "text": "string"
153543
- },
153544
- "privacy": "public",
153545
- "default": "''",
153546
- "description": "This will be forwarded as aria-current to the inner anchor element.",
153547
- "attribute": "accessibility-current",
153548
- "inheritedFrom": {
153549
- "name": "SbbLinkBaseElement",
153550
- "module": "core/base-elements/link-base-element.js"
153551
- }
153552
- },
153553
- {
153554
- "kind": "field",
153555
- "name": "language",
153556
- "privacy": "protected",
153557
- "default": "new SbbLanguageController(this)",
153558
- "inheritedFrom": {
153559
- "name": "SbbLinkBaseElement",
153560
- "module": "core/base-elements/link-base-element.js"
153561
- }
153562
- },
153563
- {
153564
- "kind": "field",
153565
- "name": "anchorRole",
153566
- "type": {
153567
- "text": "string | null"
153568
- },
153569
- "privacy": "protected",
153570
- "readonly": true,
153571
- "default": "null",
153572
- "inheritedFrom": {
153573
- "name": "SbbLinkBaseElement",
153574
- "module": "core/base-elements/link-base-element.js"
153575
- }
153576
- },
153577
- {
153578
- "kind": "field",
153579
- "name": "_evaluateRelAttribute",
153580
- "privacy": "private",
153581
- "inheritedFrom": {
153582
- "name": "SbbLinkBaseElement",
153583
- "module": "core/base-elements/link-base-element.js"
153584
- }
153585
- },
153586
- {
153587
- "kind": "method",
153588
- "name": "renderLink",
153589
- "privacy": "protected",
153590
- "return": {
153591
- "type": {
153592
- "text": "TemplateResult"
153593
- }
153594
- },
153595
- "parameters": [
153596
- {
153597
- "name": "renderContent",
153598
- "type": {
153599
- "text": "TemplateResult"
153600
- }
153601
- }
153602
- ],
153603
- "inheritedFrom": {
153604
- "name": "SbbLinkBaseElement",
153605
- "module": "core/base-elements/link-base-element.js"
153606
- }
153607
- },
153608
153445
  {
153609
153446
  "kind": "field",
153610
153447
  "name": "maybeDisabled",
@@ -153659,6 +153496,19 @@
153659
153496
  "module": "core/base-elements/element.js"
153660
153497
  }
153661
153498
  },
153499
+ {
153500
+ "kind": "field",
153501
+ "name": "elementDependencies",
153502
+ "type": {
153503
+ "text": "SbbElementType[] | undefined"
153504
+ },
153505
+ "privacy": "public",
153506
+ "static": true,
153507
+ "inheritedFrom": {
153508
+ "name": "SbbElement",
153509
+ "module": "core/base-elements/element.js"
153510
+ }
153511
+ },
153662
153512
  {
153663
153513
  "kind": "field",
153664
153514
  "name": "role",
@@ -153899,10 +153749,10 @@
153899
153749
  }
153900
153750
  ],
153901
153751
  "superclass": {
153902
- "name": "SbbLinkBaseElement",
153752
+ "name": "SbbActionBaseElement",
153903
153753
  "module": "core.js"
153904
153754
  },
153905
- "tagName": "sbb-teaser-product",
153755
+ "tagName": "sbb-teaser-product-static",
153906
153756
  "customElement": true,
153907
153757
  "attributes": [
153908
153758
  {
@@ -153925,199 +153775,284 @@
153925
153775
  },
153926
153776
  "default": "false",
153927
153777
  "description": "Negative coloring variant flag.",
153928
- "fieldName": "negative",
153778
+ "fieldName": "negative",
153779
+ "inheritedFrom": {
153780
+ "name": "SbbNegativeMixin",
153781
+ "module": "core/mixins/negative-mixin.js"
153782
+ }
153783
+ }
153784
+ ]
153785
+ }
153786
+ ],
153787
+ "exports": [
153788
+ {
153789
+ "kind": "js",
153790
+ "name": "SbbTeaserProductStaticElement",
153791
+ "declaration": {
153792
+ "name": "SbbTeaserProductStaticElement",
153793
+ "module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
153794
+ }
153795
+ }
153796
+ ]
153797
+ },
153798
+ {
153799
+ "kind": "javascript-module",
153800
+ "path": "teaser-product/teaser-product/teaser-product.component.js",
153801
+ "declarations": [
153802
+ {
153803
+ "kind": "class",
153804
+ "description": "Displays a text and a footnote, combined with an image, to tease a product",
153805
+ "name": "SbbTeaserProductElement",
153806
+ "cssProperties": [
153807
+ {
153808
+ "description": "At which percentage the background should start getting transparent.",
153809
+ "name": "--sbb-teaser-product-background-gradient-start",
153810
+ "default": "25%"
153811
+ },
153812
+ {
153813
+ "description": "At which percentage the background should be fully transparent.",
153814
+ "name": "--sbb-teaser-product-background-gradient-end",
153815
+ "default": "75%"
153816
+ }
153817
+ ],
153818
+ "slots": [
153819
+ {
153820
+ "description": "Use this slot to provide the main content.",
153821
+ "name": ""
153822
+ },
153823
+ {
153824
+ "description": "Use this slot to provide an image or a `sbb-image` as a background.",
153825
+ "name": "image"
153826
+ },
153827
+ {
153828
+ "description": "Use this slot to provide a footnote.",
153829
+ "name": "footnote"
153830
+ }
153831
+ ],
153832
+ "members": [
153833
+ {
153834
+ "kind": "field",
153835
+ "name": "elementName",
153836
+ "type": {
153837
+ "text": "string"
153838
+ },
153839
+ "privacy": "public",
153840
+ "static": true,
153841
+ "readonly": true,
153842
+ "inheritedFrom": {
153843
+ "name": "SbbElement",
153844
+ "module": "core/base-elements/element.js"
153845
+ },
153846
+ "default": "'sbb-teaser-product'"
153847
+ },
153848
+ {
153849
+ "kind": "field",
153850
+ "name": "elementDependencies",
153851
+ "type": {
153852
+ "text": "SbbElementType[]"
153853
+ },
153854
+ "privacy": "public",
153855
+ "static": true,
153856
+ "inheritedFrom": {
153857
+ "name": "SbbElement",
153858
+ "module": "core/base-elements/element.js"
153859
+ },
153860
+ "default": "[SbbScreenReaderOnlyElement]"
153861
+ },
153862
+ {
153863
+ "kind": "field",
153864
+ "name": "imageAlignment",
153865
+ "type": {
153866
+ "text": "'after' | 'before'"
153867
+ },
153868
+ "privacy": "public",
153869
+ "default": "'after'",
153870
+ "description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
153871
+ "attribute": "image-alignment",
153872
+ "reflects": true,
153873
+ "inheritedFrom": {
153874
+ "name": "SbbTeaserProductCommonElementMixin",
153875
+ "module": "teaser-product/common/teaser-product-common.js"
153876
+ }
153877
+ },
153878
+ {
153879
+ "kind": "method",
153880
+ "name": "renderTemplate",
153881
+ "privacy": "protected",
153882
+ "return": {
153883
+ "type": {
153884
+ "text": "TemplateResult"
153885
+ }
153886
+ },
153887
+ "description": "Override this method to render the component template.",
153888
+ "inheritedFrom": {
153889
+ "name": "SbbActionBaseElement",
153890
+ "module": "core/base-elements/action-base-element.js"
153891
+ }
153892
+ },
153893
+ {
153894
+ "kind": "field",
153895
+ "name": "negative",
153896
+ "type": {
153897
+ "text": "boolean"
153898
+ },
153899
+ "privacy": "public",
153900
+ "default": "false",
153901
+ "description": "Negative coloring variant flag.",
153902
+ "attribute": "negative",
153903
+ "reflects": true,
153929
153904
  "inheritedFrom": {
153930
153905
  "name": "SbbNegativeMixin",
153931
153906
  "module": "core/mixins/negative-mixin.js"
153932
153907
  }
153933
153908
  },
153934
153909
  {
153910
+ "kind": "field",
153935
153911
  "name": "href",
153936
153912
  "type": {
153937
153913
  "text": "string"
153938
153914
  },
153915
+ "privacy": "public",
153939
153916
  "default": "''",
153940
153917
  "description": "The href value you want to link to.",
153941
- "fieldName": "href",
153918
+ "attribute": "href",
153919
+ "reflects": true,
153942
153920
  "inheritedFrom": {
153943
153921
  "name": "SbbLinkBaseElement",
153944
153922
  "module": "core/base-elements/link-base-element.js"
153945
153923
  }
153946
153924
  },
153947
153925
  {
153926
+ "kind": "field",
153948
153927
  "name": "target",
153949
153928
  "type": {
153950
153929
  "text": "LinkTargetType | string"
153951
153930
  },
153931
+ "privacy": "public",
153952
153932
  "default": "''",
153953
153933
  "description": "Where to display the linked URL.",
153954
- "fieldName": "target",
153934
+ "attribute": "target",
153935
+ "reflects": true,
153955
153936
  "inheritedFrom": {
153956
153937
  "name": "SbbLinkBaseElement",
153957
153938
  "module": "core/base-elements/link-base-element.js"
153958
153939
  }
153959
153940
  },
153960
153941
  {
153942
+ "kind": "field",
153961
153943
  "name": "rel",
153962
153944
  "type": {
153963
153945
  "text": "string"
153964
153946
  },
153947
+ "privacy": "public",
153965
153948
  "default": "''",
153966
153949
  "description": "The relationship of the linked URL as space-separated link types.",
153967
- "fieldName": "rel",
153950
+ "attribute": "rel",
153951
+ "reflects": true,
153968
153952
  "inheritedFrom": {
153969
153953
  "name": "SbbLinkBaseElement",
153970
153954
  "module": "core/base-elements/link-base-element.js"
153971
153955
  }
153972
153956
  },
153973
153957
  {
153958
+ "kind": "field",
153974
153959
  "name": "download",
153975
153960
  "type": {
153976
153961
  "text": "boolean"
153977
153962
  },
153963
+ "privacy": "public",
153978
153964
  "default": "false",
153979
153965
  "description": "Whether the browser will show the download dialog on click.",
153980
- "fieldName": "download",
153966
+ "attribute": "download",
153967
+ "reflects": true,
153981
153968
  "inheritedFrom": {
153982
153969
  "name": "SbbLinkBaseElement",
153983
153970
  "module": "core/base-elements/link-base-element.js"
153984
153971
  }
153985
153972
  },
153986
153973
  {
153987
- "name": "accessibility-label",
153974
+ "kind": "field",
153975
+ "name": "accessibilityLabel",
153988
153976
  "type": {
153989
153977
  "text": "string"
153990
153978
  },
153979
+ "privacy": "public",
153991
153980
  "default": "''",
153992
153981
  "description": "This will be forwarded as aria-label to the inner anchor element.",
153993
- "fieldName": "accessibilityLabel",
153982
+ "attribute": "accessibility-label",
153994
153983
  "inheritedFrom": {
153995
153984
  "name": "SbbLinkBaseElement",
153996
153985
  "module": "core/base-elements/link-base-element.js"
153997
153986
  }
153998
153987
  },
153999
153988
  {
154000
- "name": "accessibility-current",
153989
+ "kind": "field",
153990
+ "name": "accessibilityCurrent",
154001
153991
  "type": {
154002
153992
  "text": "string"
154003
153993
  },
153994
+ "privacy": "public",
154004
153995
  "default": "''",
154005
153996
  "description": "This will be forwarded as aria-current to the inner anchor element.",
154006
- "fieldName": "accessibilityCurrent",
153997
+ "attribute": "accessibility-current",
154007
153998
  "inheritedFrom": {
154008
153999
  "name": "SbbLinkBaseElement",
154009
154000
  "module": "core/base-elements/link-base-element.js"
154010
154001
  }
154011
- }
154012
- ]
154013
- }
154014
- ],
154015
- "exports": [
154016
- {
154017
- "kind": "js",
154018
- "name": "SbbTeaserProductElement",
154019
- "declaration": {
154020
- "name": "SbbTeaserProductElement",
154021
- "module": "teaser-product/teaser-product/teaser-product.component.js"
154022
- }
154023
- }
154024
- ]
154025
- },
154026
- {
154027
- "kind": "javascript-module",
154028
- "path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
154029
- "declarations": [
154030
- {
154031
- "kind": "class",
154032
- "description": "Displays a text and a footnote, combined with an image, to tease a product.",
154033
- "name": "SbbTeaserProductStaticElement",
154034
- "cssProperties": [
154035
- {
154036
- "description": "At which percentage the background should start getting transparent.",
154037
- "name": "--sbb-teaser-product-background-gradient-start",
154038
- "default": "25%"
154039
- },
154040
- {
154041
- "description": "At which percentage the background should be fully transparent.",
154042
- "name": "--sbb-teaser-product-background-gradient-end",
154043
- "default": "75%"
154044
- }
154045
- ],
154046
- "slots": [
154047
- {
154048
- "description": "Use this slot to provide the main content.",
154049
- "name": ""
154050
154002
  },
154051
154003
  {
154052
- "description": "Use this slot to provide an image or a `sbb-image` as a background.",
154053
- "name": "image"
154004
+ "kind": "field",
154005
+ "name": "language",
154006
+ "privacy": "protected",
154007
+ "default": "new SbbLanguageController(this)",
154008
+ "inheritedFrom": {
154009
+ "name": "SbbLinkBaseElement",
154010
+ "module": "core/base-elements/link-base-element.js"
154011
+ }
154054
154012
  },
154055
- {
154056
- "description": "Use this slot to provide a footnote.",
154057
- "name": "footnote"
154058
- }
154059
- ],
154060
- "members": [
154061
154013
  {
154062
154014
  "kind": "field",
154063
- "name": "elementName",
154015
+ "name": "anchorRole",
154064
154016
  "type": {
154065
- "text": "string"
154017
+ "text": "string | null"
154066
154018
  },
154067
- "privacy": "public",
154068
- "static": true,
154019
+ "privacy": "protected",
154069
154020
  "readonly": true,
154021
+ "default": "null",
154070
154022
  "inheritedFrom": {
154071
- "name": "SbbElement",
154072
- "module": "core/base-elements/element.js"
154073
- },
154074
- "default": "'sbb-teaser-product-static'"
154023
+ "name": "SbbLinkBaseElement",
154024
+ "module": "core/base-elements/link-base-element.js"
154025
+ }
154075
154026
  },
154076
154027
  {
154077
154028
  "kind": "field",
154078
- "name": "imageAlignment",
154079
- "type": {
154080
- "text": "'after' | 'before'"
154081
- },
154082
- "privacy": "public",
154083
- "default": "'after'",
154084
- "description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
154085
- "attribute": "image-alignment",
154086
- "reflects": true,
154029
+ "name": "_evaluateRelAttribute",
154030
+ "privacy": "private",
154087
154031
  "inheritedFrom": {
154088
- "name": "SbbTeaserProductCommonElementMixin",
154089
- "module": "teaser-product/common/teaser-product-common.js"
154032
+ "name": "SbbLinkBaseElement",
154033
+ "module": "core/base-elements/link-base-element.js"
154090
154034
  }
154091
154035
  },
154092
154036
  {
154093
154037
  "kind": "method",
154094
- "name": "renderTemplate",
154038
+ "name": "renderLink",
154095
154039
  "privacy": "protected",
154096
154040
  "return": {
154097
154041
  "type": {
154098
154042
  "text": "TemplateResult"
154099
154043
  }
154100
154044
  },
154101
- "description": "Override this method to render the component template.",
154102
- "inheritedFrom": {
154103
- "name": "SbbActionBaseElement",
154104
- "module": "core/base-elements/action-base-element.js"
154105
- }
154106
- },
154107
- {
154108
- "kind": "field",
154109
- "name": "negative",
154110
- "type": {
154111
- "text": "boolean"
154112
- },
154113
- "privacy": "public",
154114
- "default": "false",
154115
- "description": "Negative coloring variant flag.",
154116
- "attribute": "negative",
154117
- "reflects": true,
154045
+ "parameters": [
154046
+ {
154047
+ "name": "renderContent",
154048
+ "type": {
154049
+ "text": "TemplateResult"
154050
+ }
154051
+ }
154052
+ ],
154118
154053
  "inheritedFrom": {
154119
- "name": "SbbNegativeMixin",
154120
- "module": "core/mixins/negative-mixin.js"
154054
+ "name": "SbbLinkBaseElement",
154055
+ "module": "core/base-elements/link-base-element.js"
154121
154056
  }
154122
154057
  },
154123
154058
  {
@@ -154174,19 +154109,6 @@
154174
154109
  "module": "core/base-elements/element.js"
154175
154110
  }
154176
154111
  },
154177
- {
154178
- "kind": "field",
154179
- "name": "elementDependencies",
154180
- "type": {
154181
- "text": "SbbElementType[] | undefined"
154182
- },
154183
- "privacy": "public",
154184
- "static": true,
154185
- "inheritedFrom": {
154186
- "name": "SbbElement",
154187
- "module": "core/base-elements/element.js"
154188
- }
154189
- },
154190
154112
  {
154191
154113
  "kind": "field",
154192
154114
  "name": "role",
@@ -154427,10 +154349,10 @@
154427
154349
  }
154428
154350
  ],
154429
154351
  "superclass": {
154430
- "name": "SbbActionBaseElement",
154352
+ "name": "SbbLinkBaseElement",
154431
154353
  "module": "core.js"
154432
154354
  },
154433
- "tagName": "sbb-teaser-product-static",
154355
+ "tagName": "sbb-teaser-product",
154434
154356
  "customElement": true,
154435
154357
  "attributes": [
154436
154358
  {
@@ -154458,6 +154380,84 @@
154458
154380
  "name": "SbbNegativeMixin",
154459
154381
  "module": "core/mixins/negative-mixin.js"
154460
154382
  }
154383
+ },
154384
+ {
154385
+ "name": "href",
154386
+ "type": {
154387
+ "text": "string"
154388
+ },
154389
+ "default": "''",
154390
+ "description": "The href value you want to link to.",
154391
+ "fieldName": "href",
154392
+ "inheritedFrom": {
154393
+ "name": "SbbLinkBaseElement",
154394
+ "module": "core/base-elements/link-base-element.js"
154395
+ }
154396
+ },
154397
+ {
154398
+ "name": "target",
154399
+ "type": {
154400
+ "text": "LinkTargetType | string"
154401
+ },
154402
+ "default": "''",
154403
+ "description": "Where to display the linked URL.",
154404
+ "fieldName": "target",
154405
+ "inheritedFrom": {
154406
+ "name": "SbbLinkBaseElement",
154407
+ "module": "core/base-elements/link-base-element.js"
154408
+ }
154409
+ },
154410
+ {
154411
+ "name": "rel",
154412
+ "type": {
154413
+ "text": "string"
154414
+ },
154415
+ "default": "''",
154416
+ "description": "The relationship of the linked URL as space-separated link types.",
154417
+ "fieldName": "rel",
154418
+ "inheritedFrom": {
154419
+ "name": "SbbLinkBaseElement",
154420
+ "module": "core/base-elements/link-base-element.js"
154421
+ }
154422
+ },
154423
+ {
154424
+ "name": "download",
154425
+ "type": {
154426
+ "text": "boolean"
154427
+ },
154428
+ "default": "false",
154429
+ "description": "Whether the browser will show the download dialog on click.",
154430
+ "fieldName": "download",
154431
+ "inheritedFrom": {
154432
+ "name": "SbbLinkBaseElement",
154433
+ "module": "core/base-elements/link-base-element.js"
154434
+ }
154435
+ },
154436
+ {
154437
+ "name": "accessibility-label",
154438
+ "type": {
154439
+ "text": "string"
154440
+ },
154441
+ "default": "''",
154442
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
154443
+ "fieldName": "accessibilityLabel",
154444
+ "inheritedFrom": {
154445
+ "name": "SbbLinkBaseElement",
154446
+ "module": "core/base-elements/link-base-element.js"
154447
+ }
154448
+ },
154449
+ {
154450
+ "name": "accessibility-current",
154451
+ "type": {
154452
+ "text": "string"
154453
+ },
154454
+ "default": "''",
154455
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
154456
+ "fieldName": "accessibilityCurrent",
154457
+ "inheritedFrom": {
154458
+ "name": "SbbLinkBaseElement",
154459
+ "module": "core/base-elements/link-base-element.js"
154460
+ }
154461
154461
  }
154462
154462
  ]
154463
154463
  }
@@ -154465,10 +154465,10 @@
154465
154465
  "exports": [
154466
154466
  {
154467
154467
  "kind": "js",
154468
- "name": "SbbTeaserProductStaticElement",
154468
+ "name": "SbbTeaserProductElement",
154469
154469
  "declaration": {
154470
- "name": "SbbTeaserProductStaticElement",
154471
- "module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
154470
+ "name": "SbbTeaserProductElement",
154471
+ "module": "teaser-product/teaser-product/teaser-product.component.js"
154472
154472
  }
154473
154473
  }
154474
154474
  ]
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-dev",
3
- "version": "4.0.0-dev.1776014111",
3
+ "version": "4.0.0-dev.1776057157",
4
4
  "description": "Lyne Design System",
5
5
  "keywords": [
6
6
  "design system",
7
7
  "web components",
8
8
  "lit",
9
- "https://github.com/sbb-design-systems/lyne-components/commit/2f4dc39f2853a217d4d05508479971f8b0dcbcd4"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/ecc42f15819f95748d90e0e0b611a408071300df"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {