@sbb-esta/lyne-react-dev 5.0.0-next-dev.1776264595 → 5.0.0-next-dev.1776267026

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.
@@ -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 { SbbIconSidebarContent } from "./icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js";
4
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
5
  import { SbbIconSidebarLink } from "./icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js";
6
6
  export { SbbIconSidebar, SbbIconSidebarButton, SbbIconSidebarContainer, SbbIconSidebarContent, SbbIconSidebarLink };
@@ -1,6 +1,6 @@
1
1
  import { SbbSidebar } from "./sidebar/sidebar/sidebar.component.js";
2
- import { SbbSidebarContainer } from "./sidebar/sidebar-container/sidebar-container.component.js";
3
2
  import { SbbSidebarCloseButton } from "./sidebar/sidebar-close-button/sidebar-close-button.component.js";
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";
6
6
  export { SbbSidebar, SbbSidebarCloseButton, SbbSidebarContainer, SbbSidebarContent, SbbSidebarTitle };
@@ -1,3 +1,3 @@
1
- import { SbbToggleOption } from "./toggle/toggle-option/toggle-option.component.js";
2
1
  import { SbbToggle } from "./toggle/toggle/toggle.component.js";
2
+ import { SbbToggleOption } from "./toggle/toggle-option/toggle-option.component.js";
3
3
  export { SbbToggle, SbbToggleOption };
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 { 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";
3
+ import { SbbIconSidebarContainer as n } from "./icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js";
4
+ import { SbbIconSidebarContent as r } from "./icon-sidebar/icon-sidebar-content/icon-sidebar-content.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, r as SbbIconSidebarContainer, n as SbbIconSidebarContent, i as SbbIconSidebarLink };
6
+ export { e as SbbIconSidebar, t as SbbIconSidebarButton, n as SbbIconSidebarContainer, r 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.1776264595",
3
+ "version": "5.0.0-next-dev.1776267026",
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/fbc2af2f5fc65c4f1b94fff6f0a7589a629e04f8"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/424c8e443067a7991229766ac495c300a6e27e6e"
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 { 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";
2
+ import { SbbSidebarCloseButton as t } from "./sidebar/sidebar-close-button/sidebar-close-button.component.js";
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 { e as SbbSidebar, n as SbbSidebarCloseButton, t as SbbSidebarContainer, r as SbbSidebarContent, i as SbbSidebarTitle };
6
+ export { e as SbbSidebar, t as SbbSidebarCloseButton, n as SbbSidebarContainer, r as SbbSidebarContent, i as SbbSidebarTitle };
package/toggle.js CHANGED
@@ -1,3 +1,3 @@
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 };
1
+ import { SbbToggle as e } from "./toggle/toggle/toggle.component.js";
2
+ import { SbbToggleOption as t } from "./toggle/toggle-option/toggle-option.component.js";
3
+ export { e as SbbToggle, t as SbbToggleOption };