@sbb-esta/lyne-elements-dev 4.13.0-dev.1779150901 → 4.13.0-dev.1779164930

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 +186 -186
  2. package/package.json +2 -2
@@ -97681,192 +97681,6 @@
97681
97681
  }
97682
97682
  ]
97683
97683
  },
97684
- {
97685
- "kind": "javascript-module",
97686
- "path": "header/header-environment/header-environment.component.js",
97687
- "declarations": [
97688
- {
97689
- "kind": "class",
97690
- "description": "It displays a ribbon inside the header to indicate the current environment.",
97691
- "name": "SbbHeaderEnvironmentElement",
97692
- "cssProperties": [
97693
- {
97694
- "description": "Can be used change the ribbon color.",
97695
- "name": "--sbb-header-environment-background-color",
97696
- "default": "var(sbb-color-granite)"
97697
- },
97698
- {
97699
- "description": "Can be used change the text color.",
97700
- "name": "--sbb-header-environment-color",
97701
- "default": "var(sbb-color-white)"
97702
- }
97703
- ],
97704
- "slots": [
97705
- {
97706
- "description": "Use the unnamed slot to add the environment.",
97707
- "name": ""
97708
- }
97709
- ],
97710
- "members": [
97711
- {
97712
- "kind": "field",
97713
- "name": "elementName",
97714
- "type": {
97715
- "text": "string"
97716
- },
97717
- "privacy": "public",
97718
- "static": true,
97719
- "readonly": true,
97720
- "default": "'sbb-header-environment'",
97721
- "inheritedFrom": {
97722
- "name": "SbbElement",
97723
- "module": "core/base-elements/element.js"
97724
- }
97725
- },
97726
- {
97727
- "kind": "field",
97728
- "name": "_env",
97729
- "type": {
97730
- "text": "string | null"
97731
- },
97732
- "privacy": "private",
97733
- "default": "null"
97734
- },
97735
- {
97736
- "kind": "method",
97737
- "name": "_slottedTextChange",
97738
- "privacy": "private",
97739
- "return": {
97740
- "type": {
97741
- "text": "void"
97742
- }
97743
- }
97744
- },
97745
- {
97746
- "kind": "field",
97747
- "name": "_hydrationRequired",
97748
- "type": {
97749
- "text": "boolean"
97750
- },
97751
- "privacy": "private",
97752
- "default": "!!this.shadowRoot",
97753
- "inheritedFrom": {
97754
- "name": "SbbElement",
97755
- "module": "core/base-elements/element.js"
97756
- }
97757
- },
97758
- {
97759
- "kind": "field",
97760
- "name": "_hydrationComplete",
97761
- "privacy": "private",
97762
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
97763
- "inheritedFrom": {
97764
- "name": "SbbElement",
97765
- "module": "core/base-elements/element.js"
97766
- }
97767
- },
97768
- {
97769
- "kind": "field",
97770
- "name": "_resolveHydration",
97771
- "type": {
97772
- "text": "(hydrationRequired: boolean) => void"
97773
- },
97774
- "privacy": "private",
97775
- "inheritedFrom": {
97776
- "name": "SbbElement",
97777
- "module": "core/base-elements/element.js"
97778
- }
97779
- },
97780
- {
97781
- "kind": "field",
97782
- "name": "hydrationRequired",
97783
- "type": {
97784
- "text": "boolean"
97785
- },
97786
- "privacy": "protected",
97787
- "description": "Returns whether hydration is required and not completed.",
97788
- "readonly": true,
97789
- "inheritedFrom": {
97790
- "name": "SbbElement",
97791
- "module": "core/base-elements/element.js"
97792
- },
97793
- "default": "!!this.shadowRoot"
97794
- },
97795
- {
97796
- "kind": "method",
97797
- "name": "toggleState",
97798
- "privacy": "protected",
97799
- "return": {
97800
- "type": {
97801
- "text": "void"
97802
- }
97803
- },
97804
- "parameters": [
97805
- {
97806
- "name": "value",
97807
- "type": {
97808
- "text": "string"
97809
- }
97810
- },
97811
- {
97812
- "name": "force",
97813
- "optional": true,
97814
- "type": {
97815
- "text": "boolean"
97816
- }
97817
- }
97818
- ],
97819
- "inheritedFrom": {
97820
- "name": "SbbElement",
97821
- "module": "core/base-elements/element.js"
97822
- }
97823
- },
97824
- {
97825
- "kind": "field",
97826
- "name": "['_$sbbElement$']",
97827
- "type": {
97828
- "text": "boolean"
97829
- },
97830
- "privacy": "public",
97831
- "static": true,
97832
- "default": "true",
97833
- "inheritedFrom": {
97834
- "name": "SbbElement",
97835
- "module": "core/base-elements/element.js"
97836
- }
97837
- },
97838
- {
97839
- "kind": "field",
97840
- "name": "_controllers",
97841
- "type": {
97842
- "text": "Set<SbbReactiveController> | undefined"
97843
- },
97844
- "privacy": "private",
97845
- "inheritedFrom": {
97846
- "name": "SbbElement",
97847
- "module": "core/base-elements/element.js"
97848
- }
97849
- }
97850
- ],
97851
- "superclass": {
97852
- "name": "SbbElement",
97853
- "module": "core/base-elements.js"
97854
- },
97855
- "tagName": "sbb-header-environment",
97856
- "customElement": true
97857
- }
97858
- ],
97859
- "exports": [
97860
- {
97861
- "kind": "js",
97862
- "name": "SbbHeaderEnvironmentElement",
97863
- "declaration": {
97864
- "name": "SbbHeaderEnvironmentElement",
97865
- "module": "header/header-environment/header-environment.component.js"
97866
- }
97867
- }
97868
- ]
97869
- },
97870
97684
  {
97871
97685
  "kind": "javascript-module",
97872
97686
  "path": "header/header-link/header-link.component.js",
@@ -98438,6 +98252,192 @@
98438
98252
  }
98439
98253
  ]
98440
98254
  },
98255
+ {
98256
+ "kind": "javascript-module",
98257
+ "path": "header/header-environment/header-environment.component.js",
98258
+ "declarations": [
98259
+ {
98260
+ "kind": "class",
98261
+ "description": "It displays a ribbon inside the header to indicate the current environment.",
98262
+ "name": "SbbHeaderEnvironmentElement",
98263
+ "cssProperties": [
98264
+ {
98265
+ "description": "Can be used change the ribbon color.",
98266
+ "name": "--sbb-header-environment-background-color",
98267
+ "default": "var(sbb-color-granite)"
98268
+ },
98269
+ {
98270
+ "description": "Can be used change the text color.",
98271
+ "name": "--sbb-header-environment-color",
98272
+ "default": "var(sbb-color-white)"
98273
+ }
98274
+ ],
98275
+ "slots": [
98276
+ {
98277
+ "description": "Use the unnamed slot to add the environment.",
98278
+ "name": ""
98279
+ }
98280
+ ],
98281
+ "members": [
98282
+ {
98283
+ "kind": "field",
98284
+ "name": "elementName",
98285
+ "type": {
98286
+ "text": "string"
98287
+ },
98288
+ "privacy": "public",
98289
+ "static": true,
98290
+ "readonly": true,
98291
+ "default": "'sbb-header-environment'",
98292
+ "inheritedFrom": {
98293
+ "name": "SbbElement",
98294
+ "module": "core/base-elements/element.js"
98295
+ }
98296
+ },
98297
+ {
98298
+ "kind": "field",
98299
+ "name": "_env",
98300
+ "type": {
98301
+ "text": "string | null"
98302
+ },
98303
+ "privacy": "private",
98304
+ "default": "null"
98305
+ },
98306
+ {
98307
+ "kind": "method",
98308
+ "name": "_slottedTextChange",
98309
+ "privacy": "private",
98310
+ "return": {
98311
+ "type": {
98312
+ "text": "void"
98313
+ }
98314
+ }
98315
+ },
98316
+ {
98317
+ "kind": "field",
98318
+ "name": "_hydrationRequired",
98319
+ "type": {
98320
+ "text": "boolean"
98321
+ },
98322
+ "privacy": "private",
98323
+ "default": "!!this.shadowRoot",
98324
+ "inheritedFrom": {
98325
+ "name": "SbbElement",
98326
+ "module": "core/base-elements/element.js"
98327
+ }
98328
+ },
98329
+ {
98330
+ "kind": "field",
98331
+ "name": "_hydrationComplete",
98332
+ "privacy": "private",
98333
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
98334
+ "inheritedFrom": {
98335
+ "name": "SbbElement",
98336
+ "module": "core/base-elements/element.js"
98337
+ }
98338
+ },
98339
+ {
98340
+ "kind": "field",
98341
+ "name": "_resolveHydration",
98342
+ "type": {
98343
+ "text": "(hydrationRequired: boolean) => void"
98344
+ },
98345
+ "privacy": "private",
98346
+ "inheritedFrom": {
98347
+ "name": "SbbElement",
98348
+ "module": "core/base-elements/element.js"
98349
+ }
98350
+ },
98351
+ {
98352
+ "kind": "field",
98353
+ "name": "hydrationRequired",
98354
+ "type": {
98355
+ "text": "boolean"
98356
+ },
98357
+ "privacy": "protected",
98358
+ "description": "Returns whether hydration is required and not completed.",
98359
+ "readonly": true,
98360
+ "inheritedFrom": {
98361
+ "name": "SbbElement",
98362
+ "module": "core/base-elements/element.js"
98363
+ },
98364
+ "default": "!!this.shadowRoot"
98365
+ },
98366
+ {
98367
+ "kind": "method",
98368
+ "name": "toggleState",
98369
+ "privacy": "protected",
98370
+ "return": {
98371
+ "type": {
98372
+ "text": "void"
98373
+ }
98374
+ },
98375
+ "parameters": [
98376
+ {
98377
+ "name": "value",
98378
+ "type": {
98379
+ "text": "string"
98380
+ }
98381
+ },
98382
+ {
98383
+ "name": "force",
98384
+ "optional": true,
98385
+ "type": {
98386
+ "text": "boolean"
98387
+ }
98388
+ }
98389
+ ],
98390
+ "inheritedFrom": {
98391
+ "name": "SbbElement",
98392
+ "module": "core/base-elements/element.js"
98393
+ }
98394
+ },
98395
+ {
98396
+ "kind": "field",
98397
+ "name": "['_$sbbElement$']",
98398
+ "type": {
98399
+ "text": "boolean"
98400
+ },
98401
+ "privacy": "public",
98402
+ "static": true,
98403
+ "default": "true",
98404
+ "inheritedFrom": {
98405
+ "name": "SbbElement",
98406
+ "module": "core/base-elements/element.js"
98407
+ }
98408
+ },
98409
+ {
98410
+ "kind": "field",
98411
+ "name": "_controllers",
98412
+ "type": {
98413
+ "text": "Set<SbbReactiveController> | undefined"
98414
+ },
98415
+ "privacy": "private",
98416
+ "inheritedFrom": {
98417
+ "name": "SbbElement",
98418
+ "module": "core/base-elements/element.js"
98419
+ }
98420
+ }
98421
+ ],
98422
+ "superclass": {
98423
+ "name": "SbbElement",
98424
+ "module": "core/base-elements.js"
98425
+ },
98426
+ "tagName": "sbb-header-environment",
98427
+ "customElement": true
98428
+ }
98429
+ ],
98430
+ "exports": [
98431
+ {
98432
+ "kind": "js",
98433
+ "name": "SbbHeaderEnvironmentElement",
98434
+ "declaration": {
98435
+ "name": "SbbHeaderEnvironmentElement",
98436
+ "module": "header/header-environment/header-environment.component.js"
98437
+ }
98438
+ }
98439
+ ]
98440
+ },
98441
98441
  {
98442
98442
  "kind": "javascript-module",
98443
98443
  "path": "icon-sidebar/icon-sidebar/icon-sidebar.component.js",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-dev",
3
- "version": "4.13.0-dev.1779150901",
3
+ "version": "4.13.0-dev.1779164930",
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/cff5270cbb6c322de317c66e7df9ed6f7a77d60e"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/dc1fc4cb50625a9ff9ca028d752ce5879ce03913"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {