uikit-react-public 0.17.4 → 0.21.8
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.
- package/README.md +2 -4
- package/dist/components/Accordion/Accordion.Heading.d.ts +1 -0
- package/dist/components/AppHeader/AppHeader.d.ts +1 -1
- package/dist/components/AppHeader/AppHeaderBottom.d.ts +1 -1
- package/dist/components/AppHeader/AppHeaderNav.d.ts +1 -1
- package/dist/components/AppHeader/AppHeaderTop.d.ts +1 -1
- package/dist/components/Breadcrumbs/Breadcrumb.d.ts +3 -4
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.stories.d.ts +1 -1
- package/dist/components/Button/Button.d.ts +7 -3
- package/dist/components/Button/Button.stories.d.ts +17 -7
- package/dist/components/Button/style/buttonAccentStyle.d.ts +4 -0
- package/dist/components/Button/style/buttonPrimaryDestructiveStyle.d.ts +4 -0
- package/dist/components/Button/style/buttonPrimaryStyle.d.ts +4 -0
- package/dist/components/Button/style/buttonPrimarySubtleStyle.d.ts +4 -0
- package/dist/components/Button/style/buttonPrimaryWarningStyle.d.ts +4 -0
- package/dist/components/Button/style/buttonSecondaryDestructiveStyle.d.ts +4 -0
- package/dist/components/Button/style/buttonSecondaryStyle.d.ts +4 -0
- package/dist/components/Button/style/buttonSecondarySubtleStyle.d.ts +4 -0
- package/dist/components/Button/style/buttonTertiaryDestructiveStyle.d.ts +4 -0
- package/dist/components/Button/style/buttonTertiaryNoPaddingStyle.d.ts +4 -0
- package/dist/components/Button/style/buttonTertiaryStyle.d.ts +4 -0
- package/dist/components/Checkbox/Checkbox.d.ts +1 -0
- package/dist/components/FooterNew/BackToTop.d.ts +8 -0
- package/dist/components/FooterNew/Footer.d.ts +23 -0
- package/dist/components/FooterNew/FooterColumn.d.ts +8 -0
- package/dist/components/FooterNew/FooterLinks.d.ts +7 -0
- package/dist/components/FooterNew/FooterNavLink.d.ts +8 -0
- package/dist/components/FooterNew/LegalAndCopyright.d.ts +14 -0
- package/dist/components/FooterNew/LogoAddressAndSocial.d.ts +10 -0
- package/dist/components/FooterNew/SocialLink.d.ts +8 -0
- package/dist/components/FooterNew/__tests__/Footer.test.d.ts +1 -0
- package/dist/components/FooterNew/index.d.ts +2 -0
- package/dist/components/HeaderNew/Header.d.ts +18 -0
- package/dist/components/HeaderNew/HeaderBorder.d.ts +7 -0
- package/dist/components/HeaderNew/HeaderLogo.d.ts +9 -0
- package/dist/components/HeaderNew/HeaderMenuContainer.d.ts +7 -0
- package/dist/components/HeaderNew/HeaderTitle.d.ts +9 -0
- package/dist/components/HeaderNew/__tests__/Header.test.d.ts +1 -0
- package/dist/components/HeaderNew/constants.d.ts +3 -0
- package/dist/components/HeaderNew/index.d.ts +3 -0
- package/dist/components/HeadingNew/Heading.d.ts +13 -0
- package/dist/components/HeadingNew/index.d.ts +2 -0
- package/dist/components/Icon/svgImports.d.ts +7 -881
- package/dist/components/Link/BaseLink.d.ts +14 -5
- package/dist/components/Link/Link.d.ts +8 -3
- package/dist/components/Link/Link.stories.d.ts +3 -1
- package/dist/components/MenuNew/Menu.context.d.ts +14 -0
- package/dist/components/MenuNew/Menu.d.ts +20 -0
- package/dist/components/MenuNew/MenuContent.d.ts +9 -0
- package/dist/components/MenuNew/MenuItem.d.ts +10 -0
- package/dist/components/MenuNew/MenuSection.d.ts +7 -0
- package/dist/components/MenuNew/index.d.ts +6 -0
- package/dist/components/MenuNew/trigger/ButtonMenuTrigger.d.ts +8 -0
- package/dist/components/MenuNew/trigger/IconMenuTrigger.d.ts +8 -0
- package/dist/components/Overlay/Overlay.stories.d.ts +12 -12
- package/dist/components/ParagraphNew/Paragraph.d.ts +13 -0
- package/dist/components/ParagraphNew/index.d.ts +4 -0
- package/dist/components/Select/Select.d.ts +2 -1
- package/dist/components/Select/Select.stories.d.ts +13 -1
- package/dist/components/Select/Select.types.d.ts +40 -13
- package/dist/components/Select/subcomponents/CustomSelect.d.ts +3 -3
- package/dist/components/Select/subcomponents/FilterInput.d.ts +3 -1
- package/dist/components/Select/subcomponents/NativeSelect.d.ts +2 -2
- package/dist/components/Select/subcomponents/VisibleField.d.ts +4 -1
- package/dist/components/Spinner/Spinner.d.ts +2 -0
- package/dist/components/StandaloneLink/StandaloneLink.d.ts +8 -5
- package/dist/components/StandaloneLink/StandaloneLink.stories.d.ts +3 -1
- package/dist/components/Table/Table.d.ts +3 -3
- package/dist/components/Table/Table.stories.d.ts +3 -3
- package/dist/components/Table/Table.types.d.ts +1 -0
- package/dist/components/Table/subcomponents/Cell/Cell.d.ts +5 -1
- package/dist/components/Table/subcomponents/Cell/Cell.stories.d.ts +15 -13
- package/dist/components/Table/subcomponents/Cell/CellContent.d.ts +5 -1
- package/dist/components/Table/subcomponents/HeadCell/HeadCell.d.ts +2 -1
- package/dist/components/Table/subcomponents/HeadCell/HeadCell.stories.d.ts +14 -13
- package/dist/components/Table/subcomponents/HeadCell/HeadCellContent.d.ts +2 -1
- package/dist/components/Table/subcomponents/__tests__/Row.test.d.ts +1 -0
- package/dist/components/UclLogoNew/UclLogo.d.ts +8 -0
- package/dist/components/UclLogoNew/index.d.ts +2 -0
- package/dist/components/index.d.ts +12 -0
- package/dist/index.js +20909 -16022
- package/dist/theme/__tests__/fonts.test.d.ts +1 -0
- package/dist/theme/common/themeCommon.d.ts +904 -0
- package/dist/theme/fonts.d.ts +18 -0
- package/dist/theme/index.d.ts +6 -3
- package/dist/theme/light/lightColour.d.ts +126 -0
- package/dist/theme/light/lightTheme.d.ts +3 -0
- package/dist/theme/original/color.d.ts +166 -0
- package/dist/theme/original/defaultTheme.d.ts +1340 -0
- package/dist/theme/original/originalColourNewStructure.d.ts +126 -0
- package/dist/theme/useTheme.d.ts +2174 -0
- package/dist/utils/addAlphaToHex.d.ts +5 -0
- package/dist/utils/scrollToTop.d.ts +2 -0
- package/lib/components/Accordion/Accordion.Heading.tsx +51 -39
- package/lib/components/Accordion/Accordion.Panel.tsx +0 -4
- package/lib/components/Accordion/Accordion.tsx +34 -28
- package/lib/components/Accordion/__tests__/__snapshots__/Accordion.test.tsx.snap +12 -10
- package/lib/components/Alert/Alert.tsx +12 -12
- package/lib/components/Alert/__tests__/__snapshots__/Alert.test.tsx.snap +13 -39
- package/lib/components/AppHeader/AppHeader.tsx +6 -11
- package/lib/components/AppHeader/AppHeaderBottom.tsx +2 -3
- package/lib/components/AppHeader/AppHeaderNav.tsx +2 -3
- package/lib/components/AppHeader/AppHeaderTop.tsx +1 -1
- package/lib/components/AppHeader/__tests__/__snapshots__/AppHeader.test.tsx.snap +2 -2
- package/lib/components/AppMenu/__tests__/__snapshots__/AppMenu.test.tsx.snap +6 -19
- package/lib/components/Badge/Badge.stories.tsx +1 -1
- package/lib/components/Breadcrumbs/Breadcrumb.tsx +26 -12
- package/lib/components/Breadcrumbs/Breadcrumbs.tsx +1 -1
- package/lib/components/Breadcrumbs/__tests__/Breadcrumbs.test.tsx +9 -27
- package/lib/components/Breadcrumbs/__tests__/__snapshots__/Breadcrumbs.test.tsx.snap +24 -20
- package/lib/components/Button/Button.mdx +32 -279
- package/lib/components/Button/Button.stories.tsx +43 -50
- package/lib/components/Button/Button.tsx +165 -25
- package/lib/components/Button/__tests__/Button.test.tsx +49 -15
- package/lib/components/Button/__tests__/__snapshots__/Button.test.tsx.snap +80 -73
- package/lib/components/Button/style/buttonAccentStyle.ts +53 -0
- package/lib/components/Button/style/buttonPrimaryDestructiveStyle.ts +55 -0
- package/lib/components/Button/style/buttonPrimaryStyle.ts +53 -0
- package/lib/components/Button/style/buttonPrimarySubtleStyle.ts +64 -0
- package/lib/components/Button/style/buttonPrimaryWarningStyle.ts +56 -0
- package/lib/components/Button/style/buttonSecondaryDestructiveStyle.ts +63 -0
- package/lib/components/Button/style/buttonSecondaryStyle.ts +62 -0
- package/lib/components/Button/style/buttonSecondarySubtleStyle.ts +72 -0
- package/lib/components/Button/style/buttonTertiaryDestructiveStyle.ts +65 -0
- package/lib/components/Button/style/buttonTertiaryNoPaddingStyle.ts +52 -0
- package/lib/components/Button/style/buttonTertiaryStyle.ts +62 -0
- package/lib/components/Calendar/Calendar.stories.tsx +33 -13
- package/lib/components/Calendar/Calendar.tsx +2 -2
- package/lib/components/Calendar/__tests__/__snapshots__/Calendar.test.tsx.snap +99 -95
- package/lib/components/Calendar/subcomponents/AcademicWeek.tsx +2 -1
- package/lib/components/Calendar/subcomponents/AcademicWeeks.tsx +2 -3
- package/lib/components/Calendar/subcomponents/ColumnHeading.tsx +3 -7
- package/lib/components/Calendar/subcomponents/Controls.tsx +1 -1
- package/lib/components/Calendar/subcomponents/Day.stories.tsx +1 -1
- package/lib/components/Calendar/subcomponents/Day.tsx +7 -9
- package/lib/components/Calendar/subcomponents/EventDot.tsx +4 -8
- package/lib/components/Checkbox/Checkbox.stories.tsx +1 -1
- package/lib/components/Checkbox/Checkbox.tsx +12 -10
- package/lib/components/Checkbox/__tests__/Checkbox.test.tsx +29 -0
- package/lib/components/Checkbox/__tests__/__snapshots__/Checkbox.test.tsx.snap +4 -4
- package/lib/components/Datepicker/__tests__/Datepicker.test.tsx +117 -0
- package/lib/components/Datepicker/__tests__/__snapshots__/Datepicker.test.tsx.snap +16 -44
- package/lib/components/Datepicker/subcomponents/CustomDatepicker.tsx +10 -1
- package/lib/components/Datepicker/subcomponents/VisibleField.tsx +24 -23
- package/lib/components/Dialog/BaseDialog.tsx +2 -2
- package/lib/components/Dialog/Dialog.stories.tsx +1 -1
- package/lib/components/Divider/__tests__/__snapshots__/Breadcrumbs.test.tsx.snap +12 -12
- package/lib/components/FeedbackDialog/FeedbackDialog.stories.tsx +1 -1
- package/lib/components/FeedbackDialog/FeedbackDialog.tsx +4 -6
- package/lib/components/Field/CharacterCount.tsx +2 -2
- package/lib/components/Field/ErrorText.tsx +1 -1
- package/lib/components/Field/Field.tsx +1 -1
- package/lib/components/Field/HelperText.tsx +3 -1
- package/lib/components/FileInput/FileInput.stories.tsx +1 -1
- package/lib/components/FileInput/__tests__/__snapshots__/FileInput.test.tsx.snap +4 -20
- package/lib/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap +70 -79
- package/lib/components/FooterNew/BackToTop.tsx +83 -0
- package/lib/components/FooterNew/Footer.tsx +110 -0
- package/lib/components/FooterNew/FooterColumn.tsx +79 -0
- package/lib/components/FooterNew/FooterLinks.tsx +44 -0
- package/lib/components/FooterNew/FooterNavLink.tsx +63 -0
- package/lib/components/FooterNew/LegalAndCopyright.tsx +150 -0
- package/lib/components/FooterNew/LogoAddressAndSocial.tsx +154 -0
- package/lib/components/FooterNew/SocialLink.tsx +108 -0
- package/lib/components/FooterNew/__tests__/Footer.test.tsx +51 -0
- package/lib/components/FooterNew/__tests__/__snapshots__/Footer.test.tsx.snap +1107 -0
- package/lib/components/FooterNew/index.ts +2 -0
- package/lib/components/HeaderDraft/__tests__/__snapshots__/Header.test.tsx.snap +3 -2
- package/lib/components/HeaderNew/Header.tsx +93 -0
- package/lib/components/HeaderNew/HeaderBorder.tsx +55 -0
- package/lib/components/HeaderNew/HeaderLogo.tsx +70 -0
- package/lib/components/HeaderNew/HeaderMenuContainer.tsx +35 -0
- package/lib/components/HeaderNew/HeaderTitle.tsx +53 -0
- package/lib/components/HeaderNew/__tests__/Header.test.tsx +42 -0
- package/lib/components/HeaderNew/__tests__/__snapshots__/Header.test.tsx.snap +79 -0
- package/lib/components/HeaderNew/constants.ts +3 -0
- package/lib/components/HeaderNew/index.ts +7 -0
- package/lib/components/HeadingNew/Heading.tsx +208 -0
- package/lib/components/HeadingNew/index.ts +2 -0
- package/lib/components/Icon/__tests__/__snapshots__/Icon.test.tsx.snap +16 -12
- package/lib/components/Icon/svgImports.ts +318 -296
- package/lib/components/IconButton/IconButton.tsx +3 -4
- package/lib/components/IconButton/__tests__/__snapshots__/IconButton.test.tsx.snap +12 -9
- package/lib/components/Link/BaseLink.tsx +114 -71
- package/lib/components/Link/Link.stories.tsx +1 -1
- package/lib/components/Link/Link.tsx +120 -109
- package/lib/components/Link/__tests__/__snapshots__/link.test.tsx.snap +2 -2
- package/lib/components/MenuNew/Menu.context.tsx +149 -0
- package/lib/components/MenuNew/Menu.tsx +75 -0
- package/lib/components/MenuNew/MenuContent.tsx +140 -0
- package/lib/components/MenuNew/MenuItem.tsx +101 -0
- package/lib/components/MenuNew/MenuSection.tsx +47 -0
- package/lib/components/MenuNew/index.ts +8 -0
- package/lib/components/MenuNew/trigger/ButtonMenuTrigger.tsx +42 -0
- package/lib/components/MenuNew/trigger/IconMenuTrigger.tsx +40 -0
- package/lib/components/Pagination/Pagination.stories.tsx +1 -1
- package/lib/components/Pagination/PaginationControls.tsx +4 -5
- package/lib/components/Pagination/PaginationInfo.tsx +2 -3
- package/lib/components/ParagraphNew/Paragraph.tsx +200 -0
- package/lib/components/ParagraphNew/index.ts +6 -0
- package/lib/components/Radio/Radio.stories.tsx +1 -1
- package/lib/components/Radio/Radio.tsx +8 -8
- package/lib/components/Radio/__tests__/__snapshots__/Radio.test.tsx.snap +4 -4
- package/lib/components/Search/__tests__/__snapshots__/Search.test.tsx.snap +12 -32
- package/lib/components/Select/Select.mdx +23 -0
- package/lib/components/Select/Select.stories.tsx +43 -10
- package/lib/components/Select/Select.tsx +14 -3
- package/lib/components/Select/Select.types.ts +53 -16
- package/lib/components/Select/__tests__/Select.test.tsx +250 -1
- package/lib/components/Select/__tests__/__snapshots__/Select.test.tsx.snap +5 -4
- package/lib/components/Select/subcomponents/CustomOption.tsx +10 -3
- package/lib/components/Select/subcomponents/CustomSelect.tsx +110 -10
- package/lib/components/Select/subcomponents/FilterInput.tsx +13 -3
- package/lib/components/Select/subcomponents/NativeSelect.tsx +10 -18
- package/lib/components/Select/subcomponents/Panel.tsx +2 -2
- package/lib/components/Select/subcomponents/VisibleField.tsx +48 -3
- package/lib/components/Snackbar/__tests__/__snapshots__/Snackbar.test.tsx.snap +9 -15
- package/lib/components/Spinner/Spinner.tsx +24 -5
- package/lib/components/Spinner/__tests__/Spinner.test.tsx +35 -5
- package/lib/components/Spinner/__tests__/__snapshots__/Spinner.test.tsx.snap +40 -16
- package/lib/components/StandaloneLink/StandaloneLink.stories.tsx +1 -1
- package/lib/components/StandaloneLink/StandaloneLink.tsx +180 -163
- package/lib/components/StandaloneLink/__tests__/__snapshots__/StandaloneLink.test.tsx.snap +2 -2
- package/lib/components/Table/Table.stories.tsx +1 -1
- package/lib/components/Table/Table.tsx +2 -0
- package/lib/components/Table/Table.types.ts +1 -0
- package/lib/components/Table/__tests__/Table.test.tsx +19 -0
- package/lib/components/Table/__tests__/__snapshots__/Table.test.tsx.snap +7 -3
- package/lib/components/Table/subcomponents/Cell/Cell.stories.tsx +1 -1
- package/lib/components/Table/subcomponents/Cell/Cell.tsx +23 -2
- package/lib/components/Table/subcomponents/Cell/CellContent.tsx +12 -1
- package/lib/components/Table/subcomponents/Cell/__tests__/Cell.test.tsx +106 -0
- package/lib/components/Table/subcomponents/Cell/__tests__/__snapshots__/Cell.test.tsx.snap +4 -3
- package/lib/components/Table/subcomponents/HeadCell/HeadCell.stories.tsx +1 -1
- package/lib/components/Table/subcomponents/HeadCell/HeadCell.tsx +28 -6
- package/lib/components/Table/subcomponents/HeadCell/HeadCellContent.tsx +3 -0
- package/lib/components/Table/subcomponents/HeadCell/__tests__/HeadCell.test.tsx +221 -2
- package/lib/components/Table/subcomponents/HeadCell/__tests__/__snapshots__/HeadCell.test.tsx.snap +6 -4
- package/lib/components/Table/subcomponents/Row.tsx +2 -2
- package/lib/components/Table/subcomponents/SortIcon.tsx +1 -0
- package/lib/components/Table/subcomponents/__tests__/Row.test.tsx +59 -0
- package/lib/components/Tabs/Tab.tsx +3 -3
- package/lib/components/Tabs/Tabs.stories.tsx +1 -1
- package/lib/components/Tabs/Tabs.tsx +5 -3
- package/lib/components/Tabs/__tests__/__snapshots__/Tabs.test.tsx.snap +4 -4
- package/lib/components/Timepicker/Timepicker.stories.tsx +1 -1
- package/lib/components/Toggle/Toggle.tsx +5 -5
- package/lib/components/Toggle/ToggleHandle.tsx +2 -3
- package/lib/components/Tooltip/Tooltip.tsx +2 -2
- package/lib/components/Tooltip/__tests__/__snapshots__/tooltip.test.tsx.snap +2 -2
- package/lib/components/UclLogoNew/UclLogo.tsx +42 -0
- package/lib/components/UclLogoNew/index.ts +2 -0
- package/lib/components/WeekPicker/WeekPicker.stories.tsx +3 -5
- package/lib/components/common/Common.mdx +0 -1
- package/lib/components/index.ts +19 -1
- package/lib/theme/Colours.mdx +1 -1
- package/lib/theme/Theme.mdx +1 -1
- package/lib/theme/Typography.mdx +1 -1
- package/lib/theme/__tests__/fonts.test.ts +37 -0
- package/lib/theme/common/themeCommon.ts +515 -0
- package/lib/theme/fonts.ts +110 -0
- package/lib/theme/index.ts +6 -6
- package/lib/theme/light/lightColour.ts +232 -0
- package/lib/theme/light/lightTheme.ts +37 -0
- package/lib/theme/{defaultTheme.ts → original/color.ts} +17 -199
- package/lib/theme/original/defaultTheme.ts +207 -0
- package/lib/theme/original/originalColourNewStructure.ts +185 -0
- package/lib/theme/useTheme.tsx +72 -15
- package/lib/types/assets.d.ts +10 -0
- package/lib/utils/addAlphaToHex.ts +29 -0
- package/lib/utils/scrollToTop.ts +5 -0
- package/package.json +11 -6
- package/dist/components/Button/buttonPrimaryStyle.d.ts +0 -4
- package/dist/components/Button/buttonSecondaryStyle.d.ts +0 -4
- package/dist/components/Button/buttonTertiaryStyle.d.ts +0 -4
- package/dist/theme/defaultTheme.d.ts +0 -274
- package/lib/components/Button/buttonPrimaryStyle.ts +0 -62
- package/lib/components/Button/buttonSecondaryStyle.ts +0 -65
- 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-
|
|
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.
|
|
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-
|
|
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
|
|
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-
|
|
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.
|
|
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-
|
|
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.
|
|
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-
|
|
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.
|
|
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-
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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.
|
|
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-
|
|
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
|
|
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-
|
|
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.
|
|
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-
|
|
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.
|
|
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-
|
|
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.
|
|
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-
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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-
|
|
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.
|
|
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-
|
|
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
|
|
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-
|
|
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.
|
|
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-
|
|
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.
|
|
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-
|
|
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.
|
|
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-
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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>
|