@pronto-tools-and-more/files 12.42.0 → 12.43.0
Sign up to get free protection for your applications and to get access to all the features.
- package/files/framework/src/default/storefront/buildInfo.json +4 -4
- package/files/framework/src/default/storefront/deep-link-landing/purple-deep-link-landing.js +1 -1
- package/files/framework/src/default/storefront/index.html +2 -2
- package/files/framework/src/default/storefront/modules/common.js +1 -1201
- package/files/framework/src/default/storefront/modules/main.js +1 -1
- package/files/framework/src/default/storefront/modules/styles.css +1 -1
- package/files/framework-latest/src/default/content/assets/FONTAWESOME_LICENSE.txt +34 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-BoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Italic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Light.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-LightItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/RobotoSlab-Bold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/ic_arrow.svg +1 -0
- package/files/framework-latest/src/default/content/assets/ic_audio.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_bookmark.svg +10 -0
- package/files/framework-latest/src/default/content/assets/ic_bookmark_active.svg +9 -0
- package/files/framework-latest/src/default/content/assets/ic_close.svg +16 -0
- package/files/framework-latest/src/default/content/assets/ic_download.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_download_circle.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_download_completed.svg +12 -0
- package/files/framework-latest/src/default/content/assets/ic_download_completed_circle.svg +12 -0
- package/files/framework-latest/src/default/content/assets/ic_downloading.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_downloading_circle.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_font_size.svg +1 -0
- package/files/framework-latest/src/default/content/assets/ic_left.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_left_arrow.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_night_mode.svg +20 -0
- package/files/framework-latest/src/default/content/assets/ic_night_mode_active.svg +20 -0
- package/files/framework-latest/src/default/content/assets/ic_overlay_loading.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_pause.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_play.svg +16 -0
- package/files/framework-latest/src/default/content/assets/ic_player.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_player_active.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_right.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_right_arrow.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_seek_back.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_seek_forward.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_settings.svg +16 -0
- package/files/framework-latest/src/default/content/assets/ic_share_android.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_share_ios.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_speech.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_speech_female.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_speech_male.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_speech_rate.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_toc.svg +22 -0
- package/files/framework-latest/src/default/content/assets/ic_video.svg +21 -0
- package/files/framework-latest/src/default/content/assets/ic_zoom.svg +1 -0
- package/files/framework-latest/src/default/content/assets/img/spinner.gif +0 -0
- package/files/framework-latest/src/default/content/assets/logo.png +0 -0
- package/files/framework-latest/src/default/content/assets/swiper/swiper-bundle.min.css +13 -0
- package/files/framework-latest/src/default/content/assets/swiper/swiper-bundle.min.js +1 -0
- package/files/framework-latest/src/default/content/assets/tail-spin.gif +0 -0
- package/files/framework-latest/src/default/content/assets/tail-spin.svg +32 -0
- package/files/framework-latest/src/default/content/core.css +29 -0
- package/files/framework-latest/src/default/content/core.js +10896 -0
- package/files/framework-latest/src/default/content/functions.css +2 -0
- package/files/framework-latest/src/default/content/functions.js +1 -0
- package/files/framework-latest/src/default/content/publish-press-author.css +407 -0
- package/files/framework-latest/src/default/content/publish-press-author.js +290 -0
- package/files/framework-latest/src/default/content/resources.json +1 -0
- package/files/framework-latest/src/default/content/theme.css +16 -0
- package/files/framework-latest/src/default/content/theme.js +720 -0
- package/files/framework-latest/src/default/content/tts.css +7 -0
- package/files/framework-latest/src/default/content/tts.js +5 -0
- package/files/framework-latest/src/default/content/uag.css +20 -0
- package/files/framework-latest/src/default/content/uag.js +166 -0
- package/files/framework-latest/src/default/info/css/style.css +328 -0
- package/files/framework-latest/src/default/info/font-awesome/HELP-US-OUT.txt +7 -0
- package/files/framework-latest/src/default/info/font-awesome/css/font-awesome.css +2337 -0
- package/files/framework-latest/src/default/info/font-awesome/css/font-awesome.min.css +4 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/FontAwesome.otf +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.svg +2671 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- package/files/framework-latest/src/default/info/font-awesome/less/animated.less +34 -0
- package/files/framework-latest/src/default/info/font-awesome/less/bordered-pulled.less +25 -0
- package/files/framework-latest/src/default/info/font-awesome/less/core.less +12 -0
- package/files/framework-latest/src/default/info/font-awesome/less/fixed-width.less +6 -0
- package/files/framework-latest/src/default/info/font-awesome/less/font-awesome.less +18 -0
- package/files/framework-latest/src/default/info/font-awesome/less/icons.less +789 -0
- package/files/framework-latest/src/default/info/font-awesome/less/larger.less +13 -0
- package/files/framework-latest/src/default/info/font-awesome/less/list.less +19 -0
- package/files/framework-latest/src/default/info/font-awesome/less/mixins.less +60 -0
- package/files/framework-latest/src/default/info/font-awesome/less/path.less +15 -0
- package/files/framework-latest/src/default/info/font-awesome/less/rotated-flipped.less +20 -0
- package/files/framework-latest/src/default/info/font-awesome/less/screen-reader.less +5 -0
- package/files/framework-latest/src/default/info/font-awesome/less/stacked.less +20 -0
- package/files/framework-latest/src/default/info/font-awesome/less/variables.less +800 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_animated.scss +34 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_bordered-pulled.scss +25 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_core.scss +12 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_fixed-width.scss +6 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_icons.scss +789 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_larger.scss +13 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_list.scss +19 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_mixins.scss +60 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_path.scss +15 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_rotated-flipped.scss +20 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_screen-reader.scss +5 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_stacked.scss +20 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_variables.scss +800 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/font-awesome.scss +18 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Bold.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Italic.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Light.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-LightItalic.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Medium.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-MediumItalic.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Regular.ttf +0 -0
- package/files/framework-latest/src/default/info/img/banner.png +0 -0
- package/files/framework-latest/src/default/info/index.html +94 -0
- package/files/framework-latest/src/default/info/theme.css +181 -0
- package/files/framework-latest/src/default/menuicons/account.png +0 -0
- package/files/framework-latest/src/default/menuicons/account@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/account@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/bookmarks.png +0 -0
- package/files/framework-latest/src/default/menuicons/bookmarks@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/bookmarks@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/calendar.png +0 -0
- package/files/framework-latest/src/default/menuicons/calendar@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/calendar@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/chain.png +0 -0
- package/files/framework-latest/src/default/menuicons/chain@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/chain@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/feedback.png +0 -0
- package/files/framework-latest/src/default/menuicons/feedback@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/feedback@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/forum.png +0 -0
- package/files/framework-latest/src/default/menuicons/forum@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/forum@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/info.png +0 -0
- package/files/framework-latest/src/default/menuicons/kiosk.png +0 -0
- package/files/framework-latest/src/default/menuicons/kiosk@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/kiosk@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/legal.png +0 -0
- package/files/framework-latest/src/default/menuicons/legal@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/legal@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/login.png +0 -0
- package/files/framework-latest/src/default/menuicons/login@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/login@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/logout.png +0 -0
- package/files/framework-latest/src/default/menuicons/logout@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/logout@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsfeed.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsfeed@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsfeed@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsstand.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsstand@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsstand@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/purple.png +0 -0
- package/files/framework-latest/src/default/menuicons/purple@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/purple@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/restore.png +0 -0
- package/files/framework-latest/src/default/menuicons/restore@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/restore@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/settings.png +0 -0
- package/files/framework-latest/src/default/menuicons/share.png +0 -0
- package/files/framework-latest/src/default/menuicons/share@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/share@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/shop.png +0 -0
- package/files/framework-latest/src/default/menuicons/shop@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/shop@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/socialmedia.png +0 -0
- package/files/framework-latest/src/default/menuicons/socialmedia@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/socialmedia@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/subscriptions.png +0 -0
- package/files/framework-latest/src/default/menuicons/subscriptions@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/subscriptions@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/voucher.png +0 -0
- package/files/framework-latest/src/default/menuicons/voucher@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/voucher@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/website.png +0 -0
- package/files/framework-latest/src/default/menuicons/website@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/website@3x.png +0 -0
- package/files/framework-latest/src/default/onboarding/3rdpartylicenses.txt +574 -0
- package/files/framework-latest/src/default/onboarding/assets/config/message.json +7 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding.json +48 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/1_Welcome.png +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/2_MenuPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/2_MenuTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/3_NewsstandPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/3_NewsstandTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/4_PublicationPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/4_PublicationTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/5_NewsfeedPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/5_NewsfeedTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/6_FeaturesPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/6_FeaturesTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_videos/BLI_Cover-Image-Video_1.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_videos/BLI_Cover-Image-Video_4.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/style.json +19 -0
- package/files/framework-latest/src/default/onboarding/assets/config/url.json +5 -0
- package/files/framework-latest/src/default/onboarding/assets/font/Ionicons/ionicons.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Bold.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-BoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-ExtraBold.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-ExtraBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Italic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Light.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-LightItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Regular.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-SemiBold.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-SemiBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/fonts.css +73 -0
- package/files/framework-latest/src/default/onboarding/favicon.ico +0 -0
- package/files/framework-latest/src/default/onboarding/index.html +15 -0
- package/files/framework-latest/src/default/onboarding/main.js +1 -0
- package/files/framework-latest/src/default/onboarding/polyfills-es5.js +1 -0
- package/files/framework-latest/src/default/onboarding/polyfills.js +1 -0
- package/files/framework-latest/src/default/onboarding/runtime.js +1 -0
- package/files/framework-latest/src/default/onboarding/styles.css +1 -0
- package/files/framework-latest/src/default/onboarding/vendor.js +1 -0
- package/files/framework-latest/src/default/readmode/custom.js +40 -0
- package/files/framework-latest/src/default/readmode/ic_audio.svg +19 -0
- package/files/framework-latest/src/default/readmode/ic_close.svg +16 -0
- package/files/framework-latest/src/default/readmode/ic_font_size.svg +1 -0
- package/files/framework-latest/src/default/readmode/ic_night_mode.svg +20 -0
- package/files/framework-latest/src/default/readmode/ic_pause.svg +19 -0
- package/files/framework-latest/src/default/readmode/ic_play.svg +16 -0
- package/files/framework-latest/src/default/readmode/ic_speech.svg +15 -0
- package/files/framework-latest/src/default/readmode/ic_speech_female.svg +11 -0
- package/files/framework-latest/src/default/readmode/ic_speech_male.svg +11 -0
- package/files/framework-latest/src/default/storefront/3rdpartylicenses.txt +1065 -0
- package/files/framework-latest/src/default/storefront/assets/access.json +10 -0
- package/files/framework-latest/src/default/storefront/assets/banner/banner_not_found.jpg +0 -0
- package/files/framework-latest/src/default/storefront/assets/downloadOptions.json +1 -0
- package/files/framework-latest/src/default/storefront/assets/faq.html +87 -0
- package/files/framework-latest/src/default/storefront/assets/features.json +3 -0
- package/files/framework-latest/src/default/storefront/assets/generic-widget.json +1 -0
- package/files/framework-latest/src/default/storefront/assets/login.html +329 -0
- package/files/framework-latest/src/default/storefront/assets/submit.css +7 -0
- package/files/framework-latest/src/default/storefront/assets/subscription-benefits.json +11 -0
- package/files/framework-latest/src/default/storefront/assets/termsofuse.html +123 -0
- package/files/framework-latest/src/default/storefront/assets/tts_config.json +3 -0
- package/files/framework-latest/src/default/storefront/assets/urls.json +11 -0
- package/files/framework-latest/src/default/storefront/buildInfo.json +7 -0
- package/files/framework-latest/src/default/storefront/deep-link-landing/index.html +1 -0
- package/files/framework-latest/src/default/storefront/deep-link-landing/purple-deep-link-landing.js +842 -0
- package/files/framework-latest/src/default/storefront/deep-link-landing/purple-deep-link-landing.js.LICENSE.txt +13 -0
- package/files/framework-latest/src/default/storefront/index.html +22 -0
- package/files/framework-latest/src/default/storefront/modules/DS_logo.svg +1 -0
- package/files/framework-latest/src/default/storefront/modules/alphaMask.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_backward.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_first.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_forward.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_fullwidth.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_fullwidth_active.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_last.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_pin.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_toc.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_zoom.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_zoom_active.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/common.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-node_modules_angular_forms_fesm2022_forms_mjs.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_base-component_base-datacollection_component_ts-4706f8.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_content_content_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_image_image_leandom_component_ts-projects_store-04fe61.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_image_image_leandom_component_ts-projects_store-571069.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_issue_issue_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_service_tts_tts_service_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/ic_backward.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_close.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_forward.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_fullscreen.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_fullscreen@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_fullscreen@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_overlay_loading.svg +13 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause.svg +19 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_player.svg +17 -0
- package/files/framework-latest/src/default/storefront/modules/ic_player_active.svg +17 -0
- package/files/framework-latest/src/default/storefront/modules/ic_refresh.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_seek_back.svg +19 -0
- package/files/framework-latest/src/default/storefront/modules/ic_seek_forward.svg +19 -0
- package/files/framework-latest/src/default/storefront/modules/ic_settings.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_smallscreen.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_smallscreen@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_smallscreen@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_speech.svg +15 -0
- package/files/framework-latest/src/default/storefront/modules/ic_speech_female.svg +11 -0
- package/files/framework-latest/src/default/storefront/modules/ic_speech_male.svg +11 -0
- package/files/framework-latest/src/default/storefront/modules/icon_close.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/main.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_clientjs_dist_client_base_min_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_mustache_mustache_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_purple_web-player_dist_webPresenter_js_vendor_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_purple_web-player_dist_webPresenter_js_webPresenter_min_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/polyfills.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-295cec.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-7956f0.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-94b9b6.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_action-executor_action-executor_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_ad_ad_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_app-menu-xml_app-menu-xml_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_base-component_base-datacollection_component_ts-project-6cb588.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_bookmark_bookmark_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_catalog-content_content-body_content-body_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_catalog-content_content-featured-image_content-featured-c9ba26.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_category_category_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_collection_collection_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_component_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_coupon_coupon_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_dev-components_user-tag-testing_user-tag-testing_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_download-issues_download-issues_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_dropdown_dropdown_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_embeddable-view_embeddable-view_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_iframe_iframe_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_issue-search-result_issue-search-result_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_login_login_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_menu_menu_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_product_product_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_publication-completion_publication-completion_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_publication_publication_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_recommendations_recommendations_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_search-field_search-field_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_subscription_subscription_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_swiper_swiper_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_ticker_ticker_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_toggle_toggle_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_toolbar_toolbar_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_web-presenter_presenter_presenter_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_widget_widget_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_config_common_config_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/runtime.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/styles.css +1 -0
- package/package.json +1 -1
@@ -0,0 +1,20 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 26.5 26.5" style="enable-background:new 0 0 26.5 26.5;" xml:space="preserve">
|
5
|
+
<style type="text/css">
|
6
|
+
.st0{fill:none;stroke:#FFFFFF;}
|
7
|
+
</style>
|
8
|
+
<title>Night_Mode_Topbar</title>
|
9
|
+
<desc>Created with Sketch.</desc>
|
10
|
+
<g id="Symbols">
|
11
|
+
<g id="Topbar_Night_Mode" transform="translate(-242.000000, -13.000000)">
|
12
|
+
<g id="NightOn-_Mode_Topbar_ON" transform="translate(241.000000, 14.000000)">
|
13
|
+
<g id="Mask">
|
14
|
+
<path class="st0" d="M15.6,25c3.9,0,7.4-1.8,9.7-4.7c0.3-0.4,0-1.1-0.6-1c-6.1,1.2-11.6-3.6-11.6-9.8c0-3.6,1.9-6.9,5-8.7
|
15
|
+
c0.5-0.3,0.4-1-0.2-1.1c-0.8-0.1-1.5-0.2-2.3-0.2C8.7-0.5,3.1,5.2,3.1,12.3C3.1,19.3,8.7,25,15.6,25z"/>
|
16
|
+
</g>
|
17
|
+
</g>
|
18
|
+
</g>
|
19
|
+
</g>
|
20
|
+
</svg>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="24px" height="25px" viewBox="0 0 24 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<!-- Generator: Sketch 56.2 (81672) - https://sketch.com -->
|
4
|
+
<title>Triangle</title>
|
5
|
+
<desc>Created with Sketch.</desc>
|
6
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
7
|
+
<g id="Play_Next_Btn" transform="translate(-21.000000, -18.000000)" fill="#E1E1E1">
|
8
|
+
<g id="Play_Btn" transform="translate(21.000000, 0.000000)">
|
9
|
+
<path d="M14.7888544,21.0777088 L24.5527864,40.6055728 C25.0467649,41.5935298 24.6463162,42.7948759 23.6583592,43.2888544 C23.3806483,43.4277098 23.0744222,43.5 22.763932,43.5 L3.23606798,43.5 C2.13149848,43.5 1.23606798,42.6045695 1.23606798,41.5 C1.23606798,41.1895098 1.30835816,40.8832837 1.4472136,40.6055728 L11.2111456,21.0777088 C11.7051241,20.0897518 12.9064702,19.6893031 13.8944272,20.1832816 C14.281482,20.376809 14.595327,20.690654 14.7888544,21.0777088 Z" id="Triangle" transform="translate(13.000000, 30.500000) rotate(-270.000000) translate(-13.000000, -30.500000) "></path>
|
10
|
+
</g>
|
11
|
+
</g>
|
12
|
+
</g>
|
13
|
+
</svg>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="62px" height="62px" viewBox="0 0 62 62" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<!-- Generator: Sketch 56.2 (81672) - https://sketch.com -->
|
4
|
+
<title>Pause_Btn</title>
|
5
|
+
<desc>Created with Sketch.</desc>
|
6
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
7
|
+
<g id="Control_Bar_NightMode" transform="translate(-157.000000, -61.000000)">
|
8
|
+
<g id="Pause_Btn_NM" transform="translate(158.000000, 62.000000)">
|
9
|
+
<g id="Pause_Btn">
|
10
|
+
<g id="Group-2" stroke="#FFFFFF" stroke-width="2">
|
11
|
+
<circle id="Oval" cx="30" cy="30" r="30"></circle>
|
12
|
+
</g>
|
13
|
+
<rect id="Rectangle" fill="#FFFFFF" x="22" y="17" width="6" height="26" rx="2"></rect>
|
14
|
+
<rect id="Rectangle-Copy-6" fill="#FFFFFF" x="32" y="17" width="6" height="26" rx="2"></rect>
|
15
|
+
</g>
|
16
|
+
</g>
|
17
|
+
</g>
|
18
|
+
</g>
|
19
|
+
</svg>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="62px" height="62px" viewBox="0 0 62 62" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<!-- Generator: Sketch 56.2 (81672) - https://sketch.com -->
|
4
|
+
<title>Pause_Btn</title>
|
5
|
+
<desc>Created with Sketch.</desc>
|
6
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
7
|
+
<g id="Control_Bar_NightMode" transform="translate(-157.000000, -61.000000)">
|
8
|
+
<g id="Play_Btn_NM" transform="translate(158.000000, 62.000000)">
|
9
|
+
<g id="Play_Btn">
|
10
|
+
<circle id="Oval" stroke="#FFFFFF" stroke-width="2" cx="30" cy="30" r="30"></circle>
|
11
|
+
<path d="M35.2888544,21.5777088 L44.5527864,40.1055728 C45.0467649,41.0935298 44.6463162,42.2948759 43.6583592,42.7888544 C43.3806483,42.9277098 43.0744222,43 42.763932,43 L24.236068,43 C23.1314985,43 22.236068,42.1045695 22.236068,41 C22.236068,40.6895098 22.3083582,40.3832837 22.4472136,40.1055728 L31.7111456,21.5777088 C32.2051241,20.5897518 33.4064702,20.1893031 34.3944272,20.6832816 C34.781482,20.876809 35.095327,21.190654 35.2888544,21.5777088 Z" id="Triangle" fill="#FFFFFF" transform="translate(33.500000, 30.500000) rotate(-270.000000) translate(-33.500000, -30.500000) "></path>
|
12
|
+
</g>
|
13
|
+
</g>
|
14
|
+
</g>
|
15
|
+
</g>
|
16
|
+
</svg>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 24 21" style="enable-background:new 0 0 24 21;" xml:space="preserve">
|
5
|
+
<style type="text/css">
|
6
|
+
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
|
7
|
+
</style>
|
8
|
+
<desc>Created with Sketch.</desc>
|
9
|
+
<g id="Symbols">
|
10
|
+
<g id="TTS_Mode_Pause" transform="translate(1.000000, 0.000000)">
|
11
|
+
<g id="Mask">
|
12
|
+
<path id="path-1_1_" class="st0" d="M11,0C4.4,0-1,5.4-1,12v2.2c0,0.6,0.3,1.1,0.8,1.3l0.7,0.3C0.6,18.7,2.9,21,5.8,21h1.1
|
13
|
+
C7.5,21,8,20.5,8,19.9v-8.2c0-0.6-0.5-1.1-1.1-1.1H5.8c-1.5,0-2.8,0.6-3.8,1.6V12c0-5,4-9,9-9s9,4,9,9v0.1c-1-1-2.3-1.6-3.8-1.6
|
14
|
+
h-1.1c-0.6,0-1.1,0.5-1.1,1.1v8.2c0,0.6,0.5,1.1,1.1,1.1h1.1c2.8,0,5.2-2.3,5.2-5.1l0.7-0.3c0.5-0.3,0.8-0.8,0.8-1.3V12
|
15
|
+
C23,5.4,17.6,0,11,0z"/>
|
16
|
+
</g>
|
17
|
+
</g>
|
18
|
+
</g>
|
19
|
+
</svg>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 25.5 22.5" style="enable-background:new 0 0 25.5 22.5;" xml:space="preserve">
|
5
|
+
<style type="text/css">
|
6
|
+
.st0{fill:none;stroke:#FFFFFF;stroke-width:1.5;stroke-linejoin:round;}
|
7
|
+
</style>
|
8
|
+
<desc>Created with Sketch.</desc>
|
9
|
+
<g id="Symbols">
|
10
|
+
<g id="TTS_Mode_Pause" transform="translate(1.000000, 0.000000)">
|
11
|
+
<g id="Mask">
|
12
|
+
<path id="path-1_1_" class="st0" d="M11.8,0.8c-6.6,0-12,5.4-12,12V15c0,0.6,0.3,1.1,0.8,1.3l0.7,0.3c0.1,2.8,2.4,5.1,5.2,5.1
|
13
|
+
h1.1c0.6,0,1.1-0.5,1.1-1.1v-8.2c0-0.6-0.5-1.1-1.1-1.1H6.5c-1.5,0-2.8,0.6-3.8,1.6v-0.1c0-5,4-9,9-9s9,4,9,9v0.1
|
14
|
+
c-1-1-2.3-1.6-3.8-1.6h-1.1c-0.6,0-1.1,0.5-1.1,1.1v8.2c0,0.6,0.5,1.1,1.1,1.1H17c2.8,0,5.2-2.3,5.2-5.1l0.7-0.3
|
15
|
+
c0.5-0.3,0.8-0.8,0.8-1.3v-2.2C23.8,6.1,18.4,0.8,11.8,0.8z"/>
|
16
|
+
</g>
|
17
|
+
</g>
|
18
|
+
</g>
|
19
|
+
</svg>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="17px" height="21px" viewBox="0 0 17 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<!-- Generator: Sketch 56.2 (81672) - https://sketch.com -->
|
4
|
+
<title>Remote_Forwards</title>
|
5
|
+
<desc>Created with Sketch.</desc>
|
6
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
7
|
+
<g id="Control_Bar_NightMode" transform="translate(-317.000000, -82.000000)" fill="#FFFFFF">
|
8
|
+
<g id="Remote_Forwards_NM" transform="translate(307.000000, 73.000000)">
|
9
|
+
<g id="Group-Copy" transform="translate(19.000000, 19.500000) scale(-1, 1) translate(-19.000000, -19.500000) translate(10.000000, 9.000000)">
|
10
|
+
<path d="M10.7474994,2.89403485 L19.5368033,16.2598383 C20.0465972,17.0350766 19.831412,18.0768009 19.0561738,18.5865947 C18.7820641,18.7668482 18.4611765,18.8629017 18.1331103,18.8629017 L0.554502579,18.8629017 C-0.373335801,18.8629017 -1.12549742,18.1107401 -1.12549742,17.1829017 C-1.12549742,16.8548356 -1.02944389,16.533948 -0.84919039,16.2598383 L7.94011349,2.89403485 C8.44990734,2.11879663 9.49163165,1.90361144 10.2668699,2.41340528 C10.4581545,2.53919336 10.6217114,2.70275023 10.7474994,2.89403485 Z" id="Triangle" transform="translate(9.343901, 10.499906) rotate(-90.000000) translate(-9.343901, -10.499906) "></path>
|
11
|
+
</g>
|
12
|
+
</g>
|
13
|
+
</g>
|
14
|
+
</g>
|
15
|
+
</svg>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="19px" height="16px" viewBox="0 0 19 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
|
4
|
+
<title>Combined Shape</title>
|
5
|
+
<desc>Created with Sketch.</desc>
|
6
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
7
|
+
<g id="Icons/ic_arrow_page_right" transform="translate(-7.000000, -8.000000)" fill="#FFFFFF" fill-rule="nonzero">
|
8
|
+
<path d="M18.6179027,8.25577915 L18.7190979,8.3191001 L18.8213203,8.40710678 L25.6705627,15.2563492 L25.6840485,15.2705591 C25.8785156,15.4529974 26,15.7123116 26,16 C26,16.3161292 25.8523989,16.6014081 25.6065061,16.7873114 L18.8213203,23.5705627 C18.4307961,23.961087 17.7976311,23.961087 17.4071068,23.5705627 C17.0902727,23.2537287 17.0269336,22.7710468 17.2557791,22.3597668 L17.3191001,22.2585717 L17.4071068,22.1563492 L22.563,16.9999325 L8,17 C7.44771525,17 7,16.5522847 7,16 C7,15.5519289 7.29652014,15.1658338 7.74915721,15.0368332 L7.86548766,15.0100521 L8,15 L22.586,14.9999325 L17.4071068,9.82132034 C17.0165825,9.43079605 17.0165825,8.79763107 17.4071068,8.40710678 C17.7239409,8.0902727 18.2066227,8.02693362 18.6179027,8.25577915 Z" id="Combined-Shape"></path>
|
9
|
+
</g>
|
10
|
+
</g>
|
11
|
+
</svg>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="28px" height="38px" viewBox="0 0 28 38" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<!-- Generator: Sketch 56.2 (81672) - https://sketch.com -->
|
4
|
+
<title>Group 3</title>
|
5
|
+
<desc>Created with Sketch.</desc>
|
6
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
7
|
+
<g id="Remote_Back_v2_NM">
|
8
|
+
<g id="Group-2" transform="translate(-3.000000, -2.000000)">
|
9
|
+
<g id="Group-3" transform="translate(0.317741, 0.020425)">
|
10
|
+
<path d="M4.53992414,35.2473468 C6.88382536,36.8436694 9.67384327,37.8335692 12.6842778,37.9913461 C12.9661006,38.0061164 13.2498551,38.0135941 13.5353561,38.0135941 C22.371912,38.0135941 29.5353561,30.8501501 29.5353561,22.0135941 C29.5353561,13.1770382 22.371912,6.01359415 13.5353561,6.01359415 C12.0524161,6.01359415 10.6165961,6.21533923 9.25384529,6.59288043" id="Path" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"></path>
|
11
|
+
<g id="Group" transform="translate(8.000000, 6.500000) rotate(-460.000000) translate(-8.000000, -6.500000) translate(3.000000, 0.000000)" fill="#FFFFFF">
|
12
|
+
<path d="M5.34117848,6.87632288 L8.00951298,11.0270654 C8.30816515,11.4916355 8.17366214,12.1103493 7.70909209,12.4090015 C7.54779476,12.5126926 7.36008612,12.567823 7.1683345,12.567823 L1.8316655,12.567823 C1.27938075,12.567823 0.831665498,12.1201078 0.831665498,11.567823 C0.831665498,11.3760714 0.886795878,11.1883628 0.990487023,11.0270654 L3.65882152,6.87632288 C3.9574737,6.41175283 4.57618755,6.27724982 5.04075759,6.57590199 C5.16126024,6.65336798 5.26371249,6.75582023 5.34117848,6.87632288 Z" id="Triangle"></path>
|
13
|
+
<path d="M5.40513114,1.91253924 L8.07346564,6.0632818 C8.37211781,6.52785185 8.2376148,7.1465657 7.77304475,7.44521787 C7.61174742,7.54890901 7.42403878,7.60403939 7.23228716,7.60403939 L1.89561816,7.60403939 C1.34333341,7.60403939 0.895618159,7.15632414 0.895618159,6.60403939 C0.895618159,6.41228777 0.950748539,6.22457914 1.05443968,6.0632818 L3.72277419,1.91253924 C4.02142636,1.4479692 4.64014021,1.31346619 5.10471025,1.61211836 C5.2252129,1.68958435 5.32766515,1.79203659 5.40513114,1.91253924 Z" id="Triangle-Copy"></path>
|
14
|
+
</g>
|
15
|
+
</g>
|
16
|
+
</g>
|
17
|
+
</g>
|
18
|
+
</g>
|
19
|
+
</svg>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="29px" height="38px" viewBox="0 0 29 38" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<!-- Generator: Sketch 56.2 (81672) - https://sketch.com -->
|
4
|
+
<title>Group 3</title>
|
5
|
+
<desc>Created with Sketch.</desc>
|
6
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
7
|
+
<g id="Remote_Forward_v2_NM">
|
8
|
+
<g id="Group-2-Copy" transform="translate(1.000000, -2.000000)">
|
9
|
+
<g id="Group-3" transform="translate(15.317741, 19.520425) scale(-1, 1) translate(-15.317741, -19.520425) translate(0.317741, 0.020425)">
|
10
|
+
<path d="M4.53992414,35.2473468 C6.88382536,36.8436694 9.67384327,37.8335692 12.6842778,37.9913461 C12.9661006,38.0061164 13.2498551,38.0135941 13.5353561,38.0135941 C22.371912,38.0135941 29.5353561,30.8501501 29.5353561,22.0135941 C29.5353561,13.1770382 22.371912,6.01359415 13.5353561,6.01359415 C12.0524161,6.01359415 10.6165961,6.21533923 9.25384529,6.59288043" id="Path" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"></path>
|
11
|
+
<g id="Group" transform="translate(8.000000, 6.500000) rotate(-460.000000) translate(-8.000000, -6.500000) translate(3.000000, 0.000000)" fill="#FFFFFF">
|
12
|
+
<path d="M5.34117848,6.87632288 L8.00951298,11.0270654 C8.30816515,11.4916355 8.17366214,12.1103493 7.70909209,12.4090015 C7.54779476,12.5126926 7.36008612,12.567823 7.1683345,12.567823 L1.8316655,12.567823 C1.27938075,12.567823 0.831665498,12.1201078 0.831665498,11.567823 C0.831665498,11.3760714 0.886795878,11.1883628 0.990487023,11.0270654 L3.65882152,6.87632288 C3.9574737,6.41175283 4.57618755,6.27724982 5.04075759,6.57590199 C5.16126024,6.65336798 5.26371249,6.75582023 5.34117848,6.87632288 Z" id="Triangle"></path>
|
13
|
+
<path d="M5.40513114,1.91253924 L8.07346564,6.0632818 C8.37211781,6.52785185 8.2376148,7.1465657 7.77304475,7.44521787 C7.61174742,7.54890901 7.42403878,7.60403939 7.23228716,7.60403939 L1.89561816,7.60403939 C1.34333341,7.60403939 0.895618159,7.15632414 0.895618159,6.60403939 C0.895618159,6.41228777 0.950748539,6.22457914 1.05443968,6.0632818 L3.72277419,1.91253924 C4.02142636,1.4479692 4.64014021,1.31346619 5.10471025,1.61211836 C5.2252129,1.68958435 5.32766515,1.79203659 5.40513114,1.91253924 Z" id="Triangle-Copy"></path>
|
14
|
+
</g>
|
15
|
+
</g>
|
16
|
+
</g>
|
17
|
+
</g>
|
18
|
+
</g>
|
19
|
+
</svg>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 14 14.4" style="enable-background:new 0 0 14 14.4;" xml:space="preserve">
|
5
|
+
<style type="text/css">
|
6
|
+
.st0{fill:#FFFFFF;}
|
7
|
+
</style>
|
8
|
+
<g>
|
9
|
+
<path class="st0" d="M12.4,7.9c0-0.2,0-0.5,0-0.7c0-0.2,0-0.5-0.1-0.7l1.5-1.2C14,5.2,14,5,14,4.9l-1.4-2.5
|
10
|
+
c-0.1-0.2-0.3-0.2-0.4-0.2l-1.8,0.7C9.9,2.6,9.5,2.4,9.1,2.2L8.8,0.3C8.8,0.1,8.6,0,8.4,0H5.6C5.4,0,5.2,0.1,5.2,0.3L4.9,2.2
|
11
|
+
C4.5,2.4,4.1,2.6,3.7,2.9L1.9,2.2c-0.2-0.1-0.4,0-0.4,0.2L0.1,4.9C0,5,0,5.2,0.1,5.3l1.5,1.2c0,0.2-0.1,0.5-0.1,0.7
|
12
|
+
c0,0.2,0,0.5,0.1,0.7L0.1,9.1C0,9.2,0,9.4,0,9.5L1.5,12c0.1,0.2,0.3,0.2,0.4,0.2l1.8-0.7c0.4,0.3,0.8,0.5,1.2,0.7l0.3,1.9
|
13
|
+
c0,0.2,0.2,0.3,0.4,0.3h2.9c0.2,0,0.3-0.1,0.4-0.3l0.3-1.9c0.4-0.2,0.8-0.4,1.2-0.7l1.8,0.7c0.2,0.1,0.4,0,0.4-0.2L14,9.5
|
14
|
+
C14,9.4,14,9.2,13.9,9.1L12.4,7.9z M7,9.9c-1.5,0-2.7-1.2-2.7-2.7S5.5,4.5,7,4.5s2.7,1.2,2.7,2.7S8.5,9.9,7,9.9z"/>
|
15
|
+
</g>
|
16
|
+
</svg>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 448 576" style="enable-background:new 0 0 448 576;" xml:space="preserve">
|
5
|
+
<style type="text/css">
|
6
|
+
.st0{fill:#FFFFFF;}
|
7
|
+
</style>
|
8
|
+
<path class="st0" d="M352,352c-22.6,0-43.4,7.8-59.8,20.9l-102.5-64.1c3-13.7,3-28,0-41.7l102.5-64.1c16.4,13.1,37.2,20.9,59.8,20.9
|
9
|
+
c53,0,96-43,96-96s-43-96-96-96s-96,43-96,96c0,7.2,0.8,14.1,2.3,20.8l-102.5,64.1C139.4,199.8,118.6,192,96,192c-53,0-96,43-96,96
|
10
|
+
s43,96,96,96c22.6,0,43.4-7.8,59.8-20.9l102.5,64.1C256.8,434,256,441,256,448c0,53,43,96,96,96s96-43,96-96S405,352,352,352z"/>
|
11
|
+
</svg>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 40 54" style="enable-background:new 0 0 40 54;" xml:space="preserve">
|
5
|
+
<style type="text/css">
|
6
|
+
.st0{fill:none;stroke:#FFFFFF;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;}
|
7
|
+
</style>
|
8
|
+
<g transform="translate(-5, 2)">
|
9
|
+
<polyline class="st0" points="17,10 25,2 33,10 "/>
|
10
|
+
<line class="st0" x1="25" y1="32" x2="25" y2="2.3"/>
|
11
|
+
<path class="st0" d="M17,17H8v32h34V17h-9"/>
|
12
|
+
</g>
|
13
|
+
</svg>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="25px" height="22px" viewBox="0 0 25 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<!-- Generator: Sketch 56.2 (81672) - https://sketch.com -->
|
4
|
+
<title>Language_Topbar</title>
|
5
|
+
<desc>Created with Sketch.</desc>
|
6
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
7
|
+
<g id="Topbar_TTS_Pause" transform="translate(-194.000000, -15.000000)" fill="#FFFFFF">
|
8
|
+
<g id="Language_Topbar" transform="translate(194.000000, 14.000000)">
|
9
|
+
<g id="speech-bubbles" transform="translate(0.000000, 0.777778)">
|
10
|
+
<path d="M10.4166667,0.222222222 L10.4166667,0.222222222 C16.1696615,0.222222222 20.8333333,3.95865582 20.8333333,8.56778472 C20.8333333,13.1769136 16.1696615,16.9133472 10.4166667,16.9133472 C9.86419271,16.9133472 9.3219184,16.8785425 8.79266493,16.8121558 C6.55512153,19.0184722 3.97122396,19.4140855 1.38888889,19.4722222 L1.38888889,18.9322339 C2.78324653,18.2586128 3.90625,17.0316832 3.90625,15.629398 C3.90625,15.4337613 3.89079861,15.241691 3.86219618,15.0537886 C1.50633681,13.5237144 0,11.186773 0,8.56778472 C0,3.95865582 4.66371528,0.222222222 10.4166667,0.222222222 Z M21.6145833,18.9283668 C21.6145833,20.1303316 22.4026042,21.1820347 23.6111111,21.7594058 L23.6111111,22.2222222 C21.3731771,22.1724214 19.3188802,21.8333121 17.3797743,19.9422144 C16.9210069,19.999105 16.4511285,20.0290543 15.9722222,20.0290543 C13.900434,20.0290543 11.9920139,19.4756597 10.4684462,18.54573 C13.6080295,18.534816 16.5721354,17.5390582 18.8198785,15.7383238 C19.952908,14.830523 20.846658,13.7654566 21.4764323,12.5726011 C22.1440538,11.3079019 22.4826389,9.96048785 22.4826389,8.56778472 C22.4826389,8.34331597 22.4728733,8.12013628 22.4553385,7.89815972 C24.0302083,9.18580425 25,10.9408199 25,12.8756168 C25,15.1204761 23.6945312,17.1235074 21.6528212,18.4350425 C21.6279948,18.5960035 21.6145833,18.7606597 21.6145833,18.9283668 Z" id="Shape" fill-rule="nonzero"></path>
|
11
|
+
</g>
|
12
|
+
</g>
|
13
|
+
</g>
|
14
|
+
</g>
|
15
|
+
</svg>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="20px" height="24px" viewBox="0 0 20 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<!-- Generator: Sketch 56.2 (81672) - https://sketch.com -->
|
4
|
+
<title>Combined Shape</title>
|
5
|
+
<desc>Created with Sketch.</desc>
|
6
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
7
|
+
<g id="Voice_PopUp" transform="translate(-15.000000, -83.000000)" fill="#FFFFFF" fill-rule="nonzero">
|
8
|
+
<path d="M29,105.813633 L29,106.333333 L21,106.333333 L21,105.813633 L21,106.333333 L15,106.333333 L15,105.469965 C15,104.289129 15.6425,103.227853 16.677,102.696197 L21.5505,100.548205 C22.005,100.317736 22.2815,99.8888501 22.438,99.5678216 C22.58,99.2768099 22.564,98.9379747 22.395,98.6606996 C22.2255,98.382407 21.9325,98.216042 21.611,98.216042 L18.1695,98.216042 C18.111,98.2185858 16.9715,98.3228819 16.1315,97.9550473 C15.953,97.8772068 15.887,97.7255958 15.864,97.6421589 C15.8235,97.4971618 15.849,97.3435158 15.9335,97.221413 C16.919,95.7943368 19.2185,92.0579916 19.292,88.2000523 C19.297,87.9914601 19.4765,83.0412097 24.397,83 C24.6021352,83.0017405 24.8032537,83.0122191 25,83.0314079 C25.1967463,83.0122191 25.3978648,83.0017405 25.603,83 C30.5235,83.0412097 30.703,87.9914601 30.708,88.2000523 C30.7815,92.0579916 33.081,95.7943368 34.0665,97.221413 C34.151,97.3435158 34.1765,97.4971618 34.136,97.6421589 C34.113,97.7255958 34.047,97.8772068 33.8685,97.9550473 C33.0285,98.3228819 31.889,98.2185858 31.8305,98.216042 L28.389,98.216042 C28.0675,98.216042 27.7745,98.382407 27.605,98.6606996 C27.436,98.9379747 27.42,99.2768099 27.562,99.5678216 C27.7185,99.8888501 27.995,100.317736 28.4495,100.548205 L33.323,102.696197 C34.3575,103.227853 35,104.289129 35,105.469965 L35,106.333333 L29,106.333333 L29,105.813633 Z" id="Combined-Shape"></path>
|
9
|
+
</g>
|
10
|
+
</g>
|
11
|
+
</svg>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="20px" height="25px" viewBox="0 0 20 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<!-- Generator: Sketch 56.2 (81672) - https://sketch.com -->
|
4
|
+
<title>Path</title>
|
5
|
+
<desc>Created with Sketch.</desc>
|
6
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
7
|
+
<g id="Voice_PopUp" transform="translate(-16.000000, -26.000000)" fill="#FFFFFF" fill-rule="nonzero">
|
8
|
+
<path d="M36,50.1666667 L16,50.1666667 L16,49.1061765 C16,47.8878922 16.667619,46.7681699 17.742381,46.1853268 L21.9904762,43.8795425 C22.7014286,43.4933497 23.1428571,42.7527124 23.1428571,41.9476307 L23.1428571,40.0432026 L23.0319048,39.9114706 C23.0204762,39.8977288 21.8533333,38.4927451 21.4080952,36.5636765 L21.3647619,36.3760294 L21.202381,36.271781 C20.9266667,36.0945588 20.7619048,35.797451 20.7619048,35.4771242 L20.7619048,33.5816993 C20.7619048,33.315866 20.8752381,33.0680392 21.0809524,32.8827614 L21.2380952,32.7420261 L21.2380952,29.7908497 L21.2338095,29.7287745 C21.232381,29.7159804 21.0704762,28.402451 21.9980952,27.3495425 C22.7871429,26.4539542 24.1338095,26 26,26 C27.8595238,26 29.2033333,26.4506373 29.9933333,27.3400654 C30.3861905,27.7816993 30.5838095,28.2749837 30.682381,28.6986111 C30.69,28.731781 30.6971429,28.7644771 30.7038095,28.7971732 C30.7104762,28.830817 30.717619,28.8644608 30.7228571,28.896683 C30.7290476,28.9336438 30.7342857,28.9687092 30.7395238,29.0037745 C30.7433333,29.0288889 30.7471429,29.0544771 30.75,29.0786438 C30.7571429,29.137402 30.7628571,29.1942647 30.7666667,29.2468627 C30.7671429,29.2511275 30.7671429,29.2549183 30.7671429,29.259183 C30.7704762,29.3103595 30.7728571,29.3586928 30.7742857,29.4027614 C30.7742857,29.4112908 30.7742857,29.4183987 30.7747619,29.4269281 C30.7757143,29.4662582 30.7757143,29.5036928 30.7752381,29.5363889 C30.7752381,29.5411275 30.7752381,29.545866 30.7752381,29.5506046 C30.7733333,29.6619608 30.7657143,29.7283007 30.7657143,29.7297222 L30.7619048,32.7420261 L30.9190476,32.8832353 C31.1247619,33.0680392 31.2380952,33.315866 31.2380952,33.5816993 L31.2380952,35.4771242 C31.2380952,35.8908007 30.9657143,36.2528268 30.5609524,36.3769771 L30.3238095,36.4494771 L30.247619,36.6840359 C29.9290476,37.6701307 29.4752381,38.5808824 28.8980952,39.3911765 C28.7566667,39.5906699 28.6190476,39.7674183 28.4995238,39.9024673 L28.3809524,40.0370425 L28.3809524,41.9916993 C28.3809524,42.111585 28.3928571,42.2291013 28.4114286,42.3447222 C28.4152381,42.3693627 28.4219048,42.3930556 28.4266667,42.4176961 C28.4452381,42.5129412 28.47,42.6062908 28.5004762,42.6972712 C28.507619,42.7185948 28.5152381,42.7389706 28.5233333,42.7602941 C28.5604762,42.8593301 28.6038095,42.955049 28.6542857,43.0469771 C28.66,43.057402 28.6652381,43.0683007 28.6709524,43.0787255 C28.74,43.2000327 28.8195238,43.3151797 28.9109524,43.4213235 L29.0195238,43.5544771 L29.0380952,43.5544771 C29.2014286,43.7146405 29.3890476,43.8539542 29.602381,43.960098 L34.1514286,46.2232353 C35.2919048,46.7899673 36,47.9300654 36,49.1985784 L36,50.1666667 Z" id="Path"></path>
|
9
|
+
</g>
|
10
|
+
</g>
|
11
|
+
</svg>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="22px" height="11px" viewBox="0 0 22 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<!-- Generator: Sketch 56.2 (81672) - https://sketch.com -->
|
4
|
+
<title>Combined Shape</title>
|
5
|
+
<desc>Created with Sketch.</desc>
|
6
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
7
|
+
<g id="Speed_V2_NM" transform="translate(-15.000000, -9.000000)" fill="#FFFFFF">
|
8
|
+
<path d="M27.5273912,20 C27.6649107,19.67264 27.7409058,19.3130598 27.7409058,18.93573 C27.7409058,18.7854424 27.7288501,18.6379705 27.7056532,18.4942287 L31.8810384,13.233848 L31.1773402,12.5051472 L25.8805216,16.3328085 C25.6014853,16.2374655 25.3022373,16.18573 24.9909058,16.18573 C23.4721227,16.18573 22.2409058,17.4169469 22.2409058,18.93573 C22.2409058,19.3130598 22.3169008,19.67264 22.4544203,20 L15,20 C15,13.9248678 19.9248678,9 26,9 C32.0751322,9 37,13.9248678 37,20 L27.5273912,20 Z M25.7367173,20 L24.2650832,20 C23.9534187,19.7726856 23.7509003,19.4046984 23.7509003,18.9894104 C23.7509003,18.2990545 24.3105443,17.7394104 25.0009003,17.7394104 C25.6912562,17.7394104 26.2509003,18.2990545 26.2509003,18.9894104 C26.2509003,19.4046984 26.0483819,19.7726856 25.7367173,20 Z" id="Combined-Shape"></path>
|
9
|
+
</g>
|
10
|
+
</g>
|
11
|
+
</svg>
|
@@ -0,0 +1,22 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 26.5 26.5" style="enable-background:new 0 0 26.5 26.5;" xml:space="preserve">
|
5
|
+
<style type="text/css">
|
6
|
+
.st0{fill:#FFFFFF;stroke:#FFFFFF;}
|
7
|
+
</style>
|
8
|
+
<title>E5E63015-BA4D-41AE-8C76-5720E3157D11-429-0000140454C93A54</title>
|
9
|
+
<desc>Created with sketchtool.</desc>
|
10
|
+
<path class="st0" d="M25.1,22.7H7.4c-0.5,0-0.9-0.4-0.9-0.9l0,0c0-0.5,0.4-0.9,0.9-0.9h17.7c0.5,0,0.9,0.4,0.9,0.9l0,0
|
11
|
+
C26,22.3,25.6,22.7,25.1,22.7z"/>
|
12
|
+
<path class="st0" d="M25.1,14.1H7.4c-0.5,0-0.9-0.4-0.9-0.9l0,0c0-0.5,0.4-0.9,0.9-0.9h17.7c0.5,0,0.9,0.4,0.9,0.9l0,0
|
13
|
+
C26,13.7,25.6,14.1,25.1,14.1z"/>
|
14
|
+
<path class="st0" d="M25.1,5.6H7.4c-0.5,0-0.9-0.4-0.9-0.9l0,0c0-0.5,0.4-0.9,0.9-0.9h17.7c0.5,0,0.9,0.4,0.9,0.9l0,0
|
15
|
+
C26,5.2,25.6,5.6,25.1,5.6z"/>
|
16
|
+
<path class="st0" d="M2.3,5.6H1.4c-0.5,0-0.9-0.4-0.9-0.9l0,0c0-0.5,0.4-0.9,0.9-0.9h0.9c0.5,0,0.9,0.4,0.9,0.9l0,0
|
17
|
+
C3.2,5.2,2.8,5.6,2.3,5.6z"/>
|
18
|
+
<path class="st0" d="M2.3,14.1H1.4c-0.5,0-0.9-0.4-0.9-0.9l0,0c0-0.5,0.4-0.9,0.9-0.9h0.9c0.5,0,0.9,0.4,0.9,0.9l0,0
|
19
|
+
C3.2,13.7,2.8,14.1,2.3,14.1z"/>
|
20
|
+
<path class="st0" d="M2.3,22.7H1.4c-0.5,0-0.9-0.4-0.9-0.9l0,0c0-0.5,0.4-0.9,0.9-0.9h0.9c0.5,0,0.9,0.4,0.9,0.9l0,0
|
21
|
+
C3.2,22.3,2.8,22.7,2.3,22.7z"/>
|
22
|
+
</svg>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
+
viewBox="0 0 60.7 60.7" style="enable-background:new 0 0 60.7 60.7;" xml:space="preserve">
|
5
|
+
<style type="text/css">
|
6
|
+
.st0{fill:none;stroke:#FFFFFF;stroke-width:4;}
|
7
|
+
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
|
8
|
+
</style>
|
9
|
+
<desc>Created with Sketch.</desc>
|
10
|
+
<g id="Symbols">
|
11
|
+
<g id="Control_Bar_NightMode" transform="translate(-157.000000, -61.000000)">
|
12
|
+
<g id="Play_Btn_NM" transform="translate(158.000000, 62.000000)">
|
13
|
+
<g id="Play_Btn">
|
14
|
+
<circle id="Oval" class="st0" cx="29.3" cy="29.3" r="28.3"/>
|
15
|
+
<path id="Triangle" class="st1" d="M41.8,31.6l-18.5,9.3c-1,0.5-2.2,0.1-2.7-0.9c-0.1-0.3-0.2-0.6-0.2-0.9V20.6c0-1.1,0.9-2,2-2
|
16
|
+
c0.3,0,0.6,0.1,0.9,0.2l18.5,9.3c1,0.5,1.4,1.7,0.9,2.7C42.5,31.1,42.2,31.4,41.8,31.6z"/>
|
17
|
+
</g>
|
18
|
+
</g>
|
19
|
+
</g>
|
20
|
+
</g>
|
21
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25.2 25.11"><defs><style>.cls-1{fill:#fff;}</style></defs><g id="Symbols"><path id="Combined-Shape" class="cls-1" d="M10,0a10,10,0,0,1,7.8,16.3h0l7.1,7.1a1,1,0,0,1,0,1.4.94.94,0,0,1-1.3.1l-.1-.1-7.1-7.1h0A10.21,10.21,0,0,1,10,20,10,10,0,0,1,10,0Zm0,2a8,8,0,1,0,8,8A8,8,0,0,0,10,2Z" transform="translate(0 0)"/></g></svg>
|
Binary file
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/**
|
2
|
+
* Swiper 6.8.0
|
3
|
+
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
4
|
+
* https://swiperjs.com
|
5
|
+
*
|
6
|
+
* Copyright 2014-2021 Vladimir Kharlampidi
|
7
|
+
*
|
8
|
+
* Released under the MIT License
|
9
|
+
*
|
10
|
+
* Released on: July 22, 2021
|
11
|
+
*/
|
12
|
+
|
13
|
+
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
|