@sbb-esta/lyne-elements-dev 4.10.0-dev.1775762509 → 4.10.0-dev.1775816125

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 +254 -254
  2. package/package.json +2 -2
@@ -60621,6 +60621,240 @@
60621
60621
  }
60622
60622
  ]
60623
60623
  },
60624
+ {
60625
+ "kind": "javascript-module",
60626
+ "path": "container/container/container.component.js",
60627
+ "declarations": [
60628
+ {
60629
+ "kind": "class",
60630
+ "description": "It displays its content with the default page spacing.",
60631
+ "name": "SbbContainerElement",
60632
+ "cssProperties": [
60633
+ {
60634
+ "description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
60635
+ "name": "--sbb-page-spacing-padding"
60636
+ }
60637
+ ],
60638
+ "slots": [
60639
+ {
60640
+ "description": "Use the unnamed slot to add anything to the container.",
60641
+ "name": ""
60642
+ },
60643
+ {
60644
+ "description": "The slot used by the sbb-sticky-bar component.",
60645
+ "name": "sticky-bar"
60646
+ },
60647
+ {
60648
+ "description": "The slot used to slot an `sbb-image` to use as background.",
60649
+ "name": "image"
60650
+ }
60651
+ ],
60652
+ "members": [
60653
+ {
60654
+ "kind": "field",
60655
+ "name": "elementName",
60656
+ "type": {
60657
+ "text": "string"
60658
+ },
60659
+ "privacy": "public",
60660
+ "static": true,
60661
+ "readonly": true,
60662
+ "default": "'sbb-container'",
60663
+ "inheritedFrom": {
60664
+ "name": "SbbElement",
60665
+ "module": "core/base-elements/element.js"
60666
+ }
60667
+ },
60668
+ {
60669
+ "kind": "field",
60670
+ "name": "expanded",
60671
+ "type": {
60672
+ "text": "boolean"
60673
+ },
60674
+ "privacy": "public",
60675
+ "default": "false",
60676
+ "description": "Whether the container is expanded.",
60677
+ "attribute": "expanded",
60678
+ "reflects": true
60679
+ },
60680
+ {
60681
+ "kind": "field",
60682
+ "name": "backgroundExpanded",
60683
+ "type": {
60684
+ "text": "boolean"
60685
+ },
60686
+ "privacy": "public",
60687
+ "default": "false",
60688
+ "description": "Whether the background color is shown on full container width on large screens.",
60689
+ "attribute": "background-expanded",
60690
+ "reflects": true
60691
+ },
60692
+ {
60693
+ "kind": "field",
60694
+ "name": "color",
60695
+ "type": {
60696
+ "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
60697
+ },
60698
+ "privacy": "public",
60699
+ "default": "'white'",
60700
+ "description": "Color of the container, like transparent, white etc.",
60701
+ "attribute": "color",
60702
+ "reflects": true
60703
+ },
60704
+ {
60705
+ "kind": "field",
60706
+ "name": "_hydrationRequired",
60707
+ "type": {
60708
+ "text": "boolean"
60709
+ },
60710
+ "privacy": "private",
60711
+ "default": "!!this.shadowRoot",
60712
+ "inheritedFrom": {
60713
+ "name": "SbbHydrationMixin",
60714
+ "module": "core/mixins/hydration-mixin.js"
60715
+ }
60716
+ },
60717
+ {
60718
+ "kind": "field",
60719
+ "name": "_hydrationComplete",
60720
+ "privacy": "private",
60721
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
60722
+ "inheritedFrom": {
60723
+ "name": "SbbHydrationMixin",
60724
+ "module": "core/mixins/hydration-mixin.js"
60725
+ }
60726
+ },
60727
+ {
60728
+ "kind": "field",
60729
+ "name": "_resolveHydration",
60730
+ "type": {
60731
+ "text": "(hydrationRequired: boolean) => void"
60732
+ },
60733
+ "privacy": "private",
60734
+ "inheritedFrom": {
60735
+ "name": "SbbHydrationMixin",
60736
+ "module": "core/mixins/hydration-mixin.js"
60737
+ }
60738
+ },
60739
+ {
60740
+ "kind": "field",
60741
+ "name": "hydrationRequired",
60742
+ "type": {
60743
+ "text": "boolean"
60744
+ },
60745
+ "privacy": "protected",
60746
+ "description": "Returns whether hydration is required and not completed.",
60747
+ "readonly": true,
60748
+ "inheritedFrom": {
60749
+ "name": "SbbHydrationMixin",
60750
+ "module": "core/mixins/hydration-mixin.js"
60751
+ },
60752
+ "default": "!!this.shadowRoot"
60753
+ },
60754
+ {
60755
+ "kind": "method",
60756
+ "name": "toggleState",
60757
+ "privacy": "protected",
60758
+ "return": {
60759
+ "type": {
60760
+ "text": "void"
60761
+ }
60762
+ },
60763
+ "parameters": [
60764
+ {
60765
+ "name": "value",
60766
+ "type": {
60767
+ "text": "string"
60768
+ }
60769
+ },
60770
+ {
60771
+ "name": "force",
60772
+ "optional": true,
60773
+ "type": {
60774
+ "text": "boolean"
60775
+ }
60776
+ }
60777
+ ],
60778
+ "inheritedFrom": {
60779
+ "name": "SbbElementInternalsMixin",
60780
+ "module": "core/mixins/element-internals-mixin.js"
60781
+ }
60782
+ },
60783
+ {
60784
+ "kind": "field",
60785
+ "name": "['_$sbbElement$']",
60786
+ "type": {
60787
+ "text": "boolean"
60788
+ },
60789
+ "privacy": "public",
60790
+ "static": true,
60791
+ "default": "true",
60792
+ "inheritedFrom": {
60793
+ "name": "SbbElement",
60794
+ "module": "core/base-elements/element.js"
60795
+ }
60796
+ },
60797
+ {
60798
+ "kind": "field",
60799
+ "name": "_controllers",
60800
+ "type": {
60801
+ "text": "Set<SbbReactiveController> | undefined"
60802
+ },
60803
+ "privacy": "private",
60804
+ "inheritedFrom": {
60805
+ "name": "SbbElement",
60806
+ "module": "core/base-elements/element.js"
60807
+ }
60808
+ }
60809
+ ],
60810
+ "attributes": [
60811
+ {
60812
+ "name": "expanded",
60813
+ "type": {
60814
+ "text": "boolean"
60815
+ },
60816
+ "default": "false",
60817
+ "description": "Whether the container is expanded.",
60818
+ "fieldName": "expanded"
60819
+ },
60820
+ {
60821
+ "name": "background-expanded",
60822
+ "type": {
60823
+ "text": "boolean"
60824
+ },
60825
+ "default": "false",
60826
+ "description": "Whether the background color is shown on full container width on large screens.",
60827
+ "fieldName": "backgroundExpanded"
60828
+ },
60829
+ {
60830
+ "name": "color",
60831
+ "type": {
60832
+ "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
60833
+ },
60834
+ "default": "'white'",
60835
+ "description": "Color of the container, like transparent, white etc.",
60836
+ "fieldName": "color"
60837
+ }
60838
+ ],
60839
+ "superclass": {
60840
+ "name": "SbbElement",
60841
+ "module": "core/base-elements.js"
60842
+ },
60843
+ "tagName": "sbb-container",
60844
+ "customElement": true
60845
+ }
60846
+ ],
60847
+ "exports": [
60848
+ {
60849
+ "kind": "js",
60850
+ "name": "SbbContainerElement",
60851
+ "declaration": {
60852
+ "name": "SbbContainerElement",
60853
+ "module": "container/container/container.component.js"
60854
+ }
60855
+ }
60856
+ ]
60857
+ },
60624
60858
  {
60625
60859
  "kind": "javascript-module",
60626
60860
  "path": "container/sticky-bar/sticky-bar.component.js",
@@ -61083,240 +61317,6 @@
61083
61317
  }
61084
61318
  ]
61085
61319
  },
61086
- {
61087
- "kind": "javascript-module",
61088
- "path": "container/container/container.component.js",
61089
- "declarations": [
61090
- {
61091
- "kind": "class",
61092
- "description": "It displays its content with the default page spacing.",
61093
- "name": "SbbContainerElement",
61094
- "cssProperties": [
61095
- {
61096
- "description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
61097
- "name": "--sbb-page-spacing-padding"
61098
- }
61099
- ],
61100
- "slots": [
61101
- {
61102
- "description": "Use the unnamed slot to add anything to the container.",
61103
- "name": ""
61104
- },
61105
- {
61106
- "description": "The slot used by the sbb-sticky-bar component.",
61107
- "name": "sticky-bar"
61108
- },
61109
- {
61110
- "description": "The slot used to slot an `sbb-image` to use as background.",
61111
- "name": "image"
61112
- }
61113
- ],
61114
- "members": [
61115
- {
61116
- "kind": "field",
61117
- "name": "elementName",
61118
- "type": {
61119
- "text": "string"
61120
- },
61121
- "privacy": "public",
61122
- "static": true,
61123
- "readonly": true,
61124
- "default": "'sbb-container'",
61125
- "inheritedFrom": {
61126
- "name": "SbbElement",
61127
- "module": "core/base-elements/element.js"
61128
- }
61129
- },
61130
- {
61131
- "kind": "field",
61132
- "name": "expanded",
61133
- "type": {
61134
- "text": "boolean"
61135
- },
61136
- "privacy": "public",
61137
- "default": "false",
61138
- "description": "Whether the container is expanded.",
61139
- "attribute": "expanded",
61140
- "reflects": true
61141
- },
61142
- {
61143
- "kind": "field",
61144
- "name": "backgroundExpanded",
61145
- "type": {
61146
- "text": "boolean"
61147
- },
61148
- "privacy": "public",
61149
- "default": "false",
61150
- "description": "Whether the background color is shown on full container width on large screens.",
61151
- "attribute": "background-expanded",
61152
- "reflects": true
61153
- },
61154
- {
61155
- "kind": "field",
61156
- "name": "color",
61157
- "type": {
61158
- "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
61159
- },
61160
- "privacy": "public",
61161
- "default": "'white'",
61162
- "description": "Color of the container, like transparent, white etc.",
61163
- "attribute": "color",
61164
- "reflects": true
61165
- },
61166
- {
61167
- "kind": "field",
61168
- "name": "_hydrationRequired",
61169
- "type": {
61170
- "text": "boolean"
61171
- },
61172
- "privacy": "private",
61173
- "default": "!!this.shadowRoot",
61174
- "inheritedFrom": {
61175
- "name": "SbbHydrationMixin",
61176
- "module": "core/mixins/hydration-mixin.js"
61177
- }
61178
- },
61179
- {
61180
- "kind": "field",
61181
- "name": "_hydrationComplete",
61182
- "privacy": "private",
61183
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
61184
- "inheritedFrom": {
61185
- "name": "SbbHydrationMixin",
61186
- "module": "core/mixins/hydration-mixin.js"
61187
- }
61188
- },
61189
- {
61190
- "kind": "field",
61191
- "name": "_resolveHydration",
61192
- "type": {
61193
- "text": "(hydrationRequired: boolean) => void"
61194
- },
61195
- "privacy": "private",
61196
- "inheritedFrom": {
61197
- "name": "SbbHydrationMixin",
61198
- "module": "core/mixins/hydration-mixin.js"
61199
- }
61200
- },
61201
- {
61202
- "kind": "field",
61203
- "name": "hydrationRequired",
61204
- "type": {
61205
- "text": "boolean"
61206
- },
61207
- "privacy": "protected",
61208
- "description": "Returns whether hydration is required and not completed.",
61209
- "readonly": true,
61210
- "inheritedFrom": {
61211
- "name": "SbbHydrationMixin",
61212
- "module": "core/mixins/hydration-mixin.js"
61213
- },
61214
- "default": "!!this.shadowRoot"
61215
- },
61216
- {
61217
- "kind": "method",
61218
- "name": "toggleState",
61219
- "privacy": "protected",
61220
- "return": {
61221
- "type": {
61222
- "text": "void"
61223
- }
61224
- },
61225
- "parameters": [
61226
- {
61227
- "name": "value",
61228
- "type": {
61229
- "text": "string"
61230
- }
61231
- },
61232
- {
61233
- "name": "force",
61234
- "optional": true,
61235
- "type": {
61236
- "text": "boolean"
61237
- }
61238
- }
61239
- ],
61240
- "inheritedFrom": {
61241
- "name": "SbbElementInternalsMixin",
61242
- "module": "core/mixins/element-internals-mixin.js"
61243
- }
61244
- },
61245
- {
61246
- "kind": "field",
61247
- "name": "['_$sbbElement$']",
61248
- "type": {
61249
- "text": "boolean"
61250
- },
61251
- "privacy": "public",
61252
- "static": true,
61253
- "default": "true",
61254
- "inheritedFrom": {
61255
- "name": "SbbElement",
61256
- "module": "core/base-elements/element.js"
61257
- }
61258
- },
61259
- {
61260
- "kind": "field",
61261
- "name": "_controllers",
61262
- "type": {
61263
- "text": "Set<SbbReactiveController> | undefined"
61264
- },
61265
- "privacy": "private",
61266
- "inheritedFrom": {
61267
- "name": "SbbElement",
61268
- "module": "core/base-elements/element.js"
61269
- }
61270
- }
61271
- ],
61272
- "attributes": [
61273
- {
61274
- "name": "expanded",
61275
- "type": {
61276
- "text": "boolean"
61277
- },
61278
- "default": "false",
61279
- "description": "Whether the container is expanded.",
61280
- "fieldName": "expanded"
61281
- },
61282
- {
61283
- "name": "background-expanded",
61284
- "type": {
61285
- "text": "boolean"
61286
- },
61287
- "default": "false",
61288
- "description": "Whether the background color is shown on full container width on large screens.",
61289
- "fieldName": "backgroundExpanded"
61290
- },
61291
- {
61292
- "name": "color",
61293
- "type": {
61294
- "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
61295
- },
61296
- "default": "'white'",
61297
- "description": "Color of the container, like transparent, white etc.",
61298
- "fieldName": "color"
61299
- }
61300
- ],
61301
- "superclass": {
61302
- "name": "SbbElement",
61303
- "module": "core/base-elements.js"
61304
- },
61305
- "tagName": "sbb-container",
61306
- "customElement": true
61307
- }
61308
- ],
61309
- "exports": [
61310
- {
61311
- "kind": "js",
61312
- "name": "SbbContainerElement",
61313
- "declaration": {
61314
- "name": "SbbContainerElement",
61315
- "module": "container/container/container.component.js"
61316
- }
61317
- }
61318
- ]
61319
- },
61320
61320
  {
61321
61321
  "kind": "javascript-module",
61322
61322
  "path": "core/a11y/arrow-navigation.js",
@@ -77846,26 +77846,6 @@
77846
77846
  }
77847
77847
  ]
77848
77848
  },
77849
- {
77850
- "kind": "javascript-module",
77851
- "path": "core/styles/styles.js",
77852
- "declarations": [
77853
- {
77854
- "kind": "variable",
77855
- "name": "boxSizingStyles"
77856
- }
77857
- ],
77858
- "exports": [
77859
- {
77860
- "kind": "js",
77861
- "name": "boxSizingStyles",
77862
- "declaration": {
77863
- "name": "boxSizingStyles",
77864
- "module": "core/styles/styles.js"
77865
- }
77866
- }
77867
- ]
77868
- },
77869
77849
  {
77870
77850
  "kind": "javascript-module",
77871
77851
  "path": "core/testing/event-spy.js",
@@ -78263,6 +78243,26 @@
78263
78243
  }
78264
78244
  ]
78265
78245
  },
78246
+ {
78247
+ "kind": "javascript-module",
78248
+ "path": "core/styles/styles.js",
78249
+ "declarations": [
78250
+ {
78251
+ "kind": "variable",
78252
+ "name": "boxSizingStyles"
78253
+ }
78254
+ ],
78255
+ "exports": [
78256
+ {
78257
+ "kind": "js",
78258
+ "name": "boxSizingStyles",
78259
+ "declaration": {
78260
+ "name": "boxSizingStyles",
78261
+ "module": "core/styles/styles.js"
78262
+ }
78263
+ }
78264
+ ]
78265
+ },
78266
78266
  {
78267
78267
  "kind": "javascript-module",
78268
78268
  "path": "datepicker/common/datepicker-button.js",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-dev",
3
- "version": "4.10.0-dev.1775762509",
3
+ "version": "4.10.0-dev.1775816125",
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/6b60b3c0c2c4f73d28ada3aa14ed3418b4d4d4b5"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/f4fbcbb6aaa6196d5e7a584f87ee8adc1eedf580"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {