@sbb-esta/lyne-react 5.0.0-next.1 → 5.0.0-next.3
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/accordion/accordion.component.js +4 -4
- package/action-group/action-group.component.js +0 -1
- package/button/accent-button-link/accent-button-link.component.js +0 -1
- package/button/accent-button-static/accent-button-static.component.js +0 -1
- package/button/button-link/button-link.component.js +0 -1
- package/button/button-static/button-static.component.js +0 -1
- package/button/secondary-button-link/secondary-button-link.component.js +0 -1
- package/button/secondary-button-static/secondary-button-static.component.js +0 -1
- package/button/transparent-button-link/transparent-button-link.component.js +0 -1
- package/button/transparent-button-static/transparent-button-static.component.js +0 -1
- package/button.js +15 -15
- package/calendar.js +7 -7
- package/card.js +3 -3
- package/carousel.js +4 -4
- package/checkbox-panel/checkbox-panel.component.js +0 -1
- package/datepicker.js +4 -4
- package/development/accordion/accordion.component.js +1 -1
- package/development/action-group/action-group.component.d.ts +8 -1
- package/development/action-group/action-group.component.d.ts.map +1 -1
- package/development/action-group/action-group.component.js +1 -2
- package/development/button/accent-button/accent-button.component.d.ts +2 -0
- package/development/button/accent-button/accent-button.component.d.ts.map +1 -1
- package/development/button/accent-button/accent-button.component.js +1 -1
- package/development/button/accent-button-link/accent-button-link.component.d.ts +6 -1
- package/development/button/accent-button-link/accent-button-link.component.d.ts.map +1 -1
- package/development/button/accent-button-link/accent-button-link.component.js +1 -2
- package/development/button/accent-button-static/accent-button-static.component.d.ts +6 -1
- package/development/button/accent-button-static/accent-button-static.component.d.ts.map +1 -1
- package/development/button/accent-button-static/accent-button-static.component.js +1 -2
- package/development/button/button/button.component.d.ts +2 -0
- package/development/button/button/button.component.d.ts.map +1 -1
- package/development/button/button/button.component.js +1 -1
- package/development/button/button-link/button-link.component.d.ts +6 -1
- package/development/button/button-link/button-link.component.d.ts.map +1 -1
- package/development/button/button-link/button-link.component.js +1 -2
- package/development/button/button-static/button-static.component.d.ts +6 -1
- package/development/button/button-static/button-static.component.d.ts.map +1 -1
- package/development/button/button-static/button-static.component.js +1 -2
- package/development/button/secondary-button/secondary-button.component.d.ts +2 -0
- package/development/button/secondary-button/secondary-button.component.d.ts.map +1 -1
- package/development/button/secondary-button/secondary-button.component.js +1 -1
- package/development/button/secondary-button-link/secondary-button-link.component.d.ts +6 -1
- package/development/button/secondary-button-link/secondary-button-link.component.d.ts.map +1 -1
- package/development/button/secondary-button-link/secondary-button-link.component.js +1 -2
- package/development/button/secondary-button-static/secondary-button-static.component.d.ts +6 -1
- package/development/button/secondary-button-static/secondary-button-static.component.d.ts.map +1 -1
- package/development/button/secondary-button-static/secondary-button-static.component.js +1 -2
- package/development/button/transparent-button/transparent-button.component.d.ts +2 -0
- package/development/button/transparent-button/transparent-button.component.d.ts.map +1 -1
- package/development/button/transparent-button/transparent-button.component.js +1 -1
- package/development/button/transparent-button-link/transparent-button-link.component.d.ts +6 -1
- package/development/button/transparent-button-link/transparent-button-link.component.d.ts.map +1 -1
- package/development/button/transparent-button-link/transparent-button-link.component.js +1 -2
- package/development/button/transparent-button-static/transparent-button-static.component.d.ts +6 -1
- package/development/button/transparent-button-static/transparent-button-static.component.d.ts.map +1 -1
- package/development/button/transparent-button-static/transparent-button-static.component.js +1 -2
- package/development/button.js +9 -9
- package/development/calendar.js +2 -2
- package/development/card.js +1 -1
- package/development/carousel.js +1 -1
- package/development/checkbox-panel/checkbox-panel.component.d.ts +6 -1
- package/development/checkbox-panel/checkbox-panel.component.d.ts.map +1 -1
- package/development/checkbox-panel/checkbox-panel.component.js +1 -2
- package/development/core/create-component.js +1 -1
- package/development/datepicker/datepicker/datepicker.component.d.ts +2 -0
- package/development/datepicker/datepicker/datepicker.component.d.ts.map +1 -1
- package/development/datepicker/datepicker/datepicker.component.js +1 -1
- package/development/datepicker.js +1 -1
- package/development/dialog/dialog-actions/dialog-actions.component.d.ts +8 -1
- package/development/dialog/dialog-actions/dialog-actions.component.d.ts.map +1 -1
- package/development/dialog/dialog-actions/dialog-actions.component.js +1 -2
- package/development/dialog/dialog-close-button/dialog-close-button.component.d.ts +2 -0
- package/development/dialog/dialog-close-button/dialog-close-button.component.d.ts.map +1 -1
- package/development/dialog/dialog-close-button/dialog-close-button.component.js +1 -1
- package/development/dialog.js +1 -1
- package/development/expansion-panel.js +1 -1
- package/development/file-selector.js +1 -1
- package/development/flip-card.js +1 -1
- package/development/form-field.js +2 -2
- package/development/icon/icon.component.js +1 -1
- package/development/icon-sidebar.js +1 -1
- package/development/link/block-link/block-link.component.d.ts +6 -1
- package/development/link/block-link/block-link.component.d.ts.map +1 -1
- package/development/link/block-link/block-link.component.js +1 -2
- package/development/link/block-link-button/block-link-button.component.d.ts +2 -0
- package/development/link/block-link-button/block-link-button.component.d.ts.map +1 -1
- package/development/link/block-link-button/block-link-button.component.js +1 -1
- package/development/link/block-link-static/block-link-static.component.d.ts +6 -1
- package/development/link/block-link-static/block-link-static.component.d.ts.map +1 -1
- package/development/link/block-link-static/block-link-static.component.js +1 -2
- package/development/link-list/link-list.component.d.ts +6 -1
- package/development/link-list/link-list.component.d.ts.map +1 -1
- package/development/link-list/link-list.component.js +1 -2
- package/development/link-list-anchor/link-list-anchor.component.d.ts +6 -1
- package/development/link-list-anchor/link-list-anchor.component.d.ts.map +1 -1
- package/development/link-list-anchor/link-list-anchor.component.js +1 -2
- package/development/link.js +1 -1
- package/development/menu.js +1 -1
- package/development/mini-calendar.js +1 -1
- package/development/navigation.js +2 -2
- package/development/option.js +1 -1
- package/development/paginator/compact-paginator/compact-paginator.component.d.ts +6 -1
- package/development/paginator/compact-paginator/compact-paginator.component.d.ts.map +1 -1
- package/development/paginator/compact-paginator/compact-paginator.component.js +1 -2
- package/development/paginator/paginator/paginator.component.d.ts +6 -1
- package/development/paginator/paginator/paginator.component.d.ts.map +1 -1
- package/development/paginator/paginator/paginator.component.js +1 -2
- package/development/radio-button-panel/radio-button-panel.component.d.ts +6 -1
- package/development/radio-button-panel/radio-button-panel.component.d.ts.map +1 -1
- package/development/radio-button-panel/radio-button-panel.component.js +1 -2
- package/development/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts +2 -0
- package/development/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts.map +1 -1
- package/development/sidebar/sidebar-close-button/sidebar-close-button.component.js +1 -1
- package/development/sidebar.js +1 -1
- package/development/stepper/step/step.component.d.ts +1 -0
- package/development/stepper/step/step.component.d.ts.map +1 -1
- package/development/stepper/step/step.component.js +5 -2
- package/development/stepper.js +1 -1
- package/development/tabs.js +1 -1
- package/development/tag/tag-group/tag-group.component.d.ts +6 -1
- package/development/tag/tag-group/tag-group.component.d.ts.map +1 -1
- package/development/tag/tag-group/tag-group.component.js +1 -2
- package/development/teaser-product.js +1 -1
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts +2 -0
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js +1 -1
- package/development/timetable-form.js +1 -1
- package/development/train/train-wagon-button/train-wagon-button.component.d.ts +8 -0
- package/development/train/train-wagon-button/train-wagon-button.component.d.ts.map +1 -0
- package/development/train/train-wagon-button/train-wagon-button.component.js +12 -0
- package/development/train/train-wagon-button.d.ts +3 -0
- package/development/train/train-wagon-button.d.ts.map +1 -0
- package/development/train/train-wagon-button.js +8 -0
- package/development/train/train-wagon-link/train-wagon-link.component.d.ts +3 -0
- package/development/train/train-wagon-link/train-wagon-link.component.d.ts.map +1 -0
- package/development/train/train-wagon-link/train-wagon-link.component.js +13 -0
- package/development/train/train-wagon-link.d.ts +3 -0
- package/development/train/train-wagon-link.d.ts.map +1 -0
- package/development/train/train-wagon-link.js +8 -0
- package/development/train.d.ts +2 -0
- package/development/train.d.ts.map +1 -1
- package/development/train.js +4 -2
- package/development/visual-checkbox/visual-checkbox.component.d.ts +6 -1
- package/development/visual-checkbox/visual-checkbox.component.d.ts.map +1 -1
- package/development/visual-checkbox/visual-checkbox.component.js +1 -2
- package/dialog/dialog-actions/dialog-actions.component.js +0 -1
- package/dialog.js +4 -4
- package/expansion-panel.js +4 -4
- package/file-selector.js +3 -3
- package/flip-card.js +4 -4
- package/form-field.js +5 -5
- package/icon/icon.component.js +4 -4
- package/icon-sidebar.js +3 -3
- package/link/block-link/block-link.component.js +0 -1
- package/link/block-link-static/block-link-static.component.js +0 -1
- package/link-list/link-list.component.js +0 -1
- package/link-list-anchor/link-list-anchor.component.js +0 -1
- package/link.js +3 -3
- package/menu.js +4 -4
- package/mini-calendar.js +3 -3
- package/navigation.js +7 -7
- package/option.js +3 -3
- package/package.json +22 -2
- package/paginator/compact-paginator/compact-paginator.component.js +0 -1
- package/paginator/paginator/paginator.component.js +0 -1
- package/radio-button-panel/radio-button-panel.component.js +0 -1
- package/sidebar.js +3 -3
- package/stepper/step/step.component.js +4 -1
- package/stepper.js +4 -4
- package/tabs.js +4 -4
- package/tag/tag-group/tag-group.component.js +0 -1
- package/teaser-product.js +3 -3
- package/timetable-form.js +5 -5
- package/train/train-wagon-button/train-wagon-button.component.js +10 -0
- package/train/train-wagon-button.js +5 -0
- package/train/train-wagon-link/train-wagon-link.component.js +11 -0
- package/train/train-wagon-link.js +5 -0
- package/train.js +6 -4
- package/visual-checkbox/visual-checkbox.component.js +0 -1
package/expansion-panel.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
export {
|
|
1
|
+
import { SbbExpansionPanelHeader as e } from "./expansion-panel/expansion-panel-header/expansion-panel-header.component.js";
|
|
2
|
+
import { SbbExpansionPanel as t } from "./expansion-panel/expansion-panel/expansion-panel.component.js";
|
|
3
|
+
import { SbbExpansionPanelContent as n } from "./expansion-panel/expansion-panel-content/expansion-panel-content.component.js";
|
|
4
|
+
export { t as SbbExpansionPanel, n as SbbExpansionPanelContent, e as SbbExpansionPanelHeader };
|
package/file-selector.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
1
|
+
import { SbbFileSelectorDropzone as e } from "./file-selector/file-selector-dropzone/file-selector-dropzone.component.js";
|
|
2
|
+
import { SbbFileSelector as t } from "./file-selector/file-selector/file-selector.component.js";
|
|
3
|
+
export { t as SbbFileSelector, e as SbbFileSelectorDropzone };
|
package/flip-card.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
export {
|
|
1
|
+
import { SbbFlipCardDetails as e } from "./flip-card/flip-card-details/flip-card-details.component.js";
|
|
2
|
+
import { SbbFlipCardSummary as t } from "./flip-card/flip-card-summary/flip-card-summary.component.js";
|
|
3
|
+
import { SbbFlipCard as n } from "./flip-card/flip-card/flip-card.component.js";
|
|
4
|
+
export { n as SbbFlipCard, e as SbbFlipCardDetails, t as SbbFlipCardSummary };
|
package/form-field.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbFormField as e } from "./form-field/form-field/form-field.component.js";
|
|
2
|
+
import { SbbError as t } from "./form-field/error/error.component.js";
|
|
3
3
|
import { SbbFormFieldClear as n } from "./form-field/form-field-clear/form-field-clear.component.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
export {
|
|
4
|
+
import { SbbHint as r } from "./form-field/hint/hint.component.js";
|
|
5
|
+
import { SbbFormFieldTextCounter as i } from "./form-field/form-field-text-counter/form-field-text-counter.component.js";
|
|
6
|
+
export { t as SbbError, e as SbbFormField, n as SbbFormFieldClear, i as SbbFormFieldTextCounter, r as SbbHint };
|
package/icon/icon.component.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createComponent as e } from "../core.js";
|
|
2
|
-
import t from "
|
|
3
|
-
import
|
|
2
|
+
import { SbbIconElement as t } from "@sbb-esta/lyne-elements/icon.pure.js";
|
|
3
|
+
import n from "react";
|
|
4
4
|
//#region src/react/icon/icon.component.ts
|
|
5
5
|
var r = e({
|
|
6
6
|
tagName: "sbb-icon",
|
|
7
|
-
elementClass:
|
|
8
|
-
react:
|
|
7
|
+
elementClass: t,
|
|
8
|
+
react: n
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { r as SbbIcon };
|
package/icon-sidebar.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbIconSidebarButton as e } from "./icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js";
|
|
2
|
+
import { SbbIconSidebar as t } from "./icon-sidebar/icon-sidebar/icon-sidebar.component.js";
|
|
3
3
|
import { SbbIconSidebarContainer as n } from "./icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js";
|
|
4
4
|
import { SbbIconSidebarContent as r } from "./icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js";
|
|
5
5
|
import { SbbIconSidebarLink as i } from "./icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js";
|
|
6
|
-
export {
|
|
6
|
+
export { t as SbbIconSidebar, e as SbbIconSidebarButton, n as SbbIconSidebarContainer, r as SbbIconSidebarContent, i as SbbIconSidebarLink };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbBlockLinkElement as n } from "@sbb-esta/lyne-elements/link.pure.js";
|
|
4
|
-
//#region src/react/link/block-link/block-link.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-block-link",
|
|
7
6
|
elementClass: n,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbBlockLinkStaticElement as n } from "@sbb-esta/lyne-elements/link.pure.js";
|
|
4
|
-
//#region src/react/link/block-link-static/block-link-static.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-block-link-static",
|
|
7
6
|
elementClass: n,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbLinkListElement as n } from "@sbb-esta/lyne-elements/link-list.pure.js";
|
|
4
|
-
//#region src/react/link-list/link-list.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-link-list",
|
|
7
6
|
elementClass: n,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbLinkListAnchorElement as n } from "@sbb-esta/lyne-elements/link-list-anchor.pure.js";
|
|
4
|
-
//#region src/react/link-list-anchor/link-list-anchor.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-link-list-anchor",
|
|
7
6
|
elementClass: n,
|
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 { 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";
|
|
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, t as SbbBlockLinkButton, n as SbbBlockLinkStatic, r as SbbLink, i as SbbLinkButton, a as SbbLinkStatic };
|
package/menu.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
export {
|
|
1
|
+
import { SbbMenuButton as e } from "./menu/menu-button/menu-button.component.js";
|
|
2
|
+
import { SbbMenuLink as t } from "./menu/menu-link/menu-link.component.js";
|
|
3
|
+
import { SbbMenu as n } from "./menu/menu/menu.component.js";
|
|
4
|
+
export { n as SbbMenu, e as SbbMenuButton, t as SbbMenuLink };
|
package/mini-calendar.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbMiniCalendarDay as e } from "./mini-calendar/mini-calendar-day/mini-calendar-day.component.js";
|
|
2
|
+
import { SbbMiniCalendar as t } from "./mini-calendar/mini-calendar/mini-calendar.component.js";
|
|
3
3
|
import { SbbMiniCalendarMonth as n } from "./mini-calendar/mini-calendar-month/mini-calendar-month.component.js";
|
|
4
|
-
export {
|
|
4
|
+
export { t as SbbMiniCalendar, e as SbbMiniCalendarDay, n as SbbMiniCalendarMonth };
|
package/navigation.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
export {
|
|
1
|
+
import { SbbNavigationButton as e } from "./navigation/navigation-button/navigation-button.component.js";
|
|
2
|
+
import { SbbNavigationLink as t } from "./navigation/navigation-link/navigation-link.component.js";
|
|
3
|
+
import { SbbNavigationMarker as n } from "./navigation/navigation-marker/navigation-marker.component.js";
|
|
4
|
+
import { SbbNavigation as r } from "./navigation/navigation/navigation.component.js";
|
|
5
|
+
import { SbbNavigationSection as i } from "./navigation/navigation-section/navigation-section.component.js";
|
|
6
|
+
import { SbbNavigationList as a } from "./navigation/navigation-list/navigation-list.component.js";
|
|
7
|
+
export { r as SbbNavigation, e as SbbNavigationButton, t as SbbNavigationLink, a as SbbNavigationList, n as SbbNavigationMarker, i as SbbNavigationSection };
|
package/option.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbOption as e } from "./option/option/option.component.js";
|
|
2
|
+
import { SbbOptGroup as t } from "./option/optgroup/optgroup.component.js";
|
|
3
3
|
import { SbbOptionHint as n } from "./option/option-hint/option-hint.component.js";
|
|
4
|
-
export {
|
|
4
|
+
export { t as SbbOptGroup, e as SbbOption, n as SbbOptionHint };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-react",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.3",
|
|
4
4
|
"description": "Lyne Design System React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
@@ -1953,6 +1953,26 @@
|
|
|
1953
1953
|
"development": "./development/train/train-wagon.js",
|
|
1954
1954
|
"default": "./train/train-wagon.js"
|
|
1955
1955
|
},
|
|
1956
|
+
"./train/train-wagon-button": {
|
|
1957
|
+
"types": "./development/train/train-wagon-button.d.ts",
|
|
1958
|
+
"development": "./development/train/train-wagon-button.js",
|
|
1959
|
+
"default": "./train/train-wagon-button.js"
|
|
1960
|
+
},
|
|
1961
|
+
"./train/train-wagon-button.js": {
|
|
1962
|
+
"types": "./development/train/train-wagon-button.d.ts",
|
|
1963
|
+
"development": "./development/train/train-wagon-button.js",
|
|
1964
|
+
"default": "./train/train-wagon-button.js"
|
|
1965
|
+
},
|
|
1966
|
+
"./train/train-wagon-link": {
|
|
1967
|
+
"types": "./development/train/train-wagon-link.d.ts",
|
|
1968
|
+
"development": "./development/train/train-wagon-link.js",
|
|
1969
|
+
"default": "./train/train-wagon-link.js"
|
|
1970
|
+
},
|
|
1971
|
+
"./train/train-wagon-link.js": {
|
|
1972
|
+
"types": "./development/train/train-wagon-link.d.ts",
|
|
1973
|
+
"development": "./development/train/train-wagon-link.js",
|
|
1974
|
+
"default": "./train/train-wagon-link.js"
|
|
1975
|
+
},
|
|
1956
1976
|
"./visual-checkbox": {
|
|
1957
1977
|
"types": "./development/visual-checkbox.d.ts",
|
|
1958
1978
|
"development": "./development/visual-checkbox.js",
|
|
@@ -1965,7 +1985,7 @@
|
|
|
1965
1985
|
}
|
|
1966
1986
|
},
|
|
1967
1987
|
"peerDependencies": {
|
|
1968
|
-
"@sbb-esta/lyne-elements": "5.0.0-next.
|
|
1988
|
+
"@sbb-esta/lyne-elements": "5.0.0-next.3",
|
|
1969
1989
|
"react": "^18.2.0 || ^19.0.0"
|
|
1970
1990
|
},
|
|
1971
1991
|
"dependencies": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbCompactPaginatorElement as n } from "@sbb-esta/lyne-elements/paginator.pure.js";
|
|
4
|
-
//#region src/react/paginator/compact-paginator/compact-paginator.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-compact-paginator",
|
|
7
6
|
elementClass: n,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbPaginatorElement as n } from "@sbb-esta/lyne-elements/paginator.pure.js";
|
|
4
|
-
//#region src/react/paginator/paginator/paginator.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-paginator",
|
|
7
6
|
elementClass: n,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbRadioButtonPanelElement as n } from "@sbb-esta/lyne-elements/radio-button-panel.pure.js";
|
|
4
|
-
//#region src/react/radio-button-panel/radio-button-panel.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-radio-button-panel",
|
|
7
6
|
elementClass: n,
|
package/sidebar.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SbbSidebarCloseButton as e } from "./sidebar/sidebar-close-button/sidebar-close-button.component.js";
|
|
2
|
+
import { SbbSidebar as t } from "./sidebar/sidebar/sidebar.component.js";
|
|
3
3
|
import { SbbSidebarContainer as n } from "./sidebar/sidebar-container/sidebar-container.component.js";
|
|
4
4
|
import { SbbSidebarContent as r } from "./sidebar/sidebar-content/sidebar-content.component.js";
|
|
5
5
|
import { SbbSidebarTitle as i } from "./sidebar/sidebar-title/sidebar-title.component.js";
|
|
6
|
-
export {
|
|
6
|
+
export { t as SbbSidebar, e as SbbSidebarCloseButton, n as SbbSidebarContainer, r as SbbSidebarContent, i as SbbSidebarTitle };
|
package/stepper.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
export {
|
|
1
|
+
import { SbbStepper as e } from "./stepper/stepper/stepper.component.js";
|
|
2
|
+
import { SbbStep as t } from "./stepper/step/step.component.js";
|
|
3
|
+
import { SbbStepLabel as n } from "./stepper/step-label/step-label.component.js";
|
|
4
|
+
export { t as SbbStep, n as SbbStepLabel, e as SbbStepper };
|
package/tabs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { SbbTabLabel as e } from "./tabs/tab-label/tab-label.component.js";
|
|
2
|
+
import { SbbTab as t } from "./tabs/tab/tab.component.js";
|
|
3
|
+
import { SbbTabGroup as n } from "./tabs/tab-group/tab-group.component.js";
|
|
4
4
|
import { SbbTabNavBar as r } from "./tabs/tab-nav-bar/tab-nav-bar.component.js";
|
|
5
|
-
export {
|
|
5
|
+
export { t as SbbTab, n as SbbTabGroup, e as SbbTabLabel, r as SbbTabNavBar };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbTagGroupElement as n } from "@sbb-esta/lyne-elements/tag.pure.js";
|
|
4
|
-
//#region src/react/tag/tag-group/tag-group.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-tag-group",
|
|
7
6
|
elementClass: n,
|
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
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
export {
|
|
1
|
+
import { SbbTimetableFormDetails as e } from "./timetable-form/timetable-form-details/timetable-form-details.component.js";
|
|
2
|
+
import { SbbTimetableFormField as t } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
|
|
3
|
+
import { SbbTimetableFormSwapButton as n } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
|
|
4
|
+
import { SbbTimetableForm as r } from "./timetable-form/timetable-form/timetable-form.component.js";
|
|
5
|
+
export { r as SbbTimetableForm, e as SbbTimetableFormDetails, t as SbbTimetableFormField, n as SbbTimetableFormSwapButton };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { createComponent as e } from "../../core.js";
|
|
2
|
+
import t from "react";
|
|
3
|
+
import { SbbTrainWagonButtonElement as n } from "@sbb-esta/lyne-elements/train.pure.js";
|
|
4
|
+
var r = e({
|
|
5
|
+
tagName: "sbb-train-wagon-button",
|
|
6
|
+
elementClass: n,
|
|
7
|
+
react: t
|
|
8
|
+
});
|
|
9
|
+
//#endregion
|
|
10
|
+
export { r as SbbTrainWagonButton };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { SbbTrainWagonButton as e } from "./train-wagon-button/train-wagon-button.component.js";
|
|
2
|
+
//#region src/react/train/train-wagon-button.ts
|
|
3
|
+
console.warn("The entrypoint '@sbb-esta/react/train/train-wagon-button.js' has been deprecated.\nUse '@sbb-esta/react/train.js' instead.");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { e as SbbTrainWagonButton };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { createComponent as e } from "../../core.js";
|
|
2
|
+
import t from "react";
|
|
3
|
+
import { SbbTrainWagonLinkElement as n } from "@sbb-esta/lyne-elements/train.pure.js";
|
|
4
|
+
//#region src/react/train/train-wagon-link/train-wagon-link.component.ts
|
|
5
|
+
var r = e({
|
|
6
|
+
tagName: "sbb-train-wagon-link",
|
|
7
|
+
elementClass: n,
|
|
8
|
+
react: t
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { r as SbbTrainWagonLink };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { SbbTrainWagonLink as e } from "./train-wagon-link/train-wagon-link.component.js";
|
|
2
|
+
//#region src/react/train/train-wagon-link.ts
|
|
3
|
+
console.warn("The entrypoint '@sbb-esta/react/train/train-wagon-link.js' has been deprecated.\nUse '@sbb-esta/react/train.js' instead.");
|
|
4
|
+
//#endregion
|
|
5
|
+
export { e as SbbTrainWagonLink };
|
package/train.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { SbbTrain as e } from "./train/train/train.component.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
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 { SbbTrainWagonButton as r } from "./train/train-wagon-button/train-wagon-button.component.js";
|
|
5
|
+
import { SbbTrainWagonLink as i } from "./train/train-wagon-link/train-wagon-link.component.js";
|
|
6
|
+
import { SbbTrainWagon as a } from "./train/train-wagon/train-wagon.component.js";
|
|
7
|
+
export { e as SbbTrain, n as SbbTrainBlockedPassage, t as SbbTrainFormation, a as SbbTrainWagon, r as SbbTrainWagonButton, i as SbbTrainWagonLink };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { createComponent as e } from "../core.js";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { SbbVisualCheckboxElement as n } from "@sbb-esta/lyne-elements/visual-checkbox.pure.js";
|
|
4
|
-
//#region src/react/visual-checkbox/visual-checkbox.component.ts
|
|
5
4
|
var r = e({
|
|
6
5
|
tagName: "sbb-visual-checkbox",
|
|
7
6
|
elementClass: n,
|