supernav-test 2.2.11 → 2.2.16

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 (476) hide show
  1. package/dist/App.test.d.ts +1 -0
  2. package/dist/App.test.js +6 -8
  3. package/dist/LsacContainer.d.ts +4 -0
  4. package/dist/LsacContainer.js +14 -0
  5. package/dist/caf68d0a64d31f733320266312e3a2ca.svg +1 -0
  6. package/dist/components/lsac-supernavbar/AuthWrapper.d.ts +4 -0
  7. package/dist/components/lsac-supernavbar/AuthWrapper.js +44 -92
  8. package/dist/components/lsac-supernavbar/LsacSidebar.d.ts +44 -0
  9. package/dist/components/lsac-supernavbar/LsacSidebar.js +27 -40
  10. package/dist/components/lsac-supernavbar/Store.d.ts +3 -0
  11. package/dist/components/lsac-supernavbar/Store.js +10 -20
  12. package/dist/components/lsac-supernavbar/actions/AuthActions.d.ts +8 -0
  13. package/dist/components/lsac-supernavbar/actions/AuthActions.js +16 -23
  14. package/dist/components/lsac-supernavbar/actions/SidebarActions.d.ts +23 -0
  15. package/dist/components/lsac-supernavbar/actions/SidebarActions.js +61 -75
  16. package/dist/components/lsac-supernavbar/components/Sidebar.d.ts +13 -0
  17. package/dist/components/lsac-supernavbar/components/Sidebar.js +184 -308
  18. package/dist/components/lsac-supernavbar/components/SidebarForm.d.ts +5 -0
  19. package/dist/components/lsac-supernavbar/components/SidebarForm.js +5 -18
  20. package/dist/components/lsac-supernavbar/components/SidebarMainLink.d.ts +14 -0
  21. package/dist/components/lsac-supernavbar/components/SidebarMainLink.js +54 -118
  22. package/dist/components/lsac-supernavbar/components/SidebarOption.d.ts +4 -0
  23. package/dist/components/lsac-supernavbar/components/SidebarOption.js +5 -19
  24. package/dist/components/lsac-supernavbar/components/SidebarSubMenu.d.ts +5 -0
  25. package/dist/components/lsac-supernavbar/components/SidebarSubMenu.js +61 -147
  26. package/dist/components/lsac-supernavbar/components/SidebarTab.d.ts +1 -0
  27. package/dist/components/lsac-supernavbar/components/SidebarTab.js +50 -0
  28. package/dist/components/lsac-supernavbar/components/Topnav.d.ts +14 -0
  29. package/dist/components/lsac-supernavbar/components/Topnav.js +63 -160
  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 +53 -100
  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 +4 -16
  34. package/dist/components/lsac-supernavbar/constants/SidebarConstants.d.ts +8 -0
  35. package/dist/components/lsac-supernavbar/constants/SidebarConstants.js +8 -13
  36. package/dist/components/lsac-supernavbar/constants/UtilityConstants.d.ts +15 -0
  37. package/dist/components/lsac-supernavbar/constants/UtilityConstants.js +13 -24
  38. package/dist/components/lsac-supernavbar/interfaces/Models.d.ts +65 -0
  39. package/dist/components/lsac-supernavbar/interfaces/Models.js +8 -13
  40. package/dist/components/lsac-supernavbar/interfaces/Redux.d.ts +7 -0
  41. package/dist/components/lsac-supernavbar/interfaces/Redux.js +1 -4
  42. package/dist/components/lsac-supernavbar/reducers/AuthReducer.d.ts +7 -0
  43. package/dist/components/lsac-supernavbar/reducers/AuthReducer.js +15 -37
  44. package/dist/components/lsac-supernavbar/reducers/RootReducer.d.ts +5 -0
  45. package/dist/components/lsac-supernavbar/reducers/RootReducer.js +8 -17
  46. package/dist/components/lsac-supernavbar/reducers/SidebarReducer.d.ts +17 -0
  47. package/dist/components/lsac-supernavbar/reducers/SidebarReducer.js +45 -92
  48. package/dist/components/lsac-supernavbar/resources/icomoon-library.json +1 -7569
  49. package/dist/components/lsac-supernavbar/test/App.test.d.ts +1 -0
  50. package/dist/components/lsac-supernavbar/test/App.test.js +19 -25
  51. package/dist/components/lsac-supernavbar/util/SubmenuUtil.d.ts +9 -0
  52. package/dist/components/lsac-supernavbar/util/SubmenuUtil.js +104 -200
  53. package/dist/components/lsac-supernavbar/util/Util.d.ts +4 -0
  54. package/dist/components/lsac-supernavbar/util/Util.js +22 -49
  55. package/dist/index.d.ts +2 -0
  56. package/dist/index.html +1 -0
  57. package/dist/index.js +12 -17
  58. package/dist/reportWebVitals.d.ts +3 -0
  59. package/dist/reportWebVitals.js +30 -31
  60. package/dist/setupTests.d.ts +1 -0
  61. package/dist/setupTests.js +6 -2
  62. package/package.json +26 -8
  63. package/.babelrc +0 -22
  64. package/dist/App.css +0 -38
  65. package/dist/SupernavContainer.js +0 -29
  66. package/dist/components/lsac-supernavbar/components/SidebarTab.jsx +0 -56
  67. package/dist/components/lsac-supernavbar/static/images/close-hamburger-icon.svg +0 -6
  68. package/dist/components/lsac-supernavbar/static/images/hamburger-icon.svg +0 -7
  69. package/dist/components/lsac-supernavbar/static/images/icon-user.svg +0 -7
  70. package/dist/components/lsac-supernavbar/static/images/saama_logo.png +0 -0
  71. package/dist/components/lsac-supernavbar/static/images/saama_logo.svg +0 -26
  72. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_down.svg +0 -6
  73. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_left.svg +0 -6
  74. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_right.svg +0 -6
  75. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/caret_up.svg +0 -6
  76. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/glyph1_comprehend.svg +0 -6
  77. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/management_icon.svg +0 -12
  78. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/marketplace_icon.svg +0 -9
  79. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/my_apps.svg +0 -8
  80. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/rbqm-triangle.svg +0 -31
  81. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/rightIcon.svg +0 -8
  82. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/space_comprehend.svg +0 -6
  83. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/triangle-exclamation.svg +0 -9
  84. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A32_comprehend.svg +0 -6
  85. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A36_comprehend.svg +0 -6
  86. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$A1_comprehend.svg +0 -6
  87. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$E$B_comprehend.svg +0 -6
  88. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$F0_comprehend.svg +0 -6
  89. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$B_comprehend.svg +0 -7
  90. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$D_comprehend.svg +0 -6
  91. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E002_comprehend.svg +0 -6
  92. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E070_comprehend.svg +0 -8
  93. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E086_comprehend.svg +0 -6
  94. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E092_comprehend.svg +0 -7
  95. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$A_comprehend.svg +0 -8
  96. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$F_comprehend.svg +0 -6
  97. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B5_comprehend.svg +0 -6
  98. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$C8_comprehend.svg +0 -6
  99. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$C_comprehend.svg +0 -8
  100. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$F_comprehend.svg +0 -8
  101. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D5_comprehend.svg +0 -7
  102. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D6_comprehend.svg +0 -7
  103. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D9_comprehend.svg +0 -7
  104. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F$E_comprehend.svg +0 -7
  105. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F7_comprehend.svg +0 -7
  106. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$C_comprehend.svg +0 -7
  107. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$D_comprehend.svg +0 -7
  108. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$E_comprehend.svg +0 -7
  109. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$F_comprehend.svg +0 -7
  110. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E101_comprehend.svg +0 -8
  111. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E110_comprehend.svg +0 -7
  112. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E115_comprehend.svg +0 -8
  113. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E123_comprehend.svg +0 -6
  114. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E138_comprehend.svg +0 -8
  115. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E14$B_comprehend.svg +0 -6
  116. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E150_comprehend.svg +0 -7
  117. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E185_comprehend.svg +0 -7
  118. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E186_comprehend.svg +0 -8
  119. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E187_comprehend.svg +0 -8
  120. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A7_comprehend.svg +0 -8
  121. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A9_comprehend.svg +0 -6
  122. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$B7_comprehend.svg +0 -7
  123. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$C$F_comprehend.svg +0 -8
  124. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$C_comprehend.svg +0 -7
  125. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$D_comprehend.svg +0 -8
  126. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$F$F_comprehend.svg +0 -6
  127. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E20$B_comprehend.svg +0 -10
  128. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E201_comprehend.svg +0 -6
  129. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E204_comprehend.svg +0 -7
  130. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E23$A_comprehend.svg +0 -9
  131. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E250_comprehend.svg +0 -7
  132. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E279_comprehend.svg +0 -9
  133. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E28$E_comprehend.svg +0 -6
  134. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E29$C_comprehend.svg +0 -6
  135. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A7_comprehend.svg +0 -7
  136. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A8_comprehend.svg +0 -7
  137. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$B3_comprehend.svg +0 -6
  138. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D3_comprehend.svg +0 -7
  139. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D4_comprehend.svg +0 -7
  140. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D7_comprehend.svg +0 -7
  141. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E301_comprehend.svg +0 -6
  142. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$A_comprehend.svg +0 -9
  143. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$E_comprehend.svg +0 -8
  144. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E36$E_comprehend.svg +0 -7
  145. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E362_comprehend.svg +0 -8
  146. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E37$A_comprehend.svg +0 -6
  147. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E370_comprehend.svg +0 -6
  148. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E2_comprehend.svg +0 -11
  149. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E4_comprehend.svg +0 -7
  150. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E5_comprehend.svg +0 -7
  151. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E7_comprehend.svg +0 -8
  152. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E418_comprehend.svg +0 -6
  153. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$E_comprehend.svg +0 -6
  154. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$F_comprehend.svg +0 -6
  155. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$A_comprehend.svg +0 -7
  156. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$B_comprehend.svg +0 -6
  157. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E430_comprehend.svg +0 -6
  158. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E431_comprehend.svg +0 -6
  159. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E445_comprehend.svg +0 -6
  160. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E465_comprehend.svg +0 -7
  161. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E475_comprehend.svg +0 -6
  162. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E481_comprehend.svg +0 -6
  163. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$A_comprehend.svg +0 -6
  164. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$B_comprehend.svg +0 -8
  165. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$C_comprehend.svg +0 -6
  166. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$D_comprehend.svg +0 -6
  167. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$E_comprehend.svg +0 -6
  168. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$F_comprehend.svg +0 -9
  169. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E600_comprehend.svg +0 -6
  170. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E601_comprehend.svg +0 -6
  171. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E602_comprehend.svg +0 -6
  172. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E603_comprehend.svg +0 -6
  173. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E604_comprehend.svg +0 -6
  174. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E605_comprehend.svg +0 -6
  175. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E606_comprehend.svg +0 -6
  176. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E607_comprehend.svg +0 -6
  177. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E608_comprehend.svg +0 -6
  178. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E609_comprehend.svg +0 -6
  179. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$A_comprehend.svg +0 -8
  180. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$B_comprehend.svg +0 -6
  181. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$C_comprehend.svg +0 -9
  182. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$F_comprehend.svg +0 -8
  183. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E610_comprehend.svg +0 -6
  184. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E611_comprehend.svg +0 -8
  185. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E612_comprehend.svg +0 -7
  186. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E613_comprehend.svg +0 -12
  187. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E614_comprehend.svg +0 -6
  188. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E615_comprehend.svg +0 -8
  189. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E616_comprehend.svg +0 -8
  190. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E617_comprehend.svg +0 -8
  191. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E618_comprehend.svg +0 -7
  192. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E619_comprehend.svg +0 -6
  193. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E620_comprehend.svg +0 -6
  194. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E621_comprehend.svg +0 -6
  195. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E622_comprehend.svg +0 -6
  196. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E623_comprehend.svg +0 -6
  197. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E624_comprehend.svg +0 -6
  198. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E625_comprehend.svg +0 -6
  199. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E626_comprehend.svg +0 -6
  200. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$A_comprehend.svg +0 -12
  201. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$B_comprehend.svg +0 -6
  202. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$C_comprehend.svg +0 -9
  203. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$D_comprehend.svg +0 -14
  204. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$E_comprehend.svg +0 -10
  205. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$F_comprehend.svg +0 -9
  206. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E900_comprehend.svg +0 -7
  207. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E901_comprehend.svg +0 -6
  208. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E902_comprehend.svg +0 -6
  209. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E903_comprehend.svg +0 -6
  210. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E904_comprehend.svg +0 -6
  211. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E905_comprehend.svg +0 -12
  212. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E907_comprehend.svg +0 -7
  213. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E908_comprehend.svg +0 -16
  214. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E909_comprehend.svg +0 -7
  215. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$A_comprehend.svg +0 -7
  216. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$C_comprehend.svg +0 -9
  217. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$E_comprehend.svg +0 -12
  218. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$F_comprehend.svg +0 -16
  219. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E910_comprehend.svg +0 -6
  220. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E911_comprehend.svg +0 -12
  221. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E912_comprehend.svg +0 -11
  222. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E913_comprehend.svg +0 -8
  223. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E914_comprehend.svg +0 -11
  224. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E915_comprehend.svg +0 -8
  225. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E917_comprehend.svg +0 -34
  226. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E918_comprehend.svg +0 -7
  227. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E919_comprehend.svg +0 -6
  228. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E920_comprehend.svg +0 -11
  229. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E921_comprehend.svg +0 -12
  230. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni$E93$D_comprehend.svg +0 -13
  231. package/dist/components/lsac-supernavbar/static/images/sidebar-icons/uni0001_comprehend.svg +0 -6
  232. package/dist/components/lsac-supernavbar/stylesheets/LsacSidebar.css +0 -73
  233. package/dist/components/lsac-supernavbar/stylesheets/font-face.scss +0 -12
  234. package/dist/components/lsac-supernavbar/stylesheets/font-sizer.scss +0 -4
  235. package/dist/components/lsac-supernavbar/stylesheets/fontIcons.css +0 -540
  236. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.eot +0 -0
  237. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.svg +0 -3521
  238. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.ttf +0 -0
  239. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff +0 -0
  240. package/dist/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff2 +0 -0
  241. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.eot +0 -0
  242. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.svg +0 -190
  243. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.ttf +0 -0
  244. package/dist/components/lsac-supernavbar/stylesheets/fonts/comprehend.woff +0 -0
  245. package/dist/components/lsac-supernavbar/stylesheets/form.scss +0 -16
  246. package/dist/components/lsac-supernavbar/stylesheets/sidebar-main-link.scss +0 -72
  247. package/dist/components/lsac-supernavbar/stylesheets/sidebar.scss +0 -222
  248. package/dist/components/lsac-supernavbar/stylesheets/study-filter.scss +0 -358
  249. package/dist/components/lsac-supernavbar/stylesheets/topnav.scss +0 -371
  250. package/dist/index.css +0 -13
  251. package/dist/logo.svg +0 -1
  252. package/dist/react-app-env.d.js +0 -2
  253. package/public/favicon.ico +0 -0
  254. package/public/index.html +0 -43
  255. package/public/logo192.png +0 -0
  256. package/public/logo512.png +0 -0
  257. package/public/manifest.json +0 -25
  258. package/public/robots.txt +0 -3
  259. package/src/App.css +0 -38
  260. package/src/App.test.tsx +0 -8
  261. package/src/SupernavContainer.tsx +0 -17
  262. package/src/components/lsac-supernavbar/AuthWrapper.tsx +0 -63
  263. package/src/components/lsac-supernavbar/LsacSidebar.tsx +0 -60
  264. package/src/components/lsac-supernavbar/Store.ts +0 -8
  265. package/src/components/lsac-supernavbar/actions/AuthActions.ts +0 -21
  266. package/src/components/lsac-supernavbar/actions/SidebarActions.ts +0 -81
  267. package/src/components/lsac-supernavbar/components/Sidebar.tsx +0 -235
  268. package/src/components/lsac-supernavbar/components/SidebarForm.tsx +0 -15
  269. package/src/components/lsac-supernavbar/components/SidebarMainLink.tsx +0 -86
  270. package/src/components/lsac-supernavbar/components/SidebarOption.tsx +0 -13
  271. package/src/components/lsac-supernavbar/components/SidebarSubMenu.tsx +0 -82
  272. package/src/components/lsac-supernavbar/components/SidebarTab.jsx +0 -56
  273. package/src/components/lsac-supernavbar/components/Topnav.tsx +0 -140
  274. package/src/components/lsac-supernavbar/components/sidebar_submenus/CategorizedSubmenu.tsx +0 -69
  275. package/src/components/lsac-supernavbar/components/sidebar_submenus/Marketplace.tsx +0 -13
  276. package/src/components/lsac-supernavbar/constants/SidebarConstants.ts +0 -8
  277. package/src/components/lsac-supernavbar/constants/UtilityConstants.ts +0 -17
  278. package/src/components/lsac-supernavbar/interfaces/Models.ts +0 -71
  279. package/src/components/lsac-supernavbar/interfaces/Redux.ts +0 -9
  280. package/src/components/lsac-supernavbar/reducers/AuthReducer.ts +0 -24
  281. package/src/components/lsac-supernavbar/reducers/RootReducer.ts +0 -12
  282. package/src/components/lsac-supernavbar/reducers/SidebarReducer.ts +0 -73
  283. package/src/components/lsac-supernavbar/resources/icomoon-library.json +0 -7569
  284. package/src/components/lsac-supernavbar/static/images/close-hamburger-icon.svg +0 -6
  285. package/src/components/lsac-supernavbar/static/images/hamburger-icon.svg +0 -7
  286. package/src/components/lsac-supernavbar/static/images/icon-user.svg +0 -7
  287. package/src/components/lsac-supernavbar/static/images/saama_logo.png +0 -0
  288. package/src/components/lsac-supernavbar/static/images/saama_logo.svg +0 -26
  289. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_down.svg +0 -6
  290. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_left.svg +0 -6
  291. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_right.svg +0 -6
  292. package/src/components/lsac-supernavbar/static/images/sidebar-icons/caret_up.svg +0 -6
  293. package/src/components/lsac-supernavbar/static/images/sidebar-icons/glyph1_comprehend.svg +0 -6
  294. package/src/components/lsac-supernavbar/static/images/sidebar-icons/management_icon.svg +0 -12
  295. package/src/components/lsac-supernavbar/static/images/sidebar-icons/marketplace_icon.svg +0 -9
  296. package/src/components/lsac-supernavbar/static/images/sidebar-icons/my_apps.svg +0 -8
  297. package/src/components/lsac-supernavbar/static/images/sidebar-icons/rbqm-triangle.svg +0 -31
  298. package/src/components/lsac-supernavbar/static/images/sidebar-icons/rightIcon.svg +0 -8
  299. package/src/components/lsac-supernavbar/static/images/sidebar-icons/space_comprehend.svg +0 -6
  300. package/src/components/lsac-supernavbar/static/images/sidebar-icons/triangle-exclamation.svg +0 -9
  301. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A32_comprehend.svg +0 -6
  302. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E$A36_comprehend.svg +0 -6
  303. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$A1_comprehend.svg +0 -6
  304. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$E$B_comprehend.svg +0 -6
  305. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E0$F0_comprehend.svg +0 -6
  306. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$B_comprehend.svg +0 -7
  307. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E00$D_comprehend.svg +0 -6
  308. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E002_comprehend.svg +0 -6
  309. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E070_comprehend.svg +0 -8
  310. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E086_comprehend.svg +0 -6
  311. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E092_comprehend.svg +0 -7
  312. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$A_comprehend.svg +0 -8
  313. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B$F_comprehend.svg +0 -6
  314. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$B5_comprehend.svg +0 -6
  315. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$C8_comprehend.svg +0 -6
  316. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$C_comprehend.svg +0 -8
  317. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D$F_comprehend.svg +0 -8
  318. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D5_comprehend.svg +0 -7
  319. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D6_comprehend.svg +0 -7
  320. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$D9_comprehend.svg +0 -7
  321. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F$E_comprehend.svg +0 -7
  322. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E1$F7_comprehend.svg +0 -7
  323. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$C_comprehend.svg +0 -7
  324. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$D_comprehend.svg +0 -7
  325. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$E_comprehend.svg +0 -7
  326. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E10$F_comprehend.svg +0 -7
  327. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E101_comprehend.svg +0 -8
  328. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E110_comprehend.svg +0 -7
  329. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E115_comprehend.svg +0 -8
  330. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E123_comprehend.svg +0 -6
  331. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E138_comprehend.svg +0 -8
  332. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E14$B_comprehend.svg +0 -6
  333. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E150_comprehend.svg +0 -7
  334. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E185_comprehend.svg +0 -7
  335. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E186_comprehend.svg +0 -8
  336. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E187_comprehend.svg +0 -8
  337. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A7_comprehend.svg +0 -8
  338. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$A9_comprehend.svg +0 -6
  339. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$B7_comprehend.svg +0 -7
  340. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$C$F_comprehend.svg +0 -8
  341. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$C_comprehend.svg +0 -7
  342. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$D$D_comprehend.svg +0 -8
  343. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E2$F$F_comprehend.svg +0 -6
  344. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E20$B_comprehend.svg +0 -10
  345. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E201_comprehend.svg +0 -6
  346. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E204_comprehend.svg +0 -7
  347. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E23$A_comprehend.svg +0 -9
  348. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E250_comprehend.svg +0 -7
  349. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E279_comprehend.svg +0 -9
  350. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E28$E_comprehend.svg +0 -6
  351. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E29$C_comprehend.svg +0 -6
  352. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A7_comprehend.svg +0 -7
  353. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$A8_comprehend.svg +0 -7
  354. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$B3_comprehend.svg +0 -6
  355. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D3_comprehend.svg +0 -7
  356. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D4_comprehend.svg +0 -7
  357. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E3$D7_comprehend.svg +0 -7
  358. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E301_comprehend.svg +0 -6
  359. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$A_comprehend.svg +0 -9
  360. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E35$E_comprehend.svg +0 -8
  361. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E36$E_comprehend.svg +0 -7
  362. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E362_comprehend.svg +0 -8
  363. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E37$A_comprehend.svg +0 -6
  364. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E370_comprehend.svg +0 -6
  365. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E2_comprehend.svg +0 -11
  366. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E4_comprehend.svg +0 -7
  367. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E5_comprehend.svg +0 -7
  368. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E4$E7_comprehend.svg +0 -8
  369. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E418_comprehend.svg +0 -6
  370. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$E_comprehend.svg +0 -6
  371. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E42$F_comprehend.svg +0 -6
  372. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$A_comprehend.svg +0 -7
  373. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E43$B_comprehend.svg +0 -6
  374. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E430_comprehend.svg +0 -6
  375. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E431_comprehend.svg +0 -6
  376. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E445_comprehend.svg +0 -6
  377. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E465_comprehend.svg +0 -7
  378. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E475_comprehend.svg +0 -6
  379. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E481_comprehend.svg +0 -6
  380. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$A_comprehend.svg +0 -6
  381. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$B_comprehend.svg +0 -8
  382. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$C_comprehend.svg +0 -6
  383. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$D_comprehend.svg +0 -6
  384. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$E_comprehend.svg +0 -6
  385. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E60$F_comprehend.svg +0 -9
  386. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E600_comprehend.svg +0 -6
  387. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E601_comprehend.svg +0 -6
  388. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E602_comprehend.svg +0 -6
  389. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E603_comprehend.svg +0 -6
  390. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E604_comprehend.svg +0 -6
  391. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E605_comprehend.svg +0 -6
  392. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E606_comprehend.svg +0 -6
  393. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E607_comprehend.svg +0 -6
  394. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E608_comprehend.svg +0 -6
  395. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E609_comprehend.svg +0 -6
  396. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$A_comprehend.svg +0 -8
  397. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$B_comprehend.svg +0 -6
  398. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$C_comprehend.svg +0 -9
  399. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E61$F_comprehend.svg +0 -8
  400. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E610_comprehend.svg +0 -6
  401. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E611_comprehend.svg +0 -8
  402. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E612_comprehend.svg +0 -7
  403. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E613_comprehend.svg +0 -12
  404. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E614_comprehend.svg +0 -6
  405. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E615_comprehend.svg +0 -8
  406. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E616_comprehend.svg +0 -8
  407. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E617_comprehend.svg +0 -8
  408. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E618_comprehend.svg +0 -7
  409. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E619_comprehend.svg +0 -6
  410. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E620_comprehend.svg +0 -6
  411. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E621_comprehend.svg +0 -6
  412. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E622_comprehend.svg +0 -6
  413. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E623_comprehend.svg +0 -6
  414. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E624_comprehend.svg +0 -6
  415. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E625_comprehend.svg +0 -6
  416. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E626_comprehend.svg +0 -6
  417. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$A_comprehend.svg +0 -12
  418. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$B_comprehend.svg +0 -6
  419. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$C_comprehend.svg +0 -9
  420. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$D_comprehend.svg +0 -14
  421. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$E_comprehend.svg +0 -10
  422. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E90$F_comprehend.svg +0 -9
  423. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E900_comprehend.svg +0 -7
  424. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E901_comprehend.svg +0 -6
  425. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E902_comprehend.svg +0 -6
  426. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E903_comprehend.svg +0 -6
  427. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E904_comprehend.svg +0 -6
  428. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E905_comprehend.svg +0 -12
  429. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E907_comprehend.svg +0 -7
  430. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E908_comprehend.svg +0 -16
  431. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E909_comprehend.svg +0 -7
  432. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$A_comprehend.svg +0 -7
  433. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$C_comprehend.svg +0 -9
  434. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$E_comprehend.svg +0 -12
  435. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E91$F_comprehend.svg +0 -16
  436. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E910_comprehend.svg +0 -6
  437. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E911_comprehend.svg +0 -12
  438. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E912_comprehend.svg +0 -11
  439. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E913_comprehend.svg +0 -8
  440. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E914_comprehend.svg +0 -11
  441. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E915_comprehend.svg +0 -8
  442. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E917_comprehend.svg +0 -34
  443. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E918_comprehend.svg +0 -7
  444. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E919_comprehend.svg +0 -6
  445. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E920_comprehend.svg +0 -11
  446. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E921_comprehend.svg +0 -12
  447. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni$E93$D_comprehend.svg +0 -13
  448. package/src/components/lsac-supernavbar/static/images/sidebar-icons/uni0001_comprehend.svg +0 -6
  449. package/src/components/lsac-supernavbar/stylesheets/LsacSidebar.css +0 -73
  450. package/src/components/lsac-supernavbar/stylesheets/font-face.scss +0 -12
  451. package/src/components/lsac-supernavbar/stylesheets/font-sizer.scss +0 -4
  452. package/src/components/lsac-supernavbar/stylesheets/fontIcons.css +0 -540
  453. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.eot +0 -0
  454. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.svg +0 -3521
  455. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.ttf +0 -0
  456. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff +0 -0
  457. package/src/components/lsac-supernavbar/stylesheets/fonts/ProximaNovaReg.woff2 +0 -0
  458. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.eot +0 -0
  459. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.svg +0 -190
  460. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.ttf +0 -0
  461. package/src/components/lsac-supernavbar/stylesheets/fonts/comprehend.woff +0 -0
  462. package/src/components/lsac-supernavbar/stylesheets/form.scss +0 -16
  463. package/src/components/lsac-supernavbar/stylesheets/sidebar-main-link.scss +0 -72
  464. package/src/components/lsac-supernavbar/stylesheets/sidebar.scss +0 -222
  465. package/src/components/lsac-supernavbar/stylesheets/study-filter.scss +0 -358
  466. package/src/components/lsac-supernavbar/stylesheets/topnav.scss +0 -371
  467. package/src/components/lsac-supernavbar/test/App.test.js +0 -20
  468. package/src/components/lsac-supernavbar/util/SubmenuUtil.tsx +0 -153
  469. package/src/components/lsac-supernavbar/util/Util.ts +0 -24
  470. package/src/index.css +0 -13
  471. package/src/index.tsx +0 -18
  472. package/src/logo.svg +0 -1
  473. package/src/react-app-env.d.ts +0 -1
  474. package/src/reportWebVitals.ts +0 -15
  475. package/src/setupTests.ts +0 -5
  476. package/tsconfig.json +0 -30
@@ -0,0 +1,2 @@
1
+ import './index.css';
2
+ import 'bootstrap/dist/css/bootstrap.min.css';
@@ -0,0 +1 @@
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/public/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/public/logo192.png"/><link rel="manifest" href="/public/manifest.json"/><title>Lsac Supernavbar</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="index.js"></script></body></html>
package/dist/index.js CHANGED
@@ -1,22 +1,17 @@
1
1
  "use strict";
2
-
3
- var _react = _interopRequireDefault(require("react"));
4
-
5
- var _reactDom = _interopRequireDefault(require("react-dom"));
6
-
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const jsx_runtime_1 = require("react/jsx-runtime");
7
+ const react_1 = __importDefault(require("react"));
8
+ const react_dom_1 = __importDefault(require("react-dom"));
7
9
  require("./index.css");
8
-
9
- var _SupernavContainer = _interopRequireDefault(require("./SupernavContainer"));
10
-
11
- var _reportWebVitals = _interopRequireDefault(require("./reportWebVitals"));
12
-
10
+ const LsacContainer_1 = __importDefault(require("./LsacContainer"));
11
+ const reportWebVitals_1 = __importDefault(require("./reportWebVitals"));
13
12
  require("bootstrap/dist/css/bootstrap.min.css");
14
-
15
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
16
-
17
- _reactDom.default.render( /*#__PURE__*/_react.default.createElement(_react.default.StrictMode, null, /*#__PURE__*/_react.default.createElement(_SupernavContainer.default, null)), document.getElementById('root')); // If you want to start measuring performance in your app, pass a function
13
+ react_dom_1.default.render((0, jsx_runtime_1.jsx)(react_1.default.StrictMode, { children: (0, jsx_runtime_1.jsx)(LsacContainer_1.default, {}, void 0) }, void 0), document.getElementById('root'));
14
+ // If you want to start measuring performance in your app, pass a function
18
15
  // to log results (for example: reportWebVitals(console.log))
19
16
  // or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
20
-
21
-
22
- (0, _reportWebVitals.default)();
17
+ (0, reportWebVitals_1.default)();
@@ -0,0 +1,3 @@
1
+ import { ReportHandler } from 'web-vitals';
2
+ declare const reportWebVitals: (onPerfEntry?: ReportHandler | undefined) => void;
3
+ export default reportWebVitals;
@@ -1,34 +1,33 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
10
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
11
+ }) : function(o, v) {
12
+ o["default"] = v;
5
13
  });
6
- exports.default = void 0;
7
-
8
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
9
-
10
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
-
12
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
13
-
14
- var reportWebVitals = function reportWebVitals(onPerfEntry) {
15
- if (onPerfEntry && onPerfEntry instanceof Function) {
16
- Promise.resolve().then(function () {
17
- return _interopRequireWildcard(require('web-vitals'));
18
- }).then(function (_ref) {
19
- var getCLS = _ref.getCLS,
20
- getFID = _ref.getFID,
21
- getFCP = _ref.getFCP,
22
- getLCP = _ref.getLCP,
23
- getTTFB = _ref.getTTFB;
24
- getCLS(onPerfEntry);
25
- getFID(onPerfEntry);
26
- getFCP(onPerfEntry);
27
- getLCP(onPerfEntry);
28
- getTTFB(onPerfEntry);
29
- });
30
- }
14
+ var __importStar = (this && this.__importStar) || function (mod) {
15
+ if (mod && mod.__esModule) return mod;
16
+ var result = {};
17
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
+ __setModuleDefault(result, mod);
19
+ return result;
31
20
  };
32
-
33
- var _default = reportWebVitals;
34
- exports.default = _default;
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ const reportWebVitals = (onPerfEntry) => {
23
+ if (onPerfEntry && onPerfEntry instanceof Function) {
24
+ Promise.resolve().then(() => __importStar(require('web-vitals'))).then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
25
+ getCLS(onPerfEntry);
26
+ getFID(onPerfEntry);
27
+ getFCP(onPerfEntry);
28
+ getLCP(onPerfEntry);
29
+ getTTFB(onPerfEntry);
30
+ });
31
+ }
32
+ };
33
+ exports.default = reportWebVitals;
@@ -0,0 +1 @@
1
+ import '@testing-library/jest-dom';
@@ -1,3 +1,7 @@
1
1
  "use strict";
2
-
3
- require("@testing-library/jest-dom");
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ // jest-dom adds custom jest matchers for asserting on DOM nodes.
4
+ // allows you to do things like:
5
+ // expect(element).toHaveTextContent(/react/i)
6
+ // learn more: https://github.com/testing-library/jest-dom
7
+ require("@testing-library/jest-dom");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supernav-test",
3
- "version": "2.2.11",
3
+ "version": "2.2.16",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "@testing-library/jest-dom": "5.14.1",
@@ -21,7 +21,8 @@
21
21
  "redux": "4.0.5",
22
22
  "redux-thunk": "2.3.0",
23
23
  "typescript": "4.4.3",
24
- "web-vitals": "1.1.2"
24
+ "web-vitals": "1.1.2",
25
+ "webpack-dev-server": "^3.11.0"
25
26
  },
26
27
  "devDependencies": {
27
28
  "@babel/cli": "7.15.4",
@@ -33,9 +34,13 @@
33
34
  "@types/classnames": "2.2.11",
34
35
  "@types/react": "17.0.21",
35
36
  "@types/react-dom": "17.0.9",
36
- "@types/react-redux": "7.1.11",
37
+ "@types/react-redux": "^7.1.11",
37
38
  "@types/react-router": "5.1.8",
39
+ "@types/redux": "^3.6.0",
40
+ "@types/redux-thunk": "^2.1.0",
41
+ "@webpack-cli/serve": "^1.5.2",
38
42
  "babel-loader": "8.1.0",
43
+ "css-loader": "5.0.0",
39
44
  "customize-cra": "1.0.0",
40
45
  "eslint-plugin-node": "11.0.0",
41
46
  "eslint-plugin-promise": "4.2.1",
@@ -49,18 +54,31 @@
49
54
  "react-dom": "16.13.1",
50
55
  "react-scripts": "3.4.1",
51
56
  "react-test-renderer": "16.9.0",
57
+ "sass-loader": "^10.0.0",
58
+ "style-loader": "2.0.0",
52
59
  "to-string-loader": "1.1.6",
53
- "typescript": "4.4.3"
60
+ "ts-loader": "^4.4.2",
61
+ "typescript": "4.4.3",
62
+ "url-loader": "4.1.1",
63
+ "webpack": "4.44.2",
64
+ "webpack-cli": "3.3.12"
54
65
  },
55
- "main": "dist/SupernavContainer",
56
- "module": "dist/SupernavContainer",
66
+ "main": "dist/LsacContainer.js",
67
+ "types": "dist/LsacContainer.d.ts",
68
+ "files": [
69
+ "dist",
70
+ "README.md"
71
+ ],
57
72
  "scripts": {
58
- "start": "react-scripts start",
73
+ "start": "webpack-dev-server --mode development --config webpack.config.js --open",
59
74
  "build": "react-scripts build",
60
75
  "test": "react-scripts test",
61
76
  "eject": "react-scripts eject",
62
77
  "clean": "rm dist/index.js",
63
- "publish:npm": "set NODE_ENV=production && rm -rf dist && mkdir dist && npx babel --extensions .tsx,.ts,.js src --out-dir dist --copy-files"
78
+ "build-dev": "webpack --mode development",
79
+ "build-prod": "webpack --mode production",
80
+ "tsc-build": "npm run clean && npx tsc",
81
+ "publish:npm": "set NODE_ENV=production && rm -rf dist && mkdir dist && npx babel --extensions .tsx,.jsx,.ts,.js src --out-dir dist --copy-files"
64
82
  },
65
83
  "eslintConfig": {
66
84
  "extends": [
package/.babelrc DELETED
@@ -1,22 +0,0 @@
1
- {
2
- "presets": [
3
-
4
- "@babel/preset-env"
5
- ,
6
- [
7
- "@babel/preset-react",
8
- {
9
- "flow": false,
10
- "typescript": true
11
- }
12
- ],
13
- [
14
- "@babel/preset-typescript",
15
- {
16
- "isTSX": true,
17
- "allExtensions": true
18
- }
19
- ]
20
- ],
21
- "plugins": ["@babel/plugin-proposal-object-rest-spread"]
22
- }
package/dist/App.css DELETED
@@ -1,38 +0,0 @@
1
- .App {
2
- text-align: center;
3
- }
4
-
5
- .App-logo {
6
- height: 40vmin;
7
- pointer-events: none;
8
- }
9
-
10
- @media (prefers-reduced-motion: no-preference) {
11
- .App-logo {
12
- animation: App-logo-spin infinite 20s linear;
13
- }
14
- }
15
-
16
- .App-header {
17
- background-color: #282c34;
18
- min-height: 100vh;
19
- display: flex;
20
- flex-direction: column;
21
- align-items: center;
22
- justify-content: center;
23
- font-size: calc(10px + 2vmin);
24
- color: white;
25
- }
26
-
27
- .App-link {
28
- color: #61dafb;
29
- }
30
-
31
- @keyframes App-logo-spin {
32
- from {
33
- transform: rotate(0deg);
34
- }
35
- to {
36
- transform: rotate(360deg);
37
- }
38
- }
@@ -1,29 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
-
8
- var _react = _interopRequireDefault(require("react"));
9
-
10
- require("./App.css");
11
-
12
- var _LsacSidebar = _interopRequireDefault(require("./components/lsac-supernavbar/LsacSidebar"));
13
-
14
- var _reactRedux = require("react-redux");
15
-
16
- var _Store = _interopRequireDefault(require("./components/lsac-supernavbar/Store"));
17
-
18
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
19
-
20
- function LsacContainer(props) {
21
- return /*#__PURE__*/_react.default.createElement("div", {
22
- className: "App"
23
- }, /*#__PURE__*/_react.default.createElement(_reactRedux.Provider, {
24
- store: _Store.default
25
- }, /*#__PURE__*/_react.default.createElement(_LsacSidebar.default, props)));
26
- }
27
-
28
- var _default = LsacContainer;
29
- exports.default = _default;
@@ -1,56 +0,0 @@
1
- import React from 'react';
2
-
3
- import SidebarOption from "./SidebarOption";
4
-
5
- function getDetailsFromType(type) {
6
- let color;
7
- let text;
8
- let options;
9
-
10
- switch (type) {
11
- case 'apps':
12
- color = '#2d7cb5';
13
- text = 'My Apps';
14
- options = [];
15
- break;
16
- case 'collaboration':
17
- color = '#0f7a11';
18
- text = 'Collaboration';
19
- options = [];
20
- break;
21
- case 'management':
22
- color = '#3c003c';
23
- text = 'Management';
24
- options = [];
25
- break;
26
- case 'marketplace':
27
- color = '#9a521c';
28
- text = 'Marketplace';
29
- options = [];
30
- break;
31
- case 'engage':
32
- color = '#34190a';
33
- text = 'Engage';
34
- options = [];
35
- break;
36
-
37
- default:
38
- color = '#fff';
39
- text = '';
40
- options = [];
41
- break;
42
- }
43
- }
44
-
45
- function SidebarTab({ type, selectedType }) {
46
- const { color, text, options } = getDetailsFromType(type);
47
-
48
- const identifier = `lsac-sidebar-tab-${type}`;
49
- return (
50
- <div key={identifier} className={identifier}>
51
- <div className='lsac-sidebar-tab-text'>{text}</div>
52
- </div>
53
- )
54
- }
55
-
56
- const MemoizedSidebarTab = React.memo(SidebarTab);
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="18.326" height="18.326" viewBox="0 0 18.326 18.326">
2
- <g id="Group_2447" data-name="Group 2447" transform="translate(-14395.918 20483.502)">
3
- <rect id="Rectangle_3027" data-name="Rectangle 3027" width="23.474" height="2.443" transform="translate(14397.646 -20483.502) rotate(45)" fill="#1d96dd"/>
4
- <rect id="Rectangle_3028" data-name="Rectangle 3028" width="23.473" height="2.443" transform="translate(14414.243 -20481.775) rotate(135)" fill="#1d96dd"/>
5
- </g>
6
- </svg>
@@ -1,7 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="19.217" height="14" viewBox="0 0 19.217 14">
2
- <g id="Group_2446" data-name="Group 2446" transform="translate(-14363 20470)">
3
- <rect id="Rectangle_2787" data-name="Rectangle 2787" width="19.217" height="2" transform="translate(14363 -20470)" fill="#1d96dd"/>
4
- <rect id="Rectangle_2788" data-name="Rectangle 2788" width="19" height="2" transform="translate(14363 -20464)" fill="#1d96dd"/>
5
- <rect id="Rectangle_2789" data-name="Rectangle 2789" width="19.217" height="2" transform="translate(14363 -20458)" fill="#1d96dd"/>
6
- </g>
7
- </svg>
@@ -1,7 +0,0 @@
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 1034 1024">
4
- <path fill="currentColor"
5
- d="M623 703q-17 -3 -20 -34l-3 -31l34.5 -43t44.5 -107q29 0 40.5 -50t-16.5 -75q0 -12 4 -56q4 -43 -9 -90t-55 -84q-41 -37 -131 -37t-131 37q-42 37 -55 84t-9 90q4 44 4 56q-28 25 -16.5 75t40.5 50q10 64 44.5 107l34.5 43l-3 31t-20 34q-27 4 -83 27q-56 22 -112.5 57
6
- t-98.5 80q-43 45 -43 93h896q0 -48 -43 -93q-42 -45 -98.5 -80t-112.5 -57q-56 -23 -83 -27z" />
7
- </svg>
@@ -1,26 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <!-- Creator: CorelDRAW X7 -->
4
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="252.448mm" height="89.3558mm" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
5
- viewBox="0 0 23961 8481"
6
- xmlns:xlink="http://www.w3.org/1999/xlink">
7
- <defs>
8
- <style type="text/css">
9
-
10
- .fil0 {fill:#1E96DE}
11
- .fil1 {fill:#333333}
12
-
13
- </style>
14
- </defs>
15
- <g id="Layer_x0020_1">
16
- <metadata id="CorelCorpID_0Corel-Layer"/>
17
- <g id="_1420175589664">
18
- <path class="fil0" d="M4894 4049l588 153c58,13 53,-2 80,47 15,27 29,57 41,86 183,427 230,857 137,1324 -23,114 -62,271 -102,372l-104 244c-156,338 -404,627 -700,850 -8,7 -60,48 -66,50 -27,13 -49,2 -86,-9l-575 -143c9,-31 43,-54 85,-89 217,-183 458,-451 583,-702 218,-441 316,-715 316,-1269 0,-179 -29,-339 -63,-492l-134 -422zm-1527 -648c0,337 27,518 123,826 22,72 57,133 73,204l-588 -152c-58,-13 -53,2 -80,-47 -15,-27 -28,-58 -41,-87 -182,-426 -229,-856 -136,-1323 59,-296 102,-375 202,-619 17,-41 26,-47 46,-82 177,-318 352,-536 657,-766 107,-81 48,-65 348,8 81,19 318,93 379,95 -12,45 -146,140 -182,176 -201,202 -339,339 -485,614 -43,81 -85,159 -118,241 -110,270 -198,592 -198,912zm-3367 695c0,474 6,734 125,1194 141,543 337,942 652,1407 145,213 413,506 603,682l138 116c49,42 88,73 141,113 184,137 263,188 465,311 145,88 204,108 344,176 806,390 1853,495 2759,268 142,-36 265,-72 403,-118 265,-88 635,-264 865,-419 31,-21 49,-30 79,-49 208,-130 611,-472 776,-659l117 -137c214,-273 231,-275 431,-610 196,-326 358,-740 451,-1111 164,-656 161,-1382 -3,-2037 -36,-146 -72,-273 -119,-401 -170,-471 -394,-859 -705,-1250 -21,-26 -40,-52 -62,-77 -157,-168 -155,-186 -324,-335l-208 -186c-222,-193 -604,-434 -876,-559l-183 -83c-215,-91 -463,-169 -693,-221 -279,-63 -650,-111 -942,-111 -588,0 -1181,138 -1715,367 -35,15 -51,26 -86,41l-262 132c-192,107 -464,288 -618,423l-278 243 -365 410c-106,132 -233,320 -321,466 -62,105 -129,219 -181,339 -59,139 -102,206 -155,366 -21,65 -41,114 -64,191 -104,351 -189,713 -189,1118z"/>
19
- <path class="fil1" d="M18349 3506c15,-173 70,-327 70,-544l-567 0c-39,0 -32,20 -37,56l-442 2184c-15,65 -65,275 -65,328l613 0c50,-214 88,-434 139,-648 125,-522 128,-990 613,-1365 156,-120 219,-127 382,-127 95,0 170,65 203,133 43,86 39,187 25,292 -33,249 -286,1419 -355,1715 158,0 316,0 474,0 20,0 103,3 116,0 48,-10 31,-16 42,-73l208 -984c64,-290 75,-435 264,-685 114,-151 338,-398 550,-398l93 0c298,0 235,408 200,593l-139 659c-65,300 -120,596 -188,888l613 0c67,-288 382,-1710 382,-1909 0,-221 -25,-406 -171,-558 -263,-274 -764,-181 -1058,36 -173,128 -254,228 -375,388 -17,21 -6,7 -16,19 -30,-128 -32,-269 -141,-403 -52,-63 -33,-52 -120,-111 -36,-25 -69,-39 -109,-54 -331,-121 -709,31 -929,252 -36,36 -62,63 -98,99l-177 217z"/>
20
- <path class="fil1" d="M12784 4801c0,-266 87,-371 369,-429l661 -91c0,238 18,408 -113,604 -161,241 -493,324 -709,218 -119,-59 -208,-153 -208,-302zm-324 -1654l0 509c79,-21 303,-312 857,-312 341,0 497,201 497,543 -81,0 -436,57 -542,72 -311,44 -687,86 -893,356 -283,373 -218,1053 311,1228 281,94 574,71 816,-78 172,-107 230,-239 308,-328l0 393 567 0 0 -1758c0,-134 -33,-264 -68,-361 -117,-326 -456,-507 -788,-507l-231 0c-297,0 -657,124 -834,243z"/>
21
- <path class="fil1" d="M15364 4801c0,-422 277,-417 691,-477 90,-13 240,-43 339,-43 0,238 18,408 -113,604 -61,92 -168,186 -284,225 -133,44 -306,51 -425,-7 -59,-29 -106,-56 -143,-111 -35,-52 -65,-109 -65,-191zm-323 -1654l0 509c78,-21 302,-312 856,-312 341,0 497,201 497,543 -81,0 -436,57 -542,72 -178,25 -368,46 -521,104 -310,116 -533,359 -533,715l0 128c0,295 209,550 472,637 281,94 574,71 816,-78 133,-83 201,-186 287,-303 10,-13 13,-15 21,-25l0 393 567 0 0 -1758c0,-134 -33,-264 -68,-361 -117,-326 -456,-507 -788,-507l-231 0c-297,0 -657,124 -833,243z"/>
22
- <path class="fil1" d="M22364 4801c0,-127 12,-244 107,-321 142,-113 398,-130 584,-156 90,-13 239,-43 339,-43 0,238 18,408 -113,604 -272,406 -917,308 -917,-84zm-324 -1654l0 509c78,-21 303,-312 856,-312 342,0 498,201 498,543 -81,0 -437,57 -542,72 -311,44 -688,86 -893,356 -283,373 -218,1053 311,1228 281,94 574,71 815,-78 69,-43 112,-91 167,-146 78,-77 90,-123 142,-182l0 393 567 0 0 -1758c0,-134 -33,-264 -68,-361 -118,-326 -456,-507 -788,-507l-232 0c-296,0 -656,124 -833,243z"/>
23
- <path class="fil1" d="M10100 3598c0,220 5,370 177,541 109,109 206,165 359,231l307 121c191,71 395,139 395,380 0,63 -34,127 -76,167 -130,125 -358,110 -525,110 -353,0 -569,-224 -648,-231l0 532c89,48 214,84 331,109 455,98 1108,46 1397,-370 64,-91 111,-217 111,-363 0,-385 -240,-561 -501,-691 -273,-136 -737,-208 -737,-455 0,-112 -1,-186 149,-268 124,-68 229,-67 372,-67 239,0 435,89 578,185l0 -521c-162,-38 -251,-104 -532,-104 -318,0 -563,12 -831,187 -155,102 -326,301 -326,507z"/>
24
- </g>
25
- </g>
26
- </svg>
@@ -1,6 +0,0 @@
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="M0 288l525 544l499 -550l-90 -90l-409 461l-435 -455z" />
6
- </svg>
@@ -1,6 +0,0 @@
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 658 1024">
4
- <path fill="currentColor"
5
- d="M114 1006l524 -506l-530 -482l-84 84l440 398l-434 422z" />
6
- </svg>
@@ -1,6 +0,0 @@
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 658 1024">
4
- <path fill="currentColor"
5
- d="M114 1006l524 -506l-530 -482l-84 84l440 398l-434 422z" />
6
- </svg>
@@ -1,6 +0,0 @@
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 736l-525 -544l-499 550l96 90l403 -461l435 455z" />
6
- </svg>
@@ -1,6 +0,0 @@
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>