@react-md/core 1.0.0-next.8 → 1.0.0-next.9

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