PromoCursed/node_modules/.cache/babel-loader/d39cbb94865cf2eed8a6b16c966ab5abf0671bcfed5461afa921c75a4e8c0cff.json
2024-08-20 23:25:37 +04:00

1 line
12 KiB
JSON

{"ast":null,"code":"import { unit } from '@ant-design/cssinjs';\nimport { resetComponent } from '../../style';\nimport { initZoomMotion } from '../../style/motion';\nimport getArrowStyle, { getArrowOffsetToken, MAX_VERTICAL_CONTENT_RADIUS } from '../../style/placementArrow';\nimport { getArrowToken } from '../../style/roundedArrow';\nimport { genPresetColor, genStyleHooks, mergeToken } from '../../theme/internal';\nconst genTooltipStyle = token => {\n const {\n componentCls,\n // ant-tooltip\n tooltipMaxWidth,\n tooltipColor,\n tooltipBg,\n tooltipBorderRadius,\n zIndexPopup,\n controlHeight,\n boxShadowSecondary,\n paddingSM,\n paddingXS\n } = token;\n return [{\n [componentCls]: Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token)), {\n position: 'absolute',\n zIndex: zIndexPopup,\n display: 'block',\n width: 'max-content',\n maxWidth: tooltipMaxWidth,\n visibility: 'visible',\n // When use `autoArrow`, origin will follow the arrow position\n '--valid-offset-x': 'var(--arrow-offset-horizontal, var(--arrow-x))',\n transformOrigin: [`var(--valid-offset-x, 50%)`, `var(--arrow-y, 50%)`].join(' '),\n '&-hidden': {\n display: 'none'\n },\n '--antd-arrow-background-color': tooltipBg,\n // Wrapper for the tooltip content\n [`${componentCls}-inner`]: {\n minWidth: '1em',\n minHeight: controlHeight,\n padding: `${unit(token.calc(paddingSM).div(2).equal())} ${unit(paddingXS)}`,\n color: tooltipColor,\n textAlign: 'start',\n textDecoration: 'none',\n wordWrap: 'break-word',\n backgroundColor: tooltipBg,\n borderRadius: tooltipBorderRadius,\n boxShadow: boxShadowSecondary,\n boxSizing: 'border-box'\n },\n // Limit left and right placement radius\n [[`&-placement-left`, `&-placement-leftTop`, `&-placement-leftBottom`, `&-placement-right`, `&-placement-rightTop`, `&-placement-rightBottom`].join(',')]: {\n [`${componentCls}-inner`]: {\n borderRadius: token.min(tooltipBorderRadius, MAX_VERTICAL_CONTENT_RADIUS)\n }\n },\n [`${componentCls}-content`]: {\n position: 'relative'\n }\n }), genPresetColor(token, (colorKey, _ref) => {\n let {\n darkColor\n } = _ref;\n return {\n [`&${componentCls}-${colorKey}`]: {\n [`${componentCls}-inner`]: {\n backgroundColor: darkColor\n },\n [`${componentCls}-arrow`]: {\n '--antd-arrow-background-color': darkColor\n }\n }\n };\n })), {\n // RTL\n '&-rtl': {\n direction: 'rtl'\n }\n })\n },\n // Arrow Style\n getArrowStyle(token, 'var(--antd-arrow-background-color)'),\n // Pure Render\n {\n [`${componentCls}-pure`]: {\n position: 'relative',\n maxWidth: 'none',\n margin: token.sizePopupArrow\n }\n }];\n};\n// ============================== Export ==============================\nexport const prepareComponentToken = token => Object.assign(Object.assign({\n zIndexPopup: token.zIndexPopupBase + 70\n}, getArrowOffsetToken({\n contentRadius: token.borderRadius,\n limitVerticalRadius: true\n})), getArrowToken(mergeToken(token, {\n borderRadiusOuter: Math.min(token.borderRadiusOuter, 4)\n})));\nexport default (function (prefixCls) {\n let injectStyle = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;\n const useStyle = genStyleHooks('Tooltip', token => {\n const {\n borderRadius,\n colorTextLightSolid,\n colorBgSpotlight\n } = token;\n const TooltipToken = mergeToken(token, {\n // default variables\n tooltipMaxWidth: 250,\n tooltipColor: colorTextLightSolid,\n tooltipBorderRadius: borderRadius,\n tooltipBg: colorBgSpotlight\n });\n return [genTooltipStyle(TooltipToken), initZoomMotion(token, 'zoom-big-fast')];\n }, prepareComponentToken, {\n resetStyle: false,\n // Popover use Tooltip as internal component. We do not need to handle this.\n injectStyle\n });\n return useStyle(prefixCls);\n});","map":{"version":3,"names":["unit","resetComponent","initZoomMotion","getArrowStyle","getArrowOffsetToken","MAX_VERTICAL_CONTENT_RADIUS","getArrowToken","genPresetColor","genStyleHooks","mergeToken","genTooltipStyle","token","componentCls","tooltipMaxWidth","tooltipColor","tooltipBg","tooltipBorderRadius","zIndexPopup","controlHeight","boxShadowSecondary","paddingSM","paddingXS","Object","assign","position","zIndex","display","width","maxWidth","visibility","transformOrigin","join","minWidth","minHeight","padding","calc","div","equal","color","textAlign","textDecoration","wordWrap","backgroundColor","borderRadius","boxShadow","boxSizing","min","colorKey","_ref","darkColor","direction","margin","sizePopupArrow","prepareComponentToken","zIndexPopupBase","contentRadius","limitVerticalRadius","borderRadiusOuter","Math","prefixCls","injectStyle","arguments","length","undefined","useStyle","colorTextLightSolid","colorBgSpotlight","TooltipToken","resetStyle"],"sources":["C:/Users/Аришина)/Desktop/promo/node_modules/antd/es/tooltip/style/index.js"],"sourcesContent":["import { unit } from '@ant-design/cssinjs';\nimport { resetComponent } from '../../style';\nimport { initZoomMotion } from '../../style/motion';\nimport getArrowStyle, { getArrowOffsetToken, MAX_VERTICAL_CONTENT_RADIUS } from '../../style/placementArrow';\nimport { getArrowToken } from '../../style/roundedArrow';\nimport { genPresetColor, genStyleHooks, mergeToken } from '../../theme/internal';\nconst genTooltipStyle = token => {\n const {\n componentCls,\n // ant-tooltip\n tooltipMaxWidth,\n tooltipColor,\n tooltipBg,\n tooltipBorderRadius,\n zIndexPopup,\n controlHeight,\n boxShadowSecondary,\n paddingSM,\n paddingXS\n } = token;\n return [{\n [componentCls]: Object.assign(Object.assign(Object.assign(Object.assign({}, resetComponent(token)), {\n position: 'absolute',\n zIndex: zIndexPopup,\n display: 'block',\n width: 'max-content',\n maxWidth: tooltipMaxWidth,\n visibility: 'visible',\n // When use `autoArrow`, origin will follow the arrow position\n '--valid-offset-x': 'var(--arrow-offset-horizontal, var(--arrow-x))',\n transformOrigin: [`var(--valid-offset-x, 50%)`, `var(--arrow-y, 50%)`].join(' '),\n '&-hidden': {\n display: 'none'\n },\n '--antd-arrow-background-color': tooltipBg,\n // Wrapper for the tooltip content\n [`${componentCls}-inner`]: {\n minWidth: '1em',\n minHeight: controlHeight,\n padding: `${unit(token.calc(paddingSM).div(2).equal())} ${unit(paddingXS)}`,\n color: tooltipColor,\n textAlign: 'start',\n textDecoration: 'none',\n wordWrap: 'break-word',\n backgroundColor: tooltipBg,\n borderRadius: tooltipBorderRadius,\n boxShadow: boxShadowSecondary,\n boxSizing: 'border-box'\n },\n // Limit left and right placement radius\n [[`&-placement-left`, `&-placement-leftTop`, `&-placement-leftBottom`, `&-placement-right`, `&-placement-rightTop`, `&-placement-rightBottom`].join(',')]: {\n [`${componentCls}-inner`]: {\n borderRadius: token.min(tooltipBorderRadius, MAX_VERTICAL_CONTENT_RADIUS)\n }\n },\n [`${componentCls}-content`]: {\n position: 'relative'\n }\n }), genPresetColor(token, (colorKey, _ref) => {\n let {\n darkColor\n } = _ref;\n return {\n [`&${componentCls}-${colorKey}`]: {\n [`${componentCls}-inner`]: {\n backgroundColor: darkColor\n },\n [`${componentCls}-arrow`]: {\n '--antd-arrow-background-color': darkColor\n }\n }\n };\n })), {\n // RTL\n '&-rtl': {\n direction: 'rtl'\n }\n })\n },\n // Arrow Style\n getArrowStyle(token, 'var(--antd-arrow-background-color)'),\n // Pure Render\n {\n [`${componentCls}-pure`]: {\n position: 'relative',\n maxWidth: 'none',\n margin: token.sizePopupArrow\n }\n }];\n};\n// ============================== Export ==============================\nexport const prepareComponentToken = token => Object.assign(Object.assign({\n zIndexPopup: token.zIndexPopupBase + 70\n}, getArrowOffsetToken({\n contentRadius: token.borderRadius,\n limitVerticalRadius: true\n})), getArrowToken(mergeToken(token, {\n borderRadiusOuter: Math.min(token.borderRadiusOuter, 4)\n})));\nexport default (function (prefixCls) {\n let injectStyle = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;\n const useStyle = genStyleHooks('Tooltip', token => {\n const {\n borderRadius,\n colorTextLightSolid,\n colorBgSpotlight\n } = token;\n const TooltipToken = mergeToken(token, {\n // default variables\n tooltipMaxWidth: 250,\n tooltipColor: colorTextLightSolid,\n tooltipBorderRadius: borderRadius,\n tooltipBg: colorBgSpotlight\n });\n return [genTooltipStyle(TooltipToken), initZoomMotion(token, 'zoom-big-fast')];\n }, prepareComponentToken, {\n resetStyle: false,\n // Popover use Tooltip as internal component. We do not need to handle this.\n injectStyle\n });\n return useStyle(prefixCls);\n});"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}