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.
Files changed (775) hide show
  1. package/cjs/assistive-text/assistive-text.d.ts +1 -2
  2. package/cjs/assistive-text/assistive-text.d.ts.map +1 -1
  3. package/cjs/audio-player/audio-player.d.ts +1 -2
  4. package/cjs/audio-player/audio-player.d.ts.map +1 -1
  5. package/cjs/audio-player-composable/audio-functions.d.ts +7 -6
  6. package/cjs/audio-player-composable/audio-functions.d.ts.map +1 -1
  7. package/cjs/audio-player-composable/audio-functions.js +13 -54
  8. package/cjs/audio-player-composable/audio-functions.js.map +1 -1
  9. package/cjs/audio-player-composable/audio-player-composable.d.ts +1 -1
  10. package/cjs/audio-player-composable/audio-player-composable.d.ts.map +1 -1
  11. package/cjs/audio-player-composable/audio-player-composable.js +116 -38
  12. package/cjs/audio-player-composable/audio-player-composable.js.map +1 -1
  13. package/cjs/audio-player-composable/components/audio-element.d.ts +3 -2
  14. package/cjs/audio-player-composable/components/audio-element.d.ts.map +1 -1
  15. package/cjs/audio-player-composable/components/audio-element.js +3 -5
  16. package/cjs/audio-player-composable/components/audio-element.js.map +1 -1
  17. package/cjs/audio-player-composable/components/forward-button/defaults.d.ts +7 -0
  18. package/cjs/audio-player-composable/components/forward-button/defaults.d.ts.map +1 -0
  19. package/cjs/audio-player-composable/components/forward-button/defaults.js +8 -0
  20. package/cjs/audio-player-composable/components/forward-button/defaults.js.map +1 -0
  21. package/cjs/audio-player-composable/components/forward-button/forward-button.d.ts +3 -0
  22. package/cjs/audio-player-composable/components/forward-button/forward-button.d.ts.map +1 -0
  23. package/cjs/audio-player-composable/components/forward-button/forward-button.js +39 -0
  24. package/cjs/audio-player-composable/components/forward-button/forward-button.js.map +1 -0
  25. package/cjs/audio-player-composable/components/forward-button/index.d.ts +3 -0
  26. package/cjs/audio-player-composable/components/forward-button/index.d.ts.map +1 -0
  27. package/cjs/audio-player-composable/components/forward-button/index.js +15 -0
  28. package/cjs/audio-player-composable/components/forward-button/index.js.map +1 -0
  29. package/cjs/audio-player-composable/components/forward-button/types.d.ts +5 -0
  30. package/cjs/audio-player-composable/components/forward-button/types.d.ts.map +1 -0
  31. package/cjs/audio-player-composable/components/forward-button/types.js +3 -0
  32. package/cjs/audio-player-composable/components/forward-button/types.js.map +1 -0
  33. package/cjs/audio-player-composable/components/play-pause-button/defaults.d.ts +7 -0
  34. package/cjs/audio-player-composable/components/play-pause-button/defaults.d.ts.map +1 -0
  35. package/cjs/audio-player-composable/components/play-pause-button/defaults.js +8 -0
  36. package/cjs/audio-player-composable/components/play-pause-button/defaults.js.map +1 -0
  37. package/cjs/audio-player-composable/components/play-pause-button/play-pause-button.d.ts +1 -3
  38. package/cjs/audio-player-composable/components/play-pause-button/play-pause-button.d.ts.map +1 -1
  39. package/cjs/audio-player-composable/components/play-pause-button/play-pause-button.js +48 -17
  40. package/cjs/audio-player-composable/components/play-pause-button/play-pause-button.js.map +1 -1
  41. package/cjs/audio-player-composable/components/play-pause-button/types.d.ts +2 -6
  42. package/cjs/audio-player-composable/components/play-pause-button/types.d.ts.map +1 -1
  43. package/cjs/audio-player-composable/components/replay-button/defaults.d.ts +7 -0
  44. package/cjs/audio-player-composable/components/replay-button/defaults.d.ts.map +1 -0
  45. package/cjs/audio-player-composable/components/replay-button/defaults.js +8 -0
  46. package/cjs/audio-player-composable/components/replay-button/defaults.js.map +1 -0
  47. package/cjs/audio-player-composable/components/replay-button/index.d.ts +3 -0
  48. package/cjs/audio-player-composable/components/replay-button/index.d.ts.map +1 -0
  49. package/cjs/audio-player-composable/components/replay-button/index.js +15 -0
  50. package/cjs/audio-player-composable/components/replay-button/index.js.map +1 -0
  51. package/cjs/audio-player-composable/components/replay-button/replay-button.d.ts +3 -0
  52. package/cjs/audio-player-composable/components/replay-button/replay-button.d.ts.map +1 -0
  53. package/cjs/audio-player-composable/components/replay-button/replay-button.js +39 -0
  54. package/cjs/audio-player-composable/components/replay-button/replay-button.js.map +1 -0
  55. package/cjs/audio-player-composable/components/replay-button/types.d.ts +5 -0
  56. package/cjs/audio-player-composable/components/replay-button/types.d.ts.map +1 -0
  57. package/cjs/audio-player-composable/components/replay-button/types.js +3 -0
  58. package/cjs/audio-player-composable/components/replay-button/types.js.map +1 -0
  59. package/cjs/audio-player-composable/components/seek-bar/seek-bar.d.ts +2 -3
  60. package/cjs/audio-player-composable/components/seek-bar/seek-bar.d.ts.map +1 -1
  61. package/cjs/audio-player-composable/components/seek-bar/seek-bar.js.map +1 -1
  62. package/cjs/audio-player-composable/components/seek-bar/types.d.ts +1 -1
  63. package/cjs/audio-player-composable/components/seek-bar/types.d.ts.map +1 -1
  64. package/cjs/audio-player-composable/components/skip-next-button/defaults.d.ts +7 -0
  65. package/cjs/audio-player-composable/components/skip-next-button/defaults.d.ts.map +1 -0
  66. package/cjs/audio-player-composable/components/skip-next-button/defaults.js +8 -0
  67. package/cjs/audio-player-composable/components/skip-next-button/defaults.js.map +1 -0
  68. package/cjs/audio-player-composable/components/skip-next-button/index.d.ts +3 -0
  69. package/cjs/audio-player-composable/components/skip-next-button/index.d.ts.map +1 -0
  70. package/cjs/audio-player-composable/components/skip-next-button/index.js +15 -0
  71. package/cjs/audio-player-composable/components/skip-next-button/index.js.map +1 -0
  72. package/cjs/audio-player-composable/components/skip-next-button/skip-next-button.d.ts +2 -0
  73. package/cjs/audio-player-composable/components/skip-next-button/skip-next-button.d.ts.map +1 -0
  74. package/cjs/audio-player-composable/components/skip-next-button/skip-next-button.js +37 -0
  75. package/cjs/audio-player-composable/components/skip-next-button/skip-next-button.js.map +1 -0
  76. package/cjs/audio-player-composable/components/skip-next-button/types.d.ts +3 -0
  77. package/cjs/audio-player-composable/components/skip-next-button/types.d.ts.map +1 -0
  78. package/cjs/audio-player-composable/components/skip-next-button/types.js +3 -0
  79. package/cjs/audio-player-composable/components/skip-next-button/types.js.map +1 -0
  80. package/cjs/audio-player-composable/components/skip-previous-button/defaults.d.ts +7 -0
  81. package/cjs/audio-player-composable/components/skip-previous-button/defaults.d.ts.map +1 -0
  82. package/cjs/audio-player-composable/components/skip-previous-button/defaults.js +8 -0
  83. package/cjs/audio-player-composable/components/skip-previous-button/defaults.js.map +1 -0
  84. package/cjs/audio-player-composable/components/skip-previous-button/index.d.ts +3 -0
  85. package/cjs/audio-player-composable/components/skip-previous-button/index.d.ts.map +1 -0
  86. package/cjs/audio-player-composable/components/skip-previous-button/index.js +15 -0
  87. package/cjs/audio-player-composable/components/skip-previous-button/index.js.map +1 -0
  88. package/cjs/audio-player-composable/components/skip-previous-button/skip-previous-button.d.ts +2 -0
  89. package/cjs/audio-player-composable/components/skip-previous-button/skip-previous-button.d.ts.map +1 -0
  90. package/cjs/audio-player-composable/components/skip-previous-button/skip-previous-button.js +37 -0
  91. package/cjs/audio-player-composable/components/skip-previous-button/skip-previous-button.js.map +1 -0
  92. package/cjs/audio-player-composable/components/skip-previous-button/types.d.ts +3 -0
  93. package/cjs/audio-player-composable/components/skip-previous-button/types.d.ts.map +1 -0
  94. package/cjs/audio-player-composable/components/skip-previous-button/types.js +3 -0
  95. package/cjs/audio-player-composable/components/skip-previous-button/types.js.map +1 -0
  96. package/cjs/audio-player-composable/components/time-display/time-display.d.ts +2 -4
  97. package/cjs/audio-player-composable/components/time-display/time-display.d.ts.map +1 -1
  98. package/cjs/audio-player-composable/components/time-display/time-display.js +26 -5
  99. package/cjs/audio-player-composable/components/time-display/time-display.js.map +1 -1
  100. package/cjs/audio-player-composable/components/time-display/types.d.ts +5 -4
  101. package/cjs/audio-player-composable/components/time-display/types.d.ts.map +1 -1
  102. package/cjs/audio-player-composable/components/time-display/utils.d.ts +2 -2
  103. package/cjs/audio-player-composable/components/time-display/utils.d.ts.map +1 -1
  104. package/cjs/audio-player-composable/components/time-display/utils.js +0 -1
  105. package/cjs/audio-player-composable/components/time-display/utils.js.map +1 -1
  106. package/cjs/audio-player-composable/components/types.d.ts +9 -0
  107. package/cjs/audio-player-composable/components/types.d.ts.map +1 -0
  108. package/cjs/audio-player-composable/components/types.js +3 -0
  109. package/cjs/audio-player-composable/components/types.js.map +1 -0
  110. package/cjs/audio-player-composable/context.d.ts +4 -46
  111. package/cjs/audio-player-composable/context.d.ts.map +1 -1
  112. package/cjs/audio-player-composable/context.js.map +1 -1
  113. package/cjs/audio-player-composable/index.d.ts +8 -6
  114. package/cjs/audio-player-composable/index.d.ts.map +1 -1
  115. package/cjs/audio-player-composable/index.js +10 -10
  116. package/cjs/audio-player-composable/index.js.map +1 -1
  117. package/cjs/audio-player-composable/types.d.ts +44 -13
  118. package/cjs/audio-player-composable/types.d.ts.map +1 -1
  119. package/cjs/audio-player-composable/types.js +1 -1
  120. package/cjs/audio-player-composable/types.js.map +1 -1
  121. package/cjs/audio-player-composable/utils.d.ts +10 -0
  122. package/cjs/audio-player-composable/utils.d.ts.map +1 -1
  123. package/cjs/audio-player-composable/utils.js +33 -1
  124. package/cjs/audio-player-composable/utils.js.map +1 -1
  125. package/cjs/banner/banner.d.ts +1 -2
  126. package/cjs/banner/banner.d.ts.map +1 -1
  127. package/cjs/button/button.d.ts +1 -1
  128. package/cjs/button/button.d.ts.map +1 -1
  129. package/cjs/byline/byline.d.ts +1 -2
  130. package/cjs/byline/byline.d.ts.map +1 -1
  131. package/cjs/caption/caption-inset.d.ts +1 -2
  132. package/cjs/caption/caption-inset.d.ts.map +1 -1
  133. package/cjs/caption/caption.d.ts +1 -2
  134. package/cjs/caption/caption.d.ts.map +1 -1
  135. package/cjs/card/card-inset.d.ts +1 -1
  136. package/cjs/card/card-inset.d.ts.map +1 -1
  137. package/cjs/card/card.d.ts +1 -1
  138. package/cjs/card/card.d.ts.map +1 -1
  139. package/cjs/checkbox/checkbox.d.ts +1 -1
  140. package/cjs/checkbox/checkbox.d.ts.map +1 -1
  141. package/cjs/date-time/date-time.d.ts +1 -2
  142. package/cjs/date-time/date-time.d.ts.map +1 -1
  143. package/cjs/dialog/base-dialog-tests.d.ts.map +1 -1
  144. package/cjs/dialog/base-dialog-tests.js +3 -1
  145. package/cjs/dialog/base-dialog-tests.js.map +1 -1
  146. package/cjs/dialog/types.d.ts +1 -1
  147. package/cjs/dialog/types.d.ts.map +1 -1
  148. package/cjs/divider/divider.d.ts +1 -2
  149. package/cjs/divider/divider.d.ts.map +1 -1
  150. package/cjs/drawer/drawer.d.ts +1 -2
  151. package/cjs/drawer/drawer.d.ts.map +1 -1
  152. package/cjs/fieldset/fieldset.d.ts +1 -2
  153. package/cjs/fieldset/fieldset.d.ts.map +1 -1
  154. package/cjs/flag/flag.d.ts +1 -1
  155. package/cjs/form/form-entry.d.ts.map +1 -1
  156. package/cjs/form/form-entry.js +2 -2
  157. package/cjs/form/form-entry.js.map +1 -1
  158. package/cjs/form/form-input.d.ts +1 -1
  159. package/cjs/form/form-input.d.ts.map +1 -1
  160. package/cjs/form/form-input.js +5 -8
  161. package/cjs/form/form-input.js.map +1 -1
  162. package/cjs/grid/cell.d.ts +1 -2
  163. package/cjs/grid/cell.d.ts.map +1 -1
  164. package/cjs/grid/grid.d.ts +1 -2
  165. package/cjs/grid/grid.d.ts.map +1 -1
  166. package/cjs/grid-layout/styled.d.ts +2 -1
  167. package/cjs/grid-layout/styled.d.ts.map +1 -1
  168. package/cjs/grid-layout/types.d.ts +2 -1
  169. package/cjs/grid-layout/types.d.ts.map +1 -1
  170. package/cjs/headline/headline.d.ts +1 -2
  171. package/cjs/headline/headline.d.ts.map +1 -1
  172. package/cjs/icons/filled/{material/icon-filled-forward10.d.ts → custom/icon-filled-forward-10.d.ts} +1 -1
  173. package/cjs/icons/filled/custom/icon-filled-forward-10.d.ts.map +1 -0
  174. package/cjs/icons/filled/custom/icon-filled-forward-10.js +23 -0
  175. package/cjs/icons/filled/custom/icon-filled-forward-10.js.map +1 -0
  176. package/cjs/icons/filled/custom/icon-filled-forward-15.d.ts +2 -0
  177. package/cjs/icons/filled/custom/icon-filled-forward-15.d.ts.map +1 -0
  178. package/cjs/icons/filled/custom/icon-filled-forward-15.js +23 -0
  179. package/cjs/icons/filled/custom/icon-filled-forward-15.js.map +1 -0
  180. package/cjs/icons/filled/custom/icon-filled-forward-20.d.ts +2 -0
  181. package/cjs/icons/filled/custom/icon-filled-forward-20.d.ts.map +1 -0
  182. package/cjs/icons/filled/custom/icon-filled-forward-20.js +23 -0
  183. package/cjs/icons/filled/custom/icon-filled-forward-20.js.map +1 -0
  184. package/cjs/icons/filled/custom/icon-filled-forward-25.d.ts +2 -0
  185. package/cjs/icons/filled/custom/icon-filled-forward-25.d.ts.map +1 -0
  186. package/cjs/icons/filled/custom/icon-filled-forward-25.js +23 -0
  187. package/cjs/icons/filled/custom/icon-filled-forward-25.js.map +1 -0
  188. package/{esm/icons/filled/material/icon-filled-forward30.d.ts → cjs/icons/filled/custom/icon-filled-forward-30.d.ts} +1 -1
  189. package/cjs/icons/filled/custom/icon-filled-forward-30.d.ts.map +1 -0
  190. package/cjs/icons/filled/custom/icon-filled-forward-30.js +23 -0
  191. package/cjs/icons/filled/custom/icon-filled-forward-30.js.map +1 -0
  192. package/cjs/icons/filled/{material/icon-filled-forward5.d.ts → custom/icon-filled-forward-5.d.ts} +1 -1
  193. package/cjs/icons/filled/custom/icon-filled-forward-5.d.ts.map +1 -0
  194. package/cjs/icons/filled/custom/icon-filled-forward-5.js +23 -0
  195. package/cjs/icons/filled/custom/icon-filled-forward-5.js.map +1 -0
  196. package/{esm/icons/filled/material/icon-filled-replay10.d.ts → cjs/icons/filled/custom/icon-filled-replay-10.d.ts} +1 -1
  197. package/cjs/icons/filled/custom/icon-filled-replay-10.d.ts.map +1 -0
  198. package/cjs/icons/filled/custom/icon-filled-replay-10.js +23 -0
  199. package/cjs/icons/filled/custom/icon-filled-replay-10.js.map +1 -0
  200. package/cjs/icons/filled/custom/icon-filled-replay-15.d.ts +2 -0
  201. package/cjs/icons/filled/custom/icon-filled-replay-15.d.ts.map +1 -0
  202. package/cjs/icons/filled/custom/icon-filled-replay-15.js +23 -0
  203. package/cjs/icons/filled/custom/icon-filled-replay-15.js.map +1 -0
  204. package/cjs/icons/filled/custom/icon-filled-replay-20.d.ts +2 -0
  205. package/cjs/icons/filled/custom/icon-filled-replay-20.d.ts.map +1 -0
  206. package/cjs/icons/filled/custom/icon-filled-replay-20.js +23 -0
  207. package/cjs/icons/filled/custom/icon-filled-replay-20.js.map +1 -0
  208. package/cjs/icons/filled/custom/icon-filled-replay-25.d.ts +2 -0
  209. package/cjs/icons/filled/custom/icon-filled-replay-25.d.ts.map +1 -0
  210. package/cjs/icons/filled/custom/icon-filled-replay-25.js +23 -0
  211. package/cjs/icons/filled/custom/icon-filled-replay-25.js.map +1 -0
  212. package/{esm/icons/filled/material/icon-filled-replay30.d.ts → cjs/icons/filled/custom/icon-filled-replay-30.d.ts} +1 -1
  213. package/cjs/icons/filled/custom/icon-filled-replay-30.d.ts.map +1 -0
  214. package/cjs/icons/filled/custom/icon-filled-replay-30.js +23 -0
  215. package/cjs/icons/filled/custom/icon-filled-replay-30.js.map +1 -0
  216. package/cjs/icons/filled/{material/icon-filled-replay5.d.ts → custom/icon-filled-replay-5.d.ts} +1 -1
  217. package/cjs/icons/filled/custom/icon-filled-replay-5.d.ts.map +1 -0
  218. package/cjs/icons/filled/custom/icon-filled-replay-5.js +23 -0
  219. package/cjs/icons/filled/custom/icon-filled-replay-5.js.map +1 -0
  220. package/cjs/icons/filled/custom/indeterminate-progress-indicator.d.ts +1 -2
  221. package/cjs/icons/filled/custom/indeterminate-progress-indicator.d.ts.map +1 -1
  222. package/cjs/icons/filled/custom/index.d.ts +12 -0
  223. package/cjs/icons/filled/custom/index.d.ts.map +1 -1
  224. package/cjs/icons/filled/custom/index.js +12 -0
  225. package/cjs/icons/filled/custom/index.js.map +1 -1
  226. package/cjs/icons/filled/material/index.d.ts +0 -6
  227. package/cjs/icons/filled/material/index.js +18 -30
  228. package/cjs/icons/outlined/{material/icon-outlined-forward10.d.ts → custom/icon-outlined-forward-10.d.ts} +1 -1
  229. package/cjs/icons/outlined/custom/icon-outlined-forward-10.d.ts.map +1 -0
  230. package/cjs/icons/outlined/custom/icon-outlined-forward-10.js +23 -0
  231. package/cjs/icons/outlined/custom/icon-outlined-forward-10.js.map +1 -0
  232. package/cjs/icons/outlined/custom/icon-outlined-forward-15.d.ts +2 -0
  233. package/cjs/icons/outlined/custom/icon-outlined-forward-15.d.ts.map +1 -0
  234. package/cjs/icons/outlined/custom/icon-outlined-forward-15.js +23 -0
  235. package/cjs/icons/outlined/custom/icon-outlined-forward-15.js.map +1 -0
  236. package/cjs/icons/outlined/custom/icon-outlined-forward-20.d.ts +2 -0
  237. package/cjs/icons/outlined/custom/icon-outlined-forward-20.d.ts.map +1 -0
  238. package/cjs/icons/outlined/custom/icon-outlined-forward-20.js +23 -0
  239. package/cjs/icons/outlined/custom/icon-outlined-forward-20.js.map +1 -0
  240. package/cjs/icons/outlined/custom/icon-outlined-forward-25.d.ts +2 -0
  241. package/cjs/icons/outlined/custom/icon-outlined-forward-25.d.ts.map +1 -0
  242. package/cjs/icons/outlined/custom/icon-outlined-forward-25.js +23 -0
  243. package/cjs/icons/outlined/custom/icon-outlined-forward-25.js.map +1 -0
  244. package/cjs/icons/outlined/{material/icon-outlined-forward30.d.ts → custom/icon-outlined-forward-30.d.ts} +1 -1
  245. package/cjs/icons/outlined/custom/icon-outlined-forward-30.d.ts.map +1 -0
  246. package/cjs/icons/outlined/custom/icon-outlined-forward-30.js +23 -0
  247. package/cjs/icons/outlined/custom/icon-outlined-forward-30.js.map +1 -0
  248. package/cjs/icons/outlined/{material/icon-outlined-forward5.d.ts → custom/icon-outlined-forward-5.d.ts} +1 -1
  249. package/cjs/icons/outlined/custom/icon-outlined-forward-5.d.ts.map +1 -0
  250. package/cjs/icons/outlined/custom/icon-outlined-forward-5.js +23 -0
  251. package/cjs/icons/outlined/custom/icon-outlined-forward-5.js.map +1 -0
  252. package/{esm/icons/outlined/material/icon-outlined-replay10.d.ts → cjs/icons/outlined/custom/icon-outlined-replay-10.d.ts} +1 -1
  253. package/cjs/icons/outlined/custom/icon-outlined-replay-10.d.ts.map +1 -0
  254. package/cjs/icons/outlined/custom/icon-outlined-replay-10.js +23 -0
  255. package/cjs/icons/outlined/custom/icon-outlined-replay-10.js.map +1 -0
  256. package/cjs/icons/outlined/custom/icon-outlined-replay-15.d.ts +2 -0
  257. package/cjs/icons/outlined/custom/icon-outlined-replay-15.d.ts.map +1 -0
  258. package/cjs/icons/outlined/custom/icon-outlined-replay-15.js +23 -0
  259. package/cjs/icons/outlined/custom/icon-outlined-replay-15.js.map +1 -0
  260. package/cjs/icons/outlined/custom/icon-outlined-replay-20.d.ts +2 -0
  261. package/cjs/icons/outlined/custom/icon-outlined-replay-20.d.ts.map +1 -0
  262. package/cjs/icons/outlined/custom/icon-outlined-replay-20.js +23 -0
  263. package/cjs/icons/outlined/custom/icon-outlined-replay-20.js.map +1 -0
  264. package/cjs/icons/outlined/custom/icon-outlined-replay-25.d.ts +2 -0
  265. package/cjs/icons/outlined/custom/icon-outlined-replay-25.d.ts.map +1 -0
  266. package/cjs/icons/outlined/custom/icon-outlined-replay-25.js +23 -0
  267. package/cjs/icons/outlined/custom/icon-outlined-replay-25.js.map +1 -0
  268. package/{esm/icons/outlined/material/icon-outlined-replay30.d.ts → cjs/icons/outlined/custom/icon-outlined-replay-30.d.ts} +1 -1
  269. package/cjs/icons/outlined/custom/icon-outlined-replay-30.d.ts.map +1 -0
  270. package/cjs/icons/outlined/custom/icon-outlined-replay-30.js +23 -0
  271. package/cjs/icons/outlined/custom/icon-outlined-replay-30.js.map +1 -0
  272. package/{esm/icons/outlined/material/icon-outlined-replay5.d.ts → cjs/icons/outlined/custom/icon-outlined-replay-5.d.ts} +1 -1
  273. package/cjs/icons/outlined/custom/icon-outlined-replay-5.d.ts.map +1 -0
  274. package/cjs/icons/outlined/custom/icon-outlined-replay-5.js +23 -0
  275. package/cjs/icons/outlined/custom/icon-outlined-replay-5.js.map +1 -0
  276. package/cjs/icons/outlined/custom/index.d.ts +12 -0
  277. package/cjs/icons/outlined/custom/index.d.ts.map +1 -1
  278. package/cjs/icons/outlined/custom/index.js +12 -0
  279. package/cjs/icons/outlined/custom/index.js.map +1 -1
  280. package/cjs/icons/outlined/material/index.d.ts +0 -6
  281. package/cjs/icons/outlined/material/index.js +18 -30
  282. package/cjs/icons/to-newskit-icon.d.ts.map +1 -1
  283. package/cjs/icons/to-newskit-icon.js.map +1 -1
  284. package/cjs/image/image.d.ts +1 -2
  285. package/cjs/image/image.d.ts.map +1 -1
  286. package/cjs/inline-message/inline-message.d.ts +1 -2
  287. package/cjs/inline-message/inline-message.d.ts.map +1 -1
  288. package/cjs/label/label.d.ts +1 -2
  289. package/cjs/label/label.d.ts.map +1 -1
  290. package/cjs/link/link-inline.d.ts +1 -1
  291. package/cjs/link/link-inline.d.ts.map +1 -1
  292. package/cjs/link/link-standalone.d.ts +1 -1
  293. package/cjs/link/link-standalone.d.ts.map +1 -1
  294. package/cjs/link/link.d.ts +2 -2
  295. package/cjs/link/link.d.ts.map +1 -1
  296. package/cjs/link/utils.d.ts +1 -1
  297. package/cjs/link/utils.d.ts.map +1 -1
  298. package/cjs/menu/menu.d.ts +1 -1
  299. package/cjs/menu/menu.d.ts.map +1 -1
  300. package/cjs/modal/modal.d.ts +1 -2
  301. package/cjs/modal/modal.d.ts.map +1 -1
  302. package/cjs/ordered-list/ordered-list.d.ts +1 -2
  303. package/cjs/ordered-list/ordered-list.d.ts.map +1 -1
  304. package/cjs/overlay/overlay.d.ts +1 -2
  305. package/cjs/overlay/overlay.d.ts.map +1 -1
  306. package/cjs/radio-button/radio-button.d.ts +1 -1
  307. package/cjs/radio-button/radio-button.d.ts.map +1 -1
  308. package/cjs/scroll/scroll.d.ts +1 -1
  309. package/cjs/scroll/scroll.d.ts.map +1 -1
  310. package/cjs/scroll/scroll.js +4 -4
  311. package/cjs/scroll/scroll.js.map +1 -1
  312. package/cjs/scroll/utils.d.ts +2 -0
  313. package/cjs/scroll/utils.d.ts.map +1 -0
  314. package/cjs/scroll/utils.js +5 -0
  315. package/cjs/scroll/utils.js.map +1 -0
  316. package/cjs/select/select.d.ts +1 -1
  317. package/cjs/select/select.d.ts.map +1 -1
  318. package/cjs/share-bar/share-bar.d.ts +1 -1
  319. package/cjs/share-bar/share-bar.d.ts.map +1 -1
  320. package/cjs/slider/slider.d.ts +1 -2
  321. package/cjs/slider/slider.d.ts.map +1 -1
  322. package/cjs/slider/slider.js +2 -2
  323. package/cjs/slider/slider.js.map +1 -1
  324. package/cjs/standfirst/standfirst.d.ts +1 -2
  325. package/cjs/standfirst/standfirst.d.ts.map +1 -1
  326. package/cjs/structured-list/structured-list-item.d.ts +1 -1
  327. package/cjs/structured-list/structured-list-item.d.ts.map +1 -1
  328. package/cjs/structured-list/structured-list.d.ts +1 -1
  329. package/cjs/structured-list/structured-list.d.ts.map +1 -1
  330. package/cjs/tabs/tabs.d.ts +1 -1
  331. package/cjs/tabs/tabs.d.ts.map +1 -1
  332. package/cjs/tag/tag.d.ts +1 -2
  333. package/cjs/tag/tag.d.ts.map +1 -1
  334. package/cjs/text-field/text-field.d.ts +1 -1
  335. package/cjs/text-field/text-field.d.ts.map +1 -1
  336. package/cjs/text-input/text-input.d.ts +4 -1
  337. package/cjs/text-input/text-input.d.ts.map +1 -1
  338. package/cjs/text-input/text-input.js +5 -5
  339. package/cjs/text-input/text-input.js.map +1 -1
  340. package/cjs/theme-checker/scenarios.d.ts.map +1 -1
  341. package/cjs/theme-checker/scenarios.js +32 -0
  342. package/cjs/theme-checker/scenarios.js.map +1 -1
  343. package/cjs/title-bar/title-bar.d.ts +1 -2
  344. package/cjs/title-bar/title-bar.d.ts.map +1 -1
  345. package/cjs/toast/toast.d.ts +1 -2
  346. package/cjs/toast/toast.d.ts.map +1 -1
  347. package/cjs/typography/heading/heading.d.ts +12 -12
  348. package/cjs/typography/paragraph/paragraph.d.ts +2 -2
  349. package/cjs/unordered-list/unordered-list.d.ts +1 -2
  350. package/cjs/unordered-list/unordered-list.d.ts.map +1 -1
  351. package/cjs/utils/get-transition-duration.d.ts.map +1 -1
  352. package/cjs/utils/get-transition-duration.js +17 -0
  353. package/cjs/utils/get-transition-duration.js.map +1 -1
  354. package/cjs/utils/hooks/use-keypress.d.ts +2 -1
  355. package/cjs/utils/hooks/use-keypress.d.ts.map +1 -1
  356. package/cjs/utils/hooks/use-keypress.js +101 -31
  357. package/cjs/utils/hooks/use-keypress.js.map +1 -1
  358. package/cjs/utils/hooks/use-media-query/context.d.ts +2 -1
  359. package/cjs/utils/hooks/use-media-query/context.d.ts.map +1 -1
  360. package/cjs/utils/hooks/use-media-query/context.js.map +1 -1
  361. package/cjs/utils/style/transition-preset.d.ts +1 -1
  362. package/cjs/utils/style/transition-preset.d.ts.map +1 -1
  363. package/cjs/utils/style/transition-preset.js +40 -8
  364. package/cjs/utils/style/transition-preset.js.map +1 -1
  365. package/cjs/utils/types.d.ts +1 -0
  366. package/cjs/utils/types.d.ts.map +1 -1
  367. package/cjs/utils/with-own-theme.d.ts +4 -1
  368. package/cjs/utils/with-own-theme.d.ts.map +1 -1
  369. package/cjs/utils/with-own-theme.js +3 -1
  370. package/cjs/utils/with-own-theme.js.map +1 -1
  371. package/cjs/version-number.json +1 -1
  372. package/cjs/video-player/video-player.d.ts +1 -1
  373. package/cjs/video-player/video-player.d.ts.map +1 -1
  374. package/cjs/volume-control/volume-control.d.ts +1 -2
  375. package/cjs/volume-control/volume-control.d.ts.map +1 -1
  376. package/esm/assistive-text/assistive-text.d.ts +1 -2
  377. package/esm/assistive-text/assistive-text.d.ts.map +1 -1
  378. package/esm/audio-player/audio-player.d.ts +1 -2
  379. package/esm/audio-player/audio-player.d.ts.map +1 -1
  380. package/esm/audio-player-composable/audio-functions.d.ts +7 -6
  381. package/esm/audio-player-composable/audio-functions.d.ts.map +1 -1
  382. package/esm/audio-player-composable/audio-functions.js +13 -54
  383. package/esm/audio-player-composable/audio-functions.js.map +1 -1
  384. package/esm/audio-player-composable/audio-player-composable.d.ts +1 -1
  385. package/esm/audio-player-composable/audio-player-composable.d.ts.map +1 -1
  386. package/esm/audio-player-composable/audio-player-composable.js +117 -39
  387. package/esm/audio-player-composable/audio-player-composable.js.map +1 -1
  388. package/esm/audio-player-composable/components/audio-element.d.ts +3 -2
  389. package/esm/audio-player-composable/components/audio-element.d.ts.map +1 -1
  390. package/esm/audio-player-composable/components/audio-element.js +3 -5
  391. package/esm/audio-player-composable/components/audio-element.js.map +1 -1
  392. package/esm/audio-player-composable/components/forward-button/defaults.d.ts +7 -0
  393. package/esm/audio-player-composable/components/forward-button/defaults.d.ts.map +1 -0
  394. package/esm/audio-player-composable/components/forward-button/defaults.js +6 -0
  395. package/esm/audio-player-composable/components/forward-button/defaults.js.map +1 -0
  396. package/esm/audio-player-composable/components/forward-button/forward-button.d.ts +3 -0
  397. package/esm/audio-player-composable/components/forward-button/forward-button.d.ts.map +1 -0
  398. package/esm/audio-player-composable/components/forward-button/forward-button.js +33 -0
  399. package/esm/audio-player-composable/components/forward-button/forward-button.js.map +1 -0
  400. package/esm/audio-player-composable/components/forward-button/index.d.ts +3 -0
  401. package/esm/audio-player-composable/components/forward-button/index.d.ts.map +1 -0
  402. package/esm/audio-player-composable/components/forward-button/index.js +3 -0
  403. package/esm/audio-player-composable/components/forward-button/index.js.map +1 -0
  404. package/esm/audio-player-composable/components/forward-button/types.d.ts +5 -0
  405. package/esm/audio-player-composable/components/forward-button/types.d.ts.map +1 -0
  406. package/esm/audio-player-composable/components/forward-button/types.js +2 -0
  407. package/esm/audio-player-composable/components/forward-button/types.js.map +1 -0
  408. package/esm/audio-player-composable/components/play-pause-button/defaults.d.ts +7 -0
  409. package/esm/audio-player-composable/components/play-pause-button/defaults.d.ts.map +1 -0
  410. package/esm/audio-player-composable/components/play-pause-button/defaults.js +6 -0
  411. package/esm/audio-player-composable/components/play-pause-button/defaults.js.map +1 -0
  412. package/esm/audio-player-composable/components/play-pause-button/play-pause-button.d.ts +1 -3
  413. package/esm/audio-player-composable/components/play-pause-button/play-pause-button.d.ts.map +1 -1
  414. package/esm/audio-player-composable/components/play-pause-button/play-pause-button.js +30 -18
  415. package/esm/audio-player-composable/components/play-pause-button/play-pause-button.js.map +1 -1
  416. package/esm/audio-player-composable/components/play-pause-button/types.d.ts +2 -6
  417. package/esm/audio-player-composable/components/play-pause-button/types.d.ts.map +1 -1
  418. package/esm/audio-player-composable/components/replay-button/defaults.d.ts +7 -0
  419. package/esm/audio-player-composable/components/replay-button/defaults.d.ts.map +1 -0
  420. package/esm/audio-player-composable/components/replay-button/defaults.js +6 -0
  421. package/esm/audio-player-composable/components/replay-button/defaults.js.map +1 -0
  422. package/esm/audio-player-composable/components/replay-button/index.d.ts +3 -0
  423. package/esm/audio-player-composable/components/replay-button/index.d.ts.map +1 -0
  424. package/esm/audio-player-composable/components/replay-button/index.js +3 -0
  425. package/esm/audio-player-composable/components/replay-button/index.js.map +1 -0
  426. package/esm/audio-player-composable/components/replay-button/replay-button.d.ts +3 -0
  427. package/esm/audio-player-composable/components/replay-button/replay-button.d.ts.map +1 -0
  428. package/esm/audio-player-composable/components/replay-button/replay-button.js +33 -0
  429. package/esm/audio-player-composable/components/replay-button/replay-button.js.map +1 -0
  430. package/esm/audio-player-composable/components/replay-button/types.d.ts +5 -0
  431. package/esm/audio-player-composable/components/replay-button/types.d.ts.map +1 -0
  432. package/esm/audio-player-composable/components/replay-button/types.js +2 -0
  433. package/esm/audio-player-composable/components/replay-button/types.js.map +1 -0
  434. package/esm/audio-player-composable/components/seek-bar/seek-bar.d.ts +2 -3
  435. package/esm/audio-player-composable/components/seek-bar/seek-bar.d.ts.map +1 -1
  436. package/esm/audio-player-composable/components/seek-bar/seek-bar.js.map +1 -1
  437. package/esm/audio-player-composable/components/seek-bar/types.d.ts +1 -1
  438. package/esm/audio-player-composable/components/seek-bar/types.d.ts.map +1 -1
  439. package/esm/audio-player-composable/components/skip-next-button/defaults.d.ts +7 -0
  440. package/esm/audio-player-composable/components/skip-next-button/defaults.d.ts.map +1 -0
  441. package/esm/audio-player-composable/components/skip-next-button/defaults.js +6 -0
  442. package/esm/audio-player-composable/components/skip-next-button/defaults.js.map +1 -0
  443. package/esm/audio-player-composable/components/skip-next-button/index.d.ts +3 -0
  444. package/esm/audio-player-composable/components/skip-next-button/index.d.ts.map +1 -0
  445. package/esm/audio-player-composable/components/skip-next-button/index.js +3 -0
  446. package/esm/audio-player-composable/components/skip-next-button/index.js.map +1 -0
  447. package/esm/audio-player-composable/components/skip-next-button/skip-next-button.d.ts +2 -0
  448. package/esm/audio-player-composable/components/skip-next-button/skip-next-button.d.ts.map +1 -0
  449. package/esm/audio-player-composable/components/skip-next-button/skip-next-button.js +31 -0
  450. package/esm/audio-player-composable/components/skip-next-button/skip-next-button.js.map +1 -0
  451. package/esm/audio-player-composable/components/skip-next-button/types.d.ts +3 -0
  452. package/esm/audio-player-composable/components/skip-next-button/types.d.ts.map +1 -0
  453. package/esm/audio-player-composable/components/skip-next-button/types.js +2 -0
  454. package/esm/audio-player-composable/components/skip-next-button/types.js.map +1 -0
  455. package/esm/audio-player-composable/components/skip-previous-button/defaults.d.ts +7 -0
  456. package/esm/audio-player-composable/components/skip-previous-button/defaults.d.ts.map +1 -0
  457. package/esm/audio-player-composable/components/skip-previous-button/defaults.js +6 -0
  458. package/esm/audio-player-composable/components/skip-previous-button/defaults.js.map +1 -0
  459. package/esm/audio-player-composable/components/skip-previous-button/index.d.ts +3 -0
  460. package/esm/audio-player-composable/components/skip-previous-button/index.d.ts.map +1 -0
  461. package/esm/audio-player-composable/components/skip-previous-button/index.js +3 -0
  462. package/esm/audio-player-composable/components/skip-previous-button/index.js.map +1 -0
  463. package/esm/audio-player-composable/components/skip-previous-button/skip-previous-button.d.ts +2 -0
  464. package/esm/audio-player-composable/components/skip-previous-button/skip-previous-button.d.ts.map +1 -0
  465. package/esm/audio-player-composable/components/skip-previous-button/skip-previous-button.js +31 -0
  466. package/esm/audio-player-composable/components/skip-previous-button/skip-previous-button.js.map +1 -0
  467. package/esm/audio-player-composable/components/skip-previous-button/types.d.ts +3 -0
  468. package/esm/audio-player-composable/components/skip-previous-button/types.d.ts.map +1 -0
  469. package/esm/audio-player-composable/components/skip-previous-button/types.js +2 -0
  470. package/esm/audio-player-composable/components/skip-previous-button/types.js.map +1 -0
  471. package/esm/audio-player-composable/components/time-display/time-display.d.ts +2 -4
  472. package/esm/audio-player-composable/components/time-display/time-display.d.ts.map +1 -1
  473. package/esm/audio-player-composable/components/time-display/time-display.js +25 -3
  474. package/esm/audio-player-composable/components/time-display/time-display.js.map +1 -1
  475. package/esm/audio-player-composable/components/time-display/types.d.ts +5 -4
  476. package/esm/audio-player-composable/components/time-display/types.d.ts.map +1 -1
  477. package/esm/audio-player-composable/components/time-display/utils.d.ts +2 -2
  478. package/esm/audio-player-composable/components/time-display/utils.d.ts.map +1 -1
  479. package/esm/audio-player-composable/components/time-display/utils.js +0 -1
  480. package/esm/audio-player-composable/components/time-display/utils.js.map +1 -1
  481. package/esm/audio-player-composable/components/types.d.ts +9 -0
  482. package/esm/audio-player-composable/components/types.d.ts.map +1 -0
  483. package/esm/audio-player-composable/components/types.js +2 -0
  484. package/esm/audio-player-composable/components/types.js.map +1 -0
  485. package/esm/audio-player-composable/context.d.ts +4 -46
  486. package/esm/audio-player-composable/context.d.ts.map +1 -1
  487. package/esm/audio-player-composable/context.js.map +1 -1
  488. package/esm/audio-player-composable/index.d.ts +8 -6
  489. package/esm/audio-player-composable/index.d.ts.map +1 -1
  490. package/esm/audio-player-composable/index.js +8 -6
  491. package/esm/audio-player-composable/index.js.map +1 -1
  492. package/esm/audio-player-composable/types.d.ts +44 -13
  493. package/esm/audio-player-composable/types.d.ts.map +1 -1
  494. package/esm/audio-player-composable/types.js +1 -1
  495. package/esm/audio-player-composable/types.js.map +1 -1
  496. package/esm/audio-player-composable/utils.d.ts +10 -0
  497. package/esm/audio-player-composable/utils.d.ts.map +1 -1
  498. package/esm/audio-player-composable/utils.js +30 -0
  499. package/esm/audio-player-composable/utils.js.map +1 -1
  500. package/esm/banner/banner.d.ts +1 -2
  501. package/esm/banner/banner.d.ts.map +1 -1
  502. package/esm/button/button.d.ts +1 -1
  503. package/esm/button/button.d.ts.map +1 -1
  504. package/esm/byline/byline.d.ts +1 -2
  505. package/esm/byline/byline.d.ts.map +1 -1
  506. package/esm/caption/caption-inset.d.ts +1 -2
  507. package/esm/caption/caption-inset.d.ts.map +1 -1
  508. package/esm/caption/caption.d.ts +1 -2
  509. package/esm/caption/caption.d.ts.map +1 -1
  510. package/esm/card/card-inset.d.ts +1 -1
  511. package/esm/card/card-inset.d.ts.map +1 -1
  512. package/esm/card/card.d.ts +1 -1
  513. package/esm/card/card.d.ts.map +1 -1
  514. package/esm/checkbox/checkbox.d.ts +1 -1
  515. package/esm/checkbox/checkbox.d.ts.map +1 -1
  516. package/esm/date-time/date-time.d.ts +1 -2
  517. package/esm/date-time/date-time.d.ts.map +1 -1
  518. package/esm/dialog/base-dialog-tests.d.ts.map +1 -1
  519. package/esm/dialog/base-dialog-tests.js +3 -1
  520. package/esm/dialog/base-dialog-tests.js.map +1 -1
  521. package/esm/dialog/types.d.ts +1 -1
  522. package/esm/dialog/types.d.ts.map +1 -1
  523. package/esm/divider/divider.d.ts +1 -2
  524. package/esm/divider/divider.d.ts.map +1 -1
  525. package/esm/drawer/drawer.d.ts +1 -2
  526. package/esm/drawer/drawer.d.ts.map +1 -1
  527. package/esm/fieldset/fieldset.d.ts +1 -2
  528. package/esm/fieldset/fieldset.d.ts.map +1 -1
  529. package/esm/flag/flag.d.ts +1 -1
  530. package/esm/form/form-entry.d.ts.map +1 -1
  531. package/esm/form/form-entry.js +2 -2
  532. package/esm/form/form-entry.js.map +1 -1
  533. package/esm/form/form-input.d.ts +1 -1
  534. package/esm/form/form-input.d.ts.map +1 -1
  535. package/esm/form/form-input.js +4 -7
  536. package/esm/form/form-input.js.map +1 -1
  537. package/esm/grid/cell.d.ts +1 -2
  538. package/esm/grid/cell.d.ts.map +1 -1
  539. package/esm/grid/grid.d.ts +1 -2
  540. package/esm/grid/grid.d.ts.map +1 -1
  541. package/esm/grid-layout/styled.d.ts +2 -1
  542. package/esm/grid-layout/styled.d.ts.map +1 -1
  543. package/esm/grid-layout/types.d.ts +2 -1
  544. package/esm/grid-layout/types.d.ts.map +1 -1
  545. package/esm/headline/headline.d.ts +1 -2
  546. package/esm/headline/headline.d.ts.map +1 -1
  547. package/esm/icons/filled/{material/icon-filled-forward10.d.ts → custom/icon-filled-forward-10.d.ts} +1 -1
  548. package/esm/icons/filled/custom/icon-filled-forward-10.d.ts.map +1 -0
  549. package/esm/icons/filled/custom/icon-filled-forward-10.js +17 -0
  550. package/esm/icons/filled/custom/icon-filled-forward-10.js.map +1 -0
  551. package/esm/icons/filled/custom/icon-filled-forward-15.d.ts +2 -0
  552. package/esm/icons/filled/custom/icon-filled-forward-15.d.ts.map +1 -0
  553. package/esm/icons/filled/custom/icon-filled-forward-15.js +17 -0
  554. package/esm/icons/filled/custom/icon-filled-forward-15.js.map +1 -0
  555. package/esm/icons/filled/custom/icon-filled-forward-20.d.ts +2 -0
  556. package/esm/icons/filled/custom/icon-filled-forward-20.d.ts.map +1 -0
  557. package/esm/icons/filled/custom/icon-filled-forward-20.js +17 -0
  558. package/esm/icons/filled/custom/icon-filled-forward-20.js.map +1 -0
  559. package/esm/icons/filled/custom/icon-filled-forward-25.d.ts +2 -0
  560. package/esm/icons/filled/custom/icon-filled-forward-25.d.ts.map +1 -0
  561. package/esm/icons/filled/custom/icon-filled-forward-25.js +17 -0
  562. package/esm/icons/filled/custom/icon-filled-forward-25.js.map +1 -0
  563. package/{cjs/icons/filled/material/icon-filled-forward30.d.ts → esm/icons/filled/custom/icon-filled-forward-30.d.ts} +1 -1
  564. package/esm/icons/filled/custom/icon-filled-forward-30.d.ts.map +1 -0
  565. package/esm/icons/filled/custom/icon-filled-forward-30.js +17 -0
  566. package/esm/icons/filled/custom/icon-filled-forward-30.js.map +1 -0
  567. package/esm/icons/filled/{material/icon-filled-forward5.d.ts → custom/icon-filled-forward-5.d.ts} +1 -1
  568. package/esm/icons/filled/custom/icon-filled-forward-5.d.ts.map +1 -0
  569. package/esm/icons/filled/custom/icon-filled-forward-5.js +17 -0
  570. package/esm/icons/filled/custom/icon-filled-forward-5.js.map +1 -0
  571. package/{cjs/icons/filled/material/icon-filled-replay10.d.ts → esm/icons/filled/custom/icon-filled-replay-10.d.ts} +1 -1
  572. package/esm/icons/filled/custom/icon-filled-replay-10.d.ts.map +1 -0
  573. package/esm/icons/filled/custom/icon-filled-replay-10.js +17 -0
  574. package/esm/icons/filled/custom/icon-filled-replay-10.js.map +1 -0
  575. package/esm/icons/filled/custom/icon-filled-replay-15.d.ts +2 -0
  576. package/esm/icons/filled/custom/icon-filled-replay-15.d.ts.map +1 -0
  577. package/esm/icons/filled/custom/icon-filled-replay-15.js +17 -0
  578. package/esm/icons/filled/custom/icon-filled-replay-15.js.map +1 -0
  579. package/esm/icons/filled/custom/icon-filled-replay-20.d.ts +2 -0
  580. package/esm/icons/filled/custom/icon-filled-replay-20.d.ts.map +1 -0
  581. package/esm/icons/filled/custom/icon-filled-replay-20.js +17 -0
  582. package/esm/icons/filled/custom/icon-filled-replay-20.js.map +1 -0
  583. package/esm/icons/filled/custom/icon-filled-replay-25.d.ts +2 -0
  584. package/esm/icons/filled/custom/icon-filled-replay-25.d.ts.map +1 -0
  585. package/esm/icons/filled/custom/icon-filled-replay-25.js +17 -0
  586. package/esm/icons/filled/custom/icon-filled-replay-25.js.map +1 -0
  587. package/{cjs/icons/filled/material/icon-filled-replay30.d.ts → esm/icons/filled/custom/icon-filled-replay-30.d.ts} +1 -1
  588. package/esm/icons/filled/custom/icon-filled-replay-30.d.ts.map +1 -0
  589. package/esm/icons/filled/custom/icon-filled-replay-30.js +17 -0
  590. package/esm/icons/filled/custom/icon-filled-replay-30.js.map +1 -0
  591. package/esm/icons/filled/{material/icon-filled-replay5.d.ts → custom/icon-filled-replay-5.d.ts} +1 -1
  592. package/esm/icons/filled/custom/icon-filled-replay-5.d.ts.map +1 -0
  593. package/esm/icons/filled/custom/icon-filled-replay-5.js +17 -0
  594. package/esm/icons/filled/custom/icon-filled-replay-5.js.map +1 -0
  595. package/esm/icons/filled/custom/indeterminate-progress-indicator.d.ts +1 -2
  596. package/esm/icons/filled/custom/indeterminate-progress-indicator.d.ts.map +1 -1
  597. package/esm/icons/filled/custom/index.d.ts +12 -0
  598. package/esm/icons/filled/custom/index.d.ts.map +1 -1
  599. package/esm/icons/filled/custom/index.js +12 -0
  600. package/esm/icons/filled/custom/index.js.map +1 -1
  601. package/esm/icons/filled/material/index.d.ts +0 -6
  602. package/esm/icons/filled/material/index.js +0 -6
  603. package/esm/icons/outlined/{material/icon-outlined-forward10.d.ts → custom/icon-outlined-forward-10.d.ts} +1 -1
  604. package/esm/icons/outlined/custom/icon-outlined-forward-10.d.ts.map +1 -0
  605. package/esm/icons/outlined/custom/icon-outlined-forward-10.js +17 -0
  606. package/esm/icons/outlined/custom/icon-outlined-forward-10.js.map +1 -0
  607. package/esm/icons/outlined/custom/icon-outlined-forward-15.d.ts +2 -0
  608. package/esm/icons/outlined/custom/icon-outlined-forward-15.d.ts.map +1 -0
  609. package/esm/icons/outlined/custom/icon-outlined-forward-15.js +17 -0
  610. package/esm/icons/outlined/custom/icon-outlined-forward-15.js.map +1 -0
  611. package/esm/icons/outlined/custom/icon-outlined-forward-20.d.ts +2 -0
  612. package/esm/icons/outlined/custom/icon-outlined-forward-20.d.ts.map +1 -0
  613. package/esm/icons/outlined/custom/icon-outlined-forward-20.js +17 -0
  614. package/esm/icons/outlined/custom/icon-outlined-forward-20.js.map +1 -0
  615. package/esm/icons/outlined/custom/icon-outlined-forward-25.d.ts +2 -0
  616. package/esm/icons/outlined/custom/icon-outlined-forward-25.d.ts.map +1 -0
  617. package/esm/icons/outlined/custom/icon-outlined-forward-25.js +17 -0
  618. package/esm/icons/outlined/custom/icon-outlined-forward-25.js.map +1 -0
  619. package/esm/icons/outlined/{material/icon-outlined-forward30.d.ts → custom/icon-outlined-forward-30.d.ts} +1 -1
  620. package/esm/icons/outlined/custom/icon-outlined-forward-30.d.ts.map +1 -0
  621. package/esm/icons/outlined/custom/icon-outlined-forward-30.js +17 -0
  622. package/esm/icons/outlined/custom/icon-outlined-forward-30.js.map +1 -0
  623. package/esm/icons/outlined/{material/icon-outlined-forward5.d.ts → custom/icon-outlined-forward-5.d.ts} +1 -1
  624. package/esm/icons/outlined/custom/icon-outlined-forward-5.d.ts.map +1 -0
  625. package/esm/icons/outlined/custom/icon-outlined-forward-5.js +17 -0
  626. package/esm/icons/outlined/custom/icon-outlined-forward-5.js.map +1 -0
  627. package/{cjs/icons/outlined/material/icon-outlined-replay10.d.ts → esm/icons/outlined/custom/icon-outlined-replay-10.d.ts} +1 -1
  628. package/esm/icons/outlined/custom/icon-outlined-replay-10.d.ts.map +1 -0
  629. package/esm/icons/outlined/custom/icon-outlined-replay-10.js +17 -0
  630. package/esm/icons/outlined/custom/icon-outlined-replay-10.js.map +1 -0
  631. package/esm/icons/outlined/custom/icon-outlined-replay-15.d.ts +2 -0
  632. package/esm/icons/outlined/custom/icon-outlined-replay-15.d.ts.map +1 -0
  633. package/esm/icons/outlined/custom/icon-outlined-replay-15.js +17 -0
  634. package/esm/icons/outlined/custom/icon-outlined-replay-15.js.map +1 -0
  635. package/esm/icons/outlined/custom/icon-outlined-replay-20.d.ts +2 -0
  636. package/esm/icons/outlined/custom/icon-outlined-replay-20.d.ts.map +1 -0
  637. package/esm/icons/outlined/custom/icon-outlined-replay-20.js +17 -0
  638. package/esm/icons/outlined/custom/icon-outlined-replay-20.js.map +1 -0
  639. package/esm/icons/outlined/custom/icon-outlined-replay-25.d.ts +2 -0
  640. package/esm/icons/outlined/custom/icon-outlined-replay-25.d.ts.map +1 -0
  641. package/esm/icons/outlined/custom/icon-outlined-replay-25.js +17 -0
  642. package/esm/icons/outlined/custom/icon-outlined-replay-25.js.map +1 -0
  643. package/{cjs/icons/outlined/material/icon-outlined-replay30.d.ts → esm/icons/outlined/custom/icon-outlined-replay-30.d.ts} +1 -1
  644. package/esm/icons/outlined/custom/icon-outlined-replay-30.d.ts.map +1 -0
  645. package/esm/icons/outlined/custom/icon-outlined-replay-30.js +17 -0
  646. package/esm/icons/outlined/custom/icon-outlined-replay-30.js.map +1 -0
  647. package/{cjs/icons/outlined/material/icon-outlined-replay5.d.ts → esm/icons/outlined/custom/icon-outlined-replay-5.d.ts} +1 -1
  648. package/esm/icons/outlined/custom/icon-outlined-replay-5.d.ts.map +1 -0
  649. package/esm/icons/outlined/custom/icon-outlined-replay-5.js +17 -0
  650. package/esm/icons/outlined/custom/icon-outlined-replay-5.js.map +1 -0
  651. package/esm/icons/outlined/custom/index.d.ts +12 -0
  652. package/esm/icons/outlined/custom/index.d.ts.map +1 -1
  653. package/esm/icons/outlined/custom/index.js +12 -0
  654. package/esm/icons/outlined/custom/index.js.map +1 -1
  655. package/esm/icons/outlined/material/index.d.ts +0 -6
  656. package/esm/icons/outlined/material/index.js +0 -6
  657. package/esm/icons/to-newskit-icon.d.ts.map +1 -1
  658. package/esm/icons/to-newskit-icon.js.map +1 -1
  659. package/esm/image/image.d.ts +1 -2
  660. package/esm/image/image.d.ts.map +1 -1
  661. package/esm/inline-message/inline-message.d.ts +1 -2
  662. package/esm/inline-message/inline-message.d.ts.map +1 -1
  663. package/esm/label/label.d.ts +1 -2
  664. package/esm/label/label.d.ts.map +1 -1
  665. package/esm/link/link-inline.d.ts +1 -1
  666. package/esm/link/link-inline.d.ts.map +1 -1
  667. package/esm/link/link-standalone.d.ts +1 -1
  668. package/esm/link/link-standalone.d.ts.map +1 -1
  669. package/esm/link/link.d.ts +2 -2
  670. package/esm/link/link.d.ts.map +1 -1
  671. package/esm/link/utils.d.ts +1 -1
  672. package/esm/link/utils.d.ts.map +1 -1
  673. package/esm/menu/menu.d.ts +1 -1
  674. package/esm/menu/menu.d.ts.map +1 -1
  675. package/esm/modal/modal.d.ts +1 -2
  676. package/esm/modal/modal.d.ts.map +1 -1
  677. package/esm/ordered-list/ordered-list.d.ts +1 -2
  678. package/esm/ordered-list/ordered-list.d.ts.map +1 -1
  679. package/esm/overlay/overlay.d.ts +1 -2
  680. package/esm/overlay/overlay.d.ts.map +1 -1
  681. package/esm/radio-button/radio-button.d.ts +1 -1
  682. package/esm/radio-button/radio-button.d.ts.map +1 -1
  683. package/esm/scroll/scroll.d.ts +1 -1
  684. package/esm/scroll/scroll.d.ts.map +1 -1
  685. package/esm/scroll/scroll.js +2 -2
  686. package/esm/scroll/scroll.js.map +1 -1
  687. package/esm/scroll/utils.d.ts +2 -0
  688. package/esm/scroll/utils.d.ts.map +1 -0
  689. package/esm/scroll/utils.js +2 -0
  690. package/esm/scroll/utils.js.map +1 -0
  691. package/esm/select/select.d.ts +1 -1
  692. package/esm/select/select.d.ts.map +1 -1
  693. package/esm/share-bar/share-bar.d.ts +1 -1
  694. package/esm/share-bar/share-bar.d.ts.map +1 -1
  695. package/esm/slider/slider.d.ts +1 -2
  696. package/esm/slider/slider.d.ts.map +1 -1
  697. package/esm/slider/slider.js +2 -2
  698. package/esm/slider/slider.js.map +1 -1
  699. package/esm/standfirst/standfirst.d.ts +1 -2
  700. package/esm/standfirst/standfirst.d.ts.map +1 -1
  701. package/esm/structured-list/structured-list-item.d.ts +1 -1
  702. package/esm/structured-list/structured-list-item.d.ts.map +1 -1
  703. package/esm/structured-list/structured-list.d.ts +1 -1
  704. package/esm/structured-list/structured-list.d.ts.map +1 -1
  705. package/esm/tabs/tabs.d.ts +1 -1
  706. package/esm/tabs/tabs.d.ts.map +1 -1
  707. package/esm/tag/tag.d.ts +1 -2
  708. package/esm/tag/tag.d.ts.map +1 -1
  709. package/esm/text-field/text-field.d.ts +1 -1
  710. package/esm/text-field/text-field.d.ts.map +1 -1
  711. package/esm/text-input/text-input.d.ts +4 -1
  712. package/esm/text-input/text-input.d.ts.map +1 -1
  713. package/esm/text-input/text-input.js +5 -5
  714. package/esm/text-input/text-input.js.map +1 -1
  715. package/esm/theme-checker/scenarios.d.ts.map +1 -1
  716. package/esm/theme-checker/scenarios.js +32 -0
  717. package/esm/theme-checker/scenarios.js.map +1 -1
  718. package/esm/title-bar/title-bar.d.ts +1 -2
  719. package/esm/title-bar/title-bar.d.ts.map +1 -1
  720. package/esm/toast/toast.d.ts +1 -2
  721. package/esm/toast/toast.d.ts.map +1 -1
  722. package/esm/typography/heading/heading.d.ts +12 -12
  723. package/esm/typography/paragraph/paragraph.d.ts +2 -2
  724. package/esm/unordered-list/unordered-list.d.ts +1 -2
  725. package/esm/unordered-list/unordered-list.d.ts.map +1 -1
  726. package/esm/utils/get-transition-duration.d.ts.map +1 -1
  727. package/esm/utils/get-transition-duration.js +17 -0
  728. package/esm/utils/get-transition-duration.js.map +1 -1
  729. package/esm/utils/hooks/use-keypress.d.ts +2 -1
  730. package/esm/utils/hooks/use-keypress.d.ts.map +1 -1
  731. package/esm/utils/hooks/use-keypress.js +101 -31
  732. package/esm/utils/hooks/use-keypress.js.map +1 -1
  733. package/esm/utils/hooks/use-media-query/context.d.ts +2 -1
  734. package/esm/utils/hooks/use-media-query/context.d.ts.map +1 -1
  735. package/esm/utils/hooks/use-media-query/context.js.map +1 -1
  736. package/esm/utils/style/transition-preset.d.ts +1 -1
  737. package/esm/utils/style/transition-preset.d.ts.map +1 -1
  738. package/esm/utils/style/transition-preset.js +40 -8
  739. package/esm/utils/style/transition-preset.js.map +1 -1
  740. package/esm/utils/types.d.ts +1 -0
  741. package/esm/utils/types.d.ts.map +1 -1
  742. package/esm/utils/with-own-theme.d.ts +4 -1
  743. package/esm/utils/with-own-theme.d.ts.map +1 -1
  744. package/esm/utils/with-own-theme.js +3 -1
  745. package/esm/utils/with-own-theme.js.map +1 -1
  746. package/esm/version-number.json +1 -1
  747. package/esm/video-player/video-player.d.ts +1 -1
  748. package/esm/video-player/video-player.d.ts.map +1 -1
  749. package/esm/volume-control/volume-control.d.ts +1 -2
  750. package/esm/volume-control/volume-control.d.ts.map +1 -1
  751. package/package.json +1 -1
  752. package/cjs/icons/filled/material/icon-filled-forward10.js +0 -11
  753. package/cjs/icons/filled/material/icon-filled-forward30.js +0 -11
  754. package/cjs/icons/filled/material/icon-filled-forward5.js +0 -11
  755. package/cjs/icons/filled/material/icon-filled-replay10.js +0 -11
  756. package/cjs/icons/filled/material/icon-filled-replay30.js +0 -11
  757. package/cjs/icons/filled/material/icon-filled-replay5.js +0 -11
  758. package/cjs/icons/outlined/material/icon-outlined-forward10.js +0 -11
  759. package/cjs/icons/outlined/material/icon-outlined-forward30.js +0 -11
  760. package/cjs/icons/outlined/material/icon-outlined-forward5.js +0 -11
  761. package/cjs/icons/outlined/material/icon-outlined-replay10.js +0 -11
  762. package/cjs/icons/outlined/material/icon-outlined-replay30.js +0 -11
  763. package/cjs/icons/outlined/material/icon-outlined-replay5.js +0 -11
  764. package/esm/icons/filled/material/icon-filled-forward10.js +0 -8
  765. package/esm/icons/filled/material/icon-filled-forward30.js +0 -8
  766. package/esm/icons/filled/material/icon-filled-forward5.js +0 -8
  767. package/esm/icons/filled/material/icon-filled-replay10.js +0 -8
  768. package/esm/icons/filled/material/icon-filled-replay30.js +0 -8
  769. package/esm/icons/filled/material/icon-filled-replay5.js +0 -8
  770. package/esm/icons/outlined/material/icon-outlined-forward10.js +0 -8
  771. package/esm/icons/outlined/material/icon-outlined-forward30.js +0 -8
  772. package/esm/icons/outlined/material/icon-outlined-forward5.js +0 -8
  773. package/esm/icons/outlined/material/icon-outlined-replay10.js +0 -8
  774. package/esm/icons/outlined/material/icon-outlined-replay30.js +0 -8
  775. package/esm/icons/outlined/material/icon-outlined-replay5.js +0 -8
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./forward-button"), exports);
14
+ __exportStar(require("./types"), exports);
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/forward-button/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mDAAiC;AACjC,0CAAwB"}
@@ -0,0 +1,5 @@
1
+ import { AudioPlayerIconButtonWithShortcuts } from '../types';
2
+ export declare type AudioPlayerForwardButtonProps = AudioPlayerIconButtonWithShortcuts & {
3
+ seconds?: number;
4
+ };
5
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/forward-button/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kCAAkC,EAAC,MAAM,UAAU,CAAC;AAE5D,oBAAY,6BAA6B,GAAG,kCAAkC,GAAG;IAC/E,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/forward-button/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ audioPlayerPlayPauseButton: {
3
+ stylePreset: string;
4
+ };
5
+ };
6
+ export default _default;
7
+ //# sourceMappingURL=defaults.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/play-pause-button/defaults.ts"],"names":[],"mappings":";;;;;AAAA,wBAIE"}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ audioPlayerPlayPauseButton: {
5
+ stylePreset: 'iconButtonSolidPrimary',
6
+ },
7
+ };
8
+ //# sourceMappingURL=defaults.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaults.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/play-pause-button/defaults.ts"],"names":[],"mappings":";;AAAA,kBAAe;IACb,0BAA0B,EAAE;QAC1B,WAAW,EAAE,wBAAwB;KACtC;CACF,CAAC"}
@@ -1,4 +1,2 @@
1
- import React from 'react';
2
- import { PlayPauseButtonProps } from './types';
3
- export declare const AudioPlayerPlayPauseButton: React.FC<PlayPauseButtonProps>;
1
+ export declare const AudioPlayerPlayPauseButton: import("../../../utils/with-own-theme").NewsKitReactComponents<import("../types").AudioPlayerIconButtonWithShortcuts>;
4
2
  //# sourceMappingURL=play-pause-button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"play-pause-button.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/play-pause-button/play-pause-button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAC,oBAAoB,EAAC,MAAM,SAAS,CAAC;AAE7C,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAuBrE,CAAC"}
1
+ {"version":3,"file":"play-pause-button.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/play-pause-button/play-pause-button.tsx"],"names":[],"mappings":"AAyDA,eAAO,MAAM,0BAA0B,uHAE1B,CAAC"}
@@ -10,31 +10,62 @@ var __assign = (this && this.__assign) || function () {
10
10
  };
11
11
  return __assign.apply(this, arguments);
12
12
  };
13
- var __rest = (this && this.__rest) || function (s, e) {
14
- var t = {};
15
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
- t[p] = s[p];
17
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
- t[p[i]] = s[p[i]];
21
- }
22
- return t;
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
16
+ }) : (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ o[k2] = m[k];
19
+ }));
20
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
21
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
22
+ }) : function(o, v) {
23
+ o["default"] = v;
24
+ });
25
+ var __importStar = (this && this.__importStar) || function (mod) {
26
+ if (mod && mod.__esModule) return mod;
27
+ var result = {};
28
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
29
+ __setModuleDefault(result, mod);
30
+ return result;
23
31
  };
24
32
  var __importDefault = (this && this.__importDefault) || function (mod) {
25
33
  return (mod && mod.__esModule) ? mod : { "default": mod };
26
34
  };
27
35
  Object.defineProperty(exports, "__esModule", { value: true });
28
36
  exports.AudioPlayerPlayPauseButton = void 0;
29
- var react_1 = __importDefault(require("react"));
37
+ var react_1 = __importStar(require("react"));
30
38
  var icon_button_1 = require("../../../icon-button");
31
39
  var types_1 = require("../../../button/types");
32
40
  var context_1 = require("../../context");
33
- exports.AudioPlayerPlayPauseButton = react_1.default.memo(function (_a) {
34
- var consumerOnClick = _a.onClick, props = __rest(_a, ["onClick"]);
35
- var getPlayPauseButtonProps = (0, context_1.useAudioPlayerContext)().getPlayPauseButtonProps;
36
- var _b = getPlayPauseButtonProps &&
37
- getPlayPauseButtonProps({ onClick: consumerOnClick }), playStateIcon = _b.playStateIcon, ariaLabel = _b.ariaLabel, ariaPressed = _b.ariaPressed, loading = _b.loading, onClick = _b.onClick;
38
- return (react_1.default.createElement(icon_button_1.IconButton, __assign({ "data-testid": "audio-player-play-pause-button", "aria-label": ariaLabel, "aria-pressed": ariaPressed, loading: loading, onClick: onClick, size: props.size || types_1.ButtonSize.Large, overrides: props.overrides }, props), playStateIcon));
41
+ var defaults_1 = __importDefault(require("./defaults"));
42
+ var with_own_theme_1 = require("../../../utils/with-own-theme");
43
+ var utils_1 = require("../../utils");
44
+ var defaultKeyboardShortcuts = ['k', ' '];
45
+ var ThemelessAudioPlayerPlayPauseButton = react_1.default.memo(function (props) {
46
+ var _a = (0, context_1.useAudioPlayerContext)(), getPlayPauseButtonProps = _a.getPlayPauseButtonProps, togglePlay = _a.togglePlay;
47
+ var propsFromContext = getPlayPauseButtonProps && getPlayPauseButtonProps(props);
48
+ var overrides = (0, utils_1.useButtonOverrides)(props, 'audioPlayerPlayPauseButton');
49
+ var toggleAction = (0, react_1.useCallback)(function (_a) {
50
+ var target = _a.target, key = _a.key;
51
+ var tagName = target.tagName;
52
+ var actionKeys = [' ', 'Enter'];
53
+ var actionElements = ['BUTTON', 'INPUT', 'A'];
54
+ var isActionKey = actionKeys.includes(key);
55
+ var isActionElement = target && actionElements.includes(tagName);
56
+ if (typeof togglePlay === 'function' &&
57
+ (!isActionKey ||
58
+ // pressing Space or Enter when the focused element is a Button, A or Input will not trigger the toggle
59
+ (isActionKey && !isActionElement))) {
60
+ togglePlay();
61
+ }
62
+ }, [togglePlay]);
63
+ (0, utils_1.useKeyboardShortcutsOnButton)({
64
+ props: propsFromContext,
65
+ defaults: defaultKeyboardShortcuts,
66
+ action: toggleAction,
67
+ });
68
+ return (react_1.default.createElement(icon_button_1.IconButton, __assign({ "data-testid": "audio-player-play-pause-button", size: types_1.ButtonSize.Large, overrides: overrides }, propsFromContext)));
39
69
  });
70
+ exports.AudioPlayerPlayPauseButton = (0, with_own_theme_1.withOwnTheme)(ThemelessAudioPlayerPlayPauseButton)({ defaults: defaults_1.default });
40
71
  //# sourceMappingURL=play-pause-button.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"play-pause-button.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/play-pause-button/play-pause-button.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gDAA0B;AAC1B,oDAAgD;AAChD,+CAAiD;AACjD,yCAAoD;AAGvC,QAAA,0BAA0B,GAAmC,eAAK,CAAC,IAAI,CAClF,UAAC,EAAoC;IAAnC,IAAS,eAAe,aAAA,EAAK,KAAK,cAAnC,WAAoC,CAAD;IAC3B,IAAA,uBAAuB,GAAI,IAAA,+BAAqB,GAAE,wBAA3B,CAA4B;IAEpD,IAAA,KACJ,uBAAwB;QACxB,uBAAuB,CAAC,EAAC,OAAO,EAAE,eAAe,EAAC,CAAC,EAF9C,aAAa,mBAAA,EAAE,SAAS,eAAA,EAAE,WAAW,iBAAA,EAAE,OAAO,aAAA,EAAE,OAAO,aAET,CAAC;IAEtD,OAAO,CACL,8BAAC,wBAAU,4BACG,gCAAgC,gBAChC,SAAS,kBACP,WAAW,EACzB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,KAAK,CAAC,IAAI,IAAI,kBAAU,CAAC,KAAK,EACpC,SAAS,EAAE,KAAK,CAAC,SAAS,IACtB,KAAK,GAER,aAAa,CACH,CACd,CAAC;AACJ,CAAC,CACF,CAAC"}
1
+ {"version":3,"file":"play-pause-button.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/play-pause-button/play-pause-button.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAAyC;AACzC,oDAAgD;AAChD,+CAAiD;AACjD,yCAAoD;AACpD,wDAAkC;AAClC,gEAA2D;AAC3D,qCAA6E;AAG7E,IAAM,wBAAwB,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;AAE5C,IAAM,mCAAmC,GAA8C,eAAK,CAAC,IAAI,CAC/F,UAAA,KAAK;IACG,IAAA,KAAwC,IAAA,+BAAqB,GAAE,EAA9D,uBAAuB,6BAAA,EAAE,UAAU,gBAA2B,CAAC;IAEtE,IAAM,gBAAgB,GACpB,uBAAwB,IAAI,uBAAuB,CAAC,KAAK,CAAC,CAAC;IAE7D,IAAM,SAAS,GAAG,IAAA,0BAAkB,EAAC,KAAK,EAAE,4BAA4B,CAAC,CAAC;IAE1E,IAAM,YAAY,GAAG,IAAA,mBAAW,EAC9B,UAAC,EAA4B;YAA3B,MAAM,YAAA,EAAE,GAAG,SAAA;QACJ,IAAA,OAAO,GAAI,MAAqB,QAAzB,CAA0B;QACxC,IAAM,UAAU,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;QAClC,IAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,OAAO,EAAE,GAAG,CAAC,CAAC;QAChD,IAAM,WAAW,GAAG,UAAU,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;QAC7C,IAAM,eAAe,GAAG,MAAM,IAAI,cAAc,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;QAEnE,IACE,OAAO,UAAU,KAAK,UAAU;YAChC,CAAC,CAAC,WAAW;gBACX,uGAAuG;gBACvG,CAAC,WAAW,IAAI,CAAC,eAAe,CAAC,CAAC,EACpC;YACA,UAAU,EAAE,CAAC;SACd;IACH,CAAC,EACD,CAAC,UAAU,CAAC,CACb,CAAC;IAEF,IAAA,oCAA4B,EAAC;QAC3B,KAAK,EAAE,gBAAmD;QAC1D,QAAQ,EAAE,wBAAwB;QAClC,MAAM,EAAE,YAAY;KACrB,CAAC,CAAC;IAEH,OAAO,CACL,8BAAC,wBAAU,4BACG,gCAAgC,EAC5C,IAAI,EAAE,kBAAU,CAAC,KAAK,EACtB,SAAS,EAAE,SAAS,IAChB,gBAAgB,EACpB,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AAEW,QAAA,0BAA0B,GAAG,IAAA,6BAAY,EACpD,mCAAmC,CACpC,CAAC,EAAC,QAAQ,oBAAA,EAAC,CAAC,CAAC"}
@@ -1,7 +1,3 @@
1
- import { ButtonProps, ButtonSize } from '../../../button';
2
- export interface PlayPauseButtonProps {
3
- size?: ButtonSize;
4
- onClick?: () => void;
5
- overrides?: ButtonProps['overrides'];
6
- }
1
+ import { AudioPlayerIconButtonWithShortcuts } from '../types';
2
+ export declare type AudioPlayerPlayPauseButtonProps = AudioPlayerIconButtonWithShortcuts;
7
3
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/play-pause-button/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAE,UAAU,EAAC,MAAM,iBAAiB,CAAC;AAExD,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,CAAC;CACtC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/play-pause-button/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kCAAkC,EAAC,MAAM,UAAU,CAAC;AAE5D,oBAAY,+BAA+B,GAAG,kCAAkC,CAAC"}
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ audioPlayerReplayButton: {
3
+ stylePreset: string;
4
+ };
5
+ };
6
+ export default _default;
7
+ //# sourceMappingURL=defaults.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/replay-button/defaults.ts"],"names":[],"mappings":";;;;;AAAA,wBAIE"}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ audioPlayerReplayButton: {
5
+ stylePreset: 'iconButtonMinimalPrimary',
6
+ },
7
+ };
8
+ //# sourceMappingURL=defaults.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaults.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/replay-button/defaults.ts"],"names":[],"mappings":";;AAAA,kBAAe;IACb,uBAAuB,EAAE;QACvB,WAAW,EAAE,0BAA0B;KACxC;CACF,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './replay-button';
2
+ export * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/replay-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./replay-button"), exports);
14
+ __exportStar(require("./types"), exports);
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/replay-button/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAgC;AAChC,0CAAwB"}
@@ -0,0 +1,3 @@
1
+ import { AudioPlayerReplayButtonProps } from './types';
2
+ export declare const AudioPlayerReplayButton: import("../../../utils/with-own-theme").NewsKitReactComponents<AudioPlayerReplayButtonProps>;
3
+ //# sourceMappingURL=replay-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"replay-button.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/replay-button/replay-button.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAC,4BAA4B,EAAC,MAAM,SAAS,CAAC;AA6BrD,eAAO,MAAM,uBAAuB,8FAIlC,CAAC"}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.AudioPlayerReplayButton = void 0;
18
+ var react_1 = __importDefault(require("react"));
19
+ var types_1 = require("../../../button/types");
20
+ var icon_button_1 = require("../../../icon-button");
21
+ var with_own_theme_1 = require("../../../utils/with-own-theme");
22
+ var context_1 = require("../../context");
23
+ var utils_1 = require("../../utils");
24
+ var defaults_1 = __importDefault(require("./defaults"));
25
+ var defaultKeyboardShortcuts = ['j'];
26
+ var ThemelessAudioPlayerReplayButton = react_1.default.memo(function (props) {
27
+ var getReplayButtonProps = (0, context_1.useAudioPlayerContext)().getReplayButtonProps;
28
+ var overrides = (0, utils_1.useButtonOverrides)(props, 'audioPlayerReplayButton');
29
+ var propsFromContext = getReplayButtonProps && getReplayButtonProps(props);
30
+ (0, utils_1.useKeyboardShortcutsOnButton)({
31
+ props: propsFromContext,
32
+ defaults: defaultKeyboardShortcuts,
33
+ });
34
+ return (react_1.default.createElement(icon_button_1.IconButton, __assign({ "data-testid": "audio-player-replay-button", size: types_1.ButtonSize.Medium, overrides: overrides }, propsFromContext)));
35
+ });
36
+ exports.AudioPlayerReplayButton = (0, with_own_theme_1.withOwnTheme)(ThemelessAudioPlayerReplayButton)({
37
+ defaults: defaults_1.default,
38
+ });
39
+ //# sourceMappingURL=replay-button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"replay-button.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/replay-button/replay-button.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gDAA0B;AAC1B,+CAAiD;AACjD,oDAAgD;AAChD,gEAA2D;AAC3D,yCAAoD;AACpD,qCAA6E;AAC7E,wDAAkC;AAGlC,IAAM,wBAAwB,GAAG,CAAC,GAAG,CAAC,CAAC;AAEvC,IAAM,gCAAgC,GAA2C,eAAK,CAAC,IAAI,CACzF,UAAA,KAAK;IACI,IAAA,oBAAoB,GAAI,IAAA,+BAAqB,GAAE,qBAA3B,CAA4B;IAEvD,IAAM,SAAS,GAAG,IAAA,0BAAkB,EAAC,KAAK,EAAE,yBAAyB,CAAC,CAAC;IAEvE,IAAM,gBAAgB,GACpB,oBAAqB,IAAI,oBAAoB,CAAC,KAAK,CAAC,CAAC;IAEvD,IAAA,oCAA4B,EAAC;QAC3B,KAAK,EAAE,gBAAgD;QACvD,QAAQ,EAAE,wBAAwB;KACnC,CAAC,CAAC;IAEH,OAAO,CACL,8BAAC,wBAAU,4BACG,4BAA4B,EACxC,IAAI,EAAE,kBAAU,CAAC,MAAM,EACvB,SAAS,EAAE,SAAS,IAChB,gBAAgB,EACpB,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AAEW,QAAA,uBAAuB,GAAG,IAAA,6BAAY,EACjD,gCAAgC,CACjC,CAAC;IACA,QAAQ,oBAAA;CACT,CAAC,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { AudioPlayerIconButtonWithShortcuts } from '../types';
2
+ export declare type AudioPlayerReplayButtonProps = AudioPlayerIconButtonWithShortcuts & {
3
+ seconds?: number;
4
+ };
5
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/replay-button/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kCAAkC,EAAC,MAAM,UAAU,CAAC;AAE5D,oBAAY,4BAA4B,GAAG,kCAAkC,GAAG;IAC9E,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/replay-button/types.ts"],"names":[],"mappings":""}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
- import { SeekBarProps } from './types';
3
- export declare const AudioPlayerSeekBar: React.FC<SeekBarProps>;
1
+ import { AudioPlayerSeekBarProps } from './types';
2
+ export declare const AudioPlayerSeekBar: import("../../../utils/with-own-theme").NewsKitReactComponents<AudioPlayerSeekBarProps>;
4
3
  //# sourceMappingURL=seek-bar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"seek-bar.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/seek-bar/seek-bar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAGzC,OAAO,EAAC,YAAY,EAAC,MAAM,SAAS,CAAC;AA4IrC,eAAO,MAAM,kBAAkB,wBAG7B,CAAC"}
1
+ {"version":3,"file":"seek-bar.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/seek-bar/seek-bar.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAC,uBAAuB,EAAC,MAAM,SAAS,CAAC;AA8IhD,eAAO,MAAM,kBAAkB,yFAG7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"seek-bar.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/seek-bar/seek-bar.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAAyC;AACzC,2CAA+C;AAC/C,yCAAoD;AAEpD,0CAAoD;AACpD,kEAA6D;AAC7D,8CAAkD;AAClD,8DAAsE;AACtE,sDAAkD;AAClD,wCAAoD;AACpD,iDAAmD;AACnD,gEAA2D;AAC3D,kEAA2C;AAC3C,wCAAwC;AACxC,wDAAkC;AAClC,iCAA8D;AAE9D,IAAM,gBAAgB,GAA2B,UAAC,EAAgB;QAAf,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA;IACxD,IAAQ,sBAAsB,GAAI,SAAS,OAAb,CAAc;IAEnD,IAAM,KAAK,GAAG,IAAA,gBAAQ,GAAE,CAAC;IAEF,IAAQ,qBAAqB,GAChD,KAAK,CAAC,iBAAiB,0BADyB,CACxB;IAErB,IAAA,eAAe,GAAI,IAAA,+BAAqB,GAAE,gBAA3B,CAA4B;IAE5C,IAAA,KACJ,eAAgB,IAAI,eAAe,EAAE,EADhC,QAAQ,cAAA,EAAE,WAAW,iBAAA,EAAE,QAAQ,cAAA,EAAE,QAAQ,cACT,CAAC;IAEjC,IAAA,mBAAmB,GAAI,IAAA,oBAAY,EAAC,CAAC,CAAC,GAAnB,CAAoB;IAE9C,IAAM,WAAW,GAA+B,IAAA,mBAAW,EACzD,UAAC,EAAuD;YAA/C,UAAU,WAAA,EAAY,aAAa,cAAA,EAAE,SAAS,eAAA;QACrD,IAAM,sBAAsB,GAAG,IAAA,oBAAQ,EACrC,EAAC,KAAK,OAAA,EAAE,SAAS,WAAA,EAAC,EAClB,iCAAiC,EACjC,cAAc,EACd,aAAa,CACd,CAAC;QAEF,IAAM,+BAA+B,GAAG,IAAA,oBAAQ,EAC9C,EAAC,KAAK,OAAA,EAAE,SAAS,WAAA,EAAC,EAClB,qCAAqC,EACrC,kBAAkB,EAClB,aAAa,CACd,CAAC;QACF,IAAM,oBAAoB,GAAG,IAAA,oBAAQ,EACnC,EAAC,KAAK,OAAA,EAAE,SAAS,WAAA,EAAC,EAClB,8BAA8B,EAC9B,WAAW,EACX,aAAa,CACd,CAAC;QAEI,IAAA,KAAmB,IAAA,uBAAe,EACtC,IAAA,4BAAoB,EAClB,KAAK,EACL,MAAM,EACN,iBAAiB,EACjB,sBAAsB,CACvB,EACD,IAAA,4BAAoB,EAClB,KAAK,EACL,MAAM,EACN,iBAAiB,EACjB,+BAA+B,CAChC,EACD,IAAA,4BAAoB,EAClB,KAAK,EACL,MAAM,EACN,iBAAiB,EACjB,oBAAoB,CACrB,EACD,CAAC,WAAW,CAAC,EACb,QAAQ,CACT,EArBM,MAAM,YAAA,EAAE,MAAM,YAqBpB,CAAC;QAEF,OAAO,CACL,8BAAC,oBAAW,eACN,UAAU,IACd,MAAM,EAAE,CAAC,WAAW,CAAC,EACrB,OAAO,EAAE,SAAS,EAClB,SAAS,EAAE,UAAA,CAAC;gBACV,IAAM,YAAY,GAAG,EAAE,CAAC;gBACxB,0BAA0B;gBAC1B,IAAI,CAAC,CAAC,OAAO,KAAK,YAAY;oBAAE,CAAC,CAAC,cAAc,EAAE,CAAC;YACrD,CAAC,EACD,KAAK,EAAE;gBACL,UAAU,EAAE,IAAA,gCAAkB,EAAC;oBAC7B,MAAM,QAAA;oBACN,MAAM,QAAA;oBACN,GAAG,EAAE,CAAC;oBACN,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC;iBAC1B,CAAC;aACH,iBACW,oBAAoB,EAChC,SAAS,wBACJ,qBAAqB,GACrB,IAAA,wCAAwB,EAAC,sBAAsB,CAAC,MAGpD,aAAa,CACF,CACf,CAAC;IACJ,CAAC,EACD;QACE,QAAQ;QACR,QAAQ;QACR,SAAS;QACT,qBAAqB;QACrB,sBAAsB;QACtB,KAAK;QACL,WAAW;KACZ,CACF,CAAC;IAEF,OAAO,CACL;QACE,8BAAC,eAAM,IACL,GAAG,EAAE,CAAC,EACN,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,EAC9B,MAAM,EAAE,CAAC,WAAW,CAAC,EACrB,IAAI,EAAE,CAAC,EACP,SAAS,EAAC,UAAU,EACpB,aAAa,EAAE,yBAAkB,IAAA,4BAAoB,EAAC;gBACpD,WAAW;aACZ,CAAC,iBAAO,IAAA,4BAAoB,EAAC,CAAC,QAAQ,CAAC,CAAC,CAAE,EAC3C,QAAQ,EAAE,UAAC,EAAO;oBAAN,KAAK,QAAA;gBAAM,OAAA,QAAQ,CAAC,KAAK,CAAC;YAAf,CAAe,EACtC,WAAW,EAAE,WAAW,EACxB,UAAU,EAAC,cAAc,EACzB,eAAe,EAAE,mBAAmB,EACpC,SAAS,wBACJ,qBAAqB,GACrB,IAAA,wCAAwB,EAAC,sBAAsB,CAAC,IAErD;QACF,8BAAC,qCAAgB,IAAC,EAAE,EAAE,mBAAmB,iBAAc,MAAM,mDAE1C,CAClB,CACJ,CAAC;AACJ,CAAC,CAAC;AAEW,QAAA,kBAAkB,GAAG,IAAA,6BAAY,EAAC,gBAAgB,CAAC,CAAC;IAC/D,QAAQ,oBAAA;IACR,YAAY,yBAAA;CACb,CAAC,CAAC"}
1
+ {"version":3,"file":"seek-bar.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/seek-bar/seek-bar.tsx"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import { SliderOverrideProps } from '../../../slider';
2
2
  import { MQ } from '../../../utils';
3
- export declare type SeekBarProps = {
3
+ export declare type AudioPlayerSeekBarProps = {
4
4
  overrides?: {
5
5
  slider?: SliderOverrideProps;
6
6
  buffering?: {
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/seek-bar/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAElC,oBAAY,YAAY,GAAG;IACzB,SAAS,CAAC,EAAE;QACV,MAAM,CAAC,EAAE,mBAAmB,CAAC;QAC7B,SAAS,CAAC,EAAE;YACV,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SAC1B,CAAC;KACH,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/seek-bar/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAElC,oBAAY,uBAAuB,GAAG;IACpC,SAAS,CAAC,EAAE;QACV,MAAM,CAAC,EAAE,mBAAmB,CAAC;QAC7B,SAAS,CAAC,EAAE;YACV,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SAC1B,CAAC;KACH,CAAC;CACH,CAAC"}
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ audioPlayerSkipNextButton: {
3
+ stylePreset: string;
4
+ };
5
+ };
6
+ export default _default;
7
+ //# sourceMappingURL=defaults.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/skip-next-button/defaults.ts"],"names":[],"mappings":";;;;;AAAA,wBAIE"}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ audioPlayerSkipNextButton: {
5
+ stylePreset: 'iconButtonMinimalPrimary',
6
+ },
7
+ };
8
+ //# sourceMappingURL=defaults.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaults.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/skip-next-button/defaults.ts"],"names":[],"mappings":";;AAAA,kBAAe;IACb,yBAAyB,EAAE;QACzB,WAAW,EAAE,0BAA0B;KACxC;CACF,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './skip-next-button';
2
+ export * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/skip-next-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,SAAS,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./skip-next-button"), exports);
14
+ __exportStar(require("./types"), exports);
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/skip-next-button/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmC;AACnC,0CAAwB"}
@@ -0,0 +1,2 @@
1
+ export declare const AudioPlayerSkipNextButton: import("../../../utils/with-own-theme").NewsKitReactComponents<import("../types").AudioPlayerIconButtonWithShortcuts>;
2
+ //# sourceMappingURL=skip-next-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skip-next-button.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/skip-next-button/skip-next-button.tsx"],"names":[],"mappings":"AAoCA,eAAO,MAAM,yBAAyB,uHAEzB,CAAC"}
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.AudioPlayerSkipNextButton = void 0;
18
+ var react_1 = __importDefault(require("react"));
19
+ var icon_button_1 = require("../../../icon-button");
20
+ var types_1 = require("../../../button/types");
21
+ var context_1 = require("../../context");
22
+ var defaults_1 = __importDefault(require("./defaults"));
23
+ var with_own_theme_1 = require("../../../utils/with-own-theme");
24
+ var utils_1 = require("../../utils");
25
+ var defaultKeyboardShortcuts = ['shift + n'];
26
+ var ThemelessAudioPlayerSkipNextButton = react_1.default.memo(function (props) {
27
+ var getSkipNextButtonProps = (0, context_1.useAudioPlayerContext)().getSkipNextButtonProps;
28
+ var overrides = (0, utils_1.useButtonOverrides)(props, 'audioPlayerSkipNextButton');
29
+ var propsFromContext = getSkipNextButtonProps && getSkipNextButtonProps(props);
30
+ (0, utils_1.useKeyboardShortcutsOnButton)({
31
+ props: propsFromContext,
32
+ defaults: defaultKeyboardShortcuts,
33
+ });
34
+ return (react_1.default.createElement(icon_button_1.IconButton, __assign({ "data-testid": "audio-player-skip-next-button", size: types_1.ButtonSize.Medium, overrides: overrides }, propsFromContext)));
35
+ });
36
+ exports.AudioPlayerSkipNextButton = (0, with_own_theme_1.withOwnTheme)(ThemelessAudioPlayerSkipNextButton)({ defaults: defaults_1.default });
37
+ //# sourceMappingURL=skip-next-button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skip-next-button.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/skip-next-button/skip-next-button.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gDAA0B;AAC1B,oDAAgD;AAChD,+CAAiD;AACjD,yCAAoD;AACpD,wDAAkC;AAClC,gEAA2D;AAC3D,qCAA6E;AAG7E,IAAM,wBAAwB,GAAG,CAAC,WAAW,CAAC,CAAC;AAE/C,IAAM,kCAAkC,GAA6C,eAAK,CAAC,IAAI,CAC7F,UAAA,KAAK;IACI,IAAA,sBAAsB,GAAI,IAAA,+BAAqB,GAAE,uBAA3B,CAA4B;IAEzD,IAAM,SAAS,GAAG,IAAA,0BAAkB,EAAC,KAAK,EAAE,2BAA2B,CAAC,CAAC;IAEzE,IAAM,gBAAgB,GACpB,sBAAuB,IAAI,sBAAsB,CAAC,KAAK,CAAC,CAAC;IAE3D,IAAA,oCAA4B,EAAC;QAC3B,KAAK,EAAE,gBAAkD;QACzD,QAAQ,EAAE,wBAAwB;KACnC,CAAC,CAAC;IAEH,OAAO,CACL,8BAAC,wBAAU,4BACG,+BAA+B,EAC3C,IAAI,EAAE,kBAAU,CAAC,MAAM,EACvB,SAAS,EAAE,SAAS,IAChB,gBAAgB,EACpB,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AAEW,QAAA,yBAAyB,GAAG,IAAA,6BAAY,EACnD,kCAAkC,CACnC,CAAC,EAAC,QAAQ,oBAAA,EAAC,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { AudioPlayerIconButtonWithShortcuts } from '../types';
2
+ export declare type AudioPlayerSkipNextButtonProps = AudioPlayerIconButtonWithShortcuts;
3
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/skip-next-button/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kCAAkC,EAAC,MAAM,UAAU,CAAC;AAE5D,oBAAY,8BAA8B,GAAG,kCAAkC,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/skip-next-button/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ audioPlayerSkipPreviousButton: {
3
+ stylePreset: string;
4
+ };
5
+ };
6
+ export default _default;
7
+ //# sourceMappingURL=defaults.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/skip-previous-button/defaults.ts"],"names":[],"mappings":";;;;;AAAA,wBAIE"}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ audioPlayerSkipPreviousButton: {
5
+ stylePreset: 'iconButtonMinimalPrimary',
6
+ },
7
+ };
8
+ //# sourceMappingURL=defaults.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaults.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/skip-previous-button/defaults.ts"],"names":[],"mappings":";;AAAA,kBAAe;IACb,6BAA6B,EAAE;QAC7B,WAAW,EAAE,0BAA0B;KACxC;CACF,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './skip-previous-button';
2
+ export * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/skip-previous-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,SAAS,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./skip-previous-button"), exports);
14
+ __exportStar(require("./types"), exports);
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/skip-previous-button/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAuC;AACvC,0CAAwB"}
@@ -0,0 +1,2 @@
1
+ export declare const AudioPlayerSkipPreviousButton: import("../../../utils/with-own-theme").NewsKitReactComponents<import("../types").AudioPlayerIconButtonWithShortcuts>;
2
+ //# sourceMappingURL=skip-previous-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skip-previous-button.d.ts","sourceRoot":"","sources":["../../../../../src/audio-player-composable/components/skip-previous-button/skip-previous-button.tsx"],"names":[],"mappings":"AAuCA,eAAO,MAAM,6BAA6B,uHAE7B,CAAC"}
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.AudioPlayerSkipPreviousButton = void 0;
18
+ var react_1 = __importDefault(require("react"));
19
+ var icon_button_1 = require("../../../icon-button");
20
+ var types_1 = require("../../../button/types");
21
+ var context_1 = require("../../context");
22
+ var defaults_1 = __importDefault(require("./defaults"));
23
+ var with_own_theme_1 = require("../../../utils/with-own-theme");
24
+ var utils_1 = require("../../utils");
25
+ var defaultKeyboardShortcuts = ['shift + p'];
26
+ var ThemelessAudioPlayerSkipPreviousButton = react_1.default.memo(function (props) {
27
+ var getSkipPreviousButtonProps = (0, context_1.useAudioPlayerContext)().getSkipPreviousButtonProps;
28
+ var overrides = (0, utils_1.useButtonOverrides)(props, 'audioPlayerSkipPreviousButton');
29
+ var propsFromContext = getSkipPreviousButtonProps && getSkipPreviousButtonProps(props);
30
+ (0, utils_1.useKeyboardShortcutsOnButton)({
31
+ props: propsFromContext,
32
+ defaults: defaultKeyboardShortcuts,
33
+ });
34
+ return (react_1.default.createElement(icon_button_1.IconButton, __assign({ "data-testid": "audio-player-skip-previous-button", size: types_1.ButtonSize.Medium, overrides: overrides }, propsFromContext)));
35
+ });
36
+ exports.AudioPlayerSkipPreviousButton = (0, with_own_theme_1.withOwnTheme)(ThemelessAudioPlayerSkipPreviousButton)({ defaults: defaults_1.default });
37
+ //# sourceMappingURL=skip-previous-button.js.map