@sbb-esta/lyne-react 4.7.0 → 4.8.1
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/README.md +2 -2
- 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 +1 -8
- 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 +4 -10
- package/signet/signet.component.js +9 -9
- package/signet.js +2 -4
- package/skiplink-list/skiplink-list.component.js +10 -10
- package/skiplink-list.js +2 -4
- package/slider/slider.component.js +13 -13
- package/slider.js +1 -3
- package/status/status.component.js +10 -10
- package/status.js +2 -4
- package/stepper/step/step.component.js +10 -12
- package/stepper/step-label/step-label.component.js +8 -9
- package/stepper/step-label.js +5 -4
- package/stepper/step.js +5 -4
- package/stepper/stepper/stepper.component.js +10 -12
- package/stepper/stepper.js +5 -4
- package/stepper.js +4 -8
- package/table/table-wrapper/table-wrapper.component.js +8 -8
- package/table/table-wrapper.js +4 -3
- package/table.js +1 -3
- package/tabs/tab/tab.component.js +10 -12
- package/tabs/tab-group/tab-group.component.js +9 -11
- package/tabs/tab-group.js +5 -4
- package/tabs/tab-label/tab-label.component.js +8 -8
- package/tabs/tab-label.js +4 -3
- package/tabs/tab-nav-bar/tab-nav-bar.component.js +9 -9
- package/tabs/tab-nav-bar.js +5 -4
- package/tabs/tab.js +5 -4
- package/tabs.js +5 -10
- package/tag/tag/tag.component.js +13 -13
- package/tag/tag-group/tag-group.component.js +9 -9
- package/tag/tag-group.js +5 -4
- package/tag/tag.js +5 -4
- package/tag.js +3 -6
- package/teaser/teaser.component.js +8 -8
- package/teaser-hero/teaser-hero.component.js +9 -9
- package/teaser-hero.js +2 -4
- package/teaser-product/teaser-product/teaser-product.component.js +8 -8
- package/teaser-product/teaser-product-static/teaser-product-static.component.js +10 -10
- package/teaser-product/teaser-product-static.js +4 -3
- package/teaser-product/teaser-product.js +5 -4
- package/teaser-product.js +3 -6
- package/teaser.js +2 -4
- package/time-input/time-input.component.js +13 -13
- package/time-input.js +2 -4
- package/timetable-form/timetable-form/timetable-form.component.js +8 -8
- package/timetable-form/timetable-form-details/timetable-form-details.component.js +9 -9
- package/timetable-form/timetable-form-details.js +5 -4
- package/timetable-form/timetable-form-field/timetable-form-field.component.js +8 -8
- package/timetable-form/timetable-form-field.js +5 -4
- package/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js +9 -10
- package/timetable-form/timetable-form-swap-button.js +5 -4
- package/timetable-form/timetable-form.js +5 -4
- package/timetable-form.js +5 -10
- package/timetable-occupancy/timetable-occupancy.component.js +9 -9
- package/timetable-occupancy-icon/timetable-occupancy-icon.component.js +8 -8
- package/timetable-occupancy-icon.js +1 -3
- package/timetable-occupancy.js +1 -3
- package/title/title.component.js +10 -10
- package/title.js +2 -4
- package/toast/toast.component.js +14 -14
- package/toast.js +2 -4
- package/toggle/toggle/toggle.component.js +9 -11
- package/toggle/toggle-option/toggle-option.component.js +10 -10
- package/toggle/toggle-option.js +4 -3
- package/toggle/toggle.js +4 -3
- package/toggle-check/toggle-check.component.js +12 -12
- package/toggle-check.js +2 -4
- package/toggle.js +2 -5
- package/tooltip/tooltip.component.js +14 -15
- package/tooltip.js +2 -4
- package/train/train/train.component.js +10 -10
- package/train/train-blocked-passage/train-blocked-passage.component.js +9 -9
- package/train/train-blocked-passage.js +5 -4
- package/train/train-formation/train-formation.component.js +9 -9
- package/train/train-formation.js +5 -4
- package/train/train-wagon/train-wagon.component.js +9 -9
- package/train/train-wagon.js +5 -4
- package/train/train.js +5 -4
- package/train.js +5 -10
- package/visual-checkbox/visual-checkbox.component.js +8 -8
- package/visual-checkbox.js +1 -3
- package/checkbox/checkbox/checkbox.component.js +0 -15
- package/checkbox/checkbox-group/checkbox-group.component.js +0 -11
- package/checkbox/checkbox-group.js +0 -4
- package/checkbox/checkbox-panel/checkbox-panel.component.js +0 -15
- package/checkbox/checkbox-panel.js +0 -4
- package/checkbox/checkbox.js +0 -4
- package/development/checkbox/checkbox/checkbox.component.d.ts +0 -7
- package/development/checkbox/checkbox/checkbox.component.d.ts.map +0 -1
- package/development/checkbox/checkbox/checkbox.component.js +0 -16
- package/development/checkbox/checkbox-group/checkbox-group.component.d.ts +0 -3
- package/development/checkbox/checkbox-group/checkbox-group.component.d.ts.map +0 -1
- package/development/checkbox/checkbox-group/checkbox-group.component.js +0 -12
- package/development/checkbox/checkbox-group.d.ts +0 -5
- package/development/checkbox/checkbox-group.d.ts.map +0 -1
- package/development/checkbox/checkbox-group.js +0 -5
- package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts +0 -7
- package/development/checkbox/checkbox-panel/checkbox-panel.component.d.ts.map +0 -1
- package/development/checkbox/checkbox-panel/checkbox-panel.component.js +0 -16
- package/development/checkbox/checkbox-panel.d.ts +0 -5
- package/development/checkbox/checkbox-panel.d.ts.map +0 -1
- package/development/checkbox/checkbox-panel.js +0 -5
- package/development/checkbox/checkbox.d.ts +0 -5
- package/development/checkbox/checkbox.d.ts.map +0 -1
- package/development/checkbox/checkbox.js +0 -5
- package/development/link-list/link-list/link-list.component.d.ts +0 -3
- package/development/link-list/link-list/link-list.component.d.ts.map +0 -1
- package/development/link-list/link-list/link-list.component.js +0 -12
- package/development/link-list/link-list-anchor/link-list-anchor.component.d.ts +0 -3
- package/development/link-list/link-list-anchor/link-list-anchor.component.d.ts.map +0 -1
- package/development/link-list/link-list-anchor/link-list-anchor.component.js +0 -12
- package/development/link-list/link-list-anchor.d.ts +0 -5
- package/development/link-list/link-list-anchor.d.ts.map +0 -1
- package/development/link-list/link-list-anchor.js +0 -5
- package/development/link-list/link-list.d.ts +0 -5
- package/development/link-list/link-list.d.ts.map +0 -1
- package/development/link-list/link-list.js +0 -5
- package/development/radio-button/radio-button/radio-button.component.d.ts +0 -7
- package/development/radio-button/radio-button/radio-button.component.d.ts.map +0 -1
- package/development/radio-button/radio-button/radio-button.component.js +0 -16
- package/development/radio-button/radio-button-group/radio-button-group.component.d.ts +0 -6
- package/development/radio-button/radio-button-group/radio-button-group.component.d.ts.map +0 -1
- package/development/radio-button/radio-button-group/radio-button-group.component.js +0 -15
- package/development/radio-button/radio-button-group.d.ts +0 -5
- package/development/radio-button/radio-button-group.d.ts.map +0 -1
- package/development/radio-button/radio-button-group.js +0 -5
- package/development/radio-button/radio-button-panel/radio-button-panel.component.d.ts +0 -7
- package/development/radio-button/radio-button-panel/radio-button-panel.component.d.ts.map +0 -1
- package/development/radio-button/radio-button-panel/radio-button-panel.component.js +0 -16
- package/development/radio-button/radio-button-panel.d.ts +0 -5
- package/development/radio-button/radio-button-panel.d.ts.map +0 -1
- package/development/radio-button/radio-button-panel.js +0 -5
- package/development/radio-button/radio-button.d.ts +0 -5
- package/development/radio-button/radio-button.d.ts.map +0 -1
- package/development/radio-button/radio-button.js +0 -5
- package/link-list/link-list/link-list.component.js +0 -11
- package/link-list/link-list-anchor/link-list-anchor.component.js +0 -11
- package/link-list/link-list-anchor.js +0 -4
- package/link-list/link-list.js +0 -4
- package/radio-button/radio-button/radio-button.component.js +0 -15
- package/radio-button/radio-button-group/radio-button-group.component.js +0 -14
- package/radio-button/radio-button-group.js +0 -4
- package/radio-button/radio-button-panel/radio-button-panel.component.js +0 -15
- package/radio-button/radio-button-panel.js +0 -4
- package/radio-button/radio-button.js +0 -4
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbSecondaryButtonStaticElement } from "@sbb-esta/lyne-elements/button/secondary-button-static.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbSecondaryButtonStaticElement } from "@sbb-esta/lyne-elements/button/secondary-button-static.js";
|
|
4
|
+
//#region src/react/button/secondary-button-static/secondary-button-static.component.ts
|
|
5
|
+
var SbbSecondaryButtonStatic = createComponent({
|
|
6
|
+
tagName: "sbb-secondary-button-static",
|
|
7
|
+
elementClass: SbbSecondaryButtonStaticElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbSecondaryButtonStatic };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Vjb25kYXJ5LWJ1dHRvbi1zdGF0aWMuY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC9idXR0b24vc2Vjb25kYXJ5LWJ1dHRvbi1zdGF0aWMvc2Vjb25kYXJ5LWJ1dHRvbi1zdGF0aWMuY29tcG9uZW50LnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qIGF1dG9nZW5lcmF0ZWQgKi9cbmltcG9ydCB7IGNyZWF0ZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiU2Vjb25kYXJ5QnV0dG9uU3RhdGljRWxlbWVudCB9IGZyb20gJ0BzYmItZXN0YS9seW5lLWVsZW1lbnRzL2J1dHRvbi9zZWNvbmRhcnktYnV0dG9uLXN0YXRpYy5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiU2Vjb25kYXJ5QnV0dG9uU3RhdGljID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi1zZWNvbmRhcnktYnV0dG9uLXN0YXRpYycsXG4gIGVsZW1lbnRDbGFzczogU2JiU2Vjb25kYXJ5QnV0dG9uU3RhdGljRWxlbWVudCxcbiAgcmVhY3QsXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQU1BLElBQWEsMkJBQTJCLGdCQUFnQjtDQUN0RCxTQUFTO0NBQ1QsY0FBYztDQUNkO0NBQ0QsQ0FBQyJ9
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"secondary-button-static.d.ts","sourceRoot":"","sources":["../../../../src/react/button/secondary-button-static.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"secondary-button-static.d.ts","sourceRoot":"","sources":["../../../../src/react/button/secondary-button-static.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,gEAAgE,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbSecondaryButtonStatic } from "./secondary-button-static/secondary-button-static.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/button/secondary-button-static.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/button/secondary-button-static.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/button.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbSecondaryButtonStatic };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Vjb25kYXJ5LWJ1dHRvbi1zdGF0aWMuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2J1dHRvbi9zZWNvbmRhcnktYnV0dG9uLXN0YXRpYy50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGVudHJ5cG9pbnQgKi9cbmV4cG9ydCAqIGZyb20gJy4vc2Vjb25kYXJ5LWJ1dHRvbi1zdGF0aWMvc2Vjb25kYXJ5LWJ1dHRvbi1zdGF0aWMuY29tcG9uZW50LmpzJztcblxuXG5jb25zb2xlLndhcm4oYFRoZSBlbnRyeXBvaW50ICdAc2JiLWVzdGEvcmVhY3QvYnV0dG9uL3NlY29uZGFyeS1idXR0b24tc3RhdGljLmpzJyBoYXMgYmVlbiBkZXByZWNhdGVkLlxuVXNlICdAc2JiLWVzdGEvcmVhY3QvYnV0dG9uLmpzJyBpbnN0ZWFkLmApO1xuIl0sIm1hcHBpbmdzIjoiOztBQUlBLFFBQVEsS0FBSzswQ0FDNkIifQ==
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"secondary-button.d.ts","sourceRoot":"","sources":["../../../../src/react/button/secondary-button.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"secondary-button.d.ts","sourceRoot":"","sources":["../../../../src/react/button/secondary-button.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,kDAAkD,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbSecondaryButton } from "./secondary-button/secondary-button.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/button/secondary-button.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/button/secondary-button.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/button.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbSecondaryButton };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Vjb25kYXJ5LWJ1dHRvbi5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvYnV0dG9uL3NlY29uZGFyeS1idXR0b24udHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBlbnRyeXBvaW50ICovXG5leHBvcnQgKiBmcm9tICcuL3NlY29uZGFyeS1idXR0b24vc2Vjb25kYXJ5LWJ1dHRvbi5jb21wb25lbnQuanMnO1xuXG5cbmNvbnNvbGUud2FybihgVGhlIGVudHJ5cG9pbnQgJ0BzYmItZXN0YS9yZWFjdC9idXR0b24vc2Vjb25kYXJ5LWJ1dHRvbi5qcycgaGFzIGJlZW4gZGVwcmVjYXRlZC5cblVzZSAnQHNiYi1lc3RhL3JlYWN0L2J1dHRvbi5qcycgaW5zdGVhZC5gKTtcbiJdLCJtYXBwaW5ncyI6Ijs7QUFJQSxRQUFRLEtBQUs7MENBQzZCIn0=
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbTransparentButtonElement } from "@sbb-esta/lyne-elements/button/transparent-button.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
import { SbbTransparentButtonElement } from "@sbb-esta/lyne-elements/button/transparent-button.js";
|
|
4
|
+
var SbbTransparentButton = createComponent({
|
|
5
|
+
tagName: "sbb-transparent-button",
|
|
6
|
+
elementClass: SbbTransparentButtonElement,
|
|
7
|
+
react
|
|
9
8
|
});
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
9
|
+
//#endregion
|
|
10
|
+
export { SbbTransparentButton };
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNwYXJlbnQtYnV0dG9uLmNvbXBvbmVudC5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVhY3QvYnV0dG9uL3RyYW5zcGFyZW50LWJ1dHRvbi90cmFuc3BhcmVudC1idXR0b24uY29tcG9uZW50LnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qIGF1dG9nZW5lcmF0ZWQgKi9cbmltcG9ydCB7IGNyZWF0ZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiVHJhbnNwYXJlbnRCdXR0b25FbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvYnV0dG9uL3RyYW5zcGFyZW50LWJ1dHRvbi5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG5kZWNsYXJlIGNsYXNzIFNiYlRyYW5zcGFyZW50QnV0dG9uQ29tcG9uZW50VHlwZSBleHRlbmRzIFNiYlRyYW5zcGFyZW50QnV0dG9uRWxlbWVudCB7XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBzZXQgZm9ybSh2YWx1ZTogc3RyaW5nIHwgU2JiVHJhbnNwYXJlbnRCdXR0b25FbGVtZW50Wydmb3JtJ10pIHtcbiAgICBzdXBlci5mb3JtID0gdmFsdWUgYXMgYW55O1xuICB9XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBnZXQgZm9ybSgpOiBzdHJpbmcgfCBTYmJUcmFuc3BhcmVudEJ1dHRvbkVsZW1lbnRbJ2Zvcm0nXSB7XG4gICAgcmV0dXJuIHN1cGVyLmZvcm07XG4gIH1cblxufVxuY29uc3QgU2JiVHJhbnNwYXJlbnRCdXR0b25Db21wb25lbnQgPSBTYmJUcmFuc3BhcmVudEJ1dHRvbkVsZW1lbnQgYXMgdHlwZW9mIFNiYlRyYW5zcGFyZW50QnV0dG9uQ29tcG9uZW50VHlwZTtcblxuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiVHJhbnNwYXJlbnRCdXR0b24gPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLXRyYW5zcGFyZW50LWJ1dHRvbicsXG4gIGVsZW1lbnRDbGFzczogU2JiVHJhbnNwYXJlbnRCdXR0b25Db21wb25lbnQsXG4gIHJlYWN0LFxufSk7XG4iXSwibWFwcGluZ3MiOiI7OztBQW9CQSxJQUFhLHVCQUF1QixnQkFBZ0I7Q0FDbEQsU0FBUztDQUNULGNBTm9DO0NBT3BDO0NBQ0QsQ0FBQyJ9
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbTransparentButtonLinkElement } from "@sbb-esta/lyne-elements/button/transparent-button-link.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbTransparentButtonLinkElement } from "@sbb-esta/lyne-elements/button/transparent-button-link.js";
|
|
4
|
+
//#region src/react/button/transparent-button-link/transparent-button-link.component.ts
|
|
5
|
+
var SbbTransparentButtonLink = createComponent({
|
|
6
|
+
tagName: "sbb-transparent-button-link",
|
|
7
|
+
elementClass: SbbTransparentButtonLinkElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbTransparentButtonLink };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNwYXJlbnQtYnV0dG9uLWxpbmsuY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC9idXR0b24vdHJhbnNwYXJlbnQtYnV0dG9uLWxpbmsvdHJhbnNwYXJlbnQtYnV0dG9uLWxpbmsuY29tcG9uZW50LnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qIGF1dG9nZW5lcmF0ZWQgKi9cbmltcG9ydCB7IGNyZWF0ZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiVHJhbnNwYXJlbnRCdXR0b25MaW5rRWxlbWVudCB9IGZyb20gJ0BzYmItZXN0YS9seW5lLWVsZW1lbnRzL2J1dHRvbi90cmFuc3BhcmVudC1idXR0b24tbGluay5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiVHJhbnNwYXJlbnRCdXR0b25MaW5rID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi10cmFuc3BhcmVudC1idXR0b24tbGluaycsXG4gIGVsZW1lbnRDbGFzczogU2JiVHJhbnNwYXJlbnRCdXR0b25MaW5rRWxlbWVudCxcbiAgcmVhY3QsXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQU1BLElBQWEsMkJBQTJCLGdCQUFnQjtDQUN0RCxTQUFTO0NBQ1QsY0FBYztDQUNkO0NBQ0QsQ0FBQyJ9
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transparent-button-link.d.ts","sourceRoot":"","sources":["../../../../src/react/button/transparent-button-link.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"transparent-button-link.d.ts","sourceRoot":"","sources":["../../../../src/react/button/transparent-button-link.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,gEAAgE,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbTransparentButtonLink } from "./transparent-button-link/transparent-button-link.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/button/transparent-button-link.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/button/transparent-button-link.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/button.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbTransparentButtonLink };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNwYXJlbnQtYnV0dG9uLWxpbmsuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2J1dHRvbi90cmFuc3BhcmVudC1idXR0b24tbGluay50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGVudHJ5cG9pbnQgKi9cbmV4cG9ydCAqIGZyb20gJy4vdHJhbnNwYXJlbnQtYnV0dG9uLWxpbmsvdHJhbnNwYXJlbnQtYnV0dG9uLWxpbmsuY29tcG9uZW50LmpzJztcblxuXG5jb25zb2xlLndhcm4oYFRoZSBlbnRyeXBvaW50ICdAc2JiLWVzdGEvcmVhY3QvYnV0dG9uL3RyYW5zcGFyZW50LWJ1dHRvbi1saW5rLmpzJyBoYXMgYmVlbiBkZXByZWNhdGVkLlxuVXNlICdAc2JiLWVzdGEvcmVhY3QvYnV0dG9uLmpzJyBpbnN0ZWFkLmApO1xuIl0sIm1hcHBpbmdzIjoiOztBQUlBLFFBQVEsS0FBSzswQ0FDNkIifQ==
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbTransparentButtonStaticElement } from "@sbb-esta/lyne-elements/button/transparent-button-static.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbTransparentButtonStaticElement } from "@sbb-esta/lyne-elements/button/transparent-button-static.js";
|
|
4
|
+
//#region src/react/button/transparent-button-static/transparent-button-static.component.ts
|
|
5
|
+
var SbbTransparentButtonStatic = createComponent({
|
|
6
|
+
tagName: "sbb-transparent-button-static",
|
|
7
|
+
elementClass: SbbTransparentButtonStaticElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbTransparentButtonStatic };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNwYXJlbnQtYnV0dG9uLXN0YXRpYy5jb21wb25lbnQuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2J1dHRvbi90cmFuc3BhcmVudC1idXR0b24tc3RhdGljL3RyYW5zcGFyZW50LWJ1dHRvbi1zdGF0aWMuY29tcG9uZW50LnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qIGF1dG9nZW5lcmF0ZWQgKi9cbmltcG9ydCB7IGNyZWF0ZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiVHJhbnNwYXJlbnRCdXR0b25TdGF0aWNFbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvYnV0dG9uL3RyYW5zcGFyZW50LWJ1dHRvbi1zdGF0aWMuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYlRyYW5zcGFyZW50QnV0dG9uU3RhdGljID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi10cmFuc3BhcmVudC1idXR0b24tc3RhdGljJyxcbiAgZWxlbWVudENsYXNzOiBTYmJUcmFuc3BhcmVudEJ1dHRvblN0YXRpY0VsZW1lbnQsXG4gIHJlYWN0LFxufSk7XG4iXSwibWFwcGluZ3MiOiI7Ozs7QUFNQSxJQUFhLDZCQUE2QixnQkFBZ0I7Q0FDeEQsU0FBUztDQUNULGNBQWM7Q0FDZDtDQUNELENBQUMifQ==
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transparent-button-static.d.ts","sourceRoot":"","sources":["../../../../src/react/button/transparent-button-static.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"transparent-button-static.d.ts","sourceRoot":"","sources":["../../../../src/react/button/transparent-button-static.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,oEAAoE,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbTransparentButtonStatic } from "./transparent-button-static/transparent-button-static.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/button/transparent-button-static.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/button/transparent-button-static.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/button.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbTransparentButtonStatic };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNwYXJlbnQtYnV0dG9uLXN0YXRpYy5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvYnV0dG9uL3RyYW5zcGFyZW50LWJ1dHRvbi1zdGF0aWMudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBlbnRyeXBvaW50ICovXG5leHBvcnQgKiBmcm9tICcuL3RyYW5zcGFyZW50LWJ1dHRvbi1zdGF0aWMvdHJhbnNwYXJlbnQtYnV0dG9uLXN0YXRpYy5jb21wb25lbnQuanMnO1xuXG5cbmNvbnNvbGUud2FybihgVGhlIGVudHJ5cG9pbnQgJ0BzYmItZXN0YS9yZWFjdC9idXR0b24vdHJhbnNwYXJlbnQtYnV0dG9uLXN0YXRpYy5qcycgaGFzIGJlZW4gZGVwcmVjYXRlZC5cblVzZSAnQHNiYi1lc3RhL3JlYWN0L2J1dHRvbi5qcycgaW5zdGVhZC5gKTtcbiJdLCJtYXBwaW5ncyI6Ijs7QUFJQSxRQUFRLEtBQUs7MENBQzZCIn0=
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transparent-button.d.ts","sourceRoot":"","sources":["../../../../src/react/button/transparent-button.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"transparent-button.d.ts","sourceRoot":"","sources":["../../../../src/react/button/transparent-button.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,sDAAsD,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbTransparentButton } from "./transparent-button/transparent-button.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/button/transparent-button.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/button/transparent-button.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/button.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbTransparentButton };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNwYXJlbnQtYnV0dG9uLmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yZWFjdC9idXR0b24vdHJhbnNwYXJlbnQtYnV0dG9uLnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qKiBAZW50cnlwb2ludCAqL1xuZXhwb3J0ICogZnJvbSAnLi90cmFuc3BhcmVudC1idXR0b24vdHJhbnNwYXJlbnQtYnV0dG9uLmNvbXBvbmVudC5qcyc7XG5cblxuY29uc29sZS53YXJuKGBUaGUgZW50cnlwb2ludCAnQHNiYi1lc3RhL3JlYWN0L2J1dHRvbi90cmFuc3BhcmVudC1idXR0b24uanMnIGhhcyBiZWVuIGRlcHJlY2F0ZWQuXG5Vc2UgJ0BzYmItZXN0YS9yZWFjdC9idXR0b24uanMnIGluc3RlYWQuYCk7XG4iXSwibWFwcGluZ3MiOiI7O0FBSUEsUUFBUSxLQUFLOzBDQUM2QiJ9
|
package/development/button.d.ts
CHANGED
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
export * from './button/accent-button.js';
|
|
5
|
-
export * from './button/
|
|
6
|
-
export * from './button/
|
|
7
|
-
export * from './button/button.js';
|
|
8
|
-
export * from './button/button-
|
|
9
|
-
export * from './button/button-
|
|
10
|
-
export * from './button/mini-button.js';
|
|
11
|
-
export * from './button/
|
|
12
|
-
export * from './button/
|
|
13
|
-
export * from './button/secondary-button.js';
|
|
14
|
-
export * from './button/
|
|
15
|
-
export * from './button/
|
|
16
|
-
export * from './button/transparent-button.js';
|
|
17
|
-
export * from './button/transparent-button-link.js';
|
|
18
|
-
export * from './button/transparent-button-static.js';
|
|
1
|
+
/** @entrypoint */
|
|
2
|
+
export * from './button/accent-button/accent-button.component.js';
|
|
3
|
+
export * from './button/accent-button-link/accent-button-link.component.js';
|
|
4
|
+
export * from './button/accent-button-static/accent-button-static.component.js';
|
|
5
|
+
export * from './button/button/button.component.js';
|
|
6
|
+
export * from './button/button-link/button-link.component.js';
|
|
7
|
+
export * from './button/button-static/button-static.component.js';
|
|
8
|
+
export * from './button/mini-button/mini-button.component.js';
|
|
9
|
+
export * from './button/mini-button-group/mini-button-group.component.js';
|
|
10
|
+
export * from './button/mini-button-link/mini-button-link.component.js';
|
|
11
|
+
export * from './button/secondary-button/secondary-button.component.js';
|
|
12
|
+
export * from './button/secondary-button-link/secondary-button-link.component.js';
|
|
13
|
+
export * from './button/secondary-button-static/secondary-button-static.component.js';
|
|
14
|
+
export * from './button/transparent-button/transparent-button.component.js';
|
|
15
|
+
export * from './button/transparent-button-link/transparent-button-link.component.js';
|
|
16
|
+
export * from './button/transparent-button-static/transparent-button-static.component.js';
|
|
19
17
|
//# sourceMappingURL=button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/react/button.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/react/button.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,mDAAmD,CAAC;AAClE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,iEAAiE,CAAC;AAChF,cAAc,qCAAqC,CAAC;AACpD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,mDAAmD,CAAC;AAClE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,2DAA2D,CAAC;AAC1E,cAAc,yDAAyD,CAAC;AACxE,cAAc,yDAAyD,CAAC;AACxE,cAAc,mEAAmE,CAAC;AAClF,cAAc,uEAAuE,CAAC;AACtF,cAAc,6DAA6D,CAAC;AAC5E,cAAc,uEAAuE,CAAC;AACtF,cAAc,2EAA2E,CAAC"}
|
package/development/button.js
CHANGED
|
@@ -13,21 +13,4 @@ import { SbbSecondaryButtonStatic } from "./button/secondary-button-static/secon
|
|
|
13
13
|
import { SbbTransparentButton } from "./button/transparent-button/transparent-button.component.js";
|
|
14
14
|
import { SbbTransparentButtonLink } from "./button/transparent-button-link/transparent-button-link.component.js";
|
|
15
15
|
import { SbbTransparentButtonStatic } from "./button/transparent-button-static/transparent-button-static.component.js";
|
|
16
|
-
export {
|
|
17
|
-
SbbAccentButton,
|
|
18
|
-
SbbAccentButtonLink,
|
|
19
|
-
SbbAccentButtonStatic,
|
|
20
|
-
SbbButton,
|
|
21
|
-
SbbButtonLink,
|
|
22
|
-
SbbButtonStatic,
|
|
23
|
-
SbbMiniButton,
|
|
24
|
-
SbbMiniButtonGroup,
|
|
25
|
-
SbbMiniButtonLink,
|
|
26
|
-
SbbSecondaryButton,
|
|
27
|
-
SbbSecondaryButtonLink,
|
|
28
|
-
SbbSecondaryButtonStatic,
|
|
29
|
-
SbbTransparentButton,
|
|
30
|
-
SbbTransparentButtonLink,
|
|
31
|
-
SbbTransparentButtonStatic
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmpzIiwic291cmNlcyI6W10sInNvdXJjZXNDb250ZW50IjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OyJ9
|
|
16
|
+
export { SbbAccentButton, SbbAccentButtonLink, SbbAccentButtonStatic, SbbButton, SbbButtonLink, SbbButtonStatic, SbbMiniButton, SbbMiniButtonGroup, SbbMiniButtonLink, SbbSecondaryButton, SbbSecondaryButtonLink, SbbSecondaryButtonStatic, SbbTransparentButton, SbbTransparentButtonLink, SbbTransparentButtonStatic };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventName } from '../../core.js';
|
|
2
|
-
import { SbbCalendarElement, SbbMonthChangeEvent } from '@sbb-esta/lyne-elements/calendar
|
|
2
|
+
import { SbbCalendarElement, SbbMonthChangeEvent } from '@sbb-esta/lyne-elements/calendar.js';
|
|
3
3
|
export declare const SbbCalendar: import('../../core.js').ReactWebComponent<SbbCalendarElement<Date>, {
|
|
4
4
|
onDateselected: EventName<CustomEvent<any>>;
|
|
5
5
|
onMonthchange: EventName<SbbMonthChangeEvent>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calendar.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/calendar/calendar/calendar.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,KAAK,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"calendar.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/calendar/calendar/calendar.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,KAAK,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAInG,eAAO,MAAM,WAAW;oBAKgB,SAAS,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;mBAC7B,SAAS,CAAC,mBAAmB,CAAC;EAGlE,CAAC"}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbCalendarElement } from "@sbb-esta/lyne-elements/calendar/calendar.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
import { SbbCalendarElement } from "@sbb-esta/lyne-elements/calendar.js";
|
|
4
|
+
//#region src/react/calendar/calendar/calendar.component.ts
|
|
5
|
+
var SbbCalendar = createComponent({
|
|
6
|
+
tagName: "sbb-calendar",
|
|
7
|
+
elementClass: SbbCalendarElement,
|
|
8
|
+
react,
|
|
9
|
+
events: {
|
|
10
|
+
"onDateselected": "dateselected",
|
|
11
|
+
"onMonthchange": "monthchange"
|
|
12
|
+
}
|
|
12
13
|
});
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
14
|
+
//#endregion
|
|
15
|
+
export { SbbCalendar };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXIuY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC9jYWxlbmRhci9jYWxlbmRhci9jYWxlbmRhci5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50LCB0eXBlIEV2ZW50TmFtZSB9IGZyb20gJy4uLy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiQ2FsZW5kYXJFbGVtZW50LCB0eXBlIFNiYk1vbnRoQ2hhbmdlRXZlbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy9jYWxlbmRhci5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiQ2FsZW5kYXIgPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLWNhbGVuZGFyJyxcbiAgZWxlbWVudENsYXNzOiBTYmJDYWxlbmRhckVsZW1lbnQsXG4gIHJlYWN0LFxuICBldmVudHM6IHtcbiAgICAnb25EYXRlc2VsZWN0ZWQnOiAnZGF0ZXNlbGVjdGVkJyBhcyBFdmVudE5hbWU8Q3VzdG9tRXZlbnQ8YW55Pj4sXG4gICAgJ29uTW9udGhjaGFuZ2UnOiAnbW9udGhjaGFuZ2UnIGFzIEV2ZW50TmFtZTxTYmJNb250aENoYW5nZUV2ZW50PixcbiAgfSxcblxufSk7XG4iXSwibWFwcGluZ3MiOiI7Ozs7QUFNQSxJQUFhLGNBQWMsZ0JBQWdCO0NBQ3pDLFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDQSxRQUFRO0VBQ04sa0JBQWtCO0VBQ2xCLGlCQUFpQjs7Q0FHcEIsQ0FBQyJ9
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SbbCalendarDayElement } from '@sbb-esta/lyne-elements/calendar
|
|
1
|
+
import { SbbCalendarDayElement } from '@sbb-esta/lyne-elements/calendar.js';
|
|
2
2
|
export declare const SbbCalendarDay: import('../../core.js').ReactWebComponent<SbbCalendarDayElement<Date>, {}>;
|
|
3
3
|
//# sourceMappingURL=calendar-day.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calendar-day.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/calendar/calendar-day/calendar-day.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"calendar-day.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/calendar/calendar-day/calendar-day.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;AAI5E,eAAO,MAAM,cAAc,4EAIzB,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { createComponent } from "../../core.js";
|
|
2
|
-
import { SbbCalendarDayElement } from "@sbb-esta/lyne-elements/calendar/calendar-day.js";
|
|
3
2
|
import react from "react";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import { SbbCalendarDayElement } from "@sbb-esta/lyne-elements/calendar.js";
|
|
4
|
+
//#region src/react/calendar/calendar-day/calendar-day.component.ts
|
|
5
|
+
var SbbCalendarDay = createComponent({
|
|
6
|
+
tagName: "sbb-calendar-day",
|
|
7
|
+
elementClass: SbbCalendarDayElement,
|
|
8
|
+
react
|
|
8
9
|
});
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbCalendarDay };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXItZGF5LmNvbXBvbmVudC5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVhY3QvY2FsZW5kYXIvY2FsZW5kYXItZGF5L2NhbGVuZGFyLWRheS5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJDYWxlbmRhckRheUVsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy9jYWxlbmRhci5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiQ2FsZW5kYXJEYXkgPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLWNhbGVuZGFyLWRheScsXG4gIGVsZW1lbnRDbGFzczogU2JiQ2FsZW5kYXJEYXlFbGVtZW50LFxuICByZWFjdCxcbn0pO1xuIl0sIm1hcHBpbmdzIjoiOzs7O0FBTUEsSUFBYSxpQkFBaUIsZ0JBQWdCO0NBQzVDLFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDRCxDQUFDIn0=
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calendar-day.d.ts","sourceRoot":"","sources":["../../../../src/react/calendar/calendar-day.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"calendar-day.d.ts","sourceRoot":"","sources":["../../../../src/react/calendar/calendar-day.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,0CAA0C,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { SbbCalendarDay } from "./calendar-day/calendar-day.component.js";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#
|
|
2
|
+
//#region src/react/calendar/calendar-day.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/calendar/calendar-day.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/calendar.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbCalendarDay };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXItZGF5LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yZWFjdC9jYWxlbmRhci9jYWxlbmRhci1kYXkudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBlbnRyeXBvaW50ICovXG5leHBvcnQgKiBmcm9tICcuL2NhbGVuZGFyLWRheS9jYWxlbmRhci1kYXkuY29tcG9uZW50LmpzJztcblxuXG5jb25zb2xlLndhcm4oYFRoZSBlbnRyeXBvaW50ICdAc2JiLWVzdGEvcmVhY3QvY2FsZW5kYXIvY2FsZW5kYXItZGF5LmpzJyBoYXMgYmVlbiBkZXByZWNhdGVkLlxuVXNlICdAc2JiLWVzdGEvcmVhY3QvY2FsZW5kYXIuanMnIGluc3RlYWQuYCk7XG4iXSwibWFwcGluZ3MiOiI7O0FBSUEsUUFBUSxLQUFLOzRDQUMrQiJ9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-month.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/calendar/calendar-month/calendar-month.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAI9E,eAAO,MAAM,gBAAgB,8EAI3B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createComponent } from "../../core.js";
|
|
2
|
+
import react from "react";
|
|
3
|
+
import { SbbCalendarMonthElement } from "@sbb-esta/lyne-elements/calendar.js";
|
|
4
|
+
//#region src/react/calendar/calendar-month/calendar-month.component.ts
|
|
5
|
+
var SbbCalendarMonth = createComponent({
|
|
6
|
+
tagName: "sbb-calendar-month",
|
|
7
|
+
elementClass: SbbCalendarMonthElement,
|
|
8
|
+
react
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbCalendarMonth };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXItbW9udGguY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC9jYWxlbmRhci9jYWxlbmRhci1tb250aC9jYWxlbmRhci1tb250aC5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJDYWxlbmRhck1vbnRoRWxlbWVudCB9IGZyb20gJ0BzYmItZXN0YS9seW5lLWVsZW1lbnRzL2NhbGVuZGFyLmpzJztcbmltcG9ydCByZWFjdCBmcm9tICdyZWFjdCc7XG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJDYWxlbmRhck1vbnRoID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi1jYWxlbmRhci1tb250aCcsXG4gIGVsZW1lbnRDbGFzczogU2JiQ2FsZW5kYXJNb250aEVsZW1lbnQsXG4gIHJlYWN0LFxufSk7XG4iXSwibWFwcGluZ3MiOiI7Ozs7QUFNQSxJQUFhLG1CQUFtQixnQkFBZ0I7Q0FDOUMsU0FBUztDQUNULGNBQWM7Q0FDZDtDQUNELENBQUMifQ==
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-month.d.ts","sourceRoot":"","sources":["../../../../src/react/calendar/calendar-month.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,8CAA8C,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SbbCalendarMonth } from "./calendar-month/calendar-month.component.js";
|
|
2
|
+
//#region src/react/calendar/calendar-month.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/calendar/calendar-month.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/calendar.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbCalendarMonth };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXItbW9udGguanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2NhbGVuZGFyL2NhbGVuZGFyLW1vbnRoLnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qKiBAZW50cnlwb2ludCAqL1xuZXhwb3J0ICogZnJvbSAnLi9jYWxlbmRhci1tb250aC9jYWxlbmRhci1tb250aC5jb21wb25lbnQuanMnO1xuXG5cbmNvbnNvbGUud2FybihgVGhlIGVudHJ5cG9pbnQgJ0BzYmItZXN0YS9yZWFjdC9jYWxlbmRhci9jYWxlbmRhci1tb250aC5qcycgaGFzIGJlZW4gZGVwcmVjYXRlZC5cblVzZSAnQHNiYi1lc3RhL3JlYWN0L2NhbGVuZGFyLmpzJyBpbnN0ZWFkLmApO1xuIl0sIm1hcHBpbmdzIjoiOztBQUlBLFFBQVEsS0FBSzs0Q0FDK0IifQ==
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-weekday.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/calendar/calendar-weekday/calendar-weekday.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAIhF,eAAO,MAAM,kBAAkB,0EAI7B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createComponent } from "../../core.js";
|
|
2
|
+
import react from "react";
|
|
3
|
+
import { SbbCalendarWeekdayElement } from "@sbb-esta/lyne-elements/calendar.js";
|
|
4
|
+
//#region src/react/calendar/calendar-weekday/calendar-weekday.component.ts
|
|
5
|
+
var SbbCalendarWeekday = createComponent({
|
|
6
|
+
tagName: "sbb-calendar-weekday",
|
|
7
|
+
elementClass: SbbCalendarWeekdayElement,
|
|
8
|
+
react
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbCalendarWeekday };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXItd2Vla2RheS5jb21wb25lbnQuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2NhbGVuZGFyL2NhbGVuZGFyLXdlZWtkYXkvY2FsZW5kYXItd2Vla2RheS5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJDYWxlbmRhcldlZWtkYXlFbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvY2FsZW5kYXIuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYkNhbGVuZGFyV2Vla2RheSA9IGNyZWF0ZUNvbXBvbmVudCh7XG4gIHRhZ05hbWU6ICdzYmItY2FsZW5kYXItd2Vla2RheScsXG4gIGVsZW1lbnRDbGFzczogU2JiQ2FsZW5kYXJXZWVrZGF5RWxlbWVudCxcbiAgcmVhY3QsXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQU1BLElBQWEscUJBQXFCLGdCQUFnQjtDQUNoRCxTQUFTO0NBQ1QsY0FBYztDQUNkO0NBQ0QsQ0FBQyJ9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-weekday.d.ts","sourceRoot":"","sources":["../../../../src/react/calendar/calendar-weekday.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,kDAAkD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SbbCalendarWeekday } from "./calendar-weekday/calendar-weekday.component.js";
|
|
2
|
+
//#region src/react/calendar/calendar-weekday.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/calendar/calendar-weekday.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/calendar.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbCalendarWeekday };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXItd2Vla2RheS5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvY2FsZW5kYXIvY2FsZW5kYXItd2Vla2RheS50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGVudHJ5cG9pbnQgKi9cbmV4cG9ydCAqIGZyb20gJy4vY2FsZW5kYXItd2Vla2RheS9jYWxlbmRhci13ZWVrZGF5LmNvbXBvbmVudC5qcyc7XG5cblxuY29uc29sZS53YXJuKGBUaGUgZW50cnlwb2ludCAnQHNiYi1lc3RhL3JlYWN0L2NhbGVuZGFyL2NhbGVuZGFyLXdlZWtkYXkuanMnIGhhcyBiZWVuIGRlcHJlY2F0ZWQuXG5Vc2UgJ0BzYmItZXN0YS9yZWFjdC9jYWxlbmRhci5qcycgaW5zdGVhZC5gKTtcbiJdLCJtYXBwaW5ncyI6Ijs7QUFJQSxRQUFRLEtBQUs7NENBQytCIn0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-weeknumber.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/calendar/calendar-weeknumber/calendar-weeknumber.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,4BAA4B,EAAE,MAAM,qCAAqC,CAAC;AAInF,eAAO,MAAM,qBAAqB,6EAIhC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createComponent } from "../../core.js";
|
|
2
|
+
import react from "react";
|
|
3
|
+
import { SbbCalendarWeeknumberElement } from "@sbb-esta/lyne-elements/calendar.js";
|
|
4
|
+
//#region src/react/calendar/calendar-weeknumber/calendar-weeknumber.component.ts
|
|
5
|
+
var SbbCalendarWeeknumber = createComponent({
|
|
6
|
+
tagName: "sbb-calendar-weeknumber",
|
|
7
|
+
elementClass: SbbCalendarWeeknumberElement,
|
|
8
|
+
react
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SbbCalendarWeeknumber };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXItd2Vla251bWJlci5jb21wb25lbnQuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L2NhbGVuZGFyL2NhbGVuZGFyLXdlZWtudW1iZXIvY2FsZW5kYXItd2Vla251bWJlci5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJDYWxlbmRhcldlZWtudW1iZXJFbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvY2FsZW5kYXIuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYkNhbGVuZGFyV2Vla251bWJlciA9IGNyZWF0ZUNvbXBvbmVudCh7XG4gIHRhZ05hbWU6ICdzYmItY2FsZW5kYXItd2Vla251bWJlcicsXG4gIGVsZW1lbnRDbGFzczogU2JiQ2FsZW5kYXJXZWVrbnVtYmVyRWxlbWVudCxcbiAgcmVhY3QsXG59KTtcbiJdLCJtYXBwaW5ncyI6Ijs7OztBQU1BLElBQWEsd0JBQXdCLGdCQUFnQjtDQUNuRCxTQUFTO0NBQ1QsY0FBYztDQUNkO0NBQ0QsQ0FBQyJ9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-weeknumber.d.ts","sourceRoot":"","sources":["../../../../src/react/calendar/calendar-weeknumber.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,wDAAwD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SbbCalendarWeeknumber } from "./calendar-weeknumber/calendar-weeknumber.component.js";
|
|
2
|
+
//#region src/react/calendar/calendar-weeknumber.ts
|
|
3
|
+
console.warn(`The entrypoint '@sbb-esta/react/calendar/calendar-weeknumber.js' has been deprecated.
|
|
4
|
+
Use '@sbb-esta/react/calendar.js' instead.`);
|
|
5
|
+
//#endregion
|
|
6
|
+
export { SbbCalendarWeeknumber };
|
|
7
|
+
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXItd2Vla251bWJlci5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvY2FsZW5kYXIvY2FsZW5kYXItd2Vla251bWJlci50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGVudHJ5cG9pbnQgKi9cbmV4cG9ydCAqIGZyb20gJy4vY2FsZW5kYXItd2Vla251bWJlci9jYWxlbmRhci13ZWVrbnVtYmVyLmNvbXBvbmVudC5qcyc7XG5cblxuY29uc29sZS53YXJuKGBUaGUgZW50cnlwb2ludCAnQHNiYi1lc3RhL3JlYWN0L2NhbGVuZGFyL2NhbGVuZGFyLXdlZWtudW1iZXIuanMnIGhhcyBiZWVuIGRlcHJlY2F0ZWQuXG5Vc2UgJ0BzYmItZXN0YS9yZWFjdC9jYWxlbmRhci5qcycgaW5zdGVhZC5gKTtcbiJdLCJtYXBwaW5ncyI6Ijs7QUFJQSxRQUFRLEtBQUs7NENBQytCIn0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-year.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/calendar/calendar-year/calendar-year.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAI7E,eAAO,MAAM,eAAe,6EAI1B,CAAC"}
|