@sbb-esta/lyne-react-dev 4.7.0-dev.1773818694 → 4.7.0-dev.1773821773

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,5 +1,5 @@
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 { SbbTrainFormation } from "./train/train-formation/train-formation.component.js";
4
3
  import { SbbTrainWagon } from "./train/train-wagon/train-wagon.component.js";
4
+ import { SbbTrainFormation } from "./train/train-formation/train-formation.component.js";
5
5
  export { SbbTrain, SbbTrainBlockedPassage, SbbTrainFormation, SbbTrainWagon };
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-react-dev",
3
- "version": "4.7.0-dev.1773818694",
3
+ "version": "4.7.0-dev.1773821773",
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/a42ccf16b9be7125ffe6ce27f20813b0b5636a47"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/aa9eef452c4d15009445f1b0182db083c518eae5"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {
package/train.js CHANGED
@@ -1,5 +1,5 @@
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 { 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
- export { e as SbbTrain, t as SbbTrainBlockedPassage, n as SbbTrainFormation, r as SbbTrainWagon };
3
+ import { SbbTrainWagon as n } from "./train/train-wagon/train-wagon.component.js";
4
+ import { SbbTrainFormation as r } from "./train/train-formation/train-formation.component.js";
5
+ export { e as SbbTrain, t as SbbTrainBlockedPassage, r as SbbTrainFormation, n as SbbTrainWagon };