@sbb-esta/lyne-react-dev 4.13.0-dev.1779742163 → 4.13.0-dev.1779773611

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 { 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
+ import { SbbBlockLinkButton } from "./link/block-link-button/block-link-button.component.js";
1
2
  import { SbbBlockLink } from "./link/block-link/block-link.component.js";
2
3
  import { SbbBlockLinkStatic } from "./link/block-link-static/block-link-static.component.js";
3
- import { SbbBlockLinkButton } from "./link/block-link-button/block-link-button.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";
@@ -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/link.js CHANGED
@@ -1,7 +1,7 @@
1
- import { SbbBlockLink as e } from "./link/block-link/block-link.component.js";
2
- import { SbbBlockLinkStatic as t } from "./link/block-link-static/block-link-static.component.js";
3
- import { SbbBlockLinkButton as n } from "./link/block-link-button/block-link-button.component.js";
1
+ import { SbbBlockLinkButton as e } from "./link/block-link-button/block-link-button.component.js";
2
+ import { SbbBlockLink as t } from "./link/block-link/block-link.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, n as SbbBlockLinkButton, t as SbbBlockLinkStatic, r as SbbLink, i as SbbLinkButton, a as SbbLinkStatic };
7
+ export { t as SbbBlockLink, e 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.1779742163",
3
+ "version": "4.13.0-dev.1779773611",
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/d8c5eb787e321801d420530365b12de0ce42789d"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/9438eed45633ed78b7577e44c4c754d9abe5ba3d"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {
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 };