@sbb-esta/lyne-react-dev 5.0.0-next-dev.1776258961 → 5.0.0-next-dev.1776264595
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/icon-sidebar.js +1 -1
- package/development/sidebar.js +1 -1
- package/development/toggle.js +1 -1
- package/icon-sidebar.js +3 -3
- package/package.json +2 -2
- package/sidebar.js +3 -3
- package/toggle.js +3 -3
|
@@ -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
|
-
import { SbbIconSidebarContainer } from "./icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js";
|
|
4
3
|
import { SbbIconSidebarContent } from "./icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js";
|
|
4
|
+
import { SbbIconSidebarContainer } from "./icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js";
|
|
5
5
|
import { SbbIconSidebarLink } from "./icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js";
|
|
6
6
|
export { SbbIconSidebar, SbbIconSidebarButton, SbbIconSidebarContainer, SbbIconSidebarContent, SbbIconSidebarLink };
|
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/development/toggle.js
CHANGED
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
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { SbbIconSidebarContent as n } from "./icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js";
|
|
4
|
+
import { SbbIconSidebarContainer as r } from "./icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js";
|
|
5
5
|
import { SbbIconSidebarLink as i } from "./icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js";
|
|
6
|
-
export { e as SbbIconSidebar, t as SbbIconSidebarButton,
|
|
6
|
+
export { e as SbbIconSidebar, t as SbbIconSidebarButton, r as SbbIconSidebarContainer, n as SbbIconSidebarContent, i as SbbIconSidebarLink };
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-react-dev",
|
|
3
|
-
"version": "5.0.0-next-dev.
|
|
3
|
+
"version": "5.0.0-next-dev.1776264595",
|
|
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/fbc2af2f5fc65c4f1b94fff6f0a7589a629e04f8"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|
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 };
|
package/toggle.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
1
|
+
import { SbbToggleOption as e } from "./toggle/toggle-option/toggle-option.component.js";
|
|
2
|
+
import { SbbToggle as t } from "./toggle/toggle/toggle.component.js";
|
|
3
|
+
export { t as SbbToggle, e as SbbToggleOption };
|