@sbb-esta/lyne-react-dev 5.0.0-next.1-dev.1777393592 → 5.0.0-next.1-dev.1777453315

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,4 +1,4 @@
1
1
  import { SbbStep } from "./stepper/step/step.component.js";
2
- import { SbbStepper } from "./stepper/stepper/stepper.component.js";
3
2
  import { SbbStepLabel } from "./stepper/step-label/step-label.component.js";
3
+ import { SbbStepper } from "./stepper/stepper/stepper.component.js";
4
4
  export { SbbStep, SbbStepLabel, SbbStepper };
@@ -1,6 +1,6 @@
1
1
  import { SbbTrain } from "./train/train/train.component.js";
2
- import { SbbTrainBlockedPassage } from "./train/train-blocked-passage/train-blocked-passage.component.js";
3
2
  import { SbbTrainFormation } from "./train/train-formation/train-formation.component.js";
3
+ import { SbbTrainBlockedPassage } from "./train/train-blocked-passage/train-blocked-passage.component.js";
4
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";
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-react-dev",
3
- "version": "5.0.0-next.1-dev.1777393592",
3
+ "version": "5.0.0-next.1-dev.1777453315",
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/1f2e2f3be2e6a4ae751a9676bd737990d3a83a72"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/4e5f34f64916487b7dabc2c38f5db2033c2d4998"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {
package/stepper.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import { SbbStep as e } from "./stepper/step/step.component.js";
2
- import { SbbStepper as t } from "./stepper/stepper/stepper.component.js";
3
- import { SbbStepLabel as n } from "./stepper/step-label/step-label.component.js";
4
- export { e as SbbStep, n as SbbStepLabel, t as SbbStepper };
2
+ import { SbbStepLabel as t } from "./stepper/step-label/step-label.component.js";
3
+ import { SbbStepper as n } from "./stepper/stepper/stepper.component.js";
4
+ export { e as SbbStep, t as SbbStepLabel, n as SbbStepper };
package/train.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { SbbTrain as e } from "./train/train/train.component.js";
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";
2
+ import { SbbTrainFormation as t } from "./train/train-formation/train-formation.component.js";
3
+ import { SbbTrainBlockedPassage as n } from "./train/train-blocked-passage/train-blocked-passage.component.js";
4
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, n as SbbTrainFormation, r as SbbTrainWagon, i as SbbTrainWagonButton, a as SbbTrainWagonLink };
7
+ export { e as SbbTrain, n as SbbTrainBlockedPassage, t as SbbTrainFormation, r as SbbTrainWagon, i as SbbTrainWagonButton, a as SbbTrainWagonLink };