TP_JO2024/home/dist/utility/icons/icons-editor/icons-editor.legacy.css.map
2024-03-27 17:19:37 +01:00

1 line
No EOL
9.1 KiB
Text

{"version":3,"sources":["<no source>","file:///Users/ket/Documents/work/dsfr/module/media-query/mixin/_respond-from.scss","file:///Users/ket/Documents/work/dsfr/module/shame/media-query/mixin/_order.scss","%3Cinput%20css%20RsyOgo%3E","file:///Users/ket/Documents/work/dsfr/module/legacy/mixin/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/selector/tool/_pseudo.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/icon/tool/_legacy.scss"],"names":[],"mappings":"AAAA;;GAAA;ACeI;ECRI,cAAA;ACLR;AFaI;ECRI,cAAA;ACFR;AFUI;ECRI,cAAA;ACCR;AFOI;ECRI,cAAA;ACIR;ACFI;ECOF;;ICAE,4DAFI;EHCN;;EECA;;ICAE,4DAFI;EHIN;;EEFA;;ICAE,2DAFI;EHON;;EELA;;ICAE,gEAFI;EHUN;;EERA;;ICAE,iEAFI;EHaN;;EEXA;;ICAE,iEAFI;EHgBN;;EEdA;;ICAE,sDAFI;EHmBN;;EEjBA;;ICAE,sDAFI;EHsBN;;EEpBA;;ICAE,sDAFI;EHyBN;;EEvBA;;ICAE,sDAFI;EH4BN;;EE1BA;;ICAE,sDAFI;EH+BN;;EE7BA;;ICAE,sDAFI;EHkCN;;EEhCA;;ICAE,0DAFI;EHqCN;;EEnCA;;ICAE,yDAFI;EHwCN;;EEtCA;;ICAE,8DAFI;EH2CN;;EEzCA;;ICAE,uDAFI;EH8CN;;EE5CA;;ICAE,+DAFI;EHiDN;;EE/CA;;ICAE,iEAFI;EHoDN;;EElDA;;ICAE,gEAFI;EHuDN;;EErDA;;ICAE,4DAFI;EH0DN;;EExDA;;ICAE,wDAFI;EH6DN;;EE3DA;;ICAE,4DAFI;EHgEN;;EE9DA;;ICAE,8DAFI;EHmEN;;EEjEA;;ICAE,0DAFI;EHsEN;;EEpEA;;ICAE,8DAFI;EHyEN;;EEvEA;ICAE,4DAFI;EH8EN;;EE5EA;ICAE,2DAFI;EHiFN;;EE/EA;ICAE,gEAFI;EHoFN;;EElFA;ICAE,yDAFI;EHuFN;;EErFA;ICAE,8DAFI;EH0FN;;EExFA;ICAE,+DAFI;EH6FN;;EE3FA;ICAE,iEAFI;EHgGN;AAtBF","file":"icons-editor.legacy.css","sourcesContent":[null,"@use '../variable/breakpoints';\n\n/// Set media query styles\n///\n/// @param {String} $media [md] - Layout size `['xs', 'sm', 'md', 'lg', 'xl']`\n///\n/// @example scss -\n/// .foo {\n/// @include respond-from(md) {\n/// }\n/// }\n@mixin respond-from($media) {\n $limits: map_get(breakpoints.$values, $media);\n\n @if $limits != null {\n @media (min-width: nth($limits, 1)) {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n","@use 'module/media-query/variable/breakpoints';\n@use 'module/media-query';\n\n@mixin order () {\n @each $bp, $limits in breakpoints.$values {\n @if $bp != xs {\n @include media-query.respond-from($bp) {\n /*! media #{$bp} */\n }\n }\n }\n}\n","@media (min-width: 36em) {\n /*! media sm */\n}\n@media (min-width: 48em) {\n /*! media md */\n}\n@media (min-width: 62em) {\n /*! media lg */\n}\n@media (min-width: 78em) {\n /*! media xl */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-icon-code-view::before, .fr-icon-code-view::after {\n background-image: url(\"../../../icons/editor/code-view.svg\");\n }\n .fr-icon-font-size::before, .fr-icon-font-size::after {\n background-image: url(\"../../../icons/editor/font-size.svg\");\n }\n .fr-icon-bold::before, .fr-icon-bold::after {\n background-image: url(\"../../../icons/editor/fr--bold.svg\");\n }\n .fr-icon-highlight::before, .fr-icon-highlight::after {\n background-image: url(\"../../../icons/editor/fr--highlight.svg\");\n }\n .fr-icon-quote-fill::before, .fr-icon-quote-fill::after {\n background-image: url(\"../../../icons/editor/fr--quote-fill.svg\");\n }\n .fr-icon-quote-line::before, .fr-icon-quote-line::after {\n background-image: url(\"../../../icons/editor/fr--quote-line.svg\");\n }\n .fr-icon-h-1::before, .fr-icon-h-1::after {\n background-image: url(\"../../../icons/editor/h-1.svg\");\n }\n .fr-icon-h-2::before, .fr-icon-h-2::after {\n background-image: url(\"../../../icons/editor/h-2.svg\");\n }\n .fr-icon-h-3::before, .fr-icon-h-3::after {\n background-image: url(\"../../../icons/editor/h-3.svg\");\n }\n .fr-icon-h-4::before, .fr-icon-h-4::after {\n background-image: url(\"../../../icons/editor/h-4.svg\");\n }\n .fr-icon-h-5::before, .fr-icon-h-5::after {\n background-image: url(\"../../../icons/editor/h-5.svg\");\n }\n .fr-icon-h-6::before, .fr-icon-h-6::after {\n background-image: url(\"../../../icons/editor/h-6.svg\");\n }\n .fr-icon-hashtag::before, .fr-icon-hashtag::after {\n background-image: url(\"../../../icons/editor/hashtag.svg\");\n }\n .fr-icon-italic::before, .fr-icon-italic::after {\n background-image: url(\"../../../icons/editor/italic.svg\");\n }\n .fr-icon-link-unlink::before, .fr-icon-link-unlink::after {\n background-image: url(\"../../../icons/editor/link-unlink.svg\");\n }\n .fr-icon-link::before, .fr-icon-link::after {\n background-image: url(\"../../../icons/editor/link.svg\");\n }\n .fr-icon-list-ordered::before, .fr-icon-list-ordered::after {\n background-image: url(\"../../../icons/editor/list-ordered.svg\");\n }\n .fr-icon-list-unordered::before, .fr-icon-list-unordered::after {\n background-image: url(\"../../../icons/editor/list-unordered.svg\");\n }\n .fr-icon-question-mark::before, .fr-icon-question-mark::after {\n background-image: url(\"../../../icons/editor/question-mark.svg\");\n }\n .fr-icon-separator::before, .fr-icon-separator::after {\n background-image: url(\"../../../icons/editor/separator.svg\");\n }\n .fr-icon-space::before, .fr-icon-space::after {\n background-image: url(\"../../../icons/editor/space.svg\");\n }\n .fr-icon-subscript::before, .fr-icon-subscript::after {\n background-image: url(\"../../../icons/editor/subscript.svg\");\n }\n .fr-icon-superscript::before, .fr-icon-superscript::after {\n background-image: url(\"../../../icons/editor/superscript.svg\");\n }\n .fr-icon-table-2::before, .fr-icon-table-2::after {\n background-image: url(\"../../../icons/editor/table-2.svg\");\n }\n .fr-icon-translate-2::before, .fr-icon-translate-2::after {\n background-image: url(\"../../../icons/editor/translate-2.svg\");\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-fi-font-size::before {\n background-image: url(\"../../../icons/editor/font-size.svg\");\n }\n .fr-fi-bold::before {\n background-image: url(\"../../../icons/editor/fr--bold.svg\");\n }\n .fr-fi-highlight::before {\n background-image: url(\"../../../icons/editor/fr--highlight.svg\");\n }\n .fr-fi-italic::before {\n background-image: url(\"../../../icons/editor/italic.svg\");\n }\n .fr-fi-link-unlink::before {\n background-image: url(\"../../../icons/editor/link-unlink.svg\");\n }\n .fr-fi-list-ordered::before {\n background-image: url(\"../../../icons/editor/list-ordered.svg\");\n }\n .fr-fi-list-unordered::before {\n background-image: url(\"../../../icons/editor/list-unordered.svg\");\n }\n}","/// Styles spécifiques pour les plateformes antérieures\n///\n/// @example scss -\n/// .foo {\n/// @include ie-hack() {\n/// }\n/// }\n@mixin is($target) {\n @if $target == ie10 or $target == ie11 {\n @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n\n/// Styles spécifiques pour les plateformes modernes, excluant les plateformes antérieures\n///\n/// @example scss -\n/// .foo {\n/// @include ie-hack() {\n/// }\n/// }\n@mixin is-not($target) {\n @if $target == ie10 or $target == ie11 {\n @supports not (-ms-high-contrast: none) {\n @content;\n }\n }\n}\n","////\n/// Core Tool : Selector pseudo\n/// @group core\n////\n\n@mixin _pseudo($type:before, $content:null, $display:null) {\n @if $type != after and $type != before and $type != marker and $type != (before after) {\n @error '$type must be before or after element';\n }\n\n $selector: ();\n\n @each $pseudo in $type {\n $selector: append($selector, '&::#{$pseudo}', 'comma');\n }\n\n #{$selector} {\n\n @if $content != null {\n content: $content;\n }\n\n @if $display != null {\n display: #{$display};\n }\n\n @content;\n }\n}\n\n@mixin before($content: null, $display: null) {\n @include _pseudo(before, $content, $display) {\n @content;\n }\n}\n\n@mixin after($content: null, $display: null) {\n @include _pseudo(after, $content, $display) {\n @content;\n }\n}\n\n@mixin marker($content: null, $display: null) {\n @include _pseudo(marker, $content, $display) {\n @content;\n }\n}\n","////\n/// Core Tool : Icon legacy\n/// @group core\n////\n\n@mixin icon-size-legacy($size:md, $restrain: null) {\n @include _icon-pseudo($restrain) {\n $size: icon-size($size);\n @include size($size, $size);\n @content;\n }\n}\n\n@mixin icon-image-legacy($icon, $restrain: null, $important: false) {\n $url: get-icon-url($icon, $important);\n @include _icon-pseudo($restrain) {\n background-image: $url;\n }\n}\n\n@mixin icon-style-legacy($restrain: null) {\n @include _icon-pseudo($restrain) {\n background-color: transparent;\n background-size: 100%;\n background-repeat: no-repeat;\n @content;\n }\n}\n\n@mixin icon-legacy($icon: null, $size: md, $restrain: null, $styling: true) {\n @if $styling {\n @include icon-style-legacy($restrain);\n }\n\n @if $icon != null {\n @include icon-image-legacy($icon, $restrain);\n }\n\n @if $size != null {\n @include icon-size-legacy($size, $restrain);\n }\n\n @include _icon-pseudo($restrain) {\n @content;\n }\n}\n\n@mixin generate-icons-legacy($config: $icons-config) {\n @each $icon, $setting in $config {\n #{ns(icon-#{$icon})} {\n @include icon-image-legacy($icon);\n }\n }\n}\n"]}