@sbb-esta/lyne-react-dev 4.13.0-dev.1780308365 → 4.13.0-dev.1780374895
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/container.js +3 -3
- package/development/container.js +1 -1
- package/development/dialog.js +1 -1
- package/development/icon-sidebar.js +1 -1
- package/development/link.js +1 -1
- package/development/sidebar.js +1 -1
- package/development/teaser-product.js +1 -1
- package/dialog.js +3 -3
- package/icon-sidebar.js +3 -3
- package/link.js +3 -3
- package/package.json +2 -2
- package/sidebar.js +3 -3
- package/teaser-product.js +3 -3
package/container.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
1
|
+
import { SbbContainer as e } from "./container/container/container.component.js";
|
|
2
|
+
import { SbbStickyBar as t } from "./container/sticky-bar/sticky-bar.component.js";
|
|
3
|
+
export { e as SbbContainer, t as SbbStickyBar };
|
package/development/container.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbStickyBar } from "./container/sticky-bar/sticky-bar.component.js";
|
|
2
1
|
import { SbbContainer } from "./container/container/container.component.js";
|
|
2
|
+
import { SbbStickyBar } from "./container/sticky-bar/sticky-bar.component.js";
|
|
3
3
|
export { SbbContainer, SbbStickyBar };
|
package/development/dialog.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SbbDialog } from "./dialog/dialog/dialog.component.js";
|
|
2
|
-
import { SbbDialogActions } from "./dialog/dialog-actions/dialog-actions.component.js";
|
|
3
2
|
import { SbbDialogCloseButton } from "./dialog/dialog-close-button/dialog-close-button.component.js";
|
|
3
|
+
import { SbbDialogActions } from "./dialog/dialog-actions/dialog-actions.component.js";
|
|
4
4
|
import { SbbDialogContent } from "./dialog/dialog-content/dialog-content.component.js";
|
|
5
5
|
import { SbbDialogTitle } from "./dialog/dialog-title/dialog-title.component.js";
|
|
6
6
|
export { SbbDialog, SbbDialogActions, SbbDialogCloseButton, SbbDialogContent, SbbDialogTitle };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SbbIconSidebar } from "./icon-sidebar/icon-sidebar/icon-sidebar.component.js";
|
|
2
2
|
import { SbbIconSidebarButton } from "./icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js";
|
|
3
3
|
import { SbbIconSidebarContainer } from "./icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js";
|
|
4
|
-
import { SbbIconSidebarContent } from "./icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js";
|
|
5
4
|
import { SbbIconSidebarLink } from "./icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js";
|
|
5
|
+
import { SbbIconSidebarContent } from "./icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js";
|
|
6
6
|
export { SbbIconSidebar, SbbIconSidebarButton, SbbIconSidebarContainer, SbbIconSidebarContent, SbbIconSidebarLink };
|
package/development/link.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SbbBlockLink } from "./link/block-link/block-link.component.js";
|
|
2
|
-
import { SbbBlockLinkStatic } from "./link/block-link-static/block-link-static.component.js";
|
|
3
2
|
import { SbbBlockLinkButton } from "./link/block-link-button/block-link-button.component.js";
|
|
3
|
+
import { SbbBlockLinkStatic } from "./link/block-link-static/block-link-static.component.js";
|
|
4
4
|
import { SbbLink } from "./link/link/link.component.js";
|
|
5
5
|
import { SbbLinkButton } from "./link/link-button/link-button.component.js";
|
|
6
6
|
import { SbbLinkStatic } from "./link/link-static/link-static.component.js";
|
package/development/sidebar.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SbbSidebar } from "./sidebar/sidebar/sidebar.component.js";
|
|
2
1
|
import { SbbSidebarCloseButton } from "./sidebar/sidebar-close-button/sidebar-close-button.component.js";
|
|
2
|
+
import { SbbSidebar } from "./sidebar/sidebar/sidebar.component.js";
|
|
3
3
|
import { SbbSidebarContainer } from "./sidebar/sidebar-container/sidebar-container.component.js";
|
|
4
4
|
import { SbbSidebarContent } from "./sidebar/sidebar-content/sidebar-content.component.js";
|
|
5
5
|
import { SbbSidebarTitle } from "./sidebar/sidebar-title/sidebar-title.component.js";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbTeaserProductStatic } from "./teaser-product/teaser-product-static/teaser-product-static.component.js";
|
|
2
1
|
import { SbbTeaserProduct } from "./teaser-product/teaser-product/teaser-product.component.js";
|
|
2
|
+
import { SbbTeaserProductStatic } from "./teaser-product/teaser-product-static/teaser-product-static.component.js";
|
|
3
3
|
export { SbbTeaserProduct, SbbTeaserProductStatic };
|
package/dialog.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SbbDialog as e } from "./dialog/dialog/dialog.component.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { SbbDialogCloseButton as t } from "./dialog/dialog-close-button/dialog-close-button.component.js";
|
|
3
|
+
import { SbbDialogActions as n } from "./dialog/dialog-actions/dialog-actions.component.js";
|
|
4
4
|
import { SbbDialogContent as r } from "./dialog/dialog-content/dialog-content.component.js";
|
|
5
5
|
import { SbbDialogTitle as i } from "./dialog/dialog-title/dialog-title.component.js";
|
|
6
|
-
export { e as SbbDialog,
|
|
6
|
+
export { e as SbbDialog, n as SbbDialogActions, t as SbbDialogCloseButton, r as SbbDialogContent, i as SbbDialogTitle };
|
package/icon-sidebar.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SbbIconSidebar as e } from "./icon-sidebar/icon-sidebar/icon-sidebar.component.js";
|
|
2
2
|
import { SbbIconSidebarButton as t } from "./icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js";
|
|
3
3
|
import { SbbIconSidebarContainer as n } from "./icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
export { e as SbbIconSidebar, t as SbbIconSidebarButton, n as SbbIconSidebarContainer,
|
|
4
|
+
import { SbbIconSidebarLink as r } from "./icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js";
|
|
5
|
+
import { SbbIconSidebarContent as i } from "./icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js";
|
|
6
|
+
export { e as SbbIconSidebar, t as SbbIconSidebarButton, n as SbbIconSidebarContainer, i as SbbIconSidebarContent, r as SbbIconSidebarLink };
|
package/link.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SbbBlockLink as e } from "./link/block-link/block-link.component.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { SbbBlockLinkButton as t } from "./link/block-link-button/block-link-button.component.js";
|
|
3
|
+
import { SbbBlockLinkStatic as n } from "./link/block-link-static/block-link-static.component.js";
|
|
4
4
|
import { SbbLink as r } from "./link/link/link.component.js";
|
|
5
5
|
import { SbbLinkButton as i } from "./link/link-button/link-button.component.js";
|
|
6
6
|
import { SbbLinkStatic as a } from "./link/link-static/link-static.component.js";
|
|
7
|
-
export { e as SbbBlockLink,
|
|
7
|
+
export { e as SbbBlockLink, t as SbbBlockLinkButton, n as SbbBlockLinkStatic, r as SbbLink, i as SbbLinkButton, a as SbbLinkStatic };
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-react-dev",
|
|
3
|
-
"version": "4.13.0-dev.
|
|
3
|
+
"version": "4.13.0-dev.1780374895",
|
|
4
4
|
"description": "Lyne Design System React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
7
7
|
"web components",
|
|
8
8
|
"lit",
|
|
9
9
|
"react",
|
|
10
|
-
"https://github.com/sbb-design-systems/lyne-components/commit/
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/ab90a233cbbcdd4f2393f861c1d12bc837a575e0"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|
package/sidebar.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbSidebarCloseButton as e } from "./sidebar/sidebar-close-button/sidebar-close-button.component.js";
|
|
2
|
+
import { SbbSidebar as t } from "./sidebar/sidebar/sidebar.component.js";
|
|
3
3
|
import { SbbSidebarContainer as n } from "./sidebar/sidebar-container/sidebar-container.component.js";
|
|
4
4
|
import { SbbSidebarContent as r } from "./sidebar/sidebar-content/sidebar-content.component.js";
|
|
5
5
|
import { SbbSidebarTitle as i } from "./sidebar/sidebar-title/sidebar-title.component.js";
|
|
6
|
-
export {
|
|
6
|
+
export { t as SbbSidebar, e as SbbSidebarCloseButton, n as SbbSidebarContainer, r as SbbSidebarContent, i as SbbSidebarTitle };
|
package/teaser-product.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
1
|
+
import { SbbTeaserProduct as e } from "./teaser-product/teaser-product/teaser-product.component.js";
|
|
2
|
+
import { SbbTeaserProductStatic as t } from "./teaser-product/teaser-product-static/teaser-product-static.component.js";
|
|
3
|
+
export { e as SbbTeaserProduct, t as SbbTeaserProductStatic };
|