@sbb-esta/lyne-elements-dev 4.5.1-dev.1772034641 → 4.6.0-dev.1772035308
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.
- package/custom-elements.json +213 -213
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -108089,6 +108089,219 @@
|
|
|
108089
108089
|
}
|
|
108090
108090
|
]
|
|
108091
108091
|
},
|
|
108092
|
+
{
|
|
108093
|
+
"kind": "javascript-module",
|
|
108094
|
+
"path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
|
|
108095
|
+
"declarations": [
|
|
108096
|
+
{
|
|
108097
|
+
"kind": "class",
|
|
108098
|
+
"description": "Displays a text and a footnote, combined with an image, to tease a product.",
|
|
108099
|
+
"name": "SbbTeaserProductStaticElement",
|
|
108100
|
+
"cssProperties": [
|
|
108101
|
+
{
|
|
108102
|
+
"description": "At which percentage the background should start getting transparent.",
|
|
108103
|
+
"name": "--sbb-teaser-product-background-gradient-start",
|
|
108104
|
+
"default": "25%"
|
|
108105
|
+
},
|
|
108106
|
+
{
|
|
108107
|
+
"description": "At which percentage the background should be fully transparent.",
|
|
108108
|
+
"name": "--sbb-teaser-product-background-gradient-end",
|
|
108109
|
+
"default": "75%"
|
|
108110
|
+
}
|
|
108111
|
+
],
|
|
108112
|
+
"slots": [
|
|
108113
|
+
{
|
|
108114
|
+
"description": "Use this slot to provide the main content.",
|
|
108115
|
+
"name": ""
|
|
108116
|
+
},
|
|
108117
|
+
{
|
|
108118
|
+
"description": "Use this slot to provide an image or a `sbb-image` as a background.",
|
|
108119
|
+
"name": "image"
|
|
108120
|
+
},
|
|
108121
|
+
{
|
|
108122
|
+
"description": "Use this slot to provide a footnote.",
|
|
108123
|
+
"name": "footnote"
|
|
108124
|
+
}
|
|
108125
|
+
],
|
|
108126
|
+
"members": [
|
|
108127
|
+
{
|
|
108128
|
+
"kind": "field",
|
|
108129
|
+
"name": "imageAlignment",
|
|
108130
|
+
"type": {
|
|
108131
|
+
"text": "'after' | 'before'"
|
|
108132
|
+
},
|
|
108133
|
+
"privacy": "public",
|
|
108134
|
+
"default": "'after'",
|
|
108135
|
+
"description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
|
|
108136
|
+
"attribute": "image-alignment",
|
|
108137
|
+
"reflects": true,
|
|
108138
|
+
"inheritedFrom": {
|
|
108139
|
+
"name": "SbbTeaserProductCommonElementMixin",
|
|
108140
|
+
"module": "teaser-product/common/teaser-product-common.js"
|
|
108141
|
+
}
|
|
108142
|
+
},
|
|
108143
|
+
{
|
|
108144
|
+
"kind": "method",
|
|
108145
|
+
"name": "renderTemplate",
|
|
108146
|
+
"privacy": "protected",
|
|
108147
|
+
"return": {
|
|
108148
|
+
"type": {
|
|
108149
|
+
"text": "TemplateResult"
|
|
108150
|
+
}
|
|
108151
|
+
},
|
|
108152
|
+
"description": "Override this method to render the component template.",
|
|
108153
|
+
"inheritedFrom": {
|
|
108154
|
+
"name": "SbbActionBaseElement",
|
|
108155
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108156
|
+
}
|
|
108157
|
+
},
|
|
108158
|
+
{
|
|
108159
|
+
"kind": "field",
|
|
108160
|
+
"name": "negative",
|
|
108161
|
+
"type": {
|
|
108162
|
+
"text": "boolean"
|
|
108163
|
+
},
|
|
108164
|
+
"privacy": "public",
|
|
108165
|
+
"default": "false",
|
|
108166
|
+
"description": "Negative coloring variant flag.",
|
|
108167
|
+
"attribute": "negative",
|
|
108168
|
+
"reflects": true,
|
|
108169
|
+
"inheritedFrom": {
|
|
108170
|
+
"name": "SbbNegativeMixin",
|
|
108171
|
+
"module": "core/mixins/negative-mixin.js"
|
|
108172
|
+
}
|
|
108173
|
+
},
|
|
108174
|
+
{
|
|
108175
|
+
"kind": "method",
|
|
108176
|
+
"name": "toggleState",
|
|
108177
|
+
"privacy": "protected",
|
|
108178
|
+
"return": {
|
|
108179
|
+
"type": {
|
|
108180
|
+
"text": "void"
|
|
108181
|
+
}
|
|
108182
|
+
},
|
|
108183
|
+
"parameters": [
|
|
108184
|
+
{
|
|
108185
|
+
"name": "value",
|
|
108186
|
+
"type": {
|
|
108187
|
+
"text": "string"
|
|
108188
|
+
}
|
|
108189
|
+
},
|
|
108190
|
+
{
|
|
108191
|
+
"name": "force",
|
|
108192
|
+
"optional": true,
|
|
108193
|
+
"type": {
|
|
108194
|
+
"text": "boolean"
|
|
108195
|
+
}
|
|
108196
|
+
}
|
|
108197
|
+
],
|
|
108198
|
+
"inheritedFrom": {
|
|
108199
|
+
"name": "SbbActionBaseElement",
|
|
108200
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108201
|
+
}
|
|
108202
|
+
},
|
|
108203
|
+
{
|
|
108204
|
+
"kind": "field",
|
|
108205
|
+
"name": "maybeDisabled",
|
|
108206
|
+
"type": {
|
|
108207
|
+
"text": "boolean | undefined"
|
|
108208
|
+
},
|
|
108209
|
+
"privacy": "protected",
|
|
108210
|
+
"readonly": true,
|
|
108211
|
+
"inheritedFrom": {
|
|
108212
|
+
"name": "SbbActionBaseElement",
|
|
108213
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108214
|
+
}
|
|
108215
|
+
},
|
|
108216
|
+
{
|
|
108217
|
+
"kind": "field",
|
|
108218
|
+
"name": "maybeDisabledInteractive",
|
|
108219
|
+
"type": {
|
|
108220
|
+
"text": "boolean | undefined"
|
|
108221
|
+
},
|
|
108222
|
+
"privacy": "protected",
|
|
108223
|
+
"readonly": true,
|
|
108224
|
+
"inheritedFrom": {
|
|
108225
|
+
"name": "SbbActionBaseElement",
|
|
108226
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108227
|
+
}
|
|
108228
|
+
},
|
|
108229
|
+
{
|
|
108230
|
+
"kind": "method",
|
|
108231
|
+
"name": "setupBaseEventHandlers",
|
|
108232
|
+
"privacy": "protected",
|
|
108233
|
+
"return": {
|
|
108234
|
+
"type": {
|
|
108235
|
+
"text": "void"
|
|
108236
|
+
}
|
|
108237
|
+
},
|
|
108238
|
+
"inheritedFrom": {
|
|
108239
|
+
"name": "SbbActionBaseElement",
|
|
108240
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108241
|
+
}
|
|
108242
|
+
}
|
|
108243
|
+
],
|
|
108244
|
+
"mixins": [
|
|
108245
|
+
{
|
|
108246
|
+
"name": "SbbTeaserProductCommonElementMixin",
|
|
108247
|
+
"module": "teaser-product/common.js"
|
|
108248
|
+
}
|
|
108249
|
+
],
|
|
108250
|
+
"superclass": {
|
|
108251
|
+
"name": "SbbActionBaseElement",
|
|
108252
|
+
"module": "core/base-elements.js"
|
|
108253
|
+
},
|
|
108254
|
+
"tagName": "sbb-teaser-product-static",
|
|
108255
|
+
"customElement": true,
|
|
108256
|
+
"attributes": [
|
|
108257
|
+
{
|
|
108258
|
+
"name": "image-alignment",
|
|
108259
|
+
"type": {
|
|
108260
|
+
"text": "'after' | 'before'"
|
|
108261
|
+
},
|
|
108262
|
+
"default": "'after'",
|
|
108263
|
+
"description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
|
|
108264
|
+
"fieldName": "imageAlignment",
|
|
108265
|
+
"inheritedFrom": {
|
|
108266
|
+
"name": "SbbTeaserProductCommonElementMixin",
|
|
108267
|
+
"module": "teaser-product/common/teaser-product-common.js"
|
|
108268
|
+
}
|
|
108269
|
+
},
|
|
108270
|
+
{
|
|
108271
|
+
"name": "negative",
|
|
108272
|
+
"type": {
|
|
108273
|
+
"text": "boolean"
|
|
108274
|
+
},
|
|
108275
|
+
"default": "false",
|
|
108276
|
+
"description": "Negative coloring variant flag.",
|
|
108277
|
+
"fieldName": "negative",
|
|
108278
|
+
"inheritedFrom": {
|
|
108279
|
+
"name": "SbbNegativeMixin",
|
|
108280
|
+
"module": "core/mixins/negative-mixin.js"
|
|
108281
|
+
}
|
|
108282
|
+
}
|
|
108283
|
+
]
|
|
108284
|
+
}
|
|
108285
|
+
],
|
|
108286
|
+
"exports": [
|
|
108287
|
+
{
|
|
108288
|
+
"kind": "js",
|
|
108289
|
+
"name": "SbbTeaserProductStaticElement",
|
|
108290
|
+
"declaration": {
|
|
108291
|
+
"name": "SbbTeaserProductStaticElement",
|
|
108292
|
+
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
108293
|
+
}
|
|
108294
|
+
},
|
|
108295
|
+
{
|
|
108296
|
+
"kind": "custom-element-definition",
|
|
108297
|
+
"name": "sbb-teaser-product-static",
|
|
108298
|
+
"declaration": {
|
|
108299
|
+
"name": "SbbTeaserProductStaticElement",
|
|
108300
|
+
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
108301
|
+
}
|
|
108302
|
+
}
|
|
108303
|
+
]
|
|
108304
|
+
},
|
|
108092
108305
|
{
|
|
108093
108306
|
"kind": "javascript-module",
|
|
108094
108307
|
"path": "teaser-product/teaser-product/teaser-product.component.js",
|
|
@@ -108529,219 +108742,6 @@
|
|
|
108529
108742
|
}
|
|
108530
108743
|
]
|
|
108531
108744
|
},
|
|
108532
|
-
{
|
|
108533
|
-
"kind": "javascript-module",
|
|
108534
|
-
"path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
|
|
108535
|
-
"declarations": [
|
|
108536
|
-
{
|
|
108537
|
-
"kind": "class",
|
|
108538
|
-
"description": "Displays a text and a footnote, combined with an image, to tease a product.",
|
|
108539
|
-
"name": "SbbTeaserProductStaticElement",
|
|
108540
|
-
"cssProperties": [
|
|
108541
|
-
{
|
|
108542
|
-
"description": "At which percentage the background should start getting transparent.",
|
|
108543
|
-
"name": "--sbb-teaser-product-background-gradient-start",
|
|
108544
|
-
"default": "25%"
|
|
108545
|
-
},
|
|
108546
|
-
{
|
|
108547
|
-
"description": "At which percentage the background should be fully transparent.",
|
|
108548
|
-
"name": "--sbb-teaser-product-background-gradient-end",
|
|
108549
|
-
"default": "75%"
|
|
108550
|
-
}
|
|
108551
|
-
],
|
|
108552
|
-
"slots": [
|
|
108553
|
-
{
|
|
108554
|
-
"description": "Use this slot to provide the main content.",
|
|
108555
|
-
"name": ""
|
|
108556
|
-
},
|
|
108557
|
-
{
|
|
108558
|
-
"description": "Use this slot to provide an image or a `sbb-image` as a background.",
|
|
108559
|
-
"name": "image"
|
|
108560
|
-
},
|
|
108561
|
-
{
|
|
108562
|
-
"description": "Use this slot to provide a footnote.",
|
|
108563
|
-
"name": "footnote"
|
|
108564
|
-
}
|
|
108565
|
-
],
|
|
108566
|
-
"members": [
|
|
108567
|
-
{
|
|
108568
|
-
"kind": "field",
|
|
108569
|
-
"name": "imageAlignment",
|
|
108570
|
-
"type": {
|
|
108571
|
-
"text": "'after' | 'before'"
|
|
108572
|
-
},
|
|
108573
|
-
"privacy": "public",
|
|
108574
|
-
"default": "'after'",
|
|
108575
|
-
"description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
|
|
108576
|
-
"attribute": "image-alignment",
|
|
108577
|
-
"reflects": true,
|
|
108578
|
-
"inheritedFrom": {
|
|
108579
|
-
"name": "SbbTeaserProductCommonElementMixin",
|
|
108580
|
-
"module": "teaser-product/common/teaser-product-common.js"
|
|
108581
|
-
}
|
|
108582
|
-
},
|
|
108583
|
-
{
|
|
108584
|
-
"kind": "method",
|
|
108585
|
-
"name": "renderTemplate",
|
|
108586
|
-
"privacy": "protected",
|
|
108587
|
-
"return": {
|
|
108588
|
-
"type": {
|
|
108589
|
-
"text": "TemplateResult"
|
|
108590
|
-
}
|
|
108591
|
-
},
|
|
108592
|
-
"description": "Override this method to render the component template.",
|
|
108593
|
-
"inheritedFrom": {
|
|
108594
|
-
"name": "SbbActionBaseElement",
|
|
108595
|
-
"module": "core/base-elements/action-base-element.js"
|
|
108596
|
-
}
|
|
108597
|
-
},
|
|
108598
|
-
{
|
|
108599
|
-
"kind": "field",
|
|
108600
|
-
"name": "negative",
|
|
108601
|
-
"type": {
|
|
108602
|
-
"text": "boolean"
|
|
108603
|
-
},
|
|
108604
|
-
"privacy": "public",
|
|
108605
|
-
"default": "false",
|
|
108606
|
-
"description": "Negative coloring variant flag.",
|
|
108607
|
-
"attribute": "negative",
|
|
108608
|
-
"reflects": true,
|
|
108609
|
-
"inheritedFrom": {
|
|
108610
|
-
"name": "SbbNegativeMixin",
|
|
108611
|
-
"module": "core/mixins/negative-mixin.js"
|
|
108612
|
-
}
|
|
108613
|
-
},
|
|
108614
|
-
{
|
|
108615
|
-
"kind": "method",
|
|
108616
|
-
"name": "toggleState",
|
|
108617
|
-
"privacy": "protected",
|
|
108618
|
-
"return": {
|
|
108619
|
-
"type": {
|
|
108620
|
-
"text": "void"
|
|
108621
|
-
}
|
|
108622
|
-
},
|
|
108623
|
-
"parameters": [
|
|
108624
|
-
{
|
|
108625
|
-
"name": "value",
|
|
108626
|
-
"type": {
|
|
108627
|
-
"text": "string"
|
|
108628
|
-
}
|
|
108629
|
-
},
|
|
108630
|
-
{
|
|
108631
|
-
"name": "force",
|
|
108632
|
-
"optional": true,
|
|
108633
|
-
"type": {
|
|
108634
|
-
"text": "boolean"
|
|
108635
|
-
}
|
|
108636
|
-
}
|
|
108637
|
-
],
|
|
108638
|
-
"inheritedFrom": {
|
|
108639
|
-
"name": "SbbActionBaseElement",
|
|
108640
|
-
"module": "core/base-elements/action-base-element.js"
|
|
108641
|
-
}
|
|
108642
|
-
},
|
|
108643
|
-
{
|
|
108644
|
-
"kind": "field",
|
|
108645
|
-
"name": "maybeDisabled",
|
|
108646
|
-
"type": {
|
|
108647
|
-
"text": "boolean | undefined"
|
|
108648
|
-
},
|
|
108649
|
-
"privacy": "protected",
|
|
108650
|
-
"readonly": true,
|
|
108651
|
-
"inheritedFrom": {
|
|
108652
|
-
"name": "SbbActionBaseElement",
|
|
108653
|
-
"module": "core/base-elements/action-base-element.js"
|
|
108654
|
-
}
|
|
108655
|
-
},
|
|
108656
|
-
{
|
|
108657
|
-
"kind": "field",
|
|
108658
|
-
"name": "maybeDisabledInteractive",
|
|
108659
|
-
"type": {
|
|
108660
|
-
"text": "boolean | undefined"
|
|
108661
|
-
},
|
|
108662
|
-
"privacy": "protected",
|
|
108663
|
-
"readonly": true,
|
|
108664
|
-
"inheritedFrom": {
|
|
108665
|
-
"name": "SbbActionBaseElement",
|
|
108666
|
-
"module": "core/base-elements/action-base-element.js"
|
|
108667
|
-
}
|
|
108668
|
-
},
|
|
108669
|
-
{
|
|
108670
|
-
"kind": "method",
|
|
108671
|
-
"name": "setupBaseEventHandlers",
|
|
108672
|
-
"privacy": "protected",
|
|
108673
|
-
"return": {
|
|
108674
|
-
"type": {
|
|
108675
|
-
"text": "void"
|
|
108676
|
-
}
|
|
108677
|
-
},
|
|
108678
|
-
"inheritedFrom": {
|
|
108679
|
-
"name": "SbbActionBaseElement",
|
|
108680
|
-
"module": "core/base-elements/action-base-element.js"
|
|
108681
|
-
}
|
|
108682
|
-
}
|
|
108683
|
-
],
|
|
108684
|
-
"mixins": [
|
|
108685
|
-
{
|
|
108686
|
-
"name": "SbbTeaserProductCommonElementMixin",
|
|
108687
|
-
"module": "teaser-product/common.js"
|
|
108688
|
-
}
|
|
108689
|
-
],
|
|
108690
|
-
"superclass": {
|
|
108691
|
-
"name": "SbbActionBaseElement",
|
|
108692
|
-
"module": "core/base-elements.js"
|
|
108693
|
-
},
|
|
108694
|
-
"tagName": "sbb-teaser-product-static",
|
|
108695
|
-
"customElement": true,
|
|
108696
|
-
"attributes": [
|
|
108697
|
-
{
|
|
108698
|
-
"name": "image-alignment",
|
|
108699
|
-
"type": {
|
|
108700
|
-
"text": "'after' | 'before'"
|
|
108701
|
-
},
|
|
108702
|
-
"default": "'after'",
|
|
108703
|
-
"description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
|
|
108704
|
-
"fieldName": "imageAlignment",
|
|
108705
|
-
"inheritedFrom": {
|
|
108706
|
-
"name": "SbbTeaserProductCommonElementMixin",
|
|
108707
|
-
"module": "teaser-product/common/teaser-product-common.js"
|
|
108708
|
-
}
|
|
108709
|
-
},
|
|
108710
|
-
{
|
|
108711
|
-
"name": "negative",
|
|
108712
|
-
"type": {
|
|
108713
|
-
"text": "boolean"
|
|
108714
|
-
},
|
|
108715
|
-
"default": "false",
|
|
108716
|
-
"description": "Negative coloring variant flag.",
|
|
108717
|
-
"fieldName": "negative",
|
|
108718
|
-
"inheritedFrom": {
|
|
108719
|
-
"name": "SbbNegativeMixin",
|
|
108720
|
-
"module": "core/mixins/negative-mixin.js"
|
|
108721
|
-
}
|
|
108722
|
-
}
|
|
108723
|
-
]
|
|
108724
|
-
}
|
|
108725
|
-
],
|
|
108726
|
-
"exports": [
|
|
108727
|
-
{
|
|
108728
|
-
"kind": "js",
|
|
108729
|
-
"name": "SbbTeaserProductStaticElement",
|
|
108730
|
-
"declaration": {
|
|
108731
|
-
"name": "SbbTeaserProductStaticElement",
|
|
108732
|
-
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
108733
|
-
}
|
|
108734
|
-
},
|
|
108735
|
-
{
|
|
108736
|
-
"kind": "custom-element-definition",
|
|
108737
|
-
"name": "sbb-teaser-product-static",
|
|
108738
|
-
"declaration": {
|
|
108739
|
-
"name": "SbbTeaserProductStaticElement",
|
|
108740
|
-
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
108741
|
-
}
|
|
108742
|
-
}
|
|
108743
|
-
]
|
|
108744
|
-
},
|
|
108745
108745
|
{
|
|
108746
108746
|
"kind": "javascript-module",
|
|
108747
108747
|
"path": "timetable-form/timetable-form/timetable-form.component.js",
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0-dev.1772035308",
|
|
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/
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/4dc626dac4a51e017fec037f6aa10dbe703fa631"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|