@react-md/core 1.0.0-next.0 → 1.0.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1006) hide show
  1. package/.turbo/turbo-build.log +5 -5
  2. package/CHANGELOG.md +65 -0
  3. package/coverage/clover.xml +3 -1118
  4. package/coverage/coverage-final.json +1 -7
  5. package/coverage/lcov-report/CircularProgress.tsx.html +799 -0
  6. package/coverage/lcov-report/DefaultToastRenderer.tsx.html +166 -112
  7. package/coverage/lcov-report/Dialog.tsx.html +1309 -0
  8. package/coverage/lcov-report/DialogContent.tsx.html +178 -0
  9. package/coverage/lcov-report/DialogFooter.tsx.html +169 -0
  10. package/coverage/lcov-report/LinearProgress.tsx.html +658 -0
  11. package/coverage/lcov-report/MaterialIcon.tsx.html +36 -42
  12. package/coverage/lcov-report/MaterialSymbol.tsx.html +240 -222
  13. package/coverage/lcov-report/MenuItemInputToggle.tsx.html +979 -0
  14. package/coverage/lcov-report/MenuItemSeparator.tsx.html +223 -0
  15. package/coverage/lcov-report/MenuItemTextField.tsx.html +289 -0
  16. package/coverage/lcov-report/Snackbar.tsx.html +360 -402
  17. package/coverage/lcov-report/Switch.tsx.html +535 -0
  18. package/coverage/lcov-report/SwitchTrack.tsx.html +262 -0
  19. package/coverage/lcov-report/Table.tsx.html +457 -0
  20. package/coverage/lcov-report/TableCell.tsx.html +982 -0
  21. package/coverage/lcov-report/TableCheckbox.tsx.html +709 -0
  22. package/coverage/lcov-report/TableContainer.tsx.html +220 -0
  23. package/coverage/lcov-report/TableFooter.tsx.html +502 -0
  24. package/coverage/lcov-report/TableHeader.tsx.html +541 -0
  25. package/coverage/lcov-report/TableRadio.tsx.html +670 -0
  26. package/coverage/lcov-report/TableRow.tsx.html +289 -0
  27. package/coverage/lcov-report/Toast.tsx.html +868 -0
  28. package/coverage/lcov-report/ToastManager.tsx.html +1783 -0
  29. package/coverage/lcov-report/ToastManagerProvider.tsx.html +216 -216
  30. package/coverage/lcov-report/Tooltip.tsx.html +98 -155
  31. package/coverage/lcov-report/avatar/Avatar.tsx.html +37 -31
  32. package/coverage/lcov-report/avatar/index.html +22 -7
  33. package/coverage/lcov-report/avatar/styles.ts.html +268 -0
  34. package/coverage/lcov-report/button/AsyncButton.tsx.html +217 -10
  35. package/coverage/lcov-report/button/Button.tsx.html +95 -83
  36. package/coverage/lcov-report/button/index.html +12 -12
  37. package/coverage/lcov-report/config.ts.html +33 -18
  38. package/coverage/lcov-report/cssUtils.ts.html +143 -65
  39. package/coverage/lcov-report/dialog/Dialog.tsx.html +170 -167
  40. package/coverage/lcov-report/dialog/DialogContent.tsx.html +178 -0
  41. package/coverage/lcov-report/dialog/DialogFooter.tsx.html +169 -0
  42. package/coverage/lcov-report/dialog/DialogHeader.tsx.html +148 -0
  43. package/coverage/lcov-report/dialog/DialogTitle.tsx.html +256 -0
  44. package/coverage/lcov-report/dialog/index.html +18 -33
  45. package/coverage/lcov-report/dialog/styles.ts.html +439 -0
  46. package/coverage/lcov-report/form/MenuItemInputToggle.tsx.html +36 -24
  47. package/coverage/lcov-report/form/MenuItemTextField.tsx.html +12 -9
  48. package/coverage/lcov-report/form/SliderValueTooltip.tsx.html +319 -0
  49. package/coverage/lcov-report/form/Switch.tsx.html +310 -385
  50. package/coverage/lcov-report/form/SwitchTrack.tsx.html +98 -71
  51. package/coverage/lcov-report/form/index.html +20 -245
  52. package/coverage/lcov-report/form/switchStyles.ts.html +172 -0
  53. package/coverage/lcov-report/form/useRadioGroup.ts.html +79 -79
  54. package/coverage/lcov-report/hoverMode/index.html +116 -0
  55. package/coverage/lcov-report/hoverMode/useHoverMode.ts.html +676 -0
  56. package/coverage/lcov-report/icon/FontIcon.tsx.html +37 -46
  57. package/coverage/lcov-report/icon/index.html +12 -12
  58. package/coverage/lcov-report/icon/styles.ts.html +41 -104
  59. package/coverage/lcov-report/iconConfig.tsx.html +973 -0
  60. package/coverage/lcov-report/index.html +11 -101
  61. package/coverage/lcov-report/link/Link.tsx.html +358 -0
  62. package/coverage/lcov-report/link/index.html +20 -20
  63. package/coverage/lcov-report/list/ListItemLink.tsx.html +29 -35
  64. package/coverage/lcov-report/list/index.html +8 -38
  65. package/coverage/lcov-report/materialConfig.ts.html +703 -0
  66. package/coverage/lcov-report/media-queries/appSize.ts.html +1 -1
  67. package/coverage/lcov-report/media-queries/index.html +10 -10
  68. package/coverage/lcov-report/menu/DropdownMenu.tsx.html +976 -0
  69. package/coverage/lcov-report/menu/Menu.tsx.html +111 -60
  70. package/coverage/lcov-report/menu/MenuConfigurationProvider.tsx.html +637 -0
  71. package/coverage/lcov-report/menu/MenuSheet.tsx.html +37 -13
  72. package/coverage/lcov-report/menu/index.html +35 -65
  73. package/coverage/lcov-report/menu/menuConfig.ts.html +118 -0
  74. package/coverage/lcov-report/progress/CircularProgress.tsx.html +799 -0
  75. package/coverage/lcov-report/progress/LinearProgress.tsx.html +100 -94
  76. package/coverage/lcov-report/progress/index.html +22 -7
  77. package/coverage/lcov-report/snackbar/Snackbar.tsx.html +55 -97
  78. package/coverage/lcov-report/snackbar/Toast.tsx.html +546 -501
  79. package/coverage/lcov-report/snackbar/ToastManager.tsx.html +269 -269
  80. package/coverage/lcov-report/snackbar/ToastManagerProvider.tsx.html +23 -23
  81. package/coverage/lcov-report/snackbar/index.html +59 -14
  82. package/coverage/lcov-report/snackbar/snackbarStyles.ts.html +12 -87
  83. package/coverage/lcov-report/snackbar/toastStyles.ts.html +206 -146
  84. package/coverage/lcov-report/snackbar/useCurrentToastActions.ts.html +226 -0
  85. package/coverage/lcov-report/snackbarStyles.ts.html +46 -121
  86. package/coverage/lcov-report/src/CoreProviders.tsx.html +20 -20
  87. package/coverage/lcov-report/src/NoSsr.tsx.html +1 -1
  88. package/coverage/lcov-report/src/SsrProvider.tsx.html +10 -10
  89. package/coverage/lcov-report/src/app-bar/AppBar.tsx.html +65 -65
  90. package/coverage/lcov-report/src/app-bar/AppBarTitle.tsx.html +1 -1
  91. package/coverage/lcov-report/src/app-bar/index.html +20 -5
  92. package/coverage/lcov-report/src/avatar/Avatar.tsx.html +36 -27
  93. package/coverage/lcov-report/src/avatar/index.html +22 -7
  94. package/coverage/lcov-report/src/avatar/styles.ts.html +77 -8
  95. package/coverage/lcov-report/src/badge/Badge.tsx.html +1 -1
  96. package/coverage/lcov-report/src/badge/index.html +1 -1
  97. package/coverage/lcov-report/src/box/Box.tsx.html +1 -1
  98. package/coverage/lcov-report/src/box/index.html +10 -25
  99. package/coverage/lcov-report/src/box/styles.ts.html +103 -49
  100. package/coverage/lcov-report/src/button/AsyncButton.tsx.html +833 -284
  101. package/coverage/lcov-report/src/button/Button.tsx.html +87 -87
  102. package/coverage/lcov-report/src/button/ButtonUnstyled.tsx.html +1 -1
  103. package/coverage/lcov-report/src/button/FloatingActionButton.tsx.html +39 -39
  104. package/coverage/lcov-report/src/button/buttonStyles.ts.html +59 -59
  105. package/coverage/lcov-report/src/button/buttonUnstyledStyles.ts.html +1 -1
  106. package/coverage/lcov-report/src/button/index.html +23 -8
  107. package/coverage/lcov-report/src/card/Card.tsx.html +1 -1
  108. package/coverage/lcov-report/src/card/CardContent.tsx.html +1 -1
  109. package/coverage/lcov-report/src/card/CardFooter.tsx.html +1 -1
  110. package/coverage/lcov-report/src/card/CardHeader.tsx.html +1 -1
  111. package/coverage/lcov-report/src/card/CardSubtitle.tsx.html +1 -1
  112. package/coverage/lcov-report/src/card/CardTitle.tsx.html +1 -1
  113. package/coverage/lcov-report/src/card/index.html +95 -5
  114. package/coverage/lcov-report/src/card/styles.ts.html +1 -1
  115. package/coverage/lcov-report/src/chip/Chip.tsx.html +1 -1
  116. package/coverage/lcov-report/src/chip/index.html +1 -1
  117. package/coverage/lcov-report/src/chip/styles.ts.html +1 -1
  118. package/coverage/lcov-report/src/cssUtils.ts.html +68 -59
  119. package/coverage/lcov-report/src/delegateEvent.ts.html +84 -84
  120. package/coverage/lcov-report/src/dialog/Dialog.tsx.html +158 -155
  121. package/coverage/lcov-report/src/dialog/DialogContainer.tsx.html +27 -27
  122. package/coverage/lcov-report/src/dialog/DialogContent.tsx.html +72 -72
  123. package/coverage/lcov-report/src/dialog/DialogFooter.tsx.html +14 -14
  124. package/coverage/lcov-report/src/dialog/DialogHeader.tsx.html +9 -9
  125. package/coverage/lcov-report/src/dialog/DialogTitle.tsx.html +124 -124
  126. package/coverage/lcov-report/src/dialog/FixedDialog.tsx.html +1 -1
  127. package/coverage/lcov-report/src/dialog/NestedDialogProvider.ts.html +3 -3
  128. package/coverage/lcov-report/src/dialog/index.html +21 -21
  129. package/coverage/lcov-report/src/dialog/styles.ts.html +61 -61
  130. package/coverage/lcov-report/src/divider/Divider.tsx.html +24 -24
  131. package/coverage/lcov-report/src/divider/index.html +21 -6
  132. package/coverage/lcov-report/src/divider/styles.ts.html +11 -11
  133. package/coverage/lcov-report/src/draggable/index.html +5 -5
  134. package/coverage/lcov-report/src/draggable/useDraggable.ts.html +322 -322
  135. package/coverage/lcov-report/src/draggable/utils.ts.html +81 -81
  136. package/coverage/lcov-report/src/expansion-panel/ExpansionList.tsx.html +1 -1
  137. package/coverage/lcov-report/src/expansion-panel/ExpansionPanel.tsx.html +1 -1
  138. package/coverage/lcov-report/src/expansion-panel/ExpansionPanelHeader.tsx.html +11 -20
  139. package/coverage/lcov-report/src/expansion-panel/index.html +25 -10
  140. package/coverage/lcov-report/src/expansion-panel/useExpansionList.ts.html +1 -1
  141. package/coverage/lcov-report/src/expansion-panel/useExpansionPanels.ts.html +1 -1
  142. package/coverage/lcov-report/src/focus/index.html +23 -23
  143. package/coverage/lcov-report/src/focus/useFocusContainer.ts.html +142 -121
  144. package/coverage/lcov-report/src/focus/utils.ts.html +37 -37
  145. package/coverage/lcov-report/src/form/Checkbox.tsx.html +1 -1
  146. package/coverage/lcov-report/src/form/Fieldset.tsx.html +1 -1
  147. package/coverage/lcov-report/src/form/FileInput.tsx.html +133 -139
  148. package/coverage/lcov-report/src/form/Form.tsx.html +1 -1
  149. package/coverage/lcov-report/src/form/FormMessage.tsx.html +126 -264
  150. package/coverage/lcov-report/src/form/FormMessageContainer.tsx.html +42 -45
  151. package/coverage/lcov-report/src/form/FormMessageCounter.tsx.html +1 -1
  152. package/coverage/lcov-report/src/form/InputToggle.tsx.html +7 -16
  153. package/coverage/lcov-report/src/form/InputToggleIcon.tsx.html +1 -1
  154. package/coverage/lcov-report/src/form/Label.tsx.html +102 -102
  155. package/coverage/lcov-report/src/form/Legend.tsx.html +1 -1
  156. package/coverage/lcov-report/src/form/MenuItemCheckbox.tsx.html +11 -5
  157. package/coverage/lcov-report/src/form/MenuItemFileInput.tsx.html +3 -3
  158. package/coverage/lcov-report/src/form/MenuItemInputToggle.tsx.html +21 -9
  159. package/coverage/lcov-report/src/form/MenuItemRadio.tsx.html +11 -5
  160. package/coverage/lcov-report/src/form/MenuItemSwitch.tsx.html +1 -1
  161. package/coverage/lcov-report/src/form/MenuItemTextField.tsx.html +13 -4
  162. package/coverage/lcov-report/src/form/NativeSelect.tsx.html +20 -5
  163. package/coverage/lcov-report/src/form/OptGroup.tsx.html +1 -1
  164. package/coverage/lcov-report/src/form/Option.tsx.html +4 -4
  165. package/coverage/lcov-report/src/form/Password.tsx.html +3 -3
  166. package/coverage/lcov-report/src/form/Radio.tsx.html +1 -1
  167. package/coverage/lcov-report/src/form/Select.tsx.html +1 -1
  168. package/coverage/lcov-report/src/form/SelectValue.tsx.html +1 -1
  169. package/coverage/lcov-report/src/form/Slider.tsx.html +129 -9
  170. package/coverage/lcov-report/src/form/SliderContainer.tsx.html +1 -1
  171. package/coverage/lcov-report/src/form/SliderMark.tsx.html +1 -1
  172. package/coverage/lcov-report/src/form/SliderMarkLabel.tsx.html +1 -1
  173. package/coverage/lcov-report/src/form/SliderThumb.tsx.html +43 -7
  174. package/coverage/lcov-report/src/form/SliderTrack.tsx.html +1 -1
  175. package/coverage/lcov-report/src/form/SliderValueMarks.tsx.html +11 -5
  176. package/coverage/lcov-report/src/form/SliderValueTooltip.tsx.html +2 -2
  177. package/coverage/lcov-report/src/form/Switch.tsx.html +310 -373
  178. package/coverage/lcov-report/src/form/SwitchTrack.tsx.html +99 -69
  179. package/coverage/lcov-report/src/form/TextArea.tsx.html +21 -9
  180. package/coverage/lcov-report/src/form/TextField.tsx.html +16 -10
  181. package/coverage/lcov-report/src/form/TextFieldAddon.tsx.html +14 -26
  182. package/coverage/lcov-report/src/form/TextFieldContainer.tsx.html +28 -10
  183. package/coverage/lcov-report/src/form/TextFieldContainerStyles.ts.html +17 -8
  184. package/coverage/lcov-report/src/form/fileUtils.ts.html +3 -3
  185. package/coverage/lcov-report/src/form/formConfig.ts.html +18 -18
  186. package/coverage/lcov-report/src/form/formMessageStyles.ts.html +40 -40
  187. package/coverage/lcov-report/src/form/index.html +14 -164
  188. package/coverage/lcov-report/src/form/inputToggleStyles.ts.html +1 -1
  189. package/coverage/lcov-report/src/form/nativeSelectStyles.ts.html +34 -7
  190. package/coverage/lcov-report/src/form/optionStyles.ts.html +1 -1
  191. package/coverage/lcov-report/src/form/passwordStyles.ts.html +1 -1
  192. package/coverage/lcov-report/src/form/selectStyles.ts.html +1 -1
  193. package/coverage/lcov-report/src/form/selectUtils.ts.html +6 -9
  194. package/coverage/lcov-report/src/form/sliderUtils.ts.html +20 -14
  195. package/coverage/lcov-report/src/form/switchStyles.ts.html +68 -68
  196. package/coverage/lcov-report/src/form/textAreaStyles.ts.html +3 -3
  197. package/coverage/lcov-report/src/form/textFieldStyles.ts.html +1 -1
  198. package/coverage/lcov-report/src/form/useCheckboxGroup.ts.html +2 -2
  199. package/coverage/lcov-report/src/form/useFileUpload.ts.html +28 -19
  200. package/coverage/lcov-report/src/form/useListboxProvider.ts.html +5 -8
  201. package/coverage/lcov-report/src/form/useNumberField.ts.html +10 -10
  202. package/coverage/lcov-report/src/form/useRadioGroup.ts.html +22 -7
  203. package/coverage/lcov-report/src/form/useRangeSlider.ts.html +3 -3
  204. package/coverage/lcov-report/src/form/useResizingTextArea.ts.html +523 -0
  205. package/coverage/lcov-report/src/form/useSlider.ts.html +2 -2
  206. package/coverage/lcov-report/src/form/useTextField.ts.html +32 -26
  207. package/coverage/lcov-report/src/form/utils.ts.html +2 -2
  208. package/coverage/lcov-report/src/form/validation.ts.html +2 -2
  209. package/coverage/lcov-report/src/hoverMode/index.html +1 -1
  210. package/coverage/lcov-report/src/hoverMode/useHoverMode.ts.html +95 -95
  211. package/coverage/lcov-report/src/hoverMode/useHoverModeProvider.ts.html +3 -3
  212. package/coverage/lcov-report/src/icon/FontIcon.tsx.html +34 -43
  213. package/coverage/lcov-report/src/icon/IconRotator.tsx.html +1 -1
  214. package/coverage/lcov-report/src/icon/MaterialIcon.tsx.html +36 -42
  215. package/coverage/lcov-report/src/icon/MaterialSymbol.tsx.html +240 -222
  216. package/coverage/lcov-report/src/icon/SVGIcon.tsx.html +1 -1
  217. package/coverage/lcov-report/src/icon/TextIconSpacing.tsx.html +33 -33
  218. package/coverage/lcov-report/src/icon/iconConfig.tsx.html +973 -0
  219. package/coverage/lcov-report/src/icon/index.html +149 -14
  220. package/coverage/lcov-report/src/icon/material.ts.html +748 -58
  221. package/coverage/lcov-report/src/icon/materialConfig.ts.html +703 -0
  222. package/coverage/lcov-report/src/icon/styles.ts.html +47 -110
  223. package/coverage/lcov-report/src/index.html +8 -8
  224. package/coverage/lcov-report/src/interaction/Ripple.tsx.html +60 -60
  225. package/coverage/lcov-report/src/interaction/RippleContainer.tsx.html +41 -47
  226. package/coverage/lcov-report/src/interaction/UserInteractionModeProvider.tsx.html +240 -240
  227. package/coverage/lcov-report/src/interaction/config.ts.html +7 -7
  228. package/coverage/lcov-report/src/interaction/index.html +100 -10
  229. package/coverage/lcov-report/src/interaction/useElementInteraction.tsx.html +146 -146
  230. package/coverage/lcov-report/src/interaction/useHigherContrastChildren.tsx.html +17 -17
  231. package/coverage/lcov-report/src/interaction/utils.ts.html +171 -171
  232. package/coverage/lcov-report/src/layout/LayoutAppBar.tsx.html +1 -1
  233. package/coverage/lcov-report/src/layout/LayoutNav.tsx.html +60 -60
  234. package/coverage/lcov-report/src/layout/LayoutWindowSplitter.tsx.html +1 -1
  235. package/coverage/lcov-report/src/layout/Main.tsx.html +1 -1
  236. package/coverage/lcov-report/src/layout/index.html +200 -5
  237. package/coverage/lcov-report/src/layout/layoutNavStyles.ts.html +5 -5
  238. package/coverage/lcov-report/src/layout/layoutWindowSplitterStyles.ts.html +1 -1
  239. package/coverage/lcov-report/src/layout/mainStyles.ts.html +1 -1
  240. package/coverage/lcov-report/src/layout/useExpandableLayout.ts.html +1 -1
  241. package/coverage/lcov-report/src/layout/useHorizontalLayoutTransition.ts.html +1 -1
  242. package/coverage/lcov-report/src/layout/useLayoutAppBarHeight.ts.html +1 -1
  243. package/coverage/lcov-report/src/layout/useLayoutTree.ts.html +1 -1
  244. package/coverage/lcov-report/src/layout/useLayoutWindowSplitter.ts.html +1 -1
  245. package/coverage/lcov-report/src/layout/useMainTabIndex.ts.html +1 -1
  246. package/coverage/lcov-report/src/layout/useResizableLayout.ts.html +1 -1
  247. package/coverage/lcov-report/src/layout/useTemporaryLayout.ts.html +3 -3
  248. package/coverage/lcov-report/src/link/Link.tsx.html +39 -9
  249. package/coverage/lcov-report/src/link/SkipToMainContent.tsx.html +1 -1
  250. package/coverage/lcov-report/src/link/index.html +16 -16
  251. package/coverage/lcov-report/src/link/styles.ts.html +1 -1
  252. package/coverage/lcov-report/src/list/List.tsx.html +33 -33
  253. package/coverage/lcov-report/src/list/ListItem.tsx.html +534 -534
  254. package/coverage/lcov-report/src/list/ListItemAddon.tsx.html +33 -33
  255. package/coverage/lcov-report/src/list/ListItemChildren.tsx.html +77 -77
  256. package/coverage/lcov-report/src/list/ListItemLink.tsx.html +2 -2
  257. package/coverage/lcov-report/src/list/ListItemText.tsx.html +35 -35
  258. package/coverage/lcov-report/src/list/ListSubheader.tsx.html +1 -1
  259. package/coverage/lcov-report/src/list/getListItemHeight.ts.html +33 -33
  260. package/coverage/lcov-report/src/list/index.html +128 -8
  261. package/coverage/lcov-report/src/list/listItemStyles.ts.html +1 -1
  262. package/coverage/lcov-report/src/media-queries/AppSizeProvider.tsx.html +59 -59
  263. package/coverage/lcov-report/src/media-queries/appSize.ts.html +1 -1
  264. package/coverage/lcov-report/src/media-queries/index.html +20 -5
  265. package/coverage/lcov-report/src/media-queries/useMediaQuery.ts.html +24 -24
  266. package/coverage/lcov-report/src/menu/DropdownMenu.tsx.html +73 -16
  267. package/coverage/lcov-report/src/menu/Menu.tsx.html +66 -33
  268. package/coverage/lcov-report/src/menu/MenuBar.tsx.html +1 -1
  269. package/coverage/lcov-report/src/menu/MenuButton.tsx.html +3 -3
  270. package/coverage/lcov-report/src/menu/MenuConfigurationProvider.tsx.html +1 -1
  271. package/coverage/lcov-report/src/menu/MenuItem.tsx.html +1 -1
  272. package/coverage/lcov-report/src/menu/MenuItemButton.tsx.html +3 -3
  273. package/coverage/lcov-report/src/menu/MenuItemGroup.tsx.html +1 -1
  274. package/coverage/lcov-report/src/menu/MenuItemSeparator.tsx.html +6 -36
  275. package/coverage/lcov-report/src/menu/MenuSheet.tsx.html +34 -7
  276. package/coverage/lcov-report/src/menu/MenuVisibilityProvider.tsx.html +1 -1
  277. package/coverage/lcov-report/src/menu/MenuWidget.tsx.html +1 -1
  278. package/coverage/lcov-report/src/menu/MenuWidgetKeyboardProvider.tsx.html +1 -1
  279. package/coverage/lcov-report/src/menu/index.html +69 -24
  280. package/coverage/lcov-report/src/menu/useContextMenu.ts.html +1 -1
  281. package/coverage/lcov-report/src/menu/useMenuBarProvider.ts.html +1 -1
  282. package/coverage/lcov-report/src/menu/utils.ts.html +10 -10
  283. package/coverage/lcov-report/src/movement/constants.ts.html +1 -1
  284. package/coverage/lcov-report/src/movement/findMatchIndex.ts.html +1 -1
  285. package/coverage/lcov-report/src/movement/index.html +53 -8
  286. package/coverage/lcov-report/src/movement/useKeyboardMovementProvider.ts.html +92 -92
  287. package/coverage/lcov-report/src/movement/utils.ts.html +1 -1
  288. package/coverage/lcov-report/src/overlay/Overlay.tsx.html +64 -64
  289. package/coverage/lcov-report/src/overlay/index.html +1 -1
  290. package/coverage/lcov-report/src/overlay/overlayStyles.ts.html +28 -28
  291. package/coverage/lcov-report/src/portal/Portal.tsx.html +9 -9
  292. package/coverage/lcov-report/src/portal/PortalContainerProvider.tsx.html +29 -29
  293. package/coverage/lcov-report/src/portal/index.html +20 -5
  294. package/coverage/lcov-report/src/positioning/constants.ts.html +1 -1
  295. package/coverage/lcov-report/src/positioning/createHorizontalPosition.ts.html +63 -63
  296. package/coverage/lcov-report/src/positioning/createVerticalPosition.ts.html +65 -65
  297. package/coverage/lcov-report/src/positioning/getFixedPosition.ts.html +94 -94
  298. package/coverage/lcov-report/src/positioning/index.html +70 -10
  299. package/coverage/lcov-report/src/positioning/useFixedPositioning.ts.html +200 -200
  300. package/coverage/lcov-report/src/positioning/utils.ts.html +111 -111
  301. package/coverage/lcov-report/src/progress/CircularProgress.tsx.html +501 -456
  302. package/coverage/lcov-report/src/progress/LinearProgress.tsx.html +419 -338
  303. package/coverage/lcov-report/src/progress/getProgressA11y.ts.html +1 -1
  304. package/coverage/lcov-report/src/progress/index.html +32 -32
  305. package/coverage/lcov-report/src/responsive-item/ResponsiveItemContainer.tsx.html +1 -1
  306. package/coverage/lcov-report/src/responsive-item/ResponsiveItemOverlay.tsx.html +1 -1
  307. package/coverage/lcov-report/src/responsive-item/index.html +20 -5
  308. package/coverage/lcov-report/src/responsive-item/styles.ts.html +1 -1
  309. package/coverage/lcov-report/src/scroll/ScrollLock.tsx.html +1 -1
  310. package/coverage/lcov-report/src/scroll/getScrollbarWidth.ts.html +25 -25
  311. package/coverage/lcov-report/src/scroll/index.html +5 -5
  312. package/coverage/lcov-report/src/scroll/useScrollLock.ts.html +27 -27
  313. package/coverage/lcov-report/src/segmented-button/SegmentedButton.tsx.html +4 -4
  314. package/coverage/lcov-report/src/segmented-button/SegmentedButtonContainer.tsx.html +29 -8
  315. package/coverage/lcov-report/src/segmented-button/index.html +50 -5
  316. package/coverage/lcov-report/src/segmented-button/segmentedButtonContainerStyles.ts.html +15 -6
  317. package/coverage/lcov-report/src/segmented-button/segmentedButtonStyles.ts.html +1 -1
  318. package/coverage/lcov-report/src/sheet/Sheet.tsx.html +1 -1
  319. package/coverage/lcov-report/src/sheet/index.html +20 -5
  320. package/coverage/lcov-report/src/sheet/styles.ts.html +28 -28
  321. package/coverage/lcov-report/src/snackbar/DefaultToastRenderer.tsx.html +8 -5
  322. package/coverage/lcov-report/src/snackbar/Snackbar.tsx.html +7 -133
  323. package/coverage/lcov-report/src/snackbar/Toast.tsx.html +2 -2
  324. package/coverage/lcov-report/src/snackbar/ToastActionButton.tsx.html +1 -1
  325. package/coverage/lcov-report/src/snackbar/ToastCloseButton.tsx.html +3 -3
  326. package/coverage/lcov-report/src/snackbar/ToastContent.tsx.html +7 -115
  327. package/coverage/lcov-report/src/snackbar/ToastManager.tsx.html +1783 -0
  328. package/coverage/lcov-report/src/snackbar/ToastManagerProvider.tsx.html +16 -1696
  329. package/coverage/lcov-report/src/snackbar/index.html +159 -9
  330. package/coverage/lcov-report/src/snackbar/snackbarStyles.ts.html +214 -0
  331. package/coverage/lcov-report/src/snackbar/toastContentStyles.ts.html +196 -0
  332. package/coverage/lcov-report/src/snackbar/toastStyles.ts.html +1 -1
  333. package/coverage/lcov-report/src/snackbar/useCurrentToastActions.ts.html +1 -1
  334. package/coverage/lcov-report/src/suspense/CircularProgressSuspense.tsx.html +57 -6
  335. package/coverage/lcov-report/src/suspense/NullSuspense.tsx.html +1 -1
  336. package/coverage/lcov-report/src/suspense/index.html +7 -22
  337. package/coverage/lcov-report/src/table/Table.tsx.html +1 -1
  338. package/coverage/lcov-report/src/table/TableBody.tsx.html +1 -1
  339. package/coverage/lcov-report/src/table/TableCell.tsx.html +20 -35
  340. package/coverage/lcov-report/src/table/TableCellContent.tsx.html +2 -2
  341. package/coverage/lcov-report/src/table/TableCheckbox.tsx.html +1 -1
  342. package/coverage/lcov-report/src/table/TableConfigurationProvider.tsx.html +6 -12
  343. package/coverage/lcov-report/src/table/TableContainer.tsx.html +1 -1
  344. package/coverage/lcov-report/src/table/TableContainerProvider.tsx.html +1 -1
  345. package/coverage/lcov-report/src/table/TableFooter.tsx.html +1 -1
  346. package/coverage/lcov-report/src/table/TableHeader.tsx.html +1 -1
  347. package/coverage/lcov-report/src/table/TableRow.tsx.html +1 -1
  348. package/coverage/lcov-report/src/table/index.html +113 -8
  349. package/coverage/lcov-report/src/tabs/Tab.tsx.html +69 -69
  350. package/coverage/lcov-report/src/tabs/TabList.tsx.html +92 -92
  351. package/coverage/lcov-report/src/tabs/TabListScrollButton.tsx.html +61 -61
  352. package/coverage/lcov-report/src/tabs/index.html +143 -8
  353. package/coverage/lcov-report/src/tabs/tabIndicatorStyles.ts.html +157 -0
  354. package/coverage/lcov-report/src/tabs/tabListScrollButtonStyles.ts.html +226 -0
  355. package/coverage/lcov-report/src/tabs/tabListStyles.ts.html +241 -0
  356. package/coverage/lcov-report/src/tabs/tabStyles.ts.html +17 -17
  357. package/coverage/lcov-report/src/tabs/useTabList.ts.html +94 -94
  358. package/coverage/lcov-report/src/tabs/useTabs.ts.html +54 -54
  359. package/coverage/lcov-report/src/tabs/utils.ts.html +3 -3
  360. package/coverage/lcov-report/src/test-utils/IntersectionObserver.ts.html +1 -1
  361. package/coverage/lcov-report/src/test-utils/ResizeObserver.ts.html +1 -1
  362. package/coverage/lcov-report/src/test-utils/data-testid.ts.html +100 -0
  363. package/coverage/lcov-report/src/test-utils/drag.ts.html +1 -1
  364. package/coverage/lcov-report/src/test-utils/index.html +114 -9
  365. package/coverage/lcov-report/src/test-utils/jest-setup.ts.html +21 -9
  366. package/coverage/lcov-report/src/test-utils/matchMedia.ts.html +4 -4
  367. package/coverage/lcov-report/src/test-utils/polyfills/IntersectionObserver.ts.html +4 -4
  368. package/coverage/lcov-report/src/test-utils/polyfills/ResizeObserver.ts.html +3 -3
  369. package/coverage/lcov-report/src/test-utils/polyfills/index.html +1 -1
  370. package/coverage/lcov-report/src/test-utils/polyfills/matchMedia.ts.html +6 -6
  371. package/coverage/lcov-report/src/test-utils/polyfills/offsetParent.ts.html +14 -14
  372. package/coverage/lcov-report/src/test-utils/polyfills/scrollIntoView.ts.html +5 -5
  373. package/coverage/lcov-report/src/test-utils/render.tsx.html +21 -21
  374. package/coverage/lcov-report/src/test-utils/timers.ts.html +1 -1
  375. package/coverage/lcov-report/src/theme/LocalStorageColorSchemeProvider.tsx.html +1 -1
  376. package/coverage/lcov-report/src/theme/ThemeProvider.tsx.html +22 -4
  377. package/coverage/lcov-report/src/theme/colors.ts.html +1 -1
  378. package/coverage/lcov-report/src/theme/cssVars.ts.html +1 -1
  379. package/coverage/lcov-report/src/theme/index.html +71 -11
  380. package/coverage/lcov-report/src/theme/useCSSVariables.ts.html +1 -1
  381. package/coverage/lcov-report/src/theme/useColorScheme.ts.html +1 -1
  382. package/coverage/lcov-report/src/theme/useColorSchemeMetaTag.ts.html +1 -1
  383. package/coverage/lcov-report/src/theme/useColorSchemeProvider.ts.html +1 -1
  384. package/coverage/lcov-report/src/theme/usePrefersColorScheme.ts.html +1 -1
  385. package/coverage/lcov-report/src/theme/utils.ts.html +58 -58
  386. package/coverage/lcov-report/src/tooltip/Tooltip.tsx.html +98 -74
  387. package/coverage/lcov-report/src/tooltip/TooltipHoverModeProvider.tsx.html +60 -6
  388. package/coverage/lcov-report/src/tooltip/constants.ts.html +1 -1
  389. package/coverage/lcov-report/src/tooltip/index.html +72 -27
  390. package/coverage/lcov-report/src/tooltip/tooltipStyles.ts.html +18 -18
  391. package/coverage/lcov-report/src/tooltip/useOverflowTooltip.ts.html +196 -196
  392. package/coverage/lcov-report/src/tooltip/useTooltip.ts.html +511 -211
  393. package/coverage/lcov-report/src/tooltip/useTooltipPosition.ts.html +29 -29
  394. package/coverage/lcov-report/src/tooltip/utils.ts.html +23 -23
  395. package/coverage/lcov-report/src/transition/CSSTransition.tsx.html +1 -1
  396. package/coverage/lcov-report/src/transition/Collapse.tsx.html +1 -1
  397. package/coverage/lcov-report/src/transition/CrossFade.tsx.html +1 -1
  398. package/coverage/lcov-report/src/transition/ScaleTransition.tsx.html +1 -1
  399. package/coverage/lcov-report/src/transition/SkeletonPlaceholder.tsx.html +1 -1
  400. package/coverage/lcov-report/src/transition/Slide.tsx.html +46 -46
  401. package/coverage/lcov-report/src/transition/SlideContainer.tsx.html +1 -1
  402. package/coverage/lcov-report/src/transition/collapseStyles.ts.html +13 -13
  403. package/coverage/lcov-report/src/transition/config.ts.html +187 -0
  404. package/coverage/lcov-report/src/transition/index.html +295 -10
  405. package/coverage/lcov-report/src/transition/maxWidthTransition.ts.html +1 -1
  406. package/coverage/lcov-report/src/transition/useCSSTransition.ts.html +69 -69
  407. package/coverage/lcov-report/src/transition/useCarousel.ts.html +1 -1
  408. package/coverage/lcov-report/src/transition/useCollapseTransition.ts.html +99 -99
  409. package/coverage/lcov-report/src/transition/useCrossFadeTransition.ts.html +1 -1
  410. package/coverage/lcov-report/src/transition/useMaxWidthTransition.ts.html +1 -1
  411. package/coverage/lcov-report/src/transition/useScaleTransition.ts.html +18 -18
  412. package/coverage/lcov-report/src/transition/useSkeletonPlaceholder.ts.html +1 -1
  413. package/coverage/lcov-report/src/transition/useSlideTransition.ts.html +20 -20
  414. package/coverage/lcov-report/src/transition/useTransition.ts.html +277 -250
  415. package/coverage/lcov-report/src/transition/utils.ts.html +68 -68
  416. package/coverage/lcov-report/src/tree/DefaultTreeItemRenderer.tsx.html +2 -2
  417. package/coverage/lcov-report/src/tree/Tree.tsx.html +24 -36
  418. package/coverage/lcov-report/src/tree/TreeGroup.tsx.html +45 -45
  419. package/coverage/lcov-report/src/tree/TreeItem.tsx.html +213 -216
  420. package/coverage/lcov-report/src/tree/TreeItemExpander.tsx.html +3 -3
  421. package/coverage/lcov-report/src/tree/TreeProvider.tsx.html +29 -11
  422. package/coverage/lcov-report/src/tree/index.html +114 -9
  423. package/coverage/lcov-report/src/tree/styles.ts.html +1 -1
  424. package/coverage/lcov-report/src/tree/useTree.ts.html +1 -1
  425. package/coverage/lcov-report/src/tree/useTreeExpansion.ts.html +1 -1
  426. package/coverage/lcov-report/src/tree/useTreeItems.ts.html +10 -13
  427. package/coverage/lcov-report/src/tree/useTreeMovement.ts.html +1 -1
  428. package/coverage/lcov-report/src/tree/useTreeSelection.ts.html +1 -1
  429. package/coverage/lcov-report/src/tree/utils.ts.html +1 -1
  430. package/coverage/lcov-report/src/typography/SrOnly.tsx.html +26 -26
  431. package/coverage/lcov-report/src/typography/TextContainer.tsx.html +1 -1
  432. package/coverage/lcov-report/src/typography/Typography.tsx.html +71 -71
  433. package/coverage/lcov-report/src/typography/WritingDirectionProvider.tsx.html +75 -75
  434. package/coverage/lcov-report/src/typography/index.html +64 -19
  435. package/coverage/lcov-report/src/useAsyncAction.ts.html +25 -25
  436. package/coverage/lcov-report/src/useDebouncedFunction.ts.html +1 -1
  437. package/coverage/lcov-report/src/useDropzone.ts.html +1 -1
  438. package/coverage/lcov-report/src/useEnsuredId.ts.html +8 -8
  439. package/coverage/lcov-report/src/useEnsuredRef.ts.html +22 -19
  440. package/coverage/lcov-report/src/useEnsuredState.ts.html +18 -18
  441. package/coverage/lcov-report/src/useHtmlClassName.ts.html +1 -1
  442. package/coverage/lcov-report/src/useIntersectionObserver.ts.html +32 -32
  443. package/coverage/lcov-report/src/useIsomorphicLayoutEffect.ts.html +1 -1
  444. package/coverage/lcov-report/src/useLocalStorage.ts.html +225 -225
  445. package/coverage/lcov-report/src/useOrientation.ts.html +32 -32
  446. package/coverage/lcov-report/src/usePageInactive.ts.html +25 -25
  447. package/coverage/lcov-report/src/useResizeListener.ts.html +1 -1
  448. package/coverage/lcov-report/src/useResizeObserver.ts.html +28 -28
  449. package/coverage/lcov-report/src/useThrottledFunction.ts.html +1 -1
  450. package/coverage/lcov-report/src/useToggle.ts.html +18 -18
  451. package/coverage/lcov-report/src/useUnmounted.ts.html +11 -11
  452. package/coverage/lcov-report/src/useWindowSize.ts.html +1 -1
  453. package/coverage/lcov-report/src/utils/RenderRecursively.tsx.html +1 -1
  454. package/coverage/lcov-report/src/utils/alphaNumericSort.ts.html +1 -1
  455. package/coverage/lcov-report/src/utils/applyRef.ts.html +11 -11
  456. package/coverage/lcov-report/src/utils/bem.ts.html +50 -50
  457. package/coverage/lcov-report/src/utils/filters.ts.html +1 -1
  458. package/coverage/lcov-report/src/utils/getClientPosition.ts.html +1 -1
  459. package/coverage/lcov-report/src/utils/getPercentage.ts.html +36 -36
  460. package/coverage/lcov-report/src/utils/getRangeDefaultValue.ts.html +1 -1
  461. package/coverage/lcov-report/src/utils/getRangeSteps.ts.html +1 -1
  462. package/coverage/lcov-report/src/utils/identity.ts.html +1 -1
  463. package/coverage/lcov-report/src/utils/index.html +212 -17
  464. package/coverage/lcov-report/src/utils/isElementVisible.ts.html +14 -14
  465. package/coverage/lcov-report/src/utils/loop.ts.html +1 -1
  466. package/coverage/lcov-report/src/utils/nearest.ts.html +1 -1
  467. package/coverage/lcov-report/src/utils/parseCssLengthUnit.ts.html +41 -41
  468. package/coverage/lcov-report/src/utils/randomInt.ts.html +1 -1
  469. package/coverage/lcov-report/src/utils/wait.ts.html +1 -1
  470. package/coverage/lcov-report/src/utils/withinRange.ts.html +1 -1
  471. package/coverage/lcov-report/src/window-splitter/WindowSplitter.tsx.html +1 -1
  472. package/coverage/lcov-report/src/window-splitter/index.html +1 -1
  473. package/coverage/lcov-report/src/window-splitter/useWindowSplitter.ts.html +1 -1
  474. package/coverage/lcov-report/styles.ts.html +134 -320
  475. package/coverage/lcov-report/switchStyles.ts.html +172 -0
  476. package/coverage/lcov-report/table/Table.tsx.html +526 -0
  477. package/coverage/lcov-report/table/TableBody.tsx.html +280 -0
  478. package/coverage/lcov-report/table/TableCell.tsx.html +159 -168
  479. package/coverage/lcov-report/table/TableCheckbox.tsx.html +10 -13
  480. package/coverage/lcov-report/table/TableRadio.tsx.html +670 -0
  481. package/coverage/lcov-report/table/TableRow.tsx.html +370 -0
  482. package/coverage/lcov-report/table/index.html +62 -32
  483. package/coverage/lcov-report/tableCellStyles.ts.html +334 -0
  484. package/coverage/lcov-report/tableContainerStyles.ts.html +142 -0
  485. package/coverage/lcov-report/tableFooterStyles.ts.html +157 -0
  486. package/coverage/lcov-report/tableHeaderStyles.ts.html +163 -0
  487. package/coverage/lcov-report/tableRowStyles.ts.html +169 -0
  488. package/coverage/lcov-report/tableStyles.ts.html +157 -0
  489. package/coverage/lcov-report/tabs/Tab.tsx.html +502 -0
  490. package/coverage/lcov-report/tabs/TabList.tsx.html +796 -0
  491. package/coverage/lcov-report/tabs/index.html +62 -17
  492. package/coverage/lcov-report/tabs/useTabs.ts.html +1567 -0
  493. package/coverage/lcov-report/tabs/utils.ts.html +337 -0
  494. package/coverage/lcov-report/test-utils/index.html +20 -20
  495. package/coverage/lcov-report/test-utils/jest-setup.ts.html +124 -0
  496. package/coverage/lcov-report/tooltip/Tooltip.tsx.html +98 -74
  497. package/coverage/lcov-report/tooltip/TooltipHoverModeProvider.tsx.html +167 -11
  498. package/coverage/lcov-report/tooltip/constants.ts.html +1 -1
  499. package/coverage/lcov-report/tooltip/index.html +32 -17
  500. package/coverage/lcov-report/tooltip/tooltipStyles.ts.html +181 -0
  501. package/coverage/lcov-report/tooltip/useTooltip.ts.html +490 -190
  502. package/coverage/lcov-report/tooltipStyles.ts.html +181 -0
  503. package/coverage/lcov-report/transition/config.ts.html +187 -0
  504. package/coverage/lcov-report/transition/index.html +9 -24
  505. package/coverage/lcov-report/transition/useTransition.ts.html +943 -0
  506. package/coverage/lcov-report/tree/Tree.tsx.html +24 -36
  507. package/coverage/lcov-report/tree/TreeItem.tsx.html +213 -216
  508. package/coverage/lcov-report/tree/TreeProvider.tsx.html +55 -10
  509. package/coverage/lcov-report/tree/index.html +14 -59
  510. package/coverage/lcov-report/typography/Typography.tsx.html +108 -402
  511. package/coverage/lcov-report/typography/WritingDirectionProvider.tsx.html +781 -0
  512. package/coverage/lcov-report/typography/index.html +8 -8
  513. package/coverage/lcov-report/useTooltip.ts.html +651 -375
  514. package/coverage/lcov-report/useTransition.ts.html +934 -0
  515. package/coverage/lcov-report/utils/index.html +24 -39
  516. package/coverage/lcov-report/utils/isElementVisible.ts.html +14 -14
  517. package/coverage/lcov-report/utils/parseCssLengthUnit.ts.html +19 -19
  518. package/coverage/lcov.info +0 -1176
  519. package/dist/_core.scss +39 -2
  520. package/dist/_utils.scss +57 -0
  521. package/dist/app-bar/_app-bar.scss +15 -23
  522. package/dist/avatar/Avatar.d.ts +2 -15
  523. package/dist/avatar/Avatar.js +3 -2
  524. package/dist/avatar/Avatar.js.map +1 -1
  525. package/dist/avatar/_avatar.scss +30 -37
  526. package/dist/avatar/styles.d.ts +20 -2
  527. package/dist/avatar/styles.js +4 -1
  528. package/dist/avatar/styles.js.map +1 -1
  529. package/dist/badge/_badge.scss +71 -44
  530. package/dist/box/_box.scss +18 -29
  531. package/dist/button/AsyncButton.d.ts +29 -0
  532. package/dist/button/AsyncButton.js +14 -1
  533. package/dist/button/AsyncButton.js.map +1 -1
  534. package/dist/button/_button.scss +50 -62
  535. package/dist/card/_card.scss +14 -23
  536. package/dist/chip/_chip.scss +33 -62
  537. package/dist/chip/styles.d.ts +1 -1
  538. package/dist/chip/styles.js +3 -4
  539. package/dist/chip/styles.js.map +1 -1
  540. package/dist/cssUtils.d.ts +1 -0
  541. package/dist/cssUtils.js +1 -1
  542. package/dist/cssUtils.js.map +1 -1
  543. package/dist/dialog/Dialog.d.ts +1 -1
  544. package/dist/dialog/Dialog.js +2 -1
  545. package/dist/dialog/Dialog.js.map +1 -1
  546. package/dist/dialog/_dialog.scss +95 -93
  547. package/dist/divider/Divider.d.ts +0 -1
  548. package/dist/divider/Divider.js.map +1 -1
  549. package/dist/divider/_divider.scss +33 -43
  550. package/dist/focus/useFocusContainer.d.ts +8 -8
  551. package/dist/focus/useFocusContainer.js +11 -10
  552. package/dist/focus/useFocusContainer.js.map +1 -1
  553. package/dist/form/Label.d.ts +5 -5
  554. package/dist/form/Label.js.map +1 -1
  555. package/dist/form/MenuItemInputToggle.js +2 -2
  556. package/dist/form/MenuItemInputToggle.js.map +1 -1
  557. package/dist/form/MenuItemTextField.d.ts +2 -0
  558. package/dist/form/MenuItemTextField.js.map +1 -1
  559. package/dist/form/Slider.d.ts +41 -5
  560. package/dist/form/Slider.js +2 -1
  561. package/dist/form/Slider.js.map +1 -1
  562. package/dist/form/SliderThumb.d.ts +7 -2
  563. package/dist/form/SliderThumb.js +4 -2
  564. package/dist/form/SliderThumb.js.map +1 -1
  565. package/dist/form/SliderValueMarks.js +1 -1
  566. package/dist/form/SliderValueMarks.js.map +1 -1
  567. package/dist/form/SliderValueTooltip.js +1 -1
  568. package/dist/form/SliderValueTooltip.js.map +1 -1
  569. package/dist/form/Switch.d.ts +3 -2
  570. package/dist/form/Switch.js +7 -26
  571. package/dist/form/Switch.js.map +1 -1
  572. package/dist/form/SwitchTrack.d.ts +2 -1
  573. package/dist/form/SwitchTrack.js +8 -4
  574. package/dist/form/SwitchTrack.js.map +1 -1
  575. package/dist/form/TextArea.js +1 -1
  576. package/dist/form/TextArea.js.map +1 -1
  577. package/dist/form/TextFieldContainerStyles.d.ts +7 -7
  578. package/dist/form/TextFieldContainerStyles.js.map +1 -1
  579. package/dist/form/_form.scss +241 -237
  580. package/dist/form/switchStyles.d.ts +1 -0
  581. package/dist/form/switchStyles.js +2 -1
  582. package/dist/form/switchStyles.js.map +1 -1
  583. package/dist/form/textAreaStyles.d.ts +2 -2
  584. package/dist/form/textAreaStyles.js.map +1 -1
  585. package/dist/form/types.d.ts +0 -2
  586. package/dist/form/types.js.map +1 -1
  587. package/dist/hoverMode/useHoverMode.d.ts +2 -2
  588. package/dist/hoverMode/useHoverMode.js +1 -1
  589. package/dist/hoverMode/useHoverMode.js.map +1 -1
  590. package/dist/icon/FontIcon.d.ts +2 -1
  591. package/dist/icon/FontIcon.js +4 -5
  592. package/dist/icon/FontIcon.js.map +1 -1
  593. package/dist/icon/MaterialIcon.d.ts +2 -2
  594. package/dist/icon/MaterialIcon.js +3 -6
  595. package/dist/icon/MaterialIcon.js.map +1 -1
  596. package/dist/icon/MaterialSymbol.d.ts +15 -8
  597. package/dist/icon/MaterialSymbol.js +15 -11
  598. package/dist/icon/MaterialSymbol.js.map +1 -1
  599. package/dist/icon/_icon.scss +31 -47
  600. package/dist/icon/iconConfig.js.map +1 -1
  601. package/dist/icon/material.d.ts +1 -1
  602. package/dist/icon/material.js.map +1 -1
  603. package/dist/icon/{MaterialSymbolsProvider.d.ts → materialConfig.d.ts} +25 -14
  604. package/dist/icon/materialConfig.js +29 -0
  605. package/dist/icon/materialConfig.js.map +1 -0
  606. package/dist/icon/styles.d.ts +0 -15
  607. package/dist/icon/styles.js +2 -4
  608. package/dist/icon/styles.js.map +1 -1
  609. package/dist/index.d.ts +8 -6
  610. package/dist/index.js +8 -6
  611. package/dist/index.js.map +1 -1
  612. package/dist/interaction/_interaction.scss +47 -57
  613. package/dist/layout/_layout.scss +14 -19
  614. package/dist/link/Link.d.ts +12 -6
  615. package/dist/link/Link.js +1 -2
  616. package/dist/link/Link.js.map +1 -1
  617. package/dist/link/_link.scss +15 -23
  618. package/dist/list/ListItemLink.d.ts +1 -1
  619. package/dist/list/ListItemLink.js.map +1 -1
  620. package/dist/list/_list.scss +53 -63
  621. package/dist/menu/DropdownMenu.d.ts +12 -1
  622. package/dist/menu/DropdownMenu.js +13 -4
  623. package/dist/menu/DropdownMenu.js.map +1 -1
  624. package/dist/menu/Menu.d.ts +8 -0
  625. package/dist/menu/Menu.js +2 -1
  626. package/dist/menu/Menu.js.map +1 -1
  627. package/dist/menu/MenuItemSeparator.d.ts +1 -2
  628. package/dist/menu/MenuItemSeparator.js +2 -8
  629. package/dist/menu/MenuItemSeparator.js.map +1 -1
  630. package/dist/menu/MenuSheet.d.ts +6 -1
  631. package/dist/menu/MenuSheet.js.map +1 -1
  632. package/dist/menu/_menu.scss +16 -27
  633. package/dist/overlay/_overlay.scss +14 -19
  634. package/dist/progress/CircularProgress.d.ts +5 -4
  635. package/dist/progress/CircularProgress.js +3 -3
  636. package/dist/progress/CircularProgress.js.map +1 -1
  637. package/dist/progress/LinearProgress.d.ts +7 -5
  638. package/dist/progress/LinearProgress.js +4 -3
  639. package/dist/progress/LinearProgress.js.map +1 -1
  640. package/dist/progress/_progress.scss +25 -30
  641. package/dist/segmented-button/_segmented-button.scss +37 -43
  642. package/dist/sheet/_sheet.scss +24 -42
  643. package/dist/snackbar/DefaultToastRenderer.js +1 -1
  644. package/dist/snackbar/DefaultToastRenderer.js.map +1 -1
  645. package/dist/snackbar/Snackbar.d.ts +1 -3
  646. package/dist/snackbar/Snackbar.js +2 -3
  647. package/dist/snackbar/Snackbar.js.map +1 -1
  648. package/dist/snackbar/Toast.d.ts +1 -1
  649. package/dist/snackbar/Toast.js +5 -1
  650. package/dist/snackbar/Toast.js.map +1 -1
  651. package/dist/snackbar/ToastManager.d.ts +2 -1
  652. package/dist/snackbar/ToastManager.js +1 -1
  653. package/dist/snackbar/ToastManager.js.map +1 -1
  654. package/dist/snackbar/_snackbar.scss +15 -23
  655. package/dist/suspense/CircularProgressSuspense.d.ts +4 -0
  656. package/dist/suspense/CircularProgressSuspense.js +3 -1
  657. package/dist/suspense/CircularProgressSuspense.js.map +1 -1
  658. package/dist/table/Table.d.ts +0 -12
  659. package/dist/table/Table.js +1 -12
  660. package/dist/table/Table.js.map +1 -1
  661. package/dist/table/TableCell.d.ts +13 -38
  662. package/dist/table/TableCell.js +7 -15
  663. package/dist/table/TableCell.js.map +1 -1
  664. package/dist/table/TableCellContent.d.ts +9 -0
  665. package/dist/table/TableCellContent.js +2 -1
  666. package/dist/table/TableCellContent.js.map +1 -1
  667. package/dist/table/TableCheckbox.d.ts +2 -2
  668. package/dist/table/TableCheckbox.js +3 -3
  669. package/dist/table/TableCheckbox.js.map +1 -1
  670. package/dist/table/TableContainer.d.ts +0 -6
  671. package/dist/table/TableContainer.js +1 -6
  672. package/dist/table/TableContainer.js.map +1 -1
  673. package/dist/table/TableFooter.d.ts +7 -1
  674. package/dist/table/TableFooter.js +17 -16
  675. package/dist/table/TableFooter.js.map +1 -1
  676. package/dist/table/TableHeader.d.ts +7 -14
  677. package/dist/table/TableHeader.js +6 -14
  678. package/dist/table/TableHeader.js.map +1 -1
  679. package/dist/table/TableRadio.d.ts +106 -0
  680. package/dist/table/TableRadio.js +106 -0
  681. package/dist/table/TableRadio.js.map +1 -0
  682. package/dist/table/TableRow.d.ts +0 -10
  683. package/dist/table/TableRow.js +1 -12
  684. package/dist/table/TableRow.js.map +1 -1
  685. package/dist/table/_table.scss +71 -88
  686. package/dist/table/tableCellStyles.d.ts +33 -0
  687. package/dist/table/tableCellStyles.js +15 -0
  688. package/dist/table/tableCellStyles.js.map +1 -0
  689. package/dist/table/tableContainerStyles.d.ts +10 -0
  690. package/dist/table/tableContainerStyles.js +9 -0
  691. package/dist/table/tableContainerStyles.js.map +1 -0
  692. package/dist/table/tableFooterStyles.d.ts +10 -0
  693. package/dist/table/tableFooterStyles.js +12 -0
  694. package/dist/table/tableFooterStyles.js.map +1 -0
  695. package/dist/table/tableHeaderStyles.d.ts +10 -0
  696. package/dist/table/tableHeaderStyles.js +13 -0
  697. package/dist/table/tableHeaderStyles.js.map +1 -0
  698. package/dist/table/tableRowStyles.d.ts +10 -0
  699. package/dist/table/tableRowStyles.js +14 -0
  700. package/dist/table/tableRowStyles.js.map +1 -0
  701. package/dist/table/tableStyles.d.ts +12 -0
  702. package/dist/table/tableStyles.js +14 -0
  703. package/dist/table/tableStyles.js.map +1 -0
  704. package/dist/table/types.d.ts +28 -15
  705. package/dist/table/types.js.map +1 -1
  706. package/dist/tabs/_tabs.scss +27 -30
  707. package/dist/test-utils/data-testid.js +2 -0
  708. package/dist/test-utils/data-testid.js.map +1 -0
  709. package/dist/test-utils/jest-setup.js +3 -0
  710. package/dist/test-utils/jest-setup.js.map +1 -1
  711. package/dist/theme/ThemeProvider.d.ts +5 -0
  712. package/dist/theme/ThemeProvider.js.map +1 -1
  713. package/dist/theme/_theme.scss +31 -89
  714. package/dist/tooltip/Tooltip.d.ts +13 -6
  715. package/dist/tooltip/Tooltip.js +2 -2
  716. package/dist/tooltip/Tooltip.js.map +1 -1
  717. package/dist/tooltip/TooltipHoverModeProvider.d.ts +15 -0
  718. package/dist/tooltip/TooltipHoverModeProvider.js.map +1 -1
  719. package/dist/tooltip/_tooltip.scss +17 -25
  720. package/dist/tooltip/tooltipStyles.d.ts +2 -1
  721. package/dist/tooltip/tooltipStyles.js +2 -2
  722. package/dist/tooltip/tooltipStyles.js.map +1 -1
  723. package/dist/tooltip/useTooltip.d.ts +71 -8
  724. package/dist/tooltip/useTooltip.js +68 -7
  725. package/dist/tooltip/useTooltip.js.map +1 -1
  726. package/dist/transition/_transition.scss +38 -37
  727. package/dist/transition/config.d.ts +22 -0
  728. package/dist/transition/config.js +16 -0
  729. package/dist/transition/config.js.map +1 -0
  730. package/dist/transition/useTransition.js +15 -6
  731. package/dist/transition/useTransition.js.map +1 -1
  732. package/dist/tree/DefaultTreeItemRenderer.d.ts +1 -1
  733. package/dist/tree/DefaultTreeItemRenderer.js.map +1 -1
  734. package/dist/tree/Tree.d.ts +1 -1
  735. package/dist/tree/Tree.js +18 -21
  736. package/dist/tree/Tree.js.map +1 -1
  737. package/dist/tree/TreeItem.js +1 -3
  738. package/dist/tree/TreeItem.js.map +1 -1
  739. package/dist/tree/TreeProvider.d.ts +2 -0
  740. package/dist/tree/TreeProvider.js +3 -1
  741. package/dist/tree/TreeProvider.js.map +1 -1
  742. package/dist/tree/_tree.scss +102 -109
  743. package/dist/typography/_typography.scss +17 -22
  744. package/dist/window-splitter/_window-splitter.scss +19 -45
  745. package/package.json +20 -17
  746. package/src/__tests__/NoSsr.tsx +5 -5
  747. package/src/__tests__/useAsyncAction.tsx +14 -6
  748. package/src/__tests__/useDebouncedFunction.tsx +6 -3
  749. package/src/__tests__/useDropzone.tsx +10 -10
  750. package/src/__tests__/useEnsuredId.tsx +5 -5
  751. package/src/__tests__/useEnsuredState.tsx +1 -2
  752. package/src/__tests__/useLocalStorage.tsx +21 -21
  753. package/src/__tests__/useResizeObserver.tsx +2 -0
  754. package/src/__tests__/useThrottledFunction.tsx +9 -8
  755. package/src/__tests__/useToggle.tsx +10 -10
  756. package/src/_core.scss +39 -2
  757. package/src/_utils.scss +57 -0
  758. package/src/app-bar/__tests__/AppBar.tsx +15 -15
  759. package/src/app-bar/__tests__/AppBarTitle.tsx +3 -5
  760. package/src/app-bar/_app-bar.scss +15 -23
  761. package/src/avatar/Avatar.tsx +12 -20
  762. package/src/avatar/__tests__/Avatar.tsx +6 -6
  763. package/src/avatar/_avatar.scss +30 -37
  764. package/src/avatar/styles.ts +27 -4
  765. package/src/badge/__tests__/Badge.tsx +3 -3
  766. package/src/badge/_badge.scss +71 -44
  767. package/src/box/_box.scss +18 -29
  768. package/src/button/AsyncButton.tsx +71 -4
  769. package/src/button/__tests__/AsyncButton.tsx +2 -0
  770. package/src/button/__tests__/Button.tsx +12 -12
  771. package/src/button/__tests__/ButtonUnstyled.tsx +3 -3
  772. package/src/button/__tests__/__snapshots__/AsyncButton.tsx.snap +31 -8
  773. package/src/button/_button.scss +50 -62
  774. package/src/card/__tests__/Card.tsx +3 -3
  775. package/src/card/__tests__/CardContent.tsx +3 -3
  776. package/src/card/__tests__/CardFooter.tsx +3 -3
  777. package/src/card/__tests__/CardHeader.tsx +5 -5
  778. package/src/card/__tests__/CardSubtitle.tsx +3 -3
  779. package/src/card/__tests__/CardTitle.tsx +3 -3
  780. package/src/card/_card.scss +14 -23
  781. package/src/chip/__tests__/Chip.tsx +20 -22
  782. package/src/chip/__tests__/__snapshots__/Chip.tsx.snap +3 -3
  783. package/src/chip/__tests__/__snapshots__/styles.ts.snap +1 -1
  784. package/src/chip/_chip.scss +33 -62
  785. package/src/chip/styles.ts +4 -5
  786. package/src/cssUtils.ts +4 -1
  787. package/src/dialog/Dialog.tsx +5 -4
  788. package/src/dialog/__tests__/Dialog.tsx +316 -0
  789. package/src/dialog/__tests__/DialogContent.tsx +53 -0
  790. package/src/dialog/__tests__/DialogFooter.tsx +70 -0
  791. package/src/dialog/__tests__/DialogHeader.tsx +37 -0
  792. package/src/dialog/__tests__/DialogTitle.tsx +41 -0
  793. package/src/dialog/__tests__/__snapshots__/Dialog.tsx.snap +84 -0
  794. package/src/dialog/__tests__/__snapshots__/DialogContent.tsx.snap +36 -0
  795. package/src/dialog/__tests__/__snapshots__/DialogFooter.tsx.snap +186 -0
  796. package/src/dialog/__tests__/__snapshots__/DialogHeader.tsx.snap +18 -0
  797. package/src/dialog/__tests__/__snapshots__/DialogTitle.tsx.snap +26 -0
  798. package/src/dialog/_dialog.scss +95 -93
  799. package/src/divider/Divider.tsx +0 -1
  800. package/src/divider/__tests__/Divider.tsx +3 -3
  801. package/src/divider/_divider.scss +33 -43
  802. package/src/draggable/__tests__/useDraggable.tsx +35 -39
  803. package/src/expansion-panel/__tests__/ExpansionPanel.tsx +28 -23
  804. package/src/focus/__tests__/useFocusContainer.tsx +280 -0
  805. package/src/focus/useFocusContainer.ts +17 -10
  806. package/src/form/Label.tsx +5 -5
  807. package/src/form/MenuItemInputToggle.tsx +6 -2
  808. package/src/form/MenuItemTextField.tsx +3 -0
  809. package/src/form/Slider.tsx +45 -5
  810. package/src/form/SliderThumb.tsx +15 -3
  811. package/src/form/SliderValueMarks.tsx +3 -1
  812. package/src/form/SliderValueTooltip.tsx +1 -1
  813. package/src/form/Switch.tsx +6 -27
  814. package/src/form/SwitchTrack.tsx +12 -2
  815. package/src/form/TextArea.tsx +1 -1
  816. package/src/form/TextFieldContainerStyles.ts +7 -7
  817. package/src/form/__tests__/Checkbox.tsx +5 -5
  818. package/src/form/__tests__/Fieldset.tsx +3 -3
  819. package/src/form/__tests__/FileInput.tsx +2 -2
  820. package/src/form/__tests__/Label.tsx +3 -3
  821. package/src/form/__tests__/Legend.tsx +3 -3
  822. package/src/form/__tests__/Radio.tsx +3 -3
  823. package/src/form/__tests__/Switch.tsx +152 -0
  824. package/src/form/__tests__/__snapshots__/Switch.tsx.snap +428 -0
  825. package/src/form/__tests__/__snapshots__/useCheckboxGroup.tsx.snap +1 -1
  826. package/src/form/__tests__/__snapshots__/useRadioGroup.tsx.snap +1 -1
  827. package/src/form/__tests__/useCheckboxGroup.tsx +33 -33
  828. package/src/form/__tests__/useFileUpload.tsx +41 -33
  829. package/src/form/__tests__/useRadioGroup.tsx +25 -25
  830. package/src/form/_form.scss +241 -237
  831. package/src/form/switchStyles.ts +3 -3
  832. package/src/form/textAreaStyles.ts +2 -2
  833. package/src/form/types.ts +0 -2
  834. package/src/hoverMode/useHoverMode.ts +4 -4
  835. package/src/icon/FontIcon.tsx +2 -5
  836. package/src/icon/MaterialIcon.tsx +4 -6
  837. package/src/icon/MaterialSymbol.tsx +18 -12
  838. package/src/icon/__tests__/FontIcon.tsx +7 -11
  839. package/src/icon/__tests__/IconRotator.tsx +4 -4
  840. package/src/icon/__tests__/MaterialIcon.tsx +79 -0
  841. package/src/icon/__tests__/MaterialSymbol.tsx +100 -0
  842. package/src/icon/__tests__/SVGIcon.tsx +6 -5
  843. package/src/icon/__tests__/TextIconSpacing.tsx +15 -17
  844. package/src/icon/__tests__/__snapshots__/IconRotator.tsx.snap +6 -6
  845. package/src/icon/__tests__/__snapshots__/MaterialIcon.tsx.snap +82 -0
  846. package/src/icon/__tests__/__snapshots__/MaterialSymbol.tsx.snap +42 -0
  847. package/src/icon/_icon.scss +31 -47
  848. package/src/icon/iconConfig.tsx +1 -0
  849. package/src/icon/material.ts +284 -54
  850. package/src/icon/{MaterialSymbolsProvider.tsx → materialConfig.ts} +49 -67
  851. package/src/icon/styles.ts +0 -21
  852. package/src/index.ts +8 -6
  853. package/src/interaction/__tests__/UserInteractionModeProvider.tsx +3 -3
  854. package/src/interaction/_interaction.scss +47 -57
  855. package/src/layout/__tests__/useExpandableLayout.tsx +12 -1
  856. package/src/layout/__tests__/useLayoutTree.tsx +6 -1
  857. package/src/layout/__tests__/useResizableLayout.tsx +13 -1
  858. package/src/layout/__tests__/useTemporaryLayout.tsx +6 -1
  859. package/src/layout/_layout.scss +14 -19
  860. package/src/link/Link.tsx +15 -5
  861. package/src/link/__tests__/Link.tsx +3 -3
  862. package/src/link/__tests__/SkipToMainContent.tsx +11 -14
  863. package/src/link/_link.scss +15 -23
  864. package/src/list/ListItemLink.tsx +1 -1
  865. package/src/list/__tests__/List.tsx +7 -7
  866. package/src/list/__tests__/ListItem.tsx +17 -16
  867. package/src/list/__tests__/ListItemLink.tsx +7 -7
  868. package/src/list/__tests__/ListSubheader.tsx +5 -5
  869. package/src/list/_list.scss +53 -63
  870. package/src/menu/DropdownMenu.tsx +23 -4
  871. package/src/menu/Menu.tsx +11 -0
  872. package/src/menu/MenuItemSeparator.tsx +2 -12
  873. package/src/menu/MenuSheet.tsx +10 -1
  874. package/src/menu/__tests__/DropdownMenu.tsx +74 -65
  875. package/src/menu/__tests__/MenuBar.tsx +57 -48
  876. package/src/menu/__tests__/MenuVisibilityProvider.tsx +3 -3
  877. package/src/menu/_menu.scss +16 -27
  878. package/src/overlay/__tests__/Overlay.tsx +37 -35
  879. package/src/overlay/_overlay.scss +14 -19
  880. package/src/portal/__tests__/PortalContainerProvider.node.tsx +1 -0
  881. package/src/portal/__tests__/PortalContainerProvider.tsx +9 -9
  882. package/src/positioning/__tests__/useFixedPositioning.tsx +20 -14
  883. package/src/progress/CircularProgress.tsx +5 -4
  884. package/src/progress/LinearProgress.tsx +88 -86
  885. package/src/progress/__tests__/CircularProgress.tsx +49 -27
  886. package/src/progress/__tests__/LinearProgress.tsx +40 -25
  887. package/src/progress/__tests__/__snapshots__/CircularProgress.tsx.snap +21 -0
  888. package/src/progress/__tests__/__snapshots__/LinearProgress.tsx.snap +20 -0
  889. package/src/progress/_progress.scss +25 -30
  890. package/src/segmented-button/_segmented-button.scss +37 -43
  891. package/src/sheet/_sheet.scss +24 -42
  892. package/src/snackbar/DefaultToastRenderer.tsx +1 -1
  893. package/src/snackbar/Snackbar.tsx +17 -25
  894. package/src/snackbar/Toast.tsx +7 -2
  895. package/src/snackbar/ToastManager.tsx +3 -2
  896. package/src/snackbar/__tests__/Snackbar.tsx +13 -12
  897. package/src/snackbar/__tests__/Toast.tsx +8 -3
  898. package/src/snackbar/__tests__/ToastActionButton.tsx +2 -2
  899. package/src/snackbar/__tests__/ToastCloseButton.tsx +2 -2
  900. package/src/snackbar/__tests__/ToastManagerProvider.tsx +28 -42
  901. package/src/snackbar/__tests__/__snapshots__/Snackbar.tsx.snap +127 -27
  902. package/src/snackbar/__tests__/__snapshots__/ToastManagerProvider.tsx.snap +23 -8
  903. package/src/snackbar/_snackbar.scss +15 -23
  904. package/src/suspense/CircularProgressSuspense.tsx +19 -2
  905. package/src/table/Table.tsx +1 -24
  906. package/src/table/TableCell.tsx +22 -85
  907. package/src/table/TableCellContent.tsx +20 -2
  908. package/src/table/TableCheckbox.tsx +3 -3
  909. package/src/table/TableContainer.tsx +1 -8
  910. package/src/table/TableFooter.tsx +30 -23
  911. package/src/table/TableHeader.tsx +23 -40
  912. package/src/table/TableRadio.tsx +195 -0
  913. package/src/table/TableRow.tsx +1 -28
  914. package/src/table/__tests__/Table.tsx +4 -10
  915. package/src/table/__tests__/TableBody.tsx +3 -3
  916. package/src/table/__tests__/TableCheckbox.tsx +10 -11
  917. package/src/table/__tests__/TableContainer.tsx +3 -3
  918. package/src/table/__tests__/TableRadio.tsx +112 -0
  919. package/src/table/__tests__/TableRow.tsx +4 -10
  920. package/src/table/__tests__/__snapshots__/Table.tsx.snap +249 -251
  921. package/src/table/__tests__/__snapshots__/TableBody.tsx.snap +3 -3
  922. package/src/table/__tests__/__snapshots__/TableCheckbox.tsx.snap +4 -4
  923. package/src/table/__tests__/__snapshots__/TableRadio.tsx.snap +138 -0
  924. package/src/table/__tests__/__snapshots__/TableRow.tsx.snap +4 -6
  925. package/src/table/__tests__/__snapshots__/tableContainerStyles.ts.snap +3 -0
  926. package/src/table/__tests__/__snapshots__/tableRowStyles.ts.snap +3 -0
  927. package/src/table/__tests__/__snapshots__/tableStyles.ts.snap +3 -0
  928. package/src/table/__tests__/tableContainerStyles.ts +8 -0
  929. package/src/table/__tests__/tableRowStyles.ts +8 -0
  930. package/src/table/__tests__/tableStyles.ts +8 -0
  931. package/src/table/_table.scss +71 -88
  932. package/src/table/tableCellStyles.ts +83 -0
  933. package/src/table/tableContainerStyles.ts +19 -0
  934. package/src/table/tableFooterStyles.ts +27 -0
  935. package/src/table/tableHeaderStyles.ts +29 -0
  936. package/src/table/tableRowStyles.ts +28 -0
  937. package/src/table/tableStyles.ts +24 -0
  938. package/src/table/types.ts +33 -15
  939. package/src/tabs/__tests__/Tab.tsx +3 -3
  940. package/src/tabs/__tests__/TabList.tsx +50 -40
  941. package/src/tabs/__tests__/useTabs.tsx +27 -24
  942. package/src/tabs/_tabs.scss +27 -30
  943. package/src/test-utils/data-testid.ts +5 -0
  944. package/src/test-utils/jest-setup.ts +4 -0
  945. package/src/theme/ThemeProvider.tsx +6 -0
  946. package/src/theme/__tests__/LocalStorageColorSchemeProvider.tsx +4 -4
  947. package/src/theme/__tests__/useCSSVariables.tsx +4 -4
  948. package/src/theme/_theme.scss +31 -89
  949. package/src/tooltip/Tooltip.tsx +17 -9
  950. package/src/tooltip/TooltipHoverModeProvider.tsx +18 -0
  951. package/src/tooltip/__tests__/Tooltip.tsx +147 -104
  952. package/src/tooltip/__tests__/TooltipHoverModeProvider.tsx +8 -3
  953. package/src/tooltip/__tests__/__snapshots__/Tooltip.tsx.snap +0 -33
  954. package/src/tooltip/_tooltip.scss +17 -25
  955. package/src/tooltip/tooltipStyles.ts +4 -4
  956. package/src/tooltip/useTooltip.ts +119 -19
  957. package/src/transition/__tests__/CSSTransition.tsx +12 -6
  958. package/src/transition/__tests__/Collapse.tsx +19 -17
  959. package/src/transition/__tests__/CrossFade.tsx +20 -17
  960. package/src/transition/__tests__/ScaleTransition.tsx +18 -14
  961. package/src/transition/__tests__/useCSSTransition.tsx +18 -14
  962. package/src/transition/__tests__/useCollapseTransition.tsx +25 -21
  963. package/src/transition/__tests__/useCrossFadeTransition.tsx +20 -16
  964. package/src/transition/__tests__/useScaleTransition.tsx +18 -12
  965. package/src/transition/__tests__/useTransition.tsx +165 -68
  966. package/src/transition/_transition.scss +38 -37
  967. package/src/transition/config.ts +34 -0
  968. package/src/transition/useTransition.ts +15 -6
  969. package/src/tree/DefaultTreeItemRenderer.tsx +1 -1
  970. package/src/tree/Tree.tsx +20 -24
  971. package/src/tree/TreeItem.tsx +2 -3
  972. package/src/tree/TreeProvider.tsx +6 -0
  973. package/src/tree/__tests__/Tree.tsx +7 -2
  974. package/src/tree/__tests__/TreeGroup.tsx +1 -0
  975. package/src/tree/__tests__/TreeItemExpander.tsx +1 -0
  976. package/src/tree/_tree.scss +102 -109
  977. package/src/typography/__tests__/TextContainer.tsx +3 -3
  978. package/src/typography/__tests__/Typography.tsx +10 -12
  979. package/src/typography/__tests__/WritingDirectionProvider.tsx +7 -7
  980. package/src/typography/_typography.scss +17 -22
  981. package/src/window-splitter/_window-splitter.scss +19 -45
  982. package/dist/divider/VerticalDivider.d.ts +0 -32
  983. package/dist/divider/VerticalDivider.js +0 -40
  984. package/dist/divider/VerticalDivider.js.map +0 -1
  985. package/dist/divider/useVerticalDividerHeight.d.ts +0 -37
  986. package/dist/divider/useVerticalDividerHeight.js +0 -40
  987. package/dist/divider/useVerticalDividerHeight.js.map +0 -1
  988. package/dist/icon/MaterialIconsProvider.d.ts +0 -12
  989. package/dist/icon/MaterialIconsProvider.js +0 -17
  990. package/dist/icon/MaterialIconsProvider.js.map +0 -1
  991. package/dist/icon/MaterialSymbolsProvider.js +0 -60
  992. package/dist/icon/MaterialSymbolsProvider.js.map +0 -1
  993. package/dist/link/LinkProvider.d.ts +0 -29
  994. package/dist/link/LinkProvider.js +0 -26
  995. package/dist/link/LinkProvider.js.map +0 -1
  996. package/dist/tooltip/useOverflowTooltip.d.ts +0 -61
  997. package/dist/tooltip/useOverflowTooltip.js +0 -71
  998. package/dist/tooltip/useOverflowTooltip.js.map +0 -1
  999. package/src/divider/VerticalDivider.tsx +0 -50
  1000. package/src/divider/__tests__/VerticalDivider.tsx +0 -35
  1001. package/src/divider/__tests__/__snapshots__/VerticalDivider.tsx.snap +0 -41
  1002. package/src/divider/useVerticalDividerHeight.ts +0 -72
  1003. package/src/icon/MaterialIconsProvider.ts +0 -23
  1004. package/src/link/LinkProvider.tsx +0 -51
  1005. package/src/tooltip/__tests__/useOverflowTooltip.tsx +0 -77
  1006. package/src/tooltip/useOverflowTooltip.ts +0 -93
@@ -1,1121 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1696711608923" clover="3.2.0">
3
- <project timestamp="1696711608923" name="All files">
4
- <metrics statements="1097" coveredstatements="408" conditionals="11" coveredconditionals="3" methods="7" coveredmethods="3" elements="1115" coveredelements="414" complexity="0" loc="1097" ncloc="1097" packages="1" files="6" classes="6"/>
5
- <file name="NativeSelect.tsx" path="/home/mlaursen/code/react-md/packages/core/src/form/NativeSelect.tsx">
6
- <metrics statements="226" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
7
- <line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
8
- <line num="2" count="0" type="stmt"/>
9
- <line num="3" count="0" type="stmt"/>
10
- <line num="4" count="0" type="stmt"/>
11
- <line num="5" count="0" type="stmt"/>
12
- <line num="6" count="0" type="stmt"/>
13
- <line num="7" count="0" type="stmt"/>
14
- <line num="8" count="0" type="stmt"/>
15
- <line num="9" count="0" type="stmt"/>
16
- <line num="10" count="0" type="stmt"/>
17
- <line num="11" count="0" type="stmt"/>
18
- <line num="12" count="0" type="stmt"/>
19
- <line num="13" count="0" type="stmt"/>
20
- <line num="14" count="0" type="stmt"/>
21
- <line num="15" count="0" type="stmt"/>
22
- <line num="16" count="0" type="stmt"/>
23
- <line num="17" count="0" type="stmt"/>
24
- <line num="18" count="0" type="stmt"/>
25
- <line num="19" count="0" type="stmt"/>
26
- <line num="20" count="0" type="stmt"/>
27
- <line num="21" count="0" type="stmt"/>
28
- <line num="22" count="0" type="stmt"/>
29
- <line num="23" count="0" type="stmt"/>
30
- <line num="24" count="0" type="stmt"/>
31
- <line num="25" count="0" type="stmt"/>
32
- <line num="26" count="0" type="stmt"/>
33
- <line num="27" count="0" type="stmt"/>
34
- <line num="28" count="0" type="stmt"/>
35
- <line num="29" count="0" type="stmt"/>
36
- <line num="30" count="0" type="stmt"/>
37
- <line num="31" count="0" type="stmt"/>
38
- <line num="32" count="0" type="stmt"/>
39
- <line num="33" count="0" type="stmt"/>
40
- <line num="34" count="0" type="stmt"/>
41
- <line num="35" count="0" type="stmt"/>
42
- <line num="36" count="0" type="stmt"/>
43
- <line num="37" count="0" type="stmt"/>
44
- <line num="38" count="0" type="stmt"/>
45
- <line num="39" count="0" type="stmt"/>
46
- <line num="40" count="0" type="stmt"/>
47
- <line num="41" count="0" type="stmt"/>
48
- <line num="42" count="0" type="stmt"/>
49
- <line num="43" count="0" type="stmt"/>
50
- <line num="44" count="0" type="stmt"/>
51
- <line num="45" count="0" type="stmt"/>
52
- <line num="46" count="0" type="stmt"/>
53
- <line num="47" count="0" type="stmt"/>
54
- <line num="48" count="0" type="stmt"/>
55
- <line num="49" count="0" type="stmt"/>
56
- <line num="50" count="0" type="stmt"/>
57
- <line num="51" count="0" type="stmt"/>
58
- <line num="52" count="0" type="stmt"/>
59
- <line num="53" count="0" type="stmt"/>
60
- <line num="54" count="0" type="stmt"/>
61
- <line num="55" count="0" type="stmt"/>
62
- <line num="56" count="0" type="stmt"/>
63
- <line num="57" count="0" type="stmt"/>
64
- <line num="58" count="0" type="stmt"/>
65
- <line num="59" count="0" type="stmt"/>
66
- <line num="60" count="0" type="stmt"/>
67
- <line num="61" count="0" type="stmt"/>
68
- <line num="62" count="0" type="stmt"/>
69
- <line num="63" count="0" type="stmt"/>
70
- <line num="64" count="0" type="stmt"/>
71
- <line num="65" count="0" type="stmt"/>
72
- <line num="66" count="0" type="stmt"/>
73
- <line num="67" count="0" type="stmt"/>
74
- <line num="68" count="0" type="stmt"/>
75
- <line num="69" count="0" type="stmt"/>
76
- <line num="70" count="0" type="stmt"/>
77
- <line num="71" count="0" type="stmt"/>
78
- <line num="72" count="0" type="stmt"/>
79
- <line num="73" count="0" type="stmt"/>
80
- <line num="74" count="0" type="stmt"/>
81
- <line num="75" count="0" type="stmt"/>
82
- <line num="76" count="0" type="stmt"/>
83
- <line num="77" count="0" type="stmt"/>
84
- <line num="78" count="0" type="stmt"/>
85
- <line num="79" count="0" type="stmt"/>
86
- <line num="80" count="0" type="stmt"/>
87
- <line num="81" count="0" type="stmt"/>
88
- <line num="82" count="0" type="stmt"/>
89
- <line num="83" count="0" type="stmt"/>
90
- <line num="84" count="0" type="stmt"/>
91
- <line num="85" count="0" type="stmt"/>
92
- <line num="86" count="0" type="stmt"/>
93
- <line num="87" count="0" type="stmt"/>
94
- <line num="88" count="0" type="stmt"/>
95
- <line num="89" count="0" type="stmt"/>
96
- <line num="90" count="0" type="stmt"/>
97
- <line num="91" count="0" type="stmt"/>
98
- <line num="92" count="0" type="stmt"/>
99
- <line num="93" count="0" type="stmt"/>
100
- <line num="94" count="0" type="stmt"/>
101
- <line num="95" count="0" type="stmt"/>
102
- <line num="96" count="0" type="stmt"/>
103
- <line num="97" count="0" type="stmt"/>
104
- <line num="98" count="0" type="stmt"/>
105
- <line num="99" count="0" type="stmt"/>
106
- <line num="100" count="0" type="stmt"/>
107
- <line num="101" count="0" type="stmt"/>
108
- <line num="102" count="0" type="stmt"/>
109
- <line num="103" count="0" type="stmt"/>
110
- <line num="104" count="0" type="stmt"/>
111
- <line num="105" count="0" type="stmt"/>
112
- <line num="106" count="0" type="stmt"/>
113
- <line num="107" count="0" type="stmt"/>
114
- <line num="108" count="0" type="stmt"/>
115
- <line num="109" count="0" type="stmt"/>
116
- <line num="110" count="0" type="stmt"/>
117
- <line num="111" count="0" type="stmt"/>
118
- <line num="112" count="0" type="stmt"/>
119
- <line num="113" count="0" type="stmt"/>
120
- <line num="114" count="0" type="stmt"/>
121
- <line num="115" count="0" type="stmt"/>
122
- <line num="116" count="0" type="stmt"/>
123
- <line num="117" count="0" type="stmt"/>
124
- <line num="118" count="0" type="stmt"/>
125
- <line num="119" count="0" type="stmt"/>
126
- <line num="120" count="0" type="stmt"/>
127
- <line num="121" count="0" type="stmt"/>
128
- <line num="122" count="0" type="stmt"/>
129
- <line num="123" count="0" type="stmt"/>
130
- <line num="124" count="0" type="stmt"/>
131
- <line num="125" count="0" type="stmt"/>
132
- <line num="126" count="0" type="stmt"/>
133
- <line num="127" count="0" type="stmt"/>
134
- <line num="128" count="0" type="stmt"/>
135
- <line num="129" count="0" type="stmt"/>
136
- <line num="130" count="0" type="stmt"/>
137
- <line num="131" count="0" type="stmt"/>
138
- <line num="132" count="0" type="stmt"/>
139
- <line num="133" count="0" type="stmt"/>
140
- <line num="134" count="0" type="stmt"/>
141
- <line num="135" count="0" type="stmt"/>
142
- <line num="136" count="0" type="stmt"/>
143
- <line num="137" count="0" type="stmt"/>
144
- <line num="138" count="0" type="stmt"/>
145
- <line num="139" count="0" type="stmt"/>
146
- <line num="140" count="0" type="stmt"/>
147
- <line num="141" count="0" type="stmt"/>
148
- <line num="142" count="0" type="stmt"/>
149
- <line num="143" count="0" type="stmt"/>
150
- <line num="144" count="0" type="stmt"/>
151
- <line num="145" count="0" type="stmt"/>
152
- <line num="146" count="0" type="stmt"/>
153
- <line num="147" count="0" type="stmt"/>
154
- <line num="148" count="0" type="stmt"/>
155
- <line num="149" count="0" type="stmt"/>
156
- <line num="150" count="0" type="stmt"/>
157
- <line num="151" count="0" type="stmt"/>
158
- <line num="152" count="0" type="stmt"/>
159
- <line num="153" count="0" type="stmt"/>
160
- <line num="154" count="0" type="stmt"/>
161
- <line num="155" count="0" type="stmt"/>
162
- <line num="156" count="0" type="stmt"/>
163
- <line num="157" count="0" type="stmt"/>
164
- <line num="158" count="0" type="stmt"/>
165
- <line num="159" count="0" type="stmt"/>
166
- <line num="160" count="0" type="stmt"/>
167
- <line num="161" count="0" type="stmt"/>
168
- <line num="162" count="0" type="stmt"/>
169
- <line num="163" count="0" type="stmt"/>
170
- <line num="164" count="0" type="stmt"/>
171
- <line num="165" count="0" type="stmt"/>
172
- <line num="166" count="0" type="stmt"/>
173
- <line num="167" count="0" type="stmt"/>
174
- <line num="168" count="0" type="stmt"/>
175
- <line num="169" count="0" type="stmt"/>
176
- <line num="170" count="0" type="stmt"/>
177
- <line num="171" count="0" type="stmt"/>
178
- <line num="172" count="0" type="stmt"/>
179
- <line num="173" count="0" type="stmt"/>
180
- <line num="174" count="0" type="stmt"/>
181
- <line num="175" count="0" type="stmt"/>
182
- <line num="176" count="0" type="stmt"/>
183
- <line num="177" count="0" type="stmt"/>
184
- <line num="178" count="0" type="stmt"/>
185
- <line num="179" count="0" type="stmt"/>
186
- <line num="180" count="0" type="stmt"/>
187
- <line num="181" count="0" type="stmt"/>
188
- <line num="182" count="0" type="stmt"/>
189
- <line num="183" count="0" type="stmt"/>
190
- <line num="184" count="0" type="stmt"/>
191
- <line num="185" count="0" type="stmt"/>
192
- <line num="186" count="0" type="stmt"/>
193
- <line num="187" count="0" type="stmt"/>
194
- <line num="188" count="0" type="stmt"/>
195
- <line num="189" count="0" type="stmt"/>
196
- <line num="190" count="0" type="stmt"/>
197
- <line num="191" count="0" type="stmt"/>
198
- <line num="192" count="0" type="stmt"/>
199
- <line num="193" count="0" type="stmt"/>
200
- <line num="194" count="0" type="stmt"/>
201
- <line num="195" count="0" type="stmt"/>
202
- <line num="196" count="0" type="stmt"/>
203
- <line num="197" count="0" type="stmt"/>
204
- <line num="198" count="0" type="stmt"/>
205
- <line num="199" count="0" type="stmt"/>
206
- <line num="200" count="0" type="stmt"/>
207
- <line num="201" count="0" type="stmt"/>
208
- <line num="202" count="0" type="stmt"/>
209
- <line num="203" count="0" type="stmt"/>
210
- <line num="204" count="0" type="stmt"/>
211
- <line num="205" count="0" type="stmt"/>
212
- <line num="206" count="0" type="stmt"/>
213
- <line num="207" count="0" type="stmt"/>
214
- <line num="208" count="0" type="stmt"/>
215
- <line num="209" count="0" type="stmt"/>
216
- <line num="210" count="0" type="stmt"/>
217
- <line num="211" count="0" type="stmt"/>
218
- <line num="212" count="0" type="stmt"/>
219
- <line num="213" count="0" type="stmt"/>
220
- <line num="214" count="0" type="stmt"/>
221
- <line num="215" count="0" type="stmt"/>
222
- <line num="216" count="0" type="stmt"/>
223
- <line num="217" count="0" type="stmt"/>
224
- <line num="218" count="0" type="stmt"/>
225
- <line num="219" count="0" type="stmt"/>
226
- <line num="220" count="0" type="stmt"/>
227
- <line num="221" count="0" type="stmt"/>
228
- <line num="222" count="0" type="stmt"/>
229
- <line num="223" count="0" type="stmt"/>
230
- <line num="224" count="0" type="stmt"/>
231
- <line num="225" count="0" type="stmt"/>
232
- <line num="226" count="0" type="stmt"/>
233
- </file>
234
- <file name="TextArea.tsx" path="/home/mlaursen/code/react-md/packages/core/src/form/TextArea.tsx">
235
- <metrics statements="285" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
236
- <line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
237
- <line num="2" count="0" type="stmt"/>
238
- <line num="3" count="0" type="stmt"/>
239
- <line num="4" count="0" type="stmt"/>
240
- <line num="5" count="0" type="stmt"/>
241
- <line num="6" count="0" type="stmt"/>
242
- <line num="7" count="0" type="stmt"/>
243
- <line num="8" count="0" type="stmt"/>
244
- <line num="9" count="0" type="stmt"/>
245
- <line num="10" count="0" type="stmt"/>
246
- <line num="11" count="0" type="stmt"/>
247
- <line num="12" count="0" type="stmt"/>
248
- <line num="13" count="0" type="stmt"/>
249
- <line num="14" count="0" type="stmt"/>
250
- <line num="15" count="0" type="stmt"/>
251
- <line num="16" count="0" type="stmt"/>
252
- <line num="17" count="0" type="stmt"/>
253
- <line num="18" count="0" type="stmt"/>
254
- <line num="19" count="0" type="stmt"/>
255
- <line num="20" count="0" type="stmt"/>
256
- <line num="21" count="0" type="stmt"/>
257
- <line num="22" count="0" type="stmt"/>
258
- <line num="23" count="0" type="stmt"/>
259
- <line num="24" count="0" type="stmt"/>
260
- <line num="25" count="0" type="stmt"/>
261
- <line num="26" count="0" type="stmt"/>
262
- <line num="27" count="0" type="stmt"/>
263
- <line num="28" count="0" type="stmt"/>
264
- <line num="29" count="0" type="stmt"/>
265
- <line num="30" count="0" type="stmt"/>
266
- <line num="31" count="0" type="stmt"/>
267
- <line num="32" count="0" type="stmt"/>
268
- <line num="33" count="0" type="stmt"/>
269
- <line num="34" count="0" type="stmt"/>
270
- <line num="35" count="0" type="stmt"/>
271
- <line num="36" count="0" type="stmt"/>
272
- <line num="37" count="0" type="stmt"/>
273
- <line num="38" count="0" type="stmt"/>
274
- <line num="39" count="0" type="stmt"/>
275
- <line num="40" count="0" type="stmt"/>
276
- <line num="41" count="0" type="stmt"/>
277
- <line num="42" count="0" type="stmt"/>
278
- <line num="43" count="0" type="stmt"/>
279
- <line num="44" count="0" type="stmt"/>
280
- <line num="45" count="0" type="stmt"/>
281
- <line num="46" count="0" type="stmt"/>
282
- <line num="47" count="0" type="stmt"/>
283
- <line num="48" count="0" type="stmt"/>
284
- <line num="49" count="0" type="stmt"/>
285
- <line num="50" count="0" type="stmt"/>
286
- <line num="51" count="0" type="stmt"/>
287
- <line num="52" count="0" type="stmt"/>
288
- <line num="53" count="0" type="stmt"/>
289
- <line num="54" count="0" type="stmt"/>
290
- <line num="55" count="0" type="stmt"/>
291
- <line num="56" count="0" type="stmt"/>
292
- <line num="57" count="0" type="stmt"/>
293
- <line num="58" count="0" type="stmt"/>
294
- <line num="59" count="0" type="stmt"/>
295
- <line num="60" count="0" type="stmt"/>
296
- <line num="61" count="0" type="stmt"/>
297
- <line num="62" count="0" type="stmt"/>
298
- <line num="63" count="0" type="stmt"/>
299
- <line num="64" count="0" type="stmt"/>
300
- <line num="65" count="0" type="stmt"/>
301
- <line num="66" count="0" type="stmt"/>
302
- <line num="67" count="0" type="stmt"/>
303
- <line num="68" count="0" type="stmt"/>
304
- <line num="69" count="0" type="stmt"/>
305
- <line num="70" count="0" type="stmt"/>
306
- <line num="71" count="0" type="stmt"/>
307
- <line num="72" count="0" type="stmt"/>
308
- <line num="73" count="0" type="stmt"/>
309
- <line num="74" count="0" type="stmt"/>
310
- <line num="75" count="0" type="stmt"/>
311
- <line num="76" count="0" type="stmt"/>
312
- <line num="77" count="0" type="stmt"/>
313
- <line num="78" count="0" type="stmt"/>
314
- <line num="79" count="0" type="stmt"/>
315
- <line num="80" count="0" type="stmt"/>
316
- <line num="81" count="0" type="stmt"/>
317
- <line num="82" count="0" type="stmt"/>
318
- <line num="83" count="0" type="stmt"/>
319
- <line num="84" count="0" type="stmt"/>
320
- <line num="85" count="0" type="stmt"/>
321
- <line num="86" count="0" type="stmt"/>
322
- <line num="87" count="0" type="stmt"/>
323
- <line num="88" count="0" type="stmt"/>
324
- <line num="89" count="0" type="stmt"/>
325
- <line num="90" count="0" type="stmt"/>
326
- <line num="91" count="0" type="stmt"/>
327
- <line num="92" count="0" type="stmt"/>
328
- <line num="93" count="0" type="stmt"/>
329
- <line num="94" count="0" type="stmt"/>
330
- <line num="95" count="0" type="stmt"/>
331
- <line num="96" count="0" type="stmt"/>
332
- <line num="97" count="0" type="stmt"/>
333
- <line num="98" count="0" type="stmt"/>
334
- <line num="99" count="0" type="stmt"/>
335
- <line num="100" count="0" type="stmt"/>
336
- <line num="101" count="0" type="stmt"/>
337
- <line num="102" count="0" type="stmt"/>
338
- <line num="103" count="0" type="stmt"/>
339
- <line num="104" count="0" type="stmt"/>
340
- <line num="105" count="0" type="stmt"/>
341
- <line num="106" count="0" type="stmt"/>
342
- <line num="107" count="0" type="stmt"/>
343
- <line num="108" count="0" type="stmt"/>
344
- <line num="109" count="0" type="stmt"/>
345
- <line num="110" count="0" type="stmt"/>
346
- <line num="111" count="0" type="stmt"/>
347
- <line num="112" count="0" type="stmt"/>
348
- <line num="113" count="0" type="stmt"/>
349
- <line num="114" count="0" type="stmt"/>
350
- <line num="115" count="0" type="stmt"/>
351
- <line num="116" count="0" type="stmt"/>
352
- <line num="117" count="0" type="stmt"/>
353
- <line num="118" count="0" type="stmt"/>
354
- <line num="119" count="0" type="stmt"/>
355
- <line num="120" count="0" type="stmt"/>
356
- <line num="121" count="0" type="stmt"/>
357
- <line num="122" count="0" type="stmt"/>
358
- <line num="123" count="0" type="stmt"/>
359
- <line num="124" count="0" type="stmt"/>
360
- <line num="125" count="0" type="stmt"/>
361
- <line num="126" count="0" type="stmt"/>
362
- <line num="127" count="0" type="stmt"/>
363
- <line num="128" count="0" type="stmt"/>
364
- <line num="129" count="0" type="stmt"/>
365
- <line num="130" count="0" type="stmt"/>
366
- <line num="131" count="0" type="stmt"/>
367
- <line num="132" count="0" type="stmt"/>
368
- <line num="133" count="0" type="stmt"/>
369
- <line num="134" count="0" type="stmt"/>
370
- <line num="135" count="0" type="stmt"/>
371
- <line num="136" count="0" type="stmt"/>
372
- <line num="137" count="0" type="stmt"/>
373
- <line num="138" count="0" type="stmt"/>
374
- <line num="139" count="0" type="stmt"/>
375
- <line num="140" count="0" type="stmt"/>
376
- <line num="141" count="0" type="stmt"/>
377
- <line num="142" count="0" type="stmt"/>
378
- <line num="143" count="0" type="stmt"/>
379
- <line num="144" count="0" type="stmt"/>
380
- <line num="145" count="0" type="stmt"/>
381
- <line num="146" count="0" type="stmt"/>
382
- <line num="147" count="0" type="stmt"/>
383
- <line num="148" count="0" type="stmt"/>
384
- <line num="149" count="0" type="stmt"/>
385
- <line num="150" count="0" type="stmt"/>
386
- <line num="151" count="0" type="stmt"/>
387
- <line num="152" count="0" type="stmt"/>
388
- <line num="153" count="0" type="stmt"/>
389
- <line num="154" count="0" type="stmt"/>
390
- <line num="155" count="0" type="stmt"/>
391
- <line num="156" count="0" type="stmt"/>
392
- <line num="157" count="0" type="stmt"/>
393
- <line num="158" count="0" type="stmt"/>
394
- <line num="159" count="0" type="stmt"/>
395
- <line num="160" count="0" type="stmt"/>
396
- <line num="161" count="0" type="stmt"/>
397
- <line num="162" count="0" type="stmt"/>
398
- <line num="163" count="0" type="stmt"/>
399
- <line num="164" count="0" type="stmt"/>
400
- <line num="165" count="0" type="stmt"/>
401
- <line num="166" count="0" type="stmt"/>
402
- <line num="167" count="0" type="stmt"/>
403
- <line num="168" count="0" type="stmt"/>
404
- <line num="169" count="0" type="stmt"/>
405
- <line num="170" count="0" type="stmt"/>
406
- <line num="171" count="0" type="stmt"/>
407
- <line num="172" count="0" type="stmt"/>
408
- <line num="173" count="0" type="stmt"/>
409
- <line num="174" count="0" type="stmt"/>
410
- <line num="175" count="0" type="stmt"/>
411
- <line num="176" count="0" type="stmt"/>
412
- <line num="177" count="0" type="stmt"/>
413
- <line num="178" count="0" type="stmt"/>
414
- <line num="179" count="0" type="stmt"/>
415
- <line num="180" count="0" type="stmt"/>
416
- <line num="181" count="0" type="stmt"/>
417
- <line num="182" count="0" type="stmt"/>
418
- <line num="183" count="0" type="stmt"/>
419
- <line num="184" count="0" type="stmt"/>
420
- <line num="185" count="0" type="stmt"/>
421
- <line num="186" count="0" type="stmt"/>
422
- <line num="187" count="0" type="stmt"/>
423
- <line num="188" count="0" type="stmt"/>
424
- <line num="189" count="0" type="stmt"/>
425
- <line num="190" count="0" type="stmt"/>
426
- <line num="191" count="0" type="stmt"/>
427
- <line num="192" count="0" type="stmt"/>
428
- <line num="193" count="0" type="stmt"/>
429
- <line num="194" count="0" type="stmt"/>
430
- <line num="195" count="0" type="stmt"/>
431
- <line num="196" count="0" type="stmt"/>
432
- <line num="197" count="0" type="stmt"/>
433
- <line num="198" count="0" type="stmt"/>
434
- <line num="199" count="0" type="stmt"/>
435
- <line num="200" count="0" type="stmt"/>
436
- <line num="201" count="0" type="stmt"/>
437
- <line num="202" count="0" type="stmt"/>
438
- <line num="203" count="0" type="stmt"/>
439
- <line num="204" count="0" type="stmt"/>
440
- <line num="205" count="0" type="stmt"/>
441
- <line num="206" count="0" type="stmt"/>
442
- <line num="207" count="0" type="stmt"/>
443
- <line num="208" count="0" type="stmt"/>
444
- <line num="209" count="0" type="stmt"/>
445
- <line num="210" count="0" type="stmt"/>
446
- <line num="211" count="0" type="stmt"/>
447
- <line num="212" count="0" type="stmt"/>
448
- <line num="213" count="0" type="stmt"/>
449
- <line num="214" count="0" type="stmt"/>
450
- <line num="215" count="0" type="stmt"/>
451
- <line num="216" count="0" type="stmt"/>
452
- <line num="217" count="0" type="stmt"/>
453
- <line num="218" count="0" type="stmt"/>
454
- <line num="219" count="0" type="stmt"/>
455
- <line num="220" count="0" type="stmt"/>
456
- <line num="221" count="0" type="stmt"/>
457
- <line num="222" count="0" type="stmt"/>
458
- <line num="223" count="0" type="stmt"/>
459
- <line num="224" count="0" type="stmt"/>
460
- <line num="225" count="0" type="stmt"/>
461
- <line num="226" count="0" type="stmt"/>
462
- <line num="227" count="0" type="stmt"/>
463
- <line num="228" count="0" type="stmt"/>
464
- <line num="229" count="0" type="stmt"/>
465
- <line num="230" count="0" type="stmt"/>
466
- <line num="231" count="0" type="stmt"/>
467
- <line num="232" count="0" type="stmt"/>
468
- <line num="233" count="0" type="stmt"/>
469
- <line num="234" count="0" type="stmt"/>
470
- <line num="235" count="0" type="stmt"/>
471
- <line num="236" count="0" type="stmt"/>
472
- <line num="237" count="0" type="stmt"/>
473
- <line num="238" count="0" type="stmt"/>
474
- <line num="239" count="0" type="stmt"/>
475
- <line num="240" count="0" type="stmt"/>
476
- <line num="241" count="0" type="stmt"/>
477
- <line num="242" count="0" type="stmt"/>
478
- <line num="243" count="0" type="stmt"/>
479
- <line num="244" count="0" type="stmt"/>
480
- <line num="245" count="0" type="stmt"/>
481
- <line num="246" count="0" type="stmt"/>
482
- <line num="247" count="0" type="stmt"/>
483
- <line num="248" count="0" type="stmt"/>
484
- <line num="249" count="0" type="stmt"/>
485
- <line num="250" count="0" type="stmt"/>
486
- <line num="251" count="0" type="stmt"/>
487
- <line num="252" count="0" type="stmt"/>
488
- <line num="253" count="0" type="stmt"/>
489
- <line num="254" count="0" type="stmt"/>
490
- <line num="255" count="0" type="stmt"/>
491
- <line num="256" count="0" type="stmt"/>
492
- <line num="257" count="0" type="stmt"/>
493
- <line num="258" count="0" type="stmt"/>
494
- <line num="259" count="0" type="stmt"/>
495
- <line num="260" count="0" type="stmt"/>
496
- <line num="261" count="0" type="stmt"/>
497
- <line num="262" count="0" type="stmt"/>
498
- <line num="263" count="0" type="stmt"/>
499
- <line num="264" count="0" type="stmt"/>
500
- <line num="265" count="0" type="stmt"/>
501
- <line num="266" count="0" type="stmt"/>
502
- <line num="267" count="0" type="stmt"/>
503
- <line num="268" count="0" type="stmt"/>
504
- <line num="269" count="0" type="stmt"/>
505
- <line num="270" count="0" type="stmt"/>
506
- <line num="271" count="0" type="stmt"/>
507
- <line num="272" count="0" type="stmt"/>
508
- <line num="273" count="0" type="stmt"/>
509
- <line num="274" count="0" type="stmt"/>
510
- <line num="275" count="0" type="stmt"/>
511
- <line num="276" count="0" type="stmt"/>
512
- <line num="277" count="0" type="stmt"/>
513
- <line num="278" count="0" type="stmt"/>
514
- <line num="279" count="0" type="stmt"/>
515
- <line num="280" count="0" type="stmt"/>
516
- <line num="281" count="0" type="stmt"/>
517
- <line num="282" count="0" type="stmt"/>
518
- <line num="283" count="0" type="stmt"/>
519
- <line num="284" count="0" type="stmt"/>
520
- <line num="285" count="0" type="stmt"/>
521
- </file>
522
- <file name="TextField.tsx" path="/home/mlaursen/code/react-md/packages/core/src/form/TextField.tsx">
523
- <metrics statements="248" coveredstatements="248" conditionals="3" coveredconditionals="1" methods="1" coveredmethods="1"/>
524
- <line num="1" count="1" type="stmt"/>
525
- <line num="2" count="1" type="stmt"/>
526
- <line num="3" count="1" type="stmt"/>
527
- <line num="4" count="1" type="stmt"/>
528
- <line num="5" count="1" type="stmt"/>
529
- <line num="6" count="1" type="stmt"/>
530
- <line num="7" count="1" type="stmt"/>
531
- <line num="8" count="1" type="stmt"/>
532
- <line num="9" count="1" type="stmt"/>
533
- <line num="10" count="1" type="stmt"/>
534
- <line num="11" count="1" type="stmt"/>
535
- <line num="12" count="1" type="stmt"/>
536
- <line num="13" count="1" type="stmt"/>
537
- <line num="14" count="1" type="stmt"/>
538
- <line num="15" count="1" type="stmt"/>
539
- <line num="16" count="1" type="stmt"/>
540
- <line num="17" count="1" type="stmt"/>
541
- <line num="18" count="1" type="stmt"/>
542
- <line num="19" count="1" type="stmt"/>
543
- <line num="20" count="1" type="stmt"/>
544
- <line num="21" count="1" type="stmt"/>
545
- <line num="22" count="1" type="stmt"/>
546
- <line num="23" count="1" type="stmt"/>
547
- <line num="24" count="1" type="stmt"/>
548
- <line num="25" count="1" type="stmt"/>
549
- <line num="26" count="1" type="stmt"/>
550
- <line num="27" count="1" type="stmt"/>
551
- <line num="28" count="1" type="stmt"/>
552
- <line num="29" count="1" type="stmt"/>
553
- <line num="30" count="1" type="stmt"/>
554
- <line num="31" count="1" type="stmt"/>
555
- <line num="32" count="1" type="stmt"/>
556
- <line num="33" count="1" type="stmt"/>
557
- <line num="34" count="1" type="stmt"/>
558
- <line num="35" count="1" type="stmt"/>
559
- <line num="36" count="1" type="stmt"/>
560
- <line num="37" count="1" type="stmt"/>
561
- <line num="38" count="1" type="stmt"/>
562
- <line num="39" count="1" type="stmt"/>
563
- <line num="40" count="1" type="stmt"/>
564
- <line num="41" count="1" type="stmt"/>
565
- <line num="42" count="1" type="stmt"/>
566
- <line num="43" count="1" type="stmt"/>
567
- <line num="44" count="1" type="stmt"/>
568
- <line num="45" count="1" type="stmt"/>
569
- <line num="46" count="1" type="stmt"/>
570
- <line num="47" count="1" type="stmt"/>
571
- <line num="48" count="1" type="stmt"/>
572
- <line num="49" count="1" type="stmt"/>
573
- <line num="50" count="1" type="stmt"/>
574
- <line num="51" count="1" type="stmt"/>
575
- <line num="52" count="1" type="stmt"/>
576
- <line num="53" count="1" type="stmt"/>
577
- <line num="54" count="1" type="stmt"/>
578
- <line num="55" count="1" type="stmt"/>
579
- <line num="56" count="1" type="stmt"/>
580
- <line num="57" count="1" type="stmt"/>
581
- <line num="58" count="1" type="stmt"/>
582
- <line num="59" count="1" type="stmt"/>
583
- <line num="60" count="1" type="stmt"/>
584
- <line num="61" count="1" type="stmt"/>
585
- <line num="62" count="1" type="stmt"/>
586
- <line num="63" count="1" type="stmt"/>
587
- <line num="64" count="1" type="stmt"/>
588
- <line num="65" count="1" type="stmt"/>
589
- <line num="66" count="1" type="stmt"/>
590
- <line num="67" count="1" type="stmt"/>
591
- <line num="68" count="1" type="stmt"/>
592
- <line num="69" count="1" type="stmt"/>
593
- <line num="70" count="1" type="stmt"/>
594
- <line num="71" count="1" type="stmt"/>
595
- <line num="72" count="1" type="stmt"/>
596
- <line num="73" count="1" type="stmt"/>
597
- <line num="74" count="1" type="stmt"/>
598
- <line num="75" count="1" type="stmt"/>
599
- <line num="76" count="1" type="stmt"/>
600
- <line num="77" count="1" type="stmt"/>
601
- <line num="78" count="1" type="stmt"/>
602
- <line num="79" count="1" type="stmt"/>
603
- <line num="80" count="1" type="stmt"/>
604
- <line num="81" count="1" type="stmt"/>
605
- <line num="82" count="1" type="stmt"/>
606
- <line num="83" count="1" type="stmt"/>
607
- <line num="84" count="1" type="stmt"/>
608
- <line num="85" count="1" type="stmt"/>
609
- <line num="86" count="1" type="stmt"/>
610
- <line num="87" count="1" type="stmt"/>
611
- <line num="88" count="1" type="stmt"/>
612
- <line num="89" count="1" type="stmt"/>
613
- <line num="90" count="1" type="stmt"/>
614
- <line num="91" count="1" type="stmt"/>
615
- <line num="92" count="1" type="stmt"/>
616
- <line num="93" count="1" type="stmt"/>
617
- <line num="94" count="1" type="stmt"/>
618
- <line num="95" count="1" type="stmt"/>
619
- <line num="96" count="1" type="stmt"/>
620
- <line num="97" count="1" type="stmt"/>
621
- <line num="98" count="1" type="stmt"/>
622
- <line num="99" count="1" type="stmt"/>
623
- <line num="100" count="1" type="stmt"/>
624
- <line num="101" count="1" type="stmt"/>
625
- <line num="102" count="1" type="stmt"/>
626
- <line num="103" count="1" type="stmt"/>
627
- <line num="104" count="1" type="stmt"/>
628
- <line num="105" count="1" type="stmt"/>
629
- <line num="106" count="1" type="stmt"/>
630
- <line num="107" count="1" type="stmt"/>
631
- <line num="108" count="1" type="stmt"/>
632
- <line num="109" count="1" type="stmt"/>
633
- <line num="110" count="1" type="stmt"/>
634
- <line num="111" count="1" type="stmt"/>
635
- <line num="112" count="1" type="stmt"/>
636
- <line num="113" count="1" type="stmt"/>
637
- <line num="114" count="1" type="stmt"/>
638
- <line num="115" count="1" type="stmt"/>
639
- <line num="116" count="1" type="stmt"/>
640
- <line num="117" count="1" type="stmt"/>
641
- <line num="118" count="1" type="stmt"/>
642
- <line num="119" count="1" type="stmt"/>
643
- <line num="120" count="1" type="stmt"/>
644
- <line num="121" count="1" type="stmt"/>
645
- <line num="122" count="1" type="stmt"/>
646
- <line num="123" count="1" type="stmt"/>
647
- <line num="124" count="1" type="stmt"/>
648
- <line num="125" count="1" type="stmt"/>
649
- <line num="126" count="1" type="stmt"/>
650
- <line num="127" count="1" type="stmt"/>
651
- <line num="128" count="1" type="stmt"/>
652
- <line num="129" count="1" type="stmt"/>
653
- <line num="130" count="1" type="stmt"/>
654
- <line num="131" count="1" type="stmt"/>
655
- <line num="132" count="1" type="stmt"/>
656
- <line num="133" count="1" type="stmt"/>
657
- <line num="134" count="1" type="stmt"/>
658
- <line num="135" count="1" type="stmt"/>
659
- <line num="136" count="1" type="stmt"/>
660
- <line num="137" count="1" type="stmt"/>
661
- <line num="138" count="1" type="stmt"/>
662
- <line num="139" count="1" type="cond" truecount="1" falsecount="0"/>
663
- <line num="140" count="23" type="stmt"/>
664
- <line num="141" count="23" type="stmt"/>
665
- <line num="142" count="23" type="stmt"/>
666
- <line num="143" count="23" type="stmt"/>
667
- <line num="144" count="23" type="stmt"/>
668
- <line num="145" count="23" type="stmt"/>
669
- <line num="146" count="23" type="stmt"/>
670
- <line num="147" count="23" type="stmt"/>
671
- <line num="148" count="23" type="stmt"/>
672
- <line num="149" count="23" type="stmt"/>
673
- <line num="150" count="23" type="stmt"/>
674
- <line num="151" count="23" type="stmt"/>
675
- <line num="152" count="23" type="stmt"/>
676
- <line num="153" count="23" type="stmt"/>
677
- <line num="154" count="23" type="stmt"/>
678
- <line num="155" count="23" type="stmt"/>
679
- <line num="156" count="23" type="stmt"/>
680
- <line num="157" count="23" type="stmt"/>
681
- <line num="158" count="23" type="stmt"/>
682
- <line num="159" count="23" type="stmt"/>
683
- <line num="160" count="23" type="stmt"/>
684
- <line num="161" count="23" type="stmt"/>
685
- <line num="162" count="23" type="stmt"/>
686
- <line num="163" count="23" type="stmt"/>
687
- <line num="164" count="23" type="stmt"/>
688
- <line num="165" count="23" type="stmt"/>
689
- <line num="166" count="23" type="stmt"/>
690
- <line num="167" count="23" type="stmt"/>
691
- <line num="168" count="23" type="stmt"/>
692
- <line num="169" count="23" type="stmt"/>
693
- <line num="170" count="23" type="stmt"/>
694
- <line num="171" count="23" type="stmt"/>
695
- <line num="172" count="23" type="stmt"/>
696
- <line num="173" count="23" type="stmt"/>
697
- <line num="174" count="23" type="stmt"/>
698
- <line num="175" count="23" type="stmt"/>
699
- <line num="176" count="23" type="stmt"/>
700
- <line num="177" count="23" type="stmt"/>
701
- <line num="178" count="23" type="stmt"/>
702
- <line num="179" count="23" type="stmt"/>
703
- <line num="180" count="23" type="stmt"/>
704
- <line num="181" count="23" type="stmt"/>
705
- <line num="182" count="23" type="stmt"/>
706
- <line num="183" count="23" type="stmt"/>
707
- <line num="184" count="23" type="stmt"/>
708
- <line num="185" count="23" type="stmt"/>
709
- <line num="186" count="23" type="stmt"/>
710
- <line num="187" count="23" type="stmt"/>
711
- <line num="188" count="23" type="stmt"/>
712
- <line num="189" count="23" type="stmt"/>
713
- <line num="190" count="23" type="stmt"/>
714
- <line num="191" count="23" type="stmt"/>
715
- <line num="192" count="23" type="stmt"/>
716
- <line num="193" count="23" type="stmt"/>
717
- <line num="194" count="23" type="stmt"/>
718
- <line num="195" count="23" type="stmt"/>
719
- <line num="196" count="23" type="stmt"/>
720
- <line num="197" count="23" type="stmt"/>
721
- <line num="198" count="23" type="stmt"/>
722
- <line num="199" count="23" type="stmt"/>
723
- <line num="200" count="23" type="stmt"/>
724
- <line num="201" count="23" type="stmt"/>
725
- <line num="202" count="23" type="stmt"/>
726
- <line num="203" count="23" type="stmt"/>
727
- <line num="204" count="23" type="stmt"/>
728
- <line num="205" count="23" type="stmt"/>
729
- <line num="206" count="23" type="stmt"/>
730
- <line num="207" count="23" type="stmt"/>
731
- <line num="208" count="23" type="stmt"/>
732
- <line num="209" count="23" type="stmt"/>
733
- <line num="210" count="23" type="stmt"/>
734
- <line num="211" count="23" type="stmt"/>
735
- <line num="212" count="23" type="stmt"/>
736
- <line num="213" count="23" type="stmt"/>
737
- <line num="214" count="23" type="stmt"/>
738
- <line num="215" count="23" type="stmt"/>
739
- <line num="216" count="23" type="stmt"/>
740
- <line num="217" count="23" type="stmt"/>
741
- <line num="218" count="23" type="stmt"/>
742
- <line num="219" count="23" type="stmt"/>
743
- <line num="220" count="23" type="stmt"/>
744
- <line num="221" count="23" type="stmt"/>
745
- <line num="222" count="23" type="stmt"/>
746
- <line num="223" count="23" type="stmt"/>
747
- <line num="224" count="23" type="stmt"/>
748
- <line num="225" count="23" type="stmt"/>
749
- <line num="226" count="23" type="stmt"/>
750
- <line num="227" count="23" type="stmt"/>
751
- <line num="228" count="23" type="stmt"/>
752
- <line num="229" count="23" type="stmt"/>
753
- <line num="230" count="23" type="stmt"/>
754
- <line num="231" count="23" type="stmt"/>
755
- <line num="232" count="23" type="stmt"/>
756
- <line num="233" count="23" type="stmt"/>
757
- <line num="234" count="23" type="stmt"/>
758
- <line num="235" count="23" type="stmt"/>
759
- <line num="236" count="23" type="stmt"/>
760
- <line num="237" count="23" type="stmt"/>
761
- <line num="238" count="23" type="cond" truecount="0" falsecount="1"/>
762
- <line num="239" count="23" type="cond" truecount="0" falsecount="1"/>
763
- <line num="240" count="23" type="stmt"/>
764
- <line num="241" count="23" type="stmt"/>
765
- <line num="242" count="23" type="stmt"/>
766
- <line num="243" count="23" type="stmt"/>
767
- <line num="244" count="23" type="stmt"/>
768
- <line num="245" count="23" type="stmt"/>
769
- <line num="246" count="23" type="stmt"/>
770
- <line num="247" count="23" type="stmt"/>
771
- <line num="248" count="1" type="stmt"/>
772
- </file>
773
- <file name="TextFieldAddon.tsx" path="/home/mlaursen/code/react-md/packages/core/src/form/TextFieldAddon.tsx">
774
- <metrics statements="99" coveredstatements="67" conditionals="2" coveredconditionals="1" methods="2" coveredmethods="1"/>
775
- <line num="1" count="1" type="stmt"/>
776
- <line num="2" count="1" type="stmt"/>
777
- <line num="3" count="1" type="stmt"/>
778
- <line num="4" count="1" type="stmt"/>
779
- <line num="5" count="1" type="stmt"/>
780
- <line num="6" count="1" type="stmt"/>
781
- <line num="7" count="1" type="stmt"/>
782
- <line num="8" count="1" type="stmt"/>
783
- <line num="9" count="1" type="stmt"/>
784
- <line num="10" count="1" type="stmt"/>
785
- <line num="11" count="1" type="stmt"/>
786
- <line num="12" count="1" type="stmt"/>
787
- <line num="13" count="1" type="stmt"/>
788
- <line num="14" count="1" type="stmt"/>
789
- <line num="15" count="1" type="stmt"/>
790
- <line num="16" count="1" type="stmt"/>
791
- <line num="17" count="1" type="stmt"/>
792
- <line num="18" count="1" type="stmt"/>
793
- <line num="19" count="1" type="stmt"/>
794
- <line num="20" count="1" type="stmt"/>
795
- <line num="21" count="1" type="stmt"/>
796
- <line num="22" count="1" type="stmt"/>
797
- <line num="23" count="1" type="stmt"/>
798
- <line num="24" count="1" type="stmt"/>
799
- <line num="25" count="1" type="stmt"/>
800
- <line num="26" count="1" type="stmt"/>
801
- <line num="27" count="1" type="stmt"/>
802
- <line num="28" count="0" type="stmt"/>
803
- <line num="29" count="0" type="stmt"/>
804
- <line num="30" count="0" type="stmt"/>
805
- <line num="31" count="0" type="stmt"/>
806
- <line num="32" count="0" type="stmt"/>
807
- <line num="33" count="0" type="stmt"/>
808
- <line num="34" count="0" type="stmt"/>
809
- <line num="35" count="0" type="stmt"/>
810
- <line num="36" count="0" type="stmt"/>
811
- <line num="37" count="0" type="stmt"/>
812
- <line num="38" count="0" type="stmt"/>
813
- <line num="39" count="0" type="stmt"/>
814
- <line num="40" count="0" type="stmt"/>
815
- <line num="41" count="1" type="stmt"/>
816
- <line num="42" count="1" type="stmt"/>
817
- <line num="43" count="1" type="stmt"/>
818
- <line num="44" count="1" type="stmt"/>
819
- <line num="45" count="1" type="stmt"/>
820
- <line num="46" count="1" type="stmt"/>
821
- <line num="47" count="1" type="stmt"/>
822
- <line num="48" count="1" type="stmt"/>
823
- <line num="49" count="1" type="stmt"/>
824
- <line num="50" count="1" type="stmt"/>
825
- <line num="51" count="1" type="stmt"/>
826
- <line num="52" count="1" type="stmt"/>
827
- <line num="53" count="1" type="stmt"/>
828
- <line num="54" count="1" type="stmt"/>
829
- <line num="55" count="1" type="stmt"/>
830
- <line num="56" count="1" type="stmt"/>
831
- <line num="57" count="1" type="stmt"/>
832
- <line num="58" count="1" type="stmt"/>
833
- <line num="59" count="1" type="stmt"/>
834
- <line num="60" count="1" type="stmt"/>
835
- <line num="61" count="1" type="stmt"/>
836
- <line num="62" count="1" type="stmt"/>
837
- <line num="63" count="1" type="stmt"/>
838
- <line num="64" count="1" type="stmt"/>
839
- <line num="65" count="1" type="stmt"/>
840
- <line num="66" count="1" type="stmt"/>
841
- <line num="67" count="1" type="cond" truecount="1" falsecount="0"/>
842
- <line num="68" count="46" type="stmt"/>
843
- <line num="69" count="46" type="stmt"/>
844
- <line num="70" count="46" type="stmt"/>
845
- <line num="71" count="46" type="stmt"/>
846
- <line num="72" count="46" type="stmt"/>
847
- <line num="73" count="46" type="stmt"/>
848
- <line num="74" count="46" type="stmt"/>
849
- <line num="75" count="46" type="stmt"/>
850
- <line num="76" count="46" type="stmt"/>
851
- <line num="77" count="46" type="stmt"/>
852
- <line num="78" count="46" type="stmt"/>
853
- <line num="79" count="46" type="cond" truecount="0" falsecount="1"/>
854
- <line num="80" count="0" type="stmt"/>
855
- <line num="81" count="0" type="stmt"/>
856
- <line num="82" count="0" type="stmt"/>
857
- <line num="83" count="0" type="stmt"/>
858
- <line num="84" count="0" type="stmt"/>
859
- <line num="85" count="0" type="stmt"/>
860
- <line num="86" count="0" type="stmt"/>
861
- <line num="87" count="0" type="stmt"/>
862
- <line num="88" count="0" type="stmt"/>
863
- <line num="89" count="0" type="stmt"/>
864
- <line num="90" count="0" type="stmt"/>
865
- <line num="91" count="0" type="stmt"/>
866
- <line num="92" count="0" type="stmt"/>
867
- <line num="93" count="0" type="stmt"/>
868
- <line num="94" count="0" type="stmt"/>
869
- <line num="95" count="0" type="stmt"/>
870
- <line num="96" count="0" type="stmt"/>
871
- <line num="97" count="0" type="stmt"/>
872
- <line num="98" count="0" type="stmt"/>
873
- <line num="99" count="1" type="stmt"/>
874
- </file>
875
- <file name="TextFieldContainer.tsx" path="/home/mlaursen/code/react-md/packages/core/src/form/TextFieldContainer.tsx">
876
- <metrics statements="93" coveredstatements="93" conditionals="3" coveredconditionals="1" methods="1" coveredmethods="1"/>
877
- <line num="1" count="1" type="stmt"/>
878
- <line num="2" count="1" type="stmt"/>
879
- <line num="3" count="1" type="stmt"/>
880
- <line num="4" count="1" type="stmt"/>
881
- <line num="5" count="1" type="stmt"/>
882
- <line num="6" count="1" type="stmt"/>
883
- <line num="7" count="1" type="stmt"/>
884
- <line num="8" count="1" type="stmt"/>
885
- <line num="9" count="1" type="stmt"/>
886
- <line num="10" count="1" type="stmt"/>
887
- <line num="11" count="1" type="stmt"/>
888
- <line num="12" count="1" type="stmt"/>
889
- <line num="13" count="1" type="stmt"/>
890
- <line num="14" count="1" type="stmt"/>
891
- <line num="15" count="1" type="stmt"/>
892
- <line num="16" count="1" type="stmt"/>
893
- <line num="17" count="1" type="stmt"/>
894
- <line num="18" count="1" type="stmt"/>
895
- <line num="19" count="1" type="stmt"/>
896
- <line num="20" count="1" type="stmt"/>
897
- <line num="21" count="1" type="stmt"/>
898
- <line num="22" count="1" type="stmt"/>
899
- <line num="23" count="1" type="stmt"/>
900
- <line num="24" count="1" type="stmt"/>
901
- <line num="25" count="1" type="stmt"/>
902
- <line num="26" count="1" type="stmt"/>
903
- <line num="27" count="1" type="stmt"/>
904
- <line num="28" count="1" type="stmt"/>
905
- <line num="29" count="1" type="stmt"/>
906
- <line num="30" count="1" type="stmt"/>
907
- <line num="31" count="1" type="stmt"/>
908
- <line num="32" count="1" type="cond" truecount="1" falsecount="0"/>
909
- <line num="33" count="23" type="stmt"/>
910
- <line num="34" count="23" type="stmt"/>
911
- <line num="35" count="23" type="stmt"/>
912
- <line num="36" count="23" type="stmt"/>
913
- <line num="37" count="23" type="stmt"/>
914
- <line num="38" count="23" type="stmt"/>
915
- <line num="39" count="23" type="stmt"/>
916
- <line num="40" count="23" type="stmt"/>
917
- <line num="41" count="23" type="stmt"/>
918
- <line num="42" count="23" type="stmt"/>
919
- <line num="43" count="23" type="stmt"/>
920
- <line num="44" count="23" type="stmt"/>
921
- <line num="45" count="23" type="stmt"/>
922
- <line num="46" count="23" type="stmt"/>
923
- <line num="47" count="23" type="stmt"/>
924
- <line num="48" count="23" type="stmt"/>
925
- <line num="49" count="23" type="stmt"/>
926
- <line num="50" count="23" type="stmt"/>
927
- <line num="51" count="23" type="stmt"/>
928
- <line num="52" count="23" type="stmt"/>
929
- <line num="53" count="23" type="stmt"/>
930
- <line num="54" count="23" type="stmt"/>
931
- <line num="55" count="23" type="stmt"/>
932
- <line num="56" count="23" type="stmt"/>
933
- <line num="57" count="23" type="stmt"/>
934
- <line num="58" count="23" type="stmt"/>
935
- <line num="59" count="23" type="stmt"/>
936
- <line num="60" count="23" type="stmt"/>
937
- <line num="61" count="23" type="stmt"/>
938
- <line num="62" count="23" type="stmt"/>
939
- <line num="63" count="23" type="stmt"/>
940
- <line num="64" count="23" type="stmt"/>
941
- <line num="65" count="23" type="stmt"/>
942
- <line num="66" count="23" type="stmt"/>
943
- <line num="67" count="23" type="stmt"/>
944
- <line num="68" count="23" type="stmt"/>
945
- <line num="69" count="23" type="stmt"/>
946
- <line num="70" count="23" type="stmt"/>
947
- <line num="71" count="23" type="stmt"/>
948
- <line num="72" count="23" type="stmt"/>
949
- <line num="73" count="23" type="stmt"/>
950
- <line num="74" count="23" type="stmt"/>
951
- <line num="75" count="23" type="cond" truecount="0" falsecount="1"/>
952
- <line num="76" count="23" type="cond" truecount="0" falsecount="1"/>
953
- <line num="77" count="23" type="stmt"/>
954
- <line num="78" count="23" type="stmt"/>
955
- <line num="79" count="23" type="stmt"/>
956
- <line num="80" count="23" type="stmt"/>
957
- <line num="81" count="23" type="stmt"/>
958
- <line num="82" count="23" type="stmt"/>
959
- <line num="83" count="23" type="stmt"/>
960
- <line num="84" count="23" type="stmt"/>
961
- <line num="85" count="23" type="stmt"/>
962
- <line num="86" count="23" type="stmt"/>
963
- <line num="87" count="23" type="stmt"/>
964
- <line num="88" count="23" type="stmt"/>
965
- <line num="89" count="23" type="stmt"/>
966
- <line num="90" count="23" type="stmt"/>
967
- <line num="91" count="23" type="stmt"/>
968
- <line num="92" count="23" type="stmt"/>
969
- <line num="93" count="23" type="stmt"/>
970
- </file>
971
- <file name="useResizingTextArea.ts" path="/home/mlaursen/code/react-md/packages/core/src/form/useResizingTextArea.ts">
972
- <metrics statements="146" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
973
- <line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
974
- <line num="2" count="0" type="stmt"/>
975
- <line num="3" count="0" type="stmt"/>
976
- <line num="4" count="0" type="stmt"/>
977
- <line num="5" count="0" type="stmt"/>
978
- <line num="6" count="0" type="stmt"/>
979
- <line num="7" count="0" type="stmt"/>
980
- <line num="8" count="0" type="stmt"/>
981
- <line num="9" count="0" type="stmt"/>
982
- <line num="10" count="0" type="stmt"/>
983
- <line num="11" count="0" type="stmt"/>
984
- <line num="12" count="0" type="stmt"/>
985
- <line num="13" count="0" type="stmt"/>
986
- <line num="14" count="0" type="stmt"/>
987
- <line num="15" count="0" type="stmt"/>
988
- <line num="16" count="0" type="stmt"/>
989
- <line num="17" count="0" type="stmt"/>
990
- <line num="18" count="0" type="stmt"/>
991
- <line num="19" count="0" type="stmt"/>
992
- <line num="20" count="0" type="stmt"/>
993
- <line num="21" count="0" type="stmt"/>
994
- <line num="22" count="0" type="stmt"/>
995
- <line num="23" count="0" type="stmt"/>
996
- <line num="24" count="0" type="stmt"/>
997
- <line num="25" count="0" type="stmt"/>
998
- <line num="26" count="0" type="stmt"/>
999
- <line num="27" count="0" type="stmt"/>
1000
- <line num="28" count="0" type="stmt"/>
1001
- <line num="29" count="0" type="stmt"/>
1002
- <line num="30" count="0" type="stmt"/>
1003
- <line num="31" count="0" type="stmt"/>
1004
- <line num="32" count="0" type="stmt"/>
1005
- <line num="33" count="0" type="stmt"/>
1006
- <line num="34" count="0" type="stmt"/>
1007
- <line num="35" count="0" type="stmt"/>
1008
- <line num="36" count="0" type="stmt"/>
1009
- <line num="37" count="0" type="stmt"/>
1010
- <line num="38" count="0" type="stmt"/>
1011
- <line num="39" count="0" type="stmt"/>
1012
- <line num="40" count="0" type="stmt"/>
1013
- <line num="41" count="0" type="stmt"/>
1014
- <line num="42" count="0" type="stmt"/>
1015
- <line num="43" count="0" type="stmt"/>
1016
- <line num="44" count="0" type="stmt"/>
1017
- <line num="45" count="0" type="stmt"/>
1018
- <line num="46" count="0" type="stmt"/>
1019
- <line num="47" count="0" type="stmt"/>
1020
- <line num="48" count="0" type="stmt"/>
1021
- <line num="49" count="0" type="stmt"/>
1022
- <line num="50" count="0" type="stmt"/>
1023
- <line num="51" count="0" type="stmt"/>
1024
- <line num="52" count="0" type="stmt"/>
1025
- <line num="53" count="0" type="stmt"/>
1026
- <line num="54" count="0" type="stmt"/>
1027
- <line num="55" count="0" type="stmt"/>
1028
- <line num="56" count="0" type="stmt"/>
1029
- <line num="57" count="0" type="stmt"/>
1030
- <line num="58" count="0" type="stmt"/>
1031
- <line num="59" count="0" type="stmt"/>
1032
- <line num="60" count="0" type="stmt"/>
1033
- <line num="61" count="0" type="stmt"/>
1034
- <line num="62" count="0" type="stmt"/>
1035
- <line num="63" count="0" type="stmt"/>
1036
- <line num="64" count="0" type="stmt"/>
1037
- <line num="65" count="0" type="stmt"/>
1038
- <line num="66" count="0" type="stmt"/>
1039
- <line num="67" count="0" type="stmt"/>
1040
- <line num="68" count="0" type="stmt"/>
1041
- <line num="69" count="0" type="stmt"/>
1042
- <line num="70" count="0" type="stmt"/>
1043
- <line num="71" count="0" type="stmt"/>
1044
- <line num="72" count="0" type="stmt"/>
1045
- <line num="73" count="0" type="stmt"/>
1046
- <line num="74" count="0" type="stmt"/>
1047
- <line num="75" count="0" type="stmt"/>
1048
- <line num="76" count="0" type="stmt"/>
1049
- <line num="77" count="0" type="stmt"/>
1050
- <line num="78" count="0" type="stmt"/>
1051
- <line num="79" count="0" type="stmt"/>
1052
- <line num="80" count="0" type="stmt"/>
1053
- <line num="81" count="0" type="stmt"/>
1054
- <line num="82" count="0" type="stmt"/>
1055
- <line num="83" count="0" type="stmt"/>
1056
- <line num="84" count="0" type="stmt"/>
1057
- <line num="85" count="0" type="stmt"/>
1058
- <line num="86" count="0" type="stmt"/>
1059
- <line num="87" count="0" type="stmt"/>
1060
- <line num="88" count="0" type="stmt"/>
1061
- <line num="89" count="0" type="stmt"/>
1062
- <line num="90" count="0" type="stmt"/>
1063
- <line num="91" count="0" type="stmt"/>
1064
- <line num="92" count="0" type="stmt"/>
1065
- <line num="93" count="0" type="stmt"/>
1066
- <line num="94" count="0" type="stmt"/>
1067
- <line num="95" count="0" type="stmt"/>
1068
- <line num="96" count="0" type="stmt"/>
1069
- <line num="97" count="0" type="stmt"/>
1070
- <line num="98" count="0" type="stmt"/>
1071
- <line num="99" count="0" type="stmt"/>
1072
- <line num="100" count="0" type="stmt"/>
1073
- <line num="101" count="0" type="stmt"/>
1074
- <line num="102" count="0" type="stmt"/>
1075
- <line num="103" count="0" type="stmt"/>
1076
- <line num="104" count="0" type="stmt"/>
1077
- <line num="105" count="0" type="stmt"/>
1078
- <line num="106" count="0" type="stmt"/>
1079
- <line num="107" count="0" type="stmt"/>
1080
- <line num="108" count="0" type="stmt"/>
1081
- <line num="109" count="0" type="stmt"/>
1082
- <line num="110" count="0" type="stmt"/>
1083
- <line num="111" count="0" type="stmt"/>
1084
- <line num="112" count="0" type="stmt"/>
1085
- <line num="113" count="0" type="stmt"/>
1086
- <line num="114" count="0" type="stmt"/>
1087
- <line num="115" count="0" type="stmt"/>
1088
- <line num="116" count="0" type="stmt"/>
1089
- <line num="117" count="0" type="stmt"/>
1090
- <line num="118" count="0" type="stmt"/>
1091
- <line num="119" count="0" type="stmt"/>
1092
- <line num="120" count="0" type="stmt"/>
1093
- <line num="121" count="0" type="stmt"/>
1094
- <line num="122" count="0" type="stmt"/>
1095
- <line num="123" count="0" type="stmt"/>
1096
- <line num="124" count="0" type="stmt"/>
1097
- <line num="125" count="0" type="stmt"/>
1098
- <line num="126" count="0" type="stmt"/>
1099
- <line num="127" count="0" type="stmt"/>
1100
- <line num="128" count="0" type="stmt"/>
1101
- <line num="129" count="0" type="stmt"/>
1102
- <line num="130" count="0" type="stmt"/>
1103
- <line num="131" count="0" type="stmt"/>
1104
- <line num="132" count="0" type="stmt"/>
1105
- <line num="133" count="0" type="stmt"/>
1106
- <line num="134" count="0" type="stmt"/>
1107
- <line num="135" count="0" type="stmt"/>
1108
- <line num="136" count="0" type="stmt"/>
1109
- <line num="137" count="0" type="stmt"/>
1110
- <line num="138" count="0" type="stmt"/>
1111
- <line num="139" count="0" type="stmt"/>
1112
- <line num="140" count="0" type="stmt"/>
1113
- <line num="141" count="0" type="stmt"/>
1114
- <line num="142" count="0" type="stmt"/>
1115
- <line num="143" count="0" type="stmt"/>
1116
- <line num="144" count="0" type="stmt"/>
1117
- <line num="145" count="0" type="stmt"/>
1118
- <line num="146" count="0" type="stmt"/>
1119
- </file>
2
+ <coverage generated="1700343545055" clover="3.2.0">
3
+ <project timestamp="1700343545055" name="All files">
4
+ <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0" elements="0" coveredelements="0" complexity="0" loc="0" ncloc="0" packages="0" files="0" classes="0"/>
1120
5
  </project>
1121
6
  </coverage>