@sbb-esta/lyne-elements-dev 5.4.1-dev.1785927478 → 5.4.1-dev.1785937286
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
CHANGED
|
@@ -81411,7 +81411,7 @@
|
|
|
81411
81411
|
"name": "SbbCarouselItemElement",
|
|
81412
81412
|
"slots": [
|
|
81413
81413
|
{
|
|
81414
|
-
"description": "Use the unnamed slot to add images for the carousel, as
|
|
81414
|
+
"description": "Use the unnamed slot to add images for the carousel, as `<img>`, `<sbb-image>`, `<picture>`, ...",
|
|
81415
81415
|
"name": ""
|
|
81416
81416
|
}
|
|
81417
81417
|
],
|
|
@@ -143134,8 +143134,8 @@
|
|
|
143134
143134
|
"name": ""
|
|
143135
143135
|
},
|
|
143136
143136
|
{
|
|
143137
|
-
"description": "Use the title slot to add an
|
|
143138
|
-
"name": "title"
|
|
143137
|
+
"description": "Use the title-section slot to add an `<sbb-title>`.",
|
|
143138
|
+
"name": "title-section"
|
|
143139
143139
|
}
|
|
143140
143140
|
],
|
|
143141
143141
|
"members": [
|
|
@@ -8,7 +8,7 @@ export declare class SbbCarouselItemShowEvent extends Event {
|
|
|
8
8
|
/**
|
|
9
9
|
* It displays an item contained into the `sbb-carousel` component.
|
|
10
10
|
*
|
|
11
|
-
* @slot - Use the unnamed slot to add images for the carousel, as
|
|
11
|
+
* @slot - Use the unnamed slot to add images for the carousel, as `<img>`, `<sbb-image>`, `<picture>`, ...
|
|
12
12
|
* @event {SbbCarouselItemShowEvent} beforeshow - Event emitted when the item is starting scrolling.
|
|
13
13
|
* @event {SbbCarouselItemShowEvent} show - Event emitted when the item is full visible after scrolling.
|
|
14
14
|
*/
|
|
@@ -25,7 +25,7 @@ var SbbCarouselItemShowEvent = class extends Event {
|
|
|
25
25
|
/**
|
|
26
26
|
* It displays an item contained into the `sbb-carousel` component.
|
|
27
27
|
*
|
|
28
|
-
* @slot - Use the unnamed slot to add images for the carousel, as
|
|
28
|
+
* @slot - Use the unnamed slot to add images for the carousel, as `<img>`, `<sbb-image>`, `<picture>`, ...
|
|
29
29
|
* @event {SbbCarouselItemShowEvent} beforeshow - Event emitted when the item is starting scrolling.
|
|
30
30
|
* @event {SbbCarouselItemShowEvent} show - Event emitted when the item is full visible after scrolling.
|
|
31
31
|
*/
|
|
@@ -6,7 +6,7 @@ declare const SbbSidebarElement_base: import("../../core.ts").AbstractConstructo
|
|
|
6
6
|
* This component corresponds to a sidebar that can be opened on the sidebar container.
|
|
7
7
|
*
|
|
8
8
|
* @slot - Use the unnamed slot to slot any content into the sidebar.
|
|
9
|
-
* @slot title - Use the title slot to add an
|
|
9
|
+
* @slot title-section - Use the title-section slot to add an `<sbb-title>`.
|
|
10
10
|
*/
|
|
11
11
|
export declare class SbbSidebarElement extends SbbSidebarElement_base {
|
|
12
12
|
static readonly elementName: string;
|
|
@@ -267,7 +267,7 @@ var sidebar_default = ":host {\n --sbb-link-text-decoration-line: none;\n --sb
|
|
|
267
267
|
* This component corresponds to a sidebar that can be opened on the sidebar container.
|
|
268
268
|
*
|
|
269
269
|
* @slot - Use the unnamed slot to slot any content into the sidebar.
|
|
270
|
-
* @slot title - Use the title slot to add an
|
|
270
|
+
* @slot title-section - Use the title-section slot to add an `<sbb-title>`.
|
|
271
271
|
*/
|
|
272
272
|
let SbbSidebarElement = (() => {
|
|
273
273
|
let _classSuper = SbbAnimationCompleteMixin(SbbOpenCloseBaseElement);
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-dev",
|
|
3
|
-
"version": "5.4.1-dev.
|
|
3
|
+
"version": "5.4.1-dev.1785937286",
|
|
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/
|
|
9
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/26cb6fbd06fdb0c9996cd9e1f5fbcfd0ec68e182"
|
|
10
10
|
],
|
|
11
11
|
"type": "module",
|
|
12
12
|
"exports": {
|