@sbb-esta/lyne-elements-dev 4.7.0-dev.1772706210 → 4.7.0-dev.1772773080
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 +109 -109
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -78732,115 +78732,6 @@
|
|
|
78732
78732
|
}
|
|
78733
78733
|
]
|
|
78734
78734
|
},
|
|
78735
|
-
{
|
|
78736
|
-
"kind": "javascript-module",
|
|
78737
|
-
"path": "header/header-environment/header-environment.component.js",
|
|
78738
|
-
"declarations": [
|
|
78739
|
-
{
|
|
78740
|
-
"kind": "class",
|
|
78741
|
-
"description": "It displays a ribbon inside the header to indicate the current environment.",
|
|
78742
|
-
"name": "SbbHeaderEnvironmentElement",
|
|
78743
|
-
"cssProperties": [
|
|
78744
|
-
{
|
|
78745
|
-
"description": "Can be used change the ribbon color.",
|
|
78746
|
-
"name": "--sbb-header-environment-background-color",
|
|
78747
|
-
"default": "var(sbb-color-granite)"
|
|
78748
|
-
},
|
|
78749
|
-
{
|
|
78750
|
-
"description": "Can be used change the text color.",
|
|
78751
|
-
"name": "--sbb-header-environment-color",
|
|
78752
|
-
"default": "var(sbb-color-white)"
|
|
78753
|
-
}
|
|
78754
|
-
],
|
|
78755
|
-
"slots": [
|
|
78756
|
-
{
|
|
78757
|
-
"description": "Use the unnamed slot to add the environment.",
|
|
78758
|
-
"name": ""
|
|
78759
|
-
}
|
|
78760
|
-
],
|
|
78761
|
-
"members": [
|
|
78762
|
-
{
|
|
78763
|
-
"kind": "field",
|
|
78764
|
-
"name": "_env",
|
|
78765
|
-
"type": {
|
|
78766
|
-
"text": "string | null"
|
|
78767
|
-
},
|
|
78768
|
-
"privacy": "private",
|
|
78769
|
-
"default": "null"
|
|
78770
|
-
},
|
|
78771
|
-
{
|
|
78772
|
-
"kind": "method",
|
|
78773
|
-
"name": "_slottedTextChange",
|
|
78774
|
-
"privacy": "private",
|
|
78775
|
-
"return": {
|
|
78776
|
-
"type": {
|
|
78777
|
-
"text": "void"
|
|
78778
|
-
}
|
|
78779
|
-
}
|
|
78780
|
-
},
|
|
78781
|
-
{
|
|
78782
|
-
"kind": "method",
|
|
78783
|
-
"name": "toggleState",
|
|
78784
|
-
"privacy": "protected",
|
|
78785
|
-
"return": {
|
|
78786
|
-
"type": {
|
|
78787
|
-
"text": "void"
|
|
78788
|
-
}
|
|
78789
|
-
},
|
|
78790
|
-
"parameters": [
|
|
78791
|
-
{
|
|
78792
|
-
"name": "value",
|
|
78793
|
-
"type": {
|
|
78794
|
-
"text": "string"
|
|
78795
|
-
}
|
|
78796
|
-
},
|
|
78797
|
-
{
|
|
78798
|
-
"name": "force",
|
|
78799
|
-
"optional": true,
|
|
78800
|
-
"type": {
|
|
78801
|
-
"text": "boolean"
|
|
78802
|
-
}
|
|
78803
|
-
}
|
|
78804
|
-
],
|
|
78805
|
-
"inheritedFrom": {
|
|
78806
|
-
"name": "SbbElementInternalsMixin",
|
|
78807
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
78808
|
-
}
|
|
78809
|
-
}
|
|
78810
|
-
],
|
|
78811
|
-
"mixins": [
|
|
78812
|
-
{
|
|
78813
|
-
"name": "SbbElementInternalsMixin",
|
|
78814
|
-
"module": "core/mixins.js"
|
|
78815
|
-
}
|
|
78816
|
-
],
|
|
78817
|
-
"superclass": {
|
|
78818
|
-
"name": "LitElement",
|
|
78819
|
-
"package": "lit"
|
|
78820
|
-
},
|
|
78821
|
-
"tagName": "sbb-header-environment",
|
|
78822
|
-
"customElement": true
|
|
78823
|
-
}
|
|
78824
|
-
],
|
|
78825
|
-
"exports": [
|
|
78826
|
-
{
|
|
78827
|
-
"kind": "js",
|
|
78828
|
-
"name": "SbbHeaderEnvironmentElement",
|
|
78829
|
-
"declaration": {
|
|
78830
|
-
"name": "SbbHeaderEnvironmentElement",
|
|
78831
|
-
"module": "header/header-environment/header-environment.component.js"
|
|
78832
|
-
}
|
|
78833
|
-
},
|
|
78834
|
-
{
|
|
78835
|
-
"kind": "custom-element-definition",
|
|
78836
|
-
"name": "sbb-header-environment",
|
|
78837
|
-
"declaration": {
|
|
78838
|
-
"name": "SbbHeaderEnvironmentElement",
|
|
78839
|
-
"module": "header/header-environment/header-environment.component.js"
|
|
78840
|
-
}
|
|
78841
|
-
}
|
|
78842
|
-
]
|
|
78843
|
-
},
|
|
78844
78735
|
{
|
|
78845
78736
|
"kind": "javascript-module",
|
|
78846
78737
|
"path": "header/header-link/header-link.component.js",
|
|
@@ -79329,6 +79220,115 @@
|
|
|
79329
79220
|
}
|
|
79330
79221
|
]
|
|
79331
79222
|
},
|
|
79223
|
+
{
|
|
79224
|
+
"kind": "javascript-module",
|
|
79225
|
+
"path": "header/header-environment/header-environment.component.js",
|
|
79226
|
+
"declarations": [
|
|
79227
|
+
{
|
|
79228
|
+
"kind": "class",
|
|
79229
|
+
"description": "It displays a ribbon inside the header to indicate the current environment.",
|
|
79230
|
+
"name": "SbbHeaderEnvironmentElement",
|
|
79231
|
+
"cssProperties": [
|
|
79232
|
+
{
|
|
79233
|
+
"description": "Can be used change the ribbon color.",
|
|
79234
|
+
"name": "--sbb-header-environment-background-color",
|
|
79235
|
+
"default": "var(sbb-color-granite)"
|
|
79236
|
+
},
|
|
79237
|
+
{
|
|
79238
|
+
"description": "Can be used change the text color.",
|
|
79239
|
+
"name": "--sbb-header-environment-color",
|
|
79240
|
+
"default": "var(sbb-color-white)"
|
|
79241
|
+
}
|
|
79242
|
+
],
|
|
79243
|
+
"slots": [
|
|
79244
|
+
{
|
|
79245
|
+
"description": "Use the unnamed slot to add the environment.",
|
|
79246
|
+
"name": ""
|
|
79247
|
+
}
|
|
79248
|
+
],
|
|
79249
|
+
"members": [
|
|
79250
|
+
{
|
|
79251
|
+
"kind": "field",
|
|
79252
|
+
"name": "_env",
|
|
79253
|
+
"type": {
|
|
79254
|
+
"text": "string | null"
|
|
79255
|
+
},
|
|
79256
|
+
"privacy": "private",
|
|
79257
|
+
"default": "null"
|
|
79258
|
+
},
|
|
79259
|
+
{
|
|
79260
|
+
"kind": "method",
|
|
79261
|
+
"name": "_slottedTextChange",
|
|
79262
|
+
"privacy": "private",
|
|
79263
|
+
"return": {
|
|
79264
|
+
"type": {
|
|
79265
|
+
"text": "void"
|
|
79266
|
+
}
|
|
79267
|
+
}
|
|
79268
|
+
},
|
|
79269
|
+
{
|
|
79270
|
+
"kind": "method",
|
|
79271
|
+
"name": "toggleState",
|
|
79272
|
+
"privacy": "protected",
|
|
79273
|
+
"return": {
|
|
79274
|
+
"type": {
|
|
79275
|
+
"text": "void"
|
|
79276
|
+
}
|
|
79277
|
+
},
|
|
79278
|
+
"parameters": [
|
|
79279
|
+
{
|
|
79280
|
+
"name": "value",
|
|
79281
|
+
"type": {
|
|
79282
|
+
"text": "string"
|
|
79283
|
+
}
|
|
79284
|
+
},
|
|
79285
|
+
{
|
|
79286
|
+
"name": "force",
|
|
79287
|
+
"optional": true,
|
|
79288
|
+
"type": {
|
|
79289
|
+
"text": "boolean"
|
|
79290
|
+
}
|
|
79291
|
+
}
|
|
79292
|
+
],
|
|
79293
|
+
"inheritedFrom": {
|
|
79294
|
+
"name": "SbbElementInternalsMixin",
|
|
79295
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
79296
|
+
}
|
|
79297
|
+
}
|
|
79298
|
+
],
|
|
79299
|
+
"mixins": [
|
|
79300
|
+
{
|
|
79301
|
+
"name": "SbbElementInternalsMixin",
|
|
79302
|
+
"module": "core/mixins.js"
|
|
79303
|
+
}
|
|
79304
|
+
],
|
|
79305
|
+
"superclass": {
|
|
79306
|
+
"name": "LitElement",
|
|
79307
|
+
"package": "lit"
|
|
79308
|
+
},
|
|
79309
|
+
"tagName": "sbb-header-environment",
|
|
79310
|
+
"customElement": true
|
|
79311
|
+
}
|
|
79312
|
+
],
|
|
79313
|
+
"exports": [
|
|
79314
|
+
{
|
|
79315
|
+
"kind": "js",
|
|
79316
|
+
"name": "SbbHeaderEnvironmentElement",
|
|
79317
|
+
"declaration": {
|
|
79318
|
+
"name": "SbbHeaderEnvironmentElement",
|
|
79319
|
+
"module": "header/header-environment/header-environment.component.js"
|
|
79320
|
+
}
|
|
79321
|
+
},
|
|
79322
|
+
{
|
|
79323
|
+
"kind": "custom-element-definition",
|
|
79324
|
+
"name": "sbb-header-environment",
|
|
79325
|
+
"declaration": {
|
|
79326
|
+
"name": "SbbHeaderEnvironmentElement",
|
|
79327
|
+
"module": "header/header-environment/header-environment.component.js"
|
|
79328
|
+
}
|
|
79329
|
+
}
|
|
79330
|
+
]
|
|
79331
|
+
},
|
|
79332
79332
|
{
|
|
79333
79333
|
"kind": "javascript-module",
|
|
79334
79334
|
"path": "icon-sidebar/icon-sidebar/icon-sidebar.component.js",
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "4.7.0-dev.
|
|
3
|
+
"version": "4.7.0-dev.1772773080",
|
|
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/56cfa49bd4c8790674a025c407fca599cb201cdd"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|