@sbb-esta/lyne-elements-dev 4.11.0-dev.1776402877 → 4.11.0-dev.1776477168

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.
@@ -99437,15 +99437,15 @@
99437
99437
  },
99438
99438
  {
99439
99439
  "kind": "javascript-module",
99440
- "path": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js",
99440
+ "path": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js",
99441
99441
  "declarations": [
99442
99442
  {
99443
99443
  "kind": "class",
99444
- "description": "Container for the icon sidebar content. Intended to be placed inside an `sbb-icon-sidebar-container` element.",
99445
- "name": "SbbIconSidebarContentElement",
99444
+ "description": "This is the parent component to one or two `<sbb-icon-sidebar>`s and one `<sbb-icon-sidebar-content>` element.",
99445
+ "name": "SbbIconSidebarContainerElement",
99446
99446
  "slots": [
99447
99447
  {
99448
- "description": "Use the unnamed slot to add any content elements.",
99448
+ "description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
99449
99449
  "name": ""
99450
99450
  }
99451
99451
  ],
@@ -99459,12 +99459,42 @@
99459
99459
  "privacy": "public",
99460
99460
  "static": true,
99461
99461
  "readonly": true,
99462
- "default": "'sbb-icon-sidebar-content'",
99462
+ "default": "'sbb-icon-sidebar-container'",
99463
99463
  "inheritedFrom": {
99464
99464
  "name": "SbbElement",
99465
99465
  "module": "core/base-elements/element.js"
99466
99466
  }
99467
99467
  },
99468
+ {
99469
+ "kind": "field",
99470
+ "name": "sidebars",
99471
+ "type": {
99472
+ "text": "SbbIconSidebarElement[]"
99473
+ },
99474
+ "privacy": "public",
99475
+ "description": "The icon-sidebar children.",
99476
+ "readonly": true
99477
+ },
99478
+ {
99479
+ "kind": "field",
99480
+ "name": "start",
99481
+ "type": {
99482
+ "text": "SbbIconSidebarElement | null"
99483
+ },
99484
+ "privacy": "public",
99485
+ "description": "The icon-sidebar child at the start position.",
99486
+ "readonly": true
99487
+ },
99488
+ {
99489
+ "kind": "field",
99490
+ "name": "end",
99491
+ "type": {
99492
+ "text": "SbbIconSidebarElement | null"
99493
+ },
99494
+ "privacy": "public",
99495
+ "description": "The icon-sidebar child at the end position.",
99496
+ "readonly": true
99497
+ },
99468
99498
  {
99469
99499
  "kind": "field",
99470
99500
  "name": "_hydrationRequired",
@@ -99575,32 +99605,32 @@
99575
99605
  "name": "SbbElement",
99576
99606
  "module": "core/base-elements.js"
99577
99607
  },
99578
- "tagName": "sbb-icon-sidebar-content",
99608
+ "tagName": "sbb-icon-sidebar-container",
99579
99609
  "customElement": true
99580
99610
  }
99581
99611
  ],
99582
99612
  "exports": [
99583
99613
  {
99584
99614
  "kind": "js",
99585
- "name": "SbbIconSidebarContentElement",
99615
+ "name": "SbbIconSidebarContainerElement",
99586
99616
  "declaration": {
99587
- "name": "SbbIconSidebarContentElement",
99588
- "module": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js"
99617
+ "name": "SbbIconSidebarContainerElement",
99618
+ "module": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js"
99589
99619
  }
99590
99620
  }
99591
99621
  ]
99592
99622
  },
99593
99623
  {
99594
99624
  "kind": "javascript-module",
99595
- "path": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js",
99625
+ "path": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js",
99596
99626
  "declarations": [
99597
99627
  {
99598
99628
  "kind": "class",
99599
- "description": "This is the parent component to one or two `<sbb-icon-sidebar>`s and one `<sbb-icon-sidebar-content>` element.",
99600
- "name": "SbbIconSidebarContainerElement",
99629
+ "description": "Container for the icon sidebar content. Intended to be placed inside an `sbb-icon-sidebar-container` element.",
99630
+ "name": "SbbIconSidebarContentElement",
99601
99631
  "slots": [
99602
99632
  {
99603
- "description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
99633
+ "description": "Use the unnamed slot to add any content elements.",
99604
99634
  "name": ""
99605
99635
  }
99606
99636
  ],
@@ -99614,42 +99644,12 @@
99614
99644
  "privacy": "public",
99615
99645
  "static": true,
99616
99646
  "readonly": true,
99617
- "default": "'sbb-icon-sidebar-container'",
99647
+ "default": "'sbb-icon-sidebar-content'",
99618
99648
  "inheritedFrom": {
99619
99649
  "name": "SbbElement",
99620
99650
  "module": "core/base-elements/element.js"
99621
99651
  }
99622
99652
  },
99623
- {
99624
- "kind": "field",
99625
- "name": "sidebars",
99626
- "type": {
99627
- "text": "SbbIconSidebarElement[]"
99628
- },
99629
- "privacy": "public",
99630
- "description": "The icon-sidebar children.",
99631
- "readonly": true
99632
- },
99633
- {
99634
- "kind": "field",
99635
- "name": "start",
99636
- "type": {
99637
- "text": "SbbIconSidebarElement | null"
99638
- },
99639
- "privacy": "public",
99640
- "description": "The icon-sidebar child at the start position.",
99641
- "readonly": true
99642
- },
99643
- {
99644
- "kind": "field",
99645
- "name": "end",
99646
- "type": {
99647
- "text": "SbbIconSidebarElement | null"
99648
- },
99649
- "privacy": "public",
99650
- "description": "The icon-sidebar child at the end position.",
99651
- "readonly": true
99652
- },
99653
99653
  {
99654
99654
  "kind": "field",
99655
99655
  "name": "_hydrationRequired",
@@ -99760,17 +99760,17 @@
99760
99760
  "name": "SbbElement",
99761
99761
  "module": "core/base-elements.js"
99762
99762
  },
99763
- "tagName": "sbb-icon-sidebar-container",
99763
+ "tagName": "sbb-icon-sidebar-content",
99764
99764
  "customElement": true
99765
99765
  }
99766
99766
  ],
99767
99767
  "exports": [
99768
99768
  {
99769
99769
  "kind": "js",
99770
- "name": "SbbIconSidebarContainerElement",
99770
+ "name": "SbbIconSidebarContentElement",
99771
99771
  "declaration": {
99772
- "name": "SbbIconSidebarContainerElement",
99773
- "module": "icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js"
99772
+ "name": "SbbIconSidebarContentElement",
99773
+ "module": "icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js"
99774
99774
  }
99775
99775
  }
99776
99776
  ]
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-dev",
3
- "version": "4.11.0-dev.1776402877",
3
+ "version": "4.11.0-dev.1776477168",
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/347a57b5ceae23e0507cb3eeb11cdc4282985b05"
9
+ "https://github.com/sbb-design-systems/lyne-components/commit/da9dfa1bc4d7fd6666f309d11b8615b75be826a4"
10
10
  ],
11
11
  "type": "module",
12
12
  "exports": {