@sbb-esta/lyne-elements-dev 4.5.1-dev.1771924969 → 4.5.1-dev.1771973815

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 +594 -594
  2. package/package.json +2 -2
@@ -44611,6 +44611,157 @@
44611
44611
  }
44612
44612
  ]
44613
44613
  },
44614
+ {
44615
+ "kind": "javascript-module",
44616
+ "path": "container/container/container.component.js",
44617
+ "declarations": [
44618
+ {
44619
+ "kind": "class",
44620
+ "description": "It displays its content with the default page spacing.",
44621
+ "name": "SbbContainerElement",
44622
+ "slots": [
44623
+ {
44624
+ "description": "Use the unnamed slot to add anything to the container.",
44625
+ "name": ""
44626
+ },
44627
+ {
44628
+ "description": "The slot used by the sbb-sticky-bar component.",
44629
+ "name": "sticky-bar"
44630
+ },
44631
+ {
44632
+ "description": "The slot used to slot an `sbb-image` to use as background.",
44633
+ "name": "image"
44634
+ }
44635
+ ],
44636
+ "members": [
44637
+ {
44638
+ "kind": "field",
44639
+ "name": "expanded",
44640
+ "type": {
44641
+ "text": "boolean"
44642
+ },
44643
+ "privacy": "public",
44644
+ "default": "false",
44645
+ "description": "Whether the container is expanded.",
44646
+ "attribute": "expanded",
44647
+ "reflects": true
44648
+ },
44649
+ {
44650
+ "kind": "field",
44651
+ "name": "backgroundExpanded",
44652
+ "type": {
44653
+ "text": "boolean"
44654
+ },
44655
+ "privacy": "public",
44656
+ "default": "false",
44657
+ "description": "Whether the background color is shown on full container width on large screens.",
44658
+ "attribute": "background-expanded",
44659
+ "reflects": true
44660
+ },
44661
+ {
44662
+ "kind": "field",
44663
+ "name": "color",
44664
+ "type": {
44665
+ "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
44666
+ },
44667
+ "privacy": "public",
44668
+ "default": "'white'",
44669
+ "description": "Color of the container, like transparent, white etc.",
44670
+ "attribute": "color",
44671
+ "reflects": true
44672
+ },
44673
+ {
44674
+ "kind": "method",
44675
+ "name": "toggleState",
44676
+ "privacy": "protected",
44677
+ "return": {
44678
+ "type": {
44679
+ "text": "void"
44680
+ }
44681
+ },
44682
+ "parameters": [
44683
+ {
44684
+ "name": "value",
44685
+ "type": {
44686
+ "text": "string"
44687
+ }
44688
+ },
44689
+ {
44690
+ "name": "force",
44691
+ "optional": true,
44692
+ "type": {
44693
+ "text": "boolean"
44694
+ }
44695
+ }
44696
+ ],
44697
+ "inheritedFrom": {
44698
+ "name": "SbbElementInternalsMixin",
44699
+ "module": "core/mixins/element-internals-mixin.js"
44700
+ }
44701
+ }
44702
+ ],
44703
+ "attributes": [
44704
+ {
44705
+ "name": "expanded",
44706
+ "type": {
44707
+ "text": "boolean"
44708
+ },
44709
+ "default": "false",
44710
+ "description": "Whether the container is expanded.",
44711
+ "fieldName": "expanded"
44712
+ },
44713
+ {
44714
+ "name": "background-expanded",
44715
+ "type": {
44716
+ "text": "boolean"
44717
+ },
44718
+ "default": "false",
44719
+ "description": "Whether the background color is shown on full container width on large screens.",
44720
+ "fieldName": "backgroundExpanded"
44721
+ },
44722
+ {
44723
+ "name": "color",
44724
+ "type": {
44725
+ "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
44726
+ },
44727
+ "default": "'white'",
44728
+ "description": "Color of the container, like transparent, white etc.",
44729
+ "fieldName": "color"
44730
+ }
44731
+ ],
44732
+ "mixins": [
44733
+ {
44734
+ "name": "SbbElementInternalsMixin",
44735
+ "module": "core/mixins.js"
44736
+ }
44737
+ ],
44738
+ "superclass": {
44739
+ "name": "LitElement",
44740
+ "package": "lit"
44741
+ },
44742
+ "tagName": "sbb-container",
44743
+ "customElement": true
44744
+ }
44745
+ ],
44746
+ "exports": [
44747
+ {
44748
+ "kind": "js",
44749
+ "name": "SbbContainerElement",
44750
+ "declaration": {
44751
+ "name": "SbbContainerElement",
44752
+ "module": "container/container/container.component.js"
44753
+ }
44754
+ },
44755
+ {
44756
+ "kind": "custom-element-definition",
44757
+ "name": "sbb-container",
44758
+ "declaration": {
44759
+ "name": "SbbContainerElement",
44760
+ "module": "container/container/container.component.js"
44761
+ }
44762
+ }
44763
+ ]
44764
+ },
44614
44765
  {
44615
44766
  "kind": "javascript-module",
44616
44767
  "path": "container/sticky-bar/sticky-bar.component.js",
@@ -44994,157 +45145,6 @@
44994
45145
  }
44995
45146
  ]
44996
45147
  },
44997
- {
44998
- "kind": "javascript-module",
44999
- "path": "container/container/container.component.js",
45000
- "declarations": [
45001
- {
45002
- "kind": "class",
45003
- "description": "It displays its content with the default page spacing.",
45004
- "name": "SbbContainerElement",
45005
- "slots": [
45006
- {
45007
- "description": "Use the unnamed slot to add anything to the container.",
45008
- "name": ""
45009
- },
45010
- {
45011
- "description": "The slot used by the sbb-sticky-bar component.",
45012
- "name": "sticky-bar"
45013
- },
45014
- {
45015
- "description": "The slot used to slot an `sbb-image` to use as background.",
45016
- "name": "image"
45017
- }
45018
- ],
45019
- "members": [
45020
- {
45021
- "kind": "field",
45022
- "name": "expanded",
45023
- "type": {
45024
- "text": "boolean"
45025
- },
45026
- "privacy": "public",
45027
- "default": "false",
45028
- "description": "Whether the container is expanded.",
45029
- "attribute": "expanded",
45030
- "reflects": true
45031
- },
45032
- {
45033
- "kind": "field",
45034
- "name": "backgroundExpanded",
45035
- "type": {
45036
- "text": "boolean"
45037
- },
45038
- "privacy": "public",
45039
- "default": "false",
45040
- "description": "Whether the background color is shown on full container width on large screens.",
45041
- "attribute": "background-expanded",
45042
- "reflects": true
45043
- },
45044
- {
45045
- "kind": "field",
45046
- "name": "color",
45047
- "type": {
45048
- "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
45049
- },
45050
- "privacy": "public",
45051
- "default": "'white'",
45052
- "description": "Color of the container, like transparent, white etc.",
45053
- "attribute": "color",
45054
- "reflects": true
45055
- },
45056
- {
45057
- "kind": "method",
45058
- "name": "toggleState",
45059
- "privacy": "protected",
45060
- "return": {
45061
- "type": {
45062
- "text": "void"
45063
- }
45064
- },
45065
- "parameters": [
45066
- {
45067
- "name": "value",
45068
- "type": {
45069
- "text": "string"
45070
- }
45071
- },
45072
- {
45073
- "name": "force",
45074
- "optional": true,
45075
- "type": {
45076
- "text": "boolean"
45077
- }
45078
- }
45079
- ],
45080
- "inheritedFrom": {
45081
- "name": "SbbElementInternalsMixin",
45082
- "module": "core/mixins/element-internals-mixin.js"
45083
- }
45084
- }
45085
- ],
45086
- "attributes": [
45087
- {
45088
- "name": "expanded",
45089
- "type": {
45090
- "text": "boolean"
45091
- },
45092
- "default": "false",
45093
- "description": "Whether the container is expanded.",
45094
- "fieldName": "expanded"
45095
- },
45096
- {
45097
- "name": "background-expanded",
45098
- "type": {
45099
- "text": "boolean"
45100
- },
45101
- "default": "false",
45102
- "description": "Whether the background color is shown on full container width on large screens.",
45103
- "fieldName": "backgroundExpanded"
45104
- },
45105
- {
45106
- "name": "color",
45107
- "type": {
45108
- "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
45109
- },
45110
- "default": "'white'",
45111
- "description": "Color of the container, like transparent, white etc.",
45112
- "fieldName": "color"
45113
- }
45114
- ],
45115
- "mixins": [
45116
- {
45117
- "name": "SbbElementInternalsMixin",
45118
- "module": "core/mixins.js"
45119
- }
45120
- ],
45121
- "superclass": {
45122
- "name": "LitElement",
45123
- "package": "lit"
45124
- },
45125
- "tagName": "sbb-container",
45126
- "customElement": true
45127
- }
45128
- ],
45129
- "exports": [
45130
- {
45131
- "kind": "js",
45132
- "name": "SbbContainerElement",
45133
- "declaration": {
45134
- "name": "SbbContainerElement",
45135
- "module": "container/container/container.component.js"
45136
- }
45137
- },
45138
- {
45139
- "kind": "custom-element-definition",
45140
- "name": "sbb-container",
45141
- "declaration": {
45142
- "name": "SbbContainerElement",
45143
- "module": "container/container/container.component.js"
45144
- }
45145
- }
45146
- ]
45147
- },
45148
45148
  {
45149
45149
  "kind": "javascript-module",
45150
45150
  "path": "core/a11y/arrow-navigation.js",
@@ -75531,363 +75531,6 @@
75531
75531
  }
75532
75532
  ]
75533
75533
  },
75534
- {
75535
- "kind": "javascript-module",
75536
- "path": "header/common/header-action-common.js",
75537
- "declarations": [
75538
- {
75539
- "kind": "class",
75540
- "description": "",
75541
- "name": "SbbHeaderActionCommonElementMixinType",
75542
- "members": [
75543
- {
75544
- "kind": "field",
75545
- "name": "expandFrom",
75546
- "type": {
75547
- "text": "SbbHorizontalFrom"
75548
- },
75549
- "privacy": "public"
75550
- },
75551
- {
75552
- "kind": "field",
75553
- "name": "iconName",
75554
- "type": {
75555
- "text": "string"
75556
- },
75557
- "privacy": "public",
75558
- "default": "''",
75559
- "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.",
75560
- "attribute": "icon-name",
75561
- "inheritedFrom": {
75562
- "name": "SbbIconNameMixin",
75563
- "module": "icon/icon-name-mixin.js"
75564
- }
75565
- },
75566
- {
75567
- "kind": "method",
75568
- "name": "renderIconSlot",
75569
- "privacy": "protected",
75570
- "return": {
75571
- "type": {
75572
- "text": "TemplateResult"
75573
- }
75574
- },
75575
- "parameters": [
75576
- {
75577
- "name": "classname",
75578
- "optional": true,
75579
- "type": {
75580
- "text": "string"
75581
- }
75582
- }
75583
- ],
75584
- "inheritedFrom": {
75585
- "name": "SbbIconNameMixin",
75586
- "module": "icon/icon-name-mixin.js"
75587
- }
75588
- },
75589
- {
75590
- "kind": "method",
75591
- "name": "renderIconName",
75592
- "privacy": "protected",
75593
- "return": {
75594
- "type": {
75595
- "text": "string"
75596
- }
75597
- },
75598
- "inheritedFrom": {
75599
- "name": "SbbIconNameMixin",
75600
- "module": "icon/icon-name-mixin.js"
75601
- }
75602
- },
75603
- {
75604
- "kind": "method",
75605
- "name": "_renderIconName",
75606
- "privacy": "private",
75607
- "return": {
75608
- "type": {
75609
- "text": "string"
75610
- }
75611
- },
75612
- "inheritedFrom": {
75613
- "name": "SbbIconNameMixin",
75614
- "module": "icon/icon-name-mixin.js"
75615
- }
75616
- },
75617
- {
75618
- "kind": "method",
75619
- "name": "toggleState",
75620
- "privacy": "protected",
75621
- "return": {
75622
- "type": {
75623
- "text": "void"
75624
- }
75625
- },
75626
- "parameters": [
75627
- {
75628
- "name": "value",
75629
- "type": {
75630
- "text": "string"
75631
- }
75632
- },
75633
- {
75634
- "name": "force",
75635
- "optional": true,
75636
- "type": {
75637
- "text": "boolean"
75638
- }
75639
- }
75640
- ],
75641
- "inheritedFrom": {
75642
- "name": "SbbActionBaseElement",
75643
- "module": "core/base-elements/action-base-element.js"
75644
- }
75645
- },
75646
- {
75647
- "kind": "field",
75648
- "name": "maybeDisabled",
75649
- "type": {
75650
- "text": "boolean | undefined"
75651
- },
75652
- "privacy": "protected",
75653
- "readonly": true,
75654
- "inheritedFrom": {
75655
- "name": "SbbActionBaseElement",
75656
- "module": "core/base-elements/action-base-element.js"
75657
- }
75658
- },
75659
- {
75660
- "kind": "field",
75661
- "name": "maybeDisabledInteractive",
75662
- "type": {
75663
- "text": "boolean | undefined"
75664
- },
75665
- "privacy": "protected",
75666
- "readonly": true,
75667
- "inheritedFrom": {
75668
- "name": "SbbActionBaseElement",
75669
- "module": "core/base-elements/action-base-element.js"
75670
- }
75671
- },
75672
- {
75673
- "kind": "method",
75674
- "name": "setupBaseEventHandlers",
75675
- "privacy": "protected",
75676
- "return": {
75677
- "type": {
75678
- "text": "void"
75679
- }
75680
- },
75681
- "inheritedFrom": {
75682
- "name": "SbbActionBaseElement",
75683
- "module": "core/base-elements/action-base-element.js"
75684
- }
75685
- },
75686
- {
75687
- "kind": "method",
75688
- "name": "renderTemplate",
75689
- "privacy": "protected",
75690
- "return": {
75691
- "type": {
75692
- "text": "TemplateResult"
75693
- }
75694
- },
75695
- "description": "Override this method to render the component template.",
75696
- "inheritedFrom": {
75697
- "name": "SbbActionBaseElement",
75698
- "module": "core/base-elements/action-base-element.js"
75699
- }
75700
- }
75701
- ],
75702
- "mixins": [
75703
- {
75704
- "name": "SbbIconNameMixin",
75705
- "module": "icon.js"
75706
- }
75707
- ],
75708
- "superclass": {
75709
- "name": "SbbActionBaseElement",
75710
- "module": "core/base-elements.js"
75711
- },
75712
- "attributes": [
75713
- {
75714
- "name": "icon-name",
75715
- "type": {
75716
- "text": "string"
75717
- },
75718
- "default": "''",
75719
- "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.",
75720
- "fieldName": "iconName",
75721
- "inheritedFrom": {
75722
- "name": "SbbIconNameMixin",
75723
- "module": "icon/icon-name-mixin.js"
75724
- }
75725
- }
75726
- ]
75727
- },
75728
- {
75729
- "kind": "mixin",
75730
- "description": "",
75731
- "name": "SbbHeaderActionCommonElementMixin",
75732
- "members": [
75733
- {
75734
- "kind": "field",
75735
- "name": "styles",
75736
- "type": {
75737
- "text": "CSSResultGroup"
75738
- },
75739
- "privacy": "public",
75740
- "static": true,
75741
- "default": "[boxSizingStyles, style]"
75742
- },
75743
- {
75744
- "kind": "field",
75745
- "name": "expandFrom",
75746
- "type": {
75747
- "text": "SbbHorizontalFrom"
75748
- },
75749
- "privacy": "public",
75750
- "default": "'large'",
75751
- "description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
75752
- "attribute": "expand-from",
75753
- "reflects": true
75754
- },
75755
- {
75756
- "kind": "method",
75757
- "name": "renderTemplate",
75758
- "privacy": "protected",
75759
- "return": {
75760
- "type": {
75761
- "text": "TemplateResult"
75762
- }
75763
- }
75764
- },
75765
- {
75766
- "kind": "field",
75767
- "name": "iconName",
75768
- "type": {
75769
- "text": "string"
75770
- },
75771
- "privacy": "public",
75772
- "default": "''",
75773
- "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.",
75774
- "attribute": "icon-name",
75775
- "inheritedFrom": {
75776
- "name": "SbbIconNameMixin",
75777
- "module": "icon/icon-name-mixin.js"
75778
- }
75779
- },
75780
- {
75781
- "kind": "method",
75782
- "name": "renderIconSlot",
75783
- "privacy": "protected",
75784
- "return": {
75785
- "type": {
75786
- "text": "TemplateResult"
75787
- }
75788
- },
75789
- "parameters": [
75790
- {
75791
- "name": "classname",
75792
- "optional": true,
75793
- "type": {
75794
- "text": "string"
75795
- }
75796
- }
75797
- ],
75798
- "inheritedFrom": {
75799
- "name": "SbbIconNameMixin",
75800
- "module": "icon/icon-name-mixin.js"
75801
- }
75802
- },
75803
- {
75804
- "kind": "method",
75805
- "name": "renderIconName",
75806
- "privacy": "protected",
75807
- "return": {
75808
- "type": {
75809
- "text": "string"
75810
- }
75811
- },
75812
- "inheritedFrom": {
75813
- "name": "SbbIconNameMixin",
75814
- "module": "icon/icon-name-mixin.js"
75815
- }
75816
- },
75817
- {
75818
- "kind": "method",
75819
- "name": "_renderIconName",
75820
- "privacy": "private",
75821
- "return": {
75822
- "type": {
75823
- "text": "string"
75824
- }
75825
- },
75826
- "inheritedFrom": {
75827
- "name": "SbbIconNameMixin",
75828
- "module": "icon/icon-name-mixin.js"
75829
- }
75830
- }
75831
- ],
75832
- "attributes": [
75833
- {
75834
- "name": "expand-from",
75835
- "type": {
75836
- "text": "SbbHorizontalFrom"
75837
- },
75838
- "default": "'large'",
75839
- "description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
75840
- "fieldName": "expandFrom"
75841
- },
75842
- {
75843
- "name": "icon-name",
75844
- "type": {
75845
- "text": "string"
75846
- },
75847
- "default": "''",
75848
- "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.",
75849
- "fieldName": "iconName",
75850
- "inheritedFrom": {
75851
- "name": "SbbIconNameMixin",
75852
- "module": "icon/icon-name-mixin.js"
75853
- }
75854
- }
75855
- ],
75856
- "mixins": [
75857
- {
75858
- "name": "SbbIconNameMixin",
75859
- "module": "icon.js"
75860
- }
75861
- ],
75862
- "parameters": [
75863
- {
75864
- "name": "superClass",
75865
- "type": {
75866
- "text": "T"
75867
- }
75868
- }
75869
- ]
75870
- }
75871
- ],
75872
- "exports": [
75873
- {
75874
- "kind": "js",
75875
- "name": "SbbHeaderActionCommonElementMixinType",
75876
- "declaration": {
75877
- "name": "SbbHeaderActionCommonElementMixinType",
75878
- "module": "header/common/header-action-common.js"
75879
- }
75880
- },
75881
- {
75882
- "kind": "js",
75883
- "name": "SbbHeaderActionCommonElementMixin",
75884
- "declaration": {
75885
- "name": "SbbHeaderActionCommonElementMixin",
75886
- "module": "header/common/header-action-common.js"
75887
- }
75888
- }
75889
- ]
75890
- },
75891
75534
  {
75892
75535
  "kind": "javascript-module",
75893
75536
  "path": "form-field/form-field-clear/form-field-clear.component.js",
@@ -76501,78 +76144,435 @@
76501
76144
  ],
76502
76145
  "mixins": [
76503
76146
  {
76504
- "name": "SbbNegativeMixin",
76505
- "module": "core/mixins.js"
76147
+ "name": "SbbNegativeMixin",
76148
+ "module": "core/mixins.js"
76149
+ }
76150
+ ],
76151
+ "superclass": {
76152
+ "name": "SbbButtonBaseElement",
76153
+ "module": "core/base-elements.js"
76154
+ },
76155
+ "tagName": "sbb-form-field-clear",
76156
+ "customElement": true,
76157
+ "attributes": [
76158
+ {
76159
+ "name": "negative",
76160
+ "type": {
76161
+ "text": "boolean"
76162
+ },
76163
+ "default": "false",
76164
+ "description": "Negative coloring variant flag.",
76165
+ "fieldName": "negative",
76166
+ "inheritedFrom": {
76167
+ "name": "SbbNegativeMixin",
76168
+ "module": "core/mixins/negative-mixin.js"
76169
+ }
76170
+ },
76171
+ {
76172
+ "name": "value",
76173
+ "type": {
76174
+ "text": "string"
76175
+ },
76176
+ "default": "''",
76177
+ "description": "Value of the form element.",
76178
+ "fieldName": "value",
76179
+ "inheritedFrom": {
76180
+ "name": "SbbButtonBaseElement",
76181
+ "module": "core/base-elements/button-base-element.js"
76182
+ }
76183
+ },
76184
+ {
76185
+ "name": "type",
76186
+ "description": "The type attribute to use for the button.",
76187
+ "default": "'button'",
76188
+ "type": {
76189
+ "text": "SbbButtonType"
76190
+ },
76191
+ "fieldName": "type",
76192
+ "inheritedFrom": {
76193
+ "name": "SbbButtonBaseElement",
76194
+ "module": "core/base-elements/button-base-element.js"
76195
+ }
76196
+ },
76197
+ {
76198
+ "name": "form",
76199
+ "description": "The `<form>` element to associate the button with.",
76200
+ "type": {
76201
+ "text": "HTMLFormElement | null"
76202
+ },
76203
+ "fieldName": "form",
76204
+ "inheritedFrom": {
76205
+ "name": "SbbButtonBaseElement",
76206
+ "module": "core/base-elements/button-base-element.js"
76207
+ }
76208
+ },
76209
+ {
76210
+ "name": "name",
76211
+ "description": "Name of the form element. Will be read from name attribute.",
76212
+ "type": {
76213
+ "text": "string"
76214
+ },
76215
+ "fieldName": "name",
76216
+ "inheritedFrom": {
76217
+ "name": "SbbFormAssociatedMixin",
76218
+ "module": "core/mixins/form-associated-mixin.js"
76219
+ }
76220
+ }
76221
+ ]
76222
+ }
76223
+ ],
76224
+ "exports": [
76225
+ {
76226
+ "kind": "js",
76227
+ "name": "SbbFormFieldClearElement",
76228
+ "declaration": {
76229
+ "name": "SbbFormFieldClearElement",
76230
+ "module": "form-field/form-field-clear/form-field-clear.component.js"
76231
+ }
76232
+ },
76233
+ {
76234
+ "kind": "custom-element-definition",
76235
+ "name": "sbb-form-field-clear",
76236
+ "declaration": {
76237
+ "name": "SbbFormFieldClearElement",
76238
+ "module": "form-field/form-field-clear/form-field-clear.component.js"
76239
+ }
76240
+ }
76241
+ ]
76242
+ },
76243
+ {
76244
+ "kind": "javascript-module",
76245
+ "path": "header/common/header-action-common.js",
76246
+ "declarations": [
76247
+ {
76248
+ "kind": "class",
76249
+ "description": "",
76250
+ "name": "SbbHeaderActionCommonElementMixinType",
76251
+ "members": [
76252
+ {
76253
+ "kind": "field",
76254
+ "name": "expandFrom",
76255
+ "type": {
76256
+ "text": "SbbHorizontalFrom"
76257
+ },
76258
+ "privacy": "public"
76259
+ },
76260
+ {
76261
+ "kind": "field",
76262
+ "name": "iconName",
76263
+ "type": {
76264
+ "text": "string"
76265
+ },
76266
+ "privacy": "public",
76267
+ "default": "''",
76268
+ "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.",
76269
+ "attribute": "icon-name",
76270
+ "inheritedFrom": {
76271
+ "name": "SbbIconNameMixin",
76272
+ "module": "icon/icon-name-mixin.js"
76273
+ }
76274
+ },
76275
+ {
76276
+ "kind": "method",
76277
+ "name": "renderIconSlot",
76278
+ "privacy": "protected",
76279
+ "return": {
76280
+ "type": {
76281
+ "text": "TemplateResult"
76282
+ }
76283
+ },
76284
+ "parameters": [
76285
+ {
76286
+ "name": "classname",
76287
+ "optional": true,
76288
+ "type": {
76289
+ "text": "string"
76290
+ }
76291
+ }
76292
+ ],
76293
+ "inheritedFrom": {
76294
+ "name": "SbbIconNameMixin",
76295
+ "module": "icon/icon-name-mixin.js"
76296
+ }
76297
+ },
76298
+ {
76299
+ "kind": "method",
76300
+ "name": "renderIconName",
76301
+ "privacy": "protected",
76302
+ "return": {
76303
+ "type": {
76304
+ "text": "string"
76305
+ }
76306
+ },
76307
+ "inheritedFrom": {
76308
+ "name": "SbbIconNameMixin",
76309
+ "module": "icon/icon-name-mixin.js"
76310
+ }
76311
+ },
76312
+ {
76313
+ "kind": "method",
76314
+ "name": "_renderIconName",
76315
+ "privacy": "private",
76316
+ "return": {
76317
+ "type": {
76318
+ "text": "string"
76319
+ }
76320
+ },
76321
+ "inheritedFrom": {
76322
+ "name": "SbbIconNameMixin",
76323
+ "module": "icon/icon-name-mixin.js"
76324
+ }
76325
+ },
76326
+ {
76327
+ "kind": "method",
76328
+ "name": "toggleState",
76329
+ "privacy": "protected",
76330
+ "return": {
76331
+ "type": {
76332
+ "text": "void"
76333
+ }
76334
+ },
76335
+ "parameters": [
76336
+ {
76337
+ "name": "value",
76338
+ "type": {
76339
+ "text": "string"
76340
+ }
76341
+ },
76342
+ {
76343
+ "name": "force",
76344
+ "optional": true,
76345
+ "type": {
76346
+ "text": "boolean"
76347
+ }
76348
+ }
76349
+ ],
76350
+ "inheritedFrom": {
76351
+ "name": "SbbActionBaseElement",
76352
+ "module": "core/base-elements/action-base-element.js"
76353
+ }
76354
+ },
76355
+ {
76356
+ "kind": "field",
76357
+ "name": "maybeDisabled",
76358
+ "type": {
76359
+ "text": "boolean | undefined"
76360
+ },
76361
+ "privacy": "protected",
76362
+ "readonly": true,
76363
+ "inheritedFrom": {
76364
+ "name": "SbbActionBaseElement",
76365
+ "module": "core/base-elements/action-base-element.js"
76366
+ }
76367
+ },
76368
+ {
76369
+ "kind": "field",
76370
+ "name": "maybeDisabledInteractive",
76371
+ "type": {
76372
+ "text": "boolean | undefined"
76373
+ },
76374
+ "privacy": "protected",
76375
+ "readonly": true,
76376
+ "inheritedFrom": {
76377
+ "name": "SbbActionBaseElement",
76378
+ "module": "core/base-elements/action-base-element.js"
76379
+ }
76380
+ },
76381
+ {
76382
+ "kind": "method",
76383
+ "name": "setupBaseEventHandlers",
76384
+ "privacy": "protected",
76385
+ "return": {
76386
+ "type": {
76387
+ "text": "void"
76388
+ }
76389
+ },
76390
+ "inheritedFrom": {
76391
+ "name": "SbbActionBaseElement",
76392
+ "module": "core/base-elements/action-base-element.js"
76393
+ }
76394
+ },
76395
+ {
76396
+ "kind": "method",
76397
+ "name": "renderTemplate",
76398
+ "privacy": "protected",
76399
+ "return": {
76400
+ "type": {
76401
+ "text": "TemplateResult"
76402
+ }
76403
+ },
76404
+ "description": "Override this method to render the component template.",
76405
+ "inheritedFrom": {
76406
+ "name": "SbbActionBaseElement",
76407
+ "module": "core/base-elements/action-base-element.js"
76408
+ }
76409
+ }
76410
+ ],
76411
+ "mixins": [
76412
+ {
76413
+ "name": "SbbIconNameMixin",
76414
+ "module": "icon.js"
76506
76415
  }
76507
76416
  ],
76508
76417
  "superclass": {
76509
- "name": "SbbButtonBaseElement",
76418
+ "name": "SbbActionBaseElement",
76510
76419
  "module": "core/base-elements.js"
76511
76420
  },
76512
- "tagName": "sbb-form-field-clear",
76513
- "customElement": true,
76514
76421
  "attributes": [
76515
76422
  {
76516
- "name": "negative",
76423
+ "name": "icon-name",
76517
76424
  "type": {
76518
- "text": "boolean"
76425
+ "text": "string"
76519
76426
  },
76520
- "default": "false",
76521
- "description": "Negative coloring variant flag.",
76522
- "fieldName": "negative",
76427
+ "default": "''",
76428
+ "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.",
76429
+ "fieldName": "iconName",
76523
76430
  "inheritedFrom": {
76524
- "name": "SbbNegativeMixin",
76525
- "module": "core/mixins/negative-mixin.js"
76431
+ "name": "SbbIconNameMixin",
76432
+ "module": "icon/icon-name-mixin.js"
76526
76433
  }
76434
+ }
76435
+ ]
76436
+ },
76437
+ {
76438
+ "kind": "mixin",
76439
+ "description": "",
76440
+ "name": "SbbHeaderActionCommonElementMixin",
76441
+ "members": [
76442
+ {
76443
+ "kind": "field",
76444
+ "name": "styles",
76445
+ "type": {
76446
+ "text": "CSSResultGroup"
76447
+ },
76448
+ "privacy": "public",
76449
+ "static": true,
76450
+ "default": "[boxSizingStyles, style]"
76527
76451
  },
76528
76452
  {
76529
- "name": "value",
76453
+ "kind": "field",
76454
+ "name": "expandFrom",
76455
+ "type": {
76456
+ "text": "SbbHorizontalFrom"
76457
+ },
76458
+ "privacy": "public",
76459
+ "default": "'large'",
76460
+ "description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
76461
+ "attribute": "expand-from",
76462
+ "reflects": true
76463
+ },
76464
+ {
76465
+ "kind": "method",
76466
+ "name": "renderTemplate",
76467
+ "privacy": "protected",
76468
+ "return": {
76469
+ "type": {
76470
+ "text": "TemplateResult"
76471
+ }
76472
+ }
76473
+ },
76474
+ {
76475
+ "kind": "field",
76476
+ "name": "iconName",
76530
76477
  "type": {
76531
76478
  "text": "string"
76532
76479
  },
76480
+ "privacy": "public",
76533
76481
  "default": "''",
76534
- "description": "Value of the form element.",
76535
- "fieldName": "value",
76482
+ "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.",
76483
+ "attribute": "icon-name",
76536
76484
  "inheritedFrom": {
76537
- "name": "SbbButtonBaseElement",
76538
- "module": "core/base-elements/button-base-element.js"
76485
+ "name": "SbbIconNameMixin",
76486
+ "module": "icon/icon-name-mixin.js"
76539
76487
  }
76540
76488
  },
76541
76489
  {
76542
- "name": "type",
76543
- "description": "The type attribute to use for the button.",
76544
- "default": "'button'",
76545
- "type": {
76546
- "text": "SbbButtonType"
76490
+ "kind": "method",
76491
+ "name": "renderIconSlot",
76492
+ "privacy": "protected",
76493
+ "return": {
76494
+ "type": {
76495
+ "text": "TemplateResult"
76496
+ }
76547
76497
  },
76548
- "fieldName": "type",
76498
+ "parameters": [
76499
+ {
76500
+ "name": "classname",
76501
+ "optional": true,
76502
+ "type": {
76503
+ "text": "string"
76504
+ }
76505
+ }
76506
+ ],
76549
76507
  "inheritedFrom": {
76550
- "name": "SbbButtonBaseElement",
76551
- "module": "core/base-elements/button-base-element.js"
76508
+ "name": "SbbIconNameMixin",
76509
+ "module": "icon/icon-name-mixin.js"
76552
76510
  }
76553
76511
  },
76554
76512
  {
76555
- "name": "form",
76556
- "description": "The `<form>` element to associate the button with.",
76557
- "type": {
76558
- "text": "HTMLFormElement | null"
76513
+ "kind": "method",
76514
+ "name": "renderIconName",
76515
+ "privacy": "protected",
76516
+ "return": {
76517
+ "type": {
76518
+ "text": "string"
76519
+ }
76559
76520
  },
76560
- "fieldName": "form",
76561
76521
  "inheritedFrom": {
76562
- "name": "SbbButtonBaseElement",
76563
- "module": "core/base-elements/button-base-element.js"
76522
+ "name": "SbbIconNameMixin",
76523
+ "module": "icon/icon-name-mixin.js"
76564
76524
  }
76565
76525
  },
76566
76526
  {
76567
- "name": "name",
76568
- "description": "Name of the form element. Will be read from name attribute.",
76527
+ "kind": "method",
76528
+ "name": "_renderIconName",
76529
+ "privacy": "private",
76530
+ "return": {
76531
+ "type": {
76532
+ "text": "string"
76533
+ }
76534
+ },
76535
+ "inheritedFrom": {
76536
+ "name": "SbbIconNameMixin",
76537
+ "module": "icon/icon-name-mixin.js"
76538
+ }
76539
+ }
76540
+ ],
76541
+ "attributes": [
76542
+ {
76543
+ "name": "expand-from",
76544
+ "type": {
76545
+ "text": "SbbHorizontalFrom"
76546
+ },
76547
+ "default": "'large'",
76548
+ "description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
76549
+ "fieldName": "expandFrom"
76550
+ },
76551
+ {
76552
+ "name": "icon-name",
76569
76553
  "type": {
76570
76554
  "text": "string"
76571
76555
  },
76572
- "fieldName": "name",
76556
+ "default": "''",
76557
+ "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.",
76558
+ "fieldName": "iconName",
76573
76559
  "inheritedFrom": {
76574
- "name": "SbbFormAssociatedMixin",
76575
- "module": "core/mixins/form-associated-mixin.js"
76560
+ "name": "SbbIconNameMixin",
76561
+ "module": "icon/icon-name-mixin.js"
76562
+ }
76563
+ }
76564
+ ],
76565
+ "mixins": [
76566
+ {
76567
+ "name": "SbbIconNameMixin",
76568
+ "module": "icon.js"
76569
+ }
76570
+ ],
76571
+ "parameters": [
76572
+ {
76573
+ "name": "superClass",
76574
+ "type": {
76575
+ "text": "T"
76576
76576
  }
76577
76577
  }
76578
76578
  ]
@@ -76581,18 +76581,18 @@
76581
76581
  "exports": [
76582
76582
  {
76583
76583
  "kind": "js",
76584
- "name": "SbbFormFieldClearElement",
76584
+ "name": "SbbHeaderActionCommonElementMixinType",
76585
76585
  "declaration": {
76586
- "name": "SbbFormFieldClearElement",
76587
- "module": "form-field/form-field-clear/form-field-clear.component.js"
76586
+ "name": "SbbHeaderActionCommonElementMixinType",
76587
+ "module": "header/common/header-action-common.js"
76588
76588
  }
76589
76589
  },
76590
76590
  {
76591
- "kind": "custom-element-definition",
76592
- "name": "sbb-form-field-clear",
76591
+ "kind": "js",
76592
+ "name": "SbbHeaderActionCommonElementMixin",
76593
76593
  "declaration": {
76594
- "name": "SbbFormFieldClearElement",
76595
- "module": "form-field/form-field-clear/form-field-clear.component.js"
76594
+ "name": "SbbHeaderActionCommonElementMixin",
76595
+ "module": "header/common/header-action-common.js"
76596
76596
  }
76597
76597
  }
76598
76598
  ]
@@ -79188,6 +79188,48 @@
79188
79188
  }
79189
79189
  ]
79190
79190
  },
79191
+ {
79192
+ "kind": "javascript-module",
79193
+ "path": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js",
79194
+ "declarations": [
79195
+ {
79196
+ "kind": "class",
79197
+ "description": "Container for the icon sidebar content. Intended to be placed inside an `sbb-icon-sidebar-container` element.",
79198
+ "name": "SbbIconSidebarContentElement",
79199
+ "slots": [
79200
+ {
79201
+ "description": "Use the unnamed slot to add any content elements.",
79202
+ "name": ""
79203
+ }
79204
+ ],
79205
+ "members": [],
79206
+ "superclass": {
79207
+ "name": "LitElement",
79208
+ "package": "lit"
79209
+ },
79210
+ "tagName": "sbb-icon-sidebar-content",
79211
+ "customElement": true
79212
+ }
79213
+ ],
79214
+ "exports": [
79215
+ {
79216
+ "kind": "js",
79217
+ "name": "SbbIconSidebarContentElement",
79218
+ "declaration": {
79219
+ "name": "SbbIconSidebarContentElement",
79220
+ "module": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js"
79221
+ }
79222
+ },
79223
+ {
79224
+ "kind": "custom-element-definition",
79225
+ "name": "sbb-icon-sidebar-content",
79226
+ "declaration": {
79227
+ "name": "SbbIconSidebarContentElement",
79228
+ "module": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js"
79229
+ }
79230
+ }
79231
+ ]
79232
+ },
79191
79233
  {
79192
79234
  "kind": "javascript-module",
79193
79235
  "path": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js",
@@ -79261,48 +79303,6 @@
79261
79303
  }
79262
79304
  ]
79263
79305
  },
79264
- {
79265
- "kind": "javascript-module",
79266
- "path": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js",
79267
- "declarations": [
79268
- {
79269
- "kind": "class",
79270
- "description": "Container for the icon sidebar content. Intended to be placed inside an `sbb-icon-sidebar-container` element.",
79271
- "name": "SbbIconSidebarContentElement",
79272
- "slots": [
79273
- {
79274
- "description": "Use the unnamed slot to add any content elements.",
79275
- "name": ""
79276
- }
79277
- ],
79278
- "members": [],
79279
- "superclass": {
79280
- "name": "LitElement",
79281
- "package": "lit"
79282
- },
79283
- "tagName": "sbb-icon-sidebar-content",
79284
- "customElement": true
79285
- }
79286
- ],
79287
- "exports": [
79288
- {
79289
- "kind": "js",
79290
- "name": "SbbIconSidebarContentElement",
79291
- "declaration": {
79292
- "name": "SbbIconSidebarContentElement",
79293
- "module": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js"
79294
- }
79295
- },
79296
- {
79297
- "kind": "custom-element-definition",
79298
- "name": "sbb-icon-sidebar-content",
79299
- "declaration": {
79300
- "name": "SbbIconSidebarContentElement",
79301
- "module": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js"
79302
- }
79303
- }
79304
- ]
79305
- },
79306
79306
  {
79307
79307
  "kind": "javascript-module",
79308
79308
  "path": "icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-dev",
3
- "version": "4.5.1-dev.1771924969",
3
+ "version": "4.5.1-dev.1771973815",
4
4
  "description": "Lyne Design System",
5
5
  "keywords": [
6
6
  "design system",
7
7
  "web components",
8
8
  "lit",
9
9
  "storybook",
10
- "https://github.com/sbb-design-systems/lyne-components/commit/63b3a8268fde1b98d468665fdc1034c77babc7b4"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/fd39eab2c1244fe0b4925ae9df3db430cdac1da5"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {