@sbb-esta/lyne-react-dev 4.13.0-dev.1778879480 → 4.13.0-dev.1779083101

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,7 +1,7 @@
1
1
  import { SbbNavigation } from "./navigation/navigation/navigation.component.js";
2
2
  import { SbbNavigationButton } from "./navigation/navigation-button/navigation-button.component.js";
3
- import { SbbNavigationList } from "./navigation/navigation-list/navigation-list.component.js";
4
3
  import { SbbNavigationLink } from "./navigation/navigation-link/navigation-link.component.js";
4
+ import { SbbNavigationList } from "./navigation/navigation-list/navigation-list.component.js";
5
5
  import { SbbNavigationMarker } from "./navigation/navigation-marker/navigation-marker.component.js";
6
6
  import { SbbNavigationSection } from "./navigation/navigation-section/navigation-section.component.js";
7
7
  export { SbbNavigation, SbbNavigationButton, SbbNavigationLink, SbbNavigationList, SbbNavigationMarker, SbbNavigationSection };
@@ -1,6 +1,6 @@
1
- import { SbbSidebar } from "./sidebar/sidebar/sidebar.component.js";
2
1
  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 { SbbSidebar } from "./sidebar/sidebar/sidebar.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,5 +1,5 @@
1
1
  import { SbbTimetableForm } from "./timetable-form/timetable-form/timetable-form.component.js";
2
- import { SbbTimetableFormField } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
3
2
  import { SbbTimetableFormDetails } from "./timetable-form/timetable-form-details/timetable-form-details.component.js";
3
+ import { SbbTimetableFormField } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
4
4
  import { SbbTimetableFormSwapButton } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
5
5
  export { SbbTimetableForm, SbbTimetableFormDetails, SbbTimetableFormField, SbbTimetableFormSwapButton };
package/navigation.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { SbbNavigation as e } from "./navigation/navigation/navigation.component.js";
2
2
  import { SbbNavigationButton as t } from "./navigation/navigation-button/navigation-button.component.js";
3
- import { SbbNavigationList as n } from "./navigation/navigation-list/navigation-list.component.js";
4
- import { SbbNavigationLink as r } from "./navigation/navigation-link/navigation-link.component.js";
3
+ import { SbbNavigationLink as n } from "./navigation/navigation-link/navigation-link.component.js";
4
+ import { SbbNavigationList as r } from "./navigation/navigation-list/navigation-list.component.js";
5
5
  import { SbbNavigationMarker as i } from "./navigation/navigation-marker/navigation-marker.component.js";
6
6
  import { SbbNavigationSection as a } from "./navigation/navigation-section/navigation-section.component.js";
7
- export { e as SbbNavigation, t as SbbNavigationButton, r as SbbNavigationLink, n as SbbNavigationList, i as SbbNavigationMarker, a as SbbNavigationSection };
7
+ export { e as SbbNavigation, t as SbbNavigationButton, n as SbbNavigationLink, r as SbbNavigationList, i as SbbNavigationMarker, a as SbbNavigationSection };
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-react-dev",
3
- "version": "4.13.0-dev.1778879480",
3
+ "version": "4.13.0-dev.1779083101",
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/6017dfa65a3f02fc0f358221b6af3a50d4f65107"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/c6197770ba8174dc1352e1eb980248326f3481a7"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {
package/sidebar.js CHANGED
@@ -1,6 +1,6 @@
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";
1
+ import { SbbSidebarCloseButton as e } from "./sidebar/sidebar-close-button/sidebar-close-button.component.js";
2
+ import { SbbSidebarContainer as t } from "./sidebar/sidebar-container/sidebar-container.component.js";
3
+ import { SbbSidebar as n } from "./sidebar/sidebar/sidebar.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 { n as SbbSidebar, e as SbbSidebarCloseButton, t as SbbSidebarContainer, r as SbbSidebarContent, i as SbbSidebarTitle };
package/timetable-form.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { SbbTimetableForm as e } from "./timetable-form/timetable-form/timetable-form.component.js";
2
- import { SbbTimetableFormField as t } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
3
- import { SbbTimetableFormDetails as n } from "./timetable-form/timetable-form-details/timetable-form-details.component.js";
2
+ import { SbbTimetableFormDetails as t } from "./timetable-form/timetable-form-details/timetable-form-details.component.js";
3
+ import { SbbTimetableFormField as n } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
4
4
  import { SbbTimetableFormSwapButton as r } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
5
- export { e as SbbTimetableForm, n as SbbTimetableFormDetails, t as SbbTimetableFormField, r as SbbTimetableFormSwapButton };
5
+ export { e as SbbTimetableForm, t as SbbTimetableFormDetails, n as SbbTimetableFormField, r as SbbTimetableFormSwapButton };