newskit 5.3.0 → 5.4.2
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/cjs/assistive-text/assistive-text.d.ts +1 -2
- package/cjs/assistive-text/assistive-text.d.ts.map +1 -1
- package/cjs/audio-player/audio-player.d.ts +1 -2
- package/cjs/audio-player/audio-player.d.ts.map +1 -1
- package/cjs/audio-player-composable/audio-functions.d.ts +7 -6
- package/cjs/audio-player-composable/audio-functions.d.ts.map +1 -1
- package/cjs/audio-player-composable/audio-functions.js +13 -54
- package/cjs/audio-player-composable/audio-functions.js.map +1 -1
- package/cjs/audio-player-composable/audio-player-composable.d.ts +1 -1
- package/cjs/audio-player-composable/audio-player-composable.d.ts.map +1 -1
- package/cjs/audio-player-composable/audio-player-composable.js +116 -38
- package/cjs/audio-player-composable/audio-player-composable.js.map +1 -1
- package/cjs/audio-player-composable/components/audio-element.d.ts +3 -2
- package/cjs/audio-player-composable/components/audio-element.d.ts.map +1 -1
- package/cjs/audio-player-composable/components/audio-element.js +3 -5
- package/cjs/audio-player-composable/components/audio-element.js.map +1 -1
- package/cjs/audio-player-composable/components/forward-button/defaults.d.ts +7 -0
- package/cjs/audio-player-composable/components/forward-button/defaults.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/forward-button/defaults.js +8 -0
- package/cjs/audio-player-composable/components/forward-button/defaults.js.map +1 -0
- package/cjs/audio-player-composable/components/forward-button/forward-button.d.ts +3 -0
- package/cjs/audio-player-composable/components/forward-button/forward-button.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/forward-button/forward-button.js +39 -0
- package/cjs/audio-player-composable/components/forward-button/forward-button.js.map +1 -0
- package/cjs/audio-player-composable/components/forward-button/index.d.ts +3 -0
- package/cjs/audio-player-composable/components/forward-button/index.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/forward-button/index.js +15 -0
- package/cjs/audio-player-composable/components/forward-button/index.js.map +1 -0
- package/cjs/audio-player-composable/components/forward-button/types.d.ts +5 -0
- package/cjs/audio-player-composable/components/forward-button/types.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/forward-button/types.js +3 -0
- package/cjs/audio-player-composable/components/forward-button/types.js.map +1 -0
- package/cjs/audio-player-composable/components/play-pause-button/defaults.d.ts +7 -0
- package/cjs/audio-player-composable/components/play-pause-button/defaults.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/play-pause-button/defaults.js +8 -0
- package/cjs/audio-player-composable/components/play-pause-button/defaults.js.map +1 -0
- package/cjs/audio-player-composable/components/play-pause-button/play-pause-button.d.ts +1 -3
- package/cjs/audio-player-composable/components/play-pause-button/play-pause-button.d.ts.map +1 -1
- package/cjs/audio-player-composable/components/play-pause-button/play-pause-button.js +48 -17
- package/cjs/audio-player-composable/components/play-pause-button/play-pause-button.js.map +1 -1
- package/cjs/audio-player-composable/components/play-pause-button/types.d.ts +2 -6
- package/cjs/audio-player-composable/components/play-pause-button/types.d.ts.map +1 -1
- package/cjs/audio-player-composable/components/replay-button/defaults.d.ts +7 -0
- package/cjs/audio-player-composable/components/replay-button/defaults.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/replay-button/defaults.js +8 -0
- package/cjs/audio-player-composable/components/replay-button/defaults.js.map +1 -0
- package/cjs/audio-player-composable/components/replay-button/index.d.ts +3 -0
- package/cjs/audio-player-composable/components/replay-button/index.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/replay-button/index.js +15 -0
- package/cjs/audio-player-composable/components/replay-button/index.js.map +1 -0
- package/cjs/audio-player-composable/components/replay-button/replay-button.d.ts +3 -0
- package/cjs/audio-player-composable/components/replay-button/replay-button.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/replay-button/replay-button.js +39 -0
- package/cjs/audio-player-composable/components/replay-button/replay-button.js.map +1 -0
- package/cjs/audio-player-composable/components/replay-button/types.d.ts +5 -0
- package/cjs/audio-player-composable/components/replay-button/types.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/replay-button/types.js +3 -0
- package/cjs/audio-player-composable/components/replay-button/types.js.map +1 -0
- package/cjs/audio-player-composable/components/seek-bar/seek-bar.d.ts +2 -3
- package/cjs/audio-player-composable/components/seek-bar/seek-bar.d.ts.map +1 -1
- package/cjs/audio-player-composable/components/seek-bar/seek-bar.js.map +1 -1
- package/cjs/audio-player-composable/components/seek-bar/types.d.ts +1 -1
- package/cjs/audio-player-composable/components/seek-bar/types.d.ts.map +1 -1
- package/cjs/audio-player-composable/components/skip-next-button/defaults.d.ts +7 -0
- package/cjs/audio-player-composable/components/skip-next-button/defaults.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/skip-next-button/defaults.js +8 -0
- package/cjs/audio-player-composable/components/skip-next-button/defaults.js.map +1 -0
- package/cjs/audio-player-composable/components/skip-next-button/index.d.ts +3 -0
- package/cjs/audio-player-composable/components/skip-next-button/index.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/skip-next-button/index.js +15 -0
- package/cjs/audio-player-composable/components/skip-next-button/index.js.map +1 -0
- package/cjs/audio-player-composable/components/skip-next-button/skip-next-button.d.ts +2 -0
- package/cjs/audio-player-composable/components/skip-next-button/skip-next-button.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/skip-next-button/skip-next-button.js +37 -0
- package/cjs/audio-player-composable/components/skip-next-button/skip-next-button.js.map +1 -0
- package/cjs/audio-player-composable/components/skip-next-button/types.d.ts +3 -0
- package/cjs/audio-player-composable/components/skip-next-button/types.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/skip-next-button/types.js +3 -0
- package/cjs/audio-player-composable/components/skip-next-button/types.js.map +1 -0
- package/cjs/audio-player-composable/components/skip-previous-button/defaults.d.ts +7 -0
- package/cjs/audio-player-composable/components/skip-previous-button/defaults.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/skip-previous-button/defaults.js +8 -0
- package/cjs/audio-player-composable/components/skip-previous-button/defaults.js.map +1 -0
- package/cjs/audio-player-composable/components/skip-previous-button/index.d.ts +3 -0
- package/cjs/audio-player-composable/components/skip-previous-button/index.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/skip-previous-button/index.js +15 -0
- package/cjs/audio-player-composable/components/skip-previous-button/index.js.map +1 -0
- package/cjs/audio-player-composable/components/skip-previous-button/skip-previous-button.d.ts +2 -0
- package/cjs/audio-player-composable/components/skip-previous-button/skip-previous-button.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/skip-previous-button/skip-previous-button.js +37 -0
- package/cjs/audio-player-composable/components/skip-previous-button/skip-previous-button.js.map +1 -0
- package/cjs/audio-player-composable/components/skip-previous-button/types.d.ts +3 -0
- package/cjs/audio-player-composable/components/skip-previous-button/types.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/skip-previous-button/types.js +3 -0
- package/cjs/audio-player-composable/components/skip-previous-button/types.js.map +1 -0
- package/cjs/audio-player-composable/components/time-display/time-display.d.ts +2 -4
- package/cjs/audio-player-composable/components/time-display/time-display.d.ts.map +1 -1
- package/cjs/audio-player-composable/components/time-display/time-display.js +26 -5
- package/cjs/audio-player-composable/components/time-display/time-display.js.map +1 -1
- package/cjs/audio-player-composable/components/time-display/types.d.ts +5 -4
- package/cjs/audio-player-composable/components/time-display/types.d.ts.map +1 -1
- package/cjs/audio-player-composable/components/time-display/utils.d.ts +2 -2
- package/cjs/audio-player-composable/components/time-display/utils.d.ts.map +1 -1
- package/cjs/audio-player-composable/components/time-display/utils.js +0 -1
- package/cjs/audio-player-composable/components/time-display/utils.js.map +1 -1
- package/cjs/audio-player-composable/components/types.d.ts +9 -0
- package/cjs/audio-player-composable/components/types.d.ts.map +1 -0
- package/cjs/audio-player-composable/components/types.js +3 -0
- package/cjs/audio-player-composable/components/types.js.map +1 -0
- package/cjs/audio-player-composable/context.d.ts +4 -46
- package/cjs/audio-player-composable/context.d.ts.map +1 -1
- package/cjs/audio-player-composable/context.js.map +1 -1
- package/cjs/audio-player-composable/index.d.ts +8 -6
- package/cjs/audio-player-composable/index.d.ts.map +1 -1
- package/cjs/audio-player-composable/index.js +10 -10
- package/cjs/audio-player-composable/index.js.map +1 -1
- package/cjs/audio-player-composable/types.d.ts +44 -13
- package/cjs/audio-player-composable/types.d.ts.map +1 -1
- package/cjs/audio-player-composable/types.js +1 -1
- package/cjs/audio-player-composable/types.js.map +1 -1
- package/cjs/audio-player-composable/utils.d.ts +10 -0
- package/cjs/audio-player-composable/utils.d.ts.map +1 -1
- package/cjs/audio-player-composable/utils.js +33 -1
- package/cjs/audio-player-composable/utils.js.map +1 -1
- package/cjs/banner/banner.d.ts +1 -2
- package/cjs/banner/banner.d.ts.map +1 -1
- package/cjs/button/button.d.ts +1 -1
- package/cjs/button/button.d.ts.map +1 -1
- package/cjs/byline/byline.d.ts +1 -2
- package/cjs/byline/byline.d.ts.map +1 -1
- package/cjs/caption/caption-inset.d.ts +1 -2
- package/cjs/caption/caption-inset.d.ts.map +1 -1
- package/cjs/caption/caption.d.ts +1 -2
- package/cjs/caption/caption.d.ts.map +1 -1
- package/cjs/card/card-inset.d.ts +1 -1
- package/cjs/card/card-inset.d.ts.map +1 -1
- package/cjs/card/card.d.ts +1 -1
- package/cjs/card/card.d.ts.map +1 -1
- package/cjs/checkbox/checkbox.d.ts +1 -1
- package/cjs/checkbox/checkbox.d.ts.map +1 -1
- package/cjs/date-time/date-time.d.ts +1 -2
- package/cjs/date-time/date-time.d.ts.map +1 -1
- package/cjs/dialog/base-dialog-tests.d.ts.map +1 -1
- package/cjs/dialog/base-dialog-tests.js +3 -1
- package/cjs/dialog/base-dialog-tests.js.map +1 -1
- package/cjs/dialog/types.d.ts +1 -1
- package/cjs/dialog/types.d.ts.map +1 -1
- package/cjs/divider/divider.d.ts +1 -2
- package/cjs/divider/divider.d.ts.map +1 -1
- package/cjs/drawer/drawer.d.ts +1 -2
- package/cjs/drawer/drawer.d.ts.map +1 -1
- package/cjs/fieldset/fieldset.d.ts +1 -2
- package/cjs/fieldset/fieldset.d.ts.map +1 -1
- package/cjs/flag/flag.d.ts +1 -1
- package/cjs/form/form-entry.d.ts.map +1 -1
- package/cjs/form/form-entry.js +2 -2
- package/cjs/form/form-entry.js.map +1 -1
- package/cjs/form/form-input.d.ts +1 -1
- package/cjs/form/form-input.d.ts.map +1 -1
- package/cjs/form/form-input.js +5 -8
- package/cjs/form/form-input.js.map +1 -1
- package/cjs/grid/cell.d.ts +1 -2
- package/cjs/grid/cell.d.ts.map +1 -1
- package/cjs/grid/grid.d.ts +1 -2
- package/cjs/grid/grid.d.ts.map +1 -1
- package/cjs/grid-layout/styled.d.ts +2 -1
- package/cjs/grid-layout/styled.d.ts.map +1 -1
- package/cjs/grid-layout/types.d.ts +2 -1
- package/cjs/grid-layout/types.d.ts.map +1 -1
- package/cjs/headline/headline.d.ts +1 -2
- package/cjs/headline/headline.d.ts.map +1 -1
- package/cjs/icons/filled/{material/icon-filled-forward10.d.ts → custom/icon-filled-forward-10.d.ts} +1 -1
- package/cjs/icons/filled/custom/icon-filled-forward-10.d.ts.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-forward-10.js +23 -0
- package/cjs/icons/filled/custom/icon-filled-forward-10.js.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-forward-15.d.ts +2 -0
- package/cjs/icons/filled/custom/icon-filled-forward-15.d.ts.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-forward-15.js +23 -0
- package/cjs/icons/filled/custom/icon-filled-forward-15.js.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-forward-20.d.ts +2 -0
- package/cjs/icons/filled/custom/icon-filled-forward-20.d.ts.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-forward-20.js +23 -0
- package/cjs/icons/filled/custom/icon-filled-forward-20.js.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-forward-25.d.ts +2 -0
- package/cjs/icons/filled/custom/icon-filled-forward-25.d.ts.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-forward-25.js +23 -0
- package/cjs/icons/filled/custom/icon-filled-forward-25.js.map +1 -0
- package/{esm/icons/filled/material/icon-filled-forward30.d.ts → cjs/icons/filled/custom/icon-filled-forward-30.d.ts} +1 -1
- package/cjs/icons/filled/custom/icon-filled-forward-30.d.ts.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-forward-30.js +23 -0
- package/cjs/icons/filled/custom/icon-filled-forward-30.js.map +1 -0
- package/cjs/icons/filled/{material/icon-filled-forward5.d.ts → custom/icon-filled-forward-5.d.ts} +1 -1
- package/cjs/icons/filled/custom/icon-filled-forward-5.d.ts.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-forward-5.js +23 -0
- package/cjs/icons/filled/custom/icon-filled-forward-5.js.map +1 -0
- package/{esm/icons/filled/material/icon-filled-replay10.d.ts → cjs/icons/filled/custom/icon-filled-replay-10.d.ts} +1 -1
- package/cjs/icons/filled/custom/icon-filled-replay-10.d.ts.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-replay-10.js +23 -0
- package/cjs/icons/filled/custom/icon-filled-replay-10.js.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-replay-15.d.ts +2 -0
- package/cjs/icons/filled/custom/icon-filled-replay-15.d.ts.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-replay-15.js +23 -0
- package/cjs/icons/filled/custom/icon-filled-replay-15.js.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-replay-20.d.ts +2 -0
- package/cjs/icons/filled/custom/icon-filled-replay-20.d.ts.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-replay-20.js +23 -0
- package/cjs/icons/filled/custom/icon-filled-replay-20.js.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-replay-25.d.ts +2 -0
- package/cjs/icons/filled/custom/icon-filled-replay-25.d.ts.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-replay-25.js +23 -0
- package/cjs/icons/filled/custom/icon-filled-replay-25.js.map +1 -0
- package/{esm/icons/filled/material/icon-filled-replay30.d.ts → cjs/icons/filled/custom/icon-filled-replay-30.d.ts} +1 -1
- package/cjs/icons/filled/custom/icon-filled-replay-30.d.ts.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-replay-30.js +23 -0
- package/cjs/icons/filled/custom/icon-filled-replay-30.js.map +1 -0
- package/cjs/icons/filled/{material/icon-filled-replay5.d.ts → custom/icon-filled-replay-5.d.ts} +1 -1
- package/cjs/icons/filled/custom/icon-filled-replay-5.d.ts.map +1 -0
- package/cjs/icons/filled/custom/icon-filled-replay-5.js +23 -0
- package/cjs/icons/filled/custom/icon-filled-replay-5.js.map +1 -0
- package/cjs/icons/filled/custom/indeterminate-progress-indicator.d.ts +1 -2
- package/cjs/icons/filled/custom/indeterminate-progress-indicator.d.ts.map +1 -1
- package/cjs/icons/filled/custom/index.d.ts +12 -0
- package/cjs/icons/filled/custom/index.d.ts.map +1 -1
- package/cjs/icons/filled/custom/index.js +12 -0
- package/cjs/icons/filled/custom/index.js.map +1 -1
- package/cjs/icons/filled/material/index.d.ts +0 -6
- package/cjs/icons/filled/material/index.js +18 -30
- package/cjs/icons/outlined/{material/icon-outlined-forward10.d.ts → custom/icon-outlined-forward-10.d.ts} +1 -1
- package/cjs/icons/outlined/custom/icon-outlined-forward-10.d.ts.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-10.js +23 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-10.js.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-15.d.ts +2 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-15.d.ts.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-15.js +23 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-15.js.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-20.d.ts +2 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-20.d.ts.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-20.js +23 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-20.js.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-25.d.ts +2 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-25.d.ts.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-25.js +23 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-25.js.map +1 -0
- package/cjs/icons/outlined/{material/icon-outlined-forward30.d.ts → custom/icon-outlined-forward-30.d.ts} +1 -1
- package/cjs/icons/outlined/custom/icon-outlined-forward-30.d.ts.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-30.js +23 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-30.js.map +1 -0
- package/cjs/icons/outlined/{material/icon-outlined-forward5.d.ts → custom/icon-outlined-forward-5.d.ts} +1 -1
- package/cjs/icons/outlined/custom/icon-outlined-forward-5.d.ts.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-5.js +23 -0
- package/cjs/icons/outlined/custom/icon-outlined-forward-5.js.map +1 -0
- package/{esm/icons/outlined/material/icon-outlined-replay10.d.ts → cjs/icons/outlined/custom/icon-outlined-replay-10.d.ts} +1 -1
- package/cjs/icons/outlined/custom/icon-outlined-replay-10.d.ts.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-10.js +23 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-10.js.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-15.d.ts +2 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-15.d.ts.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-15.js +23 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-15.js.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-20.d.ts +2 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-20.d.ts.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-20.js +23 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-20.js.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-25.d.ts +2 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-25.d.ts.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-25.js +23 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-25.js.map +1 -0
- package/{esm/icons/outlined/material/icon-outlined-replay30.d.ts → cjs/icons/outlined/custom/icon-outlined-replay-30.d.ts} +1 -1
- package/cjs/icons/outlined/custom/icon-outlined-replay-30.d.ts.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-30.js +23 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-30.js.map +1 -0
- package/{esm/icons/outlined/material/icon-outlined-replay5.d.ts → cjs/icons/outlined/custom/icon-outlined-replay-5.d.ts} +1 -1
- package/cjs/icons/outlined/custom/icon-outlined-replay-5.d.ts.map +1 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-5.js +23 -0
- package/cjs/icons/outlined/custom/icon-outlined-replay-5.js.map +1 -0
- package/cjs/icons/outlined/custom/index.d.ts +12 -0
- package/cjs/icons/outlined/custom/index.d.ts.map +1 -1
- package/cjs/icons/outlined/custom/index.js +12 -0
- package/cjs/icons/outlined/custom/index.js.map +1 -1
- package/cjs/icons/outlined/material/index.d.ts +0 -6
- package/cjs/icons/outlined/material/index.js +18 -30
- package/cjs/icons/to-newskit-icon.d.ts.map +1 -1
- package/cjs/icons/to-newskit-icon.js.map +1 -1
- package/cjs/image/image.d.ts +1 -2
- package/cjs/image/image.d.ts.map +1 -1
- package/cjs/inline-message/inline-message.d.ts +1 -2
- package/cjs/inline-message/inline-message.d.ts.map +1 -1
- package/cjs/label/label.d.ts +1 -2
- package/cjs/label/label.d.ts.map +1 -1
- package/cjs/link/link-inline.d.ts +1 -1
- package/cjs/link/link-inline.d.ts.map +1 -1
- package/cjs/link/link-standalone.d.ts +1 -1
- package/cjs/link/link-standalone.d.ts.map +1 -1
- package/cjs/link/link.d.ts +2 -2
- package/cjs/link/link.d.ts.map +1 -1
- package/cjs/link/utils.d.ts +1 -1
- package/cjs/link/utils.d.ts.map +1 -1
- package/cjs/menu/menu.d.ts +1 -1
- package/cjs/menu/menu.d.ts.map +1 -1
- package/cjs/modal/modal.d.ts +1 -2
- package/cjs/modal/modal.d.ts.map +1 -1
- package/cjs/ordered-list/ordered-list.d.ts +1 -2
- package/cjs/ordered-list/ordered-list.d.ts.map +1 -1
- package/cjs/overlay/overlay.d.ts +1 -2
- package/cjs/overlay/overlay.d.ts.map +1 -1
- package/cjs/radio-button/radio-button.d.ts +1 -1
- package/cjs/radio-button/radio-button.d.ts.map +1 -1
- package/cjs/scroll/scroll.d.ts +1 -1
- package/cjs/scroll/scroll.d.ts.map +1 -1
- package/cjs/scroll/scroll.js +4 -4
- package/cjs/scroll/scroll.js.map +1 -1
- package/cjs/scroll/utils.d.ts +2 -0
- package/cjs/scroll/utils.d.ts.map +1 -0
- package/cjs/scroll/utils.js +5 -0
- package/cjs/scroll/utils.js.map +1 -0
- package/cjs/select/select.d.ts +1 -1
- package/cjs/select/select.d.ts.map +1 -1
- package/cjs/share-bar/share-bar.d.ts +1 -1
- package/cjs/share-bar/share-bar.d.ts.map +1 -1
- package/cjs/slider/slider.d.ts +1 -2
- package/cjs/slider/slider.d.ts.map +1 -1
- package/cjs/slider/slider.js +2 -2
- package/cjs/slider/slider.js.map +1 -1
- package/cjs/standfirst/standfirst.d.ts +1 -2
- package/cjs/standfirst/standfirst.d.ts.map +1 -1
- package/cjs/structured-list/structured-list-item.d.ts +1 -1
- package/cjs/structured-list/structured-list-item.d.ts.map +1 -1
- package/cjs/structured-list/structured-list.d.ts +1 -1
- package/cjs/structured-list/structured-list.d.ts.map +1 -1
- package/cjs/tabs/tabs.d.ts +1 -1
- package/cjs/tabs/tabs.d.ts.map +1 -1
- package/cjs/tag/tag.d.ts +1 -2
- package/cjs/tag/tag.d.ts.map +1 -1
- package/cjs/text-field/text-field.d.ts +1 -1
- package/cjs/text-field/text-field.d.ts.map +1 -1
- package/cjs/text-input/text-input.d.ts +4 -1
- package/cjs/text-input/text-input.d.ts.map +1 -1
- package/cjs/text-input/text-input.js +5 -5
- package/cjs/text-input/text-input.js.map +1 -1
- package/cjs/theme-checker/scenarios.d.ts.map +1 -1
- package/cjs/theme-checker/scenarios.js +32 -0
- package/cjs/theme-checker/scenarios.js.map +1 -1
- package/cjs/title-bar/title-bar.d.ts +1 -2
- package/cjs/title-bar/title-bar.d.ts.map +1 -1
- package/cjs/toast/toast.d.ts +1 -2
- package/cjs/toast/toast.d.ts.map +1 -1
- package/cjs/typography/heading/heading.d.ts +12 -12
- package/cjs/typography/paragraph/paragraph.d.ts +2 -2
- package/cjs/unordered-list/unordered-list.d.ts +1 -2
- package/cjs/unordered-list/unordered-list.d.ts.map +1 -1
- package/cjs/utils/get-transition-duration.d.ts.map +1 -1
- package/cjs/utils/get-transition-duration.js +17 -0
- package/cjs/utils/get-transition-duration.js.map +1 -1
- package/cjs/utils/hooks/use-keypress.d.ts +2 -1
- package/cjs/utils/hooks/use-keypress.d.ts.map +1 -1
- package/cjs/utils/hooks/use-keypress.js +101 -31
- package/cjs/utils/hooks/use-keypress.js.map +1 -1
- package/cjs/utils/hooks/use-media-query/context.d.ts +2 -1
- package/cjs/utils/hooks/use-media-query/context.d.ts.map +1 -1
- package/cjs/utils/hooks/use-media-query/context.js.map +1 -1
- package/cjs/utils/style/transition-preset.d.ts +1 -1
- package/cjs/utils/style/transition-preset.d.ts.map +1 -1
- package/cjs/utils/style/transition-preset.js +40 -8
- package/cjs/utils/style/transition-preset.js.map +1 -1
- package/cjs/utils/types.d.ts +1 -0
- package/cjs/utils/types.d.ts.map +1 -1
- package/cjs/utils/with-own-theme.d.ts +4 -1
- package/cjs/utils/with-own-theme.d.ts.map +1 -1
- package/cjs/utils/with-own-theme.js +3 -1
- package/cjs/utils/with-own-theme.js.map +1 -1
- package/cjs/version-number.json +1 -1
- package/cjs/video-player/video-player.d.ts +1 -1
- package/cjs/video-player/video-player.d.ts.map +1 -1
- package/cjs/volume-control/volume-control.d.ts +1 -2
- package/cjs/volume-control/volume-control.d.ts.map +1 -1
- package/esm/assistive-text/assistive-text.d.ts +1 -2
- package/esm/assistive-text/assistive-text.d.ts.map +1 -1
- package/esm/audio-player/audio-player.d.ts +1 -2
- package/esm/audio-player/audio-player.d.ts.map +1 -1
- package/esm/audio-player-composable/audio-functions.d.ts +7 -6
- package/esm/audio-player-composable/audio-functions.d.ts.map +1 -1
- package/esm/audio-player-composable/audio-functions.js +13 -54
- package/esm/audio-player-composable/audio-functions.js.map +1 -1
- package/esm/audio-player-composable/audio-player-composable.d.ts +1 -1
- package/esm/audio-player-composable/audio-player-composable.d.ts.map +1 -1
- package/esm/audio-player-composable/audio-player-composable.js +117 -39
- package/esm/audio-player-composable/audio-player-composable.js.map +1 -1
- package/esm/audio-player-composable/components/audio-element.d.ts +3 -2
- package/esm/audio-player-composable/components/audio-element.d.ts.map +1 -1
- package/esm/audio-player-composable/components/audio-element.js +3 -5
- package/esm/audio-player-composable/components/audio-element.js.map +1 -1
- package/esm/audio-player-composable/components/forward-button/defaults.d.ts +7 -0
- package/esm/audio-player-composable/components/forward-button/defaults.d.ts.map +1 -0
- package/esm/audio-player-composable/components/forward-button/defaults.js +6 -0
- package/esm/audio-player-composable/components/forward-button/defaults.js.map +1 -0
- package/esm/audio-player-composable/components/forward-button/forward-button.d.ts +3 -0
- package/esm/audio-player-composable/components/forward-button/forward-button.d.ts.map +1 -0
- package/esm/audio-player-composable/components/forward-button/forward-button.js +33 -0
- package/esm/audio-player-composable/components/forward-button/forward-button.js.map +1 -0
- package/esm/audio-player-composable/components/forward-button/index.d.ts +3 -0
- package/esm/audio-player-composable/components/forward-button/index.d.ts.map +1 -0
- package/esm/audio-player-composable/components/forward-button/index.js +3 -0
- package/esm/audio-player-composable/components/forward-button/index.js.map +1 -0
- package/esm/audio-player-composable/components/forward-button/types.d.ts +5 -0
- package/esm/audio-player-composable/components/forward-button/types.d.ts.map +1 -0
- package/esm/audio-player-composable/components/forward-button/types.js +2 -0
- package/esm/audio-player-composable/components/forward-button/types.js.map +1 -0
- package/esm/audio-player-composable/components/play-pause-button/defaults.d.ts +7 -0
- package/esm/audio-player-composable/components/play-pause-button/defaults.d.ts.map +1 -0
- package/esm/audio-player-composable/components/play-pause-button/defaults.js +6 -0
- package/esm/audio-player-composable/components/play-pause-button/defaults.js.map +1 -0
- package/esm/audio-player-composable/components/play-pause-button/play-pause-button.d.ts +1 -3
- package/esm/audio-player-composable/components/play-pause-button/play-pause-button.d.ts.map +1 -1
- package/esm/audio-player-composable/components/play-pause-button/play-pause-button.js +30 -18
- package/esm/audio-player-composable/components/play-pause-button/play-pause-button.js.map +1 -1
- package/esm/audio-player-composable/components/play-pause-button/types.d.ts +2 -6
- package/esm/audio-player-composable/components/play-pause-button/types.d.ts.map +1 -1
- package/esm/audio-player-composable/components/replay-button/defaults.d.ts +7 -0
- package/esm/audio-player-composable/components/replay-button/defaults.d.ts.map +1 -0
- package/esm/audio-player-composable/components/replay-button/defaults.js +6 -0
- package/esm/audio-player-composable/components/replay-button/defaults.js.map +1 -0
- package/esm/audio-player-composable/components/replay-button/index.d.ts +3 -0
- package/esm/audio-player-composable/components/replay-button/index.d.ts.map +1 -0
- package/esm/audio-player-composable/components/replay-button/index.js +3 -0
- package/esm/audio-player-composable/components/replay-button/index.js.map +1 -0
- package/esm/audio-player-composable/components/replay-button/replay-button.d.ts +3 -0
- package/esm/audio-player-composable/components/replay-button/replay-button.d.ts.map +1 -0
- package/esm/audio-player-composable/components/replay-button/replay-button.js +33 -0
- package/esm/audio-player-composable/components/replay-button/replay-button.js.map +1 -0
- package/esm/audio-player-composable/components/replay-button/types.d.ts +5 -0
- package/esm/audio-player-composable/components/replay-button/types.d.ts.map +1 -0
- package/esm/audio-player-composable/components/replay-button/types.js +2 -0
- package/esm/audio-player-composable/components/replay-button/types.js.map +1 -0
- package/esm/audio-player-composable/components/seek-bar/seek-bar.d.ts +2 -3
- package/esm/audio-player-composable/components/seek-bar/seek-bar.d.ts.map +1 -1
- package/esm/audio-player-composable/components/seek-bar/seek-bar.js.map +1 -1
- package/esm/audio-player-composable/components/seek-bar/types.d.ts +1 -1
- package/esm/audio-player-composable/components/seek-bar/types.d.ts.map +1 -1
- package/esm/audio-player-composable/components/skip-next-button/defaults.d.ts +7 -0
- package/esm/audio-player-composable/components/skip-next-button/defaults.d.ts.map +1 -0
- package/esm/audio-player-composable/components/skip-next-button/defaults.js +6 -0
- package/esm/audio-player-composable/components/skip-next-button/defaults.js.map +1 -0
- package/esm/audio-player-composable/components/skip-next-button/index.d.ts +3 -0
- package/esm/audio-player-composable/components/skip-next-button/index.d.ts.map +1 -0
- package/esm/audio-player-composable/components/skip-next-button/index.js +3 -0
- package/esm/audio-player-composable/components/skip-next-button/index.js.map +1 -0
- package/esm/audio-player-composable/components/skip-next-button/skip-next-button.d.ts +2 -0
- package/esm/audio-player-composable/components/skip-next-button/skip-next-button.d.ts.map +1 -0
- package/esm/audio-player-composable/components/skip-next-button/skip-next-button.js +31 -0
- package/esm/audio-player-composable/components/skip-next-button/skip-next-button.js.map +1 -0
- package/esm/audio-player-composable/components/skip-next-button/types.d.ts +3 -0
- package/esm/audio-player-composable/components/skip-next-button/types.d.ts.map +1 -0
- package/esm/audio-player-composable/components/skip-next-button/types.js +2 -0
- package/esm/audio-player-composable/components/skip-next-button/types.js.map +1 -0
- package/esm/audio-player-composable/components/skip-previous-button/defaults.d.ts +7 -0
- package/esm/audio-player-composable/components/skip-previous-button/defaults.d.ts.map +1 -0
- package/esm/audio-player-composable/components/skip-previous-button/defaults.js +6 -0
- package/esm/audio-player-composable/components/skip-previous-button/defaults.js.map +1 -0
- package/esm/audio-player-composable/components/skip-previous-button/index.d.ts +3 -0
- package/esm/audio-player-composable/components/skip-previous-button/index.d.ts.map +1 -0
- package/esm/audio-player-composable/components/skip-previous-button/index.js +3 -0
- package/esm/audio-player-composable/components/skip-previous-button/index.js.map +1 -0
- package/esm/audio-player-composable/components/skip-previous-button/skip-previous-button.d.ts +2 -0
- package/esm/audio-player-composable/components/skip-previous-button/skip-previous-button.d.ts.map +1 -0
- package/esm/audio-player-composable/components/skip-previous-button/skip-previous-button.js +31 -0
- package/esm/audio-player-composable/components/skip-previous-button/skip-previous-button.js.map +1 -0
- package/esm/audio-player-composable/components/skip-previous-button/types.d.ts +3 -0
- package/esm/audio-player-composable/components/skip-previous-button/types.d.ts.map +1 -0
- package/esm/audio-player-composable/components/skip-previous-button/types.js +2 -0
- package/esm/audio-player-composable/components/skip-previous-button/types.js.map +1 -0
- package/esm/audio-player-composable/components/time-display/time-display.d.ts +2 -4
- package/esm/audio-player-composable/components/time-display/time-display.d.ts.map +1 -1
- package/esm/audio-player-composable/components/time-display/time-display.js +25 -3
- package/esm/audio-player-composable/components/time-display/time-display.js.map +1 -1
- package/esm/audio-player-composable/components/time-display/types.d.ts +5 -4
- package/esm/audio-player-composable/components/time-display/types.d.ts.map +1 -1
- package/esm/audio-player-composable/components/time-display/utils.d.ts +2 -2
- package/esm/audio-player-composable/components/time-display/utils.d.ts.map +1 -1
- package/esm/audio-player-composable/components/time-display/utils.js +0 -1
- package/esm/audio-player-composable/components/time-display/utils.js.map +1 -1
- package/esm/audio-player-composable/components/types.d.ts +9 -0
- package/esm/audio-player-composable/components/types.d.ts.map +1 -0
- package/esm/audio-player-composable/components/types.js +2 -0
- package/esm/audio-player-composable/components/types.js.map +1 -0
- package/esm/audio-player-composable/context.d.ts +4 -46
- package/esm/audio-player-composable/context.d.ts.map +1 -1
- package/esm/audio-player-composable/context.js.map +1 -1
- package/esm/audio-player-composable/index.d.ts +8 -6
- package/esm/audio-player-composable/index.d.ts.map +1 -1
- package/esm/audio-player-composable/index.js +8 -6
- package/esm/audio-player-composable/index.js.map +1 -1
- package/esm/audio-player-composable/types.d.ts +44 -13
- package/esm/audio-player-composable/types.d.ts.map +1 -1
- package/esm/audio-player-composable/types.js +1 -1
- package/esm/audio-player-composable/types.js.map +1 -1
- package/esm/audio-player-composable/utils.d.ts +10 -0
- package/esm/audio-player-composable/utils.d.ts.map +1 -1
- package/esm/audio-player-composable/utils.js +30 -0
- package/esm/audio-player-composable/utils.js.map +1 -1
- package/esm/banner/banner.d.ts +1 -2
- package/esm/banner/banner.d.ts.map +1 -1
- package/esm/button/button.d.ts +1 -1
- package/esm/button/button.d.ts.map +1 -1
- package/esm/byline/byline.d.ts +1 -2
- package/esm/byline/byline.d.ts.map +1 -1
- package/esm/caption/caption-inset.d.ts +1 -2
- package/esm/caption/caption-inset.d.ts.map +1 -1
- package/esm/caption/caption.d.ts +1 -2
- package/esm/caption/caption.d.ts.map +1 -1
- package/esm/card/card-inset.d.ts +1 -1
- package/esm/card/card-inset.d.ts.map +1 -1
- package/esm/card/card.d.ts +1 -1
- package/esm/card/card.d.ts.map +1 -1
- package/esm/checkbox/checkbox.d.ts +1 -1
- package/esm/checkbox/checkbox.d.ts.map +1 -1
- package/esm/date-time/date-time.d.ts +1 -2
- package/esm/date-time/date-time.d.ts.map +1 -1
- package/esm/dialog/base-dialog-tests.d.ts.map +1 -1
- package/esm/dialog/base-dialog-tests.js +3 -1
- package/esm/dialog/base-dialog-tests.js.map +1 -1
- package/esm/dialog/types.d.ts +1 -1
- package/esm/dialog/types.d.ts.map +1 -1
- package/esm/divider/divider.d.ts +1 -2
- package/esm/divider/divider.d.ts.map +1 -1
- package/esm/drawer/drawer.d.ts +1 -2
- package/esm/drawer/drawer.d.ts.map +1 -1
- package/esm/fieldset/fieldset.d.ts +1 -2
- package/esm/fieldset/fieldset.d.ts.map +1 -1
- package/esm/flag/flag.d.ts +1 -1
- package/esm/form/form-entry.d.ts.map +1 -1
- package/esm/form/form-entry.js +2 -2
- package/esm/form/form-entry.js.map +1 -1
- package/esm/form/form-input.d.ts +1 -1
- package/esm/form/form-input.d.ts.map +1 -1
- package/esm/form/form-input.js +4 -7
- package/esm/form/form-input.js.map +1 -1
- package/esm/grid/cell.d.ts +1 -2
- package/esm/grid/cell.d.ts.map +1 -1
- package/esm/grid/grid.d.ts +1 -2
- package/esm/grid/grid.d.ts.map +1 -1
- package/esm/grid-layout/styled.d.ts +2 -1
- package/esm/grid-layout/styled.d.ts.map +1 -1
- package/esm/grid-layout/types.d.ts +2 -1
- package/esm/grid-layout/types.d.ts.map +1 -1
- package/esm/headline/headline.d.ts +1 -2
- package/esm/headline/headline.d.ts.map +1 -1
- package/esm/icons/filled/{material/icon-filled-forward10.d.ts → custom/icon-filled-forward-10.d.ts} +1 -1
- package/esm/icons/filled/custom/icon-filled-forward-10.d.ts.map +1 -0
- package/esm/icons/filled/custom/icon-filled-forward-10.js +17 -0
- package/esm/icons/filled/custom/icon-filled-forward-10.js.map +1 -0
- package/esm/icons/filled/custom/icon-filled-forward-15.d.ts +2 -0
- package/esm/icons/filled/custom/icon-filled-forward-15.d.ts.map +1 -0
- package/esm/icons/filled/custom/icon-filled-forward-15.js +17 -0
- package/esm/icons/filled/custom/icon-filled-forward-15.js.map +1 -0
- package/esm/icons/filled/custom/icon-filled-forward-20.d.ts +2 -0
- package/esm/icons/filled/custom/icon-filled-forward-20.d.ts.map +1 -0
- package/esm/icons/filled/custom/icon-filled-forward-20.js +17 -0
- package/esm/icons/filled/custom/icon-filled-forward-20.js.map +1 -0
- package/esm/icons/filled/custom/icon-filled-forward-25.d.ts +2 -0
- package/esm/icons/filled/custom/icon-filled-forward-25.d.ts.map +1 -0
- package/esm/icons/filled/custom/icon-filled-forward-25.js +17 -0
- package/esm/icons/filled/custom/icon-filled-forward-25.js.map +1 -0
- package/{cjs/icons/filled/material/icon-filled-forward30.d.ts → esm/icons/filled/custom/icon-filled-forward-30.d.ts} +1 -1
- package/esm/icons/filled/custom/icon-filled-forward-30.d.ts.map +1 -0
- package/esm/icons/filled/custom/icon-filled-forward-30.js +17 -0
- package/esm/icons/filled/custom/icon-filled-forward-30.js.map +1 -0
- package/esm/icons/filled/{material/icon-filled-forward5.d.ts → custom/icon-filled-forward-5.d.ts} +1 -1
- package/esm/icons/filled/custom/icon-filled-forward-5.d.ts.map +1 -0
- package/esm/icons/filled/custom/icon-filled-forward-5.js +17 -0
- package/esm/icons/filled/custom/icon-filled-forward-5.js.map +1 -0
- package/{cjs/icons/filled/material/icon-filled-replay10.d.ts → esm/icons/filled/custom/icon-filled-replay-10.d.ts} +1 -1
- package/esm/icons/filled/custom/icon-filled-replay-10.d.ts.map +1 -0
- package/esm/icons/filled/custom/icon-filled-replay-10.js +17 -0
- package/esm/icons/filled/custom/icon-filled-replay-10.js.map +1 -0
- package/esm/icons/filled/custom/icon-filled-replay-15.d.ts +2 -0
- package/esm/icons/filled/custom/icon-filled-replay-15.d.ts.map +1 -0
- package/esm/icons/filled/custom/icon-filled-replay-15.js +17 -0
- package/esm/icons/filled/custom/icon-filled-replay-15.js.map +1 -0
- package/esm/icons/filled/custom/icon-filled-replay-20.d.ts +2 -0
- package/esm/icons/filled/custom/icon-filled-replay-20.d.ts.map +1 -0
- package/esm/icons/filled/custom/icon-filled-replay-20.js +17 -0
- package/esm/icons/filled/custom/icon-filled-replay-20.js.map +1 -0
- package/esm/icons/filled/custom/icon-filled-replay-25.d.ts +2 -0
- package/esm/icons/filled/custom/icon-filled-replay-25.d.ts.map +1 -0
- package/esm/icons/filled/custom/icon-filled-replay-25.js +17 -0
- package/esm/icons/filled/custom/icon-filled-replay-25.js.map +1 -0
- package/{cjs/icons/filled/material/icon-filled-replay30.d.ts → esm/icons/filled/custom/icon-filled-replay-30.d.ts} +1 -1
- package/esm/icons/filled/custom/icon-filled-replay-30.d.ts.map +1 -0
- package/esm/icons/filled/custom/icon-filled-replay-30.js +17 -0
- package/esm/icons/filled/custom/icon-filled-replay-30.js.map +1 -0
- package/esm/icons/filled/{material/icon-filled-replay5.d.ts → custom/icon-filled-replay-5.d.ts} +1 -1
- package/esm/icons/filled/custom/icon-filled-replay-5.d.ts.map +1 -0
- package/esm/icons/filled/custom/icon-filled-replay-5.js +17 -0
- package/esm/icons/filled/custom/icon-filled-replay-5.js.map +1 -0
- package/esm/icons/filled/custom/indeterminate-progress-indicator.d.ts +1 -2
- package/esm/icons/filled/custom/indeterminate-progress-indicator.d.ts.map +1 -1
- package/esm/icons/filled/custom/index.d.ts +12 -0
- package/esm/icons/filled/custom/index.d.ts.map +1 -1
- package/esm/icons/filled/custom/index.js +12 -0
- package/esm/icons/filled/custom/index.js.map +1 -1
- package/esm/icons/filled/material/index.d.ts +0 -6
- package/esm/icons/filled/material/index.js +0 -6
- package/esm/icons/outlined/{material/icon-outlined-forward10.d.ts → custom/icon-outlined-forward-10.d.ts} +1 -1
- package/esm/icons/outlined/custom/icon-outlined-forward-10.d.ts.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-10.js +17 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-10.js.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-15.d.ts +2 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-15.d.ts.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-15.js +17 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-15.js.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-20.d.ts +2 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-20.d.ts.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-20.js +17 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-20.js.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-25.d.ts +2 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-25.d.ts.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-25.js +17 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-25.js.map +1 -0
- package/esm/icons/outlined/{material/icon-outlined-forward30.d.ts → custom/icon-outlined-forward-30.d.ts} +1 -1
- package/esm/icons/outlined/custom/icon-outlined-forward-30.d.ts.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-30.js +17 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-30.js.map +1 -0
- package/esm/icons/outlined/{material/icon-outlined-forward5.d.ts → custom/icon-outlined-forward-5.d.ts} +1 -1
- package/esm/icons/outlined/custom/icon-outlined-forward-5.d.ts.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-5.js +17 -0
- package/esm/icons/outlined/custom/icon-outlined-forward-5.js.map +1 -0
- package/{cjs/icons/outlined/material/icon-outlined-replay10.d.ts → esm/icons/outlined/custom/icon-outlined-replay-10.d.ts} +1 -1
- package/esm/icons/outlined/custom/icon-outlined-replay-10.d.ts.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-10.js +17 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-10.js.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-15.d.ts +2 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-15.d.ts.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-15.js +17 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-15.js.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-20.d.ts +2 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-20.d.ts.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-20.js +17 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-20.js.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-25.d.ts +2 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-25.d.ts.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-25.js +17 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-25.js.map +1 -0
- package/{cjs/icons/outlined/material/icon-outlined-replay30.d.ts → esm/icons/outlined/custom/icon-outlined-replay-30.d.ts} +1 -1
- package/esm/icons/outlined/custom/icon-outlined-replay-30.d.ts.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-30.js +17 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-30.js.map +1 -0
- package/{cjs/icons/outlined/material/icon-outlined-replay5.d.ts → esm/icons/outlined/custom/icon-outlined-replay-5.d.ts} +1 -1
- package/esm/icons/outlined/custom/icon-outlined-replay-5.d.ts.map +1 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-5.js +17 -0
- package/esm/icons/outlined/custom/icon-outlined-replay-5.js.map +1 -0
- package/esm/icons/outlined/custom/index.d.ts +12 -0
- package/esm/icons/outlined/custom/index.d.ts.map +1 -1
- package/esm/icons/outlined/custom/index.js +12 -0
- package/esm/icons/outlined/custom/index.js.map +1 -1
- package/esm/icons/outlined/material/index.d.ts +0 -6
- package/esm/icons/outlined/material/index.js +0 -6
- package/esm/icons/to-newskit-icon.d.ts.map +1 -1
- package/esm/icons/to-newskit-icon.js.map +1 -1
- package/esm/image/image.d.ts +1 -2
- package/esm/image/image.d.ts.map +1 -1
- package/esm/inline-message/inline-message.d.ts +1 -2
- package/esm/inline-message/inline-message.d.ts.map +1 -1
- package/esm/label/label.d.ts +1 -2
- package/esm/label/label.d.ts.map +1 -1
- package/esm/link/link-inline.d.ts +1 -1
- package/esm/link/link-inline.d.ts.map +1 -1
- package/esm/link/link-standalone.d.ts +1 -1
- package/esm/link/link-standalone.d.ts.map +1 -1
- package/esm/link/link.d.ts +2 -2
- package/esm/link/link.d.ts.map +1 -1
- package/esm/link/utils.d.ts +1 -1
- package/esm/link/utils.d.ts.map +1 -1
- package/esm/menu/menu.d.ts +1 -1
- package/esm/menu/menu.d.ts.map +1 -1
- package/esm/modal/modal.d.ts +1 -2
- package/esm/modal/modal.d.ts.map +1 -1
- package/esm/ordered-list/ordered-list.d.ts +1 -2
- package/esm/ordered-list/ordered-list.d.ts.map +1 -1
- package/esm/overlay/overlay.d.ts +1 -2
- package/esm/overlay/overlay.d.ts.map +1 -1
- package/esm/radio-button/radio-button.d.ts +1 -1
- package/esm/radio-button/radio-button.d.ts.map +1 -1
- package/esm/scroll/scroll.d.ts +1 -1
- package/esm/scroll/scroll.d.ts.map +1 -1
- package/esm/scroll/scroll.js +2 -2
- package/esm/scroll/scroll.js.map +1 -1
- package/esm/scroll/utils.d.ts +2 -0
- package/esm/scroll/utils.d.ts.map +1 -0
- package/esm/scroll/utils.js +2 -0
- package/esm/scroll/utils.js.map +1 -0
- package/esm/select/select.d.ts +1 -1
- package/esm/select/select.d.ts.map +1 -1
- package/esm/share-bar/share-bar.d.ts +1 -1
- package/esm/share-bar/share-bar.d.ts.map +1 -1
- package/esm/slider/slider.d.ts +1 -2
- package/esm/slider/slider.d.ts.map +1 -1
- package/esm/slider/slider.js +2 -2
- package/esm/slider/slider.js.map +1 -1
- package/esm/standfirst/standfirst.d.ts +1 -2
- package/esm/standfirst/standfirst.d.ts.map +1 -1
- package/esm/structured-list/structured-list-item.d.ts +1 -1
- package/esm/structured-list/structured-list-item.d.ts.map +1 -1
- package/esm/structured-list/structured-list.d.ts +1 -1
- package/esm/structured-list/structured-list.d.ts.map +1 -1
- package/esm/tabs/tabs.d.ts +1 -1
- package/esm/tabs/tabs.d.ts.map +1 -1
- package/esm/tag/tag.d.ts +1 -2
- package/esm/tag/tag.d.ts.map +1 -1
- package/esm/text-field/text-field.d.ts +1 -1
- package/esm/text-field/text-field.d.ts.map +1 -1
- package/esm/text-input/text-input.d.ts +4 -1
- package/esm/text-input/text-input.d.ts.map +1 -1
- package/esm/text-input/text-input.js +5 -5
- package/esm/text-input/text-input.js.map +1 -1
- package/esm/theme-checker/scenarios.d.ts.map +1 -1
- package/esm/theme-checker/scenarios.js +32 -0
- package/esm/theme-checker/scenarios.js.map +1 -1
- package/esm/title-bar/title-bar.d.ts +1 -2
- package/esm/title-bar/title-bar.d.ts.map +1 -1
- package/esm/toast/toast.d.ts +1 -2
- package/esm/toast/toast.d.ts.map +1 -1
- package/esm/typography/heading/heading.d.ts +12 -12
- package/esm/typography/paragraph/paragraph.d.ts +2 -2
- package/esm/unordered-list/unordered-list.d.ts +1 -2
- package/esm/unordered-list/unordered-list.d.ts.map +1 -1
- package/esm/utils/get-transition-duration.d.ts.map +1 -1
- package/esm/utils/get-transition-duration.js +17 -0
- package/esm/utils/get-transition-duration.js.map +1 -1
- package/esm/utils/hooks/use-keypress.d.ts +2 -1
- package/esm/utils/hooks/use-keypress.d.ts.map +1 -1
- package/esm/utils/hooks/use-keypress.js +101 -31
- package/esm/utils/hooks/use-keypress.js.map +1 -1
- package/esm/utils/hooks/use-media-query/context.d.ts +2 -1
- package/esm/utils/hooks/use-media-query/context.d.ts.map +1 -1
- package/esm/utils/hooks/use-media-query/context.js.map +1 -1
- package/esm/utils/style/transition-preset.d.ts +1 -1
- package/esm/utils/style/transition-preset.d.ts.map +1 -1
- package/esm/utils/style/transition-preset.js +40 -8
- package/esm/utils/style/transition-preset.js.map +1 -1
- package/esm/utils/types.d.ts +1 -0
- package/esm/utils/types.d.ts.map +1 -1
- package/esm/utils/with-own-theme.d.ts +4 -1
- package/esm/utils/with-own-theme.d.ts.map +1 -1
- package/esm/utils/with-own-theme.js +3 -1
- package/esm/utils/with-own-theme.js.map +1 -1
- package/esm/version-number.json +1 -1
- package/esm/video-player/video-player.d.ts +1 -1
- package/esm/video-player/video-player.d.ts.map +1 -1
- package/esm/volume-control/volume-control.d.ts +1 -2
- package/esm/volume-control/volume-control.d.ts.map +1 -1
- package/package.json +1 -1
- package/cjs/icons/filled/material/icon-filled-forward10.js +0 -11
- package/cjs/icons/filled/material/icon-filled-forward30.js +0 -11
- package/cjs/icons/filled/material/icon-filled-forward5.js +0 -11
- package/cjs/icons/filled/material/icon-filled-replay10.js +0 -11
- package/cjs/icons/filled/material/icon-filled-replay30.js +0 -11
- package/cjs/icons/filled/material/icon-filled-replay5.js +0 -11
- package/cjs/icons/outlined/material/icon-outlined-forward10.js +0 -11
- package/cjs/icons/outlined/material/icon-outlined-forward30.js +0 -11
- package/cjs/icons/outlined/material/icon-outlined-forward5.js +0 -11
- package/cjs/icons/outlined/material/icon-outlined-replay10.js +0 -11
- package/cjs/icons/outlined/material/icon-outlined-replay30.js +0 -11
- package/cjs/icons/outlined/material/icon-outlined-replay5.js +0 -11
- package/esm/icons/filled/material/icon-filled-forward10.js +0 -8
- package/esm/icons/filled/material/icon-filled-forward30.js +0 -8
- package/esm/icons/filled/material/icon-filled-forward5.js +0 -8
- package/esm/icons/filled/material/icon-filled-replay10.js +0 -8
- package/esm/icons/filled/material/icon-filled-replay30.js +0 -8
- package/esm/icons/filled/material/icon-filled-replay5.js +0 -8
- package/esm/icons/outlined/material/icon-outlined-forward10.js +0 -8
- package/esm/icons/outlined/material/icon-outlined-forward30.js +0 -8
- package/esm/icons/outlined/material/icon-outlined-forward5.js +0 -8
- package/esm/icons/outlined/material/icon-outlined-replay10.js +0 -8
- package/esm/icons/outlined/material/icon-outlined-replay30.js +0 -8
- package/esm/icons/outlined/material/icon-outlined-replay5.js +0 -8
package/esm/image/image.d.ts
CHANGED
package/esm/image/image.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../src/image/image.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../src/image/image.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAC,UAAU,EAAC,MAAM,SAAS,CAAC;AAuHnC,eAAO,MAAM,KAAK,sEAAyD,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { InlineMessageProps } from './types';
|
|
3
|
-
export declare const InlineMessage: import("
|
|
2
|
+
export declare const InlineMessage: import("../utils/with-own-theme").NewsKitReactComponents<InlineMessageProps>;
|
|
4
3
|
//# sourceMappingURL=inline-message.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inline-message.d.ts","sourceRoot":"","sources":["../../../src/inline-message/inline-message.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inline-message.d.ts","sourceRoot":"","sources":["../../../src/inline-message/inline-message.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAqB3C,eAAO,MAAM,aAAa,8EAGxB,CAAC"}
|
package/esm/label/label.d.ts
CHANGED
package/esm/label/label.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/label/label.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/label/label.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAC,UAAU,EAAC,MAAM,SAAS,CAAC;AAqBnC,eAAO,MAAM,KAAK,sEAAyD,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const LinkInline: import("
|
|
2
|
+
export declare const LinkInline: import("../utils/with-own-theme").NewsKitReactComponents<import("./types").InternalLinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
3
3
|
//# sourceMappingURL=link-inline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-inline.d.ts","sourceRoot":"","sources":["../../../src/link/link-inline.ts"],"names":[],"mappings":";AAIA,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"link-inline.d.ts","sourceRoot":"","sources":["../../../src/link/link-inline.ts"],"names":[],"mappings":";AAIA,eAAO,MAAM,UAAU,kJAEtB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const LinkStandalone: import("
|
|
2
|
+
export declare const LinkStandalone: import("../utils/with-own-theme").NewsKitReactComponents<import("./types").InternalLinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
3
3
|
//# sourceMappingURL=link-standalone.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-standalone.d.ts","sourceRoot":"","sources":["../../../src/link/link-standalone.ts"],"names":[],"mappings":";AAIA,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"link-standalone.d.ts","sourceRoot":"","sources":["../../../src/link/link-standalone.ts"],"names":[],"mappings":";AAIA,eAAO,MAAM,cAAc,kJAE1B,CAAC"}
|
package/esm/link/link.d.ts
CHANGED
|
@@ -3,6 +3,6 @@ import { LinkProps } from './types';
|
|
|
3
3
|
/**
|
|
4
4
|
* @deprecated This component has been deprecated and will be removed in a future release, use LinkStandalone or LinkInline instead;
|
|
5
5
|
*/
|
|
6
|
-
export declare const Link:
|
|
7
|
-
export declare const A:
|
|
6
|
+
export declare const Link: import("../utils/with-own-theme").NewsKitReactComponents<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
7
|
+
export declare const A: import("../utils/with-own-theme").NewsKitReactComponents<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
8
8
|
//# sourceMappingURL=link.d.ts.map
|
package/esm/link/link.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../src/link/link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAIlC;;GAEG;AACH,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../src/link/link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAIlC;;GAEG;AACH,eAAO,MAAM,IAAI,8GAIhB,CAAC;AAEF,eAAO,MAAM,CAAC,8GAAO,CAAC"}
|
package/esm/link/utils.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export declare const isLinkExternal: (href: string) => boolean;
|
|
3
|
-
export declare const withLinkTheme: <P extends {}>(BaseComponent: React.ComponentType<P> | React.ForwardRefExoticComponent<P>) =>
|
|
3
|
+
export declare const withLinkTheme: <P extends {}>(BaseComponent: React.ComponentType<P> | React.ForwardRefExoticComponent<P>) => import("../utils/with-own-theme").NewsKitReactComponents<P>;
|
|
4
4
|
//# sourceMappingURL=utils.d.ts.map
|
package/esm/link/utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/link/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,cAAc,SAAU,MAAM,YAU1C,CAAC;AAEF,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/link/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,cAAc,SAAU,MAAM,YAU1C,CAAC;AAEF,eAAO,MAAM,aAAa,2JAEgC,CAAC"}
|
package/esm/menu/menu.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { MenuProps } from './types';
|
|
3
|
-
export declare const Menu:
|
|
3
|
+
export declare const Menu: import("../utils/with-own-theme").NewsKitReactComponents<MenuProps & React.RefAttributes<HTMLElement>>;
|
|
4
4
|
//# sourceMappingURL=menu.d.ts.map
|
package/esm/menu/menu.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/menu/menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAGL,SAAS,EAEV,MAAM,SAAS,CAAC;AAgDjB,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/menu/menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAGL,SAAS,EAEV,MAAM,SAAS,CAAC;AAgDjB,eAAO,MAAM,IAAI,wGAAwD,CAAC"}
|
package/esm/modal/modal.d.ts
CHANGED
package/esm/modal/modal.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/modal/modal.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/modal/modal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAC,UAAU,EAAC,MAAM,SAAS,CAAC;AA0FnC,eAAO,MAAM,KAAK,sEAGhB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { OrderedListProps } from './types';
|
|
3
|
-
export declare const OrderedList:
|
|
2
|
+
export declare const OrderedList: import("../utils/with-own-theme").NewsKitReactComponents<OrderedListProps>;
|
|
4
3
|
//# sourceMappingURL=ordered-list.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ordered-list.d.ts","sourceRoot":"","sources":["../../../src/ordered-list/ordered-list.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ordered-list.d.ts","sourceRoot":"","sources":["../../../src/ordered-list/ordered-list.tsx"],"names":[],"mappings":"AASA,OAAO,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAC;AAwCzC,eAAO,MAAM,WAAW,4EAAiD,CAAC"}
|
package/esm/overlay/overlay.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { MQ } from '../utils/style';
|
|
3
2
|
interface OverlayProps {
|
|
4
3
|
open: boolean;
|
|
@@ -8,6 +7,6 @@ interface OverlayProps {
|
|
|
8
7
|
stylePreset?: MQ<string>;
|
|
9
8
|
};
|
|
10
9
|
}
|
|
11
|
-
export declare const Overlay:
|
|
10
|
+
export declare const Overlay: import("../utils/with-own-theme").NewsKitReactComponents<OverlayProps>;
|
|
12
11
|
export {};
|
|
13
12
|
//# sourceMappingURL=overlay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../src/overlay/overlay.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../src/overlay/overlay.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAyB,EAAE,EAAqB,MAAM,gBAAgB,CAAC;AAM9E,UAAU,YAAY;IACpB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE;QACV,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KAC1B,CAAC;CACH;AA4CD,eAAO,MAAM,OAAO,wEAGlB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { RadioButtonProps } from './types';
|
|
3
|
-
export declare const RadioButton:
|
|
3
|
+
export declare const RadioButton: import("../utils/with-own-theme").NewsKitReactComponents<RadioButtonProps & React.RefAttributes<HTMLInputElement>>;
|
|
4
4
|
//# sourceMappingURL=radio-button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio-button.d.ts","sourceRoot":"","sources":["../../../src/radio-button/radio-button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,gBAAgB,EAAuB,MAAM,SAAS,CAAC;AAiE/D,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"radio-button.d.ts","sourceRoot":"","sources":["../../../src/radio-button/radio-button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,gBAAgB,EAAuB,MAAM,SAAS,CAAC;AAiE/D,eAAO,MAAM,WAAW,oHAGtB,CAAC"}
|
package/esm/scroll/scroll.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ScrollProps } from './types';
|
|
3
|
-
export declare const Scroll:
|
|
3
|
+
export declare const Scroll: import("../utils/with-own-theme").NewsKitReactComponents<ScrollProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
4
|
//# sourceMappingURL=scroll.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scroll.d.ts","sourceRoot":"","sources":["../../../src/scroll/scroll.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAI9C,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"scroll.d.ts","sourceRoot":"","sources":["../../../src/scroll/scroll.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAI9C,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAuLpC,eAAO,MAAM,MAAM,6GAGjB,CAAC"}
|
package/esm/scroll/scroll.js
CHANGED
|
@@ -34,7 +34,7 @@ import { useIsomorphicLayoutEffect } from '../utils/hooks';
|
|
|
34
34
|
import defaults from './defaults';
|
|
35
35
|
import stylePresets from './style-presets';
|
|
36
36
|
import { withOwnTheme } from '../utils/with-own-theme';
|
|
37
|
-
|
|
37
|
+
import { SCROLL_THRESHOLD } from './utils';
|
|
38
38
|
var ThemelessScroll = React.forwardRef(function (_a, ref) {
|
|
39
39
|
var _b = _a.vertical, vertical = _b === void 0 ? false : _b, controls = _a.controls, _c = _a.stepDistance, stepDistance = _c === void 0 ? 160 : _c, snapAlign = _a.snapAlign, _d = _a.scrollBar, scrollBar = _d === void 0 ? false : _d, children = _a.children, _e = _a.overrides, overrides = _e === void 0 ? {} : _e, props = __rest(_a, ["vertical", "controls", "stepDistance", "snapAlign", "scrollBar", "children", "overrides"]);
|
|
40
40
|
var theme = useTheme();
|
|
@@ -81,7 +81,7 @@ var ThemelessScroll = React.forwardRef(function (_a, ref) {
|
|
|
81
81
|
var controlsEnabled = Boolean(controls && (controls === 'hover' || controls === 'static'));
|
|
82
82
|
var iconSize = 'small';
|
|
83
83
|
return (React.createElement(StyledScrollNav, { controlsVariant: controls, showStartShadow: canScrollStart, showEndShadow: canScrollEnd, vertical: vertical, overrides: overrides },
|
|
84
|
-
React.createElement(StyledScrollContainer, __assign({ tabIndex: 0 }, props, { vertical: vertical,
|
|
84
|
+
React.createElement(StyledScrollContainer, __assign({ tabIndex: 0 }, props, { vertical: vertical, snapAlign: snapAlign, scrollBar: scrollBar, ref: composeRefs(scrollContainerRef, ref), "data-testid": "scroll-container", onScroll: debounceCheckForScrollPosition, controlsEnabled: controlsEnabled }), snapAlign ? (React.createElement(ScrollSnapAlignmentContextProvider, { value: snapAlign }, children)) : (children)),
|
|
85
85
|
controlsEnabled && (React.createElement(React.Fragment, null,
|
|
86
86
|
canScrollEnd && (React.createElement(StyledScrollButtonContainer, { className: "nk-scroll-controls", vertical: vertical, position: "end", overrides: overrides },
|
|
87
87
|
React.createElement(IconButton, { "aria-label": "Scroll ".concat(vertical ? 'bottom' : 'right'), overrides: buttonOverrides, tabIndex: -1, "data-testid": "scroll-arrow-".concat(vertical ? 'bottom' : 'right'), onClick: function () { return scrollContainer(stepDistance); }, size: iconSize },
|
package/esm/scroll/scroll.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scroll.js","sourceRoot":"","sources":["../../../src/scroll/scroll.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,EAAC,MAAM,EAAE,QAAQ,EAAC,MAAM,OAAO,CAAC;AAC9C,OAAO,WAAW,MAAM,4BAA4B,CAAC;AACrD,OAAO,EAAC,QAAQ,EAAC,MAAM,UAAU,CAAC;AAClC,OAAO,EAAC,qBAAqB,EAAE,sBAAsB,EAAC,MAAM,UAAU,CAAC;AAEvE,OAAO,EACL,qBAAqB,EACrB,2BAA2B,EAC3B,eAAe,GAChB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAC,kCAAkC,EAAC,MAAM,WAAW,CAAC;AAC7D,OAAO,EAAC,wBAAwB,EAAC,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAC,QAAQ,EAAC,MAAM,UAAU,CAAC;AAClC,OAAO,EAAC,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAE1C,OAAO,EAAC,GAAG,EAAC,MAAM,cAAc,CAAC;AACjC,OAAO,EAAC,yBAAyB,EAAC,MAAM,gBAAgB,CAAC;AACzD,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,YAAY,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"scroll.js","sourceRoot":"","sources":["../../../src/scroll/scroll.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/scroll/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/scroll/utils.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,gBAAgB,GAAG,IAAI,CAAC"}
|
package/esm/select/select.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SelectProps } from './types';
|
|
3
|
-
export declare const Select:
|
|
3
|
+
export declare const Select: import("../utils/with-own-theme").NewsKitReactComponents<SelectProps & React.RefAttributes<HTMLInputElement>>;
|
|
4
4
|
//# sourceMappingURL=select.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/select/select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAGtE,OAAO,EAAC,WAAW,EAAoB,MAAM,SAAS,CAAC;AAwPvD,eAAO,MAAM,MAAM,+
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/select/select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAGtE,OAAO,EAAC,WAAW,EAAoB,MAAM,SAAS,CAAC;AAwPvD,eAAO,MAAM,MAAM,+GAKlB,CAAC"}
|
|
@@ -16,5 +16,5 @@ export interface ShareBarProps extends React.HTMLAttributes<HTMLElement> {
|
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
}
|
|
19
|
-
export declare const ShareBar:
|
|
19
|
+
export declare const ShareBar: import("../utils/with-own-theme").NewsKitReactComponents<ShareBarProps>;
|
|
20
20
|
//# sourceMappingURL=share-bar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"share-bar.d.ts","sourceRoot":"","sources":["../../../src/share-bar/share-bar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAOL,EAAE,EACH,MAAM,gBAAgB,CAAC;AAOxB,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC;IACtE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE;QACV,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,KAAK,CAAC,EAAE;YACN,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YAC9B,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YACzB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YACzB,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SACzB,CAAC;QACF,KAAK,CAAC,EAAE;YACN,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SAC1B,CAAC;KACH,CAAC;CACH;AAiED,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"share-bar.d.ts","sourceRoot":"","sources":["../../../src/share-bar/share-bar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAOL,EAAE,EACH,MAAM,gBAAgB,CAAC;AAOxB,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC;IACtE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE;QACV,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,KAAK,CAAC,EAAE;YACN,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YAC9B,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YACzB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YACzB,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SACzB,CAAC;QACF,KAAK,CAAC,EAAE;YACN,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SAC1B,CAAC;KACH,CAAC;CACH;AAiED,eAAO,MAAM,QAAQ,yEAEnB,CAAC"}
|
package/esm/slider/slider.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../src/slider/slider.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../src/slider/slider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAC,WAAW,EAAgB,MAAM,SAAS,CAAC;AA2NnD,eAAO,MAAM,MAAM,uEAA0D,CAAC"}
|
package/esm/slider/slider.js
CHANGED
|
@@ -42,7 +42,7 @@ var ThemelessSlider = function (_a) {
|
|
|
42
42
|
var renderTrackFn = renderTrack ||
|
|
43
43
|
(function (_a) {
|
|
44
44
|
var p = _a.props, children = _a.children, isDragged = _a.isDragged;
|
|
45
|
-
return (React.createElement(StyledTrack, __assign({}, p, { values: values, dragged: isDragged, disabled: disabled, vertical: vertical,
|
|
45
|
+
return (React.createElement(StyledTrack, __assign({}, p, { values: values, dragged: isDragged, disabled: disabled, vertical: vertical, labelPosition: labelPosition, style: getTrackBackgroundStyle(theme, sliderTrackStylePreset, sliderIndicatorStylePreset, values, min, max, vertical), "data-testid": "".concat(dataTestId, "-track"), onMouseDown: p.onMouseDown, onTouchStart: p.onTouchStart, onKeyDown: function (e) {
|
|
46
46
|
var spaceKeyCode = 32;
|
|
47
47
|
if (e.keyCode === spaceKeyCode)
|
|
48
48
|
e.preventDefault();
|
|
@@ -52,7 +52,7 @@ var ThemelessSlider = function (_a) {
|
|
|
52
52
|
var renderThumbFn = renderThumb ||
|
|
53
53
|
(function (_a) {
|
|
54
54
|
var p = _a.props, index = _a.index, isDragged = _a.isDragged;
|
|
55
|
-
return (React.createElement(StyledThumb, __assign({}, p, { disabled: disabled, "aria-label": ariaLabel, "aria-valuetext": ariaValueText, "aria-describedby": ariaDescribedBy, values: values, dragged: isDragged, "data-testid": "".concat(dataTestId, "-thumb"), overrides: overrides }),
|
|
55
|
+
return (React.createElement(StyledThumb, __assign({}, p, { disabled: disabled, "aria-label": ariaLabel, "aria-orientation": vertical ? 'vertical' : 'horizontal', "aria-valuetext": ariaValueText, "aria-describedby": ariaDescribedBy, values: values, dragged: isDragged, "data-testid": "".concat(dataTestId, "-thumb"), overrides: overrides }),
|
|
56
56
|
ThumbIcon && React.createElement(ThumbIcon, null),
|
|
57
57
|
React.createElement(ThumbLabelWrapper, { values: values, index: index, dragged: isDragged, thumbLabel: thumbLabel, vertical: vertical, overrides: overrides })));
|
|
58
58
|
});
|
package/esm/slider/slider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slider.js","sourceRoot":"","sources":["../../../src/slider/slider.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,KAAK,EAAE,SAAS,EAAC,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAc,aAAa,EAAC,MAAM,SAAS,CAAC;AACnD,OAAO,EAAC,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAC,MAAM,UAAU,CAAC;AACxD,OAAO,EACL,cAAc,EACd,WAAW,EACX,WAAW,EACX,iBAAiB,EACjB,cAAc,GACf,MAAM,UAAU,CAAC;AAClB,OAAO,EAAC,iBAAiB,EAAC,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAE,uBAAuB,EAAC,MAAM,SAAS,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,UAAU,CAAC;AAClC,OAAO,EAAC,QAAQ,EAAC,MAAM,oBAAoB,CAAC;AAC5C,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,YAAY,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AAErD,IAAM,YAAY,GAAG;;QAGjB,GAAC,aAAa,CAAC,MAAM,IAAG,IAAI,CAAC,gBAAgB;QAC7C,GAAC,aAAa,CAAC,KAAK,IAAG,IAAI,CAAC,aAAa;QACzC,GAAC,aAAa,CAAC,MAAM,IAAG,SAAS;;;QAIjC,GAAC,aAAa,CAAC,MAAM,IAAG,IAAI,CAAC,aAAa;QAC1C,GAAC,aAAa,CAAC,KAAK,IAAG,IAAI,CAAC,YAAY;QACxC,GAAC,aAAa,CAAC,MAAM,IAAG,SAAS;;CAEpC,CAAC;AAEF,IAAM,eAAe,GAA0B,UAAC,EAsB/C;QArBC,GAAG,SAAA,EACH,GAAG,SAAA,EACH,YAAQ,EAAR,IAAI,mBAAG,CAAC,KAAA,EACR,QAAQ,cAAA,EACR,aAAa,mBAAA,EACb,SAAS,eAAA,EACT,QAAQ,cAAA,EACR,MAAM,YAAA,EACN,QAAQ,cAAA,EACR,iBAAoB,EAApB,SAAS,mBAAG,QAAQ,KAAA,EACpB,aAAa,mBAAA,EACb,eAAe,qBAAA,EACf,QAAQ,cAAA,EACR,QAAQ,cAAA,EACR,qBAAoC,EAApC,aAAa,mBAAG,aAAa,CAAC,MAAM,KAAA,EACpC,UAAU,gBAAA,EACC,SAAS,eAAA,EACpB,kBAAqB,EAArB,UAAU,mBAAG,QAAQ,KAAA,EACrB,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA,EACd,WAAW,iBAAA,EACX,WAAW,iBAAA;IAEX,IAAM,KAAK,GAAG,QAAQ,EAAE,CAAC;IACzB,IAAM,sBAAsB,GAAG,QAAQ,CACrC,EAAC,KAAK,OAAA,EAAE,SAAS,WAAA,EAAC,EAClB,cAAc,EACd,OAAO,EACP,aAAa,CACd,CAAC;IACF,IAAM,0BAA0B,GAAG,QAAQ,CACzC,EAAC,KAAK,OAAA,EAAE,SAAS,WAAA,EAAC,EAClB,kBAAkB,EAClB,WAAW,EACX,aAAa,CACd,CAAC;IAEF,IAAM,aAAa,GACjB,WAAW;QACX,CAAC,UAAC,EAA+B;gBAAvB,CAAC,WAAA,EAAE,QAAQ,cAAA,EAAE,SAAS,eAAA;YAAM,OAAA,CACpC,oBAAC,WAAW,eACN,CAAC,IACL,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,SAAS,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,
|
|
1
|
+
{"version":3,"file":"slider.js","sourceRoot":"","sources":["../../../src/slider/slider.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { StandfirstProps } from './types';
|
|
3
|
-
export declare const Standfirst:
|
|
2
|
+
export declare const Standfirst: import("../utils/with-own-theme").NewsKitReactComponents<StandfirstProps>;
|
|
4
3
|
//# sourceMappingURL=standfirst.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"standfirst.d.ts","sourceRoot":"","sources":["../../../src/standfirst/standfirst.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"standfirst.d.ts","sourceRoot":"","sources":["../../../src/standfirst/standfirst.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAC,eAAe,EAAC,MAAM,SAAS,CAAC;AAyBxC,eAAO,MAAM,UAAU,2EAErB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { StructuredListItemProps } from './types';
|
|
3
|
-
export declare const StructuredListItem:
|
|
3
|
+
export declare const StructuredListItem: import("../utils/with-own-theme").NewsKitReactComponents<StructuredListItemProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
4
4
|
//# sourceMappingURL=structured-list-item.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"structured-list-item.d.ts","sourceRoot":"","sources":["../../../src/structured-list/structured-list-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA0B,uBAAuB,EAAC,MAAM,SAAS,CAAC;AA6JzE,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"structured-list-item.d.ts","sourceRoot":"","sources":["../../../src/structured-list/structured-list-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA0B,uBAAuB,EAAC,MAAM,SAAS,CAAC;AA6JzE,eAAO,MAAM,kBAAkB,4HAG7B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { StructuredListCellProps, StructuredListProps } from './types';
|
|
3
3
|
export declare const StructuredListCell: React.FC<StructuredListCellProps>;
|
|
4
|
-
export declare const StructuredList:
|
|
4
|
+
export declare const StructuredList: import("../utils/with-own-theme").NewsKitReactComponents<StructuredListProps>;
|
|
5
5
|
//# sourceMappingURL=structured-list.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"structured-list.d.ts","sourceRoot":"","sources":["../../../src/structured-list/structured-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,uBAAuB,EAEvB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAOjB,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAQhE,CAAC;AAiCF,eAAO,MAAM,cAAc,+
|
|
1
|
+
{"version":3,"file":"structured-list.d.ts","sourceRoot":"","sources":["../../../src/structured-list/structured-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,uBAAuB,EAEvB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAOjB,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAQhE,CAAC;AAiCF,eAAO,MAAM,cAAc,+EAGzB,CAAC"}
|
package/esm/tabs/tabs.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TabProps, TabsProps } from './types';
|
|
3
3
|
export declare const Tab: React.FC<TabProps>;
|
|
4
|
-
export declare const Tabs:
|
|
4
|
+
export declare const Tabs: import("../utils/with-own-theme").NewsKitReactComponents<TabsProps>;
|
|
5
5
|
//# sourceMappingURL=tabs.d.ts.map
|
package/esm/tabs/tabs.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/tabs/tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,EACL,QAAQ,EACR,SAAS,EAKV,MAAM,SAAS,CAAC;AAoCjB,eAAO,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAe,CAAC;AAiVnD,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/tabs/tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,EACL,QAAQ,EACR,SAAS,EAKV,MAAM,SAAS,CAAC;AAoCjB,eAAO,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAe,CAAC;AAiVnD,eAAO,MAAM,IAAI,qEAAwD,CAAC"}
|
package/esm/tag/tag.d.ts
CHANGED
package/esm/tag/tag.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../src/tag/tag.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../src/tag/tag.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,QAAQ,EAAU,MAAM,SAAS,CAAC;AAmC1C,eAAO,MAAM,GAAG,oEAAuD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TextFieldProps } from './types';
|
|
3
|
-
export declare const TextField:
|
|
3
|
+
export declare const TextField: import("../utils/with-own-theme").NewsKitReactComponents<TextFieldProps & React.RefAttributes<HTMLInputElement>>;
|
|
4
4
|
//# sourceMappingURL=text-field.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-field.d.ts","sourceRoot":"","sources":["../../../src/text-field/text-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,cAAc,EAAgB,MAAM,SAAS,CAAC;AAoGtD,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"text-field.d.ts","sourceRoot":"","sources":["../../../src/text-field/text-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,cAAc,EAAgB,MAAM,SAAS,CAAC;AAoGtD,eAAO,MAAM,SAAS,kHAEpB,CAAC"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TextInputProps } from './types';
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This component has been deprecated and will be removed in a future release, use TextField instead
|
|
5
|
+
*/
|
|
6
|
+
export declare const TextInput: import("../utils/with-own-theme").NewsKitReactComponents<TextInputProps & React.RefAttributes<HTMLInputElement>>;
|
|
4
7
|
//# sourceMappingURL=text-input.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-input.d.ts","sourceRoot":"","sources":["../../../src/text-input/text-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAO,EAAC,cAAc,EAAgB,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"text-input.d.ts","sourceRoot":"","sources":["../../../src/text-input/text-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAO,EAAC,cAAc,EAAgB,MAAM,SAAS,CAAC;AAiNtD;;GAEG;AACH,eAAO,MAAM,SAAS,kHAGpB,CAAC"}
|
|
@@ -33,9 +33,6 @@ import { IconFilledCheckCircle, IconFilledError } from '../icons';
|
|
|
33
33
|
import defaults from './defaults';
|
|
34
34
|
import stylePresets from './style-presets';
|
|
35
35
|
import { withOwnTheme } from '../utils/with-own-theme';
|
|
36
|
-
/**
|
|
37
|
-
* @deprecated This component has been deprecated and will be removed in a future release, use TextField instead
|
|
38
|
-
*/
|
|
39
36
|
var ThemelessTextInput = React.forwardRef(function (_a, ref) {
|
|
40
37
|
var _b, _c;
|
|
41
38
|
var _d = _a.overrides, overrides = _d === void 0 ? {} : _d, _e = _a.size, size = _e === void 0 ? TextInputSize.Medium : _e, label = _a.label, disabled = _a.disabled, icon = _a.icon, _f = _a.hideLabel, hideLabel = _f === void 0 ? false : _f, ariaLabel = _a.ariaLabel, placeholder = _a.placeholder, assistiveText = _a.assistiveText, rules = _a.rules, name = _a.name, _g = _a.spellCheck, spellCheck = _g === void 0 ? false : _g, props = __rest(_a, ["overrides", "size", "label", "disabled", "icon", "hideLabel", "ariaLabel", "placeholder", "assistiveText", "rules", "name", "spellCheck"]);
|
|
@@ -67,14 +64,14 @@ var ThemelessTextInput = React.forwardRef(function (_a, ref) {
|
|
|
67
64
|
if (onBlur) {
|
|
68
65
|
onBlur(e);
|
|
69
66
|
}
|
|
70
|
-
//
|
|
67
|
+
// custom onBlur function
|
|
71
68
|
if (validationMode === 'onBlur' &&
|
|
72
69
|
!hadError &&
|
|
73
70
|
name &&
|
|
74
71
|
(errorText || e.target.value)) {
|
|
75
72
|
var updateForFieldsHadError = {};
|
|
76
73
|
updateForFieldsHadError[name] = { hadError: true };
|
|
77
|
-
setFieldsHadError(updateForFieldsHadError);
|
|
74
|
+
setFieldsHadError(__assign(__assign({}, fieldsHadError), updateForFieldsHadError));
|
|
78
75
|
}
|
|
79
76
|
// onBlur function passed in the props
|
|
80
77
|
if (props.onBlur) {
|
|
@@ -107,6 +104,9 @@ var ThemelessTextInput = React.forwardRef(function (_a, ref) {
|
|
|
107
104
|
React.createElement(StyledAssistiveTextContainer, { "$size": size, overrides: overrides }, (assistiveText || errorText) && !valid && (React.createElement(StyledAssistiveText, { "$size": size, id: assistiveTextId, disabled: disabled, overrides: overrides, invalid: !!errorText, valid: valid, role: errorText && 'alert', "aria-live": errorText && 'polite' }, errorText || assistiveText)))));
|
|
108
105
|
});
|
|
109
106
|
ThemelessTextInput.displayName = 'TextInput';
|
|
107
|
+
/**
|
|
108
|
+
* @deprecated This component has been deprecated and will be removed in a future release, use TextField instead
|
|
109
|
+
*/
|
|
110
110
|
export var TextInput = withOwnTheme(ThemelessTextInput)({
|
|
111
111
|
defaults: defaults,
|
|
112
112
|
stylePresets: stylePresets,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-input.js","sourceRoot":"","sources":["../../../src/text-input/text-input.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,EAAC,SAAS,EAAE,UAAU,EAAC,MAAM,OAAO,CAAC;AACnD,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,WAAW,MAAM,4BAA4B,CAAC;AACrD,OAAO,EAAiB,aAAa,EAAC,MAAM,SAAS,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAC,qBAAqB,EAAC,MAAM,iBAAiB,CAAC;AAEtD,OAAO,EACL,wBAAwB,EACxB,WAAW,EACX,mBAAmB,EACnB,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,4BAA4B,GAC7B,MAAM,UAAU,CAAC;AAClB,OAAO,EAAC,QAAQ,EAAC,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAC,QAAQ,EAAC,MAAM,UAAU,CAAC;AAClC,OAAO,EAAC,qBAAqB,EAAE,eAAe,EAAC,MAAM,UAAU,CAAC;AAEhE,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,YAAY,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AAErD
|
|
1
|
+
{"version":3,"file":"text-input.js","sourceRoot":"","sources":["../../../src/text-input/text-input.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scenarios.d.ts","sourceRoot":"","sources":["../../../src/theme-checker/scenarios.tsx"],"names":[],"mappings":";AA8BA,OAAO,EAAW,EAAE,EAAC,MAAM,UAAU,CAAC;AAqDtC,OAAO,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"scenarios.d.ts","sourceRoot":"","sources":["../../../src/theme-checker/scenarios.tsx"],"names":[],"mappings":";AA8BA,OAAO,EAAW,EAAE,EAAC,MAAM,UAAU,CAAC;AAqDtC,OAAO,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAgBrD,eAAO,MAAM,cAAc,EAAE;IAC3B,MAAM;IACN;QAAC,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,aAAa,CAAA;KAAC;CAC3C,EASA,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE;IAC9B,MAAM;IACN;QAAC,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,eAAe,CAAA;KAAC;CAC7C,EASA,CAAC;AAEF,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,CAAC,EAAC,WAAW,EAAC,EAAE;QAAC,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAA;KAAC,KAAK,GAAG,CAAC,OAAO,CAAC;CACvE;AA4HD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,aAAa,CA0tC1C,CAAC"}
|
|
@@ -104,6 +104,9 @@ import { StructuredList, StructuredListCell, StructuredListItem, } from '../stru
|
|
|
104
104
|
import { Cell, Grid } from '../grid';
|
|
105
105
|
import { Label } from '../label';
|
|
106
106
|
import { RadioButton } from '../radio-button';
|
|
107
|
+
import { AudioPlayerComposable, AudioPlayerPlayPauseButton, AudioPlayerSkipPreviousButton, AudioPlayerSkipNextButton, AudioPlayerSeekBar, AudioPlayerTimeDisplay, AudioPlayerReplayButton, AudioPlayerForwardButton, } from '../audio-player-composable/index';
|
|
108
|
+
import { calculateTime } from '../audio-player-composable/components/time-display/utils';
|
|
109
|
+
import { GridLayout } from '../grid-layout';
|
|
107
110
|
export var checkboxStates = [
|
|
108
111
|
['default', {}],
|
|
109
112
|
['checked', { checked: true }],
|
|
@@ -186,6 +189,7 @@ var flagPresets = [
|
|
|
186
189
|
'Inverse',
|
|
187
190
|
];
|
|
188
191
|
var flagKinds = ['Solid', 'Minimal'];
|
|
192
|
+
var fullAudioPlayerAreas = "\n seekBar seekBar seekBar \n currentTime none totalTime \n volume controls link\n ";
|
|
189
193
|
/* istanbul ignore next */
|
|
190
194
|
var sleep = function (ms) { return new Promise(function (resolve) { return setTimeout(resolve, ms); }); };
|
|
191
195
|
/* istanbul ignore next */
|
|
@@ -234,6 +238,34 @@ export var scenarios = [
|
|
|
234
238
|
React.createElement(AudioPlayerContainer, null,
|
|
235
239
|
React.createElement(AudioPlayer, { src: "https://radio.talkradio.co.uk/stream", title: "The Breakfast Show with Giles Coren", live: true, captionSrc: "captions.vtt", ariaLandmark: "audio player live" }))))); },
|
|
236
240
|
},
|
|
241
|
+
{
|
|
242
|
+
name: 'Audio Player Composable',
|
|
243
|
+
component: function () { return (React.createElement(React.Fragment, null,
|
|
244
|
+
React.createElement(React.Fragment, null,
|
|
245
|
+
React.createElement(AudioPlayerComposable, { src: "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3", ariaLandmark: "audio player skip buttons" },
|
|
246
|
+
React.createElement(GridLayout, { rowGap: "20px", areas: fullAudioPlayerAreas }, function (Areas) { return (React.createElement(React.Fragment, null,
|
|
247
|
+
React.createElement(Areas.SeekBar, null,
|
|
248
|
+
React.createElement(AudioPlayerSeekBar, null)),
|
|
249
|
+
React.createElement(Areas.CurrentTime, null,
|
|
250
|
+
React.createElement(AudioPlayerTimeDisplay, { format: function (_a) {
|
|
251
|
+
var currentTime = _a.currentTime;
|
|
252
|
+
return calculateTime(currentTime);
|
|
253
|
+
} })),
|
|
254
|
+
React.createElement(Areas.TotalTime, { justifySelf: "end" },
|
|
255
|
+
React.createElement(AudioPlayerTimeDisplay, { format: function (_a) {
|
|
256
|
+
var duration = _a.duration;
|
|
257
|
+
return calculateTime(duration);
|
|
258
|
+
} })),
|
|
259
|
+
React.createElement(Areas.Volume, { alignSelf: "center", justifySelf: "start" }, "Not yet"),
|
|
260
|
+
React.createElement(Areas.Link, { alignSelf: "center", justifySelf: "end" }, "Not yet"),
|
|
261
|
+
React.createElement(Areas.Controls, null,
|
|
262
|
+
React.createElement(GridLayout, { columns: "repeat(5, auto)", columnGap: "20px", justifyContent: "center", alignItems: "center" },
|
|
263
|
+
React.createElement(AudioPlayerSkipPreviousButton, null),
|
|
264
|
+
React.createElement(AudioPlayerReplayButton, null),
|
|
265
|
+
React.createElement(AudioPlayerPlayPauseButton, null),
|
|
266
|
+
React.createElement(AudioPlayerForwardButton, null),
|
|
267
|
+
React.createElement(AudioPlayerSkipNextButton, null))))); }))))); },
|
|
268
|
+
},
|
|
237
269
|
{
|
|
238
270
|
name: 'Banner',
|
|
239
271
|
component: function (_a) {
|