@sbb-esta/lyne-react-dev 5.0.0-next-dev.1776257820 → 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/button.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { SbbAccentButton as e } from "./button/accent-button/accent-button.component.js";
2
- import { SbbAccentButtonStatic as t } from "./button/accent-button-static/accent-button-static.component.js";
3
- import { SbbAccentButtonLink as n } from "./button/accent-button-link/accent-button-link.component.js";
2
+ import { SbbAccentButtonLink as t } from "./button/accent-button-link/accent-button-link.component.js";
3
+ import { SbbAccentButtonStatic as n } from "./button/accent-button-static/accent-button-static.component.js";
4
4
  import { SbbButton as r } from "./button/button/button.component.js";
5
5
  import { SbbButtonLink as i } from "./button/button-link/button-link.component.js";
6
6
  import { SbbButtonStatic as a } from "./button/button-static/button-static.component.js";
@@ -13,4 +13,4 @@ import { SbbSecondaryButtonStatic as d } from "./button/secondary-button-static/
13
13
  import { SbbTransparentButton as f } from "./button/transparent-button/transparent-button.component.js";
14
14
  import { SbbTransparentButtonLink as p } from "./button/transparent-button-link/transparent-button-link.component.js";
15
15
  import { SbbTransparentButtonStatic as m } from "./button/transparent-button-static/transparent-button-static.component.js";
16
- export { e as SbbAccentButton, n as SbbAccentButtonLink, t as SbbAccentButtonStatic, r as SbbButton, i as SbbButtonLink, a as SbbButtonStatic, o as SbbMiniButton, s as SbbMiniButtonGroup, c as SbbMiniButtonLink, l as SbbSecondaryButton, u as SbbSecondaryButtonLink, d as SbbSecondaryButtonStatic, f as SbbTransparentButton, p as SbbTransparentButtonLink, m as SbbTransparentButtonStatic };
16
+ export { e as SbbAccentButton, t as SbbAccentButtonLink, n as SbbAccentButtonStatic, r as SbbButton, i as SbbButtonLink, a as SbbButtonStatic, o as SbbMiniButton, s as SbbMiniButtonGroup, c as SbbMiniButtonLink, l as SbbSecondaryButton, u as SbbSecondaryButtonLink, d as SbbSecondaryButtonStatic, f as SbbTransparentButton, p as SbbTransparentButtonLink, m as SbbTransparentButtonStatic };
@@ -1,6 +1,6 @@
1
1
  import { SbbAccentButton } from "./button/accent-button/accent-button.component.js";
2
- import { SbbAccentButtonStatic } from "./button/accent-button-static/accent-button-static.component.js";
3
2
  import { SbbAccentButtonLink } from "./button/accent-button-link/accent-button-link.component.js";
3
+ import { SbbAccentButtonStatic } from "./button/accent-button-static/accent-button-static.component.js";
4
4
  import { SbbButton } from "./button/button/button.component.js";
5
5
  import { SbbButtonLink } from "./button/button-link/button-link.component.js";
6
6
  import { SbbButtonStatic } from "./button/button-static/button-static.component.js";
@@ -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 };
@@ -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 };
@@ -1,3 +1,3 @@
1
- import { SbbToggle } from "./toggle/toggle/toggle.component.js";
2
1
  import { SbbToggleOption } from "./toggle/toggle-option/toggle-option.component.js";
2
+ import { SbbToggle } from "./toggle/toggle/toggle.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 { 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";
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, n as SbbIconSidebarContainer, r as SbbIconSidebarContent, i as SbbIconSidebarLink };
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.1776257820",
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/09cbd690d34e71720b0581264188d3fd998126ca"
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 { 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";
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, t as SbbSidebarCloseButton, n as SbbSidebarContainer, r as SbbSidebarContent, i as SbbSidebarTitle };
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 { 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 };
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 };