@sbb-esta/lyne-react 4.7.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
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createComponent } from "../../core.js";
|
|
2
|
+
import react from "react";
|
|
3
|
+
import { SbbCalendarYearElement } from "@sbb-esta/lyne-elements/calendar.js";
|
|
4
|
+
//#region src/react/calendar/calendar-year/calendar-year.component.ts
|
|
5
|
+
var SbbCalendarYear = createComponent({
|
|
6
|
+
tagName: "sbb-calendar-year",
|
|
7
|
+
elementClass: SbbCalendarYearElement,
|
|
8
|
+
react
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbCalendarYear };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXIteWVhci5jb21wb25lbnQuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2NhbGVuZGFyL2NhbGVuZGFyLXllYXIvY2FsZW5kYXIteWVhci5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJDYWxlbmRhclllYXJFbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvY2FsZW5kYXIuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYkNhbGVuZGFyWWVhciA9IGNyZWF0ZUNvbXBvbmVudCh7XG4gIHRhZ05hbWU6ICdzYmItY2FsZW5kYXIteWVhcicsXG4gIGVsZW1lbnRDbGFzczogU2JiQ2FsZW5kYXJZZWFyRWxlbWVudCxcbiAgcmVhY3QsXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQU1BLElBQWEsa0JBQWtCLGdCQUFnQjtDQUM3QyxTQUFTO0NBQ1QsY0FBYztDQUNkO0NBQ0QsQ0FBQyJ9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-year.d.ts","sourceRoot":"","sources":["../../../../src/react/calendar/calendar-year.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,4CAA4C,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SbbCalendarYear } from "./calendar-year/calendar-year.component.js";
|
|
2
|
+
//#region src/react/calendar/calendar-year.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/calendar/calendar-year.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/calendar.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbCalendarYear };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXIteWVhci5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvY2FsZW5kYXIvY2FsZW5kYXIteWVhci50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGVudHJ5cG9pbnQgKi9cbmV4cG9ydCAqIGZyb20gJy4vY2FsZW5kYXIteWVhci9jYWxlbmRhci15ZWFyLmNvbXBvbmVudC5qcyc7XG5cbiAgICAgICAgXG5jb25zb2xlLndhcm4oYFRoZSBlbnRyeXBvaW50ICdAc2JiLWVzdGEvcmVhY3QvY2FsZW5kYXIvY2FsZW5kYXIteWVhci5qcycgaGFzIGJlZW4gZGVwcmVjYXRlZC5cblVzZSAnQHNiYi1lc3RhL3JlYWN0L2NhbGVuZGFyLmpzJyBpbnN0ZWFkLmApO1xuIl0sIm1hcHBpbmdzIjoiOztBQUlBLFFBQVEsS0FBSzs0Q0FDK0IifQ==
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../../src/react/calendar/calendar.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../../src/react/calendar/calendar.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,kCAAkC,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbCalendar } from "./calendar/calendar.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/calendar/calendar.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/calendar/calendar.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/calendar.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbCalendar };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXIuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2NhbGVuZGFyL2NhbGVuZGFyLnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qKiBAZW50cnlwb2ludCAqL1xuZXhwb3J0ICogZnJvbSAnLi9jYWxlbmRhci9jYWxlbmRhci5jb21wb25lbnQuanMnO1xuXG4gICAgICAgIFxuY29uc29sZS53YXJuKGBUaGUgZW50cnlwb2ludCAnQHNiYi1lc3RhL3JlYWN0L2NhbGVuZGFyL2NhbGVuZGFyLmpzJyBoYXMgYmVlbiBkZXByZWNhdGVkLlxuVXNlICdAc2JiLWVzdGEvcmVhY3QvY2FsZW5kYXIuanMnIGluc3RlYWQuYCk7XG4iXSwibWFwcGluZ3MiOiI7O0FBSUEsUUFBUSxLQUFLOzRDQUMrQiJ9
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
export * from './calendar/calendar.js';
|
|
5
|
-
export * from './calendar/calendar-
|
|
1
|
+
/** @entrypoint */
|
|
2
|
+
export * from './calendar/calendar/calendar.component.js';
|
|
3
|
+
export * from './calendar/calendar-day/calendar-day.component.js';
|
|
4
|
+
export * from './calendar/calendar-month/calendar-month.component.js';
|
|
5
|
+
export * from './calendar/calendar-weekday/calendar-weekday.component.js';
|
|
6
|
+
export * from './calendar/calendar-weeknumber/calendar-weeknumber.component.js';
|
|
7
|
+
export * from './calendar/calendar-year/calendar-year.component.js';
|
|
6
8
|
//# sourceMappingURL=calendar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../src/react/calendar.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../src/react/calendar.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,2CAA2C,CAAC;AAC1D,cAAc,mDAAmD,CAAC;AAClE,cAAc,uDAAuD,CAAC;AACtE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,iEAAiE,CAAC;AAChF,cAAc,qDAAqD,CAAC"}
|
package/development/calendar.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SbbCalendar } from "./calendar/calendar/calendar.component.js";
|
|
2
2
|
import { SbbCalendarDay } from "./calendar/calendar-day/calendar-day.component.js";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
|
|
3
|
+
import { SbbCalendarMonth } from "./calendar/calendar-month/calendar-month.component.js";
|
|
4
|
+
import { SbbCalendarWeekday } from "./calendar/calendar-weekday/calendar-weekday.component.js";
|
|
5
|
+
import { SbbCalendarWeeknumber } from "./calendar/calendar-weeknumber/calendar-weeknumber.component.js";
|
|
6
|
+
import { SbbCalendarYear } from "./calendar/calendar-year/calendar-year.component.js";
|
|
7
|
+
export { SbbCalendar, SbbCalendarDay, SbbCalendarMonth, SbbCalendarWeekday, SbbCalendarWeeknumber, SbbCalendarYear };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbCardElement } from '@sbb-esta/lyne-elements/card
|
|
1
|
+
import { SbbCardElement } from '@sbb-esta/lyne-elements/card.js';
|
|
2
2
|
export declare const SbbCard: import('../../core.js').ReactWebComponent<SbbCardElement, {}>;
|
|
3
3
|
//# sourceMappingURL=card.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/card/card/card.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"card.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/card/card/card.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAIjE,eAAO,MAAM,OAAO,+DAIlB,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbCardElement } from "@sbb-esta/lyne-elements/card/card.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbCardElement } from "@sbb-esta/lyne-elements/card.js";
|
|
4
|
+
//#region src/react/card/card/card.component.ts
|
|
5
|
+
var SbbCard = createComponent({
|
|
6
|
+
tagName: "sbb-card",
|
|
7
|
+
elementClass: SbbCardElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbCard };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC5jb21wb25lbnQuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2NhcmQvY2FyZC9jYXJkLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYkNhcmRFbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvY2FyZC5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiQ2FyZCA9IGNyZWF0ZUNvbXBvbmVudCh7XG4gIHRhZ05hbWU6ICdzYmItY2FyZCcsXG4gIGVsZW1lbnRDbGFzczogU2JiQ2FyZEVsZW1lbnQsXG4gIHJlYWN0LFxufSk7XG4iXSwibWFwcGluZ3MiOiI7Ozs7QUFNQSxJQUFhLFVBQVUsZ0JBQWdCO0NBQ3JDLFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDRCxDQUFDIn0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbCardBadgeElement } from '@sbb-esta/lyne-elements/card
|
|
1
|
+
import { SbbCardBadgeElement } from '@sbb-esta/lyne-elements/card.js';
|
|
2
2
|
export declare const SbbCardBadge: import('../../core.js').ReactWebComponent<SbbCardBadgeElement, {}>;
|
|
3
3
|
//# sourceMappingURL=card-badge.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card-badge.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/card/card-badge/card-badge.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"card-badge.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/card/card-badge/card-badge.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAItE,eAAO,MAAM,YAAY,oEAIvB,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbCardBadgeElement } from "@sbb-esta/lyne-elements/card/card-badge.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbCardBadgeElement } from "@sbb-esta/lyne-elements/card.js";
|
|
4
|
+
//#region src/react/card/card-badge/card-badge.component.ts
|
|
5
|
+
var SbbCardBadge = createComponent({
|
|
6
|
+
tagName: "sbb-card-badge",
|
|
7
|
+
elementClass: SbbCardBadgeElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbCardBadge };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1iYWRnZS5jb21wb25lbnQuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2NhcmQvY2FyZC1iYWRnZS9jYXJkLWJhZGdlLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYkNhcmRCYWRnZUVsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy9jYXJkLmpzJztcbmltcG9ydCByZWFjdCBmcm9tICdyZWFjdCc7XG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJDYXJkQmFkZ2UgPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLWNhcmQtYmFkZ2UnLFxuICBlbGVtZW50Q2xhc3M6IFNiYkNhcmRCYWRnZUVsZW1lbnQsXG4gIHJlYWN0LFxufSk7XG4iXSwibWFwcGluZ3MiOiI7Ozs7QUFNQSxJQUFhLGVBQWUsZ0JBQWdCO0NBQzFDLFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDRCxDQUFDIn0=
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card-badge.d.ts","sourceRoot":"","sources":["../../../../src/react/card/card-badge.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"card-badge.d.ts","sourceRoot":"","sources":["../../../../src/react/card/card-badge.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,sCAAsC,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbCardBadge } from "./card-badge/card-badge.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/card/card-badge.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/card/card-badge.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/card.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbCardBadge };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1iYWRnZS5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvY2FyZC9jYXJkLWJhZGdlLnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qKiBAZW50cnlwb2ludCAqL1xuZXhwb3J0ICogZnJvbSAnLi9jYXJkLWJhZGdlL2NhcmQtYmFkZ2UuY29tcG9uZW50LmpzJztcblxuICAgICAgICBcbmNvbnNvbGUud2FybihgVGhlIGVudHJ5cG9pbnQgJ0BzYmItZXN0YS9yZWFjdC9jYXJkL2NhcmQtYmFkZ2UuanMnIGhhcyBiZWVuIGRlcHJlY2F0ZWQuXG5Vc2UgJ0BzYmItZXN0YS9yZWFjdC9jYXJkLmpzJyBpbnN0ZWFkLmApO1xuIl0sIm1hcHBpbmdzIjoiOztBQUlBLFFBQVEsS0FBSzt3Q0FDMkIifQ==
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SbbCardButtonElement } from '@sbb-esta/lyne-elements/card
|
|
1
|
+
import { SbbCardButtonElement } from '@sbb-esta/lyne-elements/card.js';
|
|
2
2
|
declare class SbbCardButtonComponentType extends SbbCardButtonElement {
|
|
3
3
|
set form(value: string | SbbCardButtonElement['form']);
|
|
4
4
|
get form(): string | SbbCardButtonElement['form'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card-button.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/card/card-button/card-button.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"card-button.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/card/card-button/card-button.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAGvE,OAAO,OAAO,0BAA2B,SAAQ,oBAAoB;IAEnE,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,oBAAoB,CAAC,MAAM,CAAC,EAE3D;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,oBAAoB,CAAC,MAAM,CAAC,CAEvD;CAEF;AAKD,eAAO,MAAM,aAAa,2EAIxB,CAAC"}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbCardButtonElement } from "@sbb-esta/lyne-elements/card/card-button.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
import { SbbCardButtonElement } from "@sbb-esta/lyne-elements/card.js";
|
|
4
|
+
var SbbCardButton = createComponent({
|
|
5
|
+
tagName: "sbb-card-button",
|
|
6
|
+
elementClass: SbbCardButtonElement,
|
|
7
|
+
react
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
9
|
+
//#endregion
|
|
10
|
+
export { SbbCardButton };
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1idXR0b24uY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC9jYXJkL2NhcmQtYnV0dG9uL2NhcmQtYnV0dG9uLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYkNhcmRCdXR0b25FbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvY2FyZC5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG5kZWNsYXJlIGNsYXNzIFNiYkNhcmRCdXR0b25Db21wb25lbnRUeXBlIGV4dGVuZHMgU2JiQ2FyZEJ1dHRvbkVsZW1lbnQge1xuICAvLyBAdHMtZXhwZWN0LWVycm9yIEFkZCBzdHJpbmcgdG8gdHlwZVxuICBwdWJsaWMgc2V0IGZvcm0odmFsdWU6IHN0cmluZyB8IFNiYkNhcmRCdXR0b25FbGVtZW50Wydmb3JtJ10pIHtcbiAgICBzdXBlci5mb3JtID0gdmFsdWUgYXMgYW55O1xuICB9XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBnZXQgZm9ybSgpOiBzdHJpbmcgfCBTYmJDYXJkQnV0dG9uRWxlbWVudFsnZm9ybSddIHtcbiAgICByZXR1cm4gc3VwZXIuZm9ybTtcbiAgfVxuXG59XG5jb25zdCBTYmJDYXJkQnV0dG9uQ29tcG9uZW50ID0gU2JiQ2FyZEJ1dHRvbkVsZW1lbnQgYXMgdHlwZW9mIFNiYkNhcmRCdXR0b25Db21wb25lbnRUeXBlO1xuXG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJDYXJkQnV0dG9uID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi1jYXJkLWJ1dHRvbicsXG4gIGVsZW1lbnRDbGFzczogU2JiQ2FyZEJ1dHRvbkNvbXBvbmVudCxcbiAgcmVhY3QsXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7O0FBb0JBLElBQWEsZ0JBQWdCLGdCQUFnQjtDQUMzQyxTQUFTO0NBQ1QsY0FONkI7Q0FPN0I7Q0FDRCxDQUFDIn0=
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card-button.d.ts","sourceRoot":"","sources":["../../../../src/react/card/card-button.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"card-button.d.ts","sourceRoot":"","sources":["../../../../src/react/card/card-button.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,wCAAwC,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbCardButton } from "./card-button/card-button.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/card/card-button.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/card/card-button.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/card.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbCardButton };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1idXR0b24uanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2NhcmQvY2FyZC1idXR0b24udHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBlbnRyeXBvaW50ICovXG5leHBvcnQgKiBmcm9tICcuL2NhcmQtYnV0dG9uL2NhcmQtYnV0dG9uLmNvbXBvbmVudC5qcyc7XG5cbiAgICAgICAgXG5jb25zb2xlLndhcm4oYFRoZSBlbnRyeXBvaW50ICdAc2JiLWVzdGEvcmVhY3QvY2FyZC9jYXJkLWJ1dHRvbi5qcycgaGFzIGJlZW4gZGVwcmVjYXRlZC5cblVzZSAnQHNiYi1lc3RhL3JlYWN0L2NhcmQuanMnIGluc3RlYWQuYCk7XG4iXSwibWFwcGluZ3MiOiI7O0FBSUEsUUFBUSxLQUFLO3dDQUMyQiJ9
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbCardLinkElement } from '@sbb-esta/lyne-elements/card
|
|
1
|
+
import { SbbCardLinkElement } from '@sbb-esta/lyne-elements/card.js';
|
|
2
2
|
export declare const SbbCardLink: import('../../core.js').ReactWebComponent<SbbCardLinkElement, {}>;
|
|
3
3
|
//# sourceMappingURL=card-link.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card-link.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/card/card-link/card-link.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"card-link.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/card/card-link/card-link.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAIrE,eAAO,MAAM,WAAW,mEAItB,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbCardLinkElement } from "@sbb-esta/lyne-elements/card/card-link.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbCardLinkElement } from "@sbb-esta/lyne-elements/card.js";
|
|
4
|
+
//#region src/react/card/card-link/card-link.component.ts
|
|
5
|
+
var SbbCardLink = createComponent({
|
|
6
|
+
tagName: "sbb-card-link",
|
|
7
|
+
elementClass: SbbCardLinkElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbCardLink };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1saW5rLmNvbXBvbmVudC5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVhY3QvY2FyZC9jYXJkLWxpbmsvY2FyZC1saW5rLmNvbXBvbmVudC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiBhdXRvZ2VuZXJhdGVkICovXG5pbXBvcnQgeyBjcmVhdGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jb3JlLmpzJztcbmltcG9ydCB7IFNiYkNhcmRMaW5rRWxlbWVudCB9IGZyb20gJ0BzYmItZXN0YS9seW5lLWVsZW1lbnRzL2NhcmQuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYkNhcmRMaW5rID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi1jYXJkLWxpbmsnLFxuICBlbGVtZW50Q2xhc3M6IFNiYkNhcmRMaW5rRWxlbWVudCxcbiAgcmVhY3QsXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQU1BLElBQWEsY0FBYyxnQkFBZ0I7Q0FDekMsU0FBUztDQUNULGNBQWM7Q0FDZDtDQUNELENBQUMifQ==
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card-link.d.ts","sourceRoot":"","sources":["../../../../src/react/card/card-link.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"card-link.d.ts","sourceRoot":"","sources":["../../../../src/react/card/card-link.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,oCAAoC,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbCardLink } from "./card-link/card-link.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/card/card-link.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/card/card-link.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/card.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbCardLink };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1saW5rLmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yZWFjdC9jYXJkL2NhcmQtbGluay50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGVudHJ5cG9pbnQgKi9cbmV4cG9ydCAqIGZyb20gJy4vY2FyZC1saW5rL2NhcmQtbGluay5jb21wb25lbnQuanMnO1xuXG4gICAgICAgIFxuY29uc29sZS53YXJuKGBUaGUgZW50cnlwb2ludCAnQHNiYi1lc3RhL3JlYWN0L2NhcmQvY2FyZC1saW5rLmpzJyBoYXMgYmVlbiBkZXByZWNhdGVkLlxuVXNlICdAc2JiLWVzdGEvcmVhY3QvY2FyZC5qcycgaW5zdGVhZC5gKTtcbiJdLCJtYXBwaW5ncyI6Ijs7QUFJQSxRQUFRLEtBQUs7d0NBQzJCIn0=
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../src/react/card/card.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../src/react/card/card.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,0BAA0B,CAAC"}
|
package/development/card/card.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbCard } from "./card/card.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/card/card.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/card/card.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/card.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbCard };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvY2FyZC9jYXJkLnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qKiBAZW50cnlwb2ludCAqL1xuZXhwb3J0ICogZnJvbSAnLi9jYXJkL2NhcmQuY29tcG9uZW50LmpzJztcblxuICAgICAgICBcbmNvbnNvbGUud2FybihgVGhlIGVudHJ5cG9pbnQgJ0BzYmItZXN0YS9yZWFjdC9jYXJkL2NhcmQuanMnIGhhcyBiZWVuIGRlcHJlY2F0ZWQuXG5Vc2UgJ0BzYmItZXN0YS9yZWFjdC9jYXJkLmpzJyBpbnN0ZWFkLmApO1xuIl0sIm1hcHBpbmdzIjoiOztBQUlBLFFBQVEsS0FBSzt3Q0FDMkIifQ==
|
package/development/card.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
export * from './card/card.js';
|
|
5
|
-
export * from './card/card-
|
|
6
|
-
export * from './card/card-button.js';
|
|
7
|
-
export * from './card/card-link.js';
|
|
1
|
+
/** @entrypoint */
|
|
2
|
+
export * from './card/card/card.component.js';
|
|
3
|
+
export * from './card/card-badge/card-badge.component.js';
|
|
4
|
+
export * from './card/card-button/card-button.component.js';
|
|
5
|
+
export * from './card/card-link/card-link.component.js';
|
|
8
6
|
//# sourceMappingURL=card.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/react/card.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/react/card.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,yCAAyC,CAAC"}
|
package/development/card.js
CHANGED
|
@@ -2,10 +2,4 @@ import { SbbCard } from "./card/card/card.component.js";
|
|
|
2
2
|
import { SbbCardBadge } from "./card/card-badge/card-badge.component.js";
|
|
3
3
|
import { SbbCardButton } from "./card/card-button/card-button.component.js";
|
|
4
4
|
import { SbbCardLink } from "./card/card-link/card-link.component.js";
|
|
5
|
-
export {
|
|
6
|
-
SbbCard,
|
|
7
|
-
SbbCardBadge,
|
|
8
|
-
SbbCardButton,
|
|
9
|
-
SbbCardLink
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC5qcyIsInNvdXJjZXMiOltdLCJzb3VyY2VzQ29udGVudCI6W10sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7In0=
|
|
5
|
+
export { SbbCard, SbbCardBadge, SbbCardButton, SbbCardLink };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbCarouselElement } from '@sbb-esta/lyne-elements/carousel
|
|
1
|
+
import { SbbCarouselElement } from '@sbb-esta/lyne-elements/carousel.js';
|
|
2
2
|
export declare const SbbCarousel: import('../../core.js').ReactWebComponent<SbbCarouselElement, {}>;
|
|
3
3
|
//# sourceMappingURL=carousel.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/carousel/carousel/carousel.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"carousel.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/carousel/carousel/carousel.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AAIzE,eAAO,MAAM,WAAW,mEAItB,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbCarouselElement } from "@sbb-esta/lyne-elements/carousel/carousel.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbCarouselElement } from "@sbb-esta/lyne-elements/carousel.js";
|
|
4
|
+
//#region src/react/carousel/carousel/carousel.component.ts
|
|
5
|
+
var SbbCarousel = createComponent({
|
|
6
|
+
tagName: "sbb-carousel",
|
|
7
|
+
elementClass: SbbCarouselElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbCarousel };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwuY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC9jYXJvdXNlbC9jYXJvdXNlbC9jYXJvdXNlbC5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJDYXJvdXNlbEVsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy9jYXJvdXNlbC5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiQ2Fyb3VzZWwgPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLWNhcm91c2VsJyxcbiAgZWxlbWVudENsYXNzOiBTYmJDYXJvdXNlbEVsZW1lbnQsXG4gIHJlYWN0LFxufSk7XG4iXSwibWFwcGluZ3MiOiI7Ozs7QUFNQSxJQUFhLGNBQWMsZ0JBQWdCO0NBQ3pDLFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDRCxDQUFDIn0=
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventName } from '../../core.js';
|
|
2
|
-
import { SbbCarouselItemElement, SbbCarouselItemEventDetail } from '@sbb-esta/lyne-elements/carousel
|
|
2
|
+
import { SbbCarouselItemElement, SbbCarouselItemEventDetail } from '@sbb-esta/lyne-elements/carousel.js';
|
|
3
3
|
export declare const SbbCarouselItem: import('../../core.js').ReactWebComponent<SbbCarouselItemElement, {
|
|
4
4
|
onBeforeshow: EventName<CustomEvent<SbbCarouselItemEventDetail>>;
|
|
5
5
|
onShow: EventName<CustomEvent<SbbCarouselItemEventDetail>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel-item.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/carousel/carousel-item/carousel-item.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,KAAK,0BAA0B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"carousel-item.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/carousel/carousel-item/carousel-item.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,KAAK,0BAA0B,EAAE,MAAM,qCAAqC,CAAC;AAI9G,eAAO,MAAM,eAAe;kBAKQ,SAAS,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAAC;YAC9D,SAAS,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAAC;EAGxE,CAAC"}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbCarouselItemElement } from "@sbb-esta/lyne-elements/carousel/carousel-item.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
import { SbbCarouselItemElement } from "@sbb-esta/lyne-elements/carousel.js";
|
|
4
|
+
//#region src/react/carousel/carousel-item/carousel-item.component.ts
|
|
5
|
+
var SbbCarouselItem = createComponent({
|
|
6
|
+
tagName: "sbb-carousel-item",
|
|
7
|
+
elementClass: SbbCarouselItemElement,
|
|
8
|
+
react,
|
|
9
|
+
events: {
|
|
10
|
+
"onBeforeshow": "beforeshow",
|
|
11
|
+
"onShow": "show"
|
|
12
|
+
}
|
|
12
13
|
});
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
14
|
+
//#endregion
|
|
15
|
+
export { SbbCarouselItem };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwtaXRlbS5jb21wb25lbnQuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2Nhcm91c2VsL2Nhcm91c2VsLWl0ZW0vY2Fyb3VzZWwtaXRlbS5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50LCB0eXBlIEV2ZW50TmFtZSB9IGZyb20gJy4uLy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiQ2Fyb3VzZWxJdGVtRWxlbWVudCwgdHlwZSBTYmJDYXJvdXNlbEl0ZW1FdmVudERldGFpbCB9IGZyb20gJ0BzYmItZXN0YS9seW5lLWVsZW1lbnRzL2Nhcm91c2VsLmpzJztcbmltcG9ydCByZWFjdCBmcm9tICdyZWFjdCc7XG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJDYXJvdXNlbEl0ZW0gPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLWNhcm91c2VsLWl0ZW0nLFxuICBlbGVtZW50Q2xhc3M6IFNiYkNhcm91c2VsSXRlbUVsZW1lbnQsXG4gIHJlYWN0LFxuICBldmVudHM6IHtcbiAgICAnb25CZWZvcmVzaG93JzogJ2JlZm9yZXNob3cnIGFzIEV2ZW50TmFtZTxDdXN0b21FdmVudDxTYmJDYXJvdXNlbEl0ZW1FdmVudERldGFpbD4+LFxuICAgICdvblNob3cnOiAnc2hvdycgYXMgRXZlbnROYW1lPEN1c3RvbUV2ZW50PFNiYkNhcm91c2VsSXRlbUV2ZW50RGV0YWlsPj4sXG4gIH0sXG5cbn0pO1xuIl0sIm1hcHBpbmdzIjoiOzs7O0FBTUEsSUFBYSxrQkFBa0IsZ0JBQWdCO0NBQzdDLFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDQSxRQUFRO0VBQ04sZ0JBQWdCO0VBQ2hCLFVBQVU7O0NBR2IsQ0FBQyJ9
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel-item.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel-item.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"carousel-item.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel-item.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,4CAA4C,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbCarouselItem } from "./carousel-item/carousel-item.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/carousel/carousel-item.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/carousel/carousel-item.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/carousel.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbCarouselItem };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwtaXRlbS5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvY2Fyb3VzZWwvY2Fyb3VzZWwtaXRlbS50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGVudHJ5cG9pbnQgKi9cbmV4cG9ydCAqIGZyb20gJy4vY2Fyb3VzZWwtaXRlbS9jYXJvdXNlbC1pdGVtLmNvbXBvbmVudC5qcyc7XG5cbiAgICAgICAgXG5jb25zb2xlLndhcm4oYFRoZSBlbnRyeXBvaW50ICdAc2JiLWVzdGEvcmVhY3QvY2Fyb3VzZWwvY2Fyb3VzZWwtaXRlbS5qcycgaGFzIGJlZW4gZGVwcmVjYXRlZC5cblVzZSAnQHNiYi1lc3RhL3JlYWN0L2Nhcm91c2VsLmpzJyBpbnN0ZWFkLmApO1xuIl0sIm1hcHBpbmdzIjoiOztBQUlBLFFBQVEsS0FBSzs0Q0FDK0IifQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbCarouselListElement } from '@sbb-esta/lyne-elements/carousel
|
|
1
|
+
import { SbbCarouselListElement } from '@sbb-esta/lyne-elements/carousel.js';
|
|
2
2
|
export declare const SbbCarouselList: import('../../core.js').ReactWebComponent<SbbCarouselListElement, {}>;
|
|
3
3
|
//# sourceMappingURL=carousel-list.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel-list.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/carousel/carousel-list/carousel-list.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"carousel-list.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/carousel/carousel-list/carousel-list.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAI7E,eAAO,MAAM,eAAe,uEAI1B,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbCarouselListElement } from "@sbb-esta/lyne-elements/carousel/carousel-list.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbCarouselListElement } from "@sbb-esta/lyne-elements/carousel.js";
|
|
4
|
+
//#region src/react/carousel/carousel-list/carousel-list.component.ts
|
|
5
|
+
var SbbCarouselList = createComponent({
|
|
6
|
+
tagName: "sbb-carousel-list",
|
|
7
|
+
elementClass: SbbCarouselListElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbCarouselList };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwtbGlzdC5jb21wb25lbnQuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2Nhcm91c2VsL2Nhcm91c2VsLWxpc3QvY2Fyb3VzZWwtbGlzdC5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJDYXJvdXNlbExpc3RFbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvY2Fyb3VzZWwuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYkNhcm91c2VsTGlzdCA9IGNyZWF0ZUNvbXBvbmVudCh7XG4gIHRhZ05hbWU6ICdzYmItY2Fyb3VzZWwtbGlzdCcsXG4gIGVsZW1lbnRDbGFzczogU2JiQ2Fyb3VzZWxMaXN0RWxlbWVudCxcbiAgcmVhY3QsXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQU1BLElBQWEsa0JBQWtCLGdCQUFnQjtDQUM3QyxTQUFTO0NBQ1QsY0FBYztDQUNkO0NBQ0QsQ0FBQyJ9
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel-list.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel-list.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"carousel-list.d.ts","sourceRoot":"","sources":["../../../../src/react/carousel/carousel-list.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,4CAA4C,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbCarouselList } from "./carousel-list/carousel-list.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/carousel/carousel-list.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/carousel/carousel-list.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/carousel.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbCarouselList };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwtbGlzdC5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvY2Fyb3VzZWwvY2Fyb3VzZWwtbGlzdC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGVudHJ5cG9pbnQgKi9cbmV4cG9ydCAqIGZyb20gJy4vY2Fyb3VzZWwtbGlzdC9jYXJvdXNlbC1saXN0LmNvbXBvbmVudC5qcyc7XG5cbiAgICAgICAgXG5jb25zb2xlLndhcm4oYFRoZSBlbnRyeXBvaW50ICdAc2JiLWVzdGEvcmVhY3QvY2Fyb3VzZWwvY2Fyb3VzZWwtbGlzdC5qcycgaGFzIGJlZW4gZGVwcmVjYXRlZC5cblVzZSAnQHNiYi1lc3RhL3JlYWN0L2Nhcm91c2VsLmpzJyBpbnN0ZWFkLmApO1xuIl0sIm1hcHBpbmdzIjoiOztBQUlBLFFBQVEsS0FBSzs0Q0FDK0IifQ==
|