@sbb-esta/lyne-elements-dev 4.13.0-dev.1780308350 → 4.13.0-dev.1780334133

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 +913 -913
  2. package/package.json +2 -2
@@ -60763,6 +60763,240 @@
60763
60763
  }
60764
60764
  ]
60765
60765
  },
60766
+ {
60767
+ "kind": "javascript-module",
60768
+ "path": "container/container/container.component.js",
60769
+ "declarations": [
60770
+ {
60771
+ "kind": "class",
60772
+ "description": "It displays its content with the default page spacing.",
60773
+ "name": "SbbContainerElement",
60774
+ "cssProperties": [
60775
+ {
60776
+ "description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
60777
+ "name": "--sbb-page-spacing-padding"
60778
+ }
60779
+ ],
60780
+ "slots": [
60781
+ {
60782
+ "description": "Use the unnamed slot to add anything to the container.",
60783
+ "name": ""
60784
+ },
60785
+ {
60786
+ "description": "The slot used by the sbb-sticky-bar component.",
60787
+ "name": "sticky-bar"
60788
+ },
60789
+ {
60790
+ "description": "The slot used to slot an `sbb-image` to use as background.",
60791
+ "name": "image"
60792
+ }
60793
+ ],
60794
+ "members": [
60795
+ {
60796
+ "kind": "field",
60797
+ "name": "elementName",
60798
+ "type": {
60799
+ "text": "string"
60800
+ },
60801
+ "privacy": "public",
60802
+ "static": true,
60803
+ "readonly": true,
60804
+ "default": "'sbb-container'",
60805
+ "inheritedFrom": {
60806
+ "name": "SbbElement",
60807
+ "module": "core/base-elements/element.js"
60808
+ }
60809
+ },
60810
+ {
60811
+ "kind": "field",
60812
+ "name": "expanded",
60813
+ "type": {
60814
+ "text": "boolean"
60815
+ },
60816
+ "privacy": "public",
60817
+ "default": "false",
60818
+ "description": "Whether the container is expanded.",
60819
+ "attribute": "expanded",
60820
+ "reflects": true
60821
+ },
60822
+ {
60823
+ "kind": "field",
60824
+ "name": "backgroundExpanded",
60825
+ "type": {
60826
+ "text": "boolean"
60827
+ },
60828
+ "privacy": "public",
60829
+ "default": "false",
60830
+ "description": "Whether the background color is shown on full container width on large screens.",
60831
+ "attribute": "background-expanded",
60832
+ "reflects": true
60833
+ },
60834
+ {
60835
+ "kind": "field",
60836
+ "name": "color",
60837
+ "type": {
60838
+ "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
60839
+ },
60840
+ "privacy": "public",
60841
+ "default": "'white'",
60842
+ "description": "Color of the container, like transparent, white etc.",
60843
+ "attribute": "color",
60844
+ "reflects": true
60845
+ },
60846
+ {
60847
+ "kind": "field",
60848
+ "name": "_hydrationRequired",
60849
+ "type": {
60850
+ "text": "boolean"
60851
+ },
60852
+ "privacy": "private",
60853
+ "default": "!!this.shadowRoot",
60854
+ "inheritedFrom": {
60855
+ "name": "SbbHydrationMixin",
60856
+ "module": "core/mixins/hydration-mixin.js"
60857
+ }
60858
+ },
60859
+ {
60860
+ "kind": "field",
60861
+ "name": "_hydrationComplete",
60862
+ "privacy": "private",
60863
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
60864
+ "inheritedFrom": {
60865
+ "name": "SbbHydrationMixin",
60866
+ "module": "core/mixins/hydration-mixin.js"
60867
+ }
60868
+ },
60869
+ {
60870
+ "kind": "field",
60871
+ "name": "_resolveHydration",
60872
+ "type": {
60873
+ "text": "(hydrationRequired: boolean) => void"
60874
+ },
60875
+ "privacy": "private",
60876
+ "inheritedFrom": {
60877
+ "name": "SbbHydrationMixin",
60878
+ "module": "core/mixins/hydration-mixin.js"
60879
+ }
60880
+ },
60881
+ {
60882
+ "kind": "field",
60883
+ "name": "hydrationRequired",
60884
+ "type": {
60885
+ "text": "boolean"
60886
+ },
60887
+ "privacy": "protected",
60888
+ "description": "Returns whether hydration is required and not completed.",
60889
+ "readonly": true,
60890
+ "inheritedFrom": {
60891
+ "name": "SbbHydrationMixin",
60892
+ "module": "core/mixins/hydration-mixin.js"
60893
+ },
60894
+ "default": "!!this.shadowRoot"
60895
+ },
60896
+ {
60897
+ "kind": "method",
60898
+ "name": "toggleState",
60899
+ "privacy": "protected",
60900
+ "return": {
60901
+ "type": {
60902
+ "text": "void"
60903
+ }
60904
+ },
60905
+ "parameters": [
60906
+ {
60907
+ "name": "value",
60908
+ "type": {
60909
+ "text": "string"
60910
+ }
60911
+ },
60912
+ {
60913
+ "name": "force",
60914
+ "optional": true,
60915
+ "type": {
60916
+ "text": "boolean"
60917
+ }
60918
+ }
60919
+ ],
60920
+ "inheritedFrom": {
60921
+ "name": "SbbElementInternalsMixin",
60922
+ "module": "core/mixins/element-internals-mixin.js"
60923
+ }
60924
+ },
60925
+ {
60926
+ "kind": "field",
60927
+ "name": "['_$sbbElement$']",
60928
+ "type": {
60929
+ "text": "boolean"
60930
+ },
60931
+ "privacy": "public",
60932
+ "static": true,
60933
+ "default": "true",
60934
+ "inheritedFrom": {
60935
+ "name": "SbbElement",
60936
+ "module": "core/base-elements/element.js"
60937
+ }
60938
+ },
60939
+ {
60940
+ "kind": "field",
60941
+ "name": "_controllers",
60942
+ "type": {
60943
+ "text": "Set<SbbReactiveController> | undefined"
60944
+ },
60945
+ "privacy": "private",
60946
+ "inheritedFrom": {
60947
+ "name": "SbbElement",
60948
+ "module": "core/base-elements/element.js"
60949
+ }
60950
+ }
60951
+ ],
60952
+ "attributes": [
60953
+ {
60954
+ "name": "expanded",
60955
+ "type": {
60956
+ "text": "boolean"
60957
+ },
60958
+ "default": "false",
60959
+ "description": "Whether the container is expanded.",
60960
+ "fieldName": "expanded"
60961
+ },
60962
+ {
60963
+ "name": "background-expanded",
60964
+ "type": {
60965
+ "text": "boolean"
60966
+ },
60967
+ "default": "false",
60968
+ "description": "Whether the background color is shown on full container width on large screens.",
60969
+ "fieldName": "backgroundExpanded"
60970
+ },
60971
+ {
60972
+ "name": "color",
60973
+ "type": {
60974
+ "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
60975
+ },
60976
+ "default": "'white'",
60977
+ "description": "Color of the container, like transparent, white etc.",
60978
+ "fieldName": "color"
60979
+ }
60980
+ ],
60981
+ "superclass": {
60982
+ "name": "SbbElement",
60983
+ "module": "core/base-elements.js"
60984
+ },
60985
+ "tagName": "sbb-container",
60986
+ "customElement": true
60987
+ }
60988
+ ],
60989
+ "exports": [
60990
+ {
60991
+ "kind": "js",
60992
+ "name": "SbbContainerElement",
60993
+ "declaration": {
60994
+ "name": "SbbContainerElement",
60995
+ "module": "container/container/container.component.js"
60996
+ }
60997
+ }
60998
+ ]
60999
+ },
60766
61000
  {
60767
61001
  "kind": "javascript-module",
60768
61002
  "path": "container/sticky-bar/sticky-bar.component.js",
@@ -61225,240 +61459,6 @@
61225
61459
  }
61226
61460
  ]
61227
61461
  },
61228
- {
61229
- "kind": "javascript-module",
61230
- "path": "container/container/container.component.js",
61231
- "declarations": [
61232
- {
61233
- "kind": "class",
61234
- "description": "It displays its content with the default page spacing.",
61235
- "name": "SbbContainerElement",
61236
- "cssProperties": [
61237
- {
61238
- "description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
61239
- "name": "--sbb-page-spacing-padding"
61240
- }
61241
- ],
61242
- "slots": [
61243
- {
61244
- "description": "Use the unnamed slot to add anything to the container.",
61245
- "name": ""
61246
- },
61247
- {
61248
- "description": "The slot used by the sbb-sticky-bar component.",
61249
- "name": "sticky-bar"
61250
- },
61251
- {
61252
- "description": "The slot used to slot an `sbb-image` to use as background.",
61253
- "name": "image"
61254
- }
61255
- ],
61256
- "members": [
61257
- {
61258
- "kind": "field",
61259
- "name": "elementName",
61260
- "type": {
61261
- "text": "string"
61262
- },
61263
- "privacy": "public",
61264
- "static": true,
61265
- "readonly": true,
61266
- "default": "'sbb-container'",
61267
- "inheritedFrom": {
61268
- "name": "SbbElement",
61269
- "module": "core/base-elements/element.js"
61270
- }
61271
- },
61272
- {
61273
- "kind": "field",
61274
- "name": "expanded",
61275
- "type": {
61276
- "text": "boolean"
61277
- },
61278
- "privacy": "public",
61279
- "default": "false",
61280
- "description": "Whether the container is expanded.",
61281
- "attribute": "expanded",
61282
- "reflects": true
61283
- },
61284
- {
61285
- "kind": "field",
61286
- "name": "backgroundExpanded",
61287
- "type": {
61288
- "text": "boolean"
61289
- },
61290
- "privacy": "public",
61291
- "default": "false",
61292
- "description": "Whether the background color is shown on full container width on large screens.",
61293
- "attribute": "background-expanded",
61294
- "reflects": true
61295
- },
61296
- {
61297
- "kind": "field",
61298
- "name": "color",
61299
- "type": {
61300
- "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
61301
- },
61302
- "privacy": "public",
61303
- "default": "'white'",
61304
- "description": "Color of the container, like transparent, white etc.",
61305
- "attribute": "color",
61306
- "reflects": true
61307
- },
61308
- {
61309
- "kind": "field",
61310
- "name": "_hydrationRequired",
61311
- "type": {
61312
- "text": "boolean"
61313
- },
61314
- "privacy": "private",
61315
- "default": "!!this.shadowRoot",
61316
- "inheritedFrom": {
61317
- "name": "SbbHydrationMixin",
61318
- "module": "core/mixins/hydration-mixin.js"
61319
- }
61320
- },
61321
- {
61322
- "kind": "field",
61323
- "name": "_hydrationComplete",
61324
- "privacy": "private",
61325
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
61326
- "inheritedFrom": {
61327
- "name": "SbbHydrationMixin",
61328
- "module": "core/mixins/hydration-mixin.js"
61329
- }
61330
- },
61331
- {
61332
- "kind": "field",
61333
- "name": "_resolveHydration",
61334
- "type": {
61335
- "text": "(hydrationRequired: boolean) => void"
61336
- },
61337
- "privacy": "private",
61338
- "inheritedFrom": {
61339
- "name": "SbbHydrationMixin",
61340
- "module": "core/mixins/hydration-mixin.js"
61341
- }
61342
- },
61343
- {
61344
- "kind": "field",
61345
- "name": "hydrationRequired",
61346
- "type": {
61347
- "text": "boolean"
61348
- },
61349
- "privacy": "protected",
61350
- "description": "Returns whether hydration is required and not completed.",
61351
- "readonly": true,
61352
- "inheritedFrom": {
61353
- "name": "SbbHydrationMixin",
61354
- "module": "core/mixins/hydration-mixin.js"
61355
- },
61356
- "default": "!!this.shadowRoot"
61357
- },
61358
- {
61359
- "kind": "method",
61360
- "name": "toggleState",
61361
- "privacy": "protected",
61362
- "return": {
61363
- "type": {
61364
- "text": "void"
61365
- }
61366
- },
61367
- "parameters": [
61368
- {
61369
- "name": "value",
61370
- "type": {
61371
- "text": "string"
61372
- }
61373
- },
61374
- {
61375
- "name": "force",
61376
- "optional": true,
61377
- "type": {
61378
- "text": "boolean"
61379
- }
61380
- }
61381
- ],
61382
- "inheritedFrom": {
61383
- "name": "SbbElementInternalsMixin",
61384
- "module": "core/mixins/element-internals-mixin.js"
61385
- }
61386
- },
61387
- {
61388
- "kind": "field",
61389
- "name": "['_$sbbElement$']",
61390
- "type": {
61391
- "text": "boolean"
61392
- },
61393
- "privacy": "public",
61394
- "static": true,
61395
- "default": "true",
61396
- "inheritedFrom": {
61397
- "name": "SbbElement",
61398
- "module": "core/base-elements/element.js"
61399
- }
61400
- },
61401
- {
61402
- "kind": "field",
61403
- "name": "_controllers",
61404
- "type": {
61405
- "text": "Set<SbbReactiveController> | undefined"
61406
- },
61407
- "privacy": "private",
61408
- "inheritedFrom": {
61409
- "name": "SbbElement",
61410
- "module": "core/base-elements/element.js"
61411
- }
61412
- }
61413
- ],
61414
- "attributes": [
61415
- {
61416
- "name": "expanded",
61417
- "type": {
61418
- "text": "boolean"
61419
- },
61420
- "default": "false",
61421
- "description": "Whether the container is expanded.",
61422
- "fieldName": "expanded"
61423
- },
61424
- {
61425
- "name": "background-expanded",
61426
- "type": {
61427
- "text": "boolean"
61428
- },
61429
- "default": "false",
61430
- "description": "Whether the background color is shown on full container width on large screens.",
61431
- "fieldName": "backgroundExpanded"
61432
- },
61433
- {
61434
- "name": "color",
61435
- "type": {
61436
- "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
61437
- },
61438
- "default": "'white'",
61439
- "description": "Color of the container, like transparent, white etc.",
61440
- "fieldName": "color"
61441
- }
61442
- ],
61443
- "superclass": {
61444
- "name": "SbbElement",
61445
- "module": "core/base-elements.js"
61446
- },
61447
- "tagName": "sbb-container",
61448
- "customElement": true
61449
- }
61450
- ],
61451
- "exports": [
61452
- {
61453
- "kind": "js",
61454
- "name": "SbbContainerElement",
61455
- "declaration": {
61456
- "name": "SbbContainerElement",
61457
- "module": "container/container/container.component.js"
61458
- }
61459
- }
61460
- ]
61461
- },
61462
61462
  {
61463
61463
  "kind": "javascript-module",
61464
61464
  "path": "core/a11y/arrow-navigation.js",
@@ -101076,440 +101076,6 @@
101076
101076
  }
101077
101077
  ]
101078
101078
  },
101079
- {
101080
- "kind": "javascript-module",
101081
- "path": "link/block-link-static/block-link-static.component.js",
101082
- "declarations": [
101083
- {
101084
- "kind": "class",
101085
- "description": "It displays a static link enhanced with the SBB Design.",
101086
- "name": "SbbBlockLinkStaticElement",
101087
- "slots": [
101088
- {
101089
- "description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
101090
- "name": ""
101091
- },
101092
- {
101093
- "description": "Slot used to display the icon, if one is set.",
101094
- "name": "icon"
101095
- }
101096
- ],
101097
- "members": [
101098
- {
101099
- "kind": "field",
101100
- "name": "elementName",
101101
- "type": {
101102
- "text": "string"
101103
- },
101104
- "privacy": "public",
101105
- "static": true,
101106
- "readonly": true,
101107
- "inheritedFrom": {
101108
- "name": "SbbElement",
101109
- "module": "core/base-elements/element.js"
101110
- },
101111
- "default": "'sbb-block-link-static'"
101112
- },
101113
- {
101114
- "kind": "field",
101115
- "name": "styles",
101116
- "type": {
101117
- "text": "CSSResultGroup"
101118
- },
101119
- "privacy": "public",
101120
- "static": true,
101121
- "default": "[super.styles, unsafeCSS(blockStyle)]",
101122
- "inheritedFrom": {
101123
- "name": "SbbLinkCommonElementMixin",
101124
- "module": "link/common/link-common.js"
101125
- }
101126
- },
101127
- {
101128
- "kind": "field",
101129
- "name": "iconPlacement",
101130
- "type": {
101131
- "text": "SbbIconPlacement"
101132
- },
101133
- "privacy": "public",
101134
- "default": "'start'",
101135
- "description": "Moves the icon to the end of the component if set to true.",
101136
- "attribute": "icon-placement",
101137
- "reflects": true,
101138
- "inheritedFrom": {
101139
- "name": "SbbBlockLinkCommonElementMixin",
101140
- "module": "link/common/block-link-common.js"
101141
- }
101142
- },
101143
- {
101144
- "kind": "method",
101145
- "name": "renderTemplate",
101146
- "privacy": "protected",
101147
- "return": {
101148
- "type": {
101149
- "text": "TemplateResult"
101150
- }
101151
- },
101152
- "description": "Override this method to render the component template.",
101153
- "inheritedFrom": {
101154
- "name": "SbbActionBaseElement",
101155
- "module": "core/base-elements/action-base-element.js"
101156
- }
101157
- },
101158
- {
101159
- "kind": "field",
101160
- "name": "size",
101161
- "type": {
101162
- "text": "SbbLinkSize"
101163
- },
101164
- "privacy": "public",
101165
- "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
101166
- "default": "'s' / 'xs' (lean)",
101167
- "attribute": "size",
101168
- "reflects": true,
101169
- "inheritedFrom": {
101170
- "name": "SbbLinkCommonElementMixin",
101171
- "module": "link/common/link-common.js"
101172
- }
101173
- },
101174
- {
101175
- "kind": "field",
101176
- "name": "iconName",
101177
- "type": {
101178
- "text": "string"
101179
- },
101180
- "privacy": "public",
101181
- "default": "''",
101182
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
101183
- "attribute": "icon-name",
101184
- "inheritedFrom": {
101185
- "name": "SbbIconNameMixin",
101186
- "module": "icon/icon-name-mixin.js"
101187
- }
101188
- },
101189
- {
101190
- "kind": "method",
101191
- "name": "renderIconSlot",
101192
- "privacy": "protected",
101193
- "return": {
101194
- "type": {
101195
- "text": "TemplateResult"
101196
- }
101197
- },
101198
- "parameters": [
101199
- {
101200
- "name": "classname",
101201
- "optional": true,
101202
- "type": {
101203
- "text": "string"
101204
- }
101205
- }
101206
- ],
101207
- "inheritedFrom": {
101208
- "name": "SbbIconNameMixin",
101209
- "module": "icon/icon-name-mixin.js"
101210
- }
101211
- },
101212
- {
101213
- "kind": "method",
101214
- "name": "renderIconName",
101215
- "privacy": "protected",
101216
- "return": {
101217
- "type": {
101218
- "text": "string"
101219
- }
101220
- },
101221
- "inheritedFrom": {
101222
- "name": "SbbIconNameMixin",
101223
- "module": "icon/icon-name-mixin.js"
101224
- }
101225
- },
101226
- {
101227
- "kind": "method",
101228
- "name": "_renderIconName",
101229
- "privacy": "private",
101230
- "return": {
101231
- "type": {
101232
- "text": "string"
101233
- }
101234
- },
101235
- "inheritedFrom": {
101236
- "name": "SbbIconNameMixin",
101237
- "module": "icon/icon-name-mixin.js"
101238
- }
101239
- },
101240
- {
101241
- "kind": "field",
101242
- "name": "disabled",
101243
- "privacy": "public",
101244
- "description": "Whether the component is disabled.",
101245
- "default": "false",
101246
- "type": {
101247
- "text": "boolean"
101248
- },
101249
- "attribute": "disabled",
101250
- "reflects": true,
101251
- "inheritedFrom": {
101252
- "name": "SbbDisabledMixin",
101253
- "module": "core/mixins/disabled-mixin.js"
101254
- }
101255
- },
101256
- {
101257
- "kind": "field",
101258
- "name": "#disabled",
101259
- "privacy": "private",
101260
- "type": {
101261
- "text": "boolean"
101262
- },
101263
- "default": "false",
101264
- "inheritedFrom": {
101265
- "name": "SbbDisabledMixin",
101266
- "module": "core/mixins/disabled-mixin.js"
101267
- }
101268
- },
101269
- {
101270
- "kind": "method",
101271
- "name": "isDisabledExternally",
101272
- "privacy": "protected",
101273
- "return": {
101274
- "type": {
101275
- "text": "boolean"
101276
- }
101277
- },
101278
- "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
101279
- "inheritedFrom": {
101280
- "name": "SbbDisabledMixin",
101281
- "module": "core/mixins/disabled-mixin.js"
101282
- }
101283
- },
101284
- {
101285
- "kind": "field",
101286
- "name": "maybeDisabled",
101287
- "type": {
101288
- "text": "boolean | undefined"
101289
- },
101290
- "privacy": "protected",
101291
- "readonly": true,
101292
- "inheritedFrom": {
101293
- "name": "SbbActionBaseElement",
101294
- "module": "core/base-elements/action-base-element.js"
101295
- }
101296
- },
101297
- {
101298
- "kind": "field",
101299
- "name": "maybeDisabledInteractive",
101300
- "type": {
101301
- "text": "boolean | undefined"
101302
- },
101303
- "privacy": "protected",
101304
- "readonly": true,
101305
- "inheritedFrom": {
101306
- "name": "SbbActionBaseElement",
101307
- "module": "core/base-elements/action-base-element.js"
101308
- }
101309
- },
101310
- {
101311
- "kind": "method",
101312
- "name": "setupBaseEventHandlers",
101313
- "privacy": "protected",
101314
- "return": {
101315
- "type": {
101316
- "text": "void"
101317
- }
101318
- },
101319
- "inheritedFrom": {
101320
- "name": "SbbActionBaseElement",
101321
- "module": "core/base-elements/action-base-element.js"
101322
- }
101323
- },
101324
- {
101325
- "kind": "field",
101326
- "name": "_hydrationRequired",
101327
- "type": {
101328
- "text": "boolean"
101329
- },
101330
- "privacy": "private",
101331
- "default": "!!this.shadowRoot",
101332
- "inheritedFrom": {
101333
- "name": "SbbElement",
101334
- "module": "core/base-elements/element.js"
101335
- }
101336
- },
101337
- {
101338
- "kind": "field",
101339
- "name": "_hydrationComplete",
101340
- "privacy": "private",
101341
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
101342
- "inheritedFrom": {
101343
- "name": "SbbElement",
101344
- "module": "core/base-elements/element.js"
101345
- }
101346
- },
101347
- {
101348
- "kind": "field",
101349
- "name": "_resolveHydration",
101350
- "type": {
101351
- "text": "(hydrationRequired: boolean) => void"
101352
- },
101353
- "privacy": "private",
101354
- "inheritedFrom": {
101355
- "name": "SbbElement",
101356
- "module": "core/base-elements/element.js"
101357
- }
101358
- },
101359
- {
101360
- "kind": "field",
101361
- "name": "hydrationRequired",
101362
- "type": {
101363
- "text": "boolean"
101364
- },
101365
- "privacy": "protected",
101366
- "description": "Returns whether hydration is required and not completed.",
101367
- "readonly": true,
101368
- "inheritedFrom": {
101369
- "name": "SbbElement",
101370
- "module": "core/base-elements/element.js"
101371
- },
101372
- "default": "!!this.shadowRoot"
101373
- },
101374
- {
101375
- "kind": "method",
101376
- "name": "toggleState",
101377
- "privacy": "protected",
101378
- "return": {
101379
- "type": {
101380
- "text": "void"
101381
- }
101382
- },
101383
- "parameters": [
101384
- {
101385
- "name": "value",
101386
- "type": {
101387
- "text": "string"
101388
- }
101389
- },
101390
- {
101391
- "name": "force",
101392
- "optional": true,
101393
- "type": {
101394
- "text": "boolean"
101395
- }
101396
- }
101397
- ],
101398
- "inheritedFrom": {
101399
- "name": "SbbElement",
101400
- "module": "core/base-elements/element.js"
101401
- }
101402
- },
101403
- {
101404
- "kind": "field",
101405
- "name": "['_$sbbElement$']",
101406
- "type": {
101407
- "text": "boolean"
101408
- },
101409
- "privacy": "public",
101410
- "static": true,
101411
- "default": "true",
101412
- "inheritedFrom": {
101413
- "name": "SbbElement",
101414
- "module": "core/base-elements/element.js"
101415
- }
101416
- },
101417
- {
101418
- "kind": "field",
101419
- "name": "_controllers",
101420
- "type": {
101421
- "text": "Set<SbbReactiveController> | undefined"
101422
- },
101423
- "privacy": "private",
101424
- "inheritedFrom": {
101425
- "name": "SbbElement",
101426
- "module": "core/base-elements/element.js"
101427
- }
101428
- }
101429
- ],
101430
- "mixins": [
101431
- {
101432
- "name": "SbbBlockLinkCommonElementMixin",
101433
- "module": "link/common/block-link-common.js"
101434
- },
101435
- {
101436
- "name": "SbbDisabledMixin",
101437
- "module": "core/mixins.js"
101438
- }
101439
- ],
101440
- "superclass": {
101441
- "name": "SbbActionBaseElement",
101442
- "module": "core/base-elements.js"
101443
- },
101444
- "tagName": "sbb-block-link-static",
101445
- "customElement": true,
101446
- "attributes": [
101447
- {
101448
- "name": "icon-placement",
101449
- "type": {
101450
- "text": "SbbIconPlacement"
101451
- },
101452
- "default": "'start'",
101453
- "description": "Moves the icon to the end of the component if set to true.",
101454
- "fieldName": "iconPlacement",
101455
- "inheritedFrom": {
101456
- "name": "SbbBlockLinkCommonElementMixin",
101457
- "module": "link/common/block-link-common.js"
101458
- }
101459
- },
101460
- {
101461
- "name": "size",
101462
- "type": {
101463
- "text": "SbbLinkSize"
101464
- },
101465
- "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
101466
- "default": "'s' / 'xs' (lean)",
101467
- "fieldName": "size",
101468
- "inheritedFrom": {
101469
- "name": "SbbLinkCommonElementMixin",
101470
- "module": "link/common/link-common.js"
101471
- }
101472
- },
101473
- {
101474
- "name": "icon-name",
101475
- "type": {
101476
- "text": "string"
101477
- },
101478
- "default": "''",
101479
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
101480
- "fieldName": "iconName",
101481
- "inheritedFrom": {
101482
- "name": "SbbIconNameMixin",
101483
- "module": "icon/icon-name-mixin.js"
101484
- }
101485
- },
101486
- {
101487
- "name": "disabled",
101488
- "description": "Whether the component is disabled.",
101489
- "default": "false",
101490
- "type": {
101491
- "text": "boolean"
101492
- },
101493
- "fieldName": "disabled",
101494
- "inheritedFrom": {
101495
- "name": "SbbDisabledMixin",
101496
- "module": "core/mixins/disabled-mixin.js"
101497
- }
101498
- }
101499
- ]
101500
- }
101501
- ],
101502
- "exports": [
101503
- {
101504
- "kind": "js",
101505
- "name": "SbbBlockLinkStaticElement",
101506
- "declaration": {
101507
- "name": "SbbBlockLinkStaticElement",
101508
- "module": "link/block-link-static/block-link-static.component.js"
101509
- }
101510
- }
101511
- ]
101512
- },
101513
101079
  {
101514
101080
  "kind": "javascript-module",
101515
101081
  "path": "link/block-link-button/block-link-button.component.js",
@@ -102500,6 +102066,440 @@
102500
102066
  }
102501
102067
  ]
102502
102068
  },
102069
+ {
102070
+ "kind": "javascript-module",
102071
+ "path": "link/block-link-static/block-link-static.component.js",
102072
+ "declarations": [
102073
+ {
102074
+ "kind": "class",
102075
+ "description": "It displays a static link enhanced with the SBB Design.",
102076
+ "name": "SbbBlockLinkStaticElement",
102077
+ "slots": [
102078
+ {
102079
+ "description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
102080
+ "name": ""
102081
+ },
102082
+ {
102083
+ "description": "Slot used to display the icon, if one is set.",
102084
+ "name": "icon"
102085
+ }
102086
+ ],
102087
+ "members": [
102088
+ {
102089
+ "kind": "field",
102090
+ "name": "elementName",
102091
+ "type": {
102092
+ "text": "string"
102093
+ },
102094
+ "privacy": "public",
102095
+ "static": true,
102096
+ "readonly": true,
102097
+ "inheritedFrom": {
102098
+ "name": "SbbElement",
102099
+ "module": "core/base-elements/element.js"
102100
+ },
102101
+ "default": "'sbb-block-link-static'"
102102
+ },
102103
+ {
102104
+ "kind": "field",
102105
+ "name": "styles",
102106
+ "type": {
102107
+ "text": "CSSResultGroup"
102108
+ },
102109
+ "privacy": "public",
102110
+ "static": true,
102111
+ "default": "[super.styles, unsafeCSS(blockStyle)]",
102112
+ "inheritedFrom": {
102113
+ "name": "SbbLinkCommonElementMixin",
102114
+ "module": "link/common/link-common.js"
102115
+ }
102116
+ },
102117
+ {
102118
+ "kind": "field",
102119
+ "name": "iconPlacement",
102120
+ "type": {
102121
+ "text": "SbbIconPlacement"
102122
+ },
102123
+ "privacy": "public",
102124
+ "default": "'start'",
102125
+ "description": "Moves the icon to the end of the component if set to true.",
102126
+ "attribute": "icon-placement",
102127
+ "reflects": true,
102128
+ "inheritedFrom": {
102129
+ "name": "SbbBlockLinkCommonElementMixin",
102130
+ "module": "link/common/block-link-common.js"
102131
+ }
102132
+ },
102133
+ {
102134
+ "kind": "method",
102135
+ "name": "renderTemplate",
102136
+ "privacy": "protected",
102137
+ "return": {
102138
+ "type": {
102139
+ "text": "TemplateResult"
102140
+ }
102141
+ },
102142
+ "description": "Override this method to render the component template.",
102143
+ "inheritedFrom": {
102144
+ "name": "SbbActionBaseElement",
102145
+ "module": "core/base-elements/action-base-element.js"
102146
+ }
102147
+ },
102148
+ {
102149
+ "kind": "field",
102150
+ "name": "size",
102151
+ "type": {
102152
+ "text": "SbbLinkSize"
102153
+ },
102154
+ "privacy": "public",
102155
+ "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
102156
+ "default": "'s' / 'xs' (lean)",
102157
+ "attribute": "size",
102158
+ "reflects": true,
102159
+ "inheritedFrom": {
102160
+ "name": "SbbLinkCommonElementMixin",
102161
+ "module": "link/common/link-common.js"
102162
+ }
102163
+ },
102164
+ {
102165
+ "kind": "field",
102166
+ "name": "iconName",
102167
+ "type": {
102168
+ "text": "string"
102169
+ },
102170
+ "privacy": "public",
102171
+ "default": "''",
102172
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
102173
+ "attribute": "icon-name",
102174
+ "inheritedFrom": {
102175
+ "name": "SbbIconNameMixin",
102176
+ "module": "icon/icon-name-mixin.js"
102177
+ }
102178
+ },
102179
+ {
102180
+ "kind": "method",
102181
+ "name": "renderIconSlot",
102182
+ "privacy": "protected",
102183
+ "return": {
102184
+ "type": {
102185
+ "text": "TemplateResult"
102186
+ }
102187
+ },
102188
+ "parameters": [
102189
+ {
102190
+ "name": "classname",
102191
+ "optional": true,
102192
+ "type": {
102193
+ "text": "string"
102194
+ }
102195
+ }
102196
+ ],
102197
+ "inheritedFrom": {
102198
+ "name": "SbbIconNameMixin",
102199
+ "module": "icon/icon-name-mixin.js"
102200
+ }
102201
+ },
102202
+ {
102203
+ "kind": "method",
102204
+ "name": "renderIconName",
102205
+ "privacy": "protected",
102206
+ "return": {
102207
+ "type": {
102208
+ "text": "string"
102209
+ }
102210
+ },
102211
+ "inheritedFrom": {
102212
+ "name": "SbbIconNameMixin",
102213
+ "module": "icon/icon-name-mixin.js"
102214
+ }
102215
+ },
102216
+ {
102217
+ "kind": "method",
102218
+ "name": "_renderIconName",
102219
+ "privacy": "private",
102220
+ "return": {
102221
+ "type": {
102222
+ "text": "string"
102223
+ }
102224
+ },
102225
+ "inheritedFrom": {
102226
+ "name": "SbbIconNameMixin",
102227
+ "module": "icon/icon-name-mixin.js"
102228
+ }
102229
+ },
102230
+ {
102231
+ "kind": "field",
102232
+ "name": "disabled",
102233
+ "privacy": "public",
102234
+ "description": "Whether the component is disabled.",
102235
+ "default": "false",
102236
+ "type": {
102237
+ "text": "boolean"
102238
+ },
102239
+ "attribute": "disabled",
102240
+ "reflects": true,
102241
+ "inheritedFrom": {
102242
+ "name": "SbbDisabledMixin",
102243
+ "module": "core/mixins/disabled-mixin.js"
102244
+ }
102245
+ },
102246
+ {
102247
+ "kind": "field",
102248
+ "name": "#disabled",
102249
+ "privacy": "private",
102250
+ "type": {
102251
+ "text": "boolean"
102252
+ },
102253
+ "default": "false",
102254
+ "inheritedFrom": {
102255
+ "name": "SbbDisabledMixin",
102256
+ "module": "core/mixins/disabled-mixin.js"
102257
+ }
102258
+ },
102259
+ {
102260
+ "kind": "method",
102261
+ "name": "isDisabledExternally",
102262
+ "privacy": "protected",
102263
+ "return": {
102264
+ "type": {
102265
+ "text": "boolean"
102266
+ }
102267
+ },
102268
+ "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
102269
+ "inheritedFrom": {
102270
+ "name": "SbbDisabledMixin",
102271
+ "module": "core/mixins/disabled-mixin.js"
102272
+ }
102273
+ },
102274
+ {
102275
+ "kind": "field",
102276
+ "name": "maybeDisabled",
102277
+ "type": {
102278
+ "text": "boolean | undefined"
102279
+ },
102280
+ "privacy": "protected",
102281
+ "readonly": true,
102282
+ "inheritedFrom": {
102283
+ "name": "SbbActionBaseElement",
102284
+ "module": "core/base-elements/action-base-element.js"
102285
+ }
102286
+ },
102287
+ {
102288
+ "kind": "field",
102289
+ "name": "maybeDisabledInteractive",
102290
+ "type": {
102291
+ "text": "boolean | undefined"
102292
+ },
102293
+ "privacy": "protected",
102294
+ "readonly": true,
102295
+ "inheritedFrom": {
102296
+ "name": "SbbActionBaseElement",
102297
+ "module": "core/base-elements/action-base-element.js"
102298
+ }
102299
+ },
102300
+ {
102301
+ "kind": "method",
102302
+ "name": "setupBaseEventHandlers",
102303
+ "privacy": "protected",
102304
+ "return": {
102305
+ "type": {
102306
+ "text": "void"
102307
+ }
102308
+ },
102309
+ "inheritedFrom": {
102310
+ "name": "SbbActionBaseElement",
102311
+ "module": "core/base-elements/action-base-element.js"
102312
+ }
102313
+ },
102314
+ {
102315
+ "kind": "field",
102316
+ "name": "_hydrationRequired",
102317
+ "type": {
102318
+ "text": "boolean"
102319
+ },
102320
+ "privacy": "private",
102321
+ "default": "!!this.shadowRoot",
102322
+ "inheritedFrom": {
102323
+ "name": "SbbElement",
102324
+ "module": "core/base-elements/element.js"
102325
+ }
102326
+ },
102327
+ {
102328
+ "kind": "field",
102329
+ "name": "_hydrationComplete",
102330
+ "privacy": "private",
102331
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
102332
+ "inheritedFrom": {
102333
+ "name": "SbbElement",
102334
+ "module": "core/base-elements/element.js"
102335
+ }
102336
+ },
102337
+ {
102338
+ "kind": "field",
102339
+ "name": "_resolveHydration",
102340
+ "type": {
102341
+ "text": "(hydrationRequired: boolean) => void"
102342
+ },
102343
+ "privacy": "private",
102344
+ "inheritedFrom": {
102345
+ "name": "SbbElement",
102346
+ "module": "core/base-elements/element.js"
102347
+ }
102348
+ },
102349
+ {
102350
+ "kind": "field",
102351
+ "name": "hydrationRequired",
102352
+ "type": {
102353
+ "text": "boolean"
102354
+ },
102355
+ "privacy": "protected",
102356
+ "description": "Returns whether hydration is required and not completed.",
102357
+ "readonly": true,
102358
+ "inheritedFrom": {
102359
+ "name": "SbbElement",
102360
+ "module": "core/base-elements/element.js"
102361
+ },
102362
+ "default": "!!this.shadowRoot"
102363
+ },
102364
+ {
102365
+ "kind": "method",
102366
+ "name": "toggleState",
102367
+ "privacy": "protected",
102368
+ "return": {
102369
+ "type": {
102370
+ "text": "void"
102371
+ }
102372
+ },
102373
+ "parameters": [
102374
+ {
102375
+ "name": "value",
102376
+ "type": {
102377
+ "text": "string"
102378
+ }
102379
+ },
102380
+ {
102381
+ "name": "force",
102382
+ "optional": true,
102383
+ "type": {
102384
+ "text": "boolean"
102385
+ }
102386
+ }
102387
+ ],
102388
+ "inheritedFrom": {
102389
+ "name": "SbbElement",
102390
+ "module": "core/base-elements/element.js"
102391
+ }
102392
+ },
102393
+ {
102394
+ "kind": "field",
102395
+ "name": "['_$sbbElement$']",
102396
+ "type": {
102397
+ "text": "boolean"
102398
+ },
102399
+ "privacy": "public",
102400
+ "static": true,
102401
+ "default": "true",
102402
+ "inheritedFrom": {
102403
+ "name": "SbbElement",
102404
+ "module": "core/base-elements/element.js"
102405
+ }
102406
+ },
102407
+ {
102408
+ "kind": "field",
102409
+ "name": "_controllers",
102410
+ "type": {
102411
+ "text": "Set<SbbReactiveController> | undefined"
102412
+ },
102413
+ "privacy": "private",
102414
+ "inheritedFrom": {
102415
+ "name": "SbbElement",
102416
+ "module": "core/base-elements/element.js"
102417
+ }
102418
+ }
102419
+ ],
102420
+ "mixins": [
102421
+ {
102422
+ "name": "SbbBlockLinkCommonElementMixin",
102423
+ "module": "link/common/block-link-common.js"
102424
+ },
102425
+ {
102426
+ "name": "SbbDisabledMixin",
102427
+ "module": "core/mixins.js"
102428
+ }
102429
+ ],
102430
+ "superclass": {
102431
+ "name": "SbbActionBaseElement",
102432
+ "module": "core/base-elements.js"
102433
+ },
102434
+ "tagName": "sbb-block-link-static",
102435
+ "customElement": true,
102436
+ "attributes": [
102437
+ {
102438
+ "name": "icon-placement",
102439
+ "type": {
102440
+ "text": "SbbIconPlacement"
102441
+ },
102442
+ "default": "'start'",
102443
+ "description": "Moves the icon to the end of the component if set to true.",
102444
+ "fieldName": "iconPlacement",
102445
+ "inheritedFrom": {
102446
+ "name": "SbbBlockLinkCommonElementMixin",
102447
+ "module": "link/common/block-link-common.js"
102448
+ }
102449
+ },
102450
+ {
102451
+ "name": "size",
102452
+ "type": {
102453
+ "text": "SbbLinkSize"
102454
+ },
102455
+ "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
102456
+ "default": "'s' / 'xs' (lean)",
102457
+ "fieldName": "size",
102458
+ "inheritedFrom": {
102459
+ "name": "SbbLinkCommonElementMixin",
102460
+ "module": "link/common/link-common.js"
102461
+ }
102462
+ },
102463
+ {
102464
+ "name": "icon-name",
102465
+ "type": {
102466
+ "text": "string"
102467
+ },
102468
+ "default": "''",
102469
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
102470
+ "fieldName": "iconName",
102471
+ "inheritedFrom": {
102472
+ "name": "SbbIconNameMixin",
102473
+ "module": "icon/icon-name-mixin.js"
102474
+ }
102475
+ },
102476
+ {
102477
+ "name": "disabled",
102478
+ "description": "Whether the component is disabled.",
102479
+ "default": "false",
102480
+ "type": {
102481
+ "text": "boolean"
102482
+ },
102483
+ "fieldName": "disabled",
102484
+ "inheritedFrom": {
102485
+ "name": "SbbDisabledMixin",
102486
+ "module": "core/mixins/disabled-mixin.js"
102487
+ }
102488
+ }
102489
+ ]
102490
+ }
102491
+ ],
102492
+ "exports": [
102493
+ {
102494
+ "kind": "js",
102495
+ "name": "SbbBlockLinkStaticElement",
102496
+ "declaration": {
102497
+ "name": "SbbBlockLinkStaticElement",
102498
+ "module": "link/block-link-static/block-link-static.component.js"
102499
+ }
102500
+ }
102501
+ ]
102502
+ },
102503
102503
  {
102504
102504
  "kind": "javascript-module",
102505
102505
  "path": "link/common/block-link-common.js",
@@ -128239,12 +128239,12 @@
128239
128239
  },
128240
128240
  {
128241
128241
  "kind": "javascript-module",
128242
- "path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
128242
+ "path": "teaser-product/teaser-product/teaser-product.component.js",
128243
128243
  "declarations": [
128244
128244
  {
128245
128245
  "kind": "class",
128246
- "description": "Displays a text and a footnote, combined with an image, to tease a product.",
128247
- "name": "SbbTeaserProductStaticElement",
128246
+ "description": "Displays a text and a footnote, combined with an image, to tease a product",
128247
+ "name": "SbbTeaserProductElement",
128248
128248
  "cssProperties": [
128249
128249
  {
128250
128250
  "description": "At which percentage the background should start getting transparent.",
@@ -128285,7 +128285,7 @@
128285
128285
  "name": "SbbElement",
128286
128286
  "module": "core/base-elements/element.js"
128287
128287
  },
128288
- "default": "'sbb-teaser-product-static'"
128288
+ "default": "'sbb-teaser-product'"
128289
128289
  },
128290
128290
  {
128291
128291
  "kind": "field",
@@ -128334,6 +128334,155 @@
128334
128334
  "module": "core/mixins/negative-mixin.js"
128335
128335
  }
128336
128336
  },
128337
+ {
128338
+ "kind": "field",
128339
+ "name": "href",
128340
+ "type": {
128341
+ "text": "string"
128342
+ },
128343
+ "privacy": "public",
128344
+ "default": "''",
128345
+ "description": "The href value you want to link to.",
128346
+ "attribute": "href",
128347
+ "reflects": true,
128348
+ "inheritedFrom": {
128349
+ "name": "SbbLinkBaseElement",
128350
+ "module": "core/base-elements/link-base-element.js"
128351
+ }
128352
+ },
128353
+ {
128354
+ "kind": "field",
128355
+ "name": "target",
128356
+ "type": {
128357
+ "text": "LinkTargetType | string"
128358
+ },
128359
+ "privacy": "public",
128360
+ "default": "''",
128361
+ "description": "Where to display the linked URL.",
128362
+ "attribute": "target",
128363
+ "reflects": true,
128364
+ "inheritedFrom": {
128365
+ "name": "SbbLinkBaseElement",
128366
+ "module": "core/base-elements/link-base-element.js"
128367
+ }
128368
+ },
128369
+ {
128370
+ "kind": "field",
128371
+ "name": "rel",
128372
+ "type": {
128373
+ "text": "string"
128374
+ },
128375
+ "privacy": "public",
128376
+ "default": "''",
128377
+ "description": "The relationship of the linked URL as space-separated link types.",
128378
+ "attribute": "rel",
128379
+ "reflects": true,
128380
+ "inheritedFrom": {
128381
+ "name": "SbbLinkBaseElement",
128382
+ "module": "core/base-elements/link-base-element.js"
128383
+ }
128384
+ },
128385
+ {
128386
+ "kind": "field",
128387
+ "name": "download",
128388
+ "type": {
128389
+ "text": "boolean"
128390
+ },
128391
+ "privacy": "public",
128392
+ "default": "false",
128393
+ "description": "Whether the browser will show the download dialog on click.",
128394
+ "attribute": "download",
128395
+ "reflects": true,
128396
+ "inheritedFrom": {
128397
+ "name": "SbbLinkBaseElement",
128398
+ "module": "core/base-elements/link-base-element.js"
128399
+ }
128400
+ },
128401
+ {
128402
+ "kind": "field",
128403
+ "name": "accessibilityLabel",
128404
+ "type": {
128405
+ "text": "string"
128406
+ },
128407
+ "privacy": "public",
128408
+ "default": "''",
128409
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
128410
+ "attribute": "accessibility-label",
128411
+ "inheritedFrom": {
128412
+ "name": "SbbLinkBaseElement",
128413
+ "module": "core/base-elements/link-base-element.js"
128414
+ }
128415
+ },
128416
+ {
128417
+ "kind": "field",
128418
+ "name": "accessibilityCurrent",
128419
+ "type": {
128420
+ "text": "string"
128421
+ },
128422
+ "privacy": "public",
128423
+ "default": "''",
128424
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
128425
+ "attribute": "accessibility-current",
128426
+ "inheritedFrom": {
128427
+ "name": "SbbLinkBaseElement",
128428
+ "module": "core/base-elements/link-base-element.js"
128429
+ }
128430
+ },
128431
+ {
128432
+ "kind": "field",
128433
+ "name": "language",
128434
+ "privacy": "protected",
128435
+ "default": "new SbbLanguageController(this)",
128436
+ "inheritedFrom": {
128437
+ "name": "SbbLinkBaseElement",
128438
+ "module": "core/base-elements/link-base-element.js"
128439
+ }
128440
+ },
128441
+ {
128442
+ "kind": "field",
128443
+ "name": "anchorRole",
128444
+ "type": {
128445
+ "text": "string | null"
128446
+ },
128447
+ "privacy": "protected",
128448
+ "readonly": true,
128449
+ "default": "null",
128450
+ "inheritedFrom": {
128451
+ "name": "SbbLinkBaseElement",
128452
+ "module": "core/base-elements/link-base-element.js"
128453
+ }
128454
+ },
128455
+ {
128456
+ "kind": "field",
128457
+ "name": "_evaluateRelAttribute",
128458
+ "privacy": "private",
128459
+ "inheritedFrom": {
128460
+ "name": "SbbLinkBaseElement",
128461
+ "module": "core/base-elements/link-base-element.js"
128462
+ }
128463
+ },
128464
+ {
128465
+ "kind": "method",
128466
+ "name": "renderLink",
128467
+ "privacy": "protected",
128468
+ "return": {
128469
+ "type": {
128470
+ "text": "TemplateResult"
128471
+ }
128472
+ },
128473
+ "parameters": [
128474
+ {
128475
+ "name": "renderContent",
128476
+ "type": {
128477
+ "text": "TemplateResult"
128478
+ }
128479
+ }
128480
+ ],
128481
+ "inheritedFrom": {
128482
+ "name": "SbbLinkBaseElement",
128483
+ "module": "core/base-elements/link-base-element.js"
128484
+ }
128485
+ },
128337
128486
  {
128338
128487
  "kind": "field",
128339
128488
  "name": "maybeDisabled",
@@ -128487,10 +128636,10 @@
128487
128636
  }
128488
128637
  ],
128489
128638
  "superclass": {
128490
- "name": "SbbActionBaseElement",
128639
+ "name": "SbbLinkBaseElement",
128491
128640
  "module": "core/base-elements.js"
128492
128641
  },
128493
- "tagName": "sbb-teaser-product-static",
128642
+ "tagName": "sbb-teaser-product",
128494
128643
  "customElement": true,
128495
128644
  "attributes": [
128496
128645
  {
@@ -128518,6 +128667,84 @@
128518
128667
  "name": "SbbNegativeMixin",
128519
128668
  "module": "core/mixins/negative-mixin.js"
128520
128669
  }
128670
+ },
128671
+ {
128672
+ "name": "href",
128673
+ "type": {
128674
+ "text": "string"
128675
+ },
128676
+ "default": "''",
128677
+ "description": "The href value you want to link to.",
128678
+ "fieldName": "href",
128679
+ "inheritedFrom": {
128680
+ "name": "SbbLinkBaseElement",
128681
+ "module": "core/base-elements/link-base-element.js"
128682
+ }
128683
+ },
128684
+ {
128685
+ "name": "target",
128686
+ "type": {
128687
+ "text": "LinkTargetType | string"
128688
+ },
128689
+ "default": "''",
128690
+ "description": "Where to display the linked URL.",
128691
+ "fieldName": "target",
128692
+ "inheritedFrom": {
128693
+ "name": "SbbLinkBaseElement",
128694
+ "module": "core/base-elements/link-base-element.js"
128695
+ }
128696
+ },
128697
+ {
128698
+ "name": "rel",
128699
+ "type": {
128700
+ "text": "string"
128701
+ },
128702
+ "default": "''",
128703
+ "description": "The relationship of the linked URL as space-separated link types.",
128704
+ "fieldName": "rel",
128705
+ "inheritedFrom": {
128706
+ "name": "SbbLinkBaseElement",
128707
+ "module": "core/base-elements/link-base-element.js"
128708
+ }
128709
+ },
128710
+ {
128711
+ "name": "download",
128712
+ "type": {
128713
+ "text": "boolean"
128714
+ },
128715
+ "default": "false",
128716
+ "description": "Whether the browser will show the download dialog on click.",
128717
+ "fieldName": "download",
128718
+ "inheritedFrom": {
128719
+ "name": "SbbLinkBaseElement",
128720
+ "module": "core/base-elements/link-base-element.js"
128721
+ }
128722
+ },
128723
+ {
128724
+ "name": "accessibility-label",
128725
+ "type": {
128726
+ "text": "string"
128727
+ },
128728
+ "default": "''",
128729
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
128730
+ "fieldName": "accessibilityLabel",
128731
+ "inheritedFrom": {
128732
+ "name": "SbbLinkBaseElement",
128733
+ "module": "core/base-elements/link-base-element.js"
128734
+ }
128735
+ },
128736
+ {
128737
+ "name": "accessibility-current",
128738
+ "type": {
128739
+ "text": "string"
128740
+ },
128741
+ "default": "''",
128742
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
128743
+ "fieldName": "accessibilityCurrent",
128744
+ "inheritedFrom": {
128745
+ "name": "SbbLinkBaseElement",
128746
+ "module": "core/base-elements/link-base-element.js"
128747
+ }
128521
128748
  }
128522
128749
  ]
128523
128750
  }
@@ -128525,22 +128752,22 @@
128525
128752
  "exports": [
128526
128753
  {
128527
128754
  "kind": "js",
128528
- "name": "SbbTeaserProductStaticElement",
128755
+ "name": "SbbTeaserProductElement",
128529
128756
  "declaration": {
128530
- "name": "SbbTeaserProductStaticElement",
128531
- "module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
128757
+ "name": "SbbTeaserProductElement",
128758
+ "module": "teaser-product/teaser-product/teaser-product.component.js"
128532
128759
  }
128533
128760
  }
128534
128761
  ]
128535
128762
  },
128536
128763
  {
128537
128764
  "kind": "javascript-module",
128538
- "path": "teaser-product/teaser-product/teaser-product.component.js",
128765
+ "path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
128539
128766
  "declarations": [
128540
128767
  {
128541
128768
  "kind": "class",
128542
- "description": "Displays a text and a footnote, combined with an image, to tease a product",
128543
- "name": "SbbTeaserProductElement",
128769
+ "description": "Displays a text and a footnote, combined with an image, to tease a product.",
128770
+ "name": "SbbTeaserProductStaticElement",
128544
128771
  "cssProperties": [
128545
128772
  {
128546
128773
  "description": "At which percentage the background should start getting transparent.",
@@ -128581,7 +128808,7 @@
128581
128808
  "name": "SbbElement",
128582
128809
  "module": "core/base-elements/element.js"
128583
128810
  },
128584
- "default": "'sbb-teaser-product'"
128811
+ "default": "'sbb-teaser-product-static'"
128585
128812
  },
128586
128813
  {
128587
128814
  "kind": "field",
@@ -128630,155 +128857,6 @@
128630
128857
  "module": "core/mixins/negative-mixin.js"
128631
128858
  }
128632
128859
  },
128633
- {
128634
- "kind": "field",
128635
- "name": "href",
128636
- "type": {
128637
- "text": "string"
128638
- },
128639
- "privacy": "public",
128640
- "default": "''",
128641
- "description": "The href value you want to link to.",
128642
- "attribute": "href",
128643
- "reflects": true,
128644
- "inheritedFrom": {
128645
- "name": "SbbLinkBaseElement",
128646
- "module": "core/base-elements/link-base-element.js"
128647
- }
128648
- },
128649
- {
128650
- "kind": "field",
128651
- "name": "target",
128652
- "type": {
128653
- "text": "LinkTargetType | string"
128654
- },
128655
- "privacy": "public",
128656
- "default": "''",
128657
- "description": "Where to display the linked URL.",
128658
- "attribute": "target",
128659
- "reflects": true,
128660
- "inheritedFrom": {
128661
- "name": "SbbLinkBaseElement",
128662
- "module": "core/base-elements/link-base-element.js"
128663
- }
128664
- },
128665
- {
128666
- "kind": "field",
128667
- "name": "rel",
128668
- "type": {
128669
- "text": "string"
128670
- },
128671
- "privacy": "public",
128672
- "default": "''",
128673
- "description": "The relationship of the linked URL as space-separated link types.",
128674
- "attribute": "rel",
128675
- "reflects": true,
128676
- "inheritedFrom": {
128677
- "name": "SbbLinkBaseElement",
128678
- "module": "core/base-elements/link-base-element.js"
128679
- }
128680
- },
128681
- {
128682
- "kind": "field",
128683
- "name": "download",
128684
- "type": {
128685
- "text": "boolean"
128686
- },
128687
- "privacy": "public",
128688
- "default": "false",
128689
- "description": "Whether the browser will show the download dialog on click.",
128690
- "attribute": "download",
128691
- "reflects": true,
128692
- "inheritedFrom": {
128693
- "name": "SbbLinkBaseElement",
128694
- "module": "core/base-elements/link-base-element.js"
128695
- }
128696
- },
128697
- {
128698
- "kind": "field",
128699
- "name": "accessibilityLabel",
128700
- "type": {
128701
- "text": "string"
128702
- },
128703
- "privacy": "public",
128704
- "default": "''",
128705
- "description": "This will be forwarded as aria-label to the inner anchor element.",
128706
- "attribute": "accessibility-label",
128707
- "inheritedFrom": {
128708
- "name": "SbbLinkBaseElement",
128709
- "module": "core/base-elements/link-base-element.js"
128710
- }
128711
- },
128712
- {
128713
- "kind": "field",
128714
- "name": "accessibilityCurrent",
128715
- "type": {
128716
- "text": "string"
128717
- },
128718
- "privacy": "public",
128719
- "default": "''",
128720
- "description": "This will be forwarded as aria-current to the inner anchor element.",
128721
- "attribute": "accessibility-current",
128722
- "inheritedFrom": {
128723
- "name": "SbbLinkBaseElement",
128724
- "module": "core/base-elements/link-base-element.js"
128725
- }
128726
- },
128727
- {
128728
- "kind": "field",
128729
- "name": "language",
128730
- "privacy": "protected",
128731
- "default": "new SbbLanguageController(this)",
128732
- "inheritedFrom": {
128733
- "name": "SbbLinkBaseElement",
128734
- "module": "core/base-elements/link-base-element.js"
128735
- }
128736
- },
128737
- {
128738
- "kind": "field",
128739
- "name": "anchorRole",
128740
- "type": {
128741
- "text": "string | null"
128742
- },
128743
- "privacy": "protected",
128744
- "readonly": true,
128745
- "default": "null",
128746
- "inheritedFrom": {
128747
- "name": "SbbLinkBaseElement",
128748
- "module": "core/base-elements/link-base-element.js"
128749
- }
128750
- },
128751
- {
128752
- "kind": "field",
128753
- "name": "_evaluateRelAttribute",
128754
- "privacy": "private",
128755
- "inheritedFrom": {
128756
- "name": "SbbLinkBaseElement",
128757
- "module": "core/base-elements/link-base-element.js"
128758
- }
128759
- },
128760
- {
128761
- "kind": "method",
128762
- "name": "renderLink",
128763
- "privacy": "protected",
128764
- "return": {
128765
- "type": {
128766
- "text": "TemplateResult"
128767
- }
128768
- },
128769
- "parameters": [
128770
- {
128771
- "name": "renderContent",
128772
- "type": {
128773
- "text": "TemplateResult"
128774
- }
128775
- }
128776
- ],
128777
- "inheritedFrom": {
128778
- "name": "SbbLinkBaseElement",
128779
- "module": "core/base-elements/link-base-element.js"
128780
- }
128781
- },
128782
128860
  {
128783
128861
  "kind": "field",
128784
128862
  "name": "maybeDisabled",
@@ -128932,10 +129010,10 @@
128932
129010
  }
128933
129011
  ],
128934
129012
  "superclass": {
128935
- "name": "SbbLinkBaseElement",
129013
+ "name": "SbbActionBaseElement",
128936
129014
  "module": "core/base-elements.js"
128937
129015
  },
128938
- "tagName": "sbb-teaser-product",
129016
+ "tagName": "sbb-teaser-product-static",
128939
129017
  "customElement": true,
128940
129018
  "attributes": [
128941
129019
  {
@@ -128963,84 +129041,6 @@
128963
129041
  "name": "SbbNegativeMixin",
128964
129042
  "module": "core/mixins/negative-mixin.js"
128965
129043
  }
128966
- },
128967
- {
128968
- "name": "href",
128969
- "type": {
128970
- "text": "string"
128971
- },
128972
- "default": "''",
128973
- "description": "The href value you want to link to.",
128974
- "fieldName": "href",
128975
- "inheritedFrom": {
128976
- "name": "SbbLinkBaseElement",
128977
- "module": "core/base-elements/link-base-element.js"
128978
- }
128979
- },
128980
- {
128981
- "name": "target",
128982
- "type": {
128983
- "text": "LinkTargetType | string"
128984
- },
128985
- "default": "''",
128986
- "description": "Where to display the linked URL.",
128987
- "fieldName": "target",
128988
- "inheritedFrom": {
128989
- "name": "SbbLinkBaseElement",
128990
- "module": "core/base-elements/link-base-element.js"
128991
- }
128992
- },
128993
- {
128994
- "name": "rel",
128995
- "type": {
128996
- "text": "string"
128997
- },
128998
- "default": "''",
128999
- "description": "The relationship of the linked URL as space-separated link types.",
129000
- "fieldName": "rel",
129001
- "inheritedFrom": {
129002
- "name": "SbbLinkBaseElement",
129003
- "module": "core/base-elements/link-base-element.js"
129004
- }
129005
- },
129006
- {
129007
- "name": "download",
129008
- "type": {
129009
- "text": "boolean"
129010
- },
129011
- "default": "false",
129012
- "description": "Whether the browser will show the download dialog on click.",
129013
- "fieldName": "download",
129014
- "inheritedFrom": {
129015
- "name": "SbbLinkBaseElement",
129016
- "module": "core/base-elements/link-base-element.js"
129017
- }
129018
- },
129019
- {
129020
- "name": "accessibility-label",
129021
- "type": {
129022
- "text": "string"
129023
- },
129024
- "default": "''",
129025
- "description": "This will be forwarded as aria-label to the inner anchor element.",
129026
- "fieldName": "accessibilityLabel",
129027
- "inheritedFrom": {
129028
- "name": "SbbLinkBaseElement",
129029
- "module": "core/base-elements/link-base-element.js"
129030
- }
129031
- },
129032
- {
129033
- "name": "accessibility-current",
129034
- "type": {
129035
- "text": "string"
129036
- },
129037
- "default": "''",
129038
- "description": "This will be forwarded as aria-current to the inner anchor element.",
129039
- "fieldName": "accessibilityCurrent",
129040
- "inheritedFrom": {
129041
- "name": "SbbLinkBaseElement",
129042
- "module": "core/base-elements/link-base-element.js"
129043
- }
129044
129044
  }
129045
129045
  ]
129046
129046
  }
@@ -129048,10 +129048,10 @@
129048
129048
  "exports": [
129049
129049
  {
129050
129050
  "kind": "js",
129051
- "name": "SbbTeaserProductElement",
129051
+ "name": "SbbTeaserProductStaticElement",
129052
129052
  "declaration": {
129053
- "name": "SbbTeaserProductElement",
129054
- "module": "teaser-product/teaser-product/teaser-product.component.js"
129053
+ "name": "SbbTeaserProductStaticElement",
129054
+ "module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
129055
129055
  }
129056
129056
  }
129057
129057
  ]