@sbb-esta/lyne-react-dev 4.13.0-dev.1780293209 → 4.13.0-dev.1780293327

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
- 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,3 +1,3 @@
1
- import { SbbTeaserProductStatic } from "./teaser-product/teaser-product-static/teaser-product-static.component.js";
2
1
  import { SbbTeaserProduct } from "./teaser-product/teaser-product/teaser-product.component.js";
2
+ import { SbbTeaserProductStatic } from "./teaser-product/teaser-product-static/teaser-product-static.component.js";
3
3
  export { SbbTeaserProduct, SbbTeaserProductStatic };
@@ -1,3 +1,3 @@
1
- import { SbbToggleOption } from "./toggle/toggle-option/toggle-option.component.js";
2
1
  import { SbbToggle } from "./toggle/toggle/toggle.component.js";
2
+ import { SbbToggleOption } from "./toggle/toggle-option/toggle-option.component.js";
3
3
  export { SbbToggle, SbbToggleOption };
@@ -1,5 +1,5 @@
1
1
  import { SbbTrain } from "./train/train/train.component.js";
2
+ import { SbbTrainFormation } from "./train/train-formation/train-formation.component.js";
2
3
  import { SbbTrainBlockedPassage } from "./train/train-blocked-passage/train-blocked-passage.component.js";
3
4
  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/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.13.0-dev.1780293209",
3
+ "version": "4.13.0-dev.1780293327",
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/c64c8d95e784d2bf3737da949dc2588e85ab00bf"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/8a91f9a0d59fb29432a114e1e2c67a27ffe3c37d"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {
package/teaser-product.js CHANGED
@@ -1,3 +1,3 @@
1
- import { SbbTeaserProductStatic as e } from "./teaser-product/teaser-product-static/teaser-product-static.component.js";
2
- import { SbbTeaserProduct as t } from "./teaser-product/teaser-product/teaser-product.component.js";
3
- export { t as SbbTeaserProduct, e as SbbTeaserProductStatic };
1
+ import { SbbTeaserProduct as e } from "./teaser-product/teaser-product/teaser-product.component.js";
2
+ import { SbbTeaserProductStatic as t } from "./teaser-product/teaser-product-static/teaser-product-static.component.js";
3
+ export { e as SbbTeaserProduct, t as SbbTeaserProductStatic };
package/toggle.js CHANGED
@@ -1,3 +1,3 @@
1
- import { SbbToggleOption as e } from "./toggle/toggle-option/toggle-option.component.js";
2
- import { SbbToggle as t } from "./toggle/toggle/toggle.component.js";
3
- export { t as SbbToggle, e as SbbToggleOption };
1
+ import { SbbToggle as e } from "./toggle/toggle/toggle.component.js";
2
+ import { SbbToggleOption as t } from "./toggle/toggle-option/toggle-option.component.js";
3
+ export { e as SbbToggle, t as SbbToggleOption };
package/train.js CHANGED
@@ -1,5 +1,5 @@
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 { 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 };
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
+ import { SbbTrainWagon as r } from "./train/train-wagon/train-wagon.component.js";
5
+ export { e as SbbTrain, n as SbbTrainBlockedPassage, t as SbbTrainFormation, r as SbbTrainWagon };