@sbb-esta/lyne-elements-dev 4.13.0-dev.1780381701 → 4.13.0-dev.1780400290

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 +668 -668
  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",
@@ -102066,440 +102066,6 @@
102066
102066
  }
102067
102067
  ]
102068
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
102069
  {
102504
102070
  "kind": "javascript-module",
102505
102071
  "path": "link/common/block-link-common.js",
@@ -103838,6 +103404,440 @@
103838
103404
  }
103839
103405
  ]
103840
103406
  },
103407
+ {
103408
+ "kind": "javascript-module",
103409
+ "path": "link/block-link-static/block-link-static.component.js",
103410
+ "declarations": [
103411
+ {
103412
+ "kind": "class",
103413
+ "description": "It displays a static link enhanced with the SBB Design.",
103414
+ "name": "SbbBlockLinkStaticElement",
103415
+ "slots": [
103416
+ {
103417
+ "description": "Use the unnamed slot to add content to the `sbb-block-link-static`.",
103418
+ "name": ""
103419
+ },
103420
+ {
103421
+ "description": "Slot used to display the icon, if one is set.",
103422
+ "name": "icon"
103423
+ }
103424
+ ],
103425
+ "members": [
103426
+ {
103427
+ "kind": "field",
103428
+ "name": "elementName",
103429
+ "type": {
103430
+ "text": "string"
103431
+ },
103432
+ "privacy": "public",
103433
+ "static": true,
103434
+ "readonly": true,
103435
+ "inheritedFrom": {
103436
+ "name": "SbbElement",
103437
+ "module": "core/base-elements/element.js"
103438
+ },
103439
+ "default": "'sbb-block-link-static'"
103440
+ },
103441
+ {
103442
+ "kind": "field",
103443
+ "name": "styles",
103444
+ "type": {
103445
+ "text": "CSSResultGroup"
103446
+ },
103447
+ "privacy": "public",
103448
+ "static": true,
103449
+ "default": "[super.styles, unsafeCSS(blockStyle)]",
103450
+ "inheritedFrom": {
103451
+ "name": "SbbLinkCommonElementMixin",
103452
+ "module": "link/common/link-common.js"
103453
+ }
103454
+ },
103455
+ {
103456
+ "kind": "field",
103457
+ "name": "iconPlacement",
103458
+ "type": {
103459
+ "text": "SbbIconPlacement"
103460
+ },
103461
+ "privacy": "public",
103462
+ "default": "'start'",
103463
+ "description": "Moves the icon to the end of the component if set to true.",
103464
+ "attribute": "icon-placement",
103465
+ "reflects": true,
103466
+ "inheritedFrom": {
103467
+ "name": "SbbBlockLinkCommonElementMixin",
103468
+ "module": "link/common/block-link-common.js"
103469
+ }
103470
+ },
103471
+ {
103472
+ "kind": "method",
103473
+ "name": "renderTemplate",
103474
+ "privacy": "protected",
103475
+ "return": {
103476
+ "type": {
103477
+ "text": "TemplateResult"
103478
+ }
103479
+ },
103480
+ "description": "Override this method to render the component template.",
103481
+ "inheritedFrom": {
103482
+ "name": "SbbActionBaseElement",
103483
+ "module": "core/base-elements/action-base-element.js"
103484
+ }
103485
+ },
103486
+ {
103487
+ "kind": "field",
103488
+ "name": "size",
103489
+ "type": {
103490
+ "text": "SbbLinkSize"
103491
+ },
103492
+ "privacy": "public",
103493
+ "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
103494
+ "default": "'s' / 'xs' (lean)",
103495
+ "attribute": "size",
103496
+ "reflects": true,
103497
+ "inheritedFrom": {
103498
+ "name": "SbbLinkCommonElementMixin",
103499
+ "module": "link/common/link-common.js"
103500
+ }
103501
+ },
103502
+ {
103503
+ "kind": "field",
103504
+ "name": "iconName",
103505
+ "type": {
103506
+ "text": "string"
103507
+ },
103508
+ "privacy": "public",
103509
+ "default": "''",
103510
+ "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.",
103511
+ "attribute": "icon-name",
103512
+ "inheritedFrom": {
103513
+ "name": "SbbIconNameMixin",
103514
+ "module": "icon/icon-name-mixin.js"
103515
+ }
103516
+ },
103517
+ {
103518
+ "kind": "method",
103519
+ "name": "renderIconSlot",
103520
+ "privacy": "protected",
103521
+ "return": {
103522
+ "type": {
103523
+ "text": "TemplateResult"
103524
+ }
103525
+ },
103526
+ "parameters": [
103527
+ {
103528
+ "name": "classname",
103529
+ "optional": true,
103530
+ "type": {
103531
+ "text": "string"
103532
+ }
103533
+ }
103534
+ ],
103535
+ "inheritedFrom": {
103536
+ "name": "SbbIconNameMixin",
103537
+ "module": "icon/icon-name-mixin.js"
103538
+ }
103539
+ },
103540
+ {
103541
+ "kind": "method",
103542
+ "name": "renderIconName",
103543
+ "privacy": "protected",
103544
+ "return": {
103545
+ "type": {
103546
+ "text": "string"
103547
+ }
103548
+ },
103549
+ "inheritedFrom": {
103550
+ "name": "SbbIconNameMixin",
103551
+ "module": "icon/icon-name-mixin.js"
103552
+ }
103553
+ },
103554
+ {
103555
+ "kind": "method",
103556
+ "name": "_renderIconName",
103557
+ "privacy": "private",
103558
+ "return": {
103559
+ "type": {
103560
+ "text": "string"
103561
+ }
103562
+ },
103563
+ "inheritedFrom": {
103564
+ "name": "SbbIconNameMixin",
103565
+ "module": "icon/icon-name-mixin.js"
103566
+ }
103567
+ },
103568
+ {
103569
+ "kind": "field",
103570
+ "name": "disabled",
103571
+ "privacy": "public",
103572
+ "description": "Whether the component is disabled.",
103573
+ "default": "false",
103574
+ "type": {
103575
+ "text": "boolean"
103576
+ },
103577
+ "attribute": "disabled",
103578
+ "reflects": true,
103579
+ "inheritedFrom": {
103580
+ "name": "SbbDisabledMixin",
103581
+ "module": "core/mixins/disabled-mixin.js"
103582
+ }
103583
+ },
103584
+ {
103585
+ "kind": "field",
103586
+ "name": "#disabled",
103587
+ "privacy": "private",
103588
+ "type": {
103589
+ "text": "boolean"
103590
+ },
103591
+ "default": "false",
103592
+ "inheritedFrom": {
103593
+ "name": "SbbDisabledMixin",
103594
+ "module": "core/mixins/disabled-mixin.js"
103595
+ }
103596
+ },
103597
+ {
103598
+ "kind": "method",
103599
+ "name": "isDisabledExternally",
103600
+ "privacy": "protected",
103601
+ "return": {
103602
+ "type": {
103603
+ "text": "boolean"
103604
+ }
103605
+ },
103606
+ "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
103607
+ "inheritedFrom": {
103608
+ "name": "SbbDisabledMixin",
103609
+ "module": "core/mixins/disabled-mixin.js"
103610
+ }
103611
+ },
103612
+ {
103613
+ "kind": "field",
103614
+ "name": "maybeDisabled",
103615
+ "type": {
103616
+ "text": "boolean | undefined"
103617
+ },
103618
+ "privacy": "protected",
103619
+ "readonly": true,
103620
+ "inheritedFrom": {
103621
+ "name": "SbbActionBaseElement",
103622
+ "module": "core/base-elements/action-base-element.js"
103623
+ }
103624
+ },
103625
+ {
103626
+ "kind": "field",
103627
+ "name": "maybeDisabledInteractive",
103628
+ "type": {
103629
+ "text": "boolean | undefined"
103630
+ },
103631
+ "privacy": "protected",
103632
+ "readonly": true,
103633
+ "inheritedFrom": {
103634
+ "name": "SbbActionBaseElement",
103635
+ "module": "core/base-elements/action-base-element.js"
103636
+ }
103637
+ },
103638
+ {
103639
+ "kind": "method",
103640
+ "name": "setupBaseEventHandlers",
103641
+ "privacy": "protected",
103642
+ "return": {
103643
+ "type": {
103644
+ "text": "void"
103645
+ }
103646
+ },
103647
+ "inheritedFrom": {
103648
+ "name": "SbbActionBaseElement",
103649
+ "module": "core/base-elements/action-base-element.js"
103650
+ }
103651
+ },
103652
+ {
103653
+ "kind": "field",
103654
+ "name": "_hydrationRequired",
103655
+ "type": {
103656
+ "text": "boolean"
103657
+ },
103658
+ "privacy": "private",
103659
+ "default": "!!this.shadowRoot",
103660
+ "inheritedFrom": {
103661
+ "name": "SbbElement",
103662
+ "module": "core/base-elements/element.js"
103663
+ }
103664
+ },
103665
+ {
103666
+ "kind": "field",
103667
+ "name": "_hydrationComplete",
103668
+ "privacy": "private",
103669
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
103670
+ "inheritedFrom": {
103671
+ "name": "SbbElement",
103672
+ "module": "core/base-elements/element.js"
103673
+ }
103674
+ },
103675
+ {
103676
+ "kind": "field",
103677
+ "name": "_resolveHydration",
103678
+ "type": {
103679
+ "text": "(hydrationRequired: boolean) => void"
103680
+ },
103681
+ "privacy": "private",
103682
+ "inheritedFrom": {
103683
+ "name": "SbbElement",
103684
+ "module": "core/base-elements/element.js"
103685
+ }
103686
+ },
103687
+ {
103688
+ "kind": "field",
103689
+ "name": "hydrationRequired",
103690
+ "type": {
103691
+ "text": "boolean"
103692
+ },
103693
+ "privacy": "protected",
103694
+ "description": "Returns whether hydration is required and not completed.",
103695
+ "readonly": true,
103696
+ "inheritedFrom": {
103697
+ "name": "SbbElement",
103698
+ "module": "core/base-elements/element.js"
103699
+ },
103700
+ "default": "!!this.shadowRoot"
103701
+ },
103702
+ {
103703
+ "kind": "method",
103704
+ "name": "toggleState",
103705
+ "privacy": "protected",
103706
+ "return": {
103707
+ "type": {
103708
+ "text": "void"
103709
+ }
103710
+ },
103711
+ "parameters": [
103712
+ {
103713
+ "name": "value",
103714
+ "type": {
103715
+ "text": "string"
103716
+ }
103717
+ },
103718
+ {
103719
+ "name": "force",
103720
+ "optional": true,
103721
+ "type": {
103722
+ "text": "boolean"
103723
+ }
103724
+ }
103725
+ ],
103726
+ "inheritedFrom": {
103727
+ "name": "SbbElement",
103728
+ "module": "core/base-elements/element.js"
103729
+ }
103730
+ },
103731
+ {
103732
+ "kind": "field",
103733
+ "name": "['_$sbbElement$']",
103734
+ "type": {
103735
+ "text": "boolean"
103736
+ },
103737
+ "privacy": "public",
103738
+ "static": true,
103739
+ "default": "true",
103740
+ "inheritedFrom": {
103741
+ "name": "SbbElement",
103742
+ "module": "core/base-elements/element.js"
103743
+ }
103744
+ },
103745
+ {
103746
+ "kind": "field",
103747
+ "name": "_controllers",
103748
+ "type": {
103749
+ "text": "Set<SbbReactiveController> | undefined"
103750
+ },
103751
+ "privacy": "private",
103752
+ "inheritedFrom": {
103753
+ "name": "SbbElement",
103754
+ "module": "core/base-elements/element.js"
103755
+ }
103756
+ }
103757
+ ],
103758
+ "mixins": [
103759
+ {
103760
+ "name": "SbbBlockLinkCommonElementMixin",
103761
+ "module": "link/common/block-link-common.js"
103762
+ },
103763
+ {
103764
+ "name": "SbbDisabledMixin",
103765
+ "module": "core/mixins.js"
103766
+ }
103767
+ ],
103768
+ "superclass": {
103769
+ "name": "SbbActionBaseElement",
103770
+ "module": "core/base-elements.js"
103771
+ },
103772
+ "tagName": "sbb-block-link-static",
103773
+ "customElement": true,
103774
+ "attributes": [
103775
+ {
103776
+ "name": "icon-placement",
103777
+ "type": {
103778
+ "text": "SbbIconPlacement"
103779
+ },
103780
+ "default": "'start'",
103781
+ "description": "Moves the icon to the end of the component if set to true.",
103782
+ "fieldName": "iconPlacement",
103783
+ "inheritedFrom": {
103784
+ "name": "SbbBlockLinkCommonElementMixin",
103785
+ "module": "link/common/block-link-common.js"
103786
+ }
103787
+ },
103788
+ {
103789
+ "name": "size",
103790
+ "type": {
103791
+ "text": "SbbLinkSize"
103792
+ },
103793
+ "description": "Text size, the link should get in the non-button variation.\nWith inline variant, the text size adapts to where it is used.",
103794
+ "default": "'s' / 'xs' (lean)",
103795
+ "fieldName": "size",
103796
+ "inheritedFrom": {
103797
+ "name": "SbbLinkCommonElementMixin",
103798
+ "module": "link/common/link-common.js"
103799
+ }
103800
+ },
103801
+ {
103802
+ "name": "icon-name",
103803
+ "type": {
103804
+ "text": "string"
103805
+ },
103806
+ "default": "''",
103807
+ "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.",
103808
+ "fieldName": "iconName",
103809
+ "inheritedFrom": {
103810
+ "name": "SbbIconNameMixin",
103811
+ "module": "icon/icon-name-mixin.js"
103812
+ }
103813
+ },
103814
+ {
103815
+ "name": "disabled",
103816
+ "description": "Whether the component is disabled.",
103817
+ "default": "false",
103818
+ "type": {
103819
+ "text": "boolean"
103820
+ },
103821
+ "fieldName": "disabled",
103822
+ "inheritedFrom": {
103823
+ "name": "SbbDisabledMixin",
103824
+ "module": "core/mixins/disabled-mixin.js"
103825
+ }
103826
+ }
103827
+ ]
103828
+ }
103829
+ ],
103830
+ "exports": [
103831
+ {
103832
+ "kind": "js",
103833
+ "name": "SbbBlockLinkStaticElement",
103834
+ "declaration": {
103835
+ "name": "SbbBlockLinkStaticElement",
103836
+ "module": "link/block-link-static/block-link-static.component.js"
103837
+ }
103838
+ }
103839
+ ]
103840
+ },
103841
103841
  {
103842
103842
  "kind": "javascript-module",
103843
103843
  "path": "link/link/link.component.js",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-dev",
3
- "version": "4.13.0-dev.1780381701",
3
+ "version": "4.13.0-dev.1780400290",
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/0bf88ba5e2dd04584fdb1ffc5d8bd376c1c45ab4"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/5a55ee05d43489669940b2fd17722326265ccd2a"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {