@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,13 @@
|
|
1
|
+
// Icon Sizes
|
2
|
+
// -------------------------
|
3
|
+
|
4
|
+
/* makes the font 33% larger relative to the icon container */
|
5
|
+
.@{fa-css-prefix}-lg {
|
6
|
+
font-size: (4em / 3);
|
7
|
+
line-height: (3em / 4);
|
8
|
+
vertical-align: -15%;
|
9
|
+
}
|
10
|
+
.@{fa-css-prefix}-2x { font-size: 2em; }
|
11
|
+
.@{fa-css-prefix}-3x { font-size: 3em; }
|
12
|
+
.@{fa-css-prefix}-4x { font-size: 4em; }
|
13
|
+
.@{fa-css-prefix}-5x { font-size: 5em; }
|
@@ -0,0 +1,19 @@
|
|
1
|
+
// List Icons
|
2
|
+
// -------------------------
|
3
|
+
|
4
|
+
.@{fa-css-prefix}-ul {
|
5
|
+
padding-left: 0;
|
6
|
+
margin-left: @fa-li-width;
|
7
|
+
list-style-type: none;
|
8
|
+
> li { position: relative; }
|
9
|
+
}
|
10
|
+
.@{fa-css-prefix}-li {
|
11
|
+
position: absolute;
|
12
|
+
left: -@fa-li-width;
|
13
|
+
width: @fa-li-width;
|
14
|
+
top: (2em / 14);
|
15
|
+
text-align: center;
|
16
|
+
&.@{fa-css-prefix}-lg {
|
17
|
+
left: (-@fa-li-width + (4em / 14));
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,60 @@
|
|
1
|
+
// Mixins
|
2
|
+
// --------------------------
|
3
|
+
|
4
|
+
.fa-icon() {
|
5
|
+
display: inline-block;
|
6
|
+
font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration
|
7
|
+
font-size: inherit; // can't have font-size inherit on line above, so need to override
|
8
|
+
text-rendering: auto; // optimizelegibility throws things off #1094
|
9
|
+
-webkit-font-smoothing: antialiased;
|
10
|
+
-moz-osx-font-smoothing: grayscale;
|
11
|
+
|
12
|
+
}
|
13
|
+
|
14
|
+
.fa-icon-rotate(@degrees, @rotation) {
|
15
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation})";
|
16
|
+
-webkit-transform: rotate(@degrees);
|
17
|
+
-ms-transform: rotate(@degrees);
|
18
|
+
transform: rotate(@degrees);
|
19
|
+
}
|
20
|
+
|
21
|
+
.fa-icon-flip(@horiz, @vert, @rotation) {
|
22
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation}, mirror=1)";
|
23
|
+
-webkit-transform: scale(@horiz, @vert);
|
24
|
+
-ms-transform: scale(@horiz, @vert);
|
25
|
+
transform: scale(@horiz, @vert);
|
26
|
+
}
|
27
|
+
|
28
|
+
|
29
|
+
// Only display content to screen readers. A la Bootstrap 4.
|
30
|
+
//
|
31
|
+
// See: http://a11yproject.com/posts/how-to-hide-content/
|
32
|
+
|
33
|
+
.sr-only() {
|
34
|
+
position: absolute;
|
35
|
+
width: 1px;
|
36
|
+
height: 1px;
|
37
|
+
padding: 0;
|
38
|
+
margin: -1px;
|
39
|
+
overflow: hidden;
|
40
|
+
clip: rect(0,0,0,0);
|
41
|
+
border: 0;
|
42
|
+
}
|
43
|
+
|
44
|
+
// Use in conjunction with .sr-only to only display content when it's focused.
|
45
|
+
//
|
46
|
+
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
47
|
+
//
|
48
|
+
// Credit: HTML5 Boilerplate
|
49
|
+
|
50
|
+
.sr-only-focusable() {
|
51
|
+
&:active,
|
52
|
+
&:focus {
|
53
|
+
position: static;
|
54
|
+
width: auto;
|
55
|
+
height: auto;
|
56
|
+
margin: 0;
|
57
|
+
overflow: visible;
|
58
|
+
clip: auto;
|
59
|
+
}
|
60
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/* FONT PATH
|
2
|
+
* -------------------------- */
|
3
|
+
|
4
|
+
@font-face {
|
5
|
+
font-family: 'FontAwesome';
|
6
|
+
src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
|
7
|
+
src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'),
|
8
|
+
url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'),
|
9
|
+
url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
|
10
|
+
url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
|
11
|
+
url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');
|
12
|
+
// src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
|
13
|
+
font-weight: normal;
|
14
|
+
font-style: normal;
|
15
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
// Rotated & Flipped Icons
|
2
|
+
// -------------------------
|
3
|
+
|
4
|
+
.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); }
|
5
|
+
.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); }
|
6
|
+
.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); }
|
7
|
+
|
8
|
+
.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); }
|
9
|
+
.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); }
|
10
|
+
|
11
|
+
// Hook for IE8-9
|
12
|
+
// -------------------------
|
13
|
+
|
14
|
+
:root .@{fa-css-prefix}-rotate-90,
|
15
|
+
:root .@{fa-css-prefix}-rotate-180,
|
16
|
+
:root .@{fa-css-prefix}-rotate-270,
|
17
|
+
:root .@{fa-css-prefix}-flip-horizontal,
|
18
|
+
:root .@{fa-css-prefix}-flip-vertical {
|
19
|
+
filter: none;
|
20
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
// Stacked Icons
|
2
|
+
// -------------------------
|
3
|
+
|
4
|
+
.@{fa-css-prefix}-stack {
|
5
|
+
position: relative;
|
6
|
+
display: inline-block;
|
7
|
+
width: 2em;
|
8
|
+
height: 2em;
|
9
|
+
line-height: 2em;
|
10
|
+
vertical-align: middle;
|
11
|
+
}
|
12
|
+
.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
|
13
|
+
position: absolute;
|
14
|
+
left: 0;
|
15
|
+
width: 100%;
|
16
|
+
text-align: center;
|
17
|
+
}
|
18
|
+
.@{fa-css-prefix}-stack-1x { line-height: inherit; }
|
19
|
+
.@{fa-css-prefix}-stack-2x { font-size: 2em; }
|
20
|
+
.@{fa-css-prefix}-inverse { color: @fa-inverse; }
|