@finsemble/finsemble-ui 6.3.1 → 6.4.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 (744) hide show
  1. package/README.md +28 -28
  2. package/package.json +21 -33
  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.d.ts +1 -3
  9. package/react/actions/smartDesktopDesignerActions.js +0 -1
  10. package/react/actions/smartDesktopDesignerActions.js.map +1 -1
  11. package/react/actions/toolbarActions.js.map +1 -1
  12. package/react/actions/workspaceActions.js.map +1 -1
  13. package/react/assets/css/advancedAppLauncher.css +636 -636
  14. package/react/assets/css/appCatalog.css +1069 -1069
  15. package/react/assets/css/authentication.css +78 -78
  16. package/react/assets/css/button.css +220 -220
  17. package/react/assets/css/core/formElements.css +23 -23
  18. package/react/assets/css/core/icons.css +69 -69
  19. package/react/assets/css/core/notifications.css +75 -75
  20. package/react/assets/css/core/windowFrame.css +36 -36
  21. package/react/assets/css/dashbar.css +78 -78
  22. package/react/assets/css/defaultTheme.css +356 -356
  23. package/react/assets/css/dialogs.css +158 -158
  24. package/react/assets/css/favorites.css +101 -101
  25. package/react/assets/css/finsemble.css +38 -38
  26. package/react/assets/css/focus.css +4 -4
  27. package/react/assets/css/font-finance.css +385 -385
  28. package/react/assets/css/fonts/Open_Sans/LICENSE.txt +202 -202
  29. package/react/assets/css/fonts/Open_Sans/OpenSans-Definition.css +118 -118
  30. package/react/assets/css/fonts/font-finance.svg +124 -124
  31. package/react/assets/css/fonts/icons-reference.html +1174 -1174
  32. package/react/assets/css/linkerWindow.css +124 -124
  33. package/react/assets/css/menus.css +195 -195
  34. package/react/assets/css/notificationsCenter.css +597 -597
  35. package/react/assets/css/processMonitor.css +213 -213
  36. package/react/assets/css/search.css +128 -128
  37. package/react/assets/css/shared/animations.css +99 -99
  38. package/react/assets/css/tags.css +136 -136
  39. package/react/assets/css/toolbar.css +413 -413
  40. package/react/assets/css/userPreferences.css +538 -568
  41. package/react/assets/css/windowTitleBar.css +653 -652
  42. package/react/assets/icons/always-on-top.svg +20 -0
  43. package/react/assets/icons/caret.svg +7 -0
  44. package/react/assets/icons/check-square.svg +5 -5
  45. package/react/assets/icons/check.svg +3 -3
  46. package/react/assets/icons/chevron-left.svg +3 -3
  47. package/react/assets/icons/chevron-right.svg +3 -3
  48. package/react/assets/icons/close.svg +11 -0
  49. package/react/assets/icons/copy.svg +10 -10
  50. package/react/assets/icons/documentation.svg +20 -0
  51. package/react/assets/icons/exclamation-circle.svg +4 -4
  52. package/react/assets/icons/external-link.svg +12 -12
  53. package/react/assets/icons/flag.svg +10 -10
  54. package/react/assets/icons/folder.svg +3 -3
  55. package/react/assets/icons/font.svg +3 -3
  56. package/react/assets/icons/globe.svg +3 -3
  57. package/react/assets/icons/hdd.svg +9 -9
  58. package/react/assets/icons/key.svg +10 -10
  59. package/react/assets/icons/life-ring.svg +3 -3
  60. package/react/assets/icons/linker.svg +18 -0
  61. package/react/assets/icons/lock.svg +5 -5
  62. package/react/assets/icons/magic.svg +15 -15
  63. package/react/assets/icons/maximize.svg +16 -0
  64. package/react/assets/icons/minimize.svg +15 -0
  65. package/react/assets/icons/moon.svg +10 -10
  66. package/react/assets/icons/paint-roller.svg +3 -3
  67. package/react/assets/icons/pencil.svg +10 -10
  68. package/react/assets/icons/plus.svg +3 -3
  69. package/react/assets/icons/question-circle.svg +5 -5
  70. package/react/assets/icons/search.svg +3 -3
  71. package/react/assets/icons/sun.svg +9 -9
  72. package/react/assets/icons/times.svg +3 -3
  73. package/react/assets/icons/toggle-off.svg +6 -6
  74. package/react/assets/icons/toggle-on.svg +6 -6
  75. package/react/assets/icons/toolbar.svg +12 -0
  76. package/react/assets/icons/tools.svg +3 -3
  77. package/react/assets/icons/trash.svg +12 -12
  78. package/react/assets/icons/upload.svg +10 -10
  79. package/react/assets/icons/window.svg +3 -3
  80. package/react/assets/img/finsemble-display.png +0 -0
  81. package/react/componentTemplateGenerator.js +85 -85
  82. package/react/componentTemplateGenerator.js.map +1 -1
  83. package/react/components/FinsembleProvider.js.map +1 -1
  84. package/react/components/appCatalog/AppCatalog.js.map +1 -1
  85. package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
  86. package/react/components/appCatalog/components/AppCard.js.map +1 -1
  87. package/react/components/appCatalog/components/AppList.js.map +1 -1
  88. package/react/components/appCatalog/components/AppResults.js.map +1 -1
  89. package/react/components/appCatalog/components/Carousel.js.map +1 -1
  90. package/react/components/appCatalog/components/EmptyResults.js.map +1 -1
  91. package/react/components/appCatalog/components/Hero.js.map +1 -1
  92. package/react/components/appCatalog/components/Home.js.map +1 -1
  93. package/react/components/appCatalog/components/SearchBar.js.map +1 -1
  94. package/react/components/appCatalog/components/Showcase/AppDescription.js.map +1 -1
  95. package/react/components/appCatalog/components/Showcase/AppDevNotes.js.map +1 -1
  96. package/react/components/appCatalog/components/Showcase/AppShowcase.js.map +1 -1
  97. package/react/components/appCatalog/components/Showcase/Header.js.map +1 -1
  98. package/react/components/appCatalog/components/Showcase/ImageCarousel.js.map +1 -1
  99. package/react/components/appCatalog/components/Showcase/Modal.js.map +1 -1
  100. package/react/components/appCatalog/components/Showcase/ReleaseNotes.js.map +1 -1
  101. package/react/components/appCatalog/components/Showcase/SupportNotes.js.map +1 -1
  102. package/react/components/appCatalog/components/Showcase/VersionNotes.js.map +1 -1
  103. package/react/components/appCatalog/components/Showcase/defaults.js.map +1 -1
  104. package/react/components/appCatalog/components/Tag.js.map +1 -1
  105. package/react/components/appCatalog/components/Toast.js.map +1 -1
  106. package/react/components/appCatalog/components/helpers.js.map +1 -1
  107. package/react/components/appCatalog/index.js.map +1 -1
  108. package/react/components/appCatalog/modules/AppDirectory.js.map +1 -1
  109. package/react/components/appCatalog/modules/FDC3.js.map +1 -1
  110. package/react/components/appCatalog/stores/appStore.js.map +1 -1
  111. package/react/components/appCatalog/stores/storeActions.js.map +1 -1
  112. package/react/components/common/Accordion.d.ts +11 -0
  113. package/react/components/common/Accordion.js +20 -0
  114. package/react/components/common/Accordion.js.map +1 -0
  115. package/react/components/common/Button.js.map +1 -1
  116. package/react/components/common/ButtonIcon.js.map +1 -1
  117. package/react/components/common/ButtonRow.js.map +1 -1
  118. package/react/components/common/ButtonTile.js.map +1 -1
  119. package/react/components/common/Checkbox.d.ts +1 -0
  120. package/react/components/common/Checkbox.js +3 -1
  121. package/react/components/common/Checkbox.js.map +1 -1
  122. package/react/components/common/ColorPicker.js.map +1 -1
  123. package/react/components/common/DropZone.js.map +1 -1
  124. package/react/components/common/DropdownButton.js.map +1 -1
  125. package/react/components/common/FileInput.d.ts +2 -1
  126. package/react/components/common/FileInput.js +9 -4
  127. package/react/components/common/FileInput.js.map +1 -1
  128. package/react/components/common/FinsembleIcon.d.ts +1 -1
  129. package/react/components/common/FinsembleIcon.js +16 -0
  130. package/react/components/common/FinsembleIcon.js.map +1 -1
  131. package/react/components/common/FinsembleSelect.js.map +1 -1
  132. package/react/components/common/FinsembleToggle.js.map +1 -1
  133. package/react/components/common/Header.js +1 -1
  134. package/react/components/common/Header.js.map +1 -1
  135. package/react/components/common/ImagePreview.js.map +1 -1
  136. package/react/components/common/InputTable.d.ts +11 -0
  137. package/react/components/common/InputTable.js +50 -0
  138. package/react/components/common/InputTable.js.map +1 -0
  139. package/react/components/common/LoadingSpinner.js.map +1 -1
  140. package/react/components/common/Tab.js.map +1 -1
  141. package/react/components/common/Tooltip.js.map +1 -1
  142. package/react/components/common/css/accordion.css +99 -0
  143. package/react/components/common/css/application-edit-page.css +324 -117
  144. package/react/components/common/css/application-list.css +49 -47
  145. package/react/components/common/css/button.css +166 -164
  146. package/react/components/common/css/checkbox.css +30 -0
  147. package/react/components/common/css/color-picker.css +52 -52
  148. package/react/components/common/css/drop-zone.css +17 -17
  149. package/react/components/common/css/file-input.css +65 -49
  150. package/react/components/common/css/header.css +30 -43
  151. package/react/components/common/css/icon.css +13 -13
  152. package/react/components/common/css/image-preview.css +57 -57
  153. package/react/components/common/css/loading-spinner.css +39 -39
  154. package/react/components/common/css/selector.css +51 -51
  155. package/react/components/common/css/styles.css +127 -128
  156. package/react/components/common/css/tab.css +56 -56
  157. package/react/components/common/css/toggle.css +32 -32
  158. package/react/components/common/css/tooltip.css +78 -78
  159. package/react/components/common/file_helpers.js.map +1 -1
  160. package/react/components/common/fixtures/FinsembleIcon.css +4 -4
  161. package/react/components/common/helpers.js.map +1 -1
  162. package/react/components/common/stories/Accordion.stories.d.ts +14 -0
  163. package/react/components/common/stories/Accordion.stories.js +42 -0
  164. package/react/components/common/stories/Accordion.stories.js.map +1 -0
  165. package/react/components/common/stories/Button.stories.js.map +1 -1
  166. package/react/components/common/stories/ButtonIcon.stories.js.map +1 -1
  167. package/react/components/common/stories/ButtonRow.stories.js.map +1 -1
  168. package/react/components/common/stories/ButtonTile.stories.js.map +1 -1
  169. package/react/components/common/stories/Checkbox.stories.js.map +1 -1
  170. package/react/components/common/stories/ColorPicker.stories.js.map +1 -1
  171. package/react/components/common/stories/DropZone.stories.js.map +1 -1
  172. package/react/components/common/stories/DropdownButton.stories.d.ts +11 -0
  173. package/react/components/common/stories/DropdownButton.stories.js +12 -0
  174. package/react/components/common/stories/DropdownButton.stories.js.map +1 -1
  175. package/react/components/common/stories/FileInput.stories.d.ts +2 -1
  176. package/react/components/common/stories/FileInput.stories.js +6 -0
  177. package/react/components/common/stories/FileInput.stories.js.map +1 -1
  178. package/react/components/common/stories/FinsembleIcon.stories.js +1 -0
  179. package/react/components/common/stories/FinsembleIcon.stories.js.map +1 -1
  180. package/react/components/common/stories/FinsembleSelect.stories.js.map +1 -1
  181. package/react/components/common/stories/FinsembleToggle.stories.js.map +1 -1
  182. package/react/components/common/stories/Header.stories.js.map +1 -1
  183. package/react/components/common/stories/ImagePreview.stories.js.map +1 -1
  184. package/react/components/common/stories/InputTable.stories.d.ts +12 -0
  185. package/react/components/common/stories/InputTable.stories.js +35 -0
  186. package/react/components/common/stories/InputTable.stories.js.map +1 -0
  187. package/react/components/common/stories/LoadingSpinner.stories.js.map +1 -1
  188. package/react/components/common/stories/Tab.stories.js.map +1 -1
  189. package/react/components/common/stories/Tooltip.stories.js.map +1 -1
  190. package/react/components/{smartDesktopDesigner/tests/ApplicationEdit.spec.d.ts → common/tests/Accordion.spec.d.ts} +0 -0
  191. package/react/components/common/tests/Accordion.spec.js +53 -0
  192. package/react/components/common/tests/Accordion.spec.js.map +1 -0
  193. package/react/components/common/tests/ButtonRow.spec.js.map +1 -1
  194. package/react/components/common/tests/Checkbox.spec.js +5 -3
  195. package/react/components/common/tests/Checkbox.spec.js.map +1 -1
  196. package/react/components/common/tests/ColorPicker.spec.js.map +1 -1
  197. package/react/components/common/tests/DropZone.spec.js.map +1 -1
  198. package/react/components/common/tests/FileInput.spec.js +20 -5
  199. package/react/components/common/tests/FileInput.spec.js.map +1 -1
  200. package/react/components/common/tests/FinsembleSelect.spec.js.map +1 -1
  201. package/react/components/common/tests/FinsembleToggle.spec.js.map +1 -1
  202. package/react/components/common/tests/Header.spec.js +6 -2
  203. package/react/components/common/tests/Header.spec.js.map +1 -1
  204. package/react/components/common/tests/ImagePreview.spec.js.map +1 -1
  205. package/react/components/{smartDesktopDesigner/tests/ApplicationSetup.spec.d.ts → common/tests/InputTable.spec.d.ts} +0 -0
  206. package/react/components/common/tests/InputTable.spec.js +166 -0
  207. package/react/components/common/tests/InputTable.spec.js.map +1 -0
  208. package/react/components/common/tests/Tab.spec.js.map +1 -1
  209. package/react/components/common/tests/Tooltip.spec.js.map +1 -1
  210. package/react/components/favorites/FavoriteMaker.js.map +1 -1
  211. package/react/components/favorites/FavoritesShell.js.map +1 -1
  212. package/react/components/favorites/FavoritesShell.spec.js.map +1 -1
  213. package/react/components/favorites/FavoritesShell.stories.js.map +1 -1
  214. package/react/components/favorites/index.js.map +1 -1
  215. package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
  216. package/react/components/fdc3Resolver/ResolverDialog.css +126 -126
  217. package/react/components/fdc3Resolver/ResolverDialog.js +1 -1
  218. package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
  219. package/react/components/fdc3Resolver/ResolverDialog.spec.js +1 -1
  220. package/react/components/fdc3Resolver/ResolverDialog.spec.js.map +1 -1
  221. package/react/components/fdc3Resolver/ResolverDialog.stories.js +13 -0
  222. package/react/components/fdc3Resolver/ResolverDialog.stories.js.map +1 -1
  223. package/react/components/icon/Icon.js.map +1 -1
  224. package/react/components/icon/index.js.map +1 -1
  225. package/react/components/legacyControls/FinsembleDialog.js.map +1 -1
  226. package/react/components/legacyControls/FinsembleDialogButton.js +1 -1
  227. package/react/components/legacyControls/FinsembleDialogButton.js.map +1 -1
  228. package/react/components/legacyControls/FinsembleDialogQuestion.js.map +1 -1
  229. package/react/components/legacyControls/FinsembleDialogTextInput.js.map +1 -1
  230. package/react/components/legacyControls/FinsembleDnDContext.js.map +1 -1
  231. package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
  232. package/react/components/legacyControls/FinsembleHoverDetector.js.map +1 -1
  233. package/react/components/legacyControls/FinsembleMenuSection.js.map +1 -1
  234. package/react/components/legacyControls/stories/FinsembleDialog.stories.js.map +1 -1
  235. package/react/components/legacyControls/stories/FinsembleDialogButton.stories.js.map +1 -1
  236. package/react/components/legacyControls/stories/FinsembleDialogQuestion.stories.js.map +1 -1
  237. package/react/components/legacyControls/stories/FinsembleDialogTextInput.stories.js.map +1 -1
  238. package/react/components/legacyControls/tests/FinsembleDialog.spec.js.map +1 -1
  239. package/react/components/legacyControls/tests/FinsembleDialogButton.spec.js.map +1 -1
  240. package/react/components/legacyControls/tests/FinsembleDialogQuestion.spec.js.map +1 -1
  241. package/react/components/legacyControls/tests/FinsembleDialogTextInput.spec.js.map +1 -1
  242. package/react/components/linker/LinkerMenu.js.map +1 -1
  243. package/react/components/linker/LinkerMenuDeprecated.js.map +1 -1
  244. package/react/components/linker/index.js.map +1 -1
  245. package/react/components/linker/remoteRedux.js.map +1 -1
  246. package/react/components/menu/Menu.d.ts +1 -0
  247. package/react/components/menu/Menu.js.map +1 -1
  248. package/react/components/menu/MenuAutoResizer.d.ts +2 -1
  249. package/react/components/menu/MenuAutoResizer.js +4 -3
  250. package/react/components/menu/MenuAutoResizer.js.map +1 -1
  251. package/react/components/menu/MenuContent.js.map +1 -1
  252. package/react/components/menu/MenuHotKey.js.map +1 -1
  253. package/react/components/menu/MenuItem.js.map +1 -1
  254. package/react/components/menu/MenuPortal.js +99 -92
  255. package/react/components/menu/MenuPortal.js.map +1 -1
  256. package/react/components/menu/MenuShell.d.ts +1 -0
  257. package/react/components/menu/MenuShell.js +3 -2
  258. package/react/components/menu/MenuShell.js.map +1 -1
  259. package/react/components/menu/MenuToggle.js.map +1 -1
  260. package/react/components/menu/index.js.map +1 -1
  261. package/react/components/menu/keyboardNavigation.js.map +1 -1
  262. package/react/components/menu/menuContext.d.ts +1 -0
  263. package/react/components/menu/menuContext.js.map +1 -1
  264. package/react/components/menu/menuHelpers.d.ts +1 -1
  265. package/react/components/menu/menuHelpers.js +2 -2
  266. package/react/components/menu/menuHelpers.js.map +1 -1
  267. package/react/components/notifications/components/NoNotifications.js.map +1 -1
  268. package/react/components/notifications/components/drawer/Drawer.js.map +1 -1
  269. package/react/components/notifications/components/drawer/DrawerControls.js +30 -6
  270. package/react/components/notifications/components/drawer/DrawerControls.js.map +1 -1
  271. package/react/components/notifications/components/drawer/DrawerHeader.js.map +1 -1
  272. package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js +2 -0
  273. package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js.map +1 -1
  274. package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js +20 -27
  275. package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js.map +1 -1
  276. package/react/components/notifications/components/shared/CheckButton.js.map +1 -1
  277. package/react/components/notifications/components/shared/IconButton.js +5 -1
  278. package/react/components/notifications/components/shared/IconButton.js.map +1 -1
  279. package/react/components/notifications/components/shared/NotificationCardShell.js +1 -1
  280. package/react/components/notifications/components/shared/NotificationCardShell.js.map +1 -1
  281. package/react/components/notifications/components/shared/OverflowMenu.js +5 -1
  282. package/react/components/notifications/components/shared/OverflowMenu.js.map +1 -1
  283. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js.map +1 -1
  284. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js.map +1 -1
  285. package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js.map +1 -1
  286. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js.map +1 -1
  287. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js.map +1 -1
  288. package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js.map +1 -1
  289. package/react/components/notifications/components/views/CardView.js.map +1 -1
  290. package/react/components/notifications/components/views/ListView.js +1 -1
  291. package/react/components/notifications/components/views/ListView.js.map +1 -1
  292. package/react/components/notifications/components/views/NotificationDetailsView.js.map +1 -1
  293. package/react/components/notifications/constants.js.map +1 -1
  294. package/react/components/notifications/icons/Card.js.map +1 -1
  295. package/react/components/notifications/icons/Chevron.js.map +1 -1
  296. package/react/components/notifications/icons/CloseIcon.js.map +1 -1
  297. package/react/components/notifications/icons/EnvelopeClose.js.map +1 -1
  298. package/react/components/notifications/icons/EnvelopeOpen.js.map +1 -1
  299. package/react/components/notifications/icons/SnoozeIcon.js.map +1 -1
  300. package/react/components/notifications/index.js.map +1 -1
  301. package/react/components/notifications/notificationsContext.js.map +1 -1
  302. package/react/components/notifications/types.js.map +1 -1
  303. package/react/components/notifications/utils.js.map +1 -1
  304. package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
  305. package/react/components/processMonitor/ProcessMonitorTypes.js.map +1 -1
  306. package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
  307. package/react/components/processMonitor/components/ListHeader.js.map +1 -1
  308. package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
  309. package/react/components/processMonitor/constants.js.map +1 -1
  310. package/react/components/processMonitor/helpers.js.map +1 -1
  311. package/react/components/processMonitor/helpers.spec.js.map +1 -1
  312. package/react/components/processMonitor/index.js.map +1 -1
  313. package/react/components/processMonitor/stores/ProcessMonitorStore.js +49 -49
  314. package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
  315. package/react/components/quickComponentForm/QuickComponentForm.js.map +1 -1
  316. package/react/components/quickComponentForm/index.js.map +1 -1
  317. package/react/components/quickComponentForm/quickComponent.css +3 -3
  318. package/react/components/search/Highlight.js.map +1 -1
  319. package/react/components/search/Highlight.spec.js.map +1 -1
  320. package/react/components/search/Highlight.stories.js.map +1 -1
  321. package/react/components/search/Search.js.map +1 -1
  322. package/react/components/search/SearchBestMatch.js.map +1 -1
  323. package/react/components/search/SearchInput.js.map +1 -1
  324. package/react/components/search/SearchProviderResults.js.map +1 -1
  325. package/react/components/search/SearchResult.js.map +1 -1
  326. package/react/components/search/SearchResults.js.map +1 -1
  327. package/react/components/search/index.js.map +1 -1
  328. package/react/components/shared/Animate.js.map +1 -1
  329. package/react/components/shared/BellIcon.js.map +1 -1
  330. package/react/components/shared/BellIconCrossed.js.map +1 -1
  331. package/react/components/shared/Button.js.map +1 -1
  332. package/react/components/shared/ConditionalWrapper.js.map +1 -1
  333. package/react/components/shared/DefaultDropdownButton.js +1 -1
  334. package/react/components/shared/DefaultDropdownButton.js.map +1 -1
  335. package/react/components/shared/NavigationButton.js.map +1 -1
  336. package/react/components/shared/Tag.js.map +1 -1
  337. package/react/components/shared/TagsMenu.js.map +1 -1
  338. package/react/components/shared/addProtocolToValidURL.js.map +1 -1
  339. package/react/components/shared/linkerUtil.js.map +1 -1
  340. package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
  341. package/react/components/shared/tests/DefaultDropdownButton.spec.js.map +1 -1
  342. package/react/components/shared/tests/addProtocolToValidURL.spec.js.map +1 -1
  343. package/react/components/shared/validateURL.js.map +1 -1
  344. package/react/components/shared/validateURL.spec.js.map +1 -1
  345. package/react/components/singleInputDialog/SingleInputDialog.css +3 -3
  346. package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
  347. package/react/components/singleInputDialog/SingleInputDialog.spec.js.map +1 -1
  348. package/react/components/singleInputDialog/SingleInputDialog.stories.js.map +1 -1
  349. package/react/components/singleInputDialog/index.js.map +1 -1
  350. package/react/components/smartDesktopDesigner/AddApp.d.ts +14 -0
  351. package/react/components/smartDesktopDesigner/AddApp.js +60 -0
  352. package/react/components/smartDesktopDesigner/AddApp.js.map +1 -0
  353. package/react/components/smartDesktopDesigner/AppEditAccess.js +16 -32
  354. package/react/components/smartDesktopDesigner/AppEditAccess.js.map +1 -1
  355. package/react/components/smartDesktopDesigner/AppEditPage.d.ts +5 -19
  356. package/react/components/smartDesktopDesigner/AppEditPage.js +548 -59
  357. package/react/components/smartDesktopDesigner/AppEditPage.js.map +1 -1
  358. package/react/components/smartDesktopDesigner/Appearance.css +27 -94
  359. package/react/components/smartDesktopDesigner/Appearance.helpers.js.map +1 -1
  360. package/react/components/smartDesktopDesigner/Appearance.js +1 -1
  361. package/react/components/smartDesktopDesigner/Appearance.js.map +1 -1
  362. package/react/components/smartDesktopDesigner/Application.d.ts +1 -0
  363. package/react/components/smartDesktopDesigner/Application.js +151 -93
  364. package/react/components/smartDesktopDesigner/Application.js.map +1 -1
  365. package/react/components/smartDesktopDesigner/ApplicationList.d.ts +2 -1
  366. package/react/components/smartDesktopDesigner/ApplicationList.js +7 -3
  367. package/react/components/smartDesktopDesigner/ApplicationList.js.map +1 -1
  368. package/react/components/smartDesktopDesigner/Applications.d.ts +0 -3
  369. package/react/components/smartDesktopDesigner/Applications.js +52 -102
  370. package/react/components/smartDesktopDesigner/Applications.js.map +1 -1
  371. package/react/components/smartDesktopDesigner/AssetsPage.css +26 -26
  372. package/react/components/smartDesktopDesigner/AssetsPage.js.map +1 -1
  373. package/react/components/smartDesktopDesigner/Authentication.js +2 -9
  374. package/react/components/smartDesktopDesigner/Authentication.js.map +1 -1
  375. package/react/components/smartDesktopDesigner/AuthenticationProviderConfig.js +8 -1
  376. package/react/components/smartDesktopDesigner/AuthenticationProviderConfig.js.map +1 -1
  377. package/react/components/smartDesktopDesigner/Content.js.map +1 -1
  378. package/react/components/smartDesktopDesigner/ContentHeader.d.ts +5 -0
  379. package/react/components/smartDesktopDesigner/ContentHeader.js +10 -0
  380. package/react/components/smartDesktopDesigner/ContentHeader.js.map +1 -0
  381. package/react/components/smartDesktopDesigner/CurrentView.js +2 -1
  382. package/react/components/smartDesktopDesigner/CurrentView.js.map +1 -1
  383. package/react/components/smartDesktopDesigner/Export.d.ts +1 -0
  384. package/react/components/smartDesktopDesigner/Export.js +40 -9
  385. package/react/components/smartDesktopDesigner/Export.js.map +1 -1
  386. package/react/components/smartDesktopDesigner/ExportCloud.d.ts +3 -1
  387. package/react/components/smartDesktopDesigner/ExportCloud.js +4 -6
  388. package/react/components/smartDesktopDesigner/ExportCloud.js.map +1 -1
  389. package/react/components/smartDesktopDesigner/ExportDeployInfo.js.map +1 -1
  390. package/react/components/smartDesktopDesigner/ExportZip.d.ts +3 -1
  391. package/react/components/smartDesktopDesigner/ExportZip.js +8 -3
  392. package/react/components/smartDesktopDesigner/ExportZip.js.map +1 -1
  393. package/react/components/smartDesktopDesigner/GettingStarted.d.ts +1 -0
  394. package/react/components/smartDesktopDesigner/GettingStarted.js +11 -25
  395. package/react/components/smartDesktopDesigner/GettingStarted.js.map +1 -1
  396. package/react/components/smartDesktopDesigner/Navigation.d.ts +2 -2
  397. package/react/components/smartDesktopDesigner/Navigation.js +17 -15
  398. package/react/components/smartDesktopDesigner/Navigation.js.map +1 -1
  399. package/react/components/smartDesktopDesigner/ProjectErrors.js.map +1 -1
  400. package/react/components/smartDesktopDesigner/Publish.js.map +1 -1
  401. package/react/components/smartDesktopDesigner/PublishProgress.js.map +1 -1
  402. package/react/components/smartDesktopDesigner/SmartDesktopDesigner.d.ts +3 -3
  403. package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js +11 -17
  404. package/react/components/smartDesktopDesigner/SmartDesktopDesigner.js.map +1 -1
  405. package/react/components/smartDesktopDesigner/ThemePage.css +109 -110
  406. package/react/components/smartDesktopDesigner/ThemePage.js +0 -7
  407. package/react/components/smartDesktopDesigner/ThemePage.js.map +1 -1
  408. package/react/components/smartDesktopDesigner/Themes.js +0 -2
  409. package/react/components/smartDesktopDesigner/Themes.js.map +1 -1
  410. package/react/components/smartDesktopDesigner/Toolbar.d.ts +15 -0
  411. package/react/components/smartDesktopDesigner/Toolbar.js +123 -0
  412. package/react/components/smartDesktopDesigner/Toolbar.js.map +1 -0
  413. package/react/components/smartDesktopDesigner/View.js +1 -1
  414. package/react/components/smartDesktopDesigner/View.js.map +1 -1
  415. package/react/components/smartDesktopDesigner/common/fsbl_functions.d.ts +1 -1
  416. package/react/components/smartDesktopDesigner/common/fsbl_functions.js +2 -2
  417. package/react/components/smartDesktopDesigner/common/fsbl_functions.js.map +1 -1
  418. package/react/components/smartDesktopDesigner/common/getCSSVars.js.map +1 -1
  419. package/react/components/smartDesktopDesigner/common/views.d.ts +2 -36
  420. package/react/components/smartDesktopDesigner/common/views.js +150 -111
  421. package/react/components/smartDesktopDesigner/common/views.js.map +1 -1
  422. package/react/components/smartDesktopDesigner/css/appearance.css +18 -10
  423. package/react/components/smartDesktopDesigner/css/applications.css +167 -127
  424. package/react/components/smartDesktopDesigner/css/authentication.css +119 -125
  425. package/react/components/smartDesktopDesigner/css/buttons.css +12 -12
  426. package/react/components/smartDesktopDesigner/css/export.css +176 -163
  427. package/react/components/smartDesktopDesigner/css/getting-started.css +28 -6
  428. package/react/components/smartDesktopDesigner/css/nav.css +120 -93
  429. package/react/components/smartDesktopDesigner/css/project-errors.css +15 -15
  430. package/react/components/smartDesktopDesigner/css/project-header.css +124 -121
  431. package/react/components/smartDesktopDesigner/css/styles.css +178 -179
  432. package/react/components/smartDesktopDesigner/css/views.css +23 -16
  433. package/react/components/smartDesktopDesigner/fixtures/apps.d.ts +2 -0
  434. package/react/components/smartDesktopDesigner/fixtures/apps.js +41 -6
  435. package/react/components/smartDesktopDesigner/fixtures/apps.js.map +1 -1
  436. package/react/components/smartDesktopDesigner/fixtures/authenticationProps.js.map +1 -1
  437. package/react/components/smartDesktopDesigner/fixtures/configTemplate.js.map +1 -1
  438. package/react/components/smartDesktopDesigner/fixtures/exportProps.js +3 -0
  439. package/react/components/smartDesktopDesigner/fixtures/exportProps.js.map +1 -1
  440. package/react/components/smartDesktopDesigner/fixtures/projectErrorsProps.js.map +1 -1
  441. package/react/components/smartDesktopDesigner/fixtures/publishProgress.js.map +1 -1
  442. package/react/components/smartDesktopDesigner/fixtures/themeProps.js.map +1 -1
  443. package/react/components/smartDesktopDesigner/fixtures/views.d.ts +2 -2
  444. package/react/components/smartDesktopDesigner/fixtures/views.js +58 -26
  445. package/react/components/smartDesktopDesigner/fixtures/views.js.map +1 -1
  446. package/react/components/smartDesktopDesigner/sdd_helpers.d.ts +1 -1
  447. package/react/components/smartDesktopDesigner/sdd_helpers.js +4 -3
  448. package/react/components/smartDesktopDesigner/sdd_helpers.js.map +1 -1
  449. package/react/components/smartDesktopDesigner/stories/AppEditPage.stories.d.ts +3 -1
  450. package/react/components/smartDesktopDesigner/stories/AppEditPage.stories.js +12 -33
  451. package/react/components/smartDesktopDesigner/stories/AppEditPage.stories.js.map +1 -1
  452. package/react/components/smartDesktopDesigner/stories/Appearance.stories.js.map +1 -1
  453. package/react/components/smartDesktopDesigner/stories/ApplicationList.stories.d.ts +2 -1
  454. package/react/components/smartDesktopDesigner/stories/ApplicationList.stories.js +8 -1
  455. package/react/components/smartDesktopDesigner/stories/ApplicationList.stories.js.map +1 -1
  456. package/react/components/smartDesktopDesigner/stories/Applications.stories.js.map +1 -1
  457. package/react/components/smartDesktopDesigner/stories/AssetsPage.stories.js.map +1 -1
  458. package/react/components/smartDesktopDesigner/stories/Authentication.stories.js.map +1 -1
  459. package/react/components/smartDesktopDesigner/stories/ContentHeader.stories.d.ts +10 -0
  460. package/react/components/smartDesktopDesigner/stories/ContentHeader.stories.js +13 -0
  461. package/react/components/smartDesktopDesigner/stories/ContentHeader.stories.js.map +1 -0
  462. package/react/components/smartDesktopDesigner/stories/Export.stories.js.map +1 -1
  463. package/react/components/smartDesktopDesigner/stories/ExportCloud.stories.d.ts +1 -1
  464. package/react/components/smartDesktopDesigner/stories/ExportCloud.stories.js +1 -1
  465. package/react/components/smartDesktopDesigner/stories/ExportCloud.stories.js.map +1 -1
  466. package/react/components/smartDesktopDesigner/stories/ExportZip.stories.d.ts +1 -1
  467. package/react/components/smartDesktopDesigner/stories/ExportZip.stories.js +1 -1
  468. package/react/components/smartDesktopDesigner/stories/ExportZip.stories.js.map +1 -1
  469. package/react/components/smartDesktopDesigner/stories/GettingStarted.stories.js.map +1 -1
  470. package/react/components/smartDesktopDesigner/stories/Navigation.stories.js.map +1 -1
  471. package/react/components/smartDesktopDesigner/stories/ProjectErrors.stories.js.map +1 -1
  472. package/react/components/smartDesktopDesigner/stories/Publish.stories.js.map +1 -1
  473. package/react/components/smartDesktopDesigner/stories/PublishProgress.stories.js.map +1 -1
  474. package/react/components/smartDesktopDesigner/stories/SmartDesktopDesigner.stories.js +7 -1
  475. package/react/components/smartDesktopDesigner/stories/SmartDesktopDesigner.stories.js.map +1 -1
  476. package/react/components/smartDesktopDesigner/stories/ThemePage.stories.js.map +1 -1
  477. package/react/components/smartDesktopDesigner/stories/Themes.stories.js.map +1 -1
  478. package/react/components/smartDesktopDesigner/stories/Toolbar.stories.d.ts +14 -0
  479. package/react/components/smartDesktopDesigner/stories/Toolbar.stories.js +38 -0
  480. package/react/components/smartDesktopDesigner/stories/Toolbar.stories.js.map +1 -0
  481. package/react/components/smartDesktopDesigner/tests/AppEditPage.spec.js +73 -122
  482. package/react/components/smartDesktopDesigner/tests/AppEditPage.spec.js.map +1 -1
  483. package/react/components/smartDesktopDesigner/tests/ApplicationList.spec.js.map +1 -1
  484. package/react/components/smartDesktopDesigner/tests/Applications.spec.d.ts +1 -1
  485. package/react/components/smartDesktopDesigner/tests/Applications.spec.js +61 -560
  486. package/react/components/smartDesktopDesigner/tests/Applications.spec.js.map +1 -1
  487. package/react/components/smartDesktopDesigner/tests/Authentication.spec.js.map +1 -1
  488. package/react/components/smartDesktopDesigner/tests/{ProjectHeader.spec.d.ts → ContentHeader.spec.d.ts} +0 -0
  489. package/react/components/smartDesktopDesigner/tests/ContentHeader.spec.js +31 -0
  490. package/react/components/smartDesktopDesigner/tests/ContentHeader.spec.js.map +1 -0
  491. package/react/components/smartDesktopDesigner/tests/Export.spec.js +129 -0
  492. package/react/components/smartDesktopDesigner/tests/Export.spec.js.map +1 -1
  493. package/react/components/smartDesktopDesigner/tests/ExportZip.spec.js +7 -0
  494. package/react/components/smartDesktopDesigner/tests/ExportZip.spec.js.map +1 -1
  495. package/react/components/smartDesktopDesigner/tests/Navigation.spec.js.map +1 -1
  496. package/react/components/smartDesktopDesigner/tests/ProjectErrors.spec.js +3 -14
  497. package/react/components/smartDesktopDesigner/tests/ProjectErrors.spec.js.map +1 -1
  498. package/react/components/smartDesktopDesigner/tests/Publish.spec.js.map +1 -1
  499. package/react/components/smartDesktopDesigner/tests/PublishProgess.spec.js.map +1 -1
  500. package/react/components/smartDesktopDesigner/tests/SmartDesktopDesigner.spec.js +2 -31
  501. package/react/components/smartDesktopDesigner/tests/SmartDesktopDesigner.spec.js.map +1 -1
  502. package/react/components/smartDesktopDesigner/tests/Themes.spec.js.map +1 -1
  503. package/react/components/smartDesktopDesigner/tests/Toolbar.spec.d.ts +1 -0
  504. package/react/components/smartDesktopDesigner/tests/Toolbar.spec.js +203 -0
  505. package/react/components/smartDesktopDesigner/tests/Toolbar.spec.js.map +1 -0
  506. package/react/components/smartDesktopDesigner/tests/a11y_helper.js.map +1 -1
  507. package/react/components/smartDesktopDesigner/tests/sdd_helpers.spec.d.ts +1 -0
  508. package/react/components/smartDesktopDesigner/tests/sdd_helpers.spec.js +18 -0
  509. package/react/components/smartDesktopDesigner/tests/sdd_helpers.spec.js.map +1 -0
  510. package/react/components/smartDesktopDesigner/themeDefinitions.js.map +1 -1
  511. package/react/components/system/System.js.map +1 -1
  512. package/react/components/system/System.spec.js.map +1 -1
  513. package/react/components/system/System.stories.js.map +1 -1
  514. package/react/components/system/SystemTrayComponentShell.js.map +1 -1
  515. package/react/components/system/index.js.map +1 -1
  516. package/react/components/toolbar/AutoArrange.js.map +1 -1
  517. package/react/components/toolbar/DragHandle.js.map +1 -1
  518. package/react/components/toolbar/MinimizeAll.js.map +1 -1
  519. package/react/components/toolbar/MinimizeAll.spec.js.map +1 -1
  520. package/react/components/toolbar/MinimizeAll.stories.js.map +1 -1
  521. package/react/components/toolbar/NotificationControl.js.map +1 -1
  522. package/react/components/toolbar/RevealAll.js.map +1 -1
  523. package/react/components/toolbar/RevealAll.spec.js.map +1 -1
  524. package/react/components/toolbar/RevealAll.stories.js.map +1 -1
  525. package/react/components/toolbar/ToolbarIcon.js.map +1 -1
  526. package/react/components/toolbar/ToolbarSection.js.map +1 -1
  527. package/react/components/toolbar/ToolbarShell.js.map +1 -1
  528. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
  529. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
  530. package/react/components/toolbar/advancedAppLauncher/components/AddNewAppForm.js.map +1 -1
  531. package/react/components/toolbar/advancedAppLauncher/components/AddNewFolder.js.map +1 -1
  532. package/react/components/toolbar/advancedAppLauncher/components/AppActionsMenu.js.map +1 -1
  533. package/react/components/toolbar/advancedAppLauncher/components/AppDefinition.js.map +1 -1
  534. package/react/components/toolbar/advancedAppLauncher/components/AppTagsList.js.map +1 -1
  535. package/react/components/toolbar/advancedAppLauncher/components/Content.js.map +1 -1
  536. package/react/components/toolbar/advancedAppLauncher/components/FilterSort.js.map +1 -1
  537. package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js +47 -45
  538. package/react/components/toolbar/advancedAppLauncher/components/FoldersList.js.map +1 -1
  539. package/react/components/toolbar/advancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
  540. package/react/components/toolbar/advancedAppLauncher/components/NoAppsFound.js.map +1 -1
  541. package/react/components/toolbar/advancedAppLauncher/components/SearchBox.js.map +1 -1
  542. package/react/components/toolbar/advancedAppLauncher/components/SortBy.js.map +1 -1
  543. package/react/components/toolbar/advancedAppLauncher/components/TagsList.js.map +1 -1
  544. package/react/components/toolbar/advancedAppLauncher/components/TagsMenu.js.map +1 -1
  545. package/react/components/toolbar/advancedAppLauncher/components/ToggleFavoriteDropdown.js.map +1 -1
  546. package/react/components/toolbar/advancedAppLauncher/modules/AppDirectory.js.map +1 -1
  547. package/react/components/toolbar/advancedAppLauncher/modules/FDC3.js.map +1 -1
  548. package/react/components/toolbar/advancedAppLauncher/stores/LauncherStore.js.map +1 -1
  549. package/react/components/toolbar/advancedAppLauncher/stores/StoreActions.js.map +1 -1
  550. package/react/components/toolbar/advancedAppLauncher/utils/sort-functions.js.map +1 -1
  551. package/react/components/toolbar/appLauncher/AppLauncherMenu.js.map +1 -1
  552. package/react/components/toolbar/appLauncher/DynamicAppLauncher.js.map +1 -1
  553. package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.d.ts +1 -0
  554. package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js.map +1 -1
  555. package/react/components/toolbar/appLauncher/appLauncher.css +30 -30
  556. package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -1
  557. package/react/components/toolbar/appLauncher/stores/appLauncherStore.d.ts +1 -0
  558. package/react/components/toolbar/appLauncher/stores/appLauncherStore.js +17 -34
  559. package/react/components/toolbar/appLauncher/stores/appLauncherStore.js.map +1 -1
  560. package/react/components/toolbar/dashbar/Dashbar.js +3 -1
  561. package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
  562. package/react/components/toolbar/dashbar/DashbarItem.js.map +1 -1
  563. package/react/components/toolbar/index.js.map +1 -1
  564. package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.d.ts +1 -1
  565. package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js.map +1 -1
  566. package/react/components/toolbar/workspaceManagementMenu/components/Workspace.d.ts +1 -1
  567. package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js.map +1 -1
  568. package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js.map +1 -1
  569. package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.d.ts +1 -1
  570. package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js.map +1 -1
  571. package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts +1 -1
  572. package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
  573. package/react/components/toolbar/workspaceManagementMenu/workspaceManagementMenu.css +90 -90
  574. package/react/components/userPreferences/NotificationsPreferencesContext.js.map +1 -1
  575. package/react/components/userPreferences/UserPreferenceTypes.js.map +1 -1
  576. package/react/components/userPreferences/UserPreferences.js.map +1 -1
  577. package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
  578. package/react/components/userPreferences/UserPreferencesWrapper.js.map +1 -1
  579. package/react/components/userPreferences/components/ContentSection.js.map +1 -1
  580. package/react/components/userPreferences/components/LeftNav.js.map +1 -1
  581. package/react/components/userPreferences/components/content/DashbarEditor.js.map +1 -1
  582. package/react/components/userPreferences/components/content/DashbarEditorItem.js.map +1 -1
  583. package/react/components/userPreferences/components/content/General.js.map +1 -1
  584. package/react/components/userPreferences/components/content/Notifications.js.map +1 -1
  585. package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
  586. package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js.map +1 -1
  587. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
  588. package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
  589. package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js.map +1 -1
  590. package/react/components/userPreferences/components/general/ScheduledRestart.js.map +1 -1
  591. package/react/components/userPreferences/components/workspaces/WorkspaceButton.js.map +1 -1
  592. package/react/components/userPreferences/components/workspaces/WorkspaceComponents.js.map +1 -1
  593. package/react/components/userPreferences/components/workspaces/WorkspaceItem.js.map +1 -1
  594. package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js.map +1 -1
  595. package/react/components/userPreferences/index.js.map +1 -1
  596. package/react/components/userPreferences/stores/UserPreferencesStore.js.map +1 -1
  597. package/react/components/userPreferences/stories/DashbarEditor.stories.js.map +1 -1
  598. package/react/components/userPreferences/stories/DashbarEditorItem.stories.js.map +1 -1
  599. package/react/components/userPreferences/stories/General.stories.js.map +1 -1
  600. package/react/components/userPreferences/stories/Notifications.stories.js.map +1 -1
  601. package/react/components/userPreferences/stories/NotificationsSourceTypes.stories.js.map +1 -1
  602. package/react/components/userPreferences/stories/NotificationsSources.stories.js.map +1 -1
  603. package/react/components/userPreferences/stories/UserPreferences.stories.js.map +1 -1
  604. package/react/components/userPreferences/stories/WorkspaceButton.stories.js.map +1 -1
  605. package/react/components/userPreferences/stories/WorkspaceComponents.stories.js.map +1 -1
  606. package/react/components/userPreferences/stories/WorkspaceItem.stories.js.map +1 -1
  607. package/react/components/userPreferences/stories/WorkspaceItemList.stories.js.map +1 -1
  608. package/react/components/userPreferences/stories/Workspaces.stories.js.map +1 -1
  609. package/react/components/userPreferences/tests/ContentSection.spec.js.map +1 -1
  610. package/react/components/userPreferences/tests/DashbarEditor.spec.js.map +1 -1
  611. package/react/components/userPreferences/tests/DashbarEditorItem.spec.js.map +1 -1
  612. package/react/components/userPreferences/tests/General.spec.js.map +1 -1
  613. package/react/components/userPreferences/tests/LeftNav.spec.js.map +1 -1
  614. package/react/components/userPreferences/tests/NotificationSourceTypes.spec.js.map +1 -1
  615. package/react/components/userPreferences/tests/Notifications.spec.js.map +1 -1
  616. package/react/components/userPreferences/tests/NotificationsPreferencesHome.spec.js.map +1 -1
  617. package/react/components/userPreferences/tests/NotificationsSourcesPreferences.spec.js.map +1 -1
  618. package/react/components/userPreferences/tests/ScheduledRestart.spec.js +1 -1
  619. package/react/components/userPreferences/tests/ScheduledRestart.spec.js.map +1 -1
  620. package/react/components/userPreferences/tests/WorkspaceButton.spec.js.map +1 -1
  621. package/react/components/userPreferences/tests/WorkspaceComponents.spec.js.map +1 -1
  622. package/react/components/userPreferences/tests/WorkspaceItem.spec.js.map +1 -1
  623. package/react/components/userPreferences/tests/WorkspaceItemList.spec.js.map +1 -1
  624. package/react/components/utils.js.map +1 -1
  625. package/react/components/windowTitleBar/WindowTitleBarShell.js +8 -1
  626. package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
  627. package/react/components/windowTitleBar/components/center/Tab.d.ts +0 -1
  628. package/react/components/windowTitleBar/components/center/Tab.js +2 -2
  629. package/react/components/windowTitleBar/components/center/Tab.js.map +1 -1
  630. package/react/components/windowTitleBar/components/center/TabList.d.ts +0 -1
  631. package/react/components/windowTitleBar/components/center/TabList.js +16 -79
  632. package/react/components/windowTitleBar/components/center/TabList.js.map +1 -1
  633. package/react/components/windowTitleBar/components/center/TabRegion.js.map +1 -1
  634. package/react/components/windowTitleBar/components/left/LinkerButton.js.map +1 -1
  635. package/react/components/windowTitleBar/components/left/LinkerButtonDeprecated.js.map +1 -1
  636. package/react/components/windowTitleBar/components/left/LinkerGroups.js.map +1 -1
  637. package/react/components/windowTitleBar/components/left/LinkerGroupsDeprecated.js.map +1 -1
  638. package/react/components/windowTitleBar/components/left/ShareButton.js.map +1 -1
  639. package/react/components/windowTitleBar/components/right/AlwaysOnTopButton.js.map +1 -1
  640. package/react/components/windowTitleBar/components/right/CloseButton.js.map +1 -1
  641. package/react/components/windowTitleBar/components/right/GroupingButton.js.map +1 -1
  642. package/react/components/windowTitleBar/components/right/MaximizeButton.d.ts +7 -0
  643. package/react/components/windowTitleBar/components/right/MaximizeButton.js +11 -1
  644. package/react/components/windowTitleBar/components/right/MaximizeButton.js.map +1 -1
  645. package/react/components/windowTitleBar/components/right/MinimizeButton.js.map +1 -1
  646. package/react/components/windowTitleBar/components/windowTitle.d.ts +6 -5
  647. package/react/components/windowTitleBar/components/windowTitle.js +143 -35
  648. package/react/components/windowTitleBar/components/windowTitle.js.map +1 -1
  649. package/react/components/windowTitleBar/index.js.map +1 -1
  650. package/react/components/windowTitleBar/stores/windowTitleBarStore.js +5 -1
  651. package/react/components/windowTitleBar/stores/windowTitleBarStore.js.map +1 -1
  652. package/react/components/windowTitleBar/stores/windowTitleBarStoreDefaults.js.map +1 -1
  653. package/react/components/windowTitleBar/windowTitleBarContext.js.map +1 -1
  654. package/react/components/yesNoDialog/Timer.spec.js.map +1 -1
  655. package/react/components/yesNoDialog/Timer.stories.js.map +1 -1
  656. package/react/components/yesNoDialog/YesNoDialog.css +3 -3
  657. package/react/components/yesNoDialog/YesNoDialog.js.map +1 -1
  658. package/react/components/yesNoDialog/YesNoDialog.spec.js.map +1 -1
  659. package/react/components/yesNoDialog/YesNoDialog.stories.js.map +1 -1
  660. package/react/components/yesNoDialog/index.js.map +1 -1
  661. package/react/components/yesNoDialog/timer.js.map +1 -1
  662. package/react/enzymeSetup.js +1 -1
  663. package/react/enzymeSetup.js.map +1 -1
  664. package/react/hooks/index.js.map +1 -1
  665. package/react/hooks/useAuth.js.map +1 -1
  666. package/react/hooks/useDashbar.d.ts +8 -0
  667. package/react/hooks/useDashbar.js +104 -0
  668. package/react/hooks/useDashbar.js.map +1 -0
  669. package/react/hooks/useDeepEffect.js.map +1 -1
  670. package/react/hooks/useFavorites.js.map +1 -1
  671. package/react/hooks/useFavoritesShell.js.map +1 -1
  672. package/react/hooks/useHotkey.js.map +1 -1
  673. package/react/hooks/useLinker.js.map +1 -1
  674. package/react/hooks/useMenu.js.map +1 -1
  675. package/react/hooks/useNotifications.js.map +1 -1
  676. package/react/hooks/useOutsideClickDetector.js.map +1 -1
  677. package/react/hooks/usePubSub.js.map +1 -1
  678. package/react/hooks/useSearch.js.map +1 -1
  679. package/react/hooks/useToolbar.d.ts +0 -6
  680. package/react/hooks/useToolbar.js +0 -101
  681. package/react/hooks/useToolbar.js.map +1 -1
  682. package/react/hooks/useWorkspace.js.map +1 -1
  683. package/react/reducers/favoriteReducer.js.map +1 -1
  684. package/react/reducers/linkerReducer.js.map +1 -1
  685. package/react/reducers/menuReducer.js.map +1 -1
  686. package/react/reducers/rootReducer.d.ts +0 -4
  687. package/react/reducers/rootReducer.js.map +1 -1
  688. package/react/reducers/searchReducer.js.map +1 -1
  689. package/react/reducers/smartDesktopDesignerReducer.js +0 -3
  690. package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
  691. package/react/reducers/toolbarReducer.js.map +1 -1
  692. package/react/reducers/workspaceReducer.js.map +1 -1
  693. package/react/store.d.ts +0 -8
  694. package/react/store.js.map +1 -1
  695. package/react/types/advancedAppLauncherTypes.js.map +1 -1
  696. package/react/types/dashbarTypes.js.map +1 -1
  697. package/react/types/favoriteTypes.js.map +1 -1
  698. package/react/types/fdc3.d.ts +7 -35
  699. package/react/types/fdc3.js.map +1 -1
  700. package/react/types/hotkeyTypes.js.map +1 -1
  701. package/react/types/iconTypes.js.map +1 -1
  702. package/react/types/linkerTypes.js.map +1 -1
  703. package/react/types/searchTypes.js.map +1 -1
  704. package/react/types/smartDesktopDesignerTypes.d.ts +45 -5
  705. package/react/types/smartDesktopDesignerTypes.js.map +1 -1
  706. package/react/types/windowTitleBar.d.ts +4 -2
  707. package/react/types/windowTitleBar.js.map +1 -1
  708. package/react/types/workspaceTypes.js.map +1 -1
  709. package/react/components/common/FontSizeSelector.d.ts +0 -7
  710. package/react/components/common/FontSizeSelector.js +0 -42
  711. package/react/components/common/FontSizeSelector.js.map +0 -1
  712. package/react/components/common/stories/FontSizeSelector.stories.d.ts +0 -12
  713. package/react/components/common/stories/FontSizeSelector.stories.js +0 -24
  714. package/react/components/common/stories/FontSizeSelector.stories.js.map +0 -1
  715. package/react/components/smartDesktopDesigner/ApplicationEdit.d.ts +0 -25
  716. package/react/components/smartDesktopDesigner/ApplicationEdit.js +0 -103
  717. package/react/components/smartDesktopDesigner/ApplicationEdit.js.map +0 -1
  718. package/react/components/smartDesktopDesigner/ApplicationSetup.d.ts +0 -23
  719. package/react/components/smartDesktopDesigner/ApplicationSetup.js +0 -73
  720. package/react/components/smartDesktopDesigner/ApplicationSetup.js.map +0 -1
  721. package/react/components/smartDesktopDesigner/ProjectHeader.d.ts +0 -14
  722. package/react/components/smartDesktopDesigner/ProjectHeader.js +0 -70
  723. package/react/components/smartDesktopDesigner/ProjectHeader.js.map +0 -1
  724. package/react/components/smartDesktopDesigner/fixtures/applicationEditProps.d.ts +0 -4
  725. package/react/components/smartDesktopDesigner/fixtures/applicationEditProps.js +0 -45
  726. package/react/components/smartDesktopDesigner/fixtures/applicationEditProps.js.map +0 -1
  727. package/react/components/smartDesktopDesigner/fixtures/applicationSetupProps.d.ts +0 -3
  728. package/react/components/smartDesktopDesigner/fixtures/applicationSetupProps.js +0 -29
  729. package/react/components/smartDesktopDesigner/fixtures/applicationSetupProps.js.map +0 -1
  730. package/react/components/smartDesktopDesigner/stories/ApplicationEdit.stories.d.ts +0 -12
  731. package/react/components/smartDesktopDesigner/stories/ApplicationEdit.stories.js +0 -21
  732. package/react/components/smartDesktopDesigner/stories/ApplicationEdit.stories.js.map +0 -1
  733. package/react/components/smartDesktopDesigner/stories/ApplicationSetup.stories.d.ts +0 -12
  734. package/react/components/smartDesktopDesigner/stories/ApplicationSetup.stories.js +0 -28
  735. package/react/components/smartDesktopDesigner/stories/ApplicationSetup.stories.js.map +0 -1
  736. package/react/components/smartDesktopDesigner/stories/ProjectHeader.stories.d.ts +0 -10
  737. package/react/components/smartDesktopDesigner/stories/ProjectHeader.stories.js +0 -19
  738. package/react/components/smartDesktopDesigner/stories/ProjectHeader.stories.js.map +0 -1
  739. package/react/components/smartDesktopDesigner/tests/ApplicationEdit.spec.js +0 -66
  740. package/react/components/smartDesktopDesigner/tests/ApplicationEdit.spec.js.map +0 -1
  741. package/react/components/smartDesktopDesigner/tests/ApplicationSetup.spec.js +0 -41
  742. package/react/components/smartDesktopDesigner/tests/ApplicationSetup.spec.js.map +0 -1
  743. package/react/components/smartDesktopDesigner/tests/ProjectHeader.spec.js +0 -27
  744. package/react/components/smartDesktopDesigner/tests/ProjectHeader.spec.js.map +0 -1
@@ -1,1069 +1,1069 @@
1
- /*!
2
- * appCatalog.css
3
- * Copyright 2017 - 2020 by ChartIQ, Inc.
4
- * All rights reserved.
5
- */
6
-
7
- html.app-catalog-html,
8
- body.app-catalog-body {
9
- height: 100%;
10
- }
11
-
12
- body.app-catalog-body {
13
- overflow: hidden;
14
- margin-left: 0px;
15
- margin-right: 0px;
16
- }
17
-
18
- #AppCatalog-tsx {
19
- height: 100%;
20
- }
21
-
22
- .app-catalog {
23
- background-color: var(--catalog-background-color);
24
- color: var(--catalog-font-color);
25
- /* background-image: linear-gradient(to top, rgb(60, 76, 88), rgb(48, 61, 71)); */
26
- font-family: var(--font-family);
27
- font-style: normal;
28
- font-stretch: normal;
29
- line-height: normal;
30
- letter-spacing: normal;
31
- height: 100%;
32
- overflow: auto;
33
- }
34
-
35
- .app-catalog .market-content {
36
- position: relative;
37
- }
38
-
39
- .app-catalog-body ::-webkit-scrollbar-track {
40
- border-radius: 3px;
41
- background-color: transparent;
42
- }
43
-
44
- .app-catalog-body ::-webkit-scrollbar-track-piece {
45
- display: none;
46
- }
47
-
48
- .app-catalog-body ::-webkit-scrollbar {
49
- width: 5px;
50
- background-color: transparent;
51
- border-radius: 3px;
52
- /* display: none; */
53
- }
54
-
55
- .app-catalog-body ::-webkit-scrollbar-thumb {
56
- cursor: pointer;
57
- border-radius: 9px;
58
- background-color: var(--scrollbar-color);
59
- }
60
-
61
- .market_content {
62
- padding: 0px 5px 25px 5px;
63
- font-family: var(--font-family);
64
- }
65
-
66
- .app-catalog .server-error {
67
- display: flex;
68
- flex-direction: column;
69
- align-items: center;
70
- padding: 10px;
71
- font-size: 12px;
72
- line-height: 14px;
73
- color: #f26666;
74
- }
75
-
76
- .hero-content {
77
- display: flex;
78
- flex-direction: row;
79
- justify-content: space-evenly;
80
- align-content: center;
81
- align-items: center;
82
- }
83
-
84
- .hero-content .visible-card {
85
- display: flex;
86
- flex-direction: row;
87
- justify-content: space-evenly;
88
- height: 206px;
89
- width: 518px;
90
- background-color: var(--catalog-background-color);
91
- box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.25);
92
- }
93
-
94
- .hero-content .visible-card .app-details {
95
- display: flex;
96
- flex-direction: column;
97
- justify-content: space-evenly;
98
- align-items: center;
99
- align-content: center;
100
- color: #ffffff;
101
- user-select: none;
102
- }
103
-
104
- .hero-content .visible-card .app-details .app-title {
105
- height: 24px;
106
- width: 208px;
107
- font-family: var(--font-family);
108
- font-weight: var(--font-weight);
109
- font-size: 18px;
110
- white-space: nowrap;
111
- overflow: hidden;
112
- text-overflow: ellipsis;
113
- }
114
-
115
- .hero-content .visible-card .app-details .app-description {
116
- height: 103px;
117
- width: 246px;
118
- font-family: var(--font-family);
119
- font-weight: var(--font-weight);
120
- font-size: var(--catalog-font-size-text);
121
- display: block;
122
- overflow: hidden;
123
- text-overflow: ellipsis;
124
- }
125
-
126
- .hero-content .visible-card .app-image {
127
- height: 195px;
128
- width: 195px;
129
- border-radius: 3px;
130
- user-select: none;
131
- }
132
-
133
- .hero-content .visible-card img.app-image {
134
- display: flex;
135
- align-self: center;
136
- background-color: var(--catalog-hero-background-color);
137
- user-select: none;
138
- }
139
-
140
- .hero-content .visible-card div.app-image.noimg {
141
- display: flex;
142
- justify-content: center;
143
- align-content: center;
144
- align-self: center;
145
- align-items: center;
146
- background-color: #07ac8b;
147
- color: black;
148
- font-size: 30px;
149
- }
150
-
151
- .paginator {
152
- display: flex;
153
- flex-direction: row;
154
- justify-content: center;
155
- margin-top: 6px;
156
- }
157
-
158
- .pagination-oval {
159
- width: 6px;
160
- height: 6px;
161
- border: solid 1px var(--catalog-pagination-dots-color);
162
- padding: 1px;
163
- margin: 3px;
164
- border-radius: 5px;
165
- cursor: pointer;
166
- }
167
-
168
- .pagination-oval.active {
169
- background-color: var(--catalog-pagination-dots-active-color);
170
- border-color: var(--catalog-pagination-dots-active-color);
171
- }
172
-
173
- .ff-adp-chevron-right,
174
- .ff-adp-chevron-left {
175
- color: var(--catalog-font-color);
176
- display: flex;
177
- flex-direction: column;
178
- justify-content: center;
179
- background-color: transparent;
180
- cursor: pointer;
181
- border-radius: 40px;
182
- width: 26px;
183
- height: 26px;
184
- display: flex;
185
- justify-content: center;
186
- align-items: center;
187
- transition: 0.2s background-color;
188
- }
189
-
190
- .ff-adp-chevron-right:hover,
191
- .ff-adp-chevron-left:hover {
192
- background-color: var(--catalog-pagination-dots-color);
193
- }
194
-
195
- .ff-adp-chevron-left.disabled,
196
- .ff-adp-chevron-right.disabled {
197
- opacity: 0.15;
198
- cursor: default;
199
- }
200
-
201
- .ff-adp-chevron-left.disabled:hover,
202
- .ff-adp-chevron-right.disabled:hover {
203
- background-color: transparent;
204
- }
205
-
206
- .ff-adp-chevron-left:before {
207
- padding-right: 5px;
208
- }
209
-
210
- .app-card {
211
- display: flex;
212
- flex-direction: column;
213
- justify-content: space-evenly;
214
- width: 254px;
215
- height: 124px;
216
- box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
217
- background-color: var(--catalog-card-background-color);
218
- user-select: none;
219
- cursor: pointer;
220
- border-radius: 4px;
221
- margin: 5px;
222
- }
223
-
224
- .app-card.placeholder {
225
- background-color: var(--core-primary-1);
226
- box-shadow: none;
227
- cursor: default;
228
- border-radius: 0px;
229
- -moz-user-select: none;
230
- -webkit-user-select: none;
231
- }
232
-
233
- .app-card-list {
234
- display: flex;
235
- justify-content: center;
236
- align-content: center;
237
- }
238
-
239
- .app-card.no-tags {
240
- height: 89px;
241
- }
242
-
243
- .app-image-container {
244
- position: relative;
245
- z-index: 0;
246
- display: flex;
247
- flex-direction: row;
248
- align-items: center;
249
- margin: 0px 10px;
250
- }
251
-
252
- .app-card .app-image {
253
- width: 34px;
254
- height: 34px;
255
- border-radius: 3px;
256
- user-select: none;
257
- margin-right: 10px;
258
- position: static;
259
- }
260
-
261
- .app-card .app-image.noIcon {
262
- width: 34px;
263
- height: 34px;
264
- border-radius: 17px;
265
- user-select: none;
266
- margin-right: 10px;
267
- position: static;
268
- }
269
-
270
- .app-card .app-image.noImg {
271
- display: flex;
272
- background-color: #07ac8b;
273
- align-items: center;
274
- color: #000000;
275
- font-family: var(--font-family);
276
- font-size: 14px;
277
- font-weight: var(--font-weight);
278
- justify-content: center;
279
- }
280
-
281
- .app-card .app-image.noImg span {
282
- width: 34px;
283
- height: 34px;
284
- display: flex;
285
- justify-content: center;
286
- align-content: center;
287
- align-items: center;
288
- }
289
-
290
- .app-card .app-title {
291
- width: 160px;
292
- font-family: "OpenSans";
293
- font-size: 14px;
294
- font-weight: var(--font-weight);
295
- color: var(--catalog-font-color);
296
- overflow: hidden;
297
- text-overflow: ellipsis;
298
- display: -webkit-box;
299
- -webkit-line-clamp: 2;
300
- -webkit-box-orient: vertical;
301
- padding-left: 3px;
302
- }
303
-
304
- .app-card .app-title.entitled {
305
- opacity: 0.4;
306
- }
307
-
308
- .app-card .row_description .status-indicator {
309
- width: 20px;
310
- height: 20px;
311
- }
312
-
313
- .app-card .row_description .app-description {
314
- width: 170px;
315
- height: 34px;
316
- color: var(--core-primary-5);
317
- overflow: hidden;
318
- text-overflow: ellipsis;
319
- }
320
-
321
- .app-card .row_description .app-description {
322
- height: 34px;
323
- width: 170px;
324
- overflow: hidden;
325
- text-overflow: ellipsis;
326
- display: -webkit-box;
327
- -webkit-line-clamp: 2;
328
- -webkit-box-orient: vertical;
329
- margin-left: -8px;
330
- }
331
-
332
- .app-card .row_description {
333
- display: flex;
334
- flex-direction: row;
335
- justify-content: space-evenly;
336
- align-items: center;
337
- align-content: center;
338
- font-family: var(--font-family);
339
- font-weight: var(--font-weight);
340
- width: 100%;
341
- height: 34px;
342
- font-size: var(--catalog-font-size-text);
343
- color: var(--core-primary-5);
344
- }
345
-
346
- .app-card .app-tags {
347
- display: flex;
348
- flex-direction: row;
349
- justify-content: space-evenly;
350
- align-content: center;
351
- align-items: center;
352
- overflow: hidden;
353
- text-overflow: ellipsis;
354
- width: 100%;
355
- height: 28px;
356
- }
357
-
358
- .app-card .app-tag-names {
359
- width: 170px;
360
- font-family: "OpenSans";
361
- font-weight: 600;
362
- color: var(--core-primary-5);
363
- font-size: 10px;
364
- }
365
-
366
- .app-card .ff-check-mark-2 {
367
- display: none;
368
- z-index: 1;
369
- cursor: pointer;
370
- transition: 0.2s all;
371
- font-size: 20px;
372
- height: 100%;
373
- margin-left: -5px;
374
- }
375
-
376
- .app-card .ff-check-mark-2.faded {
377
- display: flex;
378
- justify-content: flex-start;
379
- align-items: center;
380
- color: var(--catalog-card-checkmark-unselected-color);
381
- }
382
-
383
- .app-card .ff-check-mark-2.highlighted {
384
- display: flex;
385
- justify-content: flex-start;
386
- align-items: center;
387
- color: var(--catalog-card-checkmark-selected-color);
388
- }
389
-
390
- .app-card .ff-check-mark-2.highlighted.added {
391
- display: flex;
392
- color: var(--accent-positive-1);
393
- }
394
-
395
- .app-card .ff-tag {
396
- font-size: 14px;
397
- padding-top: 3px;
398
- }
399
-
400
- .app-catalog {
401
- display: flex;
402
- flex-direction: column;
403
- justify-content: space-between;
404
- background-color: var(--catalog-background-color);
405
- }
406
-
407
- .carousel-main {
408
- display: flex;
409
- flex-direction: column;
410
- justify-content: center;
411
- margin-bottom: 14px;
412
- }
413
-
414
- .carousel-main .carousel-header .carousel-title {
415
- height: 19px;
416
- font-size: var(--catalog-font-size-header);
417
- font-weight: var(--catalog-carousel-font-weight);
418
- color: var(--catalog-section-header-font-color);
419
- cursor: pointer;
420
- user-select: none;
421
- }
422
-
423
- .carousel-main .carousel-content {
424
- display: flex !important;
425
- flex-direction: row !important;
426
- justify-content: space-between !important;
427
- align-items: center !important;
428
- }
429
-
430
- .carousel-main .carousel-header .see-more {
431
- width: 67px;
432
- height: 23px;
433
- background-color: var(--button-affirmative-background-color);
434
- border: none;
435
- border-radius: 4px;
436
- font-family: var(--font-family);
437
- font-size: var(--tag-font-size);
438
- font-weight: var(--font-weight-1);
439
- color: var(--catalog-font-color);
440
- user-select: none;
441
- outline: none;
442
- cursor: pointer;
443
- transition: 0.2s all;
444
- }
445
-
446
- .carousel-main .carousel-header .see-more:hover {
447
- background-color: var(--button-affirmative-background-hover-color);
448
- }
449
-
450
- .carousel-main .carousel-header .see-more .button-label {
451
- width: 43px;
452
- height: 13px;
453
- }
454
-
455
- .carousel-header {
456
- display: flex;
457
- flex-direction: row;
458
- justify-content: space-between;
459
- align-items: center;
460
- margin-bottom: 6px;
461
- padding: 0px 38px;
462
- }
463
-
464
- .carousel-header .see-more {
465
- float: right;
466
- }
467
-
468
- .carousel-header .carousel-title {
469
- float: left;
470
- }
471
-
472
- .search-main .search-action-items {
473
- display: flex;
474
- flex-direction: row;
475
- justify-content: space-between;
476
- align-items: center;
477
- width: 89%;
478
- }
479
-
480
- .search-main .button-label {
481
- padding: 0px 5px;
482
- }
483
-
484
- .app-catalog .ff-search {
485
- padding: 8px 10px 0px 5px;
486
- }
487
-
488
- .search-main {
489
- padding: 6px 16px;
490
- position: sticky;
491
- z-index: 2147483647;
492
- top: 0px;
493
- background-color: var(--catalog-background-color);
494
- }
495
-
496
- .search-main .ff-search {
497
- color: var(--catalog-font-color);
498
- font-size: var(--catalog-font-size-text);
499
- }
500
-
501
- .search-input-container {
502
- display: flex;
503
- width: 100%;
504
- }
505
-
506
- .search-main .search-input {
507
- width: 100%;
508
- color: var(--catalog-font-color);
509
- font-family: var(--font-family);
510
- height: 22px;
511
- background: none;
512
- border: 0;
513
- border-bottom: solid 1px var(--catalog-search-border-color);
514
- font-size: var(--catalog-font-size-text);
515
- transition: 0.2s ease-in;
516
- }
517
-
518
- /* @keyframes fadeOut {
519
- 0% {opacity: 0.9;}
520
- 25% {opacity: 0.7;}
521
- 50% {opacity: 0.5;}
522
- 75% {opacity: 0.2;}
523
- 100% {opacity: 0; visibility: hidden;}
524
- } */
525
-
526
- @keyframes fadeIn {
527
- 0% {
528
- opacity: 0.2;
529
- }
530
- 20% {
531
- opacity: 0.4;
532
- }
533
- 30% {
534
- opacity: 0.6;
535
- }
536
- 40% {
537
- opacity: 1;
538
- }
539
- 60% {
540
- opacity: 1;
541
- }
542
- 70% {
543
- opacity: 0.6;
544
- }
545
- 80% {
546
- opacity: 0.4;
547
- }
548
- 95% {
549
- opacity: 0.2;
550
- }
551
- 100% {
552
- opacity: 0;
553
- }
554
- }
555
-
556
- .search-main .toast-content {
557
- display: flex;
558
- flex-direction: row;
559
- justify-content: center;
560
- width: 175px;
561
- height: 34px;
562
- font-size: 12px;
563
- font-weight: var(--catalog-font-weight);
564
- text-align: center;
565
- border-radius: 25px;
566
- color: var(--catalog-font-color);
567
- background-color: var(--catalog-toast-background-color);
568
- z-index: 99;
569
- left: 0;
570
- right: 0;
571
- margin: auto;
572
- position: absolute;
573
- animation: fadeIn 1.5s linear;
574
- cursor: default;
575
- pointer-events: none;
576
- }
577
-
578
- .search-main .toast-content.success {
579
- border: 3px solid var(--catalog-card-checkmark-selected-color);
580
- opacity: 0;
581
- }
582
-
583
- .search-main .toast-content.error {
584
- border: 3px solid var(--accent-negative);
585
- opacity: 0;
586
- }
587
-
588
- .search-main .toast-content.not-shown {
589
- opacity: 0;
590
- animation-name: fadeOut;
591
- animation-duration: 2s;
592
- }
593
-
594
- .search-main .toast-content .toast {
595
- display: flex;
596
- flex-direction: row;
597
- justify-content: center;
598
- align-items: center;
599
- }
600
-
601
- .search-main .toast-content .ff-check-mark {
602
- color: var(--catalog-card-checkmark-selected-color);
603
- }
604
-
605
- .search-main .toast-content .ff-close {
606
- color: var(--accent-negative);
607
- }
608
-
609
- .search-main .search-input:focus {
610
- border-bottom: 1px solid var(--catalog-search-active-border-color);
611
- outline: none;
612
- }
613
-
614
- .search-main .search-back {
615
- border: none;
616
- height: 24px;
617
- border-radius: 12px;
618
- color: var(--catalog-font-color);
619
- padding: 0px 5px 0px 9px;
620
- display: flex;
621
- justify-content: center;
622
- align-items: center;
623
- background-color: var(--tag-background-color);
624
- cursor: pointer;
625
- font-size: var(--tag-font-size);
626
- font-weight: var(--font-weight-1);
627
- user-select: none;
628
- transition: 0.2s all;
629
- }
630
-
631
- .search-main .search-back:hover {
632
- background-color: var(--tag-background-hover-color);
633
- }
634
-
635
- .search-main .tag-selector {
636
- padding-left: 5px;
637
- user-select: none;
638
- }
639
-
640
- .search-main .tag-selector .tag-selector-label {
641
- display: flex;
642
- flex-direction: row;
643
- justify-content: center;
644
- align-items: center;
645
- width: 51px;
646
- height: 17px;
647
- border-radius: 2px;
648
- background-color: var(--tag-backgrond-color);
649
- font-size: var(--tag-font-size);
650
- font-weight: var(--font-weight-1);
651
- color: var(--catalog-font-color);
652
- cursor: pointer;
653
- }
654
-
655
- .search-main .tag-selector .tag-selector-label .ff-tag {
656
- width: 10px;
657
- height: 10px;
658
- }
659
-
660
- .search-main .tag-selector .tag-selector-label .label-text {
661
- width: 22px;
662
- height: 13px;
663
- padding-left: 5px;
664
- }
665
-
666
- .search-main .tag-selector .tag-selector-content {
667
- display: flex;
668
- flex-direction: column;
669
- width: 132px;
670
- height: 214px;
671
- border-radius: 3px;
672
- background-color: var(--tag-backgrond-color);
673
- text-overflow: ellipsis;
674
- overflow-y: auto;
675
- z-index: 1;
676
- position: absolute;
677
- }
678
-
679
- .search-main .tag-selector .tag-selector-content .tag-selector-item {
680
- width: 103px;
681
- height: 19px;
682
- font-size: var(--catalog-font-size-text);
683
- color: var(--catalog-font-color);
684
- align-self: center;
685
- }
686
-
687
- .search-main .tag-selector .tag-selector-content.hidden {
688
- display: none;
689
- }
690
-
691
- .app-results .app-results-no-results {
692
- height: 21px;
693
- font-size: 12px;
694
- font-weight: var(--font-weight);
695
- text-align: center;
696
- color: var(--catalog-font-color);
697
- user-select: none;
698
- display: flex;
699
- justify-content: center;
700
- cursor: default;
701
- }
702
-
703
- .label-bar {
704
- display: flex;
705
- flex-direction: row;
706
- justify-content: flex-start;
707
- flex-wrap: wrap;
708
- margin-top: 8px;
709
- }
710
-
711
- .app-results {
712
- padding: 0px 32px;
713
- display: flex;
714
- justify-content: flex-start;
715
- }
716
-
717
- .app-showcase {
718
- display: flex;
719
- flex-direction: column;
720
- justify-content: center;
721
- font-family: var(--font-family);
722
- }
723
-
724
- .app-showcase .app-warning {
725
- display: flex;
726
- align-self: center;
727
- text-align: center;
728
- height: 25px;
729
- font-size: var(--catalog-font-size-text);
730
- font-weight: var(--catalog-carousel-font-weight);
731
- color: var(--accent-negative);
732
- }
733
-
734
- .app-showcase .app-warning-wrapper {
735
- display: flex;
736
- align-items: center;
737
- }
738
-
739
- .app-showcase .app-warning .app-warning-text {
740
- padding: 0px 5px;
741
- }
742
-
743
- .app-showcase .header {
744
- display: flex;
745
- flex-direction: row;
746
- justify-content: space-between;
747
- padding: 5px 0px;
748
- margin: 0px 49px;
749
- }
750
-
751
- .app-showcase .header .icon-title-container {
752
- display: flex;
753
- flex-direction: row;
754
- align-items: center;
755
- }
756
-
757
- .app-showcase .header .header-icon {
758
- width: 31px;
759
- height: 31px;
760
- margin-right: 8px;
761
- user-select: none;
762
- }
763
-
764
- .app-showcase .header .appName {
765
- padding-right: 12px;
766
- font-size: var(--catalog-font-size-header);
767
- font-weight: var(--font-weight);
768
- color: var(--catalog-font-color);
769
- }
770
-
771
- .app-showcase .header .action-button-container {
772
- display: flex;
773
- flex-direction: row;
774
- font-size: 12px;
775
- font-weight: var(--font-weight-1);
776
- color: var(--catalog-font-color);
777
- }
778
-
779
- .app-showcase .header .action-button-container .remove-button {
780
- height: 16px;
781
- padding: 5px 0px;
782
- cursor: pointer;
783
- }
784
-
785
- .app-showcase .header .action-button {
786
- width: 54px;
787
- height: 30px;
788
- margin-left: 5px;
789
- background-color: var(--button-affirmative-background-color);
790
- border: none;
791
- display: flex;
792
- border-radius: 4px;
793
- flex-direction: column;
794
- justify-content: center;
795
- align-items: center;
796
- user-select: none;
797
- outline: none;
798
- transition: 0.2s ease-in;
799
- cursor: pointer;
800
- }
801
-
802
- .action-button .ff-plus {
803
- margin-top: 3px;
804
- padding-right: 2px;
805
- }
806
-
807
- .app-showcase .header .action-button.open:hover {
808
- background-color: var(--button-affirmative-background-hover-color);
809
- }
810
-
811
- .app-showcase .header .action-button.remove:hover {
812
- color: var(--button-negative-background-hover-color);
813
- }
814
-
815
- .remove-button {
816
- font-size: 12px;
817
- font-weight: var(--font-weight);
818
- color: var(--catalog-font-color);
819
- font-family: var(--font-family);
820
- display: flex;
821
- justify-content: flex-end;
822
- align-items: center;
823
- cursor: pointer;
824
- outline: none;
825
- }
826
-
827
- .app-showcase .header .action-button-label {
828
- display: flex;
829
- align-items: center;
830
- justify-content: center;
831
- width: 100%;
832
- height: 16px;
833
- font-size: 12px;
834
- font-weight: var(--font-weight);
835
- font-family: var(--font-family);
836
- text-align: center;
837
- color: var(--catalog-font-color);
838
- }
839
-
840
- .action-button.disabled .action-button-label {
841
- color: var(--button-disabled-color);
842
- }
843
-
844
- .app-showcase .image-carousel-container {
845
- display: flex;
846
- flex-direction: row;
847
- justify-content: space-between;
848
- align-items: center;
849
- padding: 5px 0px;
850
- user-select: none;
851
- }
852
-
853
- .app-showcase .image-carousel-image {
854
- padding: 5px 0px;
855
- height: 125px;
856
- width: 125px;
857
- }
858
-
859
- .app-showcase .app-notes {
860
- display: flex;
861
- flex-direction: column;
862
- justify-content: flex-start;
863
- font-size: var(--catalog-font-size-text);
864
- padding: 5px 0px;
865
- margin: 0px 28px 10px 28px;
866
- }
867
-
868
- .app-notes p {
869
- margin: 0px;
870
- }
871
-
872
- .app-showcase a {
873
- color: var(--catalog-section-header-font-color);
874
- }
875
-
876
- .app-showcase .app-notes .developer-content {
877
- align-self: flex-start;
878
- color: var(--catalog-font-color);
879
- padding-left: 5px;
880
- }
881
-
882
- .app-showcase .showcase-label {
883
- display: flex;
884
- width: 100%;
885
- height: 15px;
886
- font-weight: var(--catalog-carousel-font-weight);
887
- font-size: var(--catalog-font-size-header);
888
- color: var(--catalog-section-header-font-color);
889
- padding-bottom: 5px;
890
- }
891
-
892
- .app-showcase .description-content {
893
- width: 534px;
894
- color: var(--catalog-font-color);
895
- padding-left: 5px;
896
- }
897
-
898
- .app-showcase .release-notes-content {
899
- width: 540px;
900
- color: var(--catalog-font-color);
901
- padding-left: 5px;
902
- }
903
-
904
- .app-showcase .version-content {
905
- color: var(--catalog-font-color);
906
- width: 50%;
907
- }
908
-
909
- .app-showcase .updated-content {
910
- color: var(--catalog-font-color);
911
- width: 50%;
912
- }
913
-
914
- .app-showcase .support-content {
915
- color: var(--catalog-font-color);
916
- width: 50%;
917
- }
918
-
919
- .app-showcase .tags-content {
920
- width: 50%;
921
- }
922
-
923
- .app-showcase .dev-notes {
924
- display: flex;
925
- flex-direction: row;
926
- justify-content: space-between;
927
- font-size: 12px;
928
- padding: 5px 0px;
929
- margin-left: 28px;
930
- }
931
-
932
- .app-showcase .version {
933
- width: 80px;
934
- height: 15px;
935
- padding-left: 5px;
936
- }
937
-
938
- .app-showcase .updated {
939
- width: 115px;
940
- height: 15px;
941
- color: var(--catalog-font-color);
942
- padding-left: 5px;
943
- }
944
-
945
- .app-showcase .support-content .support {
946
- color: var(--catalog-font-color);
947
- padding-right: 8px;
948
- padding-left: 5px;
949
- }
950
-
951
- .app-showcase .tags {
952
- display: flex;
953
- flex-direction: row;
954
- flex-wrap: wrap;
955
- margin-top: 2px;
956
- }
957
-
958
- .app-showcase .tag-label {
959
- height: 20px;
960
- border-radius: 12px;
961
- background-color: var(--tag-background-color);
962
- user-select: none;
963
- margin: 0px 4px 4px 0px;
964
- padding: 1px 8px 0px 8px;
965
- cursor: pointer;
966
- transition: 0.2s all;
967
- }
968
-
969
- .app-showcase .tag-label:hover {
970
- background-color: var(--tag-background-hover-color);
971
- }
972
-
973
- .app-showcase .tag-label .label-content {
974
- font-size: var(--tag-font-size);
975
- padding: 5px;
976
- color: var(--catalog-font-color);
977
- }
978
-
979
- .modal {
980
- position: fixed;
981
- top: 0;
982
- left: 0;
983
- width: 100%;
984
- height: 100%;
985
- background: rgba(0, 0, 0, 0.6);
986
- }
987
-
988
- .modal-main {
989
- position: fixed;
990
- height: auto;
991
- top: 50%;
992
- left: 50%;
993
- transform: translate(-50%, -50%);
994
- }
995
-
996
- .modal.open {
997
- display: block;
998
- }
999
-
1000
- .modal.closed {
1001
- display: none;
1002
- }
1003
-
1004
- .modal .modal-image {
1005
- display: flex;
1006
- justify-content: center;
1007
- width: auto;
1008
- height: 311px;
1009
- }
1010
-
1011
- .app-showcase .header .action-button.remove {
1012
- background-color: var(--accent-negative);
1013
- }
1014
-
1015
- .app-showcase .header .action-button.remove:hover {
1016
- background-color: var(--accent-negative-1);
1017
- }
1018
-
1019
- .app-showcase .header .action-button.disabled {
1020
- background-color: transparent;
1021
- color: var(--button-disabled-color);
1022
- cursor: default;
1023
- }
1024
-
1025
- .app-showcase .header .action-button.disabled:hover {
1026
- color: var(--button-disabled-color);
1027
- }
1028
-
1029
- .close-icon {
1030
- border: 1px solid transparent;
1031
- background-color: transparent;
1032
- display: inline-block;
1033
- vertical-align: middle;
1034
- outline: 0;
1035
- cursor: pointer;
1036
- position: absolute;
1037
- top: 20px;
1038
- right: -12px;
1039
- }
1040
-
1041
- .close-icon::after {
1042
- content: "\70";
1043
- display: flex;
1044
- justify-content: center;
1045
- align-items: center;
1046
- font-family: font-finance;
1047
- width: 15px;
1048
- height: 15px;
1049
- position: absolute;
1050
- z-index: 1;
1051
- right: 88px;
1052
- top: -6px;
1053
- bottom: 0;
1054
- margin: auto;
1055
- padding: 3px 3px 2px 2px;
1056
- border-radius: 50%;
1057
- text-align: center;
1058
- color: var(--appMenu-icon-color);
1059
- font-size: 8px;
1060
- cursor: pointer;
1061
- }
1062
-
1063
- .close-icon:hover::after {
1064
- color: var(--appMenu-font-color);
1065
- }
1066
-
1067
- .search-input:not(:valid) ~ .close-icon {
1068
- display: none;
1069
- }
1
+ /*!
2
+ * appCatalog.css
3
+ * Copyright 2017 - 2020 by ChartIQ, Inc.
4
+ * All rights reserved.
5
+ */
6
+
7
+ html.app-catalog-html,
8
+ body.app-catalog-body {
9
+ height: 100%;
10
+ }
11
+
12
+ body.app-catalog-body {
13
+ overflow: hidden;
14
+ margin-left: 0px;
15
+ margin-right: 0px;
16
+ }
17
+
18
+ #AppCatalog-tsx {
19
+ height: 100%;
20
+ }
21
+
22
+ .app-catalog {
23
+ background-color: var(--catalog-background-color);
24
+ color: var(--catalog-font-color);
25
+ /* background-image: linear-gradient(to top, rgb(60, 76, 88), rgb(48, 61, 71)); */
26
+ font-family: var(--font-family);
27
+ font-style: normal;
28
+ font-stretch: normal;
29
+ line-height: normal;
30
+ letter-spacing: normal;
31
+ height: 100%;
32
+ overflow: auto;
33
+ }
34
+
35
+ .app-catalog .market-content {
36
+ position: relative;
37
+ }
38
+
39
+ .app-catalog-body ::-webkit-scrollbar-track {
40
+ border-radius: 3px;
41
+ background-color: transparent;
42
+ }
43
+
44
+ .app-catalog-body ::-webkit-scrollbar-track-piece {
45
+ display: none;
46
+ }
47
+
48
+ .app-catalog-body ::-webkit-scrollbar {
49
+ width: 5px;
50
+ background-color: transparent;
51
+ border-radius: 3px;
52
+ /* display: none; */
53
+ }
54
+
55
+ .app-catalog-body ::-webkit-scrollbar-thumb {
56
+ cursor: pointer;
57
+ border-radius: 9px;
58
+ background-color: var(--scrollbar-color);
59
+ }
60
+
61
+ .market_content {
62
+ padding: 0px 5px 25px 5px;
63
+ font-family: var(--font-family);
64
+ }
65
+
66
+ .app-catalog .server-error {
67
+ display: flex;
68
+ flex-direction: column;
69
+ align-items: center;
70
+ padding: 10px;
71
+ font-size: 12px;
72
+ line-height: 14px;
73
+ color: #f26666;
74
+ }
75
+
76
+ .hero-content {
77
+ display: flex;
78
+ flex-direction: row;
79
+ justify-content: space-evenly;
80
+ align-content: center;
81
+ align-items: center;
82
+ }
83
+
84
+ .hero-content .visible-card {
85
+ display: flex;
86
+ flex-direction: row;
87
+ justify-content: space-evenly;
88
+ height: 206px;
89
+ width: 518px;
90
+ background-color: var(--catalog-background-color);
91
+ box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.25);
92
+ }
93
+
94
+ .hero-content .visible-card .app-details {
95
+ display: flex;
96
+ flex-direction: column;
97
+ justify-content: space-evenly;
98
+ align-items: center;
99
+ align-content: center;
100
+ color: #ffffff;
101
+ user-select: none;
102
+ }
103
+
104
+ .hero-content .visible-card .app-details .app-title {
105
+ height: 24px;
106
+ width: 208px;
107
+ font-family: var(--font-family);
108
+ font-weight: var(--font-weight);
109
+ font-size: 18px;
110
+ white-space: nowrap;
111
+ overflow: hidden;
112
+ text-overflow: ellipsis;
113
+ }
114
+
115
+ .hero-content .visible-card .app-details .app-description {
116
+ height: 103px;
117
+ width: 246px;
118
+ font-family: var(--font-family);
119
+ font-weight: var(--font-weight);
120
+ font-size: var(--catalog-font-size-text);
121
+ display: block;
122
+ overflow: hidden;
123
+ text-overflow: ellipsis;
124
+ }
125
+
126
+ .hero-content .visible-card .app-image {
127
+ height: 195px;
128
+ width: 195px;
129
+ border-radius: 3px;
130
+ user-select: none;
131
+ }
132
+
133
+ .hero-content .visible-card img.app-image {
134
+ display: flex;
135
+ align-self: center;
136
+ background-color: var(--catalog-hero-background-color);
137
+ user-select: none;
138
+ }
139
+
140
+ .hero-content .visible-card div.app-image.noimg {
141
+ display: flex;
142
+ justify-content: center;
143
+ align-content: center;
144
+ align-self: center;
145
+ align-items: center;
146
+ background-color: #07ac8b;
147
+ color: black;
148
+ font-size: 30px;
149
+ }
150
+
151
+ .paginator {
152
+ display: flex;
153
+ flex-direction: row;
154
+ justify-content: center;
155
+ margin-top: 6px;
156
+ }
157
+
158
+ .pagination-oval {
159
+ width: 6px;
160
+ height: 6px;
161
+ border: solid 1px var(--catalog-pagination-dots-color);
162
+ padding: 1px;
163
+ margin: 3px;
164
+ border-radius: 5px;
165
+ cursor: pointer;
166
+ }
167
+
168
+ .pagination-oval.active {
169
+ background-color: var(--catalog-pagination-dots-active-color);
170
+ border-color: var(--catalog-pagination-dots-active-color);
171
+ }
172
+
173
+ .ff-adp-chevron-right,
174
+ .ff-adp-chevron-left {
175
+ color: var(--catalog-font-color);
176
+ display: flex;
177
+ flex-direction: column;
178
+ justify-content: center;
179
+ background-color: transparent;
180
+ cursor: pointer;
181
+ border-radius: 40px;
182
+ width: 26px;
183
+ height: 26px;
184
+ display: flex;
185
+ justify-content: center;
186
+ align-items: center;
187
+ transition: 0.2s background-color;
188
+ }
189
+
190
+ .ff-adp-chevron-right:hover,
191
+ .ff-adp-chevron-left:hover {
192
+ background-color: var(--catalog-pagination-dots-color);
193
+ }
194
+
195
+ .ff-adp-chevron-left.disabled,
196
+ .ff-adp-chevron-right.disabled {
197
+ opacity: 0.15;
198
+ cursor: default;
199
+ }
200
+
201
+ .ff-adp-chevron-left.disabled:hover,
202
+ .ff-adp-chevron-right.disabled:hover {
203
+ background-color: transparent;
204
+ }
205
+
206
+ .ff-adp-chevron-left:before {
207
+ padding-right: 5px;
208
+ }
209
+
210
+ .app-card {
211
+ display: flex;
212
+ flex-direction: column;
213
+ justify-content: space-evenly;
214
+ width: 254px;
215
+ height: 124px;
216
+ box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
217
+ background-color: var(--catalog-card-background-color);
218
+ user-select: none;
219
+ cursor: pointer;
220
+ border-radius: 4px;
221
+ margin: 5px;
222
+ }
223
+
224
+ .app-card.placeholder {
225
+ background-color: var(--core-primary-1);
226
+ box-shadow: none;
227
+ cursor: default;
228
+ border-radius: 0px;
229
+ -moz-user-select: none;
230
+ -webkit-user-select: none;
231
+ }
232
+
233
+ .app-card-list {
234
+ display: flex;
235
+ justify-content: center;
236
+ align-content: center;
237
+ }
238
+
239
+ .app-card.no-tags {
240
+ height: 89px;
241
+ }
242
+
243
+ .app-image-container {
244
+ position: relative;
245
+ z-index: 0;
246
+ display: flex;
247
+ flex-direction: row;
248
+ align-items: center;
249
+ margin: 0px 10px;
250
+ }
251
+
252
+ .app-card .app-image {
253
+ width: 34px;
254
+ height: 34px;
255
+ border-radius: 3px;
256
+ user-select: none;
257
+ margin-right: 10px;
258
+ position: static;
259
+ }
260
+
261
+ .app-card .app-image.noIcon {
262
+ width: 34px;
263
+ height: 34px;
264
+ border-radius: 17px;
265
+ user-select: none;
266
+ margin-right: 10px;
267
+ position: static;
268
+ }
269
+
270
+ .app-card .app-image.noImg {
271
+ display: flex;
272
+ background-color: #07ac8b;
273
+ align-items: center;
274
+ color: #000000;
275
+ font-family: var(--font-family);
276
+ font-size: 14px;
277
+ font-weight: var(--font-weight);
278
+ justify-content: center;
279
+ }
280
+
281
+ .app-card .app-image.noImg span {
282
+ width: 34px;
283
+ height: 34px;
284
+ display: flex;
285
+ justify-content: center;
286
+ align-content: center;
287
+ align-items: center;
288
+ }
289
+
290
+ .app-card .app-title {
291
+ width: 160px;
292
+ font-family: "OpenSans";
293
+ font-size: 14px;
294
+ font-weight: var(--font-weight);
295
+ color: var(--catalog-font-color);
296
+ overflow: hidden;
297
+ text-overflow: ellipsis;
298
+ display: -webkit-box;
299
+ -webkit-line-clamp: 2;
300
+ -webkit-box-orient: vertical;
301
+ padding-left: 3px;
302
+ }
303
+
304
+ .app-card .app-title.entitled {
305
+ opacity: 0.4;
306
+ }
307
+
308
+ .app-card .row_description .status-indicator {
309
+ width: 20px;
310
+ height: 20px;
311
+ }
312
+
313
+ .app-card .row_description .app-description {
314
+ width: 170px;
315
+ height: 34px;
316
+ color: var(--core-primary-5);
317
+ overflow: hidden;
318
+ text-overflow: ellipsis;
319
+ }
320
+
321
+ .app-card .row_description .app-description {
322
+ height: 34px;
323
+ width: 170px;
324
+ overflow: hidden;
325
+ text-overflow: ellipsis;
326
+ display: -webkit-box;
327
+ -webkit-line-clamp: 2;
328
+ -webkit-box-orient: vertical;
329
+ margin-left: -8px;
330
+ }
331
+
332
+ .app-card .row_description {
333
+ display: flex;
334
+ flex-direction: row;
335
+ justify-content: space-evenly;
336
+ align-items: center;
337
+ align-content: center;
338
+ font-family: var(--font-family);
339
+ font-weight: var(--font-weight);
340
+ width: 100%;
341
+ height: 34px;
342
+ font-size: var(--catalog-font-size-text);
343
+ color: var(--core-primary-5);
344
+ }
345
+
346
+ .app-card .app-tags {
347
+ display: flex;
348
+ flex-direction: row;
349
+ justify-content: space-evenly;
350
+ align-content: center;
351
+ align-items: center;
352
+ overflow: hidden;
353
+ text-overflow: ellipsis;
354
+ width: 100%;
355
+ height: 28px;
356
+ }
357
+
358
+ .app-card .app-tag-names {
359
+ width: 170px;
360
+ font-family: "OpenSans";
361
+ font-weight: 600;
362
+ color: var(--core-primary-5);
363
+ font-size: 10px;
364
+ }
365
+
366
+ .app-card .ff-check-mark-2 {
367
+ display: none;
368
+ z-index: 1;
369
+ cursor: pointer;
370
+ transition: 0.2s all;
371
+ font-size: 20px;
372
+ height: 100%;
373
+ margin-left: -5px;
374
+ }
375
+
376
+ .app-card .ff-check-mark-2.faded {
377
+ display: flex;
378
+ justify-content: flex-start;
379
+ align-items: center;
380
+ color: var(--catalog-card-checkmark-unselected-color);
381
+ }
382
+
383
+ .app-card .ff-check-mark-2.highlighted {
384
+ display: flex;
385
+ justify-content: flex-start;
386
+ align-items: center;
387
+ color: var(--catalog-card-checkmark-selected-color);
388
+ }
389
+
390
+ .app-card .ff-check-mark-2.highlighted.added {
391
+ display: flex;
392
+ color: var(--accent-positive-1);
393
+ }
394
+
395
+ .app-card .ff-tag {
396
+ font-size: 14px;
397
+ padding-top: 3px;
398
+ }
399
+
400
+ .app-catalog {
401
+ display: flex;
402
+ flex-direction: column;
403
+ justify-content: space-between;
404
+ background-color: var(--catalog-background-color);
405
+ }
406
+
407
+ .carousel-main {
408
+ display: flex;
409
+ flex-direction: column;
410
+ justify-content: center;
411
+ margin-bottom: 14px;
412
+ }
413
+
414
+ .carousel-main .carousel-header .carousel-title {
415
+ height: 19px;
416
+ font-size: var(--catalog-font-size-header);
417
+ font-weight: var(--catalog-carousel-font-weight);
418
+ color: var(--catalog-section-header-font-color);
419
+ cursor: pointer;
420
+ user-select: none;
421
+ }
422
+
423
+ .carousel-main .carousel-content {
424
+ display: flex !important;
425
+ flex-direction: row !important;
426
+ justify-content: space-between !important;
427
+ align-items: center !important;
428
+ }
429
+
430
+ .carousel-main .carousel-header .see-more {
431
+ width: 67px;
432
+ height: 23px;
433
+ background-color: var(--button-affirmative-background-color);
434
+ border: none;
435
+ border-radius: 4px;
436
+ font-family: var(--font-family);
437
+ font-size: var(--tag-font-size);
438
+ font-weight: var(--font-weight-1);
439
+ color: var(--catalog-font-color);
440
+ user-select: none;
441
+ outline: none;
442
+ cursor: pointer;
443
+ transition: 0.2s all;
444
+ }
445
+
446
+ .carousel-main .carousel-header .see-more:hover {
447
+ background-color: var(--button-affirmative-background-hover-color);
448
+ }
449
+
450
+ .carousel-main .carousel-header .see-more .button-label {
451
+ width: 43px;
452
+ height: 13px;
453
+ }
454
+
455
+ .carousel-header {
456
+ display: flex;
457
+ flex-direction: row;
458
+ justify-content: space-between;
459
+ align-items: center;
460
+ margin-bottom: 6px;
461
+ padding: 0px 38px;
462
+ }
463
+
464
+ .carousel-header .see-more {
465
+ float: right;
466
+ }
467
+
468
+ .carousel-header .carousel-title {
469
+ float: left;
470
+ }
471
+
472
+ .search-main .search-action-items {
473
+ display: flex;
474
+ flex-direction: row;
475
+ justify-content: space-between;
476
+ align-items: center;
477
+ width: 89%;
478
+ }
479
+
480
+ .search-main .button-label {
481
+ padding: 0px 5px;
482
+ }
483
+
484
+ .app-catalog .ff-search {
485
+ padding: 8px 10px 0px 5px;
486
+ }
487
+
488
+ .search-main {
489
+ padding: 6px 16px;
490
+ position: sticky;
491
+ z-index: 2147483647;
492
+ top: 0px;
493
+ background-color: var(--catalog-background-color);
494
+ }
495
+
496
+ .search-main .ff-search {
497
+ color: var(--catalog-font-color);
498
+ font-size: var(--catalog-font-size-text);
499
+ }
500
+
501
+ .search-input-container {
502
+ display: flex;
503
+ width: 100%;
504
+ }
505
+
506
+ .search-main .search-input {
507
+ width: 100%;
508
+ color: var(--catalog-font-color);
509
+ font-family: var(--font-family);
510
+ height: 22px;
511
+ background: none;
512
+ border: 0;
513
+ border-bottom: solid 1px var(--catalog-search-border-color);
514
+ font-size: var(--catalog-font-size-text);
515
+ transition: 0.2s ease-in;
516
+ }
517
+
518
+ /* @keyframes fadeOut {
519
+ 0% {opacity: 0.9;}
520
+ 25% {opacity: 0.7;}
521
+ 50% {opacity: 0.5;}
522
+ 75% {opacity: 0.2;}
523
+ 100% {opacity: 0; visibility: hidden;}
524
+ } */
525
+
526
+ @keyframes fadeIn {
527
+ 0% {
528
+ opacity: 0.2;
529
+ }
530
+ 20% {
531
+ opacity: 0.4;
532
+ }
533
+ 30% {
534
+ opacity: 0.6;
535
+ }
536
+ 40% {
537
+ opacity: 1;
538
+ }
539
+ 60% {
540
+ opacity: 1;
541
+ }
542
+ 70% {
543
+ opacity: 0.6;
544
+ }
545
+ 80% {
546
+ opacity: 0.4;
547
+ }
548
+ 95% {
549
+ opacity: 0.2;
550
+ }
551
+ 100% {
552
+ opacity: 0;
553
+ }
554
+ }
555
+
556
+ .search-main .toast-content {
557
+ display: flex;
558
+ flex-direction: row;
559
+ justify-content: center;
560
+ width: 175px;
561
+ height: 34px;
562
+ font-size: 12px;
563
+ font-weight: var(--catalog-font-weight);
564
+ text-align: center;
565
+ border-radius: 25px;
566
+ color: var(--catalog-font-color);
567
+ background-color: var(--catalog-toast-background-color);
568
+ z-index: 99;
569
+ left: 0;
570
+ right: 0;
571
+ margin: auto;
572
+ position: absolute;
573
+ animation: fadeIn 1.5s linear;
574
+ cursor: default;
575
+ pointer-events: none;
576
+ }
577
+
578
+ .search-main .toast-content.success {
579
+ border: 3px solid var(--catalog-card-checkmark-selected-color);
580
+ opacity: 0;
581
+ }
582
+
583
+ .search-main .toast-content.error {
584
+ border: 3px solid var(--accent-negative);
585
+ opacity: 0;
586
+ }
587
+
588
+ .search-main .toast-content.not-shown {
589
+ opacity: 0;
590
+ animation-name: fadeOut;
591
+ animation-duration: 2s;
592
+ }
593
+
594
+ .search-main .toast-content .toast {
595
+ display: flex;
596
+ flex-direction: row;
597
+ justify-content: center;
598
+ align-items: center;
599
+ }
600
+
601
+ .search-main .toast-content .ff-check-mark {
602
+ color: var(--catalog-card-checkmark-selected-color);
603
+ }
604
+
605
+ .search-main .toast-content .ff-close {
606
+ color: var(--accent-negative);
607
+ }
608
+
609
+ .search-main .search-input:focus {
610
+ border-bottom: 1px solid var(--catalog-search-active-border-color);
611
+ outline: none;
612
+ }
613
+
614
+ .search-main .search-back {
615
+ border: none;
616
+ height: 24px;
617
+ border-radius: 12px;
618
+ color: var(--catalog-font-color);
619
+ padding: 0px 5px 0px 9px;
620
+ display: flex;
621
+ justify-content: center;
622
+ align-items: center;
623
+ background-color: var(--tag-background-color);
624
+ cursor: pointer;
625
+ font-size: var(--tag-font-size);
626
+ font-weight: var(--font-weight-1);
627
+ user-select: none;
628
+ transition: 0.2s all;
629
+ }
630
+
631
+ .search-main .search-back:hover {
632
+ background-color: var(--tag-background-hover-color);
633
+ }
634
+
635
+ .search-main .tag-selector {
636
+ padding-left: 5px;
637
+ user-select: none;
638
+ }
639
+
640
+ .search-main .tag-selector .tag-selector-label {
641
+ display: flex;
642
+ flex-direction: row;
643
+ justify-content: center;
644
+ align-items: center;
645
+ width: 51px;
646
+ height: 17px;
647
+ border-radius: 2px;
648
+ background-color: var(--tag-backgrond-color);
649
+ font-size: var(--tag-font-size);
650
+ font-weight: var(--font-weight-1);
651
+ color: var(--catalog-font-color);
652
+ cursor: pointer;
653
+ }
654
+
655
+ .search-main .tag-selector .tag-selector-label .ff-tag {
656
+ width: 10px;
657
+ height: 10px;
658
+ }
659
+
660
+ .search-main .tag-selector .tag-selector-label .label-text {
661
+ width: 22px;
662
+ height: 13px;
663
+ padding-left: 5px;
664
+ }
665
+
666
+ .search-main .tag-selector .tag-selector-content {
667
+ display: flex;
668
+ flex-direction: column;
669
+ width: 132px;
670
+ height: 214px;
671
+ border-radius: 3px;
672
+ background-color: var(--tag-backgrond-color);
673
+ text-overflow: ellipsis;
674
+ overflow-y: auto;
675
+ z-index: 1;
676
+ position: absolute;
677
+ }
678
+
679
+ .search-main .tag-selector .tag-selector-content .tag-selector-item {
680
+ width: 103px;
681
+ height: 19px;
682
+ font-size: var(--catalog-font-size-text);
683
+ color: var(--catalog-font-color);
684
+ align-self: center;
685
+ }
686
+
687
+ .search-main .tag-selector .tag-selector-content.hidden {
688
+ display: none;
689
+ }
690
+
691
+ .app-results .app-results-no-results {
692
+ height: 21px;
693
+ font-size: 12px;
694
+ font-weight: var(--font-weight);
695
+ text-align: center;
696
+ color: var(--catalog-font-color);
697
+ user-select: none;
698
+ display: flex;
699
+ justify-content: center;
700
+ cursor: default;
701
+ }
702
+
703
+ .label-bar {
704
+ display: flex;
705
+ flex-direction: row;
706
+ justify-content: flex-start;
707
+ flex-wrap: wrap;
708
+ margin-top: 8px;
709
+ }
710
+
711
+ .app-results {
712
+ padding: 0px 32px;
713
+ display: flex;
714
+ justify-content: flex-start;
715
+ }
716
+
717
+ .app-showcase {
718
+ display: flex;
719
+ flex-direction: column;
720
+ justify-content: center;
721
+ font-family: var(--font-family);
722
+ }
723
+
724
+ .app-showcase .app-warning {
725
+ display: flex;
726
+ align-self: center;
727
+ text-align: center;
728
+ height: 25px;
729
+ font-size: var(--catalog-font-size-text);
730
+ font-weight: var(--catalog-carousel-font-weight);
731
+ color: var(--accent-negative);
732
+ }
733
+
734
+ .app-showcase .app-warning-wrapper {
735
+ display: flex;
736
+ align-items: center;
737
+ }
738
+
739
+ .app-showcase .app-warning .app-warning-text {
740
+ padding: 0px 5px;
741
+ }
742
+
743
+ .app-showcase .header {
744
+ display: flex;
745
+ flex-direction: row;
746
+ justify-content: space-between;
747
+ padding: 5px 0px;
748
+ margin: 0px 49px;
749
+ }
750
+
751
+ .app-showcase .header .icon-title-container {
752
+ display: flex;
753
+ flex-direction: row;
754
+ align-items: center;
755
+ }
756
+
757
+ .app-showcase .header .header-icon {
758
+ width: 31px;
759
+ height: 31px;
760
+ margin-right: 8px;
761
+ user-select: none;
762
+ }
763
+
764
+ .app-showcase .header .appName {
765
+ padding-right: 12px;
766
+ font-size: var(--catalog-font-size-header);
767
+ font-weight: var(--font-weight);
768
+ color: var(--catalog-font-color);
769
+ }
770
+
771
+ .app-showcase .header .action-button-container {
772
+ display: flex;
773
+ flex-direction: row;
774
+ font-size: 12px;
775
+ font-weight: var(--font-weight-1);
776
+ color: var(--catalog-font-color);
777
+ }
778
+
779
+ .app-showcase .header .action-button-container .remove-button {
780
+ height: 16px;
781
+ padding: 5px 0px;
782
+ cursor: pointer;
783
+ }
784
+
785
+ .app-showcase .header .action-button {
786
+ width: 54px;
787
+ height: 30px;
788
+ margin-left: 5px;
789
+ background-color: var(--button-affirmative-background-color);
790
+ border: none;
791
+ display: flex;
792
+ border-radius: 4px;
793
+ flex-direction: column;
794
+ justify-content: center;
795
+ align-items: center;
796
+ user-select: none;
797
+ outline: none;
798
+ transition: 0.2s ease-in;
799
+ cursor: pointer;
800
+ }
801
+
802
+ .action-button .ff-plus {
803
+ margin-top: 3px;
804
+ padding-right: 2px;
805
+ }
806
+
807
+ .app-showcase .header .action-button.open:hover {
808
+ background-color: var(--button-affirmative-background-hover-color);
809
+ }
810
+
811
+ .app-showcase .header .action-button.remove:hover {
812
+ color: var(--button-negative-background-hover-color);
813
+ }
814
+
815
+ .remove-button {
816
+ font-size: 12px;
817
+ font-weight: var(--font-weight);
818
+ color: var(--catalog-font-color);
819
+ font-family: var(--font-family);
820
+ display: flex;
821
+ justify-content: flex-end;
822
+ align-items: center;
823
+ cursor: pointer;
824
+ outline: none;
825
+ }
826
+
827
+ .app-showcase .header .action-button-label {
828
+ display: flex;
829
+ align-items: center;
830
+ justify-content: center;
831
+ width: 100%;
832
+ height: 16px;
833
+ font-size: 12px;
834
+ font-weight: var(--font-weight);
835
+ font-family: var(--font-family);
836
+ text-align: center;
837
+ color: var(--catalog-font-color);
838
+ }
839
+
840
+ .action-button.disabled .action-button-label {
841
+ color: var(--button-disabled-color);
842
+ }
843
+
844
+ .app-showcase .image-carousel-container {
845
+ display: flex;
846
+ flex-direction: row;
847
+ justify-content: space-between;
848
+ align-items: center;
849
+ padding: 5px 0px;
850
+ user-select: none;
851
+ }
852
+
853
+ .app-showcase .image-carousel-image {
854
+ padding: 5px 0px;
855
+ height: 125px;
856
+ width: 125px;
857
+ }
858
+
859
+ .app-showcase .app-notes {
860
+ display: flex;
861
+ flex-direction: column;
862
+ justify-content: flex-start;
863
+ font-size: var(--catalog-font-size-text);
864
+ padding: 5px 0px;
865
+ margin: 0px 28px 10px 28px;
866
+ }
867
+
868
+ .app-notes p {
869
+ margin: 0px;
870
+ }
871
+
872
+ .app-showcase a {
873
+ color: var(--catalog-section-header-font-color);
874
+ }
875
+
876
+ .app-showcase .app-notes .developer-content {
877
+ align-self: flex-start;
878
+ color: var(--catalog-font-color);
879
+ padding-left: 5px;
880
+ }
881
+
882
+ .app-showcase .showcase-label {
883
+ display: flex;
884
+ width: 100%;
885
+ height: 15px;
886
+ font-weight: var(--catalog-carousel-font-weight);
887
+ font-size: var(--catalog-font-size-header);
888
+ color: var(--catalog-section-header-font-color);
889
+ padding-bottom: 5px;
890
+ }
891
+
892
+ .app-showcase .description-content {
893
+ width: 534px;
894
+ color: var(--catalog-font-color);
895
+ padding-left: 5px;
896
+ }
897
+
898
+ .app-showcase .release-notes-content {
899
+ width: 540px;
900
+ color: var(--catalog-font-color);
901
+ padding-left: 5px;
902
+ }
903
+
904
+ .app-showcase .version-content {
905
+ color: var(--catalog-font-color);
906
+ width: 50%;
907
+ }
908
+
909
+ .app-showcase .updated-content {
910
+ color: var(--catalog-font-color);
911
+ width: 50%;
912
+ }
913
+
914
+ .app-showcase .support-content {
915
+ color: var(--catalog-font-color);
916
+ width: 50%;
917
+ }
918
+
919
+ .app-showcase .tags-content {
920
+ width: 50%;
921
+ }
922
+
923
+ .app-showcase .dev-notes {
924
+ display: flex;
925
+ flex-direction: row;
926
+ justify-content: space-between;
927
+ font-size: 12px;
928
+ padding: 5px 0px;
929
+ margin-left: 28px;
930
+ }
931
+
932
+ .app-showcase .version {
933
+ width: 80px;
934
+ height: 15px;
935
+ padding-left: 5px;
936
+ }
937
+
938
+ .app-showcase .updated {
939
+ width: 115px;
940
+ height: 15px;
941
+ color: var(--catalog-font-color);
942
+ padding-left: 5px;
943
+ }
944
+
945
+ .app-showcase .support-content .support {
946
+ color: var(--catalog-font-color);
947
+ padding-right: 8px;
948
+ padding-left: 5px;
949
+ }
950
+
951
+ .app-showcase .tags {
952
+ display: flex;
953
+ flex-direction: row;
954
+ flex-wrap: wrap;
955
+ margin-top: 2px;
956
+ }
957
+
958
+ .app-showcase .tag-label {
959
+ height: 20px;
960
+ border-radius: 12px;
961
+ background-color: var(--tag-background-color);
962
+ user-select: none;
963
+ margin: 0px 4px 4px 0px;
964
+ padding: 1px 8px 0px 8px;
965
+ cursor: pointer;
966
+ transition: 0.2s all;
967
+ }
968
+
969
+ .app-showcase .tag-label:hover {
970
+ background-color: var(--tag-background-hover-color);
971
+ }
972
+
973
+ .app-showcase .tag-label .label-content {
974
+ font-size: var(--tag-font-size);
975
+ padding: 5px;
976
+ color: var(--catalog-font-color);
977
+ }
978
+
979
+ .modal {
980
+ position: fixed;
981
+ top: 0;
982
+ left: 0;
983
+ width: 100%;
984
+ height: 100%;
985
+ background: rgba(0, 0, 0, 0.6);
986
+ }
987
+
988
+ .modal-main {
989
+ position: fixed;
990
+ height: auto;
991
+ top: 50%;
992
+ left: 50%;
993
+ transform: translate(-50%, -50%);
994
+ }
995
+
996
+ .modal.open {
997
+ display: block;
998
+ }
999
+
1000
+ .modal.closed {
1001
+ display: none;
1002
+ }
1003
+
1004
+ .modal .modal-image {
1005
+ display: flex;
1006
+ justify-content: center;
1007
+ width: auto;
1008
+ height: 311px;
1009
+ }
1010
+
1011
+ .app-showcase .header .action-button.remove {
1012
+ background-color: var(--accent-negative);
1013
+ }
1014
+
1015
+ .app-showcase .header .action-button.remove:hover {
1016
+ background-color: var(--accent-negative-1);
1017
+ }
1018
+
1019
+ .app-showcase .header .action-button.disabled {
1020
+ background-color: transparent;
1021
+ color: var(--button-disabled-color);
1022
+ cursor: default;
1023
+ }
1024
+
1025
+ .app-showcase .header .action-button.disabled:hover {
1026
+ color: var(--button-disabled-color);
1027
+ }
1028
+
1029
+ .close-icon {
1030
+ border: 1px solid transparent;
1031
+ background-color: transparent;
1032
+ display: inline-block;
1033
+ vertical-align: middle;
1034
+ outline: 0;
1035
+ cursor: pointer;
1036
+ position: absolute;
1037
+ top: 20px;
1038
+ right: -12px;
1039
+ }
1040
+
1041
+ .close-icon::after {
1042
+ content: "\70";
1043
+ display: flex;
1044
+ justify-content: center;
1045
+ align-items: center;
1046
+ font-family: font-finance;
1047
+ width: 15px;
1048
+ height: 15px;
1049
+ position: absolute;
1050
+ z-index: 1;
1051
+ right: 88px;
1052
+ top: -6px;
1053
+ bottom: 0;
1054
+ margin: auto;
1055
+ padding: 3px 3px 2px 2px;
1056
+ border-radius: 50%;
1057
+ text-align: center;
1058
+ color: var(--appMenu-icon-color);
1059
+ font-size: 8px;
1060
+ cursor: pointer;
1061
+ }
1062
+
1063
+ .close-icon:hover::after {
1064
+ color: var(--appMenu-font-color);
1065
+ }
1066
+
1067
+ .search-input:not(:valid) ~ .close-icon {
1068
+ display: none;
1069
+ }