@itwin/appui-react 5.0.0-dev.2 → 5.0.0-dev.3

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 (338) hide show
  1. package/lib/appui-react/UiFramework.json +4 -0
  2. package/lib/appui-react/configurableui/ConfigurableUiContent.d.ts +1 -1
  3. package/lib/appui-react/dialog/StandardMessageBox.d.ts.map +1 -1
  4. package/lib/appui-react/dialog/StandardMessageBox.js +1 -1
  5. package/lib/appui-react/dialog/StandardMessageBox.js.map +1 -1
  6. package/lib/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
  7. package/lib/appui-react/frontstage/FrontstageDef.js +4 -0
  8. package/lib/appui-react/frontstage/FrontstageDef.js.map +1 -1
  9. package/lib/appui-react/layout/tool-settings/Docked.d.ts +2 -2
  10. package/lib/appui-react/layout/tool-settings/Docked.d.ts.map +1 -1
  11. package/lib/appui-react/layout/tool-settings/Docked.js +9 -11
  12. package/lib/appui-react/layout/tool-settings/Docked.js.map +1 -1
  13. package/lib/appui-react/layout/widget/Tabs.d.ts.map +1 -1
  14. package/lib/appui-react/layout/widget/Tabs.js +2 -1
  15. package/lib/appui-react/layout/widget/Tabs.js.map +1 -1
  16. package/lib/appui-react/messages/MessageManager.d.ts +1 -2
  17. package/lib/appui-react/messages/MessageManager.d.ts.map +1 -1
  18. package/lib/appui-react/messages/MessageManager.js +34 -13
  19. package/lib/appui-react/messages/MessageManager.js.map +1 -1
  20. package/lib/appui-react/statusbar/StatusBarComposer.d.ts +5 -11
  21. package/lib/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
  22. package/lib/appui-react/statusbar/StatusBarComposer.js +18 -118
  23. package/lib/appui-react/statusbar/StatusBarComposer.js.map +1 -1
  24. package/lib/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
  25. package/lib/appui-react/widget-panels/Frontstage.js +3 -8
  26. package/lib/appui-react/widget-panels/Frontstage.js.map +1 -1
  27. package/lib/cjs/appui-react/_variables.scss +11 -0
  28. package/lib/cjs/appui-react/accudraw/AccuDrawDialog.scss +11 -0
  29. package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.scss +20 -0
  30. package/lib/cjs/appui-react/accudraw/AccuDrawInputField.scss +56 -0
  31. package/lib/cjs/appui-react/accudraw/Calculator.scss +82 -0
  32. package/lib/cjs/appui-react/accudraw/MenuButton.scss +18 -0
  33. package/lib/cjs/appui-react/accudraw/SquareButton.scss +30 -0
  34. package/lib/cjs/appui-react/accudraw/angle.svg +1 -0
  35. package/lib/cjs/appui-react/accudraw/backspace.svg +9 -0
  36. package/lib/cjs/appui-react/accudraw/constraint-2d.svg +11 -0
  37. package/lib/cjs/appui-react/accudraw/distance.svg +1 -0
  38. package/lib/cjs/appui-react/accudraw/height-2.svg +10 -0
  39. package/lib/cjs/appui-react/accudraw/height.svg +11 -0
  40. package/lib/cjs/appui-react/childwindow/ChildWindowRenderer.scss +18 -0
  41. package/lib/cjs/appui-react/childwindow/ChildWindowWidget.scss +8 -0
  42. package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.scss +57 -0
  43. package/lib/cjs/appui-react/content/ContentLayout.scss +106 -0
  44. package/lib/cjs/appui-react/content/ContentOverlay.scss +19 -0
  45. package/lib/cjs/appui-react/content/DefaultViewOverlay.scss +41 -0
  46. package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.scss +33 -0
  47. package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -0
  48. package/lib/cjs/appui-react/dialog/DialogManagerBase.scss +11 -0
  49. package/lib/cjs/appui-react/feedback/ElementTooltip.scss +29 -0
  50. package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +49 -0
  51. package/lib/cjs/appui-react/frontstage/ModalFrontstage.scss +81 -0
  52. package/lib/cjs/appui-react/frontstage/ModalSettingsStage.scss +12 -0
  53. package/lib/cjs/appui-react/layers.scss +11 -0
  54. package/lib/cjs/appui-react/layout/StandardLayout.scss +92 -0
  55. package/lib/cjs/appui-react/layout/_prefix.scss +33 -0
  56. package/lib/cjs/appui-react/layout/_safearea.scss +26 -0
  57. package/lib/cjs/appui-react/layout/_scrollbar.scss +22 -0
  58. package/lib/cjs/appui-react/layout/_target.scss +10 -0
  59. package/lib/cjs/appui-react/layout/_widgetopacity.scss +15 -0
  60. package/lib/cjs/appui-react/layout/backstage/Backstage.scss +90 -0
  61. package/lib/cjs/appui-react/layout/backstage/Item.scss +107 -0
  62. package/lib/cjs/appui-react/layout/backstage/Separator.scss +10 -0
  63. package/lib/cjs/appui-react/layout/backstage/_variables.scss +32 -0
  64. package/lib/cjs/appui-react/layout/footer/dialog/Dialog.scss +12 -0
  65. package/lib/cjs/appui-react/layout/footer/dialog/TitleBar.scss +30 -0
  66. package/lib/cjs/appui-react/layout/footer/dialog/_variables.scss +8 -0
  67. package/lib/cjs/appui-react/layout/footer/snap-mode/Panel.scss +19 -0
  68. package/lib/cjs/appui-react/layout/footer/snap-mode/Snap.scss +46 -0
  69. package/lib/cjs/appui-react/layout/footer/tool-assistance/Dialog.scss +15 -0
  70. package/lib/cjs/appui-react/layout/footer/tool-assistance/Instruction.scss +28 -0
  71. package/lib/cjs/appui-react/layout/footer/tool-assistance/Item.scss +13 -0
  72. package/lib/cjs/appui-react/layout/footer/tool-assistance/NewDot.scss +11 -0
  73. package/lib/cjs/appui-react/layout/footer/tool-assistance/Separator.scss +20 -0
  74. package/lib/cjs/appui-react/layout/outline/PanelOutline.scss +63 -0
  75. package/lib/cjs/appui-react/layout/outline/SectionOutline.scss +47 -0
  76. package/lib/cjs/appui-react/layout/outline/TabOutline.scss +18 -0
  77. package/lib/cjs/appui-react/layout/outline/WidgetOutline.scss +16 -0
  78. package/lib/cjs/appui-react/layout/outline/_variables.scss +7 -0
  79. package/lib/cjs/appui-react/layout/popup/Tooltip.scss +22 -0
  80. package/lib/cjs/appui-react/layout/target/MergeTarget.scss +17 -0
  81. package/lib/cjs/appui-react/layout/target/PanelTarget.scss +27 -0
  82. package/lib/cjs/appui-react/layout/target/PanelTargets.scss +52 -0
  83. package/lib/cjs/appui-react/layout/target/SectionTarget.scss +47 -0
  84. package/lib/cjs/appui-react/layout/target/SectionTargets.scss +13 -0
  85. package/lib/cjs/appui-react/layout/target/TabTarget.scss +30 -0
  86. package/lib/cjs/appui-react/layout/target/TargetContainer.scss +17 -0
  87. package/lib/cjs/appui-react/layout/target/TitleBarTarget.scss +17 -0
  88. package/lib/cjs/appui-react/layout/target/WidgetTarget.scss +11 -0
  89. package/lib/cjs/appui-react/layout/target/_variables.scss +66 -0
  90. package/lib/cjs/appui-react/layout/tool-settings/Docked.scss +30 -0
  91. package/lib/cjs/appui-react/layout/tool-settings/Handle.scss +17 -0
  92. package/lib/cjs/appui-react/layout/tool-settings/Overflow.scss +11 -0
  93. package/lib/cjs/appui-react/layout/tool-settings/Panel.scss +8 -0
  94. package/lib/cjs/appui-react/layout/tool-settings/Setting.scss +10 -0
  95. package/lib/cjs/appui-react/layout/widget/Buttons.scss +10 -0
  96. package/lib/cjs/appui-react/layout/widget/Content.scss +13 -0
  97. package/lib/cjs/appui-react/layout/widget/ContentContainer.scss +24 -0
  98. package/lib/cjs/appui-react/layout/widget/ContentRenderer.scss +18 -0
  99. package/lib/cjs/appui-react/layout/widget/FloatingTab.scss +36 -0
  100. package/lib/cjs/appui-react/layout/widget/FloatingWidget.scss +128 -0
  101. package/lib/cjs/appui-react/layout/widget/Menu.scss +12 -0
  102. package/lib/cjs/appui-react/layout/widget/MenuTab.scss +59 -0
  103. package/lib/cjs/appui-react/layout/widget/NavigationArea.scss +57 -0
  104. package/lib/cjs/appui-react/layout/widget/Overflow.scss +58 -0
  105. package/lib/cjs/appui-react/layout/widget/PanelWidget.scss +62 -0
  106. package/lib/cjs/appui-react/layout/widget/Tab.scss +90 -0
  107. package/lib/cjs/appui-react/layout/widget/TabBar.scss +29 -0
  108. package/lib/cjs/appui-react/layout/widget/Tabs.scss +10 -0
  109. package/lib/cjs/appui-react/layout/widget/ToolsArea.scss +51 -0
  110. package/lib/cjs/appui-react/layout/widget/Widget.scss +12 -0
  111. package/lib/cjs/appui-react/layout/widget/_variables.scss +50 -0
  112. package/lib/cjs/appui-react/layout/widget/tools/button/Back.scss +9 -0
  113. package/lib/cjs/appui-react/layout/widget/tools/button/Button.scss +49 -0
  114. package/lib/cjs/appui-react/layout/widget/tools/button/Expandable.scss +46 -0
  115. package/lib/cjs/appui-react/layout/widget/tools/button/Icon.scss +54 -0
  116. package/lib/cjs/appui-react/layout/widget/tools/button/_variables.scss +42 -0
  117. package/lib/cjs/appui-react/layout/widget-panels/CursorOverlay.scss +25 -0
  118. package/lib/cjs/appui-react/layout/widget-panels/Expander.scss +37 -0
  119. package/lib/cjs/appui-react/layout/widget-panels/Grip.scss +141 -0
  120. package/lib/cjs/appui-react/layout/widget-panels/Panel.scss +258 -0
  121. package/lib/cjs/appui-react/layout/widget-panels/PanelSections.scss +60 -0
  122. package/lib/cjs/appui-react/layout/widget-panels/_variables.scss +6 -0
  123. package/lib/cjs/appui-react/messages/InputField.scss +77 -0
  124. package/lib/cjs/appui-react/messages/Pointer.scss +42 -0
  125. package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.scss +50 -0
  126. package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.scss +74 -0
  127. package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -0
  128. package/lib/cjs/appui-react/pickers/ListPicker.scss +316 -0
  129. package/lib/cjs/appui-react/popup/CardPopup.scss +24 -0
  130. package/lib/cjs/appui-react/popup/KeyinPalettePanel.scss +30 -0
  131. package/lib/cjs/appui-react/popup/PositionPopup.scss +27 -0
  132. package/lib/cjs/appui-react/preview/content-always-max-size/useContentAlwaysMaxSize.scss +10 -0
  133. package/lib/cjs/appui-react/preview/control-widget-visibility/NavigationWidget.scss +17 -0
  134. package/lib/cjs/appui-react/preview/enable-maximized-widget/useMaximizedWidget.scss +36 -0
  135. package/lib/cjs/appui-react/preview/horizontal-panel-alignment/useHorizontalPanelAlignment.scss +49 -0
  136. package/lib/cjs/appui-react/preview/reparent-popout-widgets/PopoutThemeProvider.scss +7 -0
  137. package/lib/cjs/appui-react/preview/reparent-popout-widgets/ReparentedPopoutWidget.scss +8 -0
  138. package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.scss +120 -0
  139. package/lib/cjs/appui-react/settings/ui/UiSettingsPage.scss +61 -0
  140. package/lib/cjs/appui-react/statusbar/Field.scss +20 -0
  141. package/lib/cjs/appui-react/statusbar/LabelIndicator.scss +18 -0
  142. package/lib/cjs/appui-react/statusbar/Overflow.scss +15 -0
  143. package/lib/cjs/appui-react/statusbar/Separator.scss +11 -0
  144. package/lib/cjs/appui-react/statusbar/StatusBar.scss +89 -0
  145. package/lib/cjs/appui-react/statusbar/popup/ExpandIndicator.scss +17 -0
  146. package/lib/cjs/appui-react/statusbar/popup/Popup.scss +12 -0
  147. package/lib/cjs/appui-react/statusfields/SectionsField.scss +33 -0
  148. package/lib/cjs/appui-react/statusfields/SelectionCount.scss +23 -0
  149. package/lib/cjs/appui-react/statusfields/SelectionScope.scss +17 -0
  150. package/lib/cjs/appui-react/statusfields/ViewAttributes.scss +10 -0
  151. package/lib/cjs/appui-react/statusfields/message-center/MessageCenterField.scss +24 -0
  152. package/lib/cjs/appui-react/statusfields/message-center/MessageCenterMessage.scss +28 -0
  153. package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -0
  154. package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +167 -0
  155. package/lib/cjs/appui-react/statusfields/toolassistance/accept-point.svg +1 -0
  156. package/lib/cjs/appui-react/statusfields/toolassistance/cursor-click.svg +1 -0
  157. package/lib/cjs/appui-react/statusfields/toolassistance/gesture-one-finger-drag.svg +1 -0
  158. package/lib/cjs/appui-react/statusfields/toolassistance/gesture-one-finger-tap-double.svg +1 -0
  159. package/lib/cjs/appui-react/statusfields/toolassistance/gesture-one-finger-tap.svg +1 -0
  160. package/lib/cjs/appui-react/statusfields/toolassistance/gesture-pinch.svg +1 -0
  161. package/lib/cjs/appui-react/statusfields/toolassistance/gesture-two-finger-drag.svg +1 -0
  162. package/lib/cjs/appui-react/statusfields/toolassistance/gesture-two-finger-tap.svg +1 -0
  163. package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-left-drag.svg +1 -0
  164. package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-left.svg +1 -0
  165. package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-right-drag.svg +1 -0
  166. package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-right.svg +1 -0
  167. package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-wheel-drag.svg +1 -0
  168. package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-wheel.svg +1 -0
  169. package/lib/cjs/appui-react/statusfields/toolassistance/touch-cursor-pan.svg +1 -0
  170. package/lib/cjs/appui-react/statusfields/toolassistance/touch-cursor-point.svg +1 -0
  171. package/lib/cjs/appui-react/theme/ThemeManager.scss +9 -0
  172. package/lib/cjs/appui-react/toolbar/new-toolbars/Badge.scss +13 -0
  173. package/lib/cjs/appui-react/toolbar/new-toolbars/ExpandIndicator.scss +17 -0
  174. package/lib/cjs/appui-react/toolbar/new-toolbars/Surface.scss +35 -0
  175. package/lib/cjs/appui-react/toolbar/new-toolbars/ToolGroup.scss +17 -0
  176. package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.scss +103 -0
  177. package/lib/cjs/appui-react/widget-panels/DockedBar.scss +18 -0
  178. package/lib/cjs/appui-react/widget-panels/Frontstage.scss +19 -0
  179. package/lib/cjs/appui-react/widget-panels/ToolSettings.scss +12 -0
  180. package/lib/cjs/appui-react/widget-panels/Toolbars.scss +22 -0
  181. package/lib/cjs/appui-react/widgets/BackstageAppButton.scss +46 -0
  182. package/lib/esm/appui-react/_variables.scss +11 -0
  183. package/lib/esm/appui-react/accudraw/AccuDrawDialog.scss +11 -0
  184. package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.scss +20 -0
  185. package/lib/esm/appui-react/accudraw/AccuDrawInputField.scss +56 -0
  186. package/lib/esm/appui-react/accudraw/Calculator.scss +82 -0
  187. package/lib/esm/appui-react/accudraw/MenuButton.scss +18 -0
  188. package/lib/esm/appui-react/accudraw/SquareButton.scss +30 -0
  189. package/lib/esm/appui-react/accudraw/angle.svg +1 -0
  190. package/lib/esm/appui-react/accudraw/backspace.svg +9 -0
  191. package/lib/esm/appui-react/accudraw/constraint-2d.svg +11 -0
  192. package/lib/esm/appui-react/accudraw/distance.svg +1 -0
  193. package/lib/esm/appui-react/accudraw/height-2.svg +10 -0
  194. package/lib/esm/appui-react/accudraw/height.svg +11 -0
  195. package/lib/esm/appui-react/childwindow/ChildWindowRenderer.scss +18 -0
  196. package/lib/esm/appui-react/childwindow/ChildWindowWidget.scss +8 -0
  197. package/lib/esm/appui-react/configurableui/ConfigurableUiContent.scss +57 -0
  198. package/lib/esm/appui-react/content/ContentLayout.scss +106 -0
  199. package/lib/esm/appui-react/content/ContentOverlay.scss +19 -0
  200. package/lib/esm/appui-react/content/DefaultViewOverlay.scss +41 -0
  201. package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.scss +33 -0
  202. package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -0
  203. package/lib/esm/appui-react/dialog/DialogManagerBase.scss +11 -0
  204. package/lib/esm/appui-react/feedback/ElementTooltip.scss +29 -0
  205. package/lib/esm/appui-react/feedback/ValidationTextbox.scss +49 -0
  206. package/lib/esm/appui-react/frontstage/ModalFrontstage.scss +81 -0
  207. package/lib/esm/appui-react/frontstage/ModalSettingsStage.scss +12 -0
  208. package/lib/esm/appui-react/layers.scss +11 -0
  209. package/lib/esm/appui-react/layout/StandardLayout.scss +92 -0
  210. package/lib/esm/appui-react/layout/_prefix.scss +33 -0
  211. package/lib/esm/appui-react/layout/_safearea.scss +26 -0
  212. package/lib/esm/appui-react/layout/_scrollbar.scss +22 -0
  213. package/lib/esm/appui-react/layout/_target.scss +10 -0
  214. package/lib/esm/appui-react/layout/_widgetopacity.scss +15 -0
  215. package/lib/esm/appui-react/layout/backstage/Backstage.scss +90 -0
  216. package/lib/esm/appui-react/layout/backstage/Item.scss +107 -0
  217. package/lib/esm/appui-react/layout/backstage/Separator.scss +10 -0
  218. package/lib/esm/appui-react/layout/backstage/_variables.scss +32 -0
  219. package/lib/esm/appui-react/layout/footer/dialog/Dialog.scss +12 -0
  220. package/lib/esm/appui-react/layout/footer/dialog/TitleBar.scss +30 -0
  221. package/lib/esm/appui-react/layout/footer/dialog/_variables.scss +8 -0
  222. package/lib/esm/appui-react/layout/footer/snap-mode/Panel.scss +19 -0
  223. package/lib/esm/appui-react/layout/footer/snap-mode/Snap.scss +46 -0
  224. package/lib/esm/appui-react/layout/footer/tool-assistance/Dialog.scss +15 -0
  225. package/lib/esm/appui-react/layout/footer/tool-assistance/Instruction.scss +28 -0
  226. package/lib/esm/appui-react/layout/footer/tool-assistance/Item.scss +13 -0
  227. package/lib/esm/appui-react/layout/footer/tool-assistance/NewDot.scss +11 -0
  228. package/lib/esm/appui-react/layout/footer/tool-assistance/Separator.scss +20 -0
  229. package/lib/esm/appui-react/layout/outline/PanelOutline.scss +63 -0
  230. package/lib/esm/appui-react/layout/outline/SectionOutline.scss +47 -0
  231. package/lib/esm/appui-react/layout/outline/TabOutline.scss +18 -0
  232. package/lib/esm/appui-react/layout/outline/WidgetOutline.scss +16 -0
  233. package/lib/esm/appui-react/layout/outline/_variables.scss +7 -0
  234. package/lib/esm/appui-react/layout/popup/Tooltip.scss +22 -0
  235. package/lib/esm/appui-react/layout/target/MergeTarget.scss +17 -0
  236. package/lib/esm/appui-react/layout/target/PanelTarget.scss +27 -0
  237. package/lib/esm/appui-react/layout/target/PanelTargets.scss +52 -0
  238. package/lib/esm/appui-react/layout/target/SectionTarget.scss +47 -0
  239. package/lib/esm/appui-react/layout/target/SectionTargets.scss +13 -0
  240. package/lib/esm/appui-react/layout/target/TabTarget.scss +30 -0
  241. package/lib/esm/appui-react/layout/target/TargetContainer.scss +17 -0
  242. package/lib/esm/appui-react/layout/target/TitleBarTarget.scss +17 -0
  243. package/lib/esm/appui-react/layout/target/WidgetTarget.scss +11 -0
  244. package/lib/esm/appui-react/layout/target/_variables.scss +66 -0
  245. package/lib/esm/appui-react/layout/tool-settings/Docked.scss +30 -0
  246. package/lib/esm/appui-react/layout/tool-settings/Handle.scss +17 -0
  247. package/lib/esm/appui-react/layout/tool-settings/Overflow.scss +11 -0
  248. package/lib/esm/appui-react/layout/tool-settings/Panel.scss +8 -0
  249. package/lib/esm/appui-react/layout/tool-settings/Setting.scss +10 -0
  250. package/lib/esm/appui-react/layout/widget/Buttons.scss +10 -0
  251. package/lib/esm/appui-react/layout/widget/Content.scss +13 -0
  252. package/lib/esm/appui-react/layout/widget/ContentContainer.scss +24 -0
  253. package/lib/esm/appui-react/layout/widget/ContentRenderer.scss +18 -0
  254. package/lib/esm/appui-react/layout/widget/FloatingTab.scss +36 -0
  255. package/lib/esm/appui-react/layout/widget/FloatingWidget.scss +128 -0
  256. package/lib/esm/appui-react/layout/widget/Menu.scss +12 -0
  257. package/lib/esm/appui-react/layout/widget/MenuTab.scss +59 -0
  258. package/lib/esm/appui-react/layout/widget/NavigationArea.scss +57 -0
  259. package/lib/esm/appui-react/layout/widget/Overflow.scss +58 -0
  260. package/lib/esm/appui-react/layout/widget/PanelWidget.scss +62 -0
  261. package/lib/esm/appui-react/layout/widget/Tab.scss +90 -0
  262. package/lib/esm/appui-react/layout/widget/TabBar.scss +29 -0
  263. package/lib/esm/appui-react/layout/widget/Tabs.scss +10 -0
  264. package/lib/esm/appui-react/layout/widget/ToolsArea.scss +51 -0
  265. package/lib/esm/appui-react/layout/widget/Widget.scss +12 -0
  266. package/lib/esm/appui-react/layout/widget/_variables.scss +50 -0
  267. package/lib/esm/appui-react/layout/widget/tools/button/Back.scss +9 -0
  268. package/lib/esm/appui-react/layout/widget/tools/button/Button.scss +49 -0
  269. package/lib/esm/appui-react/layout/widget/tools/button/Expandable.scss +46 -0
  270. package/lib/esm/appui-react/layout/widget/tools/button/Icon.scss +54 -0
  271. package/lib/esm/appui-react/layout/widget/tools/button/_variables.scss +42 -0
  272. package/lib/esm/appui-react/layout/widget-panels/CursorOverlay.scss +25 -0
  273. package/lib/esm/appui-react/layout/widget-panels/Expander.scss +37 -0
  274. package/lib/esm/appui-react/layout/widget-panels/Grip.scss +141 -0
  275. package/lib/esm/appui-react/layout/widget-panels/Panel.scss +258 -0
  276. package/lib/esm/appui-react/layout/widget-panels/PanelSections.scss +60 -0
  277. package/lib/esm/appui-react/layout/widget-panels/_variables.scss +6 -0
  278. package/lib/esm/appui-react/messages/InputField.scss +77 -0
  279. package/lib/esm/appui-react/messages/Pointer.scss +42 -0
  280. package/lib/esm/appui-react/navigationaids/SheetNavigationAid.scss +50 -0
  281. package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.scss +74 -0
  282. package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -0
  283. package/lib/esm/appui-react/pickers/ListPicker.scss +316 -0
  284. package/lib/esm/appui-react/popup/CardPopup.scss +24 -0
  285. package/lib/esm/appui-react/popup/KeyinPalettePanel.scss +30 -0
  286. package/lib/esm/appui-react/popup/PositionPopup.scss +27 -0
  287. package/lib/esm/appui-react/preview/content-always-max-size/useContentAlwaysMaxSize.scss +10 -0
  288. package/lib/esm/appui-react/preview/control-widget-visibility/NavigationWidget.scss +17 -0
  289. package/lib/esm/appui-react/preview/enable-maximized-widget/useMaximizedWidget.scss +36 -0
  290. package/lib/esm/appui-react/preview/horizontal-panel-alignment/useHorizontalPanelAlignment.scss +49 -0
  291. package/lib/esm/appui-react/preview/reparent-popout-widgets/PopoutThemeProvider.scss +7 -0
  292. package/lib/esm/appui-react/preview/reparent-popout-widgets/ReparentedPopoutWidget.scss +8 -0
  293. package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.scss +120 -0
  294. package/lib/esm/appui-react/settings/ui/UiSettingsPage.scss +61 -0
  295. package/lib/esm/appui-react/statusbar/Field.scss +20 -0
  296. package/lib/esm/appui-react/statusbar/LabelIndicator.scss +18 -0
  297. package/lib/esm/appui-react/statusbar/Overflow.scss +15 -0
  298. package/lib/esm/appui-react/statusbar/Separator.scss +11 -0
  299. package/lib/esm/appui-react/statusbar/StatusBar.scss +89 -0
  300. package/lib/esm/appui-react/statusbar/popup/ExpandIndicator.scss +17 -0
  301. package/lib/esm/appui-react/statusbar/popup/Popup.scss +12 -0
  302. package/lib/esm/appui-react/statusfields/SectionsField.scss +33 -0
  303. package/lib/esm/appui-react/statusfields/SelectionCount.scss +23 -0
  304. package/lib/esm/appui-react/statusfields/SelectionScope.scss +17 -0
  305. package/lib/esm/appui-react/statusfields/ViewAttributes.scss +10 -0
  306. package/lib/esm/appui-react/statusfields/message-center/MessageCenterField.scss +24 -0
  307. package/lib/esm/appui-react/statusfields/message-center/MessageCenterMessage.scss +28 -0
  308. package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -0
  309. package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +167 -0
  310. package/lib/esm/appui-react/statusfields/toolassistance/accept-point.svg +1 -0
  311. package/lib/esm/appui-react/statusfields/toolassistance/cursor-click.svg +1 -0
  312. package/lib/esm/appui-react/statusfields/toolassistance/gesture-one-finger-drag.svg +1 -0
  313. package/lib/esm/appui-react/statusfields/toolassistance/gesture-one-finger-tap-double.svg +1 -0
  314. package/lib/esm/appui-react/statusfields/toolassistance/gesture-one-finger-tap.svg +1 -0
  315. package/lib/esm/appui-react/statusfields/toolassistance/gesture-pinch.svg +1 -0
  316. package/lib/esm/appui-react/statusfields/toolassistance/gesture-two-finger-drag.svg +1 -0
  317. package/lib/esm/appui-react/statusfields/toolassistance/gesture-two-finger-tap.svg +1 -0
  318. package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-left-drag.svg +1 -0
  319. package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-left.svg +1 -0
  320. package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-right-drag.svg +1 -0
  321. package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-right.svg +1 -0
  322. package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-wheel-drag.svg +1 -0
  323. package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-wheel.svg +1 -0
  324. package/lib/esm/appui-react/statusfields/toolassistance/touch-cursor-pan.svg +1 -0
  325. package/lib/esm/appui-react/statusfields/toolassistance/touch-cursor-point.svg +1 -0
  326. package/lib/esm/appui-react/theme/ThemeManager.scss +9 -0
  327. package/lib/esm/appui-react/toolbar/new-toolbars/Badge.scss +13 -0
  328. package/lib/esm/appui-react/toolbar/new-toolbars/ExpandIndicator.scss +17 -0
  329. package/lib/esm/appui-react/toolbar/new-toolbars/Surface.scss +35 -0
  330. package/lib/esm/appui-react/toolbar/new-toolbars/ToolGroup.scss +17 -0
  331. package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.scss +103 -0
  332. package/lib/esm/appui-react/widget-panels/DockedBar.scss +18 -0
  333. package/lib/esm/appui-react/widget-panels/Frontstage.scss +19 -0
  334. package/lib/esm/appui-react/widget-panels/ToolSettings.scss +12 -0
  335. package/lib/esm/appui-react/widget-panels/Toolbars.scss +22 -0
  336. package/lib/esm/appui-react/widgets/BackstageAppButton.scss +46 -0
  337. package/lib/public/locales/en/UiFramework.json +4 -0
  338. package/package.json +13 -18
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m11.86364 9h-.00139a9.06327 9.06327 0 0 0 -1.56688-3.6616c-.36107-.54315-1.59904-2.3384-2.29026-2.3384s-1.92918 1.79525-2.30053 2.34762a9.041 9.041 0 0 0 -1.56638 3.65238h-.00184l.00055.02238-.00045.00773h.00065a3.932 3.932 0 0 0 3.86289 3.96989 3.93249 3.93249 0 0 0 3.86314-3.97909h.00035l-.00025-.00406zm-3.86364 2.54167a2.50073 2.50073 0 1 1 2.44019-2.5 2.47063 2.47063 0 0 1 -2.44019 2.5z" fill-rule="evenodd"/><path d="m3.16931 8.6875h-1.10681v1.375l-2.0625-2.0625 2.0625-2.0625v1.375h1.46783a5.5664 5.5664 0 0 0 -.36102 1.375zm12.83069-.6875-2.0625-2.0625v1.375h-1.45776a5.476 5.476 0 0 1 .35333 1.375h1.10443v1.375z" opacity=".55"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m12.25 11.6h-.00153c-.01447-1.33768-1.31731-3.41344-1.72356-4.02776-.39718-.59747-1.75891-2.57224-2.51929-2.57224s-2.1221 1.97477-2.53062 2.58238c-.40523.60273-1.70223 2.67945-1.723 4.01762h-.002l.0006.02462-.00049.0085h.00071a4.32523 4.32523 0 0 0 4.24918 4.36688 4.32575 4.32575 0 0 0 4.24945-4.377h.00039l-.00028-.00448zm-4.25 2.79583a2.75081 2.75081 0 1 1 2.68421-2.75 2.7177 2.7177 0 0 1 -2.68421 2.75z" fill-rule="evenodd"/><path d="m6.01337 5.23242a6.4677 6.4677 0 0 1 .71655-.7005 2 2 0 1 1 2.54669-.00537 6.37772 6.37772 0 0 1 .72077.697 3.00043 3.00043 0 1 0 -3.984.00885z" opacity=".55"/><circle cx="8" cy="3" r="1"/></svg>
@@ -0,0 +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
+
6
+ .uifw-root {
7
+ height: 100%;
8
+ position: relative;
9
+ }
@@ -0,0 +1,13 @@
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
+ .uifw-toolbar-group-badge {
6
+ position: absolute;
7
+ left: -1px;
8
+ top: -1px;
9
+
10
+ svg {
11
+ fill: currentColor;
12
+ }
13
+ }
@@ -0,0 +1,17 @@
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 "~@itwin/core-react/lib/core-react/geometry" as *;
6
+
7
+ .uifw-toolbar-group-expandIndicator {
8
+ position: absolute;
9
+ bottom: 3px;
10
+ right: 3px;
11
+
12
+ @include triangle-bottom-right(
13
+ $width: 5px,
14
+ $height: 5px,
15
+ $color: currentColor
16
+ );
17
+ }
@@ -0,0 +1,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
+ .uifw-toolbar-group-surface {
6
+ display: flex;
7
+ width: fit-content;
8
+ height: fit-content;
9
+ border-color: var(--iui-color-border-foreground);
10
+ transition: border-color var(--iui-duration-1) ease;
11
+ // TODO: needed due to opacity on toolbar container (since pointer events are disabled for center content).
12
+ pointer-events: all;
13
+ // TODO: fixes an issues on Safari where borders and backgrounds are overlapped by the viewport.
14
+ position: relative;
15
+
16
+ @supports (backdrop-filter: blur(5px)) {
17
+ background-color: hsl(
18
+ var(--iui-color-background-hsl) / var(--iui-opacity-2)
19
+ );
20
+ backdrop-filter: blur(5px);
21
+ }
22
+
23
+ &.uifw-vertical {
24
+ flex-direction: column;
25
+ }
26
+
27
+ &:hover,
28
+ &:focus-within {
29
+ border-color: var(--iui-color-border-foreground-hover);
30
+ }
31
+
32
+ &:empty {
33
+ display: none;
34
+ }
35
+ }
@@ -0,0 +1,17 @@
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
+ .uifw-toolbar-group-toolGroup_container {
6
+ flex: 1 1 100%;
7
+ min-width: 0;
8
+
9
+ &.uifw-vertical {
10
+ height: 100%;
11
+ }
12
+
13
+ &.uifw-end {
14
+ display: flex;
15
+ justify-content: flex-end;
16
+ }
17
+ }
@@ -0,0 +1,103 @@
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
+
6
+ .uifw-default-center-across-width {
7
+ display: flex;
8
+ flex-direction: row;
9
+ justify-content: center;
10
+ align-content: center;
11
+ grid-column: 1 / span 2;
12
+ }
13
+
14
+ .uifw-default-inline-editor-group {
15
+ display: flex;
16
+ gap: var(--iui-size-xs);
17
+
18
+ .uifw-default-label {
19
+ margin-right: var(--iui-size-xs);
20
+ }
21
+ }
22
+
23
+ .uifw-default-lock-and-label {
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: flex-end;
27
+ }
28
+
29
+ .uifw-default-property-lock {
30
+ margin-right: var(--iui-size-s);
31
+ }
32
+
33
+ .uifw-default-inline-label-and-editor {
34
+ display: flex;
35
+ align-items: center;
36
+ }
37
+
38
+ .uifw-default-label {
39
+ white-space: nowrap;
40
+ }
41
+
42
+ .uifw-dockedBar .uifw-default-label {
43
+ margin-right: var(--iui-size-xs);
44
+ }
45
+
46
+ .uifw-default-narrow-only-display {
47
+ display: none;
48
+ }
49
+
50
+ .uifw-default-container {
51
+ min-width: 200px;
52
+ display: grid;
53
+ grid-template-columns: auto 1fr;
54
+ grid-row-gap: 0px;
55
+ row-gap: 0px;
56
+ grid-column-gap: 8px;
57
+ column-gap: 8px;
58
+ font-family: var(--iui-font-sans);
59
+ font-size: 14px;
60
+ -webkit-box-sizing: border-box;
61
+ -moz-box-sizing: border-box;
62
+ box-sizing: border-box;
63
+ align-items: center;
64
+ margin: var(--iui-size-2xs);
65
+ }
66
+
67
+ .uifw-default-container.uifw-tool-settings-grid-container {
68
+ row-gap: var(--iui-size-xs);
69
+ }
70
+
71
+ .uifw-default-container.uifw-default-narrow {
72
+ grid-template-columns: 1fr;
73
+ row-gap: var(--iui-size-2xs);
74
+
75
+ .uifw-default-label {
76
+ margin-left: var(--iui-size-2xs);
77
+ }
78
+
79
+ .uifw-default-lock-and-label {
80
+ justify-content: flex-start;
81
+ }
82
+
83
+ .uifw-default-inline-label-and-editor {
84
+ flex-direction: column;
85
+ align-items: flex-start;
86
+ }
87
+
88
+ .uifw-default-narrow-only-display {
89
+ display: block;
90
+ }
91
+
92
+ .uifw-default-wide-only-display {
93
+ display: none;
94
+ }
95
+
96
+ .uifw-default-center-across-width {
97
+ display: flex;
98
+ flex-direction: row;
99
+ justify-content: center;
100
+ align-content: center;
101
+ grid-column: 1 / span 1;
102
+ }
103
+ }
@@ -0,0 +1,18 @@
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
+
6
+ .uifw-dockedBar {
7
+ position: relative;
8
+ background-color: var(--iui-color-background);
9
+ height: var(--iui-component-height);
10
+
11
+ &[data-placement="top"] {
12
+ border-block-end: 1px solid var(--iui-color-border);
13
+ }
14
+
15
+ &[data-placement="bottom"] {
16
+ border-block-start: 1px solid var(--iui-color-border);
17
+ }
18
+ }
@@ -0,0 +1,19 @@
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
+ .uifw-widgetPanels-frontstage {
6
+ height: 100%;
7
+ display: flex;
8
+ flex-direction: column;
9
+
10
+ > .uifw-widgetPanels {
11
+ flex: 1 1 auto;
12
+ min-height: 0;
13
+
14
+ > .nz-widgetPanels-content {
15
+ position: relative;
16
+ pointer-events: none;
17
+ }
18
+ }
19
+ }
@@ -0,0 +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
+
6
+ .uifw-toolSettings-label-empty {
7
+ padding-right: var(--iui-size-s);
8
+ }
9
+
10
+ .uifw-floating-toolSettings-container {
11
+ padding-top: var(--iui-size-2xs);
12
+ }
@@ -0,0 +1,22 @@
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
+ .uifw-widgetPanels-toolbars {
6
+ display: grid;
7
+ height: 100%;
8
+ width: 100%;
9
+ padding: var(
10
+ --iui-size-s
11
+ ); // TODO: Change this to an AppUI global CSS variable.
12
+ box-sizing: border-box;
13
+ grid-template-columns: 1fr 1fr;
14
+
15
+ .nz-tools-widget {
16
+ grid-column: 1;
17
+
18
+ &.nz-widget-navigationArea {
19
+ grid-column: 2;
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,46 @@
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
+ .uifw-widget-backstageAppButton {
6
+ block-size: 2.5rem;
7
+ aspect-ratio: 1;
8
+ }
9
+
10
+ .uifw-widget-backstageAppButton_icon {
11
+ font-size: 1.5rem;
12
+
13
+ svg {
14
+ block-size: 1.5rem;
15
+ inline-size: 1.5rem;
16
+ }
17
+ }
18
+
19
+ .uifw-widget-backstageAppButton_label {
20
+ pointer-events: none;
21
+ }
22
+
23
+ .uifw-widget-backstageAppButton_bars {
24
+ height: 100%;
25
+
26
+ position: absolute;
27
+ top: 0;
28
+ left: -1px;
29
+
30
+ display: flex;
31
+ flex-flow: column;
32
+ justify-content: center;
33
+
34
+ > .uifw-bar {
35
+ background-color: var(--iui-color-icon);
36
+ width: 4px;
37
+ height: 2px;
38
+ border-top-right-radius: var(--iui-border-radius-round);
39
+ border-bottom-right-radius: var(--iui-border-radius-round);
40
+ filter: drop-shadow(0 1px 0 var(--buic-foreground-body-reverse));
41
+ }
42
+
43
+ > .uifw-bar:not(:first-child) {
44
+ margin-top: 5px;
45
+ }
46
+ }
@@ -0,0 +1,11 @@
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
+
6
+ $uifw-popup-border-color: var(--iui-color-border);
7
+ $uifw-popup-border-width: 1px;
8
+ $uifw-popup-border-radius: var(--iui-border-radius-1);
9
+ $uifw-popup-content-padding: var(--iui-size-2xs);
10
+ $uifw-popup-title-bar-min-height: var(--iui-size-l);
11
+ $uifw-popup-opacity: var(--iui-opacity-2);
@@ -0,0 +1,11 @@
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
+ .uifw-accudraw-dialog {
6
+ opacity: 0.9;
7
+
8
+ &:hover {
9
+ opacity: 1;
10
+ }
11
+ }
@@ -0,0 +1,20 @@
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
+ .uifw-accudraw-field-container {
6
+ padding: 6px;
7
+
8
+ &.uifw-horizontal {
9
+ max-width: 550px;
10
+ display: flex;
11
+ flex-direction: row;
12
+ }
13
+
14
+ &.uifw-vertical {
15
+ max-width: 250px;
16
+ display: grid;
17
+ grid-template-columns: auto 1fr auto;
18
+ row-gap: var(--iui-size-2xs);
19
+ }
20
+ }
@@ -0,0 +1,56 @@
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 "~@itwin/core-react/lib/core-react/base/base" as *;
6
+ @use "~@itwin/core-react/lib/core-react/inputs/variables" as *;
7
+
8
+ .uifw-accudraw-input-label {
9
+ min-width: 16px;
10
+ margin-right: 4px;
11
+
12
+ display: flex;
13
+ align-items: center;
14
+
15
+ font-size: var(--iui-font-size-2);
16
+ font-weight: var(--iui-font-weight-bold);
17
+ line-height: var(--iui-size-l);
18
+ color: var(--iui-color-text);
19
+
20
+ &.uifw-label-centered {
21
+ justify-content: center;
22
+ }
23
+
24
+ .icon {
25
+ width: 16px;
26
+ height: 16px;
27
+
28
+ margin-top: 2px;
29
+ @include uicore-centered;
30
+ }
31
+ }
32
+
33
+ .uifw-accudraw-input-field {
34
+ padding: $uicore-iui-input-padding;
35
+ flex: 1;
36
+ }
37
+
38
+ .uifw-accudraw-lock {
39
+ width: 22px;
40
+ @include uicore-centered;
41
+ }
42
+
43
+ .uifw-accudraw-x-value {
44
+ background-color: var(--iui-color-background-negative-hover);
45
+ color: var(--iui-color-white);
46
+ }
47
+
48
+ .uifw-accudraw-y-value {
49
+ background-color: var(--iui-color-background-positive-hover);
50
+ color: var(--iui-color-white);
51
+ }
52
+
53
+ .uifw-accudraw-z-value {
54
+ background-color: var(--iui-color-background-accent-hover);
55
+ color: var(--iui-color-white);
56
+ }
@@ -0,0 +1,82 @@
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
+ $button-size: 36px;
6
+ $button-operator-size: $button-size + 10px;
7
+
8
+ .uifw-position-popup.uifw-calculator-host {
9
+ background-color: var(--iui-color-background-hover);
10
+ }
11
+
12
+ .uifw-calculator {
13
+ max-width: 173px;
14
+
15
+ &:focus {
16
+ border-color: transparent;
17
+ outline: 0px;
18
+ }
19
+
20
+ > .uifw-calculator-top {
21
+ margin-bottom: 8px;
22
+
23
+ > .uifw-calculator-top-input {
24
+ width: 100%;
25
+ }
26
+
27
+ input {
28
+ text-align: right;
29
+ color: var(--iui-color-text);
30
+ background-color: var(--iui-color-background);
31
+ cursor: default;
32
+ }
33
+ }
34
+
35
+ > .uifw-calculator-button-grid {
36
+ display: grid;
37
+ grid-template-columns: $button-size $button-size $button-size $button-operator-size;
38
+ grid-gap: 6px;
39
+ gap: 6px;
40
+ justify-items: end;
41
+
42
+ .uifw-calculator-item {
43
+ width: $button-size;
44
+ height: $button-size;
45
+ }
46
+ }
47
+
48
+ > .uifw-calculator-bottom-buttons {
49
+ display: flex;
50
+ justify-content: space-between;
51
+ margin-top: 0;
52
+
53
+ > .uifw-calculator-large-button {
54
+ width: 70px;
55
+ font-size: 20px;
56
+ }
57
+
58
+ > .uifw-calculator-cancel-button {
59
+ &,
60
+ &:active,
61
+ &:focus {
62
+ border: none;
63
+ background-color: var(--iui-color-background-negative);
64
+ color: var(--iui-color-white);
65
+ }
66
+
67
+ &:hover {
68
+ background-color: var(--iui-color-background-negative-hover);
69
+ color: var(--iui-color-white);
70
+ }
71
+ }
72
+ }
73
+
74
+ .uifw-calculator-button-svg {
75
+ width: 100%;
76
+ height: 18px;
77
+ }
78
+
79
+ .uifw-calculator-large-font {
80
+ font-size: 22px;
81
+ }
82
+ }
@@ -0,0 +1,18 @@
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 "~@itwin/core-react/lib/core-react/inputs/variables" as *;
6
+
7
+ .uifw-menu-button {
8
+ position: absolute;
9
+ pointer-events: auto;
10
+
11
+ .icon {
12
+ line-height: 2;
13
+ }
14
+
15
+ > .context-menu {
16
+ top: $uicore-inputs-padding-bordered;
17
+ }
18
+ }
@@ -0,0 +1,30 @@
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
+
6
+ $button-size: 32px;
7
+
8
+ .uifw-square-button {
9
+ display: flex;
10
+ justify-content: center;
11
+ background-color: var(--iui-color-background);
12
+ color: var(--iui-color-text);
13
+ border-color: var(--iui-color-border-foreground);
14
+ border-radius: var(--iui-border-radius-1);
15
+ border-width: 1px;
16
+ border-style: solid;
17
+ opacity: var(--iui-opacity-2);
18
+ pointer-events: auto;
19
+ margin: 0;
20
+ width: $button-size;
21
+ height: $button-size;
22
+
23
+ &:focus,
24
+ &:hover {
25
+ background-color: var(--iui-color-background-hover);
26
+ color: var(--iui-color-text-hover);
27
+ border-color: var(--iui-color-border-foreground-hover);
28
+ opacity: var(--iui-opacity-1);
29
+ }
30
+ }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><title>angle</title><path d="M16,10H14a4.9509,4.9509,0,0,0-1.2325-3.2723L14.23,5.2655l-3.4651-.8,2.0773-2.1153-.7139-.7012L0,14H15.9971V13H14.125ZM2.3838,13,9.8974,5.3488l.7967,3.4522,1.3621-1.362A3.95363,3.95363,0,0,1,13,10H11l1.875,3Z"/></svg>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
5
+ <path d="M5,2L0,7.5L5,13h11V2H5z M12.21,8.79c0.39,0.39,0.39,1.03,0,1.42c-0.19,0.19-0.44,0.29-0.71,0.29
6
+ c-0.27,0-0.52-0.1-0.71-0.29L9.5,8.91l-1.29,1.3c-0.38,0.37-1.04,0.37-1.42,0c-0.39-0.39-0.39-1.03,0-1.42l1.3-1.29l-1.3-1.29
7
+ c-0.39-0.39-0.39-1.03,0-1.42c0.39-0.39,1.03-0.39,1.42,0l1.29,1.3l1.29-1.3c0.39-0.39,1.03-0.39,1.42,0c0.39,0.39,0.39,1.03,0,1.42
8
+ l-1.3,1.29L12.21,8.79z"/>
9
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
5
+ <g>
6
+ <polygon points="7,15 7,1 0,15 "/>
7
+ <g>
8
+ <path d="M10,5.2361L14.382,14H10V5.2361 M9,1v14h7L9,1L9,1z"/>
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><title>distance</title><rect y="11" width="16" height="1"/><polygon points="15 4 15 5.875 12 4 12 6 4 6 4 4 1 5.875 1 4 0 4 0 9 1 9 1 7.125 4 9 4 7 12 7 12 9 15 7.125 15 9 16 9 16 4 15 4"/></svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
5
+ <title>distance</title>
6
+ <g>
7
+ <polygon points="16,15 14.125,15 16,12 14,12 14,4 16,4 14.125,1 16,1 16,0 11,0 11,1 12.875,1 11,4 13,4 13,12 11,12 12.875,15
8
+ 0,15 0,16 16,16 "/>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
5
+ <title>distance</title>
6
+ <g>
7
+ <rect x="4" width="1" height="16"/>
8
+ <polygon points="12,15 10.125,15 12,12 10,12 10,4 12,4 10.125,1 12,1 12,0 7,0 7,1 8.875,1 7,4 9,4 9,12 7,12 8.875,15 7,15 7,16
9
+ 12,16 "/>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,18 @@
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
+ .uifw-child-window-container-host {
6
+ height: 100%;
7
+ width: 100%;
8
+ position: relative;
9
+ }
10
+
11
+ .uifw-child-window-container {
12
+ height: 100%;
13
+ width: 100%;
14
+ }
15
+
16
+ .uifw-childwindow-internalChildWindowManager_portalContainer {
17
+ position: fixed;
18
+ }
@@ -0,0 +1,8 @@
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
+ .uifw-popout-widget-filled-container {
6
+ height: 100%;
7
+ width: 100%;
8
+ }