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
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { ImageProps } from './types';
3
- export declare const Image: React.FC<ImageProps>;
2
+ export declare const Image: import("../utils/with-own-theme").NewsKitReactComponents<ImageProps>;
4
3
  //# sourceMappingURL=image.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../src/image/image.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAG3D,OAAO,EAAC,UAAU,EAAC,MAAM,SAAS,CAAC;AAuHnC,eAAO,MAAM,KAAK,sBAAyD,CAAC"}
1
+ {"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../src/image/image.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAC,UAAU,EAAC,MAAM,SAAS,CAAC;AAuHnC,eAAO,MAAM,KAAK,sEAAyD,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { InlineMessageProps } from './types';
3
- export declare const InlineMessage: import("react").FC<InlineMessageProps>;
2
+ export declare const InlineMessage: import("../utils/with-own-theme").NewsKitReactComponents<InlineMessageProps>;
4
3
  //# sourceMappingURL=inline-message.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"inline-message.d.ts","sourceRoot":"","sources":["../../../src/inline-message/inline-message.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAqB3C,eAAO,MAAM,aAAa,wCAGxB,CAAC"}
1
+ {"version":3,"file":"inline-message.d.ts","sourceRoot":"","sources":["../../../src/inline-message/inline-message.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAqB3C,eAAO,MAAM,aAAa,8EAGxB,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { LabelProps } from './types';
3
- export declare const Label: React.FC<LabelProps>;
2
+ export declare const Label: import("../utils/with-own-theme").NewsKitReactComponents<LabelProps>;
4
3
  //# sourceMappingURL=label.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/label/label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAC,UAAU,EAAC,MAAM,SAAS,CAAC;AAqBnC,eAAO,MAAM,KAAK,sBAAyD,CAAC"}
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/label/label.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAC,UAAU,EAAC,MAAM,SAAS,CAAC;AAqBnC,eAAO,MAAM,KAAK,sEAAyD,CAAC"}
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- export declare const LinkInline: import("react").FC<import("./types").InternalLinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
2
+ export declare const LinkInline: import("../utils/with-own-theme").NewsKitReactComponents<import("./types").InternalLinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
3
3
  //# sourceMappingURL=link-inline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"link-inline.d.ts","sourceRoot":"","sources":["../../../src/link/link-inline.ts"],"names":[],"mappings":";AAIA,eAAO,MAAM,UAAU,4GAEtB,CAAC"}
1
+ {"version":3,"file":"link-inline.d.ts","sourceRoot":"","sources":["../../../src/link/link-inline.ts"],"names":[],"mappings":";AAIA,eAAO,MAAM,UAAU,kJAEtB,CAAC"}
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- export declare const LinkStandalone: import("react").FC<import("./types").InternalLinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
2
+ export declare const LinkStandalone: import("../utils/with-own-theme").NewsKitReactComponents<import("./types").InternalLinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
3
3
  //# sourceMappingURL=link-standalone.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"link-standalone.d.ts","sourceRoot":"","sources":["../../../src/link/link-standalone.ts"],"names":[],"mappings":";AAIA,eAAO,MAAM,cAAc,4GAE1B,CAAC"}
1
+ {"version":3,"file":"link-standalone.d.ts","sourceRoot":"","sources":["../../../src/link/link-standalone.ts"],"names":[],"mappings":";AAIA,eAAO,MAAM,cAAc,kJAE1B,CAAC"}
@@ -3,6 +3,6 @@ import { LinkProps } from './types';
3
3
  /**
4
4
  * @deprecated This component has been deprecated and will be removed in a future release, use LinkStandalone or LinkInline instead;
5
5
  */
6
- export declare const Link: React.FC<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
7
- export declare const A: React.FC<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
6
+ export declare const Link: import("../utils/with-own-theme").NewsKitReactComponents<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
7
+ export declare const A: import("../utils/with-own-theme").NewsKitReactComponents<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
8
8
  //# sourceMappingURL=link.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../src/link/link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAIlC;;GAEG;AACH,eAAO,MAAM,IAAI,8DAIhB,CAAC;AAEF,eAAO,MAAM,CAAC,8DAAO,CAAC"}
1
+ {"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../src/link/link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAIlC;;GAEG;AACH,eAAO,MAAM,IAAI,8GAIhB,CAAC;AAEF,eAAO,MAAM,CAAC,8GAAO,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  export declare const isLinkExternal: (href: string) => boolean;
3
- export declare const withLinkTheme: <P extends {}>(BaseComponent: React.ComponentType<P> | React.ForwardRefExoticComponent<P>) => React.FC<P>;
3
+ export declare const withLinkTheme: <P extends {}>(BaseComponent: React.ComponentType<P> | React.ForwardRefExoticComponent<P>) => import("../utils/with-own-theme").NewsKitReactComponents<P>;
4
4
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/link/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,cAAc,SAAU,MAAM,YAU1C,CAAC;AAEF,eAAO,MAAM,aAAa,2GAEgC,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/link/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,cAAc,SAAU,MAAM,YAU1C,CAAC;AAEF,eAAO,MAAM,aAAa,2JAEgC,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { MenuProps } from './types';
3
- export declare const Menu: React.FC<MenuProps & React.RefAttributes<HTMLElement>>;
3
+ export declare const Menu: import("../utils/with-own-theme").NewsKitReactComponents<MenuProps & React.RefAttributes<HTMLElement>>;
4
4
  //# sourceMappingURL=menu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/menu/menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAGL,SAAS,EAEV,MAAM,SAAS,CAAC;AAgDjB,eAAO,MAAM,IAAI,wDAAwD,CAAC"}
1
+ {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/menu/menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAGL,SAAS,EAEV,MAAM,SAAS,CAAC;AAgDjB,eAAO,MAAM,IAAI,wGAAwD,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { ModalProps } from './types';
3
- export declare const Modal: React.FC<ModalProps>;
2
+ export declare const Modal: import("../utils/with-own-theme").NewsKitReactComponents<ModalProps>;
4
3
  //# sourceMappingURL=modal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/modal/modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,UAAU,EAAC,MAAM,SAAS,CAAC;AA0FnC,eAAO,MAAM,KAAK,sBAGhB,CAAC"}
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/modal/modal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAC,UAAU,EAAC,MAAM,SAAS,CAAC;AA0FnC,eAAO,MAAM,KAAK,sEAGhB,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { OrderedListProps } from './types';
3
- export declare const OrderedList: React.FC<OrderedListProps>;
2
+ export declare const OrderedList: import("../utils/with-own-theme").NewsKitReactComponents<OrderedListProps>;
4
3
  //# sourceMappingURL=ordered-list.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ordered-list.d.ts","sourceRoot":"","sources":["../../../src/ordered-list/ordered-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAO,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAC;AAwCzC,eAAO,MAAM,WAAW,4BAAiD,CAAC"}
1
+ {"version":3,"file":"ordered-list.d.ts","sourceRoot":"","sources":["../../../src/ordered-list/ordered-list.tsx"],"names":[],"mappings":"AASA,OAAO,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAC;AAwCzC,eAAO,MAAM,WAAW,4EAAiD,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { MQ } from '../utils/style';
3
2
  interface OverlayProps {
4
3
  open: boolean;
@@ -8,6 +7,6 @@ interface OverlayProps {
8
7
  stylePreset?: MQ<string>;
9
8
  };
10
9
  }
11
- export declare const Overlay: React.FC<OverlayProps>;
10
+ export declare const Overlay: import("../utils/with-own-theme").NewsKitReactComponents<OverlayProps>;
12
11
  export {};
13
12
  //# sourceMappingURL=overlay.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../src/overlay/overlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAyB,EAAE,EAAqB,MAAM,gBAAgB,CAAC;AAM9E,UAAU,YAAY;IACpB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE;QACV,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KAC1B,CAAC;CACH;AA4CD,eAAO,MAAM,OAAO,wBAGlB,CAAC"}
1
+ {"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../src/overlay/overlay.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAyB,EAAE,EAAqB,MAAM,gBAAgB,CAAC;AAM9E,UAAU,YAAY;IACpB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE;QACV,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KAC1B,CAAC;CACH;AA4CD,eAAO,MAAM,OAAO,wEAGlB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { RadioButtonProps } from './types';
3
- export declare const RadioButton: React.FC<RadioButtonProps & React.RefAttributes<HTMLInputElement>>;
3
+ export declare const RadioButton: import("../utils/with-own-theme").NewsKitReactComponents<RadioButtonProps & React.RefAttributes<HTMLInputElement>>;
4
4
  //# sourceMappingURL=radio-button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio-button.d.ts","sourceRoot":"","sources":["../../../src/radio-button/radio-button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,gBAAgB,EAAuB,MAAM,SAAS,CAAC;AAiE/D,eAAO,MAAM,WAAW,oEAGtB,CAAC"}
1
+ {"version":3,"file":"radio-button.d.ts","sourceRoot":"","sources":["../../../src/radio-button/radio-button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,gBAAgB,EAAuB,MAAM,SAAS,CAAC;AAiE/D,eAAO,MAAM,WAAW,oHAGtB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { ScrollProps } from './types';
3
- export declare const Scroll: React.FC<ScrollProps & React.RefAttributes<HTMLDivElement>>;
3
+ export declare const Scroll: import("../utils/with-own-theme").NewsKitReactComponents<ScrollProps & React.RefAttributes<HTMLDivElement>>;
4
4
  //# sourceMappingURL=scroll.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"scroll.d.ts","sourceRoot":"","sources":["../../../src/scroll/scroll.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAI9C,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAyLpC,eAAO,MAAM,MAAM,6DAGjB,CAAC"}
1
+ {"version":3,"file":"scroll.d.ts","sourceRoot":"","sources":["../../../src/scroll/scroll.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAI9C,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAuLpC,eAAO,MAAM,MAAM,6GAGjB,CAAC"}
@@ -34,7 +34,7 @@ import { useIsomorphicLayoutEffect } from '../utils/hooks';
34
34
  import defaults from './defaults';
35
35
  import stylePresets from './style-presets';
36
36
  import { withOwnTheme } from '../utils/with-own-theme';
37
- var SCROLL_THRESHOLD = 0.99;
37
+ import { SCROLL_THRESHOLD } from './utils';
38
38
  var ThemelessScroll = React.forwardRef(function (_a, ref) {
39
39
  var _b = _a.vertical, vertical = _b === void 0 ? false : _b, controls = _a.controls, _c = _a.stepDistance, stepDistance = _c === void 0 ? 160 : _c, snapAlign = _a.snapAlign, _d = _a.scrollBar, scrollBar = _d === void 0 ? false : _d, children = _a.children, _e = _a.overrides, overrides = _e === void 0 ? {} : _e, props = __rest(_a, ["vertical", "controls", "stepDistance", "snapAlign", "scrollBar", "children", "overrides"]);
40
40
  var theme = useTheme();
@@ -81,7 +81,7 @@ var ThemelessScroll = React.forwardRef(function (_a, ref) {
81
81
  var controlsEnabled = Boolean(controls && (controls === 'hover' || controls === 'static'));
82
82
  var iconSize = 'small';
83
83
  return (React.createElement(StyledScrollNav, { controlsVariant: controls, showStartShadow: canScrollStart, showEndShadow: canScrollEnd, vertical: vertical, overrides: overrides },
84
- React.createElement(StyledScrollContainer, __assign({ tabIndex: 0 }, props, { vertical: vertical, "aria-orientation": vertical ? 'vertical' : 'horizontal', snapAlign: snapAlign, scrollBar: scrollBar, ref: composeRefs(scrollContainerRef, ref), "data-testid": "scroll-container", onScroll: debounceCheckForScrollPosition, controlsEnabled: controlsEnabled }), snapAlign ? (React.createElement(ScrollSnapAlignmentContextProvider, { value: snapAlign }, children)) : (children)),
84
+ React.createElement(StyledScrollContainer, __assign({ tabIndex: 0 }, props, { vertical: vertical, snapAlign: snapAlign, scrollBar: scrollBar, ref: composeRefs(scrollContainerRef, ref), "data-testid": "scroll-container", onScroll: debounceCheckForScrollPosition, controlsEnabled: controlsEnabled }), snapAlign ? (React.createElement(ScrollSnapAlignmentContextProvider, { value: snapAlign }, children)) : (children)),
85
85
  controlsEnabled && (React.createElement(React.Fragment, null,
86
86
  canScrollEnd && (React.createElement(StyledScrollButtonContainer, { className: "nk-scroll-controls", vertical: vertical, position: "end", overrides: overrides },
87
87
  React.createElement(IconButton, { "aria-label": "Scroll ".concat(vertical ? 'bottom' : 'right'), overrides: buttonOverrides, tabIndex: -1, "data-testid": "scroll-arrow-".concat(vertical ? 'bottom' : 'right'), onClick: function () { return scrollContainer(stepDistance); }, size: iconSize },
@@ -1 +1 @@
1
- {"version":3,"file":"scroll.js","sourceRoot":"","sources":["../../../src/scroll/scroll.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"scroll.js","sourceRoot":"","sources":["../../../src/scroll/scroll.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export declare const SCROLL_THRESHOLD = 0.99;
2
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/scroll/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,OAAO,CAAC"}
@@ -0,0 +1,2 @@
1
+ export var SCROLL_THRESHOLD = 0.99;
2
+ //# sourceMappingURL=utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/scroll/utils.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,gBAAgB,GAAG,IAAI,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { SelectProps } from './types';
3
- export declare const Select: React.FC<SelectProps & React.RefAttributes<HTMLInputElement>>;
3
+ export declare const Select: import("../utils/with-own-theme").NewsKitReactComponents<SelectProps & React.RefAttributes<HTMLInputElement>>;
4
4
  //# sourceMappingURL=select.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/select/select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAGtE,OAAO,EAAC,WAAW,EAAoB,MAAM,SAAS,CAAC;AAwPvD,eAAO,MAAM,MAAM,+DAKlB,CAAC"}
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/select/select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAGtE,OAAO,EAAC,WAAW,EAAoB,MAAM,SAAS,CAAC;AAwPvD,eAAO,MAAM,MAAM,+GAKlB,CAAC"}
@@ -16,5 +16,5 @@ export interface ShareBarProps extends React.HTMLAttributes<HTMLElement> {
16
16
  };
17
17
  };
18
18
  }
19
- export declare const ShareBar: React.FC<ShareBarProps>;
19
+ export declare const ShareBar: import("../utils/with-own-theme").NewsKitReactComponents<ShareBarProps>;
20
20
  //# sourceMappingURL=share-bar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"share-bar.d.ts","sourceRoot":"","sources":["../../../src/share-bar/share-bar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAOL,EAAE,EACH,MAAM,gBAAgB,CAAC;AAOxB,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC;IACtE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE;QACV,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,KAAK,CAAC,EAAE;YACN,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YAC9B,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YACzB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YACzB,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SACzB,CAAC;QACF,KAAK,CAAC,EAAE;YACN,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SAC1B,CAAC;KACH,CAAC;CACH;AAiED,eAAO,MAAM,QAAQ,yBAEnB,CAAC"}
1
+ {"version":3,"file":"share-bar.d.ts","sourceRoot":"","sources":["../../../src/share-bar/share-bar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAOL,EAAE,EACH,MAAM,gBAAgB,CAAC;AAOxB,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC;IACtE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE;QACV,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,KAAK,CAAC,EAAE;YACN,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YAC9B,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YACzB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YACzB,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SACzB,CAAC;QACF,KAAK,CAAC,EAAE;YACN,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SAC1B,CAAC;KACH,CAAC;CACH;AAiED,eAAO,MAAM,QAAQ,yEAEnB,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { SliderProps } from './types';
3
- export declare const Slider: React.FC<SliderProps>;
2
+ export declare const Slider: import("../utils/with-own-theme").NewsKitReactComponents<SliderProps>;
4
3
  //# sourceMappingURL=slider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../src/slider/slider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,WAAW,EAAgB,MAAM,SAAS,CAAC;AA6NnD,eAAO,MAAM,MAAM,uBAA0D,CAAC"}
1
+ {"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../src/slider/slider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAC,WAAW,EAAgB,MAAM,SAAS,CAAC;AA2NnD,eAAO,MAAM,MAAM,uEAA0D,CAAC"}
@@ -42,7 +42,7 @@ var ThemelessSlider = function (_a) {
42
42
  var renderTrackFn = renderTrack ||
43
43
  (function (_a) {
44
44
  var p = _a.props, children = _a.children, isDragged = _a.isDragged;
45
- return (React.createElement(StyledTrack, __assign({}, p, { values: values, dragged: isDragged, disabled: disabled, vertical: vertical, "aria-valuemin": min, "aria-valuemax": Math.floor(max), "aria-orientation": vertical ? 'vertical' : 'horizontal', labelPosition: labelPosition, style: getTrackBackgroundStyle(theme, sliderTrackStylePreset, sliderIndicatorStylePreset, values, min, max, vertical), "data-testid": "".concat(dataTestId, "-track"), onMouseDown: p.onMouseDown, onTouchStart: p.onTouchStart, onKeyDown: function (e) {
45
+ return (React.createElement(StyledTrack, __assign({}, p, { values: values, dragged: isDragged, disabled: disabled, vertical: vertical, labelPosition: labelPosition, style: getTrackBackgroundStyle(theme, sliderTrackStylePreset, sliderIndicatorStylePreset, values, min, max, vertical), "data-testid": "".concat(dataTestId, "-track"), onMouseDown: p.onMouseDown, onTouchStart: p.onTouchStart, onKeyDown: function (e) {
46
46
  var spaceKeyCode = 32;
47
47
  if (e.keyCode === spaceKeyCode)
48
48
  e.preventDefault();
@@ -52,7 +52,7 @@ var ThemelessSlider = function (_a) {
52
52
  var renderThumbFn = renderThumb ||
53
53
  (function (_a) {
54
54
  var p = _a.props, index = _a.index, isDragged = _a.isDragged;
55
- return (React.createElement(StyledThumb, __assign({}, p, { disabled: disabled, "aria-label": ariaLabel, "aria-valuetext": ariaValueText, "aria-describedby": ariaDescribedBy, values: values, dragged: isDragged, "data-testid": "".concat(dataTestId, "-thumb"), overrides: overrides }),
55
+ return (React.createElement(StyledThumb, __assign({}, p, { disabled: disabled, "aria-label": ariaLabel, "aria-orientation": vertical ? 'vertical' : 'horizontal', "aria-valuetext": ariaValueText, "aria-describedby": ariaDescribedBy, values: values, dragged: isDragged, "data-testid": "".concat(dataTestId, "-thumb"), overrides: overrides }),
56
56
  ThumbIcon && React.createElement(ThumbIcon, null),
57
57
  React.createElement(ThumbLabelWrapper, { values: values, index: index, dragged: isDragged, thumbLabel: thumbLabel, vertical: vertical, overrides: overrides })));
58
58
  });
@@ -1 +1 @@
1
- {"version":3,"file":"slider.js","sourceRoot":"","sources":["../../../src/slider/slider.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,KAAK,EAAE,SAAS,EAAC,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAc,aAAa,EAAC,MAAM,SAAS,CAAC;AACnD,OAAO,EAAC,IAAI,EAAE,iBAAiB,EAAE,KAAK,EAAC,MAAM,UAAU,CAAC;AACxD,OAAO,EACL,cAAc,EACd,WAAW,EACX,WAAW,EACX,iBAAiB,EACjB,cAAc,GACf,MAAM,UAAU,CAAC;AAClB,OAAO,EAAC,iBAAiB,EAAC,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAE,uBAAuB,EAAC,MAAM,SAAS,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,UAAU,CAAC;AAClC,OAAO,EAAC,QAAQ,EAAC,MAAM,oBAAoB,CAAC;AAC5C,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,YAAY,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AAErD,IAAM,YAAY,GAAG;;QAGjB,GAAC,aAAa,CAAC,MAAM,IAAG,IAAI,CAAC,gBAAgB;QAC7C,GAAC,aAAa,CAAC,KAAK,IAAG,IAAI,CAAC,aAAa;QACzC,GAAC,aAAa,CAAC,MAAM,IAAG,SAAS;;;QAIjC,GAAC,aAAa,CAAC,MAAM,IAAG,IAAI,CAAC,aAAa;QAC1C,GAAC,aAAa,CAAC,KAAK,IAAG,IAAI,CAAC,YAAY;QACxC,GAAC,aAAa,CAAC,MAAM,IAAG,SAAS;;CAEpC,CAAC;AAEF,IAAM,eAAe,GAA0B,UAAC,EAsB/C;QArBC,GAAG,SAAA,EACH,GAAG,SAAA,EACH,YAAQ,EAAR,IAAI,mBAAG,CAAC,KAAA,EACR,QAAQ,cAAA,EACR,aAAa,mBAAA,EACb,SAAS,eAAA,EACT,QAAQ,cAAA,EACR,MAAM,YAAA,EACN,QAAQ,cAAA,EACR,iBAAoB,EAApB,SAAS,mBAAG,QAAQ,KAAA,EACpB,aAAa,mBAAA,EACb,eAAe,qBAAA,EACf,QAAQ,cAAA,EACR,QAAQ,cAAA,EACR,qBAAoC,EAApC,aAAa,mBAAG,aAAa,CAAC,MAAM,KAAA,EACpC,UAAU,gBAAA,EACC,SAAS,eAAA,EACpB,kBAAqB,EAArB,UAAU,mBAAG,QAAQ,KAAA,EACrB,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA,EACd,WAAW,iBAAA,EACX,WAAW,iBAAA;IAEX,IAAM,KAAK,GAAG,QAAQ,EAAE,CAAC;IACzB,IAAM,sBAAsB,GAAG,QAAQ,CACrC,EAAC,KAAK,OAAA,EAAE,SAAS,WAAA,EAAC,EAClB,cAAc,EACd,OAAO,EACP,aAAa,CACd,CAAC;IACF,IAAM,0BAA0B,GAAG,QAAQ,CACzC,EAAC,KAAK,OAAA,EAAE,SAAS,WAAA,EAAC,EAClB,kBAAkB,EAClB,WAAW,EACX,aAAa,CACd,CAAC;IAEF,IAAM,aAAa,GACjB,WAAW;QACX,CAAC,UAAC,EAA+B;gBAAvB,CAAC,WAAA,EAAE,QAAQ,cAAA,EAAE,SAAS,eAAA;YAAM,OAAA,CACpC,oBAAC,WAAW,eACN,CAAC,IACL,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,SAAS,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,mBACH,GAAG,mBACH,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,sBACZ,QAAQ,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,YAAY,EACtD,aAAa,EAAE,aAAa,EAC5B,KAAK,EAAE,uBAAuB,CAC5B,KAAK,EACL,sBAAsB,EACtB,0BAA0B,EAC1B,MAAM,EACN,GAAG,EACH,GAAG,EACH,QAAQ,CACT,iBACY,UAAG,UAAU,WAAQ,EAClC,WAAW,EAAE,CAAC,CAAC,WAAW,EAC1B,YAAY,EAAE,CAAC,CAAC,YAAY,EAC5B,SAAS,EAAE,UAAA,CAAC;oBACV,IAAM,YAAY,GAAG,EAAE,CAAC;oBACxB,IAAI,CAAC,CAAC,OAAO,KAAK,YAAY;wBAAE,CAAC,CAAC,cAAc,EAAE,CAAC;oBACnD,OAAO,SAAS,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC;gBACnC,CAAC,EACD,SAAS,EAAE,SAAS,KAEnB,QAAQ,CACG,CACf;QAhCqC,CAgCrC,CAAC,CAAC;IAEL,IAAM,aAAa,GACjB,WAAW;QACX,CAAC,UAAC,EAA4B;gBAApB,CAAC,WAAA,EAAE,KAAK,WAAA,EAAE,SAAS,eAAA;YAAM,OAAA,CACjC,oBAAC,WAAW,eACN,CAAC,IACL,QAAQ,EAAE,QAAQ,gBACN,SAAS,oBACL,aAAa,sBACX,eAAe,EACjC,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,SAAS,iBACL,UAAG,UAAU,WAAQ,EAClC,SAAS,EAAE,SAAS;gBAEnB,SAAS,IAAI,oBAAC,SAAS,OAAG;gBAC3B,oBAAC,iBAAiB,IAChB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,KAAK,EACZ,OAAO,EAAE,SAAS,EAClB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,SAAS,GACpB,CACU,CACf;QAtBkC,CAsBlC,CAAC,CAAC;IAEL,IAAM,YAAY,GAAG,QAAQ,IAAI,CAC/B,oBAAC,iBAAiB,IAChB,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAC,KAAK,iBACH,WAAW,EACvB,IAAI,EAAE,OAAO,QAAQ,KAAK,QAAQ,EAClC,SAAS,EAAE,SAAS,IAEnB,WAAW,CAAC,QAAQ,CAAC,CACJ,CACrB,CAAC;IAEF,IAAM,YAAY,GAAG,QAAQ,IAAI,CAC/B,oBAAC,iBAAiB,IAChB,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAC,KAAK,iBACH,WAAW,EACvB,IAAI,EAAE,OAAO,QAAQ,KAAK,QAAQ,EAClC,SAAS,EAAE,SAAS,IAEnB,WAAW,CAAC,QAAQ,CAAC,CACJ,CACrB,CAAC;IAEF,IAAM,MAAM,GAAG,CACb,oBAAC,KAAK,IACJ,IAAI,EAAE,IAAI,EACV,GAAG,EAAE,GAAG,EACR,GAAG,EAAE,GAAG,EACR,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,aAAa,EAAE,aAAa,EAC5B,SAAS,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,EACpD,WAAW,EAAE,aAAa,EAC1B,WAAW,EAAE,aAAa,GAC1B,CACH,CAAC;IAEF,IAAM,YAAY,GAAG,aAAa,KAAK,aAAa,CAAC,MAAM,CAAC;IAC5D,IAAM,cAAc,GAAG,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAChD,oBAAC,cAAc,IACb,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,SAAS;QAEpB,oBAAC,KAAK,IACJ,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,EACnD,iBAAiB,EAAE,iBAAiB,CAAC,YAAY,EACjD,WAAW,EAAE,QAAQ,EACrB,QAAQ;YAEP,YAAY;YACZ,YAAY,CACP,CACO,CAClB,CAAC;IAEF,IAAI,IAAI,GAAG,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;IAClE,IAAI,WAAW,GAAG,QAAQ,CAAC;IAE3B,IAAI,QAAQ,IAAI,aAAa,KAAK,aAAa,CAAC,MAAM,EAAE;QACtD,IAAI,GAAG,IAAI,CAAC,iBAAiB,CAAC;QAC9B,WAAW,GAAG,KAAK,CAAC;KACrB;IAED,OAAO,CACL,oBAAC,cAAc,IACb,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,QAAQ,EAChB,IAAI,EAAE,IAAI,EACV,iBAAiB,EAAE,iBAAiB,CAAC,MAAM,EAC3C,WAAW,EAAE,WAAW,EACxB,IAAI,EAAE,CAAC,YAAY,EACnB,QAAQ,uBACK,UAAU;QAEtB,YAAY,IAAI,YAAY;QAC5B,aAAa,KAAK,aAAa,CAAC,MAAM,IAAI,cAAc;QACxD,MAAM;QACN,aAAa,KAAK,aAAa,CAAC,KAAK,IAAI,cAAc;QACvD,YAAY,IAAI,YAAY,CACd,CAClB,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,IAAM,MAAM,GAAG,YAAY,CAAC,eAAe,CAAC,CAAC,EAAC,QAAQ,UAAA,EAAE,YAAY,cAAA,EAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"slider.js","sourceRoot":"","sources":["../../../src/slider/slider.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { StandfirstProps } from './types';
3
- export declare const Standfirst: React.FC<StandfirstProps>;
2
+ export declare const Standfirst: import("../utils/with-own-theme").NewsKitReactComponents<StandfirstProps>;
4
3
  //# sourceMappingURL=standfirst.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"standfirst.d.ts","sourceRoot":"","sources":["../../../src/standfirst/standfirst.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAC,eAAe,EAAC,MAAM,SAAS,CAAC;AAyBxC,eAAO,MAAM,UAAU,2BAErB,CAAC"}
1
+ {"version":3,"file":"standfirst.d.ts","sourceRoot":"","sources":["../../../src/standfirst/standfirst.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAC,eAAe,EAAC,MAAM,SAAS,CAAC;AAyBxC,eAAO,MAAM,UAAU,2EAErB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { StructuredListItemProps } from './types';
3
- export declare const StructuredListItem: React.FC<StructuredListItemProps & React.RefAttributes<HTMLAnchorElement>>;
3
+ export declare const StructuredListItem: import("../utils/with-own-theme").NewsKitReactComponents<StructuredListItemProps & React.RefAttributes<HTMLAnchorElement>>;
4
4
  //# sourceMappingURL=structured-list-item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"structured-list-item.d.ts","sourceRoot":"","sources":["../../../src/structured-list/structured-list-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA0B,uBAAuB,EAAC,MAAM,SAAS,CAAC;AA6JzE,eAAO,MAAM,kBAAkB,4EAG7B,CAAC"}
1
+ {"version":3,"file":"structured-list-item.d.ts","sourceRoot":"","sources":["../../../src/structured-list/structured-list-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA0B,uBAAuB,EAAC,MAAM,SAAS,CAAC;AA6JzE,eAAO,MAAM,kBAAkB,4HAG7B,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { StructuredListCellProps, StructuredListProps } from './types';
3
3
  export declare const StructuredListCell: React.FC<StructuredListCellProps>;
4
- export declare const StructuredList: React.FC<StructuredListProps>;
4
+ export declare const StructuredList: import("../utils/with-own-theme").NewsKitReactComponents<StructuredListProps>;
5
5
  //# sourceMappingURL=structured-list.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"structured-list.d.ts","sourceRoot":"","sources":["../../../src/structured-list/structured-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,uBAAuB,EAEvB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAOjB,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAQhE,CAAC;AAiCF,eAAO,MAAM,cAAc,+BAGzB,CAAC"}
1
+ {"version":3,"file":"structured-list.d.ts","sourceRoot":"","sources":["../../../src/structured-list/structured-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,uBAAuB,EAEvB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAOjB,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAQhE,CAAC;AAiCF,eAAO,MAAM,cAAc,+EAGzB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { TabProps, TabsProps } from './types';
3
3
  export declare const Tab: React.FC<TabProps>;
4
- export declare const Tabs: React.FC<TabsProps>;
4
+ export declare const Tabs: import("../utils/with-own-theme").NewsKitReactComponents<TabsProps>;
5
5
  //# sourceMappingURL=tabs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/tabs/tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,EACL,QAAQ,EACR,SAAS,EAKV,MAAM,SAAS,CAAC;AAoCjB,eAAO,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAe,CAAC;AAiVnD,eAAO,MAAM,IAAI,qBAAwD,CAAC"}
1
+ {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/tabs/tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,EACL,QAAQ,EACR,SAAS,EAKV,MAAM,SAAS,CAAC;AAoCjB,eAAO,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAe,CAAC;AAiVnD,eAAO,MAAM,IAAI,qEAAwD,CAAC"}
package/esm/tag/tag.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { TagProps } from './types';
3
- export declare const Tag: React.FC<TagProps>;
2
+ export declare const Tag: import("../utils/with-own-theme").NewsKitReactComponents<TagProps>;
4
3
  //# sourceMappingURL=tag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../src/tag/tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,QAAQ,EAAU,MAAM,SAAS,CAAC;AAmC1C,eAAO,MAAM,GAAG,oBAAuD,CAAC"}
1
+ {"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../src/tag/tag.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,QAAQ,EAAU,MAAM,SAAS,CAAC;AAmC1C,eAAO,MAAM,GAAG,oEAAuD,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { TextFieldProps } from './types';
3
- export declare const TextField: React.FC<TextFieldProps & React.RefAttributes<HTMLInputElement>>;
3
+ export declare const TextField: import("../utils/with-own-theme").NewsKitReactComponents<TextFieldProps & React.RefAttributes<HTMLInputElement>>;
4
4
  //# sourceMappingURL=text-field.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text-field.d.ts","sourceRoot":"","sources":["../../../src/text-field/text-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,cAAc,EAAgB,MAAM,SAAS,CAAC;AAoGtD,eAAO,MAAM,SAAS,kEAEpB,CAAC"}
1
+ {"version":3,"file":"text-field.d.ts","sourceRoot":"","sources":["../../../src/text-field/text-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,cAAc,EAAgB,MAAM,SAAS,CAAC;AAoGtD,eAAO,MAAM,SAAS,kHAEpB,CAAC"}
@@ -1,4 +1,7 @@
1
1
  import React from 'react';
2
2
  import { TextInputProps } from './types';
3
- export declare const TextInput: React.FC<TextInputProps & React.RefAttributes<HTMLInputElement>>;
3
+ /**
4
+ * @deprecated This component has been deprecated and will be removed in a future release, use TextField instead
5
+ */
6
+ export declare const TextInput: import("../utils/with-own-theme").NewsKitReactComponents<TextInputProps & React.RefAttributes<HTMLInputElement>>;
4
7
  //# sourceMappingURL=text-input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text-input.d.ts","sourceRoot":"","sources":["../../../src/text-input/text-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAO,EAAC,cAAc,EAAgB,MAAM,SAAS,CAAC;AAgNtD,eAAO,MAAM,SAAS,kEAGpB,CAAC"}
1
+ {"version":3,"file":"text-input.d.ts","sourceRoot":"","sources":["../../../src/text-input/text-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAO,EAAC,cAAc,EAAgB,MAAM,SAAS,CAAC;AAiNtD;;GAEG;AACH,eAAO,MAAM,SAAS,kHAGpB,CAAC"}
@@ -33,9 +33,6 @@ import { IconFilledCheckCircle, IconFilledError } from '../icons';
33
33
  import defaults from './defaults';
34
34
  import stylePresets from './style-presets';
35
35
  import { withOwnTheme } from '../utils/with-own-theme';
36
- /**
37
- * @deprecated This component has been deprecated and will be removed in a future release, use TextField instead
38
- */
39
36
  var ThemelessTextInput = React.forwardRef(function (_a, ref) {
40
37
  var _b, _c;
41
38
  var _d = _a.overrides, overrides = _d === void 0 ? {} : _d, _e = _a.size, size = _e === void 0 ? TextInputSize.Medium : _e, label = _a.label, disabled = _a.disabled, icon = _a.icon, _f = _a.hideLabel, hideLabel = _f === void 0 ? false : _f, ariaLabel = _a.ariaLabel, placeholder = _a.placeholder, assistiveText = _a.assistiveText, rules = _a.rules, name = _a.name, _g = _a.spellCheck, spellCheck = _g === void 0 ? false : _g, props = __rest(_a, ["overrides", "size", "label", "disabled", "icon", "hideLabel", "ariaLabel", "placeholder", "assistiveText", "rules", "name", "spellCheck"]);
@@ -67,14 +64,14 @@ var ThemelessTextInput = React.forwardRef(function (_a, ref) {
67
64
  if (onBlur) {
68
65
  onBlur(e);
69
66
  }
70
- // cunstom onBlur function
67
+ // custom onBlur function
71
68
  if (validationMode === 'onBlur' &&
72
69
  !hadError &&
73
70
  name &&
74
71
  (errorText || e.target.value)) {
75
72
  var updateForFieldsHadError = {};
76
73
  updateForFieldsHadError[name] = { hadError: true };
77
- setFieldsHadError(updateForFieldsHadError);
74
+ setFieldsHadError(__assign(__assign({}, fieldsHadError), updateForFieldsHadError));
78
75
  }
79
76
  // onBlur function passed in the props
80
77
  if (props.onBlur) {
@@ -107,6 +104,9 @@ var ThemelessTextInput = React.forwardRef(function (_a, ref) {
107
104
  React.createElement(StyledAssistiveTextContainer, { "$size": size, overrides: overrides }, (assistiveText || errorText) && !valid && (React.createElement(StyledAssistiveText, { "$size": size, id: assistiveTextId, disabled: disabled, overrides: overrides, invalid: !!errorText, valid: valid, role: errorText && 'alert', "aria-live": errorText && 'polite' }, errorText || assistiveText)))));
108
105
  });
109
106
  ThemelessTextInput.displayName = 'TextInput';
107
+ /**
108
+ * @deprecated This component has been deprecated and will be removed in a future release, use TextField instead
109
+ */
110
110
  export var TextInput = withOwnTheme(ThemelessTextInput)({
111
111
  defaults: defaults,
112
112
  stylePresets: stylePresets,
@@ -1 +1 @@
1
- {"version":3,"file":"text-input.js","sourceRoot":"","sources":["../../../src/text-input/text-input.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"text-input.js","sourceRoot":"","sources":["../../../src/text-input/text-input.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"scenarios.d.ts","sourceRoot":"","sources":["../../../src/theme-checker/scenarios.tsx"],"names":[],"mappings":";AA8BA,OAAO,EAAW,EAAE,EAAC,MAAM,UAAU,CAAC;AAqDtC,OAAO,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAGrD,eAAO,MAAM,cAAc,EAAE;IAC3B,MAAM;IACN;QAAC,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,aAAa,CAAA;KAAC;CAC3C,EASA,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE;IAC9B,MAAM;IACN;QAAC,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,eAAe,CAAA;KAAC;CAC7C,EASA,CAAC;AAEF,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,CAAC,EAAC,WAAW,EAAC,EAAE;QAAC,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAA;KAAC,KAAK,GAAG,CAAC,OAAO,CAAC;CACvE;AAuHD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,aAAa,CAoqC1C,CAAC"}
1
+ {"version":3,"file":"scenarios.d.ts","sourceRoot":"","sources":["../../../src/theme-checker/scenarios.tsx"],"names":[],"mappings":";AA8BA,OAAO,EAAW,EAAE,EAAC,MAAM,UAAU,CAAC;AAqDtC,OAAO,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAgBrD,eAAO,MAAM,cAAc,EAAE;IAC3B,MAAM;IACN;QAAC,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,aAAa,CAAA;KAAC;CAC3C,EASA,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE;IAC9B,MAAM;IACN;QAAC,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,eAAe,CAAA;KAAC;CAC7C,EASA,CAAC;AAEF,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,CAAC,EAAC,WAAW,EAAC,EAAE;QAAC,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAA;KAAC,KAAK,GAAG,CAAC,OAAO,CAAC;CACvE;AA4HD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,aAAa,CA0tC1C,CAAC"}
@@ -104,6 +104,9 @@ import { StructuredList, StructuredListCell, StructuredListItem, } from '../stru
104
104
  import { Cell, Grid } from '../grid';
105
105
  import { Label } from '../label';
106
106
  import { RadioButton } from '../radio-button';
107
+ import { AudioPlayerComposable, AudioPlayerPlayPauseButton, AudioPlayerSkipPreviousButton, AudioPlayerSkipNextButton, AudioPlayerSeekBar, AudioPlayerTimeDisplay, AudioPlayerReplayButton, AudioPlayerForwardButton, } from '../audio-player-composable/index';
108
+ import { calculateTime } from '../audio-player-composable/components/time-display/utils';
109
+ import { GridLayout } from '../grid-layout';
107
110
  export var checkboxStates = [
108
111
  ['default', {}],
109
112
  ['checked', { checked: true }],
@@ -186,6 +189,7 @@ var flagPresets = [
186
189
  'Inverse',
187
190
  ];
188
191
  var flagKinds = ['Solid', 'Minimal'];
192
+ var fullAudioPlayerAreas = "\n seekBar seekBar seekBar \n currentTime none totalTime \n volume controls link\n ";
189
193
  /* istanbul ignore next */
190
194
  var sleep = function (ms) { return new Promise(function (resolve) { return setTimeout(resolve, ms); }); };
191
195
  /* istanbul ignore next */
@@ -234,6 +238,34 @@ export var scenarios = [
234
238
  React.createElement(AudioPlayerContainer, null,
235
239
  React.createElement(AudioPlayer, { src: "https://radio.talkradio.co.uk/stream", title: "The Breakfast Show with Giles Coren", live: true, captionSrc: "captions.vtt", ariaLandmark: "audio player live" }))))); },
236
240
  },
241
+ {
242
+ name: 'Audio Player Composable',
243
+ component: function () { return (React.createElement(React.Fragment, null,
244
+ React.createElement(React.Fragment, null,
245
+ React.createElement(AudioPlayerComposable, { src: "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3", ariaLandmark: "audio player skip buttons" },
246
+ React.createElement(GridLayout, { rowGap: "20px", areas: fullAudioPlayerAreas }, function (Areas) { return (React.createElement(React.Fragment, null,
247
+ React.createElement(Areas.SeekBar, null,
248
+ React.createElement(AudioPlayerSeekBar, null)),
249
+ React.createElement(Areas.CurrentTime, null,
250
+ React.createElement(AudioPlayerTimeDisplay, { format: function (_a) {
251
+ var currentTime = _a.currentTime;
252
+ return calculateTime(currentTime);
253
+ } })),
254
+ React.createElement(Areas.TotalTime, { justifySelf: "end" },
255
+ React.createElement(AudioPlayerTimeDisplay, { format: function (_a) {
256
+ var duration = _a.duration;
257
+ return calculateTime(duration);
258
+ } })),
259
+ React.createElement(Areas.Volume, { alignSelf: "center", justifySelf: "start" }, "Not yet"),
260
+ React.createElement(Areas.Link, { alignSelf: "center", justifySelf: "end" }, "Not yet"),
261
+ React.createElement(Areas.Controls, null,
262
+ React.createElement(GridLayout, { columns: "repeat(5, auto)", columnGap: "20px", justifyContent: "center", alignItems: "center" },
263
+ React.createElement(AudioPlayerSkipPreviousButton, null),
264
+ React.createElement(AudioPlayerReplayButton, null),
265
+ React.createElement(AudioPlayerPlayPauseButton, null),
266
+ React.createElement(AudioPlayerForwardButton, null),
267
+ React.createElement(AudioPlayerSkipNextButton, null))))); }))))); },
268
+ },
237
269
  {
238
270
  name: 'Banner',
239
271
  component: function (_a) {