@itwin/core-react 4.17.0 → 5.0.0-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1555) hide show
  1. package/README.md +16 -2
  2. package/lib/core-react/UiCore.d.ts +38 -0
  3. package/lib/core-react/UiCore.d.ts.map +1 -0
  4. package/lib/core-react/UiCore.js +69 -0
  5. package/lib/core-react/UiCore.js.map +1 -0
  6. package/lib/core-react/_helpers.scss +54 -0
  7. package/lib/core-react/_scrollbar.scss +57 -0
  8. package/lib/core-react/_typography.scss +44 -0
  9. package/lib/core-react/_z-index.scss +51 -0
  10. package/lib/core-react/autosuggest/AutoSuggest.d.ts +99 -0
  11. package/lib/core-react/autosuggest/AutoSuggest.d.ts.map +1 -0
  12. package/lib/core-react/autosuggest/AutoSuggest.js +170 -0
  13. package/lib/core-react/autosuggest/AutoSuggest.js.map +1 -0
  14. package/lib/core-react/autosuggest/AutoSuggest.scss +79 -0
  15. package/lib/core-react/badge/Badge.d.ts +17 -0
  16. package/lib/core-react/badge/Badge.d.ts.map +1 -0
  17. package/lib/core-react/badge/Badge.js +25 -0
  18. package/lib/core-react/badge/Badge.js.map +1 -0
  19. package/lib/core-react/badge/BadgeType.d.ts +19 -0
  20. package/lib/core-react/badge/BadgeType.d.ts.map +1 -0
  21. package/lib/core-react/badge/BadgeType.js +14 -0
  22. package/lib/core-react/badge/BadgeType.js.map +1 -0
  23. package/lib/core-react/badge/DeprecatedBadge.d.ts.map +1 -0
  24. package/lib/core-react/badge/DeprecatedBadge.js.map +1 -0
  25. package/lib/core-react/badge/NewBadge.d.ts.map +1 -0
  26. package/lib/core-react/badge/NewBadge.js.map +1 -0
  27. package/lib/core-react/badge/TechnicalPreviewBadge.d.ts.map +1 -0
  28. package/lib/core-react/badge/TechnicalPreviewBadge.js.map +1 -0
  29. package/lib/core-react/base/Centered.d.ts +12 -0
  30. package/lib/core-react/base/Centered.d.ts.map +1 -0
  31. package/lib/core-react/base/Centered.js +20 -0
  32. package/lib/core-react/base/Centered.js.map +1 -0
  33. package/lib/core-react/base/Div.d.ts +19 -0
  34. package/lib/core-react/base/Div.d.ts.map +1 -0
  35. package/lib/core-react/base/Div.js.map +1 -0
  36. package/lib/core-react/base/DivWithOutsideClick.d.ts +77 -0
  37. package/lib/core-react/base/DivWithOutsideClick.d.ts.map +1 -0
  38. package/lib/core-react/base/DivWithOutsideClick.js +17 -0
  39. package/lib/core-react/base/DivWithOutsideClick.js.map +1 -0
  40. package/lib/core-react/base/FillCentered.d.ts +12 -0
  41. package/lib/core-react/base/FillCentered.d.ts.map +1 -0
  42. package/lib/core-react/base/FillCentered.js +20 -0
  43. package/lib/core-react/base/FillCentered.js.map +1 -0
  44. package/lib/core-react/base/FlexWrapContainer.d.ts +13 -0
  45. package/lib/core-react/base/FlexWrapContainer.d.ts.map +1 -0
  46. package/lib/core-react/base/FlexWrapContainer.js +21 -0
  47. package/lib/core-react/base/FlexWrapContainer.js.map +1 -0
  48. package/lib/core-react/base/Gap.d.ts +18 -0
  49. package/lib/core-react/base/Gap.d.ts.map +1 -0
  50. package/lib/core-react/base/Gap.js.map +1 -0
  51. package/lib/core-react/base/PointerEvents.d.ts.map +1 -0
  52. package/lib/core-react/base/PointerEvents.js.map +1 -0
  53. package/lib/core-react/base/ScrollView.d.ts +13 -0
  54. package/lib/core-react/base/ScrollView.d.ts.map +1 -0
  55. package/lib/core-react/base/ScrollView.js +21 -0
  56. package/lib/core-react/base/ScrollView.js.map +1 -0
  57. package/lib/core-react/base/base.scss +44 -0
  58. package/lib/core-react/base/classes.scss +27 -0
  59. package/lib/core-react/base/index.scss +5 -0
  60. package/lib/core-react/button/UnderlinedButton.d.ts.map +1 -0
  61. package/lib/core-react/button/UnderlinedButton.js.map +1 -0
  62. package/lib/core-react/button/UnderlinedButton.scss +29 -0
  63. package/lib/core-react/checklistbox/CheckListBox.d.ts +45 -0
  64. package/lib/core-react/checklistbox/CheckListBox.d.ts.map +1 -0
  65. package/lib/core-react/checklistbox/CheckListBox.js.map +1 -0
  66. package/lib/core-react/classes.scss +9 -0
  67. package/lib/core-react/contextmenu/ContextMenu.d.ts +91 -0
  68. package/lib/core-react/contextmenu/ContextMenu.d.ts.map +1 -0
  69. package/lib/core-react/contextmenu/ContextMenu.js +362 -0
  70. package/lib/core-react/contextmenu/ContextMenu.js.map +1 -0
  71. package/lib/core-react/contextmenu/ContextMenu.scss +226 -0
  72. package/lib/core-react/contextmenu/ContextMenuDirection.d.ts.map +1 -0
  73. package/lib/core-react/contextmenu/ContextMenuDirection.js.map +1 -0
  74. package/lib/core-react/contextmenu/ContextMenuDivider.d.ts +13 -0
  75. package/lib/core-react/contextmenu/ContextMenuDivider.d.ts.map +1 -0
  76. package/lib/core-react/contextmenu/ContextMenuDivider.js.map +1 -0
  77. package/lib/core-react/contextmenu/ContextMenuItem.d.ts +65 -0
  78. package/lib/core-react/contextmenu/ContextMenuItem.d.ts.map +1 -0
  79. package/lib/core-react/contextmenu/ContextMenuItem.js +107 -0
  80. package/lib/core-react/contextmenu/ContextMenuItem.js.map +1 -0
  81. package/lib/core-react/contextmenu/ContextSubMenu.d.ts +51 -0
  82. package/lib/core-react/contextmenu/ContextSubMenu.d.ts.map +1 -0
  83. package/lib/core-react/contextmenu/ContextSubMenu.js +173 -0
  84. package/lib/core-react/contextmenu/ContextSubMenu.js.map +1 -0
  85. package/lib/core-react/contextmenu/GlobalContextMenu.d.ts +36 -0
  86. package/lib/core-react/contextmenu/GlobalContextMenu.d.ts.map +1 -0
  87. package/lib/core-react/contextmenu/GlobalContextMenu.js +59 -0
  88. package/lib/core-react/contextmenu/GlobalContextMenu.js.map +1 -0
  89. package/lib/core-react/contextmenu/PopupContextMenu.d.ts +57 -0
  90. package/lib/core-react/contextmenu/PopupContextMenu.d.ts.map +1 -0
  91. package/lib/core-react/contextmenu/PopupContextMenu.js +54 -0
  92. package/lib/core-react/contextmenu/PopupContextMenu.js.map +1 -0
  93. package/lib/core-react/contextmenu/TildeFinder.d.ts.map +1 -0
  94. package/lib/core-react/contextmenu/TildeFinder.js.map +1 -0
  95. package/lib/core-react/dialog/Dialog.d.ts +112 -0
  96. package/lib/core-react/dialog/Dialog.d.ts.map +1 -0
  97. package/lib/core-react/dialog/Dialog.js +205 -0
  98. package/lib/core-react/dialog/Dialog.js.map +1 -0
  99. package/lib/core-react/dialog/Dialog.scss +57 -0
  100. package/lib/core-react/dialog/GlobalDialog.d.ts +32 -0
  101. package/lib/core-react/dialog/GlobalDialog.d.ts.map +1 -0
  102. package/lib/core-react/dialog/GlobalDialog.js +57 -0
  103. package/lib/core-react/dialog/GlobalDialog.js.map +1 -0
  104. package/lib/core-react/elementseparator/ElementSeparator.d.ts +44 -0
  105. package/lib/core-react/elementseparator/ElementSeparator.d.ts.map +1 -0
  106. package/lib/core-react/elementseparator/ElementSeparator.js +163 -0
  107. package/lib/core-react/elementseparator/ElementSeparator.js.map +1 -0
  108. package/lib/core-react/elementseparator/ElementSeparator.scss +93 -0
  109. package/lib/core-react/enums/Alignment.d.ts.map +1 -0
  110. package/lib/core-react/enums/Alignment.js.map +1 -0
  111. package/lib/core-react/enums/CheckBoxState.d.ts.map +1 -0
  112. package/lib/core-react/enums/CheckBoxState.js.map +1 -0
  113. package/lib/core-react/enums/Orientation.d.ts.map +1 -0
  114. package/lib/core-react/enums/Orientation.js.map +1 -0
  115. package/lib/core-react/enums/SortDirection.d.ts.map +1 -0
  116. package/lib/core-react/enums/SortDirection.js.map +1 -0
  117. package/lib/core-react/enums/TimeFormat.d.ts.map +1 -0
  118. package/lib/core-react/enums/TimeFormat.js.map +1 -0
  119. package/lib/core-react/expandable/ExpandableList.d.ts +37 -0
  120. package/lib/core-react/expandable/ExpandableList.d.ts.map +1 -0
  121. package/lib/core-react/expandable/ExpandableList.js.map +1 -0
  122. package/lib/core-react/focus/ItemKeyboardNavigator.d.ts +53 -0
  123. package/lib/core-react/focus/ItemKeyboardNavigator.d.ts.map +1 -0
  124. package/lib/core-react/focus/ItemKeyboardNavigator.js +173 -0
  125. package/lib/core-react/focus/ItemKeyboardNavigator.js.map +1 -0
  126. package/lib/core-react/focustrap/FocusTrap.d.ts.map +1 -0
  127. package/lib/core-react/focustrap/FocusTrap.js +196 -0
  128. package/lib/core-react/focustrap/FocusTrap.js.map +1 -0
  129. package/lib/core-react/hocs/withIsPressed.d.ts.map +1 -0
  130. package/lib/core-react/hocs/withIsPressed.js.map +1 -0
  131. package/lib/core-react/hocs/withOnOutsideClick.d.ts.map +1 -0
  132. package/lib/core-react/hocs/withOnOutsideClick.js.map +1 -0
  133. package/lib/core-react/hocs/withTimeout.d.ts +73 -0
  134. package/lib/core-react/hocs/withTimeout.d.ts.map +1 -0
  135. package/lib/core-react/hocs/withTimeout.js +44 -0
  136. package/lib/core-react/hocs/withTimeout.js.map +1 -0
  137. package/lib/core-react/icons/ConditionalIconItem.d.ts +28 -0
  138. package/lib/core-react/icons/ConditionalIconItem.d.ts.map +1 -0
  139. package/lib/core-react/icons/ConditionalIconItem.js.map +1 -0
  140. package/lib/core-react/icons/IconComponent.d.ts +34 -0
  141. package/lib/core-react/icons/IconComponent.d.ts.map +1 -0
  142. package/lib/core-react/icons/IconComponent.js +77 -0
  143. package/lib/core-react/icons/IconComponent.js.map +1 -0
  144. package/lib/core-react/icons/IconComponent.scss +19 -0
  145. package/lib/core-react/icons/SvgPath.d.ts +26 -0
  146. package/lib/core-react/icons/SvgPath.d.ts.map +1 -0
  147. package/lib/core-react/icons/SvgPath.js.map +1 -0
  148. package/lib/core-react/icons/WebFontIcon.d.ts +28 -0
  149. package/lib/core-react/icons/WebFontIcon.d.ts.map +1 -0
  150. package/lib/core-react/icons/WebFontIcon.js.map +1 -0
  151. package/lib/core-react/icons/WebFontIcon.scss +15 -0
  152. package/lib/core-react/icons/classes.scss +18 -0
  153. package/lib/core-react/icons/index.scss +6 -0
  154. package/lib/core-react/icons/mixins.scss +27 -0
  155. package/lib/core-react/imagecheckbox/ImageCheckBox.d.ts +43 -0
  156. package/lib/core-react/imagecheckbox/ImageCheckBox.d.ts.map +1 -0
  157. package/lib/core-react/imagecheckbox/ImageCheckBox.js +49 -0
  158. package/lib/core-react/imagecheckbox/ImageCheckBox.js.map +1 -0
  159. package/lib/core-react/imagecheckbox/ImageCheckBox.scss +51 -0
  160. package/lib/core-react/index.scss +18 -0
  161. package/lib/core-react/inputs/Input.d.ts +21 -0
  162. package/lib/core-react/inputs/Input.d.ts.map +1 -0
  163. package/lib/core-react/inputs/Input.js +42 -0
  164. package/lib/core-react/inputs/Input.js.map +1 -0
  165. package/lib/core-react/inputs/InputLabel.d.ts +23 -0
  166. package/lib/core-react/inputs/InputLabel.d.ts.map +1 -0
  167. package/lib/core-react/inputs/InputLabel.js +33 -0
  168. package/lib/core-react/inputs/InputLabel.js.map +1 -0
  169. package/lib/core-react/inputs/InputStatus.d.ts.map +1 -0
  170. package/lib/core-react/inputs/InputStatus.js.map +1 -0
  171. package/lib/core-react/inputs/LabeledComponentProps.d.ts +36 -0
  172. package/lib/core-react/inputs/LabeledComponentProps.d.ts.map +1 -0
  173. package/lib/core-react/inputs/LabeledComponentProps.js.map +1 -0
  174. package/lib/core-react/inputs/classes.scss +12 -0
  175. package/lib/core-react/inputs/iconinput/IconInput.d.ts +26 -0
  176. package/lib/core-react/inputs/iconinput/IconInput.d.ts.map +1 -0
  177. package/lib/core-react/inputs/iconinput/IconInput.js +29 -0
  178. package/lib/core-react/inputs/iconinput/IconInput.js.map +1 -0
  179. package/lib/core-react/inputs/iconinput/IconInput.scss +33 -0
  180. package/lib/core-react/inputs/index.scss +9 -0
  181. package/lib/core-react/inputs/input-label.scss +95 -0
  182. package/lib/core-react/inputs/input.scss +56 -0
  183. package/lib/core-react/inputs/numberinput/NumberInput.d.ts.map +1 -0
  184. package/lib/core-react/inputs/numberinput/NumberInput.js +160 -0
  185. package/lib/core-react/inputs/numberinput/NumberInput.js.map +1 -0
  186. package/lib/core-react/inputs/numberinput/NumberInput.scss +88 -0
  187. package/lib/core-react/inputs/variables.scss +41 -0
  188. package/lib/core-react/l10n/LocalizationProvider.d.ts.map +1 -0
  189. package/lib/core-react/l10n/LocalizationProvider.js.map +1 -0
  190. package/lib/core-react/l10n/usePackageTranslation.d.ts.map +1 -0
  191. package/lib/core-react/l10n/usePackageTranslation.js +60 -0
  192. package/lib/core-react/l10n/usePackageTranslation.js.map +1 -0
  193. package/lib/core-react/l10n/useTranslation.d.ts.map +1 -0
  194. package/lib/core-react/l10n/useTranslation.js +26 -0
  195. package/lib/core-react/l10n/useTranslation.js.map +1 -0
  196. package/lib/core-react/layout-variables.scss +15 -0
  197. package/lib/core-react/listbox/Listbox.d.ts.map +1 -0
  198. package/lib/core-react/listbox/Listbox.js.map +1 -0
  199. package/lib/core-react/listbox/Listbox.scss +54 -0
  200. package/lib/core-react/loading/LoadingBar.d.ts +31 -0
  201. package/lib/core-react/loading/LoadingBar.d.ts.map +1 -0
  202. package/lib/core-react/loading/LoadingBar.js.map +1 -0
  203. package/lib/core-react/loading/LoadingBar.scss +27 -0
  204. package/lib/core-react/loading/LoadingPrompt.d.ts +41 -0
  205. package/lib/core-react/loading/LoadingPrompt.d.ts.map +1 -0
  206. package/lib/core-react/loading/LoadingPrompt.js +41 -0
  207. package/lib/core-react/loading/LoadingPrompt.js.map +1 -0
  208. package/lib/core-react/loading/LoadingPrompt.scss +29 -0
  209. package/lib/core-react/loading/LoadingSpinner.d.ts.map +1 -0
  210. package/lib/core-react/loading/LoadingSpinner.js.map +1 -0
  211. package/lib/core-react/loading/LoadingSpinner.scss +24 -0
  212. package/lib/core-react/loading/LoadingStatus.d.ts +26 -0
  213. package/lib/core-react/loading/LoadingStatus.d.ts.map +1 -0
  214. package/lib/core-react/loading/LoadingStatus.js.map +1 -0
  215. package/lib/core-react/loading/index.scss +5 -0
  216. package/lib/core-react/loading/mixins.scss +57 -0
  217. package/lib/core-react/messagebox/MessageBox.d.ts +90 -0
  218. package/lib/core-react/messagebox/MessageBox.d.ts.map +1 -0
  219. package/lib/core-react/messagebox/MessageBox.js +105 -0
  220. package/lib/core-react/messagebox/MessageBox.js.map +1 -0
  221. package/lib/core-react/messagebox/MessageBox.scss +55 -0
  222. package/lib/core-react/notification/MessageRenderer.d.ts +22 -0
  223. package/lib/core-react/notification/MessageRenderer.d.ts.map +1 -0
  224. package/lib/core-react/notification/MessageRenderer.js +83 -0
  225. package/lib/core-react/notification/MessageRenderer.js.map +1 -0
  226. package/lib/core-react/notification/MessageType.d.ts.map +1 -0
  227. package/lib/core-react/notification/MessageType.js.map +1 -0
  228. package/lib/core-react/popup/Popup.d.ts +128 -0
  229. package/lib/core-react/popup/Popup.d.ts.map +1 -0
  230. package/lib/core-react/popup/Popup.js +466 -0
  231. package/lib/core-react/popup/Popup.js.map +1 -0
  232. package/lib/core-react/popup/Popup.scss +239 -0
  233. package/lib/core-react/radialmenu/Annulus.d.ts +54 -0
  234. package/lib/core-react/radialmenu/Annulus.d.ts.map +1 -0
  235. package/lib/core-react/radialmenu/Annulus.js +75 -0
  236. package/lib/core-react/radialmenu/Annulus.js.map +1 -0
  237. package/lib/core-react/radialmenu/RadialMenu.d.ts +96 -0
  238. package/lib/core-react/radialmenu/RadialMenu.d.ts.map +1 -0
  239. package/lib/core-react/radialmenu/RadialMenu.js +183 -0
  240. package/lib/core-react/radialmenu/RadialMenu.js.map +1 -0
  241. package/lib/core-react/radialmenu/RadialMenu.scss +55 -0
  242. package/lib/core-react/searchbox/SearchBox.d.ts +51 -0
  243. package/lib/core-react/searchbox/SearchBox.d.ts.map +1 -0
  244. package/lib/core-react/searchbox/SearchBox.js +115 -0
  245. package/lib/core-react/searchbox/SearchBox.js.map +1 -0
  246. package/lib/core-react/searchbox/SearchBox.scss +45 -0
  247. package/lib/core-react/settings/SettingsContainer.d.ts +35 -0
  248. package/lib/core-react/settings/SettingsContainer.d.ts.map +1 -0
  249. package/lib/core-react/settings/SettingsContainer.js +149 -0
  250. package/lib/core-react/settings/SettingsContainer.js.map +1 -0
  251. package/lib/core-react/settings/SettingsContainer.scss +65 -0
  252. package/lib/core-react/settings/SettingsManager.d.ts.map +1 -0
  253. package/lib/core-react/settings/SettingsManager.js +112 -0
  254. package/lib/core-react/settings/SettingsManager.js.map +1 -0
  255. package/lib/core-react/style/index.scss +10 -0
  256. package/lib/core-react/tabs/Tabs.d.ts +69 -0
  257. package/lib/core-react/tabs/Tabs.d.ts.map +1 -0
  258. package/lib/core-react/tabs/Tabs.js +117 -0
  259. package/lib/core-react/tabs/Tabs.js.map +1 -0
  260. package/lib/core-react/tabs/VerticalTabs.d.ts +11 -0
  261. package/lib/core-react/tabs/VerticalTabs.d.ts.map +1 -0
  262. package/lib/core-react/tabs/VerticalTabs.js +19 -0
  263. package/lib/core-react/tabs/VerticalTabs.js.map +1 -0
  264. package/lib/core-react/tabs/classes.scss +9 -0
  265. package/lib/core-react/tabs/index.scss +5 -0
  266. package/lib/core-react/tabs/tabs.scss +99 -0
  267. package/lib/core-react/tabs/vertical.scss +53 -0
  268. package/lib/core-react/text/BlockText.d.ts +11 -0
  269. package/lib/core-react/text/BlockText.d.ts.map +1 -0
  270. package/lib/core-react/text/BlockText.js +19 -0
  271. package/lib/core-react/text/BlockText.js.map +1 -0
  272. package/lib/core-react/text/BodyText.d.ts +11 -0
  273. package/lib/core-react/text/BodyText.d.ts.map +1 -0
  274. package/lib/core-react/text/BodyText.js +19 -0
  275. package/lib/core-react/text/BodyText.js.map +1 -0
  276. package/lib/core-react/text/DisabledText.d.ts +11 -0
  277. package/lib/core-react/text/DisabledText.d.ts.map +1 -0
  278. package/lib/core-react/text/DisabledText.js +18 -0
  279. package/lib/core-react/text/DisabledText.js.map +1 -0
  280. package/lib/core-react/text/FilteredText.d.ts +27 -0
  281. package/lib/core-react/text/FilteredText.d.ts.map +1 -0
  282. package/lib/core-react/text/FilteredText.js.map +1 -0
  283. package/lib/core-react/text/FilteredText.scss +8 -0
  284. package/lib/core-react/text/MutedText.d.ts +11 -0
  285. package/lib/core-react/text/MutedText.d.ts.map +1 -0
  286. package/lib/core-react/text/MutedText.js +19 -0
  287. package/lib/core-react/text/MutedText.js.map +1 -0
  288. package/lib/core-react/text/StyledText.d.ts +19 -0
  289. package/lib/core-react/text/StyledText.d.ts.map +1 -0
  290. package/lib/core-react/text/StyledText.js.map +1 -0
  291. package/lib/core-react/text/TextProps.d.ts +12 -0
  292. package/lib/core-react/text/TextProps.d.ts.map +1 -0
  293. package/lib/core-react/text/TextProps.js.map +1 -0
  294. package/lib/core-react/text/classes.scss +18 -0
  295. package/lib/core-react/text/disabled.scss +7 -0
  296. package/lib/core-react/text/index.scss +10 -0
  297. package/lib/core-react/text/mixins.scss +26 -0
  298. package/lib/core-react/text/muted.scss +7 -0
  299. package/lib/core-react/tree/Branch.d.ts +22 -0
  300. package/lib/core-react/tree/Branch.d.ts.map +1 -0
  301. package/lib/core-react/tree/Branch.js.map +1 -0
  302. package/lib/core-react/tree/ExpansionToggle.d.ts +21 -0
  303. package/lib/core-react/tree/ExpansionToggle.d.ts.map +1 -0
  304. package/lib/core-react/tree/ExpansionToggle.js +27 -0
  305. package/lib/core-react/tree/ExpansionToggle.js.map +1 -0
  306. package/lib/core-react/tree/Node.d.ts +84 -0
  307. package/lib/core-react/tree/Node.d.ts.map +1 -0
  308. package/lib/core-react/tree/Node.js +88 -0
  309. package/lib/core-react/tree/Node.js.map +1 -0
  310. package/lib/core-react/tree/Placeholder.d.ts +25 -0
  311. package/lib/core-react/tree/Placeholder.d.ts.map +1 -0
  312. package/lib/core-react/tree/Placeholder.js +30 -0
  313. package/lib/core-react/tree/Placeholder.js.map +1 -0
  314. package/lib/core-react/tree/Tree.d.ts +31 -0
  315. package/lib/core-react/tree/Tree.d.ts.map +1 -0
  316. package/lib/core-react/tree/Tree.js +105 -0
  317. package/lib/core-react/tree/Tree.js.map +1 -0
  318. package/lib/core-react/tree/Tree.scss +22 -0
  319. package/lib/core-react/uistate/LocalStateStorage.d.ts +17 -0
  320. package/lib/core-react/uistate/LocalStateStorage.d.ts.map +1 -0
  321. package/lib/core-react/uistate/LocalStateStorage.js +48 -0
  322. package/lib/core-react/uistate/LocalStateStorage.js.map +1 -0
  323. package/lib/core-react/uistate/UiStateEntry.d.ts +32 -0
  324. package/lib/core-react/uistate/UiStateEntry.d.ts.map +1 -0
  325. package/lib/core-react/uistate/UiStateEntry.js +58 -0
  326. package/lib/core-react/uistate/UiStateEntry.js.map +1 -0
  327. package/lib/core-react/uistate/UiStateStorage.d.ts.map +1 -0
  328. package/lib/core-react/uistate/UiStateStorage.js.map +1 -0
  329. package/lib/core-react/utils/IconHelper.d.ts +27 -0
  330. package/lib/core-react/utils/IconHelper.d.ts.map +1 -0
  331. package/lib/core-react/utils/IconHelper.js +82 -0
  332. package/lib/core-react/utils/IconHelper.js.map +1 -0
  333. package/lib/core-react/utils/IconWebComponent.d.ts +13 -0
  334. package/lib/core-react/utils/IconWebComponent.d.ts.map +1 -0
  335. package/lib/core-react/utils/IconWebComponent.js +112 -0
  336. package/lib/core-react/utils/IconWebComponent.js.map +1 -0
  337. package/lib/core-react/utils/ListenerType.d.ts.map +1 -0
  338. package/lib/core-react/utils/ListenerType.js.map +1 -0
  339. package/lib/core-react/utils/Point.d.ts +36 -0
  340. package/lib/core-react/utils/Point.d.ts.map +1 -0
  341. package/lib/core-react/utils/Point.js +66 -0
  342. package/lib/core-react/utils/Point.js.map +1 -0
  343. package/lib/core-react/utils/PointProps.d.ts.map +1 -0
  344. package/lib/core-react/utils/PointProps.js.map +1 -0
  345. package/lib/core-react/utils/Props.d.ts.map +1 -0
  346. package/lib/core-react/utils/Props.js.map +1 -0
  347. package/lib/core-react/utils/Rectangle.d.ts +146 -0
  348. package/lib/core-react/utils/Rectangle.d.ts.map +1 -0
  349. package/lib/core-react/utils/Rectangle.js +276 -0
  350. package/lib/core-react/utils/Rectangle.js.map +1 -0
  351. package/lib/core-react/utils/ScrollPositionMaintainer.d.ts.map +1 -0
  352. package/lib/core-react/utils/ScrollPositionMaintainer.js.map +1 -0
  353. package/lib/core-react/utils/Size.d.ts +12 -0
  354. package/lib/core-react/utils/Size.d.ts.map +1 -0
  355. package/lib/core-react/utils/Size.js +9 -0
  356. package/lib/core-react/utils/Size.js.map +1 -0
  357. package/lib/core-react/utils/Timer.d.ts.map +1 -0
  358. package/lib/core-react/utils/Timer.js.map +1 -0
  359. package/lib/core-react/utils/flattenChildren.d.ts.map +1 -0
  360. package/lib/core-react/utils/flattenChildren.js.map +1 -0
  361. package/lib/core-react/utils/getBestBWContrastColor.d.ts.map +1 -0
  362. package/lib/core-react/utils/getBestBWContrastColor.js.map +1 -0
  363. package/lib/core-react/utils/getCssVariable.d.ts.map +1 -0
  364. package/lib/core-react/utils/getCssVariable.js.map +1 -0
  365. package/lib/core-react/utils/getDisplayName.d.ts.map +1 -0
  366. package/lib/core-react/utils/getDisplayName.js.map +1 -0
  367. package/lib/core-react/utils/getUserColor.d.ts.map +1 -0
  368. package/lib/core-react/utils/getUserColor.js.map +1 -0
  369. package/lib/core-react/utils/hooks/useCrossOriginPopup.d.ts.map +1 -0
  370. package/lib/core-react/utils/hooks/useCrossOriginPopup.js +99 -0
  371. package/lib/core-react/utils/hooks/useCrossOriginPopup.js.map +1 -0
  372. package/lib/core-react/utils/hooks/useDisposable.d.ts.map +1 -0
  373. package/lib/core-react/utils/hooks/useDisposable.js.map +1 -0
  374. package/lib/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +1 -0
  375. package/lib/core-react/utils/hooks/useEffectSkipFirst.js.map +1 -0
  376. package/lib/core-react/utils/hooks/useInterval.d.ts.map +1 -0
  377. package/lib/core-react/utils/hooks/useInterval.js.map +1 -0
  378. package/lib/core-react/utils/hooks/useLifecycleLogging.d.ts.map +1 -0
  379. package/lib/core-react/utils/hooks/useLifecycleLogging.js.map +1 -0
  380. package/lib/core-react/utils/hooks/useOnOutsideClick.d.ts.map +1 -0
  381. package/lib/core-react/utils/hooks/useOnOutsideClick.js +99 -0
  382. package/lib/core-react/utils/hooks/useOnOutsideClick.js.map +1 -0
  383. package/lib/core-react/utils/hooks/useProximityToMouse.d.ts.map +1 -0
  384. package/lib/core-react/utils/hooks/useProximityToMouse.js +102 -0
  385. package/lib/core-react/utils/hooks/useProximityToMouse.js.map +1 -0
  386. package/lib/core-react/utils/hooks/useRefEffect.d.ts.map +1 -0
  387. package/lib/core-react/utils/hooks/useRefEffect.js.map +1 -0
  388. package/lib/core-react/utils/hooks/useRefState.d.ts.map +1 -0
  389. package/lib/core-react/utils/hooks/useRefState.js.map +1 -0
  390. package/lib/core-react/utils/hooks/useRefs.d.ts.map +1 -0
  391. package/lib/core-react/utils/hooks/useRefs.js.map +1 -0
  392. package/lib/core-react/utils/hooks/useResizeObserver.d.ts.map +1 -0
  393. package/lib/core-react/utils/hooks/useResizeObserver.js +201 -0
  394. package/lib/core-react/utils/hooks/useResizeObserver.js.map +1 -0
  395. package/lib/core-react/utils/hooks/useTargeted.d.ts.map +1 -0
  396. package/lib/core-react/utils/hooks/useTargeted.js.map +1 -0
  397. package/lib/core-react/utils/hooks/useThrottledFn.d.ts.map +1 -0
  398. package/lib/core-react/utils/hooks/useThrottledFn.js.map +1 -0
  399. package/lib/core-react/utils/hooks/useWidgetOpacityContext.d.ts +25 -0
  400. package/lib/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +1 -0
  401. package/lib/core-react/utils/hooks/useWidgetOpacityContext.js +32 -0
  402. package/lib/core-react/utils/hooks/useWidgetOpacityContext.js.map +1 -0
  403. package/lib/core-react/utils/matches.d.ts.map +1 -0
  404. package/lib/core-react/utils/matches.js.map +1 -0
  405. package/lib/core-react/utils/reuseOrCreatePromise.d.ts.map +1 -0
  406. package/lib/core-react/utils/reuseOrCreatePromise.js.map +1 -0
  407. package/lib/core-react/utils/shallowDiffers.d.ts.map +1 -0
  408. package/lib/core-react/utils/shallowDiffers.js.map +1 -0
  409. package/lib/core-react/utils/typeUtils.d.ts.map +1 -0
  410. package/lib/core-react/utils/typeUtils.js.map +1 -0
  411. package/lib/core-react.d.ts +218 -0
  412. package/lib/core-react.d.ts.map +1 -0
  413. package/lib/core-react.js +218 -0
  414. package/lib/core-react.js.map +1 -0
  415. package/lib/internal.d.ts +18 -0
  416. package/lib/internal.d.ts.map +1 -0
  417. package/lib/internal.js +20 -0
  418. package/lib/internal.js.map +1 -0
  419. package/package.json +34 -25
  420. package/lib/cjs/core-react/UiCore.d.ts +0 -38
  421. package/lib/cjs/core-react/UiCore.d.ts.map +0 -1
  422. package/lib/cjs/core-react/UiCore.js +0 -76
  423. package/lib/cjs/core-react/UiCore.js.map +0 -1
  424. package/lib/cjs/core-react/_helpers.scss +0 -52
  425. package/lib/cjs/core-react/_scrollbar.scss +0 -55
  426. package/lib/cjs/core-react/_typography.scss +0 -44
  427. package/lib/cjs/core-react/_z-index.scss +0 -47
  428. package/lib/cjs/core-react/autosuggest/AutoSuggest.d.ts +0 -99
  429. package/lib/cjs/core-react/autosuggest/AutoSuggest.d.ts.map +0 -1
  430. package/lib/cjs/core-react/autosuggest/AutoSuggest.js +0 -174
  431. package/lib/cjs/core-react/autosuggest/AutoSuggest.js.map +0 -1
  432. package/lib/cjs/core-react/autosuggest/AutoSuggest.scss +0 -79
  433. package/lib/cjs/core-react/badge/Badge.d.ts +0 -17
  434. package/lib/cjs/core-react/badge/Badge.d.ts.map +0 -1
  435. package/lib/cjs/core-react/badge/Badge.js +0 -29
  436. package/lib/cjs/core-react/badge/Badge.js.map +0 -1
  437. package/lib/cjs/core-react/badge/BadgeType.d.ts +0 -19
  438. package/lib/cjs/core-react/badge/BadgeType.d.ts.map +0 -1
  439. package/lib/cjs/core-react/badge/BadgeType.js +0 -17
  440. package/lib/cjs/core-react/badge/BadgeType.js.map +0 -1
  441. package/lib/cjs/core-react/badge/DeprecatedBadge.d.ts.map +0 -1
  442. package/lib/cjs/core-react/badge/DeprecatedBadge.js +0 -29
  443. package/lib/cjs/core-react/badge/DeprecatedBadge.js.map +0 -1
  444. package/lib/cjs/core-react/badge/NewBadge.d.ts.map +0 -1
  445. package/lib/cjs/core-react/badge/NewBadge.js +0 -23
  446. package/lib/cjs/core-react/badge/NewBadge.js.map +0 -1
  447. package/lib/cjs/core-react/badge/TechnicalPreviewBadge.d.ts.map +0 -1
  448. package/lib/cjs/core-react/badge/TechnicalPreviewBadge.js +0 -29
  449. package/lib/cjs/core-react/badge/TechnicalPreviewBadge.js.map +0 -1
  450. package/lib/cjs/core-react/base/Centered.d.ts +0 -12
  451. package/lib/cjs/core-react/base/Centered.d.ts.map +0 -1
  452. package/lib/cjs/core-react/base/Centered.js +0 -24
  453. package/lib/cjs/core-react/base/Centered.js.map +0 -1
  454. package/lib/cjs/core-react/base/Div.d.ts +0 -19
  455. package/lib/cjs/core-react/base/Div.d.ts.map +0 -1
  456. package/lib/cjs/core-react/base/Div.js +0 -23
  457. package/lib/cjs/core-react/base/Div.js.map +0 -1
  458. package/lib/cjs/core-react/base/DivWithOutsideClick.d.ts +0 -77
  459. package/lib/cjs/core-react/base/DivWithOutsideClick.d.ts.map +0 -1
  460. package/lib/cjs/core-react/base/DivWithOutsideClick.js +0 -20
  461. package/lib/cjs/core-react/base/DivWithOutsideClick.js.map +0 -1
  462. package/lib/cjs/core-react/base/FillCentered.d.ts +0 -12
  463. package/lib/cjs/core-react/base/FillCentered.d.ts.map +0 -1
  464. package/lib/cjs/core-react/base/FillCentered.js +0 -24
  465. package/lib/cjs/core-react/base/FillCentered.js.map +0 -1
  466. package/lib/cjs/core-react/base/FlexWrapContainer.d.ts +0 -13
  467. package/lib/cjs/core-react/base/FlexWrapContainer.d.ts.map +0 -1
  468. package/lib/cjs/core-react/base/FlexWrapContainer.js +0 -25
  469. package/lib/cjs/core-react/base/FlexWrapContainer.js.map +0 -1
  470. package/lib/cjs/core-react/base/Gap.d.ts +0 -18
  471. package/lib/cjs/core-react/base/Gap.d.ts.map +0 -1
  472. package/lib/cjs/core-react/base/Gap.js +0 -23
  473. package/lib/cjs/core-react/base/Gap.js.map +0 -1
  474. package/lib/cjs/core-react/base/PointerEvents.d.ts.map +0 -1
  475. package/lib/cjs/core-react/base/PointerEvents.js +0 -18
  476. package/lib/cjs/core-react/base/PointerEvents.js.map +0 -1
  477. package/lib/cjs/core-react/base/ScrollView.d.ts +0 -13
  478. package/lib/cjs/core-react/base/ScrollView.d.ts.map +0 -1
  479. package/lib/cjs/core-react/base/ScrollView.js +0 -25
  480. package/lib/cjs/core-react/base/ScrollView.js.map +0 -1
  481. package/lib/cjs/core-react/base/base.scss +0 -42
  482. package/lib/cjs/core-react/base/classes.scss +0 -27
  483. package/lib/cjs/core-react/base/index.scss +0 -5
  484. package/lib/cjs/core-react/button/UnderlinedButton.d.ts.map +0 -1
  485. package/lib/cjs/core-react/button/UnderlinedButton.js +0 -38
  486. package/lib/cjs/core-react/button/UnderlinedButton.js.map +0 -1
  487. package/lib/cjs/core-react/button/UnderlinedButton.scss +0 -32
  488. package/lib/cjs/core-react/checklistbox/CheckListBox.d.ts +0 -45
  489. package/lib/cjs/core-react/checklistbox/CheckListBox.d.ts.map +0 -1
  490. package/lib/cjs/core-react/checklistbox/CheckListBox.js +0 -50
  491. package/lib/cjs/core-react/checklistbox/CheckListBox.js.map +0 -1
  492. package/lib/cjs/core-react/classes.scss +0 -10
  493. package/lib/cjs/core-react/contextmenu/ContextMenu.d.ts +0 -91
  494. package/lib/cjs/core-react/contextmenu/ContextMenu.d.ts.map +0 -1
  495. package/lib/cjs/core-react/contextmenu/ContextMenu.js +0 -366
  496. package/lib/cjs/core-react/contextmenu/ContextMenu.js.map +0 -1
  497. package/lib/cjs/core-react/contextmenu/ContextMenu.scss +0 -231
  498. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.d.ts.map +0 -1
  499. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.js +0 -21
  500. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.js.map +0 -1
  501. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.d.ts +0 -13
  502. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.d.ts.map +0 -1
  503. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.js +0 -25
  504. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.js.map +0 -1
  505. package/lib/cjs/core-react/contextmenu/ContextMenuItem.d.ts +0 -65
  506. package/lib/cjs/core-react/contextmenu/ContextMenuItem.d.ts.map +0 -1
  507. package/lib/cjs/core-react/contextmenu/ContextMenuItem.js +0 -111
  508. package/lib/cjs/core-react/contextmenu/ContextMenuItem.js.map +0 -1
  509. package/lib/cjs/core-react/contextmenu/ContextSubMenu.d.ts +0 -51
  510. package/lib/cjs/core-react/contextmenu/ContextSubMenu.d.ts.map +0 -1
  511. package/lib/cjs/core-react/contextmenu/ContextSubMenu.js +0 -177
  512. package/lib/cjs/core-react/contextmenu/ContextSubMenu.js.map +0 -1
  513. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.d.ts +0 -36
  514. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.d.ts.map +0 -1
  515. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js +0 -63
  516. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js.map +0 -1
  517. package/lib/cjs/core-react/contextmenu/PopupContextMenu.d.ts +0 -57
  518. package/lib/cjs/core-react/contextmenu/PopupContextMenu.d.ts.map +0 -1
  519. package/lib/cjs/core-react/contextmenu/PopupContextMenu.js +0 -58
  520. package/lib/cjs/core-react/contextmenu/PopupContextMenu.js.map +0 -1
  521. package/lib/cjs/core-react/contextmenu/TildeFinder.d.ts.map +0 -1
  522. package/lib/cjs/core-react/contextmenu/TildeFinder.js +0 -79
  523. package/lib/cjs/core-react/contextmenu/TildeFinder.js.map +0 -1
  524. package/lib/cjs/core-react/dialog/Dialog.d.ts +0 -112
  525. package/lib/cjs/core-react/dialog/Dialog.d.ts.map +0 -1
  526. package/lib/cjs/core-react/dialog/Dialog.js +0 -209
  527. package/lib/cjs/core-react/dialog/Dialog.js.map +0 -1
  528. package/lib/cjs/core-react/dialog/Dialog.scss +0 -57
  529. package/lib/cjs/core-react/dialog/GlobalDialog.d.ts +0 -32
  530. package/lib/cjs/core-react/dialog/GlobalDialog.d.ts.map +0 -1
  531. package/lib/cjs/core-react/dialog/GlobalDialog.js +0 -61
  532. package/lib/cjs/core-react/dialog/GlobalDialog.js.map +0 -1
  533. package/lib/cjs/core-react/elementseparator/ElementSeparator.d.ts +0 -44
  534. package/lib/cjs/core-react/elementseparator/ElementSeparator.d.ts.map +0 -1
  535. package/lib/cjs/core-react/elementseparator/ElementSeparator.js +0 -167
  536. package/lib/cjs/core-react/elementseparator/ElementSeparator.js.map +0 -1
  537. package/lib/cjs/core-react/elementseparator/ElementSeparator.scss +0 -95
  538. package/lib/cjs/core-react/enums/Alignment.d.ts.map +0 -1
  539. package/lib/cjs/core-react/enums/Alignment.js +0 -34
  540. package/lib/cjs/core-react/enums/Alignment.js.map +0 -1
  541. package/lib/cjs/core-react/enums/CheckBoxState.d.ts.map +0 -1
  542. package/lib/cjs/core-react/enums/CheckBoxState.js +0 -21
  543. package/lib/cjs/core-react/enums/CheckBoxState.js.map +0 -1
  544. package/lib/cjs/core-react/enums/Orientation.d.ts.map +0 -1
  545. package/lib/cjs/core-react/enums/Orientation.js +0 -21
  546. package/lib/cjs/core-react/enums/Orientation.js.map +0 -1
  547. package/lib/cjs/core-react/enums/SortDirection.d.ts.map +0 -1
  548. package/lib/cjs/core-react/enums/SortDirection.js +0 -22
  549. package/lib/cjs/core-react/enums/SortDirection.js.map +0 -1
  550. package/lib/cjs/core-react/enums/TimeFormat.d.ts.map +0 -1
  551. package/lib/cjs/core-react/enums/TimeFormat.js +0 -24
  552. package/lib/cjs/core-react/enums/TimeFormat.js.map +0 -1
  553. package/lib/cjs/core-react/expandable/ExpandableList.d.ts +0 -37
  554. package/lib/cjs/core-react/expandable/ExpandableList.d.ts.map +0 -1
  555. package/lib/cjs/core-react/expandable/ExpandableList.js +0 -62
  556. package/lib/cjs/core-react/expandable/ExpandableList.js.map +0 -1
  557. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.d.ts +0 -53
  558. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.d.ts.map +0 -1
  559. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.js +0 -178
  560. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.js.map +0 -1
  561. package/lib/cjs/core-react/focustrap/FocusTrap.d.ts.map +0 -1
  562. package/lib/cjs/core-react/focustrap/FocusTrap.js +0 -201
  563. package/lib/cjs/core-react/focustrap/FocusTrap.js.map +0 -1
  564. package/lib/cjs/core-react/hocs/withIsPressed.d.ts.map +0 -1
  565. package/lib/cjs/core-react/hocs/withIsPressed.js +0 -45
  566. package/lib/cjs/core-react/hocs/withIsPressed.js.map +0 -1
  567. package/lib/cjs/core-react/hocs/withOnOutsideClick.d.ts.map +0 -1
  568. package/lib/cjs/core-react/hocs/withOnOutsideClick.js +0 -114
  569. package/lib/cjs/core-react/hocs/withOnOutsideClick.js.map +0 -1
  570. package/lib/cjs/core-react/hocs/withTimeout.d.ts +0 -73
  571. package/lib/cjs/core-react/hocs/withTimeout.d.ts.map +0 -1
  572. package/lib/cjs/core-react/hocs/withTimeout.js +0 -48
  573. package/lib/cjs/core-react/hocs/withTimeout.js.map +0 -1
  574. package/lib/cjs/core-react/icons/ConditionalIconItem.d.ts +0 -28
  575. package/lib/cjs/core-react/icons/ConditionalIconItem.d.ts.map +0 -1
  576. package/lib/cjs/core-react/icons/ConditionalIconItem.js +0 -65
  577. package/lib/cjs/core-react/icons/ConditionalIconItem.js.map +0 -1
  578. package/lib/cjs/core-react/icons/IconComponent.d.ts +0 -34
  579. package/lib/cjs/core-react/icons/IconComponent.d.ts.map +0 -1
  580. package/lib/cjs/core-react/icons/IconComponent.js +0 -81
  581. package/lib/cjs/core-react/icons/IconComponent.js.map +0 -1
  582. package/lib/cjs/core-react/icons/IconComponent.scss +0 -19
  583. package/lib/cjs/core-react/icons/SvgPath.d.ts +0 -26
  584. package/lib/cjs/core-react/icons/SvgPath.d.ts.map +0 -1
  585. package/lib/cjs/core-react/icons/SvgPath.js +0 -30
  586. package/lib/cjs/core-react/icons/SvgPath.js.map +0 -1
  587. package/lib/cjs/core-react/icons/WebFontIcon.d.ts +0 -28
  588. package/lib/cjs/core-react/icons/WebFontIcon.d.ts.map +0 -1
  589. package/lib/cjs/core-react/icons/WebFontIcon.js +0 -24
  590. package/lib/cjs/core-react/icons/WebFontIcon.js.map +0 -1
  591. package/lib/cjs/core-react/icons/WebFontIcon.scss +0 -17
  592. package/lib/cjs/core-react/icons/classes.scss +0 -18
  593. package/lib/cjs/core-react/icons/index.scss +0 -6
  594. package/lib/cjs/core-react/icons/mixins.scss +0 -25
  595. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.d.ts +0 -43
  596. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.d.ts.map +0 -1
  597. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.js +0 -53
  598. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.js.map +0 -1
  599. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.scss +0 -54
  600. package/lib/cjs/core-react/index.scss +0 -20
  601. package/lib/cjs/core-react/inputs/Input.d.ts +0 -21
  602. package/lib/cjs/core-react/inputs/Input.d.ts.map +0 -1
  603. package/lib/cjs/core-react/inputs/Input.js +0 -45
  604. package/lib/cjs/core-react/inputs/Input.js.map +0 -1
  605. package/lib/cjs/core-react/inputs/InputLabel.d.ts +0 -23
  606. package/lib/cjs/core-react/inputs/InputLabel.d.ts.map +0 -1
  607. package/lib/cjs/core-react/inputs/InputLabel.js +0 -37
  608. package/lib/cjs/core-react/inputs/InputLabel.js.map +0 -1
  609. package/lib/cjs/core-react/inputs/InputStatus.d.ts.map +0 -1
  610. package/lib/cjs/core-react/inputs/InputStatus.js +0 -21
  611. package/lib/cjs/core-react/inputs/InputStatus.js.map +0 -1
  612. package/lib/cjs/core-react/inputs/LabeledComponentProps.d.ts +0 -36
  613. package/lib/cjs/core-react/inputs/LabeledComponentProps.d.ts.map +0 -1
  614. package/lib/cjs/core-react/inputs/LabeledComponentProps.js +0 -10
  615. package/lib/cjs/core-react/inputs/LabeledComponentProps.js.map +0 -1
  616. package/lib/cjs/core-react/inputs/classes.scss +0 -12
  617. package/lib/cjs/core-react/inputs/iconinput/IconInput.d.ts +0 -26
  618. package/lib/cjs/core-react/inputs/iconinput/IconInput.d.ts.map +0 -1
  619. package/lib/cjs/core-react/inputs/iconinput/IconInput.js +0 -32
  620. package/lib/cjs/core-react/inputs/iconinput/IconInput.js.map +0 -1
  621. package/lib/cjs/core-react/inputs/iconinput/IconInput.scss +0 -34
  622. package/lib/cjs/core-react/inputs/index.scss +0 -9
  623. package/lib/cjs/core-react/inputs/input-label.scss +0 -89
  624. package/lib/cjs/core-react/inputs/input.scss +0 -54
  625. package/lib/cjs/core-react/inputs/numberinput/NumberInput.d.ts.map +0 -1
  626. package/lib/cjs/core-react/inputs/numberinput/NumberInput.js +0 -163
  627. package/lib/cjs/core-react/inputs/numberinput/NumberInput.js.map +0 -1
  628. package/lib/cjs/core-react/inputs/numberinput/NumberInput.scss +0 -88
  629. package/lib/cjs/core-react/inputs/variables.scss +0 -36
  630. package/lib/cjs/core-react/l10n/LocalizationProvider.d.ts.map +0 -1
  631. package/lib/cjs/core-react/l10n/LocalizationProvider.js +0 -30
  632. package/lib/cjs/core-react/l10n/LocalizationProvider.js.map +0 -1
  633. package/lib/cjs/core-react/l10n/usePackageTranslation.d.ts.map +0 -1
  634. package/lib/cjs/core-react/l10n/usePackageTranslation.js +0 -64
  635. package/lib/cjs/core-react/l10n/usePackageTranslation.js.map +0 -1
  636. package/lib/cjs/core-react/l10n/useTranslation.d.ts.map +0 -1
  637. package/lib/cjs/core-react/l10n/useTranslation.js +0 -30
  638. package/lib/cjs/core-react/l10n/useTranslation.js.map +0 -1
  639. package/lib/cjs/core-react/layout-variables.scss +0 -15
  640. package/lib/cjs/core-react/listbox/Listbox.d.ts.map +0 -1
  641. package/lib/cjs/core-react/listbox/Listbox.js +0 -220
  642. package/lib/cjs/core-react/listbox/Listbox.js.map +0 -1
  643. package/lib/cjs/core-react/listbox/Listbox.scss +0 -54
  644. package/lib/cjs/core-react/loading/LoadingBar.d.ts +0 -31
  645. package/lib/cjs/core-react/loading/LoadingBar.d.ts.map +0 -1
  646. package/lib/cjs/core-react/loading/LoadingBar.js +0 -41
  647. package/lib/cjs/core-react/loading/LoadingBar.js.map +0 -1
  648. package/lib/cjs/core-react/loading/LoadingBar.scss +0 -29
  649. package/lib/cjs/core-react/loading/LoadingPrompt.d.ts +0 -41
  650. package/lib/cjs/core-react/loading/LoadingPrompt.d.ts.map +0 -1
  651. package/lib/cjs/core-react/loading/LoadingPrompt.js +0 -45
  652. package/lib/cjs/core-react/loading/LoadingPrompt.js.map +0 -1
  653. package/lib/cjs/core-react/loading/LoadingPrompt.scss +0 -33
  654. package/lib/cjs/core-react/loading/LoadingSpinner.d.ts.map +0 -1
  655. package/lib/cjs/core-react/loading/LoadingSpinner.js +0 -31
  656. package/lib/cjs/core-react/loading/LoadingSpinner.js.map +0 -1
  657. package/lib/cjs/core-react/loading/LoadingSpinner.scss +0 -26
  658. package/lib/cjs/core-react/loading/LoadingStatus.d.ts +0 -26
  659. package/lib/cjs/core-react/loading/LoadingStatus.d.ts.map +0 -1
  660. package/lib/cjs/core-react/loading/LoadingStatus.js +0 -38
  661. package/lib/cjs/core-react/loading/LoadingStatus.js.map +0 -1
  662. package/lib/cjs/core-react/loading/index.scss +0 -5
  663. package/lib/cjs/core-react/loading/mixins.scss +0 -57
  664. package/lib/cjs/core-react/messagebox/MessageBox.d.ts +0 -90
  665. package/lib/cjs/core-react/messagebox/MessageBox.d.ts.map +0 -1
  666. package/lib/cjs/core-react/messagebox/MessageBox.js +0 -110
  667. package/lib/cjs/core-react/messagebox/MessageBox.js.map +0 -1
  668. package/lib/cjs/core-react/messagebox/MessageBox.scss +0 -56
  669. package/lib/cjs/core-react/notification/MessageRenderer.d.ts +0 -22
  670. package/lib/cjs/core-react/notification/MessageRenderer.d.ts.map +0 -1
  671. package/lib/cjs/core-react/notification/MessageRenderer.js +0 -87
  672. package/lib/cjs/core-react/notification/MessageRenderer.js.map +0 -1
  673. package/lib/cjs/core-react/notification/MessageType.d.ts.map +0 -1
  674. package/lib/cjs/core-react/notification/MessageType.js +0 -25
  675. package/lib/cjs/core-react/notification/MessageType.js.map +0 -1
  676. package/lib/cjs/core-react/popup/Popup.d.ts +0 -128
  677. package/lib/cjs/core-react/popup/Popup.d.ts.map +0 -1
  678. package/lib/cjs/core-react/popup/Popup.js +0 -470
  679. package/lib/cjs/core-react/popup/Popup.js.map +0 -1
  680. package/lib/cjs/core-react/popup/Popup.scss +0 -240
  681. package/lib/cjs/core-react/radialmenu/Annulus.d.ts +0 -54
  682. package/lib/cjs/core-react/radialmenu/Annulus.d.ts.map +0 -1
  683. package/lib/cjs/core-react/radialmenu/Annulus.js +0 -82
  684. package/lib/cjs/core-react/radialmenu/Annulus.js.map +0 -1
  685. package/lib/cjs/core-react/radialmenu/RadialMenu.d.ts +0 -96
  686. package/lib/cjs/core-react/radialmenu/RadialMenu.d.ts.map +0 -1
  687. package/lib/cjs/core-react/radialmenu/RadialMenu.js +0 -188
  688. package/lib/cjs/core-react/radialmenu/RadialMenu.js.map +0 -1
  689. package/lib/cjs/core-react/radialmenu/RadialMenu.scss +0 -55
  690. package/lib/cjs/core-react/searchbox/SearchBox.d.ts +0 -51
  691. package/lib/cjs/core-react/searchbox/SearchBox.d.ts.map +0 -1
  692. package/lib/cjs/core-react/searchbox/SearchBox.js +0 -119
  693. package/lib/cjs/core-react/searchbox/SearchBox.js.map +0 -1
  694. package/lib/cjs/core-react/searchbox/SearchBox.scss +0 -47
  695. package/lib/cjs/core-react/settings/SettingsContainer.d.ts +0 -35
  696. package/lib/cjs/core-react/settings/SettingsContainer.d.ts.map +0 -1
  697. package/lib/cjs/core-react/settings/SettingsContainer.js +0 -155
  698. package/lib/cjs/core-react/settings/SettingsContainer.js.map +0 -1
  699. package/lib/cjs/core-react/settings/SettingsContainer.scss +0 -68
  700. package/lib/cjs/core-react/settings/SettingsManager.d.ts.map +0 -1
  701. package/lib/cjs/core-react/settings/SettingsManager.js +0 -120
  702. package/lib/cjs/core-react/settings/SettingsManager.js.map +0 -1
  703. package/lib/cjs/core-react/style/index.scss +0 -10
  704. package/lib/cjs/core-react/tabs/Tabs.d.ts +0 -69
  705. package/lib/cjs/core-react/tabs/Tabs.d.ts.map +0 -1
  706. package/lib/cjs/core-react/tabs/Tabs.js +0 -121
  707. package/lib/cjs/core-react/tabs/Tabs.js.map +0 -1
  708. package/lib/cjs/core-react/tabs/VerticalTabs.d.ts +0 -11
  709. package/lib/cjs/core-react/tabs/VerticalTabs.d.ts.map +0 -1
  710. package/lib/cjs/core-react/tabs/VerticalTabs.js +0 -23
  711. package/lib/cjs/core-react/tabs/VerticalTabs.js.map +0 -1
  712. package/lib/cjs/core-react/tabs/classes.scss +0 -9
  713. package/lib/cjs/core-react/tabs/index.scss +0 -5
  714. package/lib/cjs/core-react/tabs/tabs.scss +0 -96
  715. package/lib/cjs/core-react/tabs/vertical.scss +0 -51
  716. package/lib/cjs/core-react/text/BlockText.d.ts +0 -11
  717. package/lib/cjs/core-react/text/BlockText.d.ts.map +0 -1
  718. package/lib/cjs/core-react/text/BlockText.js +0 -23
  719. package/lib/cjs/core-react/text/BlockText.js.map +0 -1
  720. package/lib/cjs/core-react/text/BodyText.d.ts +0 -11
  721. package/lib/cjs/core-react/text/BodyText.d.ts.map +0 -1
  722. package/lib/cjs/core-react/text/BodyText.js +0 -23
  723. package/lib/cjs/core-react/text/BodyText.js.map +0 -1
  724. package/lib/cjs/core-react/text/DisabledText.d.ts +0 -11
  725. package/lib/cjs/core-react/text/DisabledText.d.ts.map +0 -1
  726. package/lib/cjs/core-react/text/DisabledText.js +0 -22
  727. package/lib/cjs/core-react/text/DisabledText.js.map +0 -1
  728. package/lib/cjs/core-react/text/FilteredText.d.ts +0 -27
  729. package/lib/cjs/core-react/text/FilteredText.d.ts.map +0 -1
  730. package/lib/cjs/core-react/text/FilteredText.js +0 -40
  731. package/lib/cjs/core-react/text/FilteredText.js.map +0 -1
  732. package/lib/cjs/core-react/text/FilteredText.scss +0 -10
  733. package/lib/cjs/core-react/text/MutedText.d.ts +0 -11
  734. package/lib/cjs/core-react/text/MutedText.d.ts.map +0 -1
  735. package/lib/cjs/core-react/text/MutedText.js +0 -23
  736. package/lib/cjs/core-react/text/MutedText.js.map +0 -1
  737. package/lib/cjs/core-react/text/StyledText.d.ts +0 -19
  738. package/lib/cjs/core-react/text/StyledText.d.ts.map +0 -1
  739. package/lib/cjs/core-react/text/StyledText.js +0 -22
  740. package/lib/cjs/core-react/text/StyledText.js.map +0 -1
  741. package/lib/cjs/core-react/text/TextProps.d.ts +0 -12
  742. package/lib/cjs/core-react/text/TextProps.d.ts.map +0 -1
  743. package/lib/cjs/core-react/text/TextProps.js +0 -10
  744. package/lib/cjs/core-react/text/TextProps.js.map +0 -1
  745. package/lib/cjs/core-react/text/classes.scss +0 -18
  746. package/lib/cjs/core-react/text/disabled.scss +0 -9
  747. package/lib/cjs/core-react/text/index.scss +0 -10
  748. package/lib/cjs/core-react/text/mixins.scss +0 -24
  749. package/lib/cjs/core-react/text/muted.scss +0 -9
  750. package/lib/cjs/core-react/tree/Branch.d.ts +0 -22
  751. package/lib/cjs/core-react/tree/Branch.d.ts.map +0 -1
  752. package/lib/cjs/core-react/tree/Branch.js +0 -26
  753. package/lib/cjs/core-react/tree/Branch.js.map +0 -1
  754. package/lib/cjs/core-react/tree/ExpansionToggle.d.ts +0 -21
  755. package/lib/cjs/core-react/tree/ExpansionToggle.d.ts.map +0 -1
  756. package/lib/cjs/core-react/tree/ExpansionToggle.js +0 -31
  757. package/lib/cjs/core-react/tree/ExpansionToggle.js.map +0 -1
  758. package/lib/cjs/core-react/tree/Node.d.ts +0 -84
  759. package/lib/cjs/core-react/tree/Node.d.ts.map +0 -1
  760. package/lib/cjs/core-react/tree/Node.js +0 -92
  761. package/lib/cjs/core-react/tree/Node.js.map +0 -1
  762. package/lib/cjs/core-react/tree/Placeholder.d.ts +0 -25
  763. package/lib/cjs/core-react/tree/Placeholder.d.ts.map +0 -1
  764. package/lib/cjs/core-react/tree/Placeholder.js +0 -34
  765. package/lib/cjs/core-react/tree/Placeholder.js.map +0 -1
  766. package/lib/cjs/core-react/tree/Tree.d.ts +0 -31
  767. package/lib/cjs/core-react/tree/Tree.d.ts.map +0 -1
  768. package/lib/cjs/core-react/tree/Tree.js +0 -109
  769. package/lib/cjs/core-react/tree/Tree.js.map +0 -1
  770. package/lib/cjs/core-react/tree/Tree.scss +0 -21
  771. package/lib/cjs/core-react/uistate/LocalStateStorage.d.ts +0 -17
  772. package/lib/cjs/core-react/uistate/LocalStateStorage.d.ts.map +0 -1
  773. package/lib/cjs/core-react/uistate/LocalStateStorage.js +0 -52
  774. package/lib/cjs/core-react/uistate/LocalStateStorage.js.map +0 -1
  775. package/lib/cjs/core-react/uistate/UiStateEntry.d.ts +0 -32
  776. package/lib/cjs/core-react/uistate/UiStateEntry.d.ts.map +0 -1
  777. package/lib/cjs/core-react/uistate/UiStateEntry.js +0 -62
  778. package/lib/cjs/core-react/uistate/UiStateEntry.js.map +0 -1
  779. package/lib/cjs/core-react/uistate/UiStateStorage.d.ts.map +0 -1
  780. package/lib/cjs/core-react/uistate/UiStateStorage.js +0 -23
  781. package/lib/cjs/core-react/uistate/UiStateStorage.js.map +0 -1
  782. package/lib/cjs/core-react/utils/IconHelper.d.ts +0 -27
  783. package/lib/cjs/core-react/utils/IconHelper.d.ts.map +0 -1
  784. package/lib/cjs/core-react/utils/IconHelper.js +0 -86
  785. package/lib/cjs/core-react/utils/IconHelper.js.map +0 -1
  786. package/lib/cjs/core-react/utils/IconWebComponent.d.ts +0 -13
  787. package/lib/cjs/core-react/utils/IconWebComponent.d.ts.map +0 -1
  788. package/lib/cjs/core-react/utils/IconWebComponent.js +0 -117
  789. package/lib/cjs/core-react/utils/IconWebComponent.js.map +0 -1
  790. package/lib/cjs/core-react/utils/ListenerType.d.ts.map +0 -1
  791. package/lib/cjs/core-react/utils/ListenerType.js +0 -3
  792. package/lib/cjs/core-react/utils/ListenerType.js.map +0 -1
  793. package/lib/cjs/core-react/utils/Point.d.ts +0 -38
  794. package/lib/cjs/core-react/utils/Point.d.ts.map +0 -1
  795. package/lib/cjs/core-react/utils/Point.js +0 -74
  796. package/lib/cjs/core-react/utils/Point.js.map +0 -1
  797. package/lib/cjs/core-react/utils/PointProps.d.ts.map +0 -1
  798. package/lib/cjs/core-react/utils/PointProps.js +0 -3
  799. package/lib/cjs/core-react/utils/PointProps.js.map +0 -1
  800. package/lib/cjs/core-react/utils/Props.d.ts.map +0 -1
  801. package/lib/cjs/core-react/utils/Props.js +0 -10
  802. package/lib/cjs/core-react/utils/Props.js.map +0 -1
  803. package/lib/cjs/core-react/utils/Rectangle.d.ts +0 -147
  804. package/lib/cjs/core-react/utils/Rectangle.d.ts.map +0 -1
  805. package/lib/cjs/core-react/utils/Rectangle.js +0 -279
  806. package/lib/cjs/core-react/utils/Rectangle.js.map +0 -1
  807. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.d.ts.map +0 -1
  808. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.js +0 -40
  809. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.js.map +0 -1
  810. package/lib/cjs/core-react/utils/Size.d.ts +0 -25
  811. package/lib/cjs/core-react/utils/Size.d.ts.map +0 -1
  812. package/lib/cjs/core-react/utils/Size.js +0 -32
  813. package/lib/cjs/core-react/utils/Size.js.map +0 -1
  814. package/lib/cjs/core-react/utils/Timer.d.ts.map +0 -1
  815. package/lib/cjs/core-react/utils/Timer.js +0 -67
  816. package/lib/cjs/core-react/utils/Timer.js.map +0 -1
  817. package/lib/cjs/core-react/utils/UiGeometry.d.ts +0 -21
  818. package/lib/cjs/core-react/utils/UiGeometry.d.ts.map +0 -1
  819. package/lib/cjs/core-react/utils/UiGeometry.js +0 -33
  820. package/lib/cjs/core-react/utils/UiGeometry.js.map +0 -1
  821. package/lib/cjs/core-react/utils/flattenChildren.d.ts.map +0 -1
  822. package/lib/cjs/core-react/utils/flattenChildren.js +0 -27
  823. package/lib/cjs/core-react/utils/flattenChildren.js.map +0 -1
  824. package/lib/cjs/core-react/utils/getBestBWContrastColor.d.ts.map +0 -1
  825. package/lib/cjs/core-react/utils/getBestBWContrastColor.js +0 -23
  826. package/lib/cjs/core-react/utils/getBestBWContrastColor.js.map +0 -1
  827. package/lib/cjs/core-react/utils/getCssVariable.d.ts.map +0 -1
  828. package/lib/cjs/core-react/utils/getCssVariable.js +0 -35
  829. package/lib/cjs/core-react/utils/getCssVariable.js.map +0 -1
  830. package/lib/cjs/core-react/utils/getDisplayName.d.ts.map +0 -1
  831. package/lib/cjs/core-react/utils/getDisplayName.js +0 -22
  832. package/lib/cjs/core-react/utils/getDisplayName.js.map +0 -1
  833. package/lib/cjs/core-react/utils/getObjectClassName.d.ts +0 -9
  834. package/lib/cjs/core-react/utils/getObjectClassName.d.ts.map +0 -1
  835. package/lib/cjs/core-react/utils/getObjectClassName.js +0 -23
  836. package/lib/cjs/core-react/utils/getObjectClassName.js.map +0 -1
  837. package/lib/cjs/core-react/utils/getUserColor.d.ts.map +0 -1
  838. package/lib/cjs/core-react/utils/getUserColor.js +0 -40
  839. package/lib/cjs/core-react/utils/getUserColor.js.map +0 -1
  840. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.d.ts +0 -8
  841. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +0 -1
  842. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.js +0 -22
  843. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.js.map +0 -1
  844. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.d.ts.map +0 -1
  845. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.js +0 -103
  846. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.js.map +0 -1
  847. package/lib/cjs/core-react/utils/hooks/useDisposable.d.ts.map +0 -1
  848. package/lib/cjs/core-react/utils/hooks/useDisposable.js +0 -57
  849. package/lib/cjs/core-react/utils/hooks/useDisposable.js.map +0 -1
  850. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +0 -1
  851. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.js +0 -28
  852. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.js.map +0 -1
  853. package/lib/cjs/core-react/utils/hooks/useEventListener.d.ts +0 -12
  854. package/lib/cjs/core-react/utils/hooks/useEventListener.d.ts.map +0 -1
  855. package/lib/cjs/core-react/utils/hooks/useEventListener.js +0 -43
  856. package/lib/cjs/core-react/utils/hooks/useEventListener.js.map +0 -1
  857. package/lib/cjs/core-react/utils/hooks/useInterval.d.ts.map +0 -1
  858. package/lib/cjs/core-react/utils/hooks/useInterval.js +0 -40
  859. package/lib/cjs/core-react/utils/hooks/useInterval.js.map +0 -1
  860. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.d.ts.map +0 -1
  861. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.js +0 -68
  862. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.js.map +0 -1
  863. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.d.ts.map +0 -1
  864. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.js +0 -103
  865. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.js.map +0 -1
  866. package/lib/cjs/core-react/utils/hooks/useProximityToMouse.d.ts.map +0 -1
  867. package/lib/cjs/core-react/utils/hooks/useProximityToMouse.js +0 -114
  868. package/lib/cjs/core-react/utils/hooks/useProximityToMouse.js.map +0 -1
  869. package/lib/cjs/core-react/utils/hooks/useRefEffect.d.ts.map +0 -1
  870. package/lib/cjs/core-react/utils/hooks/useRefEffect.js +0 -24
  871. package/lib/cjs/core-react/utils/hooks/useRefEffect.js.map +0 -1
  872. package/lib/cjs/core-react/utils/hooks/useRefState.d.ts.map +0 -1
  873. package/lib/cjs/core-react/utils/hooks/useRefState.js +0 -36
  874. package/lib/cjs/core-react/utils/hooks/useRefState.js.map +0 -1
  875. package/lib/cjs/core-react/utils/hooks/useRefs.d.ts.map +0 -1
  876. package/lib/cjs/core-react/utils/hooks/useRefs.js +0 -54
  877. package/lib/cjs/core-react/utils/hooks/useRefs.js.map +0 -1
  878. package/lib/cjs/core-react/utils/hooks/useResizeObserver.d.ts.map +0 -1
  879. package/lib/cjs/core-react/utils/hooks/useResizeObserver.js +0 -211
  880. package/lib/cjs/core-react/utils/hooks/useResizeObserver.js.map +0 -1
  881. package/lib/cjs/core-react/utils/hooks/useTargeted.d.ts.map +0 -1
  882. package/lib/cjs/core-react/utils/hooks/useTargeted.js +0 -32
  883. package/lib/cjs/core-react/utils/hooks/useTargeted.js.map +0 -1
  884. package/lib/cjs/core-react/utils/hooks/useThrottledFn.d.ts.map +0 -1
  885. package/lib/cjs/core-react/utils/hooks/useThrottledFn.js +0 -26
  886. package/lib/cjs/core-react/utils/hooks/useThrottledFn.js.map +0 -1
  887. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.d.ts +0 -21
  888. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +0 -1
  889. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.js +0 -27
  890. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.js.map +0 -1
  891. package/lib/cjs/core-react/utils/isPromiseLike.d.ts +0 -8
  892. package/lib/cjs/core-react/utils/isPromiseLike.d.ts.map +0 -1
  893. package/lib/cjs/core-react/utils/isPromiseLike.js +0 -20
  894. package/lib/cjs/core-react/utils/isPromiseLike.js.map +0 -1
  895. package/lib/cjs/core-react/utils/matches.d.ts.map +0 -1
  896. package/lib/cjs/core-react/utils/matches.js +0 -7
  897. package/lib/cjs/core-react/utils/matches.js.map +0 -1
  898. package/lib/cjs/core-react/utils/reuseOrCreatePromise.d.ts.map +0 -1
  899. package/lib/cjs/core-react/utils/reuseOrCreatePromise.js +0 -33
  900. package/lib/cjs/core-react/utils/reuseOrCreatePromise.js.map +0 -1
  901. package/lib/cjs/core-react/utils/shallowDiffers.d.ts.map +0 -1
  902. package/lib/cjs/core-react/utils/shallowDiffers.js +0 -30
  903. package/lib/cjs/core-react/utils/shallowDiffers.js.map +0 -1
  904. package/lib/cjs/core-react/utils/typeUtils.d.ts.map +0 -1
  905. package/lib/cjs/core-react/utils/typeUtils.js +0 -10
  906. package/lib/cjs/core-react/utils/typeUtils.js.map +0 -1
  907. package/lib/cjs/core-react.d.ts +0 -242
  908. package/lib/cjs/core-react.d.ts.map +0 -1
  909. package/lib/cjs/core-react.js +0 -273
  910. package/lib/cjs/core-react.js.map +0 -1
  911. package/lib/esm/core-react/UiCore.d.ts +0 -38
  912. package/lib/esm/core-react/UiCore.d.ts.map +0 -1
  913. package/lib/esm/core-react/UiCore.js +0 -72
  914. package/lib/esm/core-react/UiCore.js.map +0 -1
  915. package/lib/esm/core-react/UiCore.json +0 -31
  916. package/lib/esm/core-react/_geometry.scss +0 -70
  917. package/lib/esm/core-react/_helpers.scss +0 -52
  918. package/lib/esm/core-react/_math.scss +0 -13
  919. package/lib/esm/core-react/_scrollbar.scss +0 -55
  920. package/lib/esm/core-react/_typography.scss +0 -44
  921. package/lib/esm/core-react/_z-index.scss +0 -47
  922. package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts +0 -99
  923. package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts.map +0 -1
  924. package/lib/esm/core-react/autosuggest/AutoSuggest.js +0 -170
  925. package/lib/esm/core-react/autosuggest/AutoSuggest.js.map +0 -1
  926. package/lib/esm/core-react/autosuggest/AutoSuggest.scss +0 -79
  927. package/lib/esm/core-react/badge/Badge.d.ts +0 -17
  928. package/lib/esm/core-react/badge/Badge.d.ts.map +0 -1
  929. package/lib/esm/core-react/badge/Badge.js +0 -25
  930. package/lib/esm/core-react/badge/Badge.js.map +0 -1
  931. package/lib/esm/core-react/badge/BadgeType.d.ts +0 -19
  932. package/lib/esm/core-react/badge/BadgeType.d.ts.map +0 -1
  933. package/lib/esm/core-react/badge/BadgeType.js +0 -14
  934. package/lib/esm/core-react/badge/BadgeType.js.map +0 -1
  935. package/lib/esm/core-react/badge/DeprecatedBadge.d.ts +0 -10
  936. package/lib/esm/core-react/badge/DeprecatedBadge.d.ts.map +0 -1
  937. package/lib/esm/core-react/badge/DeprecatedBadge.js.map +0 -1
  938. package/lib/esm/core-react/badge/DeprecatedBadge.scss +0 -11
  939. package/lib/esm/core-react/badge/NewBadge.d.ts +0 -10
  940. package/lib/esm/core-react/badge/NewBadge.d.ts.map +0 -1
  941. package/lib/esm/core-react/badge/NewBadge.js.map +0 -1
  942. package/lib/esm/core-react/badge/NewBadge.scss +0 -12
  943. package/lib/esm/core-react/badge/TechnicalPreviewBadge.d.ts +0 -10
  944. package/lib/esm/core-react/badge/TechnicalPreviewBadge.d.ts.map +0 -1
  945. package/lib/esm/core-react/badge/TechnicalPreviewBadge.js.map +0 -1
  946. package/lib/esm/core-react/badge/TechnicalPreviewBadge.scss +0 -11
  947. package/lib/esm/core-react/base/Centered.d.ts +0 -12
  948. package/lib/esm/core-react/base/Centered.d.ts.map +0 -1
  949. package/lib/esm/core-react/base/Centered.js +0 -20
  950. package/lib/esm/core-react/base/Centered.js.map +0 -1
  951. package/lib/esm/core-react/base/Div.d.ts +0 -19
  952. package/lib/esm/core-react/base/Div.d.ts.map +0 -1
  953. package/lib/esm/core-react/base/Div.js.map +0 -1
  954. package/lib/esm/core-react/base/DivWithOutsideClick.d.ts +0 -77
  955. package/lib/esm/core-react/base/DivWithOutsideClick.d.ts.map +0 -1
  956. package/lib/esm/core-react/base/DivWithOutsideClick.js +0 -17
  957. package/lib/esm/core-react/base/DivWithOutsideClick.js.map +0 -1
  958. package/lib/esm/core-react/base/FillCentered.d.ts +0 -12
  959. package/lib/esm/core-react/base/FillCentered.d.ts.map +0 -1
  960. package/lib/esm/core-react/base/FillCentered.js +0 -20
  961. package/lib/esm/core-react/base/FillCentered.js.map +0 -1
  962. package/lib/esm/core-react/base/FlexWrapContainer.d.ts +0 -13
  963. package/lib/esm/core-react/base/FlexWrapContainer.d.ts.map +0 -1
  964. package/lib/esm/core-react/base/FlexWrapContainer.js +0 -21
  965. package/lib/esm/core-react/base/FlexWrapContainer.js.map +0 -1
  966. package/lib/esm/core-react/base/Gap.d.ts +0 -18
  967. package/lib/esm/core-react/base/Gap.d.ts.map +0 -1
  968. package/lib/esm/core-react/base/Gap.js.map +0 -1
  969. package/lib/esm/core-react/base/PointerEvents.d.ts +0 -8
  970. package/lib/esm/core-react/base/PointerEvents.d.ts.map +0 -1
  971. package/lib/esm/core-react/base/PointerEvents.js.map +0 -1
  972. package/lib/esm/core-react/base/ScrollView.d.ts +0 -13
  973. package/lib/esm/core-react/base/ScrollView.d.ts.map +0 -1
  974. package/lib/esm/core-react/base/ScrollView.js +0 -21
  975. package/lib/esm/core-react/base/ScrollView.js.map +0 -1
  976. package/lib/esm/core-react/base/base.scss +0 -42
  977. package/lib/esm/core-react/base/classes.scss +0 -27
  978. package/lib/esm/core-react/base/index.scss +0 -5
  979. package/lib/esm/core-react/button/UnderlinedButton.d.ts +0 -27
  980. package/lib/esm/core-react/button/UnderlinedButton.d.ts.map +0 -1
  981. package/lib/esm/core-react/button/UnderlinedButton.js.map +0 -1
  982. package/lib/esm/core-react/button/UnderlinedButton.scss +0 -32
  983. package/lib/esm/core-react/checklistbox/CheckListBox.d.ts +0 -45
  984. package/lib/esm/core-react/checklistbox/CheckListBox.d.ts.map +0 -1
  985. package/lib/esm/core-react/checklistbox/CheckListBox.js.map +0 -1
  986. package/lib/esm/core-react/checklistbox/CheckListBox.scss +0 -22
  987. package/lib/esm/core-react/classes.scss +0 -10
  988. package/lib/esm/core-react/colorthemes.scss +0 -12
  989. package/lib/esm/core-react/colorvariables.scss +0 -139
  990. package/lib/esm/core-react/contextmenu/ContextMenu.d.ts +0 -91
  991. package/lib/esm/core-react/contextmenu/ContextMenu.d.ts.map +0 -1
  992. package/lib/esm/core-react/contextmenu/ContextMenu.js +0 -362
  993. package/lib/esm/core-react/contextmenu/ContextMenu.js.map +0 -1
  994. package/lib/esm/core-react/contextmenu/ContextMenu.scss +0 -231
  995. package/lib/esm/core-react/contextmenu/ContextMenuDirection.d.ts +0 -17
  996. package/lib/esm/core-react/contextmenu/ContextMenuDirection.d.ts.map +0 -1
  997. package/lib/esm/core-react/contextmenu/ContextMenuDirection.js.map +0 -1
  998. package/lib/esm/core-react/contextmenu/ContextMenuDivider.d.ts +0 -13
  999. package/lib/esm/core-react/contextmenu/ContextMenuDivider.d.ts.map +0 -1
  1000. package/lib/esm/core-react/contextmenu/ContextMenuDivider.js.map +0 -1
  1001. package/lib/esm/core-react/contextmenu/ContextMenuItem.d.ts +0 -65
  1002. package/lib/esm/core-react/contextmenu/ContextMenuItem.d.ts.map +0 -1
  1003. package/lib/esm/core-react/contextmenu/ContextMenuItem.js +0 -107
  1004. package/lib/esm/core-react/contextmenu/ContextMenuItem.js.map +0 -1
  1005. package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts +0 -51
  1006. package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts.map +0 -1
  1007. package/lib/esm/core-react/contextmenu/ContextSubMenu.js +0 -173
  1008. package/lib/esm/core-react/contextmenu/ContextSubMenu.js.map +0 -1
  1009. package/lib/esm/core-react/contextmenu/GlobalContextMenu.d.ts +0 -36
  1010. package/lib/esm/core-react/contextmenu/GlobalContextMenu.d.ts.map +0 -1
  1011. package/lib/esm/core-react/contextmenu/GlobalContextMenu.js +0 -59
  1012. package/lib/esm/core-react/contextmenu/GlobalContextMenu.js.map +0 -1
  1013. package/lib/esm/core-react/contextmenu/PopupContextMenu.d.ts +0 -57
  1014. package/lib/esm/core-react/contextmenu/PopupContextMenu.d.ts.map +0 -1
  1015. package/lib/esm/core-react/contextmenu/PopupContextMenu.js +0 -54
  1016. package/lib/esm/core-react/contextmenu/PopupContextMenu.js.map +0 -1
  1017. package/lib/esm/core-react/contextmenu/PopupContextMenu.scss +0 -8
  1018. package/lib/esm/core-react/contextmenu/TildeFinder.d.ts +0 -19
  1019. package/lib/esm/core-react/contextmenu/TildeFinder.d.ts.map +0 -1
  1020. package/lib/esm/core-react/contextmenu/TildeFinder.js.map +0 -1
  1021. package/lib/esm/core-react/dialog/Dialog.d.ts +0 -112
  1022. package/lib/esm/core-react/dialog/Dialog.d.ts.map +0 -1
  1023. package/lib/esm/core-react/dialog/Dialog.js +0 -205
  1024. package/lib/esm/core-react/dialog/Dialog.js.map +0 -1
  1025. package/lib/esm/core-react/dialog/Dialog.scss +0 -57
  1026. package/lib/esm/core-react/dialog/GlobalDialog.d.ts +0 -32
  1027. package/lib/esm/core-react/dialog/GlobalDialog.d.ts.map +0 -1
  1028. package/lib/esm/core-react/dialog/GlobalDialog.js +0 -57
  1029. package/lib/esm/core-react/dialog/GlobalDialog.js.map +0 -1
  1030. package/lib/esm/core-react/elementseparator/ElementSeparator.d.ts +0 -44
  1031. package/lib/esm/core-react/elementseparator/ElementSeparator.d.ts.map +0 -1
  1032. package/lib/esm/core-react/elementseparator/ElementSeparator.js +0 -163
  1033. package/lib/esm/core-react/elementseparator/ElementSeparator.js.map +0 -1
  1034. package/lib/esm/core-react/elementseparator/ElementSeparator.scss +0 -95
  1035. package/lib/esm/core-react/enums/Alignment.d.ts +0 -25
  1036. package/lib/esm/core-react/enums/Alignment.d.ts.map +0 -1
  1037. package/lib/esm/core-react/enums/Alignment.js.map +0 -1
  1038. package/lib/esm/core-react/enums/CheckBoxState.d.ts +0 -23
  1039. package/lib/esm/core-react/enums/CheckBoxState.d.ts.map +0 -1
  1040. package/lib/esm/core-react/enums/CheckBoxState.js.map +0 -1
  1041. package/lib/esm/core-react/enums/Orientation.d.ts +0 -13
  1042. package/lib/esm/core-react/enums/Orientation.d.ts.map +0 -1
  1043. package/lib/esm/core-react/enums/Orientation.js.map +0 -1
  1044. package/lib/esm/core-react/enums/SortDirection.d.ts +0 -14
  1045. package/lib/esm/core-react/enums/SortDirection.d.ts.map +0 -1
  1046. package/lib/esm/core-react/enums/SortDirection.js.map +0 -1
  1047. package/lib/esm/core-react/enums/TimeFormat.d.ts +0 -16
  1048. package/lib/esm/core-react/enums/TimeFormat.d.ts.map +0 -1
  1049. package/lib/esm/core-react/enums/TimeFormat.js.map +0 -1
  1050. package/lib/esm/core-react/expandable/ExpandableList.d.ts +0 -37
  1051. package/lib/esm/core-react/expandable/ExpandableList.d.ts.map +0 -1
  1052. package/lib/esm/core-react/expandable/ExpandableList.js.map +0 -1
  1053. package/lib/esm/core-react/focus/ItemKeyboardNavigator.d.ts +0 -53
  1054. package/lib/esm/core-react/focus/ItemKeyboardNavigator.d.ts.map +0 -1
  1055. package/lib/esm/core-react/focus/ItemKeyboardNavigator.js +0 -173
  1056. package/lib/esm/core-react/focus/ItemKeyboardNavigator.js.map +0 -1
  1057. package/lib/esm/core-react/focustrap/FocusTrap.d.ts +0 -29
  1058. package/lib/esm/core-react/focustrap/FocusTrap.d.ts.map +0 -1
  1059. package/lib/esm/core-react/focustrap/FocusTrap.js +0 -196
  1060. package/lib/esm/core-react/focustrap/FocusTrap.js.map +0 -1
  1061. package/lib/esm/core-react/hocs/withIsPressed.d.ts +0 -76
  1062. package/lib/esm/core-react/hocs/withIsPressed.d.ts.map +0 -1
  1063. package/lib/esm/core-react/hocs/withIsPressed.js.map +0 -1
  1064. package/lib/esm/core-react/hocs/withOnOutsideClick.d.ts +0 -100
  1065. package/lib/esm/core-react/hocs/withOnOutsideClick.d.ts.map +0 -1
  1066. package/lib/esm/core-react/hocs/withOnOutsideClick.js.map +0 -1
  1067. package/lib/esm/core-react/hocs/withTimeout.d.ts +0 -73
  1068. package/lib/esm/core-react/hocs/withTimeout.d.ts.map +0 -1
  1069. package/lib/esm/core-react/hocs/withTimeout.js +0 -44
  1070. package/lib/esm/core-react/hocs/withTimeout.js.map +0 -1
  1071. package/lib/esm/core-react/icons/ConditionalIconItem.d.ts +0 -28
  1072. package/lib/esm/core-react/icons/ConditionalIconItem.d.ts.map +0 -1
  1073. package/lib/esm/core-react/icons/ConditionalIconItem.js.map +0 -1
  1074. package/lib/esm/core-react/icons/IconComponent.d.ts +0 -34
  1075. package/lib/esm/core-react/icons/IconComponent.d.ts.map +0 -1
  1076. package/lib/esm/core-react/icons/IconComponent.js +0 -77
  1077. package/lib/esm/core-react/icons/IconComponent.js.map +0 -1
  1078. package/lib/esm/core-react/icons/IconComponent.scss +0 -19
  1079. package/lib/esm/core-react/icons/SvgPath.d.ts +0 -26
  1080. package/lib/esm/core-react/icons/SvgPath.d.ts.map +0 -1
  1081. package/lib/esm/core-react/icons/SvgPath.js.map +0 -1
  1082. package/lib/esm/core-react/icons/SvgPath.scss +0 -15
  1083. package/lib/esm/core-react/icons/WebFontIcon.d.ts +0 -28
  1084. package/lib/esm/core-react/icons/WebFontIcon.d.ts.map +0 -1
  1085. package/lib/esm/core-react/icons/WebFontIcon.js.map +0 -1
  1086. package/lib/esm/core-react/icons/WebFontIcon.scss +0 -17
  1087. package/lib/esm/core-react/icons/classes.scss +0 -18
  1088. package/lib/esm/core-react/icons/index.scss +0 -6
  1089. package/lib/esm/core-react/icons/mixins.scss +0 -25
  1090. package/lib/esm/core-react/icons/variables.scss +0 -12
  1091. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.d.ts +0 -43
  1092. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.d.ts.map +0 -1
  1093. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.js +0 -49
  1094. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.js.map +0 -1
  1095. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.scss +0 -54
  1096. package/lib/esm/core-react/index.scss +0 -20
  1097. package/lib/esm/core-react/inputs/Input.d.ts +0 -21
  1098. package/lib/esm/core-react/inputs/Input.d.ts.map +0 -1
  1099. package/lib/esm/core-react/inputs/Input.js +0 -42
  1100. package/lib/esm/core-react/inputs/Input.js.map +0 -1
  1101. package/lib/esm/core-react/inputs/InputLabel.d.ts +0 -23
  1102. package/lib/esm/core-react/inputs/InputLabel.d.ts.map +0 -1
  1103. package/lib/esm/core-react/inputs/InputLabel.js +0 -33
  1104. package/lib/esm/core-react/inputs/InputLabel.js.map +0 -1
  1105. package/lib/esm/core-react/inputs/InputStatus.d.ts +0 -13
  1106. package/lib/esm/core-react/inputs/InputStatus.d.ts.map +0 -1
  1107. package/lib/esm/core-react/inputs/InputStatus.js.map +0 -1
  1108. package/lib/esm/core-react/inputs/LabeledComponentProps.d.ts +0 -36
  1109. package/lib/esm/core-react/inputs/LabeledComponentProps.d.ts.map +0 -1
  1110. package/lib/esm/core-react/inputs/LabeledComponentProps.js.map +0 -1
  1111. package/lib/esm/core-react/inputs/classes.scss +0 -12
  1112. package/lib/esm/core-react/inputs/iconinput/IconInput.d.ts +0 -26
  1113. package/lib/esm/core-react/inputs/iconinput/IconInput.d.ts.map +0 -1
  1114. package/lib/esm/core-react/inputs/iconinput/IconInput.js +0 -29
  1115. package/lib/esm/core-react/inputs/iconinput/IconInput.js.map +0 -1
  1116. package/lib/esm/core-react/inputs/iconinput/IconInput.scss +0 -34
  1117. package/lib/esm/core-react/inputs/index.scss +0 -9
  1118. package/lib/esm/core-react/inputs/input-label.scss +0 -89
  1119. package/lib/esm/core-react/inputs/input.scss +0 -54
  1120. package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts +0 -56
  1121. package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts.map +0 -1
  1122. package/lib/esm/core-react/inputs/numberinput/NumberInput.js +0 -160
  1123. package/lib/esm/core-react/inputs/numberinput/NumberInput.js.map +0 -1
  1124. package/lib/esm/core-react/inputs/numberinput/NumberInput.scss +0 -88
  1125. package/lib/esm/core-react/inputs/variables.scss +0 -36
  1126. package/lib/esm/core-react/l10n/LocalizationProvider.d.ts +0 -21
  1127. package/lib/esm/core-react/l10n/LocalizationProvider.d.ts.map +0 -1
  1128. package/lib/esm/core-react/l10n/LocalizationProvider.js.map +0 -1
  1129. package/lib/esm/core-react/l10n/usePackageTranslation.d.ts +0 -15
  1130. package/lib/esm/core-react/l10n/usePackageTranslation.d.ts.map +0 -1
  1131. package/lib/esm/core-react/l10n/usePackageTranslation.js +0 -60
  1132. package/lib/esm/core-react/l10n/usePackageTranslation.js.map +0 -1
  1133. package/lib/esm/core-react/l10n/useTranslation.d.ts +0 -7
  1134. package/lib/esm/core-react/l10n/useTranslation.d.ts.map +0 -1
  1135. package/lib/esm/core-react/l10n/useTranslation.js +0 -26
  1136. package/lib/esm/core-react/l10n/useTranslation.js.map +0 -1
  1137. package/lib/esm/core-react/layout-variables.scss +0 -15
  1138. package/lib/esm/core-react/listbox/Listbox.d.ts +0 -59
  1139. package/lib/esm/core-react/listbox/Listbox.d.ts.map +0 -1
  1140. package/lib/esm/core-react/listbox/Listbox.js.map +0 -1
  1141. package/lib/esm/core-react/listbox/Listbox.scss +0 -54
  1142. package/lib/esm/core-react/loading/LoadingBar.d.ts +0 -31
  1143. package/lib/esm/core-react/loading/LoadingBar.d.ts.map +0 -1
  1144. package/lib/esm/core-react/loading/LoadingBar.js.map +0 -1
  1145. package/lib/esm/core-react/loading/LoadingBar.scss +0 -29
  1146. package/lib/esm/core-react/loading/LoadingPrompt.d.ts +0 -41
  1147. package/lib/esm/core-react/loading/LoadingPrompt.d.ts.map +0 -1
  1148. package/lib/esm/core-react/loading/LoadingPrompt.js +0 -41
  1149. package/lib/esm/core-react/loading/LoadingPrompt.js.map +0 -1
  1150. package/lib/esm/core-react/loading/LoadingPrompt.scss +0 -33
  1151. package/lib/esm/core-react/loading/LoadingSpinner.d.ts +0 -37
  1152. package/lib/esm/core-react/loading/LoadingSpinner.d.ts.map +0 -1
  1153. package/lib/esm/core-react/loading/LoadingSpinner.js.map +0 -1
  1154. package/lib/esm/core-react/loading/LoadingSpinner.scss +0 -26
  1155. package/lib/esm/core-react/loading/LoadingStatus.d.ts +0 -26
  1156. package/lib/esm/core-react/loading/LoadingStatus.d.ts.map +0 -1
  1157. package/lib/esm/core-react/loading/LoadingStatus.js.map +0 -1
  1158. package/lib/esm/core-react/loading/LoadingStatus.scss +0 -20
  1159. package/lib/esm/core-react/loading/index.scss +0 -5
  1160. package/lib/esm/core-react/loading/mixins.scss +0 -57
  1161. package/lib/esm/core-react/messagebox/MessageBox.d.ts +0 -90
  1162. package/lib/esm/core-react/messagebox/MessageBox.d.ts.map +0 -1
  1163. package/lib/esm/core-react/messagebox/MessageBox.js +0 -105
  1164. package/lib/esm/core-react/messagebox/MessageBox.js.map +0 -1
  1165. package/lib/esm/core-react/messagebox/MessageBox.scss +0 -56
  1166. package/lib/esm/core-react/notification/MessageRenderer.d.ts +0 -22
  1167. package/lib/esm/core-react/notification/MessageRenderer.d.ts.map +0 -1
  1168. package/lib/esm/core-react/notification/MessageRenderer.js +0 -83
  1169. package/lib/esm/core-react/notification/MessageRenderer.js.map +0 -1
  1170. package/lib/esm/core-react/notification/MessageType.d.ts +0 -25
  1171. package/lib/esm/core-react/notification/MessageType.d.ts.map +0 -1
  1172. package/lib/esm/core-react/notification/MessageType.js.map +0 -1
  1173. package/lib/esm/core-react/popup/Popup.d.ts +0 -128
  1174. package/lib/esm/core-react/popup/Popup.d.ts.map +0 -1
  1175. package/lib/esm/core-react/popup/Popup.js +0 -466
  1176. package/lib/esm/core-react/popup/Popup.js.map +0 -1
  1177. package/lib/esm/core-react/popup/Popup.scss +0 -240
  1178. package/lib/esm/core-react/radialmenu/Annulus.d.ts +0 -54
  1179. package/lib/esm/core-react/radialmenu/Annulus.d.ts.map +0 -1
  1180. package/lib/esm/core-react/radialmenu/Annulus.js +0 -75
  1181. package/lib/esm/core-react/radialmenu/Annulus.js.map +0 -1
  1182. package/lib/esm/core-react/radialmenu/RadialMenu.d.ts +0 -96
  1183. package/lib/esm/core-react/radialmenu/RadialMenu.d.ts.map +0 -1
  1184. package/lib/esm/core-react/radialmenu/RadialMenu.js +0 -183
  1185. package/lib/esm/core-react/radialmenu/RadialMenu.js.map +0 -1
  1186. package/lib/esm/core-react/radialmenu/RadialMenu.scss +0 -55
  1187. package/lib/esm/core-react/searchbox/SearchBox.d.ts +0 -51
  1188. package/lib/esm/core-react/searchbox/SearchBox.d.ts.map +0 -1
  1189. package/lib/esm/core-react/searchbox/SearchBox.js +0 -115
  1190. package/lib/esm/core-react/searchbox/SearchBox.js.map +0 -1
  1191. package/lib/esm/core-react/searchbox/SearchBox.scss +0 -47
  1192. package/lib/esm/core-react/settings/SettingsContainer.d.ts +0 -35
  1193. package/lib/esm/core-react/settings/SettingsContainer.d.ts.map +0 -1
  1194. package/lib/esm/core-react/settings/SettingsContainer.js +0 -149
  1195. package/lib/esm/core-react/settings/SettingsContainer.js.map +0 -1
  1196. package/lib/esm/core-react/settings/SettingsContainer.scss +0 -68
  1197. package/lib/esm/core-react/settings/SettingsManager.d.ts +0 -137
  1198. package/lib/esm/core-react/settings/SettingsManager.d.ts.map +0 -1
  1199. package/lib/esm/core-react/settings/SettingsManager.js +0 -112
  1200. package/lib/esm/core-react/settings/SettingsManager.js.map +0 -1
  1201. package/lib/esm/core-react/style/baseline.scss +0 -11
  1202. package/lib/esm/core-react/style/breakpoints.scss +0 -59
  1203. package/lib/esm/core-react/style/colors.scss +0 -77
  1204. package/lib/esm/core-react/style/index.scss +0 -10
  1205. package/lib/esm/core-react/style/mixins.scss +0 -23
  1206. package/lib/esm/core-react/style/opacity.scss +0 -16
  1207. package/lib/esm/core-react/style/themecolors.scss +0 -133
  1208. package/lib/esm/core-react/tabs/Tabs.d.ts +0 -69
  1209. package/lib/esm/core-react/tabs/Tabs.d.ts.map +0 -1
  1210. package/lib/esm/core-react/tabs/Tabs.js +0 -117
  1211. package/lib/esm/core-react/tabs/Tabs.js.map +0 -1
  1212. package/lib/esm/core-react/tabs/VerticalTabs.d.ts +0 -11
  1213. package/lib/esm/core-react/tabs/VerticalTabs.d.ts.map +0 -1
  1214. package/lib/esm/core-react/tabs/VerticalTabs.js +0 -19
  1215. package/lib/esm/core-react/tabs/VerticalTabs.js.map +0 -1
  1216. package/lib/esm/core-react/tabs/classes.scss +0 -9
  1217. package/lib/esm/core-react/tabs/index.scss +0 -5
  1218. package/lib/esm/core-react/tabs/tabs.scss +0 -96
  1219. package/lib/esm/core-react/tabs/vertical.scss +0 -51
  1220. package/lib/esm/core-react/text/BlockText.d.ts +0 -11
  1221. package/lib/esm/core-react/text/BlockText.d.ts.map +0 -1
  1222. package/lib/esm/core-react/text/BlockText.js +0 -19
  1223. package/lib/esm/core-react/text/BlockText.js.map +0 -1
  1224. package/lib/esm/core-react/text/BodyText.d.ts +0 -11
  1225. package/lib/esm/core-react/text/BodyText.d.ts.map +0 -1
  1226. package/lib/esm/core-react/text/BodyText.js +0 -19
  1227. package/lib/esm/core-react/text/BodyText.js.map +0 -1
  1228. package/lib/esm/core-react/text/DisabledText.d.ts +0 -11
  1229. package/lib/esm/core-react/text/DisabledText.d.ts.map +0 -1
  1230. package/lib/esm/core-react/text/DisabledText.js +0 -18
  1231. package/lib/esm/core-react/text/DisabledText.js.map +0 -1
  1232. package/lib/esm/core-react/text/FilteredText.d.ts +0 -27
  1233. package/lib/esm/core-react/text/FilteredText.d.ts.map +0 -1
  1234. package/lib/esm/core-react/text/FilteredText.js.map +0 -1
  1235. package/lib/esm/core-react/text/FilteredText.scss +0 -10
  1236. package/lib/esm/core-react/text/MutedText.d.ts +0 -11
  1237. package/lib/esm/core-react/text/MutedText.d.ts.map +0 -1
  1238. package/lib/esm/core-react/text/MutedText.js +0 -19
  1239. package/lib/esm/core-react/text/MutedText.js.map +0 -1
  1240. package/lib/esm/core-react/text/StyledText.d.ts +0 -19
  1241. package/lib/esm/core-react/text/StyledText.d.ts.map +0 -1
  1242. package/lib/esm/core-react/text/StyledText.js.map +0 -1
  1243. package/lib/esm/core-react/text/TextProps.d.ts +0 -12
  1244. package/lib/esm/core-react/text/TextProps.d.ts.map +0 -1
  1245. package/lib/esm/core-react/text/TextProps.js.map +0 -1
  1246. package/lib/esm/core-react/text/block.scss +0 -15
  1247. package/lib/esm/core-react/text/body.scss +0 -13
  1248. package/lib/esm/core-react/text/classes.scss +0 -18
  1249. package/lib/esm/core-react/text/disabled.scss +0 -9
  1250. package/lib/esm/core-react/text/index.scss +0 -10
  1251. package/lib/esm/core-react/text/mixins.scss +0 -24
  1252. package/lib/esm/core-react/text/muted.scss +0 -9
  1253. package/lib/esm/core-react/tree/Branch.d.ts +0 -22
  1254. package/lib/esm/core-react/tree/Branch.d.ts.map +0 -1
  1255. package/lib/esm/core-react/tree/Branch.js.map +0 -1
  1256. package/lib/esm/core-react/tree/Branch.scss +0 -13
  1257. package/lib/esm/core-react/tree/ExpansionToggle.d.ts +0 -21
  1258. package/lib/esm/core-react/tree/ExpansionToggle.d.ts.map +0 -1
  1259. package/lib/esm/core-react/tree/ExpansionToggle.js +0 -27
  1260. package/lib/esm/core-react/tree/ExpansionToggle.js.map +0 -1
  1261. package/lib/esm/core-react/tree/ExpansionToggle.scss +0 -32
  1262. package/lib/esm/core-react/tree/Node.d.ts +0 -84
  1263. package/lib/esm/core-react/tree/Node.d.ts.map +0 -1
  1264. package/lib/esm/core-react/tree/Node.js +0 -88
  1265. package/lib/esm/core-react/tree/Node.js.map +0 -1
  1266. package/lib/esm/core-react/tree/Node.scss +0 -68
  1267. package/lib/esm/core-react/tree/Placeholder.d.ts +0 -25
  1268. package/lib/esm/core-react/tree/Placeholder.d.ts.map +0 -1
  1269. package/lib/esm/core-react/tree/Placeholder.js +0 -30
  1270. package/lib/esm/core-react/tree/Placeholder.js.map +0 -1
  1271. package/lib/esm/core-react/tree/Placeholder.scss +0 -17
  1272. package/lib/esm/core-react/tree/Tree.d.ts +0 -31
  1273. package/lib/esm/core-react/tree/Tree.d.ts.map +0 -1
  1274. package/lib/esm/core-react/tree/Tree.js +0 -105
  1275. package/lib/esm/core-react/tree/Tree.js.map +0 -1
  1276. package/lib/esm/core-react/tree/Tree.scss +0 -21
  1277. package/lib/esm/core-react/uistate/LocalStateStorage.d.ts +0 -17
  1278. package/lib/esm/core-react/uistate/LocalStateStorage.d.ts.map +0 -1
  1279. package/lib/esm/core-react/uistate/LocalStateStorage.js +0 -48
  1280. package/lib/esm/core-react/uistate/LocalStateStorage.js.map +0 -1
  1281. package/lib/esm/core-react/uistate/UiStateEntry.d.ts +0 -32
  1282. package/lib/esm/core-react/uistate/UiStateEntry.d.ts.map +0 -1
  1283. package/lib/esm/core-react/uistate/UiStateEntry.js +0 -58
  1284. package/lib/esm/core-react/uistate/UiStateEntry.js.map +0 -1
  1285. package/lib/esm/core-react/uistate/UiStateStorage.d.ts +0 -32
  1286. package/lib/esm/core-react/uistate/UiStateStorage.d.ts.map +0 -1
  1287. package/lib/esm/core-react/uistate/UiStateStorage.js.map +0 -1
  1288. package/lib/esm/core-react/utils/IconHelper.d.ts +0 -27
  1289. package/lib/esm/core-react/utils/IconHelper.d.ts.map +0 -1
  1290. package/lib/esm/core-react/utils/IconHelper.js +0 -82
  1291. package/lib/esm/core-react/utils/IconHelper.js.map +0 -1
  1292. package/lib/esm/core-react/utils/IconWebComponent.d.ts +0 -13
  1293. package/lib/esm/core-react/utils/IconWebComponent.d.ts.map +0 -1
  1294. package/lib/esm/core-react/utils/IconWebComponent.js +0 -112
  1295. package/lib/esm/core-react/utils/IconWebComponent.js.map +0 -1
  1296. package/lib/esm/core-react/utils/ListenerType.d.ts +0 -15
  1297. package/lib/esm/core-react/utils/ListenerType.d.ts.map +0 -1
  1298. package/lib/esm/core-react/utils/ListenerType.js.map +0 -1
  1299. package/lib/esm/core-react/utils/Point.d.ts +0 -38
  1300. package/lib/esm/core-react/utils/Point.d.ts.map +0 -1
  1301. package/lib/esm/core-react/utils/Point.js +0 -70
  1302. package/lib/esm/core-react/utils/Point.js.map +0 -1
  1303. package/lib/esm/core-react/utils/PointProps.d.ts +0 -9
  1304. package/lib/esm/core-react/utils/PointProps.d.ts.map +0 -1
  1305. package/lib/esm/core-react/utils/PointProps.js.map +0 -1
  1306. package/lib/esm/core-react/utils/Props.d.ts +0 -43
  1307. package/lib/esm/core-react/utils/Props.d.ts.map +0 -1
  1308. package/lib/esm/core-react/utils/Props.js.map +0 -1
  1309. package/lib/esm/core-react/utils/Rectangle.d.ts +0 -147
  1310. package/lib/esm/core-react/utils/Rectangle.d.ts.map +0 -1
  1311. package/lib/esm/core-react/utils/Rectangle.js +0 -275
  1312. package/lib/esm/core-react/utils/Rectangle.js.map +0 -1
  1313. package/lib/esm/core-react/utils/ScrollPositionMaintainer.d.ts +0 -25
  1314. package/lib/esm/core-react/utils/ScrollPositionMaintainer.d.ts.map +0 -1
  1315. package/lib/esm/core-react/utils/ScrollPositionMaintainer.js.map +0 -1
  1316. package/lib/esm/core-react/utils/Size.d.ts +0 -25
  1317. package/lib/esm/core-react/utils/Size.d.ts.map +0 -1
  1318. package/lib/esm/core-react/utils/Size.js +0 -28
  1319. package/lib/esm/core-react/utils/Size.js.map +0 -1
  1320. package/lib/esm/core-react/utils/Timer.d.ts +0 -38
  1321. package/lib/esm/core-react/utils/Timer.d.ts.map +0 -1
  1322. package/lib/esm/core-react/utils/Timer.js.map +0 -1
  1323. package/lib/esm/core-react/utils/UiGeometry.d.ts +0 -21
  1324. package/lib/esm/core-react/utils/UiGeometry.d.ts.map +0 -1
  1325. package/lib/esm/core-react/utils/UiGeometry.js +0 -29
  1326. package/lib/esm/core-react/utils/UiGeometry.js.map +0 -1
  1327. package/lib/esm/core-react/utils/flattenChildren.d.ts +0 -9
  1328. package/lib/esm/core-react/utils/flattenChildren.d.ts.map +0 -1
  1329. package/lib/esm/core-react/utils/flattenChildren.js.map +0 -1
  1330. package/lib/esm/core-react/utils/getBestBWContrastColor.d.ts +0 -8
  1331. package/lib/esm/core-react/utils/getBestBWContrastColor.d.ts.map +0 -1
  1332. package/lib/esm/core-react/utils/getBestBWContrastColor.js.map +0 -1
  1333. package/lib/esm/core-react/utils/getCssVariable.d.ts +0 -14
  1334. package/lib/esm/core-react/utils/getCssVariable.d.ts.map +0 -1
  1335. package/lib/esm/core-react/utils/getCssVariable.js.map +0 -1
  1336. package/lib/esm/core-react/utils/getDisplayName.d.ts +0 -9
  1337. package/lib/esm/core-react/utils/getDisplayName.d.ts.map +0 -1
  1338. package/lib/esm/core-react/utils/getDisplayName.js.map +0 -1
  1339. package/lib/esm/core-react/utils/getObjectClassName.d.ts +0 -9
  1340. package/lib/esm/core-react/utils/getObjectClassName.d.ts.map +0 -1
  1341. package/lib/esm/core-react/utils/getObjectClassName.js +0 -19
  1342. package/lib/esm/core-react/utils/getObjectClassName.js.map +0 -1
  1343. package/lib/esm/core-react/utils/getUserColor.d.ts +0 -8
  1344. package/lib/esm/core-react/utils/getUserColor.d.ts.map +0 -1
  1345. package/lib/esm/core-react/utils/getUserColor.js.map +0 -1
  1346. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.d.ts +0 -8
  1347. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +0 -1
  1348. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.js +0 -18
  1349. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.js.map +0 -1
  1350. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.d.ts +0 -9
  1351. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.d.ts.map +0 -1
  1352. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.js +0 -99
  1353. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.js.map +0 -1
  1354. package/lib/esm/core-react/utils/hooks/useDisposable.d.ts +0 -21
  1355. package/lib/esm/core-react/utils/hooks/useDisposable.d.ts.map +0 -1
  1356. package/lib/esm/core-react/utils/hooks/useDisposable.js.map +0 -1
  1357. package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.d.ts +0 -10
  1358. package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +0 -1
  1359. package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.js.map +0 -1
  1360. package/lib/esm/core-react/utils/hooks/useEventListener.d.ts +0 -12
  1361. package/lib/esm/core-react/utils/hooks/useEventListener.d.ts.map +0 -1
  1362. package/lib/esm/core-react/utils/hooks/useEventListener.js +0 -39
  1363. package/lib/esm/core-react/utils/hooks/useEventListener.js.map +0 -1
  1364. package/lib/esm/core-react/utils/hooks/useInterval.d.ts +0 -7
  1365. package/lib/esm/core-react/utils/hooks/useInterval.d.ts.map +0 -1
  1366. package/lib/esm/core-react/utils/hooks/useInterval.js.map +0 -1
  1367. package/lib/esm/core-react/utils/hooks/useLifecycleLogging.d.ts +0 -6
  1368. package/lib/esm/core-react/utils/hooks/useLifecycleLogging.d.ts.map +0 -1
  1369. package/lib/esm/core-react/utils/hooks/useLifecycleLogging.js.map +0 -1
  1370. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.d.ts +0 -17
  1371. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.d.ts.map +0 -1
  1372. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.js +0 -99
  1373. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.js.map +0 -1
  1374. package/lib/esm/core-react/utils/hooks/useProximityToMouse.d.ts +0 -56
  1375. package/lib/esm/core-react/utils/hooks/useProximityToMouse.d.ts.map +0 -1
  1376. package/lib/esm/core-react/utils/hooks/useProximityToMouse.js +0 -102
  1377. package/lib/esm/core-react/utils/hooks/useProximityToMouse.js.map +0 -1
  1378. package/lib/esm/core-react/utils/hooks/useRefEffect.d.ts +0 -8
  1379. package/lib/esm/core-react/utils/hooks/useRefEffect.d.ts.map +0 -1
  1380. package/lib/esm/core-react/utils/hooks/useRefEffect.js.map +0 -1
  1381. package/lib/esm/core-react/utils/hooks/useRefState.d.ts +0 -22
  1382. package/lib/esm/core-react/utils/hooks/useRefState.d.ts.map +0 -1
  1383. package/lib/esm/core-react/utils/hooks/useRefState.js.map +0 -1
  1384. package/lib/esm/core-react/utils/hooks/useRefs.d.ts +0 -13
  1385. package/lib/esm/core-react/utils/hooks/useRefs.d.ts.map +0 -1
  1386. package/lib/esm/core-react/utils/hooks/useRefs.js.map +0 -1
  1387. package/lib/esm/core-react/utils/hooks/useResizeObserver.d.ts +0 -43
  1388. package/lib/esm/core-react/utils/hooks/useResizeObserver.d.ts.map +0 -1
  1389. package/lib/esm/core-react/utils/hooks/useResizeObserver.js +0 -204
  1390. package/lib/esm/core-react/utils/hooks/useResizeObserver.js.map +0 -1
  1391. package/lib/esm/core-react/utils/hooks/useTargeted.d.ts +0 -9
  1392. package/lib/esm/core-react/utils/hooks/useTargeted.d.ts.map +0 -1
  1393. package/lib/esm/core-react/utils/hooks/useTargeted.js.map +0 -1
  1394. package/lib/esm/core-react/utils/hooks/useThrottledFn.d.ts +0 -16
  1395. package/lib/esm/core-react/utils/hooks/useThrottledFn.d.ts.map +0 -1
  1396. package/lib/esm/core-react/utils/hooks/useThrottledFn.js.map +0 -1
  1397. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.d.ts +0 -21
  1398. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +0 -1
  1399. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.js +0 -23
  1400. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.js.map +0 -1
  1401. package/lib/esm/core-react/utils/isPromiseLike.d.ts +0 -8
  1402. package/lib/esm/core-react/utils/isPromiseLike.d.ts.map +0 -1
  1403. package/lib/esm/core-react/utils/isPromiseLike.js +0 -16
  1404. package/lib/esm/core-react/utils/isPromiseLike.js.map +0 -1
  1405. package/lib/esm/core-react/utils/matches.d.ts +0 -11
  1406. package/lib/esm/core-react/utils/matches.d.ts.map +0 -1
  1407. package/lib/esm/core-react/utils/matches.js.map +0 -1
  1408. package/lib/esm/core-react/utils/reuseOrCreatePromise.d.ts +0 -14
  1409. package/lib/esm/core-react/utils/reuseOrCreatePromise.d.ts.map +0 -1
  1410. package/lib/esm/core-react/utils/reuseOrCreatePromise.js.map +0 -1
  1411. package/lib/esm/core-react/utils/shallowDiffers.d.ts +0 -12
  1412. package/lib/esm/core-react/utils/shallowDiffers.d.ts.map +0 -1
  1413. package/lib/esm/core-react/utils/shallowDiffers.js.map +0 -1
  1414. package/lib/esm/core-react/utils/typeUtils.d.ts +0 -9
  1415. package/lib/esm/core-react/utils/typeUtils.d.ts.map +0 -1
  1416. package/lib/esm/core-react/utils/typeUtils.js.map +0 -1
  1417. package/lib/esm/core-react.d.ts +0 -242
  1418. package/lib/esm/core-react.d.ts.map +0 -1
  1419. package/lib/esm/core-react.js +0 -249
  1420. package/lib/esm/core-react.js.map +0 -1
  1421. /package/lib/{cjs/core-react → core-react}/UiCore.json +0 -0
  1422. /package/lib/{cjs/core-react → core-react}/_geometry.scss +0 -0
  1423. /package/lib/{cjs/core-react → core-react}/_math.scss +0 -0
  1424. /package/lib/{cjs/core-react → core-react}/badge/DeprecatedBadge.d.ts +0 -0
  1425. /package/lib/{esm/core-react → core-react}/badge/DeprecatedBadge.js +0 -0
  1426. /package/lib/{cjs/core-react → core-react}/badge/DeprecatedBadge.scss +0 -0
  1427. /package/lib/{cjs/core-react → core-react}/badge/NewBadge.d.ts +0 -0
  1428. /package/lib/{esm/core-react → core-react}/badge/NewBadge.js +0 -0
  1429. /package/lib/{cjs/core-react → core-react}/badge/NewBadge.scss +0 -0
  1430. /package/lib/{cjs/core-react → core-react}/badge/TechnicalPreviewBadge.d.ts +0 -0
  1431. /package/lib/{esm/core-react → core-react}/badge/TechnicalPreviewBadge.js +0 -0
  1432. /package/lib/{cjs/core-react → core-react}/badge/TechnicalPreviewBadge.scss +0 -0
  1433. /package/lib/{esm/core-react → core-react}/base/Div.js +0 -0
  1434. /package/lib/{esm/core-react → core-react}/base/Gap.js +0 -0
  1435. /package/lib/{cjs/core-react → core-react}/base/PointerEvents.d.ts +0 -0
  1436. /package/lib/{esm/core-react → core-react}/base/PointerEvents.js +0 -0
  1437. /package/lib/{cjs/core-react → core-react}/button/UnderlinedButton.d.ts +0 -0
  1438. /package/lib/{esm/core-react → core-react}/button/UnderlinedButton.js +0 -0
  1439. /package/lib/{esm/core-react → core-react}/checklistbox/CheckListBox.js +0 -0
  1440. /package/lib/{cjs/core-react → core-react}/checklistbox/CheckListBox.scss +0 -0
  1441. /package/lib/{cjs/core-react → core-react}/colorthemes.scss +0 -0
  1442. /package/lib/{cjs/core-react → core-react}/colorvariables.scss +0 -0
  1443. /package/lib/{cjs/core-react → core-react}/contextmenu/ContextMenuDirection.d.ts +0 -0
  1444. /package/lib/{esm/core-react → core-react}/contextmenu/ContextMenuDirection.js +0 -0
  1445. /package/lib/{esm/core-react → core-react}/contextmenu/ContextMenuDivider.js +0 -0
  1446. /package/lib/{cjs/core-react → core-react}/contextmenu/PopupContextMenu.scss +0 -0
  1447. /package/lib/{cjs/core-react → core-react}/contextmenu/TildeFinder.d.ts +0 -0
  1448. /package/lib/{esm/core-react → core-react}/contextmenu/TildeFinder.js +0 -0
  1449. /package/lib/{cjs/core-react → core-react}/enums/Alignment.d.ts +0 -0
  1450. /package/lib/{esm/core-react → core-react}/enums/Alignment.js +0 -0
  1451. /package/lib/{cjs/core-react → core-react}/enums/CheckBoxState.d.ts +0 -0
  1452. /package/lib/{esm/core-react → core-react}/enums/CheckBoxState.js +0 -0
  1453. /package/lib/{cjs/core-react → core-react}/enums/Orientation.d.ts +0 -0
  1454. /package/lib/{esm/core-react → core-react}/enums/Orientation.js +0 -0
  1455. /package/lib/{cjs/core-react → core-react}/enums/SortDirection.d.ts +0 -0
  1456. /package/lib/{esm/core-react → core-react}/enums/SortDirection.js +0 -0
  1457. /package/lib/{cjs/core-react → core-react}/enums/TimeFormat.d.ts +0 -0
  1458. /package/lib/{esm/core-react → core-react}/enums/TimeFormat.js +0 -0
  1459. /package/lib/{esm/core-react → core-react}/expandable/ExpandableList.js +0 -0
  1460. /package/lib/{cjs/core-react → core-react}/focustrap/FocusTrap.d.ts +0 -0
  1461. /package/lib/{cjs/core-react → core-react}/hocs/withIsPressed.d.ts +0 -0
  1462. /package/lib/{esm/core-react → core-react}/hocs/withIsPressed.js +0 -0
  1463. /package/lib/{cjs/core-react → core-react}/hocs/withOnOutsideClick.d.ts +0 -0
  1464. /package/lib/{esm/core-react → core-react}/hocs/withOnOutsideClick.js +0 -0
  1465. /package/lib/{esm/core-react → core-react}/icons/ConditionalIconItem.js +0 -0
  1466. /package/lib/{esm/core-react → core-react}/icons/SvgPath.js +0 -0
  1467. /package/lib/{cjs/core-react → core-react}/icons/SvgPath.scss +0 -0
  1468. /package/lib/{esm/core-react → core-react}/icons/WebFontIcon.js +0 -0
  1469. /package/lib/{cjs/core-react → core-react}/icons/variables.scss +0 -0
  1470. /package/lib/{cjs/core-react → core-react}/inputs/InputStatus.d.ts +0 -0
  1471. /package/lib/{esm/core-react → core-react}/inputs/InputStatus.js +0 -0
  1472. /package/lib/{esm/core-react → core-react}/inputs/LabeledComponentProps.js +0 -0
  1473. /package/lib/{cjs/core-react → core-react}/inputs/numberinput/NumberInput.d.ts +0 -0
  1474. /package/lib/{cjs/core-react → core-react}/l10n/LocalizationProvider.d.ts +0 -0
  1475. /package/lib/{esm/core-react → core-react}/l10n/LocalizationProvider.js +0 -0
  1476. /package/lib/{cjs/core-react → core-react}/l10n/usePackageTranslation.d.ts +0 -0
  1477. /package/lib/{cjs/core-react → core-react}/l10n/useTranslation.d.ts +0 -0
  1478. /package/lib/{cjs/core-react → core-react}/listbox/Listbox.d.ts +0 -0
  1479. /package/lib/{esm/core-react → core-react}/listbox/Listbox.js +0 -0
  1480. /package/lib/{esm/core-react → core-react}/loading/LoadingBar.js +0 -0
  1481. /package/lib/{cjs/core-react → core-react}/loading/LoadingSpinner.d.ts +0 -0
  1482. /package/lib/{esm/core-react → core-react}/loading/LoadingSpinner.js +0 -0
  1483. /package/lib/{esm/core-react → core-react}/loading/LoadingStatus.js +0 -0
  1484. /package/lib/{cjs/core-react → core-react}/loading/LoadingStatus.scss +0 -0
  1485. /package/lib/{cjs/core-react → core-react}/notification/MessageType.d.ts +0 -0
  1486. /package/lib/{esm/core-react → core-react}/notification/MessageType.js +0 -0
  1487. /package/lib/{cjs/core-react → core-react}/settings/SettingsManager.d.ts +0 -0
  1488. /package/lib/{cjs/core-react → core-react}/style/baseline.scss +0 -0
  1489. /package/lib/{cjs/core-react → core-react}/style/breakpoints.scss +0 -0
  1490. /package/lib/{cjs/core-react → core-react}/style/colors.scss +0 -0
  1491. /package/lib/{cjs/core-react → core-react}/style/mixins.scss +0 -0
  1492. /package/lib/{cjs/core-react → core-react}/style/opacity.scss +0 -0
  1493. /package/lib/{cjs/core-react → core-react}/style/themecolors.scss +0 -0
  1494. /package/lib/{esm/core-react → core-react}/text/FilteredText.js +0 -0
  1495. /package/lib/{esm/core-react → core-react}/text/StyledText.js +0 -0
  1496. /package/lib/{esm/core-react → core-react}/text/TextProps.js +0 -0
  1497. /package/lib/{cjs/core-react → core-react}/text/block.scss +0 -0
  1498. /package/lib/{cjs/core-react → core-react}/text/body.scss +0 -0
  1499. /package/lib/{esm/core-react → core-react}/tree/Branch.js +0 -0
  1500. /package/lib/{cjs/core-react → core-react}/tree/Branch.scss +0 -0
  1501. /package/lib/{cjs/core-react → core-react}/tree/ExpansionToggle.scss +0 -0
  1502. /package/lib/{cjs/core-react → core-react}/tree/Node.scss +0 -0
  1503. /package/lib/{cjs/core-react → core-react}/tree/Placeholder.scss +0 -0
  1504. /package/lib/{cjs/core-react → core-react}/uistate/UiStateStorage.d.ts +0 -0
  1505. /package/lib/{esm/core-react → core-react}/uistate/UiStateStorage.js +0 -0
  1506. /package/lib/{cjs/core-react → core-react}/utils/ListenerType.d.ts +0 -0
  1507. /package/lib/{esm/core-react → core-react}/utils/ListenerType.js +0 -0
  1508. /package/lib/{cjs/core-react → core-react}/utils/PointProps.d.ts +0 -0
  1509. /package/lib/{esm/core-react → core-react}/utils/PointProps.js +0 -0
  1510. /package/lib/{cjs/core-react → core-react}/utils/Props.d.ts +0 -0
  1511. /package/lib/{esm/core-react → core-react}/utils/Props.js +0 -0
  1512. /package/lib/{cjs/core-react → core-react}/utils/ScrollPositionMaintainer.d.ts +0 -0
  1513. /package/lib/{esm/core-react → core-react}/utils/ScrollPositionMaintainer.js +0 -0
  1514. /package/lib/{cjs/core-react → core-react}/utils/Timer.d.ts +0 -0
  1515. /package/lib/{esm/core-react → core-react}/utils/Timer.js +0 -0
  1516. /package/lib/{cjs/core-react → core-react}/utils/flattenChildren.d.ts +0 -0
  1517. /package/lib/{esm/core-react → core-react}/utils/flattenChildren.js +0 -0
  1518. /package/lib/{cjs/core-react → core-react}/utils/getBestBWContrastColor.d.ts +0 -0
  1519. /package/lib/{esm/core-react → core-react}/utils/getBestBWContrastColor.js +0 -0
  1520. /package/lib/{cjs/core-react → core-react}/utils/getCssVariable.d.ts +0 -0
  1521. /package/lib/{esm/core-react → core-react}/utils/getCssVariable.js +0 -0
  1522. /package/lib/{cjs/core-react → core-react}/utils/getDisplayName.d.ts +0 -0
  1523. /package/lib/{esm/core-react → core-react}/utils/getDisplayName.js +0 -0
  1524. /package/lib/{cjs/core-react → core-react}/utils/getUserColor.d.ts +0 -0
  1525. /package/lib/{esm/core-react → core-react}/utils/getUserColor.js +0 -0
  1526. /package/lib/{cjs/core-react → core-react}/utils/hooks/useCrossOriginPopup.d.ts +0 -0
  1527. /package/lib/{cjs/core-react → core-react}/utils/hooks/useDisposable.d.ts +0 -0
  1528. /package/lib/{esm/core-react → core-react}/utils/hooks/useDisposable.js +0 -0
  1529. /package/lib/{cjs/core-react → core-react}/utils/hooks/useEffectSkipFirst.d.ts +0 -0
  1530. /package/lib/{esm/core-react → core-react}/utils/hooks/useEffectSkipFirst.js +0 -0
  1531. /package/lib/{cjs/core-react → core-react}/utils/hooks/useInterval.d.ts +0 -0
  1532. /package/lib/{esm/core-react → core-react}/utils/hooks/useInterval.js +0 -0
  1533. /package/lib/{cjs/core-react → core-react}/utils/hooks/useLifecycleLogging.d.ts +0 -0
  1534. /package/lib/{esm/core-react → core-react}/utils/hooks/useLifecycleLogging.js +0 -0
  1535. /package/lib/{cjs/core-react → core-react}/utils/hooks/useOnOutsideClick.d.ts +0 -0
  1536. /package/lib/{cjs/core-react → core-react}/utils/hooks/useProximityToMouse.d.ts +0 -0
  1537. /package/lib/{cjs/core-react → core-react}/utils/hooks/useRefEffect.d.ts +0 -0
  1538. /package/lib/{esm/core-react → core-react}/utils/hooks/useRefEffect.js +0 -0
  1539. /package/lib/{cjs/core-react → core-react}/utils/hooks/useRefState.d.ts +0 -0
  1540. /package/lib/{esm/core-react → core-react}/utils/hooks/useRefState.js +0 -0
  1541. /package/lib/{cjs/core-react → core-react}/utils/hooks/useRefs.d.ts +0 -0
  1542. /package/lib/{esm/core-react → core-react}/utils/hooks/useRefs.js +0 -0
  1543. /package/lib/{cjs/core-react → core-react}/utils/hooks/useResizeObserver.d.ts +0 -0
  1544. /package/lib/{cjs/core-react → core-react}/utils/hooks/useTargeted.d.ts +0 -0
  1545. /package/lib/{esm/core-react → core-react}/utils/hooks/useTargeted.js +0 -0
  1546. /package/lib/{cjs/core-react → core-react}/utils/hooks/useThrottledFn.d.ts +0 -0
  1547. /package/lib/{esm/core-react → core-react}/utils/hooks/useThrottledFn.js +0 -0
  1548. /package/lib/{cjs/core-react → core-react}/utils/matches.d.ts +0 -0
  1549. /package/lib/{esm/core-react → core-react}/utils/matches.js +0 -0
  1550. /package/lib/{cjs/core-react → core-react}/utils/reuseOrCreatePromise.d.ts +0 -0
  1551. /package/lib/{esm/core-react → core-react}/utils/reuseOrCreatePromise.js +0 -0
  1552. /package/lib/{cjs/core-react → core-react}/utils/shallowDiffers.d.ts +0 -0
  1553. /package/lib/{esm/core-react → core-react}/utils/shallowDiffers.js +0 -0
  1554. /package/lib/{cjs/core-react → core-react}/utils/typeUtils.d.ts +0 -0
  1555. /package/lib/{esm/core-react → core-react}/utils/typeUtils.js +0 -0
@@ -0,0 +1,183 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ /** @packageDocumentation
6
+ * @module RadialMenu
7
+ */
8
+ import "./RadialMenu.scss";
9
+ import classnames from "classnames";
10
+ import * as React from "react";
11
+ import { Key } from "ts-key-enum";
12
+ import { Icon } from "../icons/IconComponent.js";
13
+ import { Point } from "../utils/Point.js";
14
+ import { AnnularSector, Annulus } from "./Annulus.js";
15
+ /** A context menu arranged in a radial layout.
16
+ * @public
17
+ * @deprecated in 4.14.0. Use {@link ContextMenu} or {@link https://itwinui.bentley.com/docs/dropdownmenu iTwinUI dropdown menu} instead.
18
+ */
19
+ export class RadialMenu extends React.Component {
20
+ constructor(props) {
21
+ super(props);
22
+ this._root = null;
23
+ this._selectedButton = null;
24
+ this.state = {
25
+ sectors: [],
26
+ };
27
+ this._handleKeyUp = (event) => {
28
+ if (event.key === Key.Escape.valueOf() && this.props.onEsc)
29
+ this.props.onEsc(event);
30
+ };
31
+ this._handleClick = (event) => {
32
+ if (event.target instanceof HTMLElement &&
33
+ this._root &&
34
+ !event.target.contains(this._root) &&
35
+ this.props.onBlur)
36
+ this.props.onBlur(event);
37
+ };
38
+ /** Manually call onSelect of highlighted button. */
39
+ this.select = () => {
40
+ if (this._selectedButton)
41
+ this._selectedButton.select();
42
+ };
43
+ this._generateAnnularSectors = () => {
44
+ const n = React.Children.count(this.props.children);
45
+ const angle = (2 * Math.PI) / n;
46
+ const outer = this.props.outerRadius;
47
+ const inner = this.props.innerRadius;
48
+ const offset = -Math.PI / 8;
49
+ const annulus = new Annulus(new Point(outer + 1, outer + 1), inner + 1, outer - 1);
50
+ const sectors = [];
51
+ for (let i = 0; i < n; i++) {
52
+ sectors.push(new AnnularSector(annulus, angle * i + offset, angle * (i + 1) + offset));
53
+ }
54
+ this.setState({ sectors });
55
+ };
56
+ }
57
+ render() {
58
+ const width = 2 * (this.props.outerRadius + 1);
59
+ let x = this.props.left, y = this.props.top;
60
+ if (this.props.left &&
61
+ this.props.top &&
62
+ typeof this.props.left === "number" &&
63
+ typeof this.props.top === "number") {
64
+ x = this.props.left;
65
+ y = this.props.top;
66
+ if (x < 0)
67
+ x = 0;
68
+ if (x > window.innerWidth - width)
69
+ x = window.innerWidth - width;
70
+ if (y < 0)
71
+ y = 0;
72
+ if (y > window.innerHeight - width)
73
+ y = window.innerHeight - width;
74
+ }
75
+ const divStyle = {
76
+ left: x,
77
+ top: y,
78
+ ...this.props.style,
79
+ };
80
+ return (React.createElement("div", { ref: (el) => {
81
+ this._root = el;
82
+ }, className: classnames("core-radial-menu", { opened: this.props.opened }, this.props.className), style: divStyle, "data-testid": "core-radial-menu" },
83
+ React.createElement("svg", { xmlns: "http://w3.org/2000/svg", version: "1.1", width: width, height: width, className: "core-radial-menu-container" }, React.Children.map(this.props.children, (child, index) => {
84
+ if (!child || typeof child !== "object" || !("props" in child))
85
+ return child;
86
+ const childElement = child;
87
+ return React.cloneElement(childElement, {
88
+ key: index,
89
+ ref: (el) => {
90
+ if (this.props.selected === index)
91
+ this._selectedButton = el;
92
+ },
93
+ selected: index === this.props.selected,
94
+ labelRotate: childElement.props.labelRotate || this.props.labelRotate,
95
+ annularSector: this.state.sectors[index],
96
+ });
97
+ }))));
98
+ }
99
+ componentDidMount() {
100
+ this._generateAnnularSectors();
101
+ setTimeout(() => {
102
+ window.addEventListener("keyup", this._handleKeyUp);
103
+ window.addEventListener("mouseup", this._handleClick);
104
+ });
105
+ }
106
+ componentWillUnmount() {
107
+ window.removeEventListener("keyup", this._handleKeyUp);
108
+ window.removeEventListener("mouseup", this._handleClick);
109
+ }
110
+ componentDidUpdate(prevProps) {
111
+ if (prevProps.innerRadius !== this.props.innerRadius ||
112
+ prevProps.outerRadius !== this.props.outerRadius) {
113
+ this._generateAnnularSectors();
114
+ }
115
+ }
116
+ }
117
+ RadialMenu.defaultProps = {
118
+ labelRotate: false,
119
+ selected: -1,
120
+ };
121
+ /** Button for use within a [[RadialMenu]]
122
+ * @public
123
+ * @deprecated in 4.14.0. Component used in a deprecated component {@link RadialMenu}.
124
+ */
125
+ export class RadialButton extends React.Component {
126
+ constructor(props) {
127
+ super(props);
128
+ this.state = {
129
+ hover: this.props.selected || false,
130
+ };
131
+ /** Manually call this.props.onSelect */
132
+ this.select = () => {
133
+ if (this.props.onSelect)
134
+ this.props.onSelect(undefined);
135
+ };
136
+ this._handleClick = (event) => {
137
+ if (this.props.onSelect)
138
+ this.props.onSelect(event);
139
+ };
140
+ this._handleMouseOver = (_event) => {
141
+ this.setState({ hover: true });
142
+ };
143
+ this._handleMouseOut = (_event) => {
144
+ this.setState({ hover: false });
145
+ };
146
+ }
147
+ render() {
148
+ const sector = this.props.annularSector;
149
+ let p = new Point();
150
+ let size = 0;
151
+ let t = "";
152
+ let path = "";
153
+ if (sector) {
154
+ size = sector.start.p1.getDistanceTo(sector.end.p2) * 2;
155
+ path = sector.path;
156
+ const parent = sector.parent;
157
+ const { x: cx, y: cy } = parent.center;
158
+ const r = (parent.inner.radius + parent.outer.radius) / 2;
159
+ const angle = (sector.startAngle + sector.endAngle) / 2;
160
+ p = new Point(cx + r * Math.cos(angle), cy + r * Math.sin(angle));
161
+ if (this.props.labelRotate) {
162
+ let a = (angle * 180) / Math.PI + 90;
163
+ while (a > 180)
164
+ a -= 360;
165
+ while (a < -180)
166
+ a += 360;
167
+ if (a > 90)
168
+ a -= 180;
169
+ if (a < -90)
170
+ a += 180;
171
+ t = `rotate(${a} ${p.x}, ${p.y})`;
172
+ }
173
+ }
174
+ return (React.createElement("g", { onMouseOver: this._handleMouseOver, onMouseOut: this._handleMouseOut, onClick: this._handleClick },
175
+ React.createElement("path", { className: classnames("core-radial-menu-sector", { selected: this.state.hover }, this.props.className), style: this.props.style, d: path }),
176
+ React.createElement("foreignObject", { transform: t, x: p.x - size / 2, y: p.y - 16, width: size, height: size, className: "core-radial-menu-button-svg" },
177
+ React.createElement("div", { xmlns: "http://www.w3.org/1999/xhtml", className: "core-radial-menu-button-container" },
178
+ React.createElement("div", { className: "core-radial-menu-button-icon" },
179
+ React.createElement(Icon, { iconSpec: this.props.icon })),
180
+ React.createElement("div", { className: "core-radial-menu-button-content" }, this.props.children)))));
181
+ }
182
+ }
183
+ //# sourceMappingURL=RadialMenu.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RadialMenu.js","sourceRoot":"","sources":["../../../src/core-react/radialmenu/RadialMenu.tsx"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module RadialMenu\n */\n\nimport \"./RadialMenu.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { Key } from \"ts-key-enum\";\nimport type { IconSpec } from \"../icons/IconComponent.js\";\nimport { Icon } from \"../icons/IconComponent.js\";\nimport { Point } from \"../utils/Point.js\";\nimport type { CommonProps } from \"../utils/Props.js\";\nimport { AnnularSector, Annulus } from \"./Annulus.js\";\nimport type { ContextMenu } from \"../contextmenu/ContextMenu.js\";\n\n/* eslint-disable deprecation/deprecation */\n\n/** Properties for [[RadialMenu]]\n * @public\n * @deprecated in 4.14.0. Props of deprecated component {@link RadialMenu}.\n */\nexport interface RadialMenuProps extends CommonProps {\n /** Whether to show RadialMenu */\n opened: boolean;\n /** Radius of inner portion of RadialMenu */\n innerRadius: number;\n /** Radius of outer portion of RadialMenu */\n outerRadius: number;\n /** Optional parameter to specify left position in viewport. */\n left?: number | string;\n /** Optional parameter to specify top position in viewport. */\n top?: number | string;\n /** Whether to rotate labels according to location on the RadialMenu, or to keep labels upright.\n * Default: false\n */\n labelRotate?: boolean;\n /** Which child RadialButton to highlight */\n selected?: number;\n /** triggered in case of onClick events anywhere other than radial menu */\n onBlur?: (event: any) => any;\n /** triggered onKeyUp for <Esc> key */\n onEsc?: (event: any) => any;\n /** Content */\n children?: React.ReactNode;\n}\n\ninterface RadialMenuState {\n sectors: AnnularSector[];\n}\n\n/** A context menu arranged in a radial layout.\n * @public\n * @deprecated in 4.14.0. Use {@link ContextMenu} or {@link https://itwinui.bentley.com/docs/dropdownmenu iTwinUI dropdown menu} instead.\n */\nexport class RadialMenu extends React.Component<\n RadialMenuProps,\n RadialMenuState\n> {\n private _root: HTMLDivElement | null = null;\n private _selectedButton: RadialButton | null = null;\n public static defaultProps: Partial<RadialMenuProps> = {\n labelRotate: false,\n selected: -1,\n };\n\n public override readonly state: Readonly<RadialMenuState> = {\n sectors: [],\n };\n\n constructor(props: RadialMenuProps) {\n super(props);\n }\n\n public override render(): React.ReactElement {\n const width = 2 * (this.props.outerRadius + 1);\n let x = this.props.left,\n y = this.props.top;\n\n if (\n this.props.left &&\n this.props.top &&\n typeof this.props.left === \"number\" &&\n typeof this.props.top === \"number\"\n ) {\n x = this.props.left;\n y = this.props.top;\n\n if (x < 0) x = 0;\n if (x > window.innerWidth - width) x = window.innerWidth - width;\n if (y < 0) y = 0;\n if (y > window.innerHeight - width) y = window.innerHeight - width;\n }\n\n const divStyle: React.CSSProperties = {\n left: x,\n top: y,\n ...this.props.style,\n };\n\n return (\n <div\n ref={(el) => {\n this._root = el;\n }}\n className={classnames(\n \"core-radial-menu\",\n { opened: this.props.opened },\n this.props.className\n )}\n style={divStyle}\n data-testid=\"core-radial-menu\"\n >\n <svg\n xmlns=\"http://w3.org/2000/svg\"\n version=\"1.1\"\n width={width}\n height={width}\n className={\"core-radial-menu-container\"}\n >\n {React.Children.map(this.props.children, (child, index) => {\n if (!child || typeof child !== \"object\" || !(\"props\" in child))\n return child;\n\n const childElement = child as React.ReactElement<any>;\n return React.cloneElement(childElement, {\n key: index,\n ref: (el: any) => {\n if (this.props.selected === index) this._selectedButton = el;\n },\n selected: index === this.props.selected,\n labelRotate:\n childElement.props.labelRotate || this.props.labelRotate,\n annularSector: this.state.sectors[index],\n });\n })}\n </svg>\n </div>\n );\n }\n\n public override componentDidMount() {\n this._generateAnnularSectors();\n\n setTimeout(() => {\n window.addEventListener(\"keyup\", this._handleKeyUp);\n window.addEventListener(\"mouseup\", this._handleClick);\n });\n }\n\n public override componentWillUnmount() {\n window.removeEventListener(\"keyup\", this._handleKeyUp);\n window.removeEventListener(\"mouseup\", this._handleClick);\n }\n\n public override componentDidUpdate(prevProps: RadialMenuProps) {\n if (\n prevProps.innerRadius !== this.props.innerRadius ||\n prevProps.outerRadius !== this.props.outerRadius\n ) {\n this._generateAnnularSectors();\n }\n }\n\n private _handleKeyUp = (event: KeyboardEvent) => {\n if (event.key === Key.Escape.valueOf() && this.props.onEsc)\n this.props.onEsc(event);\n };\n\n private _handleClick = (event: MouseEvent) => {\n if (\n event.target instanceof HTMLElement &&\n this._root &&\n !event.target.contains(this._root) &&\n this.props.onBlur\n )\n this.props.onBlur(event);\n };\n\n /** Manually call onSelect of highlighted button. */\n public select = () => {\n if (this._selectedButton) this._selectedButton.select();\n };\n\n private _generateAnnularSectors = () => {\n const n = React.Children.count(this.props.children);\n const angle = (2 * Math.PI) / n;\n const outer = this.props.outerRadius;\n const inner = this.props.innerRadius;\n\n const offset = -Math.PI / 8;\n const annulus = new Annulus(\n new Point(outer + 1, outer + 1),\n inner + 1,\n outer - 1\n );\n const sectors: AnnularSector[] = [];\n for (let i = 0; i < n; i++) {\n sectors.push(\n new AnnularSector(annulus, angle * i + offset, angle * (i + 1) + offset)\n );\n }\n this.setState({ sectors });\n };\n}\n\n/** Properties for [[RadialButton]] component\n * @public\n * @deprecated in 4.14.0. Props of deprecated component {@link RadialButton}.\n */\nexport interface RadialButtonProps extends CommonProps {\n /** Whether label is rotated to radial menu. Default: Inherit */\n labelRotate?: boolean;\n /** which icon to display in on the menu button */\n icon?: IconSpec;\n /** @internal */\n annularSector?: AnnularSector;\n /** listens to any onClick event, or any select event, which can be triggered by the select() method. */\n onSelect?: (e: any) => any;\n /** Whether item is highlighted */\n selected?: boolean;\n /** Content */\n children?: React.ReactNode;\n}\n\ninterface RadialButtonState {\n hover: boolean;\n}\n\n/** Button for use within a [[RadialMenu]]\n * @public\n * @deprecated in 4.14.0. Component used in a deprecated component {@link RadialMenu}.\n */\nexport class RadialButton extends React.Component<\n RadialButtonProps,\n RadialButtonState\n> {\n public override readonly state: Readonly<RadialButtonState> = {\n hover: this.props.selected || false,\n };\n\n constructor(props: RadialButtonProps) {\n super(props);\n }\n\n public override render(): React.ReactElement {\n const sector = this.props.annularSector;\n let p = new Point();\n let size = 0;\n let t = \"\";\n let path = \"\";\n\n if (sector) {\n size = sector.start.p1.getDistanceTo(sector.end.p2) * 2;\n path = sector.path;\n\n const parent = sector.parent;\n const { x: cx, y: cy } = parent.center;\n const r = (parent.inner.radius + parent.outer.radius) / 2;\n const angle = (sector.startAngle + sector.endAngle) / 2;\n p = new Point(cx + r * Math.cos(angle), cy + r * Math.sin(angle));\n\n if (this.props.labelRotate) {\n let a = (angle * 180) / Math.PI + 90;\n while (a > 180) a -= 360;\n while (a < -180) a += 360;\n if (a > 90) a -= 180;\n if (a < -90) a += 180;\n t = `rotate(${a} ${p.x}, ${p.y})`;\n }\n }\n\n return (\n <g\n onMouseOver={this._handleMouseOver}\n onMouseOut={this._handleMouseOut}\n onClick={this._handleClick}\n >\n <path\n className={classnames(\n \"core-radial-menu-sector\",\n { selected: this.state.hover },\n this.props.className\n )}\n style={this.props.style}\n d={path}\n ></path>\n <foreignObject\n transform={t}\n x={p.x - size / 2}\n y={p.y - 16}\n width={size}\n height={size}\n className={\"core-radial-menu-button-svg\"}\n >\n <div\n {...{ xmlns: \"http://www.w3.org/1999/xhtml\" }}\n className={\"core-radial-menu-button-container\"}\n >\n <div className=\"core-radial-menu-button-icon\">\n <Icon iconSpec={this.props.icon} />\n </div>\n <div className={\"core-radial-menu-button-content\"}>\n {this.props.children}\n </div>\n </div>\n </foreignObject>\n </g>\n );\n }\n\n /** Manually call this.props.onSelect */\n public select = () => {\n if (this.props.onSelect) this.props.onSelect(undefined);\n };\n\n private _handleClick = (event: React.MouseEvent<SVGElement>) => {\n if (this.props.onSelect) this.props.onSelect(event);\n };\n\n private _handleMouseOver = (_event: React.MouseEvent<SVGElement>) => {\n this.setState({ hover: true });\n };\n\n private _handleMouseOut = (_event: React.MouseEvent<SVGElement>) => {\n this.setState({ hover: false });\n };\n}\n"]}
@@ -0,0 +1,55 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ @use "../z-index" as *;
6
+ @use "../icons/variables" as *;
7
+
8
+ .core-radial-menu {
9
+ visibility: hidden;
10
+ position: fixed;
11
+
12
+ @include uicore-z-index(dialog);
13
+
14
+ &.opened {
15
+ visibility: inherit;
16
+ }
17
+
18
+ > .core-radial-menu-container {
19
+ margin-left: -50%;
20
+ margin-top: -50%;
21
+
22
+ .core-radial-menu-sector {
23
+ stroke: var(--iui-color-background-disabled);
24
+ fill: var(--iui-color-background);
25
+ stroke-width: 1px;
26
+
27
+ &.selected {
28
+ fill: var(--iui-color-background-accent-muted);
29
+ }
30
+ }
31
+
32
+ .core-radial-menu-button-svg {
33
+ .core-radial-menu-button-container {
34
+ display: flex;
35
+ flex-direction: column;
36
+ align-items: center;
37
+
38
+ .core-radial-menu-button-icon {
39
+ height: $uicore-icons-small;
40
+ width: $uicore-icons-small;
41
+ line-height: $uicore-icons-small;
42
+ color: var(--iui-color-text);
43
+ }
44
+
45
+ .core-radial-menu-button-content {
46
+ cursor: default;
47
+ color: var(--iui-color-text);
48
+ font-size: var(--iui-font-size-0);
49
+ user-select: none;
50
+ -webkit-user-select: none;
51
+ }
52
+ }
53
+ }
54
+ }
55
+ }
@@ -0,0 +1,51 @@
1
+ /** @packageDocumentation
2
+ * @module SearchBox
3
+ */
4
+ import "./SearchBox.scss";
5
+ import * as React from "react";
6
+ import type { CommonProps } from "../utils/Props.js";
7
+ /** Properties for [[SearchBox]] component
8
+ * @public
9
+ * @deprecated in 4.12.0. Props of deprecated component {@link SearchBox}.
10
+ */
11
+ export interface SearchBoxProps extends CommonProps {
12
+ /** Value to set SearchBox to initially */
13
+ initialValue?: string;
14
+ /** Placeholder value to show in gray before anything is entered in */
15
+ placeholder?: string;
16
+ /** Triggered when the content of SearchBox is changed */
17
+ onValueChanged: (value: string) => void;
18
+ /** Frequency to poll for changes in value, in milliseconds */
19
+ valueChangedDelay?: number;
20
+ /** Listens for <Enter> keypress */
21
+ onEnterPressed?: () => void;
22
+ /** Listens for <Esc> keypress */
23
+ onEscPressed?: () => void;
24
+ /** Listens for onClick event for Clear (x) icon */
25
+ onClear?: () => void;
26
+ }
27
+ interface SearchBoxState {
28
+ value: string;
29
+ }
30
+ /** Input box for entering text to search for.
31
+ * The SearchBox has an icon right-justified and bounded by the box and shows a Search or Clear icon.
32
+ * @public
33
+ * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/searchbox iTwinUI SearchBox} instead.
34
+ */
35
+ export declare class SearchBox extends React.Component<SearchBoxProps, SearchBoxState> {
36
+ private _inputElement;
37
+ private _timeoutId;
38
+ readonly state: Readonly<SearchBoxState>;
39
+ constructor(props: SearchBoxProps);
40
+ render(): React.ReactNode;
41
+ /** Wrapper for onValueChanged to make sure we don't call search unless the new value is different from the previous value */
42
+ private _onValueChanged;
43
+ private _trackChange;
44
+ private _handleKeyDown;
45
+ private _handleIconClick;
46
+ private _unsetTimeout;
47
+ componentWillUnmount(): void;
48
+ focus(): void;
49
+ }
50
+ export {};
51
+ //# sourceMappingURL=SearchBox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchBox.d.ts","sourceRoot":"","sources":["../../../src/core-react/searchbox/SearchBox.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,kBAAkB,CAAC;AAE1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AASrD;;;GAGG;AACH,MAAM,WAAW,cAAe,SAAQ,WAAW;IACjD,0CAA0C;IAC1C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sEAAsE;IACtE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yDAAyD;IACzD,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,8DAA8D;IAC9D,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mCAAmC;IACnC,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,iCAAiC;IACjC,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,mDAAmD;IACnD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;GAIG;AACH,qBAAa,SAAU,SAAQ,KAAK,CAAC,SAAS,CAAC,cAAc,EAAE,cAAc,CAAC;IAC5E,OAAO,CAAC,aAAa,CAAiC;IACtD,OAAO,CAAC,UAAU,CAAa;IAE/B,SAAyB,KAAK,EAAE,QAAQ,CAAC,cAAc,CAAC,CAEtD;gBAEU,KAAK,EAAE,cAAc;IAIjB,MAAM,IAAI,KAAK,CAAC,SAAS;IAuCzC,6HAA6H;IAC7H,OAAO,CAAC,eAAe,CAarB;IACF,OAAO,CAAC,YAAY,CAclB;IAEF,OAAO,CAAC,cAAc,CASpB;IAEF,OAAO,CAAC,gBAAgB,CAQtB;IAEF,OAAO,CAAC,aAAa,CAKnB;IAEc,oBAAoB;IAI7B,KAAK;CAGb"}
@@ -0,0 +1,115 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ /** @packageDocumentation
6
+ * @module SearchBox
7
+ */
8
+ import "./SearchBox.scss";
9
+ import classnames from "classnames";
10
+ import * as React from "react";
11
+ import { Key } from "ts-key-enum";
12
+ import { Input } from "@itwin/itwinui-react";
13
+ import { Icon } from "../icons/IconComponent.js";
14
+ import { SvgClose, SvgSearch } from "@itwin/itwinui-icons-react";
15
+ import { useTranslation } from "../l10n/useTranslation.js";
16
+ /** Input box for entering text to search for.
17
+ * The SearchBox has an icon right-justified and bounded by the box and shows a Search or Clear icon.
18
+ * @public
19
+ * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/searchbox iTwinUI SearchBox} instead.
20
+ */
21
+ export class SearchBox extends React.Component {
22
+ constructor(props) {
23
+ super(props);
24
+ this._inputElement = null;
25
+ this._timeoutId = 0;
26
+ this.state = {
27
+ value: this.props.initialValue || "",
28
+ };
29
+ /** Wrapper for onValueChanged to make sure we don't call search unless the new value is different from the previous value */
30
+ this._onValueChanged = (value, previousValue) => {
31
+ if (value === previousValue)
32
+ return;
33
+ this.setState((_prevState) => {
34
+ return {
35
+ value,
36
+ };
37
+ }, () => {
38
+ this.props.onValueChanged(this.state.value);
39
+ });
40
+ };
41
+ this._trackChange = (_event) => {
42
+ let value = "";
43
+ const previousValue = this.state.value;
44
+ if (this._inputElement)
45
+ value = this._inputElement.value;
46
+ if (this.props.valueChangedDelay) {
47
+ this._unsetTimeout();
48
+ this._timeoutId = window.setTimeout(() => {
49
+ this._onValueChanged(value, previousValue);
50
+ }, this.props.valueChangedDelay);
51
+ }
52
+ else {
53
+ this._onValueChanged(value, previousValue);
54
+ }
55
+ };
56
+ this._handleKeyDown = (e) => {
57
+ switch (e.key) {
58
+ case Key.Escape.valueOf():
59
+ if (this.props.onEscPressed)
60
+ this.props.onEscPressed();
61
+ break;
62
+ case Key.Enter.valueOf():
63
+ if (this.props.onEnterPressed)
64
+ this.props.onEnterPressed();
65
+ break;
66
+ }
67
+ };
68
+ this._handleIconClick = (_event) => {
69
+ if (this._inputElement) {
70
+ const clear = this.state.value !== "";
71
+ this._inputElement.value = "";
72
+ if (clear && this.props.onClear)
73
+ this.props.onClear();
74
+ this._inputElement.focus();
75
+ }
76
+ this._trackChange();
77
+ };
78
+ this._unsetTimeout = () => {
79
+ if (this._timeoutId) {
80
+ window.clearTimeout(this._timeoutId);
81
+ this._timeoutId = 0;
82
+ }
83
+ };
84
+ }
85
+ render() {
86
+ const searchClassName = classnames("core-searchbox", this.props.className);
87
+ const emptyString = this.state.value === "";
88
+ const iconClassName = classnames("core-searchbox-icon", "icon");
89
+ const iconSpec = emptyString ? React.createElement(SvgSearch, null) : React.createElement(SvgClose, null);
90
+ return (React.createElement("div", { className: searchClassName, style: this.props.style, "data-testid": "core-searchbox-instance" },
91
+ React.createElement(SearchBoxInput, { defaultValue: this.props.initialValue, ref: (el) => {
92
+ this._inputElement = el;
93
+ }, onChange: this._trackChange, onKeyDown: this._handleKeyDown, onPaste: this._trackChange, onCut: this._trackChange, placeholder: this.props.placeholder, role: "searchbox", "data-testid": "core-searchbox-input" }),
94
+ React.createElement(SearchBoxButton, { className: "core-searchbox-button", onClick: this._handleIconClick, role: "button", tabIndex: -1, emptyString: emptyString },
95
+ React.createElement("span", { className: iconClassName },
96
+ React.createElement(Icon, { iconSpec: iconSpec })))));
97
+ }
98
+ componentWillUnmount() {
99
+ this._unsetTimeout();
100
+ }
101
+ focus() {
102
+ if (this._inputElement)
103
+ this._inputElement.focus();
104
+ }
105
+ }
106
+ const SearchBoxInput = React.forwardRef(function SearchBoxInput({ placeholder, ...props }, ref) {
107
+ const { translate } = useTranslation();
108
+ return (React.createElement(Input, { ref: ref, placeholder: placeholder || translate("general.search"), ...props }));
109
+ });
110
+ function SearchBoxButton({ emptyString, ...props }) {
111
+ const { translate } = useTranslation();
112
+ const buttonTitle = translate(emptyString ? "general.search" : "general.clear");
113
+ return React.createElement("div", { title: buttonTitle, ...props });
114
+ }
115
+ //# sourceMappingURL=SearchBox.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchBox.js","sourceRoot":"","sources":["../../../src/core-react/searchbox/SearchBox.tsx"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module SearchBox\n */\n\nimport \"./SearchBox.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { Key } from \"ts-key-enum\";\nimport type { CommonProps } from \"../utils/Props.js\";\nimport { Input } from \"@itwin/itwinui-react\";\nimport type { IconSpec } from \"../icons/IconComponent.js\";\nimport { Icon } from \"../icons/IconComponent.js\";\nimport { SvgClose, SvgSearch } from \"@itwin/itwinui-icons-react\";\nimport { useTranslation } from \"../l10n/useTranslation.js\";\n\n/* eslint-disable deprecation/deprecation */\n\n/** Properties for [[SearchBox]] component\n * @public\n * @deprecated in 4.12.0. Props of deprecated component {@link SearchBox}.\n */\nexport interface SearchBoxProps extends CommonProps {\n /** Value to set SearchBox to initially */\n initialValue?: string;\n /** Placeholder value to show in gray before anything is entered in */\n placeholder?: string;\n /** Triggered when the content of SearchBox is changed */\n onValueChanged: (value: string) => void;\n /** Frequency to poll for changes in value, in milliseconds */\n valueChangedDelay?: number;\n /** Listens for <Enter> keypress */\n onEnterPressed?: () => void;\n /** Listens for <Esc> keypress */\n onEscPressed?: () => void;\n /** Listens for onClick event for Clear (x) icon */\n onClear?: () => void;\n}\n\ninterface SearchBoxState {\n value: string;\n}\n\n/** Input box for entering text to search for.\n * The SearchBox has an icon right-justified and bounded by the box and shows a Search or Clear icon.\n * @public\n * @deprecated in 4.12.0. Use {@link https://itwinui.bentley.com/docs/searchbox iTwinUI SearchBox} instead.\n */\nexport class SearchBox extends React.Component<SearchBoxProps, SearchBoxState> {\n private _inputElement: HTMLInputElement | null = null;\n private _timeoutId: number = 0;\n\n public override readonly state: Readonly<SearchBoxState> = {\n value: this.props.initialValue || \"\",\n };\n\n constructor(props: SearchBoxProps) {\n super(props);\n }\n\n public override render(): React.ReactNode {\n const searchClassName = classnames(\"core-searchbox\", this.props.className);\n const emptyString = this.state.value === \"\";\n const iconClassName = classnames(\"core-searchbox-icon\", \"icon\");\n const iconSpec: IconSpec = emptyString ? <SvgSearch /> : <SvgClose />;\n return (\n <div\n className={searchClassName}\n style={this.props.style}\n data-testid=\"core-searchbox-instance\"\n >\n <SearchBoxInput\n defaultValue={this.props.initialValue}\n ref={(el) => {\n this._inputElement = el;\n }}\n onChange={this._trackChange}\n onKeyDown={this._handleKeyDown}\n onPaste={this._trackChange}\n onCut={this._trackChange}\n placeholder={this.props.placeholder}\n role=\"searchbox\"\n data-testid=\"core-searchbox-input\"\n />\n <SearchBoxButton\n className=\"core-searchbox-button\"\n onClick={this._handleIconClick}\n role=\"button\"\n tabIndex={-1}\n emptyString={emptyString}\n >\n <span className={iconClassName}>\n <Icon iconSpec={iconSpec} />\n </span>\n </SearchBoxButton>\n </div>\n );\n }\n\n /** Wrapper for onValueChanged to make sure we don't call search unless the new value is different from the previous value */\n private _onValueChanged = (value: string, previousValue: string) => {\n if (value === previousValue) return;\n\n this.setState(\n (_prevState) => {\n return {\n value,\n };\n },\n () => {\n this.props.onValueChanged(this.state.value);\n }\n );\n };\n private _trackChange = (_event?: any): void => {\n let value = \"\";\n const previousValue = this.state.value;\n\n if (this._inputElement) value = this._inputElement.value;\n\n if (this.props.valueChangedDelay) {\n this._unsetTimeout();\n this._timeoutId = window.setTimeout(() => {\n this._onValueChanged(value, previousValue);\n }, this.props.valueChangedDelay);\n } else {\n this._onValueChanged(value, previousValue);\n }\n };\n\n private _handleKeyDown = (e: React.KeyboardEvent) => {\n switch (e.key) {\n case Key.Escape.valueOf():\n if (this.props.onEscPressed) this.props.onEscPressed();\n break;\n case Key.Enter.valueOf():\n if (this.props.onEnterPressed) this.props.onEnterPressed();\n break;\n }\n };\n\n private _handleIconClick = (_event: React.MouseEvent<HTMLElement>): void => {\n if (this._inputElement) {\n const clear = this.state.value !== \"\";\n this._inputElement.value = \"\";\n if (clear && this.props.onClear) this.props.onClear();\n this._inputElement.focus();\n }\n this._trackChange();\n };\n\n private _unsetTimeout = (): void => {\n if (this._timeoutId) {\n window.clearTimeout(this._timeoutId);\n this._timeoutId = 0;\n }\n };\n\n public override componentWillUnmount() {\n this._unsetTimeout();\n }\n\n public focus() {\n if (this._inputElement) this._inputElement.focus();\n }\n}\n\nconst SearchBoxInput = React.forwardRef<\n HTMLInputElement,\n React.ComponentProps<typeof Input>\n>(function SearchBoxInput({ placeholder, ...props }, ref) {\n const { translate } = useTranslation();\n return (\n <Input\n ref={ref}\n placeholder={placeholder || translate(\"general.search\")}\n {...props}\n />\n );\n});\n\nfunction SearchBoxButton({\n emptyString,\n ...props\n}: React.ComponentProps<\"div\"> & { emptyString: boolean }) {\n const { translate } = useTranslation();\n const buttonTitle = translate(\n emptyString ? \"general.search\" : \"general.clear\"\n );\n return <div title={buttonTitle} {...props} />;\n}\n"]}
@@ -0,0 +1,45 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ .core-searchbox {
6
+ font-family: var(--iui-font-sans);
7
+ display: flex;
8
+ align-items: center;
9
+ position: relative;
10
+ //default values (height, width, font-size, color)
11
+ height: 28px;
12
+ width: 12em;
13
+ font-size: var(--iui-font-size-1);
14
+ color: var(--iui-color-text);
15
+
16
+ input {
17
+ min-height: 28px;
18
+ padding: var(--iui-size-3xs) 2em var(--iui-size-3xs) 12px; //12px from design guide
19
+ height: 100%;
20
+ margin: 0;
21
+ color: inherit;
22
+ font-size: inherit;
23
+ box-sizing: border-box;
24
+ }
25
+
26
+ .core-searchbox-button {
27
+ position: absolute;
28
+ height: 100%;
29
+ right: 0;
30
+ width: 2em;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: center;
34
+ overflow: hidden;
35
+ cursor: pointer;
36
+
37
+ &:hover span {
38
+ color: var(--iui-color-text-accent);
39
+ }
40
+
41
+ &:focus {
42
+ outline: none;
43
+ }
44
+ }
45
+ }
@@ -0,0 +1,35 @@
1
+ /** @packageDocumentation
2
+ * @module Settings
3
+ */
4
+ import "./SettingsContainer.scss";
5
+ import * as React from "react";
6
+ import type { SettingsManager, SettingsTabEntry } from "./SettingsManager.js";
7
+ /** Hook to use within Settings Page component to allow saving the current page's data before the Setting Container is closed.
8
+ * @public
9
+ * @deprecated in 4.16.0. Use {@link SettingsManager} instead.
10
+ */
11
+ export declare function useSaveBeforeClosingSettingsContainer(settingsManager: SettingsManager, saveFunction: (closeFunc: (args: any) => void, closeFuncArgs?: any) => void): void;
12
+ /** Hook to use within Settings Page component to allow saving the current page's data before loading to the requested Setting Tab's page.
13
+ * @public
14
+ * @deprecated in 4.16.0. Use {@link SettingsManager} instead.
15
+ */
16
+ export declare function useSaveBeforeActivatingNewSettingsTab(settingsManager: SettingsManager, saveFunction: (tabSelectionFunc: (args: any) => void, requestedSettingsTabId?: string) => void): void;
17
+ /**
18
+ * Properties of {@link SettingsContainer} component.
19
+ * @public
20
+ * @deprecated in 4.16.0. Props of deprecated component {@link SettingsContainer}.
21
+ */
22
+ export interface SettingsContainerProps {
23
+ tabs: SettingsTabEntry[];
24
+ currentSettingsTab?: SettingsTabEntry;
25
+ onSettingsTabSelected?: (tab: SettingsTabEntry) => void;
26
+ settingsManager: SettingsManager;
27
+ showHeader?: boolean;
28
+ }
29
+ /** Component that displays setting tabs on the left and the setting page on the right.
30
+ * Note: that SettingsContainer is not rendered if tabs array is empty.
31
+ * @public
32
+ * @deprecated in 4.16.0. Used internally by {@link @itwin/appui-react#SettingsModalFrontstage}.
33
+ */
34
+ export declare const SettingsContainer: ({ tabs, onSettingsTabSelected, currentSettingsTab, settingsManager, showHeader, }: SettingsContainerProps) => React.JSX.Element;
35
+ //# sourceMappingURL=SettingsContainer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SettingsContainer.d.ts","sourceRoot":"","sources":["../../../src/core-react/settings/SettingsContainer.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,0BAA0B,CAAC;AAClC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAmB9E;;;GAGG;AACH,wBAAgB,qCAAqC,CACnD,eAAe,EAAE,eAAe,EAChC,YAAY,EAAE,CAAC,SAAS,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,EAAE,aAAa,CAAC,EAAE,GAAG,KAAK,IAAI,QAS5E;AAED;;;GAGG;AACH,wBAAgB,qCAAqC,CACnD,eAAe,EAAE,eAAe,EAChC,YAAY,EAAE,CACZ,gBAAgB,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,EACrC,sBAAsB,CAAC,EAAE,MAAM,KAC5B,IAAI,QASV;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,gBAAgB,EAAE,CAAC;IAEzB,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;IAEtC,qBAAqB,CAAC,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAExD,eAAe,EAAE,eAAe,CAAC;IAEjC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,sFAM3B,sBAAsB,sBAyIxB,CAAC"}