supernav-test 2.2.14 → 2.2.18

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 (467) hide show
  1. package/dist/App.css +38 -0
  2. package/dist/App.test.d.ts +1 -0
  3. package/dist/App.test.js +9 -0
  4. package/dist/LsacContainer.d.ts +4 -0
  5. package/dist/LsacContainer.js +29 -0
  6. package/dist/components/lsac-supernavbar/AuthWrapper.d.ts +4 -0
  7. package/dist/components/lsac-supernavbar/AuthWrapper.js +95 -0
  8. package/dist/components/lsac-supernavbar/LsacSidebar.d.ts +44 -0
  9. package/dist/components/lsac-supernavbar/LsacSidebar.js +48 -0
  10. package/dist/components/lsac-supernavbar/Store.d.ts +3 -0
  11. package/dist/components/lsac-supernavbar/Store.js +22 -0
  12. package/dist/components/lsac-supernavbar/actions/AuthActions.d.ts +8 -0
  13. package/dist/components/lsac-supernavbar/actions/AuthActions.js +29 -0
  14. package/dist/components/lsac-supernavbar/actions/SidebarActions.d.ts +23 -0
  15. package/dist/components/lsac-supernavbar/actions/SidebarActions.js +95 -0
  16. package/dist/components/lsac-supernavbar/components/Sidebar.d.ts +13 -0
  17. package/dist/components/lsac-supernavbar/components/Sidebar.js +317 -0
  18. package/dist/components/lsac-supernavbar/components/SidebarForm.d.ts +5 -0
  19. package/dist/components/lsac-supernavbar/components/SidebarForm.js +21 -0
  20. package/dist/components/lsac-supernavbar/components/SidebarMainLink.d.ts +14 -0
  21. package/dist/components/lsac-supernavbar/components/SidebarMainLink.js +124 -0
  22. package/dist/components/lsac-supernavbar/components/SidebarOption.d.ts +4 -0
  23. package/dist/components/lsac-supernavbar/components/SidebarOption.js +22 -0
  24. package/dist/components/lsac-supernavbar/components/SidebarSubMenu.d.ts +5 -0
  25. package/dist/components/lsac-supernavbar/components/SidebarSubMenu.js +154 -0
  26. package/dist/components/lsac-supernavbar/components/SidebarTab.d.ts +1 -0
  27. package/dist/components/lsac-supernavbar/components/SidebarTab.js +69 -0
  28. package/dist/components/lsac-supernavbar/components/Topnav.d.ts +14 -0
  29. package/dist/components/lsac-supernavbar/components/Topnav.js +173 -0
  30. package/dist/components/lsac-supernavbar/components/sidebar_submenus/CategorizedSubmenu.d.ts +9 -0
  31. package/dist/components/lsac-supernavbar/components/sidebar_submenus/CategorizedSubmenu.js +104 -0
  32. package/dist/components/lsac-supernavbar/components/sidebar_submenus/Marketplace.d.ts +5 -0
  33. package/dist/components/lsac-supernavbar/components/sidebar_submenus/Marketplace.js +19 -0
  34. package/dist/components/lsac-supernavbar/constants/SidebarConstants.d.ts +8 -0
  35. package/dist/components/lsac-supernavbar/constants/SidebarConstants.js +17 -0
  36. package/dist/components/lsac-supernavbar/constants/UtilityConstants.d.ts +15 -0
  37. package/dist/components/lsac-supernavbar/constants/UtilityConstants.js +32 -0
  38. package/dist/components/lsac-supernavbar/interfaces/Models.d.ts +65 -0
  39. package/dist/components/lsac-supernavbar/interfaces/Models.js +17 -0
  40. package/dist/components/lsac-supernavbar/interfaces/Redux.d.ts +7 -0
  41. package/dist/components/lsac-supernavbar/interfaces/Redux.js +5 -0
  42. package/dist/components/lsac-supernavbar/reducers/AuthReducer.d.ts +7 -0
  43. package/dist/components/lsac-supernavbar/reducers/AuthReducer.js +41 -0
  44. package/dist/components/lsac-supernavbar/reducers/RootReducer.d.ts +5 -0
  45. package/dist/components/lsac-supernavbar/reducers/RootReducer.js +19 -0
  46. package/dist/components/lsac-supernavbar/reducers/SidebarReducer.d.ts +17 -0
  47. package/dist/components/lsac-supernavbar/reducers/SidebarReducer.js +96 -0
  48. package/dist/components/lsac-supernavbar/resources/icomoon-library.json +1 -0
  49. package/dist/components/lsac-supernavbar/static/images/close-hamburger-icon.svg +6 -0
  50. package/dist/components/lsac-supernavbar/static/images/hamburger-icon.svg +7 -0
  51. package/dist/components/lsac-supernavbar/static/images/icon-user.svg +7 -0
  52. package/dist/components/lsac-supernavbar/static/images/saama_logo.png +0 -0
  53. package/dist/components/lsac-supernavbar/static/images/saama_logo.svg +26 -0
  54. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_down.svg +6 -0
  55. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_left.svg +6 -0
  56. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_right.svg +6 -0
  57. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_up.svg +6 -0
  58. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/glyph1_comprehend.svg +6 -0
  59. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/management_icon.svg +12 -0
  60. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/marketplace_icon.svg +9 -0
  61. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/my_apps.svg +8 -0
  62. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/rbqm-triangle.svg +31 -0
  63. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/rightIcon.svg +8 -0
  64. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/space_comprehend.svg +6 -0
  65. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/triangle-exclamation.svg +9 -0
  66. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A32_comprehend.svg +6 -0
  67. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A36_comprehend.svg +6 -0
  68. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$A1_comprehend.svg +6 -0
  69. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$E$B_comprehend.svg +6 -0
  70. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$F0_comprehend.svg +6 -0
  71. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$B_comprehend.svg +7 -0
  72. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$D_comprehend.svg +6 -0
  73. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E002_comprehend.svg +6 -0
  74. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E070_comprehend.svg +8 -0
  75. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E086_comprehend.svg +6 -0
  76. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E092_comprehend.svg +7 -0
  77. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$A_comprehend.svg +8 -0
  78. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$F_comprehend.svg +6 -0
  79. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B5_comprehend.svg +6 -0
  80. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$C8_comprehend.svg +6 -0
  81. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$C_comprehend.svg +8 -0
  82. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$F_comprehend.svg +8 -0
  83. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D5_comprehend.svg +7 -0
  84. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D6_comprehend.svg +7 -0
  85. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D9_comprehend.svg +7 -0
  86. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F$E_comprehend.svg +7 -0
  87. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F7_comprehend.svg +7 -0
  88. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$C_comprehend.svg +7 -0
  89. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$D_comprehend.svg +7 -0
  90. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$E_comprehend.svg +7 -0
  91. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$F_comprehend.svg +7 -0
  92. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E101_comprehend.svg +8 -0
  93. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E110_comprehend.svg +7 -0
  94. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E115_comprehend.svg +8 -0
  95. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E123_comprehend.svg +6 -0
  96. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E138_comprehend.svg +8 -0
  97. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E14$B_comprehend.svg +6 -0
  98. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E150_comprehend.svg +7 -0
  99. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E185_comprehend.svg +7 -0
  100. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E186_comprehend.svg +8 -0
  101. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E187_comprehend.svg +8 -0
  102. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A7_comprehend.svg +8 -0
  103. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A9_comprehend.svg +6 -0
  104. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$B7_comprehend.svg +7 -0
  105. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$C$F_comprehend.svg +8 -0
  106. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$C_comprehend.svg +7 -0
  107. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$D_comprehend.svg +8 -0
  108. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$F$F_comprehend.svg +6 -0
  109. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E20$B_comprehend.svg +10 -0
  110. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E201_comprehend.svg +6 -0
  111. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E204_comprehend.svg +7 -0
  112. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E23$A_comprehend.svg +9 -0
  113. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E250_comprehend.svg +7 -0
  114. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E279_comprehend.svg +9 -0
  115. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E28$E_comprehend.svg +6 -0
  116. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E29$C_comprehend.svg +6 -0
  117. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A7_comprehend.svg +7 -0
  118. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A8_comprehend.svg +7 -0
  119. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$B3_comprehend.svg +6 -0
  120. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D3_comprehend.svg +7 -0
  121. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D4_comprehend.svg +7 -0
  122. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D7_comprehend.svg +7 -0
  123. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E301_comprehend.svg +6 -0
  124. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$A_comprehend.svg +9 -0
  125. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$E_comprehend.svg +8 -0
  126. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E36$E_comprehend.svg +7 -0
  127. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E362_comprehend.svg +8 -0
  128. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E37$A_comprehend.svg +6 -0
  129. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E370_comprehend.svg +6 -0
  130. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E2_comprehend.svg +11 -0
  131. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E4_comprehend.svg +7 -0
  132. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E5_comprehend.svg +7 -0
  133. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E7_comprehend.svg +8 -0
  134. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E418_comprehend.svg +6 -0
  135. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$E_comprehend.svg +6 -0
  136. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$F_comprehend.svg +6 -0
  137. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$A_comprehend.svg +7 -0
  138. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$B_comprehend.svg +6 -0
  139. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E430_comprehend.svg +6 -0
  140. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E431_comprehend.svg +6 -0
  141. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E445_comprehend.svg +6 -0
  142. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E465_comprehend.svg +7 -0
  143. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E475_comprehend.svg +6 -0
  144. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E481_comprehend.svg +6 -0
  145. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$A_comprehend.svg +6 -0
  146. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$B_comprehend.svg +8 -0
  147. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$C_comprehend.svg +6 -0
  148. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$D_comprehend.svg +6 -0
  149. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$E_comprehend.svg +6 -0
  150. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$F_comprehend.svg +9 -0
  151. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E600_comprehend.svg +6 -0
  152. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E601_comprehend.svg +6 -0
  153. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E602_comprehend.svg +6 -0
  154. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E603_comprehend.svg +6 -0
  155. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E604_comprehend.svg +6 -0
  156. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E605_comprehend.svg +6 -0
  157. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E606_comprehend.svg +6 -0
  158. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E607_comprehend.svg +6 -0
  159. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E608_comprehend.svg +6 -0
  160. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E609_comprehend.svg +6 -0
  161. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$A_comprehend.svg +8 -0
  162. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$B_comprehend.svg +6 -0
  163. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$C_comprehend.svg +9 -0
  164. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$F_comprehend.svg +8 -0
  165. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E610_comprehend.svg +6 -0
  166. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E611_comprehend.svg +8 -0
  167. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E612_comprehend.svg +7 -0
  168. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E613_comprehend.svg +12 -0
  169. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E614_comprehend.svg +6 -0
  170. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E615_comprehend.svg +8 -0
  171. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E616_comprehend.svg +8 -0
  172. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E617_comprehend.svg +8 -0
  173. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E618_comprehend.svg +7 -0
  174. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E619_comprehend.svg +6 -0
  175. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E620_comprehend.svg +6 -0
  176. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E621_comprehend.svg +6 -0
  177. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E622_comprehend.svg +6 -0
  178. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E623_comprehend.svg +6 -0
  179. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E624_comprehend.svg +6 -0
  180. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E625_comprehend.svg +6 -0
  181. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E626_comprehend.svg +6 -0
  182. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$A_comprehend.svg +12 -0
  183. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$B_comprehend.svg +6 -0
  184. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$C_comprehend.svg +9 -0
  185. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$D_comprehend.svg +14 -0
  186. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$E_comprehend.svg +10 -0
  187. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$F_comprehend.svg +9 -0
  188. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E900_comprehend.svg +7 -0
  189. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E901_comprehend.svg +6 -0
  190. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E902_comprehend.svg +6 -0
  191. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E903_comprehend.svg +6 -0
  192. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E904_comprehend.svg +6 -0
  193. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E905_comprehend.svg +12 -0
  194. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E907_comprehend.svg +7 -0
  195. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E908_comprehend.svg +16 -0
  196. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E909_comprehend.svg +7 -0
  197. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$A_comprehend.svg +7 -0
  198. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$C_comprehend.svg +9 -0
  199. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$E_comprehend.svg +12 -0
  200. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$F_comprehend.svg +16 -0
  201. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E910_comprehend.svg +6 -0
  202. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E911_comprehend.svg +12 -0
  203. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E912_comprehend.svg +11 -0
  204. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E913_comprehend.svg +8 -0
  205. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E914_comprehend.svg +11 -0
  206. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E915_comprehend.svg +8 -0
  207. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E917_comprehend.svg +34 -0
  208. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E918_comprehend.svg +7 -0
  209. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E919_comprehend.svg +6 -0
  210. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E920_comprehend.svg +11 -0
  211. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E921_comprehend.svg +12 -0
  212. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E93$D_comprehend.svg +13 -0
  213. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni0001_comprehend.svg +6 -0
  214. package/dist/components/lsac-supernavbar/stylesheets/LsacSidebar.css +73 -0
  215. package/dist/components/lsac-supernavbar/stylesheets/font-face.scss +12 -0
  216. package/dist/components/lsac-supernavbar/stylesheets/font-sizer.scss +4 -0
  217. package/dist/components/lsac-supernavbar/stylesheets/fontIcons.css +540 -0
  218. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.eot +0 -0
  219. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.svg +3521 -0
  220. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.ttf +0 -0
  221. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff +0 -0
  222. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff2 +0 -0
  223. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.eot +0 -0
  224. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.svg +190 -0
  225. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.ttf +0 -0
  226. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.woff +0 -0
  227. package/dist/components/lsac-supernavbar/stylesheets/form.scss +16 -0
  228. package/dist/components/lsac-supernavbar/stylesheets/sidebar-main-link.scss +72 -0
  229. package/dist/components/lsac-supernavbar/stylesheets/sidebar.scss +222 -0
  230. package/dist/components/lsac-supernavbar/stylesheets/study-filter.scss +358 -0
  231. package/dist/components/lsac-supernavbar/stylesheets/topnav.scss +371 -0
  232. package/dist/components/lsac-supernavbar/test/App.test.d.ts +1 -0
  233. package/dist/components/lsac-supernavbar/test/App.test.js +28 -0
  234. package/dist/components/lsac-supernavbar/util/SubmenuUtil.d.ts +9 -0
  235. package/dist/components/lsac-supernavbar/util/SubmenuUtil.js +208 -0
  236. package/dist/components/lsac-supernavbar/util/Util.d.ts +4 -0
  237. package/dist/components/lsac-supernavbar/util/Util.js +51 -0
  238. package/dist/index.css +13 -0
  239. package/dist/index.d.ts +2 -0
  240. package/dist/index.js +22 -67
  241. package/dist/logo.svg +1 -0
  242. package/dist/react-app-env.d.js +2 -0
  243. package/dist/reportWebVitals.d.ts +3 -0
  244. package/dist/reportWebVitals.js +34 -0
  245. package/dist/setupTests.d.ts +1 -0
  246. package/dist/setupTests.js +3 -0
  247. package/package.json +11 -4
  248. package/src/App.css +38 -0
  249. package/src/App.test.tsx +8 -0
  250. package/src/LsacContainer.tsx +17 -0
  251. package/src/components/lsac-supernavbar/AuthWrapper.tsx +63 -0
  252. package/src/components/lsac-supernavbar/LsacSidebar.tsx +60 -0
  253. package/src/components/lsac-supernavbar/Store.ts +8 -0
  254. package/src/components/lsac-supernavbar/actions/AuthActions.ts +21 -0
  255. package/src/components/lsac-supernavbar/actions/SidebarActions.ts +81 -0
  256. package/src/components/lsac-supernavbar/components/Sidebar.tsx +235 -0
  257. package/src/components/lsac-supernavbar/components/SidebarForm.tsx +15 -0
  258. package/src/components/lsac-supernavbar/components/SidebarMainLink.tsx +86 -0
  259. package/src/components/lsac-supernavbar/components/SidebarOption.tsx +13 -0
  260. package/src/components/lsac-supernavbar/components/SidebarSubMenu.tsx +82 -0
  261. package/src/components/lsac-supernavbar/components/SidebarTab.jsx +56 -0
  262. package/src/components/lsac-supernavbar/components/Topnav.tsx +140 -0
  263. package/src/components/lsac-supernavbar/components/sidebar_submenus/CategorizedSubmenu.tsx +69 -0
  264. package/src/components/lsac-supernavbar/components/sidebar_submenus/Marketplace.tsx +13 -0
  265. package/src/components/lsac-supernavbar/constants/SidebarConstants.ts +8 -0
  266. package/src/components/lsac-supernavbar/constants/UtilityConstants.ts +17 -0
  267. package/src/components/lsac-supernavbar/interfaces/Models.ts +71 -0
  268. package/src/components/lsac-supernavbar/interfaces/Redux.ts +9 -0
  269. package/src/components/lsac-supernavbar/reducers/AuthReducer.ts +24 -0
  270. package/src/components/lsac-supernavbar/reducers/RootReducer.ts +13 -0
  271. package/src/components/lsac-supernavbar/reducers/SidebarReducer.ts +73 -0
  272. package/src/components/lsac-supernavbar/resources/icomoon-library.json +1 -0
  273. package/src/components/lsac-supernavbar/static/images/close-hamburger-icon.svg +6 -0
  274. package/src/components/lsac-supernavbar/static/images/hamburger-icon.svg +7 -0
  275. package/src/components/lsac-supernavbar/static/images/icon-user.svg +7 -0
  276. package/src/components/lsac-supernavbar/static/images/saama_logo.png +0 -0
  277. package/src/components/lsac-supernavbar/static/images/saama_logo.svg +26 -0
  278. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_down.svg +6 -0
  279. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_left.svg +6 -0
  280. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_right.svg +6 -0
  281. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_up.svg +6 -0
  282. package/src/components/lsac-supernavbar/static/images/sidebar-icons/glyph1_comprehend.svg +6 -0
  283. package/src/components/lsac-supernavbar/static/images/sidebar-icons/management_icon.svg +12 -0
  284. package/src/components/lsac-supernavbar/static/images/sidebar-icons/marketplace_icon.svg +9 -0
  285. package/src/components/lsac-supernavbar/static/images/sidebar-icons/my_apps.svg +8 -0
  286. package/src/components/lsac-supernavbar/static/images/sidebar-icons/rbqm-triangle.svg +31 -0
  287. package/src/components/lsac-supernavbar/static/images/sidebar-icons/rightIcon.svg +8 -0
  288. package/src/components/lsac-supernavbar/static/images/sidebar-icons/space_comprehend.svg +6 -0
  289. package/src/components/lsac-supernavbar/static/images/sidebar-icons/triangle-exclamation.svg +9 -0
  290. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A32_comprehend.svg +6 -0
  291. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A36_comprehend.svg +6 -0
  292. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$A1_comprehend.svg +6 -0
  293. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$E$B_comprehend.svg +6 -0
  294. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$F0_comprehend.svg +6 -0
  295. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$B_comprehend.svg +7 -0
  296. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$D_comprehend.svg +6 -0
  297. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E002_comprehend.svg +6 -0
  298. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E070_comprehend.svg +8 -0
  299. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E086_comprehend.svg +6 -0
  300. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E092_comprehend.svg +7 -0
  301. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$A_comprehend.svg +8 -0
  302. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$F_comprehend.svg +6 -0
  303. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B5_comprehend.svg +6 -0
  304. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$C8_comprehend.svg +6 -0
  305. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$C_comprehend.svg +8 -0
  306. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$F_comprehend.svg +8 -0
  307. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D5_comprehend.svg +7 -0
  308. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D6_comprehend.svg +7 -0
  309. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D9_comprehend.svg +7 -0
  310. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F$E_comprehend.svg +7 -0
  311. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F7_comprehend.svg +7 -0
  312. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$C_comprehend.svg +7 -0
  313. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$D_comprehend.svg +7 -0
  314. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$E_comprehend.svg +7 -0
  315. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$F_comprehend.svg +7 -0
  316. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E101_comprehend.svg +8 -0
  317. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E110_comprehend.svg +7 -0
  318. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E115_comprehend.svg +8 -0
  319. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E123_comprehend.svg +6 -0
  320. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E138_comprehend.svg +8 -0
  321. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E14$B_comprehend.svg +6 -0
  322. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E150_comprehend.svg +7 -0
  323. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E185_comprehend.svg +7 -0
  324. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E186_comprehend.svg +8 -0
  325. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E187_comprehend.svg +8 -0
  326. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A7_comprehend.svg +8 -0
  327. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A9_comprehend.svg +6 -0
  328. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$B7_comprehend.svg +7 -0
  329. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$C$F_comprehend.svg +8 -0
  330. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$C_comprehend.svg +7 -0
  331. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$D_comprehend.svg +8 -0
  332. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$F$F_comprehend.svg +6 -0
  333. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E20$B_comprehend.svg +10 -0
  334. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E201_comprehend.svg +6 -0
  335. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E204_comprehend.svg +7 -0
  336. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E23$A_comprehend.svg +9 -0
  337. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E250_comprehend.svg +7 -0
  338. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E279_comprehend.svg +9 -0
  339. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E28$E_comprehend.svg +6 -0
  340. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E29$C_comprehend.svg +6 -0
  341. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A7_comprehend.svg +7 -0
  342. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A8_comprehend.svg +7 -0
  343. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$B3_comprehend.svg +6 -0
  344. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D3_comprehend.svg +7 -0
  345. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D4_comprehend.svg +7 -0
  346. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D7_comprehend.svg +7 -0
  347. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E301_comprehend.svg +6 -0
  348. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$A_comprehend.svg +9 -0
  349. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$E_comprehend.svg +8 -0
  350. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E36$E_comprehend.svg +7 -0
  351. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E362_comprehend.svg +8 -0
  352. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E37$A_comprehend.svg +6 -0
  353. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E370_comprehend.svg +6 -0
  354. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E2_comprehend.svg +11 -0
  355. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E4_comprehend.svg +7 -0
  356. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E5_comprehend.svg +7 -0
  357. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E7_comprehend.svg +8 -0
  358. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E418_comprehend.svg +6 -0
  359. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$E_comprehend.svg +6 -0
  360. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$F_comprehend.svg +6 -0
  361. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$A_comprehend.svg +7 -0
  362. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$B_comprehend.svg +6 -0
  363. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E430_comprehend.svg +6 -0
  364. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E431_comprehend.svg +6 -0
  365. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E445_comprehend.svg +6 -0
  366. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E465_comprehend.svg +7 -0
  367. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E475_comprehend.svg +6 -0
  368. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E481_comprehend.svg +6 -0
  369. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$A_comprehend.svg +6 -0
  370. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$B_comprehend.svg +8 -0
  371. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$C_comprehend.svg +6 -0
  372. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$D_comprehend.svg +6 -0
  373. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$E_comprehend.svg +6 -0
  374. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$F_comprehend.svg +9 -0
  375. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E600_comprehend.svg +6 -0
  376. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E601_comprehend.svg +6 -0
  377. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E602_comprehend.svg +6 -0
  378. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E603_comprehend.svg +6 -0
  379. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E604_comprehend.svg +6 -0
  380. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E605_comprehend.svg +6 -0
  381. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E606_comprehend.svg +6 -0
  382. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E607_comprehend.svg +6 -0
  383. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E608_comprehend.svg +6 -0
  384. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E609_comprehend.svg +6 -0
  385. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$A_comprehend.svg +8 -0
  386. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$B_comprehend.svg +6 -0
  387. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$C_comprehend.svg +9 -0
  388. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$F_comprehend.svg +8 -0
  389. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E610_comprehend.svg +6 -0
  390. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E611_comprehend.svg +8 -0
  391. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E612_comprehend.svg +7 -0
  392. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E613_comprehend.svg +12 -0
  393. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E614_comprehend.svg +6 -0
  394. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E615_comprehend.svg +8 -0
  395. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E616_comprehend.svg +8 -0
  396. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E617_comprehend.svg +8 -0
  397. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E618_comprehend.svg +7 -0
  398. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E619_comprehend.svg +6 -0
  399. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E620_comprehend.svg +6 -0
  400. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E621_comprehend.svg +6 -0
  401. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E622_comprehend.svg +6 -0
  402. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E623_comprehend.svg +6 -0
  403. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E624_comprehend.svg +6 -0
  404. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E625_comprehend.svg +6 -0
  405. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E626_comprehend.svg +6 -0
  406. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$A_comprehend.svg +12 -0
  407. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$B_comprehend.svg +6 -0
  408. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$C_comprehend.svg +9 -0
  409. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$D_comprehend.svg +14 -0
  410. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$E_comprehend.svg +10 -0
  411. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$F_comprehend.svg +9 -0
  412. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E900_comprehend.svg +7 -0
  413. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E901_comprehend.svg +6 -0
  414. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E902_comprehend.svg +6 -0
  415. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E903_comprehend.svg +6 -0
  416. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E904_comprehend.svg +6 -0
  417. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E905_comprehend.svg +12 -0
  418. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E907_comprehend.svg +7 -0
  419. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E908_comprehend.svg +16 -0
  420. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E909_comprehend.svg +7 -0
  421. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$A_comprehend.svg +7 -0
  422. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$C_comprehend.svg +9 -0
  423. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$E_comprehend.svg +12 -0
  424. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$F_comprehend.svg +16 -0
  425. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E910_comprehend.svg +6 -0
  426. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E911_comprehend.svg +12 -0
  427. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E912_comprehend.svg +11 -0
  428. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E913_comprehend.svg +8 -0
  429. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E914_comprehend.svg +11 -0
  430. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E915_comprehend.svg +8 -0
  431. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E917_comprehend.svg +34 -0
  432. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E918_comprehend.svg +7 -0
  433. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E919_comprehend.svg +6 -0
  434. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E920_comprehend.svg +11 -0
  435. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E921_comprehend.svg +12 -0
  436. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E93$D_comprehend.svg +13 -0
  437. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni0001_comprehend.svg +6 -0
  438. package/src/components/lsac-supernavbar/stylesheets/LsacSidebar.css +73 -0
  439. package/src/components/lsac-supernavbar/stylesheets/font-face.scss +12 -0
  440. package/src/components/lsac-supernavbar/stylesheets/font-sizer.scss +4 -0
  441. package/src/components/lsac-supernavbar/stylesheets/fontIcons.css +540 -0
  442. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.eot +0 -0
  443. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.svg +3521 -0
  444. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.ttf +0 -0
  445. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff +0 -0
  446. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff2 +0 -0
  447. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.eot +0 -0
  448. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.svg +190 -0
  449. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.ttf +0 -0
  450. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.woff +0 -0
  451. package/src/components/lsac-supernavbar/stylesheets/form.scss +16 -0
  452. package/src/components/lsac-supernavbar/stylesheets/sidebar-main-link.scss +72 -0
  453. package/src/components/lsac-supernavbar/stylesheets/sidebar.scss +222 -0
  454. package/src/components/lsac-supernavbar/stylesheets/study-filter.scss +358 -0
  455. package/src/components/lsac-supernavbar/stylesheets/topnav.scss +371 -0
  456. package/src/components/lsac-supernavbar/test/App.test.js +20 -0
  457. package/src/components/lsac-supernavbar/util/SubmenuUtil.tsx +153 -0
  458. package/src/components/lsac-supernavbar/util/Util.ts +24 -0
  459. package/src/index.css +13 -0
  460. package/src/index.tsx +18 -0
  461. package/src/logo.svg +1 -0
  462. package/src/react-app-env.d.ts +1 -0
  463. package/src/reportWebVitals.ts +15 -0
  464. package/src/setupTests.ts +5 -0
  465. package/dist/1.index.js +0 -1
  466. package/dist/caf68d0a64d31f733320266312e3a2ca.svg +0 -1
  467. package/dist/index.html +0 -1
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1044 1024">
4
+ <path fill="currentColor"
5
+ d="M995 500q-13 0 -21.5 8.5t-8.5 20.5v267q0 55 -38.5 93.5t-92.5 38.5h-644q-54 0 -92.5 -38.5t-38.5 -93.5v-271q0 -12 -8.5 -20.5t-21.5 -8.5q-12 0 -20.5 8.5t-8.5 20.5v271q0 79 56 135t134 56h644q79 0 134.5 -56t55.5 -135v-267q0 -12 -8.5 -20.5t-20.5 -8.5z
6
+ M346 274l137 -136v595q0 12 8.5 20.5t20.5 8.5t20.5 -8.5t8.5 -20.5v-595l137 136q4 4 9.5 6.5t10.5 2.5q6 0 11.5 -2t9.5 -7q9 -8 9 -20.5t-9 -20.5l-186 -187q-4 -4 -9.5 -6.5t-11.5 -2.5t-11.5 2.5t-9.5 6.5l-186 187q-9 8 -9 20.5t9 20.5q8 9 20.5 9t20.5 -9v0z" />
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1044 1024">
4
+ <path fill="currentColor"
5
+ d="M1024 427h-427v-427h-170v427h-427v170h427v427h170v-427h427v-170z" />
6
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1468 1024">
4
+ <path fill="currentColor"
5
+ d="M0 756h973v119h-973v-119zM159 517h119v159h-119v-159zM358 199h119v477h-119v-477zM557 398h119v278h-119v-278v0zM756 0h119v676h-119v-676zM1448 707q0 -18 -13 -31t-31 -13v0h-6q-20 0 -36.5 -11t-24.5 -29v0v-6q-2 -6 -3 -12t-1 -12v0v0v0q0 -14 5.5 -26t14.5 -21v0
6
+ q6 -6 10 -14.5t4 -18.5v0q0 -9 -3.5 -17t-9.5 -14v0q-6 -6 -14 -9.5t-17 -3.5v0q-9 0 -17 3.5t-14 9.5v0q-9 9 -21.5 15t-27.5 6v0v0v0q-28 0 -47.5 -19.5t-19.5 -47.5v0v-1.5v-1.5q0 -18 -13 -31.5t-31 -14.5v0q-18 0 -31 13t-13 32v0v0v5q0 20 -11 36t-28 24h-1h-6
7
+ q-5 2 -11.5 3.5t-12.5 1.5h-2.5h-2.5v0q-14 0 -26 -5.5t-21 -14.5v0q-6 -7 -15 -10.5t-18 -4.5v0q-19 1 -31.5 13.5t-13.5 31.5v0q1 9 4.5 17t8.5 14v0l3 3q9 9 14.5 21t5.5 26q0 7 -2 14.5t-5 13.5v0q-7 19 -23.5 31t-37.5 12v0h-2v0v0q-19 0 -32.5 13t-13.5 31v1
8
+ q1 17 14 30t31 13l0.5 -0.5l0.5 -0.5v0h5v0v0q14 0 26 5.5t21 14.5v0q9 9 14.5 21.5t5.5 26.5v0.5v0.5v0q0 14 -5 26t-14 21v0q-6 6 -9.5 14.5t-3.5 17.5v0v0v0v1v0q0 9 3 17t9 14v0q7 5 14.5 8.5t16.5 4.5v0h0.5h0.5q9 0 17 -3.5t14 -9.5v0q9 -10 21.5 -15.5t27.5 -6.5v0
9
+ q28 1 48 20.5t22 46.5v0v0.5v2.5v0v0q0 19 13 32t31 13v0q18 0 30.5 -13t12.5 -31v-0.5v-0.5v0v-4q0 -14 5 -26t14 -21v0q10 -9 22 -14t26 -5t26.5 5t21.5 14v0q6 7 14.5 10.5t17.5 3.5v0v0v0v0v0q19 0 32 -13t13 -31q0 -9 -3.5 -16.5t-8.5 -13.5v0q-10 -10 -15.5 -22.5
10
+ t-5.5 -26.5v0v0v0v0v0q0 -28 19.5 -48t47.5 -20h2v0v0q18 0 31 -12t14 -30v0v-2zM1130 802q-37 0 -63 -26.5t-26 -63.5q0 -38 26.5 -64.5t63.5 -26.5h0.5h0.5v0q36 2 60.5 28t24.5 62t-24.5 62t-60.5 28v0z" />
11
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 1189 1024">
4
+ <path fill="currentColor"
5
+ d="M1169 710v0v0q0 -18 -13 -31t-31 -13h-0.5h-1.5v0h-4q-20 0 -36 -11t-24 -28v0v-5q-2 -5 -3 -11t-1 -12v0q0 -14 5 -26t14 -21v0q7 -6 10.5 -14.5t4.5 -18.5v0v0v0q0 -9 -3.5 -17t-9.5 -13v0q-6 -6 -13.5 -10t-16.5 -4h-0.5h-0.5v0q-9 1 -17 4t-14 9v0q-9 10 -21.5 15.5
6
+ t-26.5 5.5v0q-28 0 -47.5 -19.5t-19.5 -46.5v0v-2v-2q0 -17 -12 -30t-30 -14v0q-18 0 -31 13t-13 31v0v5q0 20 -11 36t-28 24v0h-6q-6 2 -12 3t-12 1h-3h-2v0q-14 0 -26 -5t-21 -14v0q-6 -7 -14.5 -11t-17.5 -4h-0.5h-0.5v0q-18 1 -30.5 13.5t-12.5 30.5v0q0 9 3.5 17
7
+ t9.5 14v0l2 3q9 9 14.5 20.5t5.5 25.5q0 8 -2 15t-5 14v-1q-7 19 -23.5 30.5t-36.5 12.5v0h-3v0v0q-18 0 -31 12.5t-14 31.5v0q1 18 14 30t31 12v0v0h5h1v0q14 0 25.5 5.5t20.5 13.5v0q9 9 14.5 21t5.5 26v1.5v0.5v0v0v0q0 14 -5 26t-14 21v0q-6 6 -9.5 14t-3.5 18v0v0v0
8
+ q0 9 3.5 17t8.5 14v0q7 5 14.5 8.5t16.5 4.5v0q9 0 17 -3.5t14 -9.5v0q9 -10 22 -15.5t27 -5.5v0q27 0 46.5 19t21.5 45v0v3v0v0q0 18 12.5 31t31.5 14v0q18 -1 30 -13.5t12 -30.5v-0.5v-0.5v0v-3q1 -13 6 -25t13 -21v0q9 -9 21.5 -14.5t26.5 -5.5t26 5.5t21 14.5v0
9
+ q6 6 14.5 10t17.5 4v0v0v0q18 0 31 -13t13 -31v-1.5v-1.5v1v-1v0q0 -9 -3.5 -16.5t-8.5 -12.5v0q-9 -9 -14.5 -21.5t-5.5 -26.5v0q0 -28 19.5 -47t46.5 -19h1v0v0v0h1q17 0 29.5 -11.5t14.5 -27.5v-1zM853 804q-34 -3 -58 -28.5t-24 -60.5q0 -36 24.5 -62t60.5 -28v0
10
+ q35 2 59 28t24 61q0 36 -24 61.5t-59 27.5v0zM257 1024h-0.5h-0.5q-36 0 -67.5 -12.5t-56.5 -34.5v0q-25 -23 -42 -53t-22 -64l-1 -1h-3v-694h-64v-165h512v165h-64v32h-125v59h125v90h-62v59h62v89h-125v59h125v90h-62v58h62v89h-125v59h125v9h-3q-5 36 -22 66t-42 52h-1
11
+ q-24 22 -55.5 35t-67.5 13v0v0z" />
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-12 0 1161 1024">
4
+ <path fill="currentColor"
5
+ d="M740 175q-40 0 -68 28t-28 68v0q0 8 1.5 16t4.5 15v0l-3 -7l-122 70l-87 -50v-126q33 -7 54.5 -33t21.5 -61q0 -39 -28 -67t-67 -28q-40 0 -68 28t-28 67q0 35 22 61t54 33h1v126l-100 57l-110 -62l-6 9q3 -7 5 -15.5t2 -17.5v-1v0v-1q0 -40 -28.5 -68t-68.5 -28t-68 28
6
+ t-28 68t28 68.5t68 28.5q23 0 42 -9.5t33 -25.5v0l116 68v89l-114 67q-14 -16 -33 -25.5t-41 -9.5q-39 0 -67 28t-28 67q0 40 28 67.5t67 27.5q40 0 67.5 -27.5t27.5 -67.5v0v0v0q0 -8 -1 -15t-4 -14v1l3 4l110 -63l100 58v126q-33 7 -55 33t-22 60q0 40 28 68t68 28
7
+ q39 0 67 -28t28 -68q0 -34 -21.5 -60t-54.5 -33v0v-126l88 -51l119 89l22 -39l-115 -86v-119l115 -65q13 16 32 25t41 9q39 0 67 -28t28 -67t-28 -67t-67 -28v0v1zM1139 703v0v0q0 -18 -13 -31t-31 -13h-6q-20 0 -37 -11.5t-24 -29.5h-1v-1.5v-1.5v-1.5v-1.5v0q-2 -5 -3 -11
8
+ t-1 -13q0 -14 5 -26t14 -21v0q7 -6 11 -14.5t4 -18.5v0v0v0q0 -9 -3.5 -17.5t-9.5 -14.5v0q-6 -6 -14 -9.5t-17 -3.5v0q-9 0 -17 3.5t-14 9.5v0q-9 10 -22 15.5t-27 6.5v0v0v0q-28 0 -48 -20t-20 -48v0v-2.5v-2.5q0 -19 -13 -32t-31 -13q-19 0 -32 13t-13 32v1.5v1.5v-1v6
9
+ q0 20 -11 37t-29 24l-1 1h-1h-2h-1h-2v0q-5 2 -11 3t-13 1q-13 0 -25.5 -5t-21.5 -14v0q-6 -7 -14.5 -11t-18.5 -4v0v0h-1q-18 0 -31 13t-13 31q0 10 4 18t10 14v0v1.5t2 1.5q9 9 14 21t5 25q0 8 -1.5 15t-4.5 13v0q-7 19 -23.5 31t-37.5 12v0h-1.5h-1.5q-18 0 -31 13
10
+ t-14 32v0q0 18 13 31t32 13h5q14 0 26 5t21 14v0q9 9 14.5 21.5t6.5 26.5v0v0.5v0.5q0 14 -5.5 26t-14.5 21v0q-6 6 -10.5 15t-4.5 18v0v0.5v0.5q0 9 3.5 17t9.5 14v0q6 6 14 9t17 4v0q10 0 18 -3.5t14 -9.5v0q10 -10 22.5 -15.5t27.5 -5.5v0q7 0 14 1.5t13 4.5l-1 -1
11
+ q19 8 31 24.5t13 37.5v0v0.5v0.5q0 19 13 32t31 13t31 -12.5t14 -30.5v0v-5q0 -14 5 -26t14 -21v0q9 -10 21.5 -15.5t26.5 -5.5t26 5t21 14v0q7 7 15.5 11t18.5 4v0q18 0 31 -13t13 -31q0 -10 -3.5 -18t-9.5 -14v0q-9 -9 -15 -21.5t-6 -27.5v0v0v0q0 -28 20 -48t47 -20v0h1
12
+ v0q18 0 31 -12.5t14 -31.5v0v0zM822 797h-0.5h-0.5q-38 0 -64.5 -26.5t-26.5 -64.5q0 -37 26.5 -63.5t63.5 -26.5h2q37 0 63.5 26.5t26.5 63.5q0 38 -26.5 64.5t-63.5 26.5v0v0z" />
13
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="-10 0 20 1024">
4
+ <path fill="currentColor"
5
+ d="M0 960v0v0v0z" />
6
+ </svg>
@@ -0,0 +1,73 @@
1
+ @import './fontIcons.css';
2
+
3
+ #lsac-supernavbar-root {
4
+ width: 100%;
5
+ box-sizing: border-box;
6
+ }
7
+
8
+ .app {
9
+ width: 400px;
10
+ height: 575px;
11
+ padding: 30px 60px;
12
+ box-sizing: border-box;
13
+ background-color: white;
14
+ box-shadow: 0 4px 14px 4px #375c821c;
15
+ font-family: 'proxima-nova', 'Helvetica Neue' !important;
16
+ border-bottom: 5px solid #cad5e6;
17
+ }
18
+
19
+ .top {
20
+ width: 100%;
21
+ height: 50%;
22
+ border-bottom: 2px solid #7998c7;
23
+ display: flex;
24
+ justify-content: center;
25
+ align-items: center;
26
+ }
27
+
28
+ .bottom {
29
+ width: 100%;
30
+ height: 50%;
31
+ border-top: 2px solid #7998c7;
32
+ display: flex;
33
+ flex-direction: column;
34
+ justify-content: space-around;
35
+ align-items: center;
36
+ }
37
+
38
+ .header-image {
39
+ width: 165px;
40
+ height: 165px;
41
+ background: url('https://silind-s3.s3.eu-west-2.amazonaws.com/direflow/logo.svg');
42
+ background-size: contain;
43
+ }
44
+
45
+ .header-title {
46
+ font-size: 34px;
47
+ color: #5781C2;
48
+ }
49
+
50
+ .sample-text {
51
+ font-size: 16px;
52
+ color: #666;
53
+ text-align: center;
54
+ }
55
+
56
+ .button {
57
+ width: 150px;
58
+ height: 45px;
59
+ font-size: 20px;
60
+ font-weight: bold;
61
+ background-color: #5781C2;
62
+ color: white;
63
+ box-shadow: 2px 2px 5px #16314d98;
64
+ outline: none;
65
+ border: 0;
66
+ cursor: pointer;
67
+ transition: 0.3s;
68
+ }
69
+
70
+ .button:hover {
71
+ box-shadow: 4px 4px 8px #16314d63;
72
+ background-color: #40558f;
73
+ }
@@ -0,0 +1,12 @@
1
+ @font-face {
2
+ font-family: 'proxima-nova';
3
+ src: url('./fonts/ProximaNovaReg.eot') format("eot");
4
+ src: url('./fonts/ProximaNovaReg.eot#iefix') format('embedded-opentype'),
5
+ url('./fonts/ProximaNovaReg.ttf') format('truetype'),
6
+ url('./fonts/ProximaNovaReg.woff2') format('woff2'),
7
+ url('./fonts/ProximaNovaReg.woff') format('woff'),
8
+ url('./fonts/ProximaNovaReg.svg#ProximaNovaReg') format('svg');
9
+ font-weight: normal;
10
+ font-style: normal;
11
+ font-display: block;
12
+ }
@@ -0,0 +1,4 @@
1
+ @import './fontIcons.css';
2
+ #lsac-supernavbar-root {
3
+ font-size: 62.5% !important; /* Since this defines our root unit, it's !important that it is not overridden */
4
+ }
@@ -0,0 +1,540 @@
1
+ @font-face {
2
+ font-family: 'comprehend';
3
+ src: url('./fonts/comprehend.eot?vrvuu6');
4
+ src: url('./fonts/comprehend.eot?vrvuu6#iefix') format('embedded-opentype'),
5
+ url('./fonts/comprehend.ttf?vrvuu6') format('truetype'),
6
+ url('./fonts/comprehend.woff?vrvuu6') format('woff');/*,
7
+ url('./fonts/comprehend.svg?vrvuu6#comprehend') format('svg');*/
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ font-display: block;
11
+ }
12
+
13
+ [class^="icon-"], [class*=" icon-"] {
14
+ /* use !important to prevent issues with browser extensions that change fonts */
15
+ font-family: 'comprehend' !important;
16
+ speak: never;
17
+ font-style: normal;
18
+ font-weight: normal;
19
+ font-variant: normal;
20
+ text-transform: none;
21
+ line-height: 1;
22
+
23
+ /* Better Font Rendering =========== */
24
+ -webkit-font-smoothing: antialiased;
25
+ -moz-osx-font-smoothing: grayscale;
26
+ }
27
+
28
+ .icon-ask-support:before {
29
+ content: "\e92b";
30
+ }
31
+ .icon-FAQ:before {
32
+ content: "\e92a";
33
+ }
34
+ .icon-community:before {
35
+ content: "\e928";
36
+ }
37
+ .icon-feedback:before {
38
+ content: "\e929";
39
+ }
40
+ .icon-new-releases:before {
41
+ content: "\e927";
42
+ }
43
+ .icon-switch:before {
44
+ content: "\e926";
45
+ }
46
+ .icon-user-management .path1:before {
47
+ content: "\e922";
48
+ color: rgb(255, 255, 255);
49
+ }
50
+ .icon-user-management .path2:before {
51
+ content: "\e923";
52
+ margin-left: -1.3134765625em;
53
+ color: rgb(0, 0, 0);
54
+ }
55
+ .icon-user-management .path3:before {
56
+ content: "\e924";
57
+ margin-left: -1.3134765625em;
58
+ color: rgb(0, 0, 0);
59
+ }
60
+ .icon-user-management .path4:before {
61
+ content: "\e925";
62
+ margin-left: -1.3134765625em;
63
+ color: rgb(0, 0, 0);
64
+ }
65
+ .icon-study-admin:before {
66
+ content: "\e921";
67
+ }
68
+ .icon-ops-admin:before {
69
+ content: "\e920";
70
+ }
71
+ .icon-global-admin:before {
72
+ content: "\e91f";
73
+ }
74
+ .icon-data-acess:before {
75
+ content: "\e917";
76
+ }
77
+ .icon-hub-admin:before {
78
+ content: "\e93d";
79
+ }
80
+ .icon-marketplace-administration:before {
81
+ content: "\e916";
82
+ }
83
+ .icon-engagement:before {
84
+ content: "\e91a";
85
+ }
86
+ .icon-marketplace:before {
87
+ content: "\e91b";
88
+ color: #416783;
89
+ }
90
+ .icon-home-2:before {
91
+ content: "\e91c";
92
+ }
93
+ .icon-my-apps:before {
94
+ content: "\e91d";
95
+ }
96
+ .icon-collboration:before {
97
+ content: "\e91e";
98
+ }
99
+ .icon-plus:before {
100
+ content: "\e919";
101
+ }
102
+ .icon-upload:before {
103
+ content: "\e918";
104
+ }
105
+ .icon-like-solid:before {
106
+ content: "\e913";
107
+ }
108
+ .icon-like-solid1:before {
109
+ content: "\e915";
110
+ }
111
+ .icon-like:before {
112
+ content: "\e912";
113
+ }
114
+ .icon-like-svgrepo-com:before {
115
+ content: "\e914";
116
+ }
117
+ .icon-covid-19:before {
118
+ content: "\e911";
119
+ }
120
+ .icon-rule:before {
121
+ content: "\e910";
122
+ color: #707070;
123
+ }
124
+ .icon-dalia:before {
125
+ content: "\e90f";
126
+ color: #666;
127
+ }
128
+ .icon-Operational-Insights:before {
129
+ content: "\e905";
130
+ }
131
+ .icon-rbm:before {
132
+ content: "\e906";
133
+ }
134
+ .icon-Subtraction-5:before {
135
+ content: "\e907";
136
+ }
137
+ .icon-clinops-insights:before {
138
+ content: "\e908";
139
+ }
140
+ .icon-kpi-studio:before {
141
+ content: "\e909";
142
+ }
143
+ .icon-kpi-studio-dashboard:before {
144
+ content: "\e90a";
145
+ }
146
+ .icon-menu9:before {
147
+ content: "\e90b";
148
+ }
149
+ .icon-oversight-scorecard:before {
150
+ content: "\e90c";
151
+ }
152
+ .icon-question-circle-o:before {
153
+ content: "\e90d";
154
+ }
155
+ .icon-spinner:before {
156
+ content: "\e90e";
157
+ }
158
+ .icon-home:before {
159
+ content: "\e002";
160
+ }
161
+ .icon-office:before {
162
+ content: "\e00b";
163
+ }
164
+ .icon-pencil:before {
165
+ content: "\e00d";
166
+ }
167
+ .icon-book:before {
168
+ content: "\e070";
169
+ }
170
+ .icon-file:before {
171
+ content: "\e086";
172
+ }
173
+ .icon-task-alt:before {
174
+ content: "\e092";
175
+ }
176
+ .icon-folder:before {
177
+ content: "\e0a1";
178
+ }
179
+ .icon-AddFolder:before {
180
+ content: "\e618";
181
+ }
182
+ .icon-envelop:before {
183
+ content: "\e0eb";
184
+ }
185
+ .icon-pushpin:before {
186
+ content: "\e0f0";
187
+ }
188
+ .icon-clock:before {
189
+ content: "\e101";
190
+ }
191
+ .icon-bell:before {
192
+ content: "\e10c";
193
+ }
194
+ .icon-alarm-plus:before {
195
+ content: "\e10d";
196
+ }
197
+ .icon-alarm-minus:before {
198
+ content: "\e10e";
199
+ }
200
+ .icon-alarm-check:before {
201
+ content: "\e10f";
202
+ }
203
+ .icon-alarm-cancel:before {
204
+ content: "\e110";
205
+ }
206
+ .icon-calendar:before {
207
+ content: "\e115";
208
+ }
209
+ .icon-screen:before {
210
+ content: "\e123";
211
+ }
212
+ .icon-database:before {
213
+ content: "\e138";
214
+ }
215
+ .icon-undo:before {
216
+ content: "\e14b";
217
+ }
218
+ .icon-bubble:before {
219
+ content: "\e150";
220
+ }
221
+ .icon-user:before {
222
+ content: "\e185";
223
+ }
224
+ .icon-users:before {
225
+ content: "\e186";
226
+ }
227
+ .icon-user-plus:before {
228
+ content: "\e187";
229
+ }
230
+ .icon-binoculars:before {
231
+ content: "\e1b5";
232
+ }
233
+ .icon-search2:before {
234
+ content: "\e1ba";
235
+ }
236
+ .icon-Pop_out:before {
237
+ content: "\e61f";
238
+ }
239
+ .icon-expand:before {
240
+ content: "\e1bf";
241
+ }
242
+ .icon-expand2:before {
243
+ content: "\e1c8";
244
+ }
245
+ .icon-contract:before {
246
+ content: "\e620";
247
+ }
248
+ .icon-move:before {
249
+ content: "\e61b";
250
+ }
251
+ .icon-lock:before {
252
+ content: "\e1d5";
253
+ }
254
+ .icon-unlocked:before {
255
+ content: "\e1d6";
256
+ }
257
+ .icon-wrench:before {
258
+ content: "\e1d9";
259
+ }
260
+ .icon-equalizer:before {
261
+ content: "\e1dc";
262
+ }
263
+ .icon-cog:before {
264
+ content: "\e1df";
265
+ }
266
+ .icon-report:before {
267
+ content: "\e201";
268
+ }
269
+ .icon-dashboard:before {
270
+ content: "\e23a";
271
+ }
272
+ .icon-remove:before {
273
+ content: "\e250";
274
+ }
275
+ .icon-target:before {
276
+ content: "\e279";
277
+ }
278
+ .icon-power:before {
279
+ content: "\e28e";
280
+ }
281
+ .icon-task-list:before {
282
+ content: "\e29c";
283
+ }
284
+ .icon-tree:before {
285
+ content: "\e2a7";
286
+ }
287
+ .icon-menu2:before {
288
+ content: "\e2a9";
289
+ }
290
+ .icon-cloud-upload:before {
291
+ content: "\e2b7";
292
+ }
293
+ .icon-link:before {
294
+ content: "\e2cf";
295
+ }
296
+ .icon-eye:before {
297
+ content: "\e2dc";
298
+ }
299
+ .icon-eye-blocked:before {
300
+ content: "\e2dd";
301
+ }
302
+ .icon-star-empty:before {
303
+ content: "\e2ff";
304
+ }
305
+ .icon-star-full:before {
306
+ content: "\e301";
307
+ }
308
+ .icon-exclamation:before {
309
+ content: "\e619";
310
+ }
311
+ .icon-WarningCircle:before {
312
+ content: "\e61c";
313
+ }
314
+ .icon-question-circle:before {
315
+ content: "\e35a";
316
+ }
317
+ .icon-plus-circle2:before {
318
+ content: "\e35e";
319
+ }
320
+ .icon-info:before {
321
+ content: "\e362";
322
+ }
323
+ .icon-information_solid:before {
324
+ content: "\e900";
325
+ }
326
+ .icon-close:before {
327
+ content: "\e36e";
328
+ }
329
+ .icon-checkmark-full:before {
330
+ content: "\e370";
331
+ }
332
+ .icon-checkmark-circle:before {
333
+ content: "\e61a";
334
+ }
335
+ .icon-Checkboxnegative:before {
336
+ content: "\e60f";
337
+ }
338
+ .icon-exit:before {
339
+ content: "\e37a";
340
+ }
341
+ .icon-loop:before {
342
+ content: "\e3a7";
343
+ }
344
+ .icon-loop2:before {
345
+ content: "\e3a8";
346
+ }
347
+ .icon-arrow-left:before {
348
+ content: "\e3b3";
349
+ }
350
+ .icon-arrow-right:before {
351
+ content: "\e3b1";
352
+ }
353
+ .icon-DownArrow:before {
354
+ content: "\e61d";
355
+ }
356
+ .icon-UpArrow:before {
357
+ content: "\e61e";
358
+ }
359
+ .icon-arrow-right2:before {
360
+ content: "\e621";
361
+ }
362
+ .icon-arrow-down2:before {
363
+ content: "\e3d4";
364
+ }
365
+ .icon-arrow-right-circle-full:before {
366
+ content: "\e3d3";
367
+ }
368
+ .icon-arrow-left2:before {
369
+ content: "\e3d7";
370
+ }
371
+ .icon-arrow-up:before {
372
+ content: "\ea32";
373
+ }
374
+ .icon-arrow-down:before {
375
+ content: "\ea36";
376
+ }
377
+ .icon-ascending:before {
378
+ content: "\e609";
379
+ }
380
+ .icon-descending:before {
381
+ content: "\e60a";
382
+ }
383
+ .icon-ascending-alt:before {
384
+ content: "\e60d";
385
+ }
386
+ .icon-descending-alt:before {
387
+ content: "\e60e";
388
+ }
389
+ .icon-menu:before {
390
+ content: "\e418";
391
+ }
392
+ .icon-accordion-down:before {
393
+ content: "\e600";
394
+ }
395
+ .icon-accordion-right:before {
396
+ content: "\e601";
397
+ }
398
+ .icon-first-page:before {
399
+ content: "\e602";
400
+ }
401
+ .icon-previous-page:before {
402
+ content: "\e603";
403
+ }
404
+ .icon-next-page:before {
405
+ content: "\e604";
406
+ }
407
+ .icon-last-page:before {
408
+ content: "\e605";
409
+ }
410
+ .icon-checkbox-checked:before {
411
+ content: "\e42e";
412
+ }
413
+ .icon-checkbox-unchecked:before {
414
+ content: "\e42f";
415
+ }
416
+ .icon-square:before {
417
+ content: "\e430";
418
+ }
419
+ .icon-checkbox-partial:before {
420
+ content: "\e431";
421
+ }
422
+ .icon-Checkboxpartial:before {
423
+ content: "\e614";
424
+ }
425
+ .icon-circle2:before {
426
+ content: "\e43a";
427
+ }
428
+ .icon-circle:before {
429
+ content: "\e43b";
430
+ }
431
+ .icon-Diamond:before {
432
+ content: "\e902";
433
+ }
434
+ .icon-filter2:before {
435
+ content: "\e445";
436
+ }
437
+ .icon-table:before {
438
+ content: "\e465";
439
+ }
440
+ .icon-paragraph-left:before {
441
+ content: "\e475";
442
+ }
443
+ .icon-console:before {
444
+ content: "\e481";
445
+ }
446
+ .icon-file-pdf:before {
447
+ content: "\e4e2";
448
+ }
449
+ .icon-file-word:before {
450
+ content: "\e4e4";
451
+ }
452
+ .icon-file-excel:before {
453
+ content: "\e4e5";
454
+ }
455
+ .icon-file-powerpoint:before {
456
+ content: "\e4e7";
457
+ }
458
+ .icon-grid-view:before {
459
+ content: "\e606";
460
+ }
461
+ .icon-list-view:before {
462
+ content: "\e608";
463
+ }
464
+ .icon-file-image .path1:before {
465
+ content: "\e60b";
466
+ color: rgb(68, 68, 68);
467
+ }
468
+ .icon-file-image .path2:before {
469
+ content: "\e622";
470
+ margin-left: -1em;
471
+ color: rgb(68, 68, 68);
472
+ }
473
+ .icon-file-image .path3:before {
474
+ content: "\e623";
475
+ margin-left: -1em;
476
+ color: rgb(68, 68, 68);
477
+ }
478
+ .icon-file-image .path4:before {
479
+ content: "\e624";
480
+ margin-left: -1em;
481
+ color: rgb(68, 68, 68);
482
+ }
483
+ .icon-file-image .path5:before {
484
+ content: "\e625";
485
+ margin-left: -1em;
486
+ color: rgb(255, 255, 255);
487
+ }
488
+ .icon-file-image .path6:before {
489
+ content: "\e626";
490
+ margin-left: -1em;
491
+ color: rgb(255, 255, 255);
492
+ }
493
+ .icon-sort-filter:before {
494
+ content: "\e60c";
495
+ }
496
+ .icon-menu-hamburger:before {
497
+ content: "\e610";
498
+ }
499
+ .icon-schema:before {
500
+ content: "\e611";
501
+ }
502
+ .icon-branch:before {
503
+ content: "\e612";
504
+ }
505
+ .icon-datatypes:before {
506
+ content: "\e613";
507
+ }
508
+ .icon-session:before {
509
+ content: "\e615";
510
+ }
511
+ .icon-stats2:before {
512
+ content: "\e616";
513
+ }
514
+ .icon-share:before {
515
+ content: "\e617";
516
+ }
517
+ .icon-close-alt:before {
518
+ content: "\e607";
519
+ }
520
+ .icon-pie:before {
521
+ content: "\e1f7";
522
+ }
523
+ .icon-stats:before {
524
+ content: "\e1fe";
525
+ }
526
+ .icon-bar:before {
527
+ content: "\e204";
528
+ }
529
+ .icon-chart:before {
530
+ content: "\e20b";
531
+ }
532
+ .icon-diagonals:before {
533
+ content: "\e903";
534
+ }
535
+ .icon-dashed-line:before {
536
+ content: "\e904";
537
+ }
538
+ .icon-viz-threshold2:before {
539
+ content: "\e901";
540
+ }