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,4 @@
1
1
  import React from 'react';
2
2
  import { CheckboxProps } from './types';
3
- export declare const Checkbox: React.FC<CheckboxProps & React.RefAttributes<HTMLInputElement>>;
3
+ export declare const Checkbox: import("../utils/with-own-theme").NewsKitReactComponents<CheckboxProps & React.RefAttributes<HTMLInputElement>>;
4
4
  //# sourceMappingURL=checkbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/checkbox/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,aAAa,EAAoB,MAAM,SAAS,CAAC;AA4BzD,eAAO,MAAM,QAAQ,iEAGnB,CAAC"}
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/checkbox/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,aAAa,EAAoB,MAAM,SAAS,CAAC;AA4BzD,eAAO,MAAM,QAAQ,iHAGnB,CAAC"}
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import { DateTimeProps } from './types';
3
- export declare const DateTime: React.FC<DateTimeProps>;
2
+ export declare const DateTime: import("../utils/with-own-theme").NewsKitReactComponents<DateTimeProps>;
4
3
  //# sourceMappingURL=date-time.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"date-time.d.ts","sourceRoot":"","sources":["../../../src/date-time/date-time.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAC,aAAa,EAAC,MAAM,SAAS,CAAC;AAoEtC,eAAO,MAAM,QAAQ,yBAEnB,CAAC"}
1
+ {"version":3,"file":"date-time.d.ts","sourceRoot":"","sources":["../../../src/date-time/date-time.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAC,aAAa,EAAC,MAAM,SAAS,CAAC;AAoEtC,eAAO,MAAM,QAAQ,yEAEnB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"base-dialog-tests.d.ts","sourceRoot":"","sources":["../../../src/dialog/base-dialog-tests.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,eAAe,EAAC,MAAM,SAAS,CAAC;AAExC,eAAO,MAAM,iBAAiB,WACpB,MAAM,EAAE,CAAC,eAAe,CAAC,UACzB,WAAW,QACb,WAAW,SA6JlB,CAAC"}
1
+ {"version":3,"file":"base-dialog-tests.d.ts","sourceRoot":"","sources":["../../../src/dialog/base-dialog-tests.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAC,eAAe,EAAC,MAAM,SAAS,CAAC;AAExC,eAAO,MAAM,iBAAiB,WACpB,MAAM,EAAE,CAAC,eAAe,CAAC,UACzB,WAAW,QACb,WAAW,SA2JlB,CAAC"}
@@ -8,6 +8,8 @@ exports.sharedDialogTests = void 0;
8
8
  // eslint-disable-next-line
9
9
  var react_1 = require("@testing-library/react");
10
10
  var react_2 = __importDefault(require("react"));
11
+ // eslint-disable-next-line import/no-extraneous-dependencies
12
+ var user_event_1 = __importDefault(require("@testing-library/user-event"));
11
13
  var test_utils_1 = require("../test/test-utils");
12
14
  var sharedDialogTests = function (Dialog, header, body) {
13
15
  test('renders default', function () {
@@ -77,7 +79,7 @@ var sharedDialogTests = function (Dialog, header, body) {
77
79
  header: header,
78
80
  children: body,
79
81
  });
80
- react_1.fireEvent.keyUp(document, { key: 'Escape' });
82
+ user_event_1.default.keyboard('{esc}');
81
83
  expect(mockCallBack).toHaveBeenCalled();
82
84
  });
83
85
  test('invokes onDismiss callback when clicking on the overlay', function () {
@@ -1 +1 @@
1
- {"version":3,"file":"base-dialog-tests.js","sourceRoot":"","sources":["../../../src/dialog/base-dialog-tests.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"base-dialog-tests.js","sourceRoot":"","sources":["../../../src/dialog/base-dialog-tests.tsx"],"names":[],"mappings":";;;;;;AAAA,0BAA0B;AAC1B,2BAA2B;AAC3B,gDAAiD;AACjD,gDAA0B;AAC1B,6DAA6D;AAC7D,2EAAoD;AACpD,iDAA8E;AAGvE,IAAM,iBAAiB,GAAG,UAC/B,MAAiC,EACjC,MAAmB,EACnB,IAAiB;IAEjB,IAAI,CAAC,iBAAiB,EAAE;QACtB,IAAM,QAAQ,GAAG,IAAA,sCAAyB,EAAC,MAAM,EAAE;YACjD,IAAI,EAAE,IAAI;YACV,MAAM,QAAA;YACN,QAAQ,EAAE,IAAI;YACd,SAAS,EAAE,cAAO,CAAC;SACpB,CAAC,CAAC;QACH,MAAM,CAAC,QAAQ,CAAC,CAAC,eAAe,EAAE,CAAC;IACrC,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,wBAAwB,EAAE;QAC7B,IAAM,QAAQ,GAAG,IAAA,sCAAyB,EAAC,MAAM,EAAE;YACjD,IAAI,EAAE,IAAI;YACV,SAAS,EAAE,cAAO,CAAC;YACnB,QAAQ,EAAE,IAAI;SACf,CAAC,CAAC;QACH,MAAM,CAAC,QAAQ,CAAC,CAAC,eAAe,EAAE,CAAC;IACrC,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,4CAA4C,EAAE;QACjD,IAAM,QAAQ,GAAG,IAAA,sCAAyB,EAAC,MAAM,EAAE;YACjD,IAAI,EAAE,IAAI;YACV,SAAS,EAAE,cAAO,CAAC;YACnB,cAAc,EAAE,aAAa;YAC7B,MAAM,EAAE,CACN;gBACE,uCAAK,EAAE,EAAC,aAAa,+BAA+B,CACnD,CACJ;YACD,QAAQ,EAAE,IAAI;SACf,CAAC,CAAC;QACH,MAAM,CAAC,QAAQ,CAAC,CAAC,eAAe,EAAE,CAAC;IACrC,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,yCAAyC,EAAE;QAC9C,IAAM,QAAQ,GAAG,IAAA,sCAAyB,EAAC,MAAM,EAAE;YACjD,IAAI,EAAE,IAAI;YACV,SAAS,EAAE,cAAO,CAAC;YACnB,eAAe,EAAE,qBAAqB;YACtC,QAAQ,EAAE,CACR;gBACE,uCAAK,EAAE,EAAC,aAAa,mCAAmC;gBACxD,uCAAK,EAAE,EAAC,SAAS,+BAA+B,CAC/C,CACJ;SACF,CAAC,CAAC;QACH,MAAM,CAAC,QAAQ,CAAC,CAAC,eAAe,EAAE,CAAC;IACrC,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,yBAAyB,EAAE;QAC9B,IAAM,QAAQ,GAAG,IAAA,sCAAyB,EAAC,MAAM,EAAE;YACjD,IAAI,EAAE,IAAI;YACV,MAAM,QAAA;YACN,QAAQ,EAAE,IAAI;YACd,SAAS,EAAE,cAAO,CAAC;YACnB,WAAW,EAAE,IAAI;SAClB,CAAC,CAAC;QACH,MAAM,CAAC,QAAQ,CAAC,CAAC,eAAe,EAAE,CAAC;IACrC,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,4DAA4D,EAAE;QACjE,IAAM,QAAQ,GAAG,IAAA,sCAAyB,EAAC,MAAM,EAAE;YACjD,IAAI,EAAE,IAAI;YACV,MAAM,QAAA;YACN,QAAQ,EAAE,IAAI;YACd,SAAS,EAAE,cAAO,CAAC;YACnB,gBAAgB,EAAE,IAAI;SACvB,CAAC,CAAC;QACH,MAAM,CAAC,QAAQ,CAAC,CAAC,eAAe,EAAE,CAAC;IACrC,CAAC,CAAC,CAAC;IAEH,IAAI,CAAC,iDAAiD,EAAE;QACtD,IAAM,YAAY,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC;QAC/B,IAAA,4BAAe,EAAC,MAAM,EAAE;YACtB,IAAI,EAAE,IAAI;YACV,SAAS,EAAE,YAAY;YACvB,MAAM,QAAA;YACN,QAAQ,EAAE,IAAI;SACf,CAAC,CAAC;QAEH,oBAAS,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;QAE5B,MAAM,CAAC,YAAY,CAAC,CAAC,gBAAgB,EAAE,CAAC;IAC1C,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,yDAAyD,EAAE;QAC9D,IAAM,YAAY,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC;QAC/B,IAAM,OAAO,GAAG,IAAA,4BAAe,EAAC,MAAM,EAAE;YACtC,IAAI,EAAE,IAAI;YACV,SAAS,EAAE,YAAY;YACvB,MAAM,QAAA;YACN,QAAQ,EAAE,IAAI;SACf,CAAC,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;QAE1B,iBAAS,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAEzB,MAAM,CAAC,YAAY,CAAC,CAAC,gBAAgB,EAAE,CAAC;IAC1C,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,8DAA8D,EAAE;QACnE,IAAM,YAAY,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC;QAC/B,IAAM,eAAe,GAAG,IAAA,4BAAe,EAAC,MAAM,EAAE;YAC9C,IAAI,EAAE,IAAI;YACV,SAAS,EAAE,YAAY;YACvB,MAAM,QAAA;YACN,QAAQ,EAAE,IAAI;SACf,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;QAE3B,iBAAS,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QAEjC,MAAM,CAAC,YAAY,CAAC,CAAC,gBAAgB,EAAE,CAAC;IAC1C,CAAC,CAAC,CAAC;IAEH,IAAI,CAAC,8BAA8B,EAAE;QACnC,IAAM,QAAQ,GAAG,IAAA,sCAAyB,EAAC,MAAM,EAAE;YACjD,IAAI,EAAE,IAAI;YACV,MAAM,QAAA;YACN,QAAQ,EAAE,IAAI;YACd,SAAS,EAAE,cAAO,CAAC;YACnB,aAAa,EAAE,MAAM;SACtB,CAAC,CAAC;QACH,MAAM,CAAC,QAAQ,CAAC,CAAC,eAAe,EAAE,CAAC;IACrC,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,kCAAkC,EAAE;QACvC,IAAM,QAAQ,GAAG,IAAA,sCAAyB,EAAC,MAAM,EAAE;YACjD,IAAI,EAAE,IAAI;YACV,QAAQ,EAAE,IAAI;YACd,SAAS,EAAE,cAAO,CAAC;YACnB,aAAa,EAAE,MAAM;SACtB,CAAC,CAAC;QACH,MAAM,CAAC,QAAQ,CAAC,CAAC,eAAe,EAAE,CAAC;IACrC,CAAC,CAAC,CAAC;IACH,IAAI,CAAC,8CAA8C,EAAE;QACnD,IAAM,SAAS,GAAG;YACV,IAAA,KAAkB,eAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,EAArC,IAAI,QAAA,EAAE,OAAO,QAAwB,CAAC;YAE7C,OAAO,CACL;gBACE,oDAAe,iBAAiB,oBAAkB;gBAClD,8BAAC,MAAM,IAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,cAAM,OAAA,OAAO,CAAC,KAAK,CAAC,EAAd,CAAc,qBAE1C,CACR,CACJ,CAAC;QACJ,CAAC,CAAC;QAEI,IAAA,KAA4B,IAAA,4BAAe,EAAC,SAAS,CAAC,EAArD,WAAW,iBAAA,EAAE,UAAU,gBAA8B,CAAC;QAE7D,mEAAmE;QACnE,MAAM,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC,CAAC,eAAe,CACpD,aAAa,EACb,MAAM,CACP,CAAC;QACF,MAAM,CAAC,UAAU,EAAE,CAAC,CAAC,eAAe,EAAE,CAAC;QAEvC,0DAA0D;QAC1D,iBAAS,CAAC,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,CAAC;QACvC,MAAM,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,aAAa,CAAC,CAAC;QAC1E,MAAM,CAAC,UAAU,EAAE,CAAC,CAAC,eAAe,EAAE,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AA9JW,QAAA,iBAAiB,qBA8J5B"}
@@ -5,7 +5,7 @@ export interface BaseDialogOverridesProps {
5
5
  overlay?: {
6
6
  zIndex?: number;
7
7
  stylePreset?: MQ<string>;
8
- transitionPreset?: TransitionToken | TransitionToken[];
8
+ transitionPreset?: MQ<TransitionToken> | MQ<TransitionToken[]>;
9
9
  };
10
10
  panel?: {
11
11
  zIndex?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/dialog/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAC,cAAc,EAAC,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAC,eAAe,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAElC,MAAM,WAAW,wBAAwB;IACvC,OAAO,CAAC,EAAE;QACR,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,gBAAgB,CAAC,EAAE,eAAe,GAAG,eAAe,EAAE,CAAC;KACxD,CAAC;IACF,KAAK,CAAC,EAAE;QACN,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,gBAAgB,CAAC,EAAE,EAAE,CAAC,eAAe,CAAC,GAAG,EAAE,CAAC,eAAe,EAAE,CAAC,CAAC;KAChE,CAAC;IACF,MAAM,CAAC,EAAE;QACP,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KACzB,CAAC;IACF,OAAO,CAAC,EAAE;QACR,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KACzB,CAAC;IACF,WAAW,CAAC,EAAE;QACZ,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KACzB,CAAC;CACH;AAED,MAAM,WAAW,mBAAoB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACzE,IAAI,EAAE,MAAM,CAAC;IACb,sBAAsB,EAAE,MAAM,IAAI,CAAC;IAEnC,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;IAC1C,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,QAAQ,EAAE,OAAO,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;IAChD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,wBAAwB,CAAC;IACrC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,uBAAuB;IACtC,QAAQ,EAAE,CAAC,sBAAsB,EAAE,MAAM,IAAI,KAAK,KAAK,CAAC,SAAS,CAAC;IAClE,aAAa,EAAE,CAAC,kBAAkB,EAAE,MAAM,IAAI,KAAK,KAAK,CAAC,SAAS,CAAC;IACnE,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,cAAc,CAAC,EAAE,WAAW,CAAC;IAC7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AACD,MAAM,WAAW,eACf,SAAQ,IAAI,CACR,mBAAmB,EACnB,WAAW,GAAG,MAAM,GAAG,wBAAwB,GAAG,MAAM,CACzD,EACD,IAAI,CAAC,uBAAuB,EAAE,UAAU,GAAG,eAAe,CAAC,EAC3D,KAAK,CAAC,cAAc;CAAG"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/dialog/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAC,cAAc,EAAC,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAC,eAAe,EAAC,MAAM,UAAU,CAAC;AACzC,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAElC,MAAM,WAAW,wBAAwB;IACvC,OAAO,CAAC,EAAE;QACR,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,gBAAgB,CAAC,EAAE,EAAE,CAAC,eAAe,CAAC,GAAG,EAAE,CAAC,eAAe,EAAE,CAAC,CAAC;KAChE,CAAC;IACF,KAAK,CAAC,EAAE;QACN,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,gBAAgB,CAAC,EAAE,EAAE,CAAC,eAAe,CAAC,GAAG,EAAE,CAAC,eAAe,EAAE,CAAC,CAAC;KAChE,CAAC;IACF,MAAM,CAAC,EAAE;QACP,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KACzB,CAAC;IACF,OAAO,CAAC,EAAE;QACR,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KACzB,CAAC;IACF,WAAW,CAAC,EAAE;QACZ,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KACzB,CAAC;CACH;AAED,MAAM,WAAW,mBAAoB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACzE,IAAI,EAAE,MAAM,CAAC;IACb,sBAAsB,EAAE,MAAM,IAAI,CAAC;IAEnC,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;IAC1C,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,QAAQ,EAAE,OAAO,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;IAChD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,wBAAwB,CAAC;IACrC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,uBAAuB;IACtC,QAAQ,EAAE,CAAC,sBAAsB,EAAE,MAAM,IAAI,KAAK,KAAK,CAAC,SAAS,CAAC;IAClE,aAAa,EAAE,CAAC,kBAAkB,EAAE,MAAM,IAAI,KAAK,KAAK,CAAC,SAAS,CAAC;IACnE,IAAI,EAAE,OAAO,CAAC;IACd,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,cAAc,CAAC,EAAE,WAAW,CAAC;IAC7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AACD,MAAM,WAAW,eACf,SAAQ,IAAI,CACR,mBAAmB,EACnB,WAAW,GAAG,MAAM,GAAG,wBAAwB,GAAG,MAAM,CACzD,EACD,IAAI,CAAC,uBAAuB,EAAE,UAAU,GAAG,eAAe,CAAC,EAC3D,KAAK,CAAC,cAAc;CAAG"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { MQ } from '../utils/style';
3
2
  export interface DividerOverrides {
4
3
  stylePreset?: MQ<string>;
@@ -7,5 +6,5 @@ export interface DividerProps {
7
6
  vertical?: MQ<boolean>;
8
7
  overrides?: DividerOverrides;
9
8
  }
10
- export declare const Divider: React.FC<DividerProps>;
9
+ export declare const Divider: import("../utils/with-own-theme").NewsKitReactComponents<DividerProps>;
11
10
  //# sourceMappingURL=divider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../src/divider/divider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA+C,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAKhF,MAAM,WAAW,gBAAgB;IAC/B,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;CAC1B;AACD,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC;IACvB,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAC9B;AAyBD,eAAO,MAAM,OAAO,wBAA2D,CAAC"}
1
+ {"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../src/divider/divider.tsx"],"names":[],"mappings":"AACA,OAAO,EAA+C,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAKhF,MAAM,WAAW,gBAAgB;IAC/B,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;CAC1B;AACD,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC;IACvB,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAC9B;AAyBD,eAAO,MAAM,OAAO,wEAA2D,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { DrawerProps } from './types';
3
- export declare const Drawer: React.FC<DrawerProps>;
2
+ export declare const Drawer: import("../utils/with-own-theme").NewsKitReactComponents<DrawerProps>;
4
3
  //# sourceMappingURL=drawer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../src/drawer/drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAE/C,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AA2FpC,eAAO,MAAM,MAAM,uBAGjB,CAAC"}
1
+ {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../src/drawer/drawer.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AA2FpC,eAAO,MAAM,MAAM,uEAGjB,CAAC"}
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import { FieldsetProps } from './types';
3
- export declare const Fieldset: React.FC<FieldsetProps>;
2
+ export declare const Fieldset: import("../utils/with-own-theme").NewsKitReactComponents<FieldsetProps>;
4
3
  //# sourceMappingURL=fieldset.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fieldset.d.ts","sourceRoot":"","sources":["../../../src/fieldset/fieldset.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,EAAC,aAAa,EAAC,MAAM,SAAS,CAAC;AAyCtC,eAAO,MAAM,QAAQ,yBAGnB,CAAC"}
1
+ {"version":3,"file":"fieldset.d.ts","sourceRoot":"","sources":["../../../src/fieldset/fieldset.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAC,aAAa,EAAC,MAAM,SAAS,CAAC;AAyCtC,eAAO,MAAM,QAAQ,yEAGnB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { FlagProps } from './types';
3
- export declare const Flag: React.FC<FlagProps & {
3
+ export declare const Flag: import("../utils/with-own-theme").NewsKitReactComponents<FlagProps & {
4
4
  children?: React.ReactNode;
5
5
  } & React.RefAttributes<HTMLDivElement>>;
6
6
  //# sourceMappingURL=flag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-entry.d.ts","sourceRoot":"","sources":["../../../src/form/form-entry.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,EAAC,cAAc,EAAC,MAAM,qBAAqB,CAAC;AAEnD,eAAO,MAAM,SAAS,8BAA6B,cAAc,uEA0EhE,CAAC"}
1
+ {"version":3,"file":"form-entry.d.ts","sourceRoot":"","sources":["../../../src/form/form-entry.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,EAAC,cAAc,EAAC,MAAM,qBAAqB,CAAC;AAEnD,eAAO,MAAM,SAAS,8BAA6B,cAAc,uEA8EhE,CAAC"}
@@ -50,14 +50,14 @@ var FormEntry = function (_a) {
50
50
  if (onBlur) {
51
51
  onBlur(e);
52
52
  }
53
- // cunstom onBlur function
53
+ // custom onBlur function
54
54
  if (validationMode === 'onBlur' &&
55
55
  !hadError &&
56
56
  name &&
57
57
  (errorText || e.target.value)) {
58
58
  var updateForFieldsHadError = {};
59
59
  updateForFieldsHadError[name] = { hadError: true };
60
- setFieldsHadError(updateForFieldsHadError);
60
+ setFieldsHadError(__assign(__assign({}, fieldsHadError), updateForFieldsHadError));
61
61
  }
62
62
  };
63
63
  var eventHandlerOnChange = function (e) {
@@ -1 +1 @@
1
- {"version":3,"file":"form-entry.js","sourceRoot":"","sources":["../../../src/form/form-entry.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"form-entry.js","sourceRoot":"","sources":["../../../src/form/form-entry.tsx"],"names":[],"mappings":"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"}
@@ -11,8 +11,8 @@ export declare type FormInputProps = {
11
11
  children?: JSX.Element | JSX.Element[];
12
12
  id?: string;
13
13
  } & Omit<FormEntryProps, 'children'>;
14
+ export declare const FormInput: import("../utils/with-own-theme").NewsKitReactComponents<FormInputProps>;
14
15
  export declare const FormInputTextField: React.ForwardRefExoticComponent<FormInputTextFieldProps & React.RefAttributes<HTMLInputElement>>;
15
- export declare const FormInput: React.FC<FormInputProps>;
16
16
  export declare const FormInputLabel: ({ children, ...props }: LabelProps) => JSX.Element;
17
17
  export declare const FormInputSelect: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLInputElement>>;
18
18
  export declare const FormInputAssistiveText: ({ children, validationIcon, overrides, ...props }: React.HTMLAttributes<HTMLParagraphElement> & Omit<import("../with-enhancers/types").WithEnhancersProps, "isFocused" | "componentDefaultsPath" | "enhancersType"> & {
@@ -1 +1 @@
1
- {"version":3,"file":"form-input.d.ts","sourceRoot":"","sources":["../../../src/form/form-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,EAAQ,UAAU,EAAC,MAAM,UAAU,CAAC;AAE3C,OAAO,EAAgB,kBAAkB,EAAC,MAAM,mBAAmB,CAAC;AAGpE,OAAO,EAAW,aAAa,EAAC,MAAM,aAAa,CAAC;AAIpD,OAAO,EACL,uBAAuB,EACvB,cAAc,EACd,aAAa,EACd,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAC,cAAc,EAAC,MAAM,SAAS,CAAC;AACvC,OAAO,EAAC,WAAW,EAAS,MAAM,WAAW,CAAC;AAO9C,oBAAY,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,GAAG,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;AAqErC,eAAO,MAAM,kBAAkB,kGA+C7B,CAAC;AAEH,eAAO,MAAM,SAAS,0BAKpB,CAAC;AAEH,eAAO,MAAM,cAAc,2BAA0B,UAAU,gBAQ9D,CAAC;AAEF,eAAO,MAAM,eAAe,sFAiC3B,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;iBA+BlC,CAAC;AAEF,eAAO,MAAM,iBAAiB,wFA4B5B,CAAC;AAEH,eAAO,MAAM,oBAAoB,wFA4B/B,CAAC"}
1
+ {"version":3,"file":"form-input.d.ts","sourceRoot":"","sources":["../../../src/form/form-input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,EAAQ,UAAU,EAAC,MAAM,UAAU,CAAC;AAE3C,OAAO,EAAgB,kBAAkB,EAAC,MAAM,mBAAmB,CAAC;AAGpE,OAAO,EAAW,aAAa,EAAC,MAAM,aAAa,CAAC;AAIpD,OAAO,EACL,uBAAuB,EACvB,cAAc,EACd,aAAa,EACd,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAC,cAAc,EAAC,MAAM,SAAS,CAAC;AACvC,OAAO,EAAC,WAAW,EAAS,MAAM,WAAW,CAAC;AAS9C,oBAAY,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,GAAG,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;AAgErC,eAAO,MAAM,SAAS,0EAKpB,CAAC;AAEH,eAAO,MAAM,kBAAkB,kGA+C7B,CAAC;AAEH,eAAO,MAAM,cAAc,2BAA0B,UAAU,gBAQ9D,CAAC;AAEF,eAAO,MAAM,eAAe,sFAiC3B,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;iBA+BlC,CAAC;AAEF,eAAO,MAAM,iBAAiB,wFA4B5B,CAAC;AAEH,eAAO,MAAM,oBAAoB,wFA4B/B,CAAC"}
@@ -44,7 +44,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
44
44
  return (mod && mod.__esModule) ? mod : { "default": mod };
45
45
  };
46
46
  Object.defineProperty(exports, "__esModule", { value: true });
47
- exports.FormInputRadioButton = exports.FormInputCheckbox = exports.FormInputAssistiveText = exports.FormInputSelect = exports.FormInputLabel = exports.FormInput = exports.FormInputTextField = void 0;
47
+ exports.FormInputRadioButton = exports.FormInputCheckbox = exports.FormInputAssistiveText = exports.FormInputSelect = exports.FormInputLabel = exports.FormInputTextField = exports.FormInput = void 0;
48
48
  var react_1 = __importStar(require("react"));
49
49
  var compose_react_refs_1 = __importDefault(require("@seznam/compose-react-refs"));
50
50
  var label_1 = require("../label");
@@ -79,10 +79,7 @@ var ThemelessFormInput = function (_a) {
79
79
  var assistiveTextId = (state === 'invalid' && "".concat(currentID, "-error-text")) ||
80
80
  "".concat(currentID, "-assistive-text");
81
81
  var labelId = "".concat(currentID, "-label");
82
- var statusIcon = (0, utils_1.getStatusIcon)({
83
- state: state,
84
- iconSize: validationIconSize,
85
- });
82
+ var statusIcon = (0, utils_1.getStatusIcon)({ state: state, iconSize: validationIconSize });
86
83
  var isRequired = rules && rules.required !== undefined;
87
84
  var inputFieldContext = {
88
85
  name: name,
@@ -101,6 +98,9 @@ var ThemelessFormInput = function (_a) {
101
98
  return (react_1.default.createElement(context_1.FormInputContext.Provider, { value: inputFieldContext }, children));
102
99
  }));
103
100
  };
101
+ exports.FormInput = (0, with_own_theme_1.withOwnTheme)(ThemelessFormInput)({
102
+ defaults: __assign(__assign({}, defaults_1.default), defaults_2.default),
103
+ });
104
104
  exports.FormInputTextField = react_1.default.forwardRef(function (_a, inputRef) {
105
105
  var children = _a.children, onChange = _a.onChange, onBlur = _a.onBlur, endEnhancer = _a.endEnhancer, props = __rest(_a, ["children", "onChange", "onBlur", "endEnhancer"]);
106
106
  var _b = useFormFieldContext(), size = _b.size, name = _b.name, state = _b.state, onChangeContext = _b.onChange, onBlurContext = _b.onBlur, ref = _b.ref, id = _b.id, assistiveTextId = _b.assistiveTextId, statusIcon = _b.statusIcon, isRequired = _b.isRequired;
@@ -121,9 +121,6 @@ exports.FormInputTextField = react_1.default.forwardRef(function (_a, inputRef)
121
121
  }
122
122
  return (react_1.default.createElement(text_field_1.TextField, __assign({ "aria-required": isRequired ? 'true' : undefined, "aria-invalid": state === 'invalid' ? 'true' : 'false', name: name, state: state, size: size, onChange: (0, compose_event_handlers_1.composeEventHandlers)([onChange, onChangeContext]), onBlur: (0, compose_event_handlers_1.composeEventHandlers)([onBlur, onBlurContext]), ref: (0, compose_react_refs_1.default)(ref, inputRef), endEnhancer: getEndEnhancer(), id: id, "aria-describedby": assistiveTextId }, props)));
123
123
  });
124
- exports.FormInput = (0, with_own_theme_1.withOwnTheme)(ThemelessFormInput)({
125
- defaults: __assign(__assign({}, defaults_1.default), defaults_2.default),
126
- });
127
124
  var FormInputLabel = function (_a) {
128
125
  var children = _a.children, props = __rest(_a, ["children"]);
129
126
  var _b = useFormFieldContext(), size = _b.size, state = _b.state, id = _b.id, labelId = _b.labelId;
@@ -1 +1 @@
1
- {"version":3,"file":"form-input.js","sourceRoot":"","sources":["../../../src/form/form-input.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"form-input.js","sourceRoot":"","sources":["../../../src/form/form-input.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { CellProps } from './types';
3
- export declare const Cell: React.FC<CellProps>;
2
+ export declare const Cell: import("../utils/with-own-theme").NewsKitReactComponents<CellProps>;
4
3
  //# sourceMappingURL=cell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"cell.d.ts","sourceRoot":"","sources":["../../../src/grid/cell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,OAAO,EAAY,SAAS,EAAC,MAAM,SAAS,CAAC;AA+I7C,eAAO,MAAM,IAAI,qBAA0C,CAAC"}
1
+ {"version":3,"file":"cell.d.ts","sourceRoot":"","sources":["../../../src/grid/cell.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAY,SAAS,EAAC,MAAM,SAAS,CAAC;AA+I7C,eAAO,MAAM,IAAI,qEAA0C,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { GridProps } from './types';
3
- export declare const Grid: React.FC<GridProps>;
2
+ export declare const Grid: import("../utils/with-own-theme").NewsKitReactComponents<GridProps>;
4
3
  //# sourceMappingURL=grid.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../src/grid/grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAkElC,eAAO,MAAM,IAAI,qBAA0C,CAAC"}
1
+ {"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../src/grid/grid.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAkElC,eAAO,MAAM,IAAI,qEAA0C,CAAC"}
@@ -14,6 +14,7 @@ export declare const StyledGridLayout: import("@emotion/styled").StyledComponent
14
14
  areas?: import("../utils/style").MQ<string> | undefined;
15
15
  inline?: import("../utils/style").MQ<boolean> | undefined;
16
16
  children?: import("react").ReactNode | ((areas: import("./types").AreasMap) => import("react").ReactNode);
17
+ as?: import("react").ElementType<any> | undefined;
17
18
  overrides?: {
18
19
  width?: import("../utils/style").MQ<string> | undefined;
19
20
  minWidth?: import("../utils/style").MQ<string> | undefined;
@@ -22,5 +23,5 @@ export declare const StyledGridLayout: import("@emotion/styled").StyledComponent
22
23
  minHeight?: import("../utils/style").MQ<string> | undefined;
23
24
  maxHeight?: import("../utils/style").MQ<string> | undefined;
24
25
  } | undefined;
25
- } & import("react").HTMLAttributes<HTMLElement>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
26
+ } & import("react").HTMLAttributes<HTMLDivElement>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
26
27
  //# sourceMappingURL=styled.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styled.d.ts","sourceRoot":"","sources":["../../../src/grid-layout/styled.ts"],"names":[],"mappings":";AAuBA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;uJAuE5B,CAAC"}
1
+ {"version":3,"file":"styled.d.ts","sourceRoot":"","sources":["../../../src/grid-layout/styled.ts"],"names":[],"mappings":";AAuBA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;0JAuE5B,CAAC"}
@@ -25,6 +25,7 @@ export declare type GridLayoutProps = {
25
25
  areas?: MQ<string>;
26
26
  inline?: MQ<boolean>;
27
27
  children?: React.ReactNode | GridLayoutRenderProps;
28
+ as?: React.ElementType<any>;
28
29
  overrides?: {
29
30
  width?: MQ<string>;
30
31
  minWidth?: MQ<string>;
@@ -33,6 +34,6 @@ export declare type GridLayoutProps = {
33
34
  minHeight?: MQ<string>;
34
35
  maxHeight?: MQ<string>;
35
36
  };
36
- } & React.HTMLAttributes<HTMLElement>;
37
+ } & React.HTMLAttributes<HTMLDivElement>;
37
38
  export {};
38
39
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/grid-layout/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAElC,OAAO,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAEpC,oBAAY,mBAAmB,GAAG,UAAU,GAAG;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,SAAS,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,MAAM,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,GAAG,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;CAClB,GAAG,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;AAEtC,oBAAY,QAAQ,GAAG;IACrB,CAAC,aAAa,EAAE,MAAM,GAAG,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAAC,CAAC;CACxD,CAAC;AAEF,aAAK,qBAAqB,GAAG,CAAC,KAAK,EAAE,QAAQ,KAAK,KAAK,CAAC,SAAS,CAAC;AAElE,oBAAY,eAAe,GAAG;IAC5B,MAAM,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,SAAS,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,IAAI,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,OAAO,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,cAAc,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IAC5B,YAAY,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,YAAY,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,KAAK,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,qBAAqB,CAAC;IACnD,SAAS,CAAC,EAAE;QACV,KAAK,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACnB,QAAQ,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACtB,QAAQ,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACtB,MAAM,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACpB,SAAS,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACvB,SAAS,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KACxB,CAAC;CACH,GAAG,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/grid-layout/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAElC,OAAO,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AAEpC,oBAAY,mBAAmB,GAAG,UAAU,GAAG;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,SAAS,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,MAAM,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,GAAG,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;CAClB,GAAG,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;AAEtC,oBAAY,QAAQ,GAAG;IACrB,CAAC,aAAa,EAAE,MAAM,GAAG,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAAC,CAAC;CACxD,CAAC;AAEF,aAAK,qBAAqB,GAAG,CAAC,KAAK,EAAE,QAAQ,KAAK,KAAK,CAAC,SAAS,CAAC;AAElE,oBAAY,eAAe,GAAG;IAC5B,MAAM,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACpB,SAAS,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACvB,IAAI,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IAClB,OAAO,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACrB,cAAc,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IAC5B,YAAY,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,YAAY,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IAC1B,UAAU,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACxB,KAAK,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACnB,MAAM,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,qBAAqB,CAAC;IAEnD,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;IAC5B,SAAS,CAAC,EAAE;QACV,KAAK,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACnB,QAAQ,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACtB,QAAQ,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACtB,MAAM,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACpB,SAAS,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACvB,SAAS,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KACxB,CAAC;CACH,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { HeadlineProps } from './types';
3
- export declare const Headline: React.FC<HeadlineProps>;
2
+ export declare const Headline: import("../utils/with-own-theme").NewsKitReactComponents<HeadlineProps>;
4
3
  //# sourceMappingURL=headline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"headline.d.ts","sourceRoot":"","sources":["../../../src/headline/headline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,EAAC,aAAa,EAA4B,MAAM,SAAS,CAAC;AAsDjE,eAAO,MAAM,QAAQ,yBAA8C,CAAC"}
1
+ {"version":3,"file":"headline.d.ts","sourceRoot":"","sources":["../../../src/headline/headline.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAC,aAAa,EAA4B,MAAM,SAAS,CAAC;AAsDjE,eAAO,MAAM,QAAQ,yEAA8C,CAAC"}
@@ -1,2 +1,2 @@
1
1
  export declare const IconFilledForward10: import("../..").NewsKitIcon;
2
- //# sourceMappingURL=icon-filled-forward10.d.ts.map
2
+ //# sourceMappingURL=icon-filled-forward-10.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-filled-forward-10.d.ts","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-forward-10.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB,6BAW/B,CAAC"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.IconFilledForward10 = void 0;
18
+ var react_1 = __importDefault(require("react"));
19
+ var svg_1 = require("../../svg");
20
+ var custom_to_newskit_icon_1 = require("../../custom-to-newskit-icon");
21
+ exports.IconFilledForward10 = (0, custom_to_newskit_icon_1.customToNewsKitIcon)('IconFilledForward10', function (props) { return (react_1.default.createElement(svg_1.Svg, __assign({}, props, { viewBox: "0 0 24 24" }),
22
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.7719 10.7169C18.9316 10.2146 19 9.57534 19 8.84475V7.15525C19 6.42466 18.9088 5.80822 18.7491 5.2831C18.5895 4.75799 18.3615 4.3242 18.0651 3.98174C17.7687 3.63927 17.4267 3.38813 17.0162 3.22831C16.6058 3.06849 16.1726 3 15.671 3C15.1693 3 14.7133 3.06849 14.3257 3.22831C13.9381 3.38813 13.5732 3.63927 13.2996 3.98174C13.026 4.3242 12.798 4.78082 12.6384 5.2831C12.4788 5.78539 12.4104 6.42466 12.4104 7.15525V8.84475C12.4104 9.57534 12.5016 10.1918 12.6612 10.7169C12.8208 11.242 13.0488 11.6758 13.3452 12.0183C13.6416 12.3607 13.9837 12.6119 14.3941 12.7717C14.8045 12.9315 15.2377 13 15.7394 13C16.241 13 16.697 12.9315 17.0846 12.7717C17.4723 12.6119 17.8371 12.3607 18.1107 12.0183C18.3843 11.6758 18.6123 11.2192 18.7719 10.7169ZM7.30293 12.8626H9.24104V3.11373H9.03583L5 4.55209V6.12743L7.30293 5.41967V12.8626ZM17.062 6.88113C17.062 6.44734 17.0392 6.08204 16.9708 5.78524C16.9024 5.48844 16.8112 5.26013 16.6972 5.07748C16.5832 4.89483 16.4464 4.75784 16.264 4.68935C16.0815 4.62086 15.8991 4.5752 15.6939 4.5752C15.4887 4.5752 15.2835 4.62086 15.1239 4.68935C14.9643 4.75784 14.8047 4.89483 14.6907 5.07748C14.5767 5.26013 14.4855 5.48844 14.4171 5.78524C14.3486 6.08204 14.3258 6.44734 14.3258 6.88113V9.09574C14.3258 9.52953 14.3486 9.89483 14.4171 10.1916C14.4855 10.4884 14.5767 10.7396 14.6907 10.9222C14.8047 11.1049 14.9415 11.2419 15.1239 11.3104C15.3063 11.3788 15.4887 11.4245 15.6939 11.4245C15.8991 11.4245 16.1043 11.3788 16.264 11.3104C16.4236 11.2419 16.5832 11.1049 16.6972 10.9222C16.8112 10.7396 16.9024 10.4884 16.948 10.1916C16.9936 9.89483 17.0392 9.52953 17.0392 9.09574V6.88113H17.062ZM12.6287 21L17.0002 18L12.6287 15V21ZM8.00007 21L12.3715 18L8.00007 15V21Z" }))); });
23
+ //# sourceMappingURL=icon-filled-forward-10.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-filled-forward-10.js","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-forward-10.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gDAA0B;AAC1B,iCAA8B;AAC9B,uEAAiE;AAEpD,QAAA,mBAAmB,GAAG,IAAA,4CAAmB,EACpD,qBAAqB,EACrB,UAAA,KAAK,IAAI,OAAA,CACP,8BAAC,SAAG,eAAK,KAAK,IAAE,OAAO,EAAC,WAAW;IACjC,wCACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,sqDAAsqD,GACxqD,CACE,CACP,EARQ,CAQR,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const IconFilledForward15: import("../..").NewsKitIcon;
2
+ //# sourceMappingURL=icon-filled-forward-15.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-filled-forward-15.d.ts","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-forward-15.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB,6BAW/B,CAAC"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.IconFilledForward15 = void 0;
18
+ var react_1 = __importDefault(require("react"));
19
+ var svg_1 = require("../../svg");
20
+ var custom_to_newskit_icon_1 = require("../../custom-to-newskit-icon");
21
+ exports.IconFilledForward15 = (0, custom_to_newskit_icon_1.customToNewsKitIcon)('IconFilledForward15', function (props) { return (react_1.default.createElement(svg_1.Svg, __assign({}, props, { viewBox: "0 0 24 24" }),
22
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.3577 8.02336L12.9347 3H18.45V4.64359H14.527L14.2731 6.7733C14.3135 6.74633 14.3616 6.72722 14.4131 6.7068C14.4499 6.69218 14.4884 6.67689 14.527 6.65756C14.6193 6.61126 14.7347 6.56496 14.8731 6.54181C14.9424 6.53024 15.0116 6.51288 15.0808 6.49552L15.0808 6.49552L15.0808 6.49551C15.1501 6.47815 15.2193 6.46079 15.2885 6.44922C15.427 6.42607 15.5885 6.40292 15.75 6.40292C16.2347 6.40292 16.65 6.47237 17.0193 6.63441C17.3885 6.79645 17.7116 7.0048 17.9654 7.28259C18.2193 7.56037 18.427 7.90761 18.5424 8.3243C18.6577 8.74098 18.75 9.20396 18.75 9.71324C18.75 10.1531 18.6808 10.5698 18.5424 10.9633C18.4039 11.3568 18.1962 11.7041 17.9193 12.005C17.6424 12.3059 17.2962 12.5606 16.8808 12.7226C16.4654 12.8847 15.9808 13.0004 15.4039 13.0004C14.9885 13.0004 14.5731 12.931 14.1808 12.8152C13.7885 12.6995 13.4424 12.4911 13.1193 12.2596C12.7962 12.0282 12.5654 11.7041 12.3808 11.3568C12.1962 11.0096 12.0808 10.5929 12.0808 10.1299H14.0193C14.0654 10.5466 14.2039 10.8707 14.4577 11.079C14.7116 11.2874 15.0347 11.4263 15.427 11.4263C15.6808 11.4263 15.8885 11.38 16.05 11.2874C16.2116 11.1948 16.3731 11.0559 16.4654 10.8938C16.5577 10.7318 16.65 10.5466 16.7193 10.3151C16.7885 10.0836 16.7885 9.85214 16.7885 9.5975C16.7885 9.34286 16.7654 9.11136 16.6962 8.87987C16.627 8.64838 16.5347 8.48634 16.3962 8.3243C16.2577 8.16225 16.0962 8.04651 15.9116 7.97706C15.727 7.90761 15.4731 7.86131 15.2193 7.86131C15.0347 7.86131 14.8731 7.88446 14.7577 7.90761C14.6424 7.93076 14.5039 7.97706 14.4116 8.02336C14.3654 8.04651 14.3193 8.07544 14.2731 8.10438C14.227 8.13332 14.1808 8.16225 14.1347 8.1854C14.065 8.22036 14.0084 8.2817 13.9551 8.33955C13.9378 8.35832 13.9209 8.37673 13.9039 8.39374L12.3577 8.02336ZM9.54231 12.8915H7.58077V5.3449L5.25 6.06252V4.46523L9.33462 3.00684H9.54231V12.8915ZM12.6287 21.0001L17.0001 18.0001L12.6287 15.0001V21.0001ZM8 21.0001L12.3714 18.0001L8 15.0001V21.0001Z" }))); });
23
+ //# sourceMappingURL=icon-filled-forward-15.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-filled-forward-15.js","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-forward-15.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gDAA0B;AAC1B,iCAA8B;AAC9B,uEAAiE;AAEpD,QAAA,mBAAmB,GAAG,IAAA,4CAAmB,EACpD,qBAAqB,EACrB,UAAA,KAAK,IAAI,OAAA,CACP,8BAAC,SAAG,eAAK,KAAK,IAAE,OAAO,EAAC,WAAW;IACjC,wCACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,k3DAAk3D,GACp3D,CACE,CACP,EARQ,CAQR,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const IconFilledForward20: import("../..").NewsKitIcon;
2
+ //# sourceMappingURL=icon-filled-forward-20.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-filled-forward-20.d.ts","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-forward-20.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB,6BAW/B,CAAC"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.IconFilledForward20 = void 0;
18
+ var react_1 = __importDefault(require("react"));
19
+ var svg_1 = require("../../svg");
20
+ var custom_to_newskit_icon_1 = require("../../custom-to-newskit-icon");
21
+ exports.IconFilledForward20 = (0, custom_to_newskit_icon_1.customToNewsKitIcon)('IconFilledForward20', function (props) { return (react_1.default.createElement(svg_1.Svg, __assign({}, props, { viewBox: "0 0 24 24" }),
22
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.91757 3C7.38549 3 6.90069 3.08308 6.4735 3.24579C6.04919 3.4074 5.68293 3.64003 5.3936 3.93095C5.09938 4.21938 4.87617 4.55539 4.72515 4.94451C4.58238 5.30974 4.51204 5.69584 4.50424 6.10072L4.5 6.32093H6.51646L6.52335 6.11177C6.53024 5.90239 6.55761 5.71234 6.60982 5.53926C6.66715 5.35892 6.7557 5.20381 6.86312 5.07328C6.9705 4.95134 7.11081 4.85418 7.2846 4.77853C7.44896 4.70698 7.66024 4.66717 7.90282 4.66717C8.10807 4.66717 8.27599 4.69961 8.41208 4.75757C8.5506 4.81655 8.67224 4.90558 8.77017 5.01348C8.86441 5.11733 8.93982 5.2491 8.99895 5.40887C9.05123 5.57 9.0831 5.74149 9.0831 5.92426C9.0831 6.06141 9.0643 6.19515 9.03065 6.34121C8.99111 6.48191 8.93181 6.63024 8.83842 6.79358C8.74041 6.96499 8.61427 7.15714 8.44569 7.36353L8.44292 7.36708C8.27744 7.57847 8.06854 7.82539 7.80896 8.09375L4.67379 11.4442V12.8204H11.4784V11.1533H7.37771L9.13912 9.30143C9.42509 9.01383 9.67984 8.7201 9.91677 8.43728C10.1599 8.14701 10.3655 7.85623 10.5409 7.56504C10.7176 7.27159 10.8571 6.97612 10.9583 6.67866C11.062 6.3739 11.1097 6.06187 11.1097 5.75816C11.1097 5.35085 11.0391 4.96875 10.8942 4.62196C10.7495 4.27553 10.5389 3.9808 10.2622 3.74129C9.98364 3.49295 9.63831 3.31434 9.25816 3.18517L9.25185 3.18323C8.85085 3.06002 8.40779 3 7.91757 3ZM19.2692 10.717C19.4307 10.2147 19.5 9.57555 19.5 8.84504V7.15574C19.5 6.42523 19.4076 5.80887 19.2461 5.28381C19.0845 4.75876 18.8537 4.32502 18.5537 3.9826C18.2536 3.64017 17.9074 3.38906 17.492 3.22926C17.0765 3.06946 16.638 3.00098 16.1302 3.00098C15.6225 3.00098 15.1609 3.06946 14.7685 3.22926C14.3761 3.38906 14.0069 3.64017 13.7299 3.9826C13.4529 4.32502 13.2221 4.78159 13.0606 5.28381C12.899 5.78604 12.8298 6.42523 12.8298 7.15574V8.84504C12.8298 9.57555 12.9221 10.1919 13.0836 10.717C13.2452 11.242 13.476 11.6758 13.7761 12.0182C14.0761 12.3606 14.4223 12.6117 14.8377 12.7715C15.2532 12.9313 15.6917 12.9998 16.1995 12.9998C16.7072 12.9998 17.1689 12.9313 17.5612 12.7715C17.9536 12.6117 18.3229 12.3606 18.5998 12.0182C18.8768 11.6758 19.1076 11.2192 19.2692 10.717ZM17.4454 5.78608C17.5146 6.08284 17.5377 6.4481 17.5377 6.88184H17.5146V9.09619C17.5146 9.52993 17.4685 9.89518 17.4223 10.192C17.3762 10.4887 17.2838 10.7398 17.1684 10.9225C17.053 11.1051 16.8915 11.2421 16.7299 11.3105C16.5684 11.379 16.3606 11.4247 16.1529 11.4247C15.9452 11.4247 15.7605 11.379 15.5759 11.3105C15.3913 11.2421 15.2528 11.1051 15.1374 10.9225C15.022 10.7398 14.9297 10.4887 14.8604 10.192C14.7912 9.89518 14.7681 9.52993 14.7681 9.09619V6.88184C14.7681 6.4481 14.7912 6.08284 14.8604 5.78608C14.9297 5.48931 15.022 5.26102 15.1374 5.0784C15.2528 4.89577 15.4143 4.7588 15.5759 4.69031C15.7375 4.62183 15.9452 4.57617 16.1529 4.57617C16.3606 4.57617 16.5453 4.62183 16.7299 4.69031C16.9146 4.7588 17.053 4.89577 17.1684 5.0784C17.2838 5.26102 17.3762 5.48931 17.4454 5.78608ZM12.6287 21.0003L17.0001 18.0003L12.6287 15.0003V21.0003ZM8 21.0003L12.3714 18.0003L8 15.0003V21.0003Z" }))); });
23
+ //# sourceMappingURL=icon-filled-forward-20.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-filled-forward-20.js","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-forward-20.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gDAA0B;AAC1B,iCAA8B;AAC9B,uEAAiE;AAEpD,QAAA,mBAAmB,GAAG,IAAA,4CAAmB,EACpD,qBAAqB,EACrB,UAAA,KAAK,IAAI,OAAA,CACP,8BAAC,SAAG,eAAK,KAAK,IAAE,OAAO,EAAC,WAAW;IACjC,wCACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,23FAA23F,GAC73F,CACE,CACP,EARQ,CAQR,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const IconFilledForward25: import("../..").NewsKitIcon;
2
+ //# sourceMappingURL=icon-filled-forward-25.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-filled-forward-25.d.ts","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-forward-25.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB,6BAW/B,CAAC"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.IconFilledForward25 = void 0;
18
+ var react_1 = __importDefault(require("react"));
19
+ var svg_1 = require("../../svg");
20
+ var custom_to_newskit_icon_1 = require("../../custom-to-newskit-icon");
21
+ exports.IconFilledForward25 = (0, custom_to_newskit_icon_1.customToNewsKitIcon)('IconFilledForward25', function (props) { return (react_1.default.createElement(svg_1.Svg, __assign({}, props, { viewBox: "0 0 24 24" }),
22
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.15595 3C7.63482 3 7.16 3.08308 6.7416 3.24579C6.32602 3.4074 5.9673 3.64003 5.68392 3.93095C5.39576 4.21938 5.17714 4.55539 5.02923 4.94451C4.8894 5.30974 4.82051 5.69584 4.81287 6.10072L4.80872 6.32093H6.78367L6.79042 6.11177C6.79717 5.90239 6.82398 5.71234 6.87511 5.53926C6.93126 5.35892 7.01799 5.20381 7.1232 5.07328C7.22837 4.95134 7.36579 4.85418 7.536 4.77853C7.69698 4.70698 7.90391 4.66717 8.1415 4.66717C8.34252 4.66717 8.50699 4.69961 8.64028 4.75757C8.77595 4.81655 8.89508 4.90558 8.991 5.01348C9.0833 5.11733 9.15716 5.2491 9.21507 5.40887C9.26627 5.57 9.29749 5.74149 9.29749 5.92426C9.29749 6.06141 9.27907 6.19515 9.24612 6.34121C9.20739 6.48191 9.14931 6.63024 9.05784 6.79358C8.96185 6.96499 8.83831 7.15714 8.6732 7.36353L8.67048 7.36708C8.50841 7.57847 8.30381 7.82539 8.04957 8.09375L4.97893 11.4442V12.8204H11.6435V11.1533H7.6272L9.35236 9.30143C9.63243 9.01383 9.88195 8.7201 10.114 8.43728C10.3522 8.14701 10.5535 7.85623 10.7253 7.56504C10.8983 7.27159 11.035 6.97612 11.1341 6.67866C11.2357 6.3739 11.2824 6.06187 11.2824 5.75816C11.2824 5.35085 11.2132 4.96875 11.0713 4.62196C10.9296 4.27553 10.7234 3.9808 10.4523 3.74129C10.1795 3.49295 9.84127 3.31434 9.46895 3.18517L9.46277 3.18323C9.07002 3.06002 8.63607 3 8.15595 3ZM13.6857 8.03235L14.2633 3.01815H19.7859V4.65874H15.8577L15.6035 6.78458C15.6439 6.75766 15.6921 6.73858 15.7436 6.7182C15.7805 6.7036 15.8191 6.68834 15.8577 6.66904C15.9501 6.62283 16.0657 6.57662 16.2043 6.55351C16.2736 6.54196 16.3429 6.52463 16.4123 6.5073L16.4123 6.5073C16.4816 6.48997 16.5509 6.47264 16.6202 6.46108C16.7589 6.43798 16.9206 6.41487 17.0824 6.41487C17.5676 6.41487 17.9835 6.48419 18.3533 6.64594C18.723 6.80769 19.0465 7.01565 19.3006 7.29293C19.5548 7.57021 19.7628 7.91682 19.8783 8.33274C19.9938 8.74867 20.0863 9.2108 20.0863 9.71916C20.0863 10.1582 20.0169 10.5741 19.8783 10.9669C19.7397 11.3597 19.5317 11.7063 19.2544 12.0067C18.9771 12.3071 18.6305 12.5613 18.2146 12.7231C17.7987 12.8848 17.3134 13.0003 16.7358 13.0003C16.3198 13.0003 15.9039 12.931 15.5111 12.8155C15.1183 12.6999 14.7717 12.492 14.4482 12.2609C14.1247 12.0298 13.8936 11.7063 13.7088 11.3597C13.5239 11.0131 13.4084 10.5972 13.4084 10.1351H15.3494C15.3956 10.551 15.5342 10.8745 15.7884 11.0825C16.0426 11.2904 16.3661 11.4291 16.7589 11.4291C17.0131 11.4291 17.221 11.3829 17.3828 11.2904C17.5445 11.198 17.7063 11.0594 17.7987 10.8976C17.8911 10.7359 17.9835 10.551 18.0529 10.3199C18.1222 10.0889 18.1222 9.8578 18.1222 9.60362C18.1222 9.34944 18.0991 9.11838 18.0298 8.88731C17.9604 8.65624 17.868 8.49449 17.7294 8.33274C17.5907 8.17099 17.429 8.05546 17.2441 7.98614C17.0593 7.91682 16.8051 7.8706 16.5509 7.8706C16.3661 7.8706 16.2043 7.89371 16.0888 7.91682C15.9732 7.93992 15.8346 7.98614 15.7422 8.03235C15.696 8.05546 15.6498 8.08434 15.6035 8.11322L15.6035 8.11323C15.5573 8.14211 15.5111 8.17099 15.4649 8.1941C15.3951 8.22899 15.3385 8.29023 15.2851 8.34797C15.2678 8.36671 15.2508 8.38508 15.2338 8.40206L13.6857 8.03235ZM12.6286 20.9996L17 17.9996L12.6286 14.9996V20.9996ZM7.9999 20.9996L12.3713 17.9996L7.9999 14.9996V20.9996Z" }))); });
23
+ //# sourceMappingURL=icon-filled-forward-25.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-filled-forward-25.js","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-forward-25.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gDAA0B;AAC1B,iCAA8B;AAC9B,uEAAiE;AAEpD,QAAA,mBAAmB,GAAG,IAAA,4CAAmB,EACpD,qBAAqB,EACrB,UAAA,KAAK,IAAI,OAAA,CACP,8BAAC,SAAG,eAAK,KAAK,IAAE,OAAO,EAAC,WAAW;IACjC,wCACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,kiGAAkiG,GACpiG,CACE,CACP,EARQ,CAQR,CACF,CAAC"}
@@ -1,2 +1,2 @@
1
1
  export declare const IconFilledForward30: import("../..").NewsKitIcon;
2
- //# sourceMappingURL=icon-filled-forward30.d.ts.map
2
+ //# sourceMappingURL=icon-filled-forward-30.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-filled-forward-30.d.ts","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-forward-30.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB,6BAW/B,CAAC"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.IconFilledForward30 = void 0;
18
+ var react_1 = __importDefault(require("react"));
19
+ var svg_1 = require("../../svg");
20
+ var custom_to_newskit_icon_1 = require("../../custom-to-newskit-icon");
21
+ exports.IconFilledForward30 = (0, custom_to_newskit_icon_1.customToNewsKitIcon)('IconFilledForward30', function (props) { return (react_1.default.createElement(svg_1.Svg, __assign({}, props, { viewBox: "0 0 24 24" }),
22
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.63899 7.13242H6.63003V8.61644H7.68383C7.93047 8.61644 8.13226 8.6621 8.33405 8.70776C8.53584 8.75343 8.69279 8.84475 8.82732 8.9589C8.96185 9.07306 9.07396 9.23288 9.14122 9.41553C9.20849 9.59817 9.25333 9.82648 9.25333 10.0776C9.25333 10.2831 9.23091 10.4658 9.16364 10.6256C9.09638 10.7854 8.98427 10.9224 8.87216 11.0365C8.76006 11.1507 8.60311 11.242 8.42374 11.3105C8.24437 11.379 8.04257 11.4018 7.81836 11.4018C7.61657 11.4018 7.4372 11.3562 7.25783 11.3105C7.07846 11.2648 6.94393 11.1735 6.8094 11.0594C6.67487 10.9452 6.58519 10.8311 6.51792 10.6712C6.45066 10.5114 6.40582 10.3516 6.40582 10.169H4.5C4.5 10.6484 4.58969 11.0822 4.76906 11.4247C4.94843 11.7671 5.21748 12.0411 5.50896 12.2922C5.80044 12.5434 6.15918 12.7032 6.54034 12.8174C6.92151 12.9315 7.32509 12.9772 7.72868 12.9772C8.22195 12.9772 8.64795 12.9087 9.07396 12.7945C9.49996 12.6804 9.83628 12.4749 10.1502 12.2466C10.4641 12.0183 10.6883 11.6986 10.8677 11.3562C11.047 11.0137 11.1367 10.6027 11.1367 10.1461C11.1367 9.62101 11.0022 9.16438 10.7331 8.75343C10.4641 8.34247 10.0605 8.06849 9.52238 7.86301C9.76902 7.74886 9.97081 7.6347 10.1502 7.47489C10.3296 7.31507 10.4641 7.15525 10.5986 6.9726C10.7331 6.78995 10.8228 6.60731 10.8901 6.40183C10.9574 6.19635 10.9798 5.99087 10.9798 5.78539C10.9798 5.32877 10.8901 4.91781 10.7331 4.57534C10.5762 4.23288 10.352 3.93607 10.0605 3.70776C9.76902 3.47945 9.4327 3.2968 9.02911 3.18265C8.62553 3.06849 8.1771 3 7.70625 3C7.28025 3 6.87666 3.06849 6.4955 3.18265C6.11434 3.2968 5.80044 3.47945 5.50896 3.70776C5.21748 3.93607 4.99327 4.23288 4.83632 4.55251C4.67937 4.87215 4.58969 5.23744 4.58969 5.6484H6.4955C6.4955 5.48858 6.54034 5.32877 6.60761 5.19178C6.67487 5.05479 6.76456 4.96347 6.87666 4.84932C6.98877 4.73516 7.1233 4.66667 7.28025 4.621C7.4372 4.57534 7.59415 4.55251 7.77352 4.55251C7.97531 4.55251 8.1771 4.59817 8.33405 4.64384C8.491 4.6895 8.62553 4.78082 8.73764 4.89498C8.84974 5.00913 8.91701 5.12329 8.98427 5.28311C9.05154 5.44292 9.07396 5.60274 9.07396 5.78539C9.07396 6.19635 8.96185 6.51598 8.71522 6.76712C8.46858 7.01826 8.10984 7.13242 7.63899 7.13242ZM19.2758 10.7169C19.4327 10.2146 19.5 9.57534 19.5 8.84475V7.15525C19.5 6.42466 19.4103 5.80822 19.2534 5.28311C19.0964 4.75799 18.8722 4.3242 18.5807 3.98174C18.2892 3.63927 17.9529 3.38813 17.5493 3.22831C17.1457 3.06849 16.7197 3 16.2265 3C15.7332 3 15.2848 3.06849 14.9036 3.22831C14.5224 3.38813 14.1637 3.63927 13.8947 3.98174C13.6256 4.3242 13.4014 4.78082 13.2444 5.28311C13.0875 5.78539 13.0202 6.42466 13.0202 7.15525V8.84475C13.0202 9.57534 13.1099 10.1918 13.2669 10.7169C13.4238 11.242 13.648 11.6758 13.9395 12.0183C14.231 12.3607 14.5673 12.6119 14.9709 12.7717C15.3745 12.9315 15.8005 13 16.2937 13C16.787 13 17.2354 12.9315 17.6166 12.7717C17.9978 12.6119 18.3565 12.3607 18.6256 12.0183C18.8946 11.6758 19.1188 11.2192 19.2758 10.7169ZM17.5941 6.88113C17.5941 6.44734 17.5717 6.08204 17.5044 5.78524C17.4371 5.48844 17.3475 5.26013 17.2354 5.07748C17.1232 4.89483 16.9887 4.75784 16.8093 4.68935C16.63 4.62086 16.4506 4.5752 16.2488 4.5752C16.047 4.5752 15.8452 4.62086 15.6883 4.68935C15.5313 4.75784 15.3744 4.89483 15.2623 5.07748C15.1502 5.26013 15.0605 5.48844 14.9932 5.78524C14.926 6.08204 14.9035 6.44734 14.9035 6.88113V9.09574C14.9035 9.52953 14.926 9.89483 14.9932 10.1916C15.0605 10.4884 15.1502 10.7396 15.2623 10.9222C15.3744 11.1049 15.5089 11.2419 15.6883 11.3104C15.8676 11.3788 16.047 11.4245 16.2488 11.4245C16.4506 11.4245 16.6524 11.3788 16.8093 11.3104C16.9663 11.2419 17.1232 11.1049 17.2354 10.9222C17.3475 10.7396 17.4371 10.4884 17.482 10.1916C17.5493 9.89483 17.5717 9.52953 17.5717 9.09574V6.88113H17.5941ZM12.6287 21L17.0001 18L12.6287 15V21ZM8 21L12.3714 18L8 15V21Z" }))); });
23
+ //# sourceMappingURL=icon-filled-forward-30.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-filled-forward-30.js","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-forward-30.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gDAA0B;AAC1B,iCAA8B;AAC9B,uEAAiE;AAEpD,QAAA,mBAAmB,GAAG,IAAA,4CAAmB,EACpD,qBAAqB,EACrB,UAAA,KAAK,IAAI,OAAA,CACP,8BAAC,SAAG,eAAK,KAAK,IAAE,OAAO,EAAC,WAAW;IACjC,wCACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,opHAAopH,GACtpH,CACE,CACP,EARQ,CAQR,CACF,CAAC"}
@@ -1,2 +1,2 @@
1
1
  export declare const IconFilledForward5: import("../..").NewsKitIcon;
2
- //# sourceMappingURL=icon-filled-forward5.d.ts.map
2
+ //# sourceMappingURL=icon-filled-forward-5.d.ts.map