@learningpool/ui 1.6.0 → 1.6.1

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 (437) hide show
  1. package/.eslintrc.js +40 -0
  2. package/.github/pull_request_template.md +23 -0
  3. package/.github/renovate.json +57 -0
  4. package/.github/workflows/integration.yml +53 -0
  5. package/.github/workflows/wss.yml +22 -0
  6. package/.jest-test-results.json +1 -0
  7. package/.releaserc +32 -0
  8. package/.storybook/learningpoolTheme.js +39 -0
  9. package/.storybook/main.js +21 -0
  10. package/.storybook/manager-head.html +175 -0
  11. package/.storybook/manager.js +34 -0
  12. package/.storybook/preview-head.html +212 -0
  13. package/.storybook/preview.js +120 -0
  14. package/.storybook/storybook-sort.js +54 -0
  15. package/CHANGELOG.md +6 -0
  16. package/amplify.yml +16 -0
  17. package/babel.config.json +14 -0
  18. package/{assets → dist/assets}/Images.d.ts +0 -0
  19. package/{assets → dist/assets}/Images.js +0 -0
  20. package/{components → dist/components}/atoms/Autocomplete/Autocomplete.d.ts +0 -0
  21. package/{components → dist/components}/atoms/Autocomplete/Autocomplete.js +0 -0
  22. package/{components → dist/components}/atoms/Button/Button.d.ts +0 -0
  23. package/{components → dist/components}/atoms/Button/Button.js +0 -0
  24. package/{components → dist/components}/atoms/Checkbox/Checkbox.d.ts +0 -0
  25. package/{components → dist/components}/atoms/Checkbox/Checkbox.js +0 -0
  26. package/{components → dist/components}/atoms/IconButton/IconButton.d.ts +0 -0
  27. package/{components → dist/components}/atoms/IconButton/IconButton.js +0 -0
  28. package/{components → dist/components}/atoms/Radio/Radio.d.ts +0 -0
  29. package/{components → dist/components}/atoms/Radio/Radio.js +0 -0
  30. package/{components → dist/components}/atoms/Select/Select.d.ts +0 -0
  31. package/{components → dist/components}/atoms/Select/Select.js +0 -0
  32. package/{components → dist/components}/atoms/Slider/Slider.d.ts +0 -0
  33. package/{components → dist/components}/atoms/Slider/Slider.js +0 -0
  34. package/{components → dist/components}/atoms/Switch/Switch.d.ts +0 -0
  35. package/{components → dist/components}/atoms/Switch/Switch.js +0 -0
  36. package/{components → dist/components}/atoms/TextField/TextField.d.ts +0 -0
  37. package/{components → dist/components}/atoms/TextField/TextField.js +0 -0
  38. package/{components → dist/components}/atoms/ToggleButton/ToggleButton.d.ts +0 -0
  39. package/{components → dist/components}/atoms/ToggleButton/ToggleButton.js +0 -0
  40. package/{components → dist/components}/datadisplay/Avatar/Avatar.d.ts +0 -0
  41. package/{components → dist/components}/datadisplay/Avatar/Avatar.js +0 -0
  42. package/{components → dist/components}/datadisplay/Chip/Chip.d.ts +0 -0
  43. package/{components → dist/components}/datadisplay/Chip/Chip.js +0 -0
  44. package/{components → dist/components}/datadisplay/List/List.d.ts +0 -0
  45. package/{components → dist/components}/datadisplay/List/List.js +0 -0
  46. package/{components → dist/components}/datadisplay/Tooltip/Tooltip.d.ts +0 -0
  47. package/{components → dist/components}/datadisplay/Tooltip/Tooltip.js +0 -0
  48. package/{components → dist/components}/feedback/Alert/Alert.d.ts +0 -0
  49. package/{components → dist/components}/feedback/Alert/Alert.js +0 -0
  50. package/{components → dist/components}/landmarks/Header/Header.d.ts +0 -0
  51. package/{components → dist/components}/landmarks/Header/Header.js +0 -0
  52. package/{components → dist/components}/landmarks/Header/HeaderActionButtons.d.ts +0 -0
  53. package/{components → dist/components}/landmarks/Header/HeaderActionButtons.js +0 -0
  54. package/{components → dist/components}/landmarks/Header/HeaderStyles.d.ts +0 -0
  55. package/{components → dist/components}/landmarks/Header/HeaderStyles.js +0 -0
  56. package/{components → dist/components}/navigation/Drawer/Drawer.d.ts +0 -0
  57. package/{components → dist/components}/navigation/Drawer/Drawer.js +0 -0
  58. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigation.d.ts +0 -0
  59. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigation.js +64 -41
  60. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationAvatar.d.ts +0 -0
  61. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationAvatar.js +23 -19
  62. package/dist/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +3296 -0
  63. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationAvatarStyles.js +4 -4
  64. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationDrawer.d.ts +0 -0
  65. package/dist/components/navigation/MobileNavigation/MobileNavigationDrawer.js +71 -0
  66. package/dist/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +1215 -0
  67. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationDrawerStyles.js +2 -2
  68. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.d.ts +0 -0
  69. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.js +0 -0
  70. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.d.ts +0 -0
  71. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.js +0 -0
  72. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.d.ts +0 -0
  73. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.js +0 -0
  74. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.d.ts +0 -0
  75. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.js +0 -0
  76. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationMotion.d.ts +0 -0
  77. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationMotion.js +0 -0
  78. package/dist/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.d.ts +3 -0
  79. package/dist/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.js +19 -0
  80. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationSearch.d.ts +0 -0
  81. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationSearch.js +8 -6
  82. package/dist/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +1080 -0
  83. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationSearchStyles.js +2 -2
  84. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationStyles.d.ts +0 -0
  85. package/{components → dist/components}/navigation/MobileNavigation/MobileNavigationStyles.js +0 -0
  86. package/dist/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.d.ts +3 -0
  87. package/dist/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.js +28 -0
  88. package/dist/components/navigation/MobileNavigation/MobileNavigationToggleX.d.ts +3 -0
  89. package/dist/components/navigation/MobileNavigation/MobileNavigationToggleX.js +28 -0
  90. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigation.d.ts +0 -0
  91. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigation.js +18 -16
  92. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationAvatar.d.ts +0 -0
  93. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationAvatar.js +20 -25
  94. package/dist/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +3296 -0
  95. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.js +4 -4
  96. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.d.ts +0 -0
  97. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.js +5 -1
  98. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.d.ts +0 -0
  99. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.js +0 -0
  100. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.d.ts +0 -0
  101. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.js +0 -0
  102. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.d.ts +0 -0
  103. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.js +0 -0
  104. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationMotion.d.ts +0 -0
  105. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationMotion.js +0 -0
  106. package/dist/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +1163 -0
  107. package/{components → dist/components}/navigation/VerticalNavigation/VerticalNavigationStyles.js +3 -2
  108. package/{components → dist/components}/pages/ErrorPage/ErrorPage.d.ts +0 -0
  109. package/{components → dist/components}/pages/ErrorPage/ErrorPage.js +0 -0
  110. package/{components → dist/components}/pages/ErrorPage/ErrorPageStyles.d.ts +0 -0
  111. package/{components → dist/components}/pages/ErrorPage/ErrorPageStyles.js +0 -0
  112. package/{components → dist/components}/pages/SideInSide/SideInSide.d.ts +0 -0
  113. package/{components → dist/components}/pages/SideInSide/SideInSide.js +0 -0
  114. package/{components → dist/components}/pages/SideInSide/SideInSideStyles.d.ts +0 -0
  115. package/{components → dist/components}/pages/SideInSide/SideInSideStyles.js +0 -0
  116. package/{components → dist/components}/stream/AppSwitcher/AppSwitcher.d.ts +0 -0
  117. package/{components → dist/components}/stream/AppSwitcher/AppSwitcher.js +0 -0
  118. package/{components → dist/components}/stream/AppSwitcher/AppSwitcherItem.d.ts +0 -0
  119. package/{components → dist/components}/stream/AppSwitcher/AppSwitcherItem.js +0 -0
  120. package/{components → dist/components}/stream/AppSwitcher/AppSwitcherStyles.d.ts +0 -0
  121. package/{components → dist/components}/stream/AppSwitcher/AppSwitcherStyles.js +0 -0
  122. package/{components → dist/components}/stream/AppSwitcher/constants.d.ts +0 -0
  123. package/{components → dist/components}/stream/AppSwitcher/constants.js +0 -0
  124. package/{index.d.ts → dist/index.d.ts} +0 -0
  125. package/{index.js → dist/index.js} +0 -0
  126. package/{lang → dist/lang}/en-us.d.ts +0 -0
  127. package/{lang → dist/lang}/en-us.js +0 -0
  128. package/dist/package.json +41 -0
  129. package/{types → dist/types}/components/navigation/VerticalNavigation.d.ts +0 -0
  130. package/{types → dist/types}/components/navigation/VerticalNavigation.js +0 -0
  131. package/{types → dist/types}/components/navigation/VerticalNavigationAvatar.d.ts +1 -0
  132. package/{types → dist/types}/components/navigation/VerticalNavigationAvatar.js +0 -0
  133. package/{types → dist/types}/components/stream/AppSwitcher.d.ts +0 -0
  134. package/{types → dist/types}/components/stream/AppSwitcher.js +0 -0
  135. package/{types → dist/types}/index.d.ts +0 -0
  136. package/{types → dist/types}/index.js +0 -0
  137. package/{utils → dist/utils}/constants.d.ts +0 -0
  138. package/{utils → dist/utils}/constants.js +0 -0
  139. package/dist/utils/helpers.d.ts +21 -0
  140. package/dist/utils/helpers.js +64 -0
  141. package/{utils → dist/utils}/hooks.d.ts +0 -0
  142. package/{utils → dist/utils}/hooks.js +0 -0
  143. package/{utils → dist/utils}/index.d.ts +0 -0
  144. package/{utils → dist/utils}/index.js +0 -0
  145. package/{utils → dist/utils}/theme.d.ts +0 -0
  146. package/{utils → dist/utils}/theme.js +0 -0
  147. package/jest.config.ts +11 -0
  148. package/jest.setup.ts +5 -0
  149. package/{LICENSE → license} +0 -0
  150. package/merge.js +27 -0
  151. package/package.json +71 -4
  152. package/public/android-chrome-192x192.png +0 -0
  153. package/public/android-chrome-512x512.png +0 -0
  154. package/public/apple-touch-icon.png +0 -0
  155. package/public/assets/atoms.svg +5 -0
  156. package/public/assets/automation.svg +1 -0
  157. package/public/assets/avatar-1.jpg +0 -0
  158. package/public/assets/avatar-2.jpg +0 -0
  159. package/public/assets/avatar-3.jpg +0 -0
  160. package/public/assets/flux/icon-dark.svg +6 -0
  161. package/public/assets/flux/icon-light.svg +1 -0
  162. package/public/assets/flux/icon-white.svg +6 -0
  163. package/public/assets/flux/icon.svg +6 -0
  164. package/public/assets/flux/logo-dark.svg +22 -0
  165. package/public/assets/flux/logo-light.svg +1 -0
  166. package/public/assets/flux/logo-white.svg +22 -0
  167. package/public/assets/flux/logo.svg +22 -0
  168. package/public/assets/iPhone6.jpg +0 -0
  169. package/public/assets/iPhone6Plus.jpg +0 -0
  170. package/public/assets/lp-logo.png +0 -0
  171. package/public/assets/lplogo.svg +1 -0
  172. package/public/assets/molecules.svg +8 -0
  173. package/public/assets/organisms.svg +21 -0
  174. package/public/assets/pages.svg +4 -0
  175. package/public/assets/particles.svg +3 -0
  176. package/public/assets/stream-dark.png +0 -0
  177. package/public/assets/stream-suite-logo.svg +38 -0
  178. package/public/assets/stream-white.png +0 -0
  179. package/public/assets/stream.png +0 -0
  180. package/public/assets/templates.svg +3 -0
  181. package/public/favicon-16x16.png +0 -0
  182. package/public/favicon-32x32.png +0 -0
  183. package/public/favicon.ico +0 -0
  184. package/public/index.html +43 -0
  185. package/public/logo192.png +0 -0
  186. package/public/logo512.png +0 -0
  187. package/public/manifest.json +25 -0
  188. package/public/robots.txt +3 -0
  189. package/public/site.webmanifest +1 -0
  190. package/{README.md → readme.md} +0 -0
  191. package/src/docs.tsx +167 -0
  192. package/src/lib/assets/Images.tsx +47 -0
  193. package/src/lib/assets/stream-suite-logo.svg +38 -0
  194. package/src/lib/components/atoms/Autocomplete/Autocomplete.test.tsx +179 -0
  195. package/src/lib/components/atoms/Autocomplete/Autocomplete.tsx +14 -0
  196. package/src/lib/components/atoms/Button/Button.test.tsx +166 -0
  197. package/src/lib/components/atoms/Button/Button.tsx +16 -0
  198. package/src/lib/components/atoms/Checkbox/Checkbox.test.tsx +85 -0
  199. package/src/lib/components/atoms/Checkbox/Checkbox.tsx +10 -0
  200. package/src/lib/components/atoms/IconButton/IconButton.test.tsx +60 -0
  201. package/src/lib/components/atoms/IconButton/IconButton.tsx +9 -0
  202. package/src/lib/components/atoms/Radio/Radio.test.tsx +136 -0
  203. package/src/lib/components/atoms/Radio/Radio.tsx +10 -0
  204. package/src/lib/components/atoms/Select/Select.test.tsx +158 -0
  205. package/src/lib/components/atoms/Select/Select.tsx +12 -0
  206. package/src/lib/components/atoms/Slider/Slider.test.tsx +103 -0
  207. package/src/lib/components/atoms/Slider/Slider.tsx +10 -0
  208. package/src/lib/components/atoms/Switch/Switch.test.tsx +96 -0
  209. package/src/lib/components/atoms/Switch/Switch.tsx +10 -0
  210. package/src/lib/components/atoms/TextField/TextField.test.tsx +131 -0
  211. package/src/lib/components/atoms/TextField/TextField.tsx +31 -0
  212. package/src/lib/components/atoms/ToggleButton/ToggleButton.test.tsx +122 -0
  213. package/src/lib/components/atoms/ToggleButton/ToggleButton.tsx +10 -0
  214. package/src/lib/components/datadisplay/Avatar/Avatar.test.tsx +187 -0
  215. package/src/lib/components/datadisplay/Avatar/Avatar.tsx +35 -0
  216. package/src/lib/components/datadisplay/Avatar/avatar-1.jpg +0 -0
  217. package/src/lib/components/datadisplay/Chip/Chip.test.tsx +82 -0
  218. package/src/lib/components/datadisplay/Chip/Chip.tsx +11 -0
  219. package/src/lib/components/datadisplay/List/List.test.tsx +168 -0
  220. package/src/lib/components/datadisplay/List/List.tsx +8 -0
  221. package/src/lib/components/datadisplay/Tooltip/Tooltip.test.tsx +98 -0
  222. package/src/lib/components/datadisplay/Tooltip/Tooltip.tsx +9 -0
  223. package/src/lib/components/feedback/Alert/Alert.test.tsx +139 -0
  224. package/src/lib/components/feedback/Alert/Alert.tsx +10 -0
  225. package/src/lib/components/landmarks/Header/Header.tsx +140 -0
  226. package/src/lib/components/landmarks/Header/HeaderActionButtons.tsx +117 -0
  227. package/src/lib/components/landmarks/Header/HeaderStyles.tsx +62 -0
  228. package/src/lib/components/navigation/Drawer/Drawer.test.tsx +95 -0
  229. package/src/lib/components/navigation/Drawer/Drawer.tsx +21 -0
  230. package/src/lib/components/navigation/MobileNavigation/MobileNavigation.tsx +276 -0
  231. package/src/lib/components/navigation/MobileNavigation/MobileNavigationAvatar.tsx +334 -0
  232. package/src/lib/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.tsx +77 -0
  233. package/src/lib/components/navigation/MobileNavigation/MobileNavigationDrawer.tsx +197 -0
  234. package/src/lib/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.tsx +143 -0
  235. package/src/lib/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.tsx +192 -0
  236. package/src/lib/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.tsx +67 -0
  237. package/src/lib/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.tsx +192 -0
  238. package/src/lib/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.tsx +217 -0
  239. package/src/lib/components/navigation/MobileNavigation/MobileNavigationMotion.tsx +119 -0
  240. package/src/lib/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.tsx +35 -0
  241. package/src/lib/components/navigation/MobileNavigation/MobileNavigationSearch.tsx +114 -0
  242. package/src/lib/components/navigation/MobileNavigation/MobileNavigationSearchStyles.tsx +47 -0
  243. package/src/lib/components/navigation/MobileNavigation/MobileNavigationStyles.tsx +320 -0
  244. package/src/lib/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.tsx +59 -0
  245. package/src/lib/components/navigation/MobileNavigation/MobileNavigationToggleX.tsx +51 -0
  246. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigation.tsx +467 -0
  247. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationAvatar.tsx +208 -0
  248. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.tsx +75 -0
  249. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.tsx +196 -0
  250. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.tsx +94 -0
  251. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.tsx +212 -0
  252. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.tsx +240 -0
  253. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationMotion.tsx +119 -0
  254. package/src/lib/components/navigation/VerticalNavigation/VerticalNavigationStyles.tsx +303 -0
  255. package/src/lib/components/pages/ErrorPage/ErrorPage.test.tsx +78 -0
  256. package/src/lib/components/pages/ErrorPage/ErrorPage.tsx +50 -0
  257. package/src/lib/components/pages/ErrorPage/ErrorPageStyles.tsx +30 -0
  258. package/src/lib/components/pages/SideInSide/SideInSide.tsx +100 -0
  259. package/src/lib/components/pages/SideInSide/SideInSideStyles.tsx +62 -0
  260. package/src/lib/components/stream/AppSwitcher/AppSwitcher.tsx +392 -0
  261. package/src/lib/components/stream/AppSwitcher/AppSwitcherItem.tsx +83 -0
  262. package/src/lib/components/stream/AppSwitcher/AppSwitcherStyles.tsx +325 -0
  263. package/src/lib/components/stream/AppSwitcher/constants.tsx +28 -0
  264. package/src/lib/index.tsx +148 -0
  265. package/src/lib/lang/en-us.js +6 -0
  266. package/src/lib/types/components/navigation/VerticalNavigation.ts +52 -0
  267. package/src/lib/types/components/navigation/VerticalNavigationAvatar.ts +26 -0
  268. package/src/lib/types/components/stream/AppSwitcher.ts +10 -0
  269. package/src/lib/types/index.ts +9 -0
  270. package/src/lib/utils/constants.tsx +11 -0
  271. package/src/lib/utils/helpers.tsx +77 -0
  272. package/src/lib/utils/hooks.tsx +33 -0
  273. package/src/lib/utils/index.tsx +4 -0
  274. package/src/lib/utils/theme.tsx +79 -0
  275. package/src/react-app-env.d.ts +1 -0
  276. package/src/setupTests.ts +5 -0
  277. package/src/stories/Components/DataDisplay/Avatar/Accessibility.stories.mdx +34 -0
  278. package/src/stories/Components/DataDisplay/Avatar/AllCombinations.tsx +56 -0
  279. package/src/stories/Components/DataDisplay/Avatar/Avatar.stories.tsx +19 -0
  280. package/src/stories/Components/DataDisplay/Avatar/Examples.stories.tsx +278 -0
  281. package/src/stories/Components/DataDisplay/Avatar/Overview.stories.mdx +47 -0
  282. package/src/stories/Components/DataDisplay/Chip/Accessibility.stories.mdx +29 -0
  283. package/src/stories/Components/DataDisplay/Chip/AllCombinations.tsx +58 -0
  284. package/src/stories/Components/DataDisplay/Chip/Chip.stories.tsx +21 -0
  285. package/src/stories/Components/DataDisplay/Chip/Examples.stories.tsx +126 -0
  286. package/src/stories/Components/DataDisplay/Chip/Overview.stories.mdx +57 -0
  287. package/src/stories/Components/DataDisplay/List/Accessibility.stories.mdx +54 -0
  288. package/src/stories/Components/DataDisplay/List/AllCombinations.tsx +396 -0
  289. package/src/stories/Components/DataDisplay/List/Examples.stories.tsx +501 -0
  290. package/src/stories/Components/DataDisplay/List/List.stories.tsx +35 -0
  291. package/src/stories/Components/DataDisplay/List/Overview.stories.mdx +69 -0
  292. package/src/stories/Components/DataDisplay/Table/Overview.stories.mdx +70 -0
  293. package/src/stories/Components/DataDisplay/Tooltip/Accessibility.stories.mdx +39 -0
  294. package/src/stories/Components/DataDisplay/Tooltip/AllCombinations.tsx +134 -0
  295. package/src/stories/Components/DataDisplay/Tooltip/Examples.stories.tsx +237 -0
  296. package/src/stories/Components/DataDisplay/Tooltip/Overview.stories.mdx +58 -0
  297. package/src/stories/Components/DataDisplay/Tooltip/Tooltip.stories.tsx +22 -0
  298. package/src/stories/Components/Feedback/Alert/Accessibility.stories.mdx +25 -0
  299. package/src/stories/Components/Feedback/Alert/Alert.stories.tsx +22 -0
  300. package/src/stories/Components/Feedback/Alert/AllCombinations.tsx +37 -0
  301. package/src/stories/Components/Feedback/Alert/Examples.stories.tsx +137 -0
  302. package/src/stories/Components/Feedback/Alert/Overview.stories.mdx +62 -0
  303. package/src/stories/Components/Inputs/Autocomplete/Accessibility.stories.mdx +31 -0
  304. package/src/stories/Components/Inputs/Autocomplete/AllCombinations.tsx +182 -0
  305. package/src/stories/Components/Inputs/Autocomplete/Autocomplete.stories.tsx +31 -0
  306. package/src/stories/Components/Inputs/Autocomplete/Examples.stories.tsx +233 -0
  307. package/src/stories/Components/Inputs/Autocomplete/Overview.stories.mdx +52 -0
  308. package/src/stories/Components/Inputs/Button/Accessibility.stories.mdx +52 -0
  309. package/src/stories/Components/Inputs/Button/AllCombinations.tsx +53 -0
  310. package/src/stories/Components/Inputs/Button/Button.stories.tsx +23 -0
  311. package/src/stories/Components/Inputs/Button/Examples.stories.tsx +190 -0
  312. package/src/stories/Components/Inputs/Button/Overview.stories.mdx +52 -0
  313. package/src/stories/Components/Inputs/Checkbox/Accessibility.stories.mdx +38 -0
  314. package/src/stories/Components/Inputs/Checkbox/AllCombinations.tsx +55 -0
  315. package/src/stories/Components/Inputs/Checkbox/Checkbox.stories.tsx +22 -0
  316. package/src/stories/Components/Inputs/Checkbox/Examples.stories.tsx +363 -0
  317. package/src/stories/Components/Inputs/Checkbox/Overview.stories.mdx +63 -0
  318. package/src/stories/Components/Inputs/IconButton/Examples.stories.tsx +24 -0
  319. package/src/stories/Components/Inputs/IconButton/IconButton.stories.tsx +26 -0
  320. package/src/stories/Components/Inputs/Radio/Accessibility.stories.mdx +61 -0
  321. package/src/stories/Components/Inputs/Radio/AllCombinations.tsx +75 -0
  322. package/src/stories/Components/Inputs/Radio/Examples.stories.tsx +333 -0
  323. package/src/stories/Components/Inputs/Radio/Overview.stories.mdx +74 -0
  324. package/src/stories/Components/Inputs/Radio/Radio.stories.tsx +22 -0
  325. package/src/stories/Components/Inputs/Select/Accessibility.stories.mdx +51 -0
  326. package/src/stories/Components/Inputs/Select/AllCombinations.tsx +63 -0
  327. package/src/stories/Components/Inputs/Select/Examples.stories.tsx +803 -0
  328. package/src/stories/Components/Inputs/Select/Overview.stories.mdx +73 -0
  329. package/src/stories/Components/Inputs/Select/Select.stories.tsx +22 -0
  330. package/src/stories/Components/Inputs/Slider/Accessibility.stories.mdx +43 -0
  331. package/src/stories/Components/Inputs/Slider/AllCombinations.tsx +30 -0
  332. package/src/stories/Components/Inputs/Slider/Examples.stories.tsx +146 -0
  333. package/src/stories/Components/Inputs/Slider/Overview.stories.mdx +59 -0
  334. package/src/stories/Components/Inputs/Slider/Slider.stories.tsx +27 -0
  335. package/src/stories/Components/Inputs/Switch/Accessibility.stories.mdx +34 -0
  336. package/src/stories/Components/Inputs/Switch/AllCombinations.tsx +45 -0
  337. package/src/stories/Components/Inputs/Switch/Examples.stories.tsx +213 -0
  338. package/src/stories/Components/Inputs/Switch/Overview.stories.mdx +62 -0
  339. package/src/stories/Components/Inputs/Switch/Switch.stories.tsx +22 -0
  340. package/src/stories/Components/Inputs/TextField/Accessibility.stories.mdx +29 -0
  341. package/src/stories/Components/Inputs/TextField/AllCombinations.tsx +57 -0
  342. package/src/stories/Components/Inputs/TextField/Examples.stories.tsx +127 -0
  343. package/src/stories/Components/Inputs/TextField/Overview.stories.mdx +60 -0
  344. package/src/stories/Components/Inputs/TextField/TextField.stories.tsx +261 -0
  345. package/src/stories/Components/Inputs/ToggleButton/Accessibility.stories.mdx +32 -0
  346. package/src/stories/Components/Inputs/ToggleButton/AllCombinations.tsx +113 -0
  347. package/src/stories/Components/Inputs/ToggleButton/Examples.stories.tsx +339 -0
  348. package/src/stories/Components/Inputs/ToggleButton/Overview.stories.mdx +55 -0
  349. package/src/stories/Components/Inputs/ToggleButton/ToggleButton.stories.tsx +19 -0
  350. package/src/stories/Components/Landmarks/Header/Examples.stories.tsx +197 -0
  351. package/src/stories/Components/Landmarks/Header/Header.stories.tsx +34 -0
  352. package/src/stories/Components/Landmarks/Header/Overview.stories.mdx +44 -0
  353. package/src/stories/Components/Navigation/Drawer/Accessibility.stories.mdx +13 -0
  354. package/src/stories/Components/Navigation/Drawer/Drawer.stories.tsx +80 -0
  355. package/src/stories/Components/Navigation/Drawer/Examples.stories.tsx +440 -0
  356. package/src/stories/Components/Navigation/Drawer/Overview.stories.mdx +43 -0
  357. package/src/stories/Components/Navigation/MobileNavigation/Accessibility.stories.mdx +14 -0
  358. package/src/stories/Components/Navigation/MobileNavigation/Examples.stories.tsx +384 -0
  359. package/src/stories/Components/Navigation/MobileNavigation/MobileNavigation.stories.tsx +24 -0
  360. package/src/stories/Components/Navigation/MobileNavigation/Overview.stories.mdx +47 -0
  361. package/src/stories/Components/Navigation/VerticalNavigation/Accessibility.stories.mdx +14 -0
  362. package/src/stories/Components/Navigation/VerticalNavigation/Examples.stories.tsx +307 -0
  363. package/src/stories/Components/Navigation/VerticalNavigation/Overview.stories.mdx +47 -0
  364. package/src/stories/Components/Navigation/VerticalNavigation/VerticalNavigation.stories.tsx +24 -0
  365. package/src/stories/ContactUs.stories.mdx +21 -0
  366. package/src/stories/Experimental/Test.stories.mdx +46 -0
  367. package/src/stories/GettingStarted/Designer.stories.mdx +86 -0
  368. package/src/stories/GettingStarted/Developer.stories.mdx +134 -0
  369. package/src/stories/Guidelines/Accessibility/AssistiveTechnology.stories.mdx +70 -0
  370. package/src/stories/Guidelines/Accessibility/ColorAndContrast.stories.mdx +109 -0
  371. package/src/stories/Guidelines/Accessibility/Hierarchy.stories.mdx +119 -0
  372. package/src/stories/Guidelines/Accessibility/Imagery.stories.mdx +136 -0
  373. package/src/stories/Guidelines/Accessibility/Overview.stories.mdx +44 -0
  374. package/src/stories/Guidelines/Accessibility/Principles.stories.mdx +156 -0
  375. package/src/stories/Guidelines/Accessibility/SoundAndMotion.stories.mdx +59 -0
  376. package/src/stories/Guidelines/Accessibility/Typography.stories.mdx +69 -0
  377. package/src/stories/Guidelines/Accessibility/Writing.stories.mdx +188 -0
  378. package/src/stories/Guidelines/Styleguide/ColorSwatch.tsx +53 -0
  379. package/src/stories/Guidelines/Styleguide/Colors.stories.mdx +118 -0
  380. package/src/stories/Guidelines/Styleguide/Typography.stories.mdx +84 -0
  381. package/src/stories/Introduction.stories.mdx +65 -0
  382. package/src/stories/Pages/ErrorPage.stories.tsx +30 -0
  383. package/src/stories/Pages/SideInSide.stories.tsx +195 -0
  384. package/src/stories/Roadmap.stories.mdx +19 -0
  385. package/src/stories/Templates/Login.stories.mdx +46 -0
  386. package/src/stories/assets/Atomic_Design_Icons-Dark.svg +24 -0
  387. package/src/stories/assets/Atomic_Design_Icons-Light.svg +25 -0
  388. package/src/stories/assets/accessibility-1.png +0 -0
  389. package/src/stories/assets/accessibility-2.png +0 -0
  390. package/src/stories/assets/accessibility-3.png +0 -0
  391. package/src/stories/assets/accessibility-banner.png +0 -0
  392. package/src/stories/assets/atoms.svg +6 -0
  393. package/src/stories/assets/design_system_2022-02-11_12.22pm.png +0 -0
  394. package/src/stories/assets/figma-tokens.png +0 -0
  395. package/src/stories/assets/hierarchy-1.jpg +0 -0
  396. package/src/stories/assets/hierarchy-2.jpg +0 -0
  397. package/src/stories/assets/hierarchy-3.jpg +0 -0
  398. package/src/stories/assets/icon-contrast-1.jpg +0 -0
  399. package/src/stories/assets/icon-contrast-2.jpg +0 -0
  400. package/src/stories/assets/imagery-1.png +0 -0
  401. package/src/stories/assets/imagery-2.png +0 -0
  402. package/src/stories/assets/imagery-3.png +0 -0
  403. package/src/stories/assets/imagery-4.jpg +0 -0
  404. package/src/stories/assets/molecules.svg +9 -0
  405. package/src/stories/assets/organisms.svg +22 -0
  406. package/src/stories/assets/pages.svg +5 -0
  407. package/src/stories/assets/particles.svg +4 -0
  408. package/src/stories/assets/templates.svg +4 -0
  409. package/src/stories/assets/testData.tsx +102 -0
  410. package/src/stories/assets/text-contrast-1.jpg +0 -0
  411. package/src/stories/assets/text-contrast-2.jpg +0 -0
  412. package/src/stories/assets/typography-1.png +0 -0
  413. package/src/stories/assets/visual-clues-1.png +0 -0
  414. package/src/stories/assets/visual-clues-2.png +0 -0
  415. package/src/stories/assets/writing-1.jpg +0 -0
  416. package/src/stories/assets/writing-2.png +0 -0
  417. package/src/stories/assets/writing-3.png +0 -0
  418. package/src/stories/assets/writing-4.png +0 -0
  419. package/src/stories/utils/CustomIcons.tsx +44 -0
  420. package/tsconfig.eslint.json +16 -0
  421. package/tsconfig.json +50 -0
  422. package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +0 -827
  423. package/components/navigation/MobileNavigation/MobileNavigationDrawer.js +0 -147
  424. package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +0 -392
  425. package/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.d.ts +0 -3
  426. package/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.js +0 -31
  427. package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +0 -257
  428. package/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.d.ts +0 -3
  429. package/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.js +0 -33
  430. package/components/navigation/MobileNavigation/MobileNavigationToggleX.d.ts +0 -3
  431. package/components/navigation/MobileNavigation/MobileNavigationToggleX.js +0 -27
  432. package/components/navigation/MobileNavigation/MobileNavigationToggleXStyles.d.ts +0 -36
  433. package/components/navigation/MobileNavigation/MobileNavigationToggleXStyles.js +0 -10
  434. package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +0 -827
  435. package/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +0 -88
  436. package/utils/helpers.d.ts +0 -6
  437. package/utils/helpers.js +0 -17
@@ -5,6 +5,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
5
5
  import Drawer from '@mui/material/Drawer';
6
6
  import { Box, IconButton } from '../../../index';
7
7
  import { styled } from '@mui/material/styles';
8
+ import { animated } from '@react-spring/web';
8
9
  export var DRAWER_WIDTH = {
9
10
  Collapsed: 60,
10
11
  Expanded: 300
@@ -13,7 +14,7 @@ var ICON = {
13
14
  Height: 40,
14
15
  Width: 57
15
16
  };
16
- export var DrawerHeader = styled('div', {
17
+ export var DrawerHeader = styled(animated.div, {
17
18
  shouldForwardProp: function (prop) { return prop !== 'isDrawerOpen'; }
18
19
  })(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n display: flex;\n flex: 1 auto;\n justify-content: flex-start;\n overflow: hidden;\n min-height: 56px !important;\n padding: ", " 10px 0;\n transition: ", "\n 250ms;\n\n /* Testing secondary nav fix ups */\n width: ", ";\n\n @media (min-width: ", ") {\n min-height: 64px !important;\n width: ", ";\n };\n\n .MuiListItemIcon-root {\n margin: ", " 0 0;\n }\n\n .MuiListItemText-root {\n align-items: center !important;\n color: ", ";\n display: flex;\n min-height: ", "px;\n max-height: ", ";\n text-decoration: none;\n text-dransform: none;\n transition: max-height\n ", "ms\n ", ";\n padding: 0;\n width: 100%;\n\n [theme.breakpoints.up('sm')] {\n max-height: ", ";\n }\n }\n\n .MuiListItemText-root .MuiTypography-root {\n white-space: normal;\n }\n"], ["\n align-items: center;\n background-color: ", ";\n display: flex;\n flex: 1 auto;\n justify-content: flex-start;\n overflow: hidden;\n min-height: 56px !important;\n padding: ", " 10px 0;\n transition: ", "\n 250ms;\n\n /* Testing secondary nav fix ups */\n width: ", ";\n\n @media (min-width: ", ") {\n min-height: 64px !important;\n width: ", ";\n };\n\n .MuiListItemIcon-root {\n margin: ", " 0 0;\n }\n\n .MuiListItemText-root {\n align-items: center !important;\n color: ", ";\n display: flex;\n min-height: ", "px;\n max-height: ", ";\n text-decoration: none;\n text-dransform: none;\n transition: max-height\n ", "ms\n ", ";\n padding: 0;\n width: 100%;\n\n [theme.breakpoints.up('sm')] {\n max-height: ", ";\n }\n }\n\n .MuiListItemText-root .MuiTypography-root {\n white-space: normal;\n }\n"])), function (props) { return props.theme.palette.mode === 'dark'
19
20
  ? props.theme.palette.primary.main
@@ -24,7 +25,7 @@ export var DrawerHeader = styled('div', {
24
25
  ? props.theme.palette.primary.contrastText
25
26
  : props.theme.palette.getContrastText(props.theme.palette.background.paper);
26
27
  }, ICON.Height + 8, function (props) { return props.isDrawerOpen ? '200px' : "".concat(ICON.Height + 8, "px"); }, function (props) { return props.theme.transitions.duration.enteringScreen; }, function (props) { return props.theme.transitions.easing.easeOut; }, function (props) { return props.isDrawerOpen ? '200px' : "".concat(ICON.Height + 8, "px"); });
27
- export var DrawerToggle = styled(IconButton)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background: transparent;\n height: 44px;\n padding: 0 ", " !important;\n position: absolute;\n transform: translate(22px, calc(50% - 5.5px));\n transition: all\n ", "ms\n ", ";\n width: 44px;\n z-index: 10;\n\n @media (min-width: ", ") {\n padding: 0 ", " !important;\n }\n"], ["\n background: transparent;\n height: 44px;\n padding: 0 ", " !important;\n position: absolute;\n transform: translate(22px, calc(50% - 5.5px));\n transition: all\n ", "ms\n ", ";\n width: 44px;\n z-index: 10;\n\n @media (min-width: ", ") {\n padding: 0 ", " !important;\n }\n"])), function (props) { return props.theme.spacing(2); }, function (props) { return props.theme.transitions.duration.enteringScreen; }, function (props) { return props.theme.transitions.easing.easeOut; }, function (props) { return props.theme.breakpoints.values.sm; }, function (props) { return props.theme.spacing(2.5); });
28
+ export var DrawerToggle = styled(IconButton)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background: transparent;\n height: 44px;\n padding: 0 ", " !important;\n position: absolute;\n transition: all\n ", "ms\n ", ";\n width: 44px;\n z-index: 10;\n\n @media (min-width: ", ") {\n padding: 0 ", " !important;\n }\n"], ["\n background: transparent;\n height: 44px;\n padding: 0 ", " !important;\n position: absolute;\n transition: all\n ", "ms\n ", ";\n width: 44px;\n z-index: 10;\n\n @media (min-width: ", ") {\n padding: 0 ", " !important;\n }\n"])), function (props) { return props.theme.spacing(2); }, function (props) { return props.theme.transitions.duration.enteringScreen; }, function (props) { return props.theme.transitions.easing.easeOut; }, function (props) { return props.theme.breakpoints.values.sm; }, function (props) { return props.theme.spacing(2.5); });
28
29
  export var DrawerToggleHitboxContent = styled('span')(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n border-radius: 50%;\n box-shadow: 5px 0 15px 0 rgb(0 0 0 / 10%);\n box-sizing: content-box;\n height: 1.75rem;\n padding: ", ";\n width: 1.75rem;\n"], ["\n background-color: ", ";\n border-radius: 50%;\n box-shadow: 5px 0 15px 0 rgb(0 0 0 / 10%);\n box-sizing: content-box;\n height: 1.75rem;\n padding: ", ";\n width: 1.75rem;\n"])), function (props) { return props.theme.palette.mode === 'dark'
29
30
  ? props.theme.palette.primary.main
30
31
  : props.theme.palette.background.paper; }, function (props) { return props.theme.spacing(0.5); });
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "@learningpool/ui",
3
+ "author": "Learning Pool",
4
+ "description": "UI library for use on modern Learning Pool projects, built on top of MUI.",
5
+ "license": "MIT",
6
+ "keywords": [
7
+ "learning-pool",
8
+ "react",
9
+ "components",
10
+ "ui"
11
+ ],
12
+ "version": "1.0.0",
13
+ "private": false,
14
+ "main": "index.js",
15
+ "module": "index.js",
16
+ "dependencies": {
17
+ "@emotion/react": "^11.7.1",
18
+ "@emotion/styled": "^11.6.0",
19
+ "@learningpool/design-tokens": "^1.1.0-beta.7",
20
+ "@mui/icons-material": "^5.8.4",
21
+ "@mui/material": "^5.8.5",
22
+ "@mui/x-data-grid": "^5.12.3",
23
+ "@react-spring/web": "^9.6.1",
24
+ "@types/jest": "^27.4.0",
25
+ "@types/node": "^16.11.45",
26
+ "@types/react": "^17.0.48",
27
+ "@types/react-dom": "^17.0.18",
28
+ "@typescript-eslint/parser": "^5.31.0",
29
+ "anysort": "^2.0.0",
30
+ "eslint-plugin-n": "^15.2.4",
31
+ "focus-trap-react": "^8.11.0",
32
+ "jwt-decode": "^3.1.2",
33
+ "query-string": "^7.1.1",
34
+ "tss-react": "^3.3.6",
35
+ "typescript": "^4.6.2",
36
+ "web-vitals": "^2.1.4"
37
+ },
38
+ "publishConfig": {
39
+ "access": "public"
40
+ }
41
+ }
@@ -6,6 +6,7 @@ export interface IAvatarMenuItemProps {
6
6
  export interface IAvatarPanelProps {
7
7
  avatarName: string;
8
8
  editProfileText?: string;
9
+ isAvatarOpen: boolean;
9
10
  avatarPanelLogoutString?: string;
10
11
  avatarPanelOnClickSwitchDirection?: any;
11
12
  avatarPanelOnClickLogout?: any;
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Accepts a string and returns 2 characters (max) as initials e.g. AN from Avatar Name
3
+ * @param avatarName string - Expected full name but accepts any string
4
+ * @returns string
5
+ */
6
+ export declare const handleAvatarInitials: (avatarName: string) => string;
7
+ /**
8
+ * Accepts a number and returns a react-spring style object from useSpring
9
+ * @param trigger boolean - Trigger to reverse the animation from main component
10
+ * @param animationCount number - Count tracking items from main component
11
+ * @param incrementAnimationCount Function - Function to increment animationCount from main component
12
+ * @returns Object
13
+ */
14
+ export declare const useStaggerAnimation: (trigger: boolean, animationCount: number, incrementAnimationCount: Function) => Object;
15
+ /**
16
+ * Accepts a number and returns a react-spring style object from useSpring
17
+ * @param animationCount number - Count tracking items from main component
18
+ * @param incrementAnimationCount Function - Function to increment animationCount from main component
19
+ * @returns Object
20
+ */
21
+ export declare const useFadeIn: (animationCount: number, incrementAnimationCount: Function) => Object;
@@ -0,0 +1,64 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { useSpring, config } from '@react-spring/web';
13
+ /**
14
+ * Accepts a string and returns 2 characters (max) as initials e.g. AN from Avatar Name
15
+ * @param avatarName string - Expected full name but accepts any string
16
+ * @returns string
17
+ */
18
+ export var handleAvatarInitials = function (avatarName) {
19
+ var _a, _b;
20
+ var firstInitial = avatarName.split('')[0] || '';
21
+ var secondInitial = '';
22
+ if (((_a = avatarName.split(' ')) === null || _a === void 0 ? void 0 : _a.length) > 1) {
23
+ firstInitial = avatarName.split(' ')[0][0];
24
+ if (((_b = avatarName.split(' ')[1]) === null || _b === void 0 ? void 0 : _b.length) > 0) {
25
+ secondInitial = avatarName === null || avatarName === void 0 ? void 0 : avatarName.split(' ')[1][0];
26
+ }
27
+ }
28
+ return "".concat(firstInitial).concat(secondInitial);
29
+ };
30
+ var STAGGER_ITEMS_DELAY = 70;
31
+ /**
32
+ * Accepts a number and returns a react-spring style object from useSpring
33
+ * @param trigger boolean - Trigger to reverse the animation from main component
34
+ * @param animationCount number - Count tracking items from main component
35
+ * @param incrementAnimationCount Function - Function to increment animationCount from main component
36
+ * @returns Object
37
+ */
38
+ export var useStaggerAnimation = function (trigger, animationCount, incrementAnimationCount) {
39
+ var defaultAnimationConfig = {
40
+ from: { opacity: 0, y: 10 },
41
+ to: { opacity: 1, y: 0 },
42
+ reverse: !trigger,
43
+ config: __assign(__assign({}, config.default), { mass: 1 })
44
+ };
45
+ var staggerAnimation = useSpring(__assign(__assign({}, defaultAnimationConfig), { delay: trigger ? STAGGER_ITEMS_DELAY * (animationCount + 1) : 0 }));
46
+ incrementAnimationCount();
47
+ return staggerAnimation;
48
+ };
49
+ /**
50
+ * Accepts a number and returns a react-spring style object from useSpring
51
+ * @param animationCount number - Count tracking items from main component
52
+ * @param incrementAnimationCount Function - Function to increment animationCount from main component
53
+ * @returns Object
54
+ */
55
+ export var useFadeIn = function (animationCount, incrementAnimationCount) {
56
+ var defaultAnimationConfig = {
57
+ from: { opacity: 0 },
58
+ to: { opacity: 1 },
59
+ config: __assign(__assign({}, config.default), { mass: 1 })
60
+ };
61
+ var staggerFadeInUpAnimation = useSpring(__assign(__assign({}, defaultAnimationConfig), { delay: STAGGER_ITEMS_DELAY * (animationCount + 1) }));
62
+ incrementAnimationCount();
63
+ return staggerFadeInUpAnimation;
64
+ };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/jest.config.ts ADDED
@@ -0,0 +1,11 @@
1
+ import type { Config } from '@jest/types'
2
+
3
+ const config: Config.InitialOptions = {
4
+ setupFilesAfterEnv: ['./jest.setup.ts'],
5
+ collectCoverageFrom: ['./src/lib/**/*.{ts,tsx}'],
6
+ collectCoverage: true,
7
+ testEnvironment: 'jsdom',
8
+ transformIgnorePatterns: [] // @TODO: check knock on effects from adding
9
+ }
10
+
11
+ export default config
package/jest.setup.ts ADDED
@@ -0,0 +1,5 @@
1
+ // jest-dom adds custom jest matchers for asserting on DOM nodes.
2
+ // allows you to do things like:
3
+ // expect(element).toHaveTextContent(/react/i)
4
+ // learn more: https://github.com/testing-library/jest-dom
5
+ import '@testing-library/jest-dom';
File without changes
package/merge.js ADDED
@@ -0,0 +1,27 @@
1
+ const fs = require('fs')
2
+ const _ = require('lodash')
3
+
4
+ const localPackageJson = require('./package.json')
5
+
6
+ const hardDeps = [
7
+ 'react',
8
+ 'react-dom',
9
+ '@testing-library/react',
10
+ '@testing-library/jest',
11
+ '@testing-library/jest-dom',
12
+ '@testing-library/user-event',
13
+ 'react-scripts'
14
+ ]
15
+
16
+ delete localPackageJson.browserslist
17
+ delete localPackageJson.devDependencies
18
+ delete localPackageJson.scripts
19
+
20
+ localPackageJson.main = 'index.js'
21
+ localPackageJson.module = 'index.js'
22
+
23
+ const dependencies = _.omit(localPackageJson.dependencies, hardDeps)
24
+
25
+ localPackageJson.dependencies = dependencies
26
+
27
+ fs.writeFileSync('./dist/package.json', JSON.stringify(localPackageJson, null, 2))
package/package.json CHANGED
@@ -9,10 +9,10 @@
9
9
  "components",
10
10
  "ui"
11
11
  ],
12
- "version": "1.6.0",
12
+ "version": "1.6.1",
13
13
  "private": false,
14
- "main": "index.js",
15
- "module": "index.js",
14
+ "main": "dist/index.js",
15
+ "module": "dist/index.js",
16
16
  "dependencies": {
17
17
  "@emotion/react": "^11.7.1",
18
18
  "@emotion/styled": "^11.6.0",
@@ -20,6 +20,10 @@
20
20
  "@mui/icons-material": "^5.8.4",
21
21
  "@mui/material": "^5.8.5",
22
22
  "@mui/x-data-grid": "^5.12.3",
23
+ "@react-spring/web": "^9.6.1",
24
+ "@testing-library/jest-dom": "^5.16.1",
25
+ "@testing-library/react": "^12.1.5",
26
+ "@testing-library/user-event": "^13.5.0",
23
27
  "@types/jest": "^27.4.0",
24
28
  "@types/node": "^16.11.45",
25
29
  "@types/react": "^17.0.48",
@@ -28,13 +32,76 @@
28
32
  "anysort": "^2.0.0",
29
33
  "eslint-plugin-n": "^15.2.4",
30
34
  "focus-trap-react": "^8.11.0",
31
- "framer-motion": "^6.5.1",
32
35
  "jwt-decode": "^3.1.2",
33
36
  "query-string": "^7.1.1",
37
+ "react": "^17.0.2",
38
+ "react-dom": "^17.0.2",
39
+ "react-scripts": "5.0.1",
34
40
  "tss-react": "^3.3.6",
35
41
  "typescript": "^4.6.2",
36
42
  "web-vitals": "^2.1.4"
37
43
  },
44
+ "scripts": {
45
+ "analyze:build": "source-map-explorer 'build/static/js/*.js'",
46
+ "analyze:module": "source-map-explorer 'dist/*.js'",
47
+ "build": "build-storybook",
48
+ "build:module": "rm -rf dist && tsc && npm run generate:package",
49
+ "generate:package": "node ./merge.js",
50
+ "lint": "eslint --ext .tsx ./src",
51
+ "lint:fix": "eslint --ext .tsx ./src --fix",
52
+ "start": "start-storybook -p 6006",
53
+ "start:run-tests": "npm run test:generate-output && npm run start",
54
+ "test": "jest",
55
+ "test:u": "jest --updateSnapshot && npm run lint:fix",
56
+ "test:update-snapshot": "test:u",
57
+ "test:generate-output": "jest --json --outputFile=.jest-test-results.json"
58
+ },
59
+ "browserslist": {
60
+ "production": [
61
+ ">0.2%",
62
+ "not dead",
63
+ "not op_mini all"
64
+ ],
65
+ "development": [
66
+ "last 1 chrome version",
67
+ "last 1 firefox version",
68
+ "last 1 safari version"
69
+ ]
70
+ },
71
+ "devDependencies": {
72
+ "@babel/cli": "7.20.7",
73
+ "@babel/core": "7.20.12",
74
+ "@babel/preset-env": "7.20.2",
75
+ "@babel/preset-react": "7.18.6",
76
+ "@babel/preset-typescript": "7.18.6",
77
+ "@semantic-release/changelog": "^6.0.2",
78
+ "@semantic-release/git": "^10.0.1",
79
+ "@semantic-release/github": "^8.0.7",
80
+ "@semantic-release/npm": "^9.0.2",
81
+ "@semantic-release/release-notes-generator": "^10.0.3",
82
+ "@storybook/addon-a11y": "6.5.16",
83
+ "@storybook/addon-actions": "6.5.16",
84
+ "@storybook/addon-essentials": "6.5.16",
85
+ "@storybook/addon-jest": "6.5.16",
86
+ "@storybook/addon-links": "6.5.16",
87
+ "@storybook/addons": "6.5.16",
88
+ "@storybook/builder-webpack5": "6.5.16",
89
+ "@storybook/manager-webpack5": "6.5.16",
90
+ "@storybook/node-logger": "6.5.16",
91
+ "@storybook/preset-create-react-app": "4.1.2",
92
+ "@storybook/react": "6.5.16",
93
+ "@storybook/theming": "6.5.16",
94
+ "babel-preset-minify": "0.5.2",
95
+ "eslint-config-standard": "17.0.0",
96
+ "eslint-plugin-node": "11.1.0",
97
+ "eslint-plugin-promise": "6.1.1",
98
+ "semantic-release": "^19.0.5",
99
+ "source-map-explorer": "2.5.3",
100
+ "source-map-loader": "3.0.2",
101
+ "storybook-rtl-addon": "0.3.3",
102
+ "ts-node": "10.9.1",
103
+ "webpack": "5.75.0"
104
+ },
38
105
  "publishConfig": {
39
106
  "access": "public"
40
107
  }
Binary file
@@ -0,0 +1,5 @@
1
+ <svg width="400" height="400" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="200" cy="200.25" r="72.5" stroke="#6F9EFF" stroke-width="5"/>
3
+ <circle cx="200" cy="200.25" r="41" fill="#2570EE"/>
4
+ <circle cx="234" cy="136.25" r="14" fill="#2570EE"/>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 58.84 51.92"><defs><style>.cls-1,.cls-2{fill:#87b900;}.cls-2{opacity:.7;}</style></defs><g id="Layer_1-2"><g><path class="cls-2" d="M47.96,20.32h0l10.88,31.6h-10.88l-7.4-23.13c-1.51-4.71,2.53-9.33,7.4-8.47Z"/><path class="cls-2" d="M34.34,34.74h0l8.05,17.18-10.71-1.89-3.39-10.38c-1.18-3.63,2.74-6.81,6.05-4.9Z"/><path class="cls-2" d="M16.38,44.04h0c-.91-1.09-2.62,.05-1.96,1.31l.59,1.13,9.42,5.44-8.04-7.88Z"/><path class="cls-1" d="M58.84,0h0V51.92h-10.88V10.88C47.96,4.87,52.83,0,58.84,0Z"/><path class="cls-1" d="M45.26,19.13h0V51.22h-10.88V30.01c0-6,4.87-10.88,10.88-10.88Z" transform="translate(6.71 -6.38) rotate(10)"/><path class="cls-1" d="M30.11,30.7h0v19.83h-10.88v-8.96c0-6,4.87-10.88,10.88-10.88Z" transform="translate(23.61 -6.89) rotate(30)"/><path class="cls-1" d="M13.63,37.69h0v12.26H2.75v-1.38c0-6,4.87-10.88,10.88-10.88Z" transform="translate(36.49 9.38) rotate(50)"/></g></g></svg>
Binary file
Binary file
Binary file
@@ -0,0 +1,6 @@
1
+ <svg width="612" height="567" viewBox="0 0 612 567" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M430.89 83.09C424.18 66.96 414.29 52.15 401.52 39.44C388.75 26.72 373.89 16.87 357.69 10.19C357.12 9.95 356.54 9.71999 355.97 9.48999C351.3 7.62999 346.51 6.04 341.63 4.72C330.19 1.62 318.24 0.02 306.04 0C293.85 0.02 281.9 1.62 270.46 4.72C265.58 6.04 260.79 7.62999 256.12 9.48999C255.55 9.71999 254.97 9.94 254.4 10.19C238.2 16.86 223.34 26.72 210.57 39.44C197.8 52.16 187.91 66.96 181.2 83.09C174.49 99.22 170.98 116.66 170.98 134.63L170.87 193.75C170.87 202.36 180.19 207.75 187.65 203.44L247.04 169.14C252.58 165.94 255.99 160.03 255.99 153.64L256.1 134.63C256.1 134.49 256.1 134.35 256.12 134.21C256.14 130.92 256.49 127.7 257.13 124.59C257.79 121.35 258.78 118.21 260.04 115.24C262.57 109.27 266.24 103.9 270.77 99.39C275.28 94.88 280.68 91.22 286.67 88.7C292.63 86.21 299.16 84.82 306.04 84.8C312.92 84.82 319.45 86.21 325.41 88.7C331.4 91.23 336.8 94.88 341.31 99.39C345.84 103.9 349.51 109.27 352.04 115.24C353.29 118.22 354.29 121.35 354.95 124.59C355.59 127.69 355.94 130.91 355.96 134.2C355.98 134.34 355.98 134.48 355.98 134.62L355.87 153.63C355.87 160.02 359.28 165.93 364.82 169.13L424.21 203.43C431.67 207.74 440.99 202.35 440.99 193.74L441.1 134.62C441.1 116.64 437.58 99.21 430.88 83.08L430.89 83.09Z" fill="#003366"/>
3
+ <path d="M393.72 291.95V372.57C393.72 378.97 390.31 384.88 384.77 388.07L314.95 428.37C309.41 431.57 302.59 431.57 297.05 428.37L227.23 388.06C221.69 384.86 218.28 378.95 218.28 372.56V291.94C218.28 285.54 221.69 279.64 227.23 276.44L297.05 236.13C302.59 232.93 309.41 232.93 314.95 236.13L384.77 276.44C390.31 279.64 393.72 285.55 393.72 291.94V291.95Z" fill="#003366"/>
4
+ <path d="M456.38 565.21C473.66 567.8 491.44 566.97 508.93 562.61C526.41 558.24 542.53 550.61 556.61 540.19C557.12 539.82 557.61 539.45 558.1 539.07C562.11 536.04 565.94 532.75 569.59 529.26C578.16 521.06 585.7 511.66 592.01 501.23C598.29 490.78 603.09 479.72 606.35 468.32C607.74 463.46 608.85 458.54 609.67 453.58C609.77 452.97 609.88 452.36 609.96 451.74C612.61 434.42 611.85 416.61 607.55 399.11C603.26 381.61 595.69 365.49 585.34 351.42C574.99 337.35 561.88 325.33 546.49 316.04L495.92 285.41C488.55 280.96 479.12 286.17 478.96 294.78L477.65 363.35C477.53 369.74 480.83 375.72 486.3 379.02L502.52 388.93C502.64 389 502.76 389.07 502.87 389.16C505.68 390.88 508.26 392.84 510.58 394.99C513.01 397.23 515.18 399.7 517.09 402.31C520.9 407.56 523.6 413.48 525.12 419.69C526.65 425.88 527 432.4 526.06 438.83C525.12 445.22 522.94 451.53 519.4 457.43C515.83 463.31 511.26 468.18 506.06 472C500.8 475.83 494.88 478.56 488.69 480.09C482.49 481.64 476 482.01 469.57 481.09C466.37 480.63 463.17 479.86 460.06 478.75C457.07 477.7 454.13 476.33 451.31 474.65C451.18 474.59 451.06 474.52 450.94 474.45L434.72 464.54C429.24 461.24 422.42 461.11 416.82 464.2L356.77 497.34C349.23 501.5 349.02 512.27 356.4 516.71L406.97 547.34C422.36 556.62 439.11 562.62 456.39 565.21H456.38Z" fill="#003366"/>
5
+ <path d="M155.62 565.21C138.34 567.8 120.56 566.97 103.07 562.61C85.5899 558.24 69.4699 550.61 55.3899 540.19C54.8799 539.82 54.3899 539.45 53.8999 539.07C49.8899 536.04 46.0599 532.75 42.4099 529.26C33.8399 521.06 26.2999 511.66 19.9899 501.23C13.7099 490.78 8.90992 479.72 5.64992 468.32C4.25992 463.46 3.14993 458.54 2.32993 453.58C2.22993 452.97 2.11992 452.36 2.03992 451.74C-0.610076 434.42 0.149927 416.61 4.44993 399.11C8.73993 381.61 16.3099 365.49 26.6599 351.42C37.0099 337.35 50.1199 325.33 65.5099 316.04L116.08 285.41C123.45 280.96 132.88 286.17 133.04 294.78L134.35 363.35C134.47 369.74 131.17 375.72 125.7 379.02L109.48 388.93C109.36 389 109.24 389.07 109.13 389.16C106.32 390.88 103.74 392.84 101.42 394.99C98.9899 397.23 96.8199 399.7 94.9099 402.31C91.0999 407.56 88.3999 413.48 86.8799 419.69C85.3499 425.88 84.9999 432.4 85.9399 438.83C86.8799 445.22 89.0599 451.53 92.5999 457.43C96.1699 463.31 100.74 468.18 105.94 472C111.2 475.83 117.12 478.56 123.31 480.09C129.51 481.64 136 482.01 142.43 481.09C145.63 480.63 148.83 479.86 151.94 478.75C154.93 477.7 157.87 476.33 160.69 474.65C160.82 474.59 160.94 474.52 161.06 474.45L177.28 464.54C182.76 461.24 189.58 461.11 195.18 464.2L255.23 497.34C262.77 501.5 262.98 512.27 255.6 516.71L205.03 547.34C189.64 556.62 172.89 562.62 155.61 565.21H155.62Z" fill="#003366"/>
6
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><defs><style>.cls-1{fill:#036;}.cls-2{fill:#fff;}</style></defs><rect class="cls-1" width="1024" height="1024"/><g><path class="cls-2" d="M636.89,311.75c-6.71-16.13-16.6-30.94-29.37-43.65-12.77-12.72-27.63-22.57-43.83-29.25-.57-.24-1.15-.47-1.72-.7-4.67-1.86-9.46-3.45-14.34-4.77-11.44-3.1-23.39-4.7-35.59-4.72h0c-12.19,.02-24.14,1.62-35.58,4.72-4.88,1.32-9.67,2.91-14.34,4.77-.57,.23-1.15,.45-1.72,.7-16.2,6.67-31.06,16.53-43.83,29.25-12.77,12.72-22.66,27.52-29.37,43.65-6.71,16.13-10.22,33.57-10.22,51.54l-.11,59.12c0,8.61,9.32,14,16.78,9.69l59.39-34.3c5.54-3.2,8.95-9.11,8.95-15.5l.11-19.01c0-.14,0-.28,.02-.42,.02-3.29,.37-6.51,1.01-9.62,.66-3.24,1.65-6.38,2.91-9.35,2.53-5.97,6.2-11.34,10.73-15.85,4.51-4.51,9.91-8.17,15.9-10.69,5.96-2.49,12.49-3.88,19.37-3.9h0c6.88,.02,13.41,1.41,19.37,3.9,5.99,2.53,11.39,6.18,15.9,10.69,4.53,4.51,8.2,9.88,10.73,15.85,1.25,2.98,2.25,6.11,2.91,9.35,.64,3.1,.99,6.32,1.01,9.61,.02,.14,.02,.28,.02,.42l-.11,19.01c0,6.39,3.41,12.3,8.95,15.5l59.39,34.3c7.46,4.31,16.78-1.08,16.78-9.69l.11-59.12c0-17.98-3.52-35.41-10.22-51.54Z"/><path class="cls-2" d="M599.72,520.61v80.62c0,6.4-3.41,12.31-8.95,15.5l-69.82,40.3c-5.54,3.2-12.36,3.2-17.9,0l-69.82-40.31c-5.54-3.2-8.95-9.11-8.95-15.5v-80.62c0-6.4,3.41-12.3,8.95-15.5l69.82-40.31c5.54-3.2,12.36-3.2,17.9,0l69.82,40.31c5.54,3.2,8.95,9.11,8.95,15.5Z"/><path class="cls-2" d="M662.38,793.87c17.28,2.59,35.06,1.76,52.55-2.6,17.48-4.37,33.6-12,47.68-22.42,.51-.37,1-.74,1.49-1.12,4.01-3.03,7.84-6.32,11.49-9.81,8.57-8.2,16.11-17.6,22.42-28.03h0c6.28-10.45,11.08-21.51,14.34-32.91,1.39-4.86,2.5-9.78,3.32-14.74,.1-.61,.21-1.22,.29-1.84,2.65-17.32,1.89-35.13-2.41-52.63-4.29-17.5-11.86-33.62-22.21-47.69-10.35-14.07-23.46-26.09-38.85-35.38l-50.57-30.63c-7.37-4.45-16.8,.76-16.96,9.37l-1.31,68.57c-.12,6.39,3.18,12.37,8.65,15.67l16.22,9.91c.12,.07,.24,.14,.35,.23,2.81,1.72,5.39,3.68,7.71,5.83,2.43,2.24,4.6,4.71,6.51,7.32,3.81,5.25,6.51,11.17,8.03,17.38,1.53,6.19,1.88,12.71,.94,19.14-.94,6.39-3.12,12.7-6.66,18.6h0c-3.57,5.88-8.14,10.75-13.34,14.57-5.26,3.83-11.18,6.56-17.37,8.09-6.2,1.55-12.69,1.92-19.12,1-3.2-.46-6.4-1.23-9.51-2.34-2.99-1.05-5.93-2.42-8.75-4.1-.13-.06-.25-.13-.37-.2l-16.22-9.91c-5.48-3.3-12.3-3.43-17.9-.34l-60.05,33.14c-7.54,4.16-7.75,14.93-.37,19.37l50.57,30.63c15.39,9.28,32.14,15.28,49.42,17.87Z"/><path class="cls-2" d="M361.62,793.87c-17.28,2.59-35.06,1.76-52.55-2.6-17.48-4.37-33.6-12-47.68-22.42-.51-.37-1-.74-1.49-1.12-4.01-3.03-7.84-6.32-11.49-9.81-8.57-8.2-16.11-17.6-22.42-28.03h0c-6.28-10.45-11.08-21.51-14.34-32.91-1.39-4.86-2.5-9.78-3.32-14.74-.1-.61-.21-1.22-.29-1.84-2.65-17.32-1.89-35.13,2.41-52.63,4.29-17.5,11.86-33.62,22.21-47.69,10.35-14.07,23.46-26.09,38.85-35.38l50.57-30.63c7.37-4.45,16.8,.76,16.96,9.37l1.31,68.57c.12,6.39-3.18,12.37-8.65,15.67l-16.22,9.91c-.12,.07-.24,.14-.35,.23-2.81,1.72-5.39,3.68-7.71,5.83-2.43,2.24-4.6,4.71-6.51,7.32-3.81,5.25-6.51,11.17-8.03,17.38-1.53,6.19-1.88,12.71-.94,19.14,.94,6.39,3.12,12.7,6.66,18.6h0c3.57,5.88,8.14,10.75,13.34,14.57,5.26,3.83,11.18,6.56,17.37,8.09,6.2,1.55,12.69,1.92,19.12,1,3.2-.46,6.4-1.23,9.51-2.34,2.99-1.05,5.93-2.42,8.75-4.1,.13-.06,.25-.13,.37-.2l16.22-9.91c5.48-3.3,12.3-3.43,17.9-.34l60.05,33.14c7.54,4.16,7.75,14.93,.37,19.37l-50.57,30.63c-15.39,9.28-32.14,15.28-49.42,17.87Z"/></g></svg>
@@ -0,0 +1,6 @@
1
+ <svg width="612" height="567" viewBox="0 0 612 567" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M430.89 83.09C424.18 66.96 414.29 52.15 401.52 39.44C388.75 26.72 373.89 16.87 357.69 10.19C357.12 9.95 356.54 9.71999 355.97 9.48999C351.3 7.62999 346.51 6.04 341.63 4.72C330.19 1.62 318.24 0.02 306.04 0C293.85 0.02 281.9 1.62 270.46 4.72C265.58 6.04 260.79 7.62999 256.12 9.48999C255.55 9.71999 254.97 9.94 254.4 10.19C238.2 16.86 223.34 26.72 210.57 39.44C197.8 52.16 187.91 66.96 181.2 83.09C174.49 99.22 170.98 116.66 170.98 134.63L170.87 193.75C170.87 202.36 180.19 207.75 187.65 203.44L247.04 169.14C252.58 165.94 255.99 160.03 255.99 153.64L256.1 134.63C256.1 134.49 256.1 134.35 256.12 134.21C256.14 130.92 256.49 127.7 257.13 124.59C257.79 121.35 258.78 118.21 260.04 115.24C262.57 109.27 266.24 103.9 270.77 99.39C275.28 94.88 280.68 91.22 286.67 88.7C292.63 86.21 299.16 84.82 306.04 84.8C312.92 84.82 319.45 86.21 325.41 88.7C331.4 91.23 336.8 94.88 341.31 99.39C345.84 103.9 349.51 109.27 352.04 115.24C353.29 118.22 354.29 121.35 354.95 124.59C355.59 127.69 355.94 130.91 355.96 134.2C355.98 134.34 355.98 134.48 355.98 134.62L355.87 153.63C355.87 160.02 359.28 165.93 364.82 169.13L424.21 203.43C431.67 207.74 440.99 202.35 440.99 193.74L441.1 134.62C441.1 116.64 437.58 99.21 430.88 83.08L430.89 83.09Z" fill="white"/>
3
+ <path d="M393.72 291.95V372.57C393.72 378.97 390.31 384.88 384.77 388.07L314.95 428.37C309.41 431.57 302.59 431.57 297.05 428.37L227.23 388.06C221.69 384.86 218.28 378.95 218.28 372.56V291.94C218.28 285.54 221.69 279.64 227.23 276.44L297.05 236.13C302.59 232.93 309.41 232.93 314.95 236.13L384.77 276.44C390.31 279.64 393.72 285.55 393.72 291.94V291.95Z" fill="white"/>
4
+ <path d="M456.38 565.21C473.66 567.8 491.44 566.97 508.93 562.61C526.41 558.24 542.53 550.61 556.61 540.19C557.12 539.82 557.61 539.45 558.1 539.07C562.11 536.04 565.94 532.75 569.59 529.26C578.16 521.06 585.7 511.66 592.01 501.23C598.29 490.78 603.09 479.72 606.35 468.32C607.74 463.46 608.85 458.54 609.67 453.58C609.77 452.97 609.88 452.36 609.96 451.74C612.61 434.42 611.85 416.61 607.55 399.11C603.26 381.61 595.69 365.49 585.34 351.42C574.99 337.35 561.88 325.33 546.49 316.04L495.92 285.41C488.55 280.96 479.12 286.17 478.96 294.78L477.65 363.35C477.53 369.74 480.83 375.72 486.3 379.02L502.52 388.93C502.64 389 502.76 389.07 502.87 389.16C505.68 390.88 508.26 392.84 510.58 394.99C513.01 397.23 515.18 399.7 517.09 402.31C520.9 407.56 523.6 413.48 525.12 419.69C526.65 425.88 527 432.4 526.06 438.83C525.12 445.22 522.94 451.53 519.4 457.43C515.83 463.31 511.26 468.18 506.06 472C500.8 475.83 494.88 478.56 488.69 480.09C482.49 481.64 476 482.01 469.57 481.09C466.37 480.63 463.17 479.86 460.06 478.75C457.07 477.7 454.13 476.33 451.31 474.65C451.18 474.59 451.06 474.52 450.94 474.45L434.72 464.54C429.24 461.24 422.42 461.11 416.82 464.2L356.77 497.34C349.23 501.5 349.02 512.27 356.4 516.71L406.97 547.34C422.36 556.62 439.11 562.62 456.39 565.21H456.38Z" fill="white"/>
5
+ <path d="M155.62 565.21C138.34 567.8 120.56 566.97 103.07 562.61C85.5899 558.24 69.4699 550.61 55.3899 540.19C54.8799 539.82 54.3899 539.45 53.8999 539.07C49.8899 536.04 46.0599 532.75 42.4099 529.26C33.8399 521.06 26.2999 511.66 19.9899 501.23C13.7099 490.78 8.90992 479.72 5.64992 468.32C4.25992 463.46 3.14993 458.54 2.32993 453.58C2.22993 452.97 2.11992 452.36 2.03992 451.74C-0.610076 434.42 0.149927 416.61 4.44993 399.11C8.73993 381.61 16.3099 365.49 26.6599 351.42C37.0099 337.35 50.1199 325.33 65.5099 316.04L116.08 285.41C123.45 280.96 132.88 286.17 133.04 294.78L134.35 363.35C134.47 369.74 131.17 375.72 125.7 379.02L109.48 388.93C109.36 389 109.24 389.07 109.13 389.16C106.32 390.88 103.74 392.84 101.42 394.99C98.9899 397.23 96.8199 399.7 94.9099 402.31C91.0999 407.56 88.3999 413.48 86.8799 419.69C85.3499 425.88 84.9999 432.4 85.9399 438.83C86.8799 445.22 89.0599 451.53 92.5999 457.43C96.1699 463.31 100.74 468.18 105.94 472C111.2 475.83 117.12 478.56 123.31 480.09C129.51 481.64 136 482.01 142.43 481.09C145.63 480.63 148.83 479.86 151.94 478.75C154.93 477.7 157.87 476.33 160.69 474.65C160.82 474.59 160.94 474.52 161.06 474.45L177.28 464.54C182.76 461.24 189.58 461.11 195.18 464.2L255.23 497.34C262.77 501.5 262.98 512.27 255.6 516.71L205.03 547.34C189.64 556.62 172.89 562.62 155.61 565.21H155.62Z" fill="white"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="612" height="567" viewBox="0 0 612 567" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M430.89 83.09C424.18 66.96 414.29 52.15 401.52 39.44C388.75 26.72 373.89 16.87 357.69 10.19C357.12 9.95 356.54 9.71999 355.97 9.48999C351.3 7.62999 346.51 6.04 341.63 4.72C330.19 1.62 318.24 0.02 306.04 0C293.85 0.02 281.9 1.62 270.46 4.72C265.58 6.04 260.79 7.62999 256.12 9.48999C255.55 9.71999 254.97 9.94 254.4 10.19C238.2 16.86 223.34 26.72 210.57 39.44C197.8 52.16 187.91 66.96 181.2 83.09C174.49 99.22 170.98 116.66 170.98 134.63L170.87 193.75C170.87 202.36 180.19 207.75 187.65 203.44L247.04 169.14C252.58 165.94 255.99 160.03 255.99 153.64L256.1 134.63C256.1 134.49 256.1 134.35 256.12 134.21C256.14 130.92 256.49 127.7 257.13 124.59C257.79 121.35 258.78 118.21 260.04 115.24C262.57 109.27 266.24 103.9 270.77 99.39C275.28 94.88 280.68 91.22 286.67 88.7C292.63 86.21 299.16 84.82 306.04 84.8C312.92 84.82 319.45 86.21 325.41 88.7C331.4 91.23 336.8 94.88 341.31 99.39C345.84 103.9 349.51 109.27 352.04 115.24C353.29 118.22 354.29 121.35 354.95 124.59C355.59 127.69 355.94 130.91 355.96 134.2C355.98 134.34 355.98 134.48 355.98 134.62L355.87 153.63C355.87 160.02 359.28 165.93 364.82 169.13L424.21 203.43C431.67 207.74 440.99 202.35 440.99 193.74L441.1 134.62C441.1 116.64 437.58 99.21 430.88 83.08L430.89 83.09Z" fill="#DA1A32"/>
3
+ <path d="M393.72 291.95V372.57C393.72 378.97 390.31 384.88 384.77 388.07L314.95 428.37C309.41 431.57 302.59 431.57 297.05 428.37L227.23 388.06C221.69 384.86 218.28 378.95 218.28 372.56V291.94C218.28 285.54 221.69 279.64 227.23 276.44L297.05 236.13C302.59 232.93 309.41 232.93 314.95 236.13L384.77 276.44C390.31 279.64 393.72 285.55 393.72 291.94V291.95Z" fill="#003366"/>
4
+ <path d="M456.38 565.21C473.66 567.8 491.44 566.97 508.93 562.61C526.41 558.24 542.53 550.61 556.61 540.19C557.12 539.82 557.61 539.45 558.1 539.07C562.11 536.04 565.94 532.75 569.59 529.26C578.16 521.06 585.7 511.66 592.01 501.23C598.29 490.78 603.09 479.72 606.35 468.32C607.74 463.46 608.85 458.54 609.67 453.58C609.77 452.97 609.88 452.36 609.96 451.74C612.61 434.42 611.85 416.61 607.55 399.11C603.26 381.61 595.69 365.49 585.34 351.42C574.99 337.35 561.88 325.33 546.49 316.04L495.92 285.41C488.55 280.96 479.12 286.17 478.96 294.78L477.65 363.35C477.53 369.74 480.83 375.72 486.3 379.02L502.52 388.93C502.64 389 502.76 389.07 502.87 389.16C505.68 390.88 508.26 392.84 510.58 394.99C513.01 397.23 515.18 399.7 517.09 402.31C520.9 407.56 523.6 413.48 525.12 419.69C526.65 425.88 527 432.4 526.06 438.83C525.12 445.22 522.94 451.53 519.4 457.43C515.83 463.31 511.26 468.18 506.06 472C500.8 475.83 494.88 478.56 488.69 480.09C482.49 481.64 476 482.01 469.57 481.09C466.37 480.63 463.17 479.86 460.06 478.75C457.07 477.7 454.13 476.33 451.31 474.65C451.18 474.59 451.06 474.52 450.94 474.45L434.72 464.54C429.24 461.24 422.42 461.11 416.82 464.2L356.77 497.34C349.23 501.5 349.02 512.27 356.4 516.71L406.97 547.34C422.36 556.62 439.11 562.62 456.39 565.21H456.38Z" fill="#47BFAF"/>
5
+ <path d="M155.62 565.21C138.34 567.8 120.56 566.97 103.07 562.61C85.5899 558.24 69.4699 550.61 55.3899 540.19C54.8799 539.82 54.3899 539.45 53.8999 539.07C49.8899 536.04 46.0599 532.75 42.4099 529.26C33.8399 521.06 26.2999 511.66 19.9899 501.23C13.7099 490.78 8.90992 479.72 5.64992 468.32C4.25992 463.46 3.14993 458.54 2.32993 453.58C2.22993 452.97 2.11992 452.36 2.03992 451.74C-0.610076 434.42 0.149927 416.61 4.44993 399.11C8.73993 381.61 16.3099 365.49 26.6599 351.42C37.0099 337.35 50.1199 325.33 65.5099 316.04L116.08 285.41C123.45 280.96 132.88 286.17 133.04 294.78L134.35 363.35C134.47 369.74 131.17 375.72 125.7 379.02L109.48 388.93C109.36 389 109.24 389.07 109.13 389.16C106.32 390.88 103.74 392.84 101.42 394.99C98.9899 397.23 96.8199 399.7 94.9099 402.31C91.0999 407.56 88.3999 413.48 86.8799 419.69C85.3499 425.88 84.9999 432.4 85.9399 438.83C86.8799 445.22 89.0599 451.53 92.5999 457.43C96.1699 463.31 100.74 468.18 105.94 472C111.2 475.83 117.12 478.56 123.31 480.09C129.51 481.64 136 482.01 142.43 481.09C145.63 480.63 148.83 479.86 151.94 478.75C154.93 477.7 157.87 476.33 160.69 474.65C160.82 474.59 160.94 474.52 161.06 474.45L177.28 464.54C182.76 461.24 189.58 461.11 195.18 464.2L255.23 497.34C262.77 501.5 262.98 512.27 255.6 516.71L205.03 547.34C189.64 556.62 172.89 562.62 155.61 565.21H155.62Z" fill="#F99D2A"/>
6
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg width="820" height="316" viewBox="0 0 820 316" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M496.09 224.93V26.6H532.12V224.93H496.09V224.93Z" fill="#003366"/>
3
+ <path d="M639.4 96.47H675.43V224.93H639.4V204.02C633.9 220.8 613.54 228.23 600.89 228.23C567.33 228.23 549.73 205.67 550 167.16V96.47H586.03V165.24C586.03 185.32 598.13 194.67 610.51 194.67C622.89 194.67 639.39 187.52 639.39 164.41V96.47H639.4Z" fill="#003366"/>
4
+ <path d="M819.02 224.93H776.94L748.61 183.94L719.73 224.93H677.37L728.26 155.34L685.9 96.47H728.54L748.9 126.18L768.7 96.47H811.06L768.7 155.34L819.04 224.93H819.02Z" fill="#003366"/>
5
+ <path d="M471.73 60.16C451.1 60.16 444.5 71.44 444.22 86.84V96.47H472.28V124.53H444.22V224.93H408.19V124.53H383.98V96.47H408.19V87.12C408.19 48.61 428 26.61 464.58 26.61H479.98V60.17H471.73V60.16Z" fill="#003366"/>
6
+ <path d="M425.82 257.05C438.22 257.05 445.49 266.54 445.49 278.93C445.49 291.32 438.22 300.62 425.82 300.62H408.93V257.04H425.82V257.05ZM425.82 295.31C434.99 295.31 439.73 288.23 439.73 278.93C439.73 269.63 434.99 262.36 425.82 262.36H414.69V295.31H425.82Z" fill="#003366"/>
7
+ <path d="M481.36 288.23H457.33C458.15 293.48 461.95 296.2 467.01 296.2C470.61 296.2 473.9 294.56 475.61 291.58L480.35 293.48C477.82 298.6 472.51 301.39 466.81 301.39C458.4 301.39 451.63 295.13 451.63 285.77C451.63 276.41 458.4 270.34 466.81 270.34C475.22 270.34 481.48 276.41 481.48 285.77C481.48 286.59 481.42 287.41 481.35 288.24L481.36 288.23ZM475.98 283.49C475.28 278.43 471.68 275.52 466.81 275.52C461.94 275.52 458.27 278.18 457.39 283.49H475.98V283.49Z" fill="#003366"/>
8
+ <path d="M486.67 291.96H491.79C491.85 294.49 494.07 296.58 497.67 296.58C501.27 296.58 503.62 294.75 503.62 292.34C503.62 290.13 501.91 288.99 499.57 288.48L495.52 287.53C490.59 286.2 487.74 283.8 487.74 279.06C487.74 274.32 491.91 270.33 497.86 270.33C502.86 270.33 508.04 272.99 508.04 278.93H502.73C502.67 276.65 500.33 275.14 497.99 275.14C495.14 275.14 493.25 276.97 493.25 279.25C493.25 281.27 495.15 282.35 497.04 282.79L501.4 283.87C507.54 285.39 509.12 289.06 509.12 292.41C509.12 297.91 503.81 301.39 497.67 301.39C492.36 301.39 486.92 298.04 486.67 291.97V291.96Z" fill="#003366"/>
9
+ <path d="M515.39 260.21C515.39 258.12 517.16 256.54 519.25 256.54C521.34 256.54 523.17 258.12 523.17 260.21C523.17 262.3 521.4 263.88 519.25 263.88C517.1 263.88 515.39 262.3 515.39 260.21ZM516.53 300.63V271.09H522.03V300.63H516.53Z" fill="#003366"/>
10
+ <path d="M554.92 271.09H560.42V296.51C560.42 310.49 554.1 315.74 544.36 315.74C538.98 315.74 533.99 313.02 531.08 307.83L535.76 305.36C537.59 308.71 541.07 310.55 544.36 310.55C550.87 310.55 554.92 306.88 554.92 296.89V296C552.96 299.35 548.66 301.38 544.42 301.38C536.32 301.38 529.62 295.12 529.62 285.82C529.62 276.52 536.26 270.32 544.36 270.32C548.79 270.32 552.96 272.28 554.92 275.7V271.08V271.09ZM554.92 285.76C554.92 279.37 549.73 275.51 544.86 275.51C539.48 275.51 535.18 279.81 535.18 285.76C535.18 291.71 539.48 296.2 544.86 296.2C550.24 296.2 554.92 292.09 554.92 285.76Z" fill="#003366"/>
11
+ <path d="M597.24 283.55V300.63H591.74V283.87C591.74 278.94 588.7 275.77 584.59 275.77C580.48 275.77 575.55 278.24 575.55 284.63V300.63H570.05V271.09H575.55V275.58C577.32 271.97 582.13 270.33 585.35 270.33C592.69 270.33 597.3 275.26 597.24 283.55V283.55Z" fill="#003366"/>
12
+ <path d="M620.83 288.29H626.52C626.71 292.15 630.38 296.07 636.2 296.07C642.02 296.07 644.99 292.4 644.99 288.54C644.99 284.3 641.13 282.4 637.46 281.46L631.83 280.07C622.6 277.86 621.14 272.42 621.14 268.87C621.14 261.34 627.91 256.28 635.5 256.28C643.09 256.28 649.29 261.15 649.29 268.93H643.6C643.6 264.56 639.99 261.59 635.31 261.59C630.95 261.59 626.9 264.5 626.9 268.8C626.9 270.32 627.41 273.35 633.22 274.87L638.91 276.39C646.31 278.35 650.74 282.15 650.74 288.34C650.74 295.11 645.24 301.37 636.19 301.37C627.14 301.37 620.88 295.05 620.82 288.28L620.83 288.29Z" fill="#003366"/>
13
+ <path d="M678.08 271.09H684.03L665.69 314.98H659.87L666.07 299.74L654.18 271.09H660.13L669.05 292.85L678.09 271.09H678.08Z" fill="#003366"/>
14
+ <path d="M686.68 291.96H691.8C691.86 294.49 694.08 296.58 697.68 296.58C701.28 296.58 703.63 294.75 703.63 292.34C703.63 290.13 701.92 288.99 699.58 288.48L695.53 287.53C690.6 286.2 687.75 283.8 687.75 279.06C687.75 274.32 691.92 270.33 697.87 270.33C702.87 270.33 708.05 272.99 708.05 278.93H702.74C702.68 276.65 700.34 275.14 698 275.14C695.15 275.14 693.26 276.97 693.26 279.25C693.26 281.27 695.16 282.35 697.05 282.79L701.41 283.87C707.55 285.39 709.13 289.06 709.13 292.41C709.13 297.91 703.82 301.39 697.68 301.39C692.37 301.39 686.93 298.04 686.68 291.97V291.96Z" fill="#003366"/>
15
+ <path d="M730.7 271.09V275.83H724.31V300.62H718.81V275.83H713.5V271.09H718.81V259.96H724.31V271.09H730.7Z" fill="#003366"/>
16
+ <path d="M763.97 288.23H739.94C740.76 293.48 744.56 296.2 749.62 296.2C753.23 296.2 756.51 294.56 758.22 291.58L762.96 293.48C760.43 298.6 755.12 301.39 749.42 301.39C741.01 301.39 734.24 295.13 734.24 285.77C734.24 276.41 741.01 270.34 749.42 270.34C757.83 270.34 764.09 276.41 764.09 285.77C764.09 286.59 764.03 287.41 763.96 288.24L763.97 288.23ZM758.59 283.49C757.89 278.43 754.29 275.52 749.42 275.52C744.55 275.52 740.88 278.18 740 283.49H758.59V283.49Z" fill="#003366"/>
17
+ <path d="M818.12 283.55V300.63H812.62V283.87C812.62 278.94 809.9 275.65 805.6 275.65C800.35 275.59 797.63 279.26 797.63 285.83V300.63H792.13V283.87C792.13 278.87 789.41 275.65 785.49 275.65C781.32 275.65 777.14 278.37 777.14 284.63V300.63H771.64V271.09H777.14V275.64C778.59 272.42 782.45 270.33 786.63 270.33C790.81 270.33 794.66 272.61 796.37 276.66C799.09 271.35 803.71 270.33 806.68 270.33C814.08 270.33 818.13 275.26 818.13 283.55H818.12Z" fill="#003366"/>
18
+ <path d="M238.14 45.79C234.44 36.9 228.99 28.74 221.95 21.73C214.91 14.72 206.72 9.29 197.79 5.61C197.47 5.48 197.16 5.35 196.84 5.23C194.27 4.2 191.63 3.33001 188.94 2.60001C182.63 0.890006 176.05 0.01 169.33 0C162.61 0.01 156.02 0.890006 149.72 2.60001C147.03 3.33001 144.39 4.2 141.82 5.23C141.5 5.35 141.19 5.48 140.87 5.61C131.94 9.29 123.75 14.72 116.71 21.73C109.67 28.74 104.22 36.9 100.52 45.79C96.8201 54.68 94.8801 64.29 94.8801 74.2L94.8201 106.79C94.8201 111.54 99.9601 114.5 104.07 112.13L136.81 93.23C139.86 91.47 141.74 88.21 141.74 84.69L141.8 74.21C141.8 74.13 141.8 74.06 141.8 73.98C141.8 72.17 142 70.39 142.36 68.68C142.72 66.89 143.27 65.17 143.96 63.52C145.35 60.23 147.38 57.27 149.87 54.78C152.36 52.29 155.33 50.28 158.64 48.89C161.92 47.52 165.52 46.75 169.32 46.74C173.11 46.74 176.71 47.52 179.99 48.89C183.29 50.28 186.27 52.3 188.76 54.78C191.26 57.27 193.28 60.22 194.67 63.52C195.36 65.16 195.91 66.89 196.27 68.68C196.63 70.39 196.82 72.17 196.83 73.98C196.83 74.06 196.83 74.13 196.83 74.21L196.77 84.69C196.77 88.21 198.65 91.47 201.7 93.23L234.44 112.13C238.55 114.5 243.69 111.54 243.69 106.79L243.75 74.2C243.75 64.29 241.81 54.68 238.11 45.79H238.14Z" fill="#003366"/>
19
+ <path d="M217.65 160.91V205.35C217.65 208.88 215.77 212.13 212.72 213.89L174.24 236.1C171.19 237.86 167.43 237.86 164.37 236.1L125.89 213.88C122.84 212.12 120.96 208.86 120.96 205.34V160.91C120.96 157.39 122.84 154.13 125.89 152.37L164.37 130.15C167.42 128.39 171.18 128.39 174.24 130.15L212.72 152.37C215.77 154.13 217.65 157.39 217.65 160.91Z" fill="#003366"/>
20
+ <path d="M252.19 311.53C261.71 312.96 271.52 312.5 281.15 310.1C290.78 307.7 299.67 303.49 307.43 297.74C307.71 297.54 307.98 297.33 308.25 297.12C310.46 295.45 312.57 293.64 314.58 291.71C319.3 287.19 323.46 282.01 326.94 276.26C330.4 270.5 333.05 264.4 334.84 258.12C335.6 255.44 336.22 252.73 336.67 250C336.73 249.66 336.78 249.33 336.83 248.99C338.29 239.45 337.87 229.63 335.5 219.98C333.13 210.33 328.96 201.45 323.26 193.69C317.56 185.93 310.33 179.31 301.84 174.19L273.97 157.31C269.91 154.86 264.71 157.73 264.62 162.47L263.9 200.27C263.83 203.79 265.65 207.09 268.67 208.91L277.61 214.37C277.68 214.41 277.74 214.45 277.8 214.5C279.35 215.45 280.77 216.53 282.05 217.71C283.39 218.94 284.59 220.31 285.64 221.75C287.74 224.64 289.23 227.9 290.07 231.33C290.91 234.74 291.1 238.33 290.59 241.88C290.07 245.4 288.87 248.88 286.92 252.13C284.95 255.37 282.44 258.06 279.56 260.16C276.66 262.27 273.4 263.78 269.98 264.62C266.56 265.47 262.98 265.68 259.44 265.17C257.68 264.91 255.91 264.49 254.2 263.88C252.55 263.3 250.93 262.55 249.37 261.62C249.3 261.59 249.23 261.55 249.17 261.51L240.23 256.05C237.21 254.23 233.45 254.16 230.37 255.86L197.27 274.13C193.11 276.42 193 282.36 197.06 284.81L224.93 301.69C233.41 306.81 242.65 310.11 252.17 311.54L252.19 311.53Z" fill="#003366"/>
21
+ <path d="M86.41 311.53C76.89 312.96 67.08 312.5 57.45 310.1C47.81 307.69 38.93 303.49 31.17 297.74C30.89 297.54 30.62 297.33 30.35 297.12C28.14 295.45 26.03 293.64 24.02 291.71C19.3 287.19 15.14 282.01 11.66 276.26C8.20003 270.5 5.55004 264.4 3.76004 258.12C3.00004 255.44 2.38002 252.73 1.93002 250C1.87002 249.66 1.82002 249.33 1.77002 248.99C0.310018 239.45 0.730036 229.63 3.10004 219.98C5.47004 210.33 9.64003 201.45 15.34 193.69C21.04 185.93 28.27 179.31 36.76 174.19L64.63 157.31C68.69 154.86 73.89 157.73 73.98 162.47L74.7 200.27C74.77 203.79 72.95 207.09 69.93 208.91L60.99 214.37C60.92 214.41 60.86 214.45 60.8 214.5C59.25 215.45 57.83 216.53 56.55 217.71C55.21 218.94 54.01 220.31 52.96 221.75C50.86 224.64 49.37 227.9 48.53 231.33C47.69 234.74 47.5 238.33 48.01 241.88C48.53 245.4 49.73 248.88 51.68 252.13C53.65 255.37 56.16 258.06 59.04 260.16C61.94 262.27 65.2 263.78 68.62 264.62C72.04 265.47 75.62 265.68 79.16 265.17C80.92 264.91 82.69 264.49 84.4 263.88C86.05 263.3 87.67 262.55 89.23 261.62C89.3 261.59 89.37 261.55 89.43 261.51L98.37 256.05C101.39 254.23 105.15 254.16 108.23 255.86L141.33 274.13C145.49 276.42 145.6 282.36 141.54 284.81L113.67 301.69C105.19 306.81 95.95 310.11 86.43 311.54L86.41 311.53Z" fill="#003366"/>
22
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1579.4 800.12"><defs><style>.cls-1{fill:#036;}.cls-2{fill:#fff;}</style></defs><rect class="cls-1" width="1579.4" height="800.12"/><g><g><path class="cls-2" d="M874.09,469.82v-198.33h36.03v198.33h-36.03Z"/><path class="cls-2" d="M1017.4,341.36h36.03v128.46h-36.03v-20.91c-5.5,16.78-25.86,24.21-38.51,24.21-33.56,0-51.16-22.56-50.89-61.07v-70.69h36.03v68.77c0,20.08,12.1,29.43,24.48,29.43s28.88-7.15,28.88-30.26v-67.94Z"/><path class="cls-2" d="M1197.02,469.82h-42.08l-28.33-40.99-28.88,40.99h-42.36l50.89-69.59-42.36-58.87h42.64l20.36,29.71,19.8-29.71h42.36l-42.36,58.87,50.34,69.59Z"/></g><path class="cls-2" d="M849.73,305.05c-20.63,0-27.23,11.28-27.51,26.68v9.63h28.06v28.06h-28.06v100.4h-36.03v-100.4h-24.21v-28.06h24.21v-9.35c0-38.51,19.81-60.51,56.39-60.51h15.4v33.56h-8.25Z"/><g><path class="cls-2" d="M803.82,501.94c12.4,0,19.67,9.49,19.67,21.88s-7.27,21.69-19.67,21.69h-16.89v-43.58h16.89Zm0,38.26c9.17,0,13.91-7.08,13.91-16.38s-4.74-16.57-13.91-16.57h-11.13v32.95h11.13Z"/><path class="cls-2" d="M859.36,533.12h-24.03c.82,5.25,4.62,7.97,9.68,7.97,3.6,0,6.89-1.64,8.6-4.62l4.74,1.9c-2.53,5.12-7.84,7.91-13.54,7.91-8.41,0-15.18-6.26-15.18-15.62s6.77-15.43,15.18-15.43,14.67,6.07,14.67,15.43c0,.82-.06,1.64-.13,2.47Zm-5.38-4.74c-.7-5.06-4.3-7.97-9.17-7.97s-8.54,2.66-9.42,7.97h18.59Z"/><path class="cls-2" d="M864.67,536.85h5.12c.06,2.53,2.28,4.62,5.88,4.62s5.95-1.83,5.95-4.24c0-2.21-1.71-3.35-4.05-3.86l-4.05-.95c-4.93-1.33-7.78-3.73-7.78-8.47s4.17-8.73,10.12-8.73c5,0,10.18,2.66,10.18,8.6h-5.31c-.06-2.28-2.4-3.79-4.74-3.79-2.85,0-4.74,1.83-4.74,4.11,0,2.02,1.9,3.1,3.79,3.54l4.36,1.08c6.14,1.52,7.72,5.19,7.72,8.54,0,5.5-5.31,8.98-11.45,8.98-5.31,0-10.75-3.35-11-9.42Z"/><path class="cls-2" d="M893.39,505.1c0-2.09,1.77-3.67,3.86-3.67s3.92,1.58,3.92,3.67-1.77,3.67-3.92,3.67-3.86-1.58-3.86-3.67Zm1.14,40.42v-29.54h5.5v29.54h-5.5Z"/><path class="cls-2" d="M932.92,515.98h5.5v25.42c0,13.98-6.32,19.23-16.06,19.23-5.38,0-10.37-2.72-13.28-7.91l4.68-2.47c1.83,3.35,5.31,5.19,8.6,5.19,6.51,0,10.56-3.67,10.56-13.66v-.89c-1.96,3.35-6.26,5.38-10.5,5.38-8.1,0-14.8-6.26-14.8-15.56s6.64-15.5,14.74-15.5c4.43,0,8.6,1.96,10.56,5.38v-4.62Zm0,14.67c0-6.39-5.19-10.25-10.06-10.25-5.38,0-9.68,4.3-9.68,10.25s4.3,10.44,9.68,10.44,10.06-4.11,10.06-10.44Z"/><path class="cls-2" d="M975.24,528.44v17.08h-5.5v-16.76c0-4.93-3.04-8.1-7.15-8.1s-9.04,2.47-9.04,8.86v16h-5.5v-29.54h5.5v4.49c1.77-3.61,6.58-5.25,9.8-5.25,7.34,0,11.95,4.93,11.89,13.22Z"/><path class="cls-2" d="M998.83,533.18h5.69c.19,3.86,3.86,7.78,9.68,7.78s8.79-3.67,8.79-7.53c0-4.24-3.86-6.14-7.53-7.08l-5.63-1.39c-9.23-2.21-10.69-7.65-10.69-11.2,0-7.53,6.77-12.59,14.36-12.59s13.79,4.87,13.79,12.65h-5.69c0-4.37-3.61-7.34-8.29-7.34-4.36,0-8.41,2.91-8.41,7.21,0,1.52,.51,4.55,6.32,6.07l5.69,1.52c7.4,1.96,11.83,5.76,11.83,11.95,0,6.77-5.5,13.03-14.55,13.03s-15.31-6.32-15.37-13.09Z"/><path class="cls-2" d="M1056.07,515.98h5.95l-18.34,43.89h-5.82l6.2-15.24-11.89-28.65h5.95l8.92,21.76,9.04-21.76Z"/><path class="cls-2" d="M1064.68,536.85h5.12c.06,2.53,2.28,4.62,5.88,4.62s5.95-1.83,5.95-4.24c0-2.21-1.71-3.35-4.05-3.86l-4.05-.95c-4.93-1.33-7.78-3.73-7.78-8.47s4.17-8.73,10.12-8.73c5,0,10.18,2.66,10.18,8.6h-5.31c-.06-2.28-2.4-3.79-4.74-3.79-2.85,0-4.74,1.83-4.74,4.11,0,2.02,1.9,3.1,3.79,3.54l4.36,1.08c6.14,1.52,7.72,5.19,7.72,8.54,0,5.5-5.31,8.98-11.45,8.98-5.31,0-10.75-3.35-11-9.42Z"/><path class="cls-2" d="M1108.7,515.98v4.74h-6.39v24.79h-5.5v-24.79h-5.31v-4.74h5.31v-11.13h5.5v11.13h6.39Z"/><path class="cls-2" d="M1141.97,533.12h-24.03c.82,5.25,4.62,7.97,9.68,7.97,3.61,0,6.89-1.64,8.6-4.62l4.74,1.9c-2.53,5.12-7.84,7.91-13.54,7.91-8.41,0-15.18-6.26-15.18-15.62s6.77-15.43,15.18-15.43,14.67,6.07,14.67,15.43c0,.82-.06,1.64-.13,2.47Zm-5.38-4.74c-.7-5.06-4.3-7.97-9.17-7.97s-8.54,2.66-9.42,7.97h18.59Z"/><path class="cls-2" d="M1196.12,528.44v17.08h-5.5v-16.76c0-4.93-2.72-8.22-7.02-8.22-5.25-.06-7.97,3.61-7.97,10.18v14.8h-5.5v-16.76c0-5-2.72-8.22-6.64-8.22-4.17,0-8.35,2.72-8.35,8.98v16h-5.5v-29.54h5.5v4.55c1.45-3.22,5.31-5.31,9.49-5.31s8.03,2.28,9.74,6.33c2.72-5.31,7.34-6.33,10.31-6.33,7.4,0,11.45,4.93,11.45,13.22Z"/></g><g><path class="cls-2" d="M616.14,290.68c-3.7-8.89-9.15-17.05-16.19-24.06-7.04-7.01-15.23-12.44-24.16-16.12-.32-.13-.63-.26-.95-.38-2.57-1.03-5.21-1.9-7.9-2.63-6.31-1.71-12.89-2.59-19.61-2.6h0c-6.72,.01-13.31,.89-19.61,2.6-2.69,.73-5.33,1.6-7.9,2.63-.32,.12-.63,.25-.95,.38-8.93,3.68-17.12,9.11-24.16,16.12-7.04,7.01-12.49,15.17-16.19,24.06-3.7,8.89-5.64,18.5-5.64,28.41l-.06,32.59c0,4.75,5.14,7.71,9.25,5.34l32.74-18.9c3.05-1.76,4.93-5.02,4.93-8.54l.06-10.48c0-.08,0-.15,0-.23,0-1.81,.2-3.59,.56-5.3,.36-1.79,.91-3.51,1.6-5.16,1.39-3.29,3.42-6.25,5.91-8.74,2.49-2.49,5.46-4.5,8.77-5.89,3.28-1.37,6.88-2.14,10.68-2.15h0c3.79,0,7.39,.78,10.67,2.15,3.3,1.39,6.28,3.41,8.77,5.89,2.5,2.49,4.52,5.44,5.91,8.74,.69,1.64,1.24,3.37,1.6,5.16,.36,1.71,.55,3.49,.56,5.3,0,.08,0,.15,0,.23l-.06,10.48c0,3.52,1.88,6.78,4.93,8.54l32.74,18.9c4.11,2.37,9.25-.59,9.25-5.34l.06-32.59c0-9.91-1.94-19.52-5.64-28.41Z"/><path class="cls-2" d="M595.65,405.8v44.44c0,3.53-1.88,6.78-4.93,8.54l-38.48,22.21c-3.05,1.76-6.81,1.76-9.87,0l-38.48-22.22c-3.05-1.76-4.93-5.02-4.93-8.54v-44.43c0-3.52,1.88-6.78,4.93-8.54l38.48-22.22c3.05-1.76,6.81-1.76,9.87,0l38.48,22.22c3.05,1.76,4.93,5.02,4.93,8.54Z"/><path class="cls-2" d="M630.19,556.42c9.52,1.43,19.33,.97,28.96-1.43s18.52-6.61,26.28-12.36c.28-.2,.55-.41,.82-.62,2.21-1.67,4.32-3.48,6.33-5.41,4.72-4.52,8.88-9.7,12.36-15.45h0c3.46-5.76,6.11-11.86,7.9-18.14,.76-2.68,1.38-5.39,1.83-8.12,.06-.34,.11-.67,.16-1.01,1.46-9.54,1.04-19.36-1.33-29.01-2.37-9.65-6.54-18.53-12.24-26.29-5.7-7.76-12.93-14.38-21.42-19.5l-27.87-16.88c-4.06-2.45-9.26,.42-9.35,5.16l-.72,37.8c-.07,3.52,1.75,6.82,4.77,8.64l8.94,5.46c.07,.04,.13,.08,.19,.13,1.55,.95,2.97,2.03,4.25,3.21,1.34,1.23,2.54,2.6,3.59,4.04,2.1,2.89,3.59,6.15,4.43,9.58,.84,3.41,1.03,7,.52,10.55-.52,3.52-1.72,7-3.67,10.25h0c-1.97,3.24-4.48,5.93-7.36,8.03-2.9,2.11-6.16,3.62-9.58,4.46-3.42,.85-7,1.06-10.54,.55-1.76-.26-3.53-.68-5.24-1.29-1.65-.58-3.27-1.33-4.83-2.26-.07-.03-.14-.07-.2-.11l-8.94-5.46c-3.02-1.82-6.78-1.89-9.86-.19l-33.1,18.27c-4.16,2.29-4.27,8.23-.21,10.68l27.87,16.88c8.48,5.12,17.72,8.42,27.24,9.85Z"/><path class="cls-2" d="M464.41,556.42c-9.52,1.43-19.33,.97-28.96-1.43-9.64-2.41-18.52-6.61-26.28-12.36-.28-.2-.55-.41-.82-.62-2.21-1.67-4.32-3.48-6.33-5.41-4.72-4.52-8.88-9.7-12.36-15.45h0c-3.46-5.76-6.11-11.86-7.9-18.14-.76-2.68-1.38-5.39-1.83-8.12-.06-.34-.11-.67-.16-1.01-1.46-9.54-1.04-19.36,1.33-29.01,2.37-9.65,6.54-18.53,12.24-26.29,5.7-7.76,12.93-14.38,21.42-19.5l27.87-16.88c4.06-2.45,9.26,.42,9.35,5.16l.72,37.8c.07,3.52-1.75,6.82-4.77,8.64l-8.94,5.46c-.07,.04-.13,.08-.19,.13-1.55,.95-2.97,2.03-4.25,3.21-1.34,1.23-2.54,2.6-3.59,4.04-2.1,2.89-3.59,6.15-4.43,9.58-.84,3.41-1.03,7-.52,10.55,.52,3.52,1.72,7,3.67,10.25h0c1.97,3.24,4.48,5.93,7.36,8.03,2.9,2.11,6.16,3.62,9.58,4.46,3.42,.85,7,1.06,10.54,.55,1.76-.26,3.53-.68,5.24-1.29,1.65-.58,3.27-1.33,4.83-2.26,.07-.03,.14-.07,.2-.11l8.94-5.46c3.02-1.82,6.78-1.89,9.86-.19l33.1,18.27c4.16,2.29,4.27,8.23,.21,10.68l-27.87,16.88c-8.48,5.12-17.72,8.42-27.24,9.85Z"/></g></g></svg>
@@ -0,0 +1,22 @@
1
+ <svg width="820" height="316" viewBox="0 0 820 316" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M496.09 224.93V26.6H532.12V224.93H496.09V224.93Z" fill="white"/>
3
+ <path d="M639.4 96.47H675.43V224.93H639.4V204.02C633.9 220.8 613.54 228.23 600.89 228.23C567.33 228.23 549.73 205.67 550 167.16V96.47H586.03V165.24C586.03 185.32 598.13 194.67 610.51 194.67C622.89 194.67 639.39 187.52 639.39 164.41V96.47H639.4Z" fill="white"/>
4
+ <path d="M819.02 224.93H776.94L748.61 183.94L719.73 224.93H677.37L728.26 155.34L685.9 96.47H728.54L748.9 126.18L768.7 96.47H811.06L768.7 155.34L819.04 224.93H819.02Z" fill="white"/>
5
+ <path d="M471.73 60.16C451.1 60.16 444.5 71.44 444.22 86.84V96.47H472.28V124.53H444.22V224.93H408.19V124.53H383.98V96.47H408.19V87.12C408.19 48.61 428 26.61 464.58 26.61H479.98V60.17H471.73V60.16Z" fill="white"/>
6
+ <path d="M425.82 257.05C438.22 257.05 445.49 266.54 445.49 278.93C445.49 291.32 438.22 300.62 425.82 300.62H408.93V257.04H425.82V257.05ZM425.82 295.31C434.99 295.31 439.73 288.23 439.73 278.93C439.73 269.63 434.99 262.36 425.82 262.36H414.69V295.31H425.82Z" fill="white"/>
7
+ <path d="M481.36 288.23H457.33C458.15 293.48 461.95 296.2 467.01 296.2C470.61 296.2 473.9 294.56 475.61 291.58L480.35 293.48C477.82 298.6 472.51 301.39 466.81 301.39C458.4 301.39 451.63 295.13 451.63 285.77C451.63 276.41 458.4 270.34 466.81 270.34C475.22 270.34 481.48 276.41 481.48 285.77C481.48 286.59 481.42 287.41 481.35 288.24L481.36 288.23ZM475.98 283.49C475.28 278.43 471.68 275.52 466.81 275.52C461.94 275.52 458.27 278.18 457.39 283.49H475.98V283.49Z" fill="white"/>
8
+ <path d="M486.67 291.96H491.79C491.85 294.49 494.07 296.58 497.67 296.58C501.27 296.58 503.62 294.75 503.62 292.34C503.62 290.13 501.91 288.99 499.57 288.48L495.52 287.53C490.59 286.2 487.74 283.8 487.74 279.06C487.74 274.32 491.91 270.33 497.86 270.33C502.86 270.33 508.04 272.99 508.04 278.93H502.73C502.67 276.65 500.33 275.14 497.99 275.14C495.14 275.14 493.25 276.97 493.25 279.25C493.25 281.27 495.15 282.35 497.04 282.79L501.4 283.87C507.54 285.39 509.12 289.06 509.12 292.41C509.12 297.91 503.81 301.39 497.67 301.39C492.36 301.39 486.92 298.04 486.67 291.97V291.96Z" fill="white"/>
9
+ <path d="M515.39 260.21C515.39 258.12 517.16 256.54 519.25 256.54C521.34 256.54 523.17 258.12 523.17 260.21C523.17 262.3 521.4 263.88 519.25 263.88C517.1 263.88 515.39 262.3 515.39 260.21ZM516.53 300.63V271.09H522.03V300.63H516.53Z" fill="white"/>
10
+ <path d="M554.92 271.09H560.42V296.51C560.42 310.49 554.1 315.74 544.36 315.74C538.98 315.74 533.99 313.02 531.08 307.83L535.76 305.36C537.59 308.71 541.07 310.55 544.36 310.55C550.87 310.55 554.92 306.88 554.92 296.89V296C552.96 299.35 548.66 301.38 544.42 301.38C536.32 301.38 529.62 295.12 529.62 285.82C529.62 276.52 536.26 270.32 544.36 270.32C548.79 270.32 552.96 272.28 554.92 275.7V271.08V271.09ZM554.92 285.76C554.92 279.37 549.73 275.51 544.86 275.51C539.48 275.51 535.18 279.81 535.18 285.76C535.18 291.71 539.48 296.2 544.86 296.2C550.24 296.2 554.92 292.09 554.92 285.76Z" fill="white"/>
11
+ <path d="M597.24 283.55V300.63H591.74V283.87C591.74 278.94 588.7 275.77 584.59 275.77C580.48 275.77 575.55 278.24 575.55 284.63V300.63H570.05V271.09H575.55V275.58C577.32 271.97 582.13 270.33 585.35 270.33C592.69 270.33 597.3 275.26 597.24 283.55V283.55Z" fill="white"/>
12
+ <path d="M620.83 288.29H626.52C626.71 292.15 630.38 296.07 636.2 296.07C642.02 296.07 644.99 292.4 644.99 288.54C644.99 284.3 641.13 282.4 637.46 281.46L631.83 280.07C622.6 277.86 621.14 272.42 621.14 268.87C621.14 261.34 627.91 256.28 635.5 256.28C643.09 256.28 649.29 261.15 649.29 268.93H643.6C643.6 264.56 639.99 261.59 635.31 261.59C630.95 261.59 626.9 264.5 626.9 268.8C626.9 270.32 627.41 273.35 633.22 274.87L638.91 276.39C646.31 278.35 650.74 282.15 650.74 288.34C650.74 295.11 645.24 301.37 636.19 301.37C627.14 301.37 620.88 295.05 620.82 288.28L620.83 288.29Z" fill="white"/>
13
+ <path d="M678.07 271.09H684.02L665.68 314.98H659.86L666.06 299.74L654.17 271.09H660.12L669.04 292.85L678.08 271.09H678.07Z" fill="white"/>
14
+ <path d="M686.68 291.96H691.8C691.86 294.49 694.08 296.58 697.68 296.58C701.28 296.58 703.63 294.75 703.63 292.34C703.63 290.13 701.92 288.99 699.58 288.48L695.53 287.53C690.6 286.2 687.75 283.8 687.75 279.06C687.75 274.32 691.92 270.33 697.87 270.33C702.87 270.33 708.05 272.99 708.05 278.93H702.74C702.68 276.65 700.34 275.14 698 275.14C695.15 275.14 693.26 276.97 693.26 279.25C693.26 281.27 695.16 282.35 697.05 282.79L701.41 283.87C707.55 285.39 709.13 289.06 709.13 292.41C709.13 297.91 703.82 301.39 697.68 301.39C692.37 301.39 686.93 298.04 686.68 291.97V291.96Z" fill="white"/>
15
+ <path d="M730.7 271.09V275.83H724.31V300.62H718.81V275.83H713.5V271.09H718.81V259.96H724.31V271.09H730.7Z" fill="white"/>
16
+ <path d="M763.97 288.23H739.94C740.76 293.48 744.56 296.2 749.62 296.2C753.23 296.2 756.51 294.56 758.22 291.58L762.96 293.48C760.43 298.6 755.12 301.39 749.42 301.39C741.01 301.39 734.24 295.13 734.24 285.77C734.24 276.41 741.01 270.34 749.42 270.34C757.83 270.34 764.09 276.41 764.09 285.77C764.09 286.59 764.03 287.41 763.96 288.24L763.97 288.23ZM758.59 283.49C757.89 278.43 754.29 275.52 749.42 275.52C744.55 275.52 740.88 278.18 740 283.49H758.59V283.49Z" fill="white"/>
17
+ <path d="M818.12 283.55V300.63H812.62V283.87C812.62 278.94 809.9 275.65 805.6 275.65C800.35 275.59 797.63 279.26 797.63 285.83V300.63H792.13V283.87C792.13 278.87 789.41 275.65 785.49 275.65C781.32 275.65 777.14 278.37 777.14 284.63V300.63H771.64V271.09H777.14V275.64C778.59 272.42 782.45 270.33 786.63 270.33C790.81 270.33 794.66 272.61 796.37 276.66C799.09 271.35 803.71 270.33 806.68 270.33C814.08 270.33 818.13 275.26 818.13 283.55H818.12Z" fill="white"/>
18
+ <path d="M238.14 45.79C234.44 36.9 228.99 28.74 221.95 21.73C214.91 14.72 206.72 9.29 197.79 5.61C197.47 5.48 197.16 5.35 196.84 5.23C194.27 4.2 191.63 3.33001 188.94 2.60001C182.63 0.890006 176.05 0.01 169.33 0C162.61 0.01 156.02 0.890006 149.72 2.60001C147.03 3.33001 144.39 4.2 141.82 5.23C141.5 5.35 141.19 5.48 140.87 5.61C131.94 9.29 123.75 14.72 116.71 21.73C109.67 28.74 104.22 36.9 100.52 45.79C96.8198 54.68 94.8798 64.29 94.8798 74.2L94.8198 106.79C94.8198 111.54 99.9598 114.5 104.07 112.13L136.81 93.23C139.86 91.47 141.74 88.21 141.74 84.69L141.8 74.21C141.8 74.13 141.8 74.06 141.8 73.98C141.8 72.17 142 70.39 142.36 68.68C142.72 66.89 143.27 65.17 143.96 63.52C145.35 60.23 147.38 57.27 149.87 54.78C152.36 52.29 155.33 50.28 158.64 48.89C161.92 47.52 165.52 46.75 169.32 46.74C173.11 46.74 176.71 47.52 179.99 48.89C183.29 50.28 186.27 52.3 188.76 54.78C191.26 57.27 193.28 60.22 194.67 63.52C195.36 65.16 195.91 66.89 196.27 68.68C196.63 70.39 196.82 72.17 196.83 73.98C196.83 74.06 196.83 74.13 196.83 74.21L196.77 84.69C196.77 88.21 198.65 91.47 201.7 93.23L234.44 112.13C238.55 114.5 243.69 111.54 243.69 106.79L243.75 74.2C243.75 64.29 241.81 54.68 238.11 45.79H238.14Z" fill="white"/>
19
+ <path d="M217.65 160.91V205.35C217.65 208.88 215.77 212.13 212.72 213.89L174.24 236.1C171.19 237.86 167.43 237.86 164.37 236.1L125.89 213.88C122.84 212.12 120.96 208.86 120.96 205.34V160.91C120.96 157.39 122.84 154.13 125.89 152.37L164.37 130.15C167.42 128.39 171.18 128.39 174.24 130.15L212.72 152.37C215.77 154.13 217.65 157.39 217.65 160.91Z" fill="white"/>
20
+ <path d="M252.19 311.53C261.71 312.96 271.52 312.5 281.15 310.1C290.78 307.7 299.67 303.49 307.43 297.74C307.71 297.54 307.98 297.33 308.25 297.12C310.46 295.45 312.57 293.64 314.58 291.71C319.3 287.19 323.46 282.01 326.94 276.26C330.4 270.5 333.05 264.4 334.84 258.12C335.6 255.44 336.22 252.73 336.67 250C336.73 249.66 336.78 249.33 336.83 248.99C338.29 239.45 337.87 229.63 335.5 219.98C333.13 210.33 328.96 201.45 323.26 193.69C317.56 185.93 310.33 179.31 301.84 174.19L273.97 157.31C269.91 154.86 264.71 157.73 264.62 162.47L263.9 200.27C263.83 203.79 265.65 207.09 268.67 208.91L277.61 214.37C277.68 214.41 277.74 214.45 277.8 214.5C279.35 215.45 280.77 216.53 282.05 217.71C283.39 218.94 284.59 220.31 285.64 221.75C287.74 224.64 289.23 227.9 290.07 231.33C290.91 234.74 291.1 238.33 290.59 241.88C290.07 245.4 288.87 248.88 286.92 252.13C284.95 255.37 282.44 258.06 279.56 260.16C276.66 262.27 273.4 263.78 269.98 264.62C266.56 265.47 262.98 265.68 259.44 265.17C257.68 264.91 255.91 264.49 254.2 263.88C252.55 263.3 250.93 262.55 249.37 261.62C249.3 261.59 249.23 261.55 249.17 261.51L240.23 256.05C237.21 254.23 233.45 254.16 230.37 255.86L197.27 274.13C193.11 276.42 193 282.36 197.06 284.81L224.93 301.69C233.41 306.81 242.65 310.11 252.17 311.54L252.19 311.53Z" fill="white"/>
21
+ <path d="M86.4099 311.53C76.8899 312.96 67.0799 312.5 57.4499 310.1C47.8099 307.69 38.9299 303.49 31.1699 297.74C30.8899 297.54 30.6199 297.33 30.3499 297.12C28.1399 295.45 26.0299 293.64 24.0199 291.71C19.2999 287.19 15.1399 282.01 11.6599 276.26C8.19991 270.5 5.54992 264.4 3.75992 258.12C2.99992 255.44 2.3799 252.73 1.9299 250C1.8699 249.66 1.8199 249.33 1.7699 248.99C0.309896 239.45 0.729913 229.63 3.09991 219.98C5.46991 210.33 9.6399 201.45 15.3399 193.69C21.0399 185.93 28.2699 179.31 36.7599 174.19L64.6299 157.31C68.6899 154.86 73.8899 157.73 73.9799 162.47L74.6999 200.27C74.7699 203.79 72.9499 207.09 69.9299 208.91L60.9899 214.37C60.9199 214.41 60.8599 214.45 60.7999 214.5C59.2499 215.45 57.8299 216.53 56.5499 217.71C55.2099 218.94 54.0099 220.31 52.9599 221.75C50.8599 224.64 49.3699 227.9 48.5299 231.33C47.6899 234.74 47.4999 238.33 48.0099 241.88C48.5299 245.4 49.7299 248.88 51.6799 252.13C53.6499 255.37 56.1599 258.06 59.0399 260.16C61.9399 262.27 65.1999 263.78 68.6199 264.62C72.0399 265.47 75.6199 265.68 79.1599 265.17C80.9199 264.91 82.6899 264.49 84.3999 263.88C86.0499 263.3 87.6699 262.55 89.2299 261.62C89.2999 261.59 89.3699 261.55 89.4299 261.51L98.3699 256.05C101.39 254.23 105.15 254.16 108.23 255.86L141.33 274.13C145.49 276.42 145.6 282.36 141.54 284.81L113.67 301.69C105.19 306.81 95.9499 310.11 86.4299 311.54L86.4099 311.53Z" fill="white"/>
22
+ </svg>