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

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,3 +1,3 @@
1
- import { SbbTeaserProduct } from "./teaser-product/teaser-product/teaser-product.component.js";
2
1
  import { SbbTeaserProductStatic } from "./teaser-product/teaser-product-static/teaser-product-static.component.js";
2
+ import { SbbTeaserProduct } from "./teaser-product/teaser-product/teaser-product.component.js";
3
3
  export { SbbTeaserProduct, SbbTeaserProductStatic };
@@ -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 };
@@ -1,3 +1,3 @@
1
- import { SbbToggle } from "./toggle/toggle/toggle.component.js";
2
1
  import { SbbToggleOption } from "./toggle/toggle-option/toggle-option.component.js";
2
+ import { SbbToggle } from "./toggle/toggle/toggle.component.js";
3
3
  export { SbbToggle, SbbToggleOption };
@@ -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/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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-react-dev",
3
- "version": "4.13.0-dev.1780134379",
3
+ "version": "4.13.0-dev.1780293209",
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/fbdab7b94276ecf3a280a9dbad9a3a457c95da69"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/c64c8d95e784d2bf3737da949dc2588e85ab00bf"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {
package/teaser-product.js CHANGED
@@ -1,3 +1,3 @@
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 };
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 };
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 };
package/toggle.js CHANGED
@@ -1,3 +1,3 @@
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 };
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 };
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 };