@sap-ux/ui-components 1.0.0
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/LICENSE +201 -0
- package/README.md +20 -0
- package/dist/components/Icons.d.ts +105 -0
- package/dist/components/Icons.d.ts.map +1 -0
- package/dist/components/Icons.js +401 -0
- package/dist/components/Icons.js.map +1 -0
- package/dist/components/UIBreadcrumb/UIBreadcrumb.d.ts +23 -0
- package/dist/components/UIBreadcrumb/UIBreadcrumb.d.ts.map +1 -0
- package/dist/components/UIBreadcrumb/UIBreadcrumb.js +38 -0
- package/dist/components/UIBreadcrumb/UIBreadcrumb.js.map +1 -0
- package/dist/components/UIBreadcrumb/index.d.ts +2 -0
- package/dist/components/UIBreadcrumb/index.d.ts.map +1 -0
- package/dist/components/UIBreadcrumb/index.js +14 -0
- package/dist/components/UIBreadcrumb/index.js.map +1 -0
- package/dist/components/UIButton/UIActionButton.d.ts +23 -0
- package/dist/components/UIButton/UIActionButton.d.ts.map +1 -0
- package/dist/components/UIButton/UIActionButton.js +97 -0
- package/dist/components/UIButton/UIActionButton.js.map +1 -0
- package/dist/components/UIButton/UIDefaultButton.d.ts +23 -0
- package/dist/components/UIButton/UIDefaultButton.d.ts.map +1 -0
- package/dist/components/UIButton/UIDefaultButton.js +227 -0
- package/dist/components/UIButton/UIDefaultButton.js.map +1 -0
- package/dist/components/UIButton/UIIconButton.d.ts +37 -0
- package/dist/components/UIButton/UIIconButton.d.ts.map +1 -0
- package/dist/components/UIButton/UIIconButton.js +106 -0
- package/dist/components/UIButton/UIIconButton.js.map +1 -0
- package/dist/components/UIButton/UISplitButton.d.ts +36 -0
- package/dist/components/UIButton/UISplitButton.d.ts.map +1 -0
- package/dist/components/UIButton/UISplitButton.js +67 -0
- package/dist/components/UIButton/UISplitButton.js.map +1 -0
- package/dist/components/UIButton/index.d.ts +7 -0
- package/dist/components/UIButton/index.d.ts.map +1 -0
- package/dist/components/UIButton/index.js +17 -0
- package/dist/components/UIButton/index.js.map +1 -0
- package/dist/components/UICallout/UICallout.d.ts +37 -0
- package/dist/components/UICallout/UICallout.d.ts.map +1 -0
- package/dist/components/UICallout/UICallout.js +90 -0
- package/dist/components/UICallout/UICallout.js.map +1 -0
- package/dist/components/UICallout/index.d.ts +2 -0
- package/dist/components/UICallout/index.d.ts.map +1 -0
- package/dist/components/UICallout/index.js +14 -0
- package/dist/components/UICallout/index.js.map +1 -0
- package/dist/components/UICheckbox/UICheckbox.d.ts +34 -0
- package/dist/components/UICheckbox/UICheckbox.d.ts.map +1 -0
- package/dist/components/UICheckbox/UICheckbox.js +135 -0
- package/dist/components/UICheckbox/UICheckbox.js.map +1 -0
- package/dist/components/UICheckbox/index.d.ts +2 -0
- package/dist/components/UICheckbox/index.d.ts.map +1 -0
- package/dist/components/UICheckbox/index.js +14 -0
- package/dist/components/UICheckbox/index.js.map +1 -0
- package/dist/components/UIChoiceGroup/UIChoiceGroup.d.ts +28 -0
- package/dist/components/UIChoiceGroup/UIChoiceGroup.d.ts.map +1 -0
- package/dist/components/UIChoiceGroup/UIChoiceGroup.js +182 -0
- package/dist/components/UIChoiceGroup/UIChoiceGroup.js.map +1 -0
- package/dist/components/UIChoiceGroup/index.d.ts +2 -0
- package/dist/components/UIChoiceGroup/index.d.ts.map +1 -0
- package/dist/components/UIChoiceGroup/index.js +14 -0
- package/dist/components/UIChoiceGroup/index.js.map +1 -0
- package/dist/components/UIComboBox/Callout.scss +7 -0
- package/dist/components/UIComboBox/UIComboBox.d.ts +190 -0
- package/dist/components/UIComboBox/UIComboBox.d.ts.map +1 -0
- package/dist/components/UIComboBox/UIComboBox.js +468 -0
- package/dist/components/UIComboBox/UIComboBox.js.map +1 -0
- package/dist/components/UIComboBox/UIComboBox.scss +245 -0
- package/dist/components/UIComboBox/_mixins.scss +24 -0
- package/dist/components/UIComboBox/index.d.ts +2 -0
- package/dist/components/UIComboBox/index.d.ts.map +1 -0
- package/dist/components/UIComboBox/index.js +14 -0
- package/dist/components/UIComboBox/index.js.map +1 -0
- package/dist/components/UIContextualMenu/UIContextualMenu.d.ts +32 -0
- package/dist/components/UIContextualMenu/UIContextualMenu.d.ts.map +1 -0
- package/dist/components/UIContextualMenu/UIContextualMenu.js +124 -0
- package/dist/components/UIContextualMenu/UIContextualMenu.js.map +1 -0
- package/dist/components/UIContextualMenu/UIContextualMenu.scss +211 -0
- package/dist/components/UIContextualMenu/UIHighlightMenuOption.d.ts +20 -0
- package/dist/components/UIContextualMenu/UIHighlightMenuOption.d.ts.map +1 -0
- package/dist/components/UIContextualMenu/UIHighlightMenuOption.js +51 -0
- package/dist/components/UIContextualMenu/UIHighlightMenuOption.js.map +1 -0
- package/dist/components/UIContextualMenu/UIHighlightMenuOption.scss +23 -0
- package/dist/components/UIContextualMenu/_variables.scss +30 -0
- package/dist/components/UIContextualMenu/index.d.ts +3 -0
- package/dist/components/UIContextualMenu/index.d.ts.map +1 -0
- package/dist/components/UIContextualMenu/index.js +15 -0
- package/dist/components/UIContextualMenu/index.js.map +1 -0
- package/dist/components/UIDatePicker/UIDatePicker.d.ts +49 -0
- package/dist/components/UIDatePicker/UIDatePicker.d.ts.map +1 -0
- package/dist/components/UIDatePicker/UIDatePicker.js +72 -0
- package/dist/components/UIDatePicker/UIDatePicker.js.map +1 -0
- package/dist/components/UIDatePicker/UIDatePicker.scss +38 -0
- package/dist/components/UIDatePicker/index.d.ts +2 -0
- package/dist/components/UIDatePicker/index.d.ts.map +1 -0
- package/dist/components/UIDatePicker/index.js +14 -0
- package/dist/components/UIDatePicker/index.js.map +1 -0
- package/dist/components/UIDialog/UIDialog.d.ts +102 -0
- package/dist/components/UIDialog/UIDialog.d.ts.map +1 -0
- package/dist/components/UIDialog/UIDialog.js +250 -0
- package/dist/components/UIDialog/UIDialog.js.map +1 -0
- package/dist/components/UIDialog/index.d.ts +2 -0
- package/dist/components/UIDialog/index.d.ts.map +1 -0
- package/dist/components/UIDialog/index.js +14 -0
- package/dist/components/UIDialog/index.js.map +1 -0
- package/dist/components/UIDropdown/UIDropdown.d.ts +76 -0
- package/dist/components/UIDropdown/UIDropdown.d.ts.map +1 -0
- package/dist/components/UIDropdown/UIDropdown.js +166 -0
- package/dist/components/UIDropdown/UIDropdown.js.map +1 -0
- package/dist/components/UIDropdown/UIDropdown.scss +80 -0
- package/dist/components/UIDropdown/index.d.ts +2 -0
- package/dist/components/UIDropdown/index.d.ts.map +1 -0
- package/dist/components/UIDropdown/index.js +14 -0
- package/dist/components/UIDropdown/index.js.map +1 -0
- package/dist/components/UIFlexibleTable/RowActions.d.ts +17 -0
- package/dist/components/UIFlexibleTable/RowActions.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/RowActions.js +68 -0
- package/dist/components/UIFlexibleTable/RowActions.js.map +1 -0
- package/dist/components/UIFlexibleTable/RowData.d.ts +16 -0
- package/dist/components/UIFlexibleTable/RowData.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/RowData.js +109 -0
- package/dist/components/UIFlexibleTable/RowData.js.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTable.d.ts +12 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTable.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTable.js +256 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTable.js.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTable.scss +408 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.d.ts +20 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.js +20 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.js.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRow.d.ts +28 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRow.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRow.js +165 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRow.js.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.d.ts +21 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.js +20 -0
- package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.js.map +1 -0
- package/dist/components/UIFlexibleTable/index.d.ts +6 -0
- package/dist/components/UIFlexibleTable/index.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/index.js +18 -0
- package/dist/components/UIFlexibleTable/index.js.map +1 -0
- package/dist/components/UIFlexibleTable/types.d.ts +103 -0
- package/dist/components/UIFlexibleTable/types.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/types.js +9 -0
- package/dist/components/UIFlexibleTable/types.js.map +1 -0
- package/dist/components/UIFlexibleTable/utils.d.ts +29 -0
- package/dist/components/UIFlexibleTable/utils.d.ts.map +1 -0
- package/dist/components/UIFlexibleTable/utils.js +53 -0
- package/dist/components/UIFlexibleTable/utils.js.map +1 -0
- package/dist/components/UIFocusZone/UIFocusTrapZone.d.ts +22 -0
- package/dist/components/UIFocusZone/UIFocusTrapZone.d.ts.map +1 -0
- package/dist/components/UIFocusZone/UIFocusTrapZone.js +33 -0
- package/dist/components/UIFocusZone/UIFocusTrapZone.js.map +1 -0
- package/dist/components/UIFocusZone/UIFocusZone.d.ts +23 -0
- package/dist/components/UIFocusZone/UIFocusZone.d.ts.map +1 -0
- package/dist/components/UIFocusZone/UIFocusZone.js +35 -0
- package/dist/components/UIFocusZone/UIFocusZone.js.map +1 -0
- package/dist/components/UIFocusZone/index.d.ts +3 -0
- package/dist/components/UIFocusZone/index.d.ts.map +1 -0
- package/dist/components/UIFocusZone/index.js +15 -0
- package/dist/components/UIFocusZone/index.js.map +1 -0
- package/dist/components/UIIcon/UIIcon.d.ts +24 -0
- package/dist/components/UIIcon/UIIcon.d.ts.map +1 -0
- package/dist/components/UIIcon/UIIcon.js +37 -0
- package/dist/components/UIIcon/UIIcon.js.map +1 -0
- package/dist/components/UIIcon/UIIcon.scss +3 -0
- package/dist/components/UIIcon/index.d.ts +2 -0
- package/dist/components/UIIcon/index.d.ts.map +1 -0
- package/dist/components/UIIcon/index.js +14 -0
- package/dist/components/UIIcon/index.js.map +1 -0
- package/dist/components/UIInput/UITextInput.d.ts +25 -0
- package/dist/components/UIInput/UITextInput.d.ts.map +1 -0
- package/dist/components/UIInput/UITextInput.js +180 -0
- package/dist/components/UIInput/UITextInput.js.map +1 -0
- package/dist/components/UIInput/index.d.ts +2 -0
- package/dist/components/UIInput/index.d.ts.map +1 -0
- package/dist/components/UIInput/index.js +14 -0
- package/dist/components/UIInput/index.js.map +1 -0
- package/dist/components/UILabel/UILabel.d.ts +30 -0
- package/dist/components/UILabel/UILabel.d.ts.map +1 -0
- package/dist/components/UILabel/UILabel.js +64 -0
- package/dist/components/UILabel/UILabel.js.map +1 -0
- package/dist/components/UILabel/index.d.ts +2 -0
- package/dist/components/UILabel/index.d.ts.map +1 -0
- package/dist/components/UILabel/index.js +14 -0
- package/dist/components/UILabel/index.js.map +1 -0
- package/dist/components/UILink/UILink.d.ts +22 -0
- package/dist/components/UILink/UILink.d.ts.map +1 -0
- package/dist/components/UILink/UILink.js +58 -0
- package/dist/components/UILink/UILink.js.map +1 -0
- package/dist/components/UILink/index.d.ts +2 -0
- package/dist/components/UILink/index.d.ts.map +1 -0
- package/dist/components/UILink/index.js +14 -0
- package/dist/components/UILink/index.js.map +1 -0
- package/dist/components/UIList/UIList.d.ts +31 -0
- package/dist/components/UIList/UIList.d.ts.map +1 -0
- package/dist/components/UIList/UIList.js +120 -0
- package/dist/components/UIList/UIList.js.map +1 -0
- package/dist/components/UIList/UIList.scss +16 -0
- package/dist/components/UIList/index.d.ts +2 -0
- package/dist/components/UIList/index.d.ts.map +1 -0
- package/dist/components/UIList/index.js +14 -0
- package/dist/components/UIList/index.js.map +1 -0
- package/dist/components/UILoader/UILoader.d.ts +27 -0
- package/dist/components/UILoader/UILoader.d.ts.map +1 -0
- package/dist/components/UILoader/UILoader.js +78 -0
- package/dist/components/UILoader/UILoader.js.map +1 -0
- package/dist/components/UILoader/UILoader.scss +32 -0
- package/dist/components/UILoader/index.d.ts +2 -0
- package/dist/components/UILoader/index.d.ts.map +1 -0
- package/dist/components/UILoader/index.js +14 -0
- package/dist/components/UILoader/index.js.map +1 -0
- package/dist/components/UIMessageBar/UIMessageBar.d.ts +25 -0
- package/dist/components/UIMessageBar/UIMessageBar.d.ts.map +1 -0
- package/dist/components/UIMessageBar/UIMessageBar.js +59 -0
- package/dist/components/UIMessageBar/UIMessageBar.js.map +1 -0
- package/dist/components/UIMessageBar/index.d.ts +2 -0
- package/dist/components/UIMessageBar/index.d.ts.map +1 -0
- package/dist/components/UIMessageBar/index.js +14 -0
- package/dist/components/UIMessageBar/index.js.map +1 -0
- package/dist/components/UIModal/UIModal.d.ts +23 -0
- package/dist/components/UIModal/UIModal.d.ts.map +1 -0
- package/dist/components/UIModal/UIModal.js +43 -0
- package/dist/components/UIModal/UIModal.js.map +1 -0
- package/dist/components/UIModal/index.d.ts +2 -0
- package/dist/components/UIModal/index.d.ts.map +1 -0
- package/dist/components/UIModal/index.js +14 -0
- package/dist/components/UIModal/index.js.map +1 -0
- package/dist/components/UIOverlay/UIOverlay.d.ts +22 -0
- package/dist/components/UIOverlay/UIOverlay.d.ts.map +1 -0
- package/dist/components/UIOverlay/UIOverlay.js +38 -0
- package/dist/components/UIOverlay/UIOverlay.js.map +1 -0
- package/dist/components/UIOverlay/index.d.ts +2 -0
- package/dist/components/UIOverlay/index.d.ts.map +1 -0
- package/dist/components/UIOverlay/index.js +14 -0
- package/dist/components/UIOverlay/index.js.map +1 -0
- package/dist/components/UISearchBox/UISearchBox.d.ts +22 -0
- package/dist/components/UISearchBox/UISearchBox.d.ts.map +1 -0
- package/dist/components/UISearchBox/UISearchBox.js +155 -0
- package/dist/components/UISearchBox/UISearchBox.js.map +1 -0
- package/dist/components/UISearchBox/index.d.ts +4 -0
- package/dist/components/UISearchBox/index.d.ts.map +1 -0
- package/dist/components/UISearchBox/index.js +14 -0
- package/dist/components/UISearchBox/index.js.map +1 -0
- package/dist/components/UISection/UISection.d.ts +33 -0
- package/dist/components/UISection/UISection.d.ts.map +1 -0
- package/dist/components/UISection/UISection.js +47 -0
- package/dist/components/UISection/UISection.js.map +1 -0
- package/dist/components/UISection/UISection.scss +76 -0
- package/dist/components/UISection/UISections.d.ts +251 -0
- package/dist/components/UISection/UISections.d.ts.map +1 -0
- package/dist/components/UISection/UISections.js +709 -0
- package/dist/components/UISection/UISections.js.map +1 -0
- package/dist/components/UISection/UISections.scss +62 -0
- package/dist/components/UISection/UISplitter.d.ts +97 -0
- package/dist/components/UISection/UISplitter.d.ts.map +1 -0
- package/dist/components/UISection/UISplitter.js +221 -0
- package/dist/components/UISection/UISplitter.js.map +1 -0
- package/dist/components/UISection/UISplitter.scss +212 -0
- package/dist/components/UISection/_mixins.scss +14 -0
- package/dist/components/UISection/_variables.scss +1 -0
- package/dist/components/UISection/index.d.ts +4 -0
- package/dist/components/UISection/index.d.ts.map +1 -0
- package/dist/components/UISection/index.js +16 -0
- package/dist/components/UISection/index.js.map +1 -0
- package/dist/components/UITable/UITable-helper.d.ts +85 -0
- package/dist/components/UITable/UITable-helper.d.ts.map +1 -0
- package/dist/components/UITable/UITable-helper.js +267 -0
- package/dist/components/UITable/UITable-helper.js.map +1 -0
- package/dist/components/UITable/UITable.d.ts +212 -0
- package/dist/components/UITable/UITable.d.ts.map +1 -0
- package/dist/components/UITable/UITable.js +762 -0
- package/dist/components/UITable/UITable.js.map +1 -0
- package/dist/components/UITable/UITable.scss +194 -0
- package/dist/components/UITable/index.d.ts +3 -0
- package/dist/components/UITable/index.d.ts.map +1 -0
- package/dist/components/UITable/index.js +15 -0
- package/dist/components/UITable/index.js.map +1 -0
- package/dist/components/UITable/types.d.ts +76 -0
- package/dist/components/UITable/types.d.ts.map +1 -0
- package/dist/components/UITable/types.js +27 -0
- package/dist/components/UITable/types.js.map +1 -0
- package/dist/components/UITabs/UITabs.d.ts +28 -0
- package/dist/components/UITabs/UITabs.d.ts.map +1 -0
- package/dist/components/UITabs/UITabs.js +70 -0
- package/dist/components/UITabs/UITabs.js.map +1 -0
- package/dist/components/UITabs/index.d.ts +2 -0
- package/dist/components/UITabs/index.d.ts.map +1 -0
- package/dist/components/UITabs/index.js +14 -0
- package/dist/components/UITabs/index.js.map +1 -0
- package/dist/components/UIToggle/UIToggle.d.ts +39 -0
- package/dist/components/UIToggle/UIToggle.d.ts.map +1 -0
- package/dist/components/UIToggle/UIToggle.js +181 -0
- package/dist/components/UIToggle/UIToggle.js.map +1 -0
- package/dist/components/UIToggle/index.d.ts +2 -0
- package/dist/components/UIToggle/index.d.ts.map +1 -0
- package/dist/components/UIToggle/index.js +14 -0
- package/dist/components/UIToggle/index.js.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.d.ts +31 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.d.ts.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.js +132 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.js.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.scss +13 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.types.d.ts +23 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.types.d.ts.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.types.js +3 -0
- package/dist/components/UIToggleGroup/UIToggleGroup.types.js.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.d.ts +26 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.d.ts.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.js +74 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.js.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.scss +74 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.d.ts +11 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.d.ts.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.js +3 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.js.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/index.d.ts +3 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/index.d.ts.map +1 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/index.js +15 -0
- package/dist/components/UIToggleGroup/UIToggleGroupOption/index.js.map +1 -0
- package/dist/components/UIToggleGroup/index.d.ts +3 -0
- package/dist/components/UIToggleGroup/index.d.ts.map +1 -0
- package/dist/components/UIToggleGroup/index.js +15 -0
- package/dist/components/UIToggleGroup/index.js.map +1 -0
- package/dist/components/UIToolbar/UIToolbar.d.ts +37 -0
- package/dist/components/UIToolbar/UIToolbar.d.ts.map +1 -0
- package/dist/components/UIToolbar/UIToolbar.js +101 -0
- package/dist/components/UIToolbar/UIToolbar.js.map +1 -0
- package/dist/components/UIToolbar/UIToolbar.scss +48 -0
- package/dist/components/UIToolbar/UIToolbarColumn.d.ts +8 -0
- package/dist/components/UIToolbar/UIToolbarColumn.d.ts.map +1 -0
- package/dist/components/UIToolbar/UIToolbarColumn.js +30 -0
- package/dist/components/UIToolbar/UIToolbarColumn.js.map +1 -0
- package/dist/components/UIToolbar/UIToolbarDivider.d.ts +26 -0
- package/dist/components/UIToolbar/UIToolbarDivider.d.ts.map +1 -0
- package/dist/components/UIToolbar/UIToolbarDivider.js +51 -0
- package/dist/components/UIToolbar/UIToolbarDivider.js.map +1 -0
- package/dist/components/UIToolbar/index.d.ts +4 -0
- package/dist/components/UIToolbar/index.d.ts.map +1 -0
- package/dist/components/UIToolbar/index.js +16 -0
- package/dist/components/UIToolbar/index.js.map +1 -0
- package/dist/components/UITooltip/UITooltip.d.ts +29 -0
- package/dist/components/UITooltip/UITooltip.d.ts.map +1 -0
- package/dist/components/UITooltip/UITooltip.js +79 -0
- package/dist/components/UITooltip/UITooltip.js.map +1 -0
- package/dist/components/UITooltip/UITooltipUtils.d.ts +17 -0
- package/dist/components/UITooltip/UITooltipUtils.d.ts.map +1 -0
- package/dist/components/UITooltip/UITooltipUtils.js +47 -0
- package/dist/components/UITooltip/UITooltipUtils.js.map +1 -0
- package/dist/components/UITooltip/index.d.ts +3 -0
- package/dist/components/UITooltip/index.d.ts.map +1 -0
- package/dist/components/UITooltip/index.js +15 -0
- package/dist/components/UITooltip/index.js.map +1 -0
- package/dist/components/UITreeDropdown/UITreeDropdown.d.ts +255 -0
- package/dist/components/UITreeDropdown/UITreeDropdown.d.ts.map +1 -0
- package/dist/components/UITreeDropdown/UITreeDropdown.js +638 -0
- package/dist/components/UITreeDropdown/UITreeDropdown.js.map +1 -0
- package/dist/components/UITreeDropdown/UITreeDropdown.scss +82 -0
- package/dist/components/UITreeDropdown/index.d.ts +2 -0
- package/dist/components/UITreeDropdown/index.d.ts.map +1 -0
- package/dist/components/UITreeDropdown/index.js +14 -0
- package/dist/components/UITreeDropdown/index.js.map +1 -0
- package/dist/components/UIVerticalDivider/UIVerticalDivider.d.ts +24 -0
- package/dist/components/UIVerticalDivider/UIVerticalDivider.d.ts.map +1 -0
- package/dist/components/UIVerticalDivider/UIVerticalDivider.js +42 -0
- package/dist/components/UIVerticalDivider/UIVerticalDivider.js.map +1 -0
- package/dist/components/UIVerticalDivider/index.d.ts +2 -0
- package/dist/components/UIVerticalDivider/index.d.ts.map +1 -0
- package/dist/components/UIVerticalDivider/index.js +14 -0
- package/dist/components/UIVerticalDivider/index.js.map +1 -0
- package/dist/components/UIVirtualList/UIAutoSizer.d.ts +22 -0
- package/dist/components/UIVirtualList/UIAutoSizer.d.ts.map +1 -0
- package/dist/components/UIVirtualList/UIAutoSizer.js +33 -0
- package/dist/components/UIVirtualList/UIAutoSizer.js.map +1 -0
- package/dist/components/UIVirtualList/UICellMeasurer.d.ts +23 -0
- package/dist/components/UIVirtualList/UICellMeasurer.d.ts.map +1 -0
- package/dist/components/UIVirtualList/UICellMeasurer.js +33 -0
- package/dist/components/UIVirtualList/UICellMeasurer.js.map +1 -0
- package/dist/components/UIVirtualList/UIVirtualList.d.ts +43 -0
- package/dist/components/UIVirtualList/UIVirtualList.d.ts.map +1 -0
- package/dist/components/UIVirtualList/UIVirtualList.js +70 -0
- package/dist/components/UIVirtualList/UIVirtualList.js.map +1 -0
- package/dist/components/UIVirtualList/index.d.ts +4 -0
- package/dist/components/UIVirtualList/index.d.ts.map +1 -0
- package/dist/components/UIVirtualList/index.js +16 -0
- package/dist/components/UIVirtualList/index.js.map +1 -0
- package/dist/components/index.d.ts +34 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +46 -0
- package/dist/components/index.js.map +1 -0
- package/dist/helper/ValidationMessage/MessageWrapper.d.ts +18 -0
- package/dist/helper/ValidationMessage/MessageWrapper.d.ts.map +1 -0
- package/dist/helper/ValidationMessage/MessageWrapper.js +35 -0
- package/dist/helper/ValidationMessage/MessageWrapper.js.map +1 -0
- package/dist/helper/ValidationMessage/MessageWrapper.scss +44 -0
- package/dist/helper/ValidationMessage/index.d.ts +3 -0
- package/dist/helper/ValidationMessage/index.d.ts.map +1 -0
- package/dist/helper/ValidationMessage/index.js +15 -0
- package/dist/helper/ValidationMessage/index.js.map +1 -0
- package/dist/helper/ValidationMessage/utils.d.ts +32 -0
- package/dist/helper/ValidationMessage/utils.d.ts.map +1 -0
- package/dist/helper/ValidationMessage/utils.js +124 -0
- package/dist/helper/ValidationMessage/utils.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +15 -0
- package/dist/index.js.map +1 -0
- package/dist/styles/_color.scss +435 -0
- package/dist/styles/_mixins.scss +15 -0
- package/dist/styles/_theia_materialcolors.scss +279 -0
- package/dist/styles/_typography.scss +72 -0
- package/dist/styles/_variables.scss +24 -0
- package/dist/styles/ui-components.scss +5 -0
- package/dist/utilities/DeepMerge.d.ts +10 -0
- package/dist/utilities/DeepMerge.d.ts.map +1 -0
- package/dist/utilities/DeepMerge.js +43 -0
- package/dist/utilities/DeepMerge.js.map +1 -0
- package/dist/utilities/Focus.d.ts +5 -0
- package/dist/utilities/Focus.d.ts.map +1 -0
- package/dist/utilities/Focus.js +8 -0
- package/dist/utilities/Focus.js.map +1 -0
- package/dist/utilities/Id.d.ts +3 -0
- package/dist/utilities/Id.d.ts.map +1 -0
- package/dist/utilities/Id.js +6 -0
- package/dist/utilities/Id.js.map +1 -0
- package/dist/utilities/Keys.d.ts +3 -0
- package/dist/utilities/Keys.d.ts.map +1 -0
- package/dist/utilities/Keys.js +6 -0
- package/dist/utilities/Keys.js.map +1 -0
- package/dist/utilities/index.d.ts +4 -0
- package/dist/utilities/index.d.ts.map +1 -0
- package/dist/utilities/index.js +16 -0
- package/dist/utilities/index.js.map +1 -0
- package/package.json +78 -0
- package/storybook/509.1060f8f464e74d7e89e3.manager.bundle.js +17 -0
- package/storybook/685.6d7c03ae84f4f4910fd8.manager.bundle.js +10 -0
- package/storybook/720.3f79f56f8617ba9b098b.manager.bundle.js +1 -0
- package/storybook/730.e07ff5529508942d85d4.manager.bundle.js +15 -0
- package/storybook/759.8ae5af3b1b3b446a9919.manager.bundle.js +296 -0
- package/storybook/906.cf93a831.iframe.bundle.js +1 -0
- package/storybook/93.4e7a890e.iframe.bundle.js +301 -0
- package/storybook/975.15c711f75c0452ae9e9f.manager.bundle.js +2 -0
- package/storybook/978.a517622963996a3b8256.manager.bundle.js +894 -0
- package/storybook/983.515d3eedbfaed61e9ae7.manager.bundle.js +1 -0
- package/storybook/favicon.ico +0 -0
- package/storybook/iframe.html +380 -0
- package/storybook/index.html +177 -0
- package/storybook/main.e843f431b2692c06059a.manager.bundle.js +1 -0
- package/storybook/main.fd2077c6.iframe.bundle.js +98 -0
- package/storybook/project.json +1 -0
- package/storybook/runtime~main.1118f177d5097a42d314.manager.bundle.js +2 -0
- package/storybook/runtime~main.e0688c57.iframe.bundle.js +2 -0
|
@@ -0,0 +1,435 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
/* Variables with WING support */
|
|
3
|
+
--vscuie-button-background: var(--theia-button-background, var(--vscode-button-background, #2196f3));
|
|
4
|
+
--vscuie-button-foreground: var(
|
|
5
|
+
--theia-ui-button-font-color,
|
|
6
|
+
var(--vscode-button-foreground, rgba(255, 255, 255, 1))
|
|
7
|
+
);
|
|
8
|
+
--vscuie-button-hoverBackground: var(--theia-ui-button-color-hover, var(--vscode-button-hoverBackground, #1976d2));
|
|
9
|
+
--vscuie-editor-background: var(--theia-editor-background, var(--vscode-editor-background, #ffffff));
|
|
10
|
+
--vscuie-editor-foreground: var(--theia-editor-foreground, var(--vscode-editor-foreground, #616161));
|
|
11
|
+
--vscuie-input-foreground: var(--theia-input-foreground, var(--vscode-input-foreground, #e0e0e0));
|
|
12
|
+
--vscuie-input-placeholderForeground: var(
|
|
13
|
+
--theia-ui-font-color0,
|
|
14
|
+
var(--vscode-input-placeholderForeground, #212121)
|
|
15
|
+
);
|
|
16
|
+
--vscuie-input-border: var(--theia-border-color1, var(--vscode-input-border, #eeeeee));
|
|
17
|
+
--vscuie-input-background: var(--theia-input-background, var(--vscode-input-background, #ececec));
|
|
18
|
+
--vscuie-foreground: var(--theia-foreground, var(--vscode-foreground, #616161));
|
|
19
|
+
--vscuie-editor-inactiveSelectionBackground: var(
|
|
20
|
+
--theia-editor-inactiveSelectionBackground,
|
|
21
|
+
var(--vscode-editor-inactiveSelectionBackground, #bdbdbd)
|
|
22
|
+
);
|
|
23
|
+
--vscuie-editor-font-weight: var(--vscode-editor-font-weight, 400);
|
|
24
|
+
|
|
25
|
+
--vscuie-font-family: var(
|
|
26
|
+
--theia-ui-font-family,
|
|
27
|
+
var(
|
|
28
|
+
--vscode-font-family,
|
|
29
|
+
(
|
|
30
|
+
-apple-system,
|
|
31
|
+
BlinkMacSystemFont,
|
|
32
|
+
'Segoe UI',
|
|
33
|
+
Roboto,
|
|
34
|
+
Helvetica,
|
|
35
|
+
Arial,
|
|
36
|
+
sans-serif,
|
|
37
|
+
'Apple Color Emoji',
|
|
38
|
+
'Segoe UI Emoji',
|
|
39
|
+
'Segoe UI Symbol'
|
|
40
|
+
)
|
|
41
|
+
)
|
|
42
|
+
);
|
|
43
|
+
--vscuie-font-size: var(--theia-ui-font-size1, var(--vscode-font-size, 12px));
|
|
44
|
+
--vscuie-font-weight: var(--vscode-font-weight, 'normal');
|
|
45
|
+
|
|
46
|
+
--vscuie-list-dropBackground: var(--theia-ansi-white-background-color, var(--vscode-list-dropBackground, #bdbdbd));
|
|
47
|
+
--vscuie-menu-background: var(--theia-menu-color0, var(--vscode-menu-background, #dcdcdc));
|
|
48
|
+
--vscuie-editorIndentGuide-background: var(
|
|
49
|
+
--theia-layout-color4,
|
|
50
|
+
var(--vscode-editorIndentGuide-background, #dcdcdc)
|
|
51
|
+
);
|
|
52
|
+
--vscuie-activityBarBadge-background: var(
|
|
53
|
+
--theia-accent-color2,
|
|
54
|
+
var(--vscode-activityBarBadge-background, #4496da)
|
|
55
|
+
);
|
|
56
|
+
--vscuie-dropdown-background: var(--theia-layout-color2, var(--vscode-dropdown-background, #ececec));
|
|
57
|
+
--vscuie-inputOption-activeBackground: var(
|
|
58
|
+
--theia-accent-color3,
|
|
59
|
+
var(--vscode-inputOption-activeBackground, #c0dbf1)
|
|
60
|
+
);
|
|
61
|
+
--vscuie-focusBorder: var(--theia-accent-color1, var(--vscode-focusBorder, #2b75c0));
|
|
62
|
+
--vscuie-sideBar-background: var(
|
|
63
|
+
--theia-layout-color1,
|
|
64
|
+
var(--vscode-sideBar-background, var(--vscuie-editorWidget-background, #f3f3f3))
|
|
65
|
+
);
|
|
66
|
+
--vscuie-sideBarSectionHeader-background: var(
|
|
67
|
+
--theia-sideBarSectionHeader-background,
|
|
68
|
+
var(--vscode-sideBarSectionHeader-background, rgba(128, 128, 128, 0.2))
|
|
69
|
+
);
|
|
70
|
+
--vscuie-list-inactiveSelectionBackground: var(
|
|
71
|
+
--theia-layout-color3,
|
|
72
|
+
var(--vscode-list-inactiveSelectionBackground, #dcdcdc)
|
|
73
|
+
);
|
|
74
|
+
--vscuie-list-activeSelectionBackground: var(
|
|
75
|
+
--theia-layout-color3,
|
|
76
|
+
var(--vscode-list-activeSelectionBackground, #dcdcdc)
|
|
77
|
+
);
|
|
78
|
+
--vscuie-tab-inactiveBackground: var(--theia-layout-color2, var(--vscode-tab-inactiveBackground, #616161));
|
|
79
|
+
--vscuie-editorWidget-background: var(
|
|
80
|
+
--theia-editorWidget-background,
|
|
81
|
+
var(--vscode-editorWidget-background, #616161)
|
|
82
|
+
);
|
|
83
|
+
--vscuie-tab-border: var(--theia-accent-color2, var(--vscode-tab-border, #4496da));
|
|
84
|
+
--vscuie-menubar-selectionBackground: var(
|
|
85
|
+
--theia-layout-color3,
|
|
86
|
+
var(--vscode-menubar-selectionBackground, #dcdcdc)
|
|
87
|
+
);
|
|
88
|
+
--vscuie-textLink-foreground: var(--theia-textLink-foreground, var(--vscode-textLink-foreground, #007acc));
|
|
89
|
+
--vscuie-editorError-foreground: var(--theia-editorError-foreground, var(--vscode-editorError-foreground, #e51400));
|
|
90
|
+
--vscuie-dropdown-border: var(--theia-dropdown-border, var(--vscode-dropdown-border, #cecece));
|
|
91
|
+
|
|
92
|
+
/* WORK IN PROGRESS - colors are not been validated - check before using */
|
|
93
|
+
--vscuie-activityBar-dropBackground: var(--theia-tab-icon-color, var(--vscode-activityBar-dropBackground, #616161));
|
|
94
|
+
--vscuie-activityBar-inactiveForeground: var(
|
|
95
|
+
--theia-tab-icon-color,
|
|
96
|
+
var(--vscode-activityBar-inactiveForeground, #616161)
|
|
97
|
+
);
|
|
98
|
+
--vscuie-activityBar-foreground: var(--theia-tab-icon-color, var(--vscode-activityBar-foreground, #616161));
|
|
99
|
+
--vscuie-activityBarBadge-foreground: var(
|
|
100
|
+
--theia-tab-icon-color,
|
|
101
|
+
var(--vscode-activityBarBadge-foreground, #616161)
|
|
102
|
+
);
|
|
103
|
+
--vscuie-breadcrumb-background: var(--theia-tab-icon-color, var(--vscode-breadcrumb-background, #616161));
|
|
104
|
+
--vscuie-editorGroupHeader-noTabsBackground: var(
|
|
105
|
+
--theia-tab-icon-color,
|
|
106
|
+
var(--vscode-editorGroupHeader-noTabsBackground, #616161)
|
|
107
|
+
);
|
|
108
|
+
--vscuie-editorGutter-background: var(--theia-tab-icon-color, var(--vscode-editorGutter-background, #616161));
|
|
109
|
+
--vscuie-editorMarkerNavigation-background: var(
|
|
110
|
+
--theia-tab-icon-color,
|
|
111
|
+
var(--vscode-editorMarkerNavigation-background, #616161)
|
|
112
|
+
);
|
|
113
|
+
--vscuie-editorPane-background: var(--theia-tab-icon-color, var(--vscode-editorPane-background, #616161));
|
|
114
|
+
--vscuie-extensionBadge-remoteForeground: var(
|
|
115
|
+
--theia-tab-icon-color,
|
|
116
|
+
var(--vscode-extensionBadge-remoteForeground, #616161)
|
|
117
|
+
);
|
|
118
|
+
--vscuie-extensionButton-prominentForeground: var(
|
|
119
|
+
--theia-tab-icon-color,
|
|
120
|
+
var(--vscode-extensionButton-prominentForeground, #616161)
|
|
121
|
+
);
|
|
122
|
+
--vscuie-list-activeSelectionForeground: var(
|
|
123
|
+
--theia-word-highlight-color1,
|
|
124
|
+
var(--vscode-list-activeSelectionForeground, #616161)
|
|
125
|
+
);
|
|
126
|
+
--vscuie-menu-selectionForeground: var(--theia-word-highlight-color1, var(--vscode-menu-selectionForeground));
|
|
127
|
+
--vscuie-panel-background: var(--theia-tab-icon-color, var(--vscode-panel-background, #616161));
|
|
128
|
+
--vscuie-peekViewTitle-background: var(--theia-tab-icon-color, var(--vscode-peekViewTitle-background, #616161));
|
|
129
|
+
--vscuie-settings-checkboxBackground: var(
|
|
130
|
+
--theia-tab-icon-color,
|
|
131
|
+
var(--vscode-settings-checkboxBackground, #616161)
|
|
132
|
+
);
|
|
133
|
+
--vscuie-settings-dropdownBackground: var(
|
|
134
|
+
--theia-tab-icon-color,
|
|
135
|
+
var(--vscode-settings-dropdownBackground, #616161)
|
|
136
|
+
);
|
|
137
|
+
--vscuie-settings-numberInputBackground: var(
|
|
138
|
+
--theia-tab-icon-color,
|
|
139
|
+
var(--vscode-settings-numberInputBackground, #616161)
|
|
140
|
+
);
|
|
141
|
+
--vscuie-settings-textInputBackground: var(
|
|
142
|
+
--theia-tab-icon-color,
|
|
143
|
+
var(--vscode-settings-textInputBackground, #616161)
|
|
144
|
+
);
|
|
145
|
+
--vscuie-statusBar-debuggingForeground: var(--theia-tab-icon-color, var(--vscode-statusBar-debuggingForeground));
|
|
146
|
+
--vscuie-statusBar-foreground: var(--theia-tab-icon-color, var(--vscode-statusBar-foreground));
|
|
147
|
+
--vscuie-statusBar-noFolderForeground: var(--theia-tab-icon-color, var(--vscode-statusBar-noFolderForeground));
|
|
148
|
+
--vscuie-statusBarItem-prominentForeground: var(
|
|
149
|
+
--theia-content-font-color0,
|
|
150
|
+
var(--vscode-statusBarItem-prominentForeground)
|
|
151
|
+
);
|
|
152
|
+
--vscuie-statusBarItem-remoteForeground: var(
|
|
153
|
+
--theia-content-font-color0,
|
|
154
|
+
var(--vscode-statusBarItem-remoteForeground)
|
|
155
|
+
);
|
|
156
|
+
--vscuie-tab-activeBackground: var(--theia-word-highlight-color1, var(--vscode-tab-activeBackground));
|
|
157
|
+
--vscuie-tab-unfocusedActiveBackground: var(
|
|
158
|
+
--theia-word-highlight-color1,
|
|
159
|
+
var(--vscode-tab-unfocusedActiveBackground)
|
|
160
|
+
);
|
|
161
|
+
--vscuie-terminal-background: var(--theia-tab-icon-color, var(--vscode-terminal-background));
|
|
162
|
+
--vscuie-statusBarItem-activeBackground: var(--theia-tab-icon-color, var(--vscode-statusBarItem-activeBackground));
|
|
163
|
+
--vscuie-statusBarItem-hoverBackground: var(--theia-tab-icon-color, var(--vscode-statusBarItem-hoverBackground));
|
|
164
|
+
--vscuie-editor-stackFrameHighlightBackground: var(
|
|
165
|
+
--theia-tab-icon-color,
|
|
166
|
+
var(--vscode-editor-stackFrameHighlightBackground)
|
|
167
|
+
);
|
|
168
|
+
--vscuie-activityBar-background: var(--theia-border-color1, var(--vscode-activityBar-background));
|
|
169
|
+
--vscuie-extensionBadge-remoteBackground: var(--theia-accent-color2, var(--vscode-extensionBadge-remoteBackground));
|
|
170
|
+
--vscuie-inputOption-activeBorder: var(--theia-selected-text-background, var(--vscode-inputOption-activeBorder));
|
|
171
|
+
--vscuie-inputValidation-infoBorder: var(--theia-accent-color2, var(--vscode-inputValidation-infoBorder));
|
|
172
|
+
--vscuie-peekView-border: var(--theia-accent-color2, var(--vscode-peekView-border, #4496da));
|
|
173
|
+
--vscuie-statusBar-background: var(--theia-accent-color2, var(--vscode-statusBar-background));
|
|
174
|
+
--vscuie-badge-background: var(--theia-variable-value-color, var(--vscode-badge-background));
|
|
175
|
+
--vscuie-badge-foreground: var(--theia-layout-color2, var(--vscode-badge-foreground));
|
|
176
|
+
--vscuie-menubar-selectionForeground: var(--theia-ui-font-color1, var(--vscode-menubar-selectionForeground));
|
|
177
|
+
--vscuie-peekViewTitleLabel-foreground: var(--theia-layout-color2, var(--vscode-peekViewTitleLabel-foreground));
|
|
178
|
+
--vscuie-tab-activeForeground: var(--theia-layout-color2, var(--vscode-tab-activeForeground));
|
|
179
|
+
--vscuie-terminal-foreground: var(--theia-layout-color2, var(--vscode-terminal-foreground));
|
|
180
|
+
--vscuie-titleBar-activeForeground: var(--theia-layout-color2, var(--vscode-titleBar-activeForeground));
|
|
181
|
+
--vscuie-breadcrumb-activeSelectionForeground: var(
|
|
182
|
+
--theia-secondary-brand-color0,
|
|
183
|
+
var(--vscode-breadcrumb-activeSelectionForeground)
|
|
184
|
+
);
|
|
185
|
+
--vscuie-breadcrumb-focusForeground: var(--theia-secondary-brand-color0, var(--vscode-breadcrumb-focusForeground));
|
|
186
|
+
--vscuie-breadcrumb-foreground: var(--theia-secondary-brand-color0, var(--vscode-breadcrumb-foreground));
|
|
187
|
+
--vscuie-breadcrumbPicker-background: var(
|
|
188
|
+
--theia-ui-font-color0,
|
|
189
|
+
var(--vscode-breadcrumbPicker-background, #616161)
|
|
190
|
+
);
|
|
191
|
+
--vscuie-debugToolBar-background: var(--theia-ui-font-color0, var(--vscode-debugToolBar-background, #616161));
|
|
192
|
+
--vscuie-editorGroupHeader-tabsBackground: var(
|
|
193
|
+
--theia-ui-font-color0,
|
|
194
|
+
var(--vscode-editorGroupHeader-tabsBackground, #616161)
|
|
195
|
+
);
|
|
196
|
+
--vscuie-editorHoverWidget-background: var(
|
|
197
|
+
--theia-ui-font-color0,
|
|
198
|
+
var(--vscode-editorHoverWidget-background, #616161)
|
|
199
|
+
);
|
|
200
|
+
--vscuie-editorSuggestWidget-background: var(
|
|
201
|
+
--theia-ui-font-color0,
|
|
202
|
+
var(--vscode-editorSuggestWidget-background, #616161)
|
|
203
|
+
);
|
|
204
|
+
--vscuie-notifications-background: var(--theia-layout-color1, var(--vscode-notifications-background, #f3f3f3));
|
|
205
|
+
--vscuie-peekViewResult-background: var(--theia-ui-font-color0, var(--vscode-peekViewResult-background, #616161));
|
|
206
|
+
--vscuie-quickInput-background: var(--theia-ui-font-color0, var(--vscode-quickInput-background, #616161));
|
|
207
|
+
--vscuie-panel-border: var(--theia-border-color2, var(--vscode-panel-border, #e0e0e0));
|
|
208
|
+
--vscuie-editor-wordHighlightBackground: var(
|
|
209
|
+
--theia-layout-color0,
|
|
210
|
+
var(--vscode-editor-wordHighlightBackground, #ffffff)
|
|
211
|
+
);
|
|
212
|
+
--vscuie-editorOverviewRuler-border: var(--theia-layout-color2, var(--vscode-editorOverviewRuler-border, #ececec));
|
|
213
|
+
--vscuie-extensionButton-prominentBackground: var(
|
|
214
|
+
--theia-layout-color3,
|
|
215
|
+
var(--vscode-extensionButton-prominentBackground, #dcdcdc)
|
|
216
|
+
);
|
|
217
|
+
--vscuie-extensionButton-prominentHoverBackground: var(
|
|
218
|
+
--theia-layout-color3,
|
|
219
|
+
var(--vscode-extensionButton-prominentHoverBackground, #dcdcdc)
|
|
220
|
+
);
|
|
221
|
+
--vscuie-notificationCenterHeader-background: var(
|
|
222
|
+
--theia-layout-color2,
|
|
223
|
+
var(--vscode-notificationCenterHeader-background, #ececec)
|
|
224
|
+
);
|
|
225
|
+
--vscuie-list-hoverBackground: var(--theia-border-color1, var(--vscode-list-hoverBackground, #e0e0e0));
|
|
226
|
+
--vscuie-editorLineNumber-foreground: var(
|
|
227
|
+
--theia-layout-color2,
|
|
228
|
+
var(--vscode-editorLineNumber-foreground, #ececec)
|
|
229
|
+
);
|
|
230
|
+
--vscuie-settings-textInputForeground: var(
|
|
231
|
+
--theia-layout-color2,
|
|
232
|
+
var(--vscode-settings-textInputForeground, #ececec)
|
|
233
|
+
);
|
|
234
|
+
--vscuie-debugExceptionWidget-background: var(--vscode-debugExceptionWidget-background);
|
|
235
|
+
--vscuie-debugExceptionWidget-border: var(--vscode-debugExceptionWidget-border);
|
|
236
|
+
--vscuie-descriptionForeground: var(--vscode-descriptionForeground);
|
|
237
|
+
--vscuie-diffEditor-insertedTextBackground: var(--vscode-diffEditor-insertedTextBackground);
|
|
238
|
+
--vscuie-diffEditor-removedTextBackground: var(--vscode-diffEditor-removedTextBackground);
|
|
239
|
+
--vscuie-dropdown-foreground: var(--vscode-dropdown-foreground);
|
|
240
|
+
--vscuie-editor-findMatchBackground: var(--vscode-editor-findMatchBackground);
|
|
241
|
+
--vscuie-editor-findMatchHighlightBackground: var(--vscode-editor-findMatchHighlightBackground);
|
|
242
|
+
--vscuie-editor-findRangeHighlightBackground: var(--vscode-editor-findRangeHighlightBackground);
|
|
243
|
+
--vscuie-editor-focusedStackFrameHighlightBackground: var(--vscode-editor-focusedStackFrameHighlightBackground);
|
|
244
|
+
--vscuie-editor-font-family: var(--vscode-editor-font-family);
|
|
245
|
+
--vscuie-editor-font-size: var(--vscode-editor-font-size);
|
|
246
|
+
--vscuie-editor-hoverHighlightBackground: var(--vscode-editor-hoverHighlightBackground);
|
|
247
|
+
--vscuie-editor-lineHighlightBorder: var(--vscode-editor-lineHighlightBorder);
|
|
248
|
+
--vscuie-editor-rangeHighlightBackground: var(--vscode-editor-rangeHighlightBackground);
|
|
249
|
+
--vscuie-editor-selectionBackground: var(--vscode-editor-selectionBackground);
|
|
250
|
+
--vscuie-editor-selectionHighlightBackground: var(--vscode-editor-selectionHighlightBackground);
|
|
251
|
+
--vscuie-editor-snippetFinalTabstopHighlightBorder: var(--vscode-editor-snippetFinalTabstopHighlightBorder);
|
|
252
|
+
--vscuie-editor-snippetTabstopHighlightBackground: var(--vscode-editor-snippetTabstopHighlightBackground);
|
|
253
|
+
--vscuie-editor-wordHighlightStrongBackground: var(--vscode-editor-wordHighlightStrongBackground);
|
|
254
|
+
--vscuie-editorActiveLineNumber-foreground: var(--vscode-editorActiveLineNumber-foreground);
|
|
255
|
+
--vscuie-editorBracketMatch-background: var(--vscode-editorBracketMatch-background);
|
|
256
|
+
--vscuie-editorBracketMatch-border: var(--vscode-editorBracketMatch-border);
|
|
257
|
+
--vscuie-editorCodeLens-foreground: var(--vscode-editorCodeLens-foreground);
|
|
258
|
+
--vscuie-editorCursor-foreground: var(--vscode-editorCursor-foreground);
|
|
259
|
+
--vscuie-editorGroup-border: var(--vscode-editorGroup-border);
|
|
260
|
+
--vscuie-editorGroup-dropBackground: var(--vscode-editorGroup-dropBackground);
|
|
261
|
+
--vscuie-editorGutter-addedBackground: var(--vscode-editorGutter-addedBackground);
|
|
262
|
+
--vscuie-editorGutter-commentRangeForeground: var(--vscode-editorGutter-commentRangeForeground);
|
|
263
|
+
--vscuie-editorGutter-deletedBackground: var(--vscode-editorGutter-deletedBackground);
|
|
264
|
+
--vscuie-editorGutter-modifiedBackground: var(--vscode-editorGutter-modifiedBackground);
|
|
265
|
+
--vscuie-editorHint-foreground: var(--vscode-editorHint-foreground);
|
|
266
|
+
--vscuie-editorHoverWidget-border: var(--vscode-editorHoverWidget-border);
|
|
267
|
+
--vscuie-editorHoverWidget-statusBarBackground: var(--vscode-editorHoverWidget-statusBarBackground);
|
|
268
|
+
--vscuie-editorIndentGuide-activeBackground: var(--vscode-editorIndentGuide-activeBackground);
|
|
269
|
+
--vscuie-editorInfo-foreground: var(--vscode-editorInfo-foreground);
|
|
270
|
+
--vscuie-editorLineNumber-activeForeground: var(--vscode-editorLineNumber-activeForeground);
|
|
271
|
+
--vscuie-editorLineNumber-foreground: var(--vscode-editorLineNumber-foreground);
|
|
272
|
+
--vscuie-editorLink-activeForeground: var(--vscode-editorLink-activeForeground);
|
|
273
|
+
--vscuie-editorMarkerNavigationError-background: var(--vscode-editorMarkerNavigationError-background);
|
|
274
|
+
--vscuie-editorMarkerNavigationInfo-background: var(--vscode-editorMarkerNavigationInfo-background);
|
|
275
|
+
--vscuie-editorMarkerNavigationWarning-background: var(--vscode-editorMarkerNavigationWarning-background);
|
|
276
|
+
--vscuie-editorOverviewRuler-addedForeground: var(--vscode-editorOverviewRuler-addedForeground);
|
|
277
|
+
--vscuie-editorOverviewRuler-bracketMatchForeground: var(--vscode-editorOverviewRuler-bracketMatchForeground);
|
|
278
|
+
--vscuie-editorOverviewRuler-commonContentForeground: var(--vscode-editorOverviewRuler-commonContentForeground);
|
|
279
|
+
--vscuie-editorOverviewRuler-currentContentForeground: var(--vscode-editorOverviewRuler-currentContentForeground);
|
|
280
|
+
--vscuie-editorOverviewRuler-deletedForeground: var(--vscode-editorOverviewRuler-deletedForeground);
|
|
281
|
+
--vscuie-editorOverviewRuler-errorForeground: var(--vscode-editorOverviewRuler-errorForeground);
|
|
282
|
+
--vscuie-editorOverviewRuler-findMatchForeground: var(--vscode-editorOverviewRuler-findMatchForeground);
|
|
283
|
+
--vscuie-editorOverviewRuler-incomingContentForeground: var(--vscode-editorOverviewRuler-incomingContentForeground);
|
|
284
|
+
--vscuie-editorOverviewRuler-infoForeground: var(--vscode-editorOverviewRuler-infoForeground);
|
|
285
|
+
--vscuie-editorOverviewRuler-modifiedForeground: var(--vscode-editorOverviewRuler-modifiedForeground);
|
|
286
|
+
--vscuie-editorOverviewRuler-rangeHighlightForeground: var(--vscode-editorOverviewRuler-rangeHighlightForeground);
|
|
287
|
+
--vscuie-editorOverviewRuler-selectionHighlightForeground: var(
|
|
288
|
+
--vscode-editorOverviewRuler-selectionHighlightForeground
|
|
289
|
+
);
|
|
290
|
+
--vscuie-editorOverviewRuler-warningForeground: var(--vscode-editorOverviewRuler-warningForeground);
|
|
291
|
+
--vscuie-editorOverviewRuler-wordHighlightForeground: var(--vscode-editorOverviewRuler-wordHighlightForeground);
|
|
292
|
+
--vscuie-editorOverviewRuler-wordHighlightStrongForeground: var(
|
|
293
|
+
--vscode-editorOverviewRuler-wordHighlightStrongForeground
|
|
294
|
+
);
|
|
295
|
+
--vscuie-editorRuler-foreground: var(--vscode-editorRuler-foreground);
|
|
296
|
+
--vscuie-editorSuggestWidget-border: var(--vscode-editorSuggestWidget-border);
|
|
297
|
+
--vscuie-editorSuggestWidget-foreground: var(--vscode-editorSuggestWidget-foreground);
|
|
298
|
+
--vscuie-editorSuggestWidget-highlightForeground: var(--vscode-editorSuggestWidget-highlightForeground, #0066bf);
|
|
299
|
+
--vscuie-editorSuggestWidget-selectedBackground: var(--vscode-editorSuggestWidget-selectedBackground, #d6ebff);
|
|
300
|
+
--vscuie-editorUnnecessaryCode-opacity: var(--vscode-editorUnnecessaryCode-opacity);
|
|
301
|
+
--vscuie-editorWarning-foreground: var(--vscode-editorWarning-foreground);
|
|
302
|
+
--vscuie-editorWhitespace-foreground: var(--vscode-editorWhitespace-foreground);
|
|
303
|
+
--vscuie-editorWidget-border: var(--vscode-editorWidget-border);
|
|
304
|
+
--vscuie-editorWidget-foreground: var(--vscode-editorWidget-foreground);
|
|
305
|
+
--vscuie-errorForeground: var(--vscode-errorForeground);
|
|
306
|
+
--vscuie-gitDecoration-addedResourceForeground: var(--vscode-gitDecoration-addedResourceForeground);
|
|
307
|
+
--vscuie-gitDecoration-conflictingResourceForeground: var(--vscode-gitDecoration-conflictingResourceForeground);
|
|
308
|
+
--vscuie-gitDecoration-deletedResourceForeground: var(--vscode-gitDecoration-deletedResourceForeground);
|
|
309
|
+
--vscuie-gitDecoration-ignoredResourceForeground: var(--vscode-gitDecoration-ignoredResourceForeground);
|
|
310
|
+
--vscuie-gitDecoration-modifiedResourceForeground: var(--vscode-gitDecoration-modifiedResourceForeground);
|
|
311
|
+
--vscuie-gitDecoration-submoduleResourceForeground: var(--vscode-gitDecoration-submoduleResourceForeground);
|
|
312
|
+
--vscuie-gitDecoration-untrackedResourceForeground: var(--vscode-gitDecoration-untrackedResourceForeground);
|
|
313
|
+
--vscuie-imagePreview-border: var(--vscode-imagePreview-border);
|
|
314
|
+
--vscuie-inputOption-activeBorder: var(--vscode-inputOption-activeBorder);
|
|
315
|
+
--vscuie-inputValidation-errorBackground: var(--vscode-inputValidation-errorBackground);
|
|
316
|
+
--vscuie-inputValidation-errorBorder: var(--vscode-inputValidation-errorBorder);
|
|
317
|
+
--vscuie-inputValidation-infoBackground: var(--vscode-inputValidation-infoBackground);
|
|
318
|
+
--vscuie-inputValidation-warningBackground: var(--vscode-inputValidation-warningBackground);
|
|
319
|
+
--vscuie-inputValidation-warningBorder: var(--vscode-inputValidation-warningBorder);
|
|
320
|
+
--vscuie-list-activeSelectionForeground: var(--vscode-list-activeSelectionForeground);
|
|
321
|
+
--vscuie-list-errorForeground: var(--vscode-list-errorForeground);
|
|
322
|
+
--vscuie-list-focusBackground: var(--vscode-list-focusBackground);
|
|
323
|
+
--vscuie-list-highlightForeground: var(--vscode-list-highlightForeground);
|
|
324
|
+
--vscuie-list-invalidItemForeground: var(--vscode-list-invalidItemForeground);
|
|
325
|
+
--vscuie-list-warningForeground: var(--vscode-list-warningForeground);
|
|
326
|
+
--vscuie-listFilterWidget-background: var(--vscode-listFilterWidget-background);
|
|
327
|
+
--vscuie-listFilterWidget-noMatchesOutline: var(--vscode-listFilterWidget-noMatchesOutline);
|
|
328
|
+
--vscuie-listFilterWidget-outline: var(--vscode-listFilterWidget-outline);
|
|
329
|
+
--vscuie-menu-foreground: var(--vscode-menu-foreground, #cccccc);
|
|
330
|
+
--vscode-menu-background: var(--vscode-menu-background, #252526);
|
|
331
|
+
--vscuie-menu-selectionBackground: var(--vscode-menu-selectionBackground);
|
|
332
|
+
--vscuie-menu-separatorBackground: var(--vscode-menu-separatorBackground);
|
|
333
|
+
--vscuie-merge-commonContentBackground: var(--vscode-merge-commonContentBackground);
|
|
334
|
+
--vscuie-merge-commonHeaderBackground: var(--vscode-merge-commonHeaderBackground);
|
|
335
|
+
--vscuie-merge-currentContentBackground: var(--vscode-merge-currentContentBackground);
|
|
336
|
+
--vscuie-merge-currentHeaderBackground: var(--vscode-merge-currentHeaderBackground);
|
|
337
|
+
--vscuie-merge-incomingContentBackground: var(--vscode-merge-incomingContentBackground);
|
|
338
|
+
--vscuie-merge-incomingHeaderBackground: var(--vscode-merge-incomingHeaderBackground);
|
|
339
|
+
--vscuie-minimap-findMatchHighlight: var(--vscode-minimap-findMatchHighlight);
|
|
340
|
+
--vscuie-notificationLink-foreground: var(--vscode-notificationLink-foreground);
|
|
341
|
+
--vscuie-notifications-border: var(--vscode-notifications-border);
|
|
342
|
+
--vscuie-notifications-foreground: var(--vscode-notifications-foreground);
|
|
343
|
+
--vscuie-panel-dropBackground: var(--vscode-panel-dropBackground);
|
|
344
|
+
--vscuie-panelTitle-activeBorder: var(--vscode-panelTitle-activeBorder);
|
|
345
|
+
--vscuie-panelTitle-activeForeground: var(--vscode-panelTitle-activeForeground);
|
|
346
|
+
--vscuie-panelTitle-inactiveForeground: var(--vscode-panelTitle-inactiveForeground);
|
|
347
|
+
--vscuie-peekViewEditor-background: var(--vscode-peekViewEditor-background);
|
|
348
|
+
--vscuie-peekViewEditor-matchHighlightBackground: var(--vscode-peekViewEditor-matchHighlightBackground);
|
|
349
|
+
--vscuie-peekViewEditorGutter-background: var(--vscode-peekViewEditorGutter-background);
|
|
350
|
+
--vscuie-peekViewResult-fileForeground: var(--vscode-peekViewResult-fileForeground);
|
|
351
|
+
--vscuie-peekViewResult-lineForeground: var(--vscode-peekViewResult-lineForeground);
|
|
352
|
+
--vscuie-peekViewResult-matchHighlightBackground: var(--vscode-peekViewResult-matchHighlightBackground);
|
|
353
|
+
--vscuie-peekViewResult-selectionBackground: var(--vscode-peekViewResult-selectionBackground);
|
|
354
|
+
--vscuie-peekViewResult-selectionForeground: var(--vscode-peekViewResult-selectionForeground);
|
|
355
|
+
--vscuie-peekViewTitleDescription-foreground: var(--vscode-peekViewTitleDescription-foreground);
|
|
356
|
+
--vscuie-pickerGroup-border: var(--vscode-pickerGroup-border);
|
|
357
|
+
--vscuie-pickerGroup-foreground: var(--vscode-pickerGroup-foreground);
|
|
358
|
+
--vscuie-progressBar-background: var(--vscode-progressBar-background);
|
|
359
|
+
--vscuie-scrollbar-shadow: var(--vscode-scrollbar-shadow);
|
|
360
|
+
--vscuie-scrollbarSlider-activeBackground: var(--vscode-scrollbarSlider-activeBackground);
|
|
361
|
+
--vscuie-scrollbarSlider-background: var(--vscode-scrollbarSlider-background);
|
|
362
|
+
--vscuie-scrollbarSlider-hoverBackground: var(--vscode-scrollbarSlider-hoverBackground);
|
|
363
|
+
--vscuie-settings-checkboxBorder: var(--vscode-settings-checkboxBorder);
|
|
364
|
+
--vscuie-settings-checkboxForeground: var(--vscode-settings-checkboxForeground);
|
|
365
|
+
--vscuie-settings-dropdownBorder: var(--vscode-settings-dropdownBorder, #a9a9a9);
|
|
366
|
+
--vscuie-settings-dropdownForeground: var(--vscode-settings-dropdownForeground);
|
|
367
|
+
--vscuie-settings-dropdownListBorder: var(--vscode-settings-dropdownListBorder, #c8c8c8);
|
|
368
|
+
--vscuie-settings-headerForeground: var(--vscode-settings-headerForeground);
|
|
369
|
+
--vscuie-settings-modifiedItemIndicator: var(--vscode-settings-modifiedItemIndicator);
|
|
370
|
+
--vscuie-settings-numberInputForeground: var(--vscode-settings-numberInputForeground);
|
|
371
|
+
--vscuie-sideBar-dropBackground: var(--vscode-sideBar-dropBackground);
|
|
372
|
+
--vscuie-sideBarTitle-foreground: var(--vscode-sideBarTitle-foreground);
|
|
373
|
+
--vscuie-statusBar-debuggingBackground: var(--vscode-statusBar-debuggingBackground);
|
|
374
|
+
--vscuie-statusBar-noFolderBackground: var(--vscode-statusBar-noFolderBackground);
|
|
375
|
+
--vscuie-statusBarItem-prominentBackground: var(--vscode-statusBarItem-prominentBackground);
|
|
376
|
+
--vscuie-statusBarItem-prominentHoverBackground: var(--vscode-statusBarItem-prominentHoverBackground);
|
|
377
|
+
--vscuie-statusBarItem-remoteBackground: var(--vscode-statusBarItem-remoteBackground);
|
|
378
|
+
--vscuie-tab-activeModifiedBorder: var(--vscode-tab-activeModifiedBorder);
|
|
379
|
+
--vscuie-tab-inactiveForeground: var(--vscode-tab-inactiveForeground);
|
|
380
|
+
--vscuie-tab-inactiveModifiedBorder: var(--vscode-tab-inactiveModifiedBorder);
|
|
381
|
+
--vscuie-tab-unfocusedActiveForeground: var(--vscode-tab-unfocusedActiveForeground);
|
|
382
|
+
--vscuie-tab-unfocusedActiveModifiedBorder: var(--vscode-tab-unfocusedActiveModifiedBorder);
|
|
383
|
+
--vscuie-tab-unfocusedInactiveForeground: var(--vscode-tab-unfocusedInactiveForeground);
|
|
384
|
+
--vscuie-tab-unfocusedInactiveModifiedBorder: var(--vscode-tab-unfocusedInactiveModifiedBorder);
|
|
385
|
+
--vscuie-terminal-ansiBlack: var(--vscode-terminal-ansiBlack);
|
|
386
|
+
--vscuie-terminal-ansiBlue: var(--vscode-terminal-ansiBlue);
|
|
387
|
+
--vscuie-terminal-ansiBrightBlack: var(--vscode-terminal-ansiBrightBlack);
|
|
388
|
+
--vscuie-terminal-ansiBrightBlue: var(--vscode-terminal-ansiBrightBlue);
|
|
389
|
+
--vscuie-terminal-ansiBrightCyan: var(--vscode-terminal-ansiBrightCyan);
|
|
390
|
+
--vscuie-terminal-ansiBrightGreen: var(--vscode-terminal-ansiBrightGreen);
|
|
391
|
+
--vscuie-terminal-ansiBrightMagenta: var(--vscode-terminal-ansiBrightMagenta);
|
|
392
|
+
--vscuie-terminal-ansiBrightWhite: var(--vscode-terminal-ansiBrightWhite);
|
|
393
|
+
--vscuie-terminal-ansiBrightYellow: var(--vscode-terminal-ansiBrightYellow);
|
|
394
|
+
--vscuie-terminal-ansiCyan: var(--vscode-terminal-ansiCyan);
|
|
395
|
+
--vscuie-terminal-ansiGreen: var(--vscode-terminal-ansiGreen);
|
|
396
|
+
--vscuie-terminal-ansiMagenta: var(--vscode-terminal-ansiMagenta);
|
|
397
|
+
--vscuie-terminal-ansiRed: var(--vscode-terminal-ansiRed);
|
|
398
|
+
--vscuie-terminal-ansiWhite: var(--vscode-terminal-ansiWhite);
|
|
399
|
+
--vscuie-terminal-ansiYellow: var(--vscode-terminal-ansiYellow);
|
|
400
|
+
--vscuie-terminal-border: var(--vscode-terminal-border);
|
|
401
|
+
--vscuie-terminal-selectionBackground: var(--vscode-terminal-selectionBackground);
|
|
402
|
+
--vscuie-textBlockQuote-background: var(--vscode-textBlockQuote-background);
|
|
403
|
+
--vscuie-textBlockQuote-border: var(--vscode-textBlockQuote-border);
|
|
404
|
+
--vscuie-textCodeBlock-background: var(--vscode-textCodeBlock-background);
|
|
405
|
+
--vscuie-textLink-activeForeground: var(--vscode-textLink-activeForeground);
|
|
406
|
+
--vscuie-textPreformat-foreground: var(--vscode-textPreformat-foreground);
|
|
407
|
+
--vscuie-textSeparator-foreground: var(--vscode-textSeparator-foreground);
|
|
408
|
+
--vscuie-titleBar-activeBackground: var(--vscode-titleBar-activeBackground);
|
|
409
|
+
--vscuie-titleBar-inactiveBackground: var(--vscode-titleBar-inactiveBackground);
|
|
410
|
+
--vscuie-titleBar-inactiveForeground: var(--vscode-titleBar-inactiveForeground);
|
|
411
|
+
--vscuie-tree-indentGuidesStroke: var(--vscode-tree-indentGuidesStroke);
|
|
412
|
+
--vscuie-widget-shadow: var(--vscode-widget-shadow);
|
|
413
|
+
--vscuie-icon-foreground: var(--theia-ui-font-color1, var(--vscode-icon-foreground, #9e9e9e));
|
|
414
|
+
--vscuie-button-secondary-background: var(
|
|
415
|
+
--theia-ui-button-color-secondary,
|
|
416
|
+
var(--vscode-menubar-selectionBackground, #9e9e9e)
|
|
417
|
+
);
|
|
418
|
+
--vscuie-button-secondary-foreground: var(
|
|
419
|
+
--theia-ui-button-font-color-secondary,
|
|
420
|
+
var(--vscuie-button-foreground, rgba(255, 255, 255, 1))
|
|
421
|
+
);
|
|
422
|
+
--vscuie-button-secondary-hoverBackground: var(
|
|
423
|
+
--theia-ui-button-color-secondary-hover,
|
|
424
|
+
var(--vscode-menubar-selectionBackground, #616161)
|
|
425
|
+
);
|
|
426
|
+
--vscuie-button-disabledBackground: var(
|
|
427
|
+
--theia-secondaryButton-disabledBackground,
|
|
428
|
+
var(--vscode-secondaryButton-disabledBackground, #ccc)
|
|
429
|
+
);
|
|
430
|
+
--vscuie-symbolIcon-textForeground: var(--vscode-symbolIcon-textForeground, #ccc);
|
|
431
|
+
--vscuie-splitter-background: var(
|
|
432
|
+
--theia-editorGroupHeader-tabsBackground,
|
|
433
|
+
var(--vscode-debugToolBar-background, #616161)
|
|
434
|
+
);
|
|
435
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@mixin base-font($size: $button-font-size, $family: $font-family-base, $weight: $font-weight-base) {
|
|
2
|
+
@include apply-font($size, $family, $weight);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
@mixin apply-font($size: '', $family: '', $weight: '') {
|
|
6
|
+
@if $size != '' {
|
|
7
|
+
font-size: $size;
|
|
8
|
+
}
|
|
9
|
+
@if $family != '' {
|
|
10
|
+
font-family: $family;
|
|
11
|
+
}
|
|
12
|
+
@if $weight != '' {
|
|
13
|
+
font-weight: $weight;
|
|
14
|
+
}
|
|
15
|
+
}
|