@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.
- package/development/link.js +1 -1
- package/development/teaser-product.js +1 -1
- package/development/timetable-form.js +1 -1
- package/development/toggle.js +1 -1
- package/development/train.js +1 -1
- package/link.js +3 -3
- package/package.json +2 -2
- package/teaser-product.js +3 -3
- package/timetable-form.js +3 -3
- package/toggle.js +3 -3
- package/train.js +3 -3
package/development/link.js
CHANGED
|
@@ -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 };
|
package/development/toggle.js
CHANGED
package/development/train.js
CHANGED
|
@@ -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 {
|
|
3
|
-
import {
|
|
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,
|
|
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.
|
|
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/
|
|
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 {
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
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 {
|
|
4
|
-
import {
|
|
5
|
-
export { e as SbbTimetableForm, t as SbbTimetableFormDetails,
|
|
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 {
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
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 {
|
|
4
|
-
import {
|
|
5
|
-
export { e as SbbTrain, t as SbbTrainBlockedPassage,
|
|
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 };
|