@worksafevictoria/wcl7.5 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +13 -0
- package/.env +4 -0
- package/.eslintrc.cjs +10 -0
- package/.eslintrc.js +25 -0
- package/.husky/commit-msg +4 -0
- package/.prettierrc +5 -0
- package/.prettierrc.json +8 -0
- package/.storybook/main.js +18 -0
- package/.storybook/preview.js +34 -0
- package/LICENSE +21 -0
- package/README.md +159 -0
- package/babel.config.js +8 -0
- package/bin/clean.sh +52 -0
- package/bin/deploy.sh +25 -0
- package/ci/build/Build_Validation.md +35 -0
- package/ci/build/build_validation.yml +47 -0
- package/ci/release/Release_Beta.md +39 -0
- package/ci/release/Release_Master.md +29 -0
- package/ci/release/beta.yml +69 -0
- package/ci/release/master.yml +39 -0
- package/commitlint.config.js +1 -0
- package/index.html +13 -0
- package/jest.config.js +21 -0
- package/lib/detect-browser.js +33 -0
- package/lib/utility.js +59 -0
- package/lib/utility.test.js +15 -0
- package/package.json +93 -0
- package/public/favicon.ico +0 -0
- package/src/assets/base.css +86 -0
- package/src/assets/fonts/VIC-Bold.eot +0 -0
- package/src/assets/fonts/VIC-Bold.ttf +0 -0
- package/src/assets/fonts/VIC-Bold.woff +0 -0
- package/src/assets/fonts/VIC-Bold.woff2 +0 -0
- package/src/assets/fonts/VIC-BoldItalic.eot +0 -0
- package/src/assets/fonts/VIC-BoldItalic.ttf +0 -0
- package/src/assets/fonts/VIC-BoldItalic.woff +0 -0
- package/src/assets/fonts/VIC-BoldItalic.woff2 +0 -0
- package/src/assets/fonts/VIC-ExtraLight.eot +0 -0
- package/src/assets/fonts/VIC-ExtraLight.ttf +0 -0
- package/src/assets/fonts/VIC-ExtraLight.woff +0 -0
- package/src/assets/fonts/VIC-ExtraLight.woff2 +0 -0
- package/src/assets/fonts/VIC-ExtraLightItalic.eot +0 -0
- package/src/assets/fonts/VIC-ExtraLightItalic.ttf +0 -0
- package/src/assets/fonts/VIC-ExtraLightItalic.woff +0 -0
- package/src/assets/fonts/VIC-ExtraLightItalic.woff2 +0 -0
- package/src/assets/fonts/VIC-Italic.eot +0 -0
- package/src/assets/fonts/VIC-Italic.ttf +0 -0
- package/src/assets/fonts/VIC-Italic.woff +0 -0
- package/src/assets/fonts/VIC-Italic.woff2 +0 -0
- package/src/assets/fonts/VIC-Light.eot +0 -0
- package/src/assets/fonts/VIC-Light.ttf +0 -0
- package/src/assets/fonts/VIC-Light.woff +0 -0
- package/src/assets/fonts/VIC-Light.woff2 +0 -0
- package/src/assets/fonts/VIC-LightItalic.eot +0 -0
- package/src/assets/fonts/VIC-LightItalic.ttf +0 -0
- package/src/assets/fonts/VIC-LightItalic.woff +0 -0
- package/src/assets/fonts/VIC-LightItalic.woff2 +0 -0
- package/src/assets/fonts/VIC-Medium.eot +0 -0
- package/src/assets/fonts/VIC-Medium.ttf +0 -0
- package/src/assets/fonts/VIC-Medium.woff +0 -0
- package/src/assets/fonts/VIC-Medium.woff2 +0 -0
- package/src/assets/fonts/VIC-MediumItalic.eot +0 -0
- package/src/assets/fonts/VIC-MediumItalic.ttf +0 -0
- package/src/assets/fonts/VIC-MediumItalic.woff +0 -0
- package/src/assets/fonts/VIC-MediumItalic.woff2 +0 -0
- package/src/assets/fonts/VIC-Regular.eot +0 -0
- package/src/assets/fonts/VIC-Regular.ttf +0 -0
- package/src/assets/fonts/VIC-Regular.woff +0 -0
- package/src/assets/fonts/VIC-Regular.woff2 +0 -0
- package/src/assets/fonts/VIC-SemiBold.eot +0 -0
- package/src/assets/fonts/VIC-SemiBold.ttf +0 -0
- package/src/assets/fonts/VIC-SemiBold.woff +0 -0
- package/src/assets/fonts/VIC-SemiBold.woff2 +0 -0
- package/src/assets/fonts/VIC-SemiBoldItalic.eot +0 -0
- package/src/assets/fonts/VIC-SemiBoldItalic.ttf +0 -0
- package/src/assets/fonts/VIC-SemiBoldItalic.woff +0 -0
- package/src/assets/fonts/VIC-SemiBoldItalic.woff2 +0 -0
- package/src/assets/icons/AppFooter/australian-aboriginal-flag.svg +7 -0
- package/src/assets/icons/AppFooter/facebook-ws-footer.svg +58 -0
- package/src/assets/icons/AppFooter/facebook-ww-footer.svg +59 -0
- package/src/assets/icons/AppFooter/instagram-ww-footer.svg +70 -0
- package/src/assets/icons/AppFooter/linkedin-ws-footer.svg +59 -0
- package/src/assets/icons/AppFooter/linkedin-ww-footer.svg +60 -0
- package/src/assets/icons/AppFooter/logo-workwell-reversed.svg +45 -0
- package/src/assets/icons/AppFooter/pride-flag.svg +12 -0
- package/src/assets/icons/AppFooter/torres-strait-islanders-flag.svg +9 -0
- package/src/assets/icons/AppFooter/twitter-ws-footer.svg +58 -0
- package/src/assets/icons/AppFooter/twitter-ww-footer.svg +59 -0
- package/src/assets/icons/AppFooter/worksafe-footer-logo.svg +9 -0
- package/src/assets/icons/AppFooter/youtube-ws-footer.svg +55 -0
- package/src/assets/icons/AppFooter/youtube-ww-footer.svg +56 -0
- package/src/assets/icons/AppHeader/chev-down-16.svg +17 -0
- package/src/assets/icons/AppHeader/chev-left-24px.svg +13 -0
- package/src/assets/icons/AppHeader/chev-right-16px.svg +25 -0
- package/src/assets/icons/AppHeader/chev-right-24px.svg +13 -0
- package/src/assets/icons/AppHeader/close-32px.svg +15 -0
- package/src/assets/icons/AppHeader/menu-32px.svg +20 -0
- package/src/assets/icons/AppHeader/search-32px.svg +19 -0
- package/src/assets/icons/Email-circle-black.svg +4 -0
- package/src/assets/icons/Info-circle-fill.svg +10 -0
- package/src/assets/icons/Phone-circle-black.svg +4 -0
- package/src/assets/icons/SocialShare/bookmark-white.svg +3 -0
- package/src/assets/icons/SocialShare/bookmark-ww-footer.svg +57 -0
- package/src/assets/icons/SocialShare/bookmark.svg +56 -0
- package/src/assets/icons/SocialShare/email-white.svg +3 -0
- package/src/assets/icons/SocialShare/facebook-white.svg +3 -0
- package/src/assets/icons/SocialShare/facebook-ws-footer.svg +58 -0
- package/src/assets/icons/SocialShare/facebook-ww-footer.svg +59 -0
- package/src/assets/icons/SocialShare/facebook.svg +1 -0
- package/src/assets/icons/SocialShare/office-file-pdf.svg +1 -0
- package/src/assets/icons/SocialShare/print.svg +3 -0
- package/src/assets/icons/SocialShare/twitter-white.svg +3 -0
- package/src/assets/icons/SocialShare/twitter-ws-footer.svg +58 -0
- package/src/assets/icons/SocialShare/twitter-ww-footer.svg +59 -0
- package/src/assets/icons/SocialShare/twitter.svg +1 -0
- package/src/assets/icons/Strip/AlertDismiss.svg +4 -0
- package/src/assets/icons/Strip/Arrow right.svg +4 -0
- package/src/assets/icons/Strip/Chevron right.svg +3 -0
- package/src/assets/icons/Strip/Dismiss.svg +4 -0
- package/src/assets/icons/Strip/Exclamation triangle fill.svg +8 -0
- package/src/assets/icons/Strip/Info circle fill.svg +15 -0
- package/src/assets/icons/Strip/Information.svg +15 -0
- package/src/assets/icons/Strip/Warning.svg +8 -0
- package/src/assets/icons/arrow-left.svg +9 -0
- package/src/assets/icons/arrow-right.svg +9 -0
- package/src/assets/icons/bookmark.svg +56 -0
- package/src/assets/icons/brand-VicStateGov-logo-reversed.svg +72 -0
- package/src/assets/icons/bullet-empty.svg +3 -0
- package/src/assets/icons/bullet.svg +3 -0
- package/src/assets/icons/caret-down.svg +1 -0
- package/src/assets/icons/caret-left.svg +9 -0
- package/src/assets/icons/caret-right.svg +9 -0
- package/src/assets/icons/caret-up.svg +1 -0
- package/src/assets/icons/chev-down-white.svg +3 -0
- package/src/assets/icons/chev-down.svg +3 -0
- package/src/assets/icons/chev-left.svg +3 -0
- package/src/assets/icons/chev-right.svg +3 -0
- package/src/assets/icons/chev-up.svg +3 -0
- package/src/assets/icons/clock.svg +3 -0
- package/src/assets/icons/close.svg +1 -0
- package/src/assets/icons/cross.svg +3 -0
- package/src/assets/icons/document.svg +1 -0
- package/src/assets/icons/earth.svg +1 -0
- package/src/assets/icons/email.svg +6 -0
- package/src/assets/icons/external-link-16px.svg +18 -0
- package/src/assets/icons/external-link.svg +4 -0
- package/src/assets/icons/icon-close.svg +15 -0
- package/src/assets/icons/instagram.svg +3 -0
- package/src/assets/icons/key.svg +3 -0
- package/src/assets/icons/location.svg +10 -0
- package/src/assets/icons/phone.svg +3 -0
- package/src/assets/icons/refresh.svg +3 -0
- package/src/assets/icons/right-arrow.svg +3 -0
- package/src/assets/icons/search.svg +5 -0
- package/src/assets/icons/tick.svg +3 -0
- package/src/assets/icons/video-play.svg +4 -0
- package/src/assets/images/hero-header-chevron.svg +9 -0
- package/src/assets/images/hero-header-mask.png +0 -0
- package/src/assets/images/hero-header-mask.svg +3 -0
- package/src/assets/logo.svg +1 -0
- package/src/assets/main.css +35 -0
- package/src/assets/styles/button.scss +206 -0
- package/src/assets/styles/focus.scss +4 -0
- package/src/assets/styles/generated-icons.scss +374 -0
- package/src/assets/styles/modal.scss +12 -0
- package/src/assets/styles/rtl.scss +8 -0
- package/src/assets/styles/storybook.scss +9 -0
- package/src/assets/styles/stylesheet.scss +7 -0
- package/src/assets/styles/webfonts.css +155 -0
- package/src/components/Common/CardGrid/cardgrid.stories.js +269 -0
- package/src/components/Common/CardGrid/index.vue +321 -0
- package/src/components/Common/CardGridItem/card-grid-item-caret.vue +164 -0
- package/src/components/Common/CardGridItem/card-grid-item-icon.vue +163 -0
- package/src/components/Common/CardGridItem/index.vue +848 -0
- package/src/components/Common/FilterButton/index.vue +93 -0
- package/src/components/Containers/Column/index.stories.js +35 -0
- package/src/components/Containers/Column/index.vue +14 -0
- package/src/components/Containers/Container/index.stories.js +13 -0
- package/src/components/Containers/Container/index.vue +15 -0
- package/src/components/Containers/HomepageHeader/index.stories.js +78 -0
- package/src/components/Containers/HomepageHeader/index.vue +186 -0
- package/src/components/Containers/Row/index.stories.js +12 -0
- package/src/components/Containers/Row/index.vue +14 -0
- package/src/components/Containers/SectionGroup/index.stories.js +148 -0
- package/src/components/Containers/SectionGroup/index.vue +310 -0
- package/src/components/Containers/Subheader/index.stories.js +74 -0
- package/src/components/Containers/Subheader/index.vue +149 -0
- package/src/components/Global/AlertStrip/index.stories.js +13 -0
- package/src/components/Global/AlertStrip/index.vue +145 -0
- package/src/components/Global/AlertStrip/styles.scss +78 -0
- package/src/components/Global/AppFooter/FooterSocialShare/index.vue +105 -0
- package/src/components/Global/AppFooter/FooterSocialShare/styles.scss +41 -0
- package/src/components/Global/AppFooter/index.stories.js +24 -0
- package/src/components/Global/AppFooter/index.vue +632 -0
- package/src/components/Global/AppFooter/storiesConst.js +110 -0
- package/src/components/Global/AppFooter/styles.scss +393 -0
- package/src/components/Global/AppHeader/ModalSearch/index.vue +66 -0
- package/src/components/Global/AppHeader/ModalSearch/styles.scss +43 -0
- package/src/components/Global/AppHeader/includes.scss +68 -0
- package/src/components/Global/AppHeader/index.stories.js +82 -0
- package/src/components/Global/AppHeader/index.vue +878 -0
- package/src/components/Global/AppHeader/mobile.scss +240 -0
- package/src/components/Global/AppHeader/styles.scss +371 -0
- package/src/components/Global/BackToTop/index.stories.js +18 -0
- package/src/components/Global/BackToTop/index.vue +67 -0
- package/src/components/Global/BackToTop/styles.scss +46 -0
- package/src/components/Global/ContrastMode/index.stories.js +39 -0
- package/src/components/Global/ContrastMode/index.vue +308 -0
- package/src/components/Global/Cookies/Constants.js +72 -0
- package/src/components/Global/Cookies/index.storieshide.js +45 -0
- package/src/components/Global/Cookies/index.vue +453 -0
- package/src/components/Global/Cookies/styles.scss +259 -0
- package/src/components/Global/DirectoryFilters/SingleTaxonomy/index.vue +196 -0
- package/src/components/Global/DirectoryFilters/index.vue +176 -0
- package/src/components/Global/GlobalNotice/index.vue +266 -0
- package/src/components/Global/HeroHeader/index.stories.js +93 -0
- package/src/components/Global/HeroHeader/index.vue +343 -0
- package/src/components/Global/HeroHeader/styles.scss +480 -0
- package/src/components/Global/ProgressBar/index.stories.js +51 -0
- package/src/components/Global/ProgressBar/index.vue +58 -0
- package/src/components/Global/ProgressBar/styles.scss +116 -0
- package/src/components/Global/SocialShare/index.stories.js +18 -0
- package/src/components/Global/SocialShare/index.vue +318 -0
- package/src/components/Global/Strip/index.stories.js +70 -0
- package/src/components/Global/Strip/index.vue +357 -0
- package/src/components/HelloWorld.vue +44 -0
- package/src/components/Paragraphs/Accordion/AccordionItem/index.vue +232 -0
- package/src/components/Paragraphs/Accordion/StepperItem/index.vue +274 -0
- package/src/components/Paragraphs/Accordion/index.stories.js +84 -0
- package/src/components/Paragraphs/Accordion/index.vue +202 -0
- package/src/components/Paragraphs/Breakout/index.stories.js +39 -0
- package/src/components/Paragraphs/Breakout/index.vue +115 -0
- package/src/components/Paragraphs/BrowseContent/index.stories.js +220 -0
- package/src/components/Paragraphs/BrowseContent/index.vue +298 -0
- package/src/components/Paragraphs/BrowseContent/switcher.vue +63 -0
- package/src/components/Paragraphs/Calculator/CardContainer/index.vue +278 -0
- package/src/components/Paragraphs/Calculator/CardContainer/styles.scss +152 -0
- package/src/components/Paragraphs/Calculator/Constants.js +246 -0
- package/src/components/Paragraphs/Calculator/RiskLevel/index.vue +124 -0
- package/src/components/Paragraphs/Calculator/RiskLevel/styles.scss +73 -0
- package/src/components/Paragraphs/Calculator/index.stories.js +27 -0
- package/src/components/Paragraphs/Calculator/index.vue +284 -0
- package/src/components/Paragraphs/Calculator/styles.scss +49 -0
- package/src/components/Paragraphs/Directory/Records/CJ/index.vue +59 -0
- package/src/components/Paragraphs/Directory/Records/ISP/distance.js +46 -0
- package/src/components/Paragraphs/Directory/Records/ISP/index.vue +88 -0
- package/src/components/Paragraphs/Directory/Records/PRS/index.vue +59 -0
- package/src/components/Paragraphs/Directory/Records/PRS/recordContent.vue +91 -0
- package/src/components/Paragraphs/Directory/Records/PRS/recordDetails.vue +49 -0
- package/src/components/Paragraphs/Directory/Records/index.vue +203 -0
- package/src/components/Paragraphs/Directory/Records/styles.scss +129 -0
- package/src/components/Paragraphs/Directory/constants.js +79 -0
- package/src/components/Paragraphs/Directory/index.vue +334 -0
- package/src/components/Paragraphs/ListGroup/Constants.js +72 -0
- package/src/components/Paragraphs/ListGroup/Link/list-link.stories.js +71 -0
- package/src/components/Paragraphs/ListGroup/index.vue +333 -0
- package/src/components/Paragraphs/ListGroup/list-group.stories.js +64 -0
- package/src/components/Paragraphs/ListGroup/navigation-card.stories.js +66 -0
- package/src/components/Paragraphs/MarketingBanner/index.stories.js +65 -0
- package/src/components/Paragraphs/MarketingBanner/index.vue +118 -0
- package/src/components/Paragraphs/MarketingBanner/styles.scss +87 -0
- package/src/components/Paragraphs/ProofPoints/index.stories.js +173 -0
- package/src/components/Paragraphs/ProofPoints/index.vue +64 -0
- package/src/components/Paragraphs/RelatedInformation/index.stories.js +32 -0
- package/src/components/Paragraphs/RelatedInformation/index.vue +62 -0
- package/src/components/Paragraphs/RelatedInformation/styles.scss +50 -0
- package/src/components/Paragraphs/RichText/index.stories.js +393 -0
- package/src/components/Paragraphs/RichText/index.vue +113 -0
- package/src/components/Paragraphs/RichText/scss/base.scss +355 -0
- package/src/components/Paragraphs/RichText/scss/definition-list.scss +35 -0
- package/src/components/Paragraphs/RichText/scss/styled-list.scss +152 -0
- package/src/components/Paragraphs/RichText/scss/table.scss +85 -0
- package/src/components/Paragraphs/ScrollSpy/index.stories.js +184 -0
- package/src/components/Paragraphs/ScrollSpy/index.vue +147 -0
- package/src/components/Paragraphs/SelectableCards/Control/index.stories.js +29 -0
- package/src/components/Paragraphs/SelectableCards/cardbody.vue +25 -0
- package/src/components/Paragraphs/SelectableCards/cardtop.vue +113 -0
- package/src/components/Paragraphs/SelectableCards/index.stories.js +27 -0
- package/src/components/Paragraphs/SelectableCards/index.vue +116 -0
- package/src/components/Paragraphs/Statistics/index.stories.js +106 -0
- package/src/components/Paragraphs/Statistics/index.vue +95 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/cake-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/commute-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/fire_extinguisher-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/free_breakfast-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/portrait-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/storefront-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/TempIcons/tag_faces-black-18dp.svg +1 -0
- package/src/components/Paragraphs/TabbedCards/index.stories.js +36 -0
- package/src/components/Paragraphs/TabbedCards/index.vue +393 -0
- package/src/components/Paragraphs/Tabs/index.stories.js +60 -0
- package/src/components/Paragraphs/Tabs/index.vue +127 -0
- package/src/components/Paragraphs/Tabs/styles.scss +150 -0
- package/src/components/Paragraphs/TabulatedData/Constants.js +158 -0
- package/src/components/Paragraphs/TabulatedData/index.stories.js +39 -0
- package/src/components/Paragraphs/TabulatedData/index.vue +145 -0
- package/src/components/Paragraphs/TaskFinder/index.stories.js +45 -0
- package/src/components/Paragraphs/TaskFinder/index.vue +192 -0
- package/src/components/Paragraphs/TaskFinder/pdf/index.vue +109 -0
- package/src/components/Paragraphs/TaskFinder/task-finder-column.vue +146 -0
- package/src/components/Paragraphs/TextMedia/MediaTypes/Image/index.vue +24 -0
- package/src/components/Paragraphs/TextMedia/MediaTypes/Video/index.vue +29 -0
- package/src/components/Paragraphs/TextMedia/index.stories.js +94 -0
- package/src/components/Paragraphs/TextMedia/index.vue +150 -0
- package/src/components/Paragraphs/VideoGrid/index.stories.js +167 -0
- package/src/components/Paragraphs/VideoGrid/index.vue +124 -0
- package/src/components/Paragraphs/VideoPlayer/index.stories.js +95 -0
- package/src/components/Paragraphs/VideoPlayer/index.vue +110 -0
- package/src/components/Paragraphs/Webform/index.stories.js +70 -0
- package/src/components/Paragraphs/Webform/index.vue +103 -0
- package/src/components/SubComponents/Breadcrumb/constants.js +15 -0
- package/src/components/SubComponents/Breadcrumb/index.stories.js +22 -0
- package/src/components/SubComponents/Breadcrumb/index.vue +91 -0
- package/src/components/SubComponents/CardGroup/cardbody.vue +109 -0
- package/src/components/SubComponents/CardGroup/cardtop.vue +106 -0
- package/src/components/SubComponents/CardGroup/index.stories.js +145 -0
- package/src/components/SubComponents/CardGroup/index.vue +297 -0
- package/src/components/SubComponents/CtaButton/index.stories.js +357 -0
- package/src/components/SubComponents/CtaButton/index.vue +256 -0
- package/src/components/SubComponents/FormAddressPostcode/index.stories.js +43 -0
- package/src/components/SubComponents/FormAddressPostcode/index.vue +314 -0
- package/src/components/SubComponents/FormInstance/index.stories.js +8 -0
- package/src/components/SubComponents/FormInstance/index.vue +12 -0
- package/src/components/SubComponents/GoogleSearch/index.stories.js +8 -0
- package/src/components/SubComponents/GoogleSearch/index.vue +405 -0
- package/src/components/SubComponents/Icon/README.md +40 -0
- package/src/components/SubComponents/Icon/example.js +41 -0
- package/src/components/SubComponents/Icon/index.stories.js +84 -0
- package/src/components/SubComponents/Icon/index.vue +127 -0
- package/src/components/SubComponents/Icon/styles.scss +38 -0
- package/src/components/SubComponents/Loading/index.stories.js +9 -0
- package/src/components/SubComponents/Loading/index.vue +15 -0
- package/src/components/SubComponents/MediaPlayer/index.stories.js +58 -0
- package/src/components/SubComponents/MediaPlayer/index.vue +69 -0
- package/src/components/SubComponents/Pagination/index.stories.js +119 -0
- package/src/components/SubComponents/Pagination/index.vue +184 -0
- package/src/components/SubComponents/Pagination/pagination.js +58 -0
- package/src/components/SubComponents/ResourceGroup/List/index.stories.js +268 -0
- package/src/components/SubComponents/ResourceGroup/cardbody.vue +221 -0
- package/src/components/SubComponents/ResourceGroup/cardfooter.vue +61 -0
- package/src/components/SubComponents/ResourceGroup/cardtop.vue +94 -0
- package/src/components/SubComponents/ResourceGroup/index.stories.js +268 -0
- package/src/components/SubComponents/ResourceGroup/index.vue +575 -0
- package/src/components/SubComponents/ResourceGroup/styles.scss +317 -0
- package/src/components/SubComponents/ResourceGroup/switcher.vue +63 -0
- package/src/components/SubComponents/Search/SearchListing/index.vue +217 -0
- package/src/components/SubComponents/Search/index.stories.js +43 -0
- package/src/components/SubComponents/Search/index.vue +238 -0
- package/src/components/SubComponents/SingleImage/index.stories.js +60 -0
- package/src/components/SubComponents/SingleImage/index.vue +98 -0
- package/src/components/SubComponents/VideoThumbnail/index.stories.js +41 -0
- package/src/components/SubComponents/VideoThumbnail/index.vue +239 -0
- package/src/components/TheWelcome.vue +88 -0
- package/src/components/WelcomeItem.vue +87 -0
- package/src/components/icons/IconCommunity.vue +7 -0
- package/src/components/icons/IconDocumentation.vue +7 -0
- package/src/components/icons/IconEcosystem.vue +7 -0
- package/src/components/icons/IconSupport.vue +7 -0
- package/src/components/icons/IconTooling.vue +19 -0
- package/src/includes/scss/all.scss +2 -0
- package/src/includes/scss/mixins/all.scss +6 -0
- package/src/includes/scss/mixins/src/focus.scss +38 -0
- package/src/includes/scss/mixins/src/fp.scss +31 -0
- package/src/includes/scss/mixins/src/grid.scss +125 -0
- package/src/includes/scss/mixins/src/mq.scss +30 -0
- package/src/includes/scss/mixins/src/rtl.scss +8 -0
- package/src/includes/scss/mixins/src/units.scss +110 -0
- package/src/includes/scss/vars/all.scss +2 -0
- package/src/includes/scss/vars/src/breakpoints.scss +20 -0
- package/src/includes/scss/vars/src/colors.module.scss +53 -0
- package/src/includes/scss/vars/src/colors.scss +53 -0
- package/src/index.js +116 -0
- package/src/main.js +18 -0
- package/src/mock/accordion.js +104 -0
- package/src/mock/app-header.js +683 -0
- package/src/mock/control-selectable-cards.js +58 -0
- package/src/mock/jest.svgtransformer.js +7 -0
- package/src/mock/list-group.js +46 -0
- package/src/mock/proof-points.js +55 -0
- package/src/mock/related-info.js +44 -0
- package/src/mock/selectable-cards.js +48 -0
- package/src/mock/statistics.js +63 -0
- package/src/mock/styleMock.js +1 -0
- package/src/mock/tabbed-cards.js +197 -0
- package/src/mock/task-finder.js +68 -0
- package/src/mock/video-grid.js +409 -0
- package/src/mock/video-media.js +51 -0
- package/src/public/places/api/v1/geocode/json +69 -0
- package/src/public/places/api/v1/place/autocomplete/json +226 -0
- package/stylelint.config.js +63 -0
- package/vite.config.js +19 -0
- package/vitest.config.js +14 -0
package/jest.config.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
moduleFileExtensions: [
|
|
3
|
+
'js',
|
|
4
|
+
'json',
|
|
5
|
+
// tell Jest to handle `*.vue` files
|
|
6
|
+
'vue'
|
|
7
|
+
],
|
|
8
|
+
moduleNameMapper: {
|
|
9
|
+
'\\.(css|less|sass|scss)$': '<rootDir>/src/mock/styleMock.js',
|
|
10
|
+
'(.*\\.svg)\\?(.*)$': '<rootDir>/src/mock/jest.svgtransformer.js'
|
|
11
|
+
},
|
|
12
|
+
transform: {
|
|
13
|
+
// process `*.vue` files with `vue-jest`
|
|
14
|
+
'.*\\.(vue)$': 'vue-jest',
|
|
15
|
+
'^.+\\.js$': 'babel-jest',
|
|
16
|
+
'.+\\.(svg)$': '<rootDir>/src/mock/jest.svgtransformer.js'
|
|
17
|
+
},
|
|
18
|
+
collectCoverage: true,
|
|
19
|
+
collectCoverageFrom: ['<rootDir>/src/**/*.vue'],
|
|
20
|
+
coverageReporters: ['text-summary', 'html', 'lcov', 'clover']
|
|
21
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export const detectBrowser = (naviGatr) => {
|
|
2
|
+
let sBrowser,
|
|
3
|
+
sUsrAg = naviGatr.userAgent
|
|
4
|
+
// The order matters here, and this may report false positives for unlisted browsers.
|
|
5
|
+
if (sUsrAg.indexOf('Firefox') > -1) {
|
|
6
|
+
sBrowser = 'Mozilla Firefox'
|
|
7
|
+
// "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0"
|
|
8
|
+
} else if (sUsrAg.indexOf('SamsungBrowser') > -1) {
|
|
9
|
+
sBrowser = 'Samsung Internet'
|
|
10
|
+
// "Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G955F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36
|
|
11
|
+
} else if (sUsrAg.indexOf('Opera') > -1 || sUsrAg.indexOf('OPR') > -1) {
|
|
12
|
+
sBrowser = 'Opera'
|
|
13
|
+
// "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 OPR/57.0.3098.106"
|
|
14
|
+
} else if (sUsrAg.indexOf('Trident') > -1) {
|
|
15
|
+
sBrowser = 'IE'
|
|
16
|
+
// "Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; Zoom 3.6.0; wbx 1.0.0; rv:11.0) like Gecko"
|
|
17
|
+
} else if (sUsrAg.indexOf('Edge') > -1) {
|
|
18
|
+
sBrowser = 'Microsoft Edge (Legacy)'
|
|
19
|
+
// "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299"
|
|
20
|
+
} else if (sUsrAg.indexOf('Edg') > -1) {
|
|
21
|
+
sBrowser = 'Microsoft Edge (Chromium)'
|
|
22
|
+
// Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Edg/91.0.864.64
|
|
23
|
+
} else if (sUsrAg.indexOf('Chrome') > -1) {
|
|
24
|
+
sBrowser = 'Chrome'
|
|
25
|
+
// "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/66.0.3359.181 Chrome/66.0.3359.181 Safari/537.36"
|
|
26
|
+
} else if (sUsrAg.indexOf('Safari') > -1) {
|
|
27
|
+
sBrowser = 'Apple Safari'
|
|
28
|
+
// "Mozilla/5.0 (iPhone; CPU iPhone OS 11_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1 980x1306"
|
|
29
|
+
} else {
|
|
30
|
+
sBrowser = 'unknown'
|
|
31
|
+
}
|
|
32
|
+
return sBrowser
|
|
33
|
+
}
|
package/lib/utility.js
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
function isAbsoluteUrl(url) {
|
|
2
|
+
return (
|
|
3
|
+
!String(url).startsWith('/') ||
|
|
4
|
+
String(url).startsWith('//') ||
|
|
5
|
+
/^[a-zA-Z0-9]/i.test(String(url))
|
|
6
|
+
)
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
function isRTLlanguage(text) {
|
|
10
|
+
if (!text || typeof text !== 'string') {
|
|
11
|
+
return false
|
|
12
|
+
}
|
|
13
|
+
var pattern = new RegExp(/[\u0591-\u07FF]/)
|
|
14
|
+
return pattern.test(text)
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
function isGovSite(url) {
|
|
18
|
+
if (url) {
|
|
19
|
+
if (isAbsoluteUrl(url) === false) {
|
|
20
|
+
return true
|
|
21
|
+
}
|
|
22
|
+
if (
|
|
23
|
+
(isAbsoluteUrl(url) && url.includes('facebook.com')) ||
|
|
24
|
+
(isAbsoluteUrl(url) && url.includes('twitter.com'))
|
|
25
|
+
) {
|
|
26
|
+
return false
|
|
27
|
+
}
|
|
28
|
+
if (isAbsoluteUrl(url) && url.includes('.vic.gov.au')) {
|
|
29
|
+
return true
|
|
30
|
+
}
|
|
31
|
+
if (isAbsoluteUrl(url)) {
|
|
32
|
+
return false
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
function navigateToPath(path, newTab) {
|
|
38
|
+
const url = String(path).startsWith('www.') ? `http://${path}` : path
|
|
39
|
+
const isAbsolute = isAbsoluteUrl(url)
|
|
40
|
+
if (!isAbsolute && this.$router && !newTab) {
|
|
41
|
+
this.$router.push({
|
|
42
|
+
path: url
|
|
43
|
+
})
|
|
44
|
+
} else if (!isAbsolute && this.$router && newTab) {
|
|
45
|
+
const hrefTag = Object.assign(document.createElement('a'), {
|
|
46
|
+
target: '_blank',
|
|
47
|
+
href: url
|
|
48
|
+
})
|
|
49
|
+
hrefTag.click()
|
|
50
|
+
} else {
|
|
51
|
+
const hrefTag = Object.assign(document.createElement('a'), {
|
|
52
|
+
target: isAbsolute ? '_blank' : '_self',
|
|
53
|
+
href: url
|
|
54
|
+
})
|
|
55
|
+
hrefTag.click()
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export { isAbsoluteUrl, navigateToPath, isRTLlanguage, isGovSite }
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { isAbsoluteUrl } from './utility'
|
|
2
|
+
|
|
3
|
+
describe('Utility', () => {
|
|
4
|
+
describe('isAbsoluteUrl', () => {
|
|
5
|
+
it('should return true for external links', () => {
|
|
6
|
+
expect(isAbsoluteUrl('http://example.com')).toBe(true)
|
|
7
|
+
expect(isAbsoluteUrl('HTTP://EXAMPLE.COM')).toBe(true)
|
|
8
|
+
expect(isAbsoluteUrl('https://www.exmaple.com')).toBe(true)
|
|
9
|
+
expect(isAbsoluteUrl('ftp://example.com/file.txt')).toBe(true)
|
|
10
|
+
expect(isAbsoluteUrl('//cdn.example.com/lib.js')).toBe(true)
|
|
11
|
+
expect(isAbsoluteUrl('/myfolder/test.txt')).toBe(false)
|
|
12
|
+
expect(isAbsoluteUrl('test')).toBe(true)
|
|
13
|
+
})
|
|
14
|
+
})
|
|
15
|
+
})
|
package/package.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@worksafevictoria/wcl7.5",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"main": "src/index.js",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "ssh://git@github.com/worksafevictoria/wsv-websites-wcl-sb7.git"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/WorkSafeVictoria/wsv-websites-wcl-sb7",
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/WorkSafeVictoria/wsv-websites-wcl-sb7/issues",
|
|
13
|
+
"email": "webupdates@worksafe.vic.gov.au"
|
|
14
|
+
},
|
|
15
|
+
"author": {
|
|
16
|
+
"name": "WorkSafe Victoria",
|
|
17
|
+
"url": "https://github.com/WorkSafeVictoria",
|
|
18
|
+
"email": "webupdates@worksafe.vic.gov.au"
|
|
19
|
+
},
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"access": "public"
|
|
22
|
+
},
|
|
23
|
+
"engines": {
|
|
24
|
+
"node": "^16.16.x"
|
|
25
|
+
},
|
|
26
|
+
"scripts": {
|
|
27
|
+
"dev": "vite",
|
|
28
|
+
"build": "vite build",
|
|
29
|
+
"preview": "vite preview",
|
|
30
|
+
"test:unit": "vitest",
|
|
31
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
32
|
+
"format": "prettier --write src/",
|
|
33
|
+
"storybook": "storybook dev -p 6006",
|
|
34
|
+
"build-storybook": "storybook build",
|
|
35
|
+
"release": "semantic-release",
|
|
36
|
+
"dryrun": "semantic-release --dry-run",
|
|
37
|
+
"reinstall": "bin/clean.sh && yarn",
|
|
38
|
+
"build-start": "build-storybook && cd storybook-static && npx http-server",
|
|
39
|
+
"deploy": "bin/deploy.sh",
|
|
40
|
+
"test": "jest",
|
|
41
|
+
"test:watch": "yarn test --watch",
|
|
42
|
+
"_postinstall": "husky install",
|
|
43
|
+
"prepublishOnly": "pinst --disable",
|
|
44
|
+
"postpublish": "pinst --enable",
|
|
45
|
+
"generate-svgs": "svgpack src/assets/icons/* > src/assets/styles/generated-icons.scss"
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"@fortawesome/fontawesome-free": "^6.4.2",
|
|
49
|
+
"@storybook/cli": "^7.6.3",
|
|
50
|
+
"axios": "^1.6.0",
|
|
51
|
+
"bootstrap": "^5.3.2",
|
|
52
|
+
"bootstrap-vue": "^2.23.1",
|
|
53
|
+
"bootstrap-vue-next": "^0.15.5",
|
|
54
|
+
"date-fns": "^2.30.0",
|
|
55
|
+
"vue": "^3.3.4",
|
|
56
|
+
"vue-formio": "^4.0.8",
|
|
57
|
+
"vue-scrollto": "^2.20.0"
|
|
58
|
+
},
|
|
59
|
+
"resolutions": {
|
|
60
|
+
"formiojs": "4.13.13"
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
64
|
+
"@storybook/addon-a11y": "^7.6.3",
|
|
65
|
+
"@storybook/addon-essentials": "^7.5.1",
|
|
66
|
+
"@storybook/addon-interactions": "^7.5.1",
|
|
67
|
+
"@storybook/addon-links": "^7.5.1",
|
|
68
|
+
"@storybook/blocks": "^7.5.1",
|
|
69
|
+
"@storybook/testing-library": "^0.2.2",
|
|
70
|
+
"@storybook/vue3": "^7.5.1",
|
|
71
|
+
"@storybook/vue3-vite": "^7.5.1",
|
|
72
|
+
"@vitejs/plugin-vue": "^4.4.0",
|
|
73
|
+
"@vue/eslint-config-prettier": "^8.0.0",
|
|
74
|
+
"eslint": "^8.49.0",
|
|
75
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
76
|
+
"eslint-plugin-vue": "^9.17.0",
|
|
77
|
+
"jest": "^29.7.0",
|
|
78
|
+
"jsdom": "^22.1.0",
|
|
79
|
+
"prettier": "^3.0.3",
|
|
80
|
+
"react": "^18.2.0",
|
|
81
|
+
"react-dom": "^18.2.0",
|
|
82
|
+
"sass": "^1.69.5",
|
|
83
|
+
"sass-loader": "^13.3.2",
|
|
84
|
+
"storybook": "^7.5.1",
|
|
85
|
+
"stylelint": "^15.11.0",
|
|
86
|
+
"stylelint-config-recommended": "^13.0.0",
|
|
87
|
+
"stylelint-config-standard": "^34.0.0",
|
|
88
|
+
"stylelint-scss": "^5.3.0",
|
|
89
|
+
"vite": "^4.4.11",
|
|
90
|
+
"vite-svg-loader": "^5.1.0",
|
|
91
|
+
"vitest": "^0.34.6"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/* color palette from <https://github.com/vuejs/theme> */
|
|
2
|
+
:root {
|
|
3
|
+
--vt-c-white: #ffffff;
|
|
4
|
+
--vt-c-white-soft: #f8f8f8;
|
|
5
|
+
--vt-c-white-mute: #f2f2f2;
|
|
6
|
+
|
|
7
|
+
--vt-c-black: #181818;
|
|
8
|
+
--vt-c-black-soft: #222222;
|
|
9
|
+
--vt-c-black-mute: #282828;
|
|
10
|
+
|
|
11
|
+
--vt-c-indigo: #2c3e50;
|
|
12
|
+
|
|
13
|
+
--vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
|
|
14
|
+
--vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
|
|
15
|
+
--vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
|
|
16
|
+
--vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
|
|
17
|
+
|
|
18
|
+
--vt-c-text-light-1: var(--vt-c-indigo);
|
|
19
|
+
--vt-c-text-light-2: rgba(60, 60, 60, 0.66);
|
|
20
|
+
--vt-c-text-dark-1: var(--vt-c-white);
|
|
21
|
+
--vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/* semantic color variables for this project */
|
|
25
|
+
:root {
|
|
26
|
+
--color-background: var(--vt-c-white);
|
|
27
|
+
--color-background-soft: var(--vt-c-white-soft);
|
|
28
|
+
--color-background-mute: var(--vt-c-white-mute);
|
|
29
|
+
|
|
30
|
+
--color-border: var(--vt-c-divider-light-2);
|
|
31
|
+
--color-border-hover: var(--vt-c-divider-light-1);
|
|
32
|
+
|
|
33
|
+
--color-heading: var(--vt-c-text-light-1);
|
|
34
|
+
--color-text: var(--vt-c-text-light-1);
|
|
35
|
+
|
|
36
|
+
--section-gap: 160px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@media (prefers-color-scheme: dark) {
|
|
40
|
+
:root {
|
|
41
|
+
--color-background: var(--vt-c-black);
|
|
42
|
+
--color-background-soft: var(--vt-c-black-soft);
|
|
43
|
+
--color-background-mute: var(--vt-c-black-mute);
|
|
44
|
+
|
|
45
|
+
--color-border: var(--vt-c-divider-dark-2);
|
|
46
|
+
--color-border-hover: var(--vt-c-divider-dark-1);
|
|
47
|
+
|
|
48
|
+
--color-heading: var(--vt-c-text-dark-1);
|
|
49
|
+
--color-text: var(--vt-c-text-dark-2);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
*,
|
|
54
|
+
*::before,
|
|
55
|
+
*::after {
|
|
56
|
+
box-sizing: border-box;
|
|
57
|
+
margin: 0;
|
|
58
|
+
font-weight: normal;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
body {
|
|
62
|
+
min-height: 100vh;
|
|
63
|
+
color: var(--color-text);
|
|
64
|
+
background: var(--color-background);
|
|
65
|
+
transition:
|
|
66
|
+
color 0.5s,
|
|
67
|
+
background-color 0.5s;
|
|
68
|
+
line-height: 1.6;
|
|
69
|
+
font-family:
|
|
70
|
+
Inter,
|
|
71
|
+
-apple-system,
|
|
72
|
+
BlinkMacSystemFont,
|
|
73
|
+
'Segoe UI',
|
|
74
|
+
Roboto,
|
|
75
|
+
Oxygen,
|
|
76
|
+
Ubuntu,
|
|
77
|
+
Cantarell,
|
|
78
|
+
'Fira Sans',
|
|
79
|
+
'Droid Sans',
|
|
80
|
+
'Helvetica Neue',
|
|
81
|
+
sans-serif;
|
|
82
|
+
font-size: 15px;
|
|
83
|
+
text-rendering: optimizeLegibility;
|
|
84
|
+
-webkit-font-smoothing: antialiased;
|
|
85
|
+
-moz-osx-font-smoothing: grayscale;
|
|
86
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)"
|
|
11
|
+
sodipodi:docname="facebook-black.svg"
|
|
12
|
+
id="svg86"
|
|
13
|
+
version="1.1"
|
|
14
|
+
height="24"
|
|
15
|
+
width="12">
|
|
16
|
+
<metadata
|
|
17
|
+
id="metadata92">
|
|
18
|
+
<rdf:RDF>
|
|
19
|
+
<cc:Work
|
|
20
|
+
rdf:about="">
|
|
21
|
+
<dc:format>image/svg+xml</dc:format>
|
|
22
|
+
<dc:type
|
|
23
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
24
|
+
</cc:Work>
|
|
25
|
+
</rdf:RDF>
|
|
26
|
+
</metadata>
|
|
27
|
+
<defs
|
|
28
|
+
id="defs90" />
|
|
29
|
+
<sodipodi:namedview
|
|
30
|
+
inkscape:current-layer="svg86"
|
|
31
|
+
inkscape:window-maximized="0"
|
|
32
|
+
inkscape:window-y="23"
|
|
33
|
+
inkscape:window-x="0"
|
|
34
|
+
inkscape:cy="14.855219"
|
|
35
|
+
inkscape:cx="5.8383838"
|
|
36
|
+
inkscape:zoom="37.125"
|
|
37
|
+
showgrid="false"
|
|
38
|
+
id="namedview88"
|
|
39
|
+
inkscape:window-height="921"
|
|
40
|
+
inkscape:window-width="1292"
|
|
41
|
+
inkscape:pageshadow="2"
|
|
42
|
+
inkscape:pageopacity="0"
|
|
43
|
+
guidetolerance="10"
|
|
44
|
+
gridtolerance="10"
|
|
45
|
+
objecttolerance="10"
|
|
46
|
+
borderopacity="1"
|
|
47
|
+
bordercolor="#666666"
|
|
48
|
+
pagecolor="#ffffff" />
|
|
49
|
+
<path
|
|
50
|
+
id="path84"
|
|
51
|
+
fill-rule="evenodd"
|
|
52
|
+
fill="#2E4FA9"
|
|
53
|
+
d="M3 24h4.5V12.996h4.195L12 9H7.5V6c0-1.172.223-2.004 1.746-2.004h2.59L12 .223S10.7 0 9 0C4.781 0 3 2.672 3 5.496V9H0v3.996h3V24z" />
|
|
54
|
+
<path
|
|
55
|
+
id="path94"
|
|
56
|
+
d="M 3.023569,18.491582 V 12.983165 H 1.5151515 0.00673401 V 11.003367 9.023569 H 1.5151515 3.023569 V 7.0182147 c 0,-2.1748402 0.00781,-2.3251952 0.1526314,-2.9374066 0.5512849,-2.3305214 2.3201088,-3.76165545 4.9786818,-4.02819117 0.3762812,-0.03772414 1.5297597,-0.03673471 2.1120618,0.0018117 0.696442,0.04610204 1.636744,0.14853365 1.692401,0.18436134 0.01729,0.0111276 -1.5e-5,0.6146453 -0.04953,1.72754003 -0.04185,0.9407407 -0.07656,1.7794957 -0.07713,1.8639 l -10e-4,0.1534627 -1.542088,0.00918 C 8.7997829,4.0017341 8.7403246,4.0040466 8.5367125,4.0610403 8.1214128,4.1772875 7.8662341,4.3780224 7.6988167,4.7201657 7.512643,5.1006397 7.5140318,5.0833864 7.50255,7.1582492 L 7.4922276,9.023569 h 2.2510319 2.2510315 l -0.01217,0.060606 c -0.0067,0.033333 -0.07662,0.924233 -0.155395,1.979776 l -0.143227,1.91917 -2.0942764,2.2e-5 -2.0942761,2.2e-5 V 18.491582 24 H 5.2592593 3.023569 Z"
|
|
57
|
+
style="fill:#000000;stroke-width:0.026936" />
|
|
58
|
+
</svg>
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
width="12"
|
|
11
|
+
height="24"
|
|
12
|
+
version="1.1"
|
|
13
|
+
id="svg86"
|
|
14
|
+
sodipodi:docname="facebook-ww-footer.svg"
|
|
15
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)">
|
|
16
|
+
<metadata
|
|
17
|
+
id="metadata92">
|
|
18
|
+
<rdf:RDF>
|
|
19
|
+
<cc:Work
|
|
20
|
+
rdf:about="">
|
|
21
|
+
<dc:format>image/svg+xml</dc:format>
|
|
22
|
+
<dc:type
|
|
23
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
24
|
+
</cc:Work>
|
|
25
|
+
</rdf:RDF>
|
|
26
|
+
</metadata>
|
|
27
|
+
<defs
|
|
28
|
+
id="defs90" />
|
|
29
|
+
<sodipodi:namedview
|
|
30
|
+
inkscape:document-rotation="0"
|
|
31
|
+
pagecolor="#ffffff"
|
|
32
|
+
bordercolor="#666666"
|
|
33
|
+
borderopacity="1"
|
|
34
|
+
objecttolerance="10"
|
|
35
|
+
gridtolerance="10"
|
|
36
|
+
guidetolerance="10"
|
|
37
|
+
inkscape:pageopacity="0"
|
|
38
|
+
inkscape:pageshadow="2"
|
|
39
|
+
inkscape:window-width="1920"
|
|
40
|
+
inkscape:window-height="1035"
|
|
41
|
+
id="namedview88"
|
|
42
|
+
showgrid="false"
|
|
43
|
+
inkscape:zoom="37.125"
|
|
44
|
+
inkscape:cx="5.8383838"
|
|
45
|
+
inkscape:cy="14.020202"
|
|
46
|
+
inkscape:window-x="0"
|
|
47
|
+
inkscape:window-y="23"
|
|
48
|
+
inkscape:window-maximized="1"
|
|
49
|
+
inkscape:current-layer="svg86" />
|
|
50
|
+
<path
|
|
51
|
+
d="M3 24h4.5V12.996h4.195L12 9H7.5V6c0-1.172.223-2.004 1.746-2.004h2.59L12 .223S10.7 0 9 0C4.781 0 3 2.672 3 5.496V9H0v3.996h3V24z"
|
|
52
|
+
fill="#2E4FA9"
|
|
53
|
+
fill-rule="evenodd"
|
|
54
|
+
id="path84" />
|
|
55
|
+
<path
|
|
56
|
+
style="fill:#356041;stroke-width:0.026936;fill-opacity:1"
|
|
57
|
+
d="M 3.023569,18.491582 V 12.983165 H 1.5151515 0.00673401 V 11.003367 9.023569 H 1.5151515 3.023569 V 7.0182147 c 0,-2.1748402 0.00781,-2.3251952 0.1526314,-2.9374066 0.5512849,-2.3305214 2.3201088,-3.76165545 4.9786818,-4.02819117 0.3762812,-0.03772414 1.5297597,-0.03673471 2.1120618,0.0018117 0.696442,0.04610204 1.636744,0.14853365 1.692401,0.18436134 0.01729,0.0111276 -1.5e-5,0.6146453 -0.04953,1.72754003 -0.04185,0.9407407 -0.07656,1.7794957 -0.07713,1.8639 l -10e-4,0.1534627 -1.542088,0.00918 C 8.7997829,4.0017341 8.7403246,4.0040466 8.5367125,4.0610403 8.1214128,4.1772875 7.8662341,4.3780224 7.6988167,4.7201657 7.512643,5.1006397 7.5140318,5.0833864 7.50255,7.1582492 L 7.4922276,9.023569 h 2.2510319 2.2510315 l -0.01217,0.060606 c -0.0067,0.033333 -0.07662,0.924233 -0.155395,1.979776 l -0.143227,1.91917 -2.0942764,2.2e-5 -2.0942761,2.2e-5 V 18.491582 24 H 5.2592593 3.023569 Z"
|
|
58
|
+
id="path94" />
|
|
59
|
+
</svg>
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)"
|
|
11
|
+
sodipodi:docname="instagram-ww-footer.svg"
|
|
12
|
+
id="svg840"
|
|
13
|
+
version="1.1"
|
|
14
|
+
viewBox="0 0 20 20"
|
|
15
|
+
height="20px"
|
|
16
|
+
width="20px">
|
|
17
|
+
<metadata
|
|
18
|
+
id="metadata844">
|
|
19
|
+
<rdf:RDF>
|
|
20
|
+
<cc:Work
|
|
21
|
+
rdf:about="">
|
|
22
|
+
<dc:format>image/svg+xml</dc:format>
|
|
23
|
+
<dc:type
|
|
24
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
25
|
+
</cc:Work>
|
|
26
|
+
</rdf:RDF>
|
|
27
|
+
</metadata>
|
|
28
|
+
<sodipodi:namedview
|
|
29
|
+
inkscape:current-layer="svg840"
|
|
30
|
+
inkscape:window-maximized="0"
|
|
31
|
+
inkscape:window-y="23"
|
|
32
|
+
inkscape:window-x="0"
|
|
33
|
+
inkscape:cy="10"
|
|
34
|
+
inkscape:cx="10"
|
|
35
|
+
inkscape:zoom="33.4"
|
|
36
|
+
showgrid="false"
|
|
37
|
+
id="namedview842"
|
|
38
|
+
inkscape:window-height="921"
|
|
39
|
+
inkscape:window-width="1731"
|
|
40
|
+
inkscape:pageshadow="2"
|
|
41
|
+
inkscape:pageopacity="0"
|
|
42
|
+
guidetolerance="10"
|
|
43
|
+
gridtolerance="10"
|
|
44
|
+
objecttolerance="10"
|
|
45
|
+
borderopacity="1"
|
|
46
|
+
bordercolor="#666666"
|
|
47
|
+
pagecolor="#ffffff" />
|
|
48
|
+
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
|
49
|
+
<title
|
|
50
|
+
id="title833">Combined Shape</title>
|
|
51
|
+
<defs
|
|
52
|
+
id="defs835" />
|
|
53
|
+
<g
|
|
54
|
+
fill-rule="evenodd"
|
|
55
|
+
fill="none"
|
|
56
|
+
stroke-width="1"
|
|
57
|
+
stroke="none"
|
|
58
|
+
id="Symbols">
|
|
59
|
+
<g
|
|
60
|
+
fill-rule="nonzero"
|
|
61
|
+
fill="#000000"
|
|
62
|
+
transform="translate(-980.000000, -465.000000)"
|
|
63
|
+
id="Global/Desktop/Footer/New-WorkSafe">
|
|
64
|
+
<path
|
|
65
|
+
style="fill:#356041;fill-opacity:1"
|
|
66
|
+
id="Combined-Shape"
|
|
67
|
+
d="M1000,475 C1000,477.009346 1000,478.364486 999.953271,479.11215 C999.859813,480.934579 999.345794,482.336449 998.317757,483.317757 C997.28972,484.299065 995.934579,484.859813 994.11215,484.953271 C993.364486,485 991.962617,485 990,485 C987.990654,485 986.635514,485 985.88785,484.953271 C984.065421,484.859813 982.663551,484.345794 981.682243,483.317757 C980.700935,482.336449 980.140187,480.934579 980.046729,479.11215 C980,478.364486 980,476.962617 980,475 C980,473.037383 980,471.635514 980.046729,470.88785 C980.140187,469.065421 980.654206,467.663551 981.682243,466.682243 C982.663551,465.700935 984.065421,465.140187 985.88785,465.046729 C986.635514,465 988.037383,465 990,465 C992.009346,465 993.364486,465 994.11215,465.046729 C995.934579,465.140187 997.336449,465.654206 998.317757,466.682243 C999.299065,467.71028 999.859813,469.065421 999.953271,470.88785 C999.953271,471.635514 1000,472.990654 1000,475 Z M997.056075,468.373832 C996.82243,468.140187 996.542056,468 996.214953,468 C995.88785,468 995.607477,468.140187 995.373832,468.373832 C995.140187,468.607477 995,468.88785 995,469.214953 C995,469.542056 995.140187,469.82243 995.373832,470.056075 C995.607477,470.28972 995.88785,470.429907 996.214953,470.429907 C996.542056,470.429907 996.82243,470.28972 997.056075,470.056075 C997.28972,469.82243 997.429907,469.542056 997.429907,469.214953 C997.429907,468.88785 997.28972,468.607477 997.056075,468.373832 Z M990,480.5 C993.037566,480.5 995.5,478.037566 995.5,475 C995.5,471.962434 993.037566,469.5 990,469.5 C986.962434,469.5 984.5,471.962434 984.5,475 C984.5,478.037566 986.962434,480.5 990,480.5 Z M990,478.5 C988.067003,478.5 986.5,476.932997 986.5,475 C986.5,473.067003 988.067003,471.5 990,471.5 C991.932997,471.5 993.5,473.067003 993.5,475 C993.5,476.932997 991.932997,478.5 990,478.5 Z" />
|
|
68
|
+
</g>
|
|
69
|
+
</g>
|
|
70
|
+
</svg>
|