@sbb-esta/lyne-react-dev 4.7.0-dev.1773827819 → 4.8.0-dev.1773828101
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/development/link.js +1 -1
- package/development/menu.js +1 -1
- package/development/sidebar.js +1 -1
- package/link.js +3 -3
- package/menu.js +3 -3
- package/package.json +3 -3
- package/sidebar.js +3 -3
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/menu.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SbbMenuButton } from "./menu/menu-button/menu-button.component.js";
|
|
2
1
|
import { SbbMenu } from "./menu/menu/menu.component.js";
|
|
2
|
+
import { SbbMenuButton } from "./menu/menu-button/menu-button.component.js";
|
|
3
3
|
import { SbbMenuLink } from "./menu/menu-link/menu-link.component.js";
|
|
4
4
|
export { SbbMenu, SbbMenuButton, SbbMenuLink };
|
package/development/sidebar.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SbbSidebar } from "./sidebar/sidebar/sidebar.component.js";
|
|
2
|
-
import { SbbSidebarCloseButton } from "./sidebar/sidebar-close-button/sidebar-close-button.component.js";
|
|
3
2
|
import { SbbSidebarContainer } from "./sidebar/sidebar-container/sidebar-container.component.js";
|
|
3
|
+
import { SbbSidebarCloseButton } from "./sidebar/sidebar-close-button/sidebar-close-button.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";
|
|
6
6
|
export { SbbSidebar, SbbSidebarCloseButton, SbbSidebarContainer, SbbSidebarContent, SbbSidebarTitle };
|
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/menu.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbMenu as e } from "./menu/menu/menu.component.js";
|
|
2
|
+
import { SbbMenuButton as t } from "./menu/menu-button/menu-button.component.js";
|
|
3
3
|
import { SbbMenuLink as n } from "./menu/menu-link/menu-link.component.js";
|
|
4
|
-
export {
|
|
4
|
+
export { e as SbbMenu, t as SbbMenuButton, n as SbbMenuLink };
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-react-dev",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.8.0-dev.1773828101",
|
|
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/ae9579ec62630942a9f2736c3219730f0751bc5b"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|
|
@@ -1946,7 +1946,7 @@
|
|
|
1946
1946
|
}
|
|
1947
1947
|
},
|
|
1948
1948
|
"peerDependencies": {
|
|
1949
|
-
"@sbb-esta/lyne-elements": "4.
|
|
1949
|
+
"@sbb-esta/lyne-elements": "4.8.0",
|
|
1950
1950
|
"react": "^18.2.0 || ^19.0.0"
|
|
1951
1951
|
},
|
|
1952
1952
|
"dependencies": {
|
package/sidebar.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SbbSidebar as e } from "./sidebar/sidebar/sidebar.component.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { SbbSidebarContainer as t } from "./sidebar/sidebar-container/sidebar-container.component.js";
|
|
3
|
+
import { SbbSidebarCloseButton as n } from "./sidebar/sidebar-close-button/sidebar-close-button.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 { e as SbbSidebar,
|
|
6
|
+
export { e as SbbSidebar, n as SbbSidebarCloseButton, t as SbbSidebarContainer, r as SbbSidebarContent, i as SbbSidebarTitle };
|