@finsemble/finsemble-ui 6.1.1 → 6.1.5

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 (504) hide show
  1. package/README.md +28 -28
  2. package/package.json +1 -1
  3. package/react/actions/favoriteActions.js.map +1 -1
  4. package/react/actions/linkerActions.js.map +1 -1
  5. package/react/actions/menuActions.js.map +1 -1
  6. package/react/actions/rootActions.js.map +1 -1
  7. package/react/actions/searchActions.js.map +1 -1
  8. package/react/actions/smartDesktopDesignerActions.js.map +1 -1
  9. package/react/actions/toolbarActions.js.map +1 -1
  10. package/react/actions/workspaceActions.js.map +1 -1
  11. package/react/assets/css/advancedAppLauncher.css +636 -636
  12. package/react/assets/css/appCatalog.css +1069 -1069
  13. package/react/assets/css/authentication.css +78 -78
  14. package/react/assets/css/button.css +219 -219
  15. package/react/assets/css/core/formElements.css +23 -23
  16. package/react/assets/css/core/icons.css +69 -69
  17. package/react/assets/css/core/notifications.css +75 -75
  18. package/react/assets/css/core/windowFrame.css +36 -36
  19. package/react/assets/css/dashbar.css +78 -78
  20. package/react/assets/css/defaultTheme.css +356 -356
  21. package/react/assets/css/dialogs.css +158 -158
  22. package/react/assets/css/favorites.css +101 -101
  23. package/react/assets/css/finsemble.css +38 -38
  24. package/react/assets/css/focus.css +4 -4
  25. package/react/assets/css/font-finance.css +385 -385
  26. package/react/assets/css/fonts/Open_Sans/LICENSE.txt +202 -202
  27. package/react/assets/css/fonts/Open_Sans/OpenSans-Definition.css +118 -118
  28. package/react/assets/css/fonts/font-finance.svg +124 -124
  29. package/react/assets/css/fonts/icons-reference.html +1174 -1174
  30. package/react/assets/css/linkerWindow.css +124 -124
  31. package/react/assets/css/menus.css +195 -195
  32. package/react/assets/css/notificationsCenter.css +594 -594
  33. package/react/assets/css/processMonitor.css +213 -213
  34. package/react/assets/css/search.css +128 -128
  35. package/react/assets/css/shared/animations.css +99 -99
  36. package/react/assets/css/tags.css +136 -136
  37. package/react/assets/css/toolbar.css +413 -413
  38. package/react/assets/css/userPreferences.css +565 -565
  39. package/react/assets/css/windowTitleBar.css +619 -619
  40. package/react/assets/icons/check.svg +3 -3
  41. package/react/assets/icons/chevron-left.svg +3 -3
  42. package/react/assets/icons/chevron-right.svg +3 -3
  43. package/react/assets/icons/copy.svg +10 -10
  44. package/react/assets/icons/exclamation-circle.svg +4 -4
  45. package/react/assets/icons/external-link.svg +12 -12
  46. package/react/assets/icons/flag.svg +10 -10
  47. package/react/assets/icons/folder.svg +3 -3
  48. package/react/assets/icons/font.svg +3 -3
  49. package/react/assets/icons/globe.svg +3 -3
  50. package/react/assets/icons/hdd.svg +9 -9
  51. package/react/assets/icons/key.svg +10 -10
  52. package/react/assets/icons/life-ring.svg +3 -3
  53. package/react/assets/icons/magic.svg +15 -15
  54. package/react/assets/icons/moon.svg +10 -10
  55. package/react/assets/icons/paint-roller.svg +3 -3
  56. package/react/assets/icons/pencil.svg +10 -10
  57. package/react/assets/icons/plus.svg +3 -3
  58. package/react/assets/icons/question-circle.svg +5 -5
  59. package/react/assets/icons/search.svg +3 -3
  60. package/react/assets/icons/sun.svg +9 -9
  61. package/react/assets/icons/times.svg +3 -3
  62. package/react/assets/icons/toggle-off.svg +6 -6
  63. package/react/assets/icons/toggle-on.svg +6 -6
  64. package/react/assets/icons/tools.svg +3 -3
  65. package/react/assets/icons/trash.svg +12 -12
  66. package/react/assets/icons/upload.svg +10 -10
  67. package/react/assets/icons/window.svg +3 -3
  68. package/react/componentTemplateGenerator.js +85 -85
  69. package/react/componentTemplateGenerator.js.map +1 -1
  70. package/react/components/FinsembleProvider.js.map +1 -1
  71. package/react/components/appCatalog/AppCatalog.js.map +1 -1
  72. package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
  73. package/react/components/appCatalog/components/AppCard.js.map +1 -1
  74. package/react/components/appCatalog/components/AppList.js.map +1 -1
  75. package/react/components/appCatalog/components/AppResults.js.map +1 -1
  76. package/react/components/appCatalog/components/Carousel.js.map +1 -1
  77. package/react/components/appCatalog/components/EmptyResults.js.map +1 -1
  78. package/react/components/appCatalog/components/Hero.js.map +1 -1
  79. package/react/components/appCatalog/components/Home.js.map +1 -1
  80. package/react/components/appCatalog/components/SearchBar.js.map +1 -1
  81. package/react/components/appCatalog/components/Showcase/AppDescription.js.map +1 -1
  82. package/react/components/appCatalog/components/Showcase/AppDevNotes.js.map +1 -1
  83. package/react/components/appCatalog/components/Showcase/AppShowcase.js.map +1 -1
  84. package/react/components/appCatalog/components/Showcase/Header.js.map +1 -1
  85. package/react/components/appCatalog/components/Showcase/ImageCarousel.js.map +1 -1
  86. package/react/components/appCatalog/components/Showcase/Modal.js.map +1 -1
  87. package/react/components/appCatalog/components/Showcase/ReleaseNotes.js.map +1 -1
  88. package/react/components/appCatalog/components/Showcase/SupportNotes.js.map +1 -1
  89. package/react/components/appCatalog/components/Showcase/VersionNotes.js.map +1 -1
  90. package/react/components/appCatalog/components/Showcase/defaults.js.map +1 -1
  91. package/react/components/appCatalog/components/Tag.js.map +1 -1
  92. package/react/components/appCatalog/components/Toast.js.map +1 -1
  93. package/react/components/appCatalog/components/helpers.js.map +1 -1
  94. package/react/components/appCatalog/index.js.map +1 -1
  95. package/react/components/appCatalog/modules/AppDirectory.js.map +1 -1
  96. package/react/components/appCatalog/modules/FDC3.js.map +1 -1
  97. package/react/components/appCatalog/stores/appStore.js.map +1 -1
  98. package/react/components/appCatalog/stores/storeActions.js.map +1 -1
  99. package/react/components/common/Button.js.map +1 -1
  100. package/react/components/common/ButtonIcon.js.map +1 -1
  101. package/react/components/common/ButtonTile.js.map +1 -1
  102. package/react/components/common/ColorPicker.js.map +1 -1
  103. package/react/components/common/DropZone.js.map +1 -1
  104. package/react/components/common/DropdownButton.js.map +1 -1
  105. package/react/components/common/FileInput.js.map +1 -1
  106. package/react/components/common/FinsembleIcon.js.map +1 -1
  107. package/react/components/common/FinsembleSelect.js.map +1 -1
  108. package/react/components/common/FinsembleToggle.js.map +1 -1
  109. package/react/components/common/FontSizeSelector.js.map +1 -1
  110. package/react/components/common/Header.js.map +1 -1
  111. package/react/components/common/ImagePreview.js.map +1 -1
  112. package/react/components/common/LoadingSpinner.js.map +1 -1
  113. package/react/components/common/Tab.js.map +1 -1
  114. package/react/components/common/Tooltip.js.map +1 -1
  115. package/react/components/common/css/application-edit-page.css +117 -117
  116. package/react/components/common/css/application-list.css +47 -47
  117. package/react/components/common/css/button.css +164 -164
  118. package/react/components/common/css/color-picker.css +52 -52
  119. package/react/components/common/css/drop-zone.css +17 -17
  120. package/react/components/common/css/file-input.css +49 -49
  121. package/react/components/common/css/header.css +43 -43
  122. package/react/components/common/css/icon.css +13 -13
  123. package/react/components/common/css/image-preview.css +57 -57
  124. package/react/components/common/css/loading-spinner.css +39 -39
  125. package/react/components/common/css/selector.css +51 -51
  126. package/react/components/common/css/styles.css +128 -128
  127. package/react/components/common/css/tab.css +56 -56
  128. package/react/components/common/css/toggle.css +32 -32
  129. package/react/components/common/css/tooltip.css +68 -68
  130. package/react/components/common/file_helpers.js.map +1 -1
  131. package/react/components/common/fixtures/FinsembleIcon.css +4 -4
  132. package/react/components/common/helpers.js.map +1 -1
  133. package/react/components/common/stories/Button.stories.js.map +1 -1
  134. package/react/components/common/stories/ButtonIcon.stories.js.map +1 -1
  135. package/react/components/common/stories/ButtonTile.stories.js.map +1 -1
  136. package/react/components/common/stories/ColorPicker.stories.js.map +1 -1
  137. package/react/components/common/stories/DropZone.stories.js.map +1 -1
  138. package/react/components/common/stories/FileInput.stories.js.map +1 -1
  139. package/react/components/common/stories/FinsembleIcon.stories.js.map +1 -1
  140. package/react/components/common/stories/FinsembleSelect.stories.js.map +1 -1
  141. package/react/components/common/stories/FinsembleToggle.stories.js.map +1 -1
  142. package/react/components/common/stories/FontSizeSelector.stories.js.map +1 -1
  143. package/react/components/common/stories/Header.stories.js.map +1 -1
  144. package/react/components/common/stories/ImagePreview.stories.js.map +1 -1
  145. package/react/components/common/stories/LoadingSpinner.stories.js.map +1 -1
  146. package/react/components/common/stories/Tab.stories.js.map +1 -1
  147. package/react/components/common/stories/Tooltip.stories.js.map +1 -1
  148. package/react/components/common/tests/ColorPicker.spec.js.map +1 -1
  149. package/react/components/common/tests/DropZone.spec.js.map +1 -1
  150. package/react/components/common/tests/FileInput.spec.js.map +1 -1
  151. package/react/components/common/tests/FinsembleSelect.spec.js.map +1 -1
  152. package/react/components/common/tests/FinsembleToggle.spec.js.map +1 -1
  153. package/react/components/common/tests/Header.spec.js.map +1 -1
  154. package/react/components/common/tests/ImagePreview.spec.js.map +1 -1
  155. package/react/components/common/tests/Tab.spec.js.map +1 -1
  156. package/react/components/common/tests/Tooltip.spec.js.map +1 -1
  157. package/react/components/favorites/FavoriteMaker.js.map +1 -1
  158. package/react/components/favorites/FavoritesShell.js.map +1 -1
  159. package/react/components/favorites/FavoritesShell.spec.js.map +1 -1
  160. package/react/components/favorites/FavoritesShell.stories.js.map +1 -1
  161. package/react/components/favorites/index.js.map +1 -1
  162. package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
  163. package/react/components/fdc3Resolver/ResolverDialog.css +125 -125
  164. package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
  165. package/react/components/fdc3Resolver/ResolverDialog.spec.js.map +1 -1
  166. package/react/components/fdc3Resolver/ResolverDialog.stories.js.map +1 -1
  167. package/react/components/icon/Icon.js.map +1 -1
  168. package/react/components/icon/index.js.map +1 -1
  169. package/react/components/legacyControls/FinsembleDialog.js.map +1 -1
  170. package/react/components/legacyControls/FinsembleDialogButton.js.map +1 -1
  171. package/react/components/legacyControls/FinsembleDialogQuestion.js.map +1 -1
  172. package/react/components/legacyControls/FinsembleDialogTextInput.js.map +1 -1
  173. package/react/components/legacyControls/FinsembleDnDContext.js.map +1 -1
  174. package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
  175. package/react/components/legacyControls/FinsembleHoverDetector.js.map +1 -1
  176. package/react/components/legacyControls/FinsembleMenuSection.js.map +1 -1
  177. package/react/components/legacyControls/stories/FinsembleDialog.stories.js.map +1 -1
  178. package/react/components/legacyControls/stories/FinsembleDialogButton.stories.js.map +1 -1
  179. package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.js.map +1 -1
  180. package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.js.map +1 -1
  181. package/react/components/legacyControls/tests/FinsembleDialog.spec.js.map +1 -1
  182. package/react/components/legacyControls/tests/FinsembleDialogButton.spec.js.map +1 -1
  183. package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.js.map +1 -1
  184. package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.js.map +1 -1
  185. package/react/components/linker/LinkerMenu.js.map +1 -1
  186. package/react/components/linker/LinkerMenuDeprecated.js.map +1 -1
  187. package/react/components/linker/index.js.map +1 -1
  188. package/react/components/linker/remoteRedux.js.map +1 -1
  189. package/react/components/menu/Menu.js.map +1 -1
  190. package/react/components/menu/MenuAutoResizer.js.map +1 -1
  191. package/react/components/menu/MenuContent.js.map +1 -1
  192. package/react/components/menu/MenuHotKey.js.map +1 -1
  193. package/react/components/menu/MenuItem.js.map +1 -1
  194. package/react/components/menu/MenuPortal.js.map +1 -1
  195. package/react/components/menu/MenuShell.js.map +1 -1
  196. package/react/components/menu/MenuToggle.js.map +1 -1
  197. package/react/components/menu/index.js.map +1 -1
  198. package/react/components/menu/keyboardNavigation.js.map +1 -1
  199. package/react/components/menu/menuContext.js.map +1 -1
  200. package/react/components/menu/menuHelpers.js.map +1 -1
  201. package/react/components/notifications/components/NoNotifications.js.map +1 -1
  202. package/react/components/notifications/components/drawer/Drawer.js.map +1 -1
  203. package/react/components/notifications/components/drawer/DrawerControls.js.map +1 -1
  204. package/react/components/notifications/components/drawer/DrawerHeader.js.map +1 -1
  205. package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js.map +1 -1
  206. package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js.map +1 -1
  207. package/react/components/notifications/components/shared/CheckButton.js.map +1 -1
  208. package/react/components/notifications/components/shared/IconButton.js.map +1 -1
  209. package/react/components/notifications/components/shared/NotificationCardShell.js +1 -1
  210. package/react/components/notifications/components/shared/NotificationCardShell.js.map +1 -1
  211. package/react/components/notifications/components/shared/OverflowMenu.js.map +1 -1
  212. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js.map +1 -1
  213. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js.map +1 -1
  214. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js.map +1 -1
  215. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js.map +1 -1
  216. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js.map +1 -1
  217. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js.map +1 -1
  218. package/react/components/notifications/components/views/CardView.js.map +1 -1
  219. package/react/components/notifications/components/views/ListView.js +1 -1
  220. package/react/components/notifications/components/views/ListView.js.map +1 -1
  221. package/react/components/notifications/components/views/NotificationDetailsView.js.map +1 -1
  222. package/react/components/notifications/constants.js.map +1 -1
  223. package/react/components/notifications/icons/Card.js.map +1 -1
  224. package/react/components/notifications/icons/Chevron.js.map +1 -1
  225. package/react/components/notifications/icons/CloseIcon.js.map +1 -1
  226. package/react/components/notifications/icons/EnvelopeClose.js.map +1 -1
  227. package/react/components/notifications/icons/EnvelopeOpen.js.map +1 -1
  228. package/react/components/notifications/icons/SnoozeIcon.js.map +1 -1
  229. package/react/components/notifications/index.js.map +1 -1
  230. package/react/components/notifications/notificationsContext.js.map +1 -1
  231. package/react/components/notifications/types.js.map +1 -1
  232. package/react/components/notifications/utils.js.map +1 -1
  233. package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
  234. package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
  235. package/react/components/processMonitor/components/ChildWindows.js.map +1 -1
  236. package/react/components/processMonitor/components/ListHeader.js.map +1 -1
  237. package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
  238. package/react/components/processMonitor/constants.js.map +1 -1
  239. package/react/components/processMonitor/helpers.js.map +1 -1
  240. package/react/components/processMonitor/index.js.map +1 -1
  241. package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
  242. package/react/components/quickComponentForm/QuickComponentForm.js.map +1 -1
  243. package/react/components/quickComponentForm/index.js.map +1 -1
  244. package/react/components/quickComponentForm/quickComponent.css +3 -3
  245. package/react/components/search/Highlight.js.map +1 -1
  246. package/react/components/search/Highlight.spec.js.map +1 -1
  247. package/react/components/search/Highlight.stories.js.map +1 -1
  248. package/react/components/search/Search.js.map +1 -1
  249. package/react/components/search/SearchBestMatch.js.map +1 -1
  250. package/react/components/search/SearchInput.js.map +1 -1
  251. package/react/components/search/SearchProviderResults.js.map +1 -1
  252. package/react/components/search/SearchResult.js.map +1 -1
  253. package/react/components/search/SearchResults.js.map +1 -1
  254. package/react/components/search/index.js.map +1 -1
  255. package/react/components/shared/Animate.js.map +1 -1
  256. package/react/components/shared/BellIcon.js.map +1 -1
  257. package/react/components/shared/BellIconCrossed.js.map +1 -1
  258. package/react/components/shared/Button.js.map +1 -1
  259. package/react/components/shared/ConditionalWrapper.js.map +1 -1
  260. package/react/components/shared/DefaultDropdownButton.js.map +1 -1
  261. package/react/components/shared/NavigationButton.js.map +1 -1
  262. package/react/components/shared/Tag.js.map +1 -1
  263. package/react/components/shared/TagsMenu.js.map +1 -1
  264. package/react/components/shared/addProtocolToValidURL.js.map +1 -1
  265. package/react/components/shared/addProtocolToValidURL.spec.js.map +1 -1
  266. package/react/components/shared/linkerUtil.js.map +1 -1
  267. package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
  268. package/react/components/shared/validateURL.js.map +1 -1
  269. package/react/components/shared/validateURL.spec.js.map +1 -1
  270. package/react/components/singleInputDialog/SingleInputDialog.css +3 -3
  271. package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
  272. package/react/components/singleInputDialog/SingleInputDialog.spec.js.map +1 -1
  273. package/react/components/singleInputDialog/SingleInputDialog.stories.js.map +1 -1
  274. package/react/components/singleInputDialog/index.js.map +1 -1
  275. package/react/components/smartDesktopDesigner/AppEditPage.js.map +1 -1
  276. package/react/components/smartDesktopDesigner/Appearance.css +94 -94
  277. package/react/components/smartDesktopDesigner/Appearance.helpers.js.map +1 -1
  278. package/react/components/smartDesktopDesigner/Appearance.js.map +1 -1
  279. package/react/components/smartDesktopDesigner/Application.js.map +1 -1
  280. package/react/components/smartDesktopDesigner/ApplicationEdit.js.map +1 -1
  281. package/react/components/smartDesktopDesigner/ApplicationList.js.map +1 -1
  282. package/react/components/smartDesktopDesigner/ApplicationSetup.js.map +1 -1
  283. package/react/components/smartDesktopDesigner/Applications.js.map +1 -1
  284. package/react/components/smartDesktopDesigner/AssetsPage.css +26 -26
  285. package/react/components/smartDesktopDesigner/AssetsPage.js.map +1 -1
  286. package/react/components/smartDesktopDesigner/Authentication.js.map +1 -1
  287. package/react/components/smartDesktopDesigner/AuthenticationProviderConfig.js.map +1 -1
  288. package/react/components/smartDesktopDesigner/Content.js.map +1 -1
  289. package/react/components/smartDesktopDesigner/CurrentView.js.map +1 -1
  290. package/react/components/smartDesktopDesigner/Export.js.map +1 -1
  291. package/react/components/smartDesktopDesigner/ExportCloud.js.map +1 -1
  292. package/react/components/smartDesktopDesigner/ExportDeployInfo.js.map +1 -1
  293. package/react/components/smartDesktopDesigner/ExportZip.js.map +1 -1
  294. package/react/components/smartDesktopDesigner/GettingStarted.js.map +1 -1
  295. package/react/components/smartDesktopDesigner/Navigation.js.map +1 -1
  296. package/react/components/smartDesktopDesigner/ProjectErrors.js.map +1 -1
  297. package/react/components/smartDesktopDesigner/ProjectHeader.js.map +1 -1
  298. package/react/components/smartDesktopDesigner/Publish.js.map +1 -1
  299. package/react/components/smartDesktopDesigner/PublishProgress.js.map +1 -1
  300. package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js.map +1 -1
  301. package/react/components/smartDesktopDesigner/ThemePage.css +110 -110
  302. package/react/components/smartDesktopDesigner/ThemePage.js.map +1 -1
  303. package/react/components/smartDesktopDesigner/Themes.js.map +1 -1
  304. package/react/components/smartDesktopDesigner/View.js.map +1 -1
  305. package/react/components/smartDesktopDesigner/common/fsbl_functions.js.map +1 -1
  306. package/react/components/smartDesktopDesigner/common/getCSSVars.js.map +1 -1
  307. package/react/components/smartDesktopDesigner/common/views.js +2 -2
  308. package/react/components/smartDesktopDesigner/common/views.js.map +1 -1
  309. package/react/components/smartDesktopDesigner/css/appearance.css +10 -10
  310. package/react/components/smartDesktopDesigner/css/applications.css +89 -89
  311. package/react/components/smartDesktopDesigner/css/authentication.css +125 -125
  312. package/react/components/smartDesktopDesigner/css/buttons.css +12 -12
  313. package/react/components/smartDesktopDesigner/css/export.css +163 -163
  314. package/react/components/smartDesktopDesigner/css/getting-started.css +6 -6
  315. package/react/components/smartDesktopDesigner/css/nav.css +93 -93
  316. package/react/components/smartDesktopDesigner/css/project-errors.css +15 -15
  317. package/react/components/smartDesktopDesigner/css/project-header.css +121 -121
  318. package/react/components/smartDesktopDesigner/css/styles.css +179 -179
  319. package/react/components/smartDesktopDesigner/css/views.css +16 -16
  320. package/react/components/smartDesktopDesigner/fixtures/applicationEditProps.js.map +1 -1
  321. package/react/components/smartDesktopDesigner/fixtures/applicationSetupProps.js.map +1 -1
  322. package/react/components/smartDesktopDesigner/fixtures/applicationsProps.js.map +1 -1
  323. package/react/components/smartDesktopDesigner/fixtures/apps.js.map +1 -1
  324. package/react/components/smartDesktopDesigner/fixtures/authenticationProps.js.map +1 -1
  325. package/react/components/smartDesktopDesigner/fixtures/configTemplate.js.map +1 -1
  326. package/react/components/smartDesktopDesigner/fixtures/exportProps.js.map +1 -1
  327. package/react/components/smartDesktopDesigner/fixtures/projectErrorsProps.js.map +1 -1
  328. package/react/components/smartDesktopDesigner/fixtures/publishProgress.js.map +1 -1
  329. package/react/components/smartDesktopDesigner/fixtures/themeProps.js.map +1 -1
  330. package/react/components/smartDesktopDesigner/fixtures/views.js.map +1 -1
  331. package/react/components/smartDesktopDesigner/sdd_helpers.js.map +1 -1
  332. package/react/components/smartDesktopDesigner/stories/AppEditPage.stories.js.map +1 -1
  333. package/react/components/smartDesktopDesigner/stories/Appearance.stories.js.map +1 -1
  334. package/react/components/smartDesktopDesigner/stories/ApplicationEdit.stories.js.map +1 -1
  335. package/react/components/smartDesktopDesigner/stories/ApplicationList.stories.js.map +1 -1
  336. package/react/components/smartDesktopDesigner/stories/ApplicationSetup.stories.js.map +1 -1
  337. package/react/components/smartDesktopDesigner/stories/Applications.stories.js.map +1 -1
  338. package/react/components/smartDesktopDesigner/stories/AssetsPage.stories.js.map +1 -1
  339. package/react/components/smartDesktopDesigner/stories/Authentication.stories.js.map +1 -1
  340. package/react/components/smartDesktopDesigner/stories/Export.stories.js.map +1 -1
  341. package/react/components/smartDesktopDesigner/stories/ExportCloud.stories.js.map +1 -1
  342. package/react/components/smartDesktopDesigner/stories/ExportZip.stories.js.map +1 -1
  343. package/react/components/smartDesktopDesigner/stories/GettingStarted.stories.js.map +1 -1
  344. package/react/components/smartDesktopDesigner/stories/Navigation.stories.js.map +1 -1
  345. package/react/components/smartDesktopDesigner/stories/ProjectErrors.stories.js.map +1 -1
  346. package/react/components/smartDesktopDesigner/stories/ProjectHeader.stories.js.map +1 -1
  347. package/react/components/smartDesktopDesigner/stories/Publish.stories.js.map +1 -1
  348. package/react/components/smartDesktopDesigner/stories/PublishProgress.stories.js.map +1 -1
  349. package/react/components/smartDesktopDesigner/stories/SmartDesktopDesigner.stories.js.map +1 -1
  350. package/react/components/smartDesktopDesigner/stories/ThemePage.stories.js.map +1 -1
  351. package/react/components/smartDesktopDesigner/stories/Themes.stories.js.map +1 -1
  352. package/react/components/smartDesktopDesigner/tests/AppEditPage.spec.js.map +1 -1
  353. package/react/components/smartDesktopDesigner/tests/ApplicationEdit.spec.js.map +1 -1
  354. package/react/components/smartDesktopDesigner/tests/ApplicationList.spec.js.map +1 -1
  355. package/react/components/smartDesktopDesigner/tests/ApplicationSetup.spec.js.map +1 -1
  356. package/react/components/smartDesktopDesigner/tests/Applications.spec.js.map +1 -1
  357. package/react/components/smartDesktopDesigner/tests/Authentication.spec.js.map +1 -1
  358. package/react/components/smartDesktopDesigner/tests/Export.spec.js.map +1 -1
  359. package/react/components/smartDesktopDesigner/tests/ExportZip.spec.js.map +1 -1
  360. package/react/components/smartDesktopDesigner/tests/Navigation.spec.js.map +1 -1
  361. package/react/components/smartDesktopDesigner/tests/ProjectErrors.spec.js.map +1 -1
  362. package/react/components/smartDesktopDesigner/tests/ProjectHeader.spec.js.map +1 -1
  363. package/react/components/smartDesktopDesigner/tests/Publish.spec.js.map +1 -1
  364. package/react/components/smartDesktopDesigner/tests/PublishProgess.spec.js.map +1 -1
  365. package/react/components/smartDesktopDesigner/tests/SmartDesktopDesigner.spec.js.map +1 -1
  366. package/react/components/smartDesktopDesigner/tests/Themes.spec.js.map +1 -1
  367. package/react/components/smartDesktopDesigner/tests/a11y_helper.js +3 -3
  368. package/react/components/smartDesktopDesigner/tests/a11y_helper.js.map +1 -1
  369. package/react/components/smartDesktopDesigner/themeDefinitions.js.map +1 -1
  370. package/react/components/system/System.js.map +1 -1
  371. package/react/components/system/System.spec.js.map +1 -1
  372. package/react/components/system/System.stories.js.map +1 -1
  373. package/react/components/system/SystemTrayComponentShell.js.map +1 -1
  374. package/react/components/system/index.js.map +1 -1
  375. package/react/components/toolbar/AutoArrange.js.map +1 -1
  376. package/react/components/toolbar/DragHandle.js.map +1 -1
  377. package/react/components/toolbar/MinimizeAll.js.map +1 -1
  378. package/react/components/toolbar/MinimizeAll.spec.js.map +1 -1
  379. package/react/components/toolbar/MinimizeAll.stories.js.map +1 -1
  380. package/react/components/toolbar/NotificationControl.js.map +1 -1
  381. package/react/components/toolbar/RevealAll.js.map +1 -1
  382. package/react/components/toolbar/RevealAll.spec.js.map +1 -1
  383. package/react/components/toolbar/RevealAll.stories.js.map +1 -1
  384. package/react/components/toolbar/ToolbarIcon.js.map +1 -1
  385. package/react/components/toolbar/ToolbarSection.js.map +1 -1
  386. package/react/components/toolbar/ToolbarShell.js.map +1 -1
  387. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
  388. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
  389. package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js.map +1 -1
  390. package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js.map +1 -1
  391. package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js.map +1 -1
  392. package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js.map +1 -1
  393. package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js.map +1 -1
  394. package/react/components/toolbar/advancedAppLauncher/components/Content.js.map +1 -1
  395. package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js.map +1 -1
  396. package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js.map +1 -1
  397. package/react/components/toolbar/advancedAppLauncher/components/LeftNav.js.map +1 -1
  398. package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
  399. package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js.map +1 -1
  400. package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js.map +1 -1
  401. package/react/components/toolbar/advancedAppLauncher/components/SortBy.js.map +1 -1
  402. package/react/components/toolbar/advancedAppLauncher/components/TagsList.js.map +1 -1
  403. package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.js.map +1 -1
  404. package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.js.map +1 -1
  405. package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.js.map +1 -1
  406. package/react/components/toolbar/advancedAppLauncher/modules/FDC3.js.map +1 -1
  407. package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js.map +1 -1
  408. package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js.map +1 -1
  409. package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js.map +1 -1
  410. package/react/components/toolbar/appLauncher/AppLauncherMenu.js.map +1 -1
  411. package/react/components/toolbar/appLauncher/DynamicAppLauncher.js.map +1 -1
  412. package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js.map +1 -1
  413. package/react/components/toolbar/appLauncher/appLauncher.css +30 -30
  414. package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -1
  415. package/react/components/toolbar/appLauncher/stores/appLauncherStore.js.map +1 -1
  416. package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
  417. package/react/components/toolbar/dashbar/DashbarItem.js.map +1 -1
  418. package/react/components/toolbar/index.js.map +1 -1
  419. package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js.map +1 -1
  420. package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js.map +1 -1
  421. package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js.map +1 -1
  422. package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js.map +1 -1
  423. package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
  424. package/react/components/toolbar/workspaceManagementMenu/workspaceManagementMenu.css +94 -94
  425. package/react/components/userPreferences/NotificationsPreferencesContext.js.map +1 -1
  426. package/react/components/userPreferences/UserPreferences.js.map +1 -1
  427. package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
  428. package/react/components/userPreferences/components/Checkbox.js.map +1 -1
  429. package/react/components/userPreferences/components/ContentSection.js.map +1 -1
  430. package/react/components/userPreferences/components/LeftNav.js.map +1 -1
  431. package/react/components/userPreferences/components/content/DashbarEditor.js.map +1 -1
  432. package/react/components/userPreferences/components/content/General.js.map +1 -1
  433. package/react/components/userPreferences/components/content/Notifications.js.map +1 -1
  434. package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
  435. package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js.map +1 -1
  436. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
  437. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
  438. package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js.map +1 -1
  439. package/react/components/userPreferences/components/general/ScheduledRestart.js.map +1 -1
  440. package/react/components/userPreferences/index.js.map +1 -1
  441. package/react/components/userPreferences/stores/UserPreferencesStore.js.map +1 -1
  442. package/react/components/userPreferences/stories/DashbarEditor.stories.js.map +1 -1
  443. package/react/components/utils.js.map +1 -1
  444. package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
  445. package/react/components/windowTitleBar/components/center/Tab.js.map +1 -1
  446. package/react/components/windowTitleBar/components/center/TabList.js.map +1 -1
  447. package/react/components/windowTitleBar/components/center/TabRegion.js.map +1 -1
  448. package/react/components/windowTitleBar/components/left/LinkerButton.js.map +1 -1
  449. package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js.map +1 -1
  450. package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +1 -1
  451. package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js.map +1 -1
  452. package/react/components/windowTitleBar/components/left/ShareButton.js.map +1 -1
  453. package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js.map +1 -1
  454. package/react/components/windowTitleBar/components/right/CloseButton.js.map +1 -1
  455. package/react/components/windowTitleBar/components/right/GroupingButton.js.map +1 -1
  456. package/react/components/windowTitleBar/components/right/MaximizeButton.js.map +1 -1
  457. package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +1 -1
  458. package/react/components/windowTitleBar/components/windowTitle.js.map +1 -1
  459. package/react/components/windowTitleBar/index.js.map +1 -1
  460. package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +1 -1
  461. package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +1 -1
  462. package/react/components/windowTitleBar/windowTitleBarContext.js.map +1 -1
  463. package/react/components/yesNoDialog/Timer.spec.js.map +1 -1
  464. package/react/components/yesNoDialog/Timer.stories.js.map +1 -1
  465. package/react/components/yesNoDialog/YesNoDialog.css +3 -3
  466. package/react/components/yesNoDialog/YesNoDialog.js.map +1 -1
  467. package/react/components/yesNoDialog/YesNoDialog.spec.js.map +1 -1
  468. package/react/components/yesNoDialog/YesNoDialog.stories.js.map +1 -1
  469. package/react/components/yesNoDialog/index.js.map +1 -1
  470. package/react/components/yesNoDialog/timer.js.map +1 -1
  471. package/react/enzymeSetup.js.map +1 -1
  472. package/react/hooks/index.js.map +1 -1
  473. package/react/hooks/useAuth.js.map +1 -1
  474. package/react/hooks/useDeepEffect.js.map +1 -1
  475. package/react/hooks/useFavorites.js.map +1 -1
  476. package/react/hooks/useFavoritesShell.js.map +1 -1
  477. package/react/hooks/useHotkey.js.map +1 -1
  478. package/react/hooks/useLinker.js.map +1 -1
  479. package/react/hooks/useMenu.js.map +1 -1
  480. package/react/hooks/useNotifications.js.map +1 -1
  481. package/react/hooks/useOutsideClickDetector.js.map +1 -1
  482. package/react/hooks/usePubSub.js.map +1 -1
  483. package/react/hooks/useSearch.js.map +1 -1
  484. package/react/hooks/useToolbar.js.map +1 -1
  485. package/react/hooks/useWorkspace.js.map +1 -1
  486. package/react/reducers/favoriteReducer.js.map +1 -1
  487. package/react/reducers/linkerReducer.js.map +1 -1
  488. package/react/reducers/menuReducer.js.map +1 -1
  489. package/react/reducers/rootReducer.js.map +1 -1
  490. package/react/reducers/searchReducer.js.map +1 -1
  491. package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
  492. package/react/reducers/toolbarReducer.js.map +1 -1
  493. package/react/reducers/workspaceReducer.js.map +1 -1
  494. package/react/store.js.map +1 -1
  495. package/react/types/advancedAppLauncherTypes.js.map +1 -1
  496. package/react/types/dashbarTypes.js.map +1 -1
  497. package/react/types/favoriteTypes.js.map +1 -1
  498. package/react/types/fdc3.js.map +1 -1
  499. package/react/types/hotkeyTypes.js.map +1 -1
  500. package/react/types/iconTypes.js.map +1 -1
  501. package/react/types/linkerTypes.js.map +1 -1
  502. package/react/types/searchTypes.js.map +1 -1
  503. package/react/types/smartDesktopDesignerTypes.js.map +1 -1
  504. package/react/types/workspaceTypes.js.map +1 -1
@@ -1,619 +1,619 @@
1
- /*!
2
- * windowTitleBar.css
3
- * Copyright 2017 - 2020 by ChartIQ, Inc.
4
- * All rights reserved.
5
- */
6
- @import url("./linkerWindow.css");
7
-
8
- .fsbl-drag-handle {
9
- z-index: 2147483641;
10
- /* use below with window scrollbar hack */
11
- position: fixed;
12
- top: 5px !important;
13
- margin-top: 0px !important;
14
- /* use below without window scrollbar hack */
15
- /* position: absolute; */
16
- /* top: 0px!important; */
17
- /* background-color: red; */
18
- }
19
-
20
- .fsbl-drag-handle-native-movement {
21
- z-index: 2147483641;
22
- /* use below with window scrollbar hack */
23
- position: fixed;
24
- top: 5px !important;
25
- margin-top: 0px !important;
26
- -webkit-app-region: drag;
27
- }
28
-
29
- .fsbl-drag-handle.hidden {
30
- display: none;
31
- }
32
-
33
- .fsbl-drag-handle-native-movement.hidden {
34
- display: none;
35
- }
36
-
37
- .fsbl-tabs-multiple .fsbl-header-right {
38
- padding-left: 80px; /* leave some space for a user to grab */
39
- }
40
-
41
- html:before,
42
- html:after,
43
- body:before,
44
- body:after {
45
- content: "";
46
- position: fixed;
47
- display: block;
48
- z-index: 2147483640;
49
- background-color: var(--window-border-color);
50
- }
51
-
52
- /*
53
- * The next few items give the border of windows
54
- * thickness so that the user can see them
55
- */
56
- html:before {
57
- height: 1px;
58
- left: 0;
59
- right: 0;
60
- top: 0;
61
- }
62
-
63
- html:after {
64
- width: 1px;
65
- top: 0;
66
- right: 0;
67
- bottom: 0;
68
- }
69
-
70
- body:before {
71
- height: 1px;
72
- right: 0;
73
- bottom: 0;
74
- left: 0;
75
- }
76
-
77
- body:after {
78
- width: 1px;
79
- top: 0;
80
- bottom: 0;
81
- left: 0;
82
- }
83
-
84
- .fsbl-header {
85
- font-family: var(--font-family);
86
- font-size: var(--titleBar-font-size);
87
- font-weight: var(--titleBar-font-weight);
88
- text-align: center;
89
- display: flex;
90
- height: var(--titleBar-height);
91
- position: fixed;
92
- align-items: flex-end;
93
- flex-direction: row;
94
- justify-content: space-between;
95
- background: var(--titleBar-background-inactive-color);
96
- width: 100%;
97
- left: 0;
98
- z-index: 2147483639;
99
- top: 0;
100
- color: var(--titleBar-inactive-font-color);
101
- }
102
-
103
- html.desktop-active .title-text {
104
- background: transparent;
105
- color: var(--titleBar-active-font-color);
106
- }
107
-
108
- .fsbl-header-title {
109
- position: relative;
110
- height: 100%;
111
- padding-left: 8px;
112
- overflow: hidden;
113
- align-items: center;
114
- display: flex;
115
- padding-right: 14px;
116
- transition: background-color 0.2s ease;
117
- border-top-left-radius: 10px;
118
- border-top-right-radius: 10px;
119
- }
120
-
121
- .fsbl-header-title[data-hover="true"] {
122
- background-color: var(--core-primary-2);
123
- }
124
-
125
- html.desktop-active .fsbl-header-title .fsbl-tab-title {
126
- color: var(--titlebar-tab-active-font-color);
127
- }
128
-
129
- html.desktop-active .fsbl-header-title[data-hover="true"] {
130
- background-color: var(--titlebar-tab-active-background-color);
131
- color: var(--titlebar-tab-active-font-color);
132
- }
133
-
134
- .fsbl-header-left {
135
- height: calc(100% - 5px); /* leave some space for the resize cursor */
136
- margin-left: 2px;
137
- left: 0px;
138
- align-content: center;
139
- align-items: center;
140
- justify-content: flex-start;
141
- display: flex;
142
- }
143
-
144
- .fsbl-header-center {
145
- height: calc(100% - 10px);
146
- align-content: center;
147
- display: flex;
148
- align-items: center;
149
- justify-content: center;
150
- width: 80%;
151
- text-overflow: ellipsis;
152
- white-space: nowrap;
153
- --webkit-user-select: none;
154
- user-select: none;
155
- position: relative;
156
- padding-bottom: 3px; /* This needs to be half of the thing subtracted from the height. e.g. height = 100% - 6px, then this is 3px) */
157
- }
158
-
159
- .fsbl-tabs-enabled .fsbl-header-center {
160
- height: 100%;
161
- width: 100%;
162
- padding-bottom: 0px;
163
- }
164
-
165
- html.desktop-active .fsbl-header-right {
166
- background: var(--titleBar-background-active-color);
167
- }
168
-
169
- .fsbl-header-right {
170
- margin-right: 2px;
171
- height: calc(100% - 5px); /* leave some space for the resize cursor */
172
- align-content: center;
173
- display: flex;
174
- justify-content: flex-end;
175
- z-index: 5;
176
- }
177
-
178
- /* Offset the contents back up, to make up for half the resize cursor offset */
179
- .fsbl-header-right > * {
180
- margin-top: -2px;
181
- }
182
-
183
- html.desktop-active .fsbl-tab-region-drag-area {
184
- background-color: var(--titleBar-background-inactive-color);
185
- }
186
-
187
- .tab-drop-region {
188
- width: 100%;
189
- height: 100%;
190
- position: absolute;
191
- z-index: 30000;
192
- }
193
-
194
- .fsbl-icon {
195
- position: relative;
196
- color: var(--titleBar-inactive-font-color);
197
- font-size: var(--titleBar-icon-font-size);
198
- width: 10px;
199
- padding: 0px 6px;
200
- height: calc(100% + 1px);
201
- margin-top: -3px;
202
- display: flex;
203
- align-items: center;
204
- justify-content: center;
205
- transition: background 0.2s ease;
206
- cursor: pointer;
207
- box-sizing: content-box !important;
208
- }
209
-
210
- .fsbl-icon svg path {
211
- fill: var(--titlebar-icon-color);
212
- }
213
-
214
- .fsbl-icon[data-hover="true"] {
215
- color: var(--titlebar-icon-hover-color);
216
- }
217
-
218
- /* So it sits over the border*/
219
- .fsbl-icon.fsbl-close {
220
- margin-right: -1px;
221
- }
222
-
223
- .fsbl-icon.fsbl-close[data-hover="true"] {
224
- color: var(--titleBar-button-hover-negative-color);
225
- }
226
-
227
- html.desktop-active .fsbl-icon.fsbl-close[data-hover="true"] {
228
- color: var(--titleBar-button-hover-negative-color);
229
- }
230
-
231
- .fsbl-icon-highlighted {
232
- -webkit-transition: background-color 300ms ease-in-out;
233
- transition: background-color 300ms ease-in-out;
234
- background-color: var(--titleBar-button-highlight-inactive-color);
235
- border-radius: 25px;
236
- color: var(--titlebar-icon-hover-color);
237
- }
238
-
239
- html.desktop-active .fsbl-icon-highlighted {
240
- background-color: var(--titleBar-button-highlight-active-color);
241
- }
242
-
243
- .fsbl-minimize {
244
- align-items: center;
245
- margin-top: -2px;
246
- transition: 0.2s all;
247
- }
248
-
249
- .fsbl-ejector {
250
- -webkit-transition: background-color 300ms ease-in-out;
251
- transition: background-color 300ms ease-in-out;
252
- background-color: var(--titleBar-button-highlight-active-color);
253
- }
254
-
255
- .linkerSection {
256
- display: flex;
257
- height: 100%;
258
- cursor: pointer;
259
- }
260
-
261
- .linker-groups {
262
- height: 100%;
263
- display: flex;
264
- flex-direction: row;
265
- align-items: flex-start;
266
- margin-top: -2px;
267
- }
268
-
269
- .linker-group {
270
- width: 3px;
271
- height: 13px;
272
- margin-left: 3px;
273
- border-radius: 4px;
274
- border: 1px solid transparent;
275
- box-sizing: content-box; /* otherwise any box-sizing on the page can override how our linker appears */
276
- }
277
-
278
- .linker-group-accessible {
279
- width: 1em !important;
280
- padding-bottom: 4px;
281
- margin-bottom: 4px;
282
- color: var(--titleBar-linker-font-color);
283
- }
284
-
285
- .linkerContainer {
286
- justify-content: center;
287
- align-items: flex-start;
288
- }
289
-
290
- .linker-group:hover {
291
- cursor: pointer;
292
- border: 1px solid var(--content-button-neutral-hover-color);
293
- }
294
-
295
- .linker-group:nth-last-child(1) {
296
- margin-right: 5px;
297
- }
298
-
299
- .fsbl-linker {
300
- cursor: pointer;
301
- display: flex;
302
- /* So it sits over the border*/
303
- align-items: center;
304
- justify-content: center;
305
- align-content: center;
306
- transition: background 0.3s ease;
307
- position: relative;
308
- width: 12px;
309
- border-radius: 20px;
310
- margin-right: 2px;
311
- }
312
-
313
- .fsbl-share {
314
- cursor: pointer;
315
- display: flex;
316
- /* So it sits over the border*/
317
- align-items: center;
318
- justify-content: center;
319
- align-content: center;
320
- transition: background 0.3s ease;
321
- position: relative;
322
- width: 14px;
323
- border-radius: 20px;
324
- margin-right: 2px;
325
- }
326
-
327
- .fsbl-share > svg {
328
- margin-top: 1px;
329
- }
330
-
331
- .fsbl-linker svg #prefix__a {
332
- fill: var(--titleBar-linker-font-color);
333
- }
334
-
335
- .fsbl-linker svg #prefix__b {
336
- fill: var(--titleBar-linker-font-color-blur);
337
- }
338
-
339
- .fsbl-linker:hover,
340
- .fsbl-linker[data-hover="true"], /* deprecated */
341
- .fsbl-share[data-hover="true"] {
342
- background-color: var(--titleBar-button-hover-active-color);
343
- }
344
-
345
- .ff-minimize {
346
- padding-bottom: 3px;
347
- }
348
-
349
- .ff-linker:before {
350
- padding-top: 3px;
351
- }
352
-
353
- .ff-share:before {
354
- padding-top: 3px;
355
- }
356
-
357
- .ff-maximize,
358
- .ff-close,
359
- .ff-detached,
360
- .ff-attached {
361
- padding-top: 2px;
362
- transition: 0.2s all;
363
- }
364
-
365
- .ff-always-on-top {
366
- padding-top: 3px;
367
- font-size: 11px;
368
- }
369
-
370
- .ff-restore {
371
- padding-top: 4px;
372
- }
373
-
374
- .fsbl-tab {
375
- height: 100%;
376
- padding-left: 8px;
377
- position: relative;
378
- display: inline-flex;
379
- align-content: center;
380
- align-items: center;
381
- vertical-align: top;
382
- background-color: var(--titlebar-tab-inactive-background-color);
383
- color: var(--titlebar-tab-inactive-font-color);
384
- border-top-right-radius: 10px;
385
- border-top-left-radius: 10px;
386
- user-select: none;
387
- box-sizing: border-box;
388
- justify-content: flex-start;
389
- transition: color 0.2s ease;
390
- }
391
-
392
- .fsbl-active-tab {
393
- background-color: var(--titlebar-tab-active-background-color);
394
- color: var(--titlebar-tab-active-font-color);
395
- }
396
-
397
- .fsbl-tab[data-hover="true"] {
398
- background-color: var(--titlebar-tab-hover-background-color);
399
- color: var(--titlebar-tab-hover-font-color);
400
- }
401
-
402
- .tab-region-wrapper {
403
- max-width: 75%; /* make sure there's always some space to grab and move the window */
404
- }
405
-
406
- /* When there are multiple tabs, no border for the last tab on the right side. */
407
- .fsbl-tabs-multiple .tab-region-wrapper > div:last-child {
408
- border-right: none;
409
- }
410
-
411
- .fsbl-tab-area {
412
- height: 100%;
413
- display: flex;
414
- width: 100%;
415
- position: absolute;
416
- left: 0;
417
- overflow: scroll;
418
- }
419
-
420
- .fsbl-tab-area::-webkit-scrollbar {
421
- display: none;
422
- }
423
-
424
- .fsbl-tab-title {
425
- text-align: left;
426
- padding-left: 1px;
427
- min-width: 0;
428
- color: var(--titlebar-tab-inactive-font-color);
429
- display: flex;
430
- align-items: center;
431
- }
432
-
433
- /* The block below allows for a flex-child to have text truncated with an ellipsis. */
434
- .fsbl-tab-title .title-text {
435
- flex: 1;
436
- overflow: hidden;
437
- white-space: nowrap;
438
- text-overflow: ellipsis;
439
- }
440
-
441
- html.desktop-active .fsbl-active-tab .fsbl-tab-title {
442
- color: var(--titlebar-tab-active-font-color);
443
- }
444
-
445
- .fsbl-tab-close {
446
- font-size: 8px;
447
- padding: 0px 10px;
448
- visibility: hidden;
449
- cursor: pointer;
450
- height: 100%;
451
- display: flex;
452
- flex-direction: column;
453
- justify-content: center;
454
- position: absolute;
455
- right: 0;
456
- z-index: 30001;
457
- }
458
-
459
- .fsbl-tab-close:hover {
460
- -webkit-text-stroke: 1px;
461
- }
462
-
463
- .fsbl-tab:hover > .fsbl-tab-close {
464
- visibility: visible;
465
- }
466
-
467
- .fsbl-tab-logo {
468
- margin: 0px 7px;
469
- padding-top: 3px;
470
- width: auto;
471
- height: auto;
472
- color: var(--titlebar-tab-icon-font-color);
473
- }
474
-
475
- .fsbl-tab-logo i {
476
- font-size: 14px;
477
- }
478
-
479
- .fsbl-tab-logo img {
480
- height: 18px;
481
- width: 18px;
482
- }
483
-
484
- .fsbl-tab .fsbl-tab-style {
485
- position: relative;
486
- height: 100%;
487
- left: 0px;
488
- }
489
- .fsbl-tab-region-drag-area:before {
490
- content: "a";
491
- visibility: hidden;
492
- }
493
-
494
- /* Without content, the ghost-tab caused really strange sizing behaviors. */
495
- .ghost-tab:before {
496
- content: "a";
497
- visibility: hidden;
498
- }
499
-
500
- .ghost-tab {
501
- background-color: var(--titlebar-tab-ghost-background-color);
502
- border-right: 1px solid var(--titlebar-tab-ghost-border-colorcolor);
503
- border-top: 1px solid var(--titlebar-tab-ghost-border-color);
504
- width: 175px;
505
- opacity: 0.7;
506
- position: relative;
507
- height: 100%;
508
- left: 0px;
509
- }
510
-
511
- /* Styles the zoom pop up */
512
- .fsbl-zoom-popup {
513
- display: none;
514
- position: absolute;
515
- top: -15px;
516
- right: 10px;
517
- background-color: var(--tertiary-background-color);
518
- padding: 5px;
519
- color: var(--font-color);
520
- opacity: 0.8;
521
- font-size: 0.9em;
522
- }
523
-
524
- .fsbl-zoom-popup button {
525
- width: unset;
526
- font-size: unset;
527
- padding: 1px 5px 1px 5px;
528
- margin: 0px 2px 0px 2px;
529
- }
530
-
531
- .fsbl-zoom-popup-text {
532
- margin-left: 3px;
533
- }
534
-
535
- .fsbl-zoom-popup-title {
536
- margin-left: 0px;
537
- }
538
-
539
- .fsbl-zoom-popup-heading {
540
- margin-left: 4px;
541
- margin-bottom: 4px;
542
- }
543
-
544
- /* Responsive Sizing */
545
- /* At 345px, the Drag-to-Share icon will be removed. */
546
- @media screen and (min-width: 0px) and (max-width: 345px) {
547
- .fsbl-icon.ff-share {
548
- display: none !important;
549
- }
550
- .fsbl-tabs-multiple .fsbl-header-right {
551
- padding-left: 70px; /* leave some space for a user to grab */
552
- }
553
- .fsbl-header-title {
554
- /* max-width:50%; */
555
- }
556
- }
557
-
558
- /* At 310px, the left section of the header will be removed. */
559
- @media screen and (min-width: 0px) and (max-width: 310px) {
560
- .fsbl-header-left {
561
- display: none !important;
562
- }
563
- .fsbl-tabs-multiple .fsbl-header-right {
564
- padding-left: 60px; /* leave some space for a user to grab */
565
- }
566
- }
567
-
568
- /* At 280px, the docking icon will be removed. */
569
- @media screen and (min-width: 0px) and (max-width: 280px) {
570
- .fsbl-icon.ff-detached,
571
- .fsbl-icon.ff-attached {
572
- display: none !important;
573
- }
574
- .fsbl-tabs-multiple .fsbl-header-right {
575
- padding-left: 50px; /* this will leave some space for window dragging */
576
- }
577
- }
578
-
579
- /* At 245px, the maximize icon will be removed. */
580
- @media screen and (min-width: 0px) and (max-width: 245px) {
581
- .fsbl-icon.fsbl-maximize {
582
- display: none !important;
583
- }
584
- .fsbl-tabs-multiple .fsbl-header-right {
585
- padding-left: 40px; /* this will leave some space for window dragging */
586
- }
587
- }
588
-
589
- /* At 210px, all other icons icon will be removed. */
590
- @media screen and (min-width: 0px) and (max-width: 210px) {
591
- .fsbl-icon.fsbl-minimize {
592
- display: none !important;
593
- }
594
- .fsbl-icon.fsbl-always-on-top {
595
- display: none !important;
596
- }
597
- .icon-avatar-wrapper {
598
- display: none !important;
599
- }
600
-
601
- .fsbl-tabs-multiple .fsbl-header-right {
602
- padding-left: 30px; /* this will leave some space for window dragging */
603
- }
604
- .fsbl-header-title {
605
- max-width: 25%;
606
- }
607
- }
608
-
609
- .finsemble-toolbar .icon-avatar {
610
- padding: 3px;
611
- font-size: 7px;
612
- position: relative;
613
- top: -1px;
614
- }
615
-
616
- .finsemble-toolbar .icon-avatar > i {
617
- position: relative;
618
- top: 1px;
619
- }
1
+ /*!
2
+ * windowTitleBar.css
3
+ * Copyright 2017 - 2020 by ChartIQ, Inc.
4
+ * All rights reserved.
5
+ */
6
+ @import url("./linkerWindow.css");
7
+
8
+ .fsbl-drag-handle {
9
+ z-index: 2147483641;
10
+ /* use below with window scrollbar hack */
11
+ position: fixed;
12
+ top: 5px !important;
13
+ margin-top: 0px !important;
14
+ /* use below without window scrollbar hack */
15
+ /* position: absolute; */
16
+ /* top: 0px!important; */
17
+ /* background-color: red; */
18
+ }
19
+
20
+ .fsbl-drag-handle-native-movement {
21
+ z-index: 2147483641;
22
+ /* use below with window scrollbar hack */
23
+ position: fixed;
24
+ top: 5px !important;
25
+ margin-top: 0px !important;
26
+ -webkit-app-region: drag;
27
+ }
28
+
29
+ .fsbl-drag-handle.hidden {
30
+ display: none;
31
+ }
32
+
33
+ .fsbl-drag-handle-native-movement.hidden {
34
+ display: none;
35
+ }
36
+
37
+ .fsbl-tabs-multiple .fsbl-header-right {
38
+ padding-left: 80px; /* leave some space for a user to grab */
39
+ }
40
+
41
+ html:before,
42
+ html:after,
43
+ body:before,
44
+ body:after {
45
+ content: "";
46
+ position: fixed;
47
+ display: block;
48
+ z-index: 2147483640;
49
+ background-color: var(--window-border-color);
50
+ }
51
+
52
+ /*
53
+ * The next few items give the border of windows
54
+ * thickness so that the user can see them
55
+ */
56
+ html:before {
57
+ height: 1px;
58
+ left: 0;
59
+ right: 0;
60
+ top: 0;
61
+ }
62
+
63
+ html:after {
64
+ width: 1px;
65
+ top: 0;
66
+ right: 0;
67
+ bottom: 0;
68
+ }
69
+
70
+ body:before {
71
+ height: 1px;
72
+ right: 0;
73
+ bottom: 0;
74
+ left: 0;
75
+ }
76
+
77
+ body:after {
78
+ width: 1px;
79
+ top: 0;
80
+ bottom: 0;
81
+ left: 0;
82
+ }
83
+
84
+ .fsbl-header {
85
+ font-family: var(--font-family);
86
+ font-size: var(--titleBar-font-size);
87
+ font-weight: var(--titleBar-font-weight);
88
+ text-align: center;
89
+ display: flex;
90
+ height: var(--titleBar-height);
91
+ position: fixed;
92
+ align-items: flex-end;
93
+ flex-direction: row;
94
+ justify-content: space-between;
95
+ background: var(--titleBar-background-inactive-color);
96
+ width: 100%;
97
+ left: 0;
98
+ z-index: 2147483639;
99
+ top: 0;
100
+ color: var(--titleBar-inactive-font-color);
101
+ }
102
+
103
+ html.desktop-active .title-text {
104
+ background: transparent;
105
+ color: var(--titleBar-active-font-color);
106
+ }
107
+
108
+ .fsbl-header-title {
109
+ position: relative;
110
+ height: 100%;
111
+ padding-left: 8px;
112
+ overflow: hidden;
113
+ align-items: center;
114
+ display: flex;
115
+ padding-right: 14px;
116
+ transition: background-color 0.2s ease;
117
+ border-top-left-radius: 10px;
118
+ border-top-right-radius: 10px;
119
+ }
120
+
121
+ .fsbl-header-title[data-hover="true"] {
122
+ background-color: var(--core-primary-2);
123
+ }
124
+
125
+ html.desktop-active .fsbl-header-title .fsbl-tab-title {
126
+ color: var(--titlebar-tab-active-font-color);
127
+ }
128
+
129
+ html.desktop-active .fsbl-header-title[data-hover="true"] {
130
+ background-color: var(--titlebar-tab-active-background-color);
131
+ color: var(--titlebar-tab-active-font-color);
132
+ }
133
+
134
+ .fsbl-header-left {
135
+ height: calc(100% - 5px); /* leave some space for the resize cursor */
136
+ margin-left: 2px;
137
+ left: 0px;
138
+ align-content: center;
139
+ align-items: center;
140
+ justify-content: flex-start;
141
+ display: flex;
142
+ }
143
+
144
+ .fsbl-header-center {
145
+ height: calc(100% - 10px);
146
+ align-content: center;
147
+ display: flex;
148
+ align-items: center;
149
+ justify-content: center;
150
+ width: 80%;
151
+ text-overflow: ellipsis;
152
+ white-space: nowrap;
153
+ --webkit-user-select: none;
154
+ user-select: none;
155
+ position: relative;
156
+ padding-bottom: 3px; /* This needs to be half of the thing subtracted from the height. e.g. height = 100% - 6px, then this is 3px) */
157
+ }
158
+
159
+ .fsbl-tabs-enabled .fsbl-header-center {
160
+ height: 100%;
161
+ width: 100%;
162
+ padding-bottom: 0px;
163
+ }
164
+
165
+ html.desktop-active .fsbl-header-right {
166
+ background: var(--titleBar-background-active-color);
167
+ }
168
+
169
+ .fsbl-header-right {
170
+ margin-right: 2px;
171
+ height: calc(100% - 5px); /* leave some space for the resize cursor */
172
+ align-content: center;
173
+ display: flex;
174
+ justify-content: flex-end;
175
+ z-index: 5;
176
+ }
177
+
178
+ /* Offset the contents back up, to make up for half the resize cursor offset */
179
+ .fsbl-header-right > * {
180
+ margin-top: -2px;
181
+ }
182
+
183
+ html.desktop-active .fsbl-tab-region-drag-area {
184
+ background-color: var(--titleBar-background-inactive-color);
185
+ }
186
+
187
+ .tab-drop-region {
188
+ width: 100%;
189
+ height: 100%;
190
+ position: absolute;
191
+ z-index: 30000;
192
+ }
193
+
194
+ .fsbl-icon {
195
+ position: relative;
196
+ color: var(--titleBar-inactive-font-color);
197
+ font-size: var(--titleBar-icon-font-size);
198
+ width: 10px;
199
+ padding: 0px 6px;
200
+ height: calc(100% + 1px);
201
+ margin-top: -3px;
202
+ display: flex;
203
+ align-items: center;
204
+ justify-content: center;
205
+ transition: background 0.2s ease;
206
+ cursor: pointer;
207
+ box-sizing: content-box !important;
208
+ }
209
+
210
+ .fsbl-icon svg path {
211
+ fill: var(--titlebar-icon-color);
212
+ }
213
+
214
+ .fsbl-icon[data-hover="true"] {
215
+ color: var(--titlebar-icon-hover-color);
216
+ }
217
+
218
+ /* So it sits over the border*/
219
+ .fsbl-icon.fsbl-close {
220
+ margin-right: -1px;
221
+ }
222
+
223
+ .fsbl-icon.fsbl-close[data-hover="true"] {
224
+ color: var(--titleBar-button-hover-negative-color);
225
+ }
226
+
227
+ html.desktop-active .fsbl-icon.fsbl-close[data-hover="true"] {
228
+ color: var(--titleBar-button-hover-negative-color);
229
+ }
230
+
231
+ .fsbl-icon-highlighted {
232
+ -webkit-transition: background-color 300ms ease-in-out;
233
+ transition: background-color 300ms ease-in-out;
234
+ background-color: var(--titleBar-button-highlight-inactive-color);
235
+ border-radius: 25px;
236
+ color: var(--titlebar-icon-hover-color);
237
+ }
238
+
239
+ html.desktop-active .fsbl-icon-highlighted {
240
+ background-color: var(--titleBar-button-highlight-active-color);
241
+ }
242
+
243
+ .fsbl-minimize {
244
+ align-items: center;
245
+ margin-top: -2px;
246
+ transition: 0.2s all;
247
+ }
248
+
249
+ .fsbl-ejector {
250
+ -webkit-transition: background-color 300ms ease-in-out;
251
+ transition: background-color 300ms ease-in-out;
252
+ background-color: var(--titleBar-button-highlight-active-color);
253
+ }
254
+
255
+ .linkerSection {
256
+ display: flex;
257
+ height: 100%;
258
+ cursor: pointer;
259
+ }
260
+
261
+ .linker-groups {
262
+ height: 100%;
263
+ display: flex;
264
+ flex-direction: row;
265
+ align-items: flex-start;
266
+ margin-top: -2px;
267
+ }
268
+
269
+ .linker-group {
270
+ width: 3px;
271
+ height: 13px;
272
+ margin-left: 3px;
273
+ border-radius: 4px;
274
+ border: 1px solid transparent;
275
+ box-sizing: content-box; /* otherwise any box-sizing on the page can override how our linker appears */
276
+ }
277
+
278
+ .linker-group-accessible {
279
+ width: 1em !important;
280
+ padding-bottom: 4px;
281
+ margin-bottom: 4px;
282
+ color: var(--titleBar-linker-font-color);
283
+ }
284
+
285
+ .linkerContainer {
286
+ justify-content: center;
287
+ align-items: flex-start;
288
+ }
289
+
290
+ .linker-group:hover {
291
+ cursor: pointer;
292
+ border: 1px solid var(--content-button-neutral-hover-color);
293
+ }
294
+
295
+ .linker-group:nth-last-child(1) {
296
+ margin-right: 5px;
297
+ }
298
+
299
+ .fsbl-linker {
300
+ cursor: pointer;
301
+ display: flex;
302
+ /* So it sits over the border*/
303
+ align-items: center;
304
+ justify-content: center;
305
+ align-content: center;
306
+ transition: background 0.3s ease;
307
+ position: relative;
308
+ width: 12px;
309
+ border-radius: 20px;
310
+ margin-right: 2px;
311
+ }
312
+
313
+ .fsbl-share {
314
+ cursor: pointer;
315
+ display: flex;
316
+ /* So it sits over the border*/
317
+ align-items: center;
318
+ justify-content: center;
319
+ align-content: center;
320
+ transition: background 0.3s ease;
321
+ position: relative;
322
+ width: 14px;
323
+ border-radius: 20px;
324
+ margin-right: 2px;
325
+ }
326
+
327
+ .fsbl-share > svg {
328
+ margin-top: 1px;
329
+ }
330
+
331
+ .fsbl-linker svg #prefix__a {
332
+ fill: var(--titleBar-linker-font-color);
333
+ }
334
+
335
+ .fsbl-linker svg #prefix__b {
336
+ fill: var(--titleBar-linker-font-color-blur);
337
+ }
338
+
339
+ .fsbl-linker:hover,
340
+ .fsbl-linker[data-hover="true"], /* deprecated */
341
+ .fsbl-share[data-hover="true"] {
342
+ background-color: var(--titleBar-button-hover-active-color);
343
+ }
344
+
345
+ .ff-minimize {
346
+ padding-bottom: 3px;
347
+ }
348
+
349
+ .ff-linker:before {
350
+ padding-top: 3px;
351
+ }
352
+
353
+ .ff-share:before {
354
+ padding-top: 3px;
355
+ }
356
+
357
+ .ff-maximize,
358
+ .ff-close,
359
+ .ff-detached,
360
+ .ff-attached {
361
+ padding-top: 2px;
362
+ transition: 0.2s all;
363
+ }
364
+
365
+ .ff-always-on-top {
366
+ padding-top: 3px;
367
+ font-size: 11px;
368
+ }
369
+
370
+ .ff-restore {
371
+ padding-top: 4px;
372
+ }
373
+
374
+ .fsbl-tab {
375
+ height: 100%;
376
+ padding-left: 8px;
377
+ position: relative;
378
+ display: inline-flex;
379
+ align-content: center;
380
+ align-items: center;
381
+ vertical-align: top;
382
+ background-color: var(--titlebar-tab-inactive-background-color);
383
+ color: var(--titlebar-tab-inactive-font-color);
384
+ border-top-right-radius: 10px;
385
+ border-top-left-radius: 10px;
386
+ user-select: none;
387
+ box-sizing: border-box;
388
+ justify-content: flex-start;
389
+ transition: color 0.2s ease;
390
+ }
391
+
392
+ .fsbl-active-tab {
393
+ background-color: var(--titlebar-tab-active-background-color);
394
+ color: var(--titlebar-tab-active-font-color);
395
+ }
396
+
397
+ .fsbl-tab[data-hover="true"] {
398
+ background-color: var(--titlebar-tab-hover-background-color);
399
+ color: var(--titlebar-tab-hover-font-color);
400
+ }
401
+
402
+ .tab-region-wrapper {
403
+ max-width: 75%; /* make sure there's always some space to grab and move the window */
404
+ }
405
+
406
+ /* When there are multiple tabs, no border for the last tab on the right side. */
407
+ .fsbl-tabs-multiple .tab-region-wrapper > div:last-child {
408
+ border-right: none;
409
+ }
410
+
411
+ .fsbl-tab-area {
412
+ height: 100%;
413
+ display: flex;
414
+ width: 100%;
415
+ position: absolute;
416
+ left: 0;
417
+ overflow: scroll;
418
+ }
419
+
420
+ .fsbl-tab-area::-webkit-scrollbar {
421
+ display: none;
422
+ }
423
+
424
+ .fsbl-tab-title {
425
+ text-align: left;
426
+ padding-left: 1px;
427
+ min-width: 0;
428
+ color: var(--titlebar-tab-inactive-font-color);
429
+ display: flex;
430
+ align-items: center;
431
+ }
432
+
433
+ /* The block below allows for a flex-child to have text truncated with an ellipsis. */
434
+ .fsbl-tab-title .title-text {
435
+ flex: 1;
436
+ overflow: hidden;
437
+ white-space: nowrap;
438
+ text-overflow: ellipsis;
439
+ }
440
+
441
+ html.desktop-active .fsbl-active-tab .fsbl-tab-title {
442
+ color: var(--titlebar-tab-active-font-color);
443
+ }
444
+
445
+ .fsbl-tab-close {
446
+ font-size: 8px;
447
+ padding: 0px 10px;
448
+ visibility: hidden;
449
+ cursor: pointer;
450
+ height: 100%;
451
+ display: flex;
452
+ flex-direction: column;
453
+ justify-content: center;
454
+ position: absolute;
455
+ right: 0;
456
+ z-index: 30001;
457
+ }
458
+
459
+ .fsbl-tab-close:hover {
460
+ -webkit-text-stroke: 1px;
461
+ }
462
+
463
+ .fsbl-tab:hover > .fsbl-tab-close {
464
+ visibility: visible;
465
+ }
466
+
467
+ .fsbl-tab-logo {
468
+ margin: 0px 7px;
469
+ padding-top: 3px;
470
+ width: auto;
471
+ height: auto;
472
+ color: var(--titlebar-tab-icon-font-color);
473
+ }
474
+
475
+ .fsbl-tab-logo i {
476
+ font-size: 14px;
477
+ }
478
+
479
+ .fsbl-tab-logo img {
480
+ height: 18px;
481
+ width: 18px;
482
+ }
483
+
484
+ .fsbl-tab .fsbl-tab-style {
485
+ position: relative;
486
+ height: 100%;
487
+ left: 0px;
488
+ }
489
+ .fsbl-tab-region-drag-area:before {
490
+ content: "a";
491
+ visibility: hidden;
492
+ }
493
+
494
+ /* Without content, the ghost-tab caused really strange sizing behaviors. */
495
+ .ghost-tab:before {
496
+ content: "a";
497
+ visibility: hidden;
498
+ }
499
+
500
+ .ghost-tab {
501
+ background-color: var(--titlebar-tab-ghost-background-color);
502
+ border-right: 1px solid var(--titlebar-tab-ghost-border-colorcolor);
503
+ border-top: 1px solid var(--titlebar-tab-ghost-border-color);
504
+ width: 175px;
505
+ opacity: 0.7;
506
+ position: relative;
507
+ height: 100%;
508
+ left: 0px;
509
+ }
510
+
511
+ /* Styles the zoom pop up */
512
+ .fsbl-zoom-popup {
513
+ display: none;
514
+ position: absolute;
515
+ top: -15px;
516
+ right: 10px;
517
+ background-color: var(--tertiary-background-color);
518
+ padding: 5px;
519
+ color: var(--font-color);
520
+ opacity: 0.8;
521
+ font-size: 0.9em;
522
+ }
523
+
524
+ .fsbl-zoom-popup button {
525
+ width: unset;
526
+ font-size: unset;
527
+ padding: 1px 5px 1px 5px;
528
+ margin: 0px 2px 0px 2px;
529
+ }
530
+
531
+ .fsbl-zoom-popup-text {
532
+ margin-left: 3px;
533
+ }
534
+
535
+ .fsbl-zoom-popup-title {
536
+ margin-left: 0px;
537
+ }
538
+
539
+ .fsbl-zoom-popup-heading {
540
+ margin-left: 4px;
541
+ margin-bottom: 4px;
542
+ }
543
+
544
+ /* Responsive Sizing */
545
+ /* At 345px, the Drag-to-Share icon will be removed. */
546
+ @media screen and (min-width: 0px) and (max-width: 345px) {
547
+ .fsbl-icon.ff-share {
548
+ display: none !important;
549
+ }
550
+ .fsbl-tabs-multiple .fsbl-header-right {
551
+ padding-left: 70px; /* leave some space for a user to grab */
552
+ }
553
+ .fsbl-header-title {
554
+ /* max-width:50%; */
555
+ }
556
+ }
557
+
558
+ /* At 310px, the left section of the header will be removed. */
559
+ @media screen and (min-width: 0px) and (max-width: 310px) {
560
+ .fsbl-header-left {
561
+ display: none !important;
562
+ }
563
+ .fsbl-tabs-multiple .fsbl-header-right {
564
+ padding-left: 60px; /* leave some space for a user to grab */
565
+ }
566
+ }
567
+
568
+ /* At 280px, the docking icon will be removed. */
569
+ @media screen and (min-width: 0px) and (max-width: 280px) {
570
+ .fsbl-icon.ff-detached,
571
+ .fsbl-icon.ff-attached {
572
+ display: none !important;
573
+ }
574
+ .fsbl-tabs-multiple .fsbl-header-right {
575
+ padding-left: 50px; /* this will leave some space for window dragging */
576
+ }
577
+ }
578
+
579
+ /* At 245px, the maximize icon will be removed. */
580
+ @media screen and (min-width: 0px) and (max-width: 245px) {
581
+ .fsbl-icon.fsbl-maximize {
582
+ display: none !important;
583
+ }
584
+ .fsbl-tabs-multiple .fsbl-header-right {
585
+ padding-left: 40px; /* this will leave some space for window dragging */
586
+ }
587
+ }
588
+
589
+ /* At 210px, all other icons icon will be removed. */
590
+ @media screen and (min-width: 0px) and (max-width: 210px) {
591
+ .fsbl-icon.fsbl-minimize {
592
+ display: none !important;
593
+ }
594
+ .fsbl-icon.fsbl-always-on-top {
595
+ display: none !important;
596
+ }
597
+ .icon-avatar-wrapper {
598
+ display: none !important;
599
+ }
600
+
601
+ .fsbl-tabs-multiple .fsbl-header-right {
602
+ padding-left: 30px; /* this will leave some space for window dragging */
603
+ }
604
+ .fsbl-header-title {
605
+ max-width: 25%;
606
+ }
607
+ }
608
+
609
+ .finsemble-toolbar .icon-avatar {
610
+ padding: 3px;
611
+ font-size: 7px;
612
+ position: relative;
613
+ top: -1px;
614
+ }
615
+
616
+ .finsemble-toolbar .icon-avatar > i {
617
+ position: relative;
618
+ top: 1px;
619
+ }