@sbb-esta/lyne-react-dev 4.7.0-dev.1773823558 → 4.7.0-dev.1773827819

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 { SbbBlockLink } from "./link/block-link/block-link.component.js";
2
- import { SbbBlockLinkButton } from "./link/block-link-button/block-link-button.component.js";
3
2
  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,4 +1,4 @@
1
- import { SbbMenu } from "./menu/menu/menu.component.js";
2
1
  import { SbbMenuButton } from "./menu/menu-button/menu-button.component.js";
2
+ import { SbbMenu } from "./menu/menu/menu.component.js";
3
3
  import { SbbMenuLink } from "./menu/menu-link/menu-link.component.js";
4
4
  export { SbbMenu, SbbMenuButton, SbbMenuLink };
@@ -1,5 +1,5 @@
1
1
  import { SbbTimetableForm } from "./timetable-form/timetable-form/timetable-form.component.js";
2
2
  import { SbbTimetableFormDetails } from "./timetable-form/timetable-form-details/timetable-form-details.component.js";
3
- import { SbbTimetableFormSwapButton } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
4
3
  import { SbbTimetableFormField } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
4
+ import { SbbTimetableFormSwapButton } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
5
5
  export { SbbTimetableForm, SbbTimetableFormDetails, SbbTimetableFormField, SbbTimetableFormSwapButton };
package/link.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { SbbBlockLink as e } from "./link/block-link/block-link.component.js";
2
- import { SbbBlockLinkButton as t } from "./link/block-link-button/block-link-button.component.js";
3
- import { SbbBlockLinkStatic as n } from "./link/block-link-static/block-link-static.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";
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, t as SbbBlockLinkButton, n as SbbBlockLinkStatic, r as SbbLink, i as SbbLinkButton, a as SbbLinkStatic };
7
+ export { e as SbbBlockLink, n as SbbBlockLinkButton, t as SbbBlockLinkStatic, r as SbbLink, i as SbbLinkButton, a as SbbLinkStatic };
package/menu.js CHANGED
@@ -1,4 +1,4 @@
1
- import { SbbMenu as e } from "./menu/menu/menu.component.js";
2
- import { SbbMenuButton as t } from "./menu/menu-button/menu-button.component.js";
1
+ import { SbbMenuButton as e } from "./menu/menu-button/menu-button.component.js";
2
+ import { SbbMenu as t } from "./menu/menu/menu.component.js";
3
3
  import { SbbMenuLink as n } from "./menu/menu-link/menu-link.component.js";
4
- export { e as SbbMenu, t as SbbMenuButton, n as SbbMenuLink };
4
+ export { t as SbbMenu, e as SbbMenuButton, n as SbbMenuLink };
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-react-dev",
3
- "version": "4.7.0-dev.1773823558",
3
+ "version": "4.7.0-dev.1773827819",
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/9a6623ddb226ff5d86a3ca4687fe13bb22b51df7"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/3307006f7d9759217a0d58a3fa4c67dbdd895663"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {
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
2
  import { SbbTimetableFormDetails as t } from "./timetable-form/timetable-form-details/timetable-form-details.component.js";
3
- import { SbbTimetableFormSwapButton as n } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
4
- import { SbbTimetableFormField as r } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
5
- export { e as SbbTimetableForm, t as SbbTimetableFormDetails, r as SbbTimetableFormField, n as SbbTimetableFormSwapButton };
3
+ import { SbbTimetableFormField as n } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
4
+ import { SbbTimetableFormSwapButton as r } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
5
+ export { e as SbbTimetableForm, t as SbbTimetableFormDetails, n as SbbTimetableFormField, r as SbbTimetableFormSwapButton };