@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.
- package/lib/appui-react/UiFramework.json +4 -0
- package/lib/appui-react/configurableui/ConfigurableUiContent.d.ts +1 -1
- package/lib/appui-react/dialog/StandardMessageBox.d.ts.map +1 -1
- package/lib/appui-react/dialog/StandardMessageBox.js +1 -1
- package/lib/appui-react/dialog/StandardMessageBox.js.map +1 -1
- package/lib/appui-react/frontstage/FrontstageDef.d.ts.map +1 -1
- package/lib/appui-react/frontstage/FrontstageDef.js +4 -0
- package/lib/appui-react/frontstage/FrontstageDef.js.map +1 -1
- package/lib/appui-react/layout/tool-settings/Docked.d.ts +2 -2
- package/lib/appui-react/layout/tool-settings/Docked.d.ts.map +1 -1
- package/lib/appui-react/layout/tool-settings/Docked.js +9 -11
- package/lib/appui-react/layout/tool-settings/Docked.js.map +1 -1
- package/lib/appui-react/layout/widget/Tabs.d.ts.map +1 -1
- package/lib/appui-react/layout/widget/Tabs.js +2 -1
- package/lib/appui-react/layout/widget/Tabs.js.map +1 -1
- package/lib/appui-react/messages/MessageManager.d.ts +1 -2
- package/lib/appui-react/messages/MessageManager.d.ts.map +1 -1
- package/lib/appui-react/messages/MessageManager.js +34 -13
- package/lib/appui-react/messages/MessageManager.js.map +1 -1
- package/lib/appui-react/statusbar/StatusBarComposer.d.ts +5 -11
- package/lib/appui-react/statusbar/StatusBarComposer.d.ts.map +1 -1
- package/lib/appui-react/statusbar/StatusBarComposer.js +18 -118
- package/lib/appui-react/statusbar/StatusBarComposer.js.map +1 -1
- package/lib/appui-react/widget-panels/Frontstage.d.ts.map +1 -1
- package/lib/appui-react/widget-panels/Frontstage.js +3 -8
- package/lib/appui-react/widget-panels/Frontstage.js.map +1 -1
- package/lib/cjs/appui-react/_variables.scss +11 -0
- package/lib/cjs/appui-react/accudraw/AccuDrawDialog.scss +11 -0
- package/lib/cjs/appui-react/accudraw/AccuDrawFieldContainer.scss +20 -0
- package/lib/cjs/appui-react/accudraw/AccuDrawInputField.scss +56 -0
- package/lib/cjs/appui-react/accudraw/Calculator.scss +82 -0
- package/lib/cjs/appui-react/accudraw/MenuButton.scss +18 -0
- package/lib/cjs/appui-react/accudraw/SquareButton.scss +30 -0
- package/lib/cjs/appui-react/accudraw/angle.svg +1 -0
- package/lib/cjs/appui-react/accudraw/backspace.svg +9 -0
- package/lib/cjs/appui-react/accudraw/constraint-2d.svg +11 -0
- package/lib/cjs/appui-react/accudraw/distance.svg +1 -0
- package/lib/cjs/appui-react/accudraw/height-2.svg +10 -0
- package/lib/cjs/appui-react/accudraw/height.svg +11 -0
- package/lib/cjs/appui-react/childwindow/ChildWindowRenderer.scss +18 -0
- package/lib/cjs/appui-react/childwindow/ChildWindowWidget.scss +8 -0
- package/lib/cjs/appui-react/configurableui/ConfigurableUiContent.scss +57 -0
- package/lib/cjs/appui-react/content/ContentLayout.scss +106 -0
- package/lib/cjs/appui-react/content/ContentOverlay.scss +19 -0
- package/lib/cjs/appui-react/content/DefaultViewOverlay.scss +41 -0
- package/lib/cjs/appui-react/cursor/cursorpopup/CursorPopup.scss +33 -0
- package/lib/cjs/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -0
- package/lib/cjs/appui-react/dialog/DialogManagerBase.scss +11 -0
- package/lib/cjs/appui-react/feedback/ElementTooltip.scss +29 -0
- package/lib/cjs/appui-react/feedback/ValidationTextbox.scss +49 -0
- package/lib/cjs/appui-react/frontstage/ModalFrontstage.scss +81 -0
- package/lib/cjs/appui-react/frontstage/ModalSettingsStage.scss +12 -0
- package/lib/cjs/appui-react/layers.scss +11 -0
- package/lib/cjs/appui-react/layout/StandardLayout.scss +92 -0
- package/lib/cjs/appui-react/layout/_prefix.scss +33 -0
- package/lib/cjs/appui-react/layout/_safearea.scss +26 -0
- package/lib/cjs/appui-react/layout/_scrollbar.scss +22 -0
- package/lib/cjs/appui-react/layout/_target.scss +10 -0
- package/lib/cjs/appui-react/layout/_widgetopacity.scss +15 -0
- package/lib/cjs/appui-react/layout/backstage/Backstage.scss +90 -0
- package/lib/cjs/appui-react/layout/backstage/Item.scss +107 -0
- package/lib/cjs/appui-react/layout/backstage/Separator.scss +10 -0
- package/lib/cjs/appui-react/layout/backstage/_variables.scss +32 -0
- package/lib/cjs/appui-react/layout/footer/dialog/Dialog.scss +12 -0
- package/lib/cjs/appui-react/layout/footer/dialog/TitleBar.scss +30 -0
- package/lib/cjs/appui-react/layout/footer/dialog/_variables.scss +8 -0
- package/lib/cjs/appui-react/layout/footer/snap-mode/Panel.scss +19 -0
- package/lib/cjs/appui-react/layout/footer/snap-mode/Snap.scss +46 -0
- package/lib/cjs/appui-react/layout/footer/tool-assistance/Dialog.scss +15 -0
- package/lib/cjs/appui-react/layout/footer/tool-assistance/Instruction.scss +28 -0
- package/lib/cjs/appui-react/layout/footer/tool-assistance/Item.scss +13 -0
- package/lib/cjs/appui-react/layout/footer/tool-assistance/NewDot.scss +11 -0
- package/lib/cjs/appui-react/layout/footer/tool-assistance/Separator.scss +20 -0
- package/lib/cjs/appui-react/layout/outline/PanelOutline.scss +63 -0
- package/lib/cjs/appui-react/layout/outline/SectionOutline.scss +47 -0
- package/lib/cjs/appui-react/layout/outline/TabOutline.scss +18 -0
- package/lib/cjs/appui-react/layout/outline/WidgetOutline.scss +16 -0
- package/lib/cjs/appui-react/layout/outline/_variables.scss +7 -0
- package/lib/cjs/appui-react/layout/popup/Tooltip.scss +22 -0
- package/lib/cjs/appui-react/layout/target/MergeTarget.scss +17 -0
- package/lib/cjs/appui-react/layout/target/PanelTarget.scss +27 -0
- package/lib/cjs/appui-react/layout/target/PanelTargets.scss +52 -0
- package/lib/cjs/appui-react/layout/target/SectionTarget.scss +47 -0
- package/lib/cjs/appui-react/layout/target/SectionTargets.scss +13 -0
- package/lib/cjs/appui-react/layout/target/TabTarget.scss +30 -0
- package/lib/cjs/appui-react/layout/target/TargetContainer.scss +17 -0
- package/lib/cjs/appui-react/layout/target/TitleBarTarget.scss +17 -0
- package/lib/cjs/appui-react/layout/target/WidgetTarget.scss +11 -0
- package/lib/cjs/appui-react/layout/target/_variables.scss +66 -0
- package/lib/cjs/appui-react/layout/tool-settings/Docked.scss +30 -0
- package/lib/cjs/appui-react/layout/tool-settings/Handle.scss +17 -0
- package/lib/cjs/appui-react/layout/tool-settings/Overflow.scss +11 -0
- package/lib/cjs/appui-react/layout/tool-settings/Panel.scss +8 -0
- package/lib/cjs/appui-react/layout/tool-settings/Setting.scss +10 -0
- package/lib/cjs/appui-react/layout/widget/Buttons.scss +10 -0
- package/lib/cjs/appui-react/layout/widget/Content.scss +13 -0
- package/lib/cjs/appui-react/layout/widget/ContentContainer.scss +24 -0
- package/lib/cjs/appui-react/layout/widget/ContentRenderer.scss +18 -0
- package/lib/cjs/appui-react/layout/widget/FloatingTab.scss +36 -0
- package/lib/cjs/appui-react/layout/widget/FloatingWidget.scss +128 -0
- package/lib/cjs/appui-react/layout/widget/Menu.scss +12 -0
- package/lib/cjs/appui-react/layout/widget/MenuTab.scss +59 -0
- package/lib/cjs/appui-react/layout/widget/NavigationArea.scss +57 -0
- package/lib/cjs/appui-react/layout/widget/Overflow.scss +58 -0
- package/lib/cjs/appui-react/layout/widget/PanelWidget.scss +62 -0
- package/lib/cjs/appui-react/layout/widget/Tab.scss +90 -0
- package/lib/cjs/appui-react/layout/widget/TabBar.scss +29 -0
- package/lib/cjs/appui-react/layout/widget/Tabs.scss +10 -0
- package/lib/cjs/appui-react/layout/widget/ToolsArea.scss +51 -0
- package/lib/cjs/appui-react/layout/widget/Widget.scss +12 -0
- package/lib/cjs/appui-react/layout/widget/_variables.scss +50 -0
- package/lib/cjs/appui-react/layout/widget/tools/button/Back.scss +9 -0
- package/lib/cjs/appui-react/layout/widget/tools/button/Button.scss +49 -0
- package/lib/cjs/appui-react/layout/widget/tools/button/Expandable.scss +46 -0
- package/lib/cjs/appui-react/layout/widget/tools/button/Icon.scss +54 -0
- package/lib/cjs/appui-react/layout/widget/tools/button/_variables.scss +42 -0
- package/lib/cjs/appui-react/layout/widget-panels/CursorOverlay.scss +25 -0
- package/lib/cjs/appui-react/layout/widget-panels/Expander.scss +37 -0
- package/lib/cjs/appui-react/layout/widget-panels/Grip.scss +141 -0
- package/lib/cjs/appui-react/layout/widget-panels/Panel.scss +258 -0
- package/lib/cjs/appui-react/layout/widget-panels/PanelSections.scss +60 -0
- package/lib/cjs/appui-react/layout/widget-panels/_variables.scss +6 -0
- package/lib/cjs/appui-react/messages/InputField.scss +77 -0
- package/lib/cjs/appui-react/messages/Pointer.scss +42 -0
- package/lib/cjs/appui-react/navigationaids/SheetNavigationAid.scss +50 -0
- package/lib/cjs/appui-react/navigationaids/SheetsModalFrontstage.scss +74 -0
- package/lib/cjs/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -0
- package/lib/cjs/appui-react/pickers/ListPicker.scss +316 -0
- package/lib/cjs/appui-react/popup/CardPopup.scss +24 -0
- package/lib/cjs/appui-react/popup/KeyinPalettePanel.scss +30 -0
- package/lib/cjs/appui-react/popup/PositionPopup.scss +27 -0
- package/lib/cjs/appui-react/preview/content-always-max-size/useContentAlwaysMaxSize.scss +10 -0
- package/lib/cjs/appui-react/preview/control-widget-visibility/NavigationWidget.scss +17 -0
- package/lib/cjs/appui-react/preview/enable-maximized-widget/useMaximizedWidget.scss +36 -0
- package/lib/cjs/appui-react/preview/horizontal-panel-alignment/useHorizontalPanelAlignment.scss +49 -0
- package/lib/cjs/appui-react/preview/reparent-popout-widgets/PopoutThemeProvider.scss +7 -0
- package/lib/cjs/appui-react/preview/reparent-popout-widgets/ReparentedPopoutWidget.scss +8 -0
- package/lib/cjs/appui-react/settings/quantityformatting/QuantityFormat.scss +120 -0
- package/lib/cjs/appui-react/settings/ui/UiSettingsPage.scss +61 -0
- package/lib/cjs/appui-react/statusbar/Field.scss +20 -0
- package/lib/cjs/appui-react/statusbar/LabelIndicator.scss +18 -0
- package/lib/cjs/appui-react/statusbar/Overflow.scss +15 -0
- package/lib/cjs/appui-react/statusbar/Separator.scss +11 -0
- package/lib/cjs/appui-react/statusbar/StatusBar.scss +89 -0
- package/lib/cjs/appui-react/statusbar/popup/ExpandIndicator.scss +17 -0
- package/lib/cjs/appui-react/statusbar/popup/Popup.scss +12 -0
- package/lib/cjs/appui-react/statusfields/SectionsField.scss +33 -0
- package/lib/cjs/appui-react/statusfields/SelectionCount.scss +23 -0
- package/lib/cjs/appui-react/statusfields/SelectionScope.scss +17 -0
- package/lib/cjs/appui-react/statusfields/ViewAttributes.scss +10 -0
- package/lib/cjs/appui-react/statusfields/message-center/MessageCenterField.scss +24 -0
- package/lib/cjs/appui-react/statusfields/message-center/MessageCenterMessage.scss +28 -0
- package/lib/cjs/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +167 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/accept-point.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/cursor-click.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/gesture-one-finger-drag.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/gesture-one-finger-tap-double.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/gesture-one-finger-tap.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/gesture-pinch.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/gesture-two-finger-drag.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/gesture-two-finger-tap.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-left-drag.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-left.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-right-drag.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-right.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-wheel-drag.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/mouse-click-wheel.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/touch-cursor-pan.svg +1 -0
- package/lib/cjs/appui-react/statusfields/toolassistance/touch-cursor-point.svg +1 -0
- package/lib/cjs/appui-react/theme/ThemeManager.scss +9 -0
- package/lib/cjs/appui-react/toolbar/new-toolbars/Badge.scss +13 -0
- package/lib/cjs/appui-react/toolbar/new-toolbars/ExpandIndicator.scss +17 -0
- package/lib/cjs/appui-react/toolbar/new-toolbars/Surface.scss +35 -0
- package/lib/cjs/appui-react/toolbar/new-toolbars/ToolGroup.scss +17 -0
- package/lib/cjs/appui-react/uiprovider/DefaultDialogGridContainer.scss +103 -0
- package/lib/cjs/appui-react/widget-panels/DockedBar.scss +18 -0
- package/lib/cjs/appui-react/widget-panels/Frontstage.scss +19 -0
- package/lib/cjs/appui-react/widget-panels/ToolSettings.scss +12 -0
- package/lib/cjs/appui-react/widget-panels/Toolbars.scss +22 -0
- package/lib/cjs/appui-react/widgets/BackstageAppButton.scss +46 -0
- package/lib/esm/appui-react/_variables.scss +11 -0
- package/lib/esm/appui-react/accudraw/AccuDrawDialog.scss +11 -0
- package/lib/esm/appui-react/accudraw/AccuDrawFieldContainer.scss +20 -0
- package/lib/esm/appui-react/accudraw/AccuDrawInputField.scss +56 -0
- package/lib/esm/appui-react/accudraw/Calculator.scss +82 -0
- package/lib/esm/appui-react/accudraw/MenuButton.scss +18 -0
- package/lib/esm/appui-react/accudraw/SquareButton.scss +30 -0
- package/lib/esm/appui-react/accudraw/angle.svg +1 -0
- package/lib/esm/appui-react/accudraw/backspace.svg +9 -0
- package/lib/esm/appui-react/accudraw/constraint-2d.svg +11 -0
- package/lib/esm/appui-react/accudraw/distance.svg +1 -0
- package/lib/esm/appui-react/accudraw/height-2.svg +10 -0
- package/lib/esm/appui-react/accudraw/height.svg +11 -0
- package/lib/esm/appui-react/childwindow/ChildWindowRenderer.scss +18 -0
- package/lib/esm/appui-react/childwindow/ChildWindowWidget.scss +8 -0
- package/lib/esm/appui-react/configurableui/ConfigurableUiContent.scss +57 -0
- package/lib/esm/appui-react/content/ContentLayout.scss +106 -0
- package/lib/esm/appui-react/content/ContentOverlay.scss +19 -0
- package/lib/esm/appui-react/content/DefaultViewOverlay.scss +41 -0
- package/lib/esm/appui-react/cursor/cursorpopup/CursorPopup.scss +33 -0
- package/lib/esm/appui-react/cursor/cursorprompt/CursorPrompt.scss +30 -0
- package/lib/esm/appui-react/dialog/DialogManagerBase.scss +11 -0
- package/lib/esm/appui-react/feedback/ElementTooltip.scss +29 -0
- package/lib/esm/appui-react/feedback/ValidationTextbox.scss +49 -0
- package/lib/esm/appui-react/frontstage/ModalFrontstage.scss +81 -0
- package/lib/esm/appui-react/frontstage/ModalSettingsStage.scss +12 -0
- package/lib/esm/appui-react/layers.scss +11 -0
- package/lib/esm/appui-react/layout/StandardLayout.scss +92 -0
- package/lib/esm/appui-react/layout/_prefix.scss +33 -0
- package/lib/esm/appui-react/layout/_safearea.scss +26 -0
- package/lib/esm/appui-react/layout/_scrollbar.scss +22 -0
- package/lib/esm/appui-react/layout/_target.scss +10 -0
- package/lib/esm/appui-react/layout/_widgetopacity.scss +15 -0
- package/lib/esm/appui-react/layout/backstage/Backstage.scss +90 -0
- package/lib/esm/appui-react/layout/backstage/Item.scss +107 -0
- package/lib/esm/appui-react/layout/backstage/Separator.scss +10 -0
- package/lib/esm/appui-react/layout/backstage/_variables.scss +32 -0
- package/lib/esm/appui-react/layout/footer/dialog/Dialog.scss +12 -0
- package/lib/esm/appui-react/layout/footer/dialog/TitleBar.scss +30 -0
- package/lib/esm/appui-react/layout/footer/dialog/_variables.scss +8 -0
- package/lib/esm/appui-react/layout/footer/snap-mode/Panel.scss +19 -0
- package/lib/esm/appui-react/layout/footer/snap-mode/Snap.scss +46 -0
- package/lib/esm/appui-react/layout/footer/tool-assistance/Dialog.scss +15 -0
- package/lib/esm/appui-react/layout/footer/tool-assistance/Instruction.scss +28 -0
- package/lib/esm/appui-react/layout/footer/tool-assistance/Item.scss +13 -0
- package/lib/esm/appui-react/layout/footer/tool-assistance/NewDot.scss +11 -0
- package/lib/esm/appui-react/layout/footer/tool-assistance/Separator.scss +20 -0
- package/lib/esm/appui-react/layout/outline/PanelOutline.scss +63 -0
- package/lib/esm/appui-react/layout/outline/SectionOutline.scss +47 -0
- package/lib/esm/appui-react/layout/outline/TabOutline.scss +18 -0
- package/lib/esm/appui-react/layout/outline/WidgetOutline.scss +16 -0
- package/lib/esm/appui-react/layout/outline/_variables.scss +7 -0
- package/lib/esm/appui-react/layout/popup/Tooltip.scss +22 -0
- package/lib/esm/appui-react/layout/target/MergeTarget.scss +17 -0
- package/lib/esm/appui-react/layout/target/PanelTarget.scss +27 -0
- package/lib/esm/appui-react/layout/target/PanelTargets.scss +52 -0
- package/lib/esm/appui-react/layout/target/SectionTarget.scss +47 -0
- package/lib/esm/appui-react/layout/target/SectionTargets.scss +13 -0
- package/lib/esm/appui-react/layout/target/TabTarget.scss +30 -0
- package/lib/esm/appui-react/layout/target/TargetContainer.scss +17 -0
- package/lib/esm/appui-react/layout/target/TitleBarTarget.scss +17 -0
- package/lib/esm/appui-react/layout/target/WidgetTarget.scss +11 -0
- package/lib/esm/appui-react/layout/target/_variables.scss +66 -0
- package/lib/esm/appui-react/layout/tool-settings/Docked.scss +30 -0
- package/lib/esm/appui-react/layout/tool-settings/Handle.scss +17 -0
- package/lib/esm/appui-react/layout/tool-settings/Overflow.scss +11 -0
- package/lib/esm/appui-react/layout/tool-settings/Panel.scss +8 -0
- package/lib/esm/appui-react/layout/tool-settings/Setting.scss +10 -0
- package/lib/esm/appui-react/layout/widget/Buttons.scss +10 -0
- package/lib/esm/appui-react/layout/widget/Content.scss +13 -0
- package/lib/esm/appui-react/layout/widget/ContentContainer.scss +24 -0
- package/lib/esm/appui-react/layout/widget/ContentRenderer.scss +18 -0
- package/lib/esm/appui-react/layout/widget/FloatingTab.scss +36 -0
- package/lib/esm/appui-react/layout/widget/FloatingWidget.scss +128 -0
- package/lib/esm/appui-react/layout/widget/Menu.scss +12 -0
- package/lib/esm/appui-react/layout/widget/MenuTab.scss +59 -0
- package/lib/esm/appui-react/layout/widget/NavigationArea.scss +57 -0
- package/lib/esm/appui-react/layout/widget/Overflow.scss +58 -0
- package/lib/esm/appui-react/layout/widget/PanelWidget.scss +62 -0
- package/lib/esm/appui-react/layout/widget/Tab.scss +90 -0
- package/lib/esm/appui-react/layout/widget/TabBar.scss +29 -0
- package/lib/esm/appui-react/layout/widget/Tabs.scss +10 -0
- package/lib/esm/appui-react/layout/widget/ToolsArea.scss +51 -0
- package/lib/esm/appui-react/layout/widget/Widget.scss +12 -0
- package/lib/esm/appui-react/layout/widget/_variables.scss +50 -0
- package/lib/esm/appui-react/layout/widget/tools/button/Back.scss +9 -0
- package/lib/esm/appui-react/layout/widget/tools/button/Button.scss +49 -0
- package/lib/esm/appui-react/layout/widget/tools/button/Expandable.scss +46 -0
- package/lib/esm/appui-react/layout/widget/tools/button/Icon.scss +54 -0
- package/lib/esm/appui-react/layout/widget/tools/button/_variables.scss +42 -0
- package/lib/esm/appui-react/layout/widget-panels/CursorOverlay.scss +25 -0
- package/lib/esm/appui-react/layout/widget-panels/Expander.scss +37 -0
- package/lib/esm/appui-react/layout/widget-panels/Grip.scss +141 -0
- package/lib/esm/appui-react/layout/widget-panels/Panel.scss +258 -0
- package/lib/esm/appui-react/layout/widget-panels/PanelSections.scss +60 -0
- package/lib/esm/appui-react/layout/widget-panels/_variables.scss +6 -0
- package/lib/esm/appui-react/messages/InputField.scss +77 -0
- package/lib/esm/appui-react/messages/Pointer.scss +42 -0
- package/lib/esm/appui-react/navigationaids/SheetNavigationAid.scss +50 -0
- package/lib/esm/appui-react/navigationaids/SheetsModalFrontstage.scss +74 -0
- package/lib/esm/appui-react/navigationaids/StandardRotationNavigationAid.scss +13 -0
- package/lib/esm/appui-react/pickers/ListPicker.scss +316 -0
- package/lib/esm/appui-react/popup/CardPopup.scss +24 -0
- package/lib/esm/appui-react/popup/KeyinPalettePanel.scss +30 -0
- package/lib/esm/appui-react/popup/PositionPopup.scss +27 -0
- package/lib/esm/appui-react/preview/content-always-max-size/useContentAlwaysMaxSize.scss +10 -0
- package/lib/esm/appui-react/preview/control-widget-visibility/NavigationWidget.scss +17 -0
- package/lib/esm/appui-react/preview/enable-maximized-widget/useMaximizedWidget.scss +36 -0
- package/lib/esm/appui-react/preview/horizontal-panel-alignment/useHorizontalPanelAlignment.scss +49 -0
- package/lib/esm/appui-react/preview/reparent-popout-widgets/PopoutThemeProvider.scss +7 -0
- package/lib/esm/appui-react/preview/reparent-popout-widgets/ReparentedPopoutWidget.scss +8 -0
- package/lib/esm/appui-react/settings/quantityformatting/QuantityFormat.scss +120 -0
- package/lib/esm/appui-react/settings/ui/UiSettingsPage.scss +61 -0
- package/lib/esm/appui-react/statusbar/Field.scss +20 -0
- package/lib/esm/appui-react/statusbar/LabelIndicator.scss +18 -0
- package/lib/esm/appui-react/statusbar/Overflow.scss +15 -0
- package/lib/esm/appui-react/statusbar/Separator.scss +11 -0
- package/lib/esm/appui-react/statusbar/StatusBar.scss +89 -0
- package/lib/esm/appui-react/statusbar/popup/ExpandIndicator.scss +17 -0
- package/lib/esm/appui-react/statusbar/popup/Popup.scss +12 -0
- package/lib/esm/appui-react/statusfields/SectionsField.scss +33 -0
- package/lib/esm/appui-react/statusfields/SelectionCount.scss +23 -0
- package/lib/esm/appui-react/statusfields/SelectionScope.scss +17 -0
- package/lib/esm/appui-react/statusfields/ViewAttributes.scss +10 -0
- package/lib/esm/appui-react/statusfields/message-center/MessageCenterField.scss +24 -0
- package/lib/esm/appui-react/statusfields/message-center/MessageCenterMessage.scss +28 -0
- package/lib/esm/appui-react/statusfields/tileloading/TileLoadingIndicator.scss +45 -0
- package/lib/esm/appui-react/statusfields/toolassistance/ToolAssistanceField.scss +167 -0
- package/lib/esm/appui-react/statusfields/toolassistance/accept-point.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/cursor-click.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/gesture-one-finger-drag.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/gesture-one-finger-tap-double.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/gesture-one-finger-tap.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/gesture-pinch.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/gesture-two-finger-drag.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/gesture-two-finger-tap.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-left-drag.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-left.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-right-drag.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-right.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-wheel-drag.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/mouse-click-wheel.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/touch-cursor-pan.svg +1 -0
- package/lib/esm/appui-react/statusfields/toolassistance/touch-cursor-point.svg +1 -0
- package/lib/esm/appui-react/theme/ThemeManager.scss +9 -0
- package/lib/esm/appui-react/toolbar/new-toolbars/Badge.scss +13 -0
- package/lib/esm/appui-react/toolbar/new-toolbars/ExpandIndicator.scss +17 -0
- package/lib/esm/appui-react/toolbar/new-toolbars/Surface.scss +35 -0
- package/lib/esm/appui-react/toolbar/new-toolbars/ToolGroup.scss +17 -0
- package/lib/esm/appui-react/uiprovider/DefaultDialogGridContainer.scss +103 -0
- package/lib/esm/appui-react/widget-panels/DockedBar.scss +18 -0
- package/lib/esm/appui-react/widget-panels/Frontstage.scss +19 -0
- package/lib/esm/appui-react/widget-panels/ToolSettings.scss +12 -0
- package/lib/esm/appui-react/widget-panels/Toolbars.scss +22 -0
- package/lib/esm/appui-react/widgets/BackstageAppButton.scss +46 -0
- package/lib/public/locales/en/UiFramework.json +4 -0
- package/package.json +13 -18
|
@@ -0,0 +1,106 @@
|
|
|
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
|
+
|
|
7
|
+
#uifw-contentlayout-div {
|
|
8
|
+
position: absolute;
|
|
9
|
+
top: 0;
|
|
10
|
+
left: 0;
|
|
11
|
+
right: 0;
|
|
12
|
+
height: 100%;
|
|
13
|
+
pointer-events: auto;
|
|
14
|
+
|
|
15
|
+
.Pane2 {
|
|
16
|
+
height: 100%;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.Resizer {
|
|
20
|
+
background-color: var(--iui-color-border);
|
|
21
|
+
box-sizing: border-box;
|
|
22
|
+
background-clip: padding-box;
|
|
23
|
+
margin: 0;
|
|
24
|
+
transition: all var(--iui-duration-1) ease;
|
|
25
|
+
|
|
26
|
+
&.horizontal {
|
|
27
|
+
height: 1px;
|
|
28
|
+
min-height: 1px;
|
|
29
|
+
width: 100%;
|
|
30
|
+
cursor: ns-resize;
|
|
31
|
+
|
|
32
|
+
> .nz-resizer-grip {
|
|
33
|
+
height: 5px;
|
|
34
|
+
width: 100%;
|
|
35
|
+
top: -2px;
|
|
36
|
+
|
|
37
|
+
&:before {
|
|
38
|
+
content: "";
|
|
39
|
+
position: absolute;
|
|
40
|
+
width: 100%;
|
|
41
|
+
height: 11px;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&.vertical {
|
|
47
|
+
width: 1px;
|
|
48
|
+
min-width: 1px;
|
|
49
|
+
height: 100%;
|
|
50
|
+
cursor: ew-resize;
|
|
51
|
+
|
|
52
|
+
> .nz-resizer-grip {
|
|
53
|
+
height: 100%;
|
|
54
|
+
width: 5px;
|
|
55
|
+
left: -2px;
|
|
56
|
+
|
|
57
|
+
&:before {
|
|
58
|
+
content: "";
|
|
59
|
+
position: absolute;
|
|
60
|
+
width: 11px;
|
|
61
|
+
height: 100%;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
&.horizontal,
|
|
67
|
+
&.vertical {
|
|
68
|
+
> .nz-resizer-grip {
|
|
69
|
+
background-color: transparent;
|
|
70
|
+
align-items: center;
|
|
71
|
+
justify-content: center;
|
|
72
|
+
position: relative;
|
|
73
|
+
display: flex;
|
|
74
|
+
z-index: 1;
|
|
75
|
+
transition: background-color var(--iui-duration-1) ease;
|
|
76
|
+
|
|
77
|
+
&:hover {
|
|
78
|
+
background-color: var(--iui-color-border-accent);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&.disabled {
|
|
84
|
+
cursor: not-allowed;
|
|
85
|
+
|
|
86
|
+
> .nz-resizer-grip {
|
|
87
|
+
&:hover {
|
|
88
|
+
border-color: transparent;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.uifw-contentlayout-full-size {
|
|
95
|
+
@include uicore-full-size;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
div.uifw-contentlayout-full-size div.SplitPane div.Pane {
|
|
100
|
+
overflow: hidden;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.uifw-contentlayout-wrapper {
|
|
104
|
+
width: 100%;
|
|
105
|
+
height: 100%;
|
|
106
|
+
}
|
|
@@ -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-content-contentOverlay {
|
|
6
|
+
position: relative;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.uifw-content-contentOverlay_activeStrip {
|
|
10
|
+
position: absolute;
|
|
11
|
+
top: 0;
|
|
12
|
+
left: 0;
|
|
13
|
+
width: 100%;
|
|
14
|
+
height: 4px;
|
|
15
|
+
|
|
16
|
+
&.uifw-active {
|
|
17
|
+
background-color: var(--iui-color-border-warning);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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/z-index" as *;
|
|
6
|
+
|
|
7
|
+
.uifw-view-overlay {
|
|
8
|
+
display: flex;
|
|
9
|
+
justify-content: center;
|
|
10
|
+
align-items: center;
|
|
11
|
+
width: calc(
|
|
12
|
+
100% - (var(--iui-size-s) * 4) - (40px * 2)
|
|
13
|
+
); // TODO: Change iui-size-s to an AppUI global CSS variable, same for 40px
|
|
14
|
+
position: absolute;
|
|
15
|
+
inset: auto 0 var(--iui-size-s) 0;
|
|
16
|
+
margin-inline: auto;
|
|
17
|
+
pointer-events: none;
|
|
18
|
+
@include uicore-z-index(view-overlay);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.uifw-animation-overlay {
|
|
22
|
+
display: flex;
|
|
23
|
+
justify-content: center;
|
|
24
|
+
align-items: center;
|
|
25
|
+
width: 100%;
|
|
26
|
+
max-width: 1000px;
|
|
27
|
+
background-color: Hsl(var(--iui-color-background-hsl) / var(--iui-opacity-2));
|
|
28
|
+
-webkit-backdrop-filter: saturate(1.8) blur(20px);
|
|
29
|
+
backdrop-filter: saturate(1.8) blur(20px);
|
|
30
|
+
border: 1px solid var(--iui-color-border);
|
|
31
|
+
border-radius: var(--iui-border-radius-1);
|
|
32
|
+
transition: background-color var(--iui-duration-1) ease;
|
|
33
|
+
pointer-events: auto;
|
|
34
|
+
container: solar-timeline / inline-size;
|
|
35
|
+
|
|
36
|
+
&:hover {
|
|
37
|
+
background-color: Hsl(
|
|
38
|
+
var(--iui-color-background-hsl) / var(--iui-opacity-1)
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 "../../variables" as *;
|
|
6
|
+
|
|
7
|
+
.uifw-cursorpopup {
|
|
8
|
+
border: {
|
|
9
|
+
color: $uifw-popup-border-color;
|
|
10
|
+
radius: $uifw-popup-border-radius;
|
|
11
|
+
style: solid;
|
|
12
|
+
width: $uifw-popup-border-width;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
background-color: hsl(var(--iui-color-background-hsl) / $uifw-popup-opacity);
|
|
16
|
+
position: fixed;
|
|
17
|
+
height: fit-content;
|
|
18
|
+
width: fit-content;
|
|
19
|
+
transition: opacity 500ms;
|
|
20
|
+
|
|
21
|
+
> .uifw-cursorpopup-title {
|
|
22
|
+
min-height: $uifw-popup-title-bar-min-height;
|
|
23
|
+
opacity: $uifw-popup-opacity;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
> .uifw-cursorpopup-content {
|
|
27
|
+
padding: $uifw-popup-content-padding;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&.uifw-cursorpopup-fadeOut {
|
|
31
|
+
opacity: 0;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -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
|
+
@use "~@itwin/core-react/lib/core-react/icons/variables" as *;
|
|
6
|
+
|
|
7
|
+
.uifw-cursor-prompt {
|
|
8
|
+
padding: 5px;
|
|
9
|
+
|
|
10
|
+
color: var(--iui-color-text);
|
|
11
|
+
min-width: 100px;
|
|
12
|
+
max-width: 340px;
|
|
13
|
+
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: row;
|
|
16
|
+
align-items: center;
|
|
17
|
+
|
|
18
|
+
> .uifw-cursor-prompt-icon {
|
|
19
|
+
padding-left: 3px;
|
|
20
|
+
padding-right: 3px;
|
|
21
|
+
|
|
22
|
+
width: $uicore-icons-small;
|
|
23
|
+
height: $uicore-icons-small;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
> .uifw-cursor-prompt-text {
|
|
27
|
+
padding-left: 3px;
|
|
28
|
+
padding-right: 3px;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -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
|
+
@use "~@itwin/core-react/lib/core-react/z-index" as *;
|
|
6
|
+
|
|
7
|
+
.uifw-dialog-dialogManagerBase_renderer {
|
|
8
|
+
position: relative;
|
|
9
|
+
|
|
10
|
+
@include uicore-z-index(dialog);
|
|
11
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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/z-index" as *;
|
|
6
|
+
@use "../variables" as *;
|
|
7
|
+
|
|
8
|
+
.uifw-feedback-elementTooltip {
|
|
9
|
+
pointer-events: none;
|
|
10
|
+
width: max-content;
|
|
11
|
+
font-size: var(--iui-font-size-1);
|
|
12
|
+
border: {
|
|
13
|
+
color: $uifw-popup-border-color;
|
|
14
|
+
radius: $uifw-popup-border-radius;
|
|
15
|
+
style: solid;
|
|
16
|
+
width: $uifw-popup-border-width;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.uifw-feedback-elementTooltip_container {
|
|
21
|
+
position: fixed;
|
|
22
|
+
left: 0;
|
|
23
|
+
top: 0;
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
pointer-events: none;
|
|
27
|
+
|
|
28
|
+
@include uicore-z-index(tooltip);
|
|
29
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
@use "~@itwin/core-react/lib/core-react/style/baseline" as *;
|
|
7
|
+
|
|
8
|
+
.uifw-ValidationTextbox {
|
|
9
|
+
font-family: var(--iui-font-sans);
|
|
10
|
+
position: relative;
|
|
11
|
+
padding: $uicore-unbordered-padding;
|
|
12
|
+
width: 12em;
|
|
13
|
+
height: 1em;
|
|
14
|
+
|
|
15
|
+
.ValidationTextbox-input {
|
|
16
|
+
position: absolute;
|
|
17
|
+
min-height: 28px;
|
|
18
|
+
padding: $uicore-iui-input-padding;
|
|
19
|
+
width: 12em;
|
|
20
|
+
left: 0px;
|
|
21
|
+
top: 0px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.ValidationTextbox-invalid {
|
|
25
|
+
border-color: var(--iui-color-text-negative);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.ValidationTextbox-invalid:focus {
|
|
29
|
+
border-color: var(--iui-color-text-negative);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ValidationTextbox-icon {
|
|
33
|
+
position: absolute;
|
|
34
|
+
padding: $uicore-bordered-padding;
|
|
35
|
+
width: var(--iui-size-l);
|
|
36
|
+
height: var(--iui-size-l);
|
|
37
|
+
line-height: var(--iui-size-l);
|
|
38
|
+
font-size: var(--iui-font-size-2);
|
|
39
|
+
cursor: pointer;
|
|
40
|
+
top: 0px;
|
|
41
|
+
right: 0px;
|
|
42
|
+
text-align: center;
|
|
43
|
+
color: var(--iui-color-text);
|
|
44
|
+
|
|
45
|
+
&:hover {
|
|
46
|
+
color: var(--iui-color-text-accent);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
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/z-index" as *;
|
|
6
|
+
|
|
7
|
+
.uifw-modal-frontstage {
|
|
8
|
+
height: 100%;
|
|
9
|
+
width: 100%;
|
|
10
|
+
position: absolute;
|
|
11
|
+
box-sizing: border-box;
|
|
12
|
+
transition: all 0.5s ease;
|
|
13
|
+
pointer-events: none;
|
|
14
|
+
visibility: hidden;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
background: transparent;
|
|
17
|
+
transition: background 0.25s ease, visibility 0s ease 0.275s;
|
|
18
|
+
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: column;
|
|
21
|
+
align-items: stretch;
|
|
22
|
+
|
|
23
|
+
@include uicore-z-index(modal-frontstage);
|
|
24
|
+
|
|
25
|
+
.uifw-modal-app-bar {
|
|
26
|
+
transition: transform 0.125s;
|
|
27
|
+
padding: 10px;
|
|
28
|
+
background: var(--iui-color-background-backdrop);
|
|
29
|
+
height: 60px;
|
|
30
|
+
transform: translateY(-100%);
|
|
31
|
+
box-sizing: initial;
|
|
32
|
+
|
|
33
|
+
> .uifw-headline {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
line-height: 60px;
|
|
36
|
+
vertical-align: top;
|
|
37
|
+
padding: 0 15px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.uifw-modal-app-bar-right {
|
|
41
|
+
color: var(--iui-color-text);
|
|
42
|
+
line-height: 60px;
|
|
43
|
+
vertical-align: center;
|
|
44
|
+
float: right;
|
|
45
|
+
margin-right: 20px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
> :first-child {
|
|
49
|
+
display: inline-block;
|
|
50
|
+
border-radius: 0; // Turn off circular border from Back.scss in ui-ninezone
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.uifw-modal-stage-content {
|
|
55
|
+
overflow: hidden;
|
|
56
|
+
height: 100%;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&.uifw-modal-open {
|
|
60
|
+
visibility: visible;
|
|
61
|
+
pointer-events: unset;
|
|
62
|
+
transition: background 0.25s ease;
|
|
63
|
+
|
|
64
|
+
.uifw-modal-app-bar {
|
|
65
|
+
transform: translateY(0%);
|
|
66
|
+
transition: transform 0.125s ease;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.uifw-modal-frontstage-overlay {
|
|
72
|
+
position: absolute;
|
|
73
|
+
left: 0px;
|
|
74
|
+
width: 100%;
|
|
75
|
+
top: 0px;
|
|
76
|
+
height: 100%;
|
|
77
|
+
opacity: 0.95;
|
|
78
|
+
background: var(--iui-color-background-backdrop);
|
|
79
|
+
|
|
80
|
+
@include uicore-z-index(modal-frontstage-overlay);
|
|
81
|
+
}
|
|
@@ -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-settings-container {
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
height: 100%;
|
|
9
|
+
width: 100%;
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
background-color: var(--iui-color-background);
|
|
12
|
+
}
|
|
@@ -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
|
+
@layer appui {
|
|
6
|
+
@layer layout, component, preview;
|
|
7
|
+
|
|
8
|
+
@layer preview {
|
|
9
|
+
@layer horizontal-panel-alignment, enable-maximized-widget;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
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
|
+
@layer appui.component {
|
|
6
|
+
.nz-standardLayout {
|
|
7
|
+
position: relative;
|
|
8
|
+
height: 100%;
|
|
9
|
+
background-color: var(--iui-color-background-backdrop);
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
|
|
12
|
+
display: grid;
|
|
13
|
+
grid-template-columns:
|
|
14
|
+
[lp-start] minmax(0, auto) [lp-end] 1fr [rp-start] minmax(0, auto)
|
|
15
|
+
[rp-end];
|
|
16
|
+
grid-template-rows:
|
|
17
|
+
minmax(0, auto) [ts-end] minmax(0, auto) [tp-end] 1fr [bp-start] minmax(
|
|
18
|
+
0,
|
|
19
|
+
auto
|
|
20
|
+
)
|
|
21
|
+
[bp-end]
|
|
22
|
+
minmax(0, auto);
|
|
23
|
+
grid-template-areas:
|
|
24
|
+
"ts ts ts"
|
|
25
|
+
"tp tp tp"
|
|
26
|
+
"lp cc rp"
|
|
27
|
+
"bp bp bp"
|
|
28
|
+
"sb sb sb";
|
|
29
|
+
|
|
30
|
+
> .nz-appContent {
|
|
31
|
+
grid-row: ts-end / bp-end;
|
|
32
|
+
grid-column: 1 / -1;
|
|
33
|
+
|
|
34
|
+
// TODO: clean-up #uifw-contentlayout-div
|
|
35
|
+
position: relative;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
> .nz-toolSettings {
|
|
39
|
+
grid-area: ts;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
> .nz-centerContent {
|
|
43
|
+
grid-area: cc;
|
|
44
|
+
|
|
45
|
+
pointer-events: none;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
> .nz-statusBar {
|
|
49
|
+
grid-area: sb;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&.nz-pinned-left {
|
|
53
|
+
> .nz-appContent {
|
|
54
|
+
grid-column-start: 2;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&.nz-pinned-right {
|
|
59
|
+
> .nz-appContent {
|
|
60
|
+
grid-column-end: -2;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
&.nz-pinned-top {
|
|
65
|
+
> .nz-appContent {
|
|
66
|
+
grid-row-start: tp-end;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&.nz-pinned-bottom {
|
|
71
|
+
> .nz-appContent {
|
|
72
|
+
grid-row-end: bp-start;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.nz-standardLayout_topPanel {
|
|
78
|
+
grid-area: tp;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.nz-standardLayout_leftPanel {
|
|
82
|
+
grid-area: lp;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.nz-standardLayout_rightPanel {
|
|
86
|
+
grid-area: rp;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.nz-standardLayout_bottomPanel {
|
|
90
|
+
grid-area: bp;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
@mixin nz-backface-visibility($value) {
|
|
6
|
+
-webkit-backface-visibility: $value;
|
|
7
|
+
-moz-backface-visibility: $value;
|
|
8
|
+
backface-visibility: $value;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@mixin nz-transition($value) {
|
|
12
|
+
-webkit-transition: $value;
|
|
13
|
+
-moz-transition: $value;
|
|
14
|
+
-o-transition: $value;
|
|
15
|
+
transition: $value;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@mixin nz-transform($value) {
|
|
19
|
+
-moz-transform: $value;
|
|
20
|
+
-webkit-transform: $value;
|
|
21
|
+
transform: $value;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@mixin nz-border-radius($value) {
|
|
25
|
+
-webkit-border-radius: $value;
|
|
26
|
+
-moz-border-radius: $value;
|
|
27
|
+
border-radius: $value;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
@mixin nz-cursor-grabbing() {
|
|
31
|
+
cursor: -webkit-grabbing;
|
|
32
|
+
cursor: grabbing;
|
|
33
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
@mixin nz-safe-area-left($property: padding-left) {
|
|
6
|
+
@include nz-internal-safe-area($property, safe-area-inset-left);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@mixin nz-safe-area-top($property: padding-top) {
|
|
10
|
+
@include nz-internal-safe-area($property, safe-area-inset-top);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@mixin nz-safe-area-right($property: padding-right) {
|
|
14
|
+
@include nz-internal-safe-area($property, safe-area-inset-right);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@mixin nz-safe-area-bottom($property: padding-bottom) {
|
|
18
|
+
@include nz-internal-safe-area($property, safe-area-inset-bottom);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@mixin nz-internal-safe-area($property, $variable) {
|
|
22
|
+
/* iOS 11 */
|
|
23
|
+
#{$property}: constant($variable);
|
|
24
|
+
/* iOS 11.2+ */
|
|
25
|
+
#{$property}: env($variable);
|
|
26
|
+
}
|
|
@@ -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
|
+
@use "~@itwin/core-react/lib/core-react/scrollbar";
|
|
6
|
+
|
|
7
|
+
@forward "~@itwin/core-react/lib/core-react/scrollbar";
|
|
8
|
+
|
|
9
|
+
$nz-scrollbar-width: 12px;
|
|
10
|
+
$nz-scrollbar-padding: 2px;
|
|
11
|
+
|
|
12
|
+
@mixin nz-scrollbar(
|
|
13
|
+
$color: hsl(var(--iui-color-foreground-hsl) / var(--iui-opacity-4)),
|
|
14
|
+
$width: $nz-scrollbar-width,
|
|
15
|
+
$padding: $nz-scrollbar-padding
|
|
16
|
+
) {
|
|
17
|
+
@include scrollbar.uicore-scrollbar($color, $width, $padding);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@mixin nz-hidden-scrollbar {
|
|
21
|
+
@include scrollbar.uicore-hidden-scrollbar;
|
|
22
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
@mixin nz-internal-targeted {
|
|
6
|
+
&:hover,
|
|
7
|
+
&.nz-targeted {
|
|
8
|
+
@content;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
@forward "~@itwin/core-react/lib/core-react/style/themecolors";
|
|
6
|
+
|
|
7
|
+
@mixin nz-widget-opacity {
|
|
8
|
+
opacity: var(--buic-widget-opacity, 0.9);
|
|
9
|
+
transition: opacity var(--iui-duration-1) ease;
|
|
10
|
+
|
|
11
|
+
&:hover,
|
|
12
|
+
&:focus-within {
|
|
13
|
+
opacity: 1;
|
|
14
|
+
}
|
|
15
|
+
}
|