newskit 5.2.0 → 5.4.1

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 (1097) 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 +23 -0
  6. package/cjs/audio-player-composable/audio-functions.d.ts.map +1 -0
  7. package/cjs/audio-player-composable/audio-functions.js +230 -0
  8. package/cjs/audio-player-composable/audio-functions.js.map +1 -0
  9. package/cjs/audio-player-composable/audio-player-composable.d.ts +4 -0
  10. package/cjs/audio-player-composable/audio-player-composable.d.ts.map +1 -0
  11. package/cjs/audio-player-composable/audio-player-composable.js +219 -0
  12. package/cjs/audio-player-composable/audio-player-composable.js.map +1 -0
  13. package/cjs/audio-player-composable/components/audio-element.d.ts +4 -0
  14. package/cjs/audio-player-composable/components/audio-element.d.ts.map +1 -0
  15. package/cjs/audio-player-composable/components/audio-element.js +14 -0
  16. package/cjs/audio-player-composable/components/audio-element.js.map +1 -0
  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/index.d.ts +3 -0
  38. package/cjs/audio-player-composable/components/play-pause-button/index.d.ts.map +1 -0
  39. package/cjs/audio-player-composable/components/play-pause-button/index.js +15 -0
  40. package/cjs/audio-player-composable/components/play-pause-button/index.js.map +1 -0
  41. package/cjs/audio-player-composable/components/play-pause-button/play-pause-button.d.ts +2 -0
  42. package/cjs/audio-player-composable/components/play-pause-button/play-pause-button.d.ts.map +1 -0
  43. package/cjs/audio-player-composable/components/play-pause-button/play-pause-button.js +71 -0
  44. package/cjs/audio-player-composable/components/play-pause-button/play-pause-button.js.map +1 -0
  45. package/cjs/audio-player-composable/components/play-pause-button/types.d.ts +3 -0
  46. package/cjs/audio-player-composable/components/play-pause-button/types.d.ts.map +1 -0
  47. package/cjs/audio-player-composable/components/play-pause-button/types.js +3 -0
  48. package/cjs/audio-player-composable/components/play-pause-button/types.js.map +1 -0
  49. package/cjs/audio-player-composable/components/replay-button/defaults.d.ts +7 -0
  50. package/cjs/audio-player-composable/components/replay-button/defaults.d.ts.map +1 -0
  51. package/cjs/audio-player-composable/components/replay-button/defaults.js +8 -0
  52. package/cjs/audio-player-composable/components/replay-button/defaults.js.map +1 -0
  53. package/cjs/audio-player-composable/components/replay-button/index.d.ts +3 -0
  54. package/cjs/audio-player-composable/components/replay-button/index.d.ts.map +1 -0
  55. package/cjs/audio-player-composable/components/replay-button/index.js +15 -0
  56. package/cjs/audio-player-composable/components/replay-button/index.js.map +1 -0
  57. package/cjs/audio-player-composable/components/replay-button/replay-button.d.ts +3 -0
  58. package/cjs/audio-player-composable/components/replay-button/replay-button.d.ts.map +1 -0
  59. package/cjs/audio-player-composable/components/replay-button/replay-button.js +39 -0
  60. package/cjs/audio-player-composable/components/replay-button/replay-button.js.map +1 -0
  61. package/cjs/audio-player-composable/components/replay-button/types.d.ts +5 -0
  62. package/cjs/audio-player-composable/components/replay-button/types.d.ts.map +1 -0
  63. package/cjs/audio-player-composable/components/replay-button/types.js +3 -0
  64. package/cjs/audio-player-composable/components/replay-button/types.js.map +1 -0
  65. package/cjs/audio-player-composable/components/seek-bar/defaults.d.ts +22 -0
  66. package/cjs/audio-player-composable/components/seek-bar/defaults.d.ts.map +1 -0
  67. package/cjs/audio-player-composable/components/seek-bar/defaults.js +23 -0
  68. package/cjs/audio-player-composable/components/seek-bar/defaults.js.map +1 -0
  69. package/cjs/audio-player-composable/components/seek-bar/index.d.ts +3 -0
  70. package/cjs/audio-player-composable/components/seek-bar/index.d.ts.map +1 -0
  71. package/cjs/audio-player-composable/components/seek-bar/index.js +15 -0
  72. package/cjs/audio-player-composable/components/seek-bar/index.js.map +1 -0
  73. package/cjs/audio-player-composable/components/seek-bar/seek-bar.d.ts +3 -0
  74. package/cjs/audio-player-composable/components/seek-bar/seek-bar.d.ts.map +1 -0
  75. package/cjs/audio-player-composable/components/seek-bar/seek-bar.js +101 -0
  76. package/cjs/audio-player-composable/components/seek-bar/seek-bar.js.map +1 -0
  77. package/cjs/audio-player-composable/components/seek-bar/style-presets.d.ts +4 -0
  78. package/cjs/audio-player-composable/components/seek-bar/style-presets.d.ts.map +1 -0
  79. package/cjs/audio-player-composable/components/seek-bar/style-presets.js +41 -0
  80. package/cjs/audio-player-composable/components/seek-bar/style-presets.js.map +1 -0
  81. package/cjs/audio-player-composable/components/seek-bar/types.d.ts +11 -0
  82. package/cjs/audio-player-composable/components/seek-bar/types.d.ts.map +1 -0
  83. package/cjs/audio-player-composable/components/seek-bar/types.js +3 -0
  84. package/cjs/audio-player-composable/components/seek-bar/types.js.map +1 -0
  85. package/cjs/audio-player-composable/components/seek-bar/utils.d.ts +6 -0
  86. package/cjs/audio-player-composable/components/seek-bar/utils.d.ts.map +1 -0
  87. package/cjs/audio-player-composable/components/seek-bar/utils.js +53 -0
  88. package/cjs/audio-player-composable/components/seek-bar/utils.js.map +1 -0
  89. package/cjs/audio-player-composable/components/skip-next-button/defaults.d.ts +7 -0
  90. package/cjs/audio-player-composable/components/skip-next-button/defaults.d.ts.map +1 -0
  91. package/cjs/audio-player-composable/components/skip-next-button/defaults.js +8 -0
  92. package/cjs/audio-player-composable/components/skip-next-button/defaults.js.map +1 -0
  93. package/cjs/audio-player-composable/components/skip-next-button/index.d.ts +3 -0
  94. package/cjs/audio-player-composable/components/skip-next-button/index.d.ts.map +1 -0
  95. package/cjs/audio-player-composable/components/skip-next-button/index.js +15 -0
  96. package/cjs/audio-player-composable/components/skip-next-button/index.js.map +1 -0
  97. package/cjs/audio-player-composable/components/skip-next-button/skip-next-button.d.ts +2 -0
  98. package/cjs/audio-player-composable/components/skip-next-button/skip-next-button.d.ts.map +1 -0
  99. package/cjs/audio-player-composable/components/skip-next-button/skip-next-button.js +37 -0
  100. package/cjs/audio-player-composable/components/skip-next-button/skip-next-button.js.map +1 -0
  101. package/cjs/audio-player-composable/components/skip-next-button/types.d.ts +3 -0
  102. package/cjs/audio-player-composable/components/skip-next-button/types.d.ts.map +1 -0
  103. package/cjs/audio-player-composable/components/skip-next-button/types.js +3 -0
  104. package/cjs/audio-player-composable/components/skip-next-button/types.js.map +1 -0
  105. package/cjs/audio-player-composable/components/skip-previous-button/defaults.d.ts +7 -0
  106. package/cjs/audio-player-composable/components/skip-previous-button/defaults.d.ts.map +1 -0
  107. package/cjs/audio-player-composable/components/skip-previous-button/defaults.js +8 -0
  108. package/cjs/audio-player-composable/components/skip-previous-button/defaults.js.map +1 -0
  109. package/cjs/audio-player-composable/components/skip-previous-button/index.d.ts +3 -0
  110. package/cjs/audio-player-composable/components/skip-previous-button/index.d.ts.map +1 -0
  111. package/cjs/audio-player-composable/components/skip-previous-button/index.js +15 -0
  112. package/cjs/audio-player-composable/components/skip-previous-button/index.js.map +1 -0
  113. package/cjs/audio-player-composable/components/skip-previous-button/skip-previous-button.d.ts +2 -0
  114. package/cjs/audio-player-composable/components/skip-previous-button/skip-previous-button.d.ts.map +1 -0
  115. package/cjs/audio-player-composable/components/skip-previous-button/skip-previous-button.js +37 -0
  116. package/cjs/audio-player-composable/components/skip-previous-button/skip-previous-button.js.map +1 -0
  117. package/cjs/audio-player-composable/components/skip-previous-button/types.d.ts +3 -0
  118. package/cjs/audio-player-composable/components/skip-previous-button/types.d.ts.map +1 -0
  119. package/cjs/audio-player-composable/components/skip-previous-button/types.js +3 -0
  120. package/cjs/audio-player-composable/components/skip-previous-button/types.js.map +1 -0
  121. package/cjs/audio-player-composable/components/time-display/defaults.d.ts +8 -0
  122. package/cjs/audio-player-composable/components/time-display/defaults.d.ts.map +1 -0
  123. package/cjs/audio-player-composable/components/time-display/defaults.js +9 -0
  124. package/cjs/audio-player-composable/components/time-display/defaults.js.map +1 -0
  125. package/cjs/audio-player-composable/components/time-display/index.d.ts +3 -0
  126. package/cjs/audio-player-composable/components/time-display/index.d.ts.map +1 -0
  127. package/cjs/audio-player-composable/components/time-display/index.js +15 -0
  128. package/cjs/audio-player-composable/components/time-display/index.js.map +1 -0
  129. package/cjs/audio-player-composable/components/time-display/style-presets.d.ts +4 -0
  130. package/cjs/audio-player-composable/components/time-display/style-presets.d.ts.map +1 -0
  131. package/cjs/audio-player-composable/components/time-display/style-presets.js +10 -0
  132. package/cjs/audio-player-composable/components/time-display/style-presets.js.map +1 -0
  133. package/cjs/audio-player-composable/components/time-display/time-display.d.ts +3 -0
  134. package/cjs/audio-player-composable/components/time-display/time-display.d.ts.map +1 -0
  135. package/cjs/audio-player-composable/components/time-display/time-display.js +53 -0
  136. package/cjs/audio-player-composable/components/time-display/time-display.js.map +1 -0
  137. package/cjs/audio-player-composable/components/time-display/types.d.ts +14 -0
  138. package/cjs/audio-player-composable/components/time-display/types.d.ts.map +1 -0
  139. package/cjs/audio-player-composable/components/time-display/types.js +3 -0
  140. package/cjs/audio-player-composable/components/time-display/types.js.map +1 -0
  141. package/cjs/audio-player-composable/components/time-display/utils.d.ts +4 -0
  142. package/cjs/audio-player-composable/components/time-display/utils.d.ts.map +1 -0
  143. package/cjs/audio-player-composable/components/time-display/utils.js +24 -0
  144. package/cjs/audio-player-composable/components/time-display/utils.js.map +1 -0
  145. package/cjs/audio-player-composable/components/types.d.ts +9 -0
  146. package/cjs/audio-player-composable/components/types.d.ts.map +1 -0
  147. package/cjs/audio-player-composable/components/types.js +3 -0
  148. package/cjs/audio-player-composable/components/types.js.map +1 -0
  149. package/cjs/audio-player-composable/context.d.ts +6 -0
  150. package/cjs/audio-player-composable/context.d.ts.map +1 -0
  151. package/cjs/audio-player-composable/context.js +18 -0
  152. package/cjs/audio-player-composable/context.js.map +1 -0
  153. package/cjs/audio-player-composable/index.d.ts +11 -0
  154. package/cjs/audio-player-composable/index.d.ts.map +1 -0
  155. package/cjs/audio-player-composable/index.js +28 -0
  156. package/cjs/audio-player-composable/index.js.map +1 -0
  157. package/cjs/audio-player-composable/types.d.ts +78 -0
  158. package/cjs/audio-player-composable/types.d.ts.map +1 -0
  159. package/cjs/audio-player-composable/types.js +16 -0
  160. package/cjs/audio-player-composable/types.js.map +1 -0
  161. package/cjs/audio-player-composable/utils.d.ts +14 -0
  162. package/cjs/audio-player-composable/utils.d.ts.map +1 -0
  163. package/cjs/audio-player-composable/utils.js +64 -0
  164. package/cjs/audio-player-composable/utils.js.map +1 -0
  165. package/cjs/banner/banner.d.ts +1 -2
  166. package/cjs/banner/banner.d.ts.map +1 -1
  167. package/cjs/base-switch/base-switch.d.ts +4 -0
  168. package/cjs/base-switch/base-switch.d.ts.map +1 -0
  169. package/cjs/base-switch/base-switch.js +110 -0
  170. package/cjs/base-switch/base-switch.js.map +1 -0
  171. package/cjs/base-switch/index.d.ts +3 -0
  172. package/cjs/base-switch/index.d.ts.map +1 -0
  173. package/cjs/base-switch/index.js +6 -0
  174. package/cjs/base-switch/index.js.map +1 -0
  175. package/cjs/{checkbox → base-switch}/styled.d.ts +11 -11
  176. package/cjs/base-switch/styled.d.ts.map +1 -0
  177. package/cjs/base-switch/styled.js +79 -0
  178. package/cjs/base-switch/styled.js.map +1 -0
  179. package/cjs/base-switch/types.d.ts +41 -0
  180. package/cjs/base-switch/types.d.ts.map +1 -0
  181. package/cjs/base-switch/types.js +3 -0
  182. package/cjs/base-switch/types.js.map +1 -0
  183. package/cjs/block/block.d.ts +11 -1
  184. package/cjs/block/block.d.ts.map +1 -1
  185. package/cjs/block/block.js +3 -2
  186. package/cjs/block/block.js.map +1 -1
  187. package/cjs/button/button.d.ts +1 -1
  188. package/cjs/button/button.d.ts.map +1 -1
  189. package/cjs/button/styled.d.ts.map +1 -1
  190. package/cjs/button/styled.js +5 -1
  191. package/cjs/button/styled.js.map +1 -1
  192. package/cjs/byline/byline.d.ts +1 -2
  193. package/cjs/byline/byline.d.ts.map +1 -1
  194. package/cjs/caption/caption-inset.d.ts +1 -2
  195. package/cjs/caption/caption-inset.d.ts.map +1 -1
  196. package/cjs/caption/caption.d.ts +1 -2
  197. package/cjs/caption/caption.d.ts.map +1 -1
  198. package/cjs/card/card-inset.d.ts +1 -1
  199. package/cjs/card/card-inset.d.ts.map +1 -1
  200. package/cjs/card/card.d.ts +1 -1
  201. package/cjs/card/card.d.ts.map +1 -1
  202. package/cjs/checkbox/checkbox.d.ts +1 -1
  203. package/cjs/checkbox/checkbox.d.ts.map +1 -1
  204. package/cjs/checkbox/checkbox.js +3 -101
  205. package/cjs/checkbox/checkbox.js.map +1 -1
  206. package/cjs/checkbox/defaults.d.ts +3 -0
  207. package/cjs/checkbox/defaults.d.ts.map +1 -1
  208. package/cjs/checkbox/defaults.js +3 -0
  209. package/cjs/checkbox/defaults.js.map +1 -1
  210. package/cjs/checkbox/style-presets.d.ts.map +1 -1
  211. package/cjs/checkbox/style-presets.js +42 -24
  212. package/cjs/checkbox/style-presets.js.map +1 -1
  213. package/cjs/checkbox/types.d.ts +5 -34
  214. package/cjs/checkbox/types.d.ts.map +1 -1
  215. package/cjs/date-time/date-time.d.ts +1 -2
  216. package/cjs/date-time/date-time.d.ts.map +1 -1
  217. package/cjs/dialog/base-dialog-tests.d.ts.map +1 -1
  218. package/cjs/dialog/base-dialog-tests.js +3 -1
  219. package/cjs/dialog/base-dialog-tests.js.map +1 -1
  220. package/cjs/dialog/types.d.ts +1 -1
  221. package/cjs/dialog/types.d.ts.map +1 -1
  222. package/cjs/divider/divider.d.ts +1 -2
  223. package/cjs/divider/divider.d.ts.map +1 -1
  224. package/cjs/drawer/drawer.d.ts +1 -2
  225. package/cjs/drawer/drawer.d.ts.map +1 -1
  226. package/cjs/fieldset/fieldset.d.ts +1 -2
  227. package/cjs/fieldset/fieldset.d.ts.map +1 -1
  228. package/cjs/flag/flag.d.ts +1 -1
  229. package/cjs/flag/styled.d.ts.map +1 -1
  230. package/cjs/flag/styled.js +6 -2
  231. package/cjs/flag/styled.js.map +1 -1
  232. package/cjs/flag/types.d.ts +5 -1
  233. package/cjs/flag/types.d.ts.map +1 -1
  234. package/cjs/flag/types.js.map +1 -1
  235. package/cjs/form/form-entry.d.ts.map +1 -1
  236. package/cjs/form/form-entry.js +2 -2
  237. package/cjs/form/form-entry.js.map +1 -1
  238. package/cjs/form/form-input.d.ts +2 -1
  239. package/cjs/form/form-input.d.ts.map +1 -1
  240. package/cjs/form/form-input.js +15 -11
  241. package/cjs/form/form-input.js.map +1 -1
  242. package/cjs/form/types.d.ts +3 -2
  243. package/cjs/form/types.d.ts.map +1 -1
  244. package/cjs/form/utils.d.ts +0 -1
  245. package/cjs/form/utils.d.ts.map +1 -1
  246. package/cjs/form/utils.js +1 -13
  247. package/cjs/form/utils.js.map +1 -1
  248. package/cjs/grid/cell.d.ts +1 -2
  249. package/cjs/grid/cell.d.ts.map +1 -1
  250. package/cjs/grid/grid.d.ts +1 -2
  251. package/cjs/grid/grid.d.ts.map +1 -1
  252. package/cjs/grid-layout/grid-layout.d.ts +1 -1
  253. package/cjs/grid-layout/grid-layout.d.ts.map +1 -1
  254. package/cjs/grid-layout/styled.d.ts +22 -2
  255. package/cjs/grid-layout/styled.d.ts.map +1 -1
  256. package/cjs/grid-layout/types.d.ts +4 -3
  257. package/cjs/grid-layout/types.d.ts.map +1 -1
  258. package/cjs/headline/headline.d.ts +1 -2
  259. package/cjs/headline/headline.d.ts.map +1 -1
  260. package/cjs/icons/filled/{material/icon-filled-forward10.d.ts → custom/icon-filled-forward-10.d.ts} +1 -1
  261. package/cjs/icons/filled/custom/icon-filled-forward-10.d.ts.map +1 -0
  262. package/cjs/icons/filled/custom/icon-filled-forward-10.js +23 -0
  263. package/cjs/icons/filled/custom/icon-filled-forward-10.js.map +1 -0
  264. package/cjs/icons/filled/custom/icon-filled-forward-15.d.ts +2 -0
  265. package/cjs/icons/filled/custom/icon-filled-forward-15.d.ts.map +1 -0
  266. package/cjs/icons/filled/custom/icon-filled-forward-15.js +23 -0
  267. package/cjs/icons/filled/custom/icon-filled-forward-15.js.map +1 -0
  268. package/cjs/icons/filled/custom/icon-filled-forward-20.d.ts +2 -0
  269. package/cjs/icons/filled/custom/icon-filled-forward-20.d.ts.map +1 -0
  270. package/cjs/icons/filled/custom/icon-filled-forward-20.js +23 -0
  271. package/cjs/icons/filled/custom/icon-filled-forward-20.js.map +1 -0
  272. package/cjs/icons/filled/custom/icon-filled-forward-25.d.ts +2 -0
  273. package/cjs/icons/filled/custom/icon-filled-forward-25.d.ts.map +1 -0
  274. package/cjs/icons/filled/custom/icon-filled-forward-25.js +23 -0
  275. package/cjs/icons/filled/custom/icon-filled-forward-25.js.map +1 -0
  276. package/{esm/icons/filled/material/icon-filled-forward30.d.ts → cjs/icons/filled/custom/icon-filled-forward-30.d.ts} +1 -1
  277. package/cjs/icons/filled/custom/icon-filled-forward-30.d.ts.map +1 -0
  278. package/cjs/icons/filled/custom/icon-filled-forward-30.js +23 -0
  279. package/cjs/icons/filled/custom/icon-filled-forward-30.js.map +1 -0
  280. package/cjs/icons/filled/{material/icon-filled-forward5.d.ts → custom/icon-filled-forward-5.d.ts} +1 -1
  281. package/cjs/icons/filled/custom/icon-filled-forward-5.d.ts.map +1 -0
  282. package/cjs/icons/filled/custom/icon-filled-forward-5.js +23 -0
  283. package/cjs/icons/filled/custom/icon-filled-forward-5.js.map +1 -0
  284. package/{esm/icons/filled/material/icon-filled-replay10.d.ts → cjs/icons/filled/custom/icon-filled-replay-10.d.ts} +1 -1
  285. package/cjs/icons/filled/custom/icon-filled-replay-10.d.ts.map +1 -0
  286. package/cjs/icons/filled/custom/icon-filled-replay-10.js +23 -0
  287. package/cjs/icons/filled/custom/icon-filled-replay-10.js.map +1 -0
  288. package/cjs/icons/filled/custom/icon-filled-replay-15.d.ts +2 -0
  289. package/cjs/icons/filled/custom/icon-filled-replay-15.d.ts.map +1 -0
  290. package/cjs/icons/filled/custom/icon-filled-replay-15.js +23 -0
  291. package/cjs/icons/filled/custom/icon-filled-replay-15.js.map +1 -0
  292. package/cjs/icons/filled/custom/icon-filled-replay-20.d.ts +2 -0
  293. package/cjs/icons/filled/custom/icon-filled-replay-20.d.ts.map +1 -0
  294. package/cjs/icons/filled/custom/icon-filled-replay-20.js +23 -0
  295. package/cjs/icons/filled/custom/icon-filled-replay-20.js.map +1 -0
  296. package/cjs/icons/filled/custom/icon-filled-replay-25.d.ts +2 -0
  297. package/cjs/icons/filled/custom/icon-filled-replay-25.d.ts.map +1 -0
  298. package/cjs/icons/filled/custom/icon-filled-replay-25.js +23 -0
  299. package/cjs/icons/filled/custom/icon-filled-replay-25.js.map +1 -0
  300. package/{esm/icons/filled/material/icon-filled-replay30.d.ts → cjs/icons/filled/custom/icon-filled-replay-30.d.ts} +1 -1
  301. package/cjs/icons/filled/custom/icon-filled-replay-30.d.ts.map +1 -0
  302. package/cjs/icons/filled/custom/icon-filled-replay-30.js +23 -0
  303. package/cjs/icons/filled/custom/icon-filled-replay-30.js.map +1 -0
  304. package/cjs/icons/filled/{material/icon-filled-replay5.d.ts → custom/icon-filled-replay-5.d.ts} +1 -1
  305. package/cjs/icons/filled/custom/icon-filled-replay-5.d.ts.map +1 -0
  306. package/cjs/icons/filled/custom/icon-filled-replay-5.js +23 -0
  307. package/cjs/icons/filled/custom/icon-filled-replay-5.js.map +1 -0
  308. package/cjs/icons/filled/custom/indeterminate-progress-indicator.d.ts +1 -2
  309. package/cjs/icons/filled/custom/indeterminate-progress-indicator.d.ts.map +1 -1
  310. package/cjs/icons/filled/custom/index.d.ts +12 -0
  311. package/cjs/icons/filled/custom/index.d.ts.map +1 -1
  312. package/cjs/icons/filled/custom/index.js +12 -0
  313. package/cjs/icons/filled/custom/index.js.map +1 -1
  314. package/cjs/icons/filled/material/icon-filled-circle.d.ts +2 -0
  315. package/cjs/icons/filled/material/{icon-filled-replay5.js → icon-filled-circle.js} +5 -5
  316. package/cjs/icons/filled/material/index.d.ts +1 -6
  317. package/cjs/icons/filled/material/index.js +25 -35
  318. package/cjs/icons/outlined/{material/icon-outlined-forward10.d.ts → custom/icon-outlined-forward-10.d.ts} +1 -1
  319. package/cjs/icons/outlined/custom/icon-outlined-forward-10.d.ts.map +1 -0
  320. package/cjs/icons/outlined/custom/icon-outlined-forward-10.js +23 -0
  321. package/cjs/icons/outlined/custom/icon-outlined-forward-10.js.map +1 -0
  322. package/cjs/icons/outlined/custom/icon-outlined-forward-15.d.ts +2 -0
  323. package/cjs/icons/outlined/custom/icon-outlined-forward-15.d.ts.map +1 -0
  324. package/cjs/icons/outlined/custom/icon-outlined-forward-15.js +23 -0
  325. package/cjs/icons/outlined/custom/icon-outlined-forward-15.js.map +1 -0
  326. package/cjs/icons/outlined/custom/icon-outlined-forward-20.d.ts +2 -0
  327. package/cjs/icons/outlined/custom/icon-outlined-forward-20.d.ts.map +1 -0
  328. package/cjs/icons/outlined/custom/icon-outlined-forward-20.js +23 -0
  329. package/cjs/icons/outlined/custom/icon-outlined-forward-20.js.map +1 -0
  330. package/cjs/icons/outlined/custom/icon-outlined-forward-25.d.ts +2 -0
  331. package/cjs/icons/outlined/custom/icon-outlined-forward-25.d.ts.map +1 -0
  332. package/cjs/icons/outlined/custom/icon-outlined-forward-25.js +23 -0
  333. package/cjs/icons/outlined/custom/icon-outlined-forward-25.js.map +1 -0
  334. package/cjs/icons/outlined/{material/icon-outlined-forward30.d.ts → custom/icon-outlined-forward-30.d.ts} +1 -1
  335. package/cjs/icons/outlined/custom/icon-outlined-forward-30.d.ts.map +1 -0
  336. package/cjs/icons/outlined/custom/icon-outlined-forward-30.js +23 -0
  337. package/cjs/icons/outlined/custom/icon-outlined-forward-30.js.map +1 -0
  338. package/cjs/icons/outlined/{material/icon-outlined-forward5.d.ts → custom/icon-outlined-forward-5.d.ts} +1 -1
  339. package/cjs/icons/outlined/custom/icon-outlined-forward-5.d.ts.map +1 -0
  340. package/cjs/icons/outlined/custom/icon-outlined-forward-5.js +23 -0
  341. package/cjs/icons/outlined/custom/icon-outlined-forward-5.js.map +1 -0
  342. package/{esm/icons/outlined/material/icon-outlined-replay10.d.ts → cjs/icons/outlined/custom/icon-outlined-replay-10.d.ts} +1 -1
  343. package/cjs/icons/outlined/custom/icon-outlined-replay-10.d.ts.map +1 -0
  344. package/cjs/icons/outlined/custom/icon-outlined-replay-10.js +23 -0
  345. package/cjs/icons/outlined/custom/icon-outlined-replay-10.js.map +1 -0
  346. package/cjs/icons/outlined/custom/icon-outlined-replay-15.d.ts +2 -0
  347. package/cjs/icons/outlined/custom/icon-outlined-replay-15.d.ts.map +1 -0
  348. package/cjs/icons/outlined/custom/icon-outlined-replay-15.js +23 -0
  349. package/cjs/icons/outlined/custom/icon-outlined-replay-15.js.map +1 -0
  350. package/cjs/icons/outlined/custom/icon-outlined-replay-20.d.ts +2 -0
  351. package/cjs/icons/outlined/custom/icon-outlined-replay-20.d.ts.map +1 -0
  352. package/cjs/icons/outlined/custom/icon-outlined-replay-20.js +23 -0
  353. package/cjs/icons/outlined/custom/icon-outlined-replay-20.js.map +1 -0
  354. package/cjs/icons/outlined/custom/icon-outlined-replay-25.d.ts +2 -0
  355. package/cjs/icons/outlined/custom/icon-outlined-replay-25.d.ts.map +1 -0
  356. package/cjs/icons/outlined/custom/icon-outlined-replay-25.js +23 -0
  357. package/cjs/icons/outlined/custom/icon-outlined-replay-25.js.map +1 -0
  358. package/{esm/icons/outlined/material/icon-outlined-replay30.d.ts → cjs/icons/outlined/custom/icon-outlined-replay-30.d.ts} +1 -1
  359. package/cjs/icons/outlined/custom/icon-outlined-replay-30.d.ts.map +1 -0
  360. package/cjs/icons/outlined/custom/icon-outlined-replay-30.js +23 -0
  361. package/cjs/icons/outlined/custom/icon-outlined-replay-30.js.map +1 -0
  362. package/{esm/icons/outlined/material/icon-outlined-replay5.d.ts → cjs/icons/outlined/custom/icon-outlined-replay-5.d.ts} +1 -1
  363. package/cjs/icons/outlined/custom/icon-outlined-replay-5.d.ts.map +1 -0
  364. package/cjs/icons/outlined/custom/icon-outlined-replay-5.js +23 -0
  365. package/cjs/icons/outlined/custom/icon-outlined-replay-5.js.map +1 -0
  366. package/cjs/icons/outlined/custom/index.d.ts +12 -0
  367. package/cjs/icons/outlined/custom/index.d.ts.map +1 -1
  368. package/cjs/icons/outlined/custom/index.js +12 -0
  369. package/cjs/icons/outlined/custom/index.js.map +1 -1
  370. package/cjs/icons/outlined/material/icon-outlined-circle.d.ts +2 -0
  371. package/cjs/icons/{filled/material/icon-filled-replay30.js → outlined/material/icon-outlined-circle.js} +5 -5
  372. package/cjs/icons/outlined/material/index.d.ts +1 -6
  373. package/cjs/icons/outlined/material/index.js +25 -35
  374. package/cjs/icons/to-newskit-icon.d.ts.map +1 -1
  375. package/cjs/icons/to-newskit-icon.js +14 -9
  376. package/cjs/icons/to-newskit-icon.js.map +1 -1
  377. package/cjs/image/image.d.ts +1 -2
  378. package/cjs/image/image.d.ts.map +1 -1
  379. package/cjs/index.d.ts +2 -0
  380. package/cjs/index.d.ts.map +1 -1
  381. package/cjs/index.js +2 -0
  382. package/cjs/index.js.map +1 -1
  383. package/cjs/inline-message/inline-message.d.ts +1 -2
  384. package/cjs/inline-message/inline-message.d.ts.map +1 -1
  385. package/cjs/label/label.d.ts +1 -2
  386. package/cjs/label/label.d.ts.map +1 -1
  387. package/cjs/label/styled.d.ts +1 -6
  388. package/cjs/label/styled.d.ts.map +1 -1
  389. package/cjs/label/styled.js +5 -1
  390. package/cjs/label/styled.js.map +1 -1
  391. package/cjs/label/types.d.ts +14 -6
  392. package/cjs/label/types.d.ts.map +1 -1
  393. package/cjs/link/internal-link.d.ts.map +1 -1
  394. package/cjs/link/internal-link.js +2 -1
  395. package/cjs/link/internal-link.js.map +1 -1
  396. package/cjs/link/link-inline.d.ts +1 -1
  397. package/cjs/link/link-inline.d.ts.map +1 -1
  398. package/cjs/link/link-standalone.d.ts +1 -1
  399. package/cjs/link/link-standalone.d.ts.map +1 -1
  400. package/cjs/link/link.d.ts +2 -2
  401. package/cjs/link/link.d.ts.map +1 -1
  402. package/cjs/link/types.d.ts +12 -9
  403. package/cjs/link/types.d.ts.map +1 -1
  404. package/cjs/link/utils.d.ts +1 -1
  405. package/cjs/link/utils.d.ts.map +1 -1
  406. package/cjs/menu/menu.d.ts +1 -1
  407. package/cjs/menu/menu.d.ts.map +1 -1
  408. package/cjs/modal/modal.d.ts +1 -2
  409. package/cjs/modal/modal.d.ts.map +1 -1
  410. package/cjs/ordered-list/ordered-list.d.ts +1 -2
  411. package/cjs/ordered-list/ordered-list.d.ts.map +1 -1
  412. package/cjs/overlay/overlay.d.ts +1 -2
  413. package/cjs/overlay/overlay.d.ts.map +1 -1
  414. package/cjs/radio-button/defaults.d.ts +66 -0
  415. package/cjs/radio-button/defaults.d.ts.map +1 -0
  416. package/cjs/radio-button/defaults.js +79 -0
  417. package/cjs/radio-button/defaults.js.map +1 -0
  418. package/cjs/radio-button/index.d.ts +4 -0
  419. package/cjs/radio-button/index.d.ts.map +1 -0
  420. package/cjs/radio-button/index.js +8 -0
  421. package/cjs/radio-button/index.js.map +1 -0
  422. package/cjs/radio-button/radio-button.d.ts +4 -0
  423. package/cjs/radio-button/radio-button.d.ts.map +1 -0
  424. package/cjs/radio-button/radio-button.js +66 -0
  425. package/cjs/radio-button/radio-button.js.map +1 -0
  426. package/cjs/radio-button/radio-group.d.ts +11 -0
  427. package/cjs/radio-button/radio-group.d.ts.map +1 -0
  428. package/cjs/radio-button/radio-group.js +67 -0
  429. package/cjs/radio-button/radio-group.js.map +1 -0
  430. package/cjs/radio-button/style-presets.d.ts +4 -0
  431. package/cjs/radio-button/style-presets.d.ts.map +1 -0
  432. package/cjs/radio-button/style-presets.js +151 -0
  433. package/cjs/radio-button/style-presets.js.map +1 -0
  434. package/cjs/radio-button/types.d.ts +17 -0
  435. package/cjs/radio-button/types.d.ts.map +1 -0
  436. package/cjs/radio-button/types.js +3 -0
  437. package/cjs/radio-button/types.js.map +1 -0
  438. package/cjs/scroll/scroll.d.ts +1 -1
  439. package/cjs/scroll/scroll.d.ts.map +1 -1
  440. package/cjs/select/select.d.ts +1 -1
  441. package/cjs/select/select.d.ts.map +1 -1
  442. package/cjs/select/styled.d.ts.map +1 -1
  443. package/cjs/select/styled.js +5 -1
  444. package/cjs/select/styled.js.map +1 -1
  445. package/cjs/select/types.d.ts +14 -1
  446. package/cjs/select/types.d.ts.map +1 -1
  447. package/cjs/share-bar/share-bar.d.ts +1 -1
  448. package/cjs/share-bar/share-bar.d.ts.map +1 -1
  449. package/cjs/slider/slider.d.ts +1 -2
  450. package/cjs/slider/slider.d.ts.map +1 -1
  451. package/cjs/stack/styled.d.ts.map +1 -1
  452. package/cjs/stack/styled.js +3 -2
  453. package/cjs/stack/styled.js.map +1 -1
  454. package/cjs/stack/types.d.ts +2 -1
  455. package/cjs/stack/types.d.ts.map +1 -1
  456. package/cjs/stack/types.js.map +1 -1
  457. package/cjs/standfirst/standfirst.d.ts +1 -2
  458. package/cjs/standfirst/standfirst.d.ts.map +1 -1
  459. package/cjs/structured-list/structured-list-item.d.ts +1 -1
  460. package/cjs/structured-list/structured-list-item.d.ts.map +1 -1
  461. package/cjs/structured-list/structured-list.d.ts +1 -1
  462. package/cjs/structured-list/structured-list.d.ts.map +1 -1
  463. package/cjs/tabs/tabs.d.ts +1 -1
  464. package/cjs/tabs/tabs.d.ts.map +1 -1
  465. package/cjs/tag/tag.d.ts +1 -2
  466. package/cjs/tag/tag.d.ts.map +1 -1
  467. package/cjs/text-block/text-block.d.ts.map +1 -1
  468. package/cjs/text-block/text-block.js +3 -2
  469. package/cjs/text-block/text-block.js.map +1 -1
  470. package/cjs/text-block/types.d.ts +2 -1
  471. package/cjs/text-block/types.d.ts.map +1 -1
  472. package/cjs/text-field/text-field.d.ts +1 -1
  473. package/cjs/text-field/text-field.d.ts.map +1 -1
  474. package/cjs/text-input/text-input.d.ts +4 -1
  475. package/cjs/text-input/text-input.d.ts.map +1 -1
  476. package/cjs/text-input/text-input.js +5 -5
  477. package/cjs/text-input/text-input.js.map +1 -1
  478. package/cjs/theme/presets/style-presets.js +8 -0
  479. package/cjs/theme/presets/style-presets.js.map +1 -1
  480. package/cjs/theme-checker/scenarios.d.ts +15 -4
  481. package/cjs/theme-checker/scenarios.d.ts.map +1 -1
  482. package/cjs/theme-checker/scenarios.js +55 -3
  483. package/cjs/theme-checker/scenarios.js.map +1 -1
  484. package/cjs/title-bar/title-bar.d.ts +1 -2
  485. package/cjs/title-bar/title-bar.d.ts.map +1 -1
  486. package/cjs/toast/toast.d.ts +1 -2
  487. package/cjs/toast/toast.d.ts.map +1 -1
  488. package/cjs/typography/heading/heading.d.ts +12 -12
  489. package/cjs/typography/paragraph/paragraph.d.ts +2 -2
  490. package/cjs/unordered-list/unordered-list.d.ts +1 -2
  491. package/cjs/unordered-list/unordered-list.d.ts.map +1 -1
  492. package/cjs/utils/compose-event-handlers.d.ts +2 -0
  493. package/cjs/utils/compose-event-handlers.d.ts.map +1 -0
  494. package/cjs/utils/compose-event-handlers.js +16 -0
  495. package/cjs/utils/compose-event-handlers.js.map +1 -0
  496. package/cjs/utils/get-transition-duration.d.ts.map +1 -1
  497. package/cjs/utils/get-transition-duration.js +17 -0
  498. package/cjs/utils/get-transition-duration.js.map +1 -1
  499. package/cjs/utils/hooks/use-controlled.d.ts +5 -4
  500. package/cjs/utils/hooks/use-controlled.d.ts.map +1 -1
  501. package/cjs/utils/hooks/use-controlled.js +1 -1
  502. package/cjs/utils/hooks/use-controlled.js.map +1 -1
  503. package/cjs/utils/hooks/use-keypress.d.ts +2 -1
  504. package/cjs/utils/hooks/use-keypress.d.ts.map +1 -1
  505. package/cjs/utils/hooks/use-keypress.js +101 -31
  506. package/cjs/utils/hooks/use-keypress.js.map +1 -1
  507. package/cjs/utils/hooks/use-media-query/context.d.ts +2 -1
  508. package/cjs/utils/hooks/use-media-query/context.d.ts.map +1 -1
  509. package/cjs/utils/hooks/use-media-query/context.js.map +1 -1
  510. package/cjs/utils/logical-properties.d.ts +24 -0
  511. package/cjs/utils/logical-properties.d.ts.map +1 -0
  512. package/cjs/utils/logical-properties.js +54 -0
  513. package/cjs/utils/logical-properties.js.map +1 -0
  514. package/cjs/utils/style/style-preset.d.ts +1 -1
  515. package/cjs/utils/style/style-preset.d.ts.map +1 -1
  516. package/cjs/utils/style/style-preset.js +3 -3
  517. package/cjs/utils/style/style-preset.js.map +1 -1
  518. package/cjs/utils/style/transition-preset.d.ts +1 -1
  519. package/cjs/utils/style/transition-preset.d.ts.map +1 -1
  520. package/cjs/utils/style/transition-preset.js +43 -8
  521. package/cjs/utils/style/transition-preset.js.map +1 -1
  522. package/cjs/utils/types.d.ts +1 -0
  523. package/cjs/utils/types.d.ts.map +1 -1
  524. package/cjs/utils/with-own-theme.d.ts +4 -1
  525. package/cjs/utils/with-own-theme.d.ts.map +1 -1
  526. package/cjs/utils/with-own-theme.js +3 -1
  527. package/cjs/utils/with-own-theme.js.map +1 -1
  528. package/cjs/version-number.json +1 -1
  529. package/cjs/video-player/video-player.d.ts +1 -1
  530. package/cjs/video-player/video-player.d.ts.map +1 -1
  531. package/cjs/volume-control/volume-control.d.ts +1 -2
  532. package/cjs/volume-control/volume-control.d.ts.map +1 -1
  533. package/cjs/with-enhancers/styled.d.ts.map +1 -1
  534. package/cjs/with-enhancers/styled.js +6 -2
  535. package/cjs/with-enhancers/styled.js.map +1 -1
  536. package/esm/assistive-text/assistive-text.d.ts +1 -2
  537. package/esm/assistive-text/assistive-text.d.ts.map +1 -1
  538. package/esm/audio-player/audio-player.d.ts +1 -2
  539. package/esm/audio-player/audio-player.d.ts.map +1 -1
  540. package/esm/audio-player-composable/audio-functions.d.ts +23 -0
  541. package/esm/audio-player-composable/audio-functions.d.ts.map +1 -0
  542. package/esm/audio-player-composable/audio-functions.js +223 -0
  543. package/esm/audio-player-composable/audio-functions.js.map +1 -0
  544. package/esm/audio-player-composable/audio-player-composable.d.ts +4 -0
  545. package/esm/audio-player-composable/audio-player-composable.d.ts.map +1 -0
  546. package/esm/audio-player-composable/audio-player-composable.js +196 -0
  547. package/esm/audio-player-composable/audio-player-composable.js.map +1 -0
  548. package/esm/audio-player-composable/components/audio-element.d.ts +4 -0
  549. package/esm/audio-player-composable/components/audio-element.d.ts.map +1 -0
  550. package/esm/audio-player-composable/components/audio-element.js +7 -0
  551. package/esm/audio-player-composable/components/audio-element.js.map +1 -0
  552. package/esm/audio-player-composable/components/forward-button/defaults.d.ts +7 -0
  553. package/esm/audio-player-composable/components/forward-button/defaults.d.ts.map +1 -0
  554. package/esm/audio-player-composable/components/forward-button/defaults.js +6 -0
  555. package/esm/audio-player-composable/components/forward-button/defaults.js.map +1 -0
  556. package/esm/audio-player-composable/components/forward-button/forward-button.d.ts +3 -0
  557. package/esm/audio-player-composable/components/forward-button/forward-button.d.ts.map +1 -0
  558. package/esm/audio-player-composable/components/forward-button/forward-button.js +33 -0
  559. package/esm/audio-player-composable/components/forward-button/forward-button.js.map +1 -0
  560. package/esm/audio-player-composable/components/forward-button/index.d.ts +3 -0
  561. package/esm/audio-player-composable/components/forward-button/index.d.ts.map +1 -0
  562. package/esm/audio-player-composable/components/forward-button/index.js +3 -0
  563. package/esm/audio-player-composable/components/forward-button/index.js.map +1 -0
  564. package/esm/audio-player-composable/components/forward-button/types.d.ts +5 -0
  565. package/esm/audio-player-composable/components/forward-button/types.d.ts.map +1 -0
  566. package/esm/audio-player-composable/components/forward-button/types.js +2 -0
  567. package/esm/audio-player-composable/components/forward-button/types.js.map +1 -0
  568. package/esm/audio-player-composable/components/play-pause-button/defaults.d.ts +7 -0
  569. package/esm/audio-player-composable/components/play-pause-button/defaults.d.ts.map +1 -0
  570. package/esm/audio-player-composable/components/play-pause-button/defaults.js +6 -0
  571. package/esm/audio-player-composable/components/play-pause-button/defaults.js.map +1 -0
  572. package/esm/audio-player-composable/components/play-pause-button/index.d.ts +3 -0
  573. package/esm/audio-player-composable/components/play-pause-button/index.d.ts.map +1 -0
  574. package/esm/audio-player-composable/components/play-pause-button/index.js +3 -0
  575. package/esm/audio-player-composable/components/play-pause-button/index.js.map +1 -0
  576. package/esm/audio-player-composable/components/play-pause-button/play-pause-button.d.ts +2 -0
  577. package/esm/audio-player-composable/components/play-pause-button/play-pause-button.d.ts.map +1 -0
  578. package/esm/audio-player-composable/components/play-pause-button/play-pause-button.js +46 -0
  579. package/esm/audio-player-composable/components/play-pause-button/play-pause-button.js.map +1 -0
  580. package/esm/audio-player-composable/components/play-pause-button/types.d.ts +3 -0
  581. package/esm/audio-player-composable/components/play-pause-button/types.d.ts.map +1 -0
  582. package/esm/audio-player-composable/components/play-pause-button/types.js +2 -0
  583. package/esm/audio-player-composable/components/play-pause-button/types.js.map +1 -0
  584. package/esm/audio-player-composable/components/replay-button/defaults.d.ts +7 -0
  585. package/esm/audio-player-composable/components/replay-button/defaults.d.ts.map +1 -0
  586. package/esm/audio-player-composable/components/replay-button/defaults.js +6 -0
  587. package/esm/audio-player-composable/components/replay-button/defaults.js.map +1 -0
  588. package/esm/audio-player-composable/components/replay-button/index.d.ts +3 -0
  589. package/esm/audio-player-composable/components/replay-button/index.d.ts.map +1 -0
  590. package/esm/audio-player-composable/components/replay-button/index.js +3 -0
  591. package/esm/audio-player-composable/components/replay-button/index.js.map +1 -0
  592. package/esm/audio-player-composable/components/replay-button/replay-button.d.ts +3 -0
  593. package/esm/audio-player-composable/components/replay-button/replay-button.d.ts.map +1 -0
  594. package/esm/audio-player-composable/components/replay-button/replay-button.js +33 -0
  595. package/esm/audio-player-composable/components/replay-button/replay-button.js.map +1 -0
  596. package/esm/audio-player-composable/components/replay-button/types.d.ts +5 -0
  597. package/esm/audio-player-composable/components/replay-button/types.d.ts.map +1 -0
  598. package/esm/audio-player-composable/components/replay-button/types.js +2 -0
  599. package/esm/audio-player-composable/components/replay-button/types.js.map +1 -0
  600. package/esm/audio-player-composable/components/seek-bar/defaults.d.ts +22 -0
  601. package/esm/audio-player-composable/components/seek-bar/defaults.d.ts.map +1 -0
  602. package/esm/audio-player-composable/components/seek-bar/defaults.js +21 -0
  603. package/esm/audio-player-composable/components/seek-bar/defaults.js.map +1 -0
  604. package/esm/audio-player-composable/components/seek-bar/index.d.ts +3 -0
  605. package/esm/audio-player-composable/components/seek-bar/index.d.ts.map +1 -0
  606. package/esm/audio-player-composable/components/seek-bar/index.js +3 -0
  607. package/esm/audio-player-composable/components/seek-bar/index.js.map +1 -0
  608. package/esm/audio-player-composable/components/seek-bar/seek-bar.d.ts +3 -0
  609. package/esm/audio-player-composable/components/seek-bar/seek-bar.d.ts.map +1 -0
  610. package/esm/audio-player-composable/components/seek-bar/seek-bar.js +76 -0
  611. package/esm/audio-player-composable/components/seek-bar/seek-bar.js.map +1 -0
  612. package/esm/audio-player-composable/components/seek-bar/style-presets.d.ts +4 -0
  613. package/esm/audio-player-composable/components/seek-bar/style-presets.d.ts.map +1 -0
  614. package/esm/audio-player-composable/components/seek-bar/style-presets.js +39 -0
  615. package/esm/audio-player-composable/components/seek-bar/style-presets.js.map +1 -0
  616. package/esm/audio-player-composable/components/seek-bar/types.d.ts +11 -0
  617. package/esm/audio-player-composable/components/seek-bar/types.d.ts.map +1 -0
  618. package/esm/audio-player-composable/components/seek-bar/types.js +2 -0
  619. package/esm/audio-player-composable/components/seek-bar/types.js.map +1 -0
  620. package/esm/audio-player-composable/components/seek-bar/utils.d.ts +6 -0
  621. package/esm/audio-player-composable/components/seek-bar/utils.d.ts.map +1 -0
  622. package/esm/audio-player-composable/components/seek-bar/utils.js +48 -0
  623. package/esm/audio-player-composable/components/seek-bar/utils.js.map +1 -0
  624. package/esm/audio-player-composable/components/skip-next-button/defaults.d.ts +7 -0
  625. package/esm/audio-player-composable/components/skip-next-button/defaults.d.ts.map +1 -0
  626. package/esm/audio-player-composable/components/skip-next-button/defaults.js +6 -0
  627. package/esm/audio-player-composable/components/skip-next-button/defaults.js.map +1 -0
  628. package/esm/audio-player-composable/components/skip-next-button/index.d.ts +3 -0
  629. package/esm/audio-player-composable/components/skip-next-button/index.d.ts.map +1 -0
  630. package/esm/audio-player-composable/components/skip-next-button/index.js +3 -0
  631. package/esm/audio-player-composable/components/skip-next-button/index.js.map +1 -0
  632. package/esm/audio-player-composable/components/skip-next-button/skip-next-button.d.ts +2 -0
  633. package/esm/audio-player-composable/components/skip-next-button/skip-next-button.d.ts.map +1 -0
  634. package/esm/audio-player-composable/components/skip-next-button/skip-next-button.js +31 -0
  635. package/esm/audio-player-composable/components/skip-next-button/skip-next-button.js.map +1 -0
  636. package/esm/audio-player-composable/components/skip-next-button/types.d.ts +3 -0
  637. package/esm/audio-player-composable/components/skip-next-button/types.d.ts.map +1 -0
  638. package/esm/audio-player-composable/components/skip-next-button/types.js +2 -0
  639. package/esm/audio-player-composable/components/skip-next-button/types.js.map +1 -0
  640. package/esm/audio-player-composable/components/skip-previous-button/defaults.d.ts +7 -0
  641. package/esm/audio-player-composable/components/skip-previous-button/defaults.d.ts.map +1 -0
  642. package/esm/audio-player-composable/components/skip-previous-button/defaults.js +6 -0
  643. package/esm/audio-player-composable/components/skip-previous-button/defaults.js.map +1 -0
  644. package/esm/audio-player-composable/components/skip-previous-button/index.d.ts +3 -0
  645. package/esm/audio-player-composable/components/skip-previous-button/index.d.ts.map +1 -0
  646. package/esm/audio-player-composable/components/skip-previous-button/index.js +3 -0
  647. package/esm/audio-player-composable/components/skip-previous-button/index.js.map +1 -0
  648. package/esm/audio-player-composable/components/skip-previous-button/skip-previous-button.d.ts +2 -0
  649. package/esm/audio-player-composable/components/skip-previous-button/skip-previous-button.d.ts.map +1 -0
  650. package/esm/audio-player-composable/components/skip-previous-button/skip-previous-button.js +31 -0
  651. package/esm/audio-player-composable/components/skip-previous-button/skip-previous-button.js.map +1 -0
  652. package/esm/audio-player-composable/components/skip-previous-button/types.d.ts +3 -0
  653. package/esm/audio-player-composable/components/skip-previous-button/types.d.ts.map +1 -0
  654. package/esm/audio-player-composable/components/skip-previous-button/types.js +2 -0
  655. package/esm/audio-player-composable/components/skip-previous-button/types.js.map +1 -0
  656. package/esm/audio-player-composable/components/time-display/defaults.d.ts +8 -0
  657. package/esm/audio-player-composable/components/time-display/defaults.d.ts.map +1 -0
  658. package/esm/audio-player-composable/components/time-display/defaults.js +7 -0
  659. package/esm/audio-player-composable/components/time-display/defaults.js.map +1 -0
  660. package/esm/audio-player-composable/components/time-display/index.d.ts +3 -0
  661. package/esm/audio-player-composable/components/time-display/index.d.ts.map +1 -0
  662. package/esm/audio-player-composable/components/time-display/index.js +3 -0
  663. package/esm/audio-player-composable/components/time-display/index.js.map +1 -0
  664. package/esm/audio-player-composable/components/time-display/style-presets.d.ts +4 -0
  665. package/esm/audio-player-composable/components/time-display/style-presets.d.ts.map +1 -0
  666. package/esm/audio-player-composable/components/time-display/style-presets.js +8 -0
  667. package/esm/audio-player-composable/components/time-display/style-presets.js.map +1 -0
  668. package/esm/audio-player-composable/components/time-display/time-display.d.ts +3 -0
  669. package/esm/audio-player-composable/components/time-display/time-display.d.ts.map +1 -0
  670. package/esm/audio-player-composable/components/time-display/time-display.js +47 -0
  671. package/esm/audio-player-composable/components/time-display/time-display.js.map +1 -0
  672. package/esm/audio-player-composable/components/time-display/types.d.ts +14 -0
  673. package/esm/audio-player-composable/components/time-display/types.d.ts.map +1 -0
  674. package/esm/audio-player-composable/components/time-display/types.js +2 -0
  675. package/esm/audio-player-composable/components/time-display/types.js.map +1 -0
  676. package/esm/audio-player-composable/components/time-display/utils.d.ts +4 -0
  677. package/esm/audio-player-composable/components/time-display/utils.d.ts.map +1 -0
  678. package/esm/audio-player-composable/components/time-display/utils.js +19 -0
  679. package/esm/audio-player-composable/components/time-display/utils.js.map +1 -0
  680. package/esm/audio-player-composable/components/types.d.ts +9 -0
  681. package/esm/audio-player-composable/components/types.d.ts.map +1 -0
  682. package/esm/audio-player-composable/components/types.js +2 -0
  683. package/esm/audio-player-composable/components/types.js.map +1 -0
  684. package/esm/audio-player-composable/context.d.ts +6 -0
  685. package/esm/audio-player-composable/context.d.ts.map +1 -0
  686. package/esm/audio-player-composable/context.js +14 -0
  687. package/esm/audio-player-composable/context.js.map +1 -0
  688. package/esm/audio-player-composable/index.d.ts +11 -0
  689. package/esm/audio-player-composable/index.d.ts.map +1 -0
  690. package/esm/audio-player-composable/index.js +12 -0
  691. package/esm/audio-player-composable/index.js.map +1 -0
  692. package/esm/audio-player-composable/types.d.ts +78 -0
  693. package/esm/audio-player-composable/types.d.ts.map +1 -0
  694. package/esm/audio-player-composable/types.js +13 -0
  695. package/esm/audio-player-composable/types.js.map +1 -0
  696. package/esm/audio-player-composable/utils.d.ts +14 -0
  697. package/esm/audio-player-composable/utils.d.ts.map +1 -0
  698. package/esm/audio-player-composable/utils.js +56 -0
  699. package/esm/audio-player-composable/utils.js.map +1 -0
  700. package/esm/banner/banner.d.ts +1 -2
  701. package/esm/banner/banner.d.ts.map +1 -1
  702. package/esm/base-switch/base-switch.d.ts +4 -0
  703. package/esm/base-switch/base-switch.d.ts.map +1 -0
  704. package/esm/base-switch/base-switch.js +85 -0
  705. package/esm/base-switch/base-switch.js.map +1 -0
  706. package/esm/base-switch/index.d.ts +3 -0
  707. package/esm/base-switch/index.d.ts.map +1 -0
  708. package/esm/base-switch/index.js +2 -0
  709. package/esm/base-switch/index.js.map +1 -0
  710. package/esm/{checkbox → base-switch}/styled.d.ts +11 -11
  711. package/esm/base-switch/styled.d.ts.map +1 -0
  712. package/esm/base-switch/styled.js +76 -0
  713. package/esm/base-switch/styled.js.map +1 -0
  714. package/esm/base-switch/types.d.ts +41 -0
  715. package/esm/base-switch/types.d.ts.map +1 -0
  716. package/esm/base-switch/types.js +2 -0
  717. package/esm/base-switch/types.js.map +1 -0
  718. package/esm/block/block.d.ts +11 -1
  719. package/esm/block/block.d.ts.map +1 -1
  720. package/esm/block/block.js +3 -2
  721. package/esm/block/block.js.map +1 -1
  722. package/esm/button/button.d.ts +1 -1
  723. package/esm/button/button.d.ts.map +1 -1
  724. package/esm/button/styled.d.ts.map +1 -1
  725. package/esm/button/styled.js +5 -1
  726. package/esm/button/styled.js.map +1 -1
  727. package/esm/byline/byline.d.ts +1 -2
  728. package/esm/byline/byline.d.ts.map +1 -1
  729. package/esm/caption/caption-inset.d.ts +1 -2
  730. package/esm/caption/caption-inset.d.ts.map +1 -1
  731. package/esm/caption/caption.d.ts +1 -2
  732. package/esm/caption/caption.d.ts.map +1 -1
  733. package/esm/card/card-inset.d.ts +1 -1
  734. package/esm/card/card-inset.d.ts.map +1 -1
  735. package/esm/card/card.d.ts +1 -1
  736. package/esm/card/card.d.ts.map +1 -1
  737. package/esm/checkbox/checkbox.d.ts +1 -1
  738. package/esm/checkbox/checkbox.d.ts.map +1 -1
  739. package/esm/checkbox/checkbox.js +3 -82
  740. package/esm/checkbox/checkbox.js.map +1 -1
  741. package/esm/checkbox/defaults.d.ts +3 -0
  742. package/esm/checkbox/defaults.d.ts.map +1 -1
  743. package/esm/checkbox/defaults.js +3 -0
  744. package/esm/checkbox/defaults.js.map +1 -1
  745. package/esm/checkbox/style-presets.d.ts.map +1 -1
  746. package/esm/checkbox/style-presets.js +42 -24
  747. package/esm/checkbox/style-presets.js.map +1 -1
  748. package/esm/checkbox/types.d.ts +5 -34
  749. package/esm/checkbox/types.d.ts.map +1 -1
  750. package/esm/date-time/date-time.d.ts +1 -2
  751. package/esm/date-time/date-time.d.ts.map +1 -1
  752. package/esm/dialog/base-dialog-tests.d.ts.map +1 -1
  753. package/esm/dialog/base-dialog-tests.js +3 -1
  754. package/esm/dialog/base-dialog-tests.js.map +1 -1
  755. package/esm/dialog/types.d.ts +1 -1
  756. package/esm/dialog/types.d.ts.map +1 -1
  757. package/esm/divider/divider.d.ts +1 -2
  758. package/esm/divider/divider.d.ts.map +1 -1
  759. package/esm/drawer/drawer.d.ts +1 -2
  760. package/esm/drawer/drawer.d.ts.map +1 -1
  761. package/esm/fieldset/fieldset.d.ts +1 -2
  762. package/esm/fieldset/fieldset.d.ts.map +1 -1
  763. package/esm/flag/flag.d.ts +1 -1
  764. package/esm/flag/styled.d.ts.map +1 -1
  765. package/esm/flag/styled.js +6 -2
  766. package/esm/flag/styled.js.map +1 -1
  767. package/esm/flag/types.d.ts +5 -1
  768. package/esm/flag/types.d.ts.map +1 -1
  769. package/esm/flag/types.js.map +1 -1
  770. package/esm/form/form-entry.d.ts.map +1 -1
  771. package/esm/form/form-entry.js +2 -2
  772. package/esm/form/form-entry.js.map +1 -1
  773. package/esm/form/form-input.d.ts +2 -1
  774. package/esm/form/form-input.d.ts.map +1 -1
  775. package/esm/form/form-input.js +12 -8
  776. package/esm/form/form-input.js.map +1 -1
  777. package/esm/form/types.d.ts +3 -2
  778. package/esm/form/types.d.ts.map +1 -1
  779. package/esm/form/utils.d.ts +0 -1
  780. package/esm/form/utils.d.ts.map +1 -1
  781. package/esm/form/utils.js +0 -11
  782. package/esm/form/utils.js.map +1 -1
  783. package/esm/grid/cell.d.ts +1 -2
  784. package/esm/grid/cell.d.ts.map +1 -1
  785. package/esm/grid/grid.d.ts +1 -2
  786. package/esm/grid/grid.d.ts.map +1 -1
  787. package/esm/grid-layout/grid-layout.d.ts +1 -1
  788. package/esm/grid-layout/grid-layout.d.ts.map +1 -1
  789. package/esm/grid-layout/styled.d.ts +22 -2
  790. package/esm/grid-layout/styled.d.ts.map +1 -1
  791. package/esm/grid-layout/types.d.ts +4 -3
  792. package/esm/grid-layout/types.d.ts.map +1 -1
  793. package/esm/headline/headline.d.ts +1 -2
  794. package/esm/headline/headline.d.ts.map +1 -1
  795. package/esm/icons/filled/{material/icon-filled-forward10.d.ts → custom/icon-filled-forward-10.d.ts} +1 -1
  796. package/esm/icons/filled/custom/icon-filled-forward-10.d.ts.map +1 -0
  797. package/esm/icons/filled/custom/icon-filled-forward-10.js +17 -0
  798. package/esm/icons/filled/custom/icon-filled-forward-10.js.map +1 -0
  799. package/esm/icons/filled/custom/icon-filled-forward-15.d.ts +2 -0
  800. package/esm/icons/filled/custom/icon-filled-forward-15.d.ts.map +1 -0
  801. package/esm/icons/filled/custom/icon-filled-forward-15.js +17 -0
  802. package/esm/icons/filled/custom/icon-filled-forward-15.js.map +1 -0
  803. package/esm/icons/filled/custom/icon-filled-forward-20.d.ts +2 -0
  804. package/esm/icons/filled/custom/icon-filled-forward-20.d.ts.map +1 -0
  805. package/esm/icons/filled/custom/icon-filled-forward-20.js +17 -0
  806. package/esm/icons/filled/custom/icon-filled-forward-20.js.map +1 -0
  807. package/esm/icons/filled/custom/icon-filled-forward-25.d.ts +2 -0
  808. package/esm/icons/filled/custom/icon-filled-forward-25.d.ts.map +1 -0
  809. package/esm/icons/filled/custom/icon-filled-forward-25.js +17 -0
  810. package/esm/icons/filled/custom/icon-filled-forward-25.js.map +1 -0
  811. package/{cjs/icons/filled/material/icon-filled-forward30.d.ts → esm/icons/filled/custom/icon-filled-forward-30.d.ts} +1 -1
  812. package/esm/icons/filled/custom/icon-filled-forward-30.d.ts.map +1 -0
  813. package/esm/icons/filled/custom/icon-filled-forward-30.js +17 -0
  814. package/esm/icons/filled/custom/icon-filled-forward-30.js.map +1 -0
  815. package/esm/icons/filled/{material/icon-filled-forward5.d.ts → custom/icon-filled-forward-5.d.ts} +1 -1
  816. package/esm/icons/filled/custom/icon-filled-forward-5.d.ts.map +1 -0
  817. package/esm/icons/filled/custom/icon-filled-forward-5.js +17 -0
  818. package/esm/icons/filled/custom/icon-filled-forward-5.js.map +1 -0
  819. package/{cjs/icons/filled/material/icon-filled-replay10.d.ts → esm/icons/filled/custom/icon-filled-replay-10.d.ts} +1 -1
  820. package/esm/icons/filled/custom/icon-filled-replay-10.d.ts.map +1 -0
  821. package/esm/icons/filled/custom/icon-filled-replay-10.js +17 -0
  822. package/esm/icons/filled/custom/icon-filled-replay-10.js.map +1 -0
  823. package/esm/icons/filled/custom/icon-filled-replay-15.d.ts +2 -0
  824. package/esm/icons/filled/custom/icon-filled-replay-15.d.ts.map +1 -0
  825. package/esm/icons/filled/custom/icon-filled-replay-15.js +17 -0
  826. package/esm/icons/filled/custom/icon-filled-replay-15.js.map +1 -0
  827. package/esm/icons/filled/custom/icon-filled-replay-20.d.ts +2 -0
  828. package/esm/icons/filled/custom/icon-filled-replay-20.d.ts.map +1 -0
  829. package/esm/icons/filled/custom/icon-filled-replay-20.js +17 -0
  830. package/esm/icons/filled/custom/icon-filled-replay-20.js.map +1 -0
  831. package/esm/icons/filled/custom/icon-filled-replay-25.d.ts +2 -0
  832. package/esm/icons/filled/custom/icon-filled-replay-25.d.ts.map +1 -0
  833. package/esm/icons/filled/custom/icon-filled-replay-25.js +17 -0
  834. package/esm/icons/filled/custom/icon-filled-replay-25.js.map +1 -0
  835. package/{cjs/icons/filled/material/icon-filled-replay30.d.ts → esm/icons/filled/custom/icon-filled-replay-30.d.ts} +1 -1
  836. package/esm/icons/filled/custom/icon-filled-replay-30.d.ts.map +1 -0
  837. package/esm/icons/filled/custom/icon-filled-replay-30.js +17 -0
  838. package/esm/icons/filled/custom/icon-filled-replay-30.js.map +1 -0
  839. package/esm/icons/filled/{material/icon-filled-replay5.d.ts → custom/icon-filled-replay-5.d.ts} +1 -1
  840. package/esm/icons/filled/custom/icon-filled-replay-5.d.ts.map +1 -0
  841. package/esm/icons/filled/custom/icon-filled-replay-5.js +17 -0
  842. package/esm/icons/filled/custom/icon-filled-replay-5.js.map +1 -0
  843. package/esm/icons/filled/custom/indeterminate-progress-indicator.d.ts +1 -2
  844. package/esm/icons/filled/custom/indeterminate-progress-indicator.d.ts.map +1 -1
  845. package/esm/icons/filled/custom/index.d.ts +12 -0
  846. package/esm/icons/filled/custom/index.d.ts.map +1 -1
  847. package/esm/icons/filled/custom/index.js +12 -0
  848. package/esm/icons/filled/custom/index.js.map +1 -1
  849. package/esm/icons/filled/material/icon-filled-circle.d.ts +2 -0
  850. package/esm/icons/filled/material/{icon-filled-replay5.js → icon-filled-circle.js} +4 -4
  851. package/esm/icons/filled/material/index.d.ts +1 -6
  852. package/esm/icons/filled/material/index.js +1 -6
  853. package/esm/icons/outlined/{material/icon-outlined-forward10.d.ts → custom/icon-outlined-forward-10.d.ts} +1 -1
  854. package/esm/icons/outlined/custom/icon-outlined-forward-10.d.ts.map +1 -0
  855. package/esm/icons/outlined/custom/icon-outlined-forward-10.js +17 -0
  856. package/esm/icons/outlined/custom/icon-outlined-forward-10.js.map +1 -0
  857. package/esm/icons/outlined/custom/icon-outlined-forward-15.d.ts +2 -0
  858. package/esm/icons/outlined/custom/icon-outlined-forward-15.d.ts.map +1 -0
  859. package/esm/icons/outlined/custom/icon-outlined-forward-15.js +17 -0
  860. package/esm/icons/outlined/custom/icon-outlined-forward-15.js.map +1 -0
  861. package/esm/icons/outlined/custom/icon-outlined-forward-20.d.ts +2 -0
  862. package/esm/icons/outlined/custom/icon-outlined-forward-20.d.ts.map +1 -0
  863. package/esm/icons/outlined/custom/icon-outlined-forward-20.js +17 -0
  864. package/esm/icons/outlined/custom/icon-outlined-forward-20.js.map +1 -0
  865. package/esm/icons/outlined/custom/icon-outlined-forward-25.d.ts +2 -0
  866. package/esm/icons/outlined/custom/icon-outlined-forward-25.d.ts.map +1 -0
  867. package/esm/icons/outlined/custom/icon-outlined-forward-25.js +17 -0
  868. package/esm/icons/outlined/custom/icon-outlined-forward-25.js.map +1 -0
  869. package/esm/icons/outlined/{material/icon-outlined-forward30.d.ts → custom/icon-outlined-forward-30.d.ts} +1 -1
  870. package/esm/icons/outlined/custom/icon-outlined-forward-30.d.ts.map +1 -0
  871. package/esm/icons/outlined/custom/icon-outlined-forward-30.js +17 -0
  872. package/esm/icons/outlined/custom/icon-outlined-forward-30.js.map +1 -0
  873. package/esm/icons/outlined/{material/icon-outlined-forward5.d.ts → custom/icon-outlined-forward-5.d.ts} +1 -1
  874. package/esm/icons/outlined/custom/icon-outlined-forward-5.d.ts.map +1 -0
  875. package/esm/icons/outlined/custom/icon-outlined-forward-5.js +17 -0
  876. package/esm/icons/outlined/custom/icon-outlined-forward-5.js.map +1 -0
  877. package/{cjs/icons/outlined/material/icon-outlined-replay10.d.ts → esm/icons/outlined/custom/icon-outlined-replay-10.d.ts} +1 -1
  878. package/esm/icons/outlined/custom/icon-outlined-replay-10.d.ts.map +1 -0
  879. package/esm/icons/outlined/custom/icon-outlined-replay-10.js +17 -0
  880. package/esm/icons/outlined/custom/icon-outlined-replay-10.js.map +1 -0
  881. package/esm/icons/outlined/custom/icon-outlined-replay-15.d.ts +2 -0
  882. package/esm/icons/outlined/custom/icon-outlined-replay-15.d.ts.map +1 -0
  883. package/esm/icons/outlined/custom/icon-outlined-replay-15.js +17 -0
  884. package/esm/icons/outlined/custom/icon-outlined-replay-15.js.map +1 -0
  885. package/esm/icons/outlined/custom/icon-outlined-replay-20.d.ts +2 -0
  886. package/esm/icons/outlined/custom/icon-outlined-replay-20.d.ts.map +1 -0
  887. package/esm/icons/outlined/custom/icon-outlined-replay-20.js +17 -0
  888. package/esm/icons/outlined/custom/icon-outlined-replay-20.js.map +1 -0
  889. package/esm/icons/outlined/custom/icon-outlined-replay-25.d.ts +2 -0
  890. package/esm/icons/outlined/custom/icon-outlined-replay-25.d.ts.map +1 -0
  891. package/esm/icons/outlined/custom/icon-outlined-replay-25.js +17 -0
  892. package/esm/icons/outlined/custom/icon-outlined-replay-25.js.map +1 -0
  893. package/{cjs/icons/outlined/material/icon-outlined-replay30.d.ts → esm/icons/outlined/custom/icon-outlined-replay-30.d.ts} +1 -1
  894. package/esm/icons/outlined/custom/icon-outlined-replay-30.d.ts.map +1 -0
  895. package/esm/icons/outlined/custom/icon-outlined-replay-30.js +17 -0
  896. package/esm/icons/outlined/custom/icon-outlined-replay-30.js.map +1 -0
  897. package/{cjs/icons/outlined/material/icon-outlined-replay5.d.ts → esm/icons/outlined/custom/icon-outlined-replay-5.d.ts} +1 -1
  898. package/esm/icons/outlined/custom/icon-outlined-replay-5.d.ts.map +1 -0
  899. package/esm/icons/outlined/custom/icon-outlined-replay-5.js +17 -0
  900. package/esm/icons/outlined/custom/icon-outlined-replay-5.js.map +1 -0
  901. package/esm/icons/outlined/custom/index.d.ts +12 -0
  902. package/esm/icons/outlined/custom/index.d.ts.map +1 -1
  903. package/esm/icons/outlined/custom/index.js +12 -0
  904. package/esm/icons/outlined/custom/index.js.map +1 -1
  905. package/esm/icons/outlined/material/icon-outlined-circle.d.ts +2 -0
  906. package/esm/icons/{filled/material/icon-filled-replay30.js → outlined/material/icon-outlined-circle.js} +4 -4
  907. package/esm/icons/outlined/material/index.d.ts +1 -6
  908. package/esm/icons/outlined/material/index.js +1 -6
  909. package/esm/icons/to-newskit-icon.d.ts.map +1 -1
  910. package/esm/icons/to-newskit-icon.js +14 -9
  911. package/esm/icons/to-newskit-icon.js.map +1 -1
  912. package/esm/image/image.d.ts +1 -2
  913. package/esm/image/image.d.ts.map +1 -1
  914. package/esm/index.d.ts +2 -0
  915. package/esm/index.d.ts.map +1 -1
  916. package/esm/index.js +2 -0
  917. package/esm/index.js.map +1 -1
  918. package/esm/inline-message/inline-message.d.ts +1 -2
  919. package/esm/inline-message/inline-message.d.ts.map +1 -1
  920. package/esm/label/label.d.ts +1 -2
  921. package/esm/label/label.d.ts.map +1 -1
  922. package/esm/label/styled.d.ts +1 -6
  923. package/esm/label/styled.d.ts.map +1 -1
  924. package/esm/label/styled.js +5 -1
  925. package/esm/label/styled.js.map +1 -1
  926. package/esm/label/types.d.ts +14 -6
  927. package/esm/label/types.d.ts.map +1 -1
  928. package/esm/link/internal-link.d.ts.map +1 -1
  929. package/esm/link/internal-link.js +2 -1
  930. package/esm/link/internal-link.js.map +1 -1
  931. package/esm/link/link-inline.d.ts +1 -1
  932. package/esm/link/link-inline.d.ts.map +1 -1
  933. package/esm/link/link-standalone.d.ts +1 -1
  934. package/esm/link/link-standalone.d.ts.map +1 -1
  935. package/esm/link/link.d.ts +2 -2
  936. package/esm/link/link.d.ts.map +1 -1
  937. package/esm/link/types.d.ts +12 -9
  938. package/esm/link/types.d.ts.map +1 -1
  939. package/esm/link/utils.d.ts +1 -1
  940. package/esm/link/utils.d.ts.map +1 -1
  941. package/esm/menu/menu.d.ts +1 -1
  942. package/esm/menu/menu.d.ts.map +1 -1
  943. package/esm/modal/modal.d.ts +1 -2
  944. package/esm/modal/modal.d.ts.map +1 -1
  945. package/esm/ordered-list/ordered-list.d.ts +1 -2
  946. package/esm/ordered-list/ordered-list.d.ts.map +1 -1
  947. package/esm/overlay/overlay.d.ts +1 -2
  948. package/esm/overlay/overlay.d.ts.map +1 -1
  949. package/esm/radio-button/defaults.d.ts +66 -0
  950. package/esm/radio-button/defaults.d.ts.map +1 -0
  951. package/esm/radio-button/defaults.js +77 -0
  952. package/esm/radio-button/defaults.js.map +1 -0
  953. package/esm/radio-button/index.d.ts +4 -0
  954. package/esm/radio-button/index.d.ts.map +1 -0
  955. package/esm/radio-button/index.js +3 -0
  956. package/esm/radio-button/index.js.map +1 -0
  957. package/esm/radio-button/radio-button.d.ts +4 -0
  958. package/esm/radio-button/radio-button.d.ts.map +1 -0
  959. package/esm/radio-button/radio-button.js +60 -0
  960. package/esm/radio-button/radio-button.js.map +1 -0
  961. package/esm/radio-button/radio-group.d.ts +11 -0
  962. package/esm/radio-button/radio-group.d.ts.map +1 -0
  963. package/esm/radio-button/radio-group.js +44 -0
  964. package/esm/radio-button/radio-group.js.map +1 -0
  965. package/esm/radio-button/style-presets.d.ts +4 -0
  966. package/esm/radio-button/style-presets.d.ts.map +1 -0
  967. package/esm/radio-button/style-presets.js +149 -0
  968. package/esm/radio-button/style-presets.js.map +1 -0
  969. package/esm/radio-button/types.d.ts +17 -0
  970. package/esm/radio-button/types.d.ts.map +1 -0
  971. package/esm/radio-button/types.js +2 -0
  972. package/esm/radio-button/types.js.map +1 -0
  973. package/esm/scroll/scroll.d.ts +1 -1
  974. package/esm/scroll/scroll.d.ts.map +1 -1
  975. package/esm/select/select.d.ts +1 -1
  976. package/esm/select/select.d.ts.map +1 -1
  977. package/esm/select/styled.d.ts.map +1 -1
  978. package/esm/select/styled.js +5 -1
  979. package/esm/select/styled.js.map +1 -1
  980. package/esm/select/types.d.ts +14 -1
  981. package/esm/select/types.d.ts.map +1 -1
  982. package/esm/share-bar/share-bar.d.ts +1 -1
  983. package/esm/share-bar/share-bar.d.ts.map +1 -1
  984. package/esm/slider/slider.d.ts +1 -2
  985. package/esm/slider/slider.d.ts.map +1 -1
  986. package/esm/stack/styled.d.ts.map +1 -1
  987. package/esm/stack/styled.js +3 -2
  988. package/esm/stack/styled.js.map +1 -1
  989. package/esm/stack/types.d.ts +2 -1
  990. package/esm/stack/types.d.ts.map +1 -1
  991. package/esm/stack/types.js.map +1 -1
  992. package/esm/standfirst/standfirst.d.ts +1 -2
  993. package/esm/standfirst/standfirst.d.ts.map +1 -1
  994. package/esm/structured-list/structured-list-item.d.ts +1 -1
  995. package/esm/structured-list/structured-list-item.d.ts.map +1 -1
  996. package/esm/structured-list/structured-list.d.ts +1 -1
  997. package/esm/structured-list/structured-list.d.ts.map +1 -1
  998. package/esm/tabs/tabs.d.ts +1 -1
  999. package/esm/tabs/tabs.d.ts.map +1 -1
  1000. package/esm/tag/tag.d.ts +1 -2
  1001. package/esm/tag/tag.d.ts.map +1 -1
  1002. package/esm/text-block/text-block.d.ts.map +1 -1
  1003. package/esm/text-block/text-block.js +3 -2
  1004. package/esm/text-block/text-block.js.map +1 -1
  1005. package/esm/text-block/types.d.ts +2 -1
  1006. package/esm/text-block/types.d.ts.map +1 -1
  1007. package/esm/text-field/text-field.d.ts +1 -1
  1008. package/esm/text-field/text-field.d.ts.map +1 -1
  1009. package/esm/text-input/text-input.d.ts +4 -1
  1010. package/esm/text-input/text-input.d.ts.map +1 -1
  1011. package/esm/text-input/text-input.js +5 -5
  1012. package/esm/text-input/text-input.js.map +1 -1
  1013. package/esm/theme/presets/style-presets.js +8 -0
  1014. package/esm/theme/presets/style-presets.js.map +1 -1
  1015. package/esm/theme-checker/scenarios.d.ts +15 -4
  1016. package/esm/theme-checker/scenarios.d.ts.map +1 -1
  1017. package/esm/theme-checker/scenarios.js +54 -2
  1018. package/esm/theme-checker/scenarios.js.map +1 -1
  1019. package/esm/title-bar/title-bar.d.ts +1 -2
  1020. package/esm/title-bar/title-bar.d.ts.map +1 -1
  1021. package/esm/toast/toast.d.ts +1 -2
  1022. package/esm/toast/toast.d.ts.map +1 -1
  1023. package/esm/typography/heading/heading.d.ts +12 -12
  1024. package/esm/typography/paragraph/paragraph.d.ts +2 -2
  1025. package/esm/unordered-list/unordered-list.d.ts +1 -2
  1026. package/esm/unordered-list/unordered-list.d.ts.map +1 -1
  1027. package/esm/utils/compose-event-handlers.d.ts +2 -0
  1028. package/esm/utils/compose-event-handlers.d.ts.map +1 -0
  1029. package/esm/utils/compose-event-handlers.js +12 -0
  1030. package/esm/utils/compose-event-handlers.js.map +1 -0
  1031. package/esm/utils/get-transition-duration.d.ts.map +1 -1
  1032. package/esm/utils/get-transition-duration.js +17 -0
  1033. package/esm/utils/get-transition-duration.js.map +1 -1
  1034. package/esm/utils/hooks/use-controlled.d.ts +5 -4
  1035. package/esm/utils/hooks/use-controlled.d.ts.map +1 -1
  1036. package/esm/utils/hooks/use-controlled.js +1 -1
  1037. package/esm/utils/hooks/use-controlled.js.map +1 -1
  1038. package/esm/utils/hooks/use-keypress.d.ts +2 -1
  1039. package/esm/utils/hooks/use-keypress.d.ts.map +1 -1
  1040. package/esm/utils/hooks/use-keypress.js +101 -31
  1041. package/esm/utils/hooks/use-keypress.js.map +1 -1
  1042. package/esm/utils/hooks/use-media-query/context.d.ts +2 -1
  1043. package/esm/utils/hooks/use-media-query/context.d.ts.map +1 -1
  1044. package/esm/utils/hooks/use-media-query/context.js.map +1 -1
  1045. package/esm/utils/logical-properties.d.ts +24 -0
  1046. package/esm/utils/logical-properties.d.ts.map +1 -0
  1047. package/esm/utils/logical-properties.js +49 -0
  1048. package/esm/utils/logical-properties.js.map +1 -0
  1049. package/esm/utils/style/style-preset.d.ts +1 -1
  1050. package/esm/utils/style/style-preset.d.ts.map +1 -1
  1051. package/esm/utils/style/style-preset.js +3 -3
  1052. package/esm/utils/style/style-preset.js.map +1 -1
  1053. package/esm/utils/style/transition-preset.d.ts +1 -1
  1054. package/esm/utils/style/transition-preset.d.ts.map +1 -1
  1055. package/esm/utils/style/transition-preset.js +43 -8
  1056. package/esm/utils/style/transition-preset.js.map +1 -1
  1057. package/esm/utils/types.d.ts +1 -0
  1058. package/esm/utils/types.d.ts.map +1 -1
  1059. package/esm/utils/with-own-theme.d.ts +4 -1
  1060. package/esm/utils/with-own-theme.d.ts.map +1 -1
  1061. package/esm/utils/with-own-theme.js +3 -1
  1062. package/esm/utils/with-own-theme.js.map +1 -1
  1063. package/esm/version-number.json +1 -1
  1064. package/esm/video-player/video-player.d.ts +1 -1
  1065. package/esm/video-player/video-player.d.ts.map +1 -1
  1066. package/esm/volume-control/volume-control.d.ts +1 -2
  1067. package/esm/volume-control/volume-control.d.ts.map +1 -1
  1068. package/esm/with-enhancers/styled.d.ts.map +1 -1
  1069. package/esm/with-enhancers/styled.js +6 -2
  1070. package/esm/with-enhancers/styled.js.map +1 -1
  1071. package/package.json +1 -1
  1072. package/cjs/checkbox/styled.d.ts.map +0 -1
  1073. package/cjs/checkbox/styled.js +0 -74
  1074. package/cjs/checkbox/styled.js.map +0 -1
  1075. package/cjs/icons/filled/material/icon-filled-forward10.js +0 -11
  1076. package/cjs/icons/filled/material/icon-filled-forward30.js +0 -11
  1077. package/cjs/icons/filled/material/icon-filled-forward5.js +0 -11
  1078. package/cjs/icons/filled/material/icon-filled-replay10.js +0 -11
  1079. package/cjs/icons/outlined/material/icon-outlined-forward10.js +0 -11
  1080. package/cjs/icons/outlined/material/icon-outlined-forward30.js +0 -11
  1081. package/cjs/icons/outlined/material/icon-outlined-forward5.js +0 -11
  1082. package/cjs/icons/outlined/material/icon-outlined-replay10.js +0 -11
  1083. package/cjs/icons/outlined/material/icon-outlined-replay30.js +0 -11
  1084. package/cjs/icons/outlined/material/icon-outlined-replay5.js +0 -11
  1085. package/esm/checkbox/styled.d.ts.map +0 -1
  1086. package/esm/checkbox/styled.js +0 -71
  1087. package/esm/checkbox/styled.js.map +0 -1
  1088. package/esm/icons/filled/material/icon-filled-forward10.js +0 -8
  1089. package/esm/icons/filled/material/icon-filled-forward30.js +0 -8
  1090. package/esm/icons/filled/material/icon-filled-forward5.js +0 -8
  1091. package/esm/icons/filled/material/icon-filled-replay10.js +0 -8
  1092. package/esm/icons/outlined/material/icon-outlined-forward10.js +0 -8
  1093. package/esm/icons/outlined/material/icon-outlined-forward30.js +0 -8
  1094. package/esm/icons/outlined/material/icon-outlined-forward5.js +0 -8
  1095. package/esm/icons/outlined/material/icon-outlined-replay10.js +0 -8
  1096. package/esm/icons/outlined/material/icon-outlined-replay30.js +0 -8
  1097. package/esm/icons/outlined/material/icon-outlined-replay5.js +0 -8
@@ -1,23 +1,26 @@
1
1
  /// <reference types="react" />
2
2
  import { MQ } from '../utils/style';
3
3
  import { EventData } from '../instrumentation';
4
+ import { LogicalProps } from '../utils/logical-properties';
4
5
  import { TransitionToken } from '../theme/types';
5
6
  export interface BaseLinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement>, EventData {
6
7
  href: string;
7
8
  }
9
+ interface LinkOverrides extends LogicalProps {
10
+ stylePreset?: MQ<string>;
11
+ transitionPreset?: TransitionToken | TransitionToken[];
12
+ typographyPreset?: MQ<string>;
13
+ spaceInline?: MQ<string>;
14
+ externalIcon?: {
15
+ size?: string;
16
+ };
17
+ }
8
18
  export interface InternalLinkProps extends BaseLinkProps {
9
19
  external?: boolean;
10
- overrides?: {
11
- stylePreset?: MQ<string>;
12
- transitionPreset?: TransitionToken | TransitionToken[];
13
- typographyPreset?: MQ<string>;
14
- spaceInline?: MQ<string>;
15
- externalIcon?: {
16
- size?: string;
17
- };
18
- };
20
+ overrides?: LinkOverrides;
19
21
  noCrop?: boolean;
20
22
  }
21
23
  export interface LinkProps extends Omit<InternalLinkProps, 'noCrop'> {
22
24
  }
25
+ export {};
23
26
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/link/types.ts"],"names":[],"mappings":";AAAA,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAClC,OAAO,EAAC,SAAS,EAAC,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAE/C,MAAM,WAAW,aACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,SAAS;IAEX,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,iBAAkB,SAAQ,aAAa;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE;QACV,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,gBAAgB,CAAC,EAAE,eAAe,GAAG,eAAe,EAAE,CAAC;QACvD,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QAC9B,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,YAAY,CAAC,EAAE;YACb,IAAI,CAAC,EAAE,MAAM,CAAC;SACf,CAAC;KACH,CAAC;IACF,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,iBAAiB,EAAE,QAAQ,CAAC;CAAG"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/link/types.ts"],"names":[],"mappings":";AAAA,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAClC,OAAO,EAAC,SAAS,EAAC,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAC,YAAY,EAAC,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAE/C,MAAM,WAAW,aACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,SAAS;IAEX,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,aAAc,SAAQ,YAAY;IAC1C,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,gBAAgB,CAAC,EAAE,eAAe,GAAG,eAAe,EAAE,CAAC;IACvD,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IAC9B,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;IACzB,YAAY,CAAC,EAAE;QACb,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,MAAM,WAAW,iBAAkB,SAAQ,aAAa;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,iBAAiB,EAAE,QAAQ,CAAC;CAAG"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  export declare const isLinkExternal: (href: string) => boolean;
3
- export declare const withLinkTheme: <P extends {}>(BaseComponent: React.ComponentType<P> | React.ForwardRefExoticComponent<P>) => React.FC<P>;
3
+ export declare const withLinkTheme: <P extends {}>(BaseComponent: React.ComponentType<P> | React.ForwardRefExoticComponent<P>) => import("../utils/with-own-theme").NewsKitReactComponents<P>;
4
4
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/link/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,cAAc,SAAU,MAAM,YAU1C,CAAC;AAEF,eAAO,MAAM,aAAa,2GAEgC,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/link/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,cAAc,SAAU,MAAM,YAU1C,CAAC;AAEF,eAAO,MAAM,aAAa,2JAEgC,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { MenuProps } from './types';
3
- export declare const Menu: React.FC<MenuProps & React.RefAttributes<HTMLElement>>;
3
+ export declare const Menu: import("../utils/with-own-theme").NewsKitReactComponents<MenuProps & React.RefAttributes<HTMLElement>>;
4
4
  //# sourceMappingURL=menu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/menu/menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAGL,SAAS,EAEV,MAAM,SAAS,CAAC;AAgDjB,eAAO,MAAM,IAAI,wDAAwD,CAAC"}
1
+ {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/menu/menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAGL,SAAS,EAEV,MAAM,SAAS,CAAC;AAgDjB,eAAO,MAAM,IAAI,wGAAwD,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { ModalProps } from './types';
3
- export declare const Modal: React.FC<ModalProps>;
2
+ export declare const Modal: import("../utils/with-own-theme").NewsKitReactComponents<ModalProps>;
4
3
  //# sourceMappingURL=modal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/modal/modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,UAAU,EAAC,MAAM,SAAS,CAAC;AA0FnC,eAAO,MAAM,KAAK,sBAGhB,CAAC"}
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/modal/modal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAC,UAAU,EAAC,MAAM,SAAS,CAAC;AA0FnC,eAAO,MAAM,KAAK,sEAGhB,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { OrderedListProps } from './types';
3
- export declare const OrderedList: React.FC<OrderedListProps>;
2
+ export declare const OrderedList: import("../utils/with-own-theme").NewsKitReactComponents<OrderedListProps>;
4
3
  //# sourceMappingURL=ordered-list.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ordered-list.d.ts","sourceRoot":"","sources":["../../../src/ordered-list/ordered-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAO,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAC;AAwCzC,eAAO,MAAM,WAAW,4BAAiD,CAAC"}
1
+ {"version":3,"file":"ordered-list.d.ts","sourceRoot":"","sources":["../../../src/ordered-list/ordered-list.tsx"],"names":[],"mappings":"AASA,OAAO,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAC;AAwCzC,eAAO,MAAM,WAAW,4EAAiD,CAAC"}
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { MQ } from '../utils/style';
3
2
  interface OverlayProps {
4
3
  open: boolean;
@@ -8,6 +7,6 @@ interface OverlayProps {
8
7
  stylePreset?: MQ<string>;
9
8
  };
10
9
  }
11
- export declare const Overlay: React.FC<OverlayProps>;
10
+ export declare const Overlay: import("../utils/with-own-theme").NewsKitReactComponents<OverlayProps>;
12
11
  export {};
13
12
  //# sourceMappingURL=overlay.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../src/overlay/overlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAyB,EAAE,EAAqB,MAAM,gBAAgB,CAAC;AAM9E,UAAU,YAAY;IACpB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE;QACV,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KAC1B,CAAC;CACH;AA4CD,eAAO,MAAM,OAAO,wBAGlB,CAAC"}
1
+ {"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../src/overlay/overlay.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAyB,EAAE,EAAqB,MAAM,gBAAgB,CAAC;AAM9E,UAAU,YAAY;IACpB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE;QACV,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;KAC1B,CAAC;CACH;AA4CD,eAAO,MAAM,OAAO,wEAGlB,CAAC"}
@@ -0,0 +1,66 @@
1
+ declare const _default: {
2
+ radioButton: {
3
+ small: {
4
+ spaceStack: string;
5
+ input: {
6
+ size: string;
7
+ stylePreset: string;
8
+ spaceInline: string;
9
+ transitionPreset: string[];
10
+ };
11
+ feedback: {
12
+ size: string;
13
+ stylePreset: string;
14
+ };
15
+ label: {
16
+ stylePreset: string;
17
+ typographyPreset: string;
18
+ };
19
+ icon: {
20
+ size: string;
21
+ };
22
+ };
23
+ medium: {
24
+ spaceStack: string;
25
+ input: {
26
+ size: string;
27
+ stylePreset: string;
28
+ spaceInline: string;
29
+ transitionPreset: string[];
30
+ };
31
+ feedback: {
32
+ size: string;
33
+ stylePreset: string;
34
+ };
35
+ label: {
36
+ stylePreset: string;
37
+ typographyPreset: string;
38
+ };
39
+ icon: {
40
+ size: string;
41
+ };
42
+ };
43
+ large: {
44
+ spaceStack: string;
45
+ input: {
46
+ size: string;
47
+ stylePreset: string;
48
+ spaceInline: string;
49
+ transitionPreset: string[];
50
+ };
51
+ feedback: {
52
+ size: string;
53
+ stylePreset: string;
54
+ };
55
+ label: {
56
+ stylePreset: string;
57
+ typographyPreset: string;
58
+ };
59
+ icon: {
60
+ size: string;
61
+ };
62
+ };
63
+ };
64
+ };
65
+ export default _default;
66
+ //# sourceMappingURL=defaults.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../src/radio-button/defaults.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA2EE"}
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ radioButton: {
5
+ small: {
6
+ spaceStack: 'space000',
7
+ input: {
8
+ size: 'sizing050',
9
+ stylePreset: 'radioButtonInput',
10
+ spaceInline: 'space030',
11
+ transitionPreset: [
12
+ 'backgroundColorChange',
13
+ 'borderColorChange',
14
+ 'iconColorChange',
15
+ ],
16
+ },
17
+ feedback: {
18
+ size: 'sizing070',
19
+ stylePreset: 'radioButtonFeedback',
20
+ },
21
+ label: {
22
+ stylePreset: 'controlLabel',
23
+ typographyPreset: 'utilityBody020',
24
+ },
25
+ icon: {
26
+ size: 'iconSize010',
27
+ },
28
+ },
29
+ medium: {
30
+ spaceStack: 'space000',
31
+ input: {
32
+ size: 'sizing060',
33
+ stylePreset: 'radioButtonInput',
34
+ spaceInline: 'space030',
35
+ transitionPreset: [
36
+ 'backgroundColorChange',
37
+ 'borderColorChange',
38
+ 'iconColorChange',
39
+ ],
40
+ },
41
+ feedback: {
42
+ size: 'sizing080',
43
+ stylePreset: 'radioButtonFeedback',
44
+ },
45
+ label: {
46
+ stylePreset: 'controlLabel',
47
+ typographyPreset: 'utilityBody020',
48
+ },
49
+ icon: {
50
+ size: 'iconSize020',
51
+ },
52
+ },
53
+ large: {
54
+ spaceStack: 'space000',
55
+ input: {
56
+ size: 'sizing070',
57
+ stylePreset: 'radioButtonInput',
58
+ spaceInline: 'space040',
59
+ transitionPreset: [
60
+ 'backgroundColorChange',
61
+ 'borderColorChange',
62
+ 'iconColorChange',
63
+ ],
64
+ },
65
+ feedback: {
66
+ size: 'sizing090',
67
+ stylePreset: 'radioButtonFeedback',
68
+ },
69
+ label: {
70
+ stylePreset: 'controlLabel',
71
+ typographyPreset: 'utilityBody030',
72
+ },
73
+ icon: {
74
+ size: 'iconSize030',
75
+ },
76
+ },
77
+ },
78
+ };
79
+ //# sourceMappingURL=defaults.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaults.js","sourceRoot":"","sources":["../../../src/radio-button/defaults.ts"],"names":[],"mappings":";;AAAA,kBAAe;IACb,WAAW,EAAE;QACX,KAAK,EAAE;YACL,UAAU,EAAE,UAAU;YACtB,KAAK,EAAE;gBACL,IAAI,EAAE,WAAW;gBACjB,WAAW,EAAE,kBAAkB;gBAC/B,WAAW,EAAE,UAAU;gBACvB,gBAAgB,EAAE;oBAChB,uBAAuB;oBACvB,mBAAmB;oBACnB,iBAAiB;iBAClB;aACF;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,WAAW;gBACjB,WAAW,EAAE,qBAAqB;aACnC;YACD,KAAK,EAAE;gBACL,WAAW,EAAE,cAAc;gBAC3B,gBAAgB,EAAE,gBAAgB;aACnC;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,aAAa;aACpB;SACF;QACD,MAAM,EAAE;YACN,UAAU,EAAE,UAAU;YACtB,KAAK,EAAE;gBACL,IAAI,EAAE,WAAW;gBACjB,WAAW,EAAE,kBAAkB;gBAC/B,WAAW,EAAE,UAAU;gBACvB,gBAAgB,EAAE;oBAChB,uBAAuB;oBACvB,mBAAmB;oBACnB,iBAAiB;iBAClB;aACF;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,WAAW;gBACjB,WAAW,EAAE,qBAAqB;aACnC;YACD,KAAK,EAAE;gBACL,WAAW,EAAE,cAAc;gBAC3B,gBAAgB,EAAE,gBAAgB;aACnC;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,aAAa;aACpB;SACF;QACD,KAAK,EAAE;YACL,UAAU,EAAE,UAAU;YACtB,KAAK,EAAE;gBACL,IAAI,EAAE,WAAW;gBACjB,WAAW,EAAE,kBAAkB;gBAC/B,WAAW,EAAE,UAAU;gBACvB,gBAAgB,EAAE;oBAChB,uBAAuB;oBACvB,mBAAmB;oBACnB,iBAAiB;iBAClB;aACF;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,WAAW;gBACjB,WAAW,EAAE,qBAAqB;aACnC;YACD,KAAK,EAAE;gBACL,WAAW,EAAE,cAAc;gBAC3B,gBAAgB,EAAE,gBAAgB;aACnC;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,aAAa;aACpB;SACF;KACF;CACF,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { RadioButton } from './radio-button';
2
+ export type { RadioButtonProps, RadioGroupProps } from './types';
3
+ export { RadioGroup } from './radio-group';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/radio-button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,YAAY,EAAC,gBAAgB,EAAE,eAAe,EAAC,MAAM,SAAS,CAAC;AAC/D,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAC"}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RadioGroup = exports.RadioButton = void 0;
4
+ var radio_button_1 = require("./radio-button");
5
+ Object.defineProperty(exports, "RadioButton", { enumerable: true, get: function () { return radio_button_1.RadioButton; } });
6
+ var radio_group_1 = require("./radio-group");
7
+ Object.defineProperty(exports, "RadioGroup", { enumerable: true, get: function () { return radio_group_1.RadioGroup; } });
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/radio-button/index.tsx"],"names":[],"mappings":";;;AAAA,+CAA2C;AAAnC,2GAAA,WAAW,OAAA;AAEnB,6CAAyC;AAAjC,yGAAA,UAAU,OAAA"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { RadioButtonProps } from './types';
3
+ export declare const RadioButton: import("../utils/with-own-theme").NewsKitReactComponents<RadioButtonProps & React.RefAttributes<HTMLInputElement>>;
4
+ //# sourceMappingURL=radio-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-button.d.ts","sourceRoot":"","sources":["../../../src/radio-button/radio-button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,gBAAgB,EAAuB,MAAM,SAAS,CAAC;AAiE/D,eAAO,MAAM,WAAW,oHAGtB,CAAC"}
@@ -0,0 +1,66 @@
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 __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ var __importDefault = (this && this.__importDefault) || function (mod) {
25
+ return (mod && mod.__esModule) ? mod : { "default": mod };
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.RadioButton = void 0;
29
+ var react_1 = __importDefault(require("react"));
30
+ var icons_1 = require("../icons");
31
+ var defaults_1 = __importDefault(require("./defaults"));
32
+ var style_presets_1 = __importDefault(require("./style-presets"));
33
+ var with_own_theme_1 = require("../utils/with-own-theme");
34
+ var base_switch_1 = require("../base-switch");
35
+ var radio_group_1 = require("./radio-group");
36
+ var compose_event_handlers_1 = require("../utils/compose-event-handlers");
37
+ var DefaultIcon = function (_a) {
38
+ var checked = _a.checked, iconSize = _a.iconSize, overrides = _a.overrides;
39
+ return checked ? (react_1.default.createElement(icons_1.IconFilledCircle, { overrides: __assign({ size: iconSize }, overrides) })) : null;
40
+ };
41
+ var ThemelessRadioButton = react_1.default.forwardRef(function (_a, inputRef) {
42
+ var nameProp = _a.name, onChangeProp = _a.onChange,
43
+ /* istanbul ignore next */
44
+ _b = _a.checked,
45
+ /* istanbul ignore next */
46
+ checkedProp = _b === void 0 ? false : _b, props = __rest(_a, ["name", "onChange", "checked"]);
47
+ var radioGroup = (0, radio_group_1.useRadioGroupContext)();
48
+ var onChange = (0, compose_event_handlers_1.composeEventHandlers)([
49
+ onChangeProp,
50
+ radioGroup && radioGroup.onChange,
51
+ ]);
52
+ var name = nameProp;
53
+ var checked = checkedProp;
54
+ if (radioGroup) {
55
+ checked = radioGroup.value === props.value;
56
+ if (typeof name === 'undefined') {
57
+ name = radioGroup.name;
58
+ }
59
+ }
60
+ return (react_1.default.createElement(base_switch_1.BaseSwitch, __assign({ path: "radioButton", type: "radio", ref: inputRef, name: name, onChange: onChange, checked: checked }, props, { defaultSwitchSelectorComponent: DefaultIcon })));
61
+ });
62
+ exports.RadioButton = (0, with_own_theme_1.withOwnTheme)(ThemelessRadioButton)({
63
+ defaults: defaults_1.default,
64
+ stylePresets: style_presets_1.default,
65
+ });
66
+ //# sourceMappingURL=radio-button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-button.js","sourceRoot":"","sources":["../../../src/radio-button/radio-button.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gDAA0B;AAC1B,kCAA0C;AAE1C,wDAAkC;AAClC,kEAA2C;AAC3C,0DAAqD;AACrD,8CAA0C;AAC1C,6CAAmD;AACnD,0EAAqE;AAErE,IAAM,WAAW,GAAG,UAAC,EAAoD;QAAnD,OAAO,aAAA,EAAE,QAAQ,cAAA,EAAE,SAAS,eAAA;IAChD,OAAA,OAAO,CAAC,CAAC,CAAC,CACR,8BAAC,wBAAgB,IACf,SAAS,aACP,IAAI,EAAE,QAAQ,IACX,SAAS,IAEd,CACH,CAAC,CAAC,CAAC,IAAI;AAPR,CAOQ,CAAC;AAEX,IAAM,oBAAoB,GAAG,eAAK,CAAC,UAAU,CAI3C,UACE,EAMC,EACD,QAAQ;IANN,IAAM,QAAQ,UAAA,EACJ,YAAY,cAAA;IACtB,0BAA0B;IAC1B,eAA4B;IAD5B,0BAA0B;IACjB,WAAW,mBAAG,KAAK,KAAA,EACzB,KAAK,cALV,+BAMC,CADS;IAIV,IAAM,UAAU,GAAG,IAAA,kCAAoB,GAAE,CAAC;IAE1C,IAAM,QAAQ,GAAG,IAAA,6CAAoB,EAAC;QACpC,YAAY;QACZ,UAAU,IAAI,UAAU,CAAC,QAAQ;KAClC,CAAC,CAAC;IAEH,IAAI,IAAI,GAAG,QAAQ,CAAC;IACpB,IAAI,OAAO,GAAG,WAAW,CAAC;IAE1B,IAAI,UAAU,EAAE;QACd,OAAO,GAAG,UAAU,CAAC,KAAK,KAAK,KAAK,CAAC,KAAK,CAAC;QAE3C,IAAI,OAAO,IAAI,KAAK,WAAW,EAAE;YAC/B,IAAI,GAAG,UAAU,CAAC,IAAI,CAAC;SACxB;KACF;IAED,OAAO,CACL,8BAAC,wBAAU,aACT,IAAI,EAAC,aAAa,EAClB,IAAI,EAAC,OAAO,EACZ,GAAG,EAAE,QAAQ,EACb,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,OAAO,IACZ,KAAK,IACT,8BAA8B,EAAE,WAAW,IAC3C,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AAEW,QAAA,WAAW,GAAG,IAAA,6BAAY,EAAC,oBAAoB,CAAC,CAAC;IAC5D,QAAQ,oBAAA;IACR,YAAY,yBAAA;CACb,CAAC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { RadioGroupContextValue } from './types';
3
+ export declare const RadioGroup: React.ForwardRefExoticComponent<{
4
+ defaultValue?: string | undefined;
5
+ value?: string | undefined;
6
+ onChange?: ((event: React.ChangeEvent<HTMLInputElement>) => void) | undefined;
7
+ name?: string | undefined;
8
+ children?: React.ReactNode;
9
+ } & Omit<React.HTMLAttributes<HTMLDivElement>, "name" | "value" | "onChange"> & React.RefAttributes<HTMLInputElement>>;
10
+ export declare const useRadioGroupContext: () => RadioGroupContextValue | undefined;
11
+ //# sourceMappingURL=radio-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-group.d.ts","sourceRoot":"","sources":["../../../src/radio-button/radio-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAEzC,OAAO,EAAC,sBAAsB,EAAkB,MAAM,SAAS,CAAC;AAMhE,eAAO,MAAM,UAAU;;;;;;sHA4BtB,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAAO,sBAAsB,GAAG,SAC5B,CAAC"}
@@ -0,0 +1,67 @@
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 __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
16
+ }) : (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ o[k2] = m[k];
19
+ }));
20
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
21
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
22
+ }) : function(o, v) {
23
+ o["default"] = v;
24
+ });
25
+ var __importStar = (this && this.__importStar) || function (mod) {
26
+ if (mod && mod.__esModule) return mod;
27
+ var result = {};
28
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
29
+ __setModuleDefault(result, mod);
30
+ return result;
31
+ };
32
+ var __rest = (this && this.__rest) || function (s, e) {
33
+ var t = {};
34
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
35
+ t[p] = s[p];
36
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
37
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
38
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
39
+ t[p[i]] = s[p[i]];
40
+ }
41
+ return t;
42
+ };
43
+ Object.defineProperty(exports, "__esModule", { value: true });
44
+ exports.useRadioGroupContext = exports.RadioGroup = void 0;
45
+ var react_1 = __importStar(require("react"));
46
+ var hooks_1 = require("../utils/hooks");
47
+ var RadioGroupContext = react_1.default.createContext(undefined);
48
+ exports.RadioGroup = react_1.default.forwardRef(function (_a, ref) {
49
+ var children = _a.children, defaultValue = _a.defaultValue, name = _a.name, onChange = _a.onChange, valueProp = _a.value, restProps = __rest(_a, ["children", "defaultValue", "name", "onChange", "value"]);
50
+ var _b = (0, hooks_1.useControlled)({
51
+ controlledValue: valueProp,
52
+ defaultValue: defaultValue,
53
+ }), value = _b[0], setValueState = _b[1];
54
+ var handleChange = (0, react_1.useCallback)(function (event) {
55
+ setValueState(event.target.value);
56
+ if (onChange) {
57
+ onChange(event);
58
+ }
59
+ }, [setValueState, onChange]);
60
+ return (react_1.default.createElement(RadioGroupContext.Provider, { value: { name: name, onChange: handleChange, value: value } },
61
+ react_1.default.createElement("div", __assign({ ref: ref }, restProps), children)));
62
+ });
63
+ var useRadioGroupContext = function () {
64
+ return react_1.default.useContext(RadioGroupContext);
65
+ };
66
+ exports.useRadioGroupContext = useRadioGroupContext;
67
+ //# sourceMappingURL=radio-group.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-group.js","sourceRoot":"","sources":["../../../src/radio-button/radio-group.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAAyC;AACzC,wCAA6C;AAG7C,IAAM,iBAAiB,GAAG,eAAK,CAAC,aAAa,CAE3C,SAAS,CAAC,CAAC;AAEA,QAAA,UAAU,GAAG,eAAK,CAAC,UAAU,CACxC,UACE,EAAwE,EACxE,GAAG;IADF,IAAA,QAAQ,cAAA,EAAE,YAAY,kBAAA,EAAE,IAAI,UAAA,EAAE,QAAQ,cAAA,EAAS,SAAS,WAAA,EAAK,SAAS,cAAvE,yDAAwE,CAAD;IAGjE,IAAA,KAAyB,IAAA,qBAAa,EAAC;QAC3C,eAAe,EAAE,SAAS;QAC1B,YAAY,cAAA;KACb,CAAC,EAHK,KAAK,QAAA,EAAE,aAAa,QAGzB,CAAC;IAEH,IAAM,YAAY,GAAG,IAAA,mBAAW,EAC9B,UAAC,KAA0C;QACzC,aAAa,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAElC,IAAI,QAAQ,EAAE;YACZ,QAAQ,CAAC,KAAK,CAAC,CAAC;SACjB;IACH,CAAC,EACD,CAAC,aAAa,EAAE,QAAQ,CAAC,CAC1B,CAAC;IACF,OAAO,CACL,8BAAC,iBAAiB,CAAC,QAAQ,IAAC,KAAK,EAAE,EAAC,IAAI,MAAA,EAAE,QAAQ,EAAE,YAAY,EAAE,KAAK,OAAA,EAAC;QACtE,gDAAK,GAAG,EAAE,GAAG,IAAM,SAAS,GACzB,QAAQ,CACL,CACqB,CAC9B,CAAC;AACJ,CAAC,CACF,CAAC;AAEK,IAAM,oBAAoB,GAAG;IAClC,OAAA,eAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC;AAAnC,CAAmC,CAAC;AADzB,QAAA,oBAAoB,wBACK"}
@@ -0,0 +1,4 @@
1
+ import { StylePreset } from '../theme/types';
2
+ declare const _default: Record<string, StylePreset>;
3
+ export default _default;
4
+ //# sourceMappingURL=style-presets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style-presets.d.ts","sourceRoot":"","sources":["../../../src/radio-button/style-presets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;;AAE3C,wBAoJiC"}
@@ -0,0 +1,151 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ radioButtonInput: {
5
+ base: {
6
+ backgroundColor: '{{colors.interactiveInput010}}',
7
+ borderColor: '{{colors.interactiveInput020}}',
8
+ borderWidth: '{{borders.borderWidth020}}',
9
+ borderRadius: '{{borders.borderRadiusCircle}}',
10
+ borderStyle: 'solid',
11
+ },
12
+ hover: {
13
+ backgroundColor: '{{colors.interactiveInput030}}',
14
+ borderColor: '{{colors.interactiveInput050}}',
15
+ },
16
+ focus: {},
17
+ 'focus:hover': {
18
+ backgroundColor: '{{colors.interactiveInput030}}',
19
+ borderColor: '{{colors.interactiveInput050}}',
20
+ },
21
+ checked: {
22
+ backgroundColor: '{{colors.interactiveInput010}}',
23
+ borderColor: '{{colors.interactiveInput040}}',
24
+ iconColor: '{{colors.interactiveInput040}}',
25
+ },
26
+ 'checked:hover': {
27
+ backgroundColor: '{{colors.interactiveInput030}}',
28
+ borderColor: '{{colors.interactiveInput050}}',
29
+ iconColor: '{{colors.interactiveInput050}}',
30
+ },
31
+ 'checked:focus': {
32
+ backgroundColor: '{{colors.interactiveInput010}}',
33
+ borderColor: '{{colors.interactiveInput040}}',
34
+ iconColor: '{{colors.interactiveInput040}}',
35
+ },
36
+ 'checked:focus:hover': {
37
+ backgroundColor: '{{colors.interactiveInput030}}',
38
+ borderColor: '{{colors.interactiveInput050}}',
39
+ iconColor: '{{colors.interactiveInput050}}',
40
+ },
41
+ invalid: {
42
+ backgroundColor: '{{colors.interactiveInput010}}',
43
+ borderColor: '{{colors.interactiveNegative040}}',
44
+ },
45
+ 'invalid:focus': {
46
+ borderColor: '{{colors.interactiveNegative040}}',
47
+ },
48
+ 'invalid:hover': {
49
+ backgroundColor: '{{colors.interactiveNegative010}}',
50
+ borderColor: '{{colors.interactiveNegative050}}',
51
+ },
52
+ 'invalid:focus:hover': {
53
+ backgroundColor: '{{colors.interactiveNegative010}}',
54
+ borderColor: '{{colors.interactiveNegative050}}',
55
+ },
56
+ 'checked:invalid': {
57
+ backgroundColor: '{{colors.interactiveInput010}}',
58
+ borderColor: '{{colors.interactiveNegative040}}',
59
+ iconColor: '{{colors.interactiveNegative040}}',
60
+ },
61
+ 'checked:invalid:focus': {
62
+ borderColor: '{{colors.interactiveNegative040}}',
63
+ iconColor: '{{colors.interactiveNegative040}}',
64
+ },
65
+ 'checked:invalid:hover': {
66
+ backgroundColor: '{{colors.interactiveNegative010}}',
67
+ borderColor: '{{colors.interactiveNegative050}}',
68
+ iconColor: '{{colors.interactiveNegative050}}',
69
+ },
70
+ 'checked:invalid:focus:hover': {
71
+ backgroundColor: '{{colors.interactiveNegative010}}',
72
+ borderColor: '{{colors.interactiveNegative050}}',
73
+ iconColor: '{{colors.interactiveNegative050}}',
74
+ },
75
+ valid: {
76
+ backgroundColor: '{{colors.interactiveInput010}}',
77
+ borderColor: '{{colors.interactivePositive040}}',
78
+ },
79
+ 'valid:focus': {
80
+ borderColor: '{{colors.interactivePositive050}}',
81
+ },
82
+ 'valid:hover': {
83
+ backgroundColor: '{{colors.interactivePositive010}}',
84
+ borderColor: '{{colors.interactivePositive050}}',
85
+ },
86
+ 'valid:focus:hover': {
87
+ backgroundColor: '{{colors.interactivePositive010}}',
88
+ borderColor: '{{colors.interactivePositive050}}',
89
+ },
90
+ 'checked:valid': {
91
+ backgroundColor: '{{colors.interactiveInput010}}',
92
+ borderColor: '{{colors.interactivePositive040}}',
93
+ iconColor: '{{colors.interactivePositive040}}',
94
+ },
95
+ 'checked:valid:focus': {
96
+ borderColor: '{{colors.interactivePositive040}}',
97
+ iconColor: '{{colors.interactivePositive040}}',
98
+ },
99
+ 'checked:valid:hover': {
100
+ backgroundColor: '{{colors.interactivePositive010}}',
101
+ borderColor: '{{colors.interactivePositive050}}',
102
+ iconColor: '{{colors.interactivePositive050}}',
103
+ },
104
+ 'checked:valid:focus:hover': {
105
+ backgroundColor: '{{colors.interactivePositive010}}',
106
+ borderColor: '{{colors.interactivePositive050}}',
107
+ iconColor: '{{colors.interactivePositive050}}',
108
+ },
109
+ disabled: {
110
+ backgroundColor: '{{colors.transparent}}',
111
+ borderColor: '{{colors.interactiveDisabled010}}',
112
+ },
113
+ 'checked:disabled': {
114
+ backgroundColor: '{{colors.transparent}}',
115
+ borderColor: '{{colors.interactiveDisabled010}}',
116
+ iconColor: '{{colors.inkNonEssential}}',
117
+ },
118
+ },
119
+ radioButtonFeedback: {
120
+ base: {
121
+ backgroundColor: '{{colors.transparent}}',
122
+ borderRadius: '{{borders.borderRadiusCircle}}',
123
+ },
124
+ hover: {
125
+ backgroundColor: '{{colors.interactiveInput030}}',
126
+ },
127
+ 'valid:focus:hover': {
128
+ backgroundColor: '{{colors.interactivePositive010}}',
129
+ },
130
+ 'valid:hover': {
131
+ backgroundColor: '{{colors.interactivePositive010}}',
132
+ },
133
+ 'invalid:hover': {
134
+ backgroundColor: '{{colors.interactiveNegative010}}',
135
+ },
136
+ 'invalid:focus:hover': {
137
+ backgroundColor: '{{colors.interactiveNegative010}}',
138
+ },
139
+ // TODO: remove when we have generic focus state
140
+ focus: {
141
+ backgroundColor: '{{colors.interactiveInput030}}',
142
+ },
143
+ 'valid:focus': {
144
+ backgroundColor: '{{colors.interactivePositive010}}',
145
+ },
146
+ 'invalid:focus': {
147
+ backgroundColor: '{{colors.interactiveNegative010}}',
148
+ },
149
+ },
150
+ };
151
+ //# sourceMappingURL=style-presets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style-presets.js","sourceRoot":"","sources":["../../../src/radio-button/style-presets.ts"],"names":[],"mappings":";;AAEA,kBAAe;IACb,gBAAgB,EAAE;QAChB,IAAI,EAAE;YACJ,eAAe,EAAE,gCAAgC;YACjD,WAAW,EAAE,gCAAgC;YAC7C,WAAW,EAAE,4BAA4B;YACzC,YAAY,EAAE,gCAAgC;YAC9C,WAAW,EAAE,OAAO;SACrB;QACD,KAAK,EAAE;YACL,eAAe,EAAE,gCAAgC;YACjD,WAAW,EAAE,gCAAgC;SAC9C;QACD,KAAK,EAAE,EAAE;QACT,aAAa,EAAE;YACb,eAAe,EAAE,gCAAgC;YACjD,WAAW,EAAE,gCAAgC;SAC9C;QACD,OAAO,EAAE;YACP,eAAe,EAAE,gCAAgC;YACjD,WAAW,EAAE,gCAAgC;YAC7C,SAAS,EAAE,gCAAgC;SAC5C;QACD,eAAe,EAAE;YACf,eAAe,EAAE,gCAAgC;YACjD,WAAW,EAAE,gCAAgC;YAC7C,SAAS,EAAE,gCAAgC;SAC5C;QACD,eAAe,EAAE;YACf,eAAe,EAAE,gCAAgC;YACjD,WAAW,EAAE,gCAAgC;YAC7C,SAAS,EAAE,gCAAgC;SAC5C;QACD,qBAAqB,EAAE;YACrB,eAAe,EAAE,gCAAgC;YACjD,WAAW,EAAE,gCAAgC;YAC7C,SAAS,EAAE,gCAAgC;SAC5C;QACD,OAAO,EAAE;YACP,eAAe,EAAE,gCAAgC;YACjD,WAAW,EAAE,mCAAmC;SACjD;QACD,eAAe,EAAE;YACf,WAAW,EAAE,mCAAmC;SACjD;QACD,eAAe,EAAE;YACf,eAAe,EAAE,mCAAmC;YACpD,WAAW,EAAE,mCAAmC;SACjD;QACD,qBAAqB,EAAE;YACrB,eAAe,EAAE,mCAAmC;YACpD,WAAW,EAAE,mCAAmC;SACjD;QACD,iBAAiB,EAAE;YACjB,eAAe,EAAE,gCAAgC;YACjD,WAAW,EAAE,mCAAmC;YAChD,SAAS,EAAE,mCAAmC;SAC/C;QACD,uBAAuB,EAAE;YACvB,WAAW,EAAE,mCAAmC;YAChD,SAAS,EAAE,mCAAmC;SAC/C;QACD,uBAAuB,EAAE;YACvB,eAAe,EAAE,mCAAmC;YACpD,WAAW,EAAE,mCAAmC;YAChD,SAAS,EAAE,mCAAmC;SAC/C;QACD,6BAA6B,EAAE;YAC7B,eAAe,EAAE,mCAAmC;YACpD,WAAW,EAAE,mCAAmC;YAChD,SAAS,EAAE,mCAAmC;SAC/C;QACD,KAAK,EAAE;YACL,eAAe,EAAE,gCAAgC;YACjD,WAAW,EAAE,mCAAmC;SACjD;QACD,aAAa,EAAE;YACb,WAAW,EAAE,mCAAmC;SACjD;QACD,aAAa,EAAE;YACb,eAAe,EAAE,mCAAmC;YACpD,WAAW,EAAE,mCAAmC;SACjD;QACD,mBAAmB,EAAE;YACnB,eAAe,EAAE,mCAAmC;YACpD,WAAW,EAAE,mCAAmC;SACjD;QACD,eAAe,EAAE;YACf,eAAe,EAAE,gCAAgC;YACjD,WAAW,EAAE,mCAAmC;YAChD,SAAS,EAAE,mCAAmC;SAC/C;QACD,qBAAqB,EAAE;YACrB,WAAW,EAAE,mCAAmC;YAChD,SAAS,EAAE,mCAAmC;SAC/C;QACD,qBAAqB,EAAE;YACrB,eAAe,EAAE,mCAAmC;YACpD,WAAW,EAAE,mCAAmC;YAChD,SAAS,EAAE,mCAAmC;SAC/C;QACD,2BAA2B,EAAE;YAC3B,eAAe,EAAE,mCAAmC;YACpD,WAAW,EAAE,mCAAmC;YAChD,SAAS,EAAE,mCAAmC;SAC/C;QACD,QAAQ,EAAE;YACR,eAAe,EAAE,wBAAwB;YACzC,WAAW,EAAE,mCAAmC;SACjD;QACD,kBAAkB,EAAE;YAClB,eAAe,EAAE,wBAAwB;YACzC,WAAW,EAAE,mCAAmC;YAChD,SAAS,EAAE,4BAA4B;SACxC;KACF;IAED,mBAAmB,EAAE;QACnB,IAAI,EAAE;YACJ,eAAe,EAAE,wBAAwB;YACzC,YAAY,EAAE,gCAAgC;SAC/C;QACD,KAAK,EAAE;YACL,eAAe,EAAE,gCAAgC;SAClD;QACD,mBAAmB,EAAE;YACnB,eAAe,EAAE,mCAAmC;SACrD;QACD,aAAa,EAAE;YACb,eAAe,EAAE,mCAAmC;SACrD;QACD,eAAe,EAAE;YACf,eAAe,EAAE,mCAAmC;SACrD;QACD,qBAAqB,EAAE;YACrB,eAAe,EAAE,mCAAmC;SACrD;QACD,gDAAgD;QAChD,KAAK,EAAE;YACL,eAAe,EAAE,gCAAgC;SAClD;QACD,aAAa,EAAE;YACb,eAAe,EAAE,mCAAmC;SACrD;QACD,eAAe,EAAE;YACf,eAAe,EAAE,mCAAmC;SACrD;KACF;CAC6B,CAAC"}