@sbb-esta/lyne-elements 4.2.0 → 4.3.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 (109) hide show
  1. package/accordion/accordion.component.d.ts.map +1 -1
  2. package/accordion/accordion.component.js +12 -16
  3. package/action-group/action-group.component.d.ts.map +1 -1
  4. package/action-group/action-group.component.js +18 -21
  5. package/autocomplete/autocomplete-base-element.d.ts.map +1 -1
  6. package/autocomplete/autocomplete-base-element.js +25 -26
  7. package/autocomplete/autocomplete.component.d.ts.map +1 -1
  8. package/autocomplete/autocomplete.component.js +1 -1
  9. package/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts +3 -1
  10. package/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts.map +1 -1
  11. package/breadcrumb/breadcrumb-group/breadcrumb-group.component.js +45 -52
  12. package/button/common.d.ts.map +1 -1
  13. package/button/common.js +5 -4
  14. package/button/mini-button/mini-button.component.d.ts +2 -2
  15. package/button/mini-button/mini-button.component.d.ts.map +1 -1
  16. package/button/mini-button/mini-button.component.js +22 -20
  17. package/button/mini-button-group/mini-button-group.component.d.ts.map +1 -1
  18. package/button/mini-button-group/mini-button-group.component.js +14 -10
  19. package/button/mini-button-link/mini-button-link.component.d.ts +21 -0
  20. package/button/mini-button-link/mini-button-link.component.d.ts.map +1 -0
  21. package/button/mini-button-link/mini-button-link.component.js +35 -0
  22. package/button/mini-button-link.d.ts +5 -0
  23. package/button/mini-button-link.d.ts.map +1 -0
  24. package/button/mini-button-link.js +4 -0
  25. package/button.d.ts +1 -0
  26. package/button.d.ts.map +1 -1
  27. package/button.js +28 -25
  28. package/chip/chip-group/chip-group.component.d.ts +2 -5
  29. package/chip/chip-group/chip-group.component.d.ts.map +1 -1
  30. package/chip/chip-group/chip-group.component.js +70 -68
  31. package/core/controllers/media-matchers-controller.js +2 -2
  32. package/core/styles/core.scss +19 -0
  33. package/core.css +28 -0
  34. package/custom-elements.json +1003 -312
  35. package/development/accordion/accordion.component.d.ts.map +1 -1
  36. package/development/accordion/accordion.component.js +2 -6
  37. package/development/action-group/action-group.component.d.ts.map +1 -1
  38. package/development/action-group/action-group.component.js +13 -22
  39. package/development/autocomplete/autocomplete-base-element.d.ts.map +1 -1
  40. package/development/autocomplete/autocomplete-base-element.js +4 -2
  41. package/development/autocomplete/autocomplete.component.d.ts.map +1 -1
  42. package/development/autocomplete/autocomplete.component.js +2 -2
  43. package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts +3 -1
  44. package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts.map +1 -1
  45. package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.js +26 -29
  46. package/development/button/common.d.ts.map +1 -1
  47. package/development/button/common.js +3 -2
  48. package/development/button/mini-button/mini-button.component.d.ts +2 -2
  49. package/development/button/mini-button/mini-button.component.d.ts.map +1 -1
  50. package/development/button/mini-button/mini-button.component.js +7 -35
  51. package/development/button/mini-button-group/mini-button-group.component.d.ts.map +1 -1
  52. package/development/button/mini-button-group/mini-button-group.component.js +8 -4
  53. package/development/button/mini-button-link/mini-button-link.component.d.ts +21 -0
  54. package/development/button/mini-button-link/mini-button-link.component.d.ts.map +1 -0
  55. package/development/button/mini-button-link/mini-button-link.component.js +47 -0
  56. package/development/button/mini-button-link.d.ts +5 -0
  57. package/development/button/mini-button-link.d.ts.map +1 -0
  58. package/development/button/mini-button-link.js +5 -0
  59. package/development/button.d.ts +1 -0
  60. package/development/button.d.ts.map +1 -1
  61. package/development/button.js +6 -3
  62. package/development/chip/chip-group/chip-group.component.d.ts +2 -5
  63. package/development/chip/chip-group/chip-group.component.d.ts.map +1 -1
  64. package/development/chip/chip-group/chip-group.component.js +78 -14
  65. package/development/core/controllers/media-matchers-controller.js +1 -1
  66. package/development/dialog/dialog-actions/dialog-actions.component.js +2 -1
  67. package/development/divider/divider.component.d.ts +2 -2
  68. package/development/divider/divider.component.d.ts.map +1 -1
  69. package/development/divider/divider.component.js +4 -6
  70. package/development/expansion-panel/expansion-panel/expansion-panel.component.d.ts.map +1 -1
  71. package/development/expansion-panel/expansion-panel/expansion-panel.component.js +39 -34
  72. package/development/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts.map +1 -1
  73. package/development/expansion-panel/expansion-panel-content/expansion-panel-content.component.js +15 -13
  74. package/development/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +23 -21
  75. package/development/form-field/form-field/form-field.component.d.ts +2 -0
  76. package/development/form-field/form-field/form-field.component.d.ts.map +1 -1
  77. package/development/form-field/form-field/form-field.component.js +6 -2
  78. package/development/image/image.component.js +1 -1
  79. package/development/lead-container/lead-container.component.d.ts +3 -1
  80. package/development/lead-container/lead-container.component.d.ts.map +1 -1
  81. package/development/lead-container/lead-container.component.js +7 -2
  82. package/development/{mini-button-common-CWTMR_Lu.js → mini-button-label-common-DzMdb-kV.js} +37 -3
  83. package/development/navigation/navigation-section/navigation-section.component.js +4 -4
  84. package/development/{sbb-tokens-CZCt5L4q.js → sbb-tokens-DQT_xEIZ.js} +7 -7
  85. package/dialog/dialog-actions/dialog-actions.component.js +1 -1
  86. package/divider/divider.component.d.ts +2 -2
  87. package/divider/divider.component.d.ts.map +1 -1
  88. package/divider/divider.component.js +12 -12
  89. package/expansion-panel/expansion-panel/expansion-panel.component.d.ts.map +1 -1
  90. package/expansion-panel/expansion-panel/expansion-panel.component.js +31 -31
  91. package/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts.map +1 -1
  92. package/expansion-panel/expansion-panel-content/expansion-panel-content.component.js +10 -14
  93. package/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +19 -19
  94. package/form-field/form-field/form-field.component.d.ts +2 -0
  95. package/form-field/form-field/form-field.component.d.ts.map +1 -1
  96. package/form-field/form-field/form-field.component.js +5 -1
  97. package/image/image.component.js +1 -1
  98. package/index.d.ts +2 -0
  99. package/index.js +2 -0
  100. package/lead-container/lead-container.component.d.ts +3 -1
  101. package/lead-container/lead-container.component.d.ts.map +1 -1
  102. package/lead-container/lead-container.component.js +9 -8
  103. package/{mini-button-common-Bb4ri3Rn.js → mini-button-label-common-ps7PVXtB.js} +4 -3
  104. package/navigation/navigation-section/navigation-section.component.js +1 -1
  105. package/off-brand-theme.css +28 -0
  106. package/package.json +6 -1
  107. package/safety-theme.css +28 -0
  108. package/{sbb-tokens-DruExozg.js → sbb-tokens-HiNSQasB.js} +6 -6
  109. package/standard-theme.css +28 -0
@@ -146,6 +146,14 @@
146
146
  "module": "button/mini-button.js"
147
147
  }
148
148
  },
149
+ {
150
+ "kind": "js",
151
+ "name": "*",
152
+ "declaration": {
153
+ "name": "*",
154
+ "module": "button/mini-button-link.js"
155
+ }
156
+ },
149
157
  {
150
158
  "kind": "js",
151
159
  "name": "*",
@@ -4748,6 +4756,14 @@
4748
4756
  "name": "default",
4749
4757
  "module": "./common/mini-button-common.scss?lit&inline"
4750
4758
  }
4759
+ },
4760
+ {
4761
+ "kind": "js",
4762
+ "name": "miniButtonLabelStyle",
4763
+ "declaration": {
4764
+ "name": "default",
4765
+ "module": "./common/mini-button-label-common.scss?lit&inline"
4766
+ }
4751
4767
  }
4752
4768
  ]
4753
4769
  },
@@ -4766,6 +4782,21 @@
4766
4782
  }
4767
4783
  ]
4768
4784
  },
4785
+ {
4786
+ "kind": "javascript-module",
4787
+ "path": "button/mini-button-link.js",
4788
+ "declarations": [],
4789
+ "exports": [
4790
+ {
4791
+ "kind": "js",
4792
+ "name": "*",
4793
+ "declaration": {
4794
+ "name": "*",
4795
+ "module": "button/mini-button-link/mini-button-link.component.js"
4796
+ }
4797
+ }
4798
+ ]
4799
+ },
4769
4800
  {
4770
4801
  "kind": "javascript-module",
4771
4802
  "path": "button/mini-button.js",
@@ -9595,7 +9626,7 @@
9595
9626
  "declarations": [
9596
9627
  {
9597
9628
  "kind": "class",
9598
- "description": "It displays a divider between sections.",
9629
+ "description": "Displays a divider between sections.",
9599
9630
  "name": "SbbDividerElement",
9600
9631
  "members": [
9601
9632
  {
@@ -11686,252 +11717,288 @@
11686
11717
  "name": "image"
11687
11718
  }
11688
11719
  ],
11689
- "members": [],
11690
- "superclass": {
11691
- "name": "LitElement",
11692
- "package": "lit"
11693
- },
11694
- "tagName": "sbb-lead-container",
11695
- "customElement": true
11696
- }
11697
- ],
11698
- "exports": [
11699
- {
11700
- "kind": "js",
11701
- "name": "SbbLeadContainerElement",
11702
- "declaration": {
11703
- "name": "SbbLeadContainerElement",
11704
- "module": "lead-container/lead-container.component.js"
11705
- }
11706
- },
11707
- {
11708
- "kind": "custom-element-definition",
11709
- "name": "sbb-lead-container",
11710
- "declaration": {
11711
- "name": "SbbLeadContainerElement",
11712
- "module": "lead-container/lead-container.component.js"
11713
- }
11714
- }
11715
- ]
11716
- },
11717
- {
11718
- "kind": "javascript-module",
11719
- "path": "link/block-link-button.js",
11720
- "declarations": [],
11721
- "exports": [
11722
- {
11723
- "kind": "js",
11724
- "name": "*",
11725
- "declaration": {
11726
- "name": "*",
11727
- "module": "link/block-link-button/block-link-button.component.js"
11728
- }
11729
- }
11730
- ]
11731
- },
11732
- {
11733
- "kind": "javascript-module",
11734
- "path": "link/block-link-static.js",
11735
- "declarations": [],
11736
- "exports": [
11737
- {
11738
- "kind": "js",
11739
- "name": "*",
11740
- "declaration": {
11741
- "name": "*",
11742
- "module": "link/block-link-static/block-link-static.component.js"
11743
- }
11744
- }
11745
- ]
11746
- },
11747
- {
11748
- "kind": "javascript-module",
11749
- "path": "link/block-link.js",
11750
- "declarations": [],
11751
- "exports": [
11752
- {
11753
- "kind": "js",
11754
- "name": "*",
11755
- "declaration": {
11756
- "name": "*",
11757
- "module": "link/block-link/block-link.component.js"
11758
- }
11759
- }
11760
- ]
11761
- },
11762
- {
11763
- "kind": "javascript-module",
11764
- "path": "link/common.js",
11765
- "declarations": [],
11766
- "exports": [
11767
- {
11768
- "kind": "js",
11769
- "name": "*",
11770
- "declaration": {
11771
- "name": "*",
11772
- "module": "link/common/block-link-common.js"
11773
- }
11774
- },
11775
- {
11776
- "kind": "js",
11777
- "name": "*",
11778
- "declaration": {
11779
- "name": "*",
11780
- "module": "link/common/inline-link-common.js"
11781
- }
11782
- },
11783
- {
11784
- "kind": "js",
11785
- "name": "*",
11786
- "declaration": {
11787
- "name": "*",
11788
- "module": "link/common/link-common.js"
11789
- }
11790
- }
11791
- ]
11792
- },
11793
- {
11794
- "kind": "javascript-module",
11795
- "path": "link/link-button.js",
11796
- "declarations": [],
11797
- "exports": [
11798
- {
11799
- "kind": "js",
11800
- "name": "*",
11801
- "declaration": {
11802
- "name": "*",
11803
- "module": "link/link-button/link-button.component.js"
11804
- }
11805
- }
11806
- ]
11807
- },
11808
- {
11809
- "kind": "javascript-module",
11810
- "path": "link/link-static.js",
11811
- "declarations": [],
11812
- "exports": [
11813
- {
11814
- "kind": "js",
11815
- "name": "*",
11816
- "declaration": {
11817
- "name": "*",
11818
- "module": "link/link-static/link-static.component.js"
11819
- }
11820
- }
11821
- ]
11822
- },
11823
- {
11824
- "kind": "javascript-module",
11825
- "path": "link/link.js",
11826
- "declarations": [],
11827
- "exports": [
11828
- {
11829
- "kind": "js",
11830
- "name": "*",
11831
- "declaration": {
11832
- "name": "*",
11833
- "module": "link/link/link.component.js"
11834
- }
11835
- }
11836
- ]
11837
- },
11838
- {
11839
- "kind": "javascript-module",
11840
- "path": "link-list/common.js",
11841
- "declarations": [],
11842
- "exports": [
11843
- {
11844
- "kind": "js",
11845
- "name": "*",
11846
- "declaration": {
11847
- "name": "*",
11848
- "module": "link-list/common/link-list-base.js"
11849
- }
11850
- },
11851
- {
11852
- "kind": "js",
11853
- "name": "linkListBaseStyle",
11854
- "declaration": {
11855
- "name": "default",
11856
- "module": "./common/link-list-base.scss?lit&inline"
11857
- }
11858
- }
11859
- ]
11860
- },
11861
- {
11862
- "kind": "javascript-module",
11863
- "path": "link-list/link-list-anchor.js",
11864
- "declarations": [],
11865
- "exports": [
11866
- {
11867
- "kind": "js",
11868
- "name": "*",
11869
- "declaration": {
11870
- "name": "*",
11871
- "module": "link-list/link-list-anchor/link-list-anchor.component.js"
11872
- }
11873
- }
11874
- ]
11875
- },
11876
- {
11877
- "kind": "javascript-module",
11878
- "path": "link-list/link-list.js",
11879
- "declarations": [],
11880
- "exports": [
11881
- {
11882
- "kind": "js",
11883
- "name": "*",
11884
- "declaration": {
11885
- "name": "*",
11886
- "module": "link-list/link-list/link-list.component.js"
11887
- }
11888
- }
11889
- ]
11890
- },
11891
- {
11892
- "kind": "javascript-module",
11893
- "path": "loading-indicator/loading-indicator.component.js",
11894
- "declarations": [
11895
- {
11896
- "kind": "class",
11897
- "description": "It displays a loading indicator.",
11898
- "name": "SbbLoadingIndicatorElement",
11899
11720
  "members": [
11900
- {
11901
- "kind": "field",
11902
- "name": "role",
11903
- "type": {
11904
- "text": "string"
11905
- },
11906
- "privacy": "public",
11907
- "static": true,
11908
- "readonly": true,
11909
- "default": "'progressbar'"
11910
- },
11911
- {
11912
- "kind": "field",
11913
- "name": "size",
11914
- "type": {
11915
- "text": "'s' | 'l' | 'xl' | 'xxl' | 'xxxl'"
11916
- },
11917
- "privacy": "public",
11918
- "default": "'s'",
11919
- "description": "Size variant, either s or m.",
11920
- "attribute": "size",
11921
- "reflects": true
11922
- },
11923
- {
11924
- "kind": "field",
11925
- "name": "color",
11926
- "type": {
11927
- "text": "'default' | 'smoke' | 'white'"
11928
- },
11929
- "privacy": "public",
11930
- "default": "'default'",
11931
- "description": "Color variant.",
11932
- "attribute": "color",
11933
- "reflects": true
11934
- },
11721
+ {
11722
+ "kind": "method",
11723
+ "name": "toggleState",
11724
+ "privacy": "protected",
11725
+ "return": {
11726
+ "type": {
11727
+ "text": "void"
11728
+ }
11729
+ },
11730
+ "parameters": [
11731
+ {
11732
+ "name": "value",
11733
+ "type": {
11734
+ "text": "string"
11735
+ }
11736
+ },
11737
+ {
11738
+ "name": "force",
11739
+ "optional": true,
11740
+ "type": {
11741
+ "text": "boolean"
11742
+ }
11743
+ }
11744
+ ],
11745
+ "inheritedFrom": {
11746
+ "name": "SbbElementInternalsMixin",
11747
+ "module": "core/mixins/element-internals-mixin.js"
11748
+ }
11749
+ }
11750
+ ],
11751
+ "mixins": [
11752
+ {
11753
+ "name": "SbbElementInternalsMixin",
11754
+ "module": "core/mixins/element-internals-mixin.js"
11755
+ }
11756
+ ],
11757
+ "superclass": {
11758
+ "name": "LitElement",
11759
+ "package": "lit"
11760
+ },
11761
+ "tagName": "sbb-lead-container",
11762
+ "customElement": true
11763
+ }
11764
+ ],
11765
+ "exports": [
11766
+ {
11767
+ "kind": "js",
11768
+ "name": "SbbLeadContainerElement",
11769
+ "declaration": {
11770
+ "name": "SbbLeadContainerElement",
11771
+ "module": "lead-container/lead-container.component.js"
11772
+ }
11773
+ },
11774
+ {
11775
+ "kind": "custom-element-definition",
11776
+ "name": "sbb-lead-container",
11777
+ "declaration": {
11778
+ "name": "SbbLeadContainerElement",
11779
+ "module": "lead-container/lead-container.component.js"
11780
+ }
11781
+ }
11782
+ ]
11783
+ },
11784
+ {
11785
+ "kind": "javascript-module",
11786
+ "path": "link/block-link-button.js",
11787
+ "declarations": [],
11788
+ "exports": [
11789
+ {
11790
+ "kind": "js",
11791
+ "name": "*",
11792
+ "declaration": {
11793
+ "name": "*",
11794
+ "module": "link/block-link-button/block-link-button.component.js"
11795
+ }
11796
+ }
11797
+ ]
11798
+ },
11799
+ {
11800
+ "kind": "javascript-module",
11801
+ "path": "link/block-link-static.js",
11802
+ "declarations": [],
11803
+ "exports": [
11804
+ {
11805
+ "kind": "js",
11806
+ "name": "*",
11807
+ "declaration": {
11808
+ "name": "*",
11809
+ "module": "link/block-link-static/block-link-static.component.js"
11810
+ }
11811
+ }
11812
+ ]
11813
+ },
11814
+ {
11815
+ "kind": "javascript-module",
11816
+ "path": "link/block-link.js",
11817
+ "declarations": [],
11818
+ "exports": [
11819
+ {
11820
+ "kind": "js",
11821
+ "name": "*",
11822
+ "declaration": {
11823
+ "name": "*",
11824
+ "module": "link/block-link/block-link.component.js"
11825
+ }
11826
+ }
11827
+ ]
11828
+ },
11829
+ {
11830
+ "kind": "javascript-module",
11831
+ "path": "link/common.js",
11832
+ "declarations": [],
11833
+ "exports": [
11834
+ {
11835
+ "kind": "js",
11836
+ "name": "*",
11837
+ "declaration": {
11838
+ "name": "*",
11839
+ "module": "link/common/block-link-common.js"
11840
+ }
11841
+ },
11842
+ {
11843
+ "kind": "js",
11844
+ "name": "*",
11845
+ "declaration": {
11846
+ "name": "*",
11847
+ "module": "link/common/inline-link-common.js"
11848
+ }
11849
+ },
11850
+ {
11851
+ "kind": "js",
11852
+ "name": "*",
11853
+ "declaration": {
11854
+ "name": "*",
11855
+ "module": "link/common/link-common.js"
11856
+ }
11857
+ }
11858
+ ]
11859
+ },
11860
+ {
11861
+ "kind": "javascript-module",
11862
+ "path": "link/link-button.js",
11863
+ "declarations": [],
11864
+ "exports": [
11865
+ {
11866
+ "kind": "js",
11867
+ "name": "*",
11868
+ "declaration": {
11869
+ "name": "*",
11870
+ "module": "link/link-button/link-button.component.js"
11871
+ }
11872
+ }
11873
+ ]
11874
+ },
11875
+ {
11876
+ "kind": "javascript-module",
11877
+ "path": "link/link-static.js",
11878
+ "declarations": [],
11879
+ "exports": [
11880
+ {
11881
+ "kind": "js",
11882
+ "name": "*",
11883
+ "declaration": {
11884
+ "name": "*",
11885
+ "module": "link/link-static/link-static.component.js"
11886
+ }
11887
+ }
11888
+ ]
11889
+ },
11890
+ {
11891
+ "kind": "javascript-module",
11892
+ "path": "link/link.js",
11893
+ "declarations": [],
11894
+ "exports": [
11895
+ {
11896
+ "kind": "js",
11897
+ "name": "*",
11898
+ "declaration": {
11899
+ "name": "*",
11900
+ "module": "link/link/link.component.js"
11901
+ }
11902
+ }
11903
+ ]
11904
+ },
11905
+ {
11906
+ "kind": "javascript-module",
11907
+ "path": "link-list/common.js",
11908
+ "declarations": [],
11909
+ "exports": [
11910
+ {
11911
+ "kind": "js",
11912
+ "name": "*",
11913
+ "declaration": {
11914
+ "name": "*",
11915
+ "module": "link-list/common/link-list-base.js"
11916
+ }
11917
+ },
11918
+ {
11919
+ "kind": "js",
11920
+ "name": "linkListBaseStyle",
11921
+ "declaration": {
11922
+ "name": "default",
11923
+ "module": "./common/link-list-base.scss?lit&inline"
11924
+ }
11925
+ }
11926
+ ]
11927
+ },
11928
+ {
11929
+ "kind": "javascript-module",
11930
+ "path": "link-list/link-list-anchor.js",
11931
+ "declarations": [],
11932
+ "exports": [
11933
+ {
11934
+ "kind": "js",
11935
+ "name": "*",
11936
+ "declaration": {
11937
+ "name": "*",
11938
+ "module": "link-list/link-list-anchor/link-list-anchor.component.js"
11939
+ }
11940
+ }
11941
+ ]
11942
+ },
11943
+ {
11944
+ "kind": "javascript-module",
11945
+ "path": "link-list/link-list.js",
11946
+ "declarations": [],
11947
+ "exports": [
11948
+ {
11949
+ "kind": "js",
11950
+ "name": "*",
11951
+ "declaration": {
11952
+ "name": "*",
11953
+ "module": "link-list/link-list/link-list.component.js"
11954
+ }
11955
+ }
11956
+ ]
11957
+ },
11958
+ {
11959
+ "kind": "javascript-module",
11960
+ "path": "loading-indicator/loading-indicator.component.js",
11961
+ "declarations": [
11962
+ {
11963
+ "kind": "class",
11964
+ "description": "It displays a loading indicator.",
11965
+ "name": "SbbLoadingIndicatorElement",
11966
+ "members": [
11967
+ {
11968
+ "kind": "field",
11969
+ "name": "role",
11970
+ "type": {
11971
+ "text": "string"
11972
+ },
11973
+ "privacy": "public",
11974
+ "static": true,
11975
+ "readonly": true,
11976
+ "default": "'progressbar'"
11977
+ },
11978
+ {
11979
+ "kind": "field",
11980
+ "name": "size",
11981
+ "type": {
11982
+ "text": "'s' | 'l' | 'xl' | 'xxl' | 'xxxl'"
11983
+ },
11984
+ "privacy": "public",
11985
+ "default": "'s'",
11986
+ "description": "Size variant, either s or m.",
11987
+ "attribute": "size",
11988
+ "reflects": true
11989
+ },
11990
+ {
11991
+ "kind": "field",
11992
+ "name": "color",
11993
+ "type": {
11994
+ "text": "'default' | 'smoke' | 'white'"
11995
+ },
11996
+ "privacy": "public",
11997
+ "default": "'default'",
11998
+ "description": "Color variant.",
11999
+ "attribute": "color",
12000
+ "reflects": true
12001
+ },
11935
12002
  {
11936
12003
  "kind": "method",
11937
12004
  "name": "toggleState",
@@ -21161,6 +21228,59 @@
21161
21228
  }
21162
21229
  ]
21163
21230
  },
21231
+ {
21232
+ "kind": "javascript-module",
21233
+ "path": "teaser-product/common.js",
21234
+ "declarations": [],
21235
+ "exports": [
21236
+ {
21237
+ "kind": "js",
21238
+ "name": "*",
21239
+ "declaration": {
21240
+ "name": "*",
21241
+ "module": "teaser-product/common/teaser-product-common.js"
21242
+ }
21243
+ },
21244
+ {
21245
+ "kind": "js",
21246
+ "name": "teaserProductCommonStyle",
21247
+ "declaration": {
21248
+ "name": "default",
21249
+ "module": "./common/teaser-product-common.scss?lit&inline"
21250
+ }
21251
+ }
21252
+ ]
21253
+ },
21254
+ {
21255
+ "kind": "javascript-module",
21256
+ "path": "teaser-product/teaser-product-static.js",
21257
+ "declarations": [],
21258
+ "exports": [
21259
+ {
21260
+ "kind": "js",
21261
+ "name": "*",
21262
+ "declaration": {
21263
+ "name": "*",
21264
+ "module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
21265
+ }
21266
+ }
21267
+ ]
21268
+ },
21269
+ {
21270
+ "kind": "javascript-module",
21271
+ "path": "teaser-product/teaser-product.js",
21272
+ "declarations": [],
21273
+ "exports": [
21274
+ {
21275
+ "kind": "js",
21276
+ "name": "*",
21277
+ "declaration": {
21278
+ "name": "*",
21279
+ "module": "teaser-product/teaser-product/teaser-product.component.js"
21280
+ }
21281
+ }
21282
+ ]
21283
+ },
21164
21284
  {
21165
21285
  "kind": "javascript-module",
21166
21286
  "path": "teaser-hero/teaser-hero.component.js",
@@ -21560,59 +21680,6 @@
21560
21680
  }
21561
21681
  ]
21562
21682
  },
21563
- {
21564
- "kind": "javascript-module",
21565
- "path": "teaser-product/common.js",
21566
- "declarations": [],
21567
- "exports": [
21568
- {
21569
- "kind": "js",
21570
- "name": "*",
21571
- "declaration": {
21572
- "name": "*",
21573
- "module": "teaser-product/common/teaser-product-common.js"
21574
- }
21575
- },
21576
- {
21577
- "kind": "js",
21578
- "name": "teaserProductCommonStyle",
21579
- "declaration": {
21580
- "name": "default",
21581
- "module": "./common/teaser-product-common.scss?lit&inline"
21582
- }
21583
- }
21584
- ]
21585
- },
21586
- {
21587
- "kind": "javascript-module",
21588
- "path": "teaser-product/teaser-product-static.js",
21589
- "declarations": [],
21590
- "exports": [
21591
- {
21592
- "kind": "js",
21593
- "name": "*",
21594
- "declaration": {
21595
- "name": "*",
21596
- "module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
21597
- }
21598
- }
21599
- ]
21600
- },
21601
- {
21602
- "kind": "javascript-module",
21603
- "path": "teaser-product/teaser-product.js",
21604
- "declarations": [],
21605
- "exports": [
21606
- {
21607
- "kind": "js",
21608
- "name": "*",
21609
- "declaration": {
21610
- "name": "*",
21611
- "module": "teaser-product/teaser-product/teaser-product.component.js"
21612
- }
21613
- }
21614
- ]
21615
- },
21616
21683
  {
21617
21684
  "kind": "javascript-module",
21618
21685
  "path": "time-input/time-input.component.js",
@@ -27363,12 +27430,20 @@
27363
27430
  {
27364
27431
  "kind": "field",
27365
27432
  "name": "_state",
27433
+ "privacy": "private",
27434
+ "description": "The state of the breadcrumb group.",
27435
+ "type": {
27436
+ "text": "'collapsed' | 'manually-expanded' | null"
27437
+ }
27438
+ },
27439
+ {
27440
+ "kind": "field",
27441
+ "name": "_stateInternal",
27366
27442
  "type": {
27367
27443
  "text": "'collapsed' | 'manually-expanded' | null"
27368
27444
  },
27369
27445
  "privacy": "private",
27370
- "default": "null",
27371
- "description": "The state of the breadcrumb group."
27446
+ "default": "null"
27372
27447
  },
27373
27448
  {
27374
27449
  "kind": "field",
@@ -32033,7 +32108,7 @@
32033
32108
  "declarations": [
32034
32109
  {
32035
32110
  "kind": "class",
32036
- "description": "It displays an icon-only button enhanced with the SBB Design;\nit's meant to be used mainly within the sbb-form-field in prefix/suffix slot.",
32111
+ "description": "It displays an icon-only button enhanced with the SBB Design;\nit's meant to be used mainly within the sbb-form-field in prefix/suffix slot\nor the `sbb-mini-button-group`. *",
32037
32112
  "name": "SbbMiniButtonElement",
32038
32113
  "slots": [
32039
32114
  {
@@ -32919,7 +32994,7 @@
32919
32994
  "privacy": "protected",
32920
32995
  "readonly": true,
32921
32996
  "description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
32922
- "default": "['sbb-mini-button', 'sbb-divider']",
32997
+ "default": "[ 'sbb-mini-button', 'sbb-mini-button-link', 'sbb-divider', ]",
32923
32998
  "inheritedFrom": {
32924
32999
  "name": "SbbNamedSlotListMixin",
32925
33000
  "module": "core/mixins/named-slot-list-mixin.js"
@@ -33187,6 +33262,578 @@
33187
33262
  }
33188
33263
  ]
33189
33264
  },
33265
+ {
33266
+ "kind": "javascript-module",
33267
+ "path": "button/mini-button-link/mini-button-link.component.js",
33268
+ "declarations": [
33269
+ {
33270
+ "kind": "class",
33271
+ "description": "It displays an icon-only button enhanced with the SBB Design as link variant;\nit's meant to be used within the `sbb-mini-button-group`.",
33272
+ "name": "SbbMiniButtonLinkElement",
33273
+ "slots": [
33274
+ {
33275
+ "description": "Use the unnamed slot to add a label to the mini-button.",
33276
+ "name": ""
33277
+ },
33278
+ {
33279
+ "description": "Slot used to display the icon, if one is set",
33280
+ "name": "icon"
33281
+ }
33282
+ ],
33283
+ "members": [
33284
+ {
33285
+ "kind": "method",
33286
+ "name": "renderTemplate",
33287
+ "privacy": "protected",
33288
+ "return": {
33289
+ "type": {
33290
+ "text": "TemplateResult"
33291
+ }
33292
+ },
33293
+ "description": "Override this method to render the component template.",
33294
+ "inheritedFrom": {
33295
+ "name": "SbbActionBaseElement",
33296
+ "module": "core/base-elements/action-base-element.js"
33297
+ }
33298
+ },
33299
+ {
33300
+ "kind": "field",
33301
+ "name": "negative",
33302
+ "type": {
33303
+ "text": "boolean"
33304
+ },
33305
+ "privacy": "public",
33306
+ "default": "false",
33307
+ "description": "Negative coloring variant flag.",
33308
+ "attribute": "negative",
33309
+ "reflects": true,
33310
+ "inheritedFrom": {
33311
+ "name": "SbbNegativeMixin",
33312
+ "module": "core/mixins/negative-mixin.js"
33313
+ }
33314
+ },
33315
+ {
33316
+ "kind": "field",
33317
+ "name": "iconName",
33318
+ "type": {
33319
+ "text": "string"
33320
+ },
33321
+ "privacy": "public",
33322
+ "default": "''",
33323
+ "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.",
33324
+ "attribute": "icon-name",
33325
+ "inheritedFrom": {
33326
+ "name": "SbbIconNameMixin",
33327
+ "module": "icon/icon-name-mixin.js"
33328
+ }
33329
+ },
33330
+ {
33331
+ "kind": "method",
33332
+ "name": "renderIconSlot",
33333
+ "privacy": "protected",
33334
+ "return": {
33335
+ "type": {
33336
+ "text": "TemplateResult"
33337
+ }
33338
+ },
33339
+ "parameters": [
33340
+ {
33341
+ "name": "classname",
33342
+ "optional": true,
33343
+ "type": {
33344
+ "text": "string"
33345
+ }
33346
+ }
33347
+ ],
33348
+ "inheritedFrom": {
33349
+ "name": "SbbIconNameMixin",
33350
+ "module": "icon/icon-name-mixin.js"
33351
+ }
33352
+ },
33353
+ {
33354
+ "kind": "method",
33355
+ "name": "renderIconName",
33356
+ "privacy": "protected",
33357
+ "return": {
33358
+ "type": {
33359
+ "text": "string"
33360
+ }
33361
+ },
33362
+ "inheritedFrom": {
33363
+ "name": "SbbIconNameMixin",
33364
+ "module": "icon/icon-name-mixin.js"
33365
+ }
33366
+ },
33367
+ {
33368
+ "kind": "method",
33369
+ "name": "_renderIconName",
33370
+ "privacy": "private",
33371
+ "return": {
33372
+ "type": {
33373
+ "text": "string"
33374
+ }
33375
+ },
33376
+ "inheritedFrom": {
33377
+ "name": "SbbIconNameMixin",
33378
+ "module": "icon/icon-name-mixin.js"
33379
+ }
33380
+ },
33381
+ {
33382
+ "kind": "field",
33383
+ "name": "disabledInteractive",
33384
+ "type": {
33385
+ "text": "boolean"
33386
+ },
33387
+ "privacy": "public",
33388
+ "default": "false",
33389
+ "description": "Whether the button should be aria-disabled but stay interactive.",
33390
+ "attribute": "disabled-interactive",
33391
+ "reflects": true,
33392
+ "inheritedFrom": {
33393
+ "name": "SbbDisabledInteractiveMixin",
33394
+ "module": "core/mixins/disabled-mixin.js"
33395
+ }
33396
+ },
33397
+ {
33398
+ "kind": "field",
33399
+ "name": "disabled",
33400
+ "privacy": "public",
33401
+ "description": "Whether the component is disabled.",
33402
+ "default": "false",
33403
+ "type": {
33404
+ "text": "boolean"
33405
+ },
33406
+ "attribute": "disabled",
33407
+ "reflects": true,
33408
+ "inheritedFrom": {
33409
+ "name": "SbbDisabledMixin",
33410
+ "module": "core/mixins/disabled-mixin.js"
33411
+ }
33412
+ },
33413
+ {
33414
+ "kind": "field",
33415
+ "name": "#disabled",
33416
+ "privacy": "private",
33417
+ "type": {
33418
+ "text": "boolean"
33419
+ },
33420
+ "default": "false",
33421
+ "inheritedFrom": {
33422
+ "name": "SbbDisabledMixin",
33423
+ "module": "core/mixins/disabled-mixin.js"
33424
+ }
33425
+ },
33426
+ {
33427
+ "kind": "method",
33428
+ "name": "isDisabledExternally",
33429
+ "privacy": "protected",
33430
+ "return": {
33431
+ "type": {
33432
+ "text": "boolean"
33433
+ }
33434
+ },
33435
+ "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
33436
+ "inheritedFrom": {
33437
+ "name": "SbbDisabledMixin",
33438
+ "module": "core/mixins/disabled-mixin.js"
33439
+ }
33440
+ },
33441
+ {
33442
+ "kind": "field",
33443
+ "name": "href",
33444
+ "type": {
33445
+ "text": "string"
33446
+ },
33447
+ "privacy": "public",
33448
+ "default": "''",
33449
+ "description": "The href value you want to link to.",
33450
+ "attribute": "href",
33451
+ "reflects": true,
33452
+ "inheritedFrom": {
33453
+ "name": "SbbLinkBaseElement",
33454
+ "module": "core/base-elements/link-base-element.js"
33455
+ }
33456
+ },
33457
+ {
33458
+ "kind": "field",
33459
+ "name": "target",
33460
+ "type": {
33461
+ "text": "LinkTargetType | string"
33462
+ },
33463
+ "privacy": "public",
33464
+ "default": "''",
33465
+ "description": "Where to display the linked URL.",
33466
+ "attribute": "target",
33467
+ "reflects": true,
33468
+ "inheritedFrom": {
33469
+ "name": "SbbLinkBaseElement",
33470
+ "module": "core/base-elements/link-base-element.js"
33471
+ }
33472
+ },
33473
+ {
33474
+ "kind": "field",
33475
+ "name": "rel",
33476
+ "type": {
33477
+ "text": "string"
33478
+ },
33479
+ "privacy": "public",
33480
+ "default": "''",
33481
+ "description": "The relationship of the linked URL as space-separated link types.",
33482
+ "attribute": "rel",
33483
+ "reflects": true,
33484
+ "inheritedFrom": {
33485
+ "name": "SbbLinkBaseElement",
33486
+ "module": "core/base-elements/link-base-element.js"
33487
+ }
33488
+ },
33489
+ {
33490
+ "kind": "field",
33491
+ "name": "download",
33492
+ "type": {
33493
+ "text": "boolean"
33494
+ },
33495
+ "privacy": "public",
33496
+ "default": "false",
33497
+ "description": "Whether the browser will show the download dialog on click.",
33498
+ "attribute": "download",
33499
+ "reflects": true,
33500
+ "inheritedFrom": {
33501
+ "name": "SbbLinkBaseElement",
33502
+ "module": "core/base-elements/link-base-element.js"
33503
+ }
33504
+ },
33505
+ {
33506
+ "kind": "field",
33507
+ "name": "accessibilityLabel",
33508
+ "type": {
33509
+ "text": "string"
33510
+ },
33511
+ "privacy": "public",
33512
+ "default": "''",
33513
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
33514
+ "attribute": "accessibility-label",
33515
+ "inheritedFrom": {
33516
+ "name": "SbbLinkBaseElement",
33517
+ "module": "core/base-elements/link-base-element.js"
33518
+ }
33519
+ },
33520
+ {
33521
+ "kind": "field",
33522
+ "name": "accessibilityCurrent",
33523
+ "type": {
33524
+ "text": "string"
33525
+ },
33526
+ "privacy": "public",
33527
+ "default": "''",
33528
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
33529
+ "attribute": "accessibility-current",
33530
+ "inheritedFrom": {
33531
+ "name": "SbbLinkBaseElement",
33532
+ "module": "core/base-elements/link-base-element.js"
33533
+ }
33534
+ },
33535
+ {
33536
+ "kind": "field",
33537
+ "name": "language",
33538
+ "privacy": "protected",
33539
+ "default": "new SbbLanguageController(this)",
33540
+ "inheritedFrom": {
33541
+ "name": "SbbLinkBaseElement",
33542
+ "module": "core/base-elements/link-base-element.js"
33543
+ }
33544
+ },
33545
+ {
33546
+ "kind": "field",
33547
+ "name": "anchorRole",
33548
+ "type": {
33549
+ "text": "string | null"
33550
+ },
33551
+ "privacy": "protected",
33552
+ "readonly": true,
33553
+ "default": "null",
33554
+ "inheritedFrom": {
33555
+ "name": "SbbLinkBaseElement",
33556
+ "module": "core/base-elements/link-base-element.js"
33557
+ }
33558
+ },
33559
+ {
33560
+ "kind": "field",
33561
+ "name": "_evaluateRelAttribute",
33562
+ "privacy": "private",
33563
+ "inheritedFrom": {
33564
+ "name": "SbbLinkBaseElement",
33565
+ "module": "core/base-elements/link-base-element.js"
33566
+ }
33567
+ },
33568
+ {
33569
+ "kind": "method",
33570
+ "name": "renderLink",
33571
+ "privacy": "protected",
33572
+ "return": {
33573
+ "type": {
33574
+ "text": "TemplateResult"
33575
+ }
33576
+ },
33577
+ "parameters": [
33578
+ {
33579
+ "name": "renderContent",
33580
+ "type": {
33581
+ "text": "TemplateResult"
33582
+ }
33583
+ }
33584
+ ],
33585
+ "inheritedFrom": {
33586
+ "name": "SbbLinkBaseElement",
33587
+ "module": "core/base-elements/link-base-element.js"
33588
+ }
33589
+ },
33590
+ {
33591
+ "kind": "method",
33592
+ "name": "toggleState",
33593
+ "privacy": "protected",
33594
+ "return": {
33595
+ "type": {
33596
+ "text": "void"
33597
+ }
33598
+ },
33599
+ "parameters": [
33600
+ {
33601
+ "name": "value",
33602
+ "type": {
33603
+ "text": "string"
33604
+ }
33605
+ },
33606
+ {
33607
+ "name": "force",
33608
+ "optional": true,
33609
+ "type": {
33610
+ "text": "boolean"
33611
+ }
33612
+ }
33613
+ ],
33614
+ "inheritedFrom": {
33615
+ "name": "SbbElementInternalsMixin",
33616
+ "module": "core/mixins/element-internals-mixin.js"
33617
+ }
33618
+ },
33619
+ {
33620
+ "kind": "field",
33621
+ "name": "maybeDisabled",
33622
+ "type": {
33623
+ "text": "boolean | undefined"
33624
+ },
33625
+ "privacy": "protected",
33626
+ "readonly": true,
33627
+ "inheritedFrom": {
33628
+ "name": "SbbActionBaseElement",
33629
+ "module": "core/base-elements/action-base-element.js"
33630
+ }
33631
+ },
33632
+ {
33633
+ "kind": "field",
33634
+ "name": "maybeDisabledInteractive",
33635
+ "type": {
33636
+ "text": "boolean | undefined"
33637
+ },
33638
+ "privacy": "protected",
33639
+ "readonly": true,
33640
+ "inheritedFrom": {
33641
+ "name": "SbbActionBaseElement",
33642
+ "module": "core/base-elements/action-base-element.js"
33643
+ }
33644
+ },
33645
+ {
33646
+ "kind": "method",
33647
+ "name": "setupBaseEventHandlers",
33648
+ "privacy": "protected",
33649
+ "return": {
33650
+ "type": {
33651
+ "text": "void"
33652
+ }
33653
+ },
33654
+ "inheritedFrom": {
33655
+ "name": "SbbActionBaseElement",
33656
+ "module": "core/base-elements/action-base-element.js"
33657
+ }
33658
+ }
33659
+ ],
33660
+ "mixins": [
33661
+ {
33662
+ "name": "SbbNegativeMixin",
33663
+ "module": "core/mixins.js"
33664
+ },
33665
+ {
33666
+ "name": "SbbIconNameMixin",
33667
+ "module": "icon.js"
33668
+ },
33669
+ {
33670
+ "name": "SbbDisabledInteractiveMixin",
33671
+ "module": "core/mixins.js"
33672
+ },
33673
+ {
33674
+ "name": "SbbDisabledMixin",
33675
+ "module": "core/mixins.js"
33676
+ }
33677
+ ],
33678
+ "superclass": {
33679
+ "name": "SbbLinkBaseElement",
33680
+ "module": "core/base-elements.js"
33681
+ },
33682
+ "tagName": "sbb-mini-button-link",
33683
+ "customElement": true,
33684
+ "attributes": [
33685
+ {
33686
+ "name": "negative",
33687
+ "type": {
33688
+ "text": "boolean"
33689
+ },
33690
+ "default": "false",
33691
+ "description": "Negative coloring variant flag.",
33692
+ "fieldName": "negative",
33693
+ "inheritedFrom": {
33694
+ "name": "SbbNegativeMixin",
33695
+ "module": "core/mixins/negative-mixin.js"
33696
+ }
33697
+ },
33698
+ {
33699
+ "name": "icon-name",
33700
+ "type": {
33701
+ "text": "string"
33702
+ },
33703
+ "default": "''",
33704
+ "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.",
33705
+ "fieldName": "iconName",
33706
+ "inheritedFrom": {
33707
+ "name": "SbbIconNameMixin",
33708
+ "module": "icon/icon-name-mixin.js"
33709
+ }
33710
+ },
33711
+ {
33712
+ "name": "disabled-interactive",
33713
+ "type": {
33714
+ "text": "boolean"
33715
+ },
33716
+ "default": "false",
33717
+ "description": "Whether the button should be aria-disabled but stay interactive.",
33718
+ "fieldName": "disabledInteractive",
33719
+ "inheritedFrom": {
33720
+ "name": "SbbDisabledInteractiveMixin",
33721
+ "module": "core/mixins/disabled-mixin.js"
33722
+ }
33723
+ },
33724
+ {
33725
+ "name": "disabled",
33726
+ "description": "Whether the component is disabled.",
33727
+ "default": "false",
33728
+ "type": {
33729
+ "text": "boolean"
33730
+ },
33731
+ "fieldName": "disabled",
33732
+ "inheritedFrom": {
33733
+ "name": "SbbDisabledMixin",
33734
+ "module": "core/mixins/disabled-mixin.js"
33735
+ }
33736
+ },
33737
+ {
33738
+ "name": "href",
33739
+ "type": {
33740
+ "text": "string"
33741
+ },
33742
+ "default": "''",
33743
+ "description": "The href value you want to link to.",
33744
+ "fieldName": "href",
33745
+ "inheritedFrom": {
33746
+ "name": "SbbLinkBaseElement",
33747
+ "module": "core/base-elements/link-base-element.js"
33748
+ }
33749
+ },
33750
+ {
33751
+ "name": "target",
33752
+ "type": {
33753
+ "text": "LinkTargetType | string"
33754
+ },
33755
+ "default": "''",
33756
+ "description": "Where to display the linked URL.",
33757
+ "fieldName": "target",
33758
+ "inheritedFrom": {
33759
+ "name": "SbbLinkBaseElement",
33760
+ "module": "core/base-elements/link-base-element.js"
33761
+ }
33762
+ },
33763
+ {
33764
+ "name": "rel",
33765
+ "type": {
33766
+ "text": "string"
33767
+ },
33768
+ "default": "''",
33769
+ "description": "The relationship of the linked URL as space-separated link types.",
33770
+ "fieldName": "rel",
33771
+ "inheritedFrom": {
33772
+ "name": "SbbLinkBaseElement",
33773
+ "module": "core/base-elements/link-base-element.js"
33774
+ }
33775
+ },
33776
+ {
33777
+ "name": "download",
33778
+ "type": {
33779
+ "text": "boolean"
33780
+ },
33781
+ "default": "false",
33782
+ "description": "Whether the browser will show the download dialog on click.",
33783
+ "fieldName": "download",
33784
+ "inheritedFrom": {
33785
+ "name": "SbbLinkBaseElement",
33786
+ "module": "core/base-elements/link-base-element.js"
33787
+ }
33788
+ },
33789
+ {
33790
+ "name": "accessibility-label",
33791
+ "type": {
33792
+ "text": "string"
33793
+ },
33794
+ "default": "''",
33795
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
33796
+ "fieldName": "accessibilityLabel",
33797
+ "inheritedFrom": {
33798
+ "name": "SbbLinkBaseElement",
33799
+ "module": "core/base-elements/link-base-element.js"
33800
+ }
33801
+ },
33802
+ {
33803
+ "name": "accessibility-current",
33804
+ "type": {
33805
+ "text": "string"
33806
+ },
33807
+ "default": "''",
33808
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
33809
+ "fieldName": "accessibilityCurrent",
33810
+ "inheritedFrom": {
33811
+ "name": "SbbLinkBaseElement",
33812
+ "module": "core/base-elements/link-base-element.js"
33813
+ }
33814
+ }
33815
+ ]
33816
+ }
33817
+ ],
33818
+ "exports": [
33819
+ {
33820
+ "kind": "js",
33821
+ "name": "SbbMiniButtonLinkElement",
33822
+ "declaration": {
33823
+ "name": "SbbMiniButtonLinkElement",
33824
+ "module": "button/mini-button-link/mini-button-link.component.js"
33825
+ }
33826
+ },
33827
+ {
33828
+ "kind": "custom-element-definition",
33829
+ "name": "sbb-mini-button-link",
33830
+ "declaration": {
33831
+ "name": "SbbMiniButtonLinkElement",
33832
+ "module": "button/mini-button-link/mini-button-link.component.js"
33833
+ }
33834
+ }
33835
+ ]
33836
+ },
33190
33837
  {
33191
33838
  "kind": "javascript-module",
33192
33839
  "path": "button/secondary-button/secondary-button.component.js",
@@ -42880,12 +43527,6 @@
42880
43527
  "privacy": "private",
42881
43528
  "description": "Listens to the changes on `readonly` and `disabled` attributes of `<input>`."
42882
43529
  },
42883
- {
42884
- "kind": "field",
42885
- "name": "_formFieldAttributeObserver",
42886
- "privacy": "private",
42887
- "description": "Listens to the 'size' changes on the `sbb-form-field`."
42888
- },
42889
43530
  {
42890
43531
  "kind": "field",
42891
43532
  "name": "_inputElement",
@@ -42916,6 +43557,24 @@
42916
43557
  },
42917
43558
  "privacy": "private"
42918
43559
  },
43560
+ {
43561
+ "kind": "method",
43562
+ "name": "_updateLabelState",
43563
+ "privacy": "private",
43564
+ "return": {
43565
+ "type": {
43566
+ "text": "void"
43567
+ }
43568
+ },
43569
+ "parameters": [
43570
+ {
43571
+ "name": "formField",
43572
+ "type": {
43573
+ "text": "SbbFormFieldElement"
43574
+ }
43575
+ }
43576
+ ]
43577
+ },
42919
43578
  {
42920
43579
  "kind": "method",
42921
43580
  "name": "_readFormData",
@@ -43183,13 +43842,21 @@
43183
43842
  },
43184
43843
  {
43185
43844
  "kind": "method",
43186
- "name": "_inheritSize",
43845
+ "name": "_updateSize",
43187
43846
  "privacy": "private",
43188
43847
  "return": {
43189
43848
  "type": {
43190
43849
  "text": "void"
43191
43850
  }
43192
- }
43851
+ },
43852
+ "parameters": [
43853
+ {
43854
+ "name": "size",
43855
+ "type": {
43856
+ "text": "SbbFormFieldElement['size']"
43857
+ }
43858
+ }
43859
+ ]
43193
43860
  },
43194
43861
  {
43195
43862
  "kind": "method",
@@ -73395,6 +74062,16 @@
73395
74062
  "description": "Returns the input element.",
73396
74063
  "readonly": true
73397
74064
  },
74065
+ {
74066
+ "kind": "field",
74067
+ "name": "label",
74068
+ "type": {
74069
+ "text": "HTMLLabelElement | null"
74070
+ },
74071
+ "privacy": "public",
74072
+ "description": "Reference to the slotted label.",
74073
+ "readonly": true
74074
+ },
73398
74075
  {
73399
74076
  "kind": "field",
73400
74077
  "name": "_language",
@@ -90107,7 +90784,7 @@
90107
90784
  "kind": "field",
90108
90785
  "name": "_mediaMatcherController",
90109
90786
  "privacy": "private",
90110
- "default": "new SbbMediaMatcherController(this, { [SbbMediaQueryBreakpointLargeAndBelow]: (matches) => { if (this.state !== 'closed') { this._setNavigationInert(matches); } }, })"
90787
+ "default": "new SbbMediaMatcherController(this, { [SbbMediaQueryBreakpointSmallAndBelow]: (matches) => { if (this.state !== 'closed') { this._setNavigationInert(matches); } }, })"
90111
90788
  },
90112
90789
  {
90113
90790
  "kind": "method",
@@ -106570,6 +107247,20 @@
106570
107247
  "module": "form-field/form-field/form-field.component.js"
106571
107248
  }
106572
107249
  },
107250
+ {
107251
+ "kind": "field",
107252
+ "name": "label",
107253
+ "type": {
107254
+ "text": "HTMLLabelElement | null"
107255
+ },
107256
+ "privacy": "public",
107257
+ "description": "Reference to the slotted label.",
107258
+ "readonly": true,
107259
+ "inheritedFrom": {
107260
+ "name": "SbbFormFieldElement",
107261
+ "module": "form-field/form-field/form-field.component.js"
107262
+ }
107263
+ },
106573
107264
  {
106574
107265
  "kind": "field",
106575
107266
  "name": "_language",