@sbb-esta/lyne-react-dev 5.0.0-next.2-dev.1777981017 → 5.0.0-next.2-dev.1777997492
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/container.js +3 -3
- package/development/container.js +1 -1
- package/development/menu.js +1 -1
- package/development/train.js +1 -1
- package/menu.js +3 -3
- package/package.json +2 -2
- package/train.js +3 -3
package/container.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
1
|
+
import { SbbContainer as e } from "./container/container/container.component.js";
|
|
2
|
+
import { SbbStickyBar as t } from "./container/sticky-bar/sticky-bar.component.js";
|
|
3
|
+
export { e as SbbContainer, t as SbbStickyBar };
|
package/development/container.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbStickyBar } from "./container/sticky-bar/sticky-bar.component.js";
|
|
2
1
|
import { SbbContainer } from "./container/container/container.component.js";
|
|
2
|
+
import { SbbStickyBar } from "./container/sticky-bar/sticky-bar.component.js";
|
|
3
3
|
export { SbbContainer, SbbStickyBar };
|
package/development/menu.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SbbMenu } from "./menu/menu/menu.component.js";
|
|
2
|
-
import { SbbMenuLink } from "./menu/menu-link/menu-link.component.js";
|
|
3
2
|
import { SbbMenuButton } from "./menu/menu-button/menu-button.component.js";
|
|
3
|
+
import { SbbMenuLink } from "./menu/menu-link/menu-link.component.js";
|
|
4
4
|
export { SbbMenu, SbbMenuButton, SbbMenuLink };
|
package/development/train.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SbbTrain } from "./train/train/train.component.js";
|
|
2
2
|
import { SbbTrainBlockedPassage } from "./train/train-blocked-passage/train-blocked-passage.component.js";
|
|
3
|
-
import { SbbTrainWagon } from "./train/train-wagon/train-wagon.component.js";
|
|
4
3
|
import { SbbTrainFormation } from "./train/train-formation/train-formation.component.js";
|
|
4
|
+
import { SbbTrainWagon } from "./train/train-wagon/train-wagon.component.js";
|
|
5
5
|
import { SbbTrainWagonButton } from "./train/train-wagon-button/train-wagon-button.component.js";
|
|
6
6
|
import { SbbTrainWagonLink } from "./train/train-wagon-link/train-wagon-link.component.js";
|
|
7
7
|
export { SbbTrain, SbbTrainBlockedPassage, SbbTrainFormation, SbbTrainWagon, SbbTrainWagonButton, SbbTrainWagonLink };
|
package/menu.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SbbMenu as e } from "./menu/menu/menu.component.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
export { e as SbbMenu,
|
|
2
|
+
import { SbbMenuButton as t } from "./menu/menu-button/menu-button.component.js";
|
|
3
|
+
import { SbbMenuLink as n } from "./menu/menu-link/menu-link.component.js";
|
|
4
|
+
export { e as SbbMenu, t 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": "5.0.0-next.2-dev.
|
|
3
|
+
"version": "5.0.0-next.2-dev.1777997492",
|
|
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/
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/d612fe6721de78718c5dde8229cee3c7ad35237f"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|
package/train.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SbbTrain as e } from "./train/train/train.component.js";
|
|
2
2
|
import { SbbTrainBlockedPassage as t } from "./train/train-blocked-passage/train-blocked-passage.component.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { SbbTrainFormation as n } from "./train/train-formation/train-formation.component.js";
|
|
4
|
+
import { SbbTrainWagon as r } from "./train/train-wagon/train-wagon.component.js";
|
|
5
5
|
import { SbbTrainWagonButton as i } from "./train/train-wagon-button/train-wagon-button.component.js";
|
|
6
6
|
import { SbbTrainWagonLink as a } from "./train/train-wagon-link/train-wagon-link.component.js";
|
|
7
|
-
export { e as SbbTrain, t as SbbTrainBlockedPassage,
|
|
7
|
+
export { e as SbbTrain, t as SbbTrainBlockedPassage, n as SbbTrainFormation, r as SbbTrainWagon, i as SbbTrainWagonButton, a as SbbTrainWagonLink };
|