@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.
Files changed (450) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +20 -0
  3. package/dist/components/Icons.d.ts +105 -0
  4. package/dist/components/Icons.d.ts.map +1 -0
  5. package/dist/components/Icons.js +401 -0
  6. package/dist/components/Icons.js.map +1 -0
  7. package/dist/components/UIBreadcrumb/UIBreadcrumb.d.ts +23 -0
  8. package/dist/components/UIBreadcrumb/UIBreadcrumb.d.ts.map +1 -0
  9. package/dist/components/UIBreadcrumb/UIBreadcrumb.js +38 -0
  10. package/dist/components/UIBreadcrumb/UIBreadcrumb.js.map +1 -0
  11. package/dist/components/UIBreadcrumb/index.d.ts +2 -0
  12. package/dist/components/UIBreadcrumb/index.d.ts.map +1 -0
  13. package/dist/components/UIBreadcrumb/index.js +14 -0
  14. package/dist/components/UIBreadcrumb/index.js.map +1 -0
  15. package/dist/components/UIButton/UIActionButton.d.ts +23 -0
  16. package/dist/components/UIButton/UIActionButton.d.ts.map +1 -0
  17. package/dist/components/UIButton/UIActionButton.js +97 -0
  18. package/dist/components/UIButton/UIActionButton.js.map +1 -0
  19. package/dist/components/UIButton/UIDefaultButton.d.ts +23 -0
  20. package/dist/components/UIButton/UIDefaultButton.d.ts.map +1 -0
  21. package/dist/components/UIButton/UIDefaultButton.js +227 -0
  22. package/dist/components/UIButton/UIDefaultButton.js.map +1 -0
  23. package/dist/components/UIButton/UIIconButton.d.ts +37 -0
  24. package/dist/components/UIButton/UIIconButton.d.ts.map +1 -0
  25. package/dist/components/UIButton/UIIconButton.js +106 -0
  26. package/dist/components/UIButton/UIIconButton.js.map +1 -0
  27. package/dist/components/UIButton/UISplitButton.d.ts +36 -0
  28. package/dist/components/UIButton/UISplitButton.d.ts.map +1 -0
  29. package/dist/components/UIButton/UISplitButton.js +67 -0
  30. package/dist/components/UIButton/UISplitButton.js.map +1 -0
  31. package/dist/components/UIButton/index.d.ts +7 -0
  32. package/dist/components/UIButton/index.d.ts.map +1 -0
  33. package/dist/components/UIButton/index.js +17 -0
  34. package/dist/components/UIButton/index.js.map +1 -0
  35. package/dist/components/UICallout/UICallout.d.ts +37 -0
  36. package/dist/components/UICallout/UICallout.d.ts.map +1 -0
  37. package/dist/components/UICallout/UICallout.js +90 -0
  38. package/dist/components/UICallout/UICallout.js.map +1 -0
  39. package/dist/components/UICallout/index.d.ts +2 -0
  40. package/dist/components/UICallout/index.d.ts.map +1 -0
  41. package/dist/components/UICallout/index.js +14 -0
  42. package/dist/components/UICallout/index.js.map +1 -0
  43. package/dist/components/UICheckbox/UICheckbox.d.ts +34 -0
  44. package/dist/components/UICheckbox/UICheckbox.d.ts.map +1 -0
  45. package/dist/components/UICheckbox/UICheckbox.js +135 -0
  46. package/dist/components/UICheckbox/UICheckbox.js.map +1 -0
  47. package/dist/components/UICheckbox/index.d.ts +2 -0
  48. package/dist/components/UICheckbox/index.d.ts.map +1 -0
  49. package/dist/components/UICheckbox/index.js +14 -0
  50. package/dist/components/UICheckbox/index.js.map +1 -0
  51. package/dist/components/UIChoiceGroup/UIChoiceGroup.d.ts +28 -0
  52. package/dist/components/UIChoiceGroup/UIChoiceGroup.d.ts.map +1 -0
  53. package/dist/components/UIChoiceGroup/UIChoiceGroup.js +182 -0
  54. package/dist/components/UIChoiceGroup/UIChoiceGroup.js.map +1 -0
  55. package/dist/components/UIChoiceGroup/index.d.ts +2 -0
  56. package/dist/components/UIChoiceGroup/index.d.ts.map +1 -0
  57. package/dist/components/UIChoiceGroup/index.js +14 -0
  58. package/dist/components/UIChoiceGroup/index.js.map +1 -0
  59. package/dist/components/UIComboBox/Callout.scss +7 -0
  60. package/dist/components/UIComboBox/UIComboBox.d.ts +190 -0
  61. package/dist/components/UIComboBox/UIComboBox.d.ts.map +1 -0
  62. package/dist/components/UIComboBox/UIComboBox.js +468 -0
  63. package/dist/components/UIComboBox/UIComboBox.js.map +1 -0
  64. package/dist/components/UIComboBox/UIComboBox.scss +245 -0
  65. package/dist/components/UIComboBox/_mixins.scss +24 -0
  66. package/dist/components/UIComboBox/index.d.ts +2 -0
  67. package/dist/components/UIComboBox/index.d.ts.map +1 -0
  68. package/dist/components/UIComboBox/index.js +14 -0
  69. package/dist/components/UIComboBox/index.js.map +1 -0
  70. package/dist/components/UIContextualMenu/UIContextualMenu.d.ts +32 -0
  71. package/dist/components/UIContextualMenu/UIContextualMenu.d.ts.map +1 -0
  72. package/dist/components/UIContextualMenu/UIContextualMenu.js +124 -0
  73. package/dist/components/UIContextualMenu/UIContextualMenu.js.map +1 -0
  74. package/dist/components/UIContextualMenu/UIContextualMenu.scss +211 -0
  75. package/dist/components/UIContextualMenu/UIHighlightMenuOption.d.ts +20 -0
  76. package/dist/components/UIContextualMenu/UIHighlightMenuOption.d.ts.map +1 -0
  77. package/dist/components/UIContextualMenu/UIHighlightMenuOption.js +51 -0
  78. package/dist/components/UIContextualMenu/UIHighlightMenuOption.js.map +1 -0
  79. package/dist/components/UIContextualMenu/UIHighlightMenuOption.scss +23 -0
  80. package/dist/components/UIContextualMenu/_variables.scss +30 -0
  81. package/dist/components/UIContextualMenu/index.d.ts +3 -0
  82. package/dist/components/UIContextualMenu/index.d.ts.map +1 -0
  83. package/dist/components/UIContextualMenu/index.js +15 -0
  84. package/dist/components/UIContextualMenu/index.js.map +1 -0
  85. package/dist/components/UIDatePicker/UIDatePicker.d.ts +49 -0
  86. package/dist/components/UIDatePicker/UIDatePicker.d.ts.map +1 -0
  87. package/dist/components/UIDatePicker/UIDatePicker.js +72 -0
  88. package/dist/components/UIDatePicker/UIDatePicker.js.map +1 -0
  89. package/dist/components/UIDatePicker/UIDatePicker.scss +38 -0
  90. package/dist/components/UIDatePicker/index.d.ts +2 -0
  91. package/dist/components/UIDatePicker/index.d.ts.map +1 -0
  92. package/dist/components/UIDatePicker/index.js +14 -0
  93. package/dist/components/UIDatePicker/index.js.map +1 -0
  94. package/dist/components/UIDialog/UIDialog.d.ts +102 -0
  95. package/dist/components/UIDialog/UIDialog.d.ts.map +1 -0
  96. package/dist/components/UIDialog/UIDialog.js +250 -0
  97. package/dist/components/UIDialog/UIDialog.js.map +1 -0
  98. package/dist/components/UIDialog/index.d.ts +2 -0
  99. package/dist/components/UIDialog/index.d.ts.map +1 -0
  100. package/dist/components/UIDialog/index.js +14 -0
  101. package/dist/components/UIDialog/index.js.map +1 -0
  102. package/dist/components/UIDropdown/UIDropdown.d.ts +76 -0
  103. package/dist/components/UIDropdown/UIDropdown.d.ts.map +1 -0
  104. package/dist/components/UIDropdown/UIDropdown.js +166 -0
  105. package/dist/components/UIDropdown/UIDropdown.js.map +1 -0
  106. package/dist/components/UIDropdown/UIDropdown.scss +80 -0
  107. package/dist/components/UIDropdown/index.d.ts +2 -0
  108. package/dist/components/UIDropdown/index.d.ts.map +1 -0
  109. package/dist/components/UIDropdown/index.js +14 -0
  110. package/dist/components/UIDropdown/index.js.map +1 -0
  111. package/dist/components/UIFlexibleTable/RowActions.d.ts +17 -0
  112. package/dist/components/UIFlexibleTable/RowActions.d.ts.map +1 -0
  113. package/dist/components/UIFlexibleTable/RowActions.js +68 -0
  114. package/dist/components/UIFlexibleTable/RowActions.js.map +1 -0
  115. package/dist/components/UIFlexibleTable/RowData.d.ts +16 -0
  116. package/dist/components/UIFlexibleTable/RowData.d.ts.map +1 -0
  117. package/dist/components/UIFlexibleTable/RowData.js +109 -0
  118. package/dist/components/UIFlexibleTable/RowData.js.map +1 -0
  119. package/dist/components/UIFlexibleTable/UIFlexibleTable.d.ts +12 -0
  120. package/dist/components/UIFlexibleTable/UIFlexibleTable.d.ts.map +1 -0
  121. package/dist/components/UIFlexibleTable/UIFlexibleTable.js +256 -0
  122. package/dist/components/UIFlexibleTable/UIFlexibleTable.js.map +1 -0
  123. package/dist/components/UIFlexibleTable/UIFlexibleTable.scss +408 -0
  124. package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.d.ts +20 -0
  125. package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.d.ts.map +1 -0
  126. package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.js +20 -0
  127. package/dist/components/UIFlexibleTable/UIFlexibleTableActionButton.js.map +1 -0
  128. package/dist/components/UIFlexibleTable/UIFlexibleTableRow.d.ts +28 -0
  129. package/dist/components/UIFlexibleTable/UIFlexibleTableRow.d.ts.map +1 -0
  130. package/dist/components/UIFlexibleTable/UIFlexibleTableRow.js +165 -0
  131. package/dist/components/UIFlexibleTable/UIFlexibleTableRow.js.map +1 -0
  132. package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.d.ts +21 -0
  133. package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.d.ts.map +1 -0
  134. package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.js +20 -0
  135. package/dist/components/UIFlexibleTable/UIFlexibleTableRowActionButton.js.map +1 -0
  136. package/dist/components/UIFlexibleTable/index.d.ts +6 -0
  137. package/dist/components/UIFlexibleTable/index.d.ts.map +1 -0
  138. package/dist/components/UIFlexibleTable/index.js +18 -0
  139. package/dist/components/UIFlexibleTable/index.js.map +1 -0
  140. package/dist/components/UIFlexibleTable/types.d.ts +103 -0
  141. package/dist/components/UIFlexibleTable/types.d.ts.map +1 -0
  142. package/dist/components/UIFlexibleTable/types.js +9 -0
  143. package/dist/components/UIFlexibleTable/types.js.map +1 -0
  144. package/dist/components/UIFlexibleTable/utils.d.ts +29 -0
  145. package/dist/components/UIFlexibleTable/utils.d.ts.map +1 -0
  146. package/dist/components/UIFlexibleTable/utils.js +53 -0
  147. package/dist/components/UIFlexibleTable/utils.js.map +1 -0
  148. package/dist/components/UIFocusZone/UIFocusTrapZone.d.ts +22 -0
  149. package/dist/components/UIFocusZone/UIFocusTrapZone.d.ts.map +1 -0
  150. package/dist/components/UIFocusZone/UIFocusTrapZone.js +33 -0
  151. package/dist/components/UIFocusZone/UIFocusTrapZone.js.map +1 -0
  152. package/dist/components/UIFocusZone/UIFocusZone.d.ts +23 -0
  153. package/dist/components/UIFocusZone/UIFocusZone.d.ts.map +1 -0
  154. package/dist/components/UIFocusZone/UIFocusZone.js +35 -0
  155. package/dist/components/UIFocusZone/UIFocusZone.js.map +1 -0
  156. package/dist/components/UIFocusZone/index.d.ts +3 -0
  157. package/dist/components/UIFocusZone/index.d.ts.map +1 -0
  158. package/dist/components/UIFocusZone/index.js +15 -0
  159. package/dist/components/UIFocusZone/index.js.map +1 -0
  160. package/dist/components/UIIcon/UIIcon.d.ts +24 -0
  161. package/dist/components/UIIcon/UIIcon.d.ts.map +1 -0
  162. package/dist/components/UIIcon/UIIcon.js +37 -0
  163. package/dist/components/UIIcon/UIIcon.js.map +1 -0
  164. package/dist/components/UIIcon/UIIcon.scss +3 -0
  165. package/dist/components/UIIcon/index.d.ts +2 -0
  166. package/dist/components/UIIcon/index.d.ts.map +1 -0
  167. package/dist/components/UIIcon/index.js +14 -0
  168. package/dist/components/UIIcon/index.js.map +1 -0
  169. package/dist/components/UIInput/UITextInput.d.ts +25 -0
  170. package/dist/components/UIInput/UITextInput.d.ts.map +1 -0
  171. package/dist/components/UIInput/UITextInput.js +180 -0
  172. package/dist/components/UIInput/UITextInput.js.map +1 -0
  173. package/dist/components/UIInput/index.d.ts +2 -0
  174. package/dist/components/UIInput/index.d.ts.map +1 -0
  175. package/dist/components/UIInput/index.js +14 -0
  176. package/dist/components/UIInput/index.js.map +1 -0
  177. package/dist/components/UILabel/UILabel.d.ts +30 -0
  178. package/dist/components/UILabel/UILabel.d.ts.map +1 -0
  179. package/dist/components/UILabel/UILabel.js +64 -0
  180. package/dist/components/UILabel/UILabel.js.map +1 -0
  181. package/dist/components/UILabel/index.d.ts +2 -0
  182. package/dist/components/UILabel/index.d.ts.map +1 -0
  183. package/dist/components/UILabel/index.js +14 -0
  184. package/dist/components/UILabel/index.js.map +1 -0
  185. package/dist/components/UILink/UILink.d.ts +22 -0
  186. package/dist/components/UILink/UILink.d.ts.map +1 -0
  187. package/dist/components/UILink/UILink.js +58 -0
  188. package/dist/components/UILink/UILink.js.map +1 -0
  189. package/dist/components/UILink/index.d.ts +2 -0
  190. package/dist/components/UILink/index.d.ts.map +1 -0
  191. package/dist/components/UILink/index.js +14 -0
  192. package/dist/components/UILink/index.js.map +1 -0
  193. package/dist/components/UIList/UIList.d.ts +31 -0
  194. package/dist/components/UIList/UIList.d.ts.map +1 -0
  195. package/dist/components/UIList/UIList.js +120 -0
  196. package/dist/components/UIList/UIList.js.map +1 -0
  197. package/dist/components/UIList/UIList.scss +16 -0
  198. package/dist/components/UIList/index.d.ts +2 -0
  199. package/dist/components/UIList/index.d.ts.map +1 -0
  200. package/dist/components/UIList/index.js +14 -0
  201. package/dist/components/UIList/index.js.map +1 -0
  202. package/dist/components/UILoader/UILoader.d.ts +27 -0
  203. package/dist/components/UILoader/UILoader.d.ts.map +1 -0
  204. package/dist/components/UILoader/UILoader.js +78 -0
  205. package/dist/components/UILoader/UILoader.js.map +1 -0
  206. package/dist/components/UILoader/UILoader.scss +32 -0
  207. package/dist/components/UILoader/index.d.ts +2 -0
  208. package/dist/components/UILoader/index.d.ts.map +1 -0
  209. package/dist/components/UILoader/index.js +14 -0
  210. package/dist/components/UILoader/index.js.map +1 -0
  211. package/dist/components/UIMessageBar/UIMessageBar.d.ts +25 -0
  212. package/dist/components/UIMessageBar/UIMessageBar.d.ts.map +1 -0
  213. package/dist/components/UIMessageBar/UIMessageBar.js +59 -0
  214. package/dist/components/UIMessageBar/UIMessageBar.js.map +1 -0
  215. package/dist/components/UIMessageBar/index.d.ts +2 -0
  216. package/dist/components/UIMessageBar/index.d.ts.map +1 -0
  217. package/dist/components/UIMessageBar/index.js +14 -0
  218. package/dist/components/UIMessageBar/index.js.map +1 -0
  219. package/dist/components/UIModal/UIModal.d.ts +23 -0
  220. package/dist/components/UIModal/UIModal.d.ts.map +1 -0
  221. package/dist/components/UIModal/UIModal.js +43 -0
  222. package/dist/components/UIModal/UIModal.js.map +1 -0
  223. package/dist/components/UIModal/index.d.ts +2 -0
  224. package/dist/components/UIModal/index.d.ts.map +1 -0
  225. package/dist/components/UIModal/index.js +14 -0
  226. package/dist/components/UIModal/index.js.map +1 -0
  227. package/dist/components/UIOverlay/UIOverlay.d.ts +22 -0
  228. package/dist/components/UIOverlay/UIOverlay.d.ts.map +1 -0
  229. package/dist/components/UIOverlay/UIOverlay.js +38 -0
  230. package/dist/components/UIOverlay/UIOverlay.js.map +1 -0
  231. package/dist/components/UIOverlay/index.d.ts +2 -0
  232. package/dist/components/UIOverlay/index.d.ts.map +1 -0
  233. package/dist/components/UIOverlay/index.js +14 -0
  234. package/dist/components/UIOverlay/index.js.map +1 -0
  235. package/dist/components/UISearchBox/UISearchBox.d.ts +22 -0
  236. package/dist/components/UISearchBox/UISearchBox.d.ts.map +1 -0
  237. package/dist/components/UISearchBox/UISearchBox.js +155 -0
  238. package/dist/components/UISearchBox/UISearchBox.js.map +1 -0
  239. package/dist/components/UISearchBox/index.d.ts +4 -0
  240. package/dist/components/UISearchBox/index.d.ts.map +1 -0
  241. package/dist/components/UISearchBox/index.js +14 -0
  242. package/dist/components/UISearchBox/index.js.map +1 -0
  243. package/dist/components/UISection/UISection.d.ts +33 -0
  244. package/dist/components/UISection/UISection.d.ts.map +1 -0
  245. package/dist/components/UISection/UISection.js +47 -0
  246. package/dist/components/UISection/UISection.js.map +1 -0
  247. package/dist/components/UISection/UISection.scss +76 -0
  248. package/dist/components/UISection/UISections.d.ts +251 -0
  249. package/dist/components/UISection/UISections.d.ts.map +1 -0
  250. package/dist/components/UISection/UISections.js +709 -0
  251. package/dist/components/UISection/UISections.js.map +1 -0
  252. package/dist/components/UISection/UISections.scss +62 -0
  253. package/dist/components/UISection/UISplitter.d.ts +97 -0
  254. package/dist/components/UISection/UISplitter.d.ts.map +1 -0
  255. package/dist/components/UISection/UISplitter.js +221 -0
  256. package/dist/components/UISection/UISplitter.js.map +1 -0
  257. package/dist/components/UISection/UISplitter.scss +212 -0
  258. package/dist/components/UISection/_mixins.scss +14 -0
  259. package/dist/components/UISection/_variables.scss +1 -0
  260. package/dist/components/UISection/index.d.ts +4 -0
  261. package/dist/components/UISection/index.d.ts.map +1 -0
  262. package/dist/components/UISection/index.js +16 -0
  263. package/dist/components/UISection/index.js.map +1 -0
  264. package/dist/components/UITable/UITable-helper.d.ts +85 -0
  265. package/dist/components/UITable/UITable-helper.d.ts.map +1 -0
  266. package/dist/components/UITable/UITable-helper.js +267 -0
  267. package/dist/components/UITable/UITable-helper.js.map +1 -0
  268. package/dist/components/UITable/UITable.d.ts +212 -0
  269. package/dist/components/UITable/UITable.d.ts.map +1 -0
  270. package/dist/components/UITable/UITable.js +762 -0
  271. package/dist/components/UITable/UITable.js.map +1 -0
  272. package/dist/components/UITable/UITable.scss +194 -0
  273. package/dist/components/UITable/index.d.ts +3 -0
  274. package/dist/components/UITable/index.d.ts.map +1 -0
  275. package/dist/components/UITable/index.js +15 -0
  276. package/dist/components/UITable/index.js.map +1 -0
  277. package/dist/components/UITable/types.d.ts +76 -0
  278. package/dist/components/UITable/types.d.ts.map +1 -0
  279. package/dist/components/UITable/types.js +27 -0
  280. package/dist/components/UITable/types.js.map +1 -0
  281. package/dist/components/UITabs/UITabs.d.ts +28 -0
  282. package/dist/components/UITabs/UITabs.d.ts.map +1 -0
  283. package/dist/components/UITabs/UITabs.js +70 -0
  284. package/dist/components/UITabs/UITabs.js.map +1 -0
  285. package/dist/components/UITabs/index.d.ts +2 -0
  286. package/dist/components/UITabs/index.d.ts.map +1 -0
  287. package/dist/components/UITabs/index.js +14 -0
  288. package/dist/components/UITabs/index.js.map +1 -0
  289. package/dist/components/UIToggle/UIToggle.d.ts +39 -0
  290. package/dist/components/UIToggle/UIToggle.d.ts.map +1 -0
  291. package/dist/components/UIToggle/UIToggle.js +181 -0
  292. package/dist/components/UIToggle/UIToggle.js.map +1 -0
  293. package/dist/components/UIToggle/index.d.ts +2 -0
  294. package/dist/components/UIToggle/index.d.ts.map +1 -0
  295. package/dist/components/UIToggle/index.js +14 -0
  296. package/dist/components/UIToggle/index.js.map +1 -0
  297. package/dist/components/UIToggleGroup/UIToggleGroup.d.ts +31 -0
  298. package/dist/components/UIToggleGroup/UIToggleGroup.d.ts.map +1 -0
  299. package/dist/components/UIToggleGroup/UIToggleGroup.js +132 -0
  300. package/dist/components/UIToggleGroup/UIToggleGroup.js.map +1 -0
  301. package/dist/components/UIToggleGroup/UIToggleGroup.scss +13 -0
  302. package/dist/components/UIToggleGroup/UIToggleGroup.types.d.ts +23 -0
  303. package/dist/components/UIToggleGroup/UIToggleGroup.types.d.ts.map +1 -0
  304. package/dist/components/UIToggleGroup/UIToggleGroup.types.js +3 -0
  305. package/dist/components/UIToggleGroup/UIToggleGroup.types.js.map +1 -0
  306. package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.d.ts +26 -0
  307. package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.d.ts.map +1 -0
  308. package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.js +74 -0
  309. package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.js.map +1 -0
  310. package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.scss +74 -0
  311. package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.d.ts +11 -0
  312. package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.d.ts.map +1 -0
  313. package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.js +3 -0
  314. package/dist/components/UIToggleGroup/UIToggleGroupOption/UIToggleGroupOption.types.js.map +1 -0
  315. package/dist/components/UIToggleGroup/UIToggleGroupOption/index.d.ts +3 -0
  316. package/dist/components/UIToggleGroup/UIToggleGroupOption/index.d.ts.map +1 -0
  317. package/dist/components/UIToggleGroup/UIToggleGroupOption/index.js +15 -0
  318. package/dist/components/UIToggleGroup/UIToggleGroupOption/index.js.map +1 -0
  319. package/dist/components/UIToggleGroup/index.d.ts +3 -0
  320. package/dist/components/UIToggleGroup/index.d.ts.map +1 -0
  321. package/dist/components/UIToggleGroup/index.js +15 -0
  322. package/dist/components/UIToggleGroup/index.js.map +1 -0
  323. package/dist/components/UIToolbar/UIToolbar.d.ts +37 -0
  324. package/dist/components/UIToolbar/UIToolbar.d.ts.map +1 -0
  325. package/dist/components/UIToolbar/UIToolbar.js +101 -0
  326. package/dist/components/UIToolbar/UIToolbar.js.map +1 -0
  327. package/dist/components/UIToolbar/UIToolbar.scss +48 -0
  328. package/dist/components/UIToolbar/UIToolbarColumn.d.ts +8 -0
  329. package/dist/components/UIToolbar/UIToolbarColumn.d.ts.map +1 -0
  330. package/dist/components/UIToolbar/UIToolbarColumn.js +30 -0
  331. package/dist/components/UIToolbar/UIToolbarColumn.js.map +1 -0
  332. package/dist/components/UIToolbar/UIToolbarDivider.d.ts +26 -0
  333. package/dist/components/UIToolbar/UIToolbarDivider.d.ts.map +1 -0
  334. package/dist/components/UIToolbar/UIToolbarDivider.js +51 -0
  335. package/dist/components/UIToolbar/UIToolbarDivider.js.map +1 -0
  336. package/dist/components/UIToolbar/index.d.ts +4 -0
  337. package/dist/components/UIToolbar/index.d.ts.map +1 -0
  338. package/dist/components/UIToolbar/index.js +16 -0
  339. package/dist/components/UIToolbar/index.js.map +1 -0
  340. package/dist/components/UITooltip/UITooltip.d.ts +29 -0
  341. package/dist/components/UITooltip/UITooltip.d.ts.map +1 -0
  342. package/dist/components/UITooltip/UITooltip.js +79 -0
  343. package/dist/components/UITooltip/UITooltip.js.map +1 -0
  344. package/dist/components/UITooltip/UITooltipUtils.d.ts +17 -0
  345. package/dist/components/UITooltip/UITooltipUtils.d.ts.map +1 -0
  346. package/dist/components/UITooltip/UITooltipUtils.js +47 -0
  347. package/dist/components/UITooltip/UITooltipUtils.js.map +1 -0
  348. package/dist/components/UITooltip/index.d.ts +3 -0
  349. package/dist/components/UITooltip/index.d.ts.map +1 -0
  350. package/dist/components/UITooltip/index.js +15 -0
  351. package/dist/components/UITooltip/index.js.map +1 -0
  352. package/dist/components/UITreeDropdown/UITreeDropdown.d.ts +255 -0
  353. package/dist/components/UITreeDropdown/UITreeDropdown.d.ts.map +1 -0
  354. package/dist/components/UITreeDropdown/UITreeDropdown.js +638 -0
  355. package/dist/components/UITreeDropdown/UITreeDropdown.js.map +1 -0
  356. package/dist/components/UITreeDropdown/UITreeDropdown.scss +82 -0
  357. package/dist/components/UITreeDropdown/index.d.ts +2 -0
  358. package/dist/components/UITreeDropdown/index.d.ts.map +1 -0
  359. package/dist/components/UITreeDropdown/index.js +14 -0
  360. package/dist/components/UITreeDropdown/index.js.map +1 -0
  361. package/dist/components/UIVerticalDivider/UIVerticalDivider.d.ts +24 -0
  362. package/dist/components/UIVerticalDivider/UIVerticalDivider.d.ts.map +1 -0
  363. package/dist/components/UIVerticalDivider/UIVerticalDivider.js +42 -0
  364. package/dist/components/UIVerticalDivider/UIVerticalDivider.js.map +1 -0
  365. package/dist/components/UIVerticalDivider/index.d.ts +2 -0
  366. package/dist/components/UIVerticalDivider/index.d.ts.map +1 -0
  367. package/dist/components/UIVerticalDivider/index.js +14 -0
  368. package/dist/components/UIVerticalDivider/index.js.map +1 -0
  369. package/dist/components/UIVirtualList/UIAutoSizer.d.ts +22 -0
  370. package/dist/components/UIVirtualList/UIAutoSizer.d.ts.map +1 -0
  371. package/dist/components/UIVirtualList/UIAutoSizer.js +33 -0
  372. package/dist/components/UIVirtualList/UIAutoSizer.js.map +1 -0
  373. package/dist/components/UIVirtualList/UICellMeasurer.d.ts +23 -0
  374. package/dist/components/UIVirtualList/UICellMeasurer.d.ts.map +1 -0
  375. package/dist/components/UIVirtualList/UICellMeasurer.js +33 -0
  376. package/dist/components/UIVirtualList/UICellMeasurer.js.map +1 -0
  377. package/dist/components/UIVirtualList/UIVirtualList.d.ts +43 -0
  378. package/dist/components/UIVirtualList/UIVirtualList.d.ts.map +1 -0
  379. package/dist/components/UIVirtualList/UIVirtualList.js +70 -0
  380. package/dist/components/UIVirtualList/UIVirtualList.js.map +1 -0
  381. package/dist/components/UIVirtualList/index.d.ts +4 -0
  382. package/dist/components/UIVirtualList/index.d.ts.map +1 -0
  383. package/dist/components/UIVirtualList/index.js +16 -0
  384. package/dist/components/UIVirtualList/index.js.map +1 -0
  385. package/dist/components/index.d.ts +34 -0
  386. package/dist/components/index.d.ts.map +1 -0
  387. package/dist/components/index.js +46 -0
  388. package/dist/components/index.js.map +1 -0
  389. package/dist/helper/ValidationMessage/MessageWrapper.d.ts +18 -0
  390. package/dist/helper/ValidationMessage/MessageWrapper.d.ts.map +1 -0
  391. package/dist/helper/ValidationMessage/MessageWrapper.js +35 -0
  392. package/dist/helper/ValidationMessage/MessageWrapper.js.map +1 -0
  393. package/dist/helper/ValidationMessage/MessageWrapper.scss +44 -0
  394. package/dist/helper/ValidationMessage/index.d.ts +3 -0
  395. package/dist/helper/ValidationMessage/index.d.ts.map +1 -0
  396. package/dist/helper/ValidationMessage/index.js +15 -0
  397. package/dist/helper/ValidationMessage/index.js.map +1 -0
  398. package/dist/helper/ValidationMessage/utils.d.ts +32 -0
  399. package/dist/helper/ValidationMessage/utils.d.ts.map +1 -0
  400. package/dist/helper/ValidationMessage/utils.js +124 -0
  401. package/dist/helper/ValidationMessage/utils.js.map +1 -0
  402. package/dist/index.d.ts +3 -0
  403. package/dist/index.d.ts.map +1 -0
  404. package/dist/index.js +15 -0
  405. package/dist/index.js.map +1 -0
  406. package/dist/styles/_color.scss +435 -0
  407. package/dist/styles/_mixins.scss +15 -0
  408. package/dist/styles/_theia_materialcolors.scss +279 -0
  409. package/dist/styles/_typography.scss +72 -0
  410. package/dist/styles/_variables.scss +24 -0
  411. package/dist/styles/ui-components.scss +5 -0
  412. package/dist/utilities/DeepMerge.d.ts +10 -0
  413. package/dist/utilities/DeepMerge.d.ts.map +1 -0
  414. package/dist/utilities/DeepMerge.js +43 -0
  415. package/dist/utilities/DeepMerge.js.map +1 -0
  416. package/dist/utilities/Focus.d.ts +5 -0
  417. package/dist/utilities/Focus.d.ts.map +1 -0
  418. package/dist/utilities/Focus.js +8 -0
  419. package/dist/utilities/Focus.js.map +1 -0
  420. package/dist/utilities/Id.d.ts +3 -0
  421. package/dist/utilities/Id.d.ts.map +1 -0
  422. package/dist/utilities/Id.js +6 -0
  423. package/dist/utilities/Id.js.map +1 -0
  424. package/dist/utilities/Keys.d.ts +3 -0
  425. package/dist/utilities/Keys.d.ts.map +1 -0
  426. package/dist/utilities/Keys.js +6 -0
  427. package/dist/utilities/Keys.js.map +1 -0
  428. package/dist/utilities/index.d.ts +4 -0
  429. package/dist/utilities/index.d.ts.map +1 -0
  430. package/dist/utilities/index.js +16 -0
  431. package/dist/utilities/index.js.map +1 -0
  432. package/package.json +78 -0
  433. package/storybook/509.1060f8f464e74d7e89e3.manager.bundle.js +17 -0
  434. package/storybook/685.6d7c03ae84f4f4910fd8.manager.bundle.js +10 -0
  435. package/storybook/720.3f79f56f8617ba9b098b.manager.bundle.js +1 -0
  436. package/storybook/730.e07ff5529508942d85d4.manager.bundle.js +15 -0
  437. package/storybook/759.8ae5af3b1b3b446a9919.manager.bundle.js +296 -0
  438. package/storybook/906.cf93a831.iframe.bundle.js +1 -0
  439. package/storybook/93.4e7a890e.iframe.bundle.js +301 -0
  440. package/storybook/975.15c711f75c0452ae9e9f.manager.bundle.js +2 -0
  441. package/storybook/978.a517622963996a3b8256.manager.bundle.js +894 -0
  442. package/storybook/983.515d3eedbfaed61e9ae7.manager.bundle.js +1 -0
  443. package/storybook/favicon.ico +0 -0
  444. package/storybook/iframe.html +380 -0
  445. package/storybook/index.html +177 -0
  446. package/storybook/main.e843f431b2692c06059a.manager.bundle.js +1 -0
  447. package/storybook/main.fd2077c6.iframe.bundle.js +98 -0
  448. package/storybook/project.json +1 -0
  449. package/storybook/runtime~main.1118f177d5097a42d314.manager.bundle.js +2 -0
  450. 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
+ }