@sbb-esta/lyne-elements 3.4.0 → 3.6.0

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 (60) hide show
  1. package/button/common.js +1 -1
  2. package/button.js +1 -1
  3. package/core/mixins/element-internals-mixin.d.ts.map +1 -1
  4. package/core/mixins/element-internals-mixin.js +66 -62
  5. package/core/styles/core.scss +3 -3
  6. package/core.css +38 -24
  7. package/custom-elements.json +377 -366
  8. package/development/button/common.js +1 -1
  9. package/development/button.js +1 -1
  10. package/development/core/mixins/element-internals-mixin.d.ts.map +1 -1
  11. package/development/core/mixins/element-internals-mixin.js +7 -2
  12. package/development/dialog/dialog/dialog.component.d.ts +2 -0
  13. package/development/dialog/dialog/dialog.component.d.ts.map +1 -1
  14. package/development/dialog/dialog/dialog.component.js +8 -4
  15. package/development/file-selector/common.js +1 -1
  16. package/development/{file-selector-common-BxXdRZxt.js → file-selector-common-B4I8rwJE.js} +3 -3
  17. package/development/file-selector.js +1 -1
  18. package/development/form-field/form-field/form-field.component.js +28 -42
  19. package/development/header/header-environment/header-environment.component.js +6 -6
  20. package/development/notification/notification.component.js +2 -2
  21. package/development/paginator/compact-paginator/compact-paginator.component.d.ts.map +1 -1
  22. package/development/paginator/compact-paginator/compact-paginator.component.js +3 -2
  23. package/development/radio-button/common.js +1 -1
  24. package/development/{radio-button-common-hZiiLJDY.js → radio-button-common-BRyEhlYf.js} +6 -2
  25. package/development/radio-button.js +1 -1
  26. package/development/selection-action-panel/selection-action-panel.component.js +3 -3
  27. package/development/selection-expansion-panel/selection-expansion-panel.component.js +3 -3
  28. package/development/title/title-base.d.ts +1 -1
  29. package/development/title/title-base.d.ts.map +1 -1
  30. package/development/title/title-base.js +2 -2
  31. package/development/title/title.component.d.ts +3 -1
  32. package/development/title/title.component.d.ts.map +1 -1
  33. package/development/title/title.component.js +30 -4
  34. package/development/train/train-formation/train-formation.component.d.ts.map +1 -1
  35. package/development/train/train-formation/train-formation.component.js +6 -4
  36. package/development/{transparent-button-Dun6bh2G.js → transparent-button-COe-YB_U.js} +2 -2
  37. package/dialog/dialog/dialog.component.d.ts +2 -0
  38. package/dialog/dialog/dialog.component.d.ts.map +1 -1
  39. package/dialog/dialog/dialog.component.js +14 -10
  40. package/form-field/form-field/form-field.component.js +1 -1
  41. package/notification/notification.component.js +1 -1
  42. package/package.json +1 -1
  43. package/paginator/compact-paginator/compact-paginator.component.d.ts.map +1 -1
  44. package/paginator/compact-paginator/compact-paginator.component.js +10 -9
  45. package/radio-button/common.js +1 -1
  46. package/radio-button-common-DzALx3X7.js +5 -0
  47. package/radio-button.js +1 -1
  48. package/selection-action-panel/selection-action-panel.component.js +3 -3
  49. package/selection-expansion-panel/selection-expansion-panel.component.js +1 -1
  50. package/standard-theme.css +38 -24
  51. package/title/title-base.d.ts +1 -1
  52. package/title/title-base.d.ts.map +1 -1
  53. package/title/title-base.js +1 -1
  54. package/title/title.component.d.ts +3 -1
  55. package/title/title.component.d.ts.map +1 -1
  56. package/title/title.component.js +34 -15
  57. package/train/train-formation/train-formation.component.d.ts.map +1 -1
  58. package/train/train-formation/train-formation.component.js +19 -17
  59. package/{transparent-button-rf30m88X.js → transparent-button-xudJxob_.js} +1 -1
  60. package/radio-button-common-DJKWrKor.js +0 -5
@@ -10946,7 +10946,7 @@
10946
10946
  },
10947
10947
  "privacy": "public",
10948
10948
  "default": "null",
10949
- "description": "Visual level for the title. Optional, if not set, the value of level will be used.",
10949
+ "description": "Visual level for the title.",
10950
10950
  "attribute": "visual-level",
10951
10951
  "reflects": true,
10952
10952
  "inheritedFrom": {
@@ -11083,7 +11083,7 @@
11083
11083
  "text": "SbbTitleLevel | null"
11084
11084
  },
11085
11085
  "default": "null",
11086
- "description": "Visual level for the title. Optional, if not set, the value of level will be used.",
11086
+ "description": "Visual level for the title.",
11087
11087
  "fieldName": "visualLevel",
11088
11088
  "inheritedFrom": {
11089
11089
  "name": "SbbTitleBase",
@@ -20706,7 +20706,7 @@
20706
20706
  },
20707
20707
  "privacy": "public",
20708
20708
  "default": "null",
20709
- "description": "Visual level for the title. Optional, if not set, the value of level will be used.",
20709
+ "description": "Visual level for the title.",
20710
20710
  "attribute": "visual-level",
20711
20711
  "reflects": true
20712
20712
  },
@@ -20756,7 +20756,7 @@
20756
20756
  "text": "SbbTitleLevel | null"
20757
20757
  },
20758
20758
  "default": "null",
20759
- "description": "Visual level for the title. Optional, if not set, the value of level will be used.",
20759
+ "description": "Visual level for the title.",
20760
20760
  "fieldName": "visualLevel"
20761
20761
  }
20762
20762
  ],
@@ -20810,6 +20810,22 @@
20810
20810
  }
20811
20811
  ],
20812
20812
  "members": [
20813
+ {
20814
+ "kind": "field",
20815
+ "name": "visualLevel",
20816
+ "type": {
20817
+ "text": "SbbTitleLevel | null"
20818
+ },
20819
+ "privacy": "public",
20820
+ "default": "null",
20821
+ "description": "Visual level for the title. Optional, if not set, the value of level will be used.",
20822
+ "attribute": "visual-level",
20823
+ "reflects": true,
20824
+ "inheritedFrom": {
20825
+ "name": "SbbTitleBase",
20826
+ "module": "title/title-base.js"
20827
+ }
20828
+ },
20813
20829
  {
20814
20830
  "kind": "field",
20815
20831
  "name": "negative",
@@ -20884,37 +20900,22 @@
20884
20900
  "name": "SbbTitleBase",
20885
20901
  "module": "title/title-base.js"
20886
20902
  }
20887
- },
20903
+ }
20904
+ ],
20905
+ "attributes": [
20888
20906
  {
20889
- "kind": "field",
20890
- "name": "visualLevel",
20907
+ "name": "visual-level",
20891
20908
  "type": {
20892
20909
  "text": "SbbTitleLevel | null"
20893
20910
  },
20894
- "privacy": "public",
20895
20911
  "default": "null",
20896
20912
  "description": "Visual level for the title. Optional, if not set, the value of level will be used.",
20897
- "attribute": "visual-level",
20898
- "reflects": true,
20913
+ "fieldName": "visualLevel",
20899
20914
  "inheritedFrom": {
20900
20915
  "name": "SbbTitleBase",
20901
20916
  "module": "title/title-base.js"
20902
20917
  }
20903
- }
20904
- ],
20905
- "mixins": [
20906
- {
20907
- "name": "SbbNegativeMixin",
20908
- "module": "core/mixins.js"
20909
- }
20910
- ],
20911
- "superclass": {
20912
- "name": "SbbTitleBase",
20913
- "module": "title/title-base.js"
20914
- },
20915
- "tagName": "sbb-title",
20916
- "customElement": true,
20917
- "attributes": [
20918
+ },
20918
20919
  {
20919
20920
  "name": "negative",
20920
20921
  "type": {
@@ -20940,21 +20941,20 @@
20940
20941
  "name": "SbbTitleBase",
20941
20942
  "module": "title/title-base.js"
20942
20943
  }
20943
- },
20944
+ }
20945
+ ],
20946
+ "mixins": [
20944
20947
  {
20945
- "name": "visual-level",
20946
- "type": {
20947
- "text": "SbbTitleLevel | null"
20948
- },
20949
- "default": "null",
20950
- "description": "Visual level for the title. Optional, if not set, the value of level will be used.",
20951
- "fieldName": "visualLevel",
20952
- "inheritedFrom": {
20953
- "name": "SbbTitleBase",
20954
- "module": "title/title-base.js"
20955
- }
20948
+ "name": "SbbNegativeMixin",
20949
+ "module": "core/mixins.js"
20956
20950
  }
20957
- ]
20951
+ ],
20952
+ "superclass": {
20953
+ "name": "SbbTitleBase",
20954
+ "module": "title/title-base.js"
20955
+ },
20956
+ "tagName": "sbb-title",
20957
+ "customElement": true
20958
20958
  }
20959
20959
  ],
20960
20960
  "exports": [
@@ -62243,6 +62243,17 @@
62243
62243
  "module": "overlay/overlay-base-element.js"
62244
62244
  }
62245
62245
  },
62246
+ {
62247
+ "kind": "method",
62248
+ "name": "announceTitle",
62249
+ "privacy": "public",
62250
+ "return": {
62251
+ "type": {
62252
+ "text": "void"
62253
+ }
62254
+ },
62255
+ "description": "Announce the accessibility label or dialog title for screen readers."
62256
+ },
62246
62257
  {
62247
62258
  "kind": "method",
62248
62259
  "name": "isZeroAnimationDuration",
@@ -64209,7 +64220,7 @@
64209
64220
  },
64210
64221
  "privacy": "public",
64211
64222
  "default": "'4'",
64212
- "description": "Visual level for the title. Optional, if not set, the value of level will be used.",
64223
+ "description": "Visual level for the title.",
64213
64224
  "attribute": "visual-level",
64214
64225
  "reflects": true,
64215
64226
  "inheritedFrom": {
@@ -64322,7 +64333,7 @@
64322
64333
  "text": "SbbTitleLevel | null"
64323
64334
  },
64324
64335
  "default": "null",
64325
- "description": "Visual level for the title. Optional, if not set, the value of level will be used.",
64336
+ "description": "Visual level for the title.",
64326
64337
  "fieldName": "visualLevel",
64327
64338
  "inheritedFrom": {
64328
64339
  "name": "SbbTitleBase",
@@ -73999,330 +74010,6 @@
73999
74010
  }
74000
74011
  ]
74001
74012
  },
74002
- {
74003
- "kind": "javascript-module",
74004
- "path": "link/block-link-static/block-link-static.component.js",
74005
- "declarations": [
74006
- {
74007
- "kind": "class",
74008
- "description": "It displays a static link enhanced with the SBB Design.",
74009
- "name": "SbbBlockLinkStaticElement",
74010
- "slots": [
74011
- {
74012
- "description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
74013
- "name": ""
74014
- },
74015
- {
74016
- "description": "Slot used to display the icon, if one is set.",
74017
- "name": "icon"
74018
- }
74019
- ],
74020
- "mixins": [
74021
- {
74022
- "name": "SbbBlockLinkCommonElementMixin",
74023
- "module": "link/common.js"
74024
- },
74025
- {
74026
- "name": "SbbDisabledMixin",
74027
- "module": "core/mixins.js"
74028
- }
74029
- ],
74030
- "superclass": {
74031
- "name": "SbbActionBaseElement",
74032
- "module": "core/base-elements.js"
74033
- },
74034
- "tagName": "sbb-block-link-static",
74035
- "customElement": true,
74036
- "attributes": [
74037
- {
74038
- "name": "icon-placement",
74039
- "type": {
74040
- "text": "SbbIconPlacement"
74041
- },
74042
- "default": "'start'",
74043
- "description": "Moves the icon to the end of the component if set to true.",
74044
- "fieldName": "iconPlacement",
74045
- "inheritedFrom": {
74046
- "name": "SbbBlockLinkCommonElementMixin",
74047
- "module": "link/common/block-link-common.js"
74048
- }
74049
- },
74050
- {
74051
- "name": "size",
74052
- "type": {
74053
- "text": "SbbLinkSize"
74054
- },
74055
- "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
74056
- "default": "'s' / 'xs' (lean)",
74057
- "fieldName": "size",
74058
- "inheritedFrom": {
74059
- "name": "SbbLinkCommonElementMixin",
74060
- "module": "link/common/link-common.js"
74061
- }
74062
- },
74063
- {
74064
- "name": "icon-name",
74065
- "type": {
74066
- "text": "string"
74067
- },
74068
- "default": "''",
74069
- "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.",
74070
- "fieldName": "iconName",
74071
- "inheritedFrom": {
74072
- "name": "SbbIconNameMixin",
74073
- "module": "icon/icon-name-mixin.js"
74074
- }
74075
- },
74076
- {
74077
- "name": "disabled",
74078
- "description": "Whether the component is disabled.",
74079
- "default": "false",
74080
- "type": {
74081
- "text": "boolean"
74082
- },
74083
- "fieldName": "disabled",
74084
- "inheritedFrom": {
74085
- "name": "SbbDisabledMixin",
74086
- "module": "core/mixins/disabled-mixin.js"
74087
- }
74088
- }
74089
- ],
74090
- "members": [
74091
- {
74092
- "kind": "field",
74093
- "name": "styles",
74094
- "type": {
74095
- "text": "CSSResultGroup"
74096
- },
74097
- "privacy": "public",
74098
- "static": true,
74099
- "default": "[style, blockStyle]",
74100
- "inheritedFrom": {
74101
- "name": "SbbLinkCommonElementMixin",
74102
- "module": "link/common/link-common.js"
74103
- }
74104
- },
74105
- {
74106
- "kind": "field",
74107
- "name": "iconPlacement",
74108
- "type": {
74109
- "text": "SbbIconPlacement"
74110
- },
74111
- "privacy": "public",
74112
- "default": "'start'",
74113
- "description": "Moves the icon to the end of the component if set to true.",
74114
- "attribute": "icon-placement",
74115
- "reflects": true,
74116
- "inheritedFrom": {
74117
- "name": "SbbBlockLinkCommonElementMixin",
74118
- "module": "link/common/block-link-common.js"
74119
- }
74120
- },
74121
- {
74122
- "kind": "method",
74123
- "name": "renderTemplate",
74124
- "privacy": "protected",
74125
- "return": {
74126
- "type": {
74127
- "text": "TemplateResult"
74128
- }
74129
- },
74130
- "description": "Override this method to render the component template.",
74131
- "inheritedFrom": {
74132
- "name": "SbbActionBaseElement",
74133
- "module": "core/base-elements/action-base-element.js"
74134
- }
74135
- },
74136
- {
74137
- "kind": "field",
74138
- "name": "size",
74139
- "type": {
74140
- "text": "SbbLinkSize"
74141
- },
74142
- "privacy": "public",
74143
- "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
74144
- "default": "'s' / 'xs' (lean)",
74145
- "attribute": "size",
74146
- "reflects": true,
74147
- "inheritedFrom": {
74148
- "name": "SbbLinkCommonElementMixin",
74149
- "module": "link/common/link-common.js"
74150
- }
74151
- },
74152
- {
74153
- "kind": "field",
74154
- "name": "iconName",
74155
- "type": {
74156
- "text": "string"
74157
- },
74158
- "privacy": "public",
74159
- "default": "''",
74160
- "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.",
74161
- "attribute": "icon-name",
74162
- "reflects": true,
74163
- "inheritedFrom": {
74164
- "name": "SbbIconNameMixin",
74165
- "module": "icon/icon-name-mixin.js"
74166
- }
74167
- },
74168
- {
74169
- "kind": "method",
74170
- "name": "renderIconSlot",
74171
- "privacy": "protected",
74172
- "return": {
74173
- "type": {
74174
- "text": "TemplateResult"
74175
- }
74176
- },
74177
- "parameters": [
74178
- {
74179
- "name": "classname",
74180
- "optional": true,
74181
- "type": {
74182
- "text": "string"
74183
- }
74184
- }
74185
- ],
74186
- "inheritedFrom": {
74187
- "name": "SbbIconNameMixin",
74188
- "module": "icon/icon-name-mixin.js"
74189
- }
74190
- },
74191
- {
74192
- "kind": "field",
74193
- "name": "disabled",
74194
- "privacy": "public",
74195
- "description": "Whether the component is disabled.",
74196
- "default": "false",
74197
- "type": {
74198
- "text": "boolean"
74199
- },
74200
- "attribute": "disabled",
74201
- "reflects": true,
74202
- "inheritedFrom": {
74203
- "name": "SbbDisabledMixin",
74204
- "module": "core/mixins/disabled-mixin.js"
74205
- }
74206
- },
74207
- {
74208
- "kind": "field",
74209
- "name": "#disabled",
74210
- "privacy": "private",
74211
- "type": {
74212
- "text": "boolean"
74213
- },
74214
- "default": "false",
74215
- "inheritedFrom": {
74216
- "name": "SbbDisabledMixin",
74217
- "module": "core/mixins/disabled-mixin.js"
74218
- }
74219
- },
74220
- {
74221
- "kind": "method",
74222
- "name": "isDisabledExternally",
74223
- "privacy": "protected",
74224
- "return": {
74225
- "type": {
74226
- "text": "boolean"
74227
- }
74228
- },
74229
- "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
74230
- "inheritedFrom": {
74231
- "name": "SbbDisabledMixin",
74232
- "module": "core/mixins/disabled-mixin.js"
74233
- }
74234
- },
74235
- {
74236
- "kind": "method",
74237
- "name": "toggleState",
74238
- "privacy": "protected",
74239
- "return": {
74240
- "type": {
74241
- "text": "void"
74242
- }
74243
- },
74244
- "parameters": [
74245
- {
74246
- "name": "state",
74247
- "type": {
74248
- "text": "string"
74249
- }
74250
- },
74251
- {
74252
- "name": "force",
74253
- "optional": true,
74254
- "type": {
74255
- "text": "boolean"
74256
- }
74257
- }
74258
- ],
74259
- "inheritedFrom": {
74260
- "name": "SbbActionBaseElement",
74261
- "module": "core/base-elements/action-base-element.js"
74262
- }
74263
- },
74264
- {
74265
- "kind": "field",
74266
- "name": "maybeDisabled",
74267
- "type": {
74268
- "text": "boolean | undefined"
74269
- },
74270
- "privacy": "protected",
74271
- "readonly": true,
74272
- "inheritedFrom": {
74273
- "name": "SbbActionBaseElement",
74274
- "module": "core/base-elements/action-base-element.js"
74275
- }
74276
- },
74277
- {
74278
- "kind": "field",
74279
- "name": "maybeDisabledInteractive",
74280
- "type": {
74281
- "text": "boolean | undefined"
74282
- },
74283
- "privacy": "protected",
74284
- "readonly": true,
74285
- "inheritedFrom": {
74286
- "name": "SbbActionBaseElement",
74287
- "module": "core/base-elements/action-base-element.js"
74288
- }
74289
- },
74290
- {
74291
- "kind": "method",
74292
- "name": "setupBaseEventHandlers",
74293
- "privacy": "protected",
74294
- "return": {
74295
- "type": {
74296
- "text": "void"
74297
- }
74298
- },
74299
- "inheritedFrom": {
74300
- "name": "SbbActionBaseElement",
74301
- "module": "core/base-elements/action-base-element.js"
74302
- }
74303
- }
74304
- ]
74305
- }
74306
- ],
74307
- "exports": [
74308
- {
74309
- "kind": "js",
74310
- "name": "SbbBlockLinkStaticElement",
74311
- "declaration": {
74312
- "name": "SbbBlockLinkStaticElement",
74313
- "module": "link/block-link-static/block-link-static.component.js"
74314
- }
74315
- },
74316
- {
74317
- "kind": "custom-element-definition",
74318
- "name": "sbb-block-link-static",
74319
- "declaration": {
74320
- "name": "SbbBlockLinkStaticElement",
74321
- "module": "link/block-link-static/block-link-static.component.js"
74322
- }
74323
- }
74324
- ]
74325
- },
74326
74013
  {
74327
74014
  "kind": "javascript-module",
74328
74015
  "path": "link/block-link-button/block-link-button.component.js",
@@ -75203,6 +74890,330 @@
75203
74890
  }
75204
74891
  ]
75205
74892
  },
74893
+ {
74894
+ "kind": "javascript-module",
74895
+ "path": "link/block-link-static/block-link-static.component.js",
74896
+ "declarations": [
74897
+ {
74898
+ "kind": "class",
74899
+ "description": "It displays a static link enhanced with the SBB Design.",
74900
+ "name": "SbbBlockLinkStaticElement",
74901
+ "slots": [
74902
+ {
74903
+ "description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
74904
+ "name": ""
74905
+ },
74906
+ {
74907
+ "description": "Slot used to display the icon, if one is set.",
74908
+ "name": "icon"
74909
+ }
74910
+ ],
74911
+ "mixins": [
74912
+ {
74913
+ "name": "SbbBlockLinkCommonElementMixin",
74914
+ "module": "link/common.js"
74915
+ },
74916
+ {
74917
+ "name": "SbbDisabledMixin",
74918
+ "module": "core/mixins.js"
74919
+ }
74920
+ ],
74921
+ "superclass": {
74922
+ "name": "SbbActionBaseElement",
74923
+ "module": "core/base-elements.js"
74924
+ },
74925
+ "tagName": "sbb-block-link-static",
74926
+ "customElement": true,
74927
+ "attributes": [
74928
+ {
74929
+ "name": "icon-placement",
74930
+ "type": {
74931
+ "text": "SbbIconPlacement"
74932
+ },
74933
+ "default": "'start'",
74934
+ "description": "Moves the icon to the end of the component if set to true.",
74935
+ "fieldName": "iconPlacement",
74936
+ "inheritedFrom": {
74937
+ "name": "SbbBlockLinkCommonElementMixin",
74938
+ "module": "link/common/block-link-common.js"
74939
+ }
74940
+ },
74941
+ {
74942
+ "name": "size",
74943
+ "type": {
74944
+ "text": "SbbLinkSize"
74945
+ },
74946
+ "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
74947
+ "default": "'s' / 'xs' (lean)",
74948
+ "fieldName": "size",
74949
+ "inheritedFrom": {
74950
+ "name": "SbbLinkCommonElementMixin",
74951
+ "module": "link/common/link-common.js"
74952
+ }
74953
+ },
74954
+ {
74955
+ "name": "icon-name",
74956
+ "type": {
74957
+ "text": "string"
74958
+ },
74959
+ "default": "''",
74960
+ "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.",
74961
+ "fieldName": "iconName",
74962
+ "inheritedFrom": {
74963
+ "name": "SbbIconNameMixin",
74964
+ "module": "icon/icon-name-mixin.js"
74965
+ }
74966
+ },
74967
+ {
74968
+ "name": "disabled",
74969
+ "description": "Whether the component is disabled.",
74970
+ "default": "false",
74971
+ "type": {
74972
+ "text": "boolean"
74973
+ },
74974
+ "fieldName": "disabled",
74975
+ "inheritedFrom": {
74976
+ "name": "SbbDisabledMixin",
74977
+ "module": "core/mixins/disabled-mixin.js"
74978
+ }
74979
+ }
74980
+ ],
74981
+ "members": [
74982
+ {
74983
+ "kind": "field",
74984
+ "name": "styles",
74985
+ "type": {
74986
+ "text": "CSSResultGroup"
74987
+ },
74988
+ "privacy": "public",
74989
+ "static": true,
74990
+ "default": "[style, blockStyle]",
74991
+ "inheritedFrom": {
74992
+ "name": "SbbLinkCommonElementMixin",
74993
+ "module": "link/common/link-common.js"
74994
+ }
74995
+ },
74996
+ {
74997
+ "kind": "field",
74998
+ "name": "iconPlacement",
74999
+ "type": {
75000
+ "text": "SbbIconPlacement"
75001
+ },
75002
+ "privacy": "public",
75003
+ "default": "'start'",
75004
+ "description": "Moves the icon to the end of the component if set to true.",
75005
+ "attribute": "icon-placement",
75006
+ "reflects": true,
75007
+ "inheritedFrom": {
75008
+ "name": "SbbBlockLinkCommonElementMixin",
75009
+ "module": "link/common/block-link-common.js"
75010
+ }
75011
+ },
75012
+ {
75013
+ "kind": "method",
75014
+ "name": "renderTemplate",
75015
+ "privacy": "protected",
75016
+ "return": {
75017
+ "type": {
75018
+ "text": "TemplateResult"
75019
+ }
75020
+ },
75021
+ "description": "Override this method to render the component template.",
75022
+ "inheritedFrom": {
75023
+ "name": "SbbActionBaseElement",
75024
+ "module": "core/base-elements/action-base-element.js"
75025
+ }
75026
+ },
75027
+ {
75028
+ "kind": "field",
75029
+ "name": "size",
75030
+ "type": {
75031
+ "text": "SbbLinkSize"
75032
+ },
75033
+ "privacy": "public",
75034
+ "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
75035
+ "default": "'s' / 'xs' (lean)",
75036
+ "attribute": "size",
75037
+ "reflects": true,
75038
+ "inheritedFrom": {
75039
+ "name": "SbbLinkCommonElementMixin",
75040
+ "module": "link/common/link-common.js"
75041
+ }
75042
+ },
75043
+ {
75044
+ "kind": "field",
75045
+ "name": "iconName",
75046
+ "type": {
75047
+ "text": "string"
75048
+ },
75049
+ "privacy": "public",
75050
+ "default": "''",
75051
+ "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.",
75052
+ "attribute": "icon-name",
75053
+ "reflects": true,
75054
+ "inheritedFrom": {
75055
+ "name": "SbbIconNameMixin",
75056
+ "module": "icon/icon-name-mixin.js"
75057
+ }
75058
+ },
75059
+ {
75060
+ "kind": "method",
75061
+ "name": "renderIconSlot",
75062
+ "privacy": "protected",
75063
+ "return": {
75064
+ "type": {
75065
+ "text": "TemplateResult"
75066
+ }
75067
+ },
75068
+ "parameters": [
75069
+ {
75070
+ "name": "classname",
75071
+ "optional": true,
75072
+ "type": {
75073
+ "text": "string"
75074
+ }
75075
+ }
75076
+ ],
75077
+ "inheritedFrom": {
75078
+ "name": "SbbIconNameMixin",
75079
+ "module": "icon/icon-name-mixin.js"
75080
+ }
75081
+ },
75082
+ {
75083
+ "kind": "field",
75084
+ "name": "disabled",
75085
+ "privacy": "public",
75086
+ "description": "Whether the component is disabled.",
75087
+ "default": "false",
75088
+ "type": {
75089
+ "text": "boolean"
75090
+ },
75091
+ "attribute": "disabled",
75092
+ "reflects": true,
75093
+ "inheritedFrom": {
75094
+ "name": "SbbDisabledMixin",
75095
+ "module": "core/mixins/disabled-mixin.js"
75096
+ }
75097
+ },
75098
+ {
75099
+ "kind": "field",
75100
+ "name": "#disabled",
75101
+ "privacy": "private",
75102
+ "type": {
75103
+ "text": "boolean"
75104
+ },
75105
+ "default": "false",
75106
+ "inheritedFrom": {
75107
+ "name": "SbbDisabledMixin",
75108
+ "module": "core/mixins/disabled-mixin.js"
75109
+ }
75110
+ },
75111
+ {
75112
+ "kind": "method",
75113
+ "name": "isDisabledExternally",
75114
+ "privacy": "protected",
75115
+ "return": {
75116
+ "type": {
75117
+ "text": "boolean"
75118
+ }
75119
+ },
75120
+ "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
75121
+ "inheritedFrom": {
75122
+ "name": "SbbDisabledMixin",
75123
+ "module": "core/mixins/disabled-mixin.js"
75124
+ }
75125
+ },
75126
+ {
75127
+ "kind": "method",
75128
+ "name": "toggleState",
75129
+ "privacy": "protected",
75130
+ "return": {
75131
+ "type": {
75132
+ "text": "void"
75133
+ }
75134
+ },
75135
+ "parameters": [
75136
+ {
75137
+ "name": "state",
75138
+ "type": {
75139
+ "text": "string"
75140
+ }
75141
+ },
75142
+ {
75143
+ "name": "force",
75144
+ "optional": true,
75145
+ "type": {
75146
+ "text": "boolean"
75147
+ }
75148
+ }
75149
+ ],
75150
+ "inheritedFrom": {
75151
+ "name": "SbbActionBaseElement",
75152
+ "module": "core/base-elements/action-base-element.js"
75153
+ }
75154
+ },
75155
+ {
75156
+ "kind": "field",
75157
+ "name": "maybeDisabled",
75158
+ "type": {
75159
+ "text": "boolean | undefined"
75160
+ },
75161
+ "privacy": "protected",
75162
+ "readonly": true,
75163
+ "inheritedFrom": {
75164
+ "name": "SbbActionBaseElement",
75165
+ "module": "core/base-elements/action-base-element.js"
75166
+ }
75167
+ },
75168
+ {
75169
+ "kind": "field",
75170
+ "name": "maybeDisabledInteractive",
75171
+ "type": {
75172
+ "text": "boolean | undefined"
75173
+ },
75174
+ "privacy": "protected",
75175
+ "readonly": true,
75176
+ "inheritedFrom": {
75177
+ "name": "SbbActionBaseElement",
75178
+ "module": "core/base-elements/action-base-element.js"
75179
+ }
75180
+ },
75181
+ {
75182
+ "kind": "method",
75183
+ "name": "setupBaseEventHandlers",
75184
+ "privacy": "protected",
75185
+ "return": {
75186
+ "type": {
75187
+ "text": "void"
75188
+ }
75189
+ },
75190
+ "inheritedFrom": {
75191
+ "name": "SbbActionBaseElement",
75192
+ "module": "core/base-elements/action-base-element.js"
75193
+ }
75194
+ }
75195
+ ]
75196
+ }
75197
+ ],
75198
+ "exports": [
75199
+ {
75200
+ "kind": "js",
75201
+ "name": "SbbBlockLinkStaticElement",
75202
+ "declaration": {
75203
+ "name": "SbbBlockLinkStaticElement",
75204
+ "module": "link/block-link-static/block-link-static.component.js"
75205
+ }
75206
+ },
75207
+ {
75208
+ "kind": "custom-element-definition",
75209
+ "name": "sbb-block-link-static",
75210
+ "declaration": {
75211
+ "name": "SbbBlockLinkStaticElement",
75212
+ "module": "link/block-link-static/block-link-static.component.js"
75213
+ }
75214
+ }
75215
+ ]
75216
+ },
75206
75217
  {
75207
75218
  "kind": "javascript-module",
75208
75219
  "path": "link/common/block-link-common.js",
@@ -98466,7 +98477,7 @@
98466
98477
  },
98467
98478
  "privacy": "public",
98468
98479
  "default": "'5'",
98469
- "description": "Visual level for the title. Optional, if not set, the value of level will be used.",
98480
+ "description": "Visual level for the title.",
98470
98481
  "attribute": "visual-level",
98471
98482
  "reflects": true,
98472
98483
  "inheritedFrom": {
@@ -98538,7 +98549,7 @@
98538
98549
  "text": "SbbTitleLevel | null"
98539
98550
  },
98540
98551
  "default": "null",
98541
- "description": "Visual level for the title. Optional, if not set, the value of level will be used.",
98552
+ "description": "Visual level for the title.",
98542
98553
  "fieldName": "visualLevel",
98543
98554
  "inheritedFrom": {
98544
98555
  "name": "SbbTitleBase",