@universityofmaryland/web-elements-library 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. package/dist/atomic/buttons/full-screen.d.ts +12 -0
  2. package/dist/atomic/buttons/full-screen.d.ts.map +1 -0
  3. package/dist/atomic/buttons/lazy-load.d.ts +19 -0
  4. package/dist/atomic/buttons/lazy-load.d.ts.map +1 -0
  5. package/dist/atomic/buttons/video-state.d.ts +16 -0
  6. package/dist/atomic/buttons/video-state.d.ts.map +1 -0
  7. package/dist/atomic/index.d.ts +4 -0
  8. package/dist/atomic/index.d.ts.map +1 -0
  9. package/dist/composite/accordion/index.d.ts +24 -0
  10. package/dist/composite/accordion/index.d.ts.map +1 -0
  11. package/dist/composite/alert/elements/text.d.ts +19 -0
  12. package/dist/composite/alert/elements/text.d.ts.map +1 -0
  13. package/dist/composite/alert/page.d.ts +15 -0
  14. package/dist/composite/alert/page.d.ts.map +1 -0
  15. package/dist/composite/alert/site.d.ts +13 -0
  16. package/dist/composite/alert/site.d.ts.map +1 -0
  17. package/dist/composite/banner-promo/index.d.ts +13 -0
  18. package/dist/composite/banner-promo/index.d.ts.map +1 -0
  19. package/dist/composite/call-to-action/index.d.ts +14 -0
  20. package/dist/composite/call-to-action/index.d.ts.map +1 -0
  21. package/dist/composite/card/block.d.ts +20 -0
  22. package/dist/composite/card/block.d.ts.map +1 -0
  23. package/dist/composite/card/list.d.ts +17 -0
  24. package/dist/composite/card/list.d.ts.map +1 -0
  25. package/dist/composite/card-icon/block.d.ts +12 -0
  26. package/dist/composite/card-icon/block.d.ts.map +1 -0
  27. package/dist/composite/card-overlay/elements/icon-cta.d.ts +11 -0
  28. package/dist/composite/card-overlay/elements/icon-cta.d.ts.map +1 -0
  29. package/dist/composite/card-overlay/image.d.ts +15 -0
  30. package/dist/composite/card-overlay/image.d.ts.map +1 -0
  31. package/dist/composite/card-overlay/index.d.ts +15 -0
  32. package/dist/composite/card-overlay/index.d.ts.map +1 -0
  33. package/dist/composite/carousel/cards/index.d.ts +20 -0
  34. package/dist/composite/carousel/cards/index.d.ts.map +1 -0
  35. package/dist/composite/carousel/default/index.d.ts +30 -0
  36. package/dist/composite/carousel/default/index.d.ts.map +1 -0
  37. package/dist/composite/carousel/image/multiple.d.ts +17 -0
  38. package/dist/composite/carousel/image/multiple.d.ts.map +1 -0
  39. package/dist/composite/carousel/image/standard.d.ts +23 -0
  40. package/dist/composite/carousel/image/standard.d.ts.map +1 -0
  41. package/dist/composite/carousel/thumbnail/index.d.ts +16 -0
  42. package/dist/composite/carousel/thumbnail/index.d.ts.map +1 -0
  43. package/dist/composite/event/block.d.ts +14 -0
  44. package/dist/composite/event/block.d.ts.map +1 -0
  45. package/dist/composite/event/elements/index.d.ts +19 -0
  46. package/dist/composite/event/elements/index.d.ts.map +1 -0
  47. package/dist/composite/event/elements/meta.d.ts +26 -0
  48. package/dist/composite/event/elements/meta.d.ts.map +1 -0
  49. package/dist/composite/event/elements/sign.d.ts +13 -0
  50. package/dist/composite/event/elements/sign.d.ts.map +1 -0
  51. package/dist/composite/event/feature.d.ts +15 -0
  52. package/dist/composite/event/feature.d.ts.map +1 -0
  53. package/dist/composite/event/list.d.ts +15 -0
  54. package/dist/composite/event/list.d.ts.map +1 -0
  55. package/dist/composite/event/lockup-date.d.ts +11 -0
  56. package/dist/composite/event/lockup-date.d.ts.map +1 -0
  57. package/dist/composite/event/promo.d.ts +14 -0
  58. package/dist/composite/event/promo.d.ts.map +1 -0
  59. package/dist/composite/feeds/slides/index.d.ts +11 -0
  60. package/dist/composite/feeds/slides/index.d.ts.map +1 -0
  61. package/dist/composite/hero/brand-video.d.ts +17 -0
  62. package/dist/composite/hero/brand-video.d.ts.map +1 -0
  63. package/dist/composite/hero/default.d.ts +14 -0
  64. package/dist/composite/hero/default.d.ts.map +1 -0
  65. package/dist/composite/hero/elements/image.d.ts +15 -0
  66. package/dist/composite/hero/elements/image.d.ts.map +1 -0
  67. package/dist/composite/hero/elements/index.d.ts +23 -0
  68. package/dist/composite/hero/elements/index.d.ts.map +1 -0
  69. package/dist/composite/hero/elements/text.d.ts +23 -0
  70. package/dist/composite/hero/elements/text.d.ts.map +1 -0
  71. package/dist/composite/hero/expand.d.ts +24 -0
  72. package/dist/composite/hero/expand.d.ts.map +1 -0
  73. package/dist/composite/hero/logo.d.ts +10 -0
  74. package/dist/composite/hero/logo.d.ts.map +1 -0
  75. package/dist/composite/hero/minimal.d.ts +14 -0
  76. package/dist/composite/hero/minimal.d.ts.map +1 -0
  77. package/dist/composite/hero/overlay.d.ts +13 -0
  78. package/dist/composite/hero/overlay.d.ts.map +1 -0
  79. package/dist/composite/hero/stacked.d.ts +16 -0
  80. package/dist/composite/hero/stacked.d.ts.map +1 -0
  81. package/dist/composite/index.d.ts +63 -0
  82. package/dist/composite/index.d.ts.map +1 -0
  83. package/dist/composite/layout/image-expand/index.d.ts +10 -0
  84. package/dist/composite/layout/image-expand/index.d.ts.map +1 -0
  85. package/dist/composite/logo/block.d.ts +12 -0
  86. package/dist/composite/logo/block.d.ts.map +1 -0
  87. package/dist/composite/media/elements/caption.d.ts +13 -0
  88. package/dist/composite/media/elements/caption.d.ts.map +1 -0
  89. package/dist/composite/media/inline/index.d.ts +9 -0
  90. package/dist/composite/media/inline/index.d.ts.map +1 -0
  91. package/dist/composite/media/inline/with-caption.d.ts +14 -0
  92. package/dist/composite/media/inline/with-caption.d.ts.map +1 -0
  93. package/dist/composite/media/inline/wrapped.d.ts +16 -0
  94. package/dist/composite/media/inline/wrapped.d.ts.map +1 -0
  95. package/dist/composite/navigation/elements/drawer/index.d.ts +21 -0
  96. package/dist/composite/navigation/elements/drawer/index.d.ts.map +1 -0
  97. package/dist/composite/navigation/elements/index.d.ts +40 -0
  98. package/dist/composite/navigation/elements/index.d.ts.map +1 -0
  99. package/dist/composite/navigation/elements/item/index.d.ts +16 -0
  100. package/dist/composite/navigation/elements/item/index.d.ts.map +1 -0
  101. package/dist/composite/navigation/elements/menu-button/index.d.ts +9 -0
  102. package/dist/composite/navigation/elements/menu-button/index.d.ts.map +1 -0
  103. package/dist/composite/navigation/elements/slider/action.d.ts +20 -0
  104. package/dist/composite/navigation/elements/slider/action.d.ts.map +1 -0
  105. package/dist/composite/navigation/elements/slider/index.d.ts +25 -0
  106. package/dist/composite/navigation/elements/slider/index.d.ts.map +1 -0
  107. package/dist/composite/navigation/elements/slider/slide-first.d.ts +26 -0
  108. package/dist/composite/navigation/elements/slider/slide-first.d.ts.map +1 -0
  109. package/dist/composite/navigation/elements/slider/slides.d.ts +25 -0
  110. package/dist/composite/navigation/elements/slider/slides.d.ts.map +1 -0
  111. package/dist/composite/navigation/elements/sticky/index.d.ts +9 -0
  112. package/dist/composite/navigation/elements/sticky/index.d.ts.map +1 -0
  113. package/dist/composite/navigation/index.d.ts +29 -0
  114. package/dist/composite/navigation/index.d.ts.map +1 -0
  115. package/dist/composite/navigation/utility/alert.d.ts +51 -0
  116. package/dist/composite/navigation/utility/alert.d.ts.map +1 -0
  117. package/dist/composite/navigation/utility/index.d.ts +25 -0
  118. package/dist/composite/navigation/utility/index.d.ts.map +1 -0
  119. package/dist/composite/navigation/utility/search.d.ts +12 -0
  120. package/dist/composite/navigation/utility/search.d.ts.map +1 -0
  121. package/dist/composite/pathway/default.d.ts +17 -0
  122. package/dist/composite/pathway/default.d.ts.map +1 -0
  123. package/dist/composite/pathway/elements/image.d.ts +19 -0
  124. package/dist/composite/pathway/elements/image.d.ts.map +1 -0
  125. package/dist/composite/pathway/elements/index.d.ts +23 -0
  126. package/dist/composite/pathway/elements/index.d.ts.map +1 -0
  127. package/dist/composite/pathway/elements/text.d.ts +24 -0
  128. package/dist/composite/pathway/elements/text.d.ts.map +1 -0
  129. package/dist/composite/pathway/hero.d.ts +12 -0
  130. package/dist/composite/pathway/hero.d.ts.map +1 -0
  131. package/dist/composite/pathway/highlight.d.ts +12 -0
  132. package/dist/composite/pathway/highlight.d.ts.map +1 -0
  133. package/dist/composite/pathway/overlay.d.ts +19 -0
  134. package/dist/composite/pathway/overlay.d.ts.map +1 -0
  135. package/dist/composite/pathway/sticky.d.ts +11 -0
  136. package/dist/composite/pathway/sticky.d.ts.map +1 -0
  137. package/dist/composite/person/bio-full.d.ts +11 -0
  138. package/dist/composite/person/bio-full.d.ts.map +1 -0
  139. package/dist/composite/person/bio.d.ts +11 -0
  140. package/dist/composite/person/bio.d.ts.map +1 -0
  141. package/dist/composite/person/block.d.ts +10 -0
  142. package/dist/composite/person/block.d.ts.map +1 -0
  143. package/dist/composite/person/elements/contact.d.ts +17 -0
  144. package/dist/composite/person/elements/contact.d.ts.map +1 -0
  145. package/dist/composite/person/elements/image.d.ts +11 -0
  146. package/dist/composite/person/elements/image.d.ts.map +1 -0
  147. package/dist/composite/person/elements/text.d.ts +27 -0
  148. package/dist/composite/person/elements/text.d.ts.map +1 -0
  149. package/dist/composite/person/hero.d.ts +22 -0
  150. package/dist/composite/person/hero.d.ts.map +1 -0
  151. package/dist/composite/person/list.d.ts +10 -0
  152. package/dist/composite/person/list.d.ts.map +1 -0
  153. package/dist/composite/person/tabular.d.ts +10 -0
  154. package/dist/composite/person/tabular.d.ts.map +1 -0
  155. package/dist/composite/quote/elements/image.d.ts +12 -0
  156. package/dist/composite/quote/elements/image.d.ts.map +1 -0
  157. package/dist/composite/quote/elements/index.d.ts +21 -0
  158. package/dist/composite/quote/elements/index.d.ts.map +1 -0
  159. package/dist/composite/quote/elements/text.d.ts +21 -0
  160. package/dist/composite/quote/elements/text.d.ts.map +1 -0
  161. package/dist/composite/quote/featured.d.ts +12 -0
  162. package/dist/composite/quote/featured.d.ts.map +1 -0
  163. package/dist/composite/quote/inline.d.ts +13 -0
  164. package/dist/composite/quote/inline.d.ts.map +1 -0
  165. package/dist/composite/quote/statement.d.ts +9 -0
  166. package/dist/composite/quote/statement.d.ts.map +1 -0
  167. package/dist/composite/scroll-top/index.d.ts +14 -0
  168. package/dist/composite/scroll-top/index.d.ts.map +1 -0
  169. package/dist/composite/section-intro/default.d.ts +19 -0
  170. package/dist/composite/section-intro/default.d.ts.map +1 -0
  171. package/dist/composite/section-intro/wide.d.ts +11 -0
  172. package/dist/composite/section-intro/wide.d.ts.map +1 -0
  173. package/dist/composite/slider/events/index.d.ts +21 -0
  174. package/dist/composite/slider/events/index.d.ts.map +1 -0
  175. package/dist/composite/social-sharing/index.d.ts +18 -0
  176. package/dist/composite/social-sharing/index.d.ts.map +1 -0
  177. package/dist/composite/stat/index.d.ts +18 -0
  178. package/dist/composite/stat/index.d.ts.map +1 -0
  179. package/dist/composite/sticky-columns/index.d.ts +19 -0
  180. package/dist/composite/sticky-columns/index.d.ts.map +1 -0
  181. package/dist/composite/tabs/elements/dom-structure.d.ts +7 -0
  182. package/dist/composite/tabs/elements/dom-structure.d.ts.map +1 -0
  183. package/dist/composite/tabs/elements/index.d.ts +9 -0
  184. package/dist/composite/tabs/elements/index.d.ts.map +1 -0
  185. package/dist/composite/tabs/index.d.ts +18 -0
  186. package/dist/composite/tabs/index.d.ts.map +1 -0
  187. package/dist/feeds/events/api.d.ts +20 -0
  188. package/dist/feeds/events/api.d.ts.map +1 -0
  189. package/dist/feeds/events/display.d.ts +45 -0
  190. package/dist/feeds/events/display.d.ts.map +1 -0
  191. package/dist/feeds/events/index.d.ts +18 -0
  192. package/dist/feeds/events/index.d.ts.map +1 -0
  193. package/dist/feeds/events/queries.d.ts +3 -0
  194. package/dist/feeds/events/queries.d.ts.map +1 -0
  195. package/dist/feeds/index.d.ts +4 -0
  196. package/dist/feeds/index.d.ts.map +1 -0
  197. package/dist/feeds/news/api.d.ts +21 -0
  198. package/dist/feeds/news/api.d.ts.map +1 -0
  199. package/dist/feeds/news/display.d.ts +30 -0
  200. package/dist/feeds/news/display.d.ts.map +1 -0
  201. package/dist/feeds/news/index.d.ts +22 -0
  202. package/dist/feeds/news/index.d.ts.map +1 -0
  203. package/dist/feeds/news/queries.d.ts +2 -0
  204. package/dist/feeds/news/queries.d.ts.map +1 -0
  205. package/dist/feeds/no-results.d.ts +16 -0
  206. package/dist/feeds/no-results.d.ts.map +1 -0
  207. package/dist/feeds/slides/index.d.ts +11 -0
  208. package/dist/feeds/slides/index.d.ts.map +1 -0
  209. package/dist/index.d.ts +8 -0
  210. package/dist/index.d.ts.map +1 -0
  211. package/dist/index.js +1 -0
  212. package/dist/index.js.LICENSE.txt +1007 -0
  213. package/dist/layout/block.d.ts +17 -0
  214. package/dist/layout/block.d.ts.map +1 -0
  215. package/dist/layout/carousel-full-screen.d.ts +16 -0
  216. package/dist/layout/carousel-full-screen.d.ts.map +1 -0
  217. package/dist/layout/carousel-overlay.d.ts +13 -0
  218. package/dist/layout/carousel-overlay.d.ts.map +1 -0
  219. package/dist/layout/grid.d.ts +12 -0
  220. package/dist/layout/grid.d.ts.map +1 -0
  221. package/dist/layout/image.d.ts +12 -0
  222. package/dist/layout/image.d.ts.map +1 -0
  223. package/dist/layout/index.d.ts +7 -0
  224. package/dist/layout/index.d.ts.map +1 -0
  225. package/dist/layout/list.d.ts +16 -0
  226. package/dist/layout/list.d.ts.map +1 -0
  227. package/dist/layout/modal.d.ts +17 -0
  228. package/dist/layout/modal.d.ts.map +1 -0
  229. package/dist/layout/overlay.d.ts +13 -0
  230. package/dist/layout/overlay.d.ts.map +1 -0
  231. package/dist/macros/accessibility/aria-live.d.ts +11 -0
  232. package/dist/macros/accessibility/aria-live.d.ts.map +1 -0
  233. package/dist/macros/animations/carousel-blocks.d.ts +42 -0
  234. package/dist/macros/animations/carousel-blocks.d.ts.map +1 -0
  235. package/dist/macros/animations/carousel-image.d.ts +20 -0
  236. package/dist/macros/animations/carousel-image.d.ts.map +1 -0
  237. package/dist/macros/animations/indicator.d.ts +15 -0
  238. package/dist/macros/animations/indicator.d.ts.map +1 -0
  239. package/dist/macros/animations/loader.d.ts +12 -0
  240. package/dist/macros/animations/loader.d.ts.map +1 -0
  241. package/dist/macros/animations/overlay-brand.d.ts +16 -0
  242. package/dist/macros/animations/overlay-brand.d.ts.map +1 -0
  243. package/dist/macros/brand/fearless-scroll-chevrons.d.ts +6 -0
  244. package/dist/macros/brand/fearless-scroll-chevrons.d.ts.map +1 -0
  245. package/dist/macros/index.d.ts +12 -0
  246. package/dist/macros/index.d.ts.map +1 -0
  247. package/dist/macros/text-lockup/small-scaling.d.ts +11 -0
  248. package/dist/macros/text-lockup/small-scaling.d.ts.map +1 -0
  249. package/dist/macros/text-lockup/small.d.ts +22 -0
  250. package/dist/macros/text-lockup/small.d.ts.map +1 -0
  251. package/dist/model/_builder/index.d.ts +12 -0
  252. package/dist/model/_builder/index.d.ts.map +1 -0
  253. package/dist/model/_modifiers/style.d.ts +15 -0
  254. package/dist/model/_modifiers/style.d.ts.map +1 -0
  255. package/dist/model/_types.d.ts +29 -0
  256. package/dist/model/_types.d.ts.map +1 -0
  257. package/dist/model/configurations/_base.d.ts +7 -0
  258. package/dist/model/configurations/_base.d.ts.map +1 -0
  259. package/dist/model/configurations/headline.d.ts +25 -0
  260. package/dist/model/configurations/headline.d.ts.map +1 -0
  261. package/dist/model/configurations/index.d.ts +3 -0
  262. package/dist/model/configurations/index.d.ts.map +1 -0
  263. package/dist/model/configurations/rich-text.d.ts +7 -0
  264. package/dist/model/configurations/rich-text.d.ts.map +1 -0
  265. package/dist/model/index.d.ts +2 -0
  266. package/dist/model/index.d.ts.map +1 -0
  267. package/dist/utilities/accessibility/index.d.ts +13 -0
  268. package/dist/utilities/accessibility/index.d.ts.map +1 -0
  269. package/dist/utilities/assets/icons.d.ts +26 -0
  270. package/dist/utilities/assets/icons.d.ts.map +1 -0
  271. package/dist/utilities/assets/index.d.ts +4 -0
  272. package/dist/utilities/assets/index.d.ts.map +1 -0
  273. package/dist/utilities/assets/logos.d.ts +6 -0
  274. package/dist/utilities/assets/logos.d.ts.map +1 -0
  275. package/dist/utilities/assets/social.d.ts +8 -0
  276. package/dist/utilities/assets/social.d.ts.map +1 -0
  277. package/dist/utilities/date.d.ts +12 -0
  278. package/dist/utilities/date.d.ts.map +1 -0
  279. package/dist/utilities/index.d.ts +10 -0
  280. package/dist/utilities/index.d.ts.map +1 -0
  281. package/dist/utilities/js-events/index.d.ts +5 -0
  282. package/dist/utilities/js-events/index.d.ts.map +1 -0
  283. package/dist/utilities/markup/create.d.ts +7 -0
  284. package/dist/utilities/markup/create.d.ts.map +1 -0
  285. package/dist/utilities/markup/index.d.ts +4 -0
  286. package/dist/utilities/markup/index.d.ts.map +1 -0
  287. package/dist/utilities/markup/locate.d.ts +5 -0
  288. package/dist/utilities/markup/locate.d.ts.map +1 -0
  289. package/dist/utilities/markup/modify.d.ts +20 -0
  290. package/dist/utilities/markup/modify.d.ts.map +1 -0
  291. package/dist/utilities/network/index.d.ts +10 -0
  292. package/dist/utilities/network/index.d.ts.map +1 -0
  293. package/dist/utilities/performance/index.d.ts +2 -0
  294. package/dist/utilities/performance/index.d.ts.map +1 -0
  295. package/dist/utilities/storage/index.d.ts +2 -0
  296. package/dist/utilities/storage/index.d.ts.map +1 -0
  297. package/dist/utilities/storage/local.d.ts +7 -0
  298. package/dist/utilities/storage/local.d.ts.map +1 -0
  299. package/dist/utilities/styles/animations.d.ts +9 -0
  300. package/dist/utilities/styles/animations.d.ts.map +1 -0
  301. package/dist/utilities/styles/assets.d.ts +6 -0
  302. package/dist/utilities/styles/assets.d.ts.map +1 -0
  303. package/dist/utilities/styles/fonts.d.ts +241 -0
  304. package/dist/utilities/styles/fonts.d.ts.map +1 -0
  305. package/dist/utilities/styles/index.d.ts +9 -0
  306. package/dist/utilities/styles/index.d.ts.map +1 -0
  307. package/package.json +25 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../source/utilities/assets/icons.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,maAA2Y,CAAC;AAE9Z,eAAO,MAAM,UAAU,+VAA6U,CAAC;AAErW,eAAO,MAAM,QAAQ,wXAAoW,CAAC;AAE1X,eAAO,MAAM,KAAK,wyBAAwwB,CAAC;AAE3xB,eAAO,MAAM,aAAa,2aAAqZ,CAAC;AAEhb,eAAO,MAAM,YAAY,8aAAsY,CAAC;AAEha,eAAO,MAAM,QAAQ,yZAAyY,CAAC;AAE/Z,eAAO,MAAM,KAAK,2WAAmV,CAAC;AAEtW,eAAO,MAAM,WAAW,yXAAiV,CAAC;AAE1W,eAAO,MAAM,QAAQ,qWAA+U,CAAC;AAErW,eAAO,MAAM,aAAa,mWAAiV,CAAC;AAE5W,eAAO,MAAM,WAAW,orBAAopB,CAAC;AAE7qB,eAAO,MAAM,SAAS,8XAA0W,CAAC;AAEjY,eAAO,MAAM,aAAa,msBAA+qB,CAAC;AAE1sB,eAAO,MAAM,UAAU,ifAAie,CAAC;AAEzf,eAAO,MAAM,YAAY,kcAAsZ,CAAC;AAEhb,eAAO,MAAM,KAAK,qiBAA2gB,CAAC;AAE9hB,eAAO,MAAM,MAAM,ovBAA4tB,CAAC;AAEhvB,eAAO,MAAM,GAAG,krBAAkqB,CAAC;AAEnrB,eAAO,MAAM,KAAK,wrBAAoqB,CAAC;AAEvrB,eAAO,MAAM,IAAI,8XAAwW,CAAC;AAE1X,eAAO,MAAM,OAAO,64BAAy3B,CAAC;AAE94B,eAAO,MAAM,KAAK,2QAA6P,CAAC;AAEhR,eAAO,MAAM,WAAW,sXAA8V,CAAC;AAEvX,eAAO,MAAM,CAAC,uYAAmW,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * as icon from './icons';
2
+ export * as logo from './logos';
3
+ export * as social from './social';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/utilities/assets/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAChC,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAChC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const DARK_LOGO = "<svg title=\"umd logo\" aria-hidden=\"true\" version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 315.5 52\" style=\"enable-background:new 0 0 315.5 52;\" xml:space=\"preserve\"> <style type=\"text/css\">.st0{fill:#FFFFFF;} .st1{fill:url(#SVGID_1_);} .st2{fill:#CCCCCC;} .st3{fill:#FFD520;} .st4{fill:#E03A3E;} .st5{stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;}</style><g><path class=\"st0\" d=\"M81.6,49.2L69.9,24.7h-0.1l-1.3,20.7c-0.1,2.3,1.6,2.8,3.7,2.9v0.9h-9.6v-0.9c3.4,0,3.8-0.7,4-4.9l1.1-17.9c0.2-3,0.1-3.9-2.8-4v-0.8h7L83,43.8l11-23.1h6.7v0.8c-2.2,0.2-3.1,0.2-3,1.8l1.5,20.8c0.3,4.2,0.6,4.2,4,4.2v0.9H91.4v-0.9c2.2,0,4.3-0.6,4.1-3l-1.3-20.6h-0.1L82.6,49.2H81.6z\"/><path class=\"st0\" d=\"M121.6,34.5h-7.9l3.9-10.6L121.6,34.5z M122.4,36.5l3.1,8.3c0.2,0.5,0.5,1.1,0.5,1.9c0,1.3-1,1.6-3.6,1.6h-1.2v0.9h12.6v-0.9c-2.3,0-3.3-0.5-4.2-2.9L120.1,20h-4l0.4,1l-8.4,22.8c-1.5,4-2,4.5-5,4.5v0.9h10.6v-0.9h-0.7c-2.5,0-3.7-0.5-3.7-1.7c0-0.6,0.6-2,0.9-2.9l2.7-7.2H122.4z\"/><path class=\"st0\" d=\"M142.1,21.2c0.8-0.1,1.4-0.1,2.3-0.1c7.1,0,9,3.3,9,7.6c0,5.5-3.4,7.7-8.5,7.7c-1.1,0-1.8,0-2.9-0.1V21.2zM142.1,37.2c0.7,0,1.3,0.1,2.4,0.1c1.2,0,2,0,3.1-0.1c1.1,0.7,2.7,2.1,4.8,4.1l3,3c4.1,4.1,6.1,5.8,14.2,5.4v-0.8c-3.5-0.2-6.3-1.9-9-4.6l-3.6-3.6c-2.1-2.1-3.5-3.4-5.2-4.8c3.8-1.1,6.1-4,6.1-7.4c0-4.7-3.8-8.2-12.3-8.2c-3,0-3.9,0-5.8,0.1c-1.9,0.1-4.7,0.3-5.8,0.3v0.9h1c2.7,0,3.4,0.8,3.4,3.7v19.3c0,3.1-1,3.8-3.7,3.8h-0.8v0.9h13v-0.9h-1.1c-2.6,0-3.7-0.7-3.7-3.4V37.2z\"/><path class=\"st0\" d=\"M185.2,24.9c1.5-2.5,0.6-3.3-2.3-3.3v-0.9h10.3v0.9c-3.1,0.2-4.4,1.5-5.7,3.6L179.9,38v6.9c0,2.4,0.9,3.4,3.7,3.4h0.6v0.9h-12.6v-0.9h0.9c2.9,0,3.7-1.1,3.7-3.3v-6.5l-8.2-12.7c-2.2-3.5-3.3-4.2-6.3-4.3v-0.9h12.2v0.9c-3.6,0-3.8,0.9-2.5,3l7.4,11.3L185.2,24.9z\"/><path class=\"st0\" d=\"M213.3,49.2h-20.5v-0.9h1.5c2.1,0,2.9-0.7,2.9-3V25c0-2.4-0.7-3.4-3.6-3.4H193v-0.9h13.5v0.9h-1.7c-3,0-3.8,0.3-3.8,3.2v21.1c0,1.2,0.5,1.7,1.8,1.7h6.7c2.7,0,3.5-1.1,6.4-5.1h0.8L213.3,49.2z\"/><path class=\"st0\" d=\"M234.3,34.5h-7.9l3.9-10.6L234.3,34.5z M235.1,36.5l3.1,8.3c0.2,0.5,0.5,1.1,0.5,1.9c0,1.3-1,1.6-3.6,1.6h-1.2v0.9h12.6v-0.9c-2.3,0-3.3-0.5-4.2-2.9L232.7,20h-4l0.4,1l-8.4,22.8c-1.5,4-2,4.5-5,4.5v0.9h10.6v-0.9h-0.7c-2.5,0-3.7-0.5-3.7-1.7c0-0.6,0.6-2,0.9-2.9l2.7-7.2H235.1z\"/><path class=\"st0\" d=\"M276.2,49.5l-23.7-24.9v19.6c0,3.3,0.7,4,4.6,4v0.9h-10.6v-0.9h0.2c2.8,0,3.8-1,3.8-3.1V22.7c-1.1-0.7-2.2-1.1-3.9-1.1v-0.9h7.2l21.6,22.5V25c0-2.8-0.8-3.3-4.5-3.4v-0.9h10.7v0.9c-3.4,0-4.2,0.6-4.2,2.4v25.6H276.2z\"/><path class=\"st0\" d=\"M290.2,21.3c0.6,0,1.8-0.2,3.7-0.2c6.4,0,9.7,1.6,11.8,3.7c2.7,2.7,3.7,6.5,3.7,9.8c0,4.7-2.1,8.2-3.8,9.9c-2.8,2.8-5.4,3.7-11.6,3.7c-3.6,0-3.8-0.6-3.8-2.5V21.3z M286.4,45c0,2.7-1.1,3.3-3.6,3.3H282v0.9h14.7c11.6,0,17-8.3,17-15.2c0-7.6-5.3-13.7-17.5-13.7c-2.4,0-5.2,0-7.7,0.1c-2.5,0.1-4.8,0.2-6.5,0.3v0.8h0.9c2.7,0,3.5,0.7,3.5,3.7V45z\"/></g><g><path class=\"st0\" d=\"M76,2.3l0.3,0c1.6,0.1,1.9,0.3,1.9,2.4V10c0,3.8-2.7,4.6-4.9,4.6c-3.1,0-4.9-1.6-4.9-4.6V3.7c0-1.1,0.3-1.4,1.5-1.4h0.5v-1H64v1l0.3,0c1.5,0,1.7,0.2,1.7,1.4v6.6c0,3.7,2.7,6,6.9,6c5.2,0,7-3.3,7-6.1V4.2c0-1.3,0.4-1.8,1.8-1.8l0.3,0v-1H76V2.3z\"/><path class=\"st0\" d=\"M100.9,2.4l0.3,0c1.8,0,1.9,0.3,1.9,1.4v8.3L92.8,1.3h-4v1l0.3,0c0.7,0,1.2,0.2,1.6,0.4v11.1c0,0.8-0.2,1.2-1.6,1.2h-0.4v1h5.9v-1h-0.3c-1.8,0-2-0.3-2-1.7v-9l11.2,11.8l0.1,0.1h1v-13c0-0.6,0-0.9,1.8-0.9h0.3v-1h-5.9V2.4z\"/><path class=\"st0\" d=\"M113.9,2.3l0.3,0c1.2,0.1,1.4,0.3,1.4,1.3v9.7c0,1.4-0.2,1.6-1.4,1.7l-0.3,0v1h6.1v-1h-0.3c-1.4,0-1.6-0.3-1.6-1.5V3.9c0-1.4,0.3-1.5,1.6-1.5h0.3v-1h-6.1V2.3z\"/><path class=\"st0\" d=\"M137.6,2.4h0.3c1.8,0,1.8,0.4,1.8,0.7c0,0.3-0.1,0.7-0.4,1.3L136,13l-3.8-9.5c-0.2-0.5-0.1-0.6-0.1-0.7c0.2-0.3,0.8-0.4,2-0.5l0.3,0v-1h-6.9v1h0.3c1.2,0,1.4,0.2,2,1.6l5,12.5h1.5l4.8-12.3c0.5-1.3,1-1.8,2.1-1.8h0.3v-1h-5.9V2.4z\"/><path class=\"st0\" d=\"M162.3,12.3c-0.6,2-1,2.4-2.3,2.4h-3.5c-0.7,0-0.9-0.1-0.9-1V9.2h3.6c0.7,0,1.1,0,1.3,1.5l0,0.3h1V6h-1l0,0.3c-0.1,1.3-0.5,1.4-1,1.4h-3.8v-5h4.5c0.6,0,1.1,0.2,1.4,2.1l0,0.3h1l-0.2-3.8h-11.5v1h0.8c1.3,0,1.5,0.4,1.5,1.5v9.6c0,1.2-0.2,1.6-1.8,1.6h-0.9v1h12.7l0.4-4h-1L162.3,12.3z\"/><path class=\"st0\" d=\"M185.6,13.1l-1.8-1.8c-0.9-0.8-1.5-1.5-2.2-2c1.7-0.7,2.7-2.1,2.7-3.8c0-2.7-2.4-4.3-6.4-4.3c-1.5,0-1.9,0-2.9,0.1l-0.6,0c-0.9,0.1-1.8,0.1-2.3,0.1h-0.3v1h0.8c1.2,0,1.4,0.3,1.4,1.5v9.6c0,1.4-0.4,1.6-1.5,1.6h-0.7v1h7v-1h-0.8c-1.2,0-1.5-0.3-1.5-1.4v-3.5c0.2,0,0.5,0,0.9,0c0.5,0,0.8,0,1.2,0l0.3,0c0.6,0.4,1.4,1.1,2.2,1.9l1.5,1.5c1.9,1.9,3,2.8,6.3,2.8c0.3,0,0.6,0,1,0l0.3,0v-1l-0.3,0C188.3,15.2,187,14.6,185.6,13.1z M176.5,2.2c0.3,0,0.5,0,0.8,0c2.9,0,4.2,1.1,4.2,3.5c0,2.4-1.3,3.5-3.9,3.5l-0.6,0c-0.2,0-0.4,0-0.5,0V2.2z\"/><path class=\"st0\" d=\"M200.3,7.3c-1.6-1-3.1-2-3.1-3.3c0-1.1,0.9-1.8,2.2-1.8c1.5,0,2.8,1,3.4,2.5l0.1,0.2h0.9l-0.5-3.5h-0.8l-0.1,0.1c-0.1,0.1-0.1,0.1-0.2,0.1c-0.3,0-0.5-0.1-0.8-0.2c-0.5-0.2-1.1-0.4-2.3-0.4c-2.5,0-4.3,1.5-4.3,3.6c0,2.2,2.1,3.6,4,4.8c1.7,1.1,3.2,2,3.2,3.4c0,1.6-1.4,2.4-2.8,2.4c-1.7,0-3.1-1.2-3.5-3l-0.1-0.2h-1l0.6,4.1h0.8l0.1-0.2c0-0.1,0.1-0.1,0.2-0.1c0.1,0,0.4,0.1,0.6,0.2c0.7,0.2,1.7,0.5,2.5,0.5c2.8,0,4.9-1.8,4.9-4.2C204.5,9.9,202.3,8.5,200.3,7.3z\"/><path class=\"st0\" d=\"M213.4,2.3l0.3,0c1.2,0.1,1.4,0.3,1.4,1.3v9.7c0,1.4-0.2,1.6-1.4,1.7l-0.3,0v1h6.1v-1h-0.3c-1.4,0-1.6-0.3-1.6-1.5V3.9c0-1.4,0.3-1.5,1.6-1.5h0.3v-1h-6.1V2.3z\"/><path class=\"st0\" d=\"M241.3,1l0,0.2c0,0-0.1,0.1-0.4,0.1h-11c-0.1,0-0.3,0-0.4-0.1l0-0.2h-1l-0.4,4.3h1l0-0.2c0.4-2.1,0.8-2.3,1.4-2.3h3.7v11c0,1-0.2,1.4-1.5,1.4h-1.1v1h7.8v-1h-1.1c-1.3,0-1.5-0.4-1.5-1.4v-11h3.7c0.6,0,1,0.2,1.4,2.3l0,0.2h1L242.3,1H241.3z\"/><path class=\"st0\" d=\"M260.2,2.4h0.3c0.9,0,1.1,0.2,1.2,0.3c0,0.1,0.1,0.3-0.3,0.9l-3,5.1l-3.4-5.2c-0.4-0.6-0.4-0.7-0.3-0.8c0-0.1,0.2-0.2,1.3-0.2h0.3v-1h-6.6v1l0.3,0c1.3,0,1.8,0.2,2.9,2l4,6.3v3.1c0,0.9-0.2,1.3-1.5,1.3h-0.7v1h6.9v-1h-0.6c-1.3,0-1.5-0.4-1.5-1.4v-3.3l3.8-6.3c0.6-1,1.2-1.6,2.6-1.7l0.3,0v-1h-5.7V2.4z\"/><path class=\"st0\" d=\"M286.9,1c-5,0-8.6,3.4-8.6,8c0,4.2,3.7,7.4,8.5,7.4c4.8,0,8.4-3.5,8.4-8.1C295.2,4.2,291.6,1,286.9,1zM286.3,2.1c3.6,0,6.2,2.8,6.2,6.9c0,3-1.6,6.2-5.2,6.2c-3.6,0-6.3-3-6.3-7C281,5.8,282.4,2.1,286.3,2.1z\"/><path class=\"st0\" d=\"M308.4,2.7c1.2,0,1.6,0.4,1.6,1.6l0,0.3h1V1.3h-10.8v1l0.3,0c1.3,0,1.4,0.4,1.4,1.8v8.9c0,1.8-0.2,1.9-1.4,1.9l-0.3,0v1h6.1v-1h-0.3c-1.6,0-1.7-0.4-1.7-1.5V8.9h3.9c0.9,0,1.3,0.2,1.3,1.4l0,0.3h1V6h-1l0,0.3c-0.1,1-0.5,1.2-1,1.2h-4.2V2.7H308.4z\"/></g><g><g><radialGradient id=\"SVGID_1_\" cx=\"26.9871\" cy=\"25.4294\" r=\"25.2867\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" style=\"stop-color:#FFFFFF\"/><stop offset=\"0.5149\" style=\"stop-color:#FDFDFD\"/><stop offset=\"0.7003\" style=\"stop-color:#F6F6F6\"/><stop offset=\"0.8325\" style=\"stop-color:#EBEBEB\"/><stop offset=\"0.9387\" style=\"stop-color:#DADADA\"/><stop offset=\"1\" style=\"stop-color:#CCCCCC\"/></radialGradient><path class=\"st1\" d=\"M27,50.7C13,50.7,1.7,39.4,1.7,25.4C1.7,11.5,13,0.1,27,0.1c13.9,0,25.3,11.3,25.3,25.3C52.3,39.4,40.9,50.7,27,50.7z\"/></g><g><path class=\"st2\" d=\"M27,50.7C13,50.7,1.7,39.4,1.7,25.4C1.7,11.5,13,0.1,27,0.1c13.9,0,25.3,11.3,25.3,25.3C52.3,39.4,40.9,50.7,27,50.7z M27,0.5c-13.8,0-25,11.2-25,25c0,13.8,11.2,25,25,25c13.8,0,25-11.2,25-25C51.9,11.7,40.7,0.5,27,0.5z\"/></g><path class=\"st3\" d=\"M52.1,24.9c0,0.1-0.4,0.5-0.9,0.8c0,0,0,0,0,0c-0.6,0.4-1.6,0.7-2.7,1c-1.2,0.3-2.6,0.6-4.2,0.8c-1.6,0.2-3.4,0.4-5.3,0.6c0,0,0,0,0,0c-2.4,0.2-4,0.3-5.9,0.4c-2.1,0.1-4.2,0.1-6.4,0.1c0,0.3,0,0.6,0,0.8c0,2,0,3.8,0,5.6c0.1,9.6,0.1,9.6,0.4,15.5c13.9,0,25.1-11.2,25.1-25.1C52.1,25.4,52.1,25.1,52.1,24.9z\"/><g><path d=\"M26.6,29.5c0,2,0,3.8,0,5.6c4,3.8,4,3.8,5.7,5.5c0.4-3.2,0.7-7,0.7-11.2c0-0.3,0-0.6,0-0.8c-2.5,0.1-4.2,0.1-6.4,0.1C26.6,28.9,26.6,29.2,26.6,29.5z\"/><path d=\"M35.8,44.8c-0.9-1.4-1.7-2.4-3.5-4.3c-0.9,6.1-2.4,9.9-4.3,10c0.2,0,0.4,0,0.6,0c0.2,0,0.4,0,0.6-0.1C31.9,50.2,34.1,48.2,35.8,44.8z\"/><path d=\"M38.6,34.6c0,0-1.4,7.5-2.8,10.3c0.8,1.5,0.8,2.1,0.5,3.1c2.4-1.9,4.4-4.6,5.8-8.1C41.3,38,40.7,37.1,38.6,34.6z\"/><path d=\"M31.5,50.2C32,50.1,32,50,33,49.8l0.6-0.2c1.9-0.6,2.2-0.9,2.8-1.7c-1.7,1.2-3.4,2-5.4,2.3L31.5,50.2z\"/><path d=\"M42.6,44c3.6-4.1,5.8-9.9,5.8-16.5c0-0.3,0-0.6,0-0.8c-1.2,0.3-2.6,0.6-4.2,0.8c0,0.3,0,0.6,0,0.8c0,4.3-0.7,8.2-2.1,11.5C43,41.7,43,42.6,42.6,44z\"/><path d=\"M39,28.1c-2.4,0.2-4,0.3-5.9,0.4c3.4,3.6,4.2,4.4,5.6,6.1c0.2-1.8,0.3-3.7,0.3-5.6C39,28.7,39,28.4,39,28.1z\"/></g><path d=\"M21.5,1.6c1.4-0.6,2.7-1.2,5.5-1.3l0,0C25.1,0.5,23.2,1,21.5,1.6\"/><g><path class=\"st4\" d=\"M43.8,27.5c-1.3-0.2-2.4-2.4-1.8-4.6c-1.8,1.3-3.9-1.3-3.6-3.8c0.2-1.3,1-2.4,2.5-1.9c-0.6-2-1.3-4-2.2-5.8c-1.3,0.2-2.7,0.3-4.2,0.4c1.3,2,0,3.9-1.8,3.6c-1.4-0.2-2.6-1.6-2.3-3.3c-1.1,0.8-3.4,0.5-3.6-1.9c-0.1,5.1-0.1,11.6-0.1,18.4c6.7,0.1,14.5-0.6,17.6-1.1c0,0,0,0,0,0C44.1,27.5,43.9,27.5,43.8,27.5z\"/></g><g><path class=\"st4\" d=\"M10.8,32.5c1.9-0.7,4.2,2.5,3.4,4.7c-0.4,1-1.4,1.3-2.4,0.7c0.6,1.9,1.3,3.6,2.1,5.1c1.3,0.2,2.8,0.3,4.4,0.5c-1.3-1.6-0.3-2.9,1.5-2.8c1.5,0.1,3.5,1.3,3,3c1.3-0.6,3.6-0.1,3.9,1.6c-0.1-3.8-0.1-9.3-0.1-15.8c0-0.3,0-0.5,0-0.8c-2.1,0-4.3-0.1-6.4-0.2c-4.5-0.2-7.6-0.4-11.4-1.1c0,0,0,0,0,0C10.7,28,11.3,30.9,10.8,32.5z\"/></g><path class=\"st4\" d=\"M38.9,9.4L38.9,9.4L38.9,9.4C38.9,9.4,38.9,9.4,38.9,9.4L38.9,9.4C38.9,9.4,38.9,9.4,38.9,9.4c0.3,0,0.5-0.1,0.7-0.1c1.4-0.3,4.7-1,4.7-2c0,0,1.3,1.3,2.2,3.1c0.1,0.2,0.2,0.4,0.3,0.7c0.1,0.3,0.2,0.7,0.2,0.9c0,0.5-0.4,0.6-0.7,0.4c0,0-0.1,0-0.1,0c-1.3-0.6-1.7-1.8-2-2.3c-0.7,0.2-1.7,0.7-2.6,0.9c-0.1,0-0.3,0.1-0.4,0.1c1.1,1.8,2.1,3.8,2.8,5.9c1.3-1.3,3.2,1.1,3.3,3.4c0.1,1.4-0.6,2.6-1.8,2.1c1,1.9,0.7,4.6-1.2,5.2C43.9,21.4,42.9,16,38.9,9.4L38.9,9.4L38.9,9.4\"/><path class=\"st4\" d=\"M38.9,9.4L38.9,9.4L38.9,9.4L38.9,9.4L38.9,9.4c-3.2-4.9-5.7-6.7-9-7.9c-0.6-0.3-2.8-1.1-3-1.1l0,0l0,0c0.6,0.8,1.7,1.3,2,1.4c-0.1,0.3,0,0.9,1,1.7c0.2,0.1,0.3,0.2,0.5,0.3c1.6,0.9,2,0.2,2.1-0.1c0,0,0,0,0,0C33,4,34,4.7,35.1,6c0.6,0.7,1.2,1.4,1.6,2c-1,0.1-2.3,0.2-3.7,0.3c-0.1-1.6-1.2-2.4-2-2.7c-1.6-0.6-2.1,1.3-1.4,2.6c-1.3-0.7-2.7-0.1-3,1.9C31.7,10.1,35.1,9.9,38.9,9.4L38.9,9.4L38.9,9.4\"/><path class=\"st4\" d=\"M39.2,4.8c0,0,0-0.1,0-0.2c0-0.1,0.1-0.1,0.1-0.1s0-0.1,0.1-0.1c0.3-0.1,1-0.2,3.1,1.2c-4.4-3.4-9-4.8-13-5.2c-0.6-0.1-1.6-0.1-1.6-0.1c1.3,0.1,2.1,0.4,2.3,0.5c0.2,0.1,0.3,0.1,0.4,0.2c0,0,0,0,0,0c0.3,0,0.5,0.1,0.9,0.2c0.4,0.1,1,0.4,1.6,0.6c0.6,0.3,1.4,0.9,1.4,1.2c-0.1,0.1-0.2,0.1-0.6,0c1.5,1.1,3.6,3.1,4.9,4.5c0.9-0.2,2.2-0.3,2.8-0.5C41.5,7.1,39.6,5.7,39.2,4.8z\"/><path class=\"st4\" d=\"M13.6,44.4c-2.2-0.4-3.4-0.7-4.2-1.1c-0.1-0.1-0.2-0.1-0.2-0.1c0,0-1.2-1.2-2.3-2.6c-0.8-1-1.4-2.1-1.5-2.2c0,0,0.2,0,0.3,0c1.1,0.4,2.9,3.5,2.9,3.5c0.7,0.3,1.6,0.5,2.7,0.7c-1-1.6-1.9-3.3-2.6-5.2c-1.6,0.8-3.6-3.3-2.9-5.1C6,31.9,6.4,31.2,7.4,32c-0.8-1.8-0.6-4.6,1.3-4.6C8.8,33.5,9.7,38.7,13.6,44.4\"/><path class=\"st4\" d=\"M26.7,45.6c-0.2,0.9-1.4,1.7-3.2,1c0.8,1.1,0.1,2-1.3,1.7c-1.1-0.2-2.4-1.1-2.5-2c-1.4-0.1-2.6-0.2-3.7-0.4c1.1,1.2,2.2,2.2,3.5,3c0.2-0.1,0.4,0,1.1,0.2c1,0.3,1.9,0.8,2.8,1.1c0,0-0.2,0-0.2,0c-0.7-0.1-0.9-0.2-1.3-0.2c-1.9-0.4-5.1-1.4-8.3-5.7h0h0l0,0c3.9,0.6,7.7,0.9,13.1,0.9C26.7,45.4,26.7,45.5,26.7,45.6\"/><path class=\"st3\" d=\"M26.9,0.3c-13.5,0-24.8,11-25.1,24.6l0,0c0,0,0.1,0.3,0.7,0.6v0v0c0.5,0.3,1.3,0.7,2.3,1c1.3,0.3,2.6,0.6,3.9,0.8l0,0c3.8,0.6,6.9,0.9,11.4,1.1c2.1,0.1,4.3,0.2,6.4,0.2c0-1.3,0-8.6,0-15.6c0-0.9,0-1.9,0-2.8C26.8,5.6,26.8,0.9,26.9,0.3L26.9,0.3z\"/><path d=\"M39,47.5c-1.4,0.8-1.7,0.8-3.6,1.6c-0.5,0.2-1,0.3-1.6,0.5c3.4-0.9,8-4.7,8.8-5.6c-0.4,0.9-0.7,1.5-1.7,2.3C40.6,46.5,39.4,47.3,39,47.5z\"/><path d=\"M4.9,26.5c-1-0.3-1.8-0.6-2.3-1C2.8,16.5,7.9,8.4,15.2,4c-1.7,1.5-2.5,2.5-3.4,4.6C7.7,13.3,5.1,19.7,4.9,26.5\"/><path d=\"M15.3,4c1.8-1.3,2.9-2.3,5.8-3c2-0.5,3.8-0.7,5.9-0.7l0,0C22.7,0.5,18.7,1.9,15.3,4\"/><path d=\"M13.9,28c-1.8-0.2-3.6-0.4-5.1-0.7c0.1-4.6,1.1-8.9,2.7-12.8c0.6,2.5,1.2,3.9,3,6.9C14.1,23.6,13.9,25.8,13.9,28\"/><path d=\"M26.7,10.2c0,2.8,0,5.6-0.1,7.8c0,2.2,0,3.8,0,4.1c-2.5-2.6-3.8-4-5.6-6.3c1.2-7.8,3.4-14,5.9-15.4l0,0l0,0C26.8,1,26.8,5.5,26.7,10.2z\"/><g><path d=\"M17.9,9.9c-1.6,3.3-2.8,7.3-3.4,11.6c1.5,2.3,2.5,3.6,5.5,7c0-4.5,0.4-8.8,1-12.8C19.2,13.2,18.6,12,17.9,9.9z\"/></g><path class=\"st5\" d=\"M51.1,25.7c0,0.3,0,0.6,0,0.8c0,8.9-4.3,16.3-11.1,20.4L39.9,47c3.2-2,7.2-5.3,9.8-10.7c2.7-5.4,2.4-11.4,2.4-11.4C52,25.1,51.6,25.4,51.1,25.7z\"/><g><path d=\"M21.5,1.6c-3.7,1.4-7,3.9-9.6,7c-0.7,2.3-0.7,3.6-0.4,6c1.6-3.8,3.9-7.1,6.6-9.6C18.9,3.6,19.4,2.7,21.5,1.6z\"/></g><path d=\"M17.9,9.9c-0.5-2.1-0.5-3.1,0.2-4.9c2.6-2.4,5.6-4.2,8.9-4.7C23.4,1.2,20.2,4.9,17.9,9.9\"/></g></svg>";
2
+ export declare const LIGHT_LOGO = "<svg title=\"umd logo\" aria-hidden=\"true\" width=\"313\" height=\"52\" viewBox=\"0 0 313 52\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M195.434 3.8999C195.434 5.1999 196.922 6.1999 198.51 7.1999C200.494 8.3999 202.676 9.7999 202.478 12.1999C202.478 14.5999 200.394 16.3999 197.617 16.3999C196.866 16.3999 195.938 16.1316 195.252 15.9334L195.136 15.8999C194.938 15.7999 194.64 15.6999 194.541 15.6999C194.442 15.6999 194.343 15.6999 194.343 15.7999L194.244 15.9999H193.45L192.855 11.8999H193.847L193.946 12.0999C194.343 13.8999 195.732 15.0999 197.418 15.0999C198.807 15.0999 200.196 14.2999 200.196 12.6999C200.196 11.3645 198.842 10.484 197.253 9.45092L197.021 9.2999C195.136 8.0999 193.053 6.6999 193.053 4.4999C193.053 2.3999 194.839 0.899902 197.319 0.899902C198.51 0.899902 199.105 1.0999 199.601 1.2999C199.663 1.32077 199.721 1.34165 199.776 1.36161C199.986 1.43729 200.159 1.4999 200.394 1.4999C200.437 1.4999 200.461 1.4999 200.482 1.49227C200.512 1.48191 200.536 1.45748 200.593 1.3999L200.692 1.2999H201.486L201.982 4.7999H201.089L200.99 4.5999C200.394 3.0999 199.105 2.0999 197.617 2.0999C196.327 2.0999 195.434 2.7999 195.434 3.8999ZM183.926 12.9999L182.14 11.1999C181.79 10.8862 181.486 10.5879 181.203 10.311C180.765 9.88171 180.38 9.50385 179.958 9.1999C181.644 8.4999 182.636 7.0999 182.636 5.3999C182.636 2.6999 180.255 1.0999 176.287 1.0999C174.799 1.0999 174.402 1.0999 173.41 1.1999H172.815C171.922 1.2999 171.029 1.2999 170.533 1.2999H170.235V2.2999H171.029C172.219 2.2999 172.418 2.5999 172.418 3.7999V13.3999C172.418 14.7999 172.021 14.9999 170.93 14.9999H170.235V15.9999H177.18V14.9999H176.386C175.196 14.9999 174.898 14.6999 174.898 13.5999V10.0999H175.791H176.981H177.279C177.874 10.4999 178.668 11.1999 179.462 11.9999L180.95 13.4999C182.835 15.3999 183.926 16.2999 187.2 16.2999H188.192H188.49V15.2999H188.192C186.605 15.0999 185.315 14.4999 183.926 12.9999ZM174.898 2.0999H175.692C178.569 2.0999 179.858 3.1999 179.858 5.5999C179.858 7.9999 178.569 9.0999 175.989 9.0999H175.394H174.898V2.0999ZM75.1944 2.1999H75.4921C77.0794 2.2999 77.377 2.4999 77.377 4.5999V9.8999C77.377 13.6999 74.6984 14.4999 72.5158 14.4999C69.4404 14.4999 67.6547 12.8999 67.6547 9.8999V3.5999C67.6547 2.4999 67.9523 2.1999 69.1428 2.1999H69.6388V1.1999H63.2895V2.1999H63.5872C65.0753 2.1999 65.2737 2.3999 65.2737 3.5999V10.1999C65.2737 13.8999 67.9523 16.1999 72.119 16.1999C77.2778 16.1999 79.0635 12.8999 79.0635 10.0999V4.0999C79.0635 2.7999 79.4604 2.2999 80.8493 2.2999H81.1469V1.2999H75.1944V2.1999ZM99.8971 2.2999H100.195C101.98 2.2999 102.08 2.5999 102.08 3.6999V11.9999L91.8613 1.1999H87.893V2.1999H88.1906C88.8851 2.1999 89.3811 2.3999 89.778 2.5999V13.6999C89.778 14.4999 89.5795 14.8999 88.1906 14.8999H87.7938V15.8999H93.6471V14.8999H93.3494C91.5637 14.8999 91.3653 14.5999 91.3653 13.1999V4.1999L102.477 15.9999L102.576 16.0999H103.568V3.0999C103.568 2.4999 103.568 2.1999 105.354 2.1999H105.651V1.1999H99.7979V2.2999H99.8971ZM113.092 2.1999H112.794V1.2999H118.846V2.2999H118.548C117.258 2.2999 116.961 2.3999 116.961 3.7999V13.3999C116.961 14.5999 117.159 14.8999 118.548 14.8999H118.846V15.8999H112.794V14.8999H113.092C114.282 14.7999 114.481 14.5999 114.481 13.1999V3.4999C114.481 2.4999 114.282 2.2999 113.092 2.1999ZM136.306 2.2999H136.604C138.39 2.2999 138.39 2.6999 138.39 2.9999C138.39 3.2999 138.29 3.6999 137.993 4.2999L134.719 12.8999L130.949 3.3999C130.792 3.00346 130.822 2.85849 130.841 2.76559L130.841 2.76551C130.846 2.74128 130.85 2.72059 130.85 2.6999C131.048 2.3999 131.644 2.2999 132.834 2.1999H133.132V1.1999H126.286V2.1999H126.584C127.774 2.1999 127.973 2.3999 128.568 3.7999L133.529 16.2999H135.017L139.779 3.9999C140.275 2.6999 140.771 2.1999 141.862 2.1999H142.16V1.1999H136.306V2.2999ZM158.529 14.5999C159.819 14.5999 160.215 14.1999 160.811 12.1999L161.108 11.8999H162.1L161.703 15.8999H149.104V14.8999H149.997C151.584 14.8999 151.783 14.4999 151.783 13.2999V3.6999C151.783 2.5999 151.584 2.1999 150.295 2.1999H149.501V1.1999H160.91L161.108 4.9999H160.116V4.6999C159.819 2.7999 159.322 2.5999 158.727 2.5999H154.263V7.5999H158.033C158.529 7.5999 158.926 7.49991 159.025 6.1999V5.8999H160.017V10.8999H159.025V10.5999C158.826 9.09991 158.43 9.09991 157.735 9.09991H154.164V13.5999C154.164 14.4999 154.362 14.5999 155.057 14.5999H158.529ZM211.506 2.1999H211.803C212.994 2.2999 213.192 2.4999 213.192 3.4999V13.1999C213.192 14.5999 212.994 14.7999 211.803 14.8999H211.506V15.8999H217.557V14.8999H217.26C215.871 14.8999 215.672 14.5999 215.672 13.3999V3.7999C215.672 2.3999 215.97 2.2999 217.26 2.2999H217.557V1.2999H211.506V2.1999ZM239.185 1.0999V0.899902H240.177L240.772 5.1999H239.78V4.9999C239.383 2.8999 238.986 2.6999 238.391 2.6999H234.72V13.6999C234.72 14.6999 234.919 15.0999 236.208 15.0999H237.3V16.0999H229.562V15.0999H230.653C231.942 15.0999 232.141 14.6999 232.141 13.6999V2.6999H228.47C227.875 2.6999 227.478 2.8999 227.081 4.9999V5.1999H226.089L226.486 0.899902H227.478V1.0999C227.577 1.1999 227.776 1.1999 227.875 1.1999H238.788C239.085 1.1999 239.185 1.0999 239.185 1.0999ZM258.232 2.2999C259.125 2.2999 259.324 2.4999 259.423 2.5999C259.423 2.61364 259.425 2.62926 259.427 2.64754V2.64762V2.64771V2.64783C259.441 2.76275 259.467 2.98274 259.125 3.4999L256.149 8.5999L252.776 3.3999C252.379 2.7999 252.379 2.6999 252.478 2.5999C252.478 2.4999 252.677 2.3999 253.768 2.3999H254.066V1.3999H247.518V2.3999H247.816C249.105 2.3999 249.601 2.5999 250.693 4.3999L254.661 10.6999V13.7999C254.661 14.6999 254.463 15.0999 253.173 15.0999H252.478V16.0999H259.324V15.0999H258.729C257.439 15.0999 257.24 14.6999 257.24 13.6999V10.3999L261.01 4.0999C261.606 3.0999 262.201 2.4999 263.59 2.3999H263.887V1.3999H258.232V2.2999ZM275.891 8.8999C275.891 4.2999 279.463 0.899902 284.423 0.899902C289.086 0.899902 292.658 4.0999 292.658 8.1999C292.658 12.7999 289.086 16.2999 284.324 16.2999C279.562 16.2999 275.891 13.0999 275.891 8.8999ZM289.979 8.8999C289.979 4.7999 287.4 1.9999 283.828 1.9999C279.959 1.9999 278.57 5.6999 278.57 8.0999C278.57 12.0999 281.249 15.0999 284.82 15.0999C288.392 15.0999 289.979 11.8999 289.979 8.8999ZM305.753 2.5999C306.943 2.5999 307.34 2.9999 307.34 4.1999V4.4999H308.332V1.1999H297.618V2.1999H297.916C299.205 2.1999 299.304 2.5999 299.304 3.9999V12.8999C299.304 14.6999 299.106 14.7999 297.916 14.7999H297.618V15.7999H303.67V14.7999H303.372C301.785 14.7999 301.685 14.3999 301.685 13.2999V8.7999H305.555C306.447 8.7999 306.844 8.9999 306.844 10.1999V10.4999H307.836V5.8999H306.844V6.1999C306.745 7.1999 306.348 7.3999 305.852 7.3999H301.685V2.5999H305.753ZM120.433 34.8999H112.596L116.465 24.2999L120.433 34.8999ZM121.227 36.8999L124.302 45.1999C124.328 45.2661 124.356 45.334 124.385 45.404C124.574 45.8623 124.798 46.4058 124.798 47.0999C124.798 48.3999 123.806 48.6999 121.227 48.6999H120.036V49.5999H132.536V48.6999C130.255 48.6999 129.263 48.1999 128.37 45.7999L118.945 20.3999H114.977L115.374 21.3999L107.04 44.1999C105.555 48.1908 105.058 48.6976 102.1 48.6999C98.8012 48.6996 98.5059 48.6669 98.2106 44.4999L96.7225 23.6999C96.628 22.1759 97.4336 22.1035 99.3966 21.9272L99.3967 21.9272C99.4945 21.9184 99.5952 21.9094 99.6987 21.8999V21.0999H93.0518L82.139 44.1999L71.1269 21.0999H64.1824V21.8999C67.0594 21.9999 67.1586 22.8999 66.9602 25.8999L65.8689 43.7999C65.6705 47.9999 65.2737 48.6999 61.9006 48.6999V49.5999H71.4246V48.6999C69.3412 48.5999 67.6547 48.0999 67.7539 45.7999L69.0436 25.0999H69.1428L80.7501 49.5999H81.7422L93.151 25.0999H93.2502L94.5399 45.6999C94.7384 48.0999 92.655 48.6999 90.4724 48.6999V49.5999L102.08 49.5999H112.596V48.6999H111.901C109.421 48.6999 108.231 48.1999 108.231 46.9999C108.231 46.5648 108.544 45.7092 108.829 44.9285L108.829 44.9284C108.937 44.6325 109.042 44.3473 109.123 44.0999L111.802 36.8999H121.227ZM143.052 21.4999C142.16 21.4999 141.564 21.4999 140.771 21.5999H140.671V36.6999C141.763 36.7999 142.457 36.7999 143.548 36.7999C148.608 36.7999 151.981 34.5999 151.981 29.0999C151.981 24.7999 150.096 21.4999 143.052 21.4999ZM141.689 37.6415C141.367 37.6196 141.079 37.5999 140.771 37.5999V45.3999C140.771 48.0999 141.862 48.7999 144.441 48.7999H145.533V49.6999H132.636V48.7999H133.429C136.108 48.7999 137.1 48.0999 137.1 44.9999V25.6999C137.1 22.7999 136.406 21.9999 133.727 21.9999H132.735V21.0999C133.478 21.0999 135.002 21.0072 136.494 20.9165C137.194 20.874 137.887 20.8318 138.489 20.7999C140.374 20.6999 141.267 20.6999 144.243 20.6999C152.676 20.6999 156.445 24.1999 156.445 28.8999C156.445 32.2999 154.164 35.1999 150.394 36.2999C152.08 37.6999 153.469 38.9999 155.553 41.0999L159.124 44.6999C161.803 47.3999 164.581 49.0999 168.053 49.2999V50.0999C160.017 50.4999 158.033 48.7999 153.965 44.6999L150.989 41.6999C148.906 39.6999 147.318 38.2999 146.227 37.5999C145.136 37.6999 144.342 37.6999 143.152 37.6999H143.152C142.545 37.6999 142.091 37.669 141.689 37.6415ZM183.529 25.2999C185.017 22.7999 184.124 21.9999 181.247 21.9999V21.0999H191.466L204.66 21.0999V21.9999H202.974C199.998 21.9999 199.204 22.2999 199.204 25.1999V46.2999C199.204 47.4999 199.7 47.9999 200.99 47.9999H207.637C210.315 47.9999 211.109 46.8999 213.986 42.8999H214.78L211.407 49.5999H191.069V48.6999H192.557C194.64 48.6999 195.434 47.9999 195.434 45.6999V25.3999C195.434 22.9999 194.74 21.9999 191.863 21.9999L191.466 21.9999C188.39 22.1999 187.101 23.4999 185.811 25.5999L178.271 38.3999V45.2999C178.271 47.6999 179.164 48.6999 181.942 48.6999H182.537V49.5999H170.037V48.6999H170.93C173.807 48.6999 174.6 47.5999 174.6 45.3999V38.8999L166.465 26.1999C164.283 22.6999 163.192 21.9999 160.215 21.8999V20.9999H172.319V21.8999C168.747 21.8999 168.549 22.7999 169.839 24.8999L177.18 36.1999L183.529 25.2999ZM232.24 34.8999H224.403L228.272 24.2999L232.24 34.8999ZM233.034 36.8999L236.109 45.1999C236.135 45.2661 236.163 45.334 236.192 45.4039C236.381 45.8622 236.605 46.4058 236.605 47.0999C236.605 48.3999 235.613 48.6999 233.034 48.6999H231.843V49.5999H244.343L244.343 49.4999H254.859V48.5999C250.99 48.5999 250.296 47.8999 250.296 44.5999V24.9999L273.808 49.8999V49.9999H274.999V24.3999C274.999 22.5999 275.792 21.9999 279.165 21.9999V21.0999H268.55V21.9999C272.221 22.0999 273.014 22.5999 273.014 25.3999V43.5999L251.586 21.0999H244.443V21.9999C246.129 21.9999 247.22 22.3999 248.312 23.0999V45.4999C248.312 47.5999 247.32 48.5999 244.542 48.5999H244.343L244.343 48.6999C242.062 48.6999 241.07 48.1999 240.177 45.7999L230.653 20.3999H226.684L227.081 21.3999L218.748 44.1999C217.26 48.1999 216.764 48.6999 213.788 48.6999V49.5999H224.304V48.6999H223.609C221.129 48.6999 219.938 48.1999 219.938 46.9999C219.938 46.5649 220.251 45.7093 220.537 44.9286L220.537 44.9281C220.645 44.6322 220.749 44.3472 220.831 44.0999L223.51 36.8999H233.034ZM288.575 21.6409L288.575 21.6409C289.239 21.5819 290.161 21.4999 291.368 21.4999C297.717 21.4999 300.991 23.0999 303.074 25.1999C305.753 27.8999 306.745 31.6999 306.745 34.9999C306.745 39.6999 304.662 43.1999 302.975 44.8999C300.197 47.6999 297.618 48.5999 291.467 48.5999C287.896 48.5999 287.697 47.9999 287.697 46.0999V21.6999C287.911 21.6999 288.202 21.674 288.575 21.6409ZM283.927 45.3999C283.927 48.0999 282.836 48.6999 280.356 48.6999H279.562V49.5999H294.146C305.654 49.5999 311.011 41.2999 311.011 34.3999C311.011 26.7999 305.753 20.6999 293.65 20.6999C291.269 20.6999 288.491 20.6999 286.011 20.7999C283.53 20.8999 281.249 20.9999 279.562 21.0999V21.8999H280.455C283.134 21.8999 283.927 22.5999 283.927 25.5999V45.3999Z\" fill=\"black\"/><path d=\"M26.8805 50.6C12.9915 50.6 1.78101 39.3 1.78101 25.3C1.78101 11.4 12.9915 0 26.8805 0C40.6704 0 51.9801 11.3 51.9801 25.3C51.9801 39.3 40.6704 50.6 26.8805 50.6Z\" fill=\"url(#paint0_radial_2897_2890)\"/><path d=\"M26.8805 50.6C12.9915 50.6 1.78101 39.3 1.78101 25.3C1.78101 11.4 12.9915 0 26.8805 0C40.6704 0 51.9801 11.3 51.9801 25.3C51.9801 39.3 40.6704 50.6 26.8805 50.6ZM26.8805 0.4C13.1899 0.4 2.07863 11.6 2.07863 25.4C2.07863 39.2 13.1899 50.4 26.8805 50.4C40.5712 50.4 51.6824 39.2 51.6824 25.4C51.5832 11.6 40.472 0.4 26.8805 0.4Z\" fill=\"#CCCCCC\"/><path d=\"M51.7817 24.8C51.7817 24.9 51.3849 25.3 50.8889 25.6C50.2936 26 49.3015 26.3 48.2103 26.6C47.0198 26.9 45.6309 27.2 44.0435 27.4C42.4562 27.6 40.6705 27.8 38.7855 28C36.4046 28.2 34.8172 28.3 32.9323 28.4C30.8489 28.5 28.7656 28.5 26.583 28.5C26.583 28.8 26.583 29.1 26.583 29.3C26.583 31.3 26.583 33.1 26.583 34.9C26.6822 44.5 26.6822 44.5 26.9798 50.4C40.7697 50.4 51.8809 39.2 51.8809 25.3C51.7817 25.3 51.7817 25 51.7817 24.8Z\" fill=\"#FFD520\"/><path d=\"M26.4836 29.4C26.4836 31.4 26.4836 33.2 26.4836 35C30.4519 38.8 30.4519 38.8 32.1385 40.5C32.5353 37.3 32.8329 33.5 32.8329 29.3C32.8329 29 32.8329 28.7 32.8329 28.5C30.3527 28.6 28.6662 28.6 26.4836 28.6C26.4836 28.8 26.4836 29.1 26.4836 29.4Z\" fill=\"black\"/><path d=\"M35.6108 44.7C34.7179 43.3 33.9242 42.3 32.1385 40.4C31.2456 46.5 29.7575 50.3 27.8726 50.4C28.071 50.4 28.2694 50.4 28.4678 50.4C28.6662 50.4 28.8646 50.4 29.0631 50.3C31.7417 50.1 33.9242 48.1 35.6108 44.7Z\" fill=\"black\"/><path d=\"M38.3887 34.5C38.3887 34.5 36.9997 42 35.6108 44.8C36.4045 46.3 36.4045 46.9 36.1069 47.9C38.4879 46 40.472 43.3 41.8609 39.8C41.0673 37.9 40.472 37 38.3887 34.5Z\" fill=\"black\"/><path d=\"M31.3449 50.1C31.841 50 31.841 49.9 32.833 49.7L33.4283 49.5C35.3132 48.9 35.6108 48.6 36.2061 47.8C34.5196 49 32.833 49.8 30.8489 50.1H31.3449Z\" fill=\"black\"/><path d=\"M42.3569 43.9C45.9284 39.8 48.1109 34 48.1109 27.4C48.1109 27.1 48.1109 26.8 48.1109 26.6C46.9204 26.9 45.5315 27.2 43.9442 27.4C43.9442 27.7 43.9442 28 43.9442 28.2C43.9442 32.5 43.2497 36.4 41.8608 39.7C42.7537 41.6 42.7537 42.5 42.3569 43.9Z\" fill=\"black\"/><path d=\"M38.7854 28C36.4044 28.2 34.8171 28.3 32.9321 28.4C36.3052 32 37.0988 32.8 38.4878 34.5C38.6862 32.7 38.7854 30.8 38.7854 28.9C38.7854 28.6 38.7854 28.3 38.7854 28Z\" fill=\"black\"/><path d=\"M21.4241 1.50001C22.813 0.900012 24.1027 0.300012 26.8805 0.200012C24.9955 0.400012 23.1106 0.900012 21.4241 1.50001Z\" fill=\"black\"/><path d=\"M43.5475 27.4C42.2578 27.2 41.1665 25 41.7618 22.8C39.976 24.1 37.8927 21.5 38.1903 19C38.3887 17.7 39.1824 16.6 40.6705 17.1C40.0752 15.1 39.3808 13.1 38.4879 11.3C37.1982 11.5 35.8093 11.6 34.3212 11.7C35.6109 13.7 34.3212 15.6 32.5355 15.3C31.1466 15.1 29.9561 13.7 30.2537 12C29.1624 12.8 26.8806 12.5 26.6822 10.1C26.583 15.2 26.583 21.7 26.583 28.5C33.2299 28.6 40.9681 27.9 44.0435 27.4C43.8451 27.4 43.6467 27.4 43.5475 27.4Z\" fill=\"#E03A3E\"/><path d=\"M10.8089 32.4C12.6938 31.7 14.9756 34.9 14.1819 37.1C13.7851 38.1 12.793 38.4 11.8009 37.8C12.3962 39.7 13.0906 41.4 13.8843 42.9C15.174 43.1 16.6621 43.2 18.2494 43.4C16.9597 41.8 17.9518 40.5 19.7375 40.6C21.2257 40.7 23.2098 41.9 22.7138 43.6C24.0035 43 26.2852 43.5 26.5829 45.2C26.4837 41.4 26.4837 35.9 26.4837 29.4C26.4837 29.1 26.4837 28.9 26.4837 28.6C24.4003 28.6 22.2177 28.5 20.1344 28.4C15.67 28.2 12.5946 28 8.82471 27.3C10.7097 27.9 11.3049 30.8 10.8089 32.4Z\" fill=\"#E03A3E\"/><path d=\"M38.6863 9.30001C38.9839 9.30001 39.1823 9.20001 39.3807 9.20001C40.7696 8.90001 44.0435 8.20001 44.0435 7.20001C44.0435 7.20001 45.3332 8.50001 46.2261 10.3C46.3253 10.5 46.4245 10.7 46.5237 11C46.6229 11.3 46.7221 11.7 46.7221 11.9C46.7221 12.4 46.3253 12.5 46.0276 12.3H45.9284C44.6387 11.7 44.2419 10.5 43.9443 10C43.2498 10.2 42.2578 10.7 41.3649 10.9C41.2657 10.9 41.0673 11 40.9681 11C42.0593 12.8 43.0514 14.8 43.7459 16.9C45.0356 15.6 46.9205 18 47.0197 20.3C47.1189 21.7 46.4245 22.9 45.234 22.4C46.2261 24.3 45.9284 27 44.0435 27.6C43.6467 21.3 42.6546 15.9 38.6863 9.30001Z\" fill=\"#E03A3E\"/><path d=\"M38.6862 9.29999C35.5115 4.39999 33.0313 2.59999 29.7575 1.39999C29.1622 1.09999 26.9797 0.299988 26.7813 0.299988C27.3765 1.09999 28.4678 1.59999 28.7654 1.69999C28.6662 1.99999 28.7654 2.59999 29.7575 3.39999C29.9559 3.49999 30.0551 3.59999 30.2535 3.69999C31.8409 4.59999 32.2377 3.89999 32.3369 3.59999C32.8329 3.89999 33.825 4.59999 34.9163 5.89999C35.5115 6.59999 36.1068 7.29999 36.5036 7.89999C35.5115 7.99999 34.2218 8.09999 32.8329 8.19999C32.7337 6.59999 31.6424 5.79999 30.8488 5.49999C29.2615 4.89999 28.7654 6.79999 29.4599 8.09999C28.1702 7.39999 26.7813 7.99999 26.4836 9.99999C31.5432 9.99999 34.9163 9.79999 38.6862 9.29999Z\" fill=\"#E03A3E\"/><path d=\"M38.9839 4.70001C38.9839 4.70001 38.9839 4.60001 38.9839 4.50001C38.9839 4.40001 39.0831 4.40001 39.0831 4.40001C39.0831 4.40001 39.0831 4.30001 39.1823 4.30001C39.4799 4.20001 40.1744 4.10001 42.2577 5.50001C37.8926 2.10001 33.3291 0.700012 29.3608 0.300012C28.7655 0.200012 27.7734 0.200012 27.7734 0.200012C29.0631 0.300012 29.8568 0.600012 30.0552 0.700012C30.2536 0.800012 30.3528 0.800012 30.452 0.900012C30.7497 0.900012 30.9481 1.00001 31.3449 1.10001C31.7417 1.20001 32.337 1.50001 32.9322 1.70001C33.5275 2.00001 34.3211 2.60001 34.3211 2.90001C34.2219 3.00001 34.1227 3.00001 33.7259 2.90001C35.214 4.00001 37.2974 6.00001 38.5871 7.40001C39.4799 7.20001 40.7696 7.10001 41.3649 6.90001C41.2657 7.00001 39.3807 5.60001 38.9839 4.70001Z\" fill=\"#E03A3E\"/><path d=\"M13.5867 44.3C11.4041 43.9 10.2136 43.6 9.41996 43.2C9.32076 43.1 9.22155 43.1 9.22155 43.1C9.22155 43.1 8.03106 41.9 6.93977 40.5C6.14611 39.5 5.55087 38.4 5.45166 38.3C5.45166 38.3 5.65008 38.3 5.74928 38.3C6.84057 38.7 8.6263 41.8 8.6263 41.8C9.32076 42.1 10.2136 42.3 11.3049 42.5C10.3128 40.9 9.41996 39.2 8.72551 37.3C7.13819 38.1 5.15404 34 5.84849 32.2C6.04691 31.8 6.44374 31.1 7.43581 31.9C6.64215 30.1 6.84057 27.3 8.72551 27.3C8.82472 33.4 9.71759 38.6 13.5867 44.3Z\" fill=\"#E03A3E\"/><path d=\"M26.5829 45.5C26.3845 46.4 25.194 47.2 23.4082 46.5C24.2019 47.6 23.5074 48.5 22.1185 48.2C21.0272 48 19.7375 47.1 19.6383 46.2C18.2494 46.1 17.0589 46 15.9677 45.8C17.0589 47 18.1502 48 19.4399 48.8C19.6383 48.7 19.8367 48.8 20.5312 49C21.5233 49.3 22.4161 49.8 23.309 50.1H23.1106C22.4161 50 22.2177 49.9 21.8209 49.9C19.936 49.5 16.7613 48.5 13.5867 44.2C17.4558 44.8 21.2257 45.1 26.5829 45.1C26.5829 45.3 26.5829 45.4 26.5829 45.5Z\" fill=\"#E03A3E\"/><path d=\"M26.7812 0.200012C13.3882 0.200012 2.17775 11.2 1.88013 24.8C1.88013 24.8 1.97933 25.1 2.57458 25.4C3.07062 25.7 3.86428 26.1 4.85636 26.4C6.14605 26.7 7.43575 27 8.72545 27.2C12.4953 27.8 15.5708 28.1 20.0351 28.3C22.1185 28.4 24.301 28.5 26.3844 28.5C26.3844 27.2 26.3844 19.9 26.3844 12.9C26.3844 12 26.3844 11 26.3844 10.1C26.682 5.50001 26.682 0.800012 26.7812 0.200012Z\" fill=\"#FFD520\"/><path d=\"M38.7855 47.4C37.3966 48.2 37.099 48.2 35.214 49C34.718 49.2 34.222 49.3 33.6267 49.5C36.9998 48.6 41.5633 44.8 42.357 43.9C41.9601 44.8 41.6625 45.4 40.6705 46.2C40.3728 46.4 39.1823 47.2 38.7855 47.4Z\" fill=\"black\"/><path d=\"M4.9556 26.4C3.96353 26.1 3.16987 25.8 2.67383 25.4C2.87224 16.4 7.93183 8.30002 15.174 3.90002C13.4875 5.40002 12.6938 6.40002 11.8009 8.50002C7.73342 13.2 5.15402 19.6 4.9556 26.4Z\" fill=\"black\"/><path d=\"M15.2732 3.90001C17.0589 2.60001 18.1502 1.60001 21.0272 0.900012C23.0114 0.400012 24.7971 0.200012 26.8805 0.200012C22.6146 0.400012 18.6463 1.80001 15.2732 3.90001Z\" fill=\"black\"/><path d=\"M13.8843 27.9C12.0986 27.7 10.3128 27.5 8.82471 27.2C8.92391 22.6 9.91599 18.3 11.5033 14.4C12.0986 16.9 12.6938 18.3 14.4795 21.3C14.0827 23.5 13.8843 25.7 13.8843 27.9Z\" fill=\"black\"/><path d=\"M26.5828 10.1C26.5828 12.9 26.5828 15.7 26.4836 17.9C26.4836 20.1 26.4836 21.7 26.4836 22C24.0034 19.4 22.7137 18 20.928 15.7C22.1185 7.89999 24.301 1.69999 26.7812 0.299988C26.682 0.899988 26.682 5.39999 26.5828 10.1Z\" fill=\"black\"/><path d=\"M17.8526 9.79999C16.2652 13.1 15.0747 17.1 14.4795 21.4C15.9676 23.7 16.9597 25 19.9359 28.4C19.9359 23.9 20.3327 19.6 20.928 15.6C19.1422 13.1 18.547 11.9 17.8526 9.79999Z\" fill=\"black\"/><path d=\"M50.7895 25.6C50.7895 25.9 50.7895 26.2 50.7895 26.4C50.7895 35.3 46.5235 42.7 39.7774 46.8L39.6782 46.9C42.8529 44.9 46.8212 41.6 49.4006 36.2C52.0792 30.8 51.7815 24.8 51.7815 24.8C51.6823 25 51.2855 25.3 50.7895 25.6Z\" fill=\"black\"/><path d=\"M21.4241 1.5C17.7534 2.9 14.4796 5.4 11.9002 8.5C11.2057 10.8 11.2057 12.1 11.5034 14.5C13.0907 10.7 15.3725 7.4 18.0511 4.9C18.8447 3.5 19.3408 2.6 21.4241 1.5Z\" fill=\"black\"/><path d=\"M17.8525 9.80001C17.3565 7.70001 17.3565 6.70001 18.051 4.90001C20.6304 2.50001 23.6066 0.700012 26.8804 0.200012C23.309 1.10001 20.1343 4.80001 17.8525 9.80001Z\" fill=\"black\"/><defs><radialGradient id=\"paint0_radial_2897_2890\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(26.8677 25.3294) scale(25.0863 25.2867)\"><stop stop-color=\"white\"/><stop offset=\"0.5149\" stop-color=\"#FDFDFD\"/><stop offset=\"0.7003\" stop-color=\"#F6F6F6\"/><stop offset=\"0.8325\" stop-color=\"#EBEBEB\"/><stop offset=\"0.9387\" stop-color=\"#DADADA\"/><stop offset=\"1\" stop-color=\"#CCCCCC\"/></radialGradient></defs></svg>";
3
+ export declare const CAMPAIGN_LOGO = "<svg title=\"umd campaign logo\" aria-hidden=\"true\" width=\"160\" height=\"67\" viewBox=\"0 0 160 67\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M145.98 30.3L150.78 0H5.93L0 37.41H38.31L33.63 66.93H153.93L159.74 30.3H145.98Z\" fill=\"white\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M109 30.09H107.87L107.88 30.07C104.48 30.07 102.52 28.16 103.04 24.74L103.6 21.28H108.44L107.95 24.46C107.83 25.3 108.01 25.73 108.63 25.73C109.21 25.73 109.49 25.29 109.64 24.37L109.77 23.6C109.98 22.3 109.73 21.71 108.78 20.48L107.3 18.57C105.45 16.23 104.86 14.44 105.23 12.16L105.38 11.21C105.88 8.13002 107.55 6.52002 110.97 6.52002H112.09C115.79 6.52002 117.12 8.40002 116.65 11.3L116.24 13.86H111.51L111.88 11.49C111.97 10.87 111.82 10.5 111.2 10.5C110.64 10.5 110.49 10.83 110.4 11.45L110.31 12.16C110.16 13.15 110.34 13.58 111.11 14.66L112.68 16.64C114.74 19.26 115.52 21.05 115.15 23.33L114.96 24.51C114.37 28.13 112.64 30.1 109 30.09ZM22.25 11.5801L23.02 6.83008H13.52H13.51L9.87 29.7901H14.81L16.3 20.3501H19.82L20.62 15.4701H17.09L17.72 11.5801H22.25ZM25.91 6.84008H25.9L25.91 6.83008V6.83987L25.91 6.83984H35.32L34.58 11.5898H30.11L29.49 15.5098H33.1L32.33 20.3898H28.69L27.98 24.9498H32.64L31.87 29.7898H22.28L25.91 6.84008ZM55.46 20.3999H55.4501L56.1 20.3899C56.81 20.3899 56.9601 20.7299 56.8101 21.5699L55.8 28.0799C55.65 29.0099 55.8 29.5599 55.9501 29.7999H60.85L60.8801 29.6499C60.75 29.2799 60.66 28.8499 60.82 27.9499L62 20.5499C62.28 18.6999 61.2701 17.7699 60.5201 17.4099C61.7201 16.9999 62.71 15.9699 63.0201 13.9299L63.51 10.8999C63.94 8.24986 62.3301 6.85986 60.09 6.85986H52.69L49.05 29.8199H53.9901L55.4701 20.4099L55.46 20.3999ZM56.9901 10.7899H57.67C58.29 10.7899 58.47 11.1299 58.35 11.8399L57.8601 14.9599C57.7701 15.7599 57.4501 16.0799 56.87 16.0799H56.16L57 10.8099H56.9901V10.7899ZM47.0299 6.83008L46.56 29.7901H41.7999L41.95 26.4301H39.6699L38.83 29.7901H34.45L40.9199 6.83008H47.0299ZM42.5099 14.9301L40.79 21.9001H42.1699L42.5099 14.9301ZM46.47 37.4399L42.83 60.4099H47.77L49.25 50.9599H52.78L53.58 46.0899H50.05L50.67 42.1999H55.21L55.98 37.4399H46.48H46.47ZM135.51 21.0098L134.15 29.7998H129.19L130.58 21.0698L129.25 6.83984H134.07L134.09 14.4598L136.5 6.83984H141.06L135.51 21.0098ZM126.75 24.9198H122.69L125.55 6.83984H120.61L116.97 29.7998H125.98L126.75 24.9198ZM73.38 24.9198H69.31L72.18 6.83984H67.24L63.6 29.7998H72.61L73.38 24.9198ZM94.5101 30.09H93.3801L93.3901 30.07C89.9901 30.07 88.0301 28.16 88.5501 24.74L89.1101 21.28H93.9501L93.4601 24.46C93.34 25.3 93.5201 25.73 94.1401 25.73C94.7201 25.73 95.0001 25.29 95.1501 24.37L95.2801 23.6C95.4901 22.3 95.2401 21.71 94.2901 20.48L92.8101 18.57C90.9601 16.23 90.37 14.44 90.7401 12.16L90.8901 11.21C91.3901 8.13002 93.0601 6.52002 96.4801 6.52002H97.6001C101.3 6.52002 102.63 8.40002 102.16 11.3L101.75 13.86H97.0201L97.3901 11.49C97.48 10.87 97.3301 10.5 96.7101 10.5C96.1501 10.5 96.0001 10.83 95.9101 11.45L95.8201 12.16C95.6701 13.15 95.8501 13.58 96.6201 14.66L98.1901 16.64C100.25 19.26 101.03 21.05 100.66 23.33L100.47 24.51C99.8801 28.13 98.1501 30.1 94.5101 30.09ZM66.8599 37.4102H62.0799C59.5799 38.1402 58.4799 40.3702 57.9699 43.6102L56.2699 54.3202C55.6499 58.4302 57.5999 60.7302 61.4799 60.7302H62.3999C65.7999 60.7302 67.7099 58.4502 68.3599 54.4702L70.0799 43.6102C70.5599 40.4102 69.4799 38.1502 66.8599 37.4102ZM63.1199 54.9102C63.0299 55.4902 62.7799 55.9902 62.1099 55.9902C61.4399 55.9902 61.2499 55.5002 61.3399 54.8702L63.1899 43.0902C63.3399 42.2302 63.5599 41.8002 64.2399 41.8002C64.9199 41.8002 65.1399 42.2702 65.0099 43.0902L63.1199 54.9102ZM109.45 60.3902H105.07H105.06L111.54 37.4302H117.65L117.18 60.3902H112.42L112.57 57.0302H110.29L109.45 60.3902ZM111.42 52.4902H112.8L113.14 45.5202L111.42 52.4902ZM87.78 11.6099L88.51 6.85986H79.11L75.47 29.7999H85.06L85.84 24.9599H81.17L81.88 20.3999H85.52L86.29 15.5199H82.68L83.3 11.6099H87.78ZM99.56 51.6502L102.59 37.4302H107.47L101.3 60.3902H95.68L96.39 47.9202L93.71 60.3902H87.97L88.44 37.4302H93.43L92.48 51.3502L95.72 37.4302H100.33L99.56 51.6502ZM145.86 37.4399H139.11L135.47 60.3999H143.14C146.07 60.3999 147.4 58.6799 147.96 55.0299L149.94 42.6199C150.52 38.9499 148.71 37.4399 145.87 37.4399H145.86ZM142.95 54.5599C142.76 55.6399 142.58 55.9799 141.77 55.9799H141.06L143.34 41.6999H144.09C144.74 41.6999 144.89 42.1699 144.77 42.9899L142.95 54.5599ZM123.92 37.46H131.32L131.33 37.47C133.57 37.47 135.18 38.86 134.75 41.51L134.26 44.54C133.95 46.58 132.96 47.62 131.76 48.02C132.51 48.38 133.52 49.31 133.24 51.16L132.06 58.56C131.9 59.46 131.99 59.89 132.12 60.26L132.09 60.41H127.19C127.04 60.17 126.89 59.62 127.04 58.69L128.05 52.18C128.2 51.34 128.05 51 127.34 51L126.69 51.01H126.7L125.22 60.42H120.28L123.92 37.46ZM128.13 46.68C128.71 46.68 129.03 46.37 129.12 45.57L129.61 42.45C129.73 41.74 129.55 41.4 128.93 41.4L128.25 41.41H128.26L127.42 46.68H128.13ZM81.8599 37.4399H74.4599L70.8199 60.3999H75.7599L77.2399 50.9799H77.2299L77.8799 50.9699C78.5899 50.9699 78.7399 51.3099 78.5899 52.1499L77.5799 58.6599C77.4299 59.5799 77.5799 60.1399 77.7299 60.3799H82.6299L82.6499 60.2299C82.52 59.8599 82.4299 59.4299 82.5899 58.5299L83.7699 51.1299C84.0499 49.2799 83.0299 48.3599 82.2899 47.9899C83.4899 47.5799 84.4799 46.5499 84.7899 44.5099L85.2799 41.4799C85.7099 38.8299 84.0999 37.4399 81.8599 37.4399ZM79.66 45.5499C79.57 46.3499 79.2499 46.6699 78.6699 46.6699H77.9599L78.7999 41.3999H78.7899L79.4699 41.3899C80.09 41.3899 80.27 41.7299 80.1499 42.4399L79.66 45.5599V45.5499ZM79.11 6.85984H79.1L79.11 6.83984V6.85984Z\" fill=\"#231F20\"/></svg>";
4
+ export declare const CAMPAIGN_LOGO_DARK = "<svg id=\"campaign_logo_dark\" data-name=\"Campaign Logo\" aria-hidden=\"true\" width=\"160\" height=\"67\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 160 67\"><defs><style>.cls-1 {fill: none;}.cls-2 {clip-path: url(#clippath);}.cls-3 {fill: #fff;}.cls-4 {fill: #231f20;}</style><clipPath id=\"clippath\"><rect class=\"cls-1\" width=\"159.74\" height=\"66.95\"/></clipPath></defs><g class=\"cls-2\"><g><path class=\"cls-4\" d=\"m145.95,30.28l4.81-30.28H5.94L0,37.42h38.32l-4.7,29.53h120.29l5.82-36.67h-13.79Z\"/><path class=\"cls-3\" d=\"m22.24,11.57l.79-4.73h-9.5l-3.64,22.95h4.92l1.5-9.43h3.53l.79-4.88h-3.53l.64-3.91h4.51Z\"/><path class=\"cls-3\" d=\"m32.31,20.4l.79-4.88h-3.61l.6-3.91h4.47l.75-4.77h-9.39l-3.64,22.95h9.58l.79-4.85h-4.66l.71-4.55h3.61Z\"/><path class=\"cls-3\" d=\"m55.45,20.4h.64c.71,0,.86.34.71,1.16l-1.01,6.5c-.15.94,0,1.47.15,1.73h4.92v-.15c-.11-.38-.19-.79-.04-1.69l1.16-7.4c.26-1.84-.75-2.78-1.47-3.16,1.2-.41,2.18-1.43,2.48-3.49l.49-3.04c.41-2.63-1.16-4.06-3.42-4.06h-7.4l-3.64,22.95h4.96l1.47-9.43v.08Zm1.54-9.62h.68c.64,0,.79.34.68,1.05l-.49,3.12c-.08.79-.41,1.13-.98,1.13h-.71l.83-5.26v-.04Z\"/><path class=\"cls-3\" d=\"m46.55,29.79l.45-22.95h-6.12l-6.46,22.95h4.4l.83-3.34h2.29l-.15,3.34h4.77Zm-5.75-7.89l1.73-6.99-.34,6.99h-1.39Z\"/><path class=\"cls-3\" d=\"m46.47,37.46l-3.64,22.95h4.96l1.47-9.43h3.53l.79-4.88h-3.53l.64-3.91h4.55l.75-4.73h-9.5Z\"/><path class=\"cls-3\" d=\"m134.16,29.79l1.35-8.79,5.56-14.16h-4.58l-2.4,7.63-.04-7.63h-4.81l1.35,14.24-1.39,8.72h4.96Z\"/><path class=\"cls-3\" d=\"m126.75,24.91h-4.06l2.86-18.07h-4.96l-3.64,22.95h9.02l.79-4.88Z\"/><path class=\"cls-3\" d=\"m107.86,30.09h1.13c3.64,0,5.37-1.95,5.97-5.56l.19-1.16c.38-2.29-.41-4.06-2.48-6.69l-1.58-1.99c-.79-1.09-.94-1.5-.79-2.48l.07-.71c.08-.64.23-.94.79-.94.64,0,.79.38.68.98l-.38,2.37h4.73l.41-2.55c.45-2.89-.86-4.77-4.55-4.77h-1.13c-3.42,0-5.11,1.62-5.6,4.7l-.15.94c-.38,2.29.22,4.06,2.07,6.42l1.46,1.92c.94,1.24,1.2,1.84.98,3.12l-.11.79c-.15.94-.41,1.35-1.01,1.35-.64,0-.79-.41-.68-1.28l.49-3.19h-4.85l-.56,3.46c-.53,3.42,1.43,5.33,4.85,5.33l.04-.04Z\"/><path class=\"cls-3\" d=\"m73.37,24.91h-4.06l2.86-18.07h-4.92l-3.64,22.95h9.02l.75-4.88Z\"/><path class=\"cls-3\" d=\"m93.36,30.09h1.13c3.64,0,5.37-1.95,5.97-5.56l.19-1.16c.38-2.29-.41-4.06-2.48-6.69l-1.58-1.99c-.79-1.09-.94-1.5-.79-2.48l.08-.71c.08-.64.23-.94.79-.94.64,0,.79.38.68.98l-.38,2.37h4.73l.41-2.55c.45-2.89-.86-4.77-4.55-4.77h-1.13c-3.42,0-5.11,1.62-5.6,4.7l-.15.94c-.38,2.29.23,4.06,2.07,6.42l1.47,1.92c.94,1.24,1.2,1.84.98,3.12l-.11.79c-.15.94-.41,1.35-1.01,1.35-.64,0-.79-.41-.68-1.28l.49-3.19h-4.85l-.56,3.46c-.53,3.42,1.43,5.33,4.85,5.33l.04-.04Z\"/><path class=\"cls-3\" d=\"m66.87,37.42h-4.77c-2.48.71-3.61,2.97-4.09,6.2l-1.69,10.71c-.64,4.09,1.31,6.42,5.22,6.42h.94c3.38,0,5.3-2.29,5.97-6.27l1.73-10.86c.49-3.19-.6-5.45-3.23-6.2h-.08Zm-3.76,17.51c-.08.6-.34,1.09-1.01,1.09s-.86-.49-.79-1.13l1.84-11.8c.15-.86.38-1.28,1.05-1.28s.9.45.79,1.28l-1.88,11.83Z\"/><path class=\"cls-3\" d=\"m105.08,60.37h4.4l.83-3.34h2.29l-.15,3.34h4.77l.45-22.95h-6.12l-6.46,22.95Zm7.74-7.89h-1.39l1.73-6.95-.34,6.95Z\"/><path class=\"cls-3\" d=\"m87.76,11.61l.75-4.77h-9.39l-3.64,22.95h9.58l.79-4.85h-4.66l.71-4.55h3.61l.79-4.88h-3.61l.6-3.91h4.47Z\"/><path class=\"cls-3\" d=\"m102.6,37.42l-3.04,14.24.79-14.24h-4.62l-3.23,13.94.94-13.94h-5l-.49,22.95h5.75l2.7-12.44-.71,12.44h5.6l6.2-22.95h-4.88Z\"/><path class=\"cls-3\" d=\"m145.84,37.46h-6.76l-3.64,22.95h7.66c2.93,0,4.24-1.73,4.81-5.37l1.99-12.4c.6-3.68-1.24-5.18-4.06-5.18Zm-2.93,17.13c-.19,1.09-.38,1.43-1.16,1.43h-.71l2.29-14.28h.75c.64,0,.79.45.68,1.28l-1.84,11.57Z\"/><path class=\"cls-3\" d=\"m131.3,37.46h-7.4l-3.64,22.95h4.96l1.47-9.43h.64c.71,0,.86.34.71,1.16l-1.01,6.5c-.15.94,0,1.47.15,1.73h4.92v-.15c-.11-.38-.19-.79-.04-1.69l1.16-7.4c.26-1.84-.75-2.78-1.46-3.16,1.2-.41,2.18-1.43,2.48-3.49l.49-3.04c.41-2.63-1.17-4.06-3.42-4.06v.08Zm-2.22,8.11c-.07.79-.41,1.13-.98,1.13h-.71l.83-5.26h.68c.64,0,.79.34.68,1.05l-.49,3.12v-.04Z\"/><path class=\"cls-3\" d=\"m81.86,37.46h-7.4l-3.64,22.95h4.96l1.47-9.43h.64c.71,0,.86.34.71,1.16l-1.01,6.5c-.15.94,0,1.47.15,1.73h4.92v-.15c-.11-.38-.19-.79-.04-1.69l1.16-7.4c.26-1.84-.75-2.78-1.47-3.16,1.2-.41,2.18-1.43,2.48-3.49l.49-3.04c.41-2.63-1.16-4.06-3.42-4.06v.08Zm-2.22,8.11c-.08.79-.41,1.13-.98,1.13h-.71l.83-5.26h.68c.64,0,.79.34.68,1.05l-.49,3.12v-.04Z\"/></g></g></svg>";
5
+ export declare const SEAL_WHITE = "\n<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 234 234\"><defs><style>.cls-1 {fill-rule: evenodd;}.cls-1, .cls-2 {fill: #fff;}</style></defs><path class=\"cls-1\" d=\"M87.15,5.58C25.61,22.07-10.91,85.32,5.58,146.85c16.49,61.53,79.74,98.05,141.27,81.56,61.53-16.49,98.05-79.74,81.56-141.27C211.93,25.61,148.68-10.91,87.15,5.58ZM4.62,147.11C-12.01,85.04,24.82,21.25,86.89,4.62c62.07-16.63,125.86,20.2,142.49,82.27,16.63,62.07-20.21,125.87-82.27,142.5-62.06,16.63-125.87-20.2-142.5-82.27Z\"/><path class=\"cls-2\" d=\"M143,211.71c-1.07.29-1.7,1.42-1.4,2.54.3,1.11,1.41,1.78,2.48,1.49,1.08-.29,1.7-1.42,1.4-2.53s-1.41-1.78-2.48-1.49Z\"/><path class=\"cls-2\" d=\"M146.47,14.43l-.48,2-3.99-.95-2.37,9.91-2.49-.6,2.37-9.91-4.01-.96.48-2,10.49,2.51Z\"/><path class=\"cls-2\" d=\"M160.4,19.64l-4.53,11.38-2.38-.95,4.53-11.38,2.38.95ZM157.4,23.86l-.76,1.91-7.45-2.96.76-1.91,7.45,2.96ZM153,16.7l-4.53,11.38-2.38-.95,4.53-11.38,2.38.95Z\"/><path class=\"cls-2\" d=\"M159.15,32.69l6.11-10.62,7.96,4.58-1.03,1.78-5.74-3.3-1.52,2.64,4.52,2.6-.98,1.71-4.52-2.6-1.55,2.7,5.97,3.43-1.03,1.78-8.19-4.71h0Z\"/><path class=\"cls-2\" d=\"M188.4,41.25l-4.96-4.36-2.06,2.34,3.92,3.44-1.36,1.55-3.92-3.44-3.31,3.77-1.92-1.69,8.08-9.21,6.89,6.04-1.36,1.55Z\"/><path class=\"cls-2\" d=\"M186.81,51.44l4.28,4.83-1.54,1.37-5.98-6.75,9.17-8.12,1.7,1.92-7.63,6.75Z\"/><path class=\"cls-2\" d=\"M197.09,68.58l-1.48-2.2,1.91-2.51-2.62-3.89-3.05.82-1.46-2.17,12.66-3.13,1.71,2.54-7.66,10.55ZM196.78,59.39l1.98,2.94,3.44-4.46-5.42,1.52Z\"/><path class=\"cls-2\" d=\"M200.01,74.84c-.49-1.01-.7-2.01-.63-2.99.07-.98.43-1.89,1.07-2.72.64-.83,1.56-1.54,2.75-2.12,1.18-.57,2.3-.85,3.37-.81,1.07.03,2.03.35,2.88.94.85.6,1.54,1.43,2.07,2.51.58,1.19.83,2.26.74,3.21s-.48,1.86-1.19,2.75l-1.96-1.69c.5-.47.79-.98.87-1.55.08-.57-.04-1.16-.34-1.78-.3-.62-.71-1.09-1.23-1.4-.52-.31-1.12-.46-1.8-.43-.68.03-1.43.24-2.24.64-.83.4-1.48.86-1.94,1.38-.46.51-.72,1.07-.78,1.67-.06.6.08,1.24.4,1.92.18.37.39.69.63.96.24.27.51.48.8.63.29.15.61.22.95.22s.7-.09,1.06-.27l.25-.12-1.4-2.89,1.68-.82,2.37,4.87-5.81,2.82-.79-1.62,2.32-1.33-.09.54c-.85.11-1.63-.05-2.32-.47-.7-.43-1.27-1.11-1.72-2.04h0Z\"/><path class=\"cls-2\" d=\"M216.97,83.36c.34,1.06.45,2.05.34,2.97-.11.92-.43,1.78-.97,2.57l-2.01-.86c.46-.68.74-1.35.85-2.01.11-.66.04-1.37-.2-2.13-.16-.5-.35-.88-.59-1.16-.23-.28-.48-.47-.74-.54-.26-.08-.52-.08-.78,0-.32.1-.55.31-.68.63-.14.32-.18.8-.13,1.44l.2,2.33c.11,1.24-.01,2.19-.36,2.85-.35.67-.94,1.13-1.75,1.39-.77.24-1.49.26-2.16.03-.68-.22-1.27-.65-1.79-1.28-.52-.63-.93-1.4-1.23-2.33-.26-.81-.4-1.59-.42-2.33-.02-.74.05-1.43.22-2.07.17-.64.43-1.21.76-1.71l2.09.85c-.29.39-.52.84-.68,1.33-.17.5-.25,1.02-.26,1.59,0,.57.08,1.13.26,1.7.15.48.34.88.56,1.17.22.3.46.5.72.61.26.1.54.11.83.02.31-.1.53-.29.69-.56.15-.28.2-.71.14-1.3l-.23-2.54c-.05-.74-.02-1.39.08-1.96.11-.57.33-1.06.67-1.44.34-.39.79-.67,1.37-.86.7-.22,1.38-.23,2.05-.03s1.29.61,1.84,1.21c.55.61.99,1.41,1.31,2.42h0Z\"/><path class=\"cls-2\" d=\"M221.17,103.16l-12.08,2.01-.42-2.53,12.08-2.01.42,2.53ZM219.86,95.31l-12.08,2.01-.42-2.53,12.08-2.01.42,2.53ZM216.01,102.78l-2.03.34-1.31-7.91,2.03-.34,1.31,7.91Z\"/><path class=\"cls-2\" d=\"M221.64,110.86l-12.23.65-.14-2.56,12.23-.65.14,2.56Z\"/><path class=\"cls-2\" d=\"M221.57,121.04c-.05.94-.24,1.74-.59,2.39-.35.65-.82,1.15-1.43,1.48-.61.34-1.32.48-2.15.44-.83-.04-1.53-.25-2.1-.65-.57-.39-1-.93-1.28-1.61-.28-.68-.4-1.49-.36-2.43l.12-2.58-4.34-.21.12-2.56,12.23.59-.25,5.14h0ZM215.71,120.36c-.04.77.1,1.35.41,1.75.31.4.78.61,1.41.65.64.03,1.13-.14,1.47-.51.34-.37.53-.93.57-1.7l.1-2.19-3.86-.18-.1,2.19h0Z\"/><path class=\"cls-2\" d=\"M217,146.83l-7.18-1.88c-1.61-.42-2.72-1.17-3.3-2.24-.58-1.07-.66-2.43-.23-4.09.43-1.65,1.16-2.8,2.2-3.45,1.03-.65,2.36-.76,3.97-.34l7.18,1.88-.65,2.48-7.07-1.85c-.99-.26-1.79-.24-2.38.06-.59.3-1,.89-1.23,1.76-.23.87-.16,1.58.21,2.13.37.54,1.05.95,2.04,1.21l7.07,1.85-.65,2.5h0Z\"/><path class=\"cls-2\" d=\"M211.12,161.48l-11.25-4.85,1.16-2.69,8.31-1.09,2.26-.18v-.02s-1.97-.77-1.97-.77l-6.51-2.81.91-2.11,11.25,4.85-1.15,2.68-8.29,1.09-2.28.17v.03s1.96.77,1.96.77l6.51,2.81-.91,2.11Z\"/><path class=\"cls-2\" d=\"M207.35,168.2l-10.64-6.07,1.27-2.22,10.64,6.07-1.27,2.22Z\"/><path class=\"cls-2\" d=\"M198.58,181.16l-7.35-10.76,1.74-2.43,12.55,3.51-1.58,2.2-7.84-2.45-2.37-.84,1.54,1.96,4.83,6.67-1.54,2.14h0Z\"/><path class=\"cls-2\" d=\"M187.04,175.77l8.89,8.42-6.31,6.67-1.5-1.42,4.55-4.81-2.21-2.09-3.58,3.79-1.43-1.35,3.58-3.79-2.26-2.14-4.73,5-1.5-1.42,6.49-6.86h0Z\"/><path class=\"cls-2\" d=\"M181.91,197.45c-1.08.87-2.14,1.29-3.18,1.26-1.04-.03-1.91-.48-2.61-1.35-.75-.94-1.02-1.9-.8-2.89.22-.99.86-1.92,1.93-2.78l.11-.28,2.05-1.65-2.94-3.66,1.97-1.58,7.68,9.54-4.21,3.38ZM178.63,192.9c-.56.45-.89.9-.98,1.35-.09.45.05.91.43,1.38.38.47.8.71,1.26.72.46,0,.96-.22,1.52-.67l2.01-1.61-2.23-2.78-2.01,1.61h0ZM177.12,193.42l-6.92-2.27,2.24-1.8,5.92,2.12-1.24,1.95h0Z\"/><path class=\"cls-2\" d=\"M170.6,205.49c-.96.57-1.89.91-2.81,1.01s-1.83-.01-2.72-.36l.38-2.15c.77.29,1.48.41,2.15.36.67-.05,1.35-.28,2.03-.68.45-.27.78-.55,1-.84.22-.29.34-.57.36-.84.02-.27-.04-.52-.18-.76-.17-.29-.43-.46-.77-.52-.34-.06-.82,0-1.44.2l-2.22.73c-1.18.39-2.14.49-2.86.3-.73-.19-1.31-.65-1.75-1.39-.41-.69-.59-1.39-.52-2.1.06-.71.34-1.39.84-2.04.49-.65,1.15-1.22,1.99-1.72.73-.44,1.46-.75,2.17-.94.72-.19,1.41-.27,2.07-.25.66.02,1.27.14,1.83.35l-.36,2.23c-.45-.19-.93-.32-1.45-.36-.52-.05-1.06-.01-1.61.11-.55.12-1.09.34-1.6.64-.43.26-.77.53-1.01.82-.24.28-.38.56-.43.84-.04.28.01.55.17.82.16.28.4.46.7.54.3.08.74.03,1.3-.16l2.42-.8c.71-.22,1.35-.34,1.93-.37.58-.02,1.1.08,1.56.32.45.24.84.62,1.15,1.14.37.63.54,1.29.5,1.99-.04.7-.29,1.39-.76,2.07-.47.67-1.15,1.29-2.05,1.82h0Z\"/><path class=\"cls-2\" d=\"M159.96,210.86l-5.19-11.09,2.32-1.09,5.19,11.1-2.32,1.09Z\"/><path class=\"cls-2\" d=\"M146.2,216.09l-.68-1.95,3.87-1.35-3.36-9.62,2.42-.84,3.36,9.62,3.89-1.36.68,1.95-10.18,3.55h0Z\"/><path class=\"cls-2\" d=\"M132.67,219.09l2.69-8.38-.93-4.49,2.51-.52.93,4.49,5.81,6.62-2.67.56-2.67-3.2-1.3-1.68-.54,2.06-1.18,4-2.65.55h0Z\"/><path class=\"cls-2\" d=\"M117.05,220.33c-1.21.02-2.26-.22-3.15-.71-.89-.49-1.57-1.21-2.07-2.14-.49-.93-.75-2.05-.77-3.37-.02-1.31.2-2.44.66-3.39.46-.95,1.13-1.68,2-2.2.87-.52,1.91-.79,3.12-.81,1.21-.02,2.26.22,3.16.71.89.49,1.58,1.2,2.08,2.14.49.93.75,2.05.77,3.37.02,1.31-.2,2.44-.66,3.39-.46.95-1.13,1.68-2.01,2.2-.88.52-1.92.79-3.13.81ZM117.02,218.23c.69-.01,1.28-.18,1.75-.51.48-.33.84-.81,1.08-1.44.24-.63.36-1.4.34-2.32-.01-.9-.15-1.67-.42-2.29-.26-.63-.64-1.1-1.13-1.41-.49-.31-1.08-.46-1.77-.45-.68.01-1.26.18-1.74.51-.48.33-.84.81-1.08,1.45-.24.63-.36,1.4-.34,2.31.01.91.15,1.68.42,2.3.26.62.64,1.09,1.13,1.4.49.31,1.07.47,1.75.45h0Z\"/><path class=\"cls-2\" d=\"M97.4,216.38l6.54.92.43-3.09-5.16-.72.29-2.04,5.16.72.7-4.96,2.54.36-1.7,12.13-9.08-1.27.29-2.04h0Z\"/><path class=\"cls-2\" d=\"M77.42,212.62l.67-1.94,3.87,1.34,3.34-9.62,2.42.84-3.34,9.62,3.89,1.35-.68,1.95-10.19-3.53h0Z\"/><path class=\"cls-2\" d=\"M71.15,209.72l5.62-10.88,2.27,1.18-5.62,10.88-2.27-1.18ZM67.48,202.16l.95-1.83,7.12,3.68-.95,1.83-7.12-3.68ZM64.08,206.07l5.62-10.88,2.27,1.18-5.62,10.88-2.27-1.18Z\"/><path class=\"cls-2\" d=\"M66.6,193.21l-7.11,9.97-7.48-5.33,1.19-1.68,5.39,3.85,1.77-2.48-4.24-3.03,1.14-1.6,4.24,3.03,1.81-2.54-5.61-4,1.19-1.68,7.69,5.48h0Z\"/><path class=\"cls-2\" d=\"M39.88,186.79c-.76-.81-1.29-1.66-1.58-2.53-.29-.88-.37-1.79-.22-2.74l2.18-.08c-.12.81-.09,1.54.09,2.18.19.65.55,1.26,1.09,1.84.36.38.7.65,1.03.8.33.15.63.22.9.18.27-.04.5-.15.7-.34.24-.23.36-.51.35-.86,0-.35-.18-.8-.5-1.36l-1.18-2.02c-.63-1.07-.92-1.99-.89-2.74.04-.75.36-1.42.99-2,.59-.55,1.24-.86,1.94-.95.71-.08,1.43.05,2.16.39.74.35,1.44.88,2.1,1.59.58.62,1.04,1.26,1.38,1.92.33.66.56,1.31.68,1.97.12.65.13,1.27.04,1.87l-2.25.12c.09-.48.11-.98.05-1.5-.06-.52-.21-1.04-.44-1.55-.24-.52-.56-.99-.96-1.43-.35-.37-.68-.64-1.01-.82-.33-.18-.63-.26-.91-.24-.28.01-.54.13-.76.34-.23.22-.36.49-.38.8-.02.31.12.73.43,1.24l1.29,2.2c.36.64.62,1.25.76,1.81.15.57.15,1.09,0,1.59-.14.49-.43.95-.88,1.36-.54.5-1.15.8-1.84.91-.7.11-1.42,0-2.18-.31-.76-.32-1.5-.86-2.21-1.63h0Z\"/><path class=\"cls-2\" d=\"M28.31,171.82l1.68-1.2,2.39,3.33,8.28-5.93,1.49,2.08-8.28,5.93,2.4,3.35-1.68,1.2-6.28-8.76h0Z\"/><path class=\"cls-2\" d=\"M32.61,154.42l1.28,2.33-2.13,2.33,2.26,4.11,3.11-.54,1.26,2.29-12.89,1.97-1.47-2.68,8.58-9.81h0ZM32.08,163.6l-1.71-3.11-3.83,4.13,5.53-1.03Z\"/><path class=\"cls-2\" d=\"M17.38,149.23l1.91-.77,1.53,3.81,9.45-3.8.95,2.38-9.45,3.8,1.54,3.82-1.91.77-4.02-10Z\"/><path class=\"cls-2\" d=\"M28,142.14l-11.87,3.01-2.26-8.9,2-.51,1.63,6.42,2.95-.75-1.28-5.05,1.91-.48,1.28,5.05,3.02-.77-1.69-6.67,2-.51,2.32,9.15h0Z\"/><path class=\"cls-2\" d=\"M11.76,119.04c-.04-1.21.17-2.26.65-3.16.47-.9,1.17-1.6,2.1-2.11.92-.51,2.04-.79,3.35-.84,1.31-.05,2.44.15,3.4.59.96.44,1.71,1.09,2.24,1.95.54.86.83,1.89.87,3.11.04,1.21-.17,2.27-.65,3.17-.47.9-1.17,1.61-2.09,2.12-.92.51-2.04.79-3.35.84-1.31.05-2.44-.15-3.4-.59-.96-.44-1.71-1.1-2.24-1.96-.54-.87-.83-1.9-.87-3.12h0ZM13.85,118.97c.02.69.21,1.27.54,1.75.34.47.82.82,1.46,1.05.63.23,1.41.33,2.32.3.9-.03,1.66-.19,2.29-.46.62-.28,1.09-.66,1.39-1.15.3-.49.44-1.08.42-1.78-.02-.68-.21-1.25-.54-1.73-.34-.47-.83-.82-1.47-1.05-.64-.23-1.41-.33-2.31-.3-.92.03-1.68.19-2.3.46-.61.28-1.07.66-1.38,1.15-.3.49-.44,1.08-.42,1.76Z\"/><path class=\"cls-2\" d=\"M15.01,99.47l-.68,6.57,3.1.32.54-5.19,2.05.21-.54,5.19,4.98.52-.26,2.55-12.18-1.26.95-9.12,2.05.21Z\"/><path class=\"cls-2\" d=\"M19.52,75.33l11.6,3.93-.74,2.2-6.05-2.05-3.35-1.27v.04s8.34,6.41,8.34,6.41l-.67,1.99h-10.52v.04s3.42,1.02,3.42,1.02l6.05,2.05-.74,2.2-11.6-3.93,1.19-3.51,7.04.05,2.87.15v-.04s-2.33-1.64-2.33-1.64l-5.64-4.22,1.16-3.41h0Z\"/><path class=\"cls-2\" d=\"M37.7,66.6l-1.24,2.34-3.12-.5-2.2,4.15,2.16,2.3-1.23,2.31-8.72-9.69,1.44-2.7,12.91,1.79h0ZM29.73,71.19l1.66-3.13-5.55-.93,3.89,4.06h0Z\"/><path class=\"cls-2\" d=\"M37.96,55.74l7.27.38-1.69,2.33-6.27-.5.69-2.21ZM32.28,53.1c.81-1.12,1.72-1.81,2.73-2.05,1.01-.25,1.96-.04,2.88.62.97.71,1.48,1.57,1.53,2.58.05,1.02-.33,2.08-1.14,3.19l-.03.3-1.55,2.13,3.8,2.76-1.48,2.04-9.91-7.2,3.17-4.37ZM36.64,56.63c.42-.58.62-1.1.59-1.55-.03-.46-.29-.86-.78-1.22-.49-.36-.96-.48-1.4-.36-.44.12-.88.46-1.3,1.04l-1.52,2.09,2.88,2.09,1.52-2.09h0Z\"/><path class=\"cls-2\" d=\"M44.42,39.11l2.59,8.42,3.33,3.15-1.76,1.86-3.33-3.15-8.55-2.11,1.87-1.98,4.02,1.09,2.03.64-.74-2-1.32-3.95,1.86-1.97h0Z\"/><path class=\"cls-2\" d=\"M55.6,42.94l4.99-4.1,1.31,1.59-6.97,5.73-7.78-9.46,1.98-1.63,6.47,7.87h0Z\"/><path class=\"cls-2\" d=\"M73.11,33.28l-2.25,1.4-2.44-2-3.99,2.48.71,3.08-2.22,1.38-2.67-12.76,2.6-1.62,10.26,8.04h0ZM63.91,33.25l3.01-1.87-4.33-3.6,1.32,5.47h0Z\"/><path class=\"cls-2\" d=\"M79.95,16.83l4.88,11.23-2.69,1.17-6.8-4.9-1.77-1.42h-.02s.91,1.92.91,1.92l2.82,6.5-2.11.92-4.88-11.23,2.67-1.16,6.79,4.88,1.78,1.43.03-.02-.91-1.91-2.82-6.5,2.11-.92h0Z\"/><path class=\"cls-2\" d=\"M89.76,13.83c1.85-.49,3.42-.36,4.71.4,1.29.75,2.18,2.08,2.68,3.99.5,1.89.37,3.48-.37,4.78-.74,1.3-2.05,2.19-3.9,2.68l-4.58,1.2-3.12-11.84,4.58-1.2h0ZM92.23,23.74c1.12-.29,1.88-.86,2.27-1.68.39-.82.42-1.88.08-3.16-.34-1.28-.88-2.18-1.62-2.71-.75-.53-1.68-.64-2.81-.35l-1.97.52,2.08,7.9,1.97-.52Z\"/><path class=\"cls-2\" d=\"M131.54,65.56h-43.28l43.28,50.37-43.28,50.37h43.28l43.28-50.37-43.28-50.37Z\"/></svg>";
6
+ //# sourceMappingURL=logos.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logos.d.ts","sourceRoot":"","sources":["../../../source/utilities/assets/logos.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,wuYAAghY,CAAC;AAEviY,eAAO,MAAM,UAAU,szoBAAkpoB,CAAC;AAE1qoB,eAAO,MAAM,aAAa,47KAAk6K,CAAC;AAE77K,eAAO,MAAM,kBAAkB,2zIAAytI,CAAC;AAEzvI,eAAO,MAAM,UAAU,0jWACq2V,CAAC"}
@@ -0,0 +1,8 @@
1
+ export declare const FACEBOOK = "<svg title=\"facebook icon\" id=\"icon_facebook\" aria-hidden=\"true\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.6879 10.4618H8.24862V16.8548C8.24862 16.981 8.35141 17.0833 8.47827 17.0833H11.1245C11.2514 17.0833 11.3542 16.981 11.3542 16.8548V10.4919H13.1484C13.265 10.4919 13.3632 10.4048 13.3765 10.2895L13.649 7.93592C13.6565 7.87117 13.6359 7.80632 13.5923 7.75774C13.5487 7.70912 13.4864 7.68129 13.4209 7.68129H11.3543V6.20594C11.3543 5.7612 11.5949 5.53568 12.0697 5.53568C12.1373 5.53568 13.4209 5.53568 13.4209 5.53568C13.5478 5.53568 13.6506 5.43336 13.6506 5.30718V3.14681C13.6506 3.02059 13.5478 2.91832 13.4209 2.91832H11.5587C11.5456 2.91768 11.5164 2.91663 11.4734 2.91663C11.1503 2.91663 10.0272 2.97974 9.14002 3.79181C8.15704 4.69171 8.32634 5.76656 8.32634 5.95602V7.68124H6.6879C6.56104 7.68124 6.45825 7.78352 6.45825 7.90974V10.2333C6.45825 10.3595 6.56104 10.4618 6.6879 10.4618Z\" fill=\"white\"/></svg>";
2
+ export declare const X = "<svg title=\"x icon\" id=\"icon_x\" aria-hidden=\"true\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.5529 0.916626H14.9808L9.67661 6.97899L15.9166 15.2285H11.03L7.20322 10.2252L2.82453 15.2285H0.395177L6.06855 8.74412L0.083252 0.916626H5.09241L8.55148 5.48982L12.5515 0.916626H12.5529ZM11.7008 13.7753H13.0461L4.36213 2.2935H2.91847L11.7008 13.7753Z\" fill=\"white\"/></svg>";
3
+ export declare const TWITTER = "<svg title=\"twitter icon\" id=\"icon_twitter\" aria-hidden=\"true\" width=\"17\" height=\"17\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 449.96 365.44\"><path d=\"M450,85.66a184.2,184.2,0,0,1-53.11,14.28q30-18,40.55-50.82a181.21,181.21,0,0,1-58.53,22.26q-27.42-29.11-67.39-29.12-38.25,0-65.24,27t-27,65.23a102.63,102.63,0,0,0,2.28,21.13,257,257,0,0,1-106.07-28.4A261.53,261.53,0,0,1,31.4,59.1a90.39,90.39,0,0,0-12.56,46.54,89.83,89.83,0,0,0,11.14,44,92.08,92.08,0,0,0,30,32.83,91.52,91.52,0,0,1-41.69-11.71v1.14q0,33.4,21,58.68a90.75,90.75,0,0,0,53,31.83A95.64,95.64,0,0,1,68,265.52a118.37,118.37,0,0,1-17.42-1.42,92.44,92.44,0,0,0,86.23,63.95Q86.51,367.44,22.27,367.44A195.31,195.31,0,0,1,0,366.3q64.25,41.4,141.61,41.4,49.11,0,92.21-15.56t73.67-41.69a278.82,278.82,0,0,0,52.67-60.09,268,268,0,0,0,33-71A262.06,262.06,0,0,0,404,145.32q0-8-.29-12A193.22,193.22,0,0,0,450,85.66Z\" transform=\"translate(0 -42.26)\"></path></svg>";
4
+ export declare const INSTAGRAM = "<svg title=\"instagram icon\" id=\"icon_instagram\" aria-hidden=\"true\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4.78248 0.13947C3.92906 0.179735 3.34626 0.315929 2.83677 0.51613C2.30947 0.721624 1.86255 0.997381 1.41787 1.44366C0.973189 1.88994 0.699355 2.33719 0.495303 2.86528C0.297828 3.37589 0.164039 3.95916 0.126341 4.81307C0.0886425 5.66697 0.0803007 5.94144 0.0844716 8.11959C0.0886425 10.2977 0.0982676 10.5708 0.139656 11.4264C0.180402 12.2797 0.316116 12.8623 0.516318 13.372C0.722134 13.8993 0.997572 14.346 1.44402 14.7909C1.89046 15.2357 2.33739 15.5089 2.86677 15.7133C3.3769 15.9104 3.96034 16.0448 4.81408 16.0822C5.66783 16.1196 5.94263 16.1283 8.12014 16.1241C10.2977 16.1199 10.5718 16.1103 11.4273 16.0697C12.2828 16.0291 12.8624 15.8924 13.3722 15.6932C13.8995 15.4869 14.3466 15.212 14.7911 14.7653C15.2357 14.3187 15.5093 13.8712 15.7132 13.3428C15.9109 12.8326 16.0451 12.2492 16.0822 11.3961C16.1196 10.54 16.1284 10.2666 16.1242 8.08879C16.12 5.91096 16.1103 5.63793 16.0697 4.78259C16.0291 3.92724 15.8932 3.34637 15.6932 2.8364C15.487 2.30911 15.2119 1.86267 14.7656 1.41751C14.3193 0.972356 13.8715 0.698845 13.3432 0.495436C12.8328 0.297962 12.2496 0.163372 11.3959 0.126476C10.5421 0.0895803 10.2673 0.0801156 8.08902 0.0842865C5.9107 0.0884573 5.63799 0.0977615 4.78248 0.13947ZM4.87617 14.6393C4.09413 14.6053 3.6695 14.4753 3.38652 14.3666C3.01178 14.2222 2.74485 14.0476 2.46283 13.7684C2.18082 13.4891 2.00757 13.2212 1.86126 12.8472C1.75138 12.5643 1.61903 12.1401 1.58246 11.3581C1.54267 10.5128 1.53433 10.2591 1.52968 8.11766C1.52503 5.97625 1.53321 5.72279 1.57027 4.87723C1.60363 4.09584 1.73437 3.67073 1.84298 3.38792C1.98735 3.0127 2.16125 2.74625 2.44118 2.4644C2.72111 2.18254 2.9882 2.00897 3.36246 1.86267C3.64512 1.7523 4.06926 1.62108 4.85098 1.58387C5.69687 1.54376 5.95033 1.53574 8.09143 1.53109C10.2325 1.52644 10.4866 1.53446 11.3328 1.57167C12.1142 1.60568 12.5395 1.73514 12.822 1.84438C13.1969 1.98876 13.4637 2.16217 13.7455 2.44258C14.0274 2.72299 14.2011 2.98912 14.3474 3.36418C14.4579 3.64603 14.5892 4.07001 14.6261 4.85221C14.6663 5.69809 14.6755 5.95171 14.6793 8.09264C14.6832 10.2336 14.6756 10.4878 14.6386 11.3331C14.6044 12.1151 14.4748 12.5399 14.3659 12.8232C14.2215 13.1978 14.0474 13.4648 13.7673 13.7465C13.4873 14.0282 13.2205 14.2018 12.8461 14.3481C12.5637 14.4583 12.1391 14.5899 11.358 14.6271C10.5121 14.6669 10.2587 14.6752 8.11678 14.6798C5.97487 14.6845 5.72221 14.6758 4.87633 14.6393M11.415 3.81736C11.4153 4.00773 11.4721 4.19374 11.5781 4.35186C11.6841 4.50997 11.8347 4.63308 12.0107 4.70563C12.1867 4.77818 12.3803 4.7969 12.567 4.75942C12.7536 4.72194 12.925 4.62996 13.0593 4.49509C13.1937 4.36023 13.2851 4.18854 13.3218 4.00175C13.3586 3.81496 13.3392 3.62146 13.266 3.44571C13.1928 3.26997 13.0692 3.11987 12.9107 3.01441C12.7522 2.90895 12.5659 2.85287 12.3756 2.85325C12.1203 2.85376 11.8758 2.95561 11.6956 3.13641C11.5155 3.3172 11.4145 3.56214 11.415 3.81736ZM3.986 8.11221C3.9905 10.3869 5.83787 12.2267 8.11212 12.2224C10.3864 12.2181 12.2275 10.3709 12.2232 8.09616C12.2188 5.82145 10.371 3.98114 8.0964 3.98563C5.82183 3.99012 3.98167 5.83781 3.986 8.11221ZM5.43073 8.10932C5.42969 7.58052 5.58547 7.06328 5.87839 6.62302C6.17131 6.18275 6.5882 5.83924 7.07635 5.63591C7.56451 5.43258 8.10199 5.37857 8.62084 5.4807C9.13968 5.58284 9.61659 5.83654 9.99126 6.20972C10.3659 6.5829 10.6215 7.05879 10.7257 7.57723C10.8299 8.09567 10.778 8.63336 10.5766 9.12231C10.3752 9.61126 10.0333 10.0295 9.59424 10.3242C9.15514 10.6188 8.63852 10.7767 8.10972 10.7777C7.75859 10.7784 7.41076 10.71 7.08609 10.5763C6.76141 10.4426 6.46626 10.2462 6.21749 9.99844C5.96871 9.75065 5.77119 9.45627 5.63619 9.13214C5.5012 8.808 5.43138 8.46044 5.43073 8.10932Z\" fill=\"white\"/></svg>";
5
+ export declare const YOUTUBE = "<svg title=\"youtube icon\" id=\"icon_youtube\" aria-hidden=\"true\" width=\"18\" height=\"14\" viewBox=\"0 0 18 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.3855 2.87786C17.1839 2.12192 16.5918 1.52786 15.8384 1.32551C14.4727 0.958374 9 0.958374 9 0.958374C9 0.958374 3.52729 0.958374 2.16307 1.32551C1.40966 1.52786 0.817583 2.12192 0.615904 2.87786C0.25 4.24666 0.25 7.10421 0.25 7.10421C0.25 7.10421 0.25 9.96176 0.615904 11.3306C0.817583 12.0865 1.40966 12.6806 2.16307 12.8829C3.52729 13.25 9 13.25 9 13.25C9 13.25 14.4727 13.25 15.8369 12.8829C16.5903 12.6806 17.1824 12.0865 17.3841 11.3306C17.75 9.96176 17.75 7.10421 17.75 7.10421C17.75 7.10421 17.75 4.24666 17.3841 2.87786H17.3855ZM7.24971 9.73772V4.47069L11.7961 7.10421L7.24971 9.73772Z\" fill=\"white\"/></svg>";
6
+ export declare const LINKEDIN = "<svg title=\"linkedin icon\" id=\"icon_linkedin\" aria-hidden=\"true\" width=\"15\" height=\"17\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 69 66\" style=\"enable-background:new 0 0 69 66;\" xml:space=\"preserve\"><path d=\"M14.3,7.2c0,4-3.2,7.2-7.1,7.2c-3.9,0-7.1-3.2-7.1-7.2c0-4,3.2-7.2,7.1-7.2C11.1,0,14.3,3.2,14.3,7.2z M14.4,20.1H0V66h14.4V20.1z M37.3,20.1H23V66h14.3V41.9c0-13.4,17.3-14.5,17.3,0V66H69V36.9c0-22.6-25.7-21.8-31.7-10.7V20.1z\"/></svg>";
7
+ export declare const THREADS = "<svg title=\"threads icon\" id=\"icon_threads\" aria-hidden=\"true\" width=\"15\" height=\"17\" viewBox=\"0 0 15 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.13696 2.35765C3.42917 0.980239 5.30275 0.166656 7.62238 0.166656C11.4355 0.166656 13.964 2.36433 14.7642 5.40984C14.8205 5.62417 14.7893 5.85208 14.6775 6.04343C14.5657 6.23478 14.3825 6.37389 14.1682 6.43016C13.9539 6.48643 13.726 6.45525 13.5346 6.34348C13.3433 6.23171 13.2042 6.04851 13.1479 5.83417C12.5406 3.52623 10.6787 1.83726 7.62154 1.83726C5.71205 1.83726 4.29705 2.49631 3.3565 3.49951C2.4076 4.51189 1.87885 5.94109 1.87885 7.57995V9.45937C1.87885 11.0982 2.4076 12.5274 3.3565 13.539C4.29705 14.5438 5.71205 15.2021 7.62154 15.2021C9.00397 15.2021 10.1007 14.8813 10.9427 14.3626C11.7905 13.8405 12.2959 13.1481 12.4379 12.3537C12.6008 11.4382 12.4003 10.8101 12.0553 10.3565C11.8658 10.1128 11.6358 9.90338 11.3754 9.73753C11.2626 10.3632 11.0613 10.9537 10.7573 11.4165C9.63629 13.1197 7.49291 13.2658 6.07958 12.702C5.31444 12.3971 4.65873 11.5627 4.45492 10.6681C4.3322 10.1552 4.3734 9.6168 4.5727 9.1286C4.79405 8.59734 5.20418 8.14461 5.78806 7.80047C6.36609 7.45883 7.22478 7.30179 8.07595 7.2784C8.58882 7.2642 9.14513 7.29845 9.70478 7.3895C9.58784 6.84655 9.38987 6.44143 9.16685 6.23344C8.76256 5.85756 8.09265 5.59277 7.42107 5.59695C6.77204 5.60196 6.22158 5.85171 5.89247 6.37795C5.77506 6.56581 5.58782 6.69934 5.37196 6.74915C5.1561 6.79897 4.92929 6.76099 4.74143 6.64358C4.55357 6.52616 4.42004 6.33893 4.37023 6.12307C4.32041 5.9072 4.35839 5.68039 4.4758 5.49253C5.17495 4.3749 6.32683 3.9347 7.41021 3.92634C8.47104 3.91883 9.56362 4.32061 10.3054 5.01056C11.0555 5.70887 11.3779 6.85407 11.4614 7.89569C12.1915 8.21394 12.8814 8.68087 13.3868 9.34661C14.0392 10.207 14.3198 11.3162 14.0826 12.6469C13.8404 14.0034 12.9842 15.0676 11.8189 15.7851C10.6762 16.4884 9.26625 16.8727 7.62154 16.8727C5.30275 16.8727 3.42834 16.0591 2.1378 14.6817C0.854775 13.3135 0.208252 11.4541 0.208252 9.45937V7.57995C0.208252 5.58525 0.854775 3.72587 2.1378 2.35765H2.13696ZM9.77996 9.10437C9.23519 8.98648 8.67824 8.93431 8.12105 8.94901C7.3768 8.96905 6.85474 9.11022 6.63672 9.23886C6.31597 9.42847 6.17731 9.62142 6.1155 9.77094C6.04966 9.93861 6.03855 10.1228 6.08376 10.2972C6.18566 10.7449 6.52229 11.0807 6.69854 11.15C7.63909 11.5259 8.81602 11.3271 9.36147 10.4985C9.55777 10.1995 9.71397 9.6966 9.77912 9.10437H9.77996Z\" fill=\"white\"/></svg>";
8
+ //# sourceMappingURL=social.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"social.d.ts","sourceRoot":"","sources":["../../../source/utilities/assets/social.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,6+BAAy9B,CAAC;AAE/+B,eAAO,MAAM,CAAC,kcAA8a,CAAC;AAE7b,eAAO,MAAM,OAAO,m8BAA+6B,CAAC;AAEp8B,eAAO,MAAM,SAAS,0wHAAsvH,CAAC;AAE7wH,eAAO,MAAM,OAAO,syBAAkxB,CAAC;AAEvyB,eAAO,MAAM,QAAQ,qhBAA2f,CAAC;AAEjhB,eAAO,MAAM,OAAO,28EAAm7E,CAAC"}
@@ -0,0 +1,12 @@
1
+ export declare const createVisualFormattedDate: (date: Date) => {
2
+ full: string;
3
+ dayOfWeekLong: string;
4
+ dayOfWeek: string;
5
+ month: string;
6
+ day: string;
7
+ time: string;
8
+ };
9
+ export declare const createDateCompareString: (date: Date) => {
10
+ palindromeTruncated: string;
11
+ };
12
+ //# sourceMappingURL=date.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../source/utilities/date.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,SAAU,IAAI;;;;;;;CA2BnD,CAAC;AAEF,eAAO,MAAM,uBAAuB,SAAU,IAAI;;CAKjD,CAAC"}
@@ -0,0 +1,10 @@
1
+ export * as Accessibility from './accessibility';
2
+ export * as Asset from './assets';
3
+ export * as DateUtility from './date';
4
+ export * as JavascriptEvents from './js-events';
5
+ export * as Markup from './markup';
6
+ export * as Network from './network';
7
+ export * as Performance from './performance';
8
+ export * as Storage from './storage';
9
+ export * as Styles from './styles';
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/utilities/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAClC,OAAO,KAAK,WAAW,MAAM,QAAQ,CAAC;AACtC,OAAO,KAAK,gBAAgB,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const CreateEventSwipe: ({ container, callback, }: {
2
+ container: HTMLElement;
3
+ callback: (arg: boolean) => void;
4
+ }) => void;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/utilities/js-events/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,6BAG1B;IACD,SAAS,EAAE,WAAW,CAAC;IACvB,QAAQ,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;CAClC,SAkCA,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const gif: ({ container }: {
2
+ container: HTMLDivElement | null;
3
+ }) => void;
4
+ export declare const imageFromSvg: ({ SVG }: {
5
+ SVG: string;
6
+ }) => HTMLImageElement;
7
+ //# sourceMappingURL=create.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../source/utilities/markup/create.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,GAAG,kBAAmB;IAAE,SAAS,EAAE,cAAc,GAAG,IAAI,CAAA;CAAE,SA+DtE,CAAC;AAEF,eAAO,MAAM,YAAY,YAAa;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,qBAKpD,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * as create from './create';
2
+ export * as locate from './locate';
3
+ export * as modify from './modify';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/utilities/markup/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const findParent: ({ element, attr, }: {
2
+ element: HTMLElement;
3
+ attr: string;
4
+ }) => HTMLElement;
5
+ //# sourceMappingURL=locate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locate.d.ts","sourceRoot":"","sources":["../../../source/utilities/markup/locate.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,uBAGpB;IACD,OAAO,EAAE,WAAW,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;CACd,gBAwBA,CAAC"}
@@ -0,0 +1,20 @@
1
+ export declare const animationLinkSpan: ({ element, }: {
2
+ element: HTMLElement | HTMLAnchorElement;
3
+ }) => void;
4
+ export declare const truncateText: ({ text, maxTextSize, }: {
5
+ text: string;
6
+ maxTextSize: number;
7
+ }) => string;
8
+ export declare const truncateTextBasedOnSize: ({ text, size, breakpointLarge, breakpointMax, textSizeSmall, textSizeLarge, textSizeMax, }: {
9
+ text: string;
10
+ size: number;
11
+ breakpointLarge?: number;
12
+ breakpointMax?: number;
13
+ textSizeSmall?: number;
14
+ textSizeLarge?: number;
15
+ textSizeMax?: number;
16
+ }) => string;
17
+ export declare const cleanCopy: ({ element }: {
18
+ element: HTMLElement;
19
+ }) => HTMLAnchorElement;
20
+ //# sourceMappingURL=modify.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modify.d.ts","sourceRoot":"","sources":["../../../source/utilities/markup/modify.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,iBAE3B;IACD,OAAO,EAAE,WAAW,GAAG,iBAAiB,CAAC;CAC1C,SAiBA,CAAC;AAEF,eAAO,MAAM,YAAY,2BAGtB;IACD,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB,WAwCA,CAAC;AAEF,eAAO,MAAM,uBAAuB,+FAQjC;IACD,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,WASA,CAAC;AAEF,eAAO,MAAM,SAAS,gBAAiB;IAAE,OAAO,EAAE,WAAW,CAAA;CAAE,sBAa9D,CAAC"}
@@ -0,0 +1,10 @@
1
+ export type VariablesType = {
2
+ related?: string[];
3
+ };
4
+ export declare const FetchGraphQL: ({ query, url, variables, token, }: {
5
+ query: string;
6
+ url: string;
7
+ token: string;
8
+ variables?: VariablesType;
9
+ }) => Promise<any>;
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/utilities/network/index.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,YAAY,sCAKtB;IACD,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,aAAa,CAAC;CAC3B,iBA8BA,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const debounce: <T extends Function>(cb: T, wait?: number) => T;
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/utilities/performance/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,GAAa,CAAC,SAAS,QAAQ,MAAM,CAAC,oBAOjD,CACT,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * as local from './local';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/utilities/storage/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const get: ({ key }: {
2
+ key: string;
3
+ }) => number | null;
4
+ export declare const set: ({ key }: {
5
+ key: string;
6
+ }) => void;
7
+ //# sourceMappingURL=local.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local.d.ts","sourceRoot":"","sources":["../../../source/utilities/storage/local.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,GAAG,YAAa;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,kBAI3C,CAAC;AAEF,eAAO,MAAM,GAAG,YAAa;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,SAG3C,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const shrinkThenRemove: ({ container }: {
2
+ container: HTMLElement;
3
+ }) => void;
4
+ export declare const scrollTo: ({ element, spread, frames, }: {
5
+ element: HTMLElement;
6
+ spread?: number;
7
+ frames?: number;
8
+ }) => void;
9
+ //# sourceMappingURL=animations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../../source/utilities/styles/animations.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,kBAAmB;IAAE,SAAS,EAAE,WAAW,CAAA;CAAE,SAoCzE,CAAC;AAEF,eAAO,MAAM,QAAQ,iCAIlB;IACD,OAAO,EAAE,WAAW,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,SAoCA,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const getResponsiveImageSize: ({ image, parentNode, maxWindowHeight, }: {
2
+ image: HTMLImageElement;
3
+ parentNode: HTMLElement;
4
+ maxWindowHeight?: number;
5
+ }) => number;
6
+ //# sourceMappingURL=assets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../../source/utilities/styles/assets.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,4CAIhC;IACD,KAAK,EAAE,gBAAgB,CAAC;IACxB,UAAU,EAAE,WAAW,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,WAWA,CAAC"}
@@ -0,0 +1,241 @@
1
+ export declare enum CampaignFontSize {
2
+ Maximum = "maximum",
3
+ ExtraLarge = "extraLarge",
4
+ Large = "large",
5
+ Medium = "medium",
6
+ Small = "small",
7
+ ExtraSmall = "extraSmall"
8
+ }
9
+ export declare enum SansFontSize {
10
+ Maximum = "maximum",
11
+ Largest = "largest",
12
+ ExtraLarge = "extraLarge",
13
+ Larger = "larger",
14
+ Large = "large",
15
+ Medium = "medium",
16
+ Small = "small",
17
+ Smaller = "smaller",
18
+ Min = "min"
19
+ }
20
+ export declare const CampaignFontOptions: (size: CampaignFontSize) => {
21
+ className: string;
22
+ fontStyles: {
23
+ fontSize: string;
24
+ letterSpacing: string;
25
+ lineHeight: string;
26
+ fontFamily: string;
27
+ fontStyle: string;
28
+ fontWeight: string;
29
+ } | {
30
+ fontSize: string;
31
+ letterSpacing: string;
32
+ lineHeight: string;
33
+ fontFamily: string;
34
+ fontStyle: string;
35
+ fontWeight: string;
36
+ } | {
37
+ fontSize: string;
38
+ letterSpacing: string;
39
+ lineHeight: string;
40
+ fontFamily: string;
41
+ fontStyle: string;
42
+ fontWeight: string;
43
+ } | {
44
+ fontSize: string;
45
+ letterSpacing: string;
46
+ lineHeight: string;
47
+ fontFamily: string;
48
+ fontStyle: string;
49
+ fontWeight: string;
50
+ } | {
51
+ fontSize: string;
52
+ letterSpacing: string;
53
+ lineHeight: string;
54
+ fontFamily: string;
55
+ fontStyle: string;
56
+ fontWeight: string;
57
+ } | {
58
+ fontSize: string;
59
+ letterSpacing: string;
60
+ lineHeight: string;
61
+ fontFamily: string;
62
+ fontStyle: string;
63
+ fontWeight: string;
64
+ };
65
+ };
66
+ export declare const SansFontOptions: (size: SansFontSize) => {
67
+ className: string;
68
+ fontStyles: {
69
+ fontSize: string;
70
+ lineHeight: string;
71
+ fontFamily: string;
72
+ fontWeight: string;
73
+ } | {
74
+ fontSize: string;
75
+ lineHeight: string;
76
+ fontFamily: string;
77
+ fontWeight: string;
78
+ } | {
79
+ fontSize: string;
80
+ lineHeight: string;
81
+ fontFamily: string;
82
+ } | {
83
+ lineHeight: string;
84
+ fontSize: string;
85
+ fontFamily: string;
86
+ } | {
87
+ fontSize: string;
88
+ lineHeight: string;
89
+ fontFamily: string;
90
+ fontWeight: string;
91
+ } | {
92
+ fontSize: string;
93
+ lineHeight: string;
94
+ fontFamily: string;
95
+ } | {
96
+ fontSize: string;
97
+ lineHeight: string;
98
+ fontFamily: string;
99
+ } | {
100
+ fontSize: string;
101
+ lineHeight: string;
102
+ fontFamily: string;
103
+ } | {
104
+ fontSize: string;
105
+ lineHeight: string;
106
+ fontFamily: string;
107
+ };
108
+ };
109
+ export declare const getSansLargeFont: () => {
110
+ className: string;
111
+ fontStyles: {
112
+ fontSize: string;
113
+ lineHeight: string;
114
+ fontFamily: string;
115
+ fontWeight: string;
116
+ } | {
117
+ fontSize: string;
118
+ lineHeight: string;
119
+ fontFamily: string;
120
+ fontWeight: string;
121
+ } | {
122
+ fontSize: string;
123
+ lineHeight: string;
124
+ fontFamily: string;
125
+ } | {
126
+ lineHeight: string;
127
+ fontSize: string;
128
+ fontFamily: string;
129
+ } | {
130
+ fontSize: string;
131
+ lineHeight: string;
132
+ fontFamily: string;
133
+ fontWeight: string;
134
+ } | {
135
+ fontSize: string;
136
+ lineHeight: string;
137
+ fontFamily: string;
138
+ } | {
139
+ fontSize: string;
140
+ lineHeight: string;
141
+ fontFamily: string;
142
+ } | {
143
+ fontSize: string;
144
+ lineHeight: string;
145
+ fontFamily: string;
146
+ } | {
147
+ fontSize: string;
148
+ lineHeight: string;
149
+ fontFamily: string;
150
+ };
151
+ };
152
+ export declare const getSansMediumFont: () => {
153
+ className: string;
154
+ fontStyles: {
155
+ fontSize: string;
156
+ lineHeight: string;
157
+ fontFamily: string;
158
+ fontWeight: string;
159
+ } | {
160
+ fontSize: string;
161
+ lineHeight: string;
162
+ fontFamily: string;
163
+ fontWeight: string;
164
+ } | {
165
+ fontSize: string;
166
+ lineHeight: string;
167
+ fontFamily: string;
168
+ } | {
169
+ lineHeight: string;
170
+ fontSize: string;
171
+ fontFamily: string;
172
+ } | {
173
+ fontSize: string;
174
+ lineHeight: string;
175
+ fontFamily: string;
176
+ fontWeight: string;
177
+ } | {
178
+ fontSize: string;
179
+ lineHeight: string;
180
+ fontFamily: string;
181
+ } | {
182
+ fontSize: string;
183
+ lineHeight: string;
184
+ fontFamily: string;
185
+ } | {
186
+ fontSize: string;
187
+ lineHeight: string;
188
+ fontFamily: string;
189
+ } | {
190
+ fontSize: string;
191
+ lineHeight: string;
192
+ fontFamily: string;
193
+ };
194
+ };
195
+ export declare const getCampaignLargeFont: () => {
196
+ className: string;
197
+ fontStyles: {
198
+ fontSize: string;
199
+ letterSpacing: string;
200
+ lineHeight: string;
201
+ fontFamily: string;
202
+ fontStyle: string;
203
+ fontWeight: string;
204
+ } | {
205
+ fontSize: string;
206
+ letterSpacing: string;
207
+ lineHeight: string;
208
+ fontFamily: string;
209
+ fontStyle: string;
210
+ fontWeight: string;
211
+ } | {
212
+ fontSize: string;
213
+ letterSpacing: string;
214
+ lineHeight: string;
215
+ fontFamily: string;
216
+ fontStyle: string;
217
+ fontWeight: string;
218
+ } | {
219
+ fontSize: string;
220
+ letterSpacing: string;
221
+ lineHeight: string;
222
+ fontFamily: string;
223
+ fontStyle: string;
224
+ fontWeight: string;
225
+ } | {
226
+ fontSize: string;
227
+ letterSpacing: string;
228
+ lineHeight: string;
229
+ fontFamily: string;
230
+ fontStyle: string;
231
+ fontWeight: string;
232
+ } | {
233
+ fontSize: string;
234
+ letterSpacing: string;
235
+ lineHeight: string;
236
+ fontFamily: string;
237
+ fontStyle: string;
238
+ fontWeight: string;
239
+ };
240
+ };
241
+ //# sourceMappingURL=fonts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../../source/utilities/styles/fonts.ts"],"names":[],"mappings":"AAIA,oBAAY,gBAAgB;IAC1B,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,UAAU,eAAe;CAC1B;AAED,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,GAAG,QAAQ;CACZ;AAED,eAAO,MAAM,mBAAmB,SAAU,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGzD,CAAC;AAEF,eAAO,MAAM,eAAe,SAAU,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGjD,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAC;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAC;AAE5E,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACY,CAAC"}
@@ -0,0 +1,9 @@
1
+ export * as animations from './animations';
2
+ export * as assets from './assets';
3
+ export * as fonts from './fonts';
4
+ export declare const combineStyles: (...styles: string[]) => string;
5
+ export declare const convertJSSObjectToStyles: ({ styleObj }: {
6
+ styleObj: any;
7
+ }) => string;
8
+ export declare const convertPixelStringToNumber: (styleStr: string) => number;
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/utilities/styles/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAEjC,eAAO,MAAM,aAAa,cAAe,MAAM,EAAE,WAAoB,CAAC;AAEtE,eAAO,MAAM,wBAAwB,iBAAkB;IAAE,QAAQ,EAAE,GAAG,CAAA;CAAE,WAGhE,CAAC;AAET,eAAO,MAAM,0BAA0B,aAAc,MAAM,WACrB,CAAC"}