@sbb-esta/lyne-react 5.0.0-next.2 → 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/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.js +2 -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/menu.js +4 -4
- package/mini-calendar.js +3 -3
- package/navigation.js +7 -7
- package/option.js +3 -3
- package/package.json +2 -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 +4 -4
- 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.js +6 -6
- package/visual-checkbox/visual-checkbox.component.js +0 -1
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",
|
|
@@ -1985,7 +1985,7 @@
|
|
|
1985
1985
|
}
|
|
1986
1986
|
},
|
|
1987
1987
|
"peerDependencies": {
|
|
1988
|
-
"@sbb-esta/lyne-elements": "5.0.0-next.
|
|
1988
|
+
"@sbb-esta/lyne-elements": "5.0.0-next.3",
|
|
1989
1989
|
"react": "^18.2.0 || ^19.0.0"
|
|
1990
1990
|
},
|
|
1991
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 {
|
|
3
|
-
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
|
+
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 };
|
package/train.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SbbTrain as e } from "./train/train/train.component.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
export { e as SbbTrain,
|
|
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,
|