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
|
@@ -75,7 +75,27 @@ var getMergedTransitionPresets = function (token, theme) {
|
|
|
75
75
|
}, {});
|
|
76
76
|
return mergedTransitionPresets;
|
|
77
77
|
};
|
|
78
|
+
var setDurationZero = function (transitionPreset) {
|
|
79
|
+
var presetWithoutDuration = {};
|
|
80
|
+
Object.keys(transitionPreset).map(function (key) {
|
|
81
|
+
var stateObj = transitionPreset[key];
|
|
82
|
+
presetWithoutDuration[key] = __assign({}, stateObj);
|
|
83
|
+
if ('transitionDuration' in presetWithoutDuration[key]) {
|
|
84
|
+
presetWithoutDuration[key].transitionDuration = '0ms';
|
|
85
|
+
}
|
|
86
|
+
return presetWithoutDuration;
|
|
87
|
+
});
|
|
88
|
+
return presetWithoutDuration;
|
|
89
|
+
};
|
|
90
|
+
var NO_PREFERENCE = '(prefers-reduced-motion: no-preference)';
|
|
91
|
+
var REDUCED = '(prefers-reduced-motion: reduce)';
|
|
92
|
+
var NO_PREFERENCE_MQ = "@media screen and ".concat(NO_PREFERENCE);
|
|
93
|
+
var REDUCED_MQ = "@media screen and ".concat(REDUCED);
|
|
94
|
+
var combineMediaQuery = function (layoutMQ, motionMQ) {
|
|
95
|
+
return "".concat(layoutMQ, " and ").concat(motionMQ);
|
|
96
|
+
};
|
|
78
97
|
export var getTransitionPresetFromTheme = function (token, componentClassName) { return function (props) {
|
|
98
|
+
var _a, _b;
|
|
79
99
|
/* istanbul ignore if */
|
|
80
100
|
if (!token)
|
|
81
101
|
return '';
|
|
@@ -86,27 +106,39 @@ export var getTransitionPresetFromTheme = function (token, componentClassName) {
|
|
|
86
106
|
var mediaQuery = getMediaQueryFromTheme(key, nextKey)({
|
|
87
107
|
theme: props.theme,
|
|
88
108
|
});
|
|
109
|
+
var mediaQueryReduced = combineMediaQuery(mediaQuery, REDUCED);
|
|
110
|
+
var mediaQueryNoPreference = combineMediaQuery(mediaQuery, NO_PREFERENCE);
|
|
89
111
|
if (Array.isArray(transitionPresetToken)) {
|
|
90
112
|
var mergedTransitionPresets = getMergedTransitionPresets(transitionPresetToken, props.theme);
|
|
91
|
-
acc[
|
|
113
|
+
acc[mediaQueryNoPreference] = getTransitionPresetValueFromTheme(mergedTransitionPresets, componentClassName);
|
|
114
|
+
acc[mediaQueryReduced] = getTransitionPresetValueFromTheme(setDurationZero(mergedTransitionPresets), componentClassName);
|
|
92
115
|
}
|
|
93
116
|
else {
|
|
94
117
|
var transitionPreset_1 = unifyTransition(props.theme, transitionPresetToken);
|
|
95
|
-
acc[
|
|
118
|
+
acc[mediaQueryNoPreference] = getTransitionPresetValueFromTheme(transitionPreset_1, componentClassName);
|
|
119
|
+
acc[mediaQueryReduced] = getTransitionPresetValueFromTheme(setDurationZero(transitionPreset_1), componentClassName);
|
|
96
120
|
}
|
|
97
121
|
return acc;
|
|
98
122
|
}, {});
|
|
99
123
|
}
|
|
100
124
|
if (Array.isArray(token)) {
|
|
101
125
|
var mergedTransitionPresets = getMergedTransitionPresets(token, props.theme);
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
126
|
+
if (Object.keys(mergedTransitionPresets).length) {
|
|
127
|
+
return _a = {},
|
|
128
|
+
_a[NO_PREFERENCE_MQ] = getTransitionPresetValueFromTheme(mergedTransitionPresets, componentClassName),
|
|
129
|
+
_a[REDUCED_MQ] = getTransitionPresetValueFromTheme(setDurationZero(mergedTransitionPresets), componentClassName),
|
|
130
|
+
_a;
|
|
131
|
+
}
|
|
132
|
+
return '';
|
|
105
133
|
}
|
|
106
134
|
var transitionPreset = unifyTransition(props.theme, token);
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
135
|
+
if (transitionPreset) {
|
|
136
|
+
return _b = {},
|
|
137
|
+
_b[NO_PREFERENCE_MQ] = getTransitionPresetValueFromTheme(transitionPreset, componentClassName),
|
|
138
|
+
_b[REDUCED_MQ] = getTransitionPresetValueFromTheme(setDurationZero(transitionPreset), componentClassName),
|
|
139
|
+
_b;
|
|
140
|
+
}
|
|
141
|
+
return '';
|
|
110
142
|
}; };
|
|
111
143
|
var getDefaultedValue = function (getPresetFromThemeUtil, presetType) { return function (defaultPath, overridePath, componentClassName) {
|
|
112
144
|
if (overridePath === void 0) { overridePath = ''; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transition-preset.js","sourceRoot":"","sources":["../../../../src/utils/style/transition-preset.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"transition-preset.js","sourceRoot":"","sources":["../../../../src/utils/style/transition-preset.ts"],"names":[],"mappings":"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"}
|
package/esm/utils/types.d.ts
CHANGED
package/esm/utils/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/utils/types.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,MAAM,GACzC;KACG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACnC,GACD,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/utils/types.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,MAAM,GACzC;KACG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACnC,GACD,CAAC,CAAC;AAEN,oBAAY,QAAQ,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { StylePreset } from '../theme';
|
|
3
|
+
export declare type NewsKitReactComponents<T> = React.FC<T> & {
|
|
4
|
+
stylePresets?: Record<string, StylePreset>;
|
|
5
|
+
};
|
|
3
6
|
export declare const withOwnTheme: <P extends {}>(BaseComponent: React.ComponentType<P> | React.ForwardRefExoticComponent<P>) => ({ defaults, stylePresets, }: {
|
|
4
7
|
defaults: Record<string, Object>;
|
|
5
8
|
stylePresets?: Record<string, StylePreset> | undefined;
|
|
6
|
-
}) =>
|
|
9
|
+
}) => NewsKitReactComponents<P>;
|
|
7
10
|
//# sourceMappingURL=with-own-theme.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"with-own-theme.d.ts","sourceRoot":"","sources":["../../../src/utils/with-own-theme.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAe,WAAW,EAAuB,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"with-own-theme.d.ts","sourceRoot":"","sources":["../../../src/utils/with-own-theme.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAe,WAAW,EAAuB,MAAM,UAAU,CAAC;AAGzE,oBAAY,sBAAsB,CAAC,CAAC,IAAI,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG;IACpD,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;CAC5C,CAAC;AAgBF,eAAO,MAAM,YAAY;cAMb,OAAO,MAAM,EAAE,MAAM,CAAC;;+BAiBjC,CAAC"}
|
|
@@ -23,6 +23,8 @@ export var withOwnTheme = function (BaseComponent) { return function (_a) {
|
|
|
23
23
|
};
|
|
24
24
|
var WrappedComponent = React.forwardRef(function (props, ref) { return (React.createElement(ThemeProvider, { theme: componentTheme },
|
|
25
25
|
React.createElement(BaseComponent, __assign({ ref: ref }, props)))); });
|
|
26
|
-
|
|
26
|
+
var Component = WrappedComponent;
|
|
27
|
+
Component.stylePresets = stylePresets;
|
|
28
|
+
return Component;
|
|
27
29
|
}; };
|
|
28
30
|
//# sourceMappingURL=with-own-theme.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"with-own-theme.js","sourceRoot":"","sources":["../../../src/utils/with-own-theme.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,YAAY,EAAsB,aAAa,EAAC,MAAM,UAAU,CAAC;AACzE,OAAO,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"with-own-theme.js","sourceRoot":"","sources":["../../../src/utils/with-own-theme.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,YAAY,EAAsB,aAAa,EAAC,MAAM,UAAU,CAAC;AACzE,OAAO,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAMvC,IAAM,UAAU,GAAG,UACjB,KAAY,EACZ,QAAgC,EAChC,YAA0C;IAE1C,IAAM,QAAQ,GAAG,YAAY,uBACxB,KAAK,KACR,QAAQ,EAAE,KAAK,EACf,iBAAiB,EAAE,SAAS,CAAC,QAAQ,EAAE,KAAK,CAAC,iBAAiB,CAAC,EAC/D,YAAY,EAAE,SAAS,CAAC,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC,IACzD,CAAC;IACH,OAAO,QAAQ,CAAC;AAClB,CAAC,CAAC;AAEF,MAAM,CAAC,IAAM,YAAY,GAAG,UAC1B,aAA0E,IACvE,OAAA,UAAC,EAML;QALC,QAAQ,cAAA,EACR,YAAY,kBAAA;IAKZ,IAAM,cAAc,GAAG,UAAC,WAAkB;QACxC,OAAA,UAAU,CAAC,WAAW,EAAE,QAAQ,EAAE,YAAY,CAAC;IAA/C,CAA+C,CAAC;IAElD,IAAM,gBAAgB,GAAG,KAAK,CAAC,UAAU,CAAa,UAAC,KAAK,EAAE,GAAG,IAAK,OAAA,CACpE,oBAAC,aAAa,IAAC,KAAK,EAAE,cAAc;QAClC,oBAAC,aAAa,aAAC,GAAG,EAAE,GAAG,IAAM,KAAK,EAAI,CACxB,CACjB,EAJqE,CAIrE,CAAC,CAAC;IAEH,IAAM,SAAS,GAAI,gBAAyD,CAAC;IAE7E,SAAS,CAAC,YAAY,GAAG,YAAY,CAAC;IAEtC,OAAO,SAAS,CAAC;AACnB,CAAC,EArBI,CAqBJ,CAAC"}
|
package/esm/version-number.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { VideoPlayerProps } from './types';
|
|
3
|
-
export declare const VideoPlayer:
|
|
3
|
+
export declare const VideoPlayer: import("../utils/with-own-theme").NewsKitReactComponents<VideoPlayerProps & React.RefAttributes<HTMLVideoElement>>;
|
|
4
4
|
//# sourceMappingURL=video-player.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"video-player.d.ts","sourceRoot":"","sources":["../../../src/video-player/video-player.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAC;AAwDzC,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"video-player.d.ts","sourceRoot":"","sources":["../../../src/video-player/video-player.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAC;AAwDzC,eAAO,MAAM,WAAW,oHAGtB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { VolumeControlProps } from './types';
|
|
3
|
-
export declare const VolumeControl:
|
|
2
|
+
export declare const VolumeControl: import("../utils/with-own-theme").NewsKitReactComponents<VolumeControlProps>;
|
|
4
3
|
//# sourceMappingURL=volume-control.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volume-control.d.ts","sourceRoot":"","sources":["../../../src/volume-control/volume-control.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"volume-control.d.ts","sourceRoot":"","sources":["../../../src/volume-control/volume-control.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAwK3C,eAAO,MAAM,aAAa,8EAGxB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconFilledForward10 = void 0;
|
|
4
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
5
|
-
var Forward10_1 = require("@emotion-icons/material/Forward10");
|
|
6
|
-
var to_newskit_icon_1 = require("../../to-newskit-icon");
|
|
7
|
-
// The updated display name will be used to return the right icon in
|
|
8
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
9
|
-
Forward10_1.Forward10['displayName'] = "IconFilledForward10";
|
|
10
|
-
exports.IconFilledForward10 = (0, to_newskit_icon_1.toNewsKitIcon)(Forward10_1.Forward10);
|
|
11
|
-
//# sourceMappingURL=icon-filled-forward10.js.map
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconFilledForward30 = void 0;
|
|
4
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
5
|
-
var Forward30_1 = require("@emotion-icons/material/Forward30");
|
|
6
|
-
var to_newskit_icon_1 = require("../../to-newskit-icon");
|
|
7
|
-
// The updated display name will be used to return the right icon in
|
|
8
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
9
|
-
Forward30_1.Forward30['displayName'] = "IconFilledForward30";
|
|
10
|
-
exports.IconFilledForward30 = (0, to_newskit_icon_1.toNewsKitIcon)(Forward30_1.Forward30);
|
|
11
|
-
//# sourceMappingURL=icon-filled-forward30.js.map
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconFilledForward5 = void 0;
|
|
4
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
5
|
-
var Forward5_1 = require("@emotion-icons/material/Forward5");
|
|
6
|
-
var to_newskit_icon_1 = require("../../to-newskit-icon");
|
|
7
|
-
// The updated display name will be used to return the right icon in
|
|
8
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
9
|
-
Forward5_1.Forward5['displayName'] = "IconFilledForward5";
|
|
10
|
-
exports.IconFilledForward5 = (0, to_newskit_icon_1.toNewsKitIcon)(Forward5_1.Forward5);
|
|
11
|
-
//# sourceMappingURL=icon-filled-forward5.js.map
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconFilledReplay10 = void 0;
|
|
4
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
5
|
-
var Replay10_1 = require("@emotion-icons/material/Replay10");
|
|
6
|
-
var to_newskit_icon_1 = require("../../to-newskit-icon");
|
|
7
|
-
// The updated display name will be used to return the right icon in
|
|
8
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
9
|
-
Replay10_1.Replay10['displayName'] = "IconFilledReplay10";
|
|
10
|
-
exports.IconFilledReplay10 = (0, to_newskit_icon_1.toNewsKitIcon)(Replay10_1.Replay10);
|
|
11
|
-
//# sourceMappingURL=icon-filled-replay10.js.map
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconFilledReplay30 = void 0;
|
|
4
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
5
|
-
var Replay30_1 = require("@emotion-icons/material/Replay30");
|
|
6
|
-
var to_newskit_icon_1 = require("../../to-newskit-icon");
|
|
7
|
-
// The updated display name will be used to return the right icon in
|
|
8
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
9
|
-
Replay30_1.Replay30['displayName'] = "IconFilledReplay30";
|
|
10
|
-
exports.IconFilledReplay30 = (0, to_newskit_icon_1.toNewsKitIcon)(Replay30_1.Replay30);
|
|
11
|
-
//# sourceMappingURL=icon-filled-replay30.js.map
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconFilledReplay5 = void 0;
|
|
4
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
5
|
-
var Replay5_1 = require("@emotion-icons/material/Replay5");
|
|
6
|
-
var to_newskit_icon_1 = require("../../to-newskit-icon");
|
|
7
|
-
// The updated display name will be used to return the right icon in
|
|
8
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
9
|
-
Replay5_1.Replay5['displayName'] = "IconFilledReplay5";
|
|
10
|
-
exports.IconFilledReplay5 = (0, to_newskit_icon_1.toNewsKitIcon)(Replay5_1.Replay5);
|
|
11
|
-
//# sourceMappingURL=icon-filled-replay5.js.map
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconOutlinedForward10 = void 0;
|
|
4
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
5
|
-
var Forward10_1 = require("@emotion-icons/material-outlined/Forward10");
|
|
6
|
-
var to_newskit_icon_1 = require("../../to-newskit-icon");
|
|
7
|
-
// The updated display name will be used to return the right icon in
|
|
8
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
9
|
-
Forward10_1.Forward10['displayName'] = "IconOutlinedForward10";
|
|
10
|
-
exports.IconOutlinedForward10 = (0, to_newskit_icon_1.toNewsKitIcon)(Forward10_1.Forward10);
|
|
11
|
-
//# sourceMappingURL=icon-outlined-forward10.js.map
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconOutlinedForward30 = void 0;
|
|
4
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
5
|
-
var Forward30_1 = require("@emotion-icons/material-outlined/Forward30");
|
|
6
|
-
var to_newskit_icon_1 = require("../../to-newskit-icon");
|
|
7
|
-
// The updated display name will be used to return the right icon in
|
|
8
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
9
|
-
Forward30_1.Forward30['displayName'] = "IconOutlinedForward30";
|
|
10
|
-
exports.IconOutlinedForward30 = (0, to_newskit_icon_1.toNewsKitIcon)(Forward30_1.Forward30);
|
|
11
|
-
//# sourceMappingURL=icon-outlined-forward30.js.map
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconOutlinedForward5 = void 0;
|
|
4
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
5
|
-
var Forward5_1 = require("@emotion-icons/material-outlined/Forward5");
|
|
6
|
-
var to_newskit_icon_1 = require("../../to-newskit-icon");
|
|
7
|
-
// The updated display name will be used to return the right icon in
|
|
8
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
9
|
-
Forward5_1.Forward5['displayName'] = "IconOutlinedForward5";
|
|
10
|
-
exports.IconOutlinedForward5 = (0, to_newskit_icon_1.toNewsKitIcon)(Forward5_1.Forward5);
|
|
11
|
-
//# sourceMappingURL=icon-outlined-forward5.js.map
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconOutlinedReplay10 = void 0;
|
|
4
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
5
|
-
var Replay10_1 = require("@emotion-icons/material-outlined/Replay10");
|
|
6
|
-
var to_newskit_icon_1 = require("../../to-newskit-icon");
|
|
7
|
-
// The updated display name will be used to return the right icon in
|
|
8
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
9
|
-
Replay10_1.Replay10['displayName'] = "IconOutlinedReplay10";
|
|
10
|
-
exports.IconOutlinedReplay10 = (0, to_newskit_icon_1.toNewsKitIcon)(Replay10_1.Replay10);
|
|
11
|
-
//# sourceMappingURL=icon-outlined-replay10.js.map
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconOutlinedReplay30 = void 0;
|
|
4
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
5
|
-
var Replay30_1 = require("@emotion-icons/material-outlined/Replay30");
|
|
6
|
-
var to_newskit_icon_1 = require("../../to-newskit-icon");
|
|
7
|
-
// The updated display name will be used to return the right icon in
|
|
8
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
9
|
-
Replay30_1.Replay30['displayName'] = "IconOutlinedReplay30";
|
|
10
|
-
exports.IconOutlinedReplay30 = (0, to_newskit_icon_1.toNewsKitIcon)(Replay30_1.Replay30);
|
|
11
|
-
//# sourceMappingURL=icon-outlined-replay30.js.map
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconOutlinedReplay5 = void 0;
|
|
4
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
5
|
-
var Replay5_1 = require("@emotion-icons/material-outlined/Replay5");
|
|
6
|
-
var to_newskit_icon_1 = require("../../to-newskit-icon");
|
|
7
|
-
// The updated display name will be used to return the right icon in
|
|
8
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
9
|
-
Replay5_1.Replay5['displayName'] = "IconOutlinedReplay5";
|
|
10
|
-
exports.IconOutlinedReplay5 = (0, to_newskit_icon_1.toNewsKitIcon)(Replay5_1.Replay5);
|
|
11
|
-
//# sourceMappingURL=icon-outlined-replay5.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
2
|
-
import { Forward10 } from '@emotion-icons/material/Forward10';
|
|
3
|
-
import { toNewsKitIcon } from '../../to-newskit-icon';
|
|
4
|
-
// The updated display name will be used to return the right icon in
|
|
5
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
6
|
-
Forward10['displayName'] = "IconFilledForward10";
|
|
7
|
-
export var IconFilledForward10 = toNewsKitIcon(Forward10);
|
|
8
|
-
//# sourceMappingURL=icon-filled-forward10.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
2
|
-
import { Forward30 } from '@emotion-icons/material/Forward30';
|
|
3
|
-
import { toNewsKitIcon } from '../../to-newskit-icon';
|
|
4
|
-
// The updated display name will be used to return the right icon in
|
|
5
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
6
|
-
Forward30['displayName'] = "IconFilledForward30";
|
|
7
|
-
export var IconFilledForward30 = toNewsKitIcon(Forward30);
|
|
8
|
-
//# sourceMappingURL=icon-filled-forward30.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
2
|
-
import { Forward5 } from '@emotion-icons/material/Forward5';
|
|
3
|
-
import { toNewsKitIcon } from '../../to-newskit-icon';
|
|
4
|
-
// The updated display name will be used to return the right icon in
|
|
5
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
6
|
-
Forward5['displayName'] = "IconFilledForward5";
|
|
7
|
-
export var IconFilledForward5 = toNewsKitIcon(Forward5);
|
|
8
|
-
//# sourceMappingURL=icon-filled-forward5.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
2
|
-
import { Replay10 } from '@emotion-icons/material/Replay10';
|
|
3
|
-
import { toNewsKitIcon } from '../../to-newskit-icon';
|
|
4
|
-
// The updated display name will be used to return the right icon in
|
|
5
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
6
|
-
Replay10['displayName'] = "IconFilledReplay10";
|
|
7
|
-
export var IconFilledReplay10 = toNewsKitIcon(Replay10);
|
|
8
|
-
//# sourceMappingURL=icon-filled-replay10.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
2
|
-
import { Replay30 } from '@emotion-icons/material/Replay30';
|
|
3
|
-
import { toNewsKitIcon } from '../../to-newskit-icon';
|
|
4
|
-
// The updated display name will be used to return the right icon in
|
|
5
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
6
|
-
Replay30['displayName'] = "IconFilledReplay30";
|
|
7
|
-
export var IconFilledReplay30 = toNewsKitIcon(Replay30);
|
|
8
|
-
//# sourceMappingURL=icon-filled-replay30.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
2
|
-
import { Replay5 } from '@emotion-icons/material/Replay5';
|
|
3
|
-
import { toNewsKitIcon } from '../../to-newskit-icon';
|
|
4
|
-
// The updated display name will be used to return the right icon in
|
|
5
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
6
|
-
Replay5['displayName'] = "IconFilledReplay5";
|
|
7
|
-
export var IconFilledReplay5 = toNewsKitIcon(Replay5);
|
|
8
|
-
//# sourceMappingURL=icon-filled-replay5.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
2
|
-
import { Forward10 } from '@emotion-icons/material-outlined/Forward10';
|
|
3
|
-
import { toNewsKitIcon } from '../../to-newskit-icon';
|
|
4
|
-
// The updated display name will be used to return the right icon in
|
|
5
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
6
|
-
Forward10['displayName'] = "IconOutlinedForward10";
|
|
7
|
-
export var IconOutlinedForward10 = toNewsKitIcon(Forward10);
|
|
8
|
-
//# sourceMappingURL=icon-outlined-forward10.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
2
|
-
import { Forward30 } from '@emotion-icons/material-outlined/Forward30';
|
|
3
|
-
import { toNewsKitIcon } from '../../to-newskit-icon';
|
|
4
|
-
// The updated display name will be used to return the right icon in
|
|
5
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
6
|
-
Forward30['displayName'] = "IconOutlinedForward30";
|
|
7
|
-
export var IconOutlinedForward30 = toNewsKitIcon(Forward30);
|
|
8
|
-
//# sourceMappingURL=icon-outlined-forward30.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
2
|
-
import { Forward5 } from '@emotion-icons/material-outlined/Forward5';
|
|
3
|
-
import { toNewsKitIcon } from '../../to-newskit-icon';
|
|
4
|
-
// The updated display name will be used to return the right icon in
|
|
5
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
6
|
-
Forward5['displayName'] = "IconOutlinedForward5";
|
|
7
|
-
export var IconOutlinedForward5 = toNewsKitIcon(Forward5);
|
|
8
|
-
//# sourceMappingURL=icon-outlined-forward5.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
2
|
-
import { Replay10 } from '@emotion-icons/material-outlined/Replay10';
|
|
3
|
-
import { toNewsKitIcon } from '../../to-newskit-icon';
|
|
4
|
-
// The updated display name will be used to return the right icon in
|
|
5
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
6
|
-
Replay10['displayName'] = "IconOutlinedReplay10";
|
|
7
|
-
export var IconOutlinedReplay10 = toNewsKitIcon(Replay10);
|
|
8
|
-
//# sourceMappingURL=icon-outlined-replay10.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
2
|
-
import { Replay30 } from '@emotion-icons/material-outlined/Replay30';
|
|
3
|
-
import { toNewsKitIcon } from '../../to-newskit-icon';
|
|
4
|
-
// The updated display name will be used to return the right icon in
|
|
5
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
6
|
-
Replay30['displayName'] = "IconOutlinedReplay30";
|
|
7
|
-
export var IconOutlinedReplay30 = toNewsKitIcon(Replay30);
|
|
8
|
-
//# sourceMappingURL=icon-outlined-replay30.js.map
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
// This file is automatically generated do not modify it. See scripts/generate-icons/index.js
|
|
2
|
-
import { Replay5 } from '@emotion-icons/material-outlined/Replay5';
|
|
3
|
-
import { toNewsKitIcon } from '../../to-newskit-icon';
|
|
4
|
-
// The updated display name will be used to return the right icon in
|
|
5
|
-
// "to-newskit-icon.tsx", if it gets overridden
|
|
6
|
-
Replay5['displayName'] = "IconOutlinedReplay5";
|
|
7
|
-
export var IconOutlinedReplay5 = toNewsKitIcon(Replay5);
|
|
8
|
-
//# sourceMappingURL=icon-outlined-replay5.js.map
|