@sbb-esta/lyne-react 4.6.0 → 4.8.0
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 +10 -10
- package/accordion.js +2 -4
- package/action-group/action-group.component.js +10 -10
- package/action-group.js +2 -4
- package/alert/alert/alert.component.js +15 -15
- package/alert/alert-group/alert-group.component.js +10 -12
- package/alert/alert-group.js +5 -4
- package/alert/alert.js +4 -3
- package/alert.js +2 -5
- package/autocomplete/autocomplete.component.js +13 -14
- package/autocomplete.js +2 -4
- package/breadcrumb/breadcrumb/breadcrumb.component.js +10 -10
- package/breadcrumb/breadcrumb-group/breadcrumb-group.component.js +10 -10
- package/breadcrumb/breadcrumb-group.js +5 -4
- package/breadcrumb/breadcrumb.js +4 -3
- package/breadcrumb.js +3 -6
- package/button/accent-button/accent-button.component.js +9 -10
- package/button/accent-button-link/accent-button-link.component.js +10 -10
- package/button/accent-button-link.js +5 -4
- package/button/accent-button-static/accent-button-static.component.js +10 -10
- package/button/accent-button-static.js +5 -4
- package/button/accent-button.js +5 -4
- package/button/button/button.component.js +9 -10
- package/button/button-link/button-link.component.js +10 -10
- package/button/button-link.js +5 -4
- package/button/button-static/button-static.component.js +10 -10
- package/button/button-static.js +5 -4
- package/button/button.js +5 -4
- package/button/mini-button/mini-button.component.js +9 -10
- package/button/mini-button-group/mini-button-group.component.js +10 -10
- package/button/mini-button-group.js +5 -4
- package/button/mini-button-link/mini-button-link.component.js +9 -9
- package/button/mini-button-link.js +5 -4
- package/button/mini-button.js +5 -4
- package/button/secondary-button/secondary-button.component.js +9 -10
- package/button/secondary-button-link/secondary-button-link.component.js +10 -10
- package/button/secondary-button-link.js +5 -4
- package/button/secondary-button-static/secondary-button-static.component.js +10 -10
- package/button/secondary-button-static.js +5 -4
- package/button/secondary-button.js +5 -4
- package/button/transparent-button/transparent-button.component.js +8 -9
- package/button/transparent-button-link/transparent-button-link.component.js +9 -9
- package/button/transparent-button-link.js +5 -4
- package/button/transparent-button-static/transparent-button-static.component.js +10 -10
- package/button/transparent-button-static.js +5 -4
- package/button/transparent-button.js +5 -4
- package/button.js +15 -31
- package/calendar/calendar/calendar.component.js +13 -13
- package/calendar/calendar-day/calendar-day.component.js +10 -10
- package/calendar/calendar-day.js +5 -4
- package/calendar/calendar-month/calendar-month.component.js +11 -0
- package/calendar/calendar-month.js +5 -0
- package/calendar/calendar-weekday/calendar-weekday.component.js +11 -0
- package/calendar/calendar-weekday.js +5 -0
- package/calendar/calendar-weeknumber/calendar-weeknumber.component.js +11 -0
- package/calendar/calendar-weeknumber.js +5 -0
- package/calendar/calendar-year/calendar-year.component.js +11 -0
- package/calendar/calendar-year.js +5 -0
- package/calendar/calendar.js +5 -4
- package/calendar.js +7 -6
- package/card/card/card.component.js +9 -9
- package/card/card-badge/card-badge.component.js +9 -9
- package/card/card-badge.js +5 -4
- package/card/card-button/card-button.component.js +9 -10
- package/card/card-button.js +5 -4
- package/card/card-link/card-link.component.js +9 -9
- package/card/card-link.js +5 -4
- package/card/card.js +5 -4
- package/card.js +5 -10
- package/carousel/carousel/carousel.component.js +9 -9
- package/carousel/carousel-item/carousel-item.component.js +12 -12
- package/carousel/carousel-item.js +5 -4
- package/carousel/carousel-list/carousel-list.component.js +9 -9
- package/carousel/carousel-list.js +5 -4
- package/carousel/carousel.js +5 -4
- package/carousel.js +2 -6
- package/checkbox/checkbox.component.js +15 -0
- package/checkbox-group/checkbox-group.component.js +11 -0
- package/checkbox-group.js +2 -0
- package/checkbox-panel/checkbox-panel.component.js +15 -0
- package/checkbox-panel.js +2 -0
- package/checkbox.js +2 -8
- package/chip/chip/chip.component.js +9 -9
- package/chip/chip-group/chip-group.component.js +14 -14
- package/chip/chip-group.js +5 -4
- package/chip/chip.js +5 -4
- package/chip-label/chip-label.component.js +9 -9
- package/chip-label.js +2 -4
- package/chip.js +3 -6
- package/clock/clock.component.js +9 -9
- package/clock.js +2 -4
- package/container/container/container.component.js +9 -9
- package/container/container.js +5 -4
- package/container/sticky-bar/sticky-bar.component.js +16 -16
- package/container/sticky-bar.js +5 -4
- package/container.js +3 -6
- package/core/create-component.js +58 -61
- package/core.js +2 -4
- package/date-input/date-input.component.js +14 -14
- package/date-input.js +1 -3
- package/datepicker/datepicker/datepicker.component.js +14 -15
- package/datepicker/datepicker-next-day/datepicker-next-day.component.js +8 -9
- package/datepicker/datepicker-next-day.js +5 -4
- package/datepicker/datepicker-previous-day/datepicker-previous-day.component.js +8 -9
- package/datepicker/datepicker-previous-day.js +5 -4
- package/datepicker/datepicker-toggle/datepicker-toggle.component.js +8 -9
- package/datepicker/datepicker-toggle.js +5 -4
- package/datepicker/datepicker.js +5 -4
- package/datepicker.js +5 -10
- package/development/accordion/accordion.component.js +9 -8
- package/development/accordion.d.ts +1 -3
- package/development/accordion.d.ts.map +1 -1
- package/development/accordion.js +1 -4
- package/development/action-group/action-group.component.js +10 -9
- package/development/action-group.d.ts +1 -3
- package/development/action-group.d.ts.map +1 -1
- package/development/action-group.js +1 -4
- package/development/alert/alert/alert.component.d.ts +1 -1
- package/development/alert/alert/alert.component.d.ts.map +1 -1
- package/development/alert/alert/alert.component.js +16 -15
- package/development/alert/alert-group/alert-group.component.d.ts +1 -1
- package/development/alert/alert-group/alert-group.component.d.ts.map +1 -1
- package/development/alert/alert-group/alert-group.component.js +11 -12
- package/development/alert/alert-group.d.ts +1 -3
- package/development/alert/alert-group.d.ts.map +1 -1
- package/development/alert/alert-group.js +7 -4
- package/development/alert/alert.d.ts +1 -3
- package/development/alert/alert.d.ts.map +1 -1
- package/development/alert/alert.js +7 -4
- package/development/alert.d.ts +3 -5
- package/development/alert.d.ts.map +1 -1
- package/development/alert.js +1 -5
- package/development/autocomplete/autocomplete.component.js +15 -16
- package/development/autocomplete.d.ts +1 -3
- package/development/autocomplete.d.ts.map +1 -1
- package/development/autocomplete.js +1 -4
- package/development/breadcrumb/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/development/breadcrumb/breadcrumb/breadcrumb.component.d.ts.map +1 -1
- package/development/breadcrumb/breadcrumb/breadcrumb.component.js +10 -9
- package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts +1 -1
- package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts.map +1 -1
- package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.js +10 -9
- package/development/breadcrumb/breadcrumb-group.d.ts +1 -3
- package/development/breadcrumb/breadcrumb-group.d.ts.map +1 -1
- package/development/breadcrumb/breadcrumb-group.js +7 -4
- package/development/breadcrumb/breadcrumb.d.ts +1 -3
- package/development/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/development/breadcrumb/breadcrumb.js +7 -4
- package/development/breadcrumb.d.ts +3 -5
- package/development/breadcrumb.d.ts.map +1 -1
- package/development/breadcrumb.js +1 -5
- package/development/button/accent-button/accent-button.component.js +9 -10
- package/development/button/accent-button-link/accent-button-link.component.js +10 -9
- package/development/button/accent-button-link.d.ts +1 -3
- package/development/button/accent-button-link.d.ts.map +1 -1
- package/development/button/accent-button-link.js +7 -4
- package/development/button/accent-button-static/accent-button-static.component.js +10 -9
- package/development/button/accent-button-static.d.ts +1 -3
- package/development/button/accent-button-static.d.ts.map +1 -1
- package/development/button/accent-button-static.js +7 -4
- package/development/button/accent-button.d.ts +1 -3
- package/development/button/accent-button.d.ts.map +1 -1
- package/development/button/accent-button.js +7 -4
- package/development/button/button/button.component.js +9 -10
- package/development/button/button-link/button-link.component.js +10 -9
- package/development/button/button-link.d.ts +1 -3
- package/development/button/button-link.d.ts.map +1 -1
- package/development/button/button-link.js +7 -4
- package/development/button/button-static/button-static.component.js +10 -9
- package/development/button/button-static.d.ts +1 -3
- package/development/button/button-static.d.ts.map +1 -1
- package/development/button/button-static.js +7 -4
- package/development/button/button.d.ts +1 -3
- package/development/button/button.d.ts.map +1 -1
- package/development/button/button.js +7 -4
- package/development/button/mini-button/mini-button.component.js +9 -10
- package/development/button/mini-button-group/mini-button-group.component.js +10 -9
- package/development/button/mini-button-group.d.ts +1 -3
- package/development/button/mini-button-group.d.ts.map +1 -1
- package/development/button/mini-button-group.js +7 -4
- package/development/button/mini-button-link/mini-button-link.component.js +10 -9
- package/development/button/mini-button-link.d.ts +1 -3
- package/development/button/mini-button-link.d.ts.map +1 -1
- package/development/button/mini-button-link.js +7 -4
- package/development/button/mini-button.d.ts +1 -3
- package/development/button/mini-button.d.ts.map +1 -1
- package/development/button/mini-button.js +7 -4
- package/development/button/secondary-button/secondary-button.component.js +9 -10
- package/development/button/secondary-button-link/secondary-button-link.component.js +10 -9
- package/development/button/secondary-button-link.d.ts +1 -3
- package/development/button/secondary-button-link.d.ts.map +1 -1
- package/development/button/secondary-button-link.js +7 -4
- package/development/button/secondary-button-static/secondary-button-static.component.js +10 -9
- package/development/button/secondary-button-static.d.ts +1 -3
- package/development/button/secondary-button-static.d.ts.map +1 -1
- package/development/button/secondary-button-static.js +7 -4
- package/development/button/secondary-button.d.ts +1 -3
- package/development/button/secondary-button.d.ts.map +1 -1
- package/development/button/secondary-button.js +7 -4
- package/development/button/transparent-button/transparent-button.component.js +9 -10
- package/development/button/transparent-button-link/transparent-button-link.component.js +10 -9
- package/development/button/transparent-button-link.d.ts +1 -3
- package/development/button/transparent-button-link.d.ts.map +1 -1
- package/development/button/transparent-button-link.js +7 -4
- package/development/button/transparent-button-static/transparent-button-static.component.js +10 -9
- package/development/button/transparent-button-static.d.ts +1 -3
- package/development/button/transparent-button-static.d.ts.map +1 -1
- package/development/button/transparent-button-static.js +7 -4
- package/development/button/transparent-button.d.ts +1 -3
- package/development/button/transparent-button.d.ts.map +1 -1
- package/development/button/transparent-button.js +7 -4
- package/development/button.d.ts +16 -18
- package/development/button.d.ts.map +1 -1
- package/development/button.js +1 -18
- package/development/calendar/calendar/calendar.component.d.ts +1 -1
- package/development/calendar/calendar/calendar.component.d.ts.map +1 -1
- package/development/calendar/calendar/calendar.component.js +14 -13
- package/development/calendar/calendar-day/calendar-day.component.d.ts +1 -1
- package/development/calendar/calendar-day/calendar-day.component.d.ts.map +1 -1
- package/development/calendar/calendar-day/calendar-day.component.js +10 -9
- package/development/calendar/calendar-day.d.ts +1 -3
- package/development/calendar/calendar-day.d.ts.map +1 -1
- package/development/calendar/calendar-day.js +7 -4
- package/development/calendar/calendar-month/calendar-month.component.d.ts +3 -0
- package/development/calendar/calendar-month/calendar-month.component.d.ts.map +1 -0
- package/development/calendar/calendar-month/calendar-month.component.js +13 -0
- package/development/calendar/calendar-month.d.ts +3 -0
- package/development/calendar/calendar-month.d.ts.map +1 -0
- package/development/calendar/calendar-month.js +8 -0
- package/development/calendar/calendar-weekday/calendar-weekday.component.d.ts +3 -0
- package/development/calendar/calendar-weekday/calendar-weekday.component.d.ts.map +1 -0
- package/development/calendar/calendar-weekday/calendar-weekday.component.js +13 -0
- package/development/calendar/calendar-weekday.d.ts +3 -0
- package/development/calendar/calendar-weekday.d.ts.map +1 -0
- package/development/calendar/calendar-weekday.js +8 -0
- package/development/calendar/calendar-weeknumber/calendar-weeknumber.component.d.ts +3 -0
- package/development/calendar/calendar-weeknumber/calendar-weeknumber.component.d.ts.map +1 -0
- package/development/calendar/calendar-weeknumber/calendar-weeknumber.component.js +13 -0
- package/development/calendar/calendar-weeknumber.d.ts +3 -0
- package/development/calendar/calendar-weeknumber.d.ts.map +1 -0
- package/development/calendar/calendar-weeknumber.js +8 -0
- package/development/calendar/calendar-year/calendar-year.component.d.ts +3 -0
- package/development/calendar/calendar-year/calendar-year.component.d.ts.map +1 -0
- package/development/calendar/calendar-year/calendar-year.component.js +13 -0
- package/development/calendar/calendar-year.d.ts +3 -0
- package/development/calendar/calendar-year.d.ts.map +1 -0
- package/development/calendar/calendar-year.js +8 -0
- package/development/calendar/calendar.d.ts +1 -3
- package/development/calendar/calendar.d.ts.map +1 -1
- package/development/calendar/calendar.js +7 -4
- package/development/calendar.d.ts +7 -5
- package/development/calendar.d.ts.map +1 -1
- package/development/calendar.js +5 -5
- package/development/card/card/card.component.d.ts +1 -1
- package/development/card/card/card.component.d.ts.map +1 -1
- package/development/card/card/card.component.js +10 -9
- package/development/card/card-badge/card-badge.component.d.ts +1 -1
- package/development/card/card-badge/card-badge.component.d.ts.map +1 -1
- package/development/card/card-badge/card-badge.component.js +10 -9
- package/development/card/card-badge.d.ts +1 -3
- package/development/card/card-badge.d.ts.map +1 -1
- package/development/card/card-badge.js +7 -4
- package/development/card/card-button/card-button.component.d.ts +1 -1
- package/development/card/card-button/card-button.component.d.ts.map +1 -1
- package/development/card/card-button/card-button.component.js +9 -10
- package/development/card/card-button.d.ts +1 -3
- package/development/card/card-button.d.ts.map +1 -1
- package/development/card/card-button.js +7 -4
- package/development/card/card-link/card-link.component.d.ts +1 -1
- package/development/card/card-link/card-link.component.d.ts.map +1 -1
- package/development/card/card-link/card-link.component.js +10 -9
- package/development/card/card-link.d.ts +1 -3
- package/development/card/card-link.d.ts.map +1 -1
- package/development/card/card-link.js +7 -4
- package/development/card/card.d.ts +1 -3
- package/development/card/card.d.ts.map +1 -1
- package/development/card/card.js +7 -4
- package/development/card.d.ts +5 -7
- package/development/card.d.ts.map +1 -1
- package/development/card.js +1 -7
- package/development/carousel/carousel/carousel.component.d.ts +1 -1
- package/development/carousel/carousel/carousel.component.d.ts.map +1 -1
- package/development/carousel/carousel/carousel.component.js +10 -9
- package/development/carousel/carousel-item/carousel-item.component.d.ts +1 -1
- package/development/carousel/carousel-item/carousel-item.component.d.ts.map +1 -1
- package/development/carousel/carousel-item/carousel-item.component.js +14 -13
- package/development/carousel/carousel-item.d.ts +1 -3
- package/development/carousel/carousel-item.d.ts.map +1 -1
- package/development/carousel/carousel-item.js +7 -4
- package/development/carousel/carousel-list/carousel-list.component.d.ts +1 -1
- package/development/carousel/carousel-list/carousel-list.component.d.ts.map +1 -1
- package/development/carousel/carousel-list/carousel-list.component.js +10 -9
- package/development/carousel/carousel-list.d.ts +1 -3
- package/development/carousel/carousel-list.d.ts.map +1 -1
- package/development/carousel/carousel-list.js +7 -4
- package/development/carousel/carousel.d.ts +1 -3
- package/development/carousel/carousel.d.ts.map +1 -1
- package/development/carousel/carousel.js +7 -4
- package/development/carousel.d.ts +4 -6
- package/development/carousel.d.ts.map +1 -1
- package/development/carousel.js +1 -6
- package/development/checkbox/checkbox.component.d.ts +7 -0
- package/development/checkbox/checkbox.component.d.ts.map +1 -0
- package/development/checkbox/checkbox.component.js +17 -0
- package/development/checkbox-group/checkbox-group.component.d.ts +3 -0
- package/development/checkbox-group/checkbox-group.component.d.ts.map +1 -0
- package/development/checkbox-group/checkbox-group.component.js +13 -0
- package/development/checkbox-group.d.ts +3 -0
- package/development/checkbox-group.d.ts.map +1 -0
- package/development/checkbox-group.js +2 -0
- package/development/checkbox-panel/checkbox-panel.component.d.ts +7 -0
- package/development/checkbox-panel/checkbox-panel.component.d.ts.map +1 -0
- package/development/checkbox-panel/checkbox-panel.component.js +17 -0
- package/development/checkbox-panel.d.ts +3 -0
- package/development/checkbox-panel.d.ts.map +1 -0
- package/development/checkbox-panel.js +2 -0
- package/development/checkbox.d.ts +2 -6
- package/development/checkbox.d.ts.map +1 -1
- package/development/checkbox.js +2 -9
- package/development/chip/chip/chip.component.d.ts +1 -1
- package/development/chip/chip/chip.component.d.ts.map +1 -1
- package/development/chip/chip/chip.component.js +10 -9
- package/development/chip/chip-group/chip-group.component.d.ts +2 -2
- package/development/chip/chip-group/chip-group.component.d.ts.map +1 -1
- package/development/chip/chip-group/chip-group.component.js +15 -14
- package/development/chip/chip-group.d.ts +1 -3
- package/development/chip/chip-group.d.ts.map +1 -1
- package/development/chip/chip-group.js +7 -4
- package/development/chip/chip.d.ts +1 -3
- package/development/chip/chip.d.ts.map +1 -1
- package/development/chip/chip.js +7 -4
- package/development/chip-label/chip-label.component.js +10 -9
- package/development/chip-label.d.ts +1 -3
- package/development/chip-label.d.ts.map +1 -1
- package/development/chip-label.js +1 -4
- package/development/chip.d.ts +3 -5
- package/development/chip.d.ts.map +1 -1
- package/development/chip.js +1 -5
- package/development/clock/clock.component.js +10 -9
- package/development/clock.d.ts +1 -3
- package/development/clock.d.ts.map +1 -1
- package/development/clock.js +1 -4
- package/development/container/container/container.component.d.ts +1 -1
- package/development/container/container/container.component.d.ts.map +1 -1
- package/development/container/container/container.component.js +10 -9
- package/development/container/container.d.ts +1 -3
- package/development/container/container.d.ts.map +1 -1
- package/development/container/container.js +7 -4
- package/development/container/sticky-bar/sticky-bar.component.d.ts +1 -1
- package/development/container/sticky-bar/sticky-bar.component.d.ts.map +1 -1
- package/development/container/sticky-bar/sticky-bar.component.js +16 -15
- package/development/container/sticky-bar.d.ts +1 -3
- package/development/container/sticky-bar.d.ts.map +1 -1
- package/development/container/sticky-bar.js +7 -4
- package/development/container.d.ts +3 -5
- package/development/container.d.ts.map +1 -1
- package/development/container.js +1 -5
- package/development/core/create-component.d.ts +2 -2
- package/development/core/create-component.d.ts.map +1 -1
- package/development/core/create-component.js +135 -115
- package/development/core.d.ts +1 -3
- package/development/core.d.ts.map +1 -1
- package/development/core.js +1 -4
- package/development/date-input/date-input.component.js +14 -13
- package/development/date-input.d.ts +1 -3
- package/development/date-input.d.ts.map +1 -1
- package/development/date-input.js +1 -4
- package/development/datepicker/datepicker/datepicker.component.d.ts +1 -1
- package/development/datepicker/datepicker/datepicker.component.d.ts.map +1 -1
- package/development/datepicker/datepicker/datepicker.component.js +16 -17
- package/development/datepicker/datepicker-next-day/datepicker-next-day.component.d.ts +1 -1
- package/development/datepicker/datepicker-next-day/datepicker-next-day.component.d.ts.map +1 -1
- package/development/datepicker/datepicker-next-day/datepicker-next-day.component.js +9 -10
- package/development/datepicker/datepicker-next-day.d.ts +1 -3
- package/development/datepicker/datepicker-next-day.d.ts.map +1 -1
- package/development/datepicker/datepicker-next-day.js +7 -4
- package/development/datepicker/datepicker-previous-day/datepicker-previous-day.component.d.ts +1 -1
- package/development/datepicker/datepicker-previous-day/datepicker-previous-day.component.d.ts.map +1 -1
- package/development/datepicker/datepicker-previous-day/datepicker-previous-day.component.js +9 -10
- package/development/datepicker/datepicker-previous-day.d.ts +1 -3
- package/development/datepicker/datepicker-previous-day.d.ts.map +1 -1
- package/development/datepicker/datepicker-previous-day.js +7 -4
- package/development/datepicker/datepicker-toggle/datepicker-toggle.component.d.ts +1 -1
- package/development/datepicker/datepicker-toggle/datepicker-toggle.component.d.ts.map +1 -1
- package/development/datepicker/datepicker-toggle/datepicker-toggle.component.js +9 -10
- package/development/datepicker/datepicker-toggle.d.ts +1 -3
- package/development/datepicker/datepicker-toggle.d.ts.map +1 -1
- package/development/datepicker/datepicker-toggle.js +7 -4
- package/development/datepicker/datepicker.d.ts +1 -3
- package/development/datepicker/datepicker.d.ts.map +1 -1
- package/development/datepicker/datepicker.js +7 -4
- package/development/datepicker.d.ts +5 -7
- package/development/datepicker.d.ts.map +1 -1
- package/development/datepicker.js +1 -7
- package/development/dialog/dialog/dialog.component.d.ts +1 -1
- package/development/dialog/dialog/dialog.component.d.ts.map +1 -1
- package/development/dialog/dialog/dialog.component.js +15 -16
- package/development/dialog/dialog-actions/dialog-actions.component.d.ts +1 -1
- package/development/dialog/dialog-actions/dialog-actions.component.d.ts.map +1 -1
- package/development/dialog/dialog-actions/dialog-actions.component.js +10 -9
- package/development/dialog/dialog-actions.d.ts +1 -3
- package/development/dialog/dialog-actions.d.ts.map +1 -1
- package/development/dialog/dialog-actions.js +7 -4
- package/development/dialog/dialog-close-button/dialog-close-button.component.d.ts +1 -1
- 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 +9 -10
- package/development/dialog/dialog-close-button.d.ts +1 -3
- package/development/dialog/dialog-close-button.d.ts.map +1 -1
- package/development/dialog/dialog-close-button.js +7 -4
- package/development/dialog/dialog-content/dialog-content.component.d.ts +1 -1
- package/development/dialog/dialog-content/dialog-content.component.d.ts.map +1 -1
- package/development/dialog/dialog-content/dialog-content.component.js +10 -9
- package/development/dialog/dialog-content.d.ts +1 -3
- package/development/dialog/dialog-content.d.ts.map +1 -1
- package/development/dialog/dialog-content.js +7 -4
- package/development/dialog/dialog-title/dialog-title.component.d.ts +1 -1
- package/development/dialog/dialog-title/dialog-title.component.d.ts.map +1 -1
- package/development/dialog/dialog-title/dialog-title.component.js +10 -9
- package/development/dialog/dialog-title.d.ts +1 -3
- package/development/dialog/dialog-title.d.ts.map +1 -1
- package/development/dialog/dialog-title.js +7 -4
- package/development/dialog/dialog.d.ts +1 -3
- package/development/dialog/dialog.d.ts.map +1 -1
- package/development/dialog/dialog.js +7 -4
- package/development/dialog.d.ts +6 -8
- package/development/dialog.d.ts.map +1 -1
- package/development/dialog.js +1 -8
- package/development/divider/divider.component.js +10 -9
- package/development/divider.d.ts +1 -3
- package/development/divider.d.ts.map +1 -1
- package/development/divider.js +1 -4
- package/development/expansion-panel/expansion-panel/expansion-panel.component.d.ts +1 -1
- package/development/expansion-panel/expansion-panel/expansion-panel.component.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel/expansion-panel.component.js +16 -15
- package/development/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts +1 -1
- package/development/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel-content/expansion-panel-content.component.js +10 -9
- package/development/expansion-panel/expansion-panel-content.d.ts +1 -3
- package/development/expansion-panel/expansion-panel-content.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel-content.js +7 -4
- package/development/expansion-panel/expansion-panel-header/expansion-panel-header.component.d.ts +1 -1
- package/development/expansion-panel/expansion-panel-header/expansion-panel-header.component.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +10 -13
- package/development/expansion-panel/expansion-panel-header.d.ts +1 -3
- package/development/expansion-panel/expansion-panel-header.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel-header.js +7 -4
- package/development/expansion-panel/expansion-panel.d.ts +1 -3
- package/development/expansion-panel/expansion-panel.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel.js +7 -4
- package/development/expansion-panel.d.ts +4 -6
- package/development/expansion-panel.d.ts.map +1 -1
- package/development/expansion-panel.js +1 -6
- package/development/file-selector/file-selector/file-selector.component.d.ts +1 -1
- package/development/file-selector/file-selector/file-selector.component.d.ts.map +1 -1
- package/development/file-selector/file-selector/file-selector.component.js +15 -14
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts +1 -1
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +1 -1
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +15 -14
- package/development/file-selector/file-selector-dropzone.d.ts +1 -3
- package/development/file-selector/file-selector-dropzone.d.ts.map +1 -1
- package/development/file-selector/file-selector-dropzone.js +7 -4
- package/development/file-selector/file-selector.d.ts +1 -3
- package/development/file-selector/file-selector.d.ts.map +1 -1
- package/development/file-selector/file-selector.js +7 -4
- package/development/file-selector.d.ts +3 -5
- package/development/file-selector.d.ts.map +1 -1
- package/development/file-selector.js +1 -5
- package/development/flip-card/flip-card/flip-card.component.d.ts +1 -1
- package/development/flip-card/flip-card/flip-card.component.d.ts.map +1 -1
- package/development/flip-card/flip-card/flip-card.component.js +11 -12
- package/development/flip-card/flip-card-details/flip-card-details.component.d.ts +1 -1
- package/development/flip-card/flip-card-details/flip-card-details.component.d.ts.map +1 -1
- package/development/flip-card/flip-card-details/flip-card-details.component.js +10 -9
- package/development/flip-card/flip-card-details.d.ts +1 -3
- package/development/flip-card/flip-card-details.d.ts.map +1 -1
- package/development/flip-card/flip-card-details.js +7 -4
- package/development/flip-card/flip-card-summary/flip-card-summary.component.d.ts +1 -1
- package/development/flip-card/flip-card-summary/flip-card-summary.component.d.ts.map +1 -1
- package/development/flip-card/flip-card-summary/flip-card-summary.component.js +10 -9
- package/development/flip-card/flip-card-summary.d.ts +1 -3
- package/development/flip-card/flip-card-summary.d.ts.map +1 -1
- package/development/flip-card/flip-card-summary.js +7 -4
- package/development/flip-card/flip-card.d.ts +1 -3
- package/development/flip-card/flip-card.d.ts.map +1 -1
- package/development/flip-card/flip-card.js +7 -4
- package/development/flip-card.d.ts +4 -6
- package/development/flip-card.d.ts.map +1 -1
- package/development/flip-card.js +1 -6
- package/development/footer/footer.component.js +10 -9
- package/development/footer.d.ts +1 -3
- package/development/footer.d.ts.map +1 -1
- package/development/footer.js +1 -4
- package/development/form-field/error/error.component.d.ts +1 -1
- package/development/form-field/error/error.component.d.ts.map +1 -1
- package/development/form-field/error/error.component.js +10 -9
- package/development/form-field/error.d.ts +1 -3
- package/development/form-field/error.d.ts.map +1 -1
- package/development/form-field/error.js +7 -4
- package/development/form-field/form-field/form-field.component.d.ts +1 -1
- package/development/form-field/form-field/form-field.component.d.ts.map +1 -1
- package/development/form-field/form-field/form-field.component.js +10 -9
- package/development/form-field/form-field-clear/form-field-clear.component.d.ts +1 -1
- package/development/form-field/form-field-clear/form-field-clear.component.d.ts.map +1 -1
- package/development/form-field/form-field-clear/form-field-clear.component.js +9 -10
- package/development/form-field/form-field-clear.d.ts +1 -3
- package/development/form-field/form-field-clear.d.ts.map +1 -1
- package/development/form-field/form-field-clear.js +7 -4
- package/development/form-field/form-field.d.ts +1 -3
- package/development/form-field/form-field.d.ts.map +1 -1
- package/development/form-field/form-field.js +7 -4
- package/development/form-field.d.ts +4 -6
- package/development/form-field.d.ts.map +1 -1
- package/development/form-field.js +1 -6
- package/development/header/header/header.component.d.ts +1 -1
- package/development/header/header/header.component.d.ts.map +1 -1
- package/development/header/header/header.component.js +9 -10
- package/development/header/header-button/header-button.component.d.ts +1 -1
- package/development/header/header-button/header-button.component.d.ts.map +1 -1
- package/development/header/header-button/header-button.component.js +9 -10
- package/development/header/header-button.d.ts +1 -3
- package/development/header/header-button.d.ts.map +1 -1
- package/development/header/header-button.js +7 -4
- package/development/header/header-environment/header-environment.component.d.ts +1 -1
- package/development/header/header-environment/header-environment.component.d.ts.map +1 -1
- package/development/header/header-environment/header-environment.component.js +10 -9
- package/development/header/header-environment.d.ts +1 -3
- package/development/header/header-environment.d.ts.map +1 -1
- package/development/header/header-environment.js +7 -4
- package/development/header/header-link/header-link.component.d.ts +1 -1
- package/development/header/header-link/header-link.component.d.ts.map +1 -1
- package/development/header/header-link/header-link.component.js +10 -9
- package/development/header/header-link.d.ts +1 -3
- package/development/header/header-link.d.ts.map +1 -1
- package/development/header/header-link.js +7 -4
- package/development/header/header.d.ts +1 -3
- package/development/header/header.d.ts.map +1 -1
- package/development/header/header.js +7 -4
- package/development/header.d.ts +5 -7
- package/development/header.d.ts.map +1 -1
- package/development/header.js +1 -7
- package/development/icon/icon.component.js +10 -9
- package/development/icon-sidebar/icon-sidebar/icon-sidebar.component.d.ts +1 -1
- package/development/icon-sidebar/icon-sidebar/icon-sidebar.component.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar/icon-sidebar.component.js +10 -9
- package/development/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.d.ts +1 -1
- package/development/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js +9 -10
- package/development/icon-sidebar/icon-sidebar-button.d.ts +1 -3
- package/development/icon-sidebar/icon-sidebar-button.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-button.js +7 -4
- package/development/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.d.ts +1 -1
- package/development/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js +10 -9
- package/development/icon-sidebar/icon-sidebar-container.d.ts +1 -3
- package/development/icon-sidebar/icon-sidebar-container.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-container.js +7 -4
- package/development/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.d.ts +1 -1
- package/development/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js +10 -9
- package/development/icon-sidebar/icon-sidebar-content.d.ts +1 -3
- package/development/icon-sidebar/icon-sidebar-content.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-content.js +7 -4
- package/development/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.d.ts +1 -1
- package/development/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js +10 -9
- package/development/icon-sidebar/icon-sidebar-link.d.ts +1 -3
- package/development/icon-sidebar/icon-sidebar-link.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar-link.js +7 -4
- package/development/icon-sidebar/icon-sidebar.d.ts +1 -3
- package/development/icon-sidebar/icon-sidebar.d.ts.map +1 -1
- package/development/icon-sidebar/icon-sidebar.js +7 -4
- package/development/icon-sidebar.d.ts +6 -8
- package/development/icon-sidebar.d.ts.map +1 -1
- package/development/icon-sidebar.js +1 -8
- package/development/icon.d.ts +1 -3
- package/development/icon.d.ts.map +1 -1
- package/development/icon.js +1 -4
- package/development/image/image.component.js +14 -13
- package/development/image.d.ts +1 -3
- package/development/image.d.ts.map +1 -1
- package/development/image.js +1 -4
- package/development/journey-header/journey-header.component.js +10 -9
- package/development/journey-header.d.ts +1 -3
- package/development/journey-header.d.ts.map +1 -1
- package/development/journey-header.js +1 -4
- package/development/lead-container/lead-container.component.js +10 -9
- package/development/lead-container.d.ts +1 -3
- package/development/lead-container.d.ts.map +1 -1
- package/development/lead-container.js +1 -4
- package/development/link/block-link/block-link.component.js +10 -9
- package/development/link/block-link-button/block-link-button.component.js +9 -10
- package/development/link/block-link-button.d.ts +1 -3
- package/development/link/block-link-button.d.ts.map +1 -1
- package/development/link/block-link-button.js +7 -4
- package/development/link/block-link-static/block-link-static.component.js +10 -9
- package/development/link/block-link-static.d.ts +1 -3
- package/development/link/block-link-static.d.ts.map +1 -1
- package/development/link/block-link-static.js +7 -4
- package/development/link/block-link.d.ts +1 -3
- package/development/link/block-link.d.ts.map +1 -1
- package/development/link/block-link.js +7 -4
- package/development/link/link/link.component.js +10 -9
- package/development/link/link-button/link-button.component.js +9 -10
- package/development/link/link-button.d.ts +1 -3
- package/development/link/link-button.d.ts.map +1 -1
- package/development/link/link-button.js +7 -4
- package/development/link/link-static/link-static.component.js +10 -9
- package/development/link/link-static.d.ts +1 -3
- package/development/link/link-static.d.ts.map +1 -1
- package/development/link/link-static.js +7 -4
- package/development/link/link.d.ts +1 -3
- package/development/link/link.d.ts.map +1 -1
- package/development/link/link.js +7 -4
- package/development/link-list/link-list.component.d.ts +3 -0
- package/development/link-list/link-list.component.d.ts.map +1 -0
- package/development/link-list/link-list.component.js +13 -0
- package/development/link-list-anchor/link-list-anchor.component.d.ts +3 -0
- package/development/link-list-anchor/link-list-anchor.component.d.ts.map +1 -0
- package/development/link-list-anchor/link-list-anchor.component.js +13 -0
- package/development/link-list-anchor.d.ts +3 -0
- package/development/link-list-anchor.d.ts.map +1 -0
- package/development/link-list-anchor.js +2 -0
- package/development/link-list.d.ts +2 -5
- package/development/link-list.d.ts.map +1 -1
- package/development/link-list.js +2 -7
- package/development/link.d.ts +7 -9
- package/development/link.d.ts.map +1 -1
- package/development/link.js +1 -9
- package/development/loading-indicator/loading-indicator.component.js +10 -9
- package/development/loading-indicator-circle/loading-indicator-circle.component.js +10 -9
- package/development/loading-indicator-circle.d.ts +1 -3
- package/development/loading-indicator-circle.d.ts.map +1 -1
- package/development/loading-indicator-circle.js +1 -4
- package/development/loading-indicator.d.ts +1 -3
- package/development/loading-indicator.d.ts.map +1 -1
- package/development/loading-indicator.js +1 -4
- package/development/logo/logo.component.js +10 -9
- package/development/logo.d.ts +1 -3
- package/development/logo.d.ts.map +1 -1
- package/development/logo.js +1 -4
- package/development/map-container/map-container.component.js +10 -9
- package/development/map-container.d.ts +1 -3
- package/development/map-container.d.ts.map +1 -1
- package/development/map-container.js +1 -4
- package/development/menu/menu/menu.component.d.ts +1 -1
- package/development/menu/menu/menu.component.d.ts.map +1 -1
- package/development/menu/menu/menu.component.js +15 -16
- package/development/menu/menu-button/menu-button.component.d.ts +1 -1
- package/development/menu/menu-button/menu-button.component.d.ts.map +1 -1
- package/development/menu/menu-button/menu-button.component.js +9 -10
- package/development/menu/menu-button.d.ts +1 -3
- package/development/menu/menu-button.d.ts.map +1 -1
- package/development/menu/menu-button.js +7 -4
- package/development/menu/menu-link/menu-link.component.d.ts +1 -1
- package/development/menu/menu-link/menu-link.component.d.ts.map +1 -1
- package/development/menu/menu-link/menu-link.component.js +10 -9
- package/development/menu/menu-link.d.ts +1 -3
- package/development/menu/menu-link.d.ts.map +1 -1
- package/development/menu/menu-link.js +7 -4
- package/development/menu/menu.d.ts +1 -3
- package/development/menu/menu.d.ts.map +1 -1
- package/development/menu/menu.js +7 -4
- package/development/menu.d.ts +4 -6
- package/development/menu.d.ts.map +1 -1
- package/development/menu.js +1 -6
- package/development/message/message.component.js +10 -9
- package/development/message.d.ts +1 -3
- package/development/message.d.ts.map +1 -1
- package/development/message.js +1 -4
- package/development/mini-calendar/mini-calendar/mini-calendar.component.d.ts +1 -1
- package/development/mini-calendar/mini-calendar/mini-calendar.component.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar/mini-calendar.component.js +10 -9
- package/development/mini-calendar/mini-calendar-day/mini-calendar-day.component.d.ts +1 -1
- package/development/mini-calendar/mini-calendar-day/mini-calendar-day.component.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar-day/mini-calendar-day.component.js +9 -10
- package/development/mini-calendar/mini-calendar-day.d.ts +1 -3
- package/development/mini-calendar/mini-calendar-day.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar-day.js +7 -4
- package/development/mini-calendar/mini-calendar-month/mini-calendar-month.component.d.ts +1 -1
- package/development/mini-calendar/mini-calendar-month/mini-calendar-month.component.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar-month/mini-calendar-month.component.js +10 -9
- package/development/mini-calendar/mini-calendar-month.d.ts +1 -3
- package/development/mini-calendar/mini-calendar-month.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar-month.js +7 -4
- package/development/mini-calendar/mini-calendar.d.ts +1 -3
- package/development/mini-calendar/mini-calendar.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar.js +7 -4
- package/development/mini-calendar.d.ts +4 -6
- package/development/mini-calendar.d.ts.map +1 -1
- package/development/mini-calendar.js +1 -6
- package/development/navigation/navigation/navigation.component.d.ts +1 -1
- package/development/navigation/navigation/navigation.component.d.ts.map +1 -1
- package/development/navigation/navigation/navigation.component.js +15 -16
- package/development/navigation/navigation-button/navigation-button.component.d.ts +1 -1
- package/development/navigation/navigation-button/navigation-button.component.d.ts.map +1 -1
- package/development/navigation/navigation-button/navigation-button.component.js +9 -10
- package/development/navigation/navigation-button.d.ts +1 -3
- package/development/navigation/navigation-button.d.ts.map +1 -1
- package/development/navigation/navigation-button.js +7 -4
- package/development/navigation/navigation-link/navigation-link.component.d.ts +1 -1
- package/development/navigation/navigation-link/navigation-link.component.d.ts.map +1 -1
- package/development/navigation/navigation-link/navigation-link.component.js +10 -9
- package/development/navigation/navigation-link.d.ts +1 -3
- package/development/navigation/navigation-link.d.ts.map +1 -1
- package/development/navigation/navigation-link.js +7 -4
- package/development/navigation/navigation-list/navigation-list.component.d.ts +1 -1
- package/development/navigation/navigation-list/navigation-list.component.d.ts.map +1 -1
- package/development/navigation/navigation-list/navigation-list.component.js +10 -9
- package/development/navigation/navigation-list.d.ts +1 -3
- package/development/navigation/navigation-list.d.ts.map +1 -1
- package/development/navigation/navigation-list.js +7 -4
- package/development/navigation/navigation-marker/navigation-marker.component.d.ts +1 -1
- package/development/navigation/navigation-marker/navigation-marker.component.d.ts.map +1 -1
- package/development/navigation/navigation-marker/navigation-marker.component.js +10 -9
- package/development/navigation/navigation-marker.d.ts +1 -3
- package/development/navigation/navigation-marker.d.ts.map +1 -1
- package/development/navigation/navigation-marker.js +7 -4
- package/development/navigation/navigation-section/navigation-section.component.d.ts +1 -1
- package/development/navigation/navigation-section/navigation-section.component.d.ts.map +1 -1
- package/development/navigation/navigation-section/navigation-section.component.js +15 -16
- package/development/navigation/navigation-section.d.ts +1 -3
- package/development/navigation/navigation-section.d.ts.map +1 -1
- package/development/navigation/navigation-section.js +7 -4
- package/development/navigation/navigation.d.ts +1 -3
- package/development/navigation/navigation.d.ts.map +1 -1
- package/development/navigation/navigation.js +7 -4
- package/development/navigation.d.ts +7 -9
- package/development/navigation.d.ts.map +1 -1
- package/development/navigation.js +1 -9
- package/development/notification/notification.component.js +16 -15
- package/development/notification.d.ts +1 -3
- package/development/notification.d.ts.map +1 -1
- package/development/notification.js +1 -4
- package/development/option/optgroup/optgroup.component.d.ts +1 -1
- package/development/option/optgroup/optgroup.component.d.ts.map +1 -1
- package/development/option/optgroup/optgroup.component.js +10 -9
- package/development/option/optgroup.d.ts +1 -3
- package/development/option/optgroup.d.ts.map +1 -1
- package/development/option/optgroup.js +7 -4
- package/development/option/option/option.component.d.ts +1 -1
- package/development/option/option/option.component.d.ts.map +1 -1
- package/development/option/option/option.component.js +14 -13
- package/development/option/option-hint/option-hint.component.d.ts +1 -1
- package/development/option/option-hint/option-hint.component.d.ts.map +1 -1
- package/development/option/option-hint/option-hint.component.js +10 -9
- package/development/option/option-hint.d.ts +1 -3
- package/development/option/option-hint.d.ts.map +1 -1
- package/development/option/option-hint.js +7 -4
- package/development/option/option.d.ts +1 -3
- package/development/option/option.d.ts.map +1 -1
- package/development/option/option.js +7 -4
- package/development/option.d.ts +4 -6
- package/development/option.d.ts.map +1 -1
- package/development/option.js +1 -6
- package/development/overlay/overlay.component.js +15 -16
- package/development/overlay.d.ts +1 -3
- package/development/overlay.d.ts.map +1 -1
- package/development/overlay.js +1 -4
- package/development/paginator/compact-paginator/compact-paginator.component.d.ts +1 -1
- package/development/paginator/compact-paginator/compact-paginator.component.d.ts.map +1 -1
- package/development/paginator/compact-paginator/compact-paginator.component.js +12 -13
- package/development/paginator/compact-paginator.d.ts +1 -3
- package/development/paginator/compact-paginator.d.ts.map +1 -1
- package/development/paginator/compact-paginator.js +7 -4
- package/development/paginator/paginator/paginator.component.d.ts +1 -1
- package/development/paginator/paginator/paginator.component.d.ts.map +1 -1
- package/development/paginator/paginator/paginator.component.js +12 -13
- package/development/paginator/paginator.d.ts +1 -3
- package/development/paginator/paginator.d.ts.map +1 -1
- package/development/paginator/paginator.js +7 -4
- package/development/paginator.d.ts +3 -5
- package/development/paginator.d.ts.map +1 -1
- package/development/paginator.js +1 -5
- package/development/popover/popover.component.js +15 -16
- package/development/popover.d.ts +1 -3
- package/development/popover.d.ts.map +1 -1
- package/development/popover.js +1 -4
- package/development/radio-button/radio-button.component.d.ts +7 -0
- package/development/radio-button/radio-button.component.d.ts.map +1 -0
- package/development/radio-button/radio-button.component.js +17 -0
- package/development/radio-button-group/radio-button-group.component.d.ts +6 -0
- package/development/radio-button-group/radio-button-group.component.d.ts.map +1 -0
- package/development/radio-button-group/radio-button-group.component.js +14 -0
- package/development/radio-button-group.d.ts +3 -0
- package/development/radio-button-group.d.ts.map +1 -0
- package/development/radio-button-group.js +2 -0
- package/development/radio-button-panel/radio-button-panel.component.d.ts +7 -0
- package/development/radio-button-panel/radio-button-panel.component.d.ts.map +1 -0
- package/development/radio-button-panel/radio-button-panel.component.js +17 -0
- package/development/radio-button-panel.d.ts +3 -0
- package/development/radio-button-panel.d.ts.map +1 -0
- package/development/radio-button-panel.js +2 -0
- package/development/radio-button.d.ts +2 -6
- package/development/radio-button.d.ts.map +1 -1
- package/development/radio-button.js +2 -9
- package/development/screen-reader-only/screen-reader-only.component.js +10 -9
- package/development/screen-reader-only.d.ts +1 -3
- package/development/screen-reader-only.d.ts.map +1 -1
- package/development/screen-reader-only.js +1 -4
- package/development/select/select.component.js +18 -17
- package/development/select.d.ts +1 -3
- package/development/select.d.ts.map +1 -1
- package/development/select.js +1 -4
- package/development/selection-action-panel/selection-action-panel.component.js +10 -9
- package/development/selection-action-panel.d.ts +1 -3
- package/development/selection-action-panel.d.ts.map +1 -1
- package/development/selection-action-panel.js +1 -4
- package/development/selection-expansion-panel/selection-expansion-panel.component.js +16 -15
- package/development/selection-expansion-panel.d.ts +1 -3
- package/development/selection-expansion-panel.d.ts.map +1 -1
- package/development/selection-expansion-panel.js +1 -4
- package/development/sidebar/sidebar/sidebar.component.d.ts +1 -1
- package/development/sidebar/sidebar/sidebar.component.d.ts.map +1 -1
- package/development/sidebar/sidebar/sidebar.component.js +16 -15
- package/development/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts +1 -1
- 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 +9 -10
- package/development/sidebar/sidebar-close-button.d.ts +1 -3
- package/development/sidebar/sidebar-close-button.d.ts.map +1 -1
- package/development/sidebar/sidebar-close-button.js +7 -4
- package/development/sidebar/sidebar-container/sidebar-container.component.d.ts +1 -1
- package/development/sidebar/sidebar-container/sidebar-container.component.d.ts.map +1 -1
- package/development/sidebar/sidebar-container/sidebar-container.component.js +10 -9
- package/development/sidebar/sidebar-container.d.ts +1 -3
- package/development/sidebar/sidebar-container.d.ts.map +1 -1
- package/development/sidebar/sidebar-container.js +7 -4
- package/development/sidebar/sidebar-content/sidebar-content.component.d.ts +1 -1
- package/development/sidebar/sidebar-content/sidebar-content.component.d.ts.map +1 -1
- package/development/sidebar/sidebar-content/sidebar-content.component.js +10 -9
- package/development/sidebar/sidebar-content.d.ts +1 -3
- package/development/sidebar/sidebar-content.d.ts.map +1 -1
- package/development/sidebar/sidebar-content.js +7 -4
- package/development/sidebar/sidebar-title/sidebar-title.component.d.ts +1 -1
- package/development/sidebar/sidebar-title/sidebar-title.component.d.ts.map +1 -1
- package/development/sidebar/sidebar-title/sidebar-title.component.js +10 -9
- package/development/sidebar/sidebar-title.d.ts +1 -3
- package/development/sidebar/sidebar-title.d.ts.map +1 -1
- package/development/sidebar/sidebar-title.js +7 -4
- package/development/sidebar/sidebar.d.ts +1 -3
- package/development/sidebar/sidebar.d.ts.map +1 -1
- package/development/sidebar/sidebar.js +7 -4
- package/development/sidebar.d.ts +6 -8
- package/development/sidebar.d.ts.map +1 -1
- package/development/sidebar.js +2 -9
- package/development/signet/signet.component.js +10 -9
- package/development/signet.d.ts +1 -3
- package/development/signet.d.ts.map +1 -1
- package/development/signet.js +1 -4
- package/development/skiplink-list/skiplink-list.component.js +10 -9
- package/development/skiplink-list.d.ts +1 -3
- package/development/skiplink-list.d.ts.map +1 -1
- package/development/skiplink-list.js +1 -4
- package/development/slider/slider.component.js +15 -14
- package/development/slider.d.ts +1 -3
- package/development/slider.d.ts.map +1 -1
- package/development/slider.js +1 -4
- package/development/status/status.component.js +10 -9
- package/development/status.d.ts +1 -3
- package/development/status.d.ts.map +1 -1
- package/development/status.js +1 -4
- package/development/stepper/step/step.component.d.ts +1 -1
- package/development/stepper/step/step.component.d.ts.map +1 -1
- package/development/stepper/step/step.component.js +11 -12
- package/development/stepper/step-label/step-label.component.d.ts +1 -1
- package/development/stepper/step-label/step-label.component.d.ts.map +1 -1
- package/development/stepper/step-label/step-label.component.js +9 -10
- package/development/stepper/step-label.d.ts +1 -3
- package/development/stepper/step-label.d.ts.map +1 -1
- package/development/stepper/step-label.js +7 -4
- package/development/stepper/step.d.ts +1 -3
- package/development/stepper/step.d.ts.map +1 -1
- package/development/stepper/step.js +7 -4
- package/development/stepper/stepper/stepper.component.d.ts +1 -1
- package/development/stepper/stepper/stepper.component.d.ts.map +1 -1
- package/development/stepper/stepper/stepper.component.js +11 -12
- package/development/stepper/stepper.d.ts +1 -3
- package/development/stepper/stepper.d.ts.map +1 -1
- package/development/stepper/stepper.js +7 -4
- package/development/stepper.d.ts +4 -6
- package/development/stepper.d.ts.map +1 -1
- package/development/stepper.js +1 -6
- package/development/table/table-wrapper/table-wrapper.component.d.ts +1 -1
- package/development/table/table-wrapper/table-wrapper.component.d.ts.map +1 -1
- package/development/table/table-wrapper/table-wrapper.component.js +10 -9
- package/development/table/table-wrapper.d.ts +1 -3
- package/development/table/table-wrapper.d.ts.map +1 -1
- package/development/table/table-wrapper.js +7 -4
- package/development/table.d.ts +2 -4
- package/development/table.d.ts.map +1 -1
- package/development/table.js +1 -4
- package/development/tabs/tab/tab.component.d.ts +1 -1
- package/development/tabs/tab/tab.component.d.ts.map +1 -1
- package/development/tabs/tab/tab.component.js +11 -12
- package/development/tabs/tab-group/tab-group.component.d.ts +1 -1
- package/development/tabs/tab-group/tab-group.component.d.ts.map +1 -1
- package/development/tabs/tab-group/tab-group.component.js +11 -12
- package/development/tabs/tab-group.d.ts +1 -3
- package/development/tabs/tab-group.d.ts.map +1 -1
- package/development/tabs/tab-group.js +7 -4
- package/development/tabs/tab-label/tab-label.component.d.ts +1 -1
- package/development/tabs/tab-label/tab-label.component.d.ts.map +1 -1
- package/development/tabs/tab-label/tab-label.component.js +10 -9
- package/development/tabs/tab-label.d.ts +1 -3
- package/development/tabs/tab-label.d.ts.map +1 -1
- package/development/tabs/tab-label.js +7 -4
- package/development/tabs/tab-nav-bar/tab-nav-bar.component.d.ts +1 -1
- package/development/tabs/tab-nav-bar/tab-nav-bar.component.d.ts.map +1 -1
- package/development/tabs/tab-nav-bar/tab-nav-bar.component.js +10 -9
- package/development/tabs/tab-nav-bar.d.ts +1 -3
- package/development/tabs/tab-nav-bar.d.ts.map +1 -1
- package/development/tabs/tab-nav-bar.js +7 -4
- package/development/tabs/tab.d.ts +1 -3
- package/development/tabs/tab.d.ts.map +1 -1
- package/development/tabs/tab.js +7 -4
- package/development/tabs.d.ts +5 -7
- package/development/tabs.d.ts.map +1 -1
- package/development/tabs.js +1 -7
- package/development/tag/tag/tag.component.d.ts +1 -1
- package/development/tag/tag/tag.component.d.ts.map +1 -1
- package/development/tag/tag/tag.component.js +15 -14
- package/development/tag/tag-group/tag-group.component.d.ts +1 -1
- package/development/tag/tag-group/tag-group.component.d.ts.map +1 -1
- package/development/tag/tag-group/tag-group.component.js +10 -9
- package/development/tag/tag-group.d.ts +1 -3
- package/development/tag/tag-group.d.ts.map +1 -1
- package/development/tag/tag-group.js +7 -4
- package/development/tag/tag.d.ts +1 -3
- package/development/tag/tag.d.ts.map +1 -1
- package/development/tag/tag.js +7 -4
- package/development/tag.d.ts +3 -5
- package/development/tag.d.ts.map +1 -1
- package/development/tag.js +1 -5
- package/development/teaser/teaser.component.js +10 -9
- package/development/teaser-hero/teaser-hero.component.js +10 -9
- package/development/teaser-hero.d.ts +1 -3
- package/development/teaser-hero.d.ts.map +1 -1
- package/development/teaser-hero.js +1 -4
- package/development/teaser-product/teaser-product/teaser-product.component.d.ts +1 -1
- package/development/teaser-product/teaser-product/teaser-product.component.d.ts.map +1 -1
- package/development/teaser-product/teaser-product/teaser-product.component.js +10 -9
- package/development/teaser-product/teaser-product-static/teaser-product-static.component.d.ts +1 -1
- package/development/teaser-product/teaser-product-static/teaser-product-static.component.d.ts.map +1 -1
- package/development/teaser-product/teaser-product-static/teaser-product-static.component.js +10 -9
- package/development/teaser-product/teaser-product-static.d.ts +1 -3
- package/development/teaser-product/teaser-product-static.d.ts.map +1 -1
- package/development/teaser-product/teaser-product-static.js +7 -4
- package/development/teaser-product/teaser-product.d.ts +1 -3
- package/development/teaser-product/teaser-product.d.ts.map +1 -1
- package/development/teaser-product/teaser-product.js +7 -4
- package/development/teaser-product.d.ts +3 -5
- package/development/teaser-product.d.ts.map +1 -1
- package/development/teaser-product.js +1 -5
- package/development/teaser.d.ts +1 -3
- package/development/teaser.d.ts.map +1 -1
- package/development/teaser.js +1 -4
- package/development/time-input/time-input.component.js +14 -13
- package/development/time-input.d.ts +1 -3
- package/development/time-input.d.ts.map +1 -1
- package/development/time-input.js +1 -4
- package/development/timetable-form/timetable-form/timetable-form.component.d.ts +1 -1
- package/development/timetable-form/timetable-form/timetable-form.component.d.ts.map +1 -1
- package/development/timetable-form/timetable-form/timetable-form.component.js +10 -9
- package/development/timetable-form/timetable-form-details/timetable-form-details.component.d.ts +1 -1
- package/development/timetable-form/timetable-form-details/timetable-form-details.component.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-details/timetable-form-details.component.js +10 -9
- package/development/timetable-form/timetable-form-details.d.ts +1 -3
- package/development/timetable-form/timetable-form-details.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-details.js +7 -4
- package/development/timetable-form/timetable-form-field/timetable-form-field.component.d.ts +1 -1
- package/development/timetable-form/timetable-form-field/timetable-form-field.component.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-field/timetable-form-field.component.js +10 -9
- package/development/timetable-form/timetable-form-field.d.ts +1 -3
- package/development/timetable-form/timetable-form-field.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-field.js +7 -4
- package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts +1 -1
- 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 +9 -10
- package/development/timetable-form/timetable-form-swap-button.d.ts +1 -3
- package/development/timetable-form/timetable-form-swap-button.d.ts.map +1 -1
- package/development/timetable-form/timetable-form-swap-button.js +7 -4
- package/development/timetable-form/timetable-form.d.ts +1 -3
- package/development/timetable-form/timetable-form.d.ts.map +1 -1
- package/development/timetable-form/timetable-form.js +7 -4
- package/development/timetable-form.d.ts +5 -7
- package/development/timetable-form.d.ts.map +1 -1
- package/development/timetable-form.js +1 -7
- package/development/timetable-occupancy/timetable-occupancy.component.js +10 -9
- package/development/timetable-occupancy-icon/timetable-occupancy-icon.component.js +10 -9
- package/development/timetable-occupancy-icon.d.ts +1 -3
- package/development/timetable-occupancy-icon.d.ts.map +1 -1
- package/development/timetable-occupancy-icon.js +1 -4
- package/development/timetable-occupancy.d.ts +1 -3
- package/development/timetable-occupancy.d.ts.map +1 -1
- package/development/timetable-occupancy.js +1 -4
- package/development/title/title.component.js +10 -9
- package/development/title.d.ts +1 -3
- package/development/title.d.ts.map +1 -1
- package/development/title.js +1 -4
- package/development/toast/toast.component.js +16 -15
- package/development/toast.d.ts +1 -3
- package/development/toast.d.ts.map +1 -1
- package/development/toast.js +1 -4
- package/development/toggle/toggle/toggle.component.d.ts +1 -1
- package/development/toggle/toggle/toggle.component.d.ts.map +1 -1
- package/development/toggle/toggle/toggle.component.js +11 -12
- package/development/toggle/toggle-option/toggle-option.component.d.ts +1 -1
- package/development/toggle/toggle-option/toggle-option.component.d.ts.map +1 -1
- package/development/toggle/toggle-option/toggle-option.component.js +10 -9
- package/development/toggle/toggle-option.d.ts +1 -3
- package/development/toggle/toggle-option.d.ts.map +1 -1
- package/development/toggle/toggle-option.js +7 -4
- package/development/toggle/toggle.d.ts +1 -3
- package/development/toggle/toggle.d.ts.map +1 -1
- package/development/toggle/toggle.js +7 -4
- package/development/toggle-check/toggle-check.component.js +14 -13
- package/development/toggle-check.d.ts +1 -3
- package/development/toggle-check.d.ts.map +1 -1
- package/development/toggle-check.js +1 -4
- package/development/toggle.d.ts +3 -5
- package/development/toggle.d.ts.map +1 -1
- package/development/toggle.js +1 -5
- package/development/tooltip/tooltip.component.js +15 -16
- package/development/tooltip.d.ts +1 -3
- package/development/tooltip.d.ts.map +1 -1
- package/development/tooltip.js +1 -4
- package/development/train/train/train.component.d.ts +1 -1
- package/development/train/train/train.component.d.ts.map +1 -1
- package/development/train/train/train.component.js +10 -9
- package/development/train/train-blocked-passage/train-blocked-passage.component.d.ts +1 -1
- package/development/train/train-blocked-passage/train-blocked-passage.component.d.ts.map +1 -1
- package/development/train/train-blocked-passage/train-blocked-passage.component.js +10 -9
- package/development/train/train-blocked-passage.d.ts +1 -3
- package/development/train/train-blocked-passage.d.ts.map +1 -1
- package/development/train/train-blocked-passage.js +7 -4
- package/development/train/train-formation/train-formation.component.d.ts +1 -1
- package/development/train/train-formation/train-formation.component.d.ts.map +1 -1
- package/development/train/train-formation/train-formation.component.js +10 -9
- package/development/train/train-formation.d.ts +1 -3
- package/development/train/train-formation.d.ts.map +1 -1
- package/development/train/train-formation.js +7 -4
- package/development/train/train-wagon/train-wagon.component.d.ts +1 -1
- package/development/train/train-wagon/train-wagon.component.d.ts.map +1 -1
- package/development/train/train-wagon/train-wagon.component.js +10 -9
- package/development/train/train-wagon.d.ts +1 -3
- package/development/train/train-wagon.d.ts.map +1 -1
- package/development/train/train-wagon.js +7 -4
- package/development/train/train.d.ts +1 -3
- package/development/train/train.d.ts.map +1 -1
- package/development/train/train.js +7 -4
- package/development/train.d.ts +5 -7
- package/development/train.d.ts.map +1 -1
- package/development/train.js +1 -7
- package/development/visual-checkbox/visual-checkbox.component.js +10 -9
- package/development/visual-checkbox.d.ts +1 -3
- package/development/visual-checkbox.d.ts.map +1 -1
- package/development/visual-checkbox.js +1 -4
- package/dialog/dialog/dialog.component.js +15 -16
- package/dialog/dialog-actions/dialog-actions.component.js +10 -10
- package/dialog/dialog-actions.js +5 -4
- package/dialog/dialog-close-button/dialog-close-button.component.js +9 -10
- package/dialog/dialog-close-button.js +5 -4
- package/dialog/dialog-content/dialog-content.component.js +10 -10
- package/dialog/dialog-content.js +5 -4
- package/dialog/dialog-title/dialog-title.component.js +10 -10
- package/dialog/dialog-title.js +4 -3
- package/dialog/dialog.js +5 -4
- package/dialog.js +6 -12
- package/divider/divider.component.js +8 -8
- package/divider.js +1 -3
- package/expansion-panel/expansion-panel/expansion-panel.component.js +15 -15
- package/expansion-panel/expansion-panel-content/expansion-panel-content.component.js +9 -9
- package/expansion-panel/expansion-panel-content.js +4 -3
- package/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +9 -12
- package/expansion-panel/expansion-panel-header.js +5 -4
- package/expansion-panel/expansion-panel.js +5 -4
- package/expansion-panel.js +3 -7
- package/file-selector/file-selector/file-selector.component.js +14 -14
- package/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +14 -14
- package/file-selector/file-selector-dropzone.js +5 -4
- package/file-selector/file-selector.js +5 -4
- package/file-selector.js +3 -6
- package/flip-card/flip-card/flip-card.component.js +9 -11
- package/flip-card/flip-card-details/flip-card-details.component.js +9 -9
- package/flip-card/flip-card-details.js +5 -4
- package/flip-card/flip-card-summary/flip-card-summary.component.js +10 -10
- package/flip-card/flip-card-summary.js +5 -4
- package/flip-card/flip-card.js +5 -4
- package/flip-card.js +4 -8
- package/footer/footer.component.js +9 -9
- package/footer.js +2 -4
- package/form-field/error/error.component.js +10 -10
- package/form-field/error.js +5 -4
- package/form-field/form-field/form-field.component.js +9 -9
- package/form-field/form-field-clear/form-field-clear.component.js +8 -9
- package/form-field/form-field-clear.js +5 -4
- package/form-field/form-field.js +5 -4
- package/form-field.js +4 -8
- package/header/header/header.component.js +8 -9
- package/header/header-button/header-button.component.js +9 -10
- package/header/header-button.js +5 -4
- package/header/header-environment/header-environment.component.js +9 -9
- package/header/header-environment.js +5 -4
- package/header/header-link/header-link.component.js +8 -8
- package/header/header-link.js +5 -4
- package/header/header.js +5 -4
- package/header.js +3 -8
- package/icon/icon.component.js +9 -9
- package/icon-sidebar/icon-sidebar/icon-sidebar.component.js +9 -9
- package/icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js +9 -10
- package/icon-sidebar/icon-sidebar-button.js +5 -4
- package/icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js +9 -9
- package/icon-sidebar/icon-sidebar-container.js +5 -4
- package/icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js +9 -9
- package/icon-sidebar/icon-sidebar-content.js +4 -3
- package/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js +9 -9
- package/icon-sidebar/icon-sidebar-link.js +5 -4
- package/icon-sidebar/icon-sidebar.js +5 -4
- package/icon-sidebar.js +6 -12
- package/icon.js +2 -4
- package/image/image.component.js +13 -13
- package/image.js +2 -4
- package/journey-header/journey-header.component.js +9 -9
- package/journey-header.js +2 -4
- package/lead-container/lead-container.component.js +9 -9
- package/lead-container.js +2 -4
- package/link/block-link/block-link.component.js +9 -9
- package/link/block-link-button/block-link-button.component.js +9 -10
- package/link/block-link-button.js +5 -4
- package/link/block-link-static/block-link-static.component.js +10 -10
- package/link/block-link-static.js +5 -4
- package/link/block-link.js +5 -4
- package/link/link/link.component.js +9 -9
- package/link/link-button/link-button.component.js +9 -10
- package/link/link-button.js +5 -4
- package/link/link-static/link-static.component.js +10 -10
- package/link/link-static.js +5 -4
- package/link/link.js +5 -4
- package/link-list/link-list.component.js +11 -0
- package/link-list-anchor/link-list-anchor.component.js +11 -0
- package/link-list-anchor.js +2 -0
- package/link-list.js +2 -6
- package/link.js +6 -13
- package/loading-indicator/loading-indicator.component.js +10 -10
- package/loading-indicator-circle/loading-indicator-circle.component.js +10 -10
- package/loading-indicator-circle.js +2 -4
- package/loading-indicator.js +2 -4
- package/logo/logo.component.js +9 -9
- package/logo.js +2 -4
- package/map-container/map-container.component.js +9 -9
- package/map-container.js +2 -4
- package/menu/menu/menu.component.js +14 -15
- package/menu/menu-button/menu-button.component.js +9 -10
- package/menu/menu-button.js +5 -4
- package/menu/menu-link/menu-link.component.js +9 -9
- package/menu/menu-link.js +5 -4
- package/menu/menu.js +5 -4
- package/menu.js +3 -7
- package/message/message.component.js +8 -8
- package/message.js +2 -4
- package/mini-calendar/mini-calendar/mini-calendar.component.js +9 -9
- package/mini-calendar/mini-calendar-day/mini-calendar-day.component.js +9 -10
- package/mini-calendar/mini-calendar-day.js +5 -4
- package/mini-calendar/mini-calendar-month/mini-calendar-month.component.js +8 -8
- package/mini-calendar/mini-calendar-month.js +5 -4
- package/mini-calendar/mini-calendar.js +5 -4
- package/mini-calendar.js +4 -8
- package/navigation/navigation/navigation.component.js +15 -16
- package/navigation/navigation-button/navigation-button.component.js +9 -10
- package/navigation/navigation-button.js +5 -4
- package/navigation/navigation-link/navigation-link.component.js +10 -10
- package/navigation/navigation-link.js +5 -4
- package/navigation/navigation-list/navigation-list.component.js +10 -10
- package/navigation/navigation-list.js +5 -4
- package/navigation/navigation-marker/navigation-marker.component.js +10 -10
- package/navigation/navigation-marker.js +5 -4
- package/navigation/navigation-section/navigation-section.component.js +15 -16
- package/navigation/navigation-section.js +5 -4
- package/navigation/navigation.js +5 -4
- package/navigation.js +6 -13
- package/notification/notification.component.js +16 -16
- package/notification.js +2 -4
- package/option/optgroup/optgroup.component.js +10 -10
- package/option/optgroup.js +5 -4
- package/option/option/option.component.js +12 -12
- package/option/option-hint/option-hint.component.js +10 -10
- package/option/option-hint.js +5 -4
- package/option/option.js +5 -4
- package/option.js +4 -8
- package/overlay/overlay.component.js +14 -15
- package/overlay.js +1 -3
- package/package.json +82 -72
- package/paginator/compact-paginator/compact-paginator.component.js +11 -13
- package/paginator/compact-paginator.js +5 -4
- package/paginator/paginator/paginator.component.js +11 -13
- package/paginator/paginator.js +5 -4
- package/paginator.js +3 -6
- package/popover/popover.component.js +15 -16
- package/popover.js +2 -4
- package/radio-button/radio-button.component.js +15 -0
- package/radio-button-group/radio-button-group.component.js +12 -0
- package/radio-button-group.js +2 -0
- package/radio-button-panel/radio-button-panel.component.js +15 -0
- package/radio-button-panel.js +2 -0
- package/radio-button.js +2 -8
- package/screen-reader-only/screen-reader-only.component.js +9 -9
- package/screen-reader-only.js +2 -4
- package/select/select.component.js +17 -17
- package/select.js +2 -4
- package/selection-action-panel/selection-action-panel.component.js +9 -9
- package/selection-action-panel.js +2 -4
- package/selection-expansion-panel/selection-expansion-panel.component.js +15 -15
- package/selection-expansion-panel.js +2 -4
- package/sidebar/sidebar/sidebar.component.js +15 -15
- package/sidebar/sidebar-close-button/sidebar-close-button.component.js +9 -10
- package/sidebar/sidebar-close-button.js +4 -3
- package/sidebar/sidebar-container/sidebar-container.component.js +8 -8
- package/sidebar/sidebar-container.js +4 -3
- package/sidebar/sidebar-content/sidebar-content.component.js +9 -9
- package/sidebar/sidebar-content.js +5 -4
- package/sidebar/sidebar-title/sidebar-title.component.js +9 -9
- package/sidebar/sidebar-title.js +5 -4
- package/sidebar/sidebar.js +4 -3
- package/sidebar.js +5 -11
- package/signet/signet.component.js +9 -9
- package/signet.js +2 -4
- package/skiplink-list/skiplink-list.component.js +10 -10
- package/skiplink-list.js +2 -4
- package/slider/slider.component.js +13 -13
- package/slider.js +1 -3
- package/status/status.component.js +10 -10
- package/status.js +2 -4
- package/stepper/step/step.component.js +10 -12
- package/stepper/step-label/step-label.component.js +8 -9
- package/stepper/step-label.js +5 -4
- package/stepper/step.js +5 -4
- package/stepper/stepper/stepper.component.js +10 -12
- package/stepper/stepper.js +5 -4
- package/stepper.js +4 -8
- package/table/table-wrapper/table-wrapper.component.js +8 -8
- package/table/table-wrapper.js +4 -3
- package/table.js +1 -3
- package/tabs/tab/tab.component.js +10 -12
- package/tabs/tab-group/tab-group.component.js +9 -11
- package/tabs/tab-group.js +5 -4
- package/tabs/tab-label/tab-label.component.js +8 -8
- package/tabs/tab-label.js +4 -3
- package/tabs/tab-nav-bar/tab-nav-bar.component.js +9 -9
- package/tabs/tab-nav-bar.js +5 -4
- package/tabs/tab.js +5 -4
- package/tabs.js +5 -10
- package/tag/tag/tag.component.js +13 -13
- package/tag/tag-group/tag-group.component.js +9 -9
- package/tag/tag-group.js +5 -4
- package/tag/tag.js +5 -4
- package/tag.js +3 -6
- package/teaser/teaser.component.js +8 -8
- package/teaser-hero/teaser-hero.component.js +9 -9
- package/teaser-hero.js +2 -4
- package/teaser-product/teaser-product/teaser-product.component.js +8 -8
- package/teaser-product/teaser-product-static/teaser-product-static.component.js +10 -10
- package/teaser-product/teaser-product-static.js +4 -3
- package/teaser-product/teaser-product.js +5 -4
- package/teaser-product.js +3 -6
- package/teaser.js +2 -4
- package/time-input/time-input.component.js +13 -13
- package/time-input.js +2 -4
- package/timetable-form/timetable-form/timetable-form.component.js +8 -8
- package/timetable-form/timetable-form-details/timetable-form-details.component.js +9 -9
- package/timetable-form/timetable-form-details.js +5 -4
- package/timetable-form/timetable-form-field/timetable-form-field.component.js +8 -8
- package/timetable-form/timetable-form-field.js +5 -4
- package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js +9 -10
- package/timetable-form/timetable-form-swap-button.js +5 -4
- package/timetable-form/timetable-form.js +5 -4
- package/timetable-form.js +5 -10
- package/timetable-occupancy/timetable-occupancy.component.js +9 -9
- package/timetable-occupancy-icon/timetable-occupancy-icon.component.js +8 -8
- package/timetable-occupancy-icon.js +1 -3
- package/timetable-occupancy.js +1 -3
- package/title/title.component.js +10 -10
- package/title.js +2 -4
- package/toast/toast.component.js +14 -14
- package/toast.js +2 -4
- package/toggle/toggle/toggle.component.js +9 -11
- package/toggle/toggle-option/toggle-option.component.js +10 -10
- package/toggle/toggle-option.js +4 -3
- package/toggle/toggle.js +4 -3
- package/toggle-check/toggle-check.component.js +12 -12
- package/toggle-check.js +2 -4
- package/toggle.js +2 -5
- package/tooltip/tooltip.component.js +14 -15
- package/tooltip.js +2 -4
- package/train/train/train.component.js +10 -10
- package/train/train-blocked-passage/train-blocked-passage.component.js +9 -9
- package/train/train-blocked-passage.js +5 -4
- package/train/train-formation/train-formation.component.js +9 -9
- package/train/train-formation.js +5 -4
- package/train/train-wagon/train-wagon.component.js +9 -9
- package/train/train-wagon.js +5 -4
- package/train/train.js +5 -4
- package/train.js +5 -10
- package/visual-checkbox/visual-checkbox.component.js +8 -8
- package/visual-checkbox.js +1 -3
- package/checkbox/checkbox/checkbox.component.js +0 -15
- package/checkbox/checkbox-group/checkbox-group.component.js +0 -11
- package/checkbox/checkbox-group.js +0 -4
- package/checkbox/checkbox-panel/checkbox-panel.component.js +0 -15
- package/checkbox/checkbox-panel.js +0 -4
- package/checkbox/checkbox.js +0 -4
- package/development/checkbox/checkbox/checkbox.component.d.ts +0 -7
- package/development/checkbox/checkbox/checkbox.component.d.ts.map +0 -1
- package/development/checkbox/checkbox/checkbox.component.js +0 -16
- package/development/checkbox/checkbox-group/checkbox-group.component.d.ts +0 -3
- package/development/checkbox/checkbox-group/checkbox-group.component.d.ts.map +0 -1
- package/development/checkbox/checkbox-group/checkbox-group.component.js +0 -12
- package/development/checkbox/checkbox-group.d.ts +0 -5
- package/development/checkbox/checkbox-group.d.ts.map +0 -1
- package/development/checkbox/checkbox-group.js +0 -5
- package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts +0 -7
- package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts.map +0 -1
- package/development/checkbox/checkbox-panel/checkbox-panel.component.js +0 -16
- package/development/checkbox/checkbox-panel.d.ts +0 -5
- package/development/checkbox/checkbox-panel.d.ts.map +0 -1
- package/development/checkbox/checkbox-panel.js +0 -5
- package/development/checkbox/checkbox.d.ts +0 -5
- package/development/checkbox/checkbox.d.ts.map +0 -1
- package/development/checkbox/checkbox.js +0 -5
- package/development/link-list/link-list/link-list.component.d.ts +0 -3
- package/development/link-list/link-list/link-list.component.d.ts.map +0 -1
- package/development/link-list/link-list/link-list.component.js +0 -12
- package/development/link-list/link-list-anchor/link-list-anchor.component.d.ts +0 -3
- package/development/link-list/link-list-anchor/link-list-anchor.component.d.ts.map +0 -1
- package/development/link-list/link-list-anchor/link-list-anchor.component.js +0 -12
- package/development/link-list/link-list-anchor.d.ts +0 -5
- package/development/link-list/link-list-anchor.d.ts.map +0 -1
- package/development/link-list/link-list-anchor.js +0 -5
- package/development/link-list/link-list.d.ts +0 -5
- package/development/link-list/link-list.d.ts.map +0 -1
- package/development/link-list/link-list.js +0 -5
- package/development/radio-button/radio-button/radio-button.component.d.ts +0 -7
- package/development/radio-button/radio-button/radio-button.component.d.ts.map +0 -1
- package/development/radio-button/radio-button/radio-button.component.js +0 -16
- package/development/radio-button/radio-button-group/radio-button-group.component.d.ts +0 -6
- package/development/radio-button/radio-button-group/radio-button-group.component.d.ts.map +0 -1
- package/development/radio-button/radio-button-group/radio-button-group.component.js +0 -15
- package/development/radio-button/radio-button-group.d.ts +0 -5
- package/development/radio-button/radio-button-group.d.ts.map +0 -1
- package/development/radio-button/radio-button-group.js +0 -5
- package/development/radio-button/radio-button-panel/radio-button-panel.component.d.ts +0 -7
- package/development/radio-button/radio-button-panel/radio-button-panel.component.d.ts.map +0 -1
- package/development/radio-button/radio-button-panel/radio-button-panel.component.js +0 -16
- package/development/radio-button/radio-button-panel.d.ts +0 -5
- package/development/radio-button/radio-button-panel.d.ts.map +0 -1
- package/development/radio-button/radio-button-panel.js +0 -5
- package/development/radio-button/radio-button.d.ts +0 -5
- package/development/radio-button/radio-button.d.ts.map +0 -1
- package/development/radio-button/radio-button.js +0 -5
- package/link-list/link-list/link-list.component.js +0 -11
- package/link-list/link-list-anchor/link-list-anchor.component.js +0 -11
- package/link-list/link-list-anchor.js +0 -4
- package/link-list/link-list.js +0 -4
- package/radio-button/radio-button/radio-button.component.js +0 -15
- package/radio-button/radio-button-group/radio-button-group.component.js +0 -14
- package/radio-button/radio-button-group.js +0 -4
- package/radio-button/radio-button-panel/radio-button-panel.component.js +0 -15
- package/radio-button/radio-button-panel.js +0 -4
- package/radio-button/radio-button.js +0 -4
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbIconSidebarContent } from "./icon-sidebar-content/icon-sidebar-content.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/icon-sidebar/icon-sidebar-content.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/icon-sidebar/icon-sidebar-content.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/icon-sidebar.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbIconSidebarContent };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zaWRlYmFyLWNvbnRlbnQuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2ljb24tc2lkZWJhci9pY29uLXNpZGViYXItY29udGVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGVudHJ5cG9pbnQgKi9cbmV4cG9ydCAqIGZyb20gJy4vaWNvbi1zaWRlYmFyLWNvbnRlbnQvaWNvbi1zaWRlYmFyLWNvbnRlbnQuY29tcG9uZW50LmpzJztcblxuICAgICAgICBcbmNvbnNvbGUud2FybihgVGhlIGVudHJ5cG9pbnQgJ0BzYmItZXN0YS9yZWFjdC9pY29uLXNpZGViYXIvaWNvbi1zaWRlYmFyLWNvbnRlbnQuanMnIGhhcyBiZWVuIGRlcHJlY2F0ZWQuXG5Vc2UgJ0BzYmItZXN0YS9yZWFjdC9pY29uLXNpZGViYXIuanMnIGluc3RlYWQuYCk7XG4iXSwibWFwcGluZ3MiOiI7O0FBSUEsUUFBUSxLQUFLO2dEQUNtQyJ9
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbIconSidebarLinkElement } from '@sbb-esta/lyne-elements/icon-sidebar
|
|
1
|
+
import { SbbIconSidebarLinkElement } from '@sbb-esta/lyne-elements/icon-sidebar.js';
|
|
2
2
|
export declare const SbbIconSidebarLink: import('../../core.js').ReactWebComponent<SbbIconSidebarLinkElement, {}>;
|
|
3
3
|
//# sourceMappingURL=icon-sidebar-link.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-sidebar-link.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,yBAAyB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"icon-sidebar-link.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AAIpF,eAAO,MAAM,kBAAkB,0EAI7B,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbIconSidebarLinkElement } from "@sbb-esta/lyne-elements/icon-sidebar/icon-sidebar-link.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbIconSidebarLinkElement } from "@sbb-esta/lyne-elements/icon-sidebar.js";
|
|
4
|
+
//#region src/react/icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.ts
|
|
5
|
+
var SbbIconSidebarLink = createComponent({
|
|
6
|
+
tagName: "sbb-icon-sidebar-link",
|
|
7
|
+
elementClass: SbbIconSidebarLinkElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbIconSidebarLink };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zaWRlYmFyLWxpbmsuY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC9pY29uLXNpZGViYXIvaWNvbi1zaWRlYmFyLWxpbmsvaWNvbi1zaWRlYmFyLWxpbmsuY29tcG9uZW50LnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qIGF1dG9nZW5lcmF0ZWQgKi9cbmltcG9ydCB7IGNyZWF0ZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiSWNvblNpZGViYXJMaW5rRWxlbWVudCB9IGZyb20gJ0BzYmItZXN0YS9seW5lLWVsZW1lbnRzL2ljb24tc2lkZWJhci5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiSWNvblNpZGViYXJMaW5rID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi1pY29uLXNpZGViYXItbGluaycsXG4gIGVsZW1lbnRDbGFzczogU2JiSWNvblNpZGViYXJMaW5rRWxlbWVudCxcbiAgcmVhY3QsXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQU1BLElBQWEscUJBQXFCLGdCQUFnQjtDQUNoRCxTQUFTO0NBQ1QsY0FBYztDQUNkO0NBQ0QsQ0FBQyJ9
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-sidebar-link.d.ts","sourceRoot":"","sources":["../../../../src/react/icon-sidebar/icon-sidebar-link.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"icon-sidebar-link.d.ts","sourceRoot":"","sources":["../../../../src/react/icon-sidebar/icon-sidebar-link.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,oDAAoD,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbIconSidebarLink } from "./icon-sidebar-link/icon-sidebar-link.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/icon-sidebar/icon-sidebar-link.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/icon-sidebar/icon-sidebar-link.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/icon-sidebar.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbIconSidebarLink };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zaWRlYmFyLWxpbmsuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2ljb24tc2lkZWJhci9pY29uLXNpZGViYXItbGluay50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGVudHJ5cG9pbnQgKi9cbmV4cG9ydCAqIGZyb20gJy4vaWNvbi1zaWRlYmFyLWxpbmsvaWNvbi1zaWRlYmFyLWxpbmsuY29tcG9uZW50LmpzJztcblxuICAgICAgICBcbmNvbnNvbGUud2FybihgVGhlIGVudHJ5cG9pbnQgJ0BzYmItZXN0YS9yZWFjdC9pY29uLXNpZGViYXIvaWNvbi1zaWRlYmFyLWxpbmsuanMnIGhhcyBiZWVuIGRlcHJlY2F0ZWQuXG5Vc2UgJ0BzYmItZXN0YS9yZWFjdC9pY29uLXNpZGViYXIuanMnIGluc3RlYWQuYCk7XG4iXSwibWFwcGluZ3MiOiI7O0FBSUEsUUFBUSxLQUFLO2dEQUNtQyJ9
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-sidebar.d.ts","sourceRoot":"","sources":["../../../../src/react/icon-sidebar/icon-sidebar.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"icon-sidebar.d.ts","sourceRoot":"","sources":["../../../../src/react/icon-sidebar/icon-sidebar.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,0CAA0C,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbIconSidebar } from "./icon-sidebar/icon-sidebar.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/icon-sidebar/icon-sidebar.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/icon-sidebar/icon-sidebar.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/icon-sidebar.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbIconSidebar };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zaWRlYmFyLmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yZWFjdC9pY29uLXNpZGViYXIvaWNvbi1zaWRlYmFyLnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qKiBAZW50cnlwb2ludCAqL1xuZXhwb3J0ICogZnJvbSAnLi9pY29uLXNpZGViYXIvaWNvbi1zaWRlYmFyLmNvbXBvbmVudC5qcyc7XG5cbiAgICAgICAgXG5jb25zb2xlLndhcm4oYFRoZSBlbnRyeXBvaW50ICdAc2JiLWVzdGEvcmVhY3QvaWNvbi1zaWRlYmFyL2ljb24tc2lkZWJhci5qcycgaGFzIGJlZW4gZGVwcmVjYXRlZC5cblVzZSAnQHNiYi1lc3RhL3JlYWN0L2ljb24tc2lkZWJhci5qcycgaW5zdGVhZC5gKTtcbiJdLCJtYXBwaW5ncyI6Ijs7QUFJQSxRQUFRLEtBQUs7Z0RBQ21DIn0=
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
export * from './icon-sidebar/icon-sidebar.js';
|
|
5
|
-
export * from './icon-sidebar/icon-sidebar-
|
|
6
|
-
export * from './icon-sidebar/icon-sidebar-
|
|
7
|
-
export * from './icon-sidebar/icon-sidebar-content.js';
|
|
8
|
-
export * from './icon-sidebar/icon-sidebar-link.js';
|
|
1
|
+
/** @entrypoint */
|
|
2
|
+
export * from './icon-sidebar/icon-sidebar/icon-sidebar.component.js';
|
|
3
|
+
export * from './icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js';
|
|
4
|
+
export * from './icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js';
|
|
5
|
+
export * from './icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js';
|
|
6
|
+
export * from './icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js';
|
|
9
7
|
//# sourceMappingURL=icon-sidebar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-sidebar.d.ts","sourceRoot":"","sources":["../../../src/react/icon-sidebar.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"icon-sidebar.d.ts","sourceRoot":"","sources":["../../../src/react/icon-sidebar.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,uDAAuD,CAAC;AACtE,cAAc,qEAAqE,CAAC;AACpF,cAAc,2EAA2E,CAAC;AAC1F,cAAc,uEAAuE,CAAC;AACtF,cAAc,iEAAiE,CAAC"}
|
|
@@ -3,11 +3,4 @@ import { SbbIconSidebarButton } from "./icon-sidebar/icon-sidebar-button/icon-si
|
|
|
3
3
|
import { SbbIconSidebarContainer } from "./icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js";
|
|
4
4
|
import { SbbIconSidebarContent } from "./icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js";
|
|
5
5
|
import { SbbIconSidebarLink } from "./icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js";
|
|
6
|
-
export {
|
|
7
|
-
SbbIconSidebar,
|
|
8
|
-
SbbIconSidebarButton,
|
|
9
|
-
SbbIconSidebarContainer,
|
|
10
|
-
SbbIconSidebarContent,
|
|
11
|
-
SbbIconSidebarLink
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1zaWRlYmFyLmpzIiwic291cmNlcyI6W10sInNvdXJjZXNDb250ZW50IjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7In0=
|
|
6
|
+
export { SbbIconSidebar, SbbIconSidebarButton, SbbIconSidebarContainer, SbbIconSidebarContent, SbbIconSidebarLink };
|
package/development/icon.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/react/icon.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/react/icon.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,0BAA0B,CAAC"}
|
package/development/icon.js
CHANGED
|
@@ -1,5 +1,2 @@
|
|
|
1
1
|
import { SbbIcon } from "./icon/icon.component.js";
|
|
2
|
-
export {
|
|
3
|
-
SbbIcon
|
|
4
|
-
};
|
|
5
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5qcyIsInNvdXJjZXMiOltdLCJzb3VyY2VzQ29udGVudCI6W10sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7In0=
|
|
2
|
+
export { SbbIcon };
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { createComponent } from "../core.js";
|
|
2
|
-
import { SbbImageElement } from "@sbb-esta/lyne-elements/image.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
import { SbbImageElement } from "@sbb-esta/lyne-elements/image.js";
|
|
4
|
+
//#region src/react/image/image.component.ts
|
|
5
|
+
var SbbImage = createComponent({
|
|
6
|
+
tagName: "sbb-image",
|
|
7
|
+
elementClass: SbbImageElement,
|
|
8
|
+
react,
|
|
9
|
+
events: {
|
|
10
|
+
"onLoad": "load",
|
|
11
|
+
"onError": "error"
|
|
12
|
+
}
|
|
12
13
|
});
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
14
|
+
//#endregion
|
|
15
|
+
export { SbbImage };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1hZ2UuY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yZWFjdC9pbWFnZS9pbWFnZS5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50LCB0eXBlIEV2ZW50TmFtZSB9IGZyb20gJy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiSW1hZ2VFbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvaW1hZ2UuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYkltYWdlID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi1pbWFnZScsXG4gIGVsZW1lbnRDbGFzczogU2JiSW1hZ2VFbGVtZW50LFxuICByZWFjdCxcbiAgZXZlbnRzOiB7XG4gICAgJ29uTG9hZCc6ICdsb2FkJyBhcyBFdmVudE5hbWU8RXZlbnQ+LFxuICAgICdvbkVycm9yJzogJ2Vycm9yJyBhcyBFdmVudE5hbWU8RXZlbnQ+LFxuICB9LFxuXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQU1BLElBQWEsV0FBVyxnQkFBZ0I7Q0FDdEMsU0FBUztDQUNULGNBQWM7Q0FDZDtDQUNBLFFBQVE7RUFDTixVQUFVO0VBQ1YsV0FBVzs7Q0FHZCxDQUFDIn0=
|
package/development/image.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../src/react/image.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../src/react/image.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,4BAA4B,CAAC"}
|
package/development/image.js
CHANGED
|
@@ -1,5 +1,2 @@
|
|
|
1
1
|
import { SbbImage } from "./image/image.component.js";
|
|
2
|
-
export {
|
|
3
|
-
SbbImage
|
|
4
|
-
};
|
|
5
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1hZ2UuanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOyJ9
|
|
2
|
+
export { SbbImage };
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../core.js";
|
|
2
|
-
import { SbbJourneyHeaderElement } from "@sbb-esta/lyne-elements/journey-header.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbJourneyHeaderElement } from "@sbb-esta/lyne-elements/journey-header.js";
|
|
4
|
+
//#region src/react/journey-header/journey-header.component.ts
|
|
5
|
+
var SbbJourneyHeader = createComponent({
|
|
6
|
+
tagName: "sbb-journey-header",
|
|
7
|
+
elementClass: SbbJourneyHeaderElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbJourneyHeader };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiam91cm5leS1oZWFkZXIuY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yZWFjdC9qb3VybmV5LWhlYWRlci9qb3VybmV5LWhlYWRlci5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJKb3VybmV5SGVhZGVyRWxlbWVudCB9IGZyb20gJ0BzYmItZXN0YS9seW5lLWVsZW1lbnRzL2pvdXJuZXktaGVhZGVyLmpzJztcbmltcG9ydCByZWFjdCBmcm9tICdyZWFjdCc7XG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJKb3VybmV5SGVhZGVyID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi1qb3VybmV5LWhlYWRlcicsXG4gIGVsZW1lbnRDbGFzczogU2JiSm91cm5leUhlYWRlckVsZW1lbnQsXG4gIHJlYWN0LFxufSk7XG4iXSwibWFwcGluZ3MiOiI7Ozs7QUFNQSxJQUFhLG1CQUFtQixnQkFBZ0I7Q0FDOUMsU0FBUztDQUNULGNBQWM7Q0FDZDtDQUNELENBQUMifQ==
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"journey-header.d.ts","sourceRoot":"","sources":["../../../src/react/journey-header.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"journey-header.d.ts","sourceRoot":"","sources":["../../../src/react/journey-header.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,8CAA8C,CAAC"}
|
|
@@ -1,5 +1,2 @@
|
|
|
1
1
|
import { SbbJourneyHeader } from "./journey-header/journey-header.component.js";
|
|
2
|
-
export {
|
|
3
|
-
SbbJourneyHeader
|
|
4
|
-
};
|
|
5
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiam91cm5leS1oZWFkZXIuanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOyJ9
|
|
2
|
+
export { SbbJourneyHeader };
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../core.js";
|
|
2
|
-
import { SbbLeadContainerElement } from "@sbb-esta/lyne-elements/lead-container.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbLeadContainerElement } from "@sbb-esta/lyne-elements/lead-container.js";
|
|
4
|
+
//#region src/react/lead-container/lead-container.component.ts
|
|
5
|
+
var SbbLeadContainer = createComponent({
|
|
6
|
+
tagName: "sbb-lead-container",
|
|
7
|
+
elementClass: SbbLeadContainerElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbLeadContainer };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGVhZC1jb250YWluZXIuY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yZWFjdC9sZWFkLWNvbnRhaW5lci9sZWFkLWNvbnRhaW5lci5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJMZWFkQ29udGFpbmVyRWxlbWVudCB9IGZyb20gJ0BzYmItZXN0YS9seW5lLWVsZW1lbnRzL2xlYWQtY29udGFpbmVyLmpzJztcbmltcG9ydCByZWFjdCBmcm9tICdyZWFjdCc7XG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJMZWFkQ29udGFpbmVyID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi1sZWFkLWNvbnRhaW5lcicsXG4gIGVsZW1lbnRDbGFzczogU2JiTGVhZENvbnRhaW5lckVsZW1lbnQsXG4gIHJlYWN0LFxufSk7XG4iXSwibWFwcGluZ3MiOiI7Ozs7QUFNQSxJQUFhLG1CQUFtQixnQkFBZ0I7Q0FDOUMsU0FBUztDQUNULGNBQWM7Q0FDZDtDQUNELENBQUMifQ==
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lead-container.d.ts","sourceRoot":"","sources":["../../../src/react/lead-container.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"lead-container.d.ts","sourceRoot":"","sources":["../../../src/react/lead-container.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,8CAA8C,CAAC"}
|
|
@@ -1,5 +1,2 @@
|
|
|
1
1
|
import { SbbLeadContainer } from "./lead-container/lead-container.component.js";
|
|
2
|
-
export {
|
|
3
|
-
SbbLeadContainer
|
|
4
|
-
};
|
|
5
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGVhZC1jb250YWluZXIuanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOyJ9
|
|
2
|
+
export { SbbLeadContainer };
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbBlockLinkElement } from "@sbb-esta/lyne-elements/link/block-link.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbBlockLinkElement } from "@sbb-esta/lyne-elements/link/block-link.js";
|
|
4
|
+
//#region src/react/link/block-link/block-link.component.ts
|
|
5
|
+
var SbbBlockLink = createComponent({
|
|
6
|
+
tagName: "sbb-block-link",
|
|
7
|
+
elementClass: SbbBlockLinkElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbBlockLink };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2stbGluay5jb21wb25lbnQuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2xpbmsvYmxvY2stbGluay9ibG9jay1saW5rLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYkJsb2NrTGlua0VsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy9saW5rL2Jsb2NrLWxpbmsuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYkJsb2NrTGluayA9IGNyZWF0ZUNvbXBvbmVudCh7XG4gIHRhZ05hbWU6ICdzYmItYmxvY2stbGluaycsXG4gIGVsZW1lbnRDbGFzczogU2JiQmxvY2tMaW5rRWxlbWVudCxcbiAgcmVhY3QsXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQU1BLElBQWEsZUFBZSxnQkFBZ0I7Q0FDMUMsU0FBUztDQUNULGNBQWM7Q0FDZDtDQUNELENBQUMifQ==
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbBlockLinkButtonElement } from "@sbb-esta/lyne-elements/link/block-link-button.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
import { SbbBlockLinkButtonElement } from "@sbb-esta/lyne-elements/link/block-link-button.js";
|
|
4
|
+
var SbbBlockLinkButton = createComponent({
|
|
5
|
+
tagName: "sbb-block-link-button",
|
|
6
|
+
elementClass: SbbBlockLinkButtonElement,
|
|
7
|
+
react
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
9
|
+
//#endregion
|
|
10
|
+
export { SbbBlockLinkButton };
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2stbGluay1idXR0b24uY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC9saW5rL2Jsb2NrLWxpbmstYnV0dG9uL2Jsb2NrLWxpbmstYnV0dG9uLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYkJsb2NrTGlua0J1dHRvbkVsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy9saW5rL2Jsb2NrLWxpbmstYnV0dG9uLmpzJztcbmltcG9ydCByZWFjdCBmcm9tICdyZWFjdCc7XG5cbmRlY2xhcmUgY2xhc3MgU2JiQmxvY2tMaW5rQnV0dG9uQ29tcG9uZW50VHlwZSBleHRlbmRzIFNiYkJsb2NrTGlua0J1dHRvbkVsZW1lbnQge1xuICAvLyBAdHMtZXhwZWN0LWVycm9yIEFkZCBzdHJpbmcgdG8gdHlwZVxuICBwdWJsaWMgc2V0IGZvcm0odmFsdWU6IHN0cmluZyB8IFNiYkJsb2NrTGlua0J1dHRvbkVsZW1lbnRbJ2Zvcm0nXSkge1xuICAgIHN1cGVyLmZvcm0gPSB2YWx1ZSBhcyBhbnk7XG4gIH1cbiAgLy8gQHRzLWV4cGVjdC1lcnJvciBBZGQgc3RyaW5nIHRvIHR5cGVcbiAgcHVibGljIGdldCBmb3JtKCk6IHN0cmluZyB8IFNiYkJsb2NrTGlua0J1dHRvbkVsZW1lbnRbJ2Zvcm0nXSB7XG4gICAgcmV0dXJuIHN1cGVyLmZvcm07XG4gIH1cblxufVxuY29uc3QgU2JiQmxvY2tMaW5rQnV0dG9uQ29tcG9uZW50ID0gU2JiQmxvY2tMaW5rQnV0dG9uRWxlbWVudCBhcyB0eXBlb2YgU2JiQmxvY2tMaW5rQnV0dG9uQ29tcG9uZW50VHlwZTtcblxuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiQmxvY2tMaW5rQnV0dG9uID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi1ibG9jay1saW5rLWJ1dHRvbicsXG4gIGVsZW1lbnRDbGFzczogU2JiQmxvY2tMaW5rQnV0dG9uQ29tcG9uZW50LFxuICByZWFjdCxcbn0pO1xuIl0sIm1hcHBpbmdzIjoiOzs7QUFvQkEsSUFBYSxxQkFBcUIsZ0JBQWdCO0NBQ2hELFNBQVM7Q0FDVCxjQU5rQztDQU9sQztDQUNELENBQUMifQ==
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"block-link-button.d.ts","sourceRoot":"","sources":["../../../../src/react/link/block-link-button.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"block-link-button.d.ts","sourceRoot":"","sources":["../../../../src/react/link/block-link-button.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,oDAAoD,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbBlockLinkButton } from "./block-link-button/block-link-button.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/link/block-link-button.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/link/block-link-button.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/link.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbBlockLinkButton };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2stbGluay1idXR0b24uanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2xpbmsvYmxvY2stbGluay1idXR0b24udHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBlbnRyeXBvaW50ICovXG5leHBvcnQgKiBmcm9tICcuL2Jsb2NrLWxpbmstYnV0dG9uL2Jsb2NrLWxpbmstYnV0dG9uLmNvbXBvbmVudC5qcyc7XG5cbiAgICAgICAgXG5jb25zb2xlLndhcm4oYFRoZSBlbnRyeXBvaW50ICdAc2JiLWVzdGEvcmVhY3QvbGluay9ibG9jay1saW5rLWJ1dHRvbi5qcycgaGFzIGJlZW4gZGVwcmVjYXRlZC5cblVzZSAnQHNiYi1lc3RhL3JlYWN0L2xpbmsuanMnIGluc3RlYWQuYCk7XG4iXSwibWFwcGluZ3MiOiI7O0FBSUEsUUFBUSxLQUFLO3dDQUMyQiJ9
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbBlockLinkStaticElement } from "@sbb-esta/lyne-elements/link/block-link-static.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbBlockLinkStaticElement } from "@sbb-esta/lyne-elements/link/block-link-static.js";
|
|
4
|
+
//#region src/react/link/block-link-static/block-link-static.component.ts
|
|
5
|
+
var SbbBlockLinkStatic = createComponent({
|
|
6
|
+
tagName: "sbb-block-link-static",
|
|
7
|
+
elementClass: SbbBlockLinkStaticElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbBlockLinkStatic };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2stbGluay1zdGF0aWMuY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC9saW5rL2Jsb2NrLWxpbmstc3RhdGljL2Jsb2NrLWxpbmstc3RhdGljLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYkJsb2NrTGlua1N0YXRpY0VsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy9saW5rL2Jsb2NrLWxpbmstc3RhdGljLmpzJztcbmltcG9ydCByZWFjdCBmcm9tICdyZWFjdCc7XG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJCbG9ja0xpbmtTdGF0aWMgPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLWJsb2NrLWxpbmstc3RhdGljJyxcbiAgZWxlbWVudENsYXNzOiBTYmJCbG9ja0xpbmtTdGF0aWNFbGVtZW50LFxuICByZWFjdCxcbn0pO1xuIl0sIm1hcHBpbmdzIjoiOzs7O0FBTUEsSUFBYSxxQkFBcUIsZ0JBQWdCO0NBQ2hELFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDRCxDQUFDIn0=
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"block-link-static.d.ts","sourceRoot":"","sources":["../../../../src/react/link/block-link-static.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"block-link-static.d.ts","sourceRoot":"","sources":["../../../../src/react/link/block-link-static.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,oDAAoD,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbBlockLinkStatic } from "./block-link-static/block-link-static.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/link/block-link-static.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/link/block-link-static.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/link.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbBlockLinkStatic };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2stbGluay1zdGF0aWMuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2xpbmsvYmxvY2stbGluay1zdGF0aWMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBlbnRyeXBvaW50ICovXG5leHBvcnQgKiBmcm9tICcuL2Jsb2NrLWxpbmstc3RhdGljL2Jsb2NrLWxpbmstc3RhdGljLmNvbXBvbmVudC5qcyc7XG5cbiAgICAgICAgXG5jb25zb2xlLndhcm4oYFRoZSBlbnRyeXBvaW50ICdAc2JiLWVzdGEvcmVhY3QvbGluay9ibG9jay1saW5rLXN0YXRpYy5qcycgaGFzIGJlZW4gZGVwcmVjYXRlZC5cblVzZSAnQHNiYi1lc3RhL3JlYWN0L2xpbmsuanMnIGluc3RlYWQuYCk7XG4iXSwibWFwcGluZ3MiOiI7O0FBSUEsUUFBUSxLQUFLO3dDQUMyQiJ9
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"block-link.d.ts","sourceRoot":"","sources":["../../../../src/react/link/block-link.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"block-link.d.ts","sourceRoot":"","sources":["../../../../src/react/link/block-link.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,sCAAsC,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbBlockLink } from "./block-link/block-link.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/link/block-link.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/link/block-link.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/link.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbBlockLink };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmxvY2stbGluay5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvbGluay9ibG9jay1saW5rLnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qKiBAZW50cnlwb2ludCAqL1xuZXhwb3J0ICogZnJvbSAnLi9ibG9jay1saW5rL2Jsb2NrLWxpbmsuY29tcG9uZW50LmpzJztcblxuICAgICAgICBcbmNvbnNvbGUud2FybihgVGhlIGVudHJ5cG9pbnQgJ0BzYmItZXN0YS9yZWFjdC9saW5rL2Jsb2NrLWxpbmsuanMnIGhhcyBiZWVuIGRlcHJlY2F0ZWQuXG5Vc2UgJ0BzYmItZXN0YS9yZWFjdC9saW5rLmpzJyBpbnN0ZWFkLmApO1xuIl0sIm1hcHBpbmdzIjoiOztBQUlBLFFBQVEsS0FBSzt3Q0FDMkIifQ==
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbLinkElement } from "@sbb-esta/lyne-elements/link/link.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbLinkElement } from "@sbb-esta/lyne-elements/link/link.js";
|
|
4
|
+
//#region src/react/link/link/link.component.ts
|
|
5
|
+
var SbbLink = createComponent({
|
|
6
|
+
tagName: "sbb-link",
|
|
7
|
+
elementClass: SbbLinkElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbLink };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay5jb21wb25lbnQuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2xpbmsvbGluay9saW5rLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYkxpbmtFbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvbGluay9saW5rLmpzJztcbmltcG9ydCByZWFjdCBmcm9tICdyZWFjdCc7XG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJMaW5rID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi1saW5rJyxcbiAgZWxlbWVudENsYXNzOiBTYmJMaW5rRWxlbWVudCxcbiAgcmVhY3QsXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQU1BLElBQWEsVUFBVSxnQkFBZ0I7Q0FDckMsU0FBUztDQUNULGNBQWM7Q0FDZDtDQUNELENBQUMifQ==
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbLinkButtonElement } from "@sbb-esta/lyne-elements/link/link-button.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
import { SbbLinkButtonElement } from "@sbb-esta/lyne-elements/link/link-button.js";
|
|
4
|
+
var SbbLinkButton = createComponent({
|
|
5
|
+
tagName: "sbb-link-button",
|
|
6
|
+
elementClass: SbbLinkButtonElement,
|
|
7
|
+
react
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
9
|
+
//#endregion
|
|
10
|
+
export { SbbLinkButton };
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay1idXR0b24uY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC9saW5rL2xpbmstYnV0dG9uL2xpbmstYnV0dG9uLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYkxpbmtCdXR0b25FbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvbGluay9saW5rLWJ1dHRvbi5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG5kZWNsYXJlIGNsYXNzIFNiYkxpbmtCdXR0b25Db21wb25lbnRUeXBlIGV4dGVuZHMgU2JiTGlua0J1dHRvbkVsZW1lbnQge1xuICAvLyBAdHMtZXhwZWN0LWVycm9yIEFkZCBzdHJpbmcgdG8gdHlwZVxuICBwdWJsaWMgc2V0IGZvcm0odmFsdWU6IHN0cmluZyB8IFNiYkxpbmtCdXR0b25FbGVtZW50Wydmb3JtJ10pIHtcbiAgICBzdXBlci5mb3JtID0gdmFsdWUgYXMgYW55O1xuICB9XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBnZXQgZm9ybSgpOiBzdHJpbmcgfCBTYmJMaW5rQnV0dG9uRWxlbWVudFsnZm9ybSddIHtcbiAgICByZXR1cm4gc3VwZXIuZm9ybTtcbiAgfVxuXG59XG5jb25zdCBTYmJMaW5rQnV0dG9uQ29tcG9uZW50ID0gU2JiTGlua0J1dHRvbkVsZW1lbnQgYXMgdHlwZW9mIFNiYkxpbmtCdXR0b25Db21wb25lbnRUeXBlO1xuXG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJMaW5rQnV0dG9uID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi1saW5rLWJ1dHRvbicsXG4gIGVsZW1lbnRDbGFzczogU2JiTGlua0J1dHRvbkNvbXBvbmVudCxcbiAgcmVhY3QsXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7O0FBb0JBLElBQWEsZ0JBQWdCLGdCQUFnQjtDQUMzQyxTQUFTO0NBQ1QsY0FONkI7Q0FPN0I7Q0FDRCxDQUFDIn0=
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-button.d.ts","sourceRoot":"","sources":["../../../../src/react/link/link-button.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"link-button.d.ts","sourceRoot":"","sources":["../../../../src/react/link/link-button.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,wCAAwC,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbLinkButton } from "./link-button/link-button.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/link/link-button.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/link/link-button.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/link.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbLinkButton };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGluay1idXR0b24uanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2xpbmsvbGluay1idXR0b24udHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBlbnRyeXBvaW50ICovXG5leHBvcnQgKiBmcm9tICcuL2xpbmstYnV0dG9uL2xpbmstYnV0dG9uLmNvbXBvbmVudC5qcyc7XG5cbiAgICAgICAgXG5jb25zb2xlLndhcm4oYFRoZSBlbnRyeXBvaW50ICdAc2JiLWVzdGEvcmVhY3QvbGluay9saW5rLWJ1dHRvbi5qcycgaGFzIGJlZW4gZGVwcmVjYXRlZC5cblVzZSAnQHNiYi1lc3RhL3JlYWN0L2xpbmsuanMnIGluc3RlYWQuYCk7XG4iXSwibWFwcGluZ3MiOiI7O0FBSUEsUUFBUSxLQUFLO3dDQUMyQiJ9
|