@sbb-esta/lyne-elements-dev 5.0.0-next.1-dev.1777503598 → 5.0.0-next.1-dev.1777525833

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 +430 -430
  2. package/package.json +2 -2
@@ -131519,186 +131519,6 @@
131519
131519
  }
131520
131520
  ]
131521
131521
  },
131522
- {
131523
- "kind": "javascript-module",
131524
- "path": "navigation/common/navigation-action-common.js",
131525
- "declarations": [
131526
- {
131527
- "kind": "class",
131528
- "description": "",
131529
- "name": "SbbNavigationActionCommonElementMixinType",
131530
- "members": [
131531
- {
131532
- "kind": "field",
131533
- "name": "size",
131534
- "type": {
131535
- "text": "SbbNavigationActionSize"
131536
- },
131537
- "privacy": "public"
131538
- },
131539
- {
131540
- "kind": "field",
131541
- "name": "marker",
131542
- "type": {
131543
- "text": "SbbNavigationMarkerElement | null"
131544
- },
131545
- "privacy": "public",
131546
- "readonly": true
131547
- },
131548
- {
131549
- "kind": "field",
131550
- "name": "section",
131551
- "type": {
131552
- "text": "SbbNavigationSectionElement | null"
131553
- },
131554
- "privacy": "public",
131555
- "readonly": true
131556
- },
131557
- {
131558
- "kind": "field",
131559
- "name": "connectedSection",
131560
- "type": {
131561
- "text": "SbbNavigationSectionElement | undefined"
131562
- },
131563
- "privacy": "public"
131564
- }
131565
- ]
131566
- },
131567
- {
131568
- "kind": "mixin",
131569
- "description": "",
131570
- "name": "SbbNavigationActionCommonElementMixin",
131571
- "members": [
131572
- {
131573
- "kind": "field",
131574
- "name": "elementDependencies",
131575
- "type": {
131576
- "text": "SbbElementType[]"
131577
- },
131578
- "privacy": "public",
131579
- "static": true,
131580
- "default": "[SbbIconElement]"
131581
- },
131582
- {
131583
- "kind": "field",
131584
- "name": "styles",
131585
- "type": {
131586
- "text": "CSSResultGroup"
131587
- },
131588
- "privacy": "public",
131589
- "static": true,
131590
- "default": "[ (superClass as unknown as { styles: CSSResultGroup }).styles ?? [], boxSizingStyles, unsafeCSS(style), ]"
131591
- },
131592
- {
131593
- "kind": "field",
131594
- "name": "size",
131595
- "type": {
131596
- "text": "SbbNavigationActionSize"
131597
- },
131598
- "privacy": "public",
131599
- "default": "'l'",
131600
- "description": "Action size variant, either s, m or l.",
131601
- "attribute": "size",
131602
- "reflects": true
131603
- },
131604
- {
131605
- "kind": "field",
131606
- "name": "connectedSection",
131607
- "type": {
131608
- "text": "SbbNavigationSectionElement | undefined"
131609
- },
131610
- "privacy": "public",
131611
- "description": "The section that is being controlled by the action, if any."
131612
- },
131613
- {
131614
- "kind": "field",
131615
- "name": "marker",
131616
- "type": {
131617
- "text": "SbbNavigationMarkerElement | null"
131618
- },
131619
- "privacy": "public",
131620
- "description": "The navigation marker in which the action is nested.",
131621
- "readonly": true
131622
- },
131623
- {
131624
- "kind": "field",
131625
- "name": "section",
131626
- "type": {
131627
- "text": "SbbNavigationSectionElement | null"
131628
- },
131629
- "privacy": "public",
131630
- "description": "The section in which the action is nested.",
131631
- "readonly": true
131632
- },
131633
- {
131634
- "kind": "field",
131635
- "name": "_navigationMarker",
131636
- "type": {
131637
- "text": "SbbNavigationMarkerElement | null"
131638
- },
131639
- "privacy": "private",
131640
- "default": "null"
131641
- },
131642
- {
131643
- "kind": "field",
131644
- "name": "_navigationSection",
131645
- "type": {
131646
- "text": "SbbNavigationSectionElement | null"
131647
- },
131648
- "privacy": "private",
131649
- "default": "null"
131650
- },
131651
- {
131652
- "kind": "method",
131653
- "name": "renderTemplate",
131654
- "privacy": "protected",
131655
- "return": {
131656
- "type": {
131657
- "text": "TemplateResult"
131658
- }
131659
- }
131660
- }
131661
- ],
131662
- "attributes": [
131663
- {
131664
- "name": "size",
131665
- "type": {
131666
- "text": "SbbNavigationActionSize"
131667
- },
131668
- "default": "'l'",
131669
- "description": "Action size variant, either s, m or l.",
131670
- "fieldName": "size"
131671
- }
131672
- ],
131673
- "parameters": [
131674
- {
131675
- "name": "superClass",
131676
- "type": {
131677
- "text": "T"
131678
- }
131679
- }
131680
- ]
131681
- }
131682
- ],
131683
- "exports": [
131684
- {
131685
- "kind": "js",
131686
- "name": "SbbNavigationActionCommonElementMixinType",
131687
- "declaration": {
131688
- "name": "SbbNavigationActionCommonElementMixinType",
131689
- "module": "navigation/common/navigation-action-common.js"
131690
- }
131691
- },
131692
- {
131693
- "kind": "js",
131694
- "name": "SbbNavigationActionCommonElementMixin",
131695
- "declaration": {
131696
- "name": "SbbNavigationActionCommonElementMixin",
131697
- "module": "navigation/common/navigation-action-common.js"
131698
- }
131699
- }
131700
- ]
131701
- },
131702
131522
  {
131703
131523
  "kind": "javascript-module",
131704
131524
  "path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
@@ -132063,10 +131883,190 @@
132063
131883
  "exports": [
132064
131884
  {
132065
131885
  "kind": "js",
132066
- "name": "SbbMiniCalendarMonthElement",
131886
+ "name": "SbbMiniCalendarMonthElement",
131887
+ "declaration": {
131888
+ "name": "SbbMiniCalendarMonthElement",
131889
+ "module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
131890
+ }
131891
+ }
131892
+ ]
131893
+ },
131894
+ {
131895
+ "kind": "javascript-module",
131896
+ "path": "navigation/common/navigation-action-common.js",
131897
+ "declarations": [
131898
+ {
131899
+ "kind": "class",
131900
+ "description": "",
131901
+ "name": "SbbNavigationActionCommonElementMixinType",
131902
+ "members": [
131903
+ {
131904
+ "kind": "field",
131905
+ "name": "size",
131906
+ "type": {
131907
+ "text": "SbbNavigationActionSize"
131908
+ },
131909
+ "privacy": "public"
131910
+ },
131911
+ {
131912
+ "kind": "field",
131913
+ "name": "marker",
131914
+ "type": {
131915
+ "text": "SbbNavigationMarkerElement | null"
131916
+ },
131917
+ "privacy": "public",
131918
+ "readonly": true
131919
+ },
131920
+ {
131921
+ "kind": "field",
131922
+ "name": "section",
131923
+ "type": {
131924
+ "text": "SbbNavigationSectionElement | null"
131925
+ },
131926
+ "privacy": "public",
131927
+ "readonly": true
131928
+ },
131929
+ {
131930
+ "kind": "field",
131931
+ "name": "connectedSection",
131932
+ "type": {
131933
+ "text": "SbbNavigationSectionElement | undefined"
131934
+ },
131935
+ "privacy": "public"
131936
+ }
131937
+ ]
131938
+ },
131939
+ {
131940
+ "kind": "mixin",
131941
+ "description": "",
131942
+ "name": "SbbNavigationActionCommonElementMixin",
131943
+ "members": [
131944
+ {
131945
+ "kind": "field",
131946
+ "name": "elementDependencies",
131947
+ "type": {
131948
+ "text": "SbbElementType[]"
131949
+ },
131950
+ "privacy": "public",
131951
+ "static": true,
131952
+ "default": "[SbbIconElement]"
131953
+ },
131954
+ {
131955
+ "kind": "field",
131956
+ "name": "styles",
131957
+ "type": {
131958
+ "text": "CSSResultGroup"
131959
+ },
131960
+ "privacy": "public",
131961
+ "static": true,
131962
+ "default": "[ (superClass as unknown as { styles: CSSResultGroup }).styles ?? [], boxSizingStyles, unsafeCSS(style), ]"
131963
+ },
131964
+ {
131965
+ "kind": "field",
131966
+ "name": "size",
131967
+ "type": {
131968
+ "text": "SbbNavigationActionSize"
131969
+ },
131970
+ "privacy": "public",
131971
+ "default": "'l'",
131972
+ "description": "Action size variant, either s, m or l.",
131973
+ "attribute": "size",
131974
+ "reflects": true
131975
+ },
131976
+ {
131977
+ "kind": "field",
131978
+ "name": "connectedSection",
131979
+ "type": {
131980
+ "text": "SbbNavigationSectionElement | undefined"
131981
+ },
131982
+ "privacy": "public",
131983
+ "description": "The section that is being controlled by the action, if any."
131984
+ },
131985
+ {
131986
+ "kind": "field",
131987
+ "name": "marker",
131988
+ "type": {
131989
+ "text": "SbbNavigationMarkerElement | null"
131990
+ },
131991
+ "privacy": "public",
131992
+ "description": "The navigation marker in which the action is nested.",
131993
+ "readonly": true
131994
+ },
131995
+ {
131996
+ "kind": "field",
131997
+ "name": "section",
131998
+ "type": {
131999
+ "text": "SbbNavigationSectionElement | null"
132000
+ },
132001
+ "privacy": "public",
132002
+ "description": "The section in which the action is nested.",
132003
+ "readonly": true
132004
+ },
132005
+ {
132006
+ "kind": "field",
132007
+ "name": "_navigationMarker",
132008
+ "type": {
132009
+ "text": "SbbNavigationMarkerElement | null"
132010
+ },
132011
+ "privacy": "private",
132012
+ "default": "null"
132013
+ },
132014
+ {
132015
+ "kind": "field",
132016
+ "name": "_navigationSection",
132017
+ "type": {
132018
+ "text": "SbbNavigationSectionElement | null"
132019
+ },
132020
+ "privacy": "private",
132021
+ "default": "null"
132022
+ },
132023
+ {
132024
+ "kind": "method",
132025
+ "name": "renderTemplate",
132026
+ "privacy": "protected",
132027
+ "return": {
132028
+ "type": {
132029
+ "text": "TemplateResult"
132030
+ }
132031
+ }
132032
+ }
132033
+ ],
132034
+ "attributes": [
132035
+ {
132036
+ "name": "size",
132037
+ "type": {
132038
+ "text": "SbbNavigationActionSize"
132039
+ },
132040
+ "default": "'l'",
132041
+ "description": "Action size variant, either s, m or l.",
132042
+ "fieldName": "size"
132043
+ }
132044
+ ],
132045
+ "parameters": [
132046
+ {
132047
+ "name": "superClass",
132048
+ "type": {
132049
+ "text": "T"
132050
+ }
132051
+ }
132052
+ ]
132053
+ }
132054
+ ],
132055
+ "exports": [
132056
+ {
132057
+ "kind": "js",
132058
+ "name": "SbbNavigationActionCommonElementMixinType",
132067
132059
  "declaration": {
132068
- "name": "SbbMiniCalendarMonthElement",
132069
- "module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
132060
+ "name": "SbbNavigationActionCommonElementMixinType",
132061
+ "module": "navigation/common/navigation-action-common.js"
132062
+ }
132063
+ },
132064
+ {
132065
+ "kind": "js",
132066
+ "name": "SbbNavigationActionCommonElementMixin",
132067
+ "declaration": {
132068
+ "name": "SbbNavigationActionCommonElementMixin",
132069
+ "module": "navigation/common/navigation-action-common.js"
132070
132070
  }
132071
132071
  }
132072
132072
  ]
@@ -154561,12 +154561,12 @@
154561
154561
  },
154562
154562
  {
154563
154563
  "kind": "javascript-module",
154564
- "path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
154564
+ "path": "teaser-product/teaser-product/teaser-product.component.js",
154565
154565
  "declarations": [
154566
154566
  {
154567
154567
  "kind": "class",
154568
- "description": "Displays a text and a footnote, combined with an image, to tease a product.",
154569
- "name": "SbbTeaserProductStaticElement",
154568
+ "description": "Displays a text and a footnote, combined with an image, to tease a product",
154569
+ "name": "SbbTeaserProductElement",
154570
154570
  "cssProperties": [
154571
154571
  {
154572
154572
  "description": "At which percentage the background should start getting transparent.",
@@ -154607,7 +154607,7 @@
154607
154607
  "name": "SbbElement",
154608
154608
  "module": "core/base-elements/element.js"
154609
154609
  },
154610
- "default": "'sbb-teaser-product-static'"
154610
+ "default": "'sbb-teaser-product'"
154611
154611
  },
154612
154612
  {
154613
154613
  "kind": "field",
@@ -154670,6 +154670,155 @@
154670
154670
  "module": "core/mixins/negative-mixin.js"
154671
154671
  }
154672
154672
  },
154673
+ {
154674
+ "kind": "field",
154675
+ "name": "href",
154676
+ "type": {
154677
+ "text": "string"
154678
+ },
154679
+ "privacy": "public",
154680
+ "default": "''",
154681
+ "description": "The href value you want to link to.",
154682
+ "attribute": "href",
154683
+ "reflects": true,
154684
+ "inheritedFrom": {
154685
+ "name": "SbbLinkBaseElement",
154686
+ "module": "core/base-elements/link-base-element.js"
154687
+ }
154688
+ },
154689
+ {
154690
+ "kind": "field",
154691
+ "name": "target",
154692
+ "type": {
154693
+ "text": "LinkTargetType | string"
154694
+ },
154695
+ "privacy": "public",
154696
+ "default": "''",
154697
+ "description": "Where to display the linked URL.",
154698
+ "attribute": "target",
154699
+ "reflects": true,
154700
+ "inheritedFrom": {
154701
+ "name": "SbbLinkBaseElement",
154702
+ "module": "core/base-elements/link-base-element.js"
154703
+ }
154704
+ },
154705
+ {
154706
+ "kind": "field",
154707
+ "name": "rel",
154708
+ "type": {
154709
+ "text": "string"
154710
+ },
154711
+ "privacy": "public",
154712
+ "default": "''",
154713
+ "description": "The relationship of the linked URL as space-separated link types.",
154714
+ "attribute": "rel",
154715
+ "reflects": true,
154716
+ "inheritedFrom": {
154717
+ "name": "SbbLinkBaseElement",
154718
+ "module": "core/base-elements/link-base-element.js"
154719
+ }
154720
+ },
154721
+ {
154722
+ "kind": "field",
154723
+ "name": "download",
154724
+ "type": {
154725
+ "text": "boolean"
154726
+ },
154727
+ "privacy": "public",
154728
+ "default": "false",
154729
+ "description": "Whether the browser will show the download dialog on click.",
154730
+ "attribute": "download",
154731
+ "reflects": true,
154732
+ "inheritedFrom": {
154733
+ "name": "SbbLinkBaseElement",
154734
+ "module": "core/base-elements/link-base-element.js"
154735
+ }
154736
+ },
154737
+ {
154738
+ "kind": "field",
154739
+ "name": "accessibilityLabel",
154740
+ "type": {
154741
+ "text": "string"
154742
+ },
154743
+ "privacy": "public",
154744
+ "default": "''",
154745
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
154746
+ "attribute": "accessibility-label",
154747
+ "inheritedFrom": {
154748
+ "name": "SbbLinkBaseElement",
154749
+ "module": "core/base-elements/link-base-element.js"
154750
+ }
154751
+ },
154752
+ {
154753
+ "kind": "field",
154754
+ "name": "accessibilityCurrent",
154755
+ "type": {
154756
+ "text": "string"
154757
+ },
154758
+ "privacy": "public",
154759
+ "default": "''",
154760
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
154761
+ "attribute": "accessibility-current",
154762
+ "inheritedFrom": {
154763
+ "name": "SbbLinkBaseElement",
154764
+ "module": "core/base-elements/link-base-element.js"
154765
+ }
154766
+ },
154767
+ {
154768
+ "kind": "field",
154769
+ "name": "language",
154770
+ "privacy": "protected",
154771
+ "default": "new SbbLanguageController(this)",
154772
+ "inheritedFrom": {
154773
+ "name": "SbbLinkBaseElement",
154774
+ "module": "core/base-elements/link-base-element.js"
154775
+ }
154776
+ },
154777
+ {
154778
+ "kind": "field",
154779
+ "name": "anchorRole",
154780
+ "type": {
154781
+ "text": "string | null"
154782
+ },
154783
+ "privacy": "protected",
154784
+ "readonly": true,
154785
+ "default": "null",
154786
+ "inheritedFrom": {
154787
+ "name": "SbbLinkBaseElement",
154788
+ "module": "core/base-elements/link-base-element.js"
154789
+ }
154790
+ },
154791
+ {
154792
+ "kind": "field",
154793
+ "name": "_evaluateRelAttribute",
154794
+ "privacy": "private",
154795
+ "inheritedFrom": {
154796
+ "name": "SbbLinkBaseElement",
154797
+ "module": "core/base-elements/link-base-element.js"
154798
+ }
154799
+ },
154800
+ {
154801
+ "kind": "method",
154802
+ "name": "renderLink",
154803
+ "privacy": "protected",
154804
+ "return": {
154805
+ "type": {
154806
+ "text": "TemplateResult"
154807
+ }
154808
+ },
154809
+ "parameters": [
154810
+ {
154811
+ "name": "renderContent",
154812
+ "type": {
154813
+ "text": "TemplateResult"
154814
+ }
154815
+ }
154816
+ ],
154817
+ "inheritedFrom": {
154818
+ "name": "SbbLinkBaseElement",
154819
+ "module": "core/base-elements/link-base-element.js"
154820
+ }
154821
+ },
154673
154822
  {
154674
154823
  "kind": "field",
154675
154824
  "name": "maybeDisabled",
@@ -154977,10 +155126,10 @@
154977
155126
  }
154978
155127
  ],
154979
155128
  "superclass": {
154980
- "name": "SbbActionBaseElement",
155129
+ "name": "SbbLinkBaseElement",
154981
155130
  "module": "core.js"
154982
155131
  },
154983
- "tagName": "sbb-teaser-product-static",
155132
+ "tagName": "sbb-teaser-product",
154984
155133
  "customElement": true,
154985
155134
  "attributes": [
154986
155135
  {
@@ -155005,8 +155154,86 @@
155005
155154
  "description": "Negative coloring variant flag.",
155006
155155
  "fieldName": "negative",
155007
155156
  "inheritedFrom": {
155008
- "name": "SbbNegativeMixin",
155009
- "module": "core/mixins/negative-mixin.js"
155157
+ "name": "SbbNegativeMixin",
155158
+ "module": "core/mixins/negative-mixin.js"
155159
+ }
155160
+ },
155161
+ {
155162
+ "name": "href",
155163
+ "type": {
155164
+ "text": "string"
155165
+ },
155166
+ "default": "''",
155167
+ "description": "The href value you want to link to.",
155168
+ "fieldName": "href",
155169
+ "inheritedFrom": {
155170
+ "name": "SbbLinkBaseElement",
155171
+ "module": "core/base-elements/link-base-element.js"
155172
+ }
155173
+ },
155174
+ {
155175
+ "name": "target",
155176
+ "type": {
155177
+ "text": "LinkTargetType | string"
155178
+ },
155179
+ "default": "''",
155180
+ "description": "Where to display the linked URL.",
155181
+ "fieldName": "target",
155182
+ "inheritedFrom": {
155183
+ "name": "SbbLinkBaseElement",
155184
+ "module": "core/base-elements/link-base-element.js"
155185
+ }
155186
+ },
155187
+ {
155188
+ "name": "rel",
155189
+ "type": {
155190
+ "text": "string"
155191
+ },
155192
+ "default": "''",
155193
+ "description": "The relationship of the linked URL as space-separated link types.",
155194
+ "fieldName": "rel",
155195
+ "inheritedFrom": {
155196
+ "name": "SbbLinkBaseElement",
155197
+ "module": "core/base-elements/link-base-element.js"
155198
+ }
155199
+ },
155200
+ {
155201
+ "name": "download",
155202
+ "type": {
155203
+ "text": "boolean"
155204
+ },
155205
+ "default": "false",
155206
+ "description": "Whether the browser will show the download dialog on click.",
155207
+ "fieldName": "download",
155208
+ "inheritedFrom": {
155209
+ "name": "SbbLinkBaseElement",
155210
+ "module": "core/base-elements/link-base-element.js"
155211
+ }
155212
+ },
155213
+ {
155214
+ "name": "accessibility-label",
155215
+ "type": {
155216
+ "text": "string"
155217
+ },
155218
+ "default": "''",
155219
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
155220
+ "fieldName": "accessibilityLabel",
155221
+ "inheritedFrom": {
155222
+ "name": "SbbLinkBaseElement",
155223
+ "module": "core/base-elements/link-base-element.js"
155224
+ }
155225
+ },
155226
+ {
155227
+ "name": "accessibility-current",
155228
+ "type": {
155229
+ "text": "string"
155230
+ },
155231
+ "default": "''",
155232
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
155233
+ "fieldName": "accessibilityCurrent",
155234
+ "inheritedFrom": {
155235
+ "name": "SbbLinkBaseElement",
155236
+ "module": "core/base-elements/link-base-element.js"
155010
155237
  }
155011
155238
  }
155012
155239
  ]
@@ -155015,22 +155242,22 @@
155015
155242
  "exports": [
155016
155243
  {
155017
155244
  "kind": "js",
155018
- "name": "SbbTeaserProductStaticElement",
155245
+ "name": "SbbTeaserProductElement",
155019
155246
  "declaration": {
155020
- "name": "SbbTeaserProductStaticElement",
155021
- "module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
155247
+ "name": "SbbTeaserProductElement",
155248
+ "module": "teaser-product/teaser-product/teaser-product.component.js"
155022
155249
  }
155023
155250
  }
155024
155251
  ]
155025
155252
  },
155026
155253
  {
155027
155254
  "kind": "javascript-module",
155028
- "path": "teaser-product/teaser-product/teaser-product.component.js",
155255
+ "path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
155029
155256
  "declarations": [
155030
155257
  {
155031
155258
  "kind": "class",
155032
- "description": "Displays a text and a footnote, combined with an image, to tease a product",
155033
- "name": "SbbTeaserProductElement",
155259
+ "description": "Displays a text and a footnote, combined with an image, to tease a product.",
155260
+ "name": "SbbTeaserProductStaticElement",
155034
155261
  "cssProperties": [
155035
155262
  {
155036
155263
  "description": "At which percentage the background should start getting transparent.",
@@ -155071,7 +155298,7 @@
155071
155298
  "name": "SbbElement",
155072
155299
  "module": "core/base-elements/element.js"
155073
155300
  },
155074
- "default": "'sbb-teaser-product'"
155301
+ "default": "'sbb-teaser-product-static'"
155075
155302
  },
155076
155303
  {
155077
155304
  "kind": "field",
@@ -155134,155 +155361,6 @@
155134
155361
  "module": "core/mixins/negative-mixin.js"
155135
155362
  }
155136
155363
  },
155137
- {
155138
- "kind": "field",
155139
- "name": "href",
155140
- "type": {
155141
- "text": "string"
155142
- },
155143
- "privacy": "public",
155144
- "default": "''",
155145
- "description": "The href value you want to link to.",
155146
- "attribute": "href",
155147
- "reflects": true,
155148
- "inheritedFrom": {
155149
- "name": "SbbLinkBaseElement",
155150
- "module": "core/base-elements/link-base-element.js"
155151
- }
155152
- },
155153
- {
155154
- "kind": "field",
155155
- "name": "target",
155156
- "type": {
155157
- "text": "LinkTargetType | string"
155158
- },
155159
- "privacy": "public",
155160
- "default": "''",
155161
- "description": "Where to display the linked URL.",
155162
- "attribute": "target",
155163
- "reflects": true,
155164
- "inheritedFrom": {
155165
- "name": "SbbLinkBaseElement",
155166
- "module": "core/base-elements/link-base-element.js"
155167
- }
155168
- },
155169
- {
155170
- "kind": "field",
155171
- "name": "rel",
155172
- "type": {
155173
- "text": "string"
155174
- },
155175
- "privacy": "public",
155176
- "default": "''",
155177
- "description": "The relationship of the linked URL as space-separated link types.",
155178
- "attribute": "rel",
155179
- "reflects": true,
155180
- "inheritedFrom": {
155181
- "name": "SbbLinkBaseElement",
155182
- "module": "core/base-elements/link-base-element.js"
155183
- }
155184
- },
155185
- {
155186
- "kind": "field",
155187
- "name": "download",
155188
- "type": {
155189
- "text": "boolean"
155190
- },
155191
- "privacy": "public",
155192
- "default": "false",
155193
- "description": "Whether the browser will show the download dialog on click.",
155194
- "attribute": "download",
155195
- "reflects": true,
155196
- "inheritedFrom": {
155197
- "name": "SbbLinkBaseElement",
155198
- "module": "core/base-elements/link-base-element.js"
155199
- }
155200
- },
155201
- {
155202
- "kind": "field",
155203
- "name": "accessibilityLabel",
155204
- "type": {
155205
- "text": "string"
155206
- },
155207
- "privacy": "public",
155208
- "default": "''",
155209
- "description": "This will be forwarded as aria-label to the inner anchor element.",
155210
- "attribute": "accessibility-label",
155211
- "inheritedFrom": {
155212
- "name": "SbbLinkBaseElement",
155213
- "module": "core/base-elements/link-base-element.js"
155214
- }
155215
- },
155216
- {
155217
- "kind": "field",
155218
- "name": "accessibilityCurrent",
155219
- "type": {
155220
- "text": "string"
155221
- },
155222
- "privacy": "public",
155223
- "default": "''",
155224
- "description": "This will be forwarded as aria-current to the inner anchor element.",
155225
- "attribute": "accessibility-current",
155226
- "inheritedFrom": {
155227
- "name": "SbbLinkBaseElement",
155228
- "module": "core/base-elements/link-base-element.js"
155229
- }
155230
- },
155231
- {
155232
- "kind": "field",
155233
- "name": "language",
155234
- "privacy": "protected",
155235
- "default": "new SbbLanguageController(this)",
155236
- "inheritedFrom": {
155237
- "name": "SbbLinkBaseElement",
155238
- "module": "core/base-elements/link-base-element.js"
155239
- }
155240
- },
155241
- {
155242
- "kind": "field",
155243
- "name": "anchorRole",
155244
- "type": {
155245
- "text": "string | null"
155246
- },
155247
- "privacy": "protected",
155248
- "readonly": true,
155249
- "default": "null",
155250
- "inheritedFrom": {
155251
- "name": "SbbLinkBaseElement",
155252
- "module": "core/base-elements/link-base-element.js"
155253
- }
155254
- },
155255
- {
155256
- "kind": "field",
155257
- "name": "_evaluateRelAttribute",
155258
- "privacy": "private",
155259
- "inheritedFrom": {
155260
- "name": "SbbLinkBaseElement",
155261
- "module": "core/base-elements/link-base-element.js"
155262
- }
155263
- },
155264
- {
155265
- "kind": "method",
155266
- "name": "renderLink",
155267
- "privacy": "protected",
155268
- "return": {
155269
- "type": {
155270
- "text": "TemplateResult"
155271
- }
155272
- },
155273
- "parameters": [
155274
- {
155275
- "name": "renderContent",
155276
- "type": {
155277
- "text": "TemplateResult"
155278
- }
155279
- }
155280
- ],
155281
- "inheritedFrom": {
155282
- "name": "SbbLinkBaseElement",
155283
- "module": "core/base-elements/link-base-element.js"
155284
- }
155285
- },
155286
155364
  {
155287
155365
  "kind": "field",
155288
155366
  "name": "maybeDisabled",
@@ -155590,10 +155668,10 @@
155590
155668
  }
155591
155669
  ],
155592
155670
  "superclass": {
155593
- "name": "SbbLinkBaseElement",
155671
+ "name": "SbbActionBaseElement",
155594
155672
  "module": "core.js"
155595
155673
  },
155596
- "tagName": "sbb-teaser-product",
155674
+ "tagName": "sbb-teaser-product-static",
155597
155675
  "customElement": true,
155598
155676
  "attributes": [
155599
155677
  {
@@ -155621,84 +155699,6 @@
155621
155699
  "name": "SbbNegativeMixin",
155622
155700
  "module": "core/mixins/negative-mixin.js"
155623
155701
  }
155624
- },
155625
- {
155626
- "name": "href",
155627
- "type": {
155628
- "text": "string"
155629
- },
155630
- "default": "''",
155631
- "description": "The href value you want to link to.",
155632
- "fieldName": "href",
155633
- "inheritedFrom": {
155634
- "name": "SbbLinkBaseElement",
155635
- "module": "core/base-elements/link-base-element.js"
155636
- }
155637
- },
155638
- {
155639
- "name": "target",
155640
- "type": {
155641
- "text": "LinkTargetType | string"
155642
- },
155643
- "default": "''",
155644
- "description": "Where to display the linked URL.",
155645
- "fieldName": "target",
155646
- "inheritedFrom": {
155647
- "name": "SbbLinkBaseElement",
155648
- "module": "core/base-elements/link-base-element.js"
155649
- }
155650
- },
155651
- {
155652
- "name": "rel",
155653
- "type": {
155654
- "text": "string"
155655
- },
155656
- "default": "''",
155657
- "description": "The relationship of the linked URL as space-separated link types.",
155658
- "fieldName": "rel",
155659
- "inheritedFrom": {
155660
- "name": "SbbLinkBaseElement",
155661
- "module": "core/base-elements/link-base-element.js"
155662
- }
155663
- },
155664
- {
155665
- "name": "download",
155666
- "type": {
155667
- "text": "boolean"
155668
- },
155669
- "default": "false",
155670
- "description": "Whether the browser will show the download dialog on click.",
155671
- "fieldName": "download",
155672
- "inheritedFrom": {
155673
- "name": "SbbLinkBaseElement",
155674
- "module": "core/base-elements/link-base-element.js"
155675
- }
155676
- },
155677
- {
155678
- "name": "accessibility-label",
155679
- "type": {
155680
- "text": "string"
155681
- },
155682
- "default": "''",
155683
- "description": "This will be forwarded as aria-label to the inner anchor element.",
155684
- "fieldName": "accessibilityLabel",
155685
- "inheritedFrom": {
155686
- "name": "SbbLinkBaseElement",
155687
- "module": "core/base-elements/link-base-element.js"
155688
- }
155689
- },
155690
- {
155691
- "name": "accessibility-current",
155692
- "type": {
155693
- "text": "string"
155694
- },
155695
- "default": "''",
155696
- "description": "This will be forwarded as aria-current to the inner anchor element.",
155697
- "fieldName": "accessibilityCurrent",
155698
- "inheritedFrom": {
155699
- "name": "SbbLinkBaseElement",
155700
- "module": "core/base-elements/link-base-element.js"
155701
- }
155702
155702
  }
155703
155703
  ]
155704
155704
  }
@@ -155706,10 +155706,10 @@
155706
155706
  "exports": [
155707
155707
  {
155708
155708
  "kind": "js",
155709
- "name": "SbbTeaserProductElement",
155709
+ "name": "SbbTeaserProductStaticElement",
155710
155710
  "declaration": {
155711
- "name": "SbbTeaserProductElement",
155712
- "module": "teaser-product/teaser-product/teaser-product.component.js"
155711
+ "name": "SbbTeaserProductStaticElement",
155712
+ "module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
155713
155713
  }
155714
155714
  }
155715
155715
  ]
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-dev",
3
- "version": "5.0.0-next.1-dev.1777503598",
3
+ "version": "5.0.0-next.1-dev.1777525833",
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/c2929a4b590f8d1cdca231da245435895b164dd4"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/669ef89bd793726f9caeda32a91ffe5aa31e9420"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {