uikit-react-public 0.17.4 → 0.21.9

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 (282) hide show
  1. package/README.md +2 -4
  2. package/dist/components/Accordion/Accordion.Heading.d.ts +1 -0
  3. package/dist/components/AppHeader/AppHeader.d.ts +1 -1
  4. package/dist/components/AppHeader/AppHeaderBottom.d.ts +1 -1
  5. package/dist/components/AppHeader/AppHeaderNav.d.ts +1 -1
  6. package/dist/components/AppHeader/AppHeaderTop.d.ts +1 -1
  7. package/dist/components/Breadcrumbs/Breadcrumb.d.ts +3 -4
  8. package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  9. package/dist/components/Breadcrumbs/Breadcrumbs.stories.d.ts +1 -1
  10. package/dist/components/Button/Button.d.ts +7 -3
  11. package/dist/components/Button/Button.stories.d.ts +17 -7
  12. package/dist/components/Button/style/buttonAccentStyle.d.ts +4 -0
  13. package/dist/components/Button/style/buttonPrimaryDestructiveStyle.d.ts +4 -0
  14. package/dist/components/Button/style/buttonPrimaryStyle.d.ts +4 -0
  15. package/dist/components/Button/style/buttonPrimarySubtleStyle.d.ts +4 -0
  16. package/dist/components/Button/style/buttonPrimaryWarningStyle.d.ts +4 -0
  17. package/dist/components/Button/style/buttonSecondaryDestructiveStyle.d.ts +4 -0
  18. package/dist/components/Button/style/buttonSecondaryStyle.d.ts +4 -0
  19. package/dist/components/Button/style/buttonSecondarySubtleStyle.d.ts +4 -0
  20. package/dist/components/Button/style/buttonTertiaryDestructiveStyle.d.ts +4 -0
  21. package/dist/components/Button/style/buttonTertiaryNoPaddingStyle.d.ts +4 -0
  22. package/dist/components/Button/style/buttonTertiaryStyle.d.ts +4 -0
  23. package/dist/components/Checkbox/Checkbox.d.ts +1 -0
  24. package/dist/components/FooterNew/BackToTop.d.ts +8 -0
  25. package/dist/components/FooterNew/Footer.d.ts +23 -0
  26. package/dist/components/FooterNew/FooterColumn.d.ts +8 -0
  27. package/dist/components/FooterNew/FooterLinks.d.ts +7 -0
  28. package/dist/components/FooterNew/FooterNavLink.d.ts +8 -0
  29. package/dist/components/FooterNew/LegalAndCopyright.d.ts +14 -0
  30. package/dist/components/FooterNew/LogoAddressAndSocial.d.ts +10 -0
  31. package/dist/components/FooterNew/SocialLink.d.ts +8 -0
  32. package/dist/components/FooterNew/__tests__/Footer.test.d.ts +1 -0
  33. package/dist/components/FooterNew/index.d.ts +2 -0
  34. package/dist/components/HeaderNew/Header.d.ts +18 -0
  35. package/dist/components/HeaderNew/HeaderBorder.d.ts +7 -0
  36. package/dist/components/HeaderNew/HeaderLogo.d.ts +9 -0
  37. package/dist/components/HeaderNew/HeaderMenuContainer.d.ts +7 -0
  38. package/dist/components/HeaderNew/HeaderTitle.d.ts +9 -0
  39. package/dist/components/HeaderNew/__tests__/Header.test.d.ts +1 -0
  40. package/dist/components/HeaderNew/constants.d.ts +3 -0
  41. package/dist/components/HeaderNew/index.d.ts +3 -0
  42. package/dist/components/Heading/Heading.d.ts +6 -4
  43. package/dist/components/Heading/Heading.stories.d.ts +8 -6
  44. package/dist/components/Icon/svgImports.d.ts +7 -881
  45. package/dist/components/Link/BaseLink.d.ts +14 -5
  46. package/dist/components/Link/Link.d.ts +8 -3
  47. package/dist/components/Link/Link.stories.d.ts +3 -1
  48. package/dist/components/MenuNew/Menu.context.d.ts +14 -0
  49. package/dist/components/MenuNew/Menu.d.ts +20 -0
  50. package/dist/components/MenuNew/MenuContent.d.ts +9 -0
  51. package/dist/components/MenuNew/MenuItem.d.ts +10 -0
  52. package/dist/components/MenuNew/MenuSection.d.ts +7 -0
  53. package/dist/components/MenuNew/index.d.ts +6 -0
  54. package/dist/components/MenuNew/trigger/ButtonMenuTrigger.d.ts +8 -0
  55. package/dist/components/MenuNew/trigger/IconMenuTrigger.d.ts +8 -0
  56. package/dist/components/Overlay/Overlay.stories.d.ts +12 -12
  57. package/dist/components/Paragraph/Paragraph.d.ts +5 -2
  58. package/dist/components/Paragraph/Paragraph.stories.d.ts +6 -3
  59. package/dist/components/Select/Select.d.ts +2 -1
  60. package/dist/components/Select/Select.stories.d.ts +13 -1
  61. package/dist/components/Select/Select.types.d.ts +40 -13
  62. package/dist/components/Select/subcomponents/CustomSelect.d.ts +3 -3
  63. package/dist/components/Select/subcomponents/FilterInput.d.ts +3 -1
  64. package/dist/components/Select/subcomponents/NativeSelect.d.ts +2 -2
  65. package/dist/components/Select/subcomponents/VisibleField.d.ts +4 -1
  66. package/dist/components/Spinner/Spinner.d.ts +2 -0
  67. package/dist/components/StandaloneLink/StandaloneLink.d.ts +8 -5
  68. package/dist/components/StandaloneLink/StandaloneLink.stories.d.ts +3 -1
  69. package/dist/components/Table/Table.d.ts +3 -3
  70. package/dist/components/Table/Table.stories.d.ts +3 -3
  71. package/dist/components/Table/Table.types.d.ts +1 -0
  72. package/dist/components/Table/subcomponents/Cell/Cell.d.ts +5 -1
  73. package/dist/components/Table/subcomponents/Cell/Cell.stories.d.ts +15 -13
  74. package/dist/components/Table/subcomponents/Cell/CellContent.d.ts +5 -1
  75. package/dist/components/Table/subcomponents/HeadCell/HeadCell.d.ts +2 -1
  76. package/dist/components/Table/subcomponents/HeadCell/HeadCell.stories.d.ts +14 -13
  77. package/dist/components/Table/subcomponents/HeadCell/HeadCellContent.d.ts +2 -1
  78. package/dist/components/Table/subcomponents/__tests__/Row.test.d.ts +1 -0
  79. package/dist/components/UclLogoNew/UclLogo.d.ts +8 -0
  80. package/dist/components/UclLogoNew/index.d.ts +2 -0
  81. package/dist/components/index.d.ts +12 -0
  82. package/dist/index.js +20104 -15317
  83. package/dist/theme/__tests__/fonts.test.d.ts +1 -0
  84. package/dist/theme/common/themeCommon.d.ts +904 -0
  85. package/dist/theme/fonts.d.ts +18 -0
  86. package/dist/theme/index.d.ts +6 -3
  87. package/dist/theme/light/lightColour.d.ts +126 -0
  88. package/dist/theme/light/lightTheme.d.ts +3 -0
  89. package/dist/theme/original/color.d.ts +166 -0
  90. package/dist/theme/original/defaultTheme.d.ts +1340 -0
  91. package/dist/theme/original/originalColourNewStructure.d.ts +126 -0
  92. package/dist/theme/useTheme.d.ts +2174 -0
  93. package/dist/utils/addAlphaToHex.d.ts +5 -0
  94. package/dist/utils/scrollToTop.d.ts +2 -0
  95. package/lib/components/Accordion/Accordion.Heading.tsx +51 -39
  96. package/lib/components/Accordion/Accordion.Panel.tsx +0 -4
  97. package/lib/components/Accordion/Accordion.tsx +34 -28
  98. package/lib/components/Accordion/__tests__/__snapshots__/Accordion.test.tsx.snap +12 -10
  99. package/lib/components/Alert/Alert.tsx +12 -12
  100. package/lib/components/Alert/__tests__/__snapshots__/Alert.test.tsx.snap +13 -39
  101. package/lib/components/AppHeader/AppHeader.tsx +6 -11
  102. package/lib/components/AppHeader/AppHeaderBottom.tsx +2 -3
  103. package/lib/components/AppHeader/AppHeaderNav.tsx +2 -3
  104. package/lib/components/AppHeader/AppHeaderTop.tsx +1 -1
  105. package/lib/components/AppHeader/__tests__/__snapshots__/AppHeader.test.tsx.snap +2 -2
  106. package/lib/components/AppMenu/__tests__/__snapshots__/AppMenu.test.tsx.snap +6 -19
  107. package/lib/components/Badge/Badge.stories.tsx +1 -1
  108. package/lib/components/Breadcrumbs/Breadcrumb.tsx +26 -12
  109. package/lib/components/Breadcrumbs/Breadcrumbs.tsx +1 -1
  110. package/lib/components/Breadcrumbs/__tests__/Breadcrumbs.test.tsx +9 -27
  111. package/lib/components/Breadcrumbs/__tests__/__snapshots__/Breadcrumbs.test.tsx.snap +24 -20
  112. package/lib/components/Button/Button.mdx +32 -279
  113. package/lib/components/Button/Button.stories.tsx +43 -50
  114. package/lib/components/Button/Button.tsx +165 -25
  115. package/lib/components/Button/__tests__/Button.test.tsx +49 -15
  116. package/lib/components/Button/__tests__/__snapshots__/Button.test.tsx.snap +80 -73
  117. package/lib/components/Button/style/buttonAccentStyle.ts +53 -0
  118. package/lib/components/Button/style/buttonPrimaryDestructiveStyle.ts +55 -0
  119. package/lib/components/Button/style/buttonPrimaryStyle.ts +53 -0
  120. package/lib/components/Button/style/buttonPrimarySubtleStyle.ts +64 -0
  121. package/lib/components/Button/style/buttonPrimaryWarningStyle.ts +56 -0
  122. package/lib/components/Button/style/buttonSecondaryDestructiveStyle.ts +63 -0
  123. package/lib/components/Button/style/buttonSecondaryStyle.ts +62 -0
  124. package/lib/components/Button/style/buttonSecondarySubtleStyle.ts +72 -0
  125. package/lib/components/Button/style/buttonTertiaryDestructiveStyle.ts +65 -0
  126. package/lib/components/Button/style/buttonTertiaryNoPaddingStyle.ts +52 -0
  127. package/lib/components/Button/style/buttonTertiaryStyle.ts +62 -0
  128. package/lib/components/Calendar/Calendar.stories.tsx +33 -13
  129. package/lib/components/Calendar/Calendar.tsx +2 -2
  130. package/lib/components/Calendar/__tests__/__snapshots__/Calendar.test.tsx.snap +99 -95
  131. package/lib/components/Calendar/subcomponents/AcademicWeek.tsx +2 -1
  132. package/lib/components/Calendar/subcomponents/AcademicWeeks.tsx +2 -3
  133. package/lib/components/Calendar/subcomponents/ColumnHeading.tsx +3 -7
  134. package/lib/components/Calendar/subcomponents/Controls.tsx +1 -1
  135. package/lib/components/Calendar/subcomponents/Day.stories.tsx +1 -1
  136. package/lib/components/Calendar/subcomponents/Day.tsx +7 -9
  137. package/lib/components/Calendar/subcomponents/EventDot.tsx +4 -8
  138. package/lib/components/Checkbox/Checkbox.stories.tsx +1 -1
  139. package/lib/components/Checkbox/Checkbox.tsx +12 -10
  140. package/lib/components/Checkbox/__tests__/Checkbox.test.tsx +29 -0
  141. package/lib/components/Checkbox/__tests__/__snapshots__/Checkbox.test.tsx.snap +4 -4
  142. package/lib/components/Datepicker/__tests__/Datepicker.test.tsx +117 -0
  143. package/lib/components/Datepicker/__tests__/__snapshots__/Datepicker.test.tsx.snap +16 -44
  144. package/lib/components/Datepicker/subcomponents/CustomDatepicker.tsx +10 -1
  145. package/lib/components/Datepicker/subcomponents/VisibleField.tsx +24 -23
  146. package/lib/components/Dialog/BaseDialog.tsx +2 -2
  147. package/lib/components/Dialog/Dialog.stories.tsx +1 -1
  148. package/lib/components/Divider/__tests__/__snapshots__/Breadcrumbs.test.tsx.snap +12 -12
  149. package/lib/components/FeedbackDialog/FeedbackDialog.stories.tsx +1 -1
  150. package/lib/components/FeedbackDialog/FeedbackDialog.tsx +4 -6
  151. package/lib/components/Field/CharacterCount.tsx +2 -2
  152. package/lib/components/Field/ErrorText.tsx +1 -1
  153. package/lib/components/Field/Field.tsx +1 -1
  154. package/lib/components/Field/HelperText.tsx +3 -1
  155. package/lib/components/FileInput/FileInput.stories.tsx +1 -1
  156. package/lib/components/FileInput/__tests__/__snapshots__/FileInput.test.tsx.snap +4 -20
  157. package/lib/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap +70 -79
  158. package/lib/components/FooterNew/BackToTop.tsx +83 -0
  159. package/lib/components/FooterNew/Footer.tsx +110 -0
  160. package/lib/components/FooterNew/FooterColumn.tsx +79 -0
  161. package/lib/components/FooterNew/FooterLinks.tsx +44 -0
  162. package/lib/components/FooterNew/FooterNavLink.tsx +63 -0
  163. package/lib/components/FooterNew/LegalAndCopyright.tsx +150 -0
  164. package/lib/components/FooterNew/LogoAddressAndSocial.tsx +154 -0
  165. package/lib/components/FooterNew/SocialLink.tsx +108 -0
  166. package/lib/components/FooterNew/__tests__/Footer.test.tsx +51 -0
  167. package/lib/components/FooterNew/__tests__/__snapshots__/Footer.test.tsx.snap +1107 -0
  168. package/lib/components/FooterNew/index.ts +2 -0
  169. package/lib/components/HeaderDraft/__tests__/__snapshots__/Header.test.tsx.snap +3 -2
  170. package/lib/components/HeaderNew/Header.tsx +93 -0
  171. package/lib/components/HeaderNew/HeaderBorder.tsx +55 -0
  172. package/lib/components/HeaderNew/HeaderLogo.tsx +70 -0
  173. package/lib/components/HeaderNew/HeaderMenuContainer.tsx +35 -0
  174. package/lib/components/HeaderNew/HeaderTitle.tsx +53 -0
  175. package/lib/components/HeaderNew/__tests__/Header.test.tsx +42 -0
  176. package/lib/components/HeaderNew/__tests__/__snapshots__/Header.test.tsx.snap +79 -0
  177. package/lib/components/HeaderNew/constants.ts +3 -0
  178. package/lib/components/HeaderNew/index.ts +7 -0
  179. package/lib/components/Heading/Heading.stories.tsx +34 -41
  180. package/lib/components/Heading/Heading.tsx +180 -49
  181. package/lib/components/Heading/__tests__/__snapshots__/Heading.test.tsx.snap +4 -4
  182. package/lib/components/Icon/__tests__/__snapshots__/Icon.test.tsx.snap +16 -12
  183. package/lib/components/Icon/svgImports.ts +318 -296
  184. package/lib/components/IconButton/IconButton.tsx +3 -4
  185. package/lib/components/IconButton/__tests__/__snapshots__/IconButton.test.tsx.snap +12 -9
  186. package/lib/components/Link/BaseLink.tsx +114 -71
  187. package/lib/components/Link/Link.stories.tsx +1 -1
  188. package/lib/components/Link/Link.tsx +120 -109
  189. package/lib/components/Link/__tests__/__snapshots__/link.test.tsx.snap +2 -2
  190. package/lib/components/MenuNew/Menu.context.tsx +149 -0
  191. package/lib/components/MenuNew/Menu.tsx +75 -0
  192. package/lib/components/MenuNew/MenuContent.tsx +140 -0
  193. package/lib/components/MenuNew/MenuItem.tsx +101 -0
  194. package/lib/components/MenuNew/MenuSection.tsx +47 -0
  195. package/lib/components/MenuNew/index.ts +8 -0
  196. package/lib/components/MenuNew/trigger/ButtonMenuTrigger.tsx +42 -0
  197. package/lib/components/MenuNew/trigger/IconMenuTrigger.tsx +40 -0
  198. package/lib/components/Pagination/Pagination.stories.tsx +1 -1
  199. package/lib/components/Pagination/PaginationControls.tsx +4 -5
  200. package/lib/components/Pagination/PaginationInfo.tsx +2 -3
  201. package/lib/components/Paragraph/Paragraph.stories.tsx +29 -27
  202. package/lib/components/Paragraph/Paragraph.tsx +212 -81
  203. package/lib/components/Paragraph/__tests__/__snapshots__/Paragraph.test.tsx.snap +5 -5
  204. package/lib/components/Radio/Radio.stories.tsx +1 -1
  205. package/lib/components/Radio/Radio.tsx +8 -8
  206. package/lib/components/Radio/__tests__/__snapshots__/Radio.test.tsx.snap +4 -4
  207. package/lib/components/Search/__tests__/__snapshots__/Search.test.tsx.snap +12 -32
  208. package/lib/components/Select/Select.mdx +23 -0
  209. package/lib/components/Select/Select.stories.tsx +43 -10
  210. package/lib/components/Select/Select.tsx +14 -3
  211. package/lib/components/Select/Select.types.ts +53 -16
  212. package/lib/components/Select/__tests__/Select.test.tsx +250 -1
  213. package/lib/components/Select/__tests__/__snapshots__/Select.test.tsx.snap +5 -4
  214. package/lib/components/Select/subcomponents/CustomOption.tsx +10 -3
  215. package/lib/components/Select/subcomponents/CustomSelect.tsx +110 -10
  216. package/lib/components/Select/subcomponents/FilterInput.tsx +13 -3
  217. package/lib/components/Select/subcomponents/NativeSelect.tsx +10 -18
  218. package/lib/components/Select/subcomponents/Panel.tsx +2 -2
  219. package/lib/components/Select/subcomponents/VisibleField.tsx +48 -3
  220. package/lib/components/Snackbar/__tests__/__snapshots__/Snackbar.test.tsx.snap +9 -15
  221. package/lib/components/Spinner/Spinner.tsx +24 -5
  222. package/lib/components/Spinner/__tests__/Spinner.test.tsx +35 -5
  223. package/lib/components/Spinner/__tests__/__snapshots__/Spinner.test.tsx.snap +40 -16
  224. package/lib/components/StandaloneLink/StandaloneLink.stories.tsx +1 -1
  225. package/lib/components/StandaloneLink/StandaloneLink.tsx +180 -163
  226. package/lib/components/StandaloneLink/__tests__/__snapshots__/StandaloneLink.test.tsx.snap +2 -2
  227. package/lib/components/Table/Table.stories.tsx +1 -1
  228. package/lib/components/Table/Table.tsx +2 -0
  229. package/lib/components/Table/Table.types.ts +1 -0
  230. package/lib/components/Table/__tests__/Table.test.tsx +19 -0
  231. package/lib/components/Table/__tests__/__snapshots__/Table.test.tsx.snap +7 -3
  232. package/lib/components/Table/subcomponents/Cell/Cell.stories.tsx +1 -1
  233. package/lib/components/Table/subcomponents/Cell/Cell.tsx +23 -2
  234. package/lib/components/Table/subcomponents/Cell/CellContent.tsx +12 -1
  235. package/lib/components/Table/subcomponents/Cell/__tests__/Cell.test.tsx +106 -0
  236. package/lib/components/Table/subcomponents/Cell/__tests__/__snapshots__/Cell.test.tsx.snap +4 -3
  237. package/lib/components/Table/subcomponents/HeadCell/HeadCell.stories.tsx +1 -1
  238. package/lib/components/Table/subcomponents/HeadCell/HeadCell.tsx +28 -6
  239. package/lib/components/Table/subcomponents/HeadCell/HeadCellContent.tsx +3 -0
  240. package/lib/components/Table/subcomponents/HeadCell/__tests__/HeadCell.test.tsx +221 -2
  241. package/lib/components/Table/subcomponents/HeadCell/__tests__/__snapshots__/HeadCell.test.tsx.snap +6 -4
  242. package/lib/components/Table/subcomponents/Row.tsx +2 -2
  243. package/lib/components/Table/subcomponents/SortIcon.tsx +1 -0
  244. package/lib/components/Table/subcomponents/__tests__/Row.test.tsx +59 -0
  245. package/lib/components/Tabs/Tab.tsx +3 -3
  246. package/lib/components/Tabs/Tabs.stories.tsx +1 -1
  247. package/lib/components/Tabs/Tabs.tsx +5 -3
  248. package/lib/components/Tabs/__tests__/__snapshots__/Tabs.test.tsx.snap +4 -4
  249. package/lib/components/Timepicker/Timepicker.stories.tsx +1 -1
  250. package/lib/components/Toggle/Toggle.tsx +5 -5
  251. package/lib/components/Toggle/ToggleHandle.tsx +2 -3
  252. package/lib/components/Tooltip/Tooltip.tsx +2 -2
  253. package/lib/components/Tooltip/__tests__/__snapshots__/tooltip.test.tsx.snap +2 -2
  254. package/lib/components/UclLogoNew/UclLogo.tsx +42 -0
  255. package/lib/components/UclLogoNew/index.ts +2 -0
  256. package/lib/components/WeekPicker/WeekPicker.stories.tsx +3 -5
  257. package/lib/components/common/Common.mdx +0 -1
  258. package/lib/components/index.ts +19 -1
  259. package/lib/theme/Colours.mdx +1 -1
  260. package/lib/theme/Theme.mdx +1 -1
  261. package/lib/theme/Typography.mdx +1 -1
  262. package/lib/theme/__tests__/fonts.test.ts +37 -0
  263. package/lib/theme/common/themeCommon.ts +515 -0
  264. package/lib/theme/fonts.ts +110 -0
  265. package/lib/theme/index.ts +6 -6
  266. package/lib/theme/light/lightColour.ts +232 -0
  267. package/lib/theme/light/lightTheme.ts +37 -0
  268. package/lib/theme/{defaultTheme.ts → original/color.ts} +17 -199
  269. package/lib/theme/original/defaultTheme.ts +207 -0
  270. package/lib/theme/original/originalColourNewStructure.ts +185 -0
  271. package/lib/theme/useTheme.tsx +72 -15
  272. package/lib/types/assets.d.ts +10 -0
  273. package/lib/utils/addAlphaToHex.ts +29 -0
  274. package/lib/utils/scrollToTop.ts +5 -0
  275. package/package.json +11 -6
  276. package/dist/components/Button/buttonPrimaryStyle.d.ts +0 -4
  277. package/dist/components/Button/buttonSecondaryStyle.d.ts +0 -4
  278. package/dist/components/Button/buttonTertiaryStyle.d.ts +0 -4
  279. package/dist/theme/defaultTheme.d.ts +0 -274
  280. package/lib/components/Button/buttonPrimaryStyle.ts +0 -62
  281. package/lib/components/Button/buttonSecondaryStyle.ts +0 -65
  282. package/lib/components/Button/buttonTertiaryStyle.ts +0 -54
@@ -34,7 +34,7 @@ exports[`Footer > snapshot: footer links provided 1`] = `
34
34
  >
35
35
  <a
36
36
  aria-label="Facebook"
37
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
37
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
38
38
  data-testid="ucl-uikit-footer__social-link"
39
39
  href="https://www.facebook.com/uclofficial/"
40
40
  target="_blank"
@@ -44,8 +44,8 @@ exports[`Footer > snapshot: footer links provided 1`] = `
44
44
  class="ucl-uikit-icon css-148hpxb"
45
45
  data-testid="ucl-uikit-icon"
46
46
  fill="currentColor"
47
+ focusable="false"
47
48
  height="24"
48
- title="Facebook"
49
49
  viewBox="0 0 24 24"
50
50
  width="24"
51
51
  xmlns="http://www.w3.org/2000/svg"
@@ -54,13 +54,13 @@ exports[`Footer > snapshot: footer links provided 1`] = `
54
54
  Facebook
55
55
  </title>
56
56
  <path
57
- d="M24 12.0733C24 5.40541 18.6274 0 12 0C5.37258 0 0 5.40541 0 12.0733C0 18.0994 4.3882 23.0943 10.125 24V15.5633H7.07812V12.0733H10.125V9.41343C10.125 6.38755 11.9166 4.71615 14.6576 4.71615C15.9705 4.71615 17.3438 4.95195 17.3438 4.95195V7.92313H15.8306C14.34 7.92313 13.875 8.85386 13.875 9.80864V12.0733H17.2031L16.6711 15.5633H13.875V24C19.6118 23.0943 24 18.0994 24 12.0733Z"
57
+ d="M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24v-8.437H7.078v-3.49h3.047v-2.66c0-3.025 1.792-4.697 4.533-4.697 1.313 0 2.686.236 2.686.236v2.971H15.83c-1.491 0-1.956.93-1.956 1.886v2.264h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.1 24 12.073"
58
58
  />
59
59
  </svg>
60
60
  </a>
61
61
  <a
62
62
  aria-label="Flickr"
63
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
63
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
64
64
  data-testid="ucl-uikit-footer__social-link"
65
65
  href="https://www.flickr.com/groups/ucl/"
66
66
  target="_blank"
@@ -70,8 +70,8 @@ exports[`Footer > snapshot: footer links provided 1`] = `
70
70
  class="ucl-uikit-icon css-148hpxb"
71
71
  data-testid="ucl-uikit-icon"
72
72
  fill="currentColor"
73
+ focusable="false"
73
74
  height="24"
74
- title="Flickr"
75
75
  viewBox="0 0 24 24"
76
76
  width="24"
77
77
  xmlns="http://www.w3.org/2000/svg"
@@ -80,16 +80,13 @@ exports[`Footer > snapshot: footer links provided 1`] = `
80
80
  Flickr
81
81
  </title>
82
82
  <path
83
- d="M11 12C11 14.7614 8.76142 17 6 17C3.23858 17 1 14.7614 1 12C1 9.23858 3.23858 7 6 7C8.76142 7 11 9.23858 11 12Z"
84
- />
85
- <path
86
- d="M23 12C23 14.7614 20.7614 17 18 17C15.2386 17 13 14.7614 13 12C13 9.23858 15.2386 7 18 7C20.7614 7 23 9.23858 23 12Z"
83
+ d="M11 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0m12 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0"
87
84
  />
88
85
  </svg>
89
86
  </a>
90
87
  <a
91
88
  aria-label="TikTok"
92
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
89
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
93
90
  data-testid="ucl-uikit-footer__social-link"
94
91
  href="https://www.tiktok.com/@uclofficial"
95
92
  target="_blank"
@@ -99,8 +96,8 @@ exports[`Footer > snapshot: footer links provided 1`] = `
99
96
  class="ucl-uikit-icon css-148hpxb"
100
97
  data-testid="ucl-uikit-icon"
101
98
  fill="currentColor"
99
+ focusable="false"
102
100
  height="24"
103
- title="TikTok"
104
101
  viewBox="0 0 24 24"
105
102
  width="24"
106
103
  xmlns="http://www.w3.org/2000/svg"
@@ -109,13 +106,13 @@ exports[`Footer > snapshot: footer links provided 1`] = `
109
106
  TikTok
110
107
  </title>
111
108
  <path
112
- d="M18.4255 6.20955C17.3086 5.47455 16.4973 4.29091 16.2491 2.91636C16.1918 2.62045 16.1632 2.315 16.1632 2H12.5836V16.4709C12.5168 18.0936 11.1995 19.3918 9.57682 19.3918C9.07091 19.3918 8.60318 19.2677 8.18318 19.0386C7.22864 18.5327 6.57 17.5209 6.57 16.3564C6.57 14.6859 7.91591 13.3209 9.57682 13.3209C9.88227 13.3209 10.1782 13.3686 10.4645 13.4641V9.77954C10.1782 9.74136 9.88227 9.71273 9.57682 9.71273C5.94955 9.71273 3 12.6909 3 16.3564C3 18.6091 4.11682 20.5945 5.80636 21.7973C6.87545 22.5514 8.17364 23 9.57682 23C13.2041 23 16.1536 20.0218 16.1536 16.3564V9.01591C17.5568 10.0277 19.275 10.6291 21.1268 10.6291V7.02091C20.1245 7.02091 19.1986 6.725 18.4159 6.20955H18.4255Z"
109
+ d="M18.426 6.21a5.02 5.02 0 0 1-2.177-3.294A5 5 0 0 1 16.163 2h-3.58v14.47c-.066 1.624-1.383 2.922-3.006 2.922a2.9 2.9 0 0 1-1.394-.353 3.04 3.04 0 0 1-1.613-2.683c0-1.67 1.346-3.035 3.007-3.035q.458 0 .887.143V9.78a7 7 0 0 0-.887-.067C5.95 9.713 3 12.69 3 16.356a6.67 6.67 0 0 0 2.806 5.441A6.5 6.5 0 0 0 9.576 23c3.628 0 6.578-2.978 6.578-6.644v-7.34a8.5 8.5 0 0 0 4.973 1.613V7.021a4.9 4.9 0 0 1-2.711-.811z"
113
110
  />
114
111
  </svg>
115
112
  </a>
116
113
  <a
117
114
  aria-label="YouTube"
118
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
115
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
119
116
  data-testid="ucl-uikit-footer__social-link"
120
117
  href="https://www.youtube.com/ucltv"
121
118
  target="_blank"
@@ -125,8 +122,8 @@ exports[`Footer > snapshot: footer links provided 1`] = `
125
122
  class="ucl-uikit-icon css-148hpxb"
126
123
  data-testid="ucl-uikit-icon"
127
124
  fill="currentColor"
125
+ focusable="false"
128
126
  height="24"
129
- title="YouTube"
130
127
  viewBox="0 0 24 24"
131
128
  width="24"
132
129
  xmlns="http://www.w3.org/2000/svg"
@@ -135,13 +132,13 @@ exports[`Footer > snapshot: footer links provided 1`] = `
135
132
  YouTube
136
133
  </title>
137
134
  <path
138
- d="M22.5402 6.40849C22.2903 5.45909 21.5407 4.71955 20.5911 4.45971C18.8719 4 11.995 4 11.995 4C11.995 4 5.11813 4 3.40891 4.45971C2.45934 4.70956 1.71967 5.45909 1.45979 6.40849C1 8.12742 1 12.005 1 12.005C1 12.005 1 15.8826 1.45979 17.5915C1.70968 18.5409 2.45934 19.2804 3.40891 19.5403C5.11813 20 11.995 20 11.995 20C11.995 20 18.8719 20 20.5911 19.5403C21.5407 19.2904 22.2803 18.5409 22.5402 17.5915C23 15.8826 23 12.005 23 12.005C23 12.005 23 8.12742 22.5402 6.40849ZM10.0059 15.5028V8.50718L16.0032 12.005L10.0059 15.5028Z"
135
+ d="M22.54 6.408c-.25-.949-1-1.688-1.949-1.948C18.871 4 11.995 4 11.995 4s-6.877 0-8.586.46c-.95.25-1.69 1-1.95 1.948C1 8.128 1 12.005 1 12.005s0 3.878.46 5.586c.25.95 1 1.69 1.949 1.95 1.71.459 8.586.459 8.586.459s6.877 0 8.596-.46c.95-.25 1.69-1 1.95-1.948.459-1.71.459-5.587.459-5.587s0-3.878-.46-5.597m-12.534 9.095V8.507l5.997 3.498z"
139
136
  />
140
137
  </svg>
141
138
  </a>
142
139
  <a
143
140
  aria-label="SoundCloud"
144
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
141
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
145
142
  data-testid="ucl-uikit-footer__social-link"
146
143
  href="https://soundcloud.com/uclsound"
147
144
  target="_blank"
@@ -151,8 +148,8 @@ exports[`Footer > snapshot: footer links provided 1`] = `
151
148
  class="ucl-uikit-icon css-148hpxb"
152
149
  data-testid="ucl-uikit-icon"
153
150
  fill="currentColor"
151
+ focusable="false"
154
152
  height="24"
155
- title="SoundCloud"
156
153
  viewBox="0 0 24 24"
157
154
  width="24"
158
155
  xmlns="http://www.w3.org/2000/svg"
@@ -162,14 +159,14 @@ exports[`Footer > snapshot: footer links provided 1`] = `
162
159
  </title>
163
160
  <path
164
161
  clip-rule="evenodd"
165
- d="M23.9869 14.6691C23.8888 16.4909 22.3837 17.92 20.5841 17.8873H12.4043C12.0335 17.8873 11.7281 17.5709 11.7281 17.2V8.25455C11.7172 7.93818 11.8917 7.65455 12.1753 7.52364C12.1862 7.53455 12.9387 7 14.5202 7C15.4908 7 16.4397 7.26182 17.2686 7.76364C18.5773 8.54909 19.5044 9.85818 19.8316 11.3636C20.1152 11.2873 20.4096 11.2436 20.7041 11.2436C21.5875 11.2436 22.4491 11.6036 23.0708 12.2473C23.6924 12.8909 24.0305 13.7636 23.9978 14.6691H23.9869ZM10.7138 8.82182C10.9647 11.8545 11.1392 14.6145 10.7138 17.6473C10.7029 17.7782 10.583 17.8873 10.4521 17.8873C10.3212 17.8873 10.2012 17.7782 10.1903 17.6473C9.7977 14.6473 9.96129 11.8327 10.1903 8.82182C10.1794 8.72364 10.223 8.61455 10.3103 8.56C10.3975 8.50545 10.5066 8.50545 10.5939 8.56C10.6811 8.61455 10.7247 8.71273 10.7138 8.82182ZM9.05606 17.6473C9.03425 17.7891 8.91428 17.8873 8.7834 17.8873C8.65252 17.8873 8.53255 17.7891 8.51074 17.6473C8.21627 15.0618 8.21627 12.4545 8.51074 9.86909C8.52165 9.72727 8.64162 9.61818 8.7834 9.61818C8.92518 9.61818 9.04515 9.72727 9.05606 9.86909C9.38325 12.4545 9.38325 15.0727 9.05606 17.6473ZM7.39829 9.59636C7.67095 12.3782 7.79092 14.8655 7.39829 17.6364C7.39829 17.7891 7.27832 17.9091 7.13653 17.9091C6.99475 17.9091 6.87478 17.7891 6.87478 17.6364C6.49306 14.8982 6.62393 12.3345 6.87478 9.59636C6.88569 9.45455 7.00566 9.35636 7.13653 9.35636C7.26741 9.35636 7.38738 9.46545 7.39829 9.59636ZM5.74051 17.6473C5.72961 17.7891 5.60964 17.8982 5.46785 17.8982C5.32607 17.8982 5.21701 17.7891 5.19519 17.6473C4.88981 15.2364 4.88981 12.7927 5.19519 10.3818C5.19519 10.2291 5.31516 10.0982 5.46785 10.0982C5.62054 10.0982 5.74051 10.2182 5.74051 10.3818C6.06771 12.7927 6.0568 15.2364 5.74051 17.6473ZM4.08274 12.1927C4.49718 14.08 4.31178 15.7382 4.07184 17.6582C4.05002 17.7891 3.94096 17.8764 3.81008 17.8764C3.6792 17.8764 3.57014 17.7782 3.55923 17.6582C3.3302 15.76 3.14479 14.0582 3.54833 12.1927C3.54833 12.04 3.6683 11.92 3.82099 11.92C3.97368 11.92 4.09365 12.04 4.09365 12.1927H4.08274ZM2.42497 11.9091C2.80669 13.84 2.68672 15.4764 2.42497 17.4073C2.39225 17.6909 1.91237 17.6909 1.87965 17.4073C1.63971 15.4982 1.51974 13.8182 1.87965 11.9091C1.89056 11.7673 2.02143 11.6582 2.16322 11.6582C2.305 11.6582 2.42497 11.7673 2.44678 11.9091H2.42497ZM0.75629 12.8473C1.15983 14.1236 1.01804 15.1709 0.745383 16.48C0.734477 16.6109 0.614506 16.72 0.48363 16.72C0.352753 16.72 0.232782 16.6218 0.221876 16.48C-0.0180648 15.1927 -0.116222 14.1345 0.200063 12.8473C0.21097 12.7055 0.33094 12.5964 0.48363 12.5964C0.636319 12.5964 0.745383 12.7055 0.767196 12.8473H0.75629Z"
162
+ d="M23.987 14.67c-.098 1.82-1.603 3.25-3.403 3.217h-8.18a.69.69 0 0 1-.676-.687V8.255a.77.77 0 0 1 .447-.731c.011.01.764-.524 2.345-.524a5.3 5.3 0 0 1 2.749.764 5.58 5.58 0 0 1 2.563 3.6 3.4 3.4 0 0 1 .872-.12 3.3 3.3 0 0 1 3.294 3.425zM10.714 8.821c.25 3.033.425 5.793 0 8.825a.27.27 0 0 1-.262.24.27.27 0 0 1-.262-.24c-.392-3-.229-5.814 0-8.825a.28.28 0 0 1 .12-.262.27.27 0 0 1 .284 0 .27.27 0 0 1 .12.262m-1.658 8.825a.28.28 0 0 1-.273.24.28.28 0 0 1-.272-.24 34.4 34.4 0 0 1 0-7.778.273.273 0 0 1 .545 0 31 31 0 0 1 0 7.778m-1.658-8.05c.273 2.781.393 5.269 0 8.04 0 .152-.12.272-.261.272a.27.27 0 0 1-.262-.273c-.382-2.738-.251-5.301 0-8.04a.26.26 0 0 1 .262-.24c.13 0 .25.11.261.24m-1.657 8.05a.273.273 0 0 1-.273.251c-.142 0-.251-.109-.273-.25a29 29 0 0 1 0-7.266.28.28 0 0 1 .273-.284c.153 0 .273.12.273.284.327 2.41.316 4.854 0 7.265m-1.658-5.454c.414 1.887.229 3.545-.011 5.465a.26.26 0 0 1-.262.218.25.25 0 0 1-.25-.218c-.23-1.898-.415-3.6-.012-5.465a.27.27 0 0 1 .273-.273.27.27 0 0 1 .273.273zm-1.658-.284c.382 1.931.262 3.567 0 5.498-.033.284-.513.284-.545 0-.24-1.909-.36-3.589 0-5.498.01-.142.141-.25.283-.25s.262.108.284.25zm-1.669.938c.404 1.277.262 2.324-.01 3.633a.27.27 0 0 1-.262.24.26.26 0 0 1-.262-.24c-.24-1.287-.338-2.346-.022-3.633a.276.276 0 0 1 .284-.25c.152 0 .261.109.283.25z"
166
163
  fill-rule="evenodd"
167
164
  />
168
165
  </svg>
169
166
  </a>
170
167
  <a
171
168
  aria-label="X social media platform"
172
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
169
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
173
170
  data-testid="ucl-uikit-footer__social-link"
174
171
  href="https://x.com/ucl"
175
172
  target="_blank"
@@ -179,8 +176,8 @@ exports[`Footer > snapshot: footer links provided 1`] = `
179
176
  class="ucl-uikit-icon css-148hpxb"
180
177
  data-testid="ucl-uikit-icon"
181
178
  fill="currentColor"
179
+ focusable="false"
182
180
  height="24"
183
- title="X social media platform"
184
181
  viewBox="0 0 24 24"
185
182
  width="24"
186
183
  xmlns="http://www.w3.org/2000/svg"
@@ -189,13 +186,13 @@ exports[`Footer > snapshot: footer links provided 1`] = `
189
186
  X social media platform
190
187
  </title>
191
188
  <path
192
- d="M13.6468 10.4686L20.9321 2H19.2057L12.8799 9.3532L7.82741 2H2L9.6403 13.1193L2 22H3.72649L10.4068 14.2348L15.7425 22H21.5699L13.6464 10.4686H13.6468ZM11.2821 13.2173L10.508 12.1101L4.34857 3.29968H7.00037L11.9711 10.4099L12.7452 11.5172L19.2066 20.7594H16.5548L11.2821 13.2177V13.2173Z"
189
+ d="M13.647 10.469 20.932 2h-1.726L12.88 9.353 7.827 2H2l7.64 11.12L2 22h1.726l6.68-7.765L15.743 22h5.828zm-2.365 2.748-.774-1.107-6.16-8.81H7l4.971 7.11.774 1.107 6.462 9.242h-2.652z"
193
190
  />
194
191
  </svg>
195
192
  </a>
196
193
  <a
197
194
  aria-label="Instagram"
198
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
195
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
199
196
  data-testid="ucl-uikit-footer__social-link"
200
197
  href="https://www.instagram.com/ucl/"
201
198
  target="_blank"
@@ -205,8 +202,8 @@ exports[`Footer > snapshot: footer links provided 1`] = `
205
202
  class="ucl-uikit-icon css-148hpxb"
206
203
  data-testid="ucl-uikit-icon"
207
204
  fill="currentColor"
205
+ focusable="false"
208
206
  height="24"
209
- title="Instagram"
210
207
  viewBox="0 0 24 24"
211
208
  width="24"
212
209
  xmlns="http://www.w3.org/2000/svg"
@@ -215,10 +212,10 @@ exports[`Footer > snapshot: footer links provided 1`] = `
215
212
  Instagram
216
213
  </title>
217
214
  <path
218
- d="M11.9987 7.97012C9.77942 7.97012 7.97004 9.77951 7.97004 11.9987C7.97004 14.218 9.77942 16.0274 11.9987 16.0274C14.2179 16.0274 16.0273 14.218 16.0273 11.9987C16.0273 9.77951 14.2179 7.97012 11.9987 7.97012Z"
215
+ d="M11.999 7.97A4.036 4.036 0 0 0 7.97 12c0 2.219 1.81 4.028 4.029 4.028s4.028-1.809 4.028-4.028c0-2.22-1.81-4.029-4.028-4.029"
219
216
  />
220
217
  <path
221
- d="M22.915 7.4603C22.8351 5.7009 22.4252 4.14143 21.1356 2.85187C19.8561 1.5723 18.2966 1.17244 16.5372 1.08247C14.7178 0.972509 9.27968 0.972509 7.4603 1.08247C5.7009 1.16244 4.14143 1.5723 2.85187 2.85187C1.56231 4.13143 1.17244 5.7009 1.08247 7.4603C0.972509 9.27968 0.972509 14.7178 1.08247 16.5372C1.16244 18.2966 1.5723 19.8561 2.86187 21.1456C4.15143 22.4352 5.71089 22.8351 7.47029 22.925C9.28967 23.025 14.7278 23.025 16.5372 22.925C18.2966 22.8451 19.8561 22.4352 21.1456 21.1456C22.4352 19.8561 22.8351 18.2966 22.925 16.5372C23.025 14.7178 23.025 9.27968 22.925 7.47029L22.915 7.4603ZM11.9987 18.1966C8.56992 18.1966 5.80086 15.4276 5.80086 11.9987C5.80086 8.56992 8.56992 5.80086 11.9987 5.80086C15.4276 5.80086 18.1966 8.56992 18.1966 11.9987C18.1966 15.4276 15.4276 18.1966 11.9987 18.1966ZM18.4565 6.99046C17.6568 6.99046 17.007 6.34068 17.007 5.54095C17.007 4.74122 17.6568 4.09145 18.4565 4.09145C19.2563 4.09145 19.9061 4.74122 19.9061 5.54095C19.9061 6.34068 19.2563 6.99046 18.4565 6.99046Z"
218
+ d="M22.915 7.46c-.08-1.76-.49-3.319-1.78-4.608-1.279-1.28-2.838-1.68-4.598-1.77-1.82-.11-7.257-.11-9.077 0-1.76.08-3.319.49-4.608 1.77-1.29 1.28-1.68 2.849-1.77 4.608-.11 1.82-.11 7.258 0 9.077.08 1.76.49 3.32 1.78 4.609s2.849 1.69 4.608 1.779c1.82.1 7.258.1 9.067 0 1.76-.08 3.32-.49 4.609-1.78 1.29-1.289 1.69-2.848 1.779-4.608.1-1.82.1-7.257 0-9.067zM11.999 18.197A6.19 6.19 0 0 1 5.8 11.999 6.19 6.19 0 0 1 11.999 5.8a6.19 6.19 0 0 1 6.198 6.198 6.19 6.19 0 0 1-6.198 6.198M18.456 6.99a1.45 1.45 0 0 1 0-2.899 1.45 1.45 0 0 1 0 2.9"
222
219
  />
223
220
  </svg>
224
221
  </a>
@@ -316,14 +313,14 @@ exports[`Footer > snapshot: nav links 1`] = `
316
313
  Category 1
317
314
  </h3>
318
315
  <a
319
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__nav-link css-1v2y7lc"
316
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__nav-link css-vikdvh"
320
317
  data-testid="ucl-uikit-footer__nav-link"
321
318
  href="#"
322
319
  >
323
320
  Item 1
324
321
  </a>
325
322
  <a
326
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__nav-link css-1v2y7lc"
323
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__nav-link css-vikdvh"
327
324
  data-testid="ucl-uikit-footer__nav-link"
328
325
  href="#"
329
326
  >
@@ -340,14 +337,14 @@ exports[`Footer > snapshot: nav links 1`] = `
340
337
  Category 2
341
338
  </h3>
342
339
  <a
343
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__nav-link css-1v2y7lc"
340
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__nav-link css-vikdvh"
344
341
  data-testid="ucl-uikit-footer__nav-link"
345
342
  href="#"
346
343
  >
347
344
  Item 1
348
345
  </a>
349
346
  <a
350
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__nav-link css-1v2y7lc"
347
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__nav-link css-vikdvh"
351
348
  data-testid="ucl-uikit-footer__nav-link"
352
349
  href="#"
353
350
  >
@@ -378,7 +375,7 @@ exports[`Footer > snapshot: nav links 1`] = `
378
375
  >
379
376
  <a
380
377
  aria-label="Facebook"
381
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
378
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
382
379
  data-testid="ucl-uikit-footer__social-link"
383
380
  href="https://www.facebook.com/uclofficial/"
384
381
  target="_blank"
@@ -388,8 +385,8 @@ exports[`Footer > snapshot: nav links 1`] = `
388
385
  class="ucl-uikit-icon css-148hpxb"
389
386
  data-testid="ucl-uikit-icon"
390
387
  fill="currentColor"
388
+ focusable="false"
391
389
  height="24"
392
- title="Facebook"
393
390
  viewBox="0 0 24 24"
394
391
  width="24"
395
392
  xmlns="http://www.w3.org/2000/svg"
@@ -398,13 +395,13 @@ exports[`Footer > snapshot: nav links 1`] = `
398
395
  Facebook
399
396
  </title>
400
397
  <path
401
- d="M24 12.0733C24 5.40541 18.6274 0 12 0C5.37258 0 0 5.40541 0 12.0733C0 18.0994 4.3882 23.0943 10.125 24V15.5633H7.07812V12.0733H10.125V9.41343C10.125 6.38755 11.9166 4.71615 14.6576 4.71615C15.9705 4.71615 17.3438 4.95195 17.3438 4.95195V7.92313H15.8306C14.34 7.92313 13.875 8.85386 13.875 9.80864V12.0733H17.2031L16.6711 15.5633H13.875V24C19.6118 23.0943 24 18.0994 24 12.0733Z"
398
+ d="M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24v-8.437H7.078v-3.49h3.047v-2.66c0-3.025 1.792-4.697 4.533-4.697 1.313 0 2.686.236 2.686.236v2.971H15.83c-1.491 0-1.956.93-1.956 1.886v2.264h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.1 24 12.073"
402
399
  />
403
400
  </svg>
404
401
  </a>
405
402
  <a
406
403
  aria-label="Flickr"
407
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
404
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
408
405
  data-testid="ucl-uikit-footer__social-link"
409
406
  href="https://www.flickr.com/groups/ucl/"
410
407
  target="_blank"
@@ -414,8 +411,8 @@ exports[`Footer > snapshot: nav links 1`] = `
414
411
  class="ucl-uikit-icon css-148hpxb"
415
412
  data-testid="ucl-uikit-icon"
416
413
  fill="currentColor"
414
+ focusable="false"
417
415
  height="24"
418
- title="Flickr"
419
416
  viewBox="0 0 24 24"
420
417
  width="24"
421
418
  xmlns="http://www.w3.org/2000/svg"
@@ -424,16 +421,13 @@ exports[`Footer > snapshot: nav links 1`] = `
424
421
  Flickr
425
422
  </title>
426
423
  <path
427
- d="M11 12C11 14.7614 8.76142 17 6 17C3.23858 17 1 14.7614 1 12C1 9.23858 3.23858 7 6 7C8.76142 7 11 9.23858 11 12Z"
428
- />
429
- <path
430
- d="M23 12C23 14.7614 20.7614 17 18 17C15.2386 17 13 14.7614 13 12C13 9.23858 15.2386 7 18 7C20.7614 7 23 9.23858 23 12Z"
424
+ d="M11 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0m12 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0"
431
425
  />
432
426
  </svg>
433
427
  </a>
434
428
  <a
435
429
  aria-label="TikTok"
436
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
430
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
437
431
  data-testid="ucl-uikit-footer__social-link"
438
432
  href="https://www.tiktok.com/@uclofficial"
439
433
  target="_blank"
@@ -443,8 +437,8 @@ exports[`Footer > snapshot: nav links 1`] = `
443
437
  class="ucl-uikit-icon css-148hpxb"
444
438
  data-testid="ucl-uikit-icon"
445
439
  fill="currentColor"
440
+ focusable="false"
446
441
  height="24"
447
- title="TikTok"
448
442
  viewBox="0 0 24 24"
449
443
  width="24"
450
444
  xmlns="http://www.w3.org/2000/svg"
@@ -453,13 +447,13 @@ exports[`Footer > snapshot: nav links 1`] = `
453
447
  TikTok
454
448
  </title>
455
449
  <path
456
- d="M18.4255 6.20955C17.3086 5.47455 16.4973 4.29091 16.2491 2.91636C16.1918 2.62045 16.1632 2.315 16.1632 2H12.5836V16.4709C12.5168 18.0936 11.1995 19.3918 9.57682 19.3918C9.07091 19.3918 8.60318 19.2677 8.18318 19.0386C7.22864 18.5327 6.57 17.5209 6.57 16.3564C6.57 14.6859 7.91591 13.3209 9.57682 13.3209C9.88227 13.3209 10.1782 13.3686 10.4645 13.4641V9.77954C10.1782 9.74136 9.88227 9.71273 9.57682 9.71273C5.94955 9.71273 3 12.6909 3 16.3564C3 18.6091 4.11682 20.5945 5.80636 21.7973C6.87545 22.5514 8.17364 23 9.57682 23C13.2041 23 16.1536 20.0218 16.1536 16.3564V9.01591C17.5568 10.0277 19.275 10.6291 21.1268 10.6291V7.02091C20.1245 7.02091 19.1986 6.725 18.4159 6.20955H18.4255Z"
450
+ d="M18.426 6.21a5.02 5.02 0 0 1-2.177-3.294A5 5 0 0 1 16.163 2h-3.58v14.47c-.066 1.624-1.383 2.922-3.006 2.922a2.9 2.9 0 0 1-1.394-.353 3.04 3.04 0 0 1-1.613-2.683c0-1.67 1.346-3.035 3.007-3.035q.458 0 .887.143V9.78a7 7 0 0 0-.887-.067C5.95 9.713 3 12.69 3 16.356a6.67 6.67 0 0 0 2.806 5.441A6.5 6.5 0 0 0 9.576 23c3.628 0 6.578-2.978 6.578-6.644v-7.34a8.5 8.5 0 0 0 4.973 1.613V7.021a4.9 4.9 0 0 1-2.711-.811z"
457
451
  />
458
452
  </svg>
459
453
  </a>
460
454
  <a
461
455
  aria-label="YouTube"
462
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
456
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
463
457
  data-testid="ucl-uikit-footer__social-link"
464
458
  href="https://www.youtube.com/ucltv"
465
459
  target="_blank"
@@ -469,8 +463,8 @@ exports[`Footer > snapshot: nav links 1`] = `
469
463
  class="ucl-uikit-icon css-148hpxb"
470
464
  data-testid="ucl-uikit-icon"
471
465
  fill="currentColor"
466
+ focusable="false"
472
467
  height="24"
473
- title="YouTube"
474
468
  viewBox="0 0 24 24"
475
469
  width="24"
476
470
  xmlns="http://www.w3.org/2000/svg"
@@ -479,13 +473,13 @@ exports[`Footer > snapshot: nav links 1`] = `
479
473
  YouTube
480
474
  </title>
481
475
  <path
482
- d="M22.5402 6.40849C22.2903 5.45909 21.5407 4.71955 20.5911 4.45971C18.8719 4 11.995 4 11.995 4C11.995 4 5.11813 4 3.40891 4.45971C2.45934 4.70956 1.71967 5.45909 1.45979 6.40849C1 8.12742 1 12.005 1 12.005C1 12.005 1 15.8826 1.45979 17.5915C1.70968 18.5409 2.45934 19.2804 3.40891 19.5403C5.11813 20 11.995 20 11.995 20C11.995 20 18.8719 20 20.5911 19.5403C21.5407 19.2904 22.2803 18.5409 22.5402 17.5915C23 15.8826 23 12.005 23 12.005C23 12.005 23 8.12742 22.5402 6.40849ZM10.0059 15.5028V8.50718L16.0032 12.005L10.0059 15.5028Z"
476
+ d="M22.54 6.408c-.25-.949-1-1.688-1.949-1.948C18.871 4 11.995 4 11.995 4s-6.877 0-8.586.46c-.95.25-1.69 1-1.95 1.948C1 8.128 1 12.005 1 12.005s0 3.878.46 5.586c.25.95 1 1.69 1.949 1.95 1.71.459 8.586.459 8.586.459s6.877 0 8.596-.46c.95-.25 1.69-1 1.95-1.948.459-1.71.459-5.587.459-5.587s0-3.878-.46-5.597m-12.534 9.095V8.507l5.997 3.498z"
483
477
  />
484
478
  </svg>
485
479
  </a>
486
480
  <a
487
481
  aria-label="SoundCloud"
488
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
482
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
489
483
  data-testid="ucl-uikit-footer__social-link"
490
484
  href="https://soundcloud.com/uclsound"
491
485
  target="_blank"
@@ -495,8 +489,8 @@ exports[`Footer > snapshot: nav links 1`] = `
495
489
  class="ucl-uikit-icon css-148hpxb"
496
490
  data-testid="ucl-uikit-icon"
497
491
  fill="currentColor"
492
+ focusable="false"
498
493
  height="24"
499
- title="SoundCloud"
500
494
  viewBox="0 0 24 24"
501
495
  width="24"
502
496
  xmlns="http://www.w3.org/2000/svg"
@@ -506,14 +500,14 @@ exports[`Footer > snapshot: nav links 1`] = `
506
500
  </title>
507
501
  <path
508
502
  clip-rule="evenodd"
509
- d="M23.9869 14.6691C23.8888 16.4909 22.3837 17.92 20.5841 17.8873H12.4043C12.0335 17.8873 11.7281 17.5709 11.7281 17.2V8.25455C11.7172 7.93818 11.8917 7.65455 12.1753 7.52364C12.1862 7.53455 12.9387 7 14.5202 7C15.4908 7 16.4397 7.26182 17.2686 7.76364C18.5773 8.54909 19.5044 9.85818 19.8316 11.3636C20.1152 11.2873 20.4096 11.2436 20.7041 11.2436C21.5875 11.2436 22.4491 11.6036 23.0708 12.2473C23.6924 12.8909 24.0305 13.7636 23.9978 14.6691H23.9869ZM10.7138 8.82182C10.9647 11.8545 11.1392 14.6145 10.7138 17.6473C10.7029 17.7782 10.583 17.8873 10.4521 17.8873C10.3212 17.8873 10.2012 17.7782 10.1903 17.6473C9.7977 14.6473 9.96129 11.8327 10.1903 8.82182C10.1794 8.72364 10.223 8.61455 10.3103 8.56C10.3975 8.50545 10.5066 8.50545 10.5939 8.56C10.6811 8.61455 10.7247 8.71273 10.7138 8.82182ZM9.05606 17.6473C9.03425 17.7891 8.91428 17.8873 8.7834 17.8873C8.65252 17.8873 8.53255 17.7891 8.51074 17.6473C8.21627 15.0618 8.21627 12.4545 8.51074 9.86909C8.52165 9.72727 8.64162 9.61818 8.7834 9.61818C8.92518 9.61818 9.04515 9.72727 9.05606 9.86909C9.38325 12.4545 9.38325 15.0727 9.05606 17.6473ZM7.39829 9.59636C7.67095 12.3782 7.79092 14.8655 7.39829 17.6364C7.39829 17.7891 7.27832 17.9091 7.13653 17.9091C6.99475 17.9091 6.87478 17.7891 6.87478 17.6364C6.49306 14.8982 6.62393 12.3345 6.87478 9.59636C6.88569 9.45455 7.00566 9.35636 7.13653 9.35636C7.26741 9.35636 7.38738 9.46545 7.39829 9.59636ZM5.74051 17.6473C5.72961 17.7891 5.60964 17.8982 5.46785 17.8982C5.32607 17.8982 5.21701 17.7891 5.19519 17.6473C4.88981 15.2364 4.88981 12.7927 5.19519 10.3818C5.19519 10.2291 5.31516 10.0982 5.46785 10.0982C5.62054 10.0982 5.74051 10.2182 5.74051 10.3818C6.06771 12.7927 6.0568 15.2364 5.74051 17.6473ZM4.08274 12.1927C4.49718 14.08 4.31178 15.7382 4.07184 17.6582C4.05002 17.7891 3.94096 17.8764 3.81008 17.8764C3.6792 17.8764 3.57014 17.7782 3.55923 17.6582C3.3302 15.76 3.14479 14.0582 3.54833 12.1927C3.54833 12.04 3.6683 11.92 3.82099 11.92C3.97368 11.92 4.09365 12.04 4.09365 12.1927H4.08274ZM2.42497 11.9091C2.80669 13.84 2.68672 15.4764 2.42497 17.4073C2.39225 17.6909 1.91237 17.6909 1.87965 17.4073C1.63971 15.4982 1.51974 13.8182 1.87965 11.9091C1.89056 11.7673 2.02143 11.6582 2.16322 11.6582C2.305 11.6582 2.42497 11.7673 2.44678 11.9091H2.42497ZM0.75629 12.8473C1.15983 14.1236 1.01804 15.1709 0.745383 16.48C0.734477 16.6109 0.614506 16.72 0.48363 16.72C0.352753 16.72 0.232782 16.6218 0.221876 16.48C-0.0180648 15.1927 -0.116222 14.1345 0.200063 12.8473C0.21097 12.7055 0.33094 12.5964 0.48363 12.5964C0.636319 12.5964 0.745383 12.7055 0.767196 12.8473H0.75629Z"
503
+ d="M23.987 14.67c-.098 1.82-1.603 3.25-3.403 3.217h-8.18a.69.69 0 0 1-.676-.687V8.255a.77.77 0 0 1 .447-.731c.011.01.764-.524 2.345-.524a5.3 5.3 0 0 1 2.749.764 5.58 5.58 0 0 1 2.563 3.6 3.4 3.4 0 0 1 .872-.12 3.3 3.3 0 0 1 3.294 3.425zM10.714 8.821c.25 3.033.425 5.793 0 8.825a.27.27 0 0 1-.262.24.27.27 0 0 1-.262-.24c-.392-3-.229-5.814 0-8.825a.28.28 0 0 1 .12-.262.27.27 0 0 1 .284 0 .27.27 0 0 1 .12.262m-1.658 8.825a.28.28 0 0 1-.273.24.28.28 0 0 1-.272-.24 34.4 34.4 0 0 1 0-7.778.273.273 0 0 1 .545 0 31 31 0 0 1 0 7.778m-1.658-8.05c.273 2.781.393 5.269 0 8.04 0 .152-.12.272-.261.272a.27.27 0 0 1-.262-.273c-.382-2.738-.251-5.301 0-8.04a.26.26 0 0 1 .262-.24c.13 0 .25.11.261.24m-1.657 8.05a.273.273 0 0 1-.273.251c-.142 0-.251-.109-.273-.25a29 29 0 0 1 0-7.266.28.28 0 0 1 .273-.284c.153 0 .273.12.273.284.327 2.41.316 4.854 0 7.265m-1.658-5.454c.414 1.887.229 3.545-.011 5.465a.26.26 0 0 1-.262.218.25.25 0 0 1-.25-.218c-.23-1.898-.415-3.6-.012-5.465a.27.27 0 0 1 .273-.273.27.27 0 0 1 .273.273zm-1.658-.284c.382 1.931.262 3.567 0 5.498-.033.284-.513.284-.545 0-.24-1.909-.36-3.589 0-5.498.01-.142.141-.25.283-.25s.262.108.284.25zm-1.669.938c.404 1.277.262 2.324-.01 3.633a.27.27 0 0 1-.262.24.26.26 0 0 1-.262-.24c-.24-1.287-.338-2.346-.022-3.633a.276.276 0 0 1 .284-.25c.152 0 .261.109.283.25z"
510
504
  fill-rule="evenodd"
511
505
  />
512
506
  </svg>
513
507
  </a>
514
508
  <a
515
509
  aria-label="X social media platform"
516
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
510
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
517
511
  data-testid="ucl-uikit-footer__social-link"
518
512
  href="https://x.com/ucl"
519
513
  target="_blank"
@@ -523,8 +517,8 @@ exports[`Footer > snapshot: nav links 1`] = `
523
517
  class="ucl-uikit-icon css-148hpxb"
524
518
  data-testid="ucl-uikit-icon"
525
519
  fill="currentColor"
520
+ focusable="false"
526
521
  height="24"
527
- title="X social media platform"
528
522
  viewBox="0 0 24 24"
529
523
  width="24"
530
524
  xmlns="http://www.w3.org/2000/svg"
@@ -533,13 +527,13 @@ exports[`Footer > snapshot: nav links 1`] = `
533
527
  X social media platform
534
528
  </title>
535
529
  <path
536
- d="M13.6468 10.4686L20.9321 2H19.2057L12.8799 9.3532L7.82741 2H2L9.6403 13.1193L2 22H3.72649L10.4068 14.2348L15.7425 22H21.5699L13.6464 10.4686H13.6468ZM11.2821 13.2173L10.508 12.1101L4.34857 3.29968H7.00037L11.9711 10.4099L12.7452 11.5172L19.2066 20.7594H16.5548L11.2821 13.2177V13.2173Z"
530
+ d="M13.647 10.469 20.932 2h-1.726L12.88 9.353 7.827 2H2l7.64 11.12L2 22h1.726l6.68-7.765L15.743 22h5.828zm-2.365 2.748-.774-1.107-6.16-8.81H7l4.971 7.11.774 1.107 6.462 9.242h-2.652z"
537
531
  />
538
532
  </svg>
539
533
  </a>
540
534
  <a
541
535
  aria-label="Instagram"
542
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
536
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
543
537
  data-testid="ucl-uikit-footer__social-link"
544
538
  href="https://www.instagram.com/ucl/"
545
539
  target="_blank"
@@ -549,8 +543,8 @@ exports[`Footer > snapshot: nav links 1`] = `
549
543
  class="ucl-uikit-icon css-148hpxb"
550
544
  data-testid="ucl-uikit-icon"
551
545
  fill="currentColor"
546
+ focusable="false"
552
547
  height="24"
553
- title="Instagram"
554
548
  viewBox="0 0 24 24"
555
549
  width="24"
556
550
  xmlns="http://www.w3.org/2000/svg"
@@ -559,10 +553,10 @@ exports[`Footer > snapshot: nav links 1`] = `
559
553
  Instagram
560
554
  </title>
561
555
  <path
562
- d="M11.9987 7.97012C9.77942 7.97012 7.97004 9.77951 7.97004 11.9987C7.97004 14.218 9.77942 16.0274 11.9987 16.0274C14.2179 16.0274 16.0273 14.218 16.0273 11.9987C16.0273 9.77951 14.2179 7.97012 11.9987 7.97012Z"
556
+ d="M11.999 7.97A4.036 4.036 0 0 0 7.97 12c0 2.219 1.81 4.028 4.029 4.028s4.028-1.809 4.028-4.028c0-2.22-1.81-4.029-4.028-4.029"
563
557
  />
564
558
  <path
565
- d="M22.915 7.4603C22.8351 5.7009 22.4252 4.14143 21.1356 2.85187C19.8561 1.5723 18.2966 1.17244 16.5372 1.08247C14.7178 0.972509 9.27968 0.972509 7.4603 1.08247C5.7009 1.16244 4.14143 1.5723 2.85187 2.85187C1.56231 4.13143 1.17244 5.7009 1.08247 7.4603C0.972509 9.27968 0.972509 14.7178 1.08247 16.5372C1.16244 18.2966 1.5723 19.8561 2.86187 21.1456C4.15143 22.4352 5.71089 22.8351 7.47029 22.925C9.28967 23.025 14.7278 23.025 16.5372 22.925C18.2966 22.8451 19.8561 22.4352 21.1456 21.1456C22.4352 19.8561 22.8351 18.2966 22.925 16.5372C23.025 14.7178 23.025 9.27968 22.925 7.47029L22.915 7.4603ZM11.9987 18.1966C8.56992 18.1966 5.80086 15.4276 5.80086 11.9987C5.80086 8.56992 8.56992 5.80086 11.9987 5.80086C15.4276 5.80086 18.1966 8.56992 18.1966 11.9987C18.1966 15.4276 15.4276 18.1966 11.9987 18.1966ZM18.4565 6.99046C17.6568 6.99046 17.007 6.34068 17.007 5.54095C17.007 4.74122 17.6568 4.09145 18.4565 4.09145C19.2563 4.09145 19.9061 4.74122 19.9061 5.54095C19.9061 6.34068 19.2563 6.99046 18.4565 6.99046Z"
559
+ d="M22.915 7.46c-.08-1.76-.49-3.319-1.78-4.608-1.279-1.28-2.838-1.68-4.598-1.77-1.82-.11-7.257-.11-9.077 0-1.76.08-3.319.49-4.608 1.77-1.29 1.28-1.68 2.849-1.77 4.608-.11 1.82-.11 7.258 0 9.077.08 1.76.49 3.32 1.78 4.609s2.849 1.69 4.608 1.779c1.82.1 7.258.1 9.067 0 1.76-.08 3.32-.49 4.609-1.78 1.29-1.289 1.69-2.848 1.779-4.608.1-1.82.1-7.257 0-9.067zM11.999 18.197A6.19 6.19 0 0 1 5.8 11.999 6.19 6.19 0 0 1 11.999 5.8a6.19 6.19 0 0 1 6.198 6.198 6.19 6.19 0 0 1-6.198 6.198M18.456 6.99a1.45 1.45 0 0 1 0-2.899 1.45 1.45 0 0 1 0 2.9"
566
560
  />
567
561
  </svg>
568
562
  </a>
@@ -673,7 +667,7 @@ exports[`Footer > snapshot: no nav links 1`] = `
673
667
  >
674
668
  <a
675
669
  aria-label="Facebook"
676
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
670
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
677
671
  data-testid="ucl-uikit-footer__social-link"
678
672
  href="https://www.facebook.com/uclofficial/"
679
673
  target="_blank"
@@ -683,8 +677,8 @@ exports[`Footer > snapshot: no nav links 1`] = `
683
677
  class="ucl-uikit-icon css-148hpxb"
684
678
  data-testid="ucl-uikit-icon"
685
679
  fill="currentColor"
680
+ focusable="false"
686
681
  height="24"
687
- title="Facebook"
688
682
  viewBox="0 0 24 24"
689
683
  width="24"
690
684
  xmlns="http://www.w3.org/2000/svg"
@@ -693,13 +687,13 @@ exports[`Footer > snapshot: no nav links 1`] = `
693
687
  Facebook
694
688
  </title>
695
689
  <path
696
- d="M24 12.0733C24 5.40541 18.6274 0 12 0C5.37258 0 0 5.40541 0 12.0733C0 18.0994 4.3882 23.0943 10.125 24V15.5633H7.07812V12.0733H10.125V9.41343C10.125 6.38755 11.9166 4.71615 14.6576 4.71615C15.9705 4.71615 17.3438 4.95195 17.3438 4.95195V7.92313H15.8306C14.34 7.92313 13.875 8.85386 13.875 9.80864V12.0733H17.2031L16.6711 15.5633H13.875V24C19.6118 23.0943 24 18.0994 24 12.0733Z"
690
+ d="M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24v-8.437H7.078v-3.49h3.047v-2.66c0-3.025 1.792-4.697 4.533-4.697 1.313 0 2.686.236 2.686.236v2.971H15.83c-1.491 0-1.956.93-1.956 1.886v2.264h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.1 24 12.073"
697
691
  />
698
692
  </svg>
699
693
  </a>
700
694
  <a
701
695
  aria-label="Flickr"
702
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
696
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
703
697
  data-testid="ucl-uikit-footer__social-link"
704
698
  href="https://www.flickr.com/groups/ucl/"
705
699
  target="_blank"
@@ -709,8 +703,8 @@ exports[`Footer > snapshot: no nav links 1`] = `
709
703
  class="ucl-uikit-icon css-148hpxb"
710
704
  data-testid="ucl-uikit-icon"
711
705
  fill="currentColor"
706
+ focusable="false"
712
707
  height="24"
713
- title="Flickr"
714
708
  viewBox="0 0 24 24"
715
709
  width="24"
716
710
  xmlns="http://www.w3.org/2000/svg"
@@ -719,16 +713,13 @@ exports[`Footer > snapshot: no nav links 1`] = `
719
713
  Flickr
720
714
  </title>
721
715
  <path
722
- d="M11 12C11 14.7614 8.76142 17 6 17C3.23858 17 1 14.7614 1 12C1 9.23858 3.23858 7 6 7C8.76142 7 11 9.23858 11 12Z"
723
- />
724
- <path
725
- d="M23 12C23 14.7614 20.7614 17 18 17C15.2386 17 13 14.7614 13 12C13 9.23858 15.2386 7 18 7C20.7614 7 23 9.23858 23 12Z"
716
+ d="M11 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0m12 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0"
726
717
  />
727
718
  </svg>
728
719
  </a>
729
720
  <a
730
721
  aria-label="TikTok"
731
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
722
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
732
723
  data-testid="ucl-uikit-footer__social-link"
733
724
  href="https://www.tiktok.com/@uclofficial"
734
725
  target="_blank"
@@ -738,8 +729,8 @@ exports[`Footer > snapshot: no nav links 1`] = `
738
729
  class="ucl-uikit-icon css-148hpxb"
739
730
  data-testid="ucl-uikit-icon"
740
731
  fill="currentColor"
732
+ focusable="false"
741
733
  height="24"
742
- title="TikTok"
743
734
  viewBox="0 0 24 24"
744
735
  width="24"
745
736
  xmlns="http://www.w3.org/2000/svg"
@@ -748,13 +739,13 @@ exports[`Footer > snapshot: no nav links 1`] = `
748
739
  TikTok
749
740
  </title>
750
741
  <path
751
- d="M18.4255 6.20955C17.3086 5.47455 16.4973 4.29091 16.2491 2.91636C16.1918 2.62045 16.1632 2.315 16.1632 2H12.5836V16.4709C12.5168 18.0936 11.1995 19.3918 9.57682 19.3918C9.07091 19.3918 8.60318 19.2677 8.18318 19.0386C7.22864 18.5327 6.57 17.5209 6.57 16.3564C6.57 14.6859 7.91591 13.3209 9.57682 13.3209C9.88227 13.3209 10.1782 13.3686 10.4645 13.4641V9.77954C10.1782 9.74136 9.88227 9.71273 9.57682 9.71273C5.94955 9.71273 3 12.6909 3 16.3564C3 18.6091 4.11682 20.5945 5.80636 21.7973C6.87545 22.5514 8.17364 23 9.57682 23C13.2041 23 16.1536 20.0218 16.1536 16.3564V9.01591C17.5568 10.0277 19.275 10.6291 21.1268 10.6291V7.02091C20.1245 7.02091 19.1986 6.725 18.4159 6.20955H18.4255Z"
742
+ d="M18.426 6.21a5.02 5.02 0 0 1-2.177-3.294A5 5 0 0 1 16.163 2h-3.58v14.47c-.066 1.624-1.383 2.922-3.006 2.922a2.9 2.9 0 0 1-1.394-.353 3.04 3.04 0 0 1-1.613-2.683c0-1.67 1.346-3.035 3.007-3.035q.458 0 .887.143V9.78a7 7 0 0 0-.887-.067C5.95 9.713 3 12.69 3 16.356a6.67 6.67 0 0 0 2.806 5.441A6.5 6.5 0 0 0 9.576 23c3.628 0 6.578-2.978 6.578-6.644v-7.34a8.5 8.5 0 0 0 4.973 1.613V7.021a4.9 4.9 0 0 1-2.711-.811z"
752
743
  />
753
744
  </svg>
754
745
  </a>
755
746
  <a
756
747
  aria-label="YouTube"
757
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
748
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
758
749
  data-testid="ucl-uikit-footer__social-link"
759
750
  href="https://www.youtube.com/ucltv"
760
751
  target="_blank"
@@ -764,8 +755,8 @@ exports[`Footer > snapshot: no nav links 1`] = `
764
755
  class="ucl-uikit-icon css-148hpxb"
765
756
  data-testid="ucl-uikit-icon"
766
757
  fill="currentColor"
758
+ focusable="false"
767
759
  height="24"
768
- title="YouTube"
769
760
  viewBox="0 0 24 24"
770
761
  width="24"
771
762
  xmlns="http://www.w3.org/2000/svg"
@@ -774,13 +765,13 @@ exports[`Footer > snapshot: no nav links 1`] = `
774
765
  YouTube
775
766
  </title>
776
767
  <path
777
- d="M22.5402 6.40849C22.2903 5.45909 21.5407 4.71955 20.5911 4.45971C18.8719 4 11.995 4 11.995 4C11.995 4 5.11813 4 3.40891 4.45971C2.45934 4.70956 1.71967 5.45909 1.45979 6.40849C1 8.12742 1 12.005 1 12.005C1 12.005 1 15.8826 1.45979 17.5915C1.70968 18.5409 2.45934 19.2804 3.40891 19.5403C5.11813 20 11.995 20 11.995 20C11.995 20 18.8719 20 20.5911 19.5403C21.5407 19.2904 22.2803 18.5409 22.5402 17.5915C23 15.8826 23 12.005 23 12.005C23 12.005 23 8.12742 22.5402 6.40849ZM10.0059 15.5028V8.50718L16.0032 12.005L10.0059 15.5028Z"
768
+ d="M22.54 6.408c-.25-.949-1-1.688-1.949-1.948C18.871 4 11.995 4 11.995 4s-6.877 0-8.586.46c-.95.25-1.69 1-1.95 1.948C1 8.128 1 12.005 1 12.005s0 3.878.46 5.586c.25.95 1 1.69 1.949 1.95 1.71.459 8.586.459 8.586.459s6.877 0 8.596-.46c.95-.25 1.69-1 1.95-1.948.459-1.71.459-5.587.459-5.587s0-3.878-.46-5.597m-12.534 9.095V8.507l5.997 3.498z"
778
769
  />
779
770
  </svg>
780
771
  </a>
781
772
  <a
782
773
  aria-label="SoundCloud"
783
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
774
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
784
775
  data-testid="ucl-uikit-footer__social-link"
785
776
  href="https://soundcloud.com/uclsound"
786
777
  target="_blank"
@@ -790,8 +781,8 @@ exports[`Footer > snapshot: no nav links 1`] = `
790
781
  class="ucl-uikit-icon css-148hpxb"
791
782
  data-testid="ucl-uikit-icon"
792
783
  fill="currentColor"
784
+ focusable="false"
793
785
  height="24"
794
- title="SoundCloud"
795
786
  viewBox="0 0 24 24"
796
787
  width="24"
797
788
  xmlns="http://www.w3.org/2000/svg"
@@ -801,14 +792,14 @@ exports[`Footer > snapshot: no nav links 1`] = `
801
792
  </title>
802
793
  <path
803
794
  clip-rule="evenodd"
804
- d="M23.9869 14.6691C23.8888 16.4909 22.3837 17.92 20.5841 17.8873H12.4043C12.0335 17.8873 11.7281 17.5709 11.7281 17.2V8.25455C11.7172 7.93818 11.8917 7.65455 12.1753 7.52364C12.1862 7.53455 12.9387 7 14.5202 7C15.4908 7 16.4397 7.26182 17.2686 7.76364C18.5773 8.54909 19.5044 9.85818 19.8316 11.3636C20.1152 11.2873 20.4096 11.2436 20.7041 11.2436C21.5875 11.2436 22.4491 11.6036 23.0708 12.2473C23.6924 12.8909 24.0305 13.7636 23.9978 14.6691H23.9869ZM10.7138 8.82182C10.9647 11.8545 11.1392 14.6145 10.7138 17.6473C10.7029 17.7782 10.583 17.8873 10.4521 17.8873C10.3212 17.8873 10.2012 17.7782 10.1903 17.6473C9.7977 14.6473 9.96129 11.8327 10.1903 8.82182C10.1794 8.72364 10.223 8.61455 10.3103 8.56C10.3975 8.50545 10.5066 8.50545 10.5939 8.56C10.6811 8.61455 10.7247 8.71273 10.7138 8.82182ZM9.05606 17.6473C9.03425 17.7891 8.91428 17.8873 8.7834 17.8873C8.65252 17.8873 8.53255 17.7891 8.51074 17.6473C8.21627 15.0618 8.21627 12.4545 8.51074 9.86909C8.52165 9.72727 8.64162 9.61818 8.7834 9.61818C8.92518 9.61818 9.04515 9.72727 9.05606 9.86909C9.38325 12.4545 9.38325 15.0727 9.05606 17.6473ZM7.39829 9.59636C7.67095 12.3782 7.79092 14.8655 7.39829 17.6364C7.39829 17.7891 7.27832 17.9091 7.13653 17.9091C6.99475 17.9091 6.87478 17.7891 6.87478 17.6364C6.49306 14.8982 6.62393 12.3345 6.87478 9.59636C6.88569 9.45455 7.00566 9.35636 7.13653 9.35636C7.26741 9.35636 7.38738 9.46545 7.39829 9.59636ZM5.74051 17.6473C5.72961 17.7891 5.60964 17.8982 5.46785 17.8982C5.32607 17.8982 5.21701 17.7891 5.19519 17.6473C4.88981 15.2364 4.88981 12.7927 5.19519 10.3818C5.19519 10.2291 5.31516 10.0982 5.46785 10.0982C5.62054 10.0982 5.74051 10.2182 5.74051 10.3818C6.06771 12.7927 6.0568 15.2364 5.74051 17.6473ZM4.08274 12.1927C4.49718 14.08 4.31178 15.7382 4.07184 17.6582C4.05002 17.7891 3.94096 17.8764 3.81008 17.8764C3.6792 17.8764 3.57014 17.7782 3.55923 17.6582C3.3302 15.76 3.14479 14.0582 3.54833 12.1927C3.54833 12.04 3.6683 11.92 3.82099 11.92C3.97368 11.92 4.09365 12.04 4.09365 12.1927H4.08274ZM2.42497 11.9091C2.80669 13.84 2.68672 15.4764 2.42497 17.4073C2.39225 17.6909 1.91237 17.6909 1.87965 17.4073C1.63971 15.4982 1.51974 13.8182 1.87965 11.9091C1.89056 11.7673 2.02143 11.6582 2.16322 11.6582C2.305 11.6582 2.42497 11.7673 2.44678 11.9091H2.42497ZM0.75629 12.8473C1.15983 14.1236 1.01804 15.1709 0.745383 16.48C0.734477 16.6109 0.614506 16.72 0.48363 16.72C0.352753 16.72 0.232782 16.6218 0.221876 16.48C-0.0180648 15.1927 -0.116222 14.1345 0.200063 12.8473C0.21097 12.7055 0.33094 12.5964 0.48363 12.5964C0.636319 12.5964 0.745383 12.7055 0.767196 12.8473H0.75629Z"
795
+ d="M23.987 14.67c-.098 1.82-1.603 3.25-3.403 3.217h-8.18a.69.69 0 0 1-.676-.687V8.255a.77.77 0 0 1 .447-.731c.011.01.764-.524 2.345-.524a5.3 5.3 0 0 1 2.749.764 5.58 5.58 0 0 1 2.563 3.6 3.4 3.4 0 0 1 .872-.12 3.3 3.3 0 0 1 3.294 3.425zM10.714 8.821c.25 3.033.425 5.793 0 8.825a.27.27 0 0 1-.262.24.27.27 0 0 1-.262-.24c-.392-3-.229-5.814 0-8.825a.28.28 0 0 1 .12-.262.27.27 0 0 1 .284 0 .27.27 0 0 1 .12.262m-1.658 8.825a.28.28 0 0 1-.273.24.28.28 0 0 1-.272-.24 34.4 34.4 0 0 1 0-7.778.273.273 0 0 1 .545 0 31 31 0 0 1 0 7.778m-1.658-8.05c.273 2.781.393 5.269 0 8.04 0 .152-.12.272-.261.272a.27.27 0 0 1-.262-.273c-.382-2.738-.251-5.301 0-8.04a.26.26 0 0 1 .262-.24c.13 0 .25.11.261.24m-1.657 8.05a.273.273 0 0 1-.273.251c-.142 0-.251-.109-.273-.25a29 29 0 0 1 0-7.266.28.28 0 0 1 .273-.284c.153 0 .273.12.273.284.327 2.41.316 4.854 0 7.265m-1.658-5.454c.414 1.887.229 3.545-.011 5.465a.26.26 0 0 1-.262.218.25.25 0 0 1-.25-.218c-.23-1.898-.415-3.6-.012-5.465a.27.27 0 0 1 .273-.273.27.27 0 0 1 .273.273zm-1.658-.284c.382 1.931.262 3.567 0 5.498-.033.284-.513.284-.545 0-.24-1.909-.36-3.589 0-5.498.01-.142.141-.25.283-.25s.262.108.284.25zm-1.669.938c.404 1.277.262 2.324-.01 3.633a.27.27 0 0 1-.262.24.26.26 0 0 1-.262-.24c-.24-1.287-.338-2.346-.022-3.633a.276.276 0 0 1 .284-.25c.152 0 .261.109.283.25z"
805
796
  fill-rule="evenodd"
806
797
  />
807
798
  </svg>
808
799
  </a>
809
800
  <a
810
801
  aria-label="X social media platform"
811
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
802
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
812
803
  data-testid="ucl-uikit-footer__social-link"
813
804
  href="https://x.com/ucl"
814
805
  target="_blank"
@@ -818,8 +809,8 @@ exports[`Footer > snapshot: no nav links 1`] = `
818
809
  class="ucl-uikit-icon css-148hpxb"
819
810
  data-testid="ucl-uikit-icon"
820
811
  fill="currentColor"
812
+ focusable="false"
821
813
  height="24"
822
- title="X social media platform"
823
814
  viewBox="0 0 24 24"
824
815
  width="24"
825
816
  xmlns="http://www.w3.org/2000/svg"
@@ -828,13 +819,13 @@ exports[`Footer > snapshot: no nav links 1`] = `
828
819
  X social media platform
829
820
  </title>
830
821
  <path
831
- d="M13.6468 10.4686L20.9321 2H19.2057L12.8799 9.3532L7.82741 2H2L9.6403 13.1193L2 22H3.72649L10.4068 14.2348L15.7425 22H21.5699L13.6464 10.4686H13.6468ZM11.2821 13.2173L10.508 12.1101L4.34857 3.29968H7.00037L11.9711 10.4099L12.7452 11.5172L19.2066 20.7594H16.5548L11.2821 13.2177V13.2173Z"
822
+ d="M13.647 10.469 20.932 2h-1.726L12.88 9.353 7.827 2H2l7.64 11.12L2 22h1.726l6.68-7.765L15.743 22h5.828zm-2.365 2.748-.774-1.107-6.16-8.81H7l4.971 7.11.774 1.107 6.462 9.242h-2.652z"
832
823
  />
833
824
  </svg>
834
825
  </a>
835
826
  <a
836
827
  aria-label="Instagram"
837
- class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-1neoh67"
828
+ class="ucl-uikit-base-link ucl-uikit-link ucl-uikit-footer__social-link css-r9ai8x"
838
829
  data-testid="ucl-uikit-footer__social-link"
839
830
  href="https://www.instagram.com/ucl/"
840
831
  target="_blank"
@@ -844,8 +835,8 @@ exports[`Footer > snapshot: no nav links 1`] = `
844
835
  class="ucl-uikit-icon css-148hpxb"
845
836
  data-testid="ucl-uikit-icon"
846
837
  fill="currentColor"
838
+ focusable="false"
847
839
  height="24"
848
- title="Instagram"
849
840
  viewBox="0 0 24 24"
850
841
  width="24"
851
842
  xmlns="http://www.w3.org/2000/svg"
@@ -854,10 +845,10 @@ exports[`Footer > snapshot: no nav links 1`] = `
854
845
  Instagram
855
846
  </title>
856
847
  <path
857
- d="M11.9987 7.97012C9.77942 7.97012 7.97004 9.77951 7.97004 11.9987C7.97004 14.218 9.77942 16.0274 11.9987 16.0274C14.2179 16.0274 16.0273 14.218 16.0273 11.9987C16.0273 9.77951 14.2179 7.97012 11.9987 7.97012Z"
848
+ d="M11.999 7.97A4.036 4.036 0 0 0 7.97 12c0 2.219 1.81 4.028 4.029 4.028s4.028-1.809 4.028-4.028c0-2.22-1.81-4.029-4.028-4.029"
858
849
  />
859
850
  <path
860
- d="M22.915 7.4603C22.8351 5.7009 22.4252 4.14143 21.1356 2.85187C19.8561 1.5723 18.2966 1.17244 16.5372 1.08247C14.7178 0.972509 9.27968 0.972509 7.4603 1.08247C5.7009 1.16244 4.14143 1.5723 2.85187 2.85187C1.56231 4.13143 1.17244 5.7009 1.08247 7.4603C0.972509 9.27968 0.972509 14.7178 1.08247 16.5372C1.16244 18.2966 1.5723 19.8561 2.86187 21.1456C4.15143 22.4352 5.71089 22.8351 7.47029 22.925C9.28967 23.025 14.7278 23.025 16.5372 22.925C18.2966 22.8451 19.8561 22.4352 21.1456 21.1456C22.4352 19.8561 22.8351 18.2966 22.925 16.5372C23.025 14.7178 23.025 9.27968 22.925 7.47029L22.915 7.4603ZM11.9987 18.1966C8.56992 18.1966 5.80086 15.4276 5.80086 11.9987C5.80086 8.56992 8.56992 5.80086 11.9987 5.80086C15.4276 5.80086 18.1966 8.56992 18.1966 11.9987C18.1966 15.4276 15.4276 18.1966 11.9987 18.1966ZM18.4565 6.99046C17.6568 6.99046 17.007 6.34068 17.007 5.54095C17.007 4.74122 17.6568 4.09145 18.4565 4.09145C19.2563 4.09145 19.9061 4.74122 19.9061 5.54095C19.9061 6.34068 19.2563 6.99046 18.4565 6.99046Z"
851
+ d="M22.915 7.46c-.08-1.76-.49-3.319-1.78-4.608-1.279-1.28-2.838-1.68-4.598-1.77-1.82-.11-7.257-.11-9.077 0-1.76.08-3.319.49-4.608 1.77-1.29 1.28-1.68 2.849-1.77 4.608-.11 1.82-.11 7.258 0 9.077.08 1.76.49 3.32 1.78 4.609s2.849 1.69 4.608 1.779c1.82.1 7.258.1 9.067 0 1.76-.08 3.32-.49 4.609-1.78 1.29-1.289 1.69-2.848 1.779-4.608.1-1.82.1-7.257 0-9.067zM11.999 18.197A6.19 6.19 0 0 1 5.8 11.999 6.19 6.19 0 0 1 11.999 5.8a6.19 6.19 0 0 1 6.198 6.198 6.19 6.19 0 0 1-6.198 6.198M18.456 6.99a1.45 1.45 0 0 1 0-2.899 1.45 1.45 0 0 1 0 2.9"
861
852
  />
862
853
  </svg>
863
854
  </a>