@itwin/core-react 4.1.0 → 4.2.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (860) hide show
  1. package/CHANGELOG.md +1609 -1609
  2. package/ContributeGuidelines.md +99 -99
  3. package/LICENSE.md +9 -9
  4. package/README.md +11 -11
  5. package/lib/cjs/core-react/UiCore.d.ts.map +1 -1
  6. package/lib/cjs/core-react/UiCore.js +9 -5
  7. package/lib/cjs/core-react/UiCore.js.map +1 -1
  8. package/lib/cjs/core-react/_geometry.scss +70 -70
  9. package/lib/cjs/core-react/_helpers.scss +52 -51
  10. package/lib/cjs/core-react/_math.scss +13 -13
  11. package/lib/cjs/core-react/_scrollbar.scss +55 -51
  12. package/lib/cjs/core-react/_typography.scss +44 -44
  13. package/lib/cjs/core-react/_z-index.scss +47 -65
  14. package/lib/cjs/core-react/autosuggest/AutoSuggest.d.ts +1 -1
  15. package/lib/cjs/core-react/autosuggest/AutoSuggest.d.ts.map +1 -1
  16. package/lib/cjs/core-react/autosuggest/AutoSuggest.js +14 -15
  17. package/lib/cjs/core-react/autosuggest/AutoSuggest.js.map +1 -1
  18. package/lib/cjs/core-react/autosuggest/AutoSuggest.scss +79 -79
  19. package/lib/cjs/core-react/badge/Badge.d.ts +1 -1
  20. package/lib/cjs/core-react/badge/Badge.d.ts.map +1 -1
  21. package/lib/cjs/core-react/badge/Badge.js +3 -3
  22. package/lib/cjs/core-react/badge/Badge.js.map +1 -1
  23. package/lib/cjs/core-react/badge/Badge.scss +13 -13
  24. package/lib/cjs/core-react/badge/BadgeUtilities.d.ts.map +1 -1
  25. package/lib/cjs/core-react/badge/BadgeUtilities.js +3 -3
  26. package/lib/cjs/core-react/badge/BadgeUtilities.js.map +1 -1
  27. package/lib/cjs/core-react/badge/BetaBadge.d.ts.map +1 -1
  28. package/lib/cjs/core-react/badge/BetaBadge.js +3 -3
  29. package/lib/cjs/core-react/badge/BetaBadge.js.map +1 -1
  30. package/lib/cjs/core-react/badge/NewBadge.d.ts.map +1 -1
  31. package/lib/cjs/core-react/badge/NewBadge.js +4 -4
  32. package/lib/cjs/core-react/badge/NewBadge.js.map +1 -1
  33. package/lib/cjs/core-react/badge/NewBadge.scss +9 -9
  34. package/lib/cjs/core-react/base/Centered.js +3 -3
  35. package/lib/cjs/core-react/base/Centered.js.map +1 -1
  36. package/lib/cjs/core-react/base/Div.d.ts.map +1 -1
  37. package/lib/cjs/core-react/base/Div.js +3 -3
  38. package/lib/cjs/core-react/base/Div.js.map +1 -1
  39. package/lib/cjs/core-react/base/DivWithOutsideClick.d.ts.map +1 -1
  40. package/lib/cjs/core-react/base/DivWithOutsideClick.js +4 -4
  41. package/lib/cjs/core-react/base/DivWithOutsideClick.js.map +1 -1
  42. package/lib/cjs/core-react/base/FillCentered.js +3 -3
  43. package/lib/cjs/core-react/base/FillCentered.js.map +1 -1
  44. package/lib/cjs/core-react/base/FlexWrapContainer.js +3 -3
  45. package/lib/cjs/core-react/base/FlexWrapContainer.js.map +1 -1
  46. package/lib/cjs/core-react/base/Gap.d.ts.map +1 -1
  47. package/lib/cjs/core-react/base/Gap.js +4 -4
  48. package/lib/cjs/core-react/base/Gap.js.map +1 -1
  49. package/lib/cjs/core-react/base/PointerEvents.js +3 -3
  50. package/lib/cjs/core-react/base/PointerEvents.js.map +1 -1
  51. package/lib/cjs/core-react/base/ScrollView.js +3 -3
  52. package/lib/cjs/core-react/base/ScrollView.js.map +1 -1
  53. package/lib/cjs/core-react/base/base.scss +42 -42
  54. package/lib/cjs/core-react/base/classes.scss +27 -13
  55. package/lib/cjs/core-react/base/index.scss +5 -5
  56. package/lib/cjs/core-react/button/UnderlinedButton.d.ts.map +1 -1
  57. package/lib/cjs/core-react/button/UnderlinedButton.js +3 -3
  58. package/lib/cjs/core-react/button/UnderlinedButton.js.map +1 -1
  59. package/lib/cjs/core-react/button/UnderlinedButton.scss +32 -33
  60. package/lib/cjs/core-react/checklistbox/CheckListBox.d.ts.map +1 -1
  61. package/lib/cjs/core-react/checklistbox/CheckListBox.js +4 -4
  62. package/lib/cjs/core-react/checklistbox/CheckListBox.js.map +1 -1
  63. package/lib/cjs/core-react/checklistbox/CheckListBox.scss +22 -22
  64. package/lib/cjs/core-react/classes.scss +11 -11
  65. package/lib/cjs/core-react/colorthemes.scss +61 -61
  66. package/lib/cjs/core-react/colorvariables.scss +131 -131
  67. package/lib/cjs/core-react/contextmenu/ContextMenu.d.ts +7 -7
  68. package/lib/cjs/core-react/contextmenu/ContextMenu.d.ts.map +1 -1
  69. package/lib/cjs/core-react/contextmenu/ContextMenu.js +42 -23
  70. package/lib/cjs/core-react/contextmenu/ContextMenu.js.map +1 -1
  71. package/lib/cjs/core-react/contextmenu/ContextMenu.scss +236 -236
  72. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.d.ts.map +1 -1
  73. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.js +3 -3
  74. package/lib/cjs/core-react/contextmenu/ContextMenuDirection.js.map +1 -1
  75. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.d.ts +1 -1
  76. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.d.ts.map +1 -1
  77. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.js +3 -3
  78. package/lib/cjs/core-react/contextmenu/ContextMenuDivider.js.map +1 -1
  79. package/lib/cjs/core-react/contextmenu/ContextMenuItem.d.ts +1 -1
  80. package/lib/cjs/core-react/contextmenu/ContextMenuItem.d.ts.map +1 -1
  81. package/lib/cjs/core-react/contextmenu/ContextMenuItem.js +16 -12
  82. package/lib/cjs/core-react/contextmenu/ContextMenuItem.js.map +1 -1
  83. package/lib/cjs/core-react/contextmenu/ContextSubMenu.d.ts +2 -2
  84. package/lib/cjs/core-react/contextmenu/ContextSubMenu.d.ts.map +1 -1
  85. package/lib/cjs/core-react/contextmenu/ContextSubMenu.js +37 -15
  86. package/lib/cjs/core-react/contextmenu/ContextSubMenu.js.map +1 -1
  87. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.d.ts.map +1 -1
  88. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js +11 -7
  89. package/lib/cjs/core-react/contextmenu/GlobalContextMenu.js.map +1 -1
  90. package/lib/cjs/core-react/contextmenu/PopupContextMenu.d.ts.map +1 -1
  91. package/lib/cjs/core-react/contextmenu/PopupContextMenu.js +3 -3
  92. package/lib/cjs/core-react/contextmenu/PopupContextMenu.js.map +1 -1
  93. package/lib/cjs/core-react/contextmenu/TildeFinder.d.ts.map +1 -1
  94. package/lib/cjs/core-react/contextmenu/TildeFinder.js +15 -7
  95. package/lib/cjs/core-react/contextmenu/TildeFinder.js.map +1 -1
  96. package/lib/cjs/core-react/dialog/Dialog.d.ts +6 -5
  97. package/lib/cjs/core-react/dialog/Dialog.d.ts.map +1 -1
  98. package/lib/cjs/core-react/dialog/Dialog.js +94 -86
  99. package/lib/cjs/core-react/dialog/Dialog.js.map +1 -1
  100. package/lib/cjs/core-react/dialog/Dialog.scss +245 -245
  101. package/lib/cjs/core-react/dialog/GlobalDialog.d.ts.map +1 -1
  102. package/lib/cjs/core-react/dialog/GlobalDialog.js +10 -6
  103. package/lib/cjs/core-react/dialog/GlobalDialog.js.map +1 -1
  104. package/lib/cjs/core-react/dialog/SimpleDialog.d.ts +68 -0
  105. package/lib/cjs/core-react/dialog/SimpleDialog.d.ts.map +1 -0
  106. package/lib/cjs/core-react/dialog/SimpleDialog.js +51 -0
  107. package/lib/cjs/core-react/dialog/SimpleDialog.js.map +1 -0
  108. package/lib/cjs/core-react/elementseparator/ElementSeparator.d.ts.map +1 -1
  109. package/lib/cjs/core-react/elementseparator/ElementSeparator.js +14 -8
  110. package/lib/cjs/core-react/elementseparator/ElementSeparator.js.map +1 -1
  111. package/lib/cjs/core-react/elementseparator/ElementSeparator.scss +94 -85
  112. package/lib/cjs/core-react/enums/Alignment.js +3 -3
  113. package/lib/cjs/core-react/enums/Alignment.js.map +1 -1
  114. package/lib/cjs/core-react/enums/CheckBoxState.js +3 -3
  115. package/lib/cjs/core-react/enums/CheckBoxState.js.map +1 -1
  116. package/lib/cjs/core-react/enums/Orientation.js +3 -3
  117. package/lib/cjs/core-react/enums/Orientation.js.map +1 -1
  118. package/lib/cjs/core-react/enums/SortDirection.js +3 -3
  119. package/lib/cjs/core-react/enums/SortDirection.js.map +1 -1
  120. package/lib/cjs/core-react/enums/TimeFormat.js +3 -3
  121. package/lib/cjs/core-react/enums/TimeFormat.js.map +1 -1
  122. package/lib/cjs/core-react/expandable/ExpandableList.d.ts +1 -1
  123. package/lib/cjs/core-react/expandable/ExpandableList.d.ts.map +1 -1
  124. package/lib/cjs/core-react/expandable/ExpandableList.js +8 -5
  125. package/lib/cjs/core-react/expandable/ExpandableList.js.map +1 -1
  126. package/lib/cjs/core-react/expandable/ExpandableList.scss +9 -9
  127. package/lib/cjs/core-react/expandable/classes.scss +9 -7
  128. package/lib/cjs/core-react/expandable/index.scss +5 -5
  129. package/lib/cjs/core-react/expandable/list.scss +35 -35
  130. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.d.ts.map +1 -1
  131. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.js +38 -15
  132. package/lib/cjs/core-react/focus/ItemKeyboardNavigator.js.map +1 -1
  133. package/lib/cjs/core-react/focustrap/FocusTrap.d.ts.map +1 -1
  134. package/lib/cjs/core-react/focustrap/FocusTrap.js +33 -16
  135. package/lib/cjs/core-react/focustrap/FocusTrap.js.map +1 -1
  136. package/lib/cjs/core-react/hocs/withIsPressed.d.ts.map +1 -1
  137. package/lib/cjs/core-react/hocs/withIsPressed.js +4 -7
  138. package/lib/cjs/core-react/hocs/withIsPressed.js.map +1 -1
  139. package/lib/cjs/core-react/hocs/withOnOutsideClick.d.ts.map +1 -1
  140. package/lib/cjs/core-react/hocs/withOnOutsideClick.js +16 -11
  141. package/lib/cjs/core-react/hocs/withOnOutsideClick.js.map +1 -1
  142. package/lib/cjs/core-react/hocs/withTimeout.d.ts.map +1 -1
  143. package/lib/cjs/core-react/hocs/withTimeout.js +6 -8
  144. package/lib/cjs/core-react/hocs/withTimeout.js.map +1 -1
  145. package/lib/cjs/core-react/icons/ConditionalIconItem.d.ts +5 -1
  146. package/lib/cjs/core-react/icons/ConditionalIconItem.d.ts.map +1 -1
  147. package/lib/cjs/core-react/icons/ConditionalIconItem.js +26 -9
  148. package/lib/cjs/core-react/icons/ConditionalIconItem.js.map +1 -1
  149. package/lib/cjs/core-react/icons/IconComponent.d.ts +1 -1
  150. package/lib/cjs/core-react/icons/IconComponent.d.ts.map +1 -1
  151. package/lib/cjs/core-react/icons/IconComponent.js +20 -10
  152. package/lib/cjs/core-react/icons/IconComponent.js.map +1 -1
  153. package/lib/cjs/core-react/icons/IconComponent.scss +19 -20
  154. package/lib/cjs/core-react/icons/SvgPath.d.ts.map +1 -1
  155. package/lib/cjs/core-react/icons/SvgPath.js +4 -4
  156. package/lib/cjs/core-react/icons/SvgPath.js.map +1 -1
  157. package/lib/cjs/core-react/icons/SvgPath.scss +15 -15
  158. package/lib/cjs/core-react/icons/WebFontIcon.js +3 -3
  159. package/lib/cjs/core-react/icons/WebFontIcon.js.map +1 -1
  160. package/lib/cjs/core-react/icons/WebFontIcon.scss +17 -17
  161. package/lib/cjs/core-react/icons/classes.scss +18 -10
  162. package/lib/cjs/core-react/icons/index.scss +6 -6
  163. package/lib/cjs/core-react/icons/mixins.scss +25 -25
  164. package/lib/cjs/core-react/icons/variables.scss +12 -12
  165. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.d.ts.map +1 -1
  166. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.js +6 -4
  167. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.js.map +1 -1
  168. package/lib/cjs/core-react/imagecheckbox/ImageCheckBox.scss +54 -54
  169. package/lib/cjs/core-react/index.scss +21 -21
  170. package/lib/cjs/core-react/inputs/Input.d.ts +1 -1
  171. package/lib/cjs/core-react/inputs/Input.d.ts.map +1 -1
  172. package/lib/cjs/core-react/inputs/Input.js +6 -7
  173. package/lib/cjs/core-react/inputs/Input.js.map +1 -1
  174. package/lib/cjs/core-react/inputs/InputLabel.d.ts +1 -1
  175. package/lib/cjs/core-react/inputs/InputLabel.d.ts.map +1 -1
  176. package/lib/cjs/core-react/inputs/InputLabel.js +10 -13
  177. package/lib/cjs/core-react/inputs/InputLabel.js.map +1 -1
  178. package/lib/cjs/core-react/inputs/InputStatus.js +3 -3
  179. package/lib/cjs/core-react/inputs/InputStatus.js.map +1 -1
  180. package/lib/cjs/core-react/inputs/LabeledComponentProps.js +3 -3
  181. package/lib/cjs/core-react/inputs/LabeledComponentProps.js.map +1 -1
  182. package/lib/cjs/core-react/inputs/classes.scss +12 -8
  183. package/lib/cjs/core-react/inputs/iconinput/IconInput.d.ts +1 -1
  184. package/lib/cjs/core-react/inputs/iconinput/IconInput.d.ts.map +1 -1
  185. package/lib/cjs/core-react/inputs/iconinput/IconInput.js +3 -4
  186. package/lib/cjs/core-react/inputs/iconinput/IconInput.js.map +1 -1
  187. package/lib/cjs/core-react/inputs/iconinput/IconInput.scss +34 -35
  188. package/lib/cjs/core-react/inputs/index.scss +9 -9
  189. package/lib/cjs/core-react/inputs/input-label.scss +90 -90
  190. package/lib/cjs/core-react/inputs/input.scss +58 -58
  191. package/lib/cjs/core-react/inputs/numberinput/NumberInput.d.ts +2 -2
  192. package/lib/cjs/core-react/inputs/numberinput/NumberInput.d.ts.map +1 -1
  193. package/lib/cjs/core-react/inputs/numberinput/NumberInput.js +25 -16
  194. package/lib/cjs/core-react/inputs/numberinput/NumberInput.js.map +1 -1
  195. package/lib/cjs/core-react/inputs/numberinput/NumberInput.scss +88 -88
  196. package/lib/cjs/core-react/inputs/variables.scss +38 -38
  197. package/lib/cjs/core-react/layout-variables.scss +15 -17
  198. package/lib/cjs/core-react/listbox/Listbox.d.ts +2 -2
  199. package/lib/cjs/core-react/listbox/Listbox.d.ts.map +1 -1
  200. package/lib/cjs/core-react/listbox/Listbox.js +19 -12
  201. package/lib/cjs/core-react/listbox/Listbox.js.map +1 -1
  202. package/lib/cjs/core-react/listbox/Listbox.scss +54 -54
  203. package/lib/cjs/core-react/loading/LoadingBar.d.ts.map +1 -1
  204. package/lib/cjs/core-react/loading/LoadingBar.js +4 -4
  205. package/lib/cjs/core-react/loading/LoadingBar.js.map +1 -1
  206. package/lib/cjs/core-react/loading/LoadingBar.scss +29 -29
  207. package/lib/cjs/core-react/loading/LoadingPrompt.d.ts.map +1 -1
  208. package/lib/cjs/core-react/loading/LoadingPrompt.js +9 -9
  209. package/lib/cjs/core-react/loading/LoadingPrompt.js.map +1 -1
  210. package/lib/cjs/core-react/loading/LoadingPrompt.scss +33 -33
  211. package/lib/cjs/core-react/loading/LoadingSpinner.d.ts +3 -3
  212. package/lib/cjs/core-react/loading/LoadingSpinner.d.ts.map +1 -1
  213. package/lib/cjs/core-react/loading/LoadingSpinner.js +5 -5
  214. package/lib/cjs/core-react/loading/LoadingSpinner.js.map +1 -1
  215. package/lib/cjs/core-react/loading/LoadingSpinner.scss +26 -26
  216. package/lib/cjs/core-react/loading/LoadingStatus.d.ts.map +1 -1
  217. package/lib/cjs/core-react/loading/LoadingStatus.js +3 -3
  218. package/lib/cjs/core-react/loading/LoadingStatus.js.map +1 -1
  219. package/lib/cjs/core-react/loading/LoadingStatus.scss +20 -20
  220. package/lib/cjs/core-react/loading/index.scss +5 -5
  221. package/lib/cjs/core-react/loading/mixins.scss +57 -57
  222. package/lib/cjs/core-react/messagebox/MessageBox.d.ts +3 -3
  223. package/lib/cjs/core-react/messagebox/MessageBox.d.ts.map +1 -1
  224. package/lib/cjs/core-react/messagebox/MessageBox.js +5 -5
  225. package/lib/cjs/core-react/messagebox/MessageBox.js.map +1 -1
  226. package/lib/cjs/core-react/messagebox/MessageBox.scss +56 -56
  227. package/lib/cjs/core-react/notification/MessageRenderer.d.ts.map +1 -1
  228. package/lib/cjs/core-react/notification/MessageRenderer.js +18 -12
  229. package/lib/cjs/core-react/notification/MessageRenderer.js.map +1 -1
  230. package/lib/cjs/core-react/notification/MessageType.d.ts.map +1 -1
  231. package/lib/cjs/core-react/notification/MessageType.js +3 -3
  232. package/lib/cjs/core-react/notification/MessageType.js.map +1 -1
  233. package/lib/cjs/core-react/popup/Popup.d.ts.map +1 -1
  234. package/lib/cjs/core-react/popup/Popup.js +46 -23
  235. package/lib/cjs/core-react/popup/Popup.js.map +1 -1
  236. package/lib/cjs/core-react/popup/Popup.scss +240 -240
  237. package/lib/cjs/core-react/radialmenu/Annulus.d.ts.map +1 -1
  238. package/lib/cjs/core-react/radialmenu/Annulus.js +4 -4
  239. package/lib/cjs/core-react/radialmenu/Annulus.js.map +1 -1
  240. package/lib/cjs/core-react/radialmenu/RadialMenu.d.ts +2 -2
  241. package/lib/cjs/core-react/radialmenu/RadialMenu.d.ts.map +1 -1
  242. package/lib/cjs/core-react/radialmenu/RadialMenu.js +26 -11
  243. package/lib/cjs/core-react/radialmenu/RadialMenu.js.map +1 -1
  244. package/lib/cjs/core-react/radialmenu/RadialMenu.scss +55 -55
  245. package/lib/cjs/core-react/searchbox/SearchBox.d.ts.map +1 -1
  246. package/lib/cjs/core-react/searchbox/SearchBox.js +17 -7
  247. package/lib/cjs/core-react/searchbox/SearchBox.js.map +1 -1
  248. package/lib/cjs/core-react/searchbox/SearchBox.scss +47 -47
  249. package/lib/cjs/core-react/settings/SettingsContainer.d.ts +1 -1
  250. package/lib/cjs/core-react/settings/SettingsContainer.d.ts.map +1 -1
  251. package/lib/cjs/core-react/settings/SettingsContainer.js +54 -19
  252. package/lib/cjs/core-react/settings/SettingsContainer.js.map +1 -1
  253. package/lib/cjs/core-react/settings/SettingsContainer.scss +68 -68
  254. package/lib/cjs/core-react/settings/SettingsManager.d.ts +3 -3
  255. package/lib/cjs/core-react/settings/SettingsManager.d.ts.map +1 -1
  256. package/lib/cjs/core-react/settings/SettingsManager.js +7 -8
  257. package/lib/cjs/core-react/settings/SettingsManager.js.map +1 -1
  258. package/lib/cjs/core-react/style/baseline.scss +11 -11
  259. package/lib/cjs/core-react/style/breakpoints.scss +59 -41
  260. package/lib/cjs/core-react/style/colors.scss +77 -77
  261. package/lib/cjs/core-react/style/index.scss +10 -10
  262. package/lib/cjs/core-react/style/mixins.scss +23 -27
  263. package/lib/cjs/core-react/style/opacity.scss +16 -16
  264. package/lib/cjs/core-react/style/themecolors.scss +133 -123
  265. package/lib/cjs/core-react/tabs/Tabs.d.ts +4 -4
  266. package/lib/cjs/core-react/tabs/Tabs.d.ts.map +1 -1
  267. package/lib/cjs/core-react/tabs/Tabs.js +13 -11
  268. package/lib/cjs/core-react/tabs/Tabs.js.map +1 -1
  269. package/lib/cjs/core-react/tabs/VerticalTabs.d.ts.map +1 -1
  270. package/lib/cjs/core-react/tabs/VerticalTabs.js +3 -3
  271. package/lib/cjs/core-react/tabs/VerticalTabs.js.map +1 -1
  272. package/lib/cjs/core-react/tabs/classes.scss +9 -7
  273. package/lib/cjs/core-react/tabs/index.scss +5 -5
  274. package/lib/cjs/core-react/tabs/tabs.scss +96 -96
  275. package/lib/cjs/core-react/tabs/vertical.scss +51 -51
  276. package/lib/cjs/core-react/text/BlockText.js +4 -4
  277. package/lib/cjs/core-react/text/BlockText.js.map +1 -1
  278. package/lib/cjs/core-react/text/BodyText.js +4 -4
  279. package/lib/cjs/core-react/text/BodyText.js.map +1 -1
  280. package/lib/cjs/core-react/text/DisabledText.js +4 -4
  281. package/lib/cjs/core-react/text/DisabledText.js.map +1 -1
  282. package/lib/cjs/core-react/text/FilteredText.d.ts.map +1 -1
  283. package/lib/cjs/core-react/text/FilteredText.js +5 -5
  284. package/lib/cjs/core-react/text/FilteredText.js.map +1 -1
  285. package/lib/cjs/core-react/text/FilteredText.scss +10 -10
  286. package/lib/cjs/core-react/text/MutedText.js +4 -4
  287. package/lib/cjs/core-react/text/MutedText.js.map +1 -1
  288. package/lib/cjs/core-react/text/StyledText.js +3 -3
  289. package/lib/cjs/core-react/text/StyledText.js.map +1 -1
  290. package/lib/cjs/core-react/text/TextProps.d.ts.map +1 -1
  291. package/lib/cjs/core-react/text/TextProps.js +3 -3
  292. package/lib/cjs/core-react/text/TextProps.js.map +1 -1
  293. package/lib/cjs/core-react/text/block.scss +15 -15
  294. package/lib/cjs/core-react/text/body.scss +13 -13
  295. package/lib/cjs/core-react/text/classes.scss +18 -10
  296. package/lib/cjs/core-react/text/disabled.scss +9 -10
  297. package/lib/cjs/core-react/text/index.scss +10 -10
  298. package/lib/cjs/core-react/text/mixins.scss +24 -24
  299. package/lib/cjs/core-react/text/muted.scss +9 -10
  300. package/lib/cjs/core-react/tree/Branch.d.ts.map +1 -1
  301. package/lib/cjs/core-react/tree/Branch.js +3 -3
  302. package/lib/cjs/core-react/tree/Branch.js.map +1 -1
  303. package/lib/cjs/core-react/tree/Branch.scss +13 -13
  304. package/lib/cjs/core-react/tree/ExpansionToggle.d.ts.map +1 -1
  305. package/lib/cjs/core-react/tree/ExpansionToggle.js +3 -3
  306. package/lib/cjs/core-react/tree/ExpansionToggle.js.map +1 -1
  307. package/lib/cjs/core-react/tree/ExpansionToggle.scss +32 -32
  308. package/lib/cjs/core-react/tree/Node.d.ts.map +1 -1
  309. package/lib/cjs/core-react/tree/Node.js +11 -8
  310. package/lib/cjs/core-react/tree/Node.js.map +1 -1
  311. package/lib/cjs/core-react/tree/Node.scss +68 -68
  312. package/lib/cjs/core-react/tree/Placeholder.js +5 -5
  313. package/lib/cjs/core-react/tree/Placeholder.js.map +1 -1
  314. package/lib/cjs/core-react/tree/Placeholder.scss +17 -17
  315. package/lib/cjs/core-react/tree/Tree.d.ts.map +1 -1
  316. package/lib/cjs/core-react/tree/Tree.js +20 -11
  317. package/lib/cjs/core-react/tree/Tree.js.map +1 -1
  318. package/lib/cjs/core-react/tree/Tree.scss +21 -21
  319. package/lib/cjs/core-react/uistate/LocalStateStorage.d.ts.map +1 -1
  320. package/lib/cjs/core-react/uistate/LocalStateStorage.js +7 -4
  321. package/lib/cjs/core-react/uistate/LocalStateStorage.js.map +1 -1
  322. package/lib/cjs/core-react/uistate/UiStateEntry.d.ts.map +1 -1
  323. package/lib/cjs/core-react/uistate/UiStateEntry.js +3 -3
  324. package/lib/cjs/core-react/uistate/UiStateEntry.js.map +1 -1
  325. package/lib/cjs/core-react/uistate/UiStateStorage.d.ts.map +1 -1
  326. package/lib/cjs/core-react/uistate/UiStateStorage.js +3 -3
  327. package/lib/cjs/core-react/uistate/UiStateStorage.js.map +1 -1
  328. package/lib/cjs/core-react/utils/IconHelper.d.ts +3 -1
  329. package/lib/cjs/core-react/utils/IconHelper.d.ts.map +1 -1
  330. package/lib/cjs/core-react/utils/IconHelper.js +35 -6
  331. package/lib/cjs/core-react/utils/IconHelper.js.map +1 -1
  332. package/lib/cjs/core-react/utils/IconWebComponent.d.ts.map +1 -1
  333. package/lib/cjs/core-react/utils/IconWebComponent.js +71 -41
  334. package/lib/cjs/core-react/utils/IconWebComponent.js.map +1 -1
  335. package/lib/cjs/core-react/utils/Point.d.ts.map +1 -1
  336. package/lib/cjs/core-react/utils/Point.js +3 -3
  337. package/lib/cjs/core-react/utils/Point.js.map +1 -1
  338. package/lib/cjs/core-react/utils/Props.d.ts.map +1 -1
  339. package/lib/cjs/core-react/utils/Props.js +3 -3
  340. package/lib/cjs/core-react/utils/Props.js.map +1 -1
  341. package/lib/cjs/core-react/utils/Rectangle.d.ts.map +1 -1
  342. package/lib/cjs/core-react/utils/Rectangle.js +15 -7
  343. package/lib/cjs/core-react/utils/Rectangle.js.map +1 -1
  344. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.d.ts.map +1 -1
  345. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.js +4 -2
  346. package/lib/cjs/core-react/utils/ScrollPositionMaintainer.js.map +1 -1
  347. package/lib/cjs/core-react/utils/Size.d.ts.map +1 -1
  348. package/lib/cjs/core-react/utils/Size.js +4 -5
  349. package/lib/cjs/core-react/utils/Size.js.map +1 -1
  350. package/lib/cjs/core-react/utils/Timer.d.ts.map +1 -1
  351. package/lib/cjs/core-react/utils/Timer.js +3 -3
  352. package/lib/cjs/core-react/utils/Timer.js.map +1 -1
  353. package/lib/cjs/core-react/utils/UiGeometry.d.ts.map +1 -1
  354. package/lib/cjs/core-react/utils/UiGeometry.js +9 -5
  355. package/lib/cjs/core-react/utils/UiGeometry.js.map +1 -1
  356. package/lib/cjs/core-react/utils/flattenChildren.js +3 -3
  357. package/lib/cjs/core-react/utils/flattenChildren.js.map +1 -1
  358. package/lib/cjs/core-react/utils/getBestBWContrastColor.js +5 -5
  359. package/lib/cjs/core-react/utils/getBestBWContrastColor.js.map +1 -1
  360. package/lib/cjs/core-react/utils/getCssVariable.d.ts.map +1 -1
  361. package/lib/cjs/core-react/utils/getCssVariable.js +3 -3
  362. package/lib/cjs/core-react/utils/getCssVariable.js.map +1 -1
  363. package/lib/cjs/core-react/utils/getDisplayName.d.ts.map +1 -1
  364. package/lib/cjs/core-react/utils/getDisplayName.js +3 -3
  365. package/lib/cjs/core-react/utils/getDisplayName.js.map +1 -1
  366. package/lib/cjs/core-react/utils/getUserColor.d.ts.map +1 -1
  367. package/lib/cjs/core-react/utils/getUserColor.js +5 -4
  368. package/lib/cjs/core-react/utils/getUserColor.js.map +1 -1
  369. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +1 -1
  370. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.js +4 -4
  371. package/lib/cjs/core-react/utils/hooks/ResizeObserverPolyfill.js.map +1 -1
  372. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.d.ts.map +1 -1
  373. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.js +21 -9
  374. package/lib/cjs/core-react/utils/hooks/useCrossOriginPopup.js.map +1 -1
  375. package/lib/cjs/core-react/utils/hooks/useDisposable.d.ts.map +1 -1
  376. package/lib/cjs/core-react/utils/hooks/useDisposable.js +3 -3
  377. package/lib/cjs/core-react/utils/hooks/useDisposable.js.map +1 -1
  378. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +1 -1
  379. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.js +3 -3
  380. package/lib/cjs/core-react/utils/hooks/useEffectSkipFirst.js.map +1 -1
  381. package/lib/cjs/core-react/utils/hooks/useEventListener.d.ts.map +1 -1
  382. package/lib/cjs/core-react/utils/hooks/useEventListener.js +3 -3
  383. package/lib/cjs/core-react/utils/hooks/useEventListener.js.map +1 -1
  384. package/lib/cjs/core-react/utils/hooks/useInterval.d.ts.map +1 -1
  385. package/lib/cjs/core-react/utils/hooks/useInterval.js +6 -4
  386. package/lib/cjs/core-react/utils/hooks/useInterval.js.map +1 -1
  387. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.d.ts.map +1 -1
  388. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.js +7 -4
  389. package/lib/cjs/core-react/utils/hooks/useLifecycleLogging.js.map +1 -1
  390. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.d.ts.map +1 -1
  391. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.js +15 -6
  392. package/lib/cjs/core-react/utils/hooks/useOnOutsideClick.js.map +1 -1
  393. package/lib/cjs/core-react/utils/hooks/useProximityToMouse.js +3 -3
  394. package/lib/cjs/core-react/utils/hooks/useProximityToMouse.js.map +1 -1
  395. package/lib/cjs/core-react/utils/hooks/useRefEffect.d.ts +1 -1
  396. package/lib/cjs/core-react/utils/hooks/useRefEffect.d.ts.map +1 -1
  397. package/lib/cjs/core-react/utils/hooks/useRefEffect.js +3 -3
  398. package/lib/cjs/core-react/utils/hooks/useRefEffect.js.map +1 -1
  399. package/lib/cjs/core-react/utils/hooks/useRefState.js +3 -3
  400. package/lib/cjs/core-react/utils/hooks/useRefState.js.map +1 -1
  401. package/lib/cjs/core-react/utils/hooks/useRefs.d.ts.map +1 -1
  402. package/lib/cjs/core-react/utils/hooks/useRefs.js +8 -6
  403. package/lib/cjs/core-react/utils/hooks/useRefs.js.map +1 -1
  404. package/lib/cjs/core-react/utils/hooks/useResizeObserver.d.ts +8 -8
  405. package/lib/cjs/core-react/utils/hooks/useResizeObserver.d.ts.map +1 -1
  406. package/lib/cjs/core-react/utils/hooks/useResizeObserver.js +37 -20
  407. package/lib/cjs/core-react/utils/hooks/useResizeObserver.js.map +1 -1
  408. package/lib/cjs/core-react/utils/hooks/useTargeted.d.ts.map +1 -1
  409. package/lib/cjs/core-react/utils/hooks/useTargeted.js +7 -4
  410. package/lib/cjs/core-react/utils/hooks/useTargeted.js.map +1 -1
  411. package/lib/cjs/core-react/utils/hooks/useThrottledFn.js +3 -3
  412. package/lib/cjs/core-react/utils/hooks/useThrottledFn.js.map +1 -1
  413. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +1 -1
  414. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.js +3 -4
  415. package/lib/cjs/core-react/utils/hooks/useWidgetOpacityContext.js.map +1 -1
  416. package/lib/cjs/core-react/utils/isPromiseLike.d.ts.map +1 -1
  417. package/lib/cjs/core-react/utils/isPromiseLike.js +6 -4
  418. package/lib/cjs/core-react/utils/isPromiseLike.js.map +1 -1
  419. package/lib/cjs/core-react/utils/reuseOrCreatePromise.d.ts +14 -0
  420. package/lib/cjs/core-react/utils/reuseOrCreatePromise.d.ts.map +1 -0
  421. package/lib/cjs/core-react/utils/reuseOrCreatePromise.js +33 -0
  422. package/lib/cjs/core-react/utils/reuseOrCreatePromise.js.map +1 -0
  423. package/lib/cjs/core-react/utils/shallowDiffers.d.ts.map +1 -1
  424. package/lib/cjs/core-react/utils/shallowDiffers.js +3 -3
  425. package/lib/cjs/core-react/utils/shallowDiffers.js.map +1 -1
  426. package/lib/cjs/core-react/utils/typeUtils.js +3 -3
  427. package/lib/cjs/core-react/utils/typeUtils.js.map +1 -1
  428. package/lib/cjs/core-react.d.ts +3 -3
  429. package/lib/cjs/core-react.d.ts.map +1 -1
  430. package/lib/cjs/core-react.js +3 -3
  431. package/lib/cjs/core-react.js.map +1 -1
  432. package/lib/esm/core-react/UiCore.d.ts.map +1 -1
  433. package/lib/esm/core-react/UiCore.js +9 -5
  434. package/lib/esm/core-react/UiCore.js.map +1 -1
  435. package/lib/esm/core-react/_geometry.scss +70 -70
  436. package/lib/esm/core-react/_helpers.scss +52 -51
  437. package/lib/esm/core-react/_math.scss +13 -13
  438. package/lib/esm/core-react/_scrollbar.scss +55 -51
  439. package/lib/esm/core-react/_typography.scss +44 -44
  440. package/lib/esm/core-react/_z-index.scss +47 -65
  441. package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts +1 -1
  442. package/lib/esm/core-react/autosuggest/AutoSuggest.d.ts.map +1 -1
  443. package/lib/esm/core-react/autosuggest/AutoSuggest.js +14 -15
  444. package/lib/esm/core-react/autosuggest/AutoSuggest.js.map +1 -1
  445. package/lib/esm/core-react/autosuggest/AutoSuggest.scss +79 -79
  446. package/lib/esm/core-react/badge/Badge.d.ts +1 -1
  447. package/lib/esm/core-react/badge/Badge.d.ts.map +1 -1
  448. package/lib/esm/core-react/badge/Badge.js +3 -3
  449. package/lib/esm/core-react/badge/Badge.js.map +1 -1
  450. package/lib/esm/core-react/badge/Badge.scss +13 -13
  451. package/lib/esm/core-react/badge/BadgeUtilities.d.ts.map +1 -1
  452. package/lib/esm/core-react/badge/BadgeUtilities.js +3 -3
  453. package/lib/esm/core-react/badge/BadgeUtilities.js.map +1 -1
  454. package/lib/esm/core-react/badge/BetaBadge.d.ts.map +1 -1
  455. package/lib/esm/core-react/badge/BetaBadge.js +3 -3
  456. package/lib/esm/core-react/badge/BetaBadge.js.map +1 -1
  457. package/lib/esm/core-react/badge/NewBadge.d.ts.map +1 -1
  458. package/lib/esm/core-react/badge/NewBadge.js +4 -4
  459. package/lib/esm/core-react/badge/NewBadge.js.map +1 -1
  460. package/lib/esm/core-react/badge/NewBadge.scss +9 -9
  461. package/lib/esm/core-react/base/Centered.js +3 -3
  462. package/lib/esm/core-react/base/Centered.js.map +1 -1
  463. package/lib/esm/core-react/base/Div.d.ts.map +1 -1
  464. package/lib/esm/core-react/base/Div.js +3 -3
  465. package/lib/esm/core-react/base/Div.js.map +1 -1
  466. package/lib/esm/core-react/base/DivWithOutsideClick.d.ts.map +1 -1
  467. package/lib/esm/core-react/base/DivWithOutsideClick.js +4 -4
  468. package/lib/esm/core-react/base/DivWithOutsideClick.js.map +1 -1
  469. package/lib/esm/core-react/base/FillCentered.js +3 -3
  470. package/lib/esm/core-react/base/FillCentered.js.map +1 -1
  471. package/lib/esm/core-react/base/FlexWrapContainer.js +3 -3
  472. package/lib/esm/core-react/base/FlexWrapContainer.js.map +1 -1
  473. package/lib/esm/core-react/base/Gap.d.ts.map +1 -1
  474. package/lib/esm/core-react/base/Gap.js +4 -4
  475. package/lib/esm/core-react/base/Gap.js.map +1 -1
  476. package/lib/esm/core-react/base/PointerEvents.js +3 -3
  477. package/lib/esm/core-react/base/PointerEvents.js.map +1 -1
  478. package/lib/esm/core-react/base/ScrollView.js +3 -3
  479. package/lib/esm/core-react/base/ScrollView.js.map +1 -1
  480. package/lib/esm/core-react/base/base.scss +42 -42
  481. package/lib/esm/core-react/base/classes.scss +27 -13
  482. package/lib/esm/core-react/base/index.scss +5 -5
  483. package/lib/esm/core-react/button/UnderlinedButton.d.ts.map +1 -1
  484. package/lib/esm/core-react/button/UnderlinedButton.js +3 -3
  485. package/lib/esm/core-react/button/UnderlinedButton.js.map +1 -1
  486. package/lib/esm/core-react/button/UnderlinedButton.scss +32 -33
  487. package/lib/esm/core-react/checklistbox/CheckListBox.d.ts.map +1 -1
  488. package/lib/esm/core-react/checklistbox/CheckListBox.js +4 -4
  489. package/lib/esm/core-react/checklistbox/CheckListBox.js.map +1 -1
  490. package/lib/esm/core-react/checklistbox/CheckListBox.scss +22 -22
  491. package/lib/esm/core-react/classes.scss +11 -11
  492. package/lib/esm/core-react/colorthemes.scss +61 -61
  493. package/lib/esm/core-react/colorvariables.scss +131 -131
  494. package/lib/esm/core-react/contextmenu/ContextMenu.d.ts +7 -7
  495. package/lib/esm/core-react/contextmenu/ContextMenu.d.ts.map +1 -1
  496. package/lib/esm/core-react/contextmenu/ContextMenu.js +42 -23
  497. package/lib/esm/core-react/contextmenu/ContextMenu.js.map +1 -1
  498. package/lib/esm/core-react/contextmenu/ContextMenu.scss +236 -236
  499. package/lib/esm/core-react/contextmenu/ContextMenuDirection.d.ts.map +1 -1
  500. package/lib/esm/core-react/contextmenu/ContextMenuDirection.js +3 -3
  501. package/lib/esm/core-react/contextmenu/ContextMenuDirection.js.map +1 -1
  502. package/lib/esm/core-react/contextmenu/ContextMenuDivider.d.ts +1 -1
  503. package/lib/esm/core-react/contextmenu/ContextMenuDivider.d.ts.map +1 -1
  504. package/lib/esm/core-react/contextmenu/ContextMenuDivider.js +3 -3
  505. package/lib/esm/core-react/contextmenu/ContextMenuDivider.js.map +1 -1
  506. package/lib/esm/core-react/contextmenu/ContextMenuItem.d.ts +1 -1
  507. package/lib/esm/core-react/contextmenu/ContextMenuItem.d.ts.map +1 -1
  508. package/lib/esm/core-react/contextmenu/ContextMenuItem.js +16 -12
  509. package/lib/esm/core-react/contextmenu/ContextMenuItem.js.map +1 -1
  510. package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts +2 -2
  511. package/lib/esm/core-react/contextmenu/ContextSubMenu.d.ts.map +1 -1
  512. package/lib/esm/core-react/contextmenu/ContextSubMenu.js +37 -15
  513. package/lib/esm/core-react/contextmenu/ContextSubMenu.js.map +1 -1
  514. package/lib/esm/core-react/contextmenu/GlobalContextMenu.d.ts.map +1 -1
  515. package/lib/esm/core-react/contextmenu/GlobalContextMenu.js +11 -7
  516. package/lib/esm/core-react/contextmenu/GlobalContextMenu.js.map +1 -1
  517. package/lib/esm/core-react/contextmenu/PopupContextMenu.d.ts.map +1 -1
  518. package/lib/esm/core-react/contextmenu/PopupContextMenu.js +3 -3
  519. package/lib/esm/core-react/contextmenu/PopupContextMenu.js.map +1 -1
  520. package/lib/esm/core-react/contextmenu/TildeFinder.d.ts.map +1 -1
  521. package/lib/esm/core-react/contextmenu/TildeFinder.js +15 -7
  522. package/lib/esm/core-react/contextmenu/TildeFinder.js.map +1 -1
  523. package/lib/esm/core-react/dialog/Dialog.d.ts +6 -5
  524. package/lib/esm/core-react/dialog/Dialog.d.ts.map +1 -1
  525. package/lib/esm/core-react/dialog/Dialog.js +94 -86
  526. package/lib/esm/core-react/dialog/Dialog.js.map +1 -1
  527. package/lib/esm/core-react/dialog/Dialog.scss +245 -245
  528. package/lib/esm/core-react/dialog/GlobalDialog.d.ts.map +1 -1
  529. package/lib/esm/core-react/dialog/GlobalDialog.js +10 -6
  530. package/lib/esm/core-react/dialog/GlobalDialog.js.map +1 -1
  531. package/lib/esm/core-react/dialog/SimpleDialog.d.ts +68 -0
  532. package/lib/esm/core-react/dialog/SimpleDialog.d.ts.map +1 -0
  533. package/lib/esm/core-react/dialog/SimpleDialog.js +47 -0
  534. package/lib/esm/core-react/dialog/SimpleDialog.js.map +1 -0
  535. package/lib/esm/core-react/elementseparator/ElementSeparator.d.ts.map +1 -1
  536. package/lib/esm/core-react/elementseparator/ElementSeparator.js +14 -8
  537. package/lib/esm/core-react/elementseparator/ElementSeparator.js.map +1 -1
  538. package/lib/esm/core-react/elementseparator/ElementSeparator.scss +94 -85
  539. package/lib/esm/core-react/enums/Alignment.js +3 -3
  540. package/lib/esm/core-react/enums/Alignment.js.map +1 -1
  541. package/lib/esm/core-react/enums/CheckBoxState.js +3 -3
  542. package/lib/esm/core-react/enums/CheckBoxState.js.map +1 -1
  543. package/lib/esm/core-react/enums/Orientation.js +3 -3
  544. package/lib/esm/core-react/enums/Orientation.js.map +1 -1
  545. package/lib/esm/core-react/enums/SortDirection.js +3 -3
  546. package/lib/esm/core-react/enums/SortDirection.js.map +1 -1
  547. package/lib/esm/core-react/enums/TimeFormat.js +3 -3
  548. package/lib/esm/core-react/enums/TimeFormat.js.map +1 -1
  549. package/lib/esm/core-react/expandable/ExpandableList.d.ts +1 -1
  550. package/lib/esm/core-react/expandable/ExpandableList.d.ts.map +1 -1
  551. package/lib/esm/core-react/expandable/ExpandableList.js +8 -5
  552. package/lib/esm/core-react/expandable/ExpandableList.js.map +1 -1
  553. package/lib/esm/core-react/expandable/ExpandableList.scss +9 -9
  554. package/lib/esm/core-react/expandable/classes.scss +9 -7
  555. package/lib/esm/core-react/expandable/index.scss +5 -5
  556. package/lib/esm/core-react/expandable/list.scss +35 -35
  557. package/lib/esm/core-react/focus/ItemKeyboardNavigator.d.ts.map +1 -1
  558. package/lib/esm/core-react/focus/ItemKeyboardNavigator.js +38 -15
  559. package/lib/esm/core-react/focus/ItemKeyboardNavigator.js.map +1 -1
  560. package/lib/esm/core-react/focustrap/FocusTrap.d.ts.map +1 -1
  561. package/lib/esm/core-react/focustrap/FocusTrap.js +33 -16
  562. package/lib/esm/core-react/focustrap/FocusTrap.js.map +1 -1
  563. package/lib/esm/core-react/hocs/withIsPressed.d.ts.map +1 -1
  564. package/lib/esm/core-react/hocs/withIsPressed.js +4 -7
  565. package/lib/esm/core-react/hocs/withIsPressed.js.map +1 -1
  566. package/lib/esm/core-react/hocs/withOnOutsideClick.d.ts.map +1 -1
  567. package/lib/esm/core-react/hocs/withOnOutsideClick.js +16 -11
  568. package/lib/esm/core-react/hocs/withOnOutsideClick.js.map +1 -1
  569. package/lib/esm/core-react/hocs/withTimeout.d.ts.map +1 -1
  570. package/lib/esm/core-react/hocs/withTimeout.js +6 -8
  571. package/lib/esm/core-react/hocs/withTimeout.js.map +1 -1
  572. package/lib/esm/core-react/icons/ConditionalIconItem.d.ts +5 -1
  573. package/lib/esm/core-react/icons/ConditionalIconItem.d.ts.map +1 -1
  574. package/lib/esm/core-react/icons/ConditionalIconItem.js +26 -9
  575. package/lib/esm/core-react/icons/ConditionalIconItem.js.map +1 -1
  576. package/lib/esm/core-react/icons/IconComponent.d.ts +1 -1
  577. package/lib/esm/core-react/icons/IconComponent.d.ts.map +1 -1
  578. package/lib/esm/core-react/icons/IconComponent.js +21 -11
  579. package/lib/esm/core-react/icons/IconComponent.js.map +1 -1
  580. package/lib/esm/core-react/icons/IconComponent.scss +19 -20
  581. package/lib/esm/core-react/icons/SvgPath.d.ts.map +1 -1
  582. package/lib/esm/core-react/icons/SvgPath.js +4 -4
  583. package/lib/esm/core-react/icons/SvgPath.js.map +1 -1
  584. package/lib/esm/core-react/icons/SvgPath.scss +15 -15
  585. package/lib/esm/core-react/icons/WebFontIcon.js +3 -3
  586. package/lib/esm/core-react/icons/WebFontIcon.js.map +1 -1
  587. package/lib/esm/core-react/icons/WebFontIcon.scss +17 -17
  588. package/lib/esm/core-react/icons/classes.scss +18 -10
  589. package/lib/esm/core-react/icons/index.scss +6 -6
  590. package/lib/esm/core-react/icons/mixins.scss +25 -25
  591. package/lib/esm/core-react/icons/variables.scss +12 -12
  592. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.d.ts.map +1 -1
  593. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.js +6 -4
  594. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.js.map +1 -1
  595. package/lib/esm/core-react/imagecheckbox/ImageCheckBox.scss +54 -54
  596. package/lib/esm/core-react/index.scss +21 -21
  597. package/lib/esm/core-react/inputs/Input.d.ts +1 -1
  598. package/lib/esm/core-react/inputs/Input.d.ts.map +1 -1
  599. package/lib/esm/core-react/inputs/Input.js +6 -7
  600. package/lib/esm/core-react/inputs/Input.js.map +1 -1
  601. package/lib/esm/core-react/inputs/InputLabel.d.ts +1 -1
  602. package/lib/esm/core-react/inputs/InputLabel.d.ts.map +1 -1
  603. package/lib/esm/core-react/inputs/InputLabel.js +11 -14
  604. package/lib/esm/core-react/inputs/InputLabel.js.map +1 -1
  605. package/lib/esm/core-react/inputs/InputStatus.js +3 -3
  606. package/lib/esm/core-react/inputs/InputStatus.js.map +1 -1
  607. package/lib/esm/core-react/inputs/LabeledComponentProps.js +3 -3
  608. package/lib/esm/core-react/inputs/LabeledComponentProps.js.map +1 -1
  609. package/lib/esm/core-react/inputs/classes.scss +12 -8
  610. package/lib/esm/core-react/inputs/iconinput/IconInput.d.ts +1 -1
  611. package/lib/esm/core-react/inputs/iconinput/IconInput.d.ts.map +1 -1
  612. package/lib/esm/core-react/inputs/iconinput/IconInput.js +3 -4
  613. package/lib/esm/core-react/inputs/iconinput/IconInput.js.map +1 -1
  614. package/lib/esm/core-react/inputs/iconinput/IconInput.scss +34 -35
  615. package/lib/esm/core-react/inputs/index.scss +9 -9
  616. package/lib/esm/core-react/inputs/input-label.scss +90 -90
  617. package/lib/esm/core-react/inputs/input.scss +58 -58
  618. package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts +2 -2
  619. package/lib/esm/core-react/inputs/numberinput/NumberInput.d.ts.map +1 -1
  620. package/lib/esm/core-react/inputs/numberinput/NumberInput.js +26 -17
  621. package/lib/esm/core-react/inputs/numberinput/NumberInput.js.map +1 -1
  622. package/lib/esm/core-react/inputs/numberinput/NumberInput.scss +88 -88
  623. package/lib/esm/core-react/inputs/variables.scss +38 -38
  624. package/lib/esm/core-react/layout-variables.scss +15 -17
  625. package/lib/esm/core-react/listbox/Listbox.d.ts +2 -2
  626. package/lib/esm/core-react/listbox/Listbox.d.ts.map +1 -1
  627. package/lib/esm/core-react/listbox/Listbox.js +19 -12
  628. package/lib/esm/core-react/listbox/Listbox.js.map +1 -1
  629. package/lib/esm/core-react/listbox/Listbox.scss +54 -54
  630. package/lib/esm/core-react/loading/LoadingBar.d.ts.map +1 -1
  631. package/lib/esm/core-react/loading/LoadingBar.js +4 -4
  632. package/lib/esm/core-react/loading/LoadingBar.js.map +1 -1
  633. package/lib/esm/core-react/loading/LoadingBar.scss +29 -29
  634. package/lib/esm/core-react/loading/LoadingPrompt.d.ts.map +1 -1
  635. package/lib/esm/core-react/loading/LoadingPrompt.js +9 -9
  636. package/lib/esm/core-react/loading/LoadingPrompt.js.map +1 -1
  637. package/lib/esm/core-react/loading/LoadingPrompt.scss +33 -33
  638. package/lib/esm/core-react/loading/LoadingSpinner.d.ts +3 -3
  639. package/lib/esm/core-react/loading/LoadingSpinner.d.ts.map +1 -1
  640. package/lib/esm/core-react/loading/LoadingSpinner.js +5 -5
  641. package/lib/esm/core-react/loading/LoadingSpinner.js.map +1 -1
  642. package/lib/esm/core-react/loading/LoadingSpinner.scss +26 -26
  643. package/lib/esm/core-react/loading/LoadingStatus.d.ts.map +1 -1
  644. package/lib/esm/core-react/loading/LoadingStatus.js +3 -3
  645. package/lib/esm/core-react/loading/LoadingStatus.js.map +1 -1
  646. package/lib/esm/core-react/loading/LoadingStatus.scss +20 -20
  647. package/lib/esm/core-react/loading/index.scss +5 -5
  648. package/lib/esm/core-react/loading/mixins.scss +57 -57
  649. package/lib/esm/core-react/messagebox/MessageBox.d.ts +3 -3
  650. package/lib/esm/core-react/messagebox/MessageBox.d.ts.map +1 -1
  651. package/lib/esm/core-react/messagebox/MessageBox.js +6 -6
  652. package/lib/esm/core-react/messagebox/MessageBox.js.map +1 -1
  653. package/lib/esm/core-react/messagebox/MessageBox.scss +56 -56
  654. package/lib/esm/core-react/notification/MessageRenderer.d.ts.map +1 -1
  655. package/lib/esm/core-react/notification/MessageRenderer.js +18 -12
  656. package/lib/esm/core-react/notification/MessageRenderer.js.map +1 -1
  657. package/lib/esm/core-react/notification/MessageType.d.ts.map +1 -1
  658. package/lib/esm/core-react/notification/MessageType.js +3 -3
  659. package/lib/esm/core-react/notification/MessageType.js.map +1 -1
  660. package/lib/esm/core-react/popup/Popup.d.ts.map +1 -1
  661. package/lib/esm/core-react/popup/Popup.js +46 -23
  662. package/lib/esm/core-react/popup/Popup.js.map +1 -1
  663. package/lib/esm/core-react/popup/Popup.scss +240 -240
  664. package/lib/esm/core-react/radialmenu/Annulus.d.ts.map +1 -1
  665. package/lib/esm/core-react/radialmenu/Annulus.js +4 -4
  666. package/lib/esm/core-react/radialmenu/Annulus.js.map +1 -1
  667. package/lib/esm/core-react/radialmenu/RadialMenu.d.ts +2 -2
  668. package/lib/esm/core-react/radialmenu/RadialMenu.d.ts.map +1 -1
  669. package/lib/esm/core-react/radialmenu/RadialMenu.js +26 -11
  670. package/lib/esm/core-react/radialmenu/RadialMenu.js.map +1 -1
  671. package/lib/esm/core-react/radialmenu/RadialMenu.scss +55 -55
  672. package/lib/esm/core-react/searchbox/SearchBox.d.ts.map +1 -1
  673. package/lib/esm/core-react/searchbox/SearchBox.js +17 -7
  674. package/lib/esm/core-react/searchbox/SearchBox.js.map +1 -1
  675. package/lib/esm/core-react/searchbox/SearchBox.scss +47 -47
  676. package/lib/esm/core-react/settings/SettingsContainer.d.ts +1 -1
  677. package/lib/esm/core-react/settings/SettingsContainer.d.ts.map +1 -1
  678. package/lib/esm/core-react/settings/SettingsContainer.js +54 -19
  679. package/lib/esm/core-react/settings/SettingsContainer.js.map +1 -1
  680. package/lib/esm/core-react/settings/SettingsContainer.scss +68 -68
  681. package/lib/esm/core-react/settings/SettingsManager.d.ts +3 -3
  682. package/lib/esm/core-react/settings/SettingsManager.d.ts.map +1 -1
  683. package/lib/esm/core-react/settings/SettingsManager.js +7 -8
  684. package/lib/esm/core-react/settings/SettingsManager.js.map +1 -1
  685. package/lib/esm/core-react/style/baseline.scss +11 -11
  686. package/lib/esm/core-react/style/breakpoints.scss +59 -41
  687. package/lib/esm/core-react/style/colors.scss +77 -77
  688. package/lib/esm/core-react/style/index.scss +10 -10
  689. package/lib/esm/core-react/style/mixins.scss +23 -27
  690. package/lib/esm/core-react/style/opacity.scss +16 -16
  691. package/lib/esm/core-react/style/themecolors.scss +133 -123
  692. package/lib/esm/core-react/tabs/Tabs.d.ts +4 -4
  693. package/lib/esm/core-react/tabs/Tabs.d.ts.map +1 -1
  694. package/lib/esm/core-react/tabs/Tabs.js +13 -11
  695. package/lib/esm/core-react/tabs/Tabs.js.map +1 -1
  696. package/lib/esm/core-react/tabs/VerticalTabs.d.ts.map +1 -1
  697. package/lib/esm/core-react/tabs/VerticalTabs.js +3 -3
  698. package/lib/esm/core-react/tabs/VerticalTabs.js.map +1 -1
  699. package/lib/esm/core-react/tabs/classes.scss +9 -7
  700. package/lib/esm/core-react/tabs/index.scss +5 -5
  701. package/lib/esm/core-react/tabs/tabs.scss +96 -96
  702. package/lib/esm/core-react/tabs/vertical.scss +51 -51
  703. package/lib/esm/core-react/text/BlockText.js +4 -4
  704. package/lib/esm/core-react/text/BlockText.js.map +1 -1
  705. package/lib/esm/core-react/text/BodyText.js +4 -4
  706. package/lib/esm/core-react/text/BodyText.js.map +1 -1
  707. package/lib/esm/core-react/text/DisabledText.js +4 -4
  708. package/lib/esm/core-react/text/DisabledText.js.map +1 -1
  709. package/lib/esm/core-react/text/FilteredText.d.ts.map +1 -1
  710. package/lib/esm/core-react/text/FilteredText.js +5 -5
  711. package/lib/esm/core-react/text/FilteredText.js.map +1 -1
  712. package/lib/esm/core-react/text/FilteredText.scss +10 -10
  713. package/lib/esm/core-react/text/MutedText.js +4 -4
  714. package/lib/esm/core-react/text/MutedText.js.map +1 -1
  715. package/lib/esm/core-react/text/StyledText.js +3 -3
  716. package/lib/esm/core-react/text/StyledText.js.map +1 -1
  717. package/lib/esm/core-react/text/TextProps.d.ts.map +1 -1
  718. package/lib/esm/core-react/text/TextProps.js +3 -3
  719. package/lib/esm/core-react/text/TextProps.js.map +1 -1
  720. package/lib/esm/core-react/text/block.scss +15 -15
  721. package/lib/esm/core-react/text/body.scss +13 -13
  722. package/lib/esm/core-react/text/classes.scss +18 -10
  723. package/lib/esm/core-react/text/disabled.scss +9 -10
  724. package/lib/esm/core-react/text/index.scss +10 -10
  725. package/lib/esm/core-react/text/mixins.scss +24 -24
  726. package/lib/esm/core-react/text/muted.scss +9 -10
  727. package/lib/esm/core-react/tree/Branch.d.ts.map +1 -1
  728. package/lib/esm/core-react/tree/Branch.js +3 -3
  729. package/lib/esm/core-react/tree/Branch.js.map +1 -1
  730. package/lib/esm/core-react/tree/Branch.scss +13 -13
  731. package/lib/esm/core-react/tree/ExpansionToggle.d.ts.map +1 -1
  732. package/lib/esm/core-react/tree/ExpansionToggle.js +3 -3
  733. package/lib/esm/core-react/tree/ExpansionToggle.js.map +1 -1
  734. package/lib/esm/core-react/tree/ExpansionToggle.scss +32 -32
  735. package/lib/esm/core-react/tree/Node.d.ts.map +1 -1
  736. package/lib/esm/core-react/tree/Node.js +11 -8
  737. package/lib/esm/core-react/tree/Node.js.map +1 -1
  738. package/lib/esm/core-react/tree/Node.scss +68 -68
  739. package/lib/esm/core-react/tree/Placeholder.js +5 -5
  740. package/lib/esm/core-react/tree/Placeholder.js.map +1 -1
  741. package/lib/esm/core-react/tree/Placeholder.scss +17 -17
  742. package/lib/esm/core-react/tree/Tree.d.ts.map +1 -1
  743. package/lib/esm/core-react/tree/Tree.js +20 -11
  744. package/lib/esm/core-react/tree/Tree.js.map +1 -1
  745. package/lib/esm/core-react/tree/Tree.scss +21 -21
  746. package/lib/esm/core-react/uistate/LocalStateStorage.d.ts.map +1 -1
  747. package/lib/esm/core-react/uistate/LocalStateStorage.js +7 -4
  748. package/lib/esm/core-react/uistate/LocalStateStorage.js.map +1 -1
  749. package/lib/esm/core-react/uistate/UiStateEntry.d.ts.map +1 -1
  750. package/lib/esm/core-react/uistate/UiStateEntry.js +3 -3
  751. package/lib/esm/core-react/uistate/UiStateEntry.js.map +1 -1
  752. package/lib/esm/core-react/uistate/UiStateStorage.d.ts.map +1 -1
  753. package/lib/esm/core-react/uistate/UiStateStorage.js +3 -3
  754. package/lib/esm/core-react/uistate/UiStateStorage.js.map +1 -1
  755. package/lib/esm/core-react/utils/IconHelper.d.ts +3 -1
  756. package/lib/esm/core-react/utils/IconHelper.d.ts.map +1 -1
  757. package/lib/esm/core-react/utils/IconHelper.js +35 -6
  758. package/lib/esm/core-react/utils/IconHelper.js.map +1 -1
  759. package/lib/esm/core-react/utils/IconWebComponent.d.ts.map +1 -1
  760. package/lib/esm/core-react/utils/IconWebComponent.js +71 -41
  761. package/lib/esm/core-react/utils/IconWebComponent.js.map +1 -1
  762. package/lib/esm/core-react/utils/Point.d.ts.map +1 -1
  763. package/lib/esm/core-react/utils/Point.js +3 -3
  764. package/lib/esm/core-react/utils/Point.js.map +1 -1
  765. package/lib/esm/core-react/utils/Props.d.ts.map +1 -1
  766. package/lib/esm/core-react/utils/Props.js +3 -3
  767. package/lib/esm/core-react/utils/Props.js.map +1 -1
  768. package/lib/esm/core-react/utils/Rectangle.d.ts.map +1 -1
  769. package/lib/esm/core-react/utils/Rectangle.js +15 -7
  770. package/lib/esm/core-react/utils/Rectangle.js.map +1 -1
  771. package/lib/esm/core-react/utils/ScrollPositionMaintainer.d.ts.map +1 -1
  772. package/lib/esm/core-react/utils/ScrollPositionMaintainer.js +4 -2
  773. package/lib/esm/core-react/utils/ScrollPositionMaintainer.js.map +1 -1
  774. package/lib/esm/core-react/utils/Size.d.ts.map +1 -1
  775. package/lib/esm/core-react/utils/Size.js +4 -5
  776. package/lib/esm/core-react/utils/Size.js.map +1 -1
  777. package/lib/esm/core-react/utils/Timer.d.ts.map +1 -1
  778. package/lib/esm/core-react/utils/Timer.js +3 -3
  779. package/lib/esm/core-react/utils/Timer.js.map +1 -1
  780. package/lib/esm/core-react/utils/UiGeometry.d.ts.map +1 -1
  781. package/lib/esm/core-react/utils/UiGeometry.js +9 -5
  782. package/lib/esm/core-react/utils/UiGeometry.js.map +1 -1
  783. package/lib/esm/core-react/utils/flattenChildren.js +3 -3
  784. package/lib/esm/core-react/utils/flattenChildren.js.map +1 -1
  785. package/lib/esm/core-react/utils/getBestBWContrastColor.js +5 -5
  786. package/lib/esm/core-react/utils/getBestBWContrastColor.js.map +1 -1
  787. package/lib/esm/core-react/utils/getCssVariable.d.ts.map +1 -1
  788. package/lib/esm/core-react/utils/getCssVariable.js +3 -3
  789. package/lib/esm/core-react/utils/getCssVariable.js.map +1 -1
  790. package/lib/esm/core-react/utils/getDisplayName.d.ts.map +1 -1
  791. package/lib/esm/core-react/utils/getDisplayName.js +3 -3
  792. package/lib/esm/core-react/utils/getDisplayName.js.map +1 -1
  793. package/lib/esm/core-react/utils/getUserColor.d.ts.map +1 -1
  794. package/lib/esm/core-react/utils/getUserColor.js +5 -4
  795. package/lib/esm/core-react/utils/getUserColor.js.map +1 -1
  796. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.d.ts.map +1 -1
  797. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.js +4 -4
  798. package/lib/esm/core-react/utils/hooks/ResizeObserverPolyfill.js.map +1 -1
  799. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.d.ts.map +1 -1
  800. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.js +21 -9
  801. package/lib/esm/core-react/utils/hooks/useCrossOriginPopup.js.map +1 -1
  802. package/lib/esm/core-react/utils/hooks/useDisposable.d.ts.map +1 -1
  803. package/lib/esm/core-react/utils/hooks/useDisposable.js +3 -3
  804. package/lib/esm/core-react/utils/hooks/useDisposable.js.map +1 -1
  805. package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.d.ts.map +1 -1
  806. package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.js +3 -3
  807. package/lib/esm/core-react/utils/hooks/useEffectSkipFirst.js.map +1 -1
  808. package/lib/esm/core-react/utils/hooks/useEventListener.d.ts.map +1 -1
  809. package/lib/esm/core-react/utils/hooks/useEventListener.js +3 -3
  810. package/lib/esm/core-react/utils/hooks/useEventListener.js.map +1 -1
  811. package/lib/esm/core-react/utils/hooks/useInterval.d.ts.map +1 -1
  812. package/lib/esm/core-react/utils/hooks/useInterval.js +6 -4
  813. package/lib/esm/core-react/utils/hooks/useInterval.js.map +1 -1
  814. package/lib/esm/core-react/utils/hooks/useLifecycleLogging.d.ts.map +1 -1
  815. package/lib/esm/core-react/utils/hooks/useLifecycleLogging.js +7 -4
  816. package/lib/esm/core-react/utils/hooks/useLifecycleLogging.js.map +1 -1
  817. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.d.ts.map +1 -1
  818. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.js +15 -6
  819. package/lib/esm/core-react/utils/hooks/useOnOutsideClick.js.map +1 -1
  820. package/lib/esm/core-react/utils/hooks/useProximityToMouse.js +3 -3
  821. package/lib/esm/core-react/utils/hooks/useProximityToMouse.js.map +1 -1
  822. package/lib/esm/core-react/utils/hooks/useRefEffect.d.ts +1 -1
  823. package/lib/esm/core-react/utils/hooks/useRefEffect.d.ts.map +1 -1
  824. package/lib/esm/core-react/utils/hooks/useRefEffect.js +3 -3
  825. package/lib/esm/core-react/utils/hooks/useRefEffect.js.map +1 -1
  826. package/lib/esm/core-react/utils/hooks/useRefState.js +3 -3
  827. package/lib/esm/core-react/utils/hooks/useRefState.js.map +1 -1
  828. package/lib/esm/core-react/utils/hooks/useRefs.d.ts.map +1 -1
  829. package/lib/esm/core-react/utils/hooks/useRefs.js +8 -6
  830. package/lib/esm/core-react/utils/hooks/useRefs.js.map +1 -1
  831. package/lib/esm/core-react/utils/hooks/useResizeObserver.d.ts +8 -8
  832. package/lib/esm/core-react/utils/hooks/useResizeObserver.d.ts.map +1 -1
  833. package/lib/esm/core-react/utils/hooks/useResizeObserver.js +37 -20
  834. package/lib/esm/core-react/utils/hooks/useResizeObserver.js.map +1 -1
  835. package/lib/esm/core-react/utils/hooks/useTargeted.d.ts.map +1 -1
  836. package/lib/esm/core-react/utils/hooks/useTargeted.js +7 -4
  837. package/lib/esm/core-react/utils/hooks/useTargeted.js.map +1 -1
  838. package/lib/esm/core-react/utils/hooks/useThrottledFn.js +3 -3
  839. package/lib/esm/core-react/utils/hooks/useThrottledFn.js.map +1 -1
  840. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.d.ts.map +1 -1
  841. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.js +3 -4
  842. package/lib/esm/core-react/utils/hooks/useWidgetOpacityContext.js.map +1 -1
  843. package/lib/esm/core-react/utils/isPromiseLike.d.ts.map +1 -1
  844. package/lib/esm/core-react/utils/isPromiseLike.js +6 -4
  845. package/lib/esm/core-react/utils/isPromiseLike.js.map +1 -1
  846. package/lib/esm/core-react/utils/reuseOrCreatePromise.d.ts +14 -0
  847. package/lib/esm/core-react/utils/reuseOrCreatePromise.d.ts.map +1 -0
  848. package/lib/esm/core-react/utils/reuseOrCreatePromise.js +29 -0
  849. package/lib/esm/core-react/utils/reuseOrCreatePromise.js.map +1 -0
  850. package/lib/esm/core-react/utils/shallowDiffers.d.ts.map +1 -1
  851. package/lib/esm/core-react/utils/shallowDiffers.js +3 -3
  852. package/lib/esm/core-react/utils/shallowDiffers.js.map +1 -1
  853. package/lib/esm/core-react/utils/typeUtils.js +3 -3
  854. package/lib/esm/core-react/utils/typeUtils.js.map +1 -1
  855. package/lib/esm/core-react.d.ts +3 -3
  856. package/lib/esm/core-react.d.ts.map +1 -1
  857. package/lib/esm/core-react.js +6 -6
  858. package/lib/esm/core-react.js.map +1 -1
  859. package/lib/public/locales/en/UiCore.json +31 -31
  860. package/package.json +8 -17
@@ -1,7 +1,7 @@
1
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
- *--------------------------------------------------------------------------------------------*/
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
5
  /** @packageDocumentation
6
6
  * @module Checkbox
7
7
  */
@@ -40,7 +40,9 @@ export class ImageCheckBox extends React.PureComponent {
40
40
  render() {
41
41
  const checkBoxClass = classnames("core-image-checkbox", this.props.className);
42
42
  const imageClass = classnames("image", this.props.border && "image-checkbox-border");
43
- const iconSpec = this.props.checked ? this.props.imageOn : this.props.imageOff;
43
+ const iconSpec = this.props.checked
44
+ ? this.props.imageOn
45
+ : this.props.imageOff;
44
46
  return (
45
47
  /* eslint-disable jsx-a11y/no-noninteractive-element-interactions */
46
48
  /* eslint-disable-next-line jsx-a11y/click-events-have-key-events */
@@ -1 +1 @@
1
- {"version":3,"file":"ImageCheckBox.js","sourceRoot":"","sources":["../../../../src/core-react/imagecheckbox/ImageCheckBox.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,sBAAsB,CAAC;AAC9B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AA6B9C;;;GAGG;AACH,MAAM,OAAO,aAAc,SAAQ,KAAK,CAAC,aAAiC;IAA1E;;QAEU,cAAS,GAAG,CAAC,CAAsC,EAAE,EAAE;YAC7D,uBAAuB;YACvB,IAAI,CAAC,IAAI,CAAC,CAAC,eAAe;gBACxB,CAAC,CAAC,eAAe,EAAE,CAAC;YAEtB,uBAAuB;YACvB,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE;gBACtB,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;aACtC;QACH,CAAC,CAAC;QAEM,kBAAa,GAAG,CAAC,CAAqC,EAAE,EAAE;YAChE,uBAAuB;YACvB,IAAI,CAAC,IAAI,CAAC,CAAC,eAAe;gBACxB,CAAC,CAAC,eAAe,EAAE,CAAC;QACxB,CAAC,CAAC;QAEM,kBAAa,GAAG,CAAC,CAAqC,EAAE,EAAE;YAChE,uBAAuB;YACvB,IAAI,CAAC,IAAI,CAAC,CAAC,eAAe;gBACxB,CAAC,CAAC,eAAe,EAAE,CAAC;QACxB,CAAC,CAAC;IAmBJ,CAAC;IAjBC,gBAAgB;IACA,MAAM;QACpB,MAAM,aAAa,GAAG,UAAU,CAAC,qBAAqB,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QAC9E,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,IAAI,uBAAuB,CAAC,CAAC;QACrF,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC;QAE/E,OAAO;QACL,oEAAoE;QACpE,oEAAoE;QACpE,+BAAO,SAAS,EAAE,aAAa,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,EAAE,IAAI,CAAC,aAAa,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO;YAC9G,+BAAO,IAAI,EAAC,UAAU,EAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,cAAc,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,UAAU,EACvF,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,SAAS,EAAE,OAAO,EAAE,IAAI,CAAC,aAAa,EACjH,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAI;YAC9B,8BAAM,SAAS,EAAE,UAAU;gBAAE,oBAAC,IAAI,IAAC,QAAQ,EAAE,QAAQ,GAAI,CAAO,CAC1D,CACT,CAAC;IACJ,CAAC;CACF","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Checkbox\r\n */\r\n\r\nimport \"./ImageCheckBox.scss\";\r\nimport classnames from \"classnames\";\r\nimport * as React from \"react\";\r\nimport { Icon } from \"../icons/IconComponent\";\r\nimport type { CommonProps } from \"../utils/Props\";\r\n\r\n/** Properties for the [[ImageCheckBox]] component\r\n * @public\r\n */\r\nexport interface ImageCheckBoxProps extends CommonProps {\r\n /** Image for the \"checked\" state */\r\n imageOn: string | React.ReactNode;\r\n /** Image for the \"unchecked\" (default) state */\r\n imageOff: string | React.ReactNode;\r\n /** Determine if the item is checked or not */\r\n checked?: boolean;\r\n /** Determine if the item is disabled or not */\r\n disabled?: boolean;\r\n /** Function called when item is clicked. */\r\n onClick?: (checked: boolean) => any;\r\n /** Custom CSS class name for the checkbox input element */\r\n inputClassName?: string;\r\n /** Custom CSS Style for the checkbox input element */\r\n inputStyle?: React.CSSProperties;\r\n /** Tooltip to be displayed when mouse is hovered over the checkbox */\r\n tooltip?: string;\r\n /** If true, draw a border around the image checkbox */\r\n border?: boolean;\r\n /** Provides ability to return reference to HTMLInputElement */\r\n inputRef?: React.Ref<HTMLInputElement>;\r\n}\r\n\r\n/**\r\n * ImageCheckBox React component shows a checked or unchecked image\r\n * @public\r\n */\r\nexport class ImageCheckBox extends React.PureComponent<ImageCheckBoxProps> {\r\n\r\n private _onChange = (e: React.ChangeEvent<HTMLInputElement>) => {\r\n // istanbul ignore next\r\n if (e && e.stopPropagation)\r\n e.stopPropagation();\r\n\r\n // istanbul ignore else\r\n if (this.props.onClick) {\r\n this.props.onClick(e.target.checked);\r\n }\r\n };\r\n\r\n private _onInputClick = (e: React.MouseEvent<HTMLInputElement>) => {\r\n // istanbul ignore next\r\n if (e && e.stopPropagation)\r\n e.stopPropagation();\r\n };\r\n\r\n private _onLabelClick = (e: React.MouseEvent<HTMLLabelElement>) => {\r\n // istanbul ignore next\r\n if (e && e.stopPropagation)\r\n e.stopPropagation();\r\n };\r\n\r\n /** @internal */\r\n public override render() {\r\n const checkBoxClass = classnames(\"core-image-checkbox\", this.props.className);\r\n const imageClass = classnames(\"image\", this.props.border && \"image-checkbox-border\");\r\n const iconSpec = this.props.checked ? this.props.imageOn : this.props.imageOff;\r\n\r\n return (\r\n /* eslint-disable jsx-a11y/no-noninteractive-element-interactions */\r\n /* eslint-disable-next-line jsx-a11y/click-events-have-key-events */\r\n <label className={checkBoxClass} style={this.props.style} onClick={this._onLabelClick} title={this.props.tooltip}>\r\n <input type=\"checkbox\" className={this.props.inputClassName} style={this.props.inputStyle}\r\n checked={this.props.checked} disabled={this.props.disabled} onChange={this._onChange} onClick={this._onInputClick}\r\n ref={this.props.inputRef} />\r\n <span className={imageClass}><Icon iconSpec={iconSpec} /></span>\r\n </label>\r\n );\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"ImageCheckBox.js","sourceRoot":"","sources":["../../../../src/core-react/imagecheckbox/ImageCheckBox.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,sBAAsB,CAAC;AAC9B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AA6B9C;;;GAGG;AACH,MAAM,OAAO,aAAc,SAAQ,KAAK,CAAC,aAAiC;IAA1E;;QACU,cAAS,GAAG,CAAC,CAAsC,EAAE,EAAE;YAC7D,uBAAuB;YACvB,IAAI,CAAC,IAAI,CAAC,CAAC,eAAe;gBAAE,CAAC,CAAC,eAAe,EAAE,CAAC;YAEhD,uBAAuB;YACvB,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE;gBACtB,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;aACtC;QACH,CAAC,CAAC;QAEM,kBAAa,GAAG,CAAC,CAAqC,EAAE,EAAE;YAChE,uBAAuB;YACvB,IAAI,CAAC,IAAI,CAAC,CAAC,eAAe;gBAAE,CAAC,CAAC,eAAe,EAAE,CAAC;QAClD,CAAC,CAAC;QAEM,kBAAa,GAAG,CAAC,CAAqC,EAAE,EAAE;YAChE,uBAAuB;YACvB,IAAI,CAAC,IAAI,CAAC,CAAC,eAAe;gBAAE,CAAC,CAAC,eAAe,EAAE,CAAC;QAClD,CAAC,CAAC;IAyCJ,CAAC;IAvCC,gBAAgB;IACA,MAAM;QACpB,MAAM,aAAa,GAAG,UAAU,CAC9B,qBAAqB,EACrB,IAAI,CAAC,KAAK,CAAC,SAAS,CACrB,CAAC;QACF,MAAM,UAAU,GAAG,UAAU,CAC3B,OAAO,EACP,IAAI,CAAC,KAAK,CAAC,MAAM,IAAI,uBAAuB,CAC7C,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO;YACjC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO;YACpB,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC;QAExB,OAAO;QACL,oEAAoE;QACpE,oEAAoE;QACpE,+BACE,SAAS,EAAE,aAAa,EACxB,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,EACvB,OAAO,EAAE,IAAI,CAAC,aAAa,EAC3B,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO;YAEzB,+BACE,IAAI,EAAC,UAAU,EACf,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,cAAc,EACpC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,UAAU,EAC5B,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO,EAC3B,QAAQ,EAAE,IAAI,CAAC,KAAK,CAAC,QAAQ,EAC7B,QAAQ,EAAE,IAAI,CAAC,SAAS,EACxB,OAAO,EAAE,IAAI,CAAC,aAAa,EAC3B,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,QAAQ,GACxB;YACF,8BAAM,SAAS,EAAE,UAAU;gBACzB,oBAAC,IAAI,IAAC,QAAQ,EAAE,QAAQ,GAAI,CACvB,CACD,CACT,CAAC;IACJ,CAAC;CACF","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 Checkbox\n */\n\nimport \"./ImageCheckBox.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { Icon } from \"../icons/IconComponent\";\nimport type { CommonProps } from \"../utils/Props\";\n\n/** Properties for the [[ImageCheckBox]] component\n * @public\n */\nexport interface ImageCheckBoxProps extends CommonProps {\n /** Image for the \"checked\" state */\n imageOn: string | React.ReactNode;\n /** Image for the \"unchecked\" (default) state */\n imageOff: string | React.ReactNode;\n /** Determine if the item is checked or not */\n checked?: boolean;\n /** Determine if the item is disabled or not */\n disabled?: boolean;\n /** Function called when item is clicked. */\n onClick?: (checked: boolean) => any;\n /** Custom CSS class name for the checkbox input element */\n inputClassName?: string;\n /** Custom CSS Style for the checkbox input element */\n inputStyle?: React.CSSProperties;\n /** Tooltip to be displayed when mouse is hovered over the checkbox */\n tooltip?: string;\n /** If true, draw a border around the image checkbox */\n border?: boolean;\n /** Provides ability to return reference to HTMLInputElement */\n inputRef?: React.Ref<HTMLInputElement>;\n}\n\n/**\n * ImageCheckBox React component shows a checked or unchecked image\n * @public\n */\nexport class ImageCheckBox extends React.PureComponent<ImageCheckBoxProps> {\n private _onChange = (e: React.ChangeEvent<HTMLInputElement>) => {\n // istanbul ignore next\n if (e && e.stopPropagation) e.stopPropagation();\n\n // istanbul ignore else\n if (this.props.onClick) {\n this.props.onClick(e.target.checked);\n }\n };\n\n private _onInputClick = (e: React.MouseEvent<HTMLInputElement>) => {\n // istanbul ignore next\n if (e && e.stopPropagation) e.stopPropagation();\n };\n\n private _onLabelClick = (e: React.MouseEvent<HTMLLabelElement>) => {\n // istanbul ignore next\n if (e && e.stopPropagation) e.stopPropagation();\n };\n\n /** @internal */\n public override render() {\n const checkBoxClass = classnames(\n \"core-image-checkbox\",\n this.props.className\n );\n const imageClass = classnames(\n \"image\",\n this.props.border && \"image-checkbox-border\"\n );\n const iconSpec = this.props.checked\n ? this.props.imageOn\n : this.props.imageOff;\n\n return (\n /* eslint-disable jsx-a11y/no-noninteractive-element-interactions */\n /* eslint-disable-next-line jsx-a11y/click-events-have-key-events */\n <label\n className={checkBoxClass}\n style={this.props.style}\n onClick={this._onLabelClick}\n title={this.props.tooltip}\n >\n <input\n type=\"checkbox\"\n className={this.props.inputClassName}\n style={this.props.inputStyle}\n checked={this.props.checked}\n disabled={this.props.disabled}\n onChange={this._onChange}\n onClick={this._onInputClick}\n ref={this.props.inputRef}\n />\n <span className={imageClass}>\n <Icon iconSpec={iconSpec} />\n </span>\n </label>\n );\n }\n}\n"]}
@@ -1,54 +1,54 @@
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
- @import "../style/index.scss";
6
- @import "../icons/variables.scss";
7
-
8
- .core-image-checkbox {
9
- display: inline-block;
10
- font-size: 16px;
11
- position: relative;
12
- height: 1em;
13
- width: 1em;
14
- cursor: pointer;
15
-
16
- input[type="checkbox"]:not(:checked),
17
- input[type="checkbox"]:checked {
18
- position: absolute;
19
- z-index: -1;
20
- opacity: 0;
21
- }
22
-
23
- input[type="checkbox"]:checked + .image {
24
- color: var(--iui-color-text-accent);
25
- }
26
-
27
- input[type="checkbox"]:not(:checked) + .image {
28
- color: var(--iui-color-text);
29
- }
30
-
31
- input[type="checkbox"] + .image {
32
- opacity: 0.65;
33
-
34
- &:hover {
35
- opacity: 1;
36
- }
37
- }
38
-
39
- input[type="checkbox"]:disabled:not(:checked) + .image,
40
- input[type="checkbox"]:disabled:checked + .image {
41
- opacity: 0.25;
42
- }
43
-
44
- /* accessibility */
45
- [type="checkbox"]:focus + .image:before {
46
- outline: 1px dotted currentColor;
47
- }
48
- }
49
- .image-checkbox-border {
50
- border: 1px solid $buic-foreground-disabled;
51
- background-color: $buic-background-control;
52
- border-radius: var(--iui-border-radius-1);
53
- padding: 1px 3px 0 2px;
54
- }
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
+ @import "../style/index.scss";
6
+ @import "../icons/variables.scss";
7
+
8
+ .core-image-checkbox {
9
+ display: inline-block;
10
+ font-size: 16px;
11
+ position: relative;
12
+ height: 1em;
13
+ width: 1em;
14
+ cursor: pointer;
15
+
16
+ input[type="checkbox"]:not(:checked),
17
+ input[type="checkbox"]:checked {
18
+ position: absolute;
19
+ z-index: -1;
20
+ opacity: 0;
21
+ }
22
+
23
+ input[type="checkbox"]:checked + .image {
24
+ color: var(--iui-color-text-accent);
25
+ }
26
+
27
+ input[type="checkbox"]:not(:checked) + .image {
28
+ color: var(--iui-color-text);
29
+ }
30
+
31
+ input[type="checkbox"] + .image {
32
+ opacity: 0.65;
33
+
34
+ &:hover {
35
+ opacity: 1;
36
+ }
37
+ }
38
+
39
+ input[type="checkbox"]:disabled:not(:checked) + .image,
40
+ input[type="checkbox"]:disabled:checked + .image {
41
+ opacity: 0.25;
42
+ }
43
+
44
+ /* accessibility */
45
+ [type="checkbox"]:focus + .image:before {
46
+ outline: 1px dotted currentColor;
47
+ }
48
+ }
49
+ .image-checkbox-border {
50
+ border: 1px solid $buic-foreground-disabled;
51
+ background-color: $buic-background-control;
52
+ border-radius: var(--iui-border-radius-1);
53
+ padding: 1px 3px 0 2px;
54
+ }
@@ -1,21 +1,21 @@
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 "sass:math";
6
-
7
- @import "./style/index";
8
-
9
- @import "./_scrollbar";
10
- @import "./_z-index";
11
- @import "./_geometry";
12
- @import "./_math";
13
- @import "./_typography";
14
-
15
- @import "./base/index";
16
- @import "./expandable/index";
17
- @import "./icons/index";
18
- @import "./inputs/index";
19
- @import "./loading/index";
20
- @import "./tabs/index";
21
- @import "./text/index";
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 "sass:math";
6
+
7
+ @import "./style/index";
8
+
9
+ @import "./_scrollbar";
10
+ @import "./_z-index";
11
+ @import "./_geometry";
12
+ @import "./_math";
13
+ @import "./_typography";
14
+
15
+ @import "./base/index";
16
+ @import "./expandable/index";
17
+ @import "./icons/index";
18
+ @import "./inputs/index";
19
+ @import "./loading/index";
20
+ @import "./tabs/index";
21
+ @import "./text/index";
@@ -17,5 +17,5 @@ export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement>,
17
17
  /** Basic text input, is a wrapper for the `<input type="text">` HTML element.
18
18
  * @internal
19
19
  */
20
- export declare const Input: (props: InputProps) => JSX.Element | null;
20
+ export declare const Input: (props: InputProps) => React.ReactElement | null;
21
21
  //# sourceMappingURL=Input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../src/core-react/inputs/Input.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;GAEG;AACH,MAAM,WAAW,UAAW,SAAQ,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,WAAW;IAC1F,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mCAAmC;IACnC,gBAAgB,CAAC,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;IAC9C,+DAA+D;IAC/D,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;CACnC;AAuCD;;GAEG;AACH,eAAO,MAAM,KAAK,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,GAAG,CAAC,OAAO,GAAG,IAAsB,CAAC"}
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../src/core-react/inputs/Input.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;GAEG;AACH,MAAM,WAAW,UACf,SAAQ,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EACjD,WAAW;IACb,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mCAAmC;IACnC,gBAAgB,CAAC,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;IAC9C,+DAA+D;IAC/D,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;CACnC;AAsDD;;GAEG;AACH,eAAO,MAAM,KAAK,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,KAAK,CAAC,YAAY,GAAG,IAC/C,CAAC"}
@@ -1,7 +1,7 @@
1
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
- *--------------------------------------------------------------------------------------------*/
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
5
  /** @packageDocumentation
6
6
  * @module Inputs
7
7
  */
@@ -10,9 +10,8 @@ import * as React from "react";
10
10
  import { Input as ITwinUI_Input } from "@itwin/itwinui-react";
11
11
  import { useRefs } from "../utils/hooks/useRefs";
12
12
  // Defined using following pattern (const Input at bottom) to ensure useful API documentation is extracted
13
- const ForwardRefInput = React.forwardRef(// eslint-disable-line deprecation/deprecation
14
- function ForwardRefInput(props, ref) {
15
- const { className, style, setFocus, nativeKeyHandler, size, ...otherProps } = props; // eslint-disable-line @typescript-eslint/no-unused-vars
13
+ const ForwardRefInput = React.forwardRef(function ForwardRefInput(props, ref) {
14
+ const { className, style, setFocus, nativeKeyHandler, size, ...otherProps } = props;
16
15
  const inputElementRef = React.useRef(null);
17
16
  const refs = useRefs(inputElementRef, ref); // combine ref needed for target with the forwardRef needed by the Parent when parent is a Type Editor.
18
17
  React.useEffect(() => {
@@ -39,5 +38,5 @@ function ForwardRefInput(props, ref) {
39
38
  /** Basic text input, is a wrapper for the `<input type="text">` HTML element.
40
39
  * @internal
41
40
  */
42
- export const Input = ForwardRefInput; // eslint-disable-line deprecation/deprecation
41
+ export const Input = ForwardRefInput;
43
42
  //# sourceMappingURL=Input.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Input.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/Input.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,KAAK,IAAI,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAejD,0GAA0G;AAC1G,MAAM,eAAe,GAAG,KAAK,CAAC,UAAU,CAAkC,8CAA8C;AACtH,SAAS,eAAe,CAAC,KAAK,EAAE,GAAG;IACjC,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,gBAAgB,EAAE,IAAI,EAAE,GAAG,UAAU,EAAE,GAAG,KAAK,CAAC,CAAC,wDAAwD;IAC7I,MAAM,eAAe,GAAG,KAAK,CAAC,MAAM,CAAmB,IAAI,CAAC,CAAC;IAC7D,MAAM,IAAI,GAAG,OAAO,CAAC,eAAe,EAAE,GAAG,CAAC,CAAC,CAAE,uGAAuG;IAEpJ,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,MAAM,cAAc,GAAG,eAAe,CAAC,OAAO,CAAC;QAC/C,MAAM,cAAc,GAAG,gBAAgB,CAAC;QAExC,IAAI,cAAc,IAAI,cAAc,EAAE;YACpC,cAAc,CAAC,gBAAgB,CAAC,SAAS,EAAE,cAAc,CAAC,CAAC;SAC5D;QACD,OAAO,GAAG,EAAE;YACV,IAAI,cAAc,IAAI,cAAc,EAAE;gBACpC,cAAc,CAAC,mBAAmB,CAAC,SAAS,EAAE,cAAc,CAAC,CAAC;aAC/D;QACH,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAEvB,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,eAAe,CAAC,OAAO,IAAI,QAAQ;YACrC,eAAe,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;IACpC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;IAEf,MAAM,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC,KAAyC,EAAE,EAAE;QAClF,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC;IAC/B,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO,CACL,oBAAC,aAAa,IAAC,GAAG,EAAE,IAAI,EAAE,IAAI,EAAC,MAAM,KAAK,UAAU,EAAE,OAAO,EAAE,WAAW,EACxE,SAAS,EAAE,UAAU,CAAC,qBAAqB,EAAE,SAAS,CAAC,EAAE,KAAK,EAAE,KAAK,GAAI,CAC5E,CAAC;AACJ,CAAC,CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,KAAK,GAA8C,eAAe,CAAC,CAAE,8CAA8C","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Inputs\r\n */\r\n\r\nimport classnames from \"classnames\";\r\nimport * as React from \"react\";\r\nimport { Input as ITwinUI_Input } from \"@itwin/itwinui-react\";\r\nimport { useRefs } from \"../utils/hooks/useRefs\";\r\nimport type { CommonProps } from \"../utils/Props\";\r\n\r\n/** Properties for the [[Input]] component\r\n * @internal\r\n */\r\nexport interface InputProps extends React.InputHTMLAttributes<HTMLInputElement>, CommonProps {\r\n /** Indicates whether to set focus to the input element */\r\n setFocus?: boolean;\r\n /** Native keydown event handler */\r\n nativeKeyHandler?: (e: KeyboardEvent) => void;\r\n /** Provides ability to return reference to HTMLInputElement */\r\n ref?: React.Ref<HTMLInputElement>;\r\n}\r\n\r\n// Defined using following pattern (const Input at bottom) to ensure useful API documentation is extracted\r\nconst ForwardRefInput = React.forwardRef<HTMLInputElement, InputProps>( // eslint-disable-line deprecation/deprecation\r\n function ForwardRefInput(props, ref) {\r\n const { className, style, setFocus, nativeKeyHandler, size, ...otherProps } = props; // eslint-disable-line @typescript-eslint/no-unused-vars\r\n const inputElementRef = React.useRef<HTMLInputElement>(null);\r\n const refs = useRefs(inputElementRef, ref); // combine ref needed for target with the forwardRef needed by the Parent when parent is a Type Editor.\r\n\r\n React.useEffect(() => {\r\n const currentElement = inputElementRef.current;\r\n const currentHandler = nativeKeyHandler;\r\n\r\n if (currentElement && currentHandler) {\r\n currentElement.addEventListener(\"keydown\", currentHandler);\r\n }\r\n return () => {\r\n if (currentHandler && currentElement) {\r\n currentElement.removeEventListener(\"keydown\", currentHandler);\r\n }\r\n };\r\n }, [nativeKeyHandler]);\r\n\r\n React.useEffect(() => {\r\n if (inputElementRef.current && setFocus)\r\n inputElementRef.current.focus();\r\n }, [setFocus]);\r\n\r\n const handleFocus = React.useCallback((event: React.FocusEvent<HTMLInputElement>) => {\r\n event.currentTarget.select();\r\n }, []);\r\n\r\n return (\r\n <ITwinUI_Input ref={refs} type=\"text\" {...otherProps} onFocus={handleFocus}\r\n className={classnames(\"uicore-inputs-input\", className)} style={style} />\r\n );\r\n }\r\n);\r\n\r\n/** Basic text input, is a wrapper for the `<input type=\"text\">` HTML element.\r\n * @internal\r\n */\r\nexport const Input: (props: InputProps) => JSX.Element | null = ForwardRefInput; // eslint-disable-line deprecation/deprecation\r\n"]}
1
+ {"version":3,"file":"Input.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/Input.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,KAAK,IAAI,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAiBjD,0GAA0G;AAC1G,MAAM,eAAe,GAAG,KAAK,CAAC,UAAU,CACtC,SAAS,eAAe,CAAC,KAAK,EAAE,GAAG;IACjC,MAAM,EACJ,SAAS,EACT,KAAK,EACL,QAAQ,EACR,gBAAgB,EAChB,IAAI,EACJ,GAAG,UAAU,EACd,GAAG,KAAK,CAAC;IACV,MAAM,eAAe,GAAG,KAAK,CAAC,MAAM,CAAmB,IAAI,CAAC,CAAC;IAC7D,MAAM,IAAI,GAAG,OAAO,CAAC,eAAe,EAAE,GAAG,CAAC,CAAC,CAAC,uGAAuG;IAEnJ,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,MAAM,cAAc,GAAG,eAAe,CAAC,OAAO,CAAC;QAC/C,MAAM,cAAc,GAAG,gBAAgB,CAAC;QAExC,IAAI,cAAc,IAAI,cAAc,EAAE;YACpC,cAAc,CAAC,gBAAgB,CAAC,SAAS,EAAE,cAAc,CAAC,CAAC;SAC5D;QACD,OAAO,GAAG,EAAE;YACV,IAAI,cAAc,IAAI,cAAc,EAAE;gBACpC,cAAc,CAAC,mBAAmB,CAAC,SAAS,EAAE,cAAc,CAAC,CAAC;aAC/D;QACH,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAEvB,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,eAAe,CAAC,OAAO,IAAI,QAAQ;YAAE,eAAe,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;IAC3E,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;IAEf,MAAM,WAAW,GAAG,KAAK,CAAC,WAAW,CACnC,CAAC,KAAyC,EAAE,EAAE;QAC5C,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC;IAC/B,CAAC,EACD,EAAE,CACH,CAAC;IAEF,OAAO,CACL,oBAAC,aAAa,IACZ,GAAG,EAAE,IAAI,EACT,IAAI,EAAC,MAAM,KACP,UAAU,EACd,OAAO,EAAE,WAAW,EACpB,SAAS,EAAE,UAAU,CAAC,qBAAqB,EAAE,SAAS,CAAC,EACvD,KAAK,EAAE,KAAK,GACZ,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,KAAK,GAChB,eAAe,CAAC","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 Inputs\n */\n\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { Input as ITwinUI_Input } from \"@itwin/itwinui-react\";\nimport { useRefs } from \"../utils/hooks/useRefs\";\nimport type { CommonProps } from \"../utils/Props\";\n\n/** Properties for the [[Input]] component\n * @internal\n */\nexport interface InputProps\n extends React.InputHTMLAttributes<HTMLInputElement>,\n CommonProps {\n /** Indicates whether to set focus to the input element */\n setFocus?: boolean;\n /** Native keydown event handler */\n nativeKeyHandler?: (e: KeyboardEvent) => void;\n /** Provides ability to return reference to HTMLInputElement */\n ref?: React.Ref<HTMLInputElement>;\n}\n\n// Defined using following pattern (const Input at bottom) to ensure useful API documentation is extracted\nconst ForwardRefInput = React.forwardRef<HTMLInputElement, InputProps>(\n function ForwardRefInput(props, ref) {\n const {\n className,\n style,\n setFocus,\n nativeKeyHandler,\n size,\n ...otherProps\n } = props;\n const inputElementRef = React.useRef<HTMLInputElement>(null);\n const refs = useRefs(inputElementRef, ref); // combine ref needed for target with the forwardRef needed by the Parent when parent is a Type Editor.\n\n React.useEffect(() => {\n const currentElement = inputElementRef.current;\n const currentHandler = nativeKeyHandler;\n\n if (currentElement && currentHandler) {\n currentElement.addEventListener(\"keydown\", currentHandler);\n }\n return () => {\n if (currentHandler && currentElement) {\n currentElement.removeEventListener(\"keydown\", currentHandler);\n }\n };\n }, [nativeKeyHandler]);\n\n React.useEffect(() => {\n if (inputElementRef.current && setFocus) inputElementRef.current.focus();\n }, [setFocus]);\n\n const handleFocus = React.useCallback(\n (event: React.FocusEvent<HTMLInputElement>) => {\n event.currentTarget.select();\n },\n []\n );\n\n return (\n <ITwinUI_Input\n ref={refs}\n type=\"text\"\n {...otherProps}\n onFocus={handleFocus}\n className={classnames(\"uicore-inputs-input\", className)}\n style={style}\n />\n );\n }\n);\n\n/** Basic text input, is a wrapper for the `<input type=\"text\">` HTML element.\n * @internal\n */\nexport const Input: (props: InputProps) => React.ReactElement | null =\n ForwardRefInput;\n"]}
@@ -16,6 +16,6 @@ export interface InputLabelProps extends LabeledComponentProps, MessagedComponen
16
16
  * @public
17
17
  */
18
18
  export declare class InputLabel extends React.PureComponent<InputLabelProps> {
19
- render(): JSX.Element;
19
+ render(): React.ReactElement;
20
20
  }
21
21
  //# sourceMappingURL=InputLabel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputLabel.d.ts","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputLabel.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAIH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,OAAO,KAAK,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAE7F;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,qBAAqB,EAAE,sBAAsB,EAAE,WAAW;IACjG,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,sBAAsB;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAQD;;GAEG;AACH,qBAAa,UAAW,SAAQ,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC;IAClD,MAAM,IAAI,GAAG,CAAC,OAAO;CA2BtC"}
1
+ {"version":3,"file":"InputLabel.d.ts","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputLabel.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAQH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,OAAO,KAAK,EACV,qBAAqB,EACrB,sBAAsB,EACvB,MAAM,yBAAyB,CAAC;AAEjC;;GAEG;AACH,MAAM,WAAW,eACf,SAAQ,qBAAqB,EAC3B,sBAAsB,EACtB,WAAW;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,sBAAsB;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAQD;;GAEG;AACH,qBAAa,UAAW,SAAQ,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC;IAClD,MAAM,IAAI,KAAK,CAAC,YAAY;CAiD7C"}
@@ -1,11 +1,11 @@
1
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
- *--------------------------------------------------------------------------------------------*/
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
5
  /** @packageDocumentation
6
6
  * @module Inputs
7
7
  */
8
- import { SvgStatusError, SvgStatusSuccess, SvgStatusWarning } from "@itwin/itwinui-icons-react";
8
+ import { SvgStatusError, SvgStatusSuccess, SvgStatusWarning, } from "@itwin/itwinui-icons-react";
9
9
  import classnames from "classnames";
10
10
  import * as React from "react";
11
11
  import { Icon } from "../icons/IconComponent";
@@ -20,19 +20,16 @@ const inputLabelIconSpec = {
20
20
  */
21
21
  export class InputLabel extends React.PureComponent {
22
22
  render() {
23
- const { label, status, className, style, labelClassName, labelStyle, message, messageClassName, messageStyle } = this.props;
23
+ const { label, status, className, style, labelClassName, labelStyle, message, messageClassName, messageStyle, } = this.props;
24
24
  return (React.createElement("label", { style: style, className: classnames("uicore-inputs-labeled-input", this.props.disabled && "uicore-disabled", status, className) },
25
- label &&
26
- React.createElement("div", { className: classnames("uicore-label", labelClassName), style: labelStyle },
27
- " ",
28
- label,
29
- " "),
25
+ label && (React.createElement("div", { className: classnames("uicore-label", labelClassName), style: labelStyle },
26
+ " ",
27
+ label,
28
+ " ")),
30
29
  React.createElement("div", { className: classnames("input", { "with-icon": !!status }) },
31
30
  this.props.children,
32
- status &&
33
- React.createElement(Icon, { className: "icon", iconSpec: inputLabelIconSpec[`{status}`] })),
34
- message &&
35
- React.createElement("div", { className: classnames("uicore-message", messageClassName), style: messageStyle }, message)));
31
+ status && (React.createElement(Icon, { className: "icon", iconSpec: inputLabelIconSpec[`{status}`] }))),
32
+ message && (React.createElement("div", { className: classnames("uicore-message", messageClassName), style: messageStyle }, message))));
36
33
  }
37
34
  }
38
35
  //# sourceMappingURL=InputLabel.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputLabel.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputLabel.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAChG,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAE9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAY5C,MAAM,kBAAkB,GAAgC;IACtD,CAAC,WAAW,CAAC,KAAK,CAAC,EAAE,oBAAC,cAAc,OAAG;IACvC,CAAC,WAAW,CAAC,OAAO,CAAC,EAAE,oBAAC,gBAAgB,OAAG;IAC3C,CAAC,WAAW,CAAC,OAAO,CAAC,EAAE,oBAAC,gBAAgB,OAAG;CAC5C,CAAC;AAEF;;GAEG;AACH,MAAM,OAAO,UAAW,SAAQ,KAAK,CAAC,aAA8B;IAClD,MAAM;QACpB,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,KAAK,EACrC,cAAc,EAAE,UAAU,EAC1B,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC;QAEzD,OAAO,CACL,+BAAO,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,UAAU,CACxC,6BAA6B,EAC7B,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,iBAAiB,EACxC,MAAM,EACN,SAAS,CACV;YACE,KAAK;gBACJ,6BAAK,SAAS,EAAE,UAAU,CAAC,cAAc,EAAE,cAAc,CAAC,EAAE,KAAK,EAAE,UAAU;;oBAAI,KAAK;wBAAQ;YAEhG,6BAAK,SAAS,EAAE,UAAU,CAAC,OAAO,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;gBAC3D,IAAI,CAAC,KAAK,CAAC,QAAQ;gBACnB,MAAM;oBACL,oBAAC,IAAI,IAAC,SAAS,EAAC,MAAM,EAAC,QAAQ,EAAE,kBAAkB,CAAC,UAAU,CAAC,GAAI,CAEjE;YACL,OAAO;gBACN,6BAAK,SAAS,EAAE,UAAU,CAAC,gBAAgB,EAAE,gBAAgB,CAAC,EAAE,KAAK,EAAE,YAAY,IAAG,OAAO,CAAO,CAEhG,CACT,CAAC;IACJ,CAAC;CACF","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Inputs\r\n */\r\n\r\nimport { SvgStatusError, SvgStatusSuccess, SvgStatusWarning } from \"@itwin/itwinui-icons-react\";\r\nimport classnames from \"classnames\";\r\nimport * as React from \"react\";\r\nimport type { IconSpec } from \"../icons/IconComponent\";\r\nimport { Icon } from \"../icons/IconComponent\";\r\nimport type { CommonProps } from \"../utils/Props\";\r\nimport { InputStatus } from \"./InputStatus\";\r\nimport type { LabeledComponentProps, MessagedComponentProps } from \"./LabeledComponentProps\";\r\n\r\n/** Properties for [[InputLabel]] components\r\n * @public\r\n */\r\nexport interface InputLabelProps extends LabeledComponentProps, MessagedComponentProps, CommonProps {\r\n disabled?: boolean;\r\n /** Labeled content */\r\n children?: React.ReactNode;\r\n}\r\n\r\nconst inputLabelIconSpec: { [key: string]: IconSpec } = {\r\n [InputStatus.Error]: <SvgStatusError />,\r\n [InputStatus.Success]: <SvgStatusSuccess />,\r\n [InputStatus.Warning]: <SvgStatusWarning />,\r\n};\r\n\r\n/** Text input wrapper that provides additional styling and labeling\r\n * @public\r\n */\r\nexport class InputLabel extends React.PureComponent<InputLabelProps> {\r\n public override render(): JSX.Element {\r\n const { label, status, className, style,\r\n labelClassName, labelStyle,\r\n message, messageClassName, messageStyle } = this.props;\r\n\r\n return (\r\n <label style={style} className={classnames(\r\n \"uicore-inputs-labeled-input\",\r\n this.props.disabled && \"uicore-disabled\",\r\n status,\r\n className,\r\n )}>\r\n {label &&\r\n <div className={classnames(\"uicore-label\", labelClassName)} style={labelStyle}> {label} </div>\r\n }\r\n <div className={classnames(\"input\", { \"with-icon\": !!status })}>\r\n {this.props.children}\r\n {status &&\r\n <Icon className=\"icon\" iconSpec={inputLabelIconSpec[`{status}`]} />\r\n }\r\n </div>\r\n {message &&\r\n <div className={classnames(\"uicore-message\", messageClassName)} style={messageStyle}>{message}</div>\r\n }\r\n </label>\r\n );\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"InputLabel.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputLabel.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,EACL,cAAc,EACd,gBAAgB,EAChB,gBAAgB,GACjB,MAAM,4BAA4B,CAAC;AACpC,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAE9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAkB5C,MAAM,kBAAkB,GAAgC;IACtD,CAAC,WAAW,CAAC,KAAK,CAAC,EAAE,oBAAC,cAAc,OAAG;IACvC,CAAC,WAAW,CAAC,OAAO,CAAC,EAAE,oBAAC,gBAAgB,OAAG;IAC3C,CAAC,WAAW,CAAC,OAAO,CAAC,EAAE,oBAAC,gBAAgB,OAAG;CAC5C,CAAC;AAEF;;GAEG;AACH,MAAM,OAAO,UAAW,SAAQ,KAAK,CAAC,aAA8B;IAClD,MAAM;QACpB,MAAM,EACJ,KAAK,EACL,MAAM,EACN,SAAS,EACT,KAAK,EACL,cAAc,EACd,UAAU,EACV,OAAO,EACP,gBAAgB,EAChB,YAAY,GACb,GAAG,IAAI,CAAC,KAAK,CAAC;QAEf,OAAO,CACL,+BACE,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,UAAU,CACnB,6BAA6B,EAC7B,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,iBAAiB,EACxC,MAAM,EACN,SAAS,CACV;YAEA,KAAK,IAAI,CACR,6BACE,SAAS,EAAE,UAAU,CAAC,cAAc,EAAE,cAAc,CAAC,EACrD,KAAK,EAAE,UAAU;gBAEhB,GAAG;gBACH,KAAK;gBAAE,GAAG,CACP,CACP;YACD,6BAAK,SAAS,EAAE,UAAU,CAAC,OAAO,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;gBAC3D,IAAI,CAAC,KAAK,CAAC,QAAQ;gBACnB,MAAM,IAAI,CACT,oBAAC,IAAI,IAAC,SAAS,EAAC,MAAM,EAAC,QAAQ,EAAE,kBAAkB,CAAC,UAAU,CAAC,GAAI,CACpE,CACG;YACL,OAAO,IAAI,CACV,6BACE,SAAS,EAAE,UAAU,CAAC,gBAAgB,EAAE,gBAAgB,CAAC,EACzD,KAAK,EAAE,YAAY,IAElB,OAAO,CACJ,CACP,CACK,CACT,CAAC;IACJ,CAAC;CACF","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 Inputs\n */\n\nimport {\n SvgStatusError,\n SvgStatusSuccess,\n SvgStatusWarning,\n} from \"@itwin/itwinui-icons-react\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport type { IconSpec } from \"../icons/IconComponent\";\nimport { Icon } from \"../icons/IconComponent\";\nimport type { CommonProps } from \"../utils/Props\";\nimport { InputStatus } from \"./InputStatus\";\nimport type {\n LabeledComponentProps,\n MessagedComponentProps,\n} from \"./LabeledComponentProps\";\n\n/** Properties for [[InputLabel]] components\n * @public\n */\nexport interface InputLabelProps\n extends LabeledComponentProps,\n MessagedComponentProps,\n CommonProps {\n disabled?: boolean;\n /** Labeled content */\n children?: React.ReactNode;\n}\n\nconst inputLabelIconSpec: { [key: string]: IconSpec } = {\n [InputStatus.Error]: <SvgStatusError />,\n [InputStatus.Success]: <SvgStatusSuccess />,\n [InputStatus.Warning]: <SvgStatusWarning />,\n};\n\n/** Text input wrapper that provides additional styling and labeling\n * @public\n */\nexport class InputLabel extends React.PureComponent<InputLabelProps> {\n public override render(): React.ReactElement {\n const {\n label,\n status,\n className,\n style,\n labelClassName,\n labelStyle,\n message,\n messageClassName,\n messageStyle,\n } = this.props;\n\n return (\n <label\n style={style}\n className={classnames(\n \"uicore-inputs-labeled-input\",\n this.props.disabled && \"uicore-disabled\",\n status,\n className\n )}\n >\n {label && (\n <div\n className={classnames(\"uicore-label\", labelClassName)}\n style={labelStyle}\n >\n {\" \"}\n {label}{\" \"}\n </div>\n )}\n <div className={classnames(\"input\", { \"with-icon\": !!status })}>\n {this.props.children}\n {status && (\n <Icon className=\"icon\" iconSpec={inputLabelIconSpec[`{status}`]} />\n )}\n </div>\n {message && (\n <div\n className={classnames(\"uicore-message\", messageClassName)}\n style={messageStyle}\n >\n {message}\n </div>\n )}\n </label>\n );\n }\n}\n"]}
@@ -1,7 +1,7 @@
1
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
- *--------------------------------------------------------------------------------------------*/
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
5
  /** @packageDocumentation
6
6
  * @module Inputs
7
7
  */
@@ -1 +1 @@
1
- {"version":3,"file":"InputStatus.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputStatus.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH;;GAEG;AACH,MAAM,CAAN,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;IACnB,8BAAe,CAAA;AACjB,CAAC,EAJW,WAAW,KAAX,WAAW,QAItB","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Inputs\r\n */\r\n\r\n/** Enum for Input status\r\n * @public\r\n */\r\nexport enum InputStatus {\r\n Success = \"success\",\r\n Warning = \"warning\",\r\n Error = \"error\",\r\n}\r\n"]}
1
+ {"version":3,"file":"InputStatus.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputStatus.ts"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH;;GAEG;AACH,MAAM,CAAN,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;IACnB,8BAAe,CAAA;AACjB,CAAC,EAJW,WAAW,KAAX,WAAW,QAItB","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 Inputs\n */\n\n/** Enum for Input status\n * @public\n */\nexport enum InputStatus {\n Success = \"success\",\n Warning = \"warning\",\n Error = \"error\",\n}\n"]}
@@ -1,7 +1,7 @@
1
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
- *--------------------------------------------------------------------------------------------*/
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
5
  /** @packageDocumentation
6
6
  * @module Inputs
7
7
  */
@@ -1 +1 @@
1
- {"version":3,"file":"LabeledComponentProps.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/LabeledComponentProps.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Inputs\r\n */\r\n\r\nimport type * as React from \"react\";\r\nimport type { InputStatus } from \"./InputStatus\";\r\n\r\n/** Properties for labeled components\r\n * @public\r\n */\r\nexport interface LabeledComponentProps {\r\n /** Text that will be shown next to or above the input. */\r\n label?: string;\r\n /** Input status like: \"Success\", \"Warning\" or \"Error\" */\r\n status?: InputStatus;\r\n /** Custom CSS class name for the checkbox input element */\r\n inputClassName?: string;\r\n /** Custom CSS Style for the checkbox input element */\r\n inputStyle?: React.CSSProperties;\r\n /** Custom CSS class name for the label */\r\n labelClassName?: string;\r\n /** Custom CSS Style for the label */\r\n labelStyle?: React.CSSProperties;\r\n}\r\n\r\n/** Properties for components with messages\r\n * @public\r\n */\r\nexport interface MessagedComponentProps {\r\n /** Optional text shown below the input. */\r\n message?: string;\r\n /** Custom CSS class name for the message */\r\n messageClassName?: string;\r\n /** Custom CSS Style for the message */\r\n messageStyle?: React.CSSProperties;\r\n}\r\n"]}
1
+ {"version":3,"file":"LabeledComponentProps.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/LabeledComponentProps.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG","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 Inputs\n */\n\nimport type * as React from \"react\";\nimport type { InputStatus } from \"./InputStatus\";\n\n/** Properties for labeled components\n * @public\n */\nexport interface LabeledComponentProps {\n /** Text that will be shown next to or above the input. */\n label?: string;\n /** Input status like: \"Success\", \"Warning\" or \"Error\" */\n status?: InputStatus;\n /** Custom CSS class name for the checkbox input element */\n inputClassName?: string;\n /** Custom CSS Style for the checkbox input element */\n inputStyle?: React.CSSProperties;\n /** Custom CSS class name for the label */\n labelClassName?: string;\n /** Custom CSS Style for the label */\n labelStyle?: React.CSSProperties;\n}\n\n/** Properties for components with messages\n * @public\n */\nexport interface MessagedComponentProps {\n /** Optional text shown below the input. */\n message?: string;\n /** Custom CSS class name for the message */\n messageClassName?: string;\n /** Custom CSS Style for the message */\n messageStyle?: React.CSSProperties;\n}\n"]}
@@ -1,8 +1,12 @@
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
- @import "./index";
6
-
7
- .uicore-inputs-input { @include uicore-inputs-input; }
8
- .uicore-inputs-labeled-input { @include uicore-inputs-labeled-input; }
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
+ @import "./index";
6
+
7
+ .uicore-inputs-input {
8
+ @include uicore-inputs-input;
9
+ }
10
+ .uicore-inputs-labeled-input {
11
+ @include uicore-inputs-labeled-input;
12
+ }
@@ -20,5 +20,5 @@ export interface IconInputProps extends Omit<InputProps, "size"> {
20
20
  /** Input component with icon to the left of the input field
21
21
  * @public
22
22
  */
23
- export declare const IconInput: (props: IconInputProps) => JSX.Element | null;
23
+ export declare const IconInput: (props: IconInputProps) => React.ReactElement | null;
24
24
  //# sourceMappingURL=IconInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconInput.d.ts","sourceRoot":"","sources":["../../../../../src/core-react/inputs/iconinput/IconInput.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,kBAAkB,CAAC;AAE1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAG3C;;GAEG;AACH,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC;IAC9D,mFAAmF;IACnF,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,+DAA+D;IAC/D,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,+DAA+D;IAC/D,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;IAClC,gCAAgC;IAChC,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CAC1B;AAsBD;;GAEG;AACH,eAAO,MAAM,SAAS,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,GAAG,CAAC,OAAO,GAAG,IAA0B,CAAC"}
1
+ {"version":3,"file":"IconInput.d.ts","sourceRoot":"","sources":["../../../../../src/core-react/inputs/iconinput/IconInput.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,kBAAkB,CAAC;AAE1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAG3C;;GAEG;AACH,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC;IAC9D,mFAAmF;IACnF,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,+DAA+D;IAC/D,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,+DAA+D;IAC/D,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;IAClC,gCAAgC;IAChC,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CAC1B;AAqBD;;GAEG;AACH,eAAO,MAAM,SAAS,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,KAAK,CAAC,YAAY,GAAG,IACnD,CAAC"}
@@ -1,7 +1,7 @@
1
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
- *--------------------------------------------------------------------------------------------*/
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
5
  /** @packageDocumentation
6
6
  * @module Inputs
7
7
  */
@@ -13,7 +13,6 @@ import { Input } from "../Input"; // NEEDSWORK - for nativeKeyHandler
13
13
  * @public
14
14
  */
15
15
  const ForwardRefIconInput = React.forwardRef(function ForwardRefIconInput(props, ref) {
16
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
17
16
  const { icon, containerClassName, size, ...otherProps } = props;
18
17
  // NEEDSWORK: still using core-react Input component because of `nativeKeyHandler` prop
19
18
  return (React.createElement("div", { className: classnames("core-iconInput-container", containerClassName) },
@@ -1 +1 @@
1
- {"version":3,"file":"IconInput.js","sourceRoot":"","sources":["../../../../../src/core-react/inputs/iconinput/IconInput.tsx"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG;AAEH,OAAO,kBAAkB,CAAC;AAC1B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC,CAAG,mCAAmC;AAgBvE;;GAEG;AACH,MAAM,mBAAmB,GAAG,KAAK,CAAC,UAAU,CAC1C,SAAS,mBAAmB,CAAC,KAAK,EAAE,GAAG;IACrC,6DAA6D;IAC7D,MAAM,EAAE,IAAI,EAAE,kBAAkB,EAAE,IAAI,EAAE,GAAG,UAAU,EAAE,GAAG,KAAK,CAAC;IAEhE,uFAAuF;IACvF,OAAO,CACL,6BAAK,SAAS,EAAE,UAAU,CAAC,0BAA0B,EAAE,kBAAkB,CAAC;QAExE,oBAAC,KAAK,IAAC,GAAG,EAAE,GAAG,KAAM,UAAU,GAAI;QACnC,6BAAK,SAAS,EAAC,qBAAqB,IACjC,IAAI,CACD,CACF,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEL;;GAEG;AACH,MAAM,CAAC,MAAM,SAAS,GAAkD,mBAAmB,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Inputs\r\n */\r\n\r\nimport \"./IconInput.scss\";\r\nimport classnames from \"classnames\";\r\nimport * as React from \"react\";\r\nimport type { InputProps } from \"../Input\";\r\nimport { Input } from \"../Input\"; // NEEDSWORK - for nativeKeyHandler\r\n\r\n/** Properties for the [[IconInput]] component\r\n * @public\r\n */\r\nexport interface IconInputProps extends Omit<InputProps, \"size\"> { // eslint-disable-line deprecation/deprecation\r\n /** Icon displayed to the left of the Input field within the IconInput component */\r\n icon: React.ReactNode;\r\n /** CSS class name for the IconInput component container div */\r\n containerClassName?: string;\r\n /** Provides ability to return reference to HTMLInputElement */\r\n ref?: React.Ref<HTMLInputElement>;\r\n /** Modify size of the input. */\r\n size?: \"small\" | \"large\";\r\n}\r\n\r\n/** Input component with icon to the left of the input field\r\n * @public\r\n */\r\nconst ForwardRefIconInput = React.forwardRef<HTMLInputElement, IconInputProps>(\r\n function ForwardRefIconInput(props, ref) {\r\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\r\n const { icon, containerClassName, size, ...otherProps } = props;\r\n\r\n // NEEDSWORK: still using core-react Input component because of `nativeKeyHandler` prop\r\n return (\r\n <div className={classnames(\"core-iconInput-container\", containerClassName)} >\r\n {/* eslint-disable-next-line deprecation/deprecation */}\r\n <Input ref={ref} {...otherProps} />\r\n <div className=\"core-iconInput-icon\">\r\n {icon}\r\n </div>\r\n </div>\r\n );\r\n });\r\n\r\n/** Input component with icon to the left of the input field\r\n * @public\r\n */\r\nexport const IconInput: (props: IconInputProps) => JSX.Element | null = ForwardRefIconInput;\r\n"]}
1
+ {"version":3,"file":"IconInput.js","sourceRoot":"","sources":["../../../../../src/core-react/inputs/iconinput/IconInput.tsx"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;GAEG;AAEH,OAAO,kBAAkB,CAAC;AAC1B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC,CAAC,mCAAmC;AAgBrE;;GAEG;AACH,MAAM,mBAAmB,GAAG,KAAK,CAAC,UAAU,CAC1C,SAAS,mBAAmB,CAAC,KAAK,EAAE,GAAG;IACrC,MAAM,EAAE,IAAI,EAAE,kBAAkB,EAAE,IAAI,EAAE,GAAG,UAAU,EAAE,GAAG,KAAK,CAAC;IAEhE,uFAAuF;IACvF,OAAO,CACL,6BACE,SAAS,EAAE,UAAU,CAAC,0BAA0B,EAAE,kBAAkB,CAAC;QAErE,oBAAC,KAAK,IAAC,GAAG,EAAE,GAAG,KAAM,UAAU,GAAI;QACnC,6BAAK,SAAS,EAAC,qBAAqB,IAAE,IAAI,CAAO,CAC7C,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,SAAS,GACpB,mBAAmB,CAAC","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 Inputs\n */\n\nimport \"./IconInput.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport type { InputProps } from \"../Input\";\nimport { Input } from \"../Input\"; // NEEDSWORK - for nativeKeyHandler\n\n/** Properties for the [[IconInput]] component\n * @public\n */\nexport interface IconInputProps extends Omit<InputProps, \"size\"> {\n /** Icon displayed to the left of the Input field within the IconInput component */\n icon: React.ReactNode;\n /** CSS class name for the IconInput component container div */\n containerClassName?: string;\n /** Provides ability to return reference to HTMLInputElement */\n ref?: React.Ref<HTMLInputElement>;\n /** Modify size of the input. */\n size?: \"small\" | \"large\";\n}\n\n/** Input component with icon to the left of the input field\n * @public\n */\nconst ForwardRefIconInput = React.forwardRef<HTMLInputElement, IconInputProps>(\n function ForwardRefIconInput(props, ref) {\n const { icon, containerClassName, size, ...otherProps } = props;\n\n // NEEDSWORK: still using core-react Input component because of `nativeKeyHandler` prop\n return (\n <div\n className={classnames(\"core-iconInput-container\", containerClassName)}\n >\n <Input ref={ref} {...otherProps} />\n <div className=\"core-iconInput-icon\">{icon}</div>\n </div>\n );\n }\n);\n\n/** Input component with icon to the left of the input field\n * @public\n */\nexport const IconInput: (props: IconInputProps) => React.ReactElement | null =\n ForwardRefIconInput;\n"]}
@@ -1,35 +1,34 @@
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
- @import "../../base/base";
6
- @import "../variables";
7
-
8
- .core-iconInput-container {
9
- position: relative;
10
- padding: 0;
11
- margin: 0;
12
-
13
- .iui-input {
14
- margin: 0;
15
- padding-left: 30px;
16
- }
17
-
18
- .core-iconInput-icon {
19
- position: absolute;
20
- top: 0;
21
- left: 0;
22
- width: 30px;
23
- height: 100%;
24
- @include uicore-centered;
25
-
26
- .icon {
27
- width: 16px;
28
- height: 16px;
29
-
30
- margin-top: 2px;
31
- @include uicore-centered;
32
- }
33
- }
34
-
35
- }
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
+ @import "../../base/base";
6
+ @import "../variables";
7
+
8
+ .core-iconInput-container {
9
+ position: relative;
10
+ padding: 0;
11
+ margin: 0;
12
+
13
+ .iui-input {
14
+ margin: 0;
15
+ padding-left: 30px;
16
+ }
17
+
18
+ .core-iconInput-icon {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 30px;
23
+ height: 100%;
24
+ @include uicore-centered;
25
+
26
+ .icon {
27
+ width: 16px;
28
+ height: 16px;
29
+
30
+ margin-top: 2px;
31
+ @include uicore-centered;
32
+ }
33
+ }
34
+ }
@@ -1,9 +1,9 @@
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
- @import "../style/index";
6
-
7
- @import "./variables";
8
- @import "./input";
9
- @import "./input-label";
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
+ @import "../style/index";
6
+
7
+ @import "./variables";
8
+ @import "./input";
9
+ @import "./input-label";