@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
|
@@ -0,0 +1,409 @@
|
|
|
1
|
+
const videoGridTempData = {
|
|
2
|
+
title: 'Video Grid title',
|
|
3
|
+
description:
|
|
4
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
5
|
+
rtl: false,
|
|
6
|
+
threeColumns: true,
|
|
7
|
+
greyBackground: true,
|
|
8
|
+
cta: {
|
|
9
|
+
text: 'Click here',
|
|
10
|
+
url: 'https://www.example.com',
|
|
11
|
+
dark: false,
|
|
12
|
+
workwell: false
|
|
13
|
+
},
|
|
14
|
+
videos: [
|
|
15
|
+
{
|
|
16
|
+
mediaTitle: 'Youtube Video',
|
|
17
|
+
mediaDescription:
|
|
18
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
19
|
+
id: '3FLapMJUmZQ',
|
|
20
|
+
provider: 'youtube',
|
|
21
|
+
transcriptTitle: 'Transcript',
|
|
22
|
+
transcript:
|
|
23
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
24
|
+
rtl: false,
|
|
25
|
+
fixWidth: false
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
mediaTitle: 'Youtube Video',
|
|
29
|
+
mediaDescription:
|
|
30
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
31
|
+
id: 'UmgStjXqhz4',
|
|
32
|
+
provider: 'youtube',
|
|
33
|
+
transcriptTitle: 'Transcript',
|
|
34
|
+
transcript:
|
|
35
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
36
|
+
rtl: false,
|
|
37
|
+
fixWidth: false
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
mediaTitle: 'Youtube Video',
|
|
41
|
+
mediaDescription:
|
|
42
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
43
|
+
id: 'DV6kvZAEeyA',
|
|
44
|
+
provider: 'youtube',
|
|
45
|
+
transcriptTitle: 'Transcript',
|
|
46
|
+
transcript:
|
|
47
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
48
|
+
rtl: false,
|
|
49
|
+
fixWidth: false
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
mediaTitle: 'Youtube Video',
|
|
53
|
+
mediaDescription:
|
|
54
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
55
|
+
id: 'kZi6UZkyHGE',
|
|
56
|
+
provider: 'youtube',
|
|
57
|
+
transcriptTitle: 'Transcript',
|
|
58
|
+
transcript:
|
|
59
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
60
|
+
rtl: false,
|
|
61
|
+
fixWidth: false
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
mediaTitle: 'Youtube Video',
|
|
65
|
+
mediaDescription:
|
|
66
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
67
|
+
id: 'WVDpe4pXSWQ',
|
|
68
|
+
provider: 'youtube',
|
|
69
|
+
transcriptTitle: 'Transcript',
|
|
70
|
+
transcript:
|
|
71
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
72
|
+
rtl: false,
|
|
73
|
+
fixWidth: false
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
mediaTitle: 'Youtube Video',
|
|
77
|
+
mediaDescription:
|
|
78
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
79
|
+
id: '73OCF3evoyg',
|
|
80
|
+
provider: 'youtube',
|
|
81
|
+
transcriptTitle: 'Transcript',
|
|
82
|
+
transcript:
|
|
83
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
84
|
+
rtl: false,
|
|
85
|
+
fixWidth: false
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
mediaTitle: 'Youtube Video',
|
|
89
|
+
mediaDescription:
|
|
90
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
91
|
+
id: 'NhpnDBV3QnI',
|
|
92
|
+
provider: 'youtube',
|
|
93
|
+
transcriptTitle: 'Transcript',
|
|
94
|
+
transcript:
|
|
95
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
96
|
+
rtl: false,
|
|
97
|
+
fixWidth: false
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
const videoGridTempDataAr = {
|
|
103
|
+
title: 'عنوان شبكة الفيديو',
|
|
104
|
+
description:
|
|
105
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
106
|
+
rtl: true,
|
|
107
|
+
threeColumns: true,
|
|
108
|
+
greyBackground: true,
|
|
109
|
+
cta: {
|
|
110
|
+
text: 'انقر هنا',
|
|
111
|
+
url: 'https://www.example.com',
|
|
112
|
+
dark: false,
|
|
113
|
+
workwell: false
|
|
114
|
+
},
|
|
115
|
+
videos: [
|
|
116
|
+
{
|
|
117
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
118
|
+
mediaDescription:
|
|
119
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
120
|
+
id: '3FLapMJUmZQ',
|
|
121
|
+
provider: 'youtube',
|
|
122
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
123
|
+
transcript:
|
|
124
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
125
|
+
rtl: true,
|
|
126
|
+
fixWidth: false
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
130
|
+
mediaDescription:
|
|
131
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
132
|
+
id: 'UmgStjXqhz4',
|
|
133
|
+
provider: 'youtube',
|
|
134
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
135
|
+
transcript:
|
|
136
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
137
|
+
rtl: true,
|
|
138
|
+
fixWidth: false
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
142
|
+
mediaDescription:
|
|
143
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
144
|
+
id: 'DV6kvZAEeyA',
|
|
145
|
+
provider: 'youtube',
|
|
146
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
147
|
+
transcript:
|
|
148
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
149
|
+
rtl: true,
|
|
150
|
+
fixWidth: false
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
154
|
+
mediaDescription:
|
|
155
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
156
|
+
id: 'kZi6UZkyHGE',
|
|
157
|
+
provider: 'youtube',
|
|
158
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
159
|
+
transcript:
|
|
160
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
161
|
+
rtl: true,
|
|
162
|
+
fixWidth: false
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
166
|
+
mediaDescription:
|
|
167
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
168
|
+
id: 'WVDpe4pXSWQ',
|
|
169
|
+
provider: 'youtube',
|
|
170
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
171
|
+
transcript:
|
|
172
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
173
|
+
rtl: true,
|
|
174
|
+
fixWidth: false
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
178
|
+
mediaDescription:
|
|
179
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
180
|
+
id: '73OCF3evoyg',
|
|
181
|
+
provider: 'youtube',
|
|
182
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
183
|
+
transcript:
|
|
184
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
185
|
+
rtl: true,
|
|
186
|
+
fixWidth: false
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
190
|
+
mediaDescription:
|
|
191
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
192
|
+
id: 'NhpnDBV3QnI',
|
|
193
|
+
provider: 'youtube',
|
|
194
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
195
|
+
transcript:
|
|
196
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
197
|
+
rtl: true,
|
|
198
|
+
fixWidth: false
|
|
199
|
+
}
|
|
200
|
+
]
|
|
201
|
+
}
|
|
202
|
+
const videoGridTempData2Cols = {
|
|
203
|
+
title: 'Video Grid title with white background',
|
|
204
|
+
description:
|
|
205
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
206
|
+
rtl: false,
|
|
207
|
+
threeColumns: false,
|
|
208
|
+
greyBackground: false,
|
|
209
|
+
cta: {
|
|
210
|
+
text: 'Click here',
|
|
211
|
+
url: 'https://www.example.com',
|
|
212
|
+
dark: false,
|
|
213
|
+
workwell: false
|
|
214
|
+
},
|
|
215
|
+
videos: [
|
|
216
|
+
{
|
|
217
|
+
mediaTitle: 'Youtube Video',
|
|
218
|
+
mediaDescription:
|
|
219
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
220
|
+
id: '3FLapMJUmZQ',
|
|
221
|
+
provider: 'youtube',
|
|
222
|
+
transcriptTitle: 'Transcript',
|
|
223
|
+
transcript:
|
|
224
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
225
|
+
rtl: false,
|
|
226
|
+
fixWidth: false
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
mediaTitle: 'Youtube Video',
|
|
230
|
+
mediaDescription:
|
|
231
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
232
|
+
id: 'UmgStjXqhz4',
|
|
233
|
+
provider: 'youtube',
|
|
234
|
+
transcriptTitle: 'Transcript',
|
|
235
|
+
transcript:
|
|
236
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
237
|
+
rtl: false,
|
|
238
|
+
fixWidth: false
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
mediaTitle: 'Youtube Video',
|
|
242
|
+
mediaDescription:
|
|
243
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
244
|
+
id: 'DV6kvZAEeyA',
|
|
245
|
+
provider: 'youtube',
|
|
246
|
+
transcriptTitle: 'Transcript',
|
|
247
|
+
transcript:
|
|
248
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
249
|
+
rtl: false,
|
|
250
|
+
fixWidth: false
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
mediaTitle: 'Youtube Video',
|
|
254
|
+
mediaDescription:
|
|
255
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
256
|
+
id: 'kZi6UZkyHGE',
|
|
257
|
+
provider: 'youtube',
|
|
258
|
+
transcriptTitle: 'Transcript',
|
|
259
|
+
transcript:
|
|
260
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
261
|
+
rtl: false,
|
|
262
|
+
fixWidth: false
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
mediaTitle: 'Youtube Video',
|
|
266
|
+
mediaDescription:
|
|
267
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
268
|
+
id: 'WVDpe4pXSWQ',
|
|
269
|
+
provider: 'youtube',
|
|
270
|
+
transcriptTitle: 'Transcript',
|
|
271
|
+
transcript:
|
|
272
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
273
|
+
rtl: false,
|
|
274
|
+
fixWidth: false
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
mediaTitle: 'Youtube Video',
|
|
278
|
+
mediaDescription:
|
|
279
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
280
|
+
id: '73OCF3evoyg',
|
|
281
|
+
provider: 'youtube',
|
|
282
|
+
transcriptTitle: 'Transcript',
|
|
283
|
+
transcript:
|
|
284
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
285
|
+
rtl: false,
|
|
286
|
+
fixWidth: false
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
mediaTitle: 'Youtube Video',
|
|
290
|
+
mediaDescription:
|
|
291
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
292
|
+
id: 'NhpnDBV3QnI',
|
|
293
|
+
provider: 'youtube',
|
|
294
|
+
transcriptTitle: 'Transcript',
|
|
295
|
+
transcript:
|
|
296
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
297
|
+
rtl: false,
|
|
298
|
+
fixWidth: false
|
|
299
|
+
}
|
|
300
|
+
]
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
const videoGridTempDataAr2Cols = {
|
|
304
|
+
title: 'عنوان شبكة الفيديو',
|
|
305
|
+
description:
|
|
306
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
307
|
+
rtl: true,
|
|
308
|
+
threeColumns: false,
|
|
309
|
+
greyBackground: true,
|
|
310
|
+
cta: {
|
|
311
|
+
text: 'انقر هنا',
|
|
312
|
+
url: 'https://www.example.com',
|
|
313
|
+
dark: false,
|
|
314
|
+
workwell: false
|
|
315
|
+
},
|
|
316
|
+
videos: [
|
|
317
|
+
{
|
|
318
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
319
|
+
mediaDescription:
|
|
320
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
321
|
+
id: '3FLapMJUmZQ',
|
|
322
|
+
provider: 'youtube',
|
|
323
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
324
|
+
transcript:
|
|
325
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
326
|
+
rtl: true,
|
|
327
|
+
fixWidth: false
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
331
|
+
mediaDescription:
|
|
332
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
333
|
+
id: 'UmgStjXqhz4',
|
|
334
|
+
provider: 'youtube',
|
|
335
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
336
|
+
transcript:
|
|
337
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
338
|
+
rtl: true,
|
|
339
|
+
fixWidth: false
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
343
|
+
mediaDescription:
|
|
344
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
345
|
+
id: 'DV6kvZAEeyA',
|
|
346
|
+
provider: 'youtube',
|
|
347
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
348
|
+
transcript:
|
|
349
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
350
|
+
rtl: true,
|
|
351
|
+
fixWidth: false
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
355
|
+
mediaDescription:
|
|
356
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
357
|
+
id: 'kZi6UZkyHGE',
|
|
358
|
+
provider: 'youtube',
|
|
359
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
360
|
+
transcript:
|
|
361
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
362
|
+
rtl: true,
|
|
363
|
+
fixWidth: false
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
367
|
+
mediaDescription:
|
|
368
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
369
|
+
id: 'WVDpe4pXSWQ',
|
|
370
|
+
provider: 'youtube',
|
|
371
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
372
|
+
transcript:
|
|
373
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
374
|
+
rtl: true,
|
|
375
|
+
fixWidth: false
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
379
|
+
mediaDescription:
|
|
380
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
381
|
+
id: '73OCF3evoyg',
|
|
382
|
+
provider: 'youtube',
|
|
383
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
384
|
+
transcript:
|
|
385
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
386
|
+
rtl: true,
|
|
387
|
+
fixWidth: false
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
391
|
+
mediaDescription:
|
|
392
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
393
|
+
id: 'NhpnDBV3QnI',
|
|
394
|
+
provider: 'youtube',
|
|
395
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
396
|
+
transcript:
|
|
397
|
+
'لكن لا بد أن أوضح لك أن كل هذه الأفكار المغلوطة حول استنكار النشوة وتمجيد الألم نشأت بالفعل، وسأعرض لك التفاصيل لتكتشف حقيقة وأساس تلك السعادة البشرية، ',
|
|
398
|
+
rtl: true,
|
|
399
|
+
fixWidth: false
|
|
400
|
+
}
|
|
401
|
+
]
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
export {
|
|
405
|
+
videoGridTempData,
|
|
406
|
+
videoGridTempDataAr,
|
|
407
|
+
videoGridTempData2Cols,
|
|
408
|
+
videoGridTempDataAr2Cols
|
|
409
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
const youtubeTempData = {
|
|
2
|
+
mediaTitle: 'Youtube Video',
|
|
3
|
+
mediaDescription:
|
|
4
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
5
|
+
videoId: '3FLapMJUmZQ',
|
|
6
|
+
provider: 'youtube',
|
|
7
|
+
transcriptTitle: 'Transcript',
|
|
8
|
+
transcript:
|
|
9
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
10
|
+
rtl: false,
|
|
11
|
+
fixWidth: true
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const vimeoTempData = {
|
|
15
|
+
mediaTitle: 'Vimeo',
|
|
16
|
+
mediaDescription:
|
|
17
|
+
'Vestibulum rutrum quam vitae fringilla tincidunt. Suspendisse nec tortor urna. Ut laoreet sodales nisi, quis iaculis nulla iaculis vitae. Donec sagittis faucibus lacus eget blandit.',
|
|
18
|
+
videoId: '60139366',
|
|
19
|
+
provider: 'vimeo',
|
|
20
|
+
transcriptTitle: 'Transcript',
|
|
21
|
+
transcript:
|
|
22
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
|
23
|
+
rtl: false
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const youtubeTempDataAr = {
|
|
27
|
+
mediaTitle: 'فيديو يوتيوب',
|
|
28
|
+
mediaDescription:
|
|
29
|
+
'شيء قد ٢٠٠٤ كانتا, حدى تم مسؤولية الخاطفة الربيع،, بأيدي العدّ الأولية من قام. تم ويعزى وبداية يبق, ما الشمال الإحتفاظ يكن. دأبوا الخاسرة ما قبل. أي لكل تطوير مليارات شموليةً',
|
|
30
|
+
videoId: '3FLapMJUmZQ',
|
|
31
|
+
provider: 'youtube',
|
|
32
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
33
|
+
transcript:
|
|
34
|
+
'مشروط تغييرات مواقعها وتم ان, هو وحتى وإعلان بلديهما وفي. أن شواطيء استبدال عدد, إعمار شموليةً المشتّتون عن هذه, وقد المشترك وبلجيكا، تم',
|
|
35
|
+
rtl: true
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
const vimeoTempDataAr = {
|
|
39
|
+
mediaTitle: 'فيميو',
|
|
40
|
+
mediaDescription:
|
|
41
|
+
'شيء قد ٢٠٠٤ كانتا, حدى تم مسؤولية الخاطفة الربيع،, بأيدي العدّ الأولية من قام. تم ويعزى وبداية يبق, ما الشمال الإحتفاظ يكن. دأبوا الخاسرة ما قبل. أي لكل تطوير مليارات شموليةً',
|
|
42
|
+
videoId: '60139366',
|
|
43
|
+
provider: 'vimeo',
|
|
44
|
+
transcriptTitle: 'نسخة طبق الأصل',
|
|
45
|
+
transcript:
|
|
46
|
+
'مشروط تغييرات مواقعها وتم ان, هو وحتى وإعلان بلديهما وفي. أن شواطيء استبدال عدد, إعمار شموليةً المشتّتون عن هذه, وقد المشترك وبلجيكا، تم',
|
|
47
|
+
rtl: true,
|
|
48
|
+
fixWidth: true
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export { youtubeTempData, vimeoTempData, youtubeTempDataAr, vimeoTempDataAr }
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
{
|
|
2
|
+
"results" : [
|
|
3
|
+
{
|
|
4
|
+
"address_components" : [
|
|
5
|
+
{
|
|
6
|
+
"long_name" : "Sydney Road",
|
|
7
|
+
"short_name" : "Sydney Rd",
|
|
8
|
+
"types" : [ "route" ]
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"long_name" : "Kelso",
|
|
12
|
+
"short_name" : "Kelso",
|
|
13
|
+
"types" : [ "locality", "political" ]
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"long_name" : "Bathurst Regional Council",
|
|
17
|
+
"short_name" : "Bathurst Regional",
|
|
18
|
+
"types" : [ "administrative_area_level_2", "political" ]
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"long_name" : "New South Wales",
|
|
22
|
+
"short_name" : "NSW",
|
|
23
|
+
"types" : [ "administrative_area_level_1", "political" ]
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"long_name" : "Australia",
|
|
27
|
+
"short_name" : "AU",
|
|
28
|
+
"types" : [ "country", "political" ]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"long_name" : "2795",
|
|
32
|
+
"short_name" : "2795",
|
|
33
|
+
"types" : [ "postal_code" ]
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"formatted_address" : "Sydney Rd, Kelso NSW 2795, Australia",
|
|
37
|
+
"geometry" : {
|
|
38
|
+
"bounds" : {
|
|
39
|
+
"northeast" : {
|
|
40
|
+
"lat" : -33.41833009999997,
|
|
41
|
+
"lng" : 149.6696122
|
|
42
|
+
},
|
|
43
|
+
"southwest" : {
|
|
44
|
+
"lat" : -33.42466630000002,
|
|
45
|
+
"lng" : 149.5961362
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"location" : {
|
|
49
|
+
"lat" : -33.4211526,
|
|
50
|
+
"lng" : 149.631257
|
|
51
|
+
},
|
|
52
|
+
"location_type" : "GEOMETRIC_CENTER",
|
|
53
|
+
"viewport" : {
|
|
54
|
+
"northeast" : {
|
|
55
|
+
"lat" : -33.41833009999997,
|
|
56
|
+
"lng" : 149.6696122
|
|
57
|
+
},
|
|
58
|
+
"southwest" : {
|
|
59
|
+
"lat" : -33.42466630000002,
|
|
60
|
+
"lng" : 149.5961362
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"place_id" : "EiU3MTUgU3lkbmV5IFJvYWQsIEtlbHNvIE5TVywgQXVzdHJhbGlhIi4qLAoUChIJq5tE-FfkEWsREcA24x6HtUgSFAoSCZ3vCIjN-hFrEaAiRJC0CQYF",
|
|
65
|
+
"types" : [ "route" ]
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"status" : "OK"
|
|
69
|
+
}
|