TP_JO2024/home/dist/component/tooltip/tooltip.min.css.map

1 line
32 KiB
Text
Raw Normal View History

2024-03-27 17:19:37 +01:00
{"version":3,"sources":["<no source>","file:///Users/ket/Documents/work/dsfr/src/component/tooltip/style/_module.scss","file:///Users/ket/Documents/work/dsfr/module/color/mixin/_element.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/typography/tool/_styles.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/spacing/tool/_size.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/spacing/tool/_space.scss","%3Cinput%20css%20r2DCYd%3E","file:///Users/ket/Documents/work/dsfr/src/component/tooltip/style/_scheme.scss","file:///Users/ket/Documents/work/dsfr/module/elevation/mixin/_shadow.scss","file:///Users/ket/Documents/work/dsfr/module/elevation/mixin/_z-index.scss","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","file:///Users/ket/Documents/work/dsfr/module/legacy/mixin/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/component/tooltip/style/_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","file:///Users/ket/Documents/work/dsfr/src/core/style/typography/tool/_list.scss","file:///Users/ket/Documents/work/dsfr/src/component/tooltip/print.scss","file:///Users/ket/Documents/work/dsfr/src/component/tooltip/style/_print.scss"],"names":[],"mappings":"AAAA;;GAAA,ACOA,YACE,WAAA,CAYA,iKAAA,CADA,2BAAA,CAEA,6EAAA,CCoBE,8BAAA,CD9BF,aAAA,CEeA,gBAAA,CAGE,mBAAA,CCHE,kDAAA,CHXJ,SAAA,CIkBE,2BAfE,CJAJ,eAAA,CADA,6CAAA,CADA,kBKcF,CLPE,oCAEE,YAAA,CACA,SKQJ,CLJI,iCAGE,iDAAA,CIJA,oBAXA,CAWA,mBCUN,CC3BI,yBL6BA,qGAAA,CMpCA,yCAAA,CCQE,kCHmCN,CC/BQ,mDACE,8BLuBN,oeIWF,CC9BQ,iCLmBN,8dIcF,CACF,CIzCI;ECRI,cAAA;EAAA,cAAA,CLDR,CISI;ECRI,cAAA;EAAA,cAAA,CLER,CIMI;ECRI,cAAA;EAAA,cAAA,CLKR,CIGI;ECRI,cAAA;EAAA,cAAA,CLQR,CMNI,2DCAF,YXgCE,aAAA,CW/BA,iBP+DF,CQzDA,wBCAE,sDT8DF,CQ9DA,+CCME,4BAAA,CAEA,2BAAA,CADA,oBAAA,CXsCE,WAAA,CAHA,UEgCJ,CQ1EA,uBCAE,qDT0EF,CQ1EA,uFCAE,0DToFF,CU1BE,0DACE,oBV+BJ,CU5BE,0DXpDE,eARA,CAOA,YAPA,CAWA,cCmFJ,COrFM,gETuBF,iBEiEJ,CCvGE,yBL6BA,iDAAA,COhCI,YHoHN,CATF,CW/GA,aVIE,YLgCE,aAAA,CgBxCF,YZuIA,CC5HE,yBL6BA,iDIkGF,CACF,CMnII,+ELGA,yBEHI,YHuIN,CACF","file":"tooltip.min.css","sourcesContent":[null,"////\n/// Tooltip Module : tooltip\n/// @group tooltip\n////\n\n@use 'module/spacing';\n\n#{ns(tooltip)} {\n --arrow-x: 0;\n // TODO : Add Sass lint rule to allow decimal value into calc() function [https://stylelint.io/user-guide/rules/unit-no-unknown/]\n $decimalVUnity: 1.5v;\n display: block;\n @include max-width('min(96v, calc((100vw - 8v) * 2 / 3))');\n @include padding(2v 2v 5v);\n @include text-style(xs);\n opacity: 1;\n visibility: visible;\n transition: opacity 0s 0.15s, visibility 0s 0.15s;\n text-align: left;\n background-repeat: no-repeat;\n background-position: spacing.space(calc(50% + var(--arrow-x)) calc(100% - 2v)), spacing.space(calc(50% + var(--arrow-x)) calc(100% - $decimalVUnity)), spacing.space(50% calc(100% - 3v)), spacing.space(50% calc(100% - 3v));\n background-size: spacing.space(2v 1.5v), spacing.space(2v 1.5v), 100% 1px, spacing.space(100% calc(100% - 3v));\n\n &:not(&--shown) {\n // transition in/out\n display: none;\n opacity: 0;\n }\n\n &#{ns(placement)} {\n &--bottom {\n @include padding-top(5v);\n @include padding-bottom(2v);\n background-position-y: spacing.space('2v, 1.5v, 3v, 3v');\n }\n }\n}\n","@use 'sass:list';\n@use 'sass:map';\n@use 'module/legacy';\n@use 'module/media-query';\n@use 'module/spacing';\n@use 'module/specificity';\n@use 'module/string';\n@use 'module/utilities';\n@use '../variable/constant';\n@use '../function/box-shadow' as bs;\n@use '../function/colors';\n@use '../function/result';\n@use '../function/token';\n\n$COLOR: constant.$value;\n\n@mixin element($prop, $context, $tokens, $options: (), $value: $COLOR) {\n $legacy: map.get($options, legacy);\n $important: map.get($options, important);\n $hover: map.get($options, hover);\n $standalone: map.get($options, standalo