@sbb-esta/lyne-react-dev 4.13.0-dev.1779094067 → 4.13.0-dev.1779125468
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/card.js +3 -3
- package/development/card.js +1 -1
- package/development/teaser-product.js +1 -1
- package/development/timetable-form.js +1 -1
- package/package.json +2 -2
- package/teaser-product.js +3 -3
- package/timetable-form.js +3 -3
package/card.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SbbCard as e } from "./card/card/card.component.js";
|
|
2
2
|
import { SbbCardBadge as t } from "./card/card-badge/card-badge.component.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
export { e as SbbCard, t as SbbCardBadge,
|
|
3
|
+
import { SbbCardLink as n } from "./card/card-link/card-link.component.js";
|
|
4
|
+
import { SbbCardButton as r } from "./card/card-button/card-button.component.js";
|
|
5
|
+
export { e as SbbCard, t as SbbCardBadge, r as SbbCardButton, n as SbbCardLink };
|
package/development/card.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SbbCard } from "./card/card/card.component.js";
|
|
2
2
|
import { SbbCardBadge } from "./card/card-badge/card-badge.component.js";
|
|
3
|
-
import { SbbCardButton } from "./card/card-button/card-button.component.js";
|
|
4
3
|
import { SbbCardLink } from "./card/card-link/card-link.component.js";
|
|
4
|
+
import { SbbCardButton } from "./card/card-button/card-button.component.js";
|
|
5
5
|
export { SbbCard, SbbCardBadge, SbbCardButton, SbbCardLink };
|
|
@@ -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/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.1779125468",
|
|
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/51feaf4be36307a92a3b8b7bf520af226406ca0c"
|
|
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 };
|