@jesscss/fns 1.0.8-alpha.8 → 2.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -5
- package/lib/__tests__/color-adjustments.test.d.ts +1 -0
- package/lib/__tests__/color-adjustments.test.js +137 -0
- package/lib/__tests__/color-adjustments.test.js.map +1 -0
- package/lib/__tests__/color-components.test.d.ts +1 -0
- package/lib/__tests__/color-components.test.js +76 -0
- package/lib/__tests__/color-components.test.js.map +1 -0
- package/lib/__tests__/color.test.d.ts +1 -0
- package/lib/__tests__/color.test.js +41 -0
- package/lib/__tests__/color.test.js.map +1 -0
- package/lib/__tests__/floor.test.d.ts +1 -0
- package/lib/__tests__/floor.test.js +38 -0
- package/lib/__tests__/floor.test.js.map +1 -0
- package/lib/__tests__/iif.d.ts +1 -0
- package/lib/__tests__/iif.js +38 -0
- package/lib/__tests__/iif.test.d.ts +1 -0
- package/lib/__tests__/iif.test.js +34 -0
- package/lib/__tests__/iif.test.js.map +1 -0
- package/lib/__tests__/math.d.ts +1 -0
- package/lib/__tests__/math.js +45 -0
- package/lib/__tests__/math.test.d.ts +1 -0
- package/lib/__tests__/math.test.js +46 -0
- package/lib/__tests__/math.test.js.map +1 -0
- package/lib/conversions.d.ts +46 -0
- package/lib/conversions.js +142 -0
- package/lib/conversions.js.map +1 -0
- package/lib/index.d.ts +1 -5
- package/lib/index.js +3 -17
- package/lib/index.js.map +1 -0
- package/lib/less/__tests__/advanced-blend-modes.test.d.ts +1 -0
- package/lib/less/__tests__/advanced-blend-modes.test.js +29 -0
- package/lib/less/__tests__/advanced-blend-modes.test.js.map +1 -0
- package/lib/less/__tests__/alpha-adjustments.test.d.ts +1 -0
- package/lib/less/__tests__/alpha-adjustments.test.js +36 -0
- package/lib/less/__tests__/alpha-adjustments.test.js.map +1 -0
- package/lib/less/__tests__/argb.test.d.ts +1 -0
- package/lib/less/__tests__/argb.test.js +15 -0
- package/lib/less/__tests__/argb.test.js.map +1 -0
- package/lib/less/__tests__/blend-modes.test.d.ts +1 -0
- package/lib/less/__tests__/blend-modes.test.js +27 -0
- package/lib/less/__tests__/blend-modes.test.js.map +1 -0
- package/lib/less/__tests__/contrast.test.d.ts +1 -0
- package/lib/less/__tests__/contrast.test.js +29 -0
- package/lib/less/__tests__/contrast.test.js.map +1 -0
- package/lib/less/__tests__/convert.test.d.ts +1 -0
- package/lib/less/__tests__/convert.test.js +25 -0
- package/lib/less/__tests__/convert.test.js.map +1 -0
- package/lib/less/__tests__/e.test.d.ts +1 -0
- package/lib/less/__tests__/e.test.js +12 -0
- package/lib/less/__tests__/e.test.js.map +1 -0
- package/lib/less/__tests__/extract.test.d.ts +1 -0
- package/lib/less/__tests__/extract.test.js +32 -0
- package/lib/less/__tests__/extract.test.js.map +1 -0
- package/lib/less/__tests__/format.test.d.ts +1 -0
- package/lib/less/__tests__/format.test.js +20 -0
- package/lib/less/__tests__/format.test.js.map +1 -0
- package/lib/less/__tests__/get-unit.test.d.ts +1 -0
- package/lib/less/__tests__/get-unit.test.js +15 -0
- package/lib/less/__tests__/get-unit.test.js.map +1 -0
- package/lib/less/__tests__/hsl-branches.test.d.ts +1 -0
- package/lib/less/__tests__/hsl-branches.test.js +27 -0
- package/lib/less/__tests__/hsl-branches.test.js.map +1 -0
- package/lib/less/__tests__/hsl-relative-errors.test.d.ts +1 -0
- package/lib/less/__tests__/hsl-relative-errors.test.js +97 -0
- package/lib/less/__tests__/hsl-relative-errors.test.js.map +1 -0
- package/lib/less/__tests__/hsla-fallback.test.d.ts +1 -0
- package/lib/less/__tests__/hsla-fallback.test.js +29 -0
- package/lib/less/__tests__/hsla-fallback.test.js.map +1 -0
- package/lib/less/__tests__/hsv-family.test.d.ts +1 -0
- package/lib/less/__tests__/hsv-family.test.js +43 -0
- package/lib/less/__tests__/hsv-family.test.js.map +1 -0
- package/lib/less/__tests__/isdefined.test.d.ts +1 -0
- package/lib/less/__tests__/isdefined.test.js +18 -0
- package/lib/less/__tests__/isdefined.test.js.map +1 -0
- package/lib/less/__tests__/isruleset.test.d.ts +1 -0
- package/lib/less/__tests__/isruleset.test.js +22 -0
- package/lib/less/__tests__/isruleset.test.js.map +1 -0
- package/lib/less/__tests__/length.test.d.ts +1 -0
- package/lib/less/__tests__/length.test.js +16 -0
- package/lib/less/__tests__/length.test.js.map +1 -0
- package/lib/less/__tests__/luma-luminance-hsv-channels.test.d.ts +1 -0
- package/lib/less/__tests__/luma-luminance-hsv-channels.test.js +35 -0
- package/lib/less/__tests__/luma-luminance-hsv-channels.test.js.map +1 -0
- package/lib/less/__tests__/max.test.d.ts +1 -0
- package/lib/less/__tests__/max.test.js +35 -0
- package/lib/less/__tests__/max.test.js.map +1 -0
- package/lib/less/__tests__/min.test.d.ts +1 -0
- package/lib/less/__tests__/min.test.js +37 -0
- package/lib/less/__tests__/min.test.js.map +1 -0
- package/lib/less/__tests__/mix.test.d.ts +1 -0
- package/lib/less/__tests__/mix.test.js +25 -0
- package/lib/less/__tests__/mix.test.js.map +1 -0
- package/lib/less/__tests__/mod.test.d.ts +1 -0
- package/lib/less/__tests__/mod.test.js +11 -0
- package/lib/less/__tests__/mod.test.js.map +1 -0
- package/lib/less/__tests__/percentage.test.d.ts +1 -0
- package/lib/less/__tests__/percentage.test.js +12 -0
- package/lib/less/__tests__/percentage.test.js.map +1 -0
- package/lib/less/__tests__/pow.test.d.ts +1 -0
- package/lib/less/__tests__/pow.test.js +11 -0
- package/lib/less/__tests__/pow.test.js.map +1 -0
- package/lib/less/__tests__/reexports-smoke.test.d.ts +1 -0
- package/lib/less/__tests__/reexports-smoke.test.js +26 -0
- package/lib/less/__tests__/reexports-smoke.test.js.map +1 -0
- package/lib/less/__tests__/replace.test.d.ts +1 -0
- package/lib/less/__tests__/replace.test.js +22 -0
- package/lib/less/__tests__/replace.test.js.map +1 -0
- package/lib/less/__tests__/rgb-relative-errors.test.d.ts +1 -0
- package/lib/less/__tests__/rgb-relative-errors.test.js +98 -0
- package/lib/less/__tests__/rgb-relative-errors.test.js.map +1 -0
- package/lib/less/__tests__/rgb-rgba-branches.test.d.ts +1 -0
- package/lib/less/__tests__/rgb-rgba-branches.test.js +49 -0
- package/lib/less/__tests__/rgb-rgba-branches.test.js.map +1 -0
- package/lib/less/__tests__/rgba-fallback.test.d.ts +1 -0
- package/lib/less/__tests__/rgba-fallback.test.js +29 -0
- package/lib/less/__tests__/rgba-fallback.test.js.map +1 -0
- package/lib/less/__tests__/shade.test.d.ts +1 -0
- package/lib/less/__tests__/shade.test.js +19 -0
- package/lib/less/__tests__/shade.test.js.map +1 -0
- package/lib/less/__tests__/spin.test.d.ts +1 -0
- package/lib/less/__tests__/spin.test.js +26 -0
- package/lib/less/__tests__/spin.test.js.map +1 -0
- package/lib/less/__tests__/tint.test.d.ts +1 -0
- package/lib/less/__tests__/tint.test.js +19 -0
- package/lib/less/__tests__/tint.test.js.map +1 -0
- package/lib/less/__tests__/types.test.d.ts +1 -0
- package/lib/less/__tests__/types.test.js +28 -0
- package/lib/less/__tests__/types.test.js.map +1 -0
- package/lib/less/__tests__/unit.test.d.ts +1 -0
- package/lib/less/__tests__/unit.test.js +17 -0
- package/lib/less/__tests__/unit.test.js.map +1 -0
- package/lib/less/abs.d.ts +7 -0
- package/lib/less/abs.js +8 -0
- package/lib/less/abs.js.map +1 -0
- package/lib/less/acos.d.ts +440 -0
- package/lib/less/acos.js +3 -0
- package/lib/less/acos.js.map +1 -0
- package/lib/less/alpha.d.ts +7 -0
- package/lib/less/alpha.js +8 -0
- package/lib/less/alpha.js.map +1 -0
- package/lib/less/argb.d.ts +441 -0
- package/lib/less/argb.js +17 -0
- package/lib/less/argb.js.map +1 -0
- package/lib/less/asin.d.ts +440 -0
- package/lib/less/asin.js +3 -0
- package/lib/less/asin.js.map +1 -0
- package/lib/less/atan.d.ts +440 -0
- package/lib/less/atan.js +3 -0
- package/lib/less/atan.js.map +1 -0
- package/lib/less/average.d.ts +601 -0
- package/lib/less/average.js +17 -0
- package/lib/less/average.js.map +1 -0
- package/lib/less/blue.d.ts +7 -0
- package/lib/less/blue.js +8 -0
- package/lib/less/blue.js.map +1 -0
- package/lib/less/ceil.d.ts +7 -0
- package/lib/less/ceil.js +8 -0
- package/lib/less/ceil.js.map +1 -0
- package/lib/less/color.d.ts +441 -0
- package/lib/less/color.js +33 -0
- package/lib/less/color.js.map +1 -0
- package/lib/less/contrast.d.ts +1427 -0
- package/lib/less/contrast.js +57 -0
- package/lib/less/contrast.js.map +1 -0
- package/lib/less/convert.d.ts +600 -0
- package/lib/less/convert.js +45 -0
- package/lib/less/convert.js.map +1 -0
- package/lib/less/cos.d.ts +440 -0
- package/lib/less/cos.js +3 -0
- package/lib/less/cos.js.map +1 -0
- package/lib/less/darken.d.ts +980 -0
- package/lib/less/darken.js +29 -0
- package/lib/less/darken.js.map +1 -0
- package/lib/less/desaturate.d.ts +980 -0
- package/lib/less/desaturate.js +29 -0
- package/lib/less/desaturate.js.map +1 -0
- package/lib/less/difference.d.ts +601 -0
- package/lib/less/difference.js +18 -0
- package/lib/less/difference.js.map +1 -0
- package/lib/less/e.d.ts +444 -0
- package/lib/less/e.js +17 -0
- package/lib/less/e.js.map +1 -0
- package/lib/less/each.d.ts +615 -0
- package/lib/less/each.js +64 -0
- package/lib/less/each.js.map +1 -0
- package/lib/less/exclusion.d.ts +601 -0
- package/lib/less/exclusion.js +18 -0
- package/lib/less/exclusion.js.map +1 -0
- package/lib/less/extract.d.ts +625 -0
- package/lib/less/extract.js +43 -0
- package/lib/less/extract.js.map +1 -0
- package/lib/less/fade.d.ts +600 -0
- package/lib/less/fade.js +28 -0
- package/lib/less/fade.js.map +1 -0
- package/lib/less/fadein.d.ts +980 -0
- package/lib/less/fadein.js +37 -0
- package/lib/less/fadein.js.map +1 -0
- package/lib/less/fadeout.d.ts +980 -0
- package/lib/less/fadeout.js +36 -0
- package/lib/less/fadeout.js.map +1 -0
- package/lib/less/floor.d.ts +7 -0
- package/lib/less/floor.js +8 -0
- package/lib/less/floor.js.map +1 -0
- package/lib/less/format.d.ts +1821 -0
- package/lib/less/format.js +44 -0
- package/lib/less/format.js.map +1 -0
- package/lib/less/get-unit.d.ts +441 -0
- package/lib/less/get-unit.js +11 -0
- package/lib/less/get-unit.js.map +1 -0
- package/lib/less/green.d.ts +7 -0
- package/lib/less/green.js +8 -0
- package/lib/less/green.js.map +1 -0
- package/lib/less/greyscale.d.ts +441 -0
- package/lib/less/greyscale.js +18 -0
- package/lib/less/greyscale.js.map +1 -0
- package/lib/less/hardlight.d.ts +601 -0
- package/lib/less/hardlight.js +19 -0
- package/lib/less/hardlight.js.map +1 -0
- package/lib/less/hsl.d.ts +1063 -0
- package/lib/less/hsl.js +257 -0
- package/lib/less/hsl.js.map +1 -0
- package/lib/less/hsla.d.ts +354 -0
- package/lib/less/hsla.js +31 -0
- package/lib/less/hsla.js.map +1 -0
- package/lib/less/hsv.d.ts +723 -0
- package/lib/less/hsv.js +20 -0
- package/lib/less/hsv.js.map +1 -0
- package/lib/less/hsva.d.ts +991 -0
- package/lib/less/hsva.js +53 -0
- package/lib/less/hsva.js.map +1 -0
- package/lib/less/hsvhue.d.ts +441 -0
- package/lib/less/hsvhue.js +11 -0
- package/lib/less/hsvhue.js.map +1 -0
- package/lib/less/hsvsaturation.d.ts +441 -0
- package/lib/less/hsvsaturation.js +12 -0
- package/lib/less/hsvsaturation.js.map +1 -0
- package/lib/less/hsvvalue.d.ts +441 -0
- package/lib/less/hsvvalue.js +11 -0
- package/lib/less/hsvvalue.js.map +1 -0
- package/lib/less/hue.d.ts +441 -0
- package/lib/less/hue.js +11 -0
- package/lib/less/hue.js.map +1 -0
- package/lib/less/iif.d.ts +1033 -0
- package/lib/less/iif.js +30 -0
- package/lib/less/iif.js.map +1 -0
- package/lib/less/index.d.ts +75 -0
- package/lib/less/index.js +76 -0
- package/lib/less/index.js.map +1 -0
- package/lib/less/isdefined.d.ts +466 -0
- package/lib/less/isdefined.js +21 -0
- package/lib/less/isdefined.js.map +1 -0
- package/lib/less/isruleset.d.ts +466 -0
- package/lib/less/isruleset.js +24 -0
- package/lib/less/isruleset.js.map +1 -0
- package/lib/less/length.d.ts +441 -0
- package/lib/less/length.js +21 -0
- package/lib/less/length.js.map +1 -0
- package/lib/less/lighten.d.ts +980 -0
- package/lib/less/lighten.js +29 -0
- package/lib/less/lighten.js.map +1 -0
- package/lib/less/lightness.d.ts +441 -0
- package/lib/less/lightness.js +11 -0
- package/lib/less/lightness.js.map +1 -0
- package/lib/less/luma.d.ts +441 -0
- package/lib/less/luma.js +14 -0
- package/lib/less/luma.js.map +1 -0
- package/lib/less/luminance.d.ts +441 -0
- package/lib/less/luminance.js +16 -0
- package/lib/less/luminance.js.map +1 -0
- package/lib/less/math-factory.d.ts +774 -0
- package/lib/less/math-factory.js +18 -0
- package/lib/less/math-factory.js.map +1 -0
- package/lib/less/mathv1.d.ts +0 -0
- package/lib/less/mathv1.js +209 -0
- package/lib/less/mathv1.js.map +1 -0
- package/lib/less/max.d.ts +466 -0
- package/lib/less/max.js +85 -0
- package/lib/less/max.js.map +1 -0
- package/lib/less/min.d.ts +466 -0
- package/lib/less/min.js +85 -0
- package/lib/less/min.js.map +1 -0
- package/lib/less/mix.d.ts +980 -0
- package/lib/less/mix.js +39 -0
- package/lib/less/mix.js.map +1 -0
- package/lib/less/mod.d.ts +600 -0
- package/lib/less/mod.js +16 -0
- package/lib/less/mod.js.map +1 -0
- package/lib/less/multiply.d.ts +601 -0
- package/lib/less/multiply.js +18 -0
- package/lib/less/multiply.js.map +1 -0
- package/lib/less/negation.d.ts +601 -0
- package/lib/less/negation.js +18 -0
- package/lib/less/negation.js.map +1 -0
- package/lib/less/overlay.d.ts +601 -0
- package/lib/less/overlay.js +23 -0
- package/lib/less/overlay.js.map +1 -0
- package/lib/less/percentage.d.ts +441 -0
- package/lib/less/percentage.js +11 -0
- package/lib/less/percentage.js.map +1 -0
- package/lib/less/pi.d.ts +332 -0
- package/lib/less/pi.js +3 -0
- package/lib/less/pi.js.map +1 -0
- package/lib/less/pow.d.ts +600 -0
- package/lib/less/pow.js +16 -0
- package/lib/less/pow.js.map +1 -0
- package/lib/less/range.d.ts +1038 -0
- package/lib/less/range.js +40 -0
- package/lib/less/range.js.map +1 -0
- package/lib/less/red.d.ts +7 -0
- package/lib/less/red.js +8 -0
- package/lib/less/red.js.map +1 -0
- package/lib/less/replace.d.ts +1264 -0
- package/lib/less/replace.js +32 -0
- package/lib/less/replace.js.map +1 -0
- package/lib/less/rgb.d.ts +1063 -0
- package/lib/less/rgb.js +266 -0
- package/lib/less/rgb.js.map +1 -0
- package/lib/less/rgba.d.ts +354 -0
- package/lib/less/rgba.js +31 -0
- package/lib/less/rgba.js.map +1 -0
- package/lib/less/round.d.ts +7 -0
- package/lib/less/round.js +8 -0
- package/lib/less/round.js.map +1 -0
- package/lib/less/saturate.d.ts +980 -0
- package/lib/less/saturate.js +29 -0
- package/lib/less/saturate.js.map +1 -0
- package/lib/less/saturation.d.ts +441 -0
- package/lib/less/saturation.js +12 -0
- package/lib/less/saturation.js.map +1 -0
- package/lib/less/screen.d.ts +601 -0
- package/lib/less/screen.js +18 -0
- package/lib/less/screen.js.map +1 -0
- package/lib/less/shade.d.ts +600 -0
- package/lib/less/shade.js +26 -0
- package/lib/less/shade.js.map +1 -0
- package/lib/less/sin.d.ts +440 -0
- package/lib/less/sin.js +3 -0
- package/lib/less/sin.js.map +1 -0
- package/lib/less/softlight.d.ts +601 -0
- package/lib/less/softlight.js +25 -0
- package/lib/less/softlight.js.map +1 -0
- package/lib/less/spin.d.ts +600 -0
- package/lib/less/spin.js +22 -0
- package/lib/less/spin.js.map +1 -0
- package/lib/less/sqrt.d.ts +440 -0
- package/lib/less/sqrt.js +3 -0
- package/lib/less/sqrt.js.map +1 -0
- package/lib/less/tan.d.ts +440 -0
- package/lib/less/tan.js +3 -0
- package/lib/less/tan.js.map +1 -0
- package/lib/less/tint.d.ts +600 -0
- package/lib/less/tint.js +26 -0
- package/lib/less/tint.js.map +1 -0
- package/lib/less/types.d.ts +4112 -0
- package/lib/less/types.js +53 -0
- package/lib/less/types.js.map +1 -0
- package/lib/less/unit.d.ts +753 -0
- package/lib/less/unit.js +20 -0
- package/lib/less/unit.js.map +1 -0
- package/lib/sass/__tests__/hsl-channels.test.d.ts +1 -0
- package/lib/sass/__tests__/hsl-channels.test.js +85 -0
- package/lib/sass/__tests__/hsl-channels.test.js.map +1 -0
- package/lib/sass/__tests__/list-advanced.test.d.ts +1 -0
- package/lib/sass/__tests__/list-advanced.test.js +157 -0
- package/lib/sass/__tests__/list-advanced.test.js.map +1 -0
- package/lib/sass/__tests__/list-functions.test.d.ts +1 -0
- package/lib/sass/__tests__/list-functions.test.js +153 -0
- package/lib/sass/__tests__/list-functions.test.js.map +1 -0
- package/lib/sass/__tests__/map-functions.test.d.ts +1 -0
- package/lib/sass/__tests__/map-functions.test.js +208 -0
- package/lib/sass/__tests__/map-functions.test.js.map +1 -0
- package/lib/sass/__tests__/math-functions.test.d.ts +1 -0
- package/lib/sass/__tests__/math-functions.test.js +73 -0
- package/lib/sass/__tests__/math-functions.test.js.map +1 -0
- package/lib/sass/__tests__/math-remaining.test.d.ts +1 -0
- package/lib/sass/__tests__/math-remaining.test.js +113 -0
- package/lib/sass/__tests__/math-remaining.test.js.map +1 -0
- package/lib/sass/__tests__/opacity.test.d.ts +1 -0
- package/lib/sass/__tests__/opacity.test.js +53 -0
- package/lib/sass/__tests__/opacity.test.js.map +1 -0
- package/lib/sass/__tests__/string-functions.test.d.ts +1 -0
- package/lib/sass/__tests__/string-functions.test.js +109 -0
- package/lib/sass/__tests__/string-functions.test.js.map +1 -0
- package/lib/sass/__tests__/string-remaining.test.d.ts +1 -0
- package/lib/sass/__tests__/string-remaining.test.js +131 -0
- package/lib/sass/__tests__/string-remaining.test.js.map +1 -0
- package/lib/sass/adjust-hue.d.ts +10 -0
- package/lib/sass/adjust-hue.js +11 -0
- package/lib/sass/adjust-hue.js.map +1 -0
- package/lib/sass/color/index.d.ts +22 -0
- package/lib/sass/color/index.js +43 -0
- package/lib/sass/color/index.js.map +1 -0
- package/lib/sass/color/red.d.ts +7 -0
- package/lib/sass/color/red.js +8 -0
- package/lib/sass/color/red.js.map +1 -0
- package/lib/sass/compatible.d.ts +610 -0
- package/lib/sass/compatible.js +62 -0
- package/lib/sass/compatible.js.map +1 -0
- package/lib/sass/complement.d.ts +450 -0
- package/lib/sass/complement.js +28 -0
- package/lib/sass/complement.js.map +1 -0
- package/lib/sass/fade-in.d.ts +10 -0
- package/lib/sass/fade-in.js +11 -0
- package/lib/sass/fade-in.js.map +1 -0
- package/lib/sass/fade-out.d.ts +10 -0
- package/lib/sass/fade-out.js +11 -0
- package/lib/sass/fade-out.js.map +1 -0
- package/lib/sass/grayscale.d.ts +10 -0
- package/lib/sass/grayscale.js +11 -0
- package/lib/sass/grayscale.js.map +1 -0
- package/lib/sass/hue.d.ts +450 -0
- package/lib/sass/hue.js +24 -0
- package/lib/sass/hue.js.map +1 -0
- package/lib/sass/ie-hex-str.d.ts +10 -0
- package/lib/sass/ie-hex-str.js +11 -0
- package/lib/sass/ie-hex-str.js.map +1 -0
- package/lib/sass/index.d.ts +64 -0
- package/lib/sass/index.js +90 -0
- package/lib/sass/index.js.map +1 -0
- package/lib/sass/invert.d.ts +813 -0
- package/lib/sass/invert.js +36 -0
- package/lib/sass/invert.js.map +1 -0
- package/lib/sass/lightness.d.ts +450 -0
- package/lib/sass/lightness.js +24 -0
- package/lib/sass/lightness.js.map +1 -0
- package/lib/sass/list/append.d.ts +989 -0
- package/lib/sass/list/append.js +54 -0
- package/lib/sass/list/append.js.map +1 -0
- package/lib/sass/list/index.d.ts +21 -0
- package/lib/sass/list/index.js +24 -0
- package/lib/sass/list/index.js.map +1 -0
- package/lib/sass/list/is-bracketed.d.ts +450 -0
- package/lib/sass/list/is-bracketed.js +30 -0
- package/lib/sass/list/is-bracketed.js.map +1 -0
- package/lib/sass/list/join.d.ts +1354 -0
- package/lib/sass/list/join.js +66 -0
- package/lib/sass/list/join.js.map +1 -0
- package/lib/sass/list/length.d.ts +450 -0
- package/lib/sass/list/length.js +22 -0
- package/lib/sass/list/length.js.map +1 -0
- package/lib/sass/list/list-index.d.ts +609 -0
- package/lib/sass/list/list-index.js +49 -0
- package/lib/sass/list/list-index.js.map +1 -0
- package/lib/sass/list/nth.d.ts +634 -0
- package/lib/sass/list/nth.js +36 -0
- package/lib/sass/list/nth.js.map +1 -0
- package/lib/sass/list/separator.d.ts +451 -0
- package/lib/sass/list/separator.js +36 -0
- package/lib/sass/list/separator.js.map +1 -0
- package/lib/sass/list/set-nth.d.ts +756 -0
- package/lib/sass/list/set-nth.js +42 -0
- package/lib/sass/list/set-nth.js.map +1 -0
- package/lib/sass/list/zip.d.ts +474 -0
- package/lib/sass/list/zip.js +46 -0
- package/lib/sass/list/zip.js.map +1 -0
- package/lib/sass/map/get.d.ts +757 -0
- package/lib/sass/map/get.js +79 -0
- package/lib/sass/map/get.js.map +1 -0
- package/lib/sass/map/has-key.d.ts +757 -0
- package/lib/sass/map/has-key.js +76 -0
- package/lib/sass/map/has-key.js.map +1 -0
- package/lib/sass/map/index.d.ts +19 -0
- package/lib/sass/map/index.js +23 -0
- package/lib/sass/map/index.js.map +1 -0
- package/lib/sass/map/keys.d.ts +449 -0
- package/lib/sass/map/keys.js +39 -0
- package/lib/sass/map/keys.js.map +1 -0
- package/lib/sass/map/merge.d.ts +608 -0
- package/lib/sass/map/merge.js +54 -0
- package/lib/sass/map/merge.js.map +1 -0
- package/lib/sass/map/remove.d.ts +633 -0
- package/lib/sass/map/remove.js +41 -0
- package/lib/sass/map/remove.js.map +1 -0
- package/lib/sass/map/set.d.ts +731 -0
- package/lib/sass/map/set.js +72 -0
- package/lib/sass/map/set.js.map +1 -0
- package/lib/sass/map/values.d.ts +449 -0
- package/lib/sass/map/values.js +30 -0
- package/lib/sass/map/values.js.map +1 -0
- package/lib/sass/math/abs.d.ts +7 -0
- package/lib/sass/math/abs.js +8 -0
- package/lib/sass/math/abs.js.map +1 -0
- package/lib/sass/math/index.d.ts +18 -0
- package/lib/sass/math/index.js +43 -0
- package/lib/sass/math/index.js.map +1 -0
- package/lib/sass/opacify.d.ts +11 -0
- package/lib/sass/opacify.js +12 -0
- package/lib/sass/opacify.js.map +1 -0
- package/lib/sass/opacity.d.ts +451 -0
- package/lib/sass/opacity.js +33 -0
- package/lib/sass/opacity.js.map +1 -0
- package/lib/sass/percentage.d.ts +449 -0
- package/lib/sass/percentage.js +26 -0
- package/lib/sass/percentage.js.map +1 -0
- package/lib/sass/quote.d.ts +449 -0
- package/lib/sass/quote.js +27 -0
- package/lib/sass/quote.js.map +1 -0
- package/lib/sass/random.d.ts +534 -0
- package/lib/sass/random.js +37 -0
- package/lib/sass/random.js.map +1 -0
- package/lib/sass/saturation.d.ts +450 -0
- package/lib/sass/saturation.js +24 -0
- package/lib/sass/saturation.js.map +1 -0
- package/lib/sass/str-index.d.ts +609 -0
- package/lib/sass/str-index.js +34 -0
- package/lib/sass/str-index.js.map +1 -0
- package/lib/sass/str-insert.d.ts +756 -0
- package/lib/sass/str-insert.js +61 -0
- package/lib/sass/str-insert.js.map +1 -0
- package/lib/sass/str-slice.d.ts +1039 -0
- package/lib/sass/str-slice.js +95 -0
- package/lib/sass/str-slice.js.map +1 -0
- package/lib/sass/string/index.d.ts +18 -0
- package/lib/sass/string/index.js +25 -0
- package/lib/sass/string/index.js.map +1 -0
- package/lib/sass/string/length.d.ts +450 -0
- package/lib/sass/string/length.js +32 -0
- package/lib/sass/string/length.js.map +1 -0
- package/lib/sass/to-lower-case.d.ts +449 -0
- package/lib/sass/to-lower-case.js +23 -0
- package/lib/sass/to-lower-case.js.map +1 -0
- package/lib/sass/to-upper-case.d.ts +449 -0
- package/lib/sass/to-upper-case.js +23 -0
- package/lib/sass/to-upper-case.js.map +1 -0
- package/lib/sass/transparentize.d.ts +11 -0
- package/lib/sass/transparentize.js +12 -0
- package/lib/sass/transparentize.js.map +1 -0
- package/lib/sass/unique-id.d.ts +341 -0
- package/lib/sass/unique-id.js +23 -0
- package/lib/sass/unique-id.js.map +1 -0
- package/lib/sass/unit.d.ts +762 -0
- package/lib/sass/unit.js +37 -0
- package/lib/sass/unit.js.map +1 -0
- package/lib/sass/unitless.d.ts +450 -0
- package/lib/sass/unitless.js +23 -0
- package/lib/sass/unitless.js.map +1 -0
- package/lib/sass/unquote.d.ts +449 -0
- package/lib/sass/unquote.js +27 -0
- package/lib/sass/unquote.js.map +1 -0
- package/lib/shared/color/alpha.d.ts +441 -0
- package/lib/shared/color/alpha.js +10 -0
- package/lib/shared/color/alpha.js.map +1 -0
- package/lib/shared/color/blue.d.ts +441 -0
- package/lib/shared/color/blue.js +10 -0
- package/lib/shared/color/blue.js.map +1 -0
- package/lib/shared/color/green.d.ts +441 -0
- package/lib/shared/color/green.js +10 -0
- package/lib/shared/color/green.js.map +1 -0
- package/lib/shared/color/red.d.ts +441 -0
- package/lib/shared/color/red.js +10 -0
- package/lib/shared/color/red.js.map +1 -0
- package/lib/shared/index.d.ts +16 -0
- package/lib/shared/index.js +19 -0
- package/lib/shared/index.js.map +1 -0
- package/lib/shared/math/__tests__/max.test.d.ts +1 -0
- package/lib/shared/math/__tests__/max.test.js +12 -0
- package/lib/shared/math/__tests__/max.test.js.map +1 -0
- package/lib/shared/math/__tests__/min.test.d.ts +1 -0
- package/lib/shared/math/__tests__/min.test.js +12 -0
- package/lib/shared/math/__tests__/min.test.js.map +1 -0
- package/lib/shared/math/__tests__/round.test.d.ts +1 -0
- package/lib/shared/math/__tests__/round.test.js +10 -0
- package/lib/shared/math/__tests__/round.test.js.map +1 -0
- package/lib/shared/math/abs.d.ts +441 -0
- package/lib/shared/math/abs.js +11 -0
- package/lib/shared/math/abs.js.map +1 -0
- package/lib/shared/math/ceil.d.ts +441 -0
- package/lib/shared/math/ceil.js +11 -0
- package/lib/shared/math/ceil.js.map +1 -0
- package/lib/shared/math/floor.d.ts +441 -0
- package/lib/shared/math/floor.js +11 -0
- package/lib/shared/math/floor.js.map +1 -0
- package/lib/shared/math/max.d.ts +469 -0
- package/lib/shared/math/max.js +22 -0
- package/lib/shared/math/max.js.map +1 -0
- package/lib/shared/math/min.d.ts +469 -0
- package/lib/shared/math/min.js +22 -0
- package/lib/shared/math/min.js.map +1 -0
- package/lib/shared/math/round.d.ts +778 -0
- package/lib/shared/math/round.js +17 -0
- package/lib/shared/math/round.js.map +1 -0
- package/lib/util/colorHelper.d.ts +2 -0
- package/lib/util/colorHelper.js +32 -0
- package/lib/util/colorHelper.js.map +1 -0
- package/lib/util/get-color-func-values.d.ts +5 -0
- package/lib/util/get-color-func-values.js +28 -0
- package/lib/util/get-color-func-values.js.map +1 -0
- package/lib/util/get-hsla.d.ts +10 -0
- package/lib/util/get-hsla.js +38 -0
- package/lib/util/get-hsla.js.map +1 -0
- package/lib/util/get-luma.d.ts +2 -0
- package/lib/util/get-luma.js +10 -0
- package/lib/util/get-luma.js.map +1 -0
- package/lib/util/index.d.ts +5 -0
- package/lib/util/index.js +17 -0
- package/lib/util/index.js.map +1 -0
- package/lib/util/mathHelper.d.ts +4 -0
- package/lib/util/mathHelper.js +45 -0
- package/lib/util/mathHelper.js.map +1 -0
- package/lib/util/number.d.ts +4 -0
- package/lib/util/number.js +23 -0
- package/lib/util/number.js.map +1 -0
- package/lib/util/relative-color.d.ts +54 -0
- package/lib/util/relative-color.js +268 -0
- package/lib/util/relative-color.js.map +1 -0
- package/lib/util/serialize-node.d.ts +2 -0
- package/lib/util/serialize-node.js +8 -0
- package/lib/util/serialize-node.js.map +1 -0
- package/lib/util/to-hsl.d.ts +7 -0
- package/lib/util/to-hsl.js +6 -0
- package/lib/util/to-hsl.js.map +1 -0
- package/lib/util/to-hsv.d.ts +7 -0
- package/lib/util/to-hsv.js +73 -0
- package/lib/util/to-hsv.js.map +1 -0
- package/package.json +39 -16
- package/lib/color-blending.d.ts +0 -9
- package/lib/color-blending.js +0 -83
- package/lib/color.d.ts +0 -42
- package/lib/color.js +0 -407
- package/lib/each.d.ts +0 -14
- package/lib/each.js +0 -35
- package/lib/iif.d.ts +0 -4
- package/lib/iif.js +0 -10
- package/lib/math.d.ts +0 -13
- package/lib/math.js +0 -199
|
@@ -0,0 +1,813 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sass invert() function
|
|
3
|
+
*
|
|
4
|
+
* Inverts a color or passes through CSS filter function.
|
|
5
|
+
* Available in both global namespace and color module.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* invert(rgb(255, 0, 0)) // inverts the color
|
|
9
|
+
* invert(100%) // CSS filter function passthrough
|
|
10
|
+
*/
|
|
11
|
+
import { Color, Dimension } from '@jesscss/core';
|
|
12
|
+
declare const invert: {
|
|
13
|
+
(args_0: Color | (Partial<{
|
|
14
|
+
readonly weight?: Dimension | undefined;
|
|
15
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
16
|
+
[x: string]: never;
|
|
17
|
+
readonly color: Dimension | Color;
|
|
18
|
+
weight: Dimension | Color;
|
|
19
|
+
}>, "weight">> & {
|
|
20
|
+
readonly weight?: Dimension | undefined;
|
|
21
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
22
|
+
[x: string]: never;
|
|
23
|
+
readonly color: Dimension | Color;
|
|
24
|
+
weight: Dimension | Color;
|
|
25
|
+
}>, "weight">), args_1?: Dimension | (Partial<{
|
|
26
|
+
readonly weight?: Dimension | undefined;
|
|
27
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
28
|
+
[x: string]: never;
|
|
29
|
+
readonly color: Dimension | Color;
|
|
30
|
+
weight: Dimension | Color;
|
|
31
|
+
}>, "weight">> & {
|
|
32
|
+
weight?: Dimension | undefined;
|
|
33
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
34
|
+
[x: string]: never;
|
|
35
|
+
}>, "weight">) | undefined): any;
|
|
36
|
+
(record: {
|
|
37
|
+
readonly weight?: Dimension | undefined;
|
|
38
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
39
|
+
[x: string]: never;
|
|
40
|
+
readonly color: Dimension | Color;
|
|
41
|
+
weight: Dimension | Color;
|
|
42
|
+
}>, "weight">): any;
|
|
43
|
+
name: string;
|
|
44
|
+
params: readonly [{
|
|
45
|
+
readonly name: "color";
|
|
46
|
+
readonly type: typeof Color;
|
|
47
|
+
}, {
|
|
48
|
+
readonly name: "weight";
|
|
49
|
+
readonly type: typeof Dimension;
|
|
50
|
+
readonly optional: true;
|
|
51
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
52
|
+
readonly default: Dimension;
|
|
53
|
+
}];
|
|
54
|
+
} & {
|
|
55
|
+
(arg1: Color | (Partial<{
|
|
56
|
+
readonly weight?: Dimension | undefined;
|
|
57
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
58
|
+
[x: string]: never;
|
|
59
|
+
readonly color: Dimension | Color;
|
|
60
|
+
weight: Dimension | Color;
|
|
61
|
+
}>, "weight">> & {
|
|
62
|
+
readonly weight?: Dimension | undefined;
|
|
63
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
64
|
+
[x: string]: never;
|
|
65
|
+
readonly color: Dimension | Color;
|
|
66
|
+
weight: Dimension | Color;
|
|
67
|
+
}>, "weight">)): any;
|
|
68
|
+
(arg1: Color | (Partial<{
|
|
69
|
+
readonly weight?: Dimension | undefined;
|
|
70
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
71
|
+
[x: string]: never;
|
|
72
|
+
readonly color: Dimension | Color;
|
|
73
|
+
weight: Dimension | Color;
|
|
74
|
+
}>, "weight">> & {
|
|
75
|
+
readonly weight?: Dimension | undefined;
|
|
76
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
77
|
+
[x: string]: never;
|
|
78
|
+
readonly color: Dimension | Color;
|
|
79
|
+
weight: Dimension | Color;
|
|
80
|
+
}>, "weight">), arg2: Dimension | (Partial<{
|
|
81
|
+
readonly weight?: Dimension | undefined;
|
|
82
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
83
|
+
[x: string]: never;
|
|
84
|
+
readonly color: Dimension | Color;
|
|
85
|
+
weight: Dimension | Color;
|
|
86
|
+
}>, "weight">> & {
|
|
87
|
+
weight?: Dimension | undefined;
|
|
88
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
89
|
+
[x: string]: never;
|
|
90
|
+
}>, "weight">) | undefined): any;
|
|
91
|
+
} & {
|
|
92
|
+
call(thisArg: any, ...args: Parameters<{
|
|
93
|
+
(...args: [Color | (Partial<{
|
|
94
|
+
readonly weight?: Dimension | undefined;
|
|
95
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
96
|
+
[x: string]: never;
|
|
97
|
+
readonly color: Dimension | Color;
|
|
98
|
+
weight: Dimension | Color;
|
|
99
|
+
}>, "weight">> & {
|
|
100
|
+
readonly weight?: Dimension | undefined;
|
|
101
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
102
|
+
[x: string]: never;
|
|
103
|
+
readonly color: Dimension | Color;
|
|
104
|
+
weight: Dimension | Color;
|
|
105
|
+
}>, "weight">), (Dimension | (Partial<{
|
|
106
|
+
readonly weight?: Dimension | undefined;
|
|
107
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
108
|
+
[x: string]: never;
|
|
109
|
+
readonly color: Dimension | Color;
|
|
110
|
+
weight: Dimension | Color;
|
|
111
|
+
}>, "weight">> & {
|
|
112
|
+
weight?: Dimension | undefined;
|
|
113
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
114
|
+
[x: string]: never;
|
|
115
|
+
}>, "weight">) | undefined)?]): any;
|
|
116
|
+
(record: {
|
|
117
|
+
readonly weight?: Dimension | undefined;
|
|
118
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
119
|
+
[x: string]: never;
|
|
120
|
+
readonly color: Dimension | Color;
|
|
121
|
+
weight: Dimension | Color;
|
|
122
|
+
}>, "weight">): any;
|
|
123
|
+
name: string;
|
|
124
|
+
params: readonly [{
|
|
125
|
+
readonly name: "color";
|
|
126
|
+
readonly type: typeof Color;
|
|
127
|
+
}, {
|
|
128
|
+
readonly name: "weight";
|
|
129
|
+
readonly type: typeof Dimension;
|
|
130
|
+
readonly optional: true;
|
|
131
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
132
|
+
readonly default: Dimension;
|
|
133
|
+
}];
|
|
134
|
+
} & (readonly [{
|
|
135
|
+
readonly name: "color";
|
|
136
|
+
readonly type: typeof Color;
|
|
137
|
+
}, {
|
|
138
|
+
readonly name: "weight";
|
|
139
|
+
readonly type: typeof Dimension;
|
|
140
|
+
readonly optional: true;
|
|
141
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
142
|
+
readonly default: Dimension;
|
|
143
|
+
}] extends readonly [{
|
|
144
|
+
name: string;
|
|
145
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
146
|
+
optional: true;
|
|
147
|
+
}] ? {
|
|
148
|
+
(): any;
|
|
149
|
+
(arg1: never): any;
|
|
150
|
+
} : readonly [{
|
|
151
|
+
readonly name: "color";
|
|
152
|
+
readonly type: typeof Color;
|
|
153
|
+
}, {
|
|
154
|
+
readonly name: "weight";
|
|
155
|
+
readonly type: typeof Dimension;
|
|
156
|
+
readonly optional: true;
|
|
157
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
158
|
+
readonly default: Dimension;
|
|
159
|
+
}] extends readonly [{
|
|
160
|
+
name: string;
|
|
161
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
162
|
+
optional?: boolean;
|
|
163
|
+
}] ? (arg1: never) => any : readonly [{
|
|
164
|
+
readonly name: "color";
|
|
165
|
+
readonly type: typeof Color;
|
|
166
|
+
}, {
|
|
167
|
+
readonly name: "weight";
|
|
168
|
+
readonly type: typeof Dimension;
|
|
169
|
+
readonly optional: true;
|
|
170
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
171
|
+
readonly default: Dimension;
|
|
172
|
+
}] extends readonly [{
|
|
173
|
+
name: string;
|
|
174
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
175
|
+
optional: true;
|
|
176
|
+
}, {
|
|
177
|
+
name: string;
|
|
178
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
179
|
+
optional: true;
|
|
180
|
+
}] ? {
|
|
181
|
+
(): any;
|
|
182
|
+
(arg1: undefined): any;
|
|
183
|
+
(arg1: undefined, arg2: undefined): any;
|
|
184
|
+
} : readonly [{
|
|
185
|
+
readonly name: "color";
|
|
186
|
+
readonly type: typeof Color;
|
|
187
|
+
}, {
|
|
188
|
+
readonly name: "weight";
|
|
189
|
+
readonly type: typeof Dimension;
|
|
190
|
+
readonly optional: true;
|
|
191
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
192
|
+
readonly default: Dimension;
|
|
193
|
+
}] extends readonly [{
|
|
194
|
+
name: string;
|
|
195
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
196
|
+
optional?: boolean;
|
|
197
|
+
}, {
|
|
198
|
+
name: string;
|
|
199
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
200
|
+
optional: true;
|
|
201
|
+
}] ? {
|
|
202
|
+
(arg1: Color | (Partial<{
|
|
203
|
+
readonly weight?: Dimension | undefined;
|
|
204
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
205
|
+
[x: string]: never;
|
|
206
|
+
readonly color: Dimension | Color;
|
|
207
|
+
weight: Dimension | Color;
|
|
208
|
+
}>, "weight">> & {
|
|
209
|
+
readonly weight?: Dimension | undefined;
|
|
210
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
211
|
+
[x: string]: never;
|
|
212
|
+
readonly color: Dimension | Color;
|
|
213
|
+
weight: Dimension | Color;
|
|
214
|
+
}>, "weight">)): any;
|
|
215
|
+
(arg1: Color | (Partial<{
|
|
216
|
+
readonly weight?: Dimension | undefined;
|
|
217
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
218
|
+
[x: string]: never;
|
|
219
|
+
readonly color: Dimension | Color;
|
|
220
|
+
weight: Dimension | Color;
|
|
221
|
+
}>, "weight">> & {
|
|
222
|
+
readonly weight?: Dimension | undefined;
|
|
223
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
224
|
+
[x: string]: never;
|
|
225
|
+
readonly color: Dimension | Color;
|
|
226
|
+
weight: Dimension | Color;
|
|
227
|
+
}>, "weight">), arg2: Dimension | (Partial<{
|
|
228
|
+
readonly weight?: Dimension | undefined;
|
|
229
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
230
|
+
[x: string]: never;
|
|
231
|
+
readonly color: Dimension | Color;
|
|
232
|
+
weight: Dimension | Color;
|
|
233
|
+
}>, "weight">> & {
|
|
234
|
+
weight?: Dimension | undefined;
|
|
235
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
236
|
+
[x: string]: never;
|
|
237
|
+
}>, "weight">) | undefined): any;
|
|
238
|
+
} : readonly [{
|
|
239
|
+
readonly name: "color";
|
|
240
|
+
readonly type: typeof Color;
|
|
241
|
+
}, {
|
|
242
|
+
readonly name: "weight";
|
|
243
|
+
readonly type: typeof Dimension;
|
|
244
|
+
readonly optional: true;
|
|
245
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
246
|
+
readonly default: Dimension;
|
|
247
|
+
}] extends readonly [{
|
|
248
|
+
name: string;
|
|
249
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
250
|
+
optional?: boolean;
|
|
251
|
+
}, {
|
|
252
|
+
name: string;
|
|
253
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
254
|
+
optional?: boolean;
|
|
255
|
+
}] ? {
|
|
256
|
+
(arg1: Color | (Partial<{
|
|
257
|
+
readonly weight?: Dimension | undefined;
|
|
258
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
259
|
+
[x: string]: never;
|
|
260
|
+
readonly color: Dimension | Color;
|
|
261
|
+
weight: Dimension | Color;
|
|
262
|
+
}>, "weight">> & {
|
|
263
|
+
readonly weight?: Dimension | undefined;
|
|
264
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
265
|
+
[x: string]: never;
|
|
266
|
+
readonly color: Dimension | Color;
|
|
267
|
+
weight: Dimension | Color;
|
|
268
|
+
}>, "weight">)): any;
|
|
269
|
+
(arg1: Color | (Partial<{
|
|
270
|
+
readonly weight?: Dimension | undefined;
|
|
271
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
272
|
+
[x: string]: never;
|
|
273
|
+
readonly color: Dimension | Color;
|
|
274
|
+
weight: Dimension | Color;
|
|
275
|
+
}>, "weight">> & {
|
|
276
|
+
readonly weight?: Dimension | undefined;
|
|
277
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
278
|
+
[x: string]: never;
|
|
279
|
+
readonly color: Dimension | Color;
|
|
280
|
+
weight: Dimension | Color;
|
|
281
|
+
}>, "weight">), arg2: Dimension | (Partial<{
|
|
282
|
+
readonly weight?: Dimension | undefined;
|
|
283
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
284
|
+
[x: string]: never;
|
|
285
|
+
readonly color: Dimension | Color;
|
|
286
|
+
weight: Dimension | Color;
|
|
287
|
+
}>, "weight">> & {
|
|
288
|
+
weight?: Dimension | undefined;
|
|
289
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
290
|
+
[x: string]: never;
|
|
291
|
+
}>, "weight">) | undefined): any;
|
|
292
|
+
} : readonly [{
|
|
293
|
+
readonly name: "color";
|
|
294
|
+
readonly type: typeof Color;
|
|
295
|
+
}, {
|
|
296
|
+
readonly name: "weight";
|
|
297
|
+
readonly type: typeof Dimension;
|
|
298
|
+
readonly optional: true;
|
|
299
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
300
|
+
readonly default: Dimension;
|
|
301
|
+
}] extends readonly [{
|
|
302
|
+
name: string;
|
|
303
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
304
|
+
optional?: boolean;
|
|
305
|
+
}, {
|
|
306
|
+
name: string;
|
|
307
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
308
|
+
optional?: boolean;
|
|
309
|
+
}, {
|
|
310
|
+
name: string;
|
|
311
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
312
|
+
optional: true;
|
|
313
|
+
}] ? {
|
|
314
|
+
(arg1: never, arg2: never): any;
|
|
315
|
+
(arg1: never, arg2: never, arg3: never): any;
|
|
316
|
+
} : readonly [{
|
|
317
|
+
readonly name: "color";
|
|
318
|
+
readonly type: typeof Color;
|
|
319
|
+
}, {
|
|
320
|
+
readonly name: "weight";
|
|
321
|
+
readonly type: typeof Dimension;
|
|
322
|
+
readonly optional: true;
|
|
323
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
324
|
+
readonly default: Dimension;
|
|
325
|
+
}] extends readonly [{
|
|
326
|
+
name: string;
|
|
327
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
328
|
+
optional?: boolean;
|
|
329
|
+
}, {
|
|
330
|
+
name: string;
|
|
331
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
332
|
+
optional?: boolean;
|
|
333
|
+
}, {
|
|
334
|
+
name: string;
|
|
335
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
336
|
+
optional?: boolean;
|
|
337
|
+
}] ? (arg1: never, arg2: never, arg3: never) => any : readonly [{
|
|
338
|
+
readonly name: "color";
|
|
339
|
+
readonly type: typeof Color;
|
|
340
|
+
}, {
|
|
341
|
+
readonly name: "weight";
|
|
342
|
+
readonly type: typeof Dimension;
|
|
343
|
+
readonly optional: true;
|
|
344
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
345
|
+
readonly default: Dimension;
|
|
346
|
+
}] extends readonly [{
|
|
347
|
+
name: string;
|
|
348
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
349
|
+
optional?: boolean;
|
|
350
|
+
}, {
|
|
351
|
+
name: string;
|
|
352
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
353
|
+
optional?: boolean;
|
|
354
|
+
}, {
|
|
355
|
+
name: string;
|
|
356
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
357
|
+
optional?: boolean;
|
|
358
|
+
}, {
|
|
359
|
+
name: string;
|
|
360
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
361
|
+
optional: true;
|
|
362
|
+
}] ? {
|
|
363
|
+
(arg1: never, arg2: never, arg3: never): any;
|
|
364
|
+
(arg1: never, arg2: never, arg3: never, arg4: never): any;
|
|
365
|
+
} : readonly [{
|
|
366
|
+
readonly name: "color";
|
|
367
|
+
readonly type: typeof Color;
|
|
368
|
+
}, {
|
|
369
|
+
readonly name: "weight";
|
|
370
|
+
readonly type: typeof Dimension;
|
|
371
|
+
readonly optional: true;
|
|
372
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
373
|
+
readonly default: Dimension;
|
|
374
|
+
}] extends readonly [{
|
|
375
|
+
name: string;
|
|
376
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
377
|
+
optional?: boolean;
|
|
378
|
+
}, {
|
|
379
|
+
name: string;
|
|
380
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
381
|
+
optional?: boolean;
|
|
382
|
+
}, {
|
|
383
|
+
name: string;
|
|
384
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
385
|
+
optional?: boolean;
|
|
386
|
+
}, {
|
|
387
|
+
name: string;
|
|
388
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
389
|
+
optional?: boolean;
|
|
390
|
+
}] ? (arg1: never, arg2: never, arg3: never, arg4: never) => any : readonly [{
|
|
391
|
+
readonly name: "color";
|
|
392
|
+
readonly type: typeof Color;
|
|
393
|
+
}, {
|
|
394
|
+
readonly name: "weight";
|
|
395
|
+
readonly type: typeof Dimension;
|
|
396
|
+
readonly optional: true;
|
|
397
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
398
|
+
readonly default: Dimension;
|
|
399
|
+
}] extends readonly [{
|
|
400
|
+
name: string;
|
|
401
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
402
|
+
optional?: boolean;
|
|
403
|
+
}, {
|
|
404
|
+
name: string;
|
|
405
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
406
|
+
optional?: boolean;
|
|
407
|
+
}, {
|
|
408
|
+
name: string;
|
|
409
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
410
|
+
optional?: boolean;
|
|
411
|
+
}, {
|
|
412
|
+
name: string;
|
|
413
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
414
|
+
optional?: boolean;
|
|
415
|
+
}, {
|
|
416
|
+
name: string;
|
|
417
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
418
|
+
optional: true;
|
|
419
|
+
}] ? {
|
|
420
|
+
(arg1: never, arg2: never, arg3: never, arg4: never): any;
|
|
421
|
+
(arg1: never, arg2: never, arg3: never, arg4: never, arg5: never): any;
|
|
422
|
+
} : readonly [{
|
|
423
|
+
readonly name: "color";
|
|
424
|
+
readonly type: typeof Color;
|
|
425
|
+
}, {
|
|
426
|
+
readonly name: "weight";
|
|
427
|
+
readonly type: typeof Dimension;
|
|
428
|
+
readonly optional: true;
|
|
429
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
430
|
+
readonly default: Dimension;
|
|
431
|
+
}] extends readonly [{
|
|
432
|
+
name: string;
|
|
433
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
434
|
+
optional?: boolean;
|
|
435
|
+
}, {
|
|
436
|
+
name: string;
|
|
437
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
438
|
+
optional?: boolean;
|
|
439
|
+
}, {
|
|
440
|
+
name: string;
|
|
441
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
442
|
+
optional?: boolean;
|
|
443
|
+
}, {
|
|
444
|
+
name: string;
|
|
445
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
446
|
+
optional?: boolean;
|
|
447
|
+
}, {
|
|
448
|
+
name: string;
|
|
449
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
450
|
+
optional?: boolean;
|
|
451
|
+
}] ? (arg1: never, arg2: never, arg3: never, arg4: never, arg5: never) => any : 2 extends number ? 2 extends 0 | 1 | 2 | 3 | 4 | 5 ? {} : (...args: any[]) => any : {}) & any>): any;
|
|
452
|
+
apply(thisArg: any, args: Parameters<{
|
|
453
|
+
(...args: [Color | (Partial<{
|
|
454
|
+
readonly weight?: Dimension | undefined;
|
|
455
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
456
|
+
[x: string]: never;
|
|
457
|
+
readonly color: Dimension | Color;
|
|
458
|
+
weight: Dimension | Color;
|
|
459
|
+
}>, "weight">> & {
|
|
460
|
+
readonly weight?: Dimension | undefined;
|
|
461
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
462
|
+
[x: string]: never;
|
|
463
|
+
readonly color: Dimension | Color;
|
|
464
|
+
weight: Dimension | Color;
|
|
465
|
+
}>, "weight">), (Dimension | (Partial<{
|
|
466
|
+
readonly weight?: Dimension | undefined;
|
|
467
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
468
|
+
[x: string]: never;
|
|
469
|
+
readonly color: Dimension | Color;
|
|
470
|
+
weight: Dimension | Color;
|
|
471
|
+
}>, "weight">> & {
|
|
472
|
+
weight?: Dimension | undefined;
|
|
473
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
474
|
+
[x: string]: never;
|
|
475
|
+
}>, "weight">) | undefined)?]): any;
|
|
476
|
+
(record: {
|
|
477
|
+
readonly weight?: Dimension | undefined;
|
|
478
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
479
|
+
[x: string]: never;
|
|
480
|
+
readonly color: Dimension | Color;
|
|
481
|
+
weight: Dimension | Color;
|
|
482
|
+
}>, "weight">): any;
|
|
483
|
+
name: string;
|
|
484
|
+
params: readonly [{
|
|
485
|
+
readonly name: "color";
|
|
486
|
+
readonly type: typeof Color;
|
|
487
|
+
}, {
|
|
488
|
+
readonly name: "weight";
|
|
489
|
+
readonly type: typeof Dimension;
|
|
490
|
+
readonly optional: true;
|
|
491
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
492
|
+
readonly default: Dimension;
|
|
493
|
+
}];
|
|
494
|
+
} & (readonly [{
|
|
495
|
+
readonly name: "color";
|
|
496
|
+
readonly type: typeof Color;
|
|
497
|
+
}, {
|
|
498
|
+
readonly name: "weight";
|
|
499
|
+
readonly type: typeof Dimension;
|
|
500
|
+
readonly optional: true;
|
|
501
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
502
|
+
readonly default: Dimension;
|
|
503
|
+
}] extends readonly [{
|
|
504
|
+
name: string;
|
|
505
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
506
|
+
optional: true;
|
|
507
|
+
}] ? {
|
|
508
|
+
(): any;
|
|
509
|
+
(arg1: never): any;
|
|
510
|
+
} : readonly [{
|
|
511
|
+
readonly name: "color";
|
|
512
|
+
readonly type: typeof Color;
|
|
513
|
+
}, {
|
|
514
|
+
readonly name: "weight";
|
|
515
|
+
readonly type: typeof Dimension;
|
|
516
|
+
readonly optional: true;
|
|
517
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
518
|
+
readonly default: Dimension;
|
|
519
|
+
}] extends readonly [{
|
|
520
|
+
name: string;
|
|
521
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
522
|
+
optional?: boolean;
|
|
523
|
+
}] ? (arg1: never) => any : readonly [{
|
|
524
|
+
readonly name: "color";
|
|
525
|
+
readonly type: typeof Color;
|
|
526
|
+
}, {
|
|
527
|
+
readonly name: "weight";
|
|
528
|
+
readonly type: typeof Dimension;
|
|
529
|
+
readonly optional: true;
|
|
530
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
531
|
+
readonly default: Dimension;
|
|
532
|
+
}] extends readonly [{
|
|
533
|
+
name: string;
|
|
534
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
535
|
+
optional: true;
|
|
536
|
+
}, {
|
|
537
|
+
name: string;
|
|
538
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
539
|
+
optional: true;
|
|
540
|
+
}] ? {
|
|
541
|
+
(): any;
|
|
542
|
+
(arg1: undefined): any;
|
|
543
|
+
(arg1: undefined, arg2: undefined): any;
|
|
544
|
+
} : readonly [{
|
|
545
|
+
readonly name: "color";
|
|
546
|
+
readonly type: typeof Color;
|
|
547
|
+
}, {
|
|
548
|
+
readonly name: "weight";
|
|
549
|
+
readonly type: typeof Dimension;
|
|
550
|
+
readonly optional: true;
|
|
551
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
552
|
+
readonly default: Dimension;
|
|
553
|
+
}] extends readonly [{
|
|
554
|
+
name: string;
|
|
555
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
556
|
+
optional?: boolean;
|
|
557
|
+
}, {
|
|
558
|
+
name: string;
|
|
559
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
560
|
+
optional: true;
|
|
561
|
+
}] ? {
|
|
562
|
+
(arg1: Color | (Partial<{
|
|
563
|
+
readonly weight?: Dimension | undefined;
|
|
564
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
565
|
+
[x: string]: never;
|
|
566
|
+
readonly color: Dimension | Color;
|
|
567
|
+
weight: Dimension | Color;
|
|
568
|
+
}>, "weight">> & {
|
|
569
|
+
readonly weight?: Dimension | undefined;
|
|
570
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
571
|
+
[x: string]: never;
|
|
572
|
+
readonly color: Dimension | Color;
|
|
573
|
+
weight: Dimension | Color;
|
|
574
|
+
}>, "weight">)): any;
|
|
575
|
+
(arg1: Color | (Partial<{
|
|
576
|
+
readonly weight?: Dimension | undefined;
|
|
577
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
578
|
+
[x: string]: never;
|
|
579
|
+
readonly color: Dimension | Color;
|
|
580
|
+
weight: Dimension | Color;
|
|
581
|
+
}>, "weight">> & {
|
|
582
|
+
readonly weight?: Dimension | undefined;
|
|
583
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
584
|
+
[x: string]: never;
|
|
585
|
+
readonly color: Dimension | Color;
|
|
586
|
+
weight: Dimension | Color;
|
|
587
|
+
}>, "weight">), arg2: Dimension | (Partial<{
|
|
588
|
+
readonly weight?: Dimension | undefined;
|
|
589
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
590
|
+
[x: string]: never;
|
|
591
|
+
readonly color: Dimension | Color;
|
|
592
|
+
weight: Dimension | Color;
|
|
593
|
+
}>, "weight">> & {
|
|
594
|
+
weight?: Dimension | undefined;
|
|
595
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
596
|
+
[x: string]: never;
|
|
597
|
+
}>, "weight">) | undefined): any;
|
|
598
|
+
} : readonly [{
|
|
599
|
+
readonly name: "color";
|
|
600
|
+
readonly type: typeof Color;
|
|
601
|
+
}, {
|
|
602
|
+
readonly name: "weight";
|
|
603
|
+
readonly type: typeof Dimension;
|
|
604
|
+
readonly optional: true;
|
|
605
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
606
|
+
readonly default: Dimension;
|
|
607
|
+
}] extends readonly [{
|
|
608
|
+
name: string;
|
|
609
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
610
|
+
optional?: boolean;
|
|
611
|
+
}, {
|
|
612
|
+
name: string;
|
|
613
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
614
|
+
optional?: boolean;
|
|
615
|
+
}] ? {
|
|
616
|
+
(arg1: Color | (Partial<{
|
|
617
|
+
readonly weight?: Dimension | undefined;
|
|
618
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
619
|
+
[x: string]: never;
|
|
620
|
+
readonly color: Dimension | Color;
|
|
621
|
+
weight: Dimension | Color;
|
|
622
|
+
}>, "weight">> & {
|
|
623
|
+
readonly weight?: Dimension | undefined;
|
|
624
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
625
|
+
[x: string]: never;
|
|
626
|
+
readonly color: Dimension | Color;
|
|
627
|
+
weight: Dimension | Color;
|
|
628
|
+
}>, "weight">)): any;
|
|
629
|
+
(arg1: Color | (Partial<{
|
|
630
|
+
readonly weight?: Dimension | undefined;
|
|
631
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
632
|
+
[x: string]: never;
|
|
633
|
+
readonly color: Dimension | Color;
|
|
634
|
+
weight: Dimension | Color;
|
|
635
|
+
}>, "weight">> & {
|
|
636
|
+
readonly weight?: Dimension | undefined;
|
|
637
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
638
|
+
[x: string]: never;
|
|
639
|
+
readonly color: Dimension | Color;
|
|
640
|
+
weight: Dimension | Color;
|
|
641
|
+
}>, "weight">), arg2: Dimension | (Partial<{
|
|
642
|
+
readonly weight?: Dimension | undefined;
|
|
643
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
644
|
+
[x: string]: never;
|
|
645
|
+
readonly color: Dimension | Color;
|
|
646
|
+
weight: Dimension | Color;
|
|
647
|
+
}>, "weight">> & {
|
|
648
|
+
weight?: Dimension | undefined;
|
|
649
|
+
} & Omit<import("type-fest").OmitIndexSignature<{
|
|
650
|
+
[x: string]: never;
|
|
651
|
+
}>, "weight">) | undefined): any;
|
|
652
|
+
} : readonly [{
|
|
653
|
+
readonly name: "color";
|
|
654
|
+
readonly type: typeof Color;
|
|
655
|
+
}, {
|
|
656
|
+
readonly name: "weight";
|
|
657
|
+
readonly type: typeof Dimension;
|
|
658
|
+
readonly optional: true;
|
|
659
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
660
|
+
readonly default: Dimension;
|
|
661
|
+
}] extends readonly [{
|
|
662
|
+
name: string;
|
|
663
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
664
|
+
optional?: boolean;
|
|
665
|
+
}, {
|
|
666
|
+
name: string;
|
|
667
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
668
|
+
optional?: boolean;
|
|
669
|
+
}, {
|
|
670
|
+
name: string;
|
|
671
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
672
|
+
optional: true;
|
|
673
|
+
}] ? {
|
|
674
|
+
(arg1: never, arg2: never): any;
|
|
675
|
+
(arg1: never, arg2: never, arg3: never): any;
|
|
676
|
+
} : readonly [{
|
|
677
|
+
readonly name: "color";
|
|
678
|
+
readonly type: typeof Color;
|
|
679
|
+
}, {
|
|
680
|
+
readonly name: "weight";
|
|
681
|
+
readonly type: typeof Dimension;
|
|
682
|
+
readonly optional: true;
|
|
683
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
684
|
+
readonly default: Dimension;
|
|
685
|
+
}] extends readonly [{
|
|
686
|
+
name: string;
|
|
687
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
688
|
+
optional?: boolean;
|
|
689
|
+
}, {
|
|
690
|
+
name: string;
|
|
691
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
692
|
+
optional?: boolean;
|
|
693
|
+
}, {
|
|
694
|
+
name: string;
|
|
695
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
696
|
+
optional?: boolean;
|
|
697
|
+
}] ? (arg1: never, arg2: never, arg3: never) => any : readonly [{
|
|
698
|
+
readonly name: "color";
|
|
699
|
+
readonly type: typeof Color;
|
|
700
|
+
}, {
|
|
701
|
+
readonly name: "weight";
|
|
702
|
+
readonly type: typeof Dimension;
|
|
703
|
+
readonly optional: true;
|
|
704
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
705
|
+
readonly default: Dimension;
|
|
706
|
+
}] extends readonly [{
|
|
707
|
+
name: string;
|
|
708
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
709
|
+
optional?: boolean;
|
|
710
|
+
}, {
|
|
711
|
+
name: string;
|
|
712
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
713
|
+
optional?: boolean;
|
|
714
|
+
}, {
|
|
715
|
+
name: string;
|
|
716
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
717
|
+
optional?: boolean;
|
|
718
|
+
}, {
|
|
719
|
+
name: string;
|
|
720
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
721
|
+
optional: true;
|
|
722
|
+
}] ? {
|
|
723
|
+
(arg1: never, arg2: never, arg3: never): any;
|
|
724
|
+
(arg1: never, arg2: never, arg3: never, arg4: never): any;
|
|
725
|
+
} : readonly [{
|
|
726
|
+
readonly name: "color";
|
|
727
|
+
readonly type: typeof Color;
|
|
728
|
+
}, {
|
|
729
|
+
readonly name: "weight";
|
|
730
|
+
readonly type: typeof Dimension;
|
|
731
|
+
readonly optional: true;
|
|
732
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
733
|
+
readonly default: Dimension;
|
|
734
|
+
}] extends readonly [{
|
|
735
|
+
name: string;
|
|
736
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
737
|
+
optional?: boolean;
|
|
738
|
+
}, {
|
|
739
|
+
name: string;
|
|
740
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
741
|
+
optional?: boolean;
|
|
742
|
+
}, {
|
|
743
|
+
name: string;
|
|
744
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
745
|
+
optional?: boolean;
|
|
746
|
+
}, {
|
|
747
|
+
name: string;
|
|
748
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
749
|
+
optional?: boolean;
|
|
750
|
+
}] ? (arg1: never, arg2: never, arg3: never, arg4: never) => any : readonly [{
|
|
751
|
+
readonly name: "color";
|
|
752
|
+
readonly type: typeof Color;
|
|
753
|
+
}, {
|
|
754
|
+
readonly name: "weight";
|
|
755
|
+
readonly type: typeof Dimension;
|
|
756
|
+
readonly optional: true;
|
|
757
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
758
|
+
readonly default: Dimension;
|
|
759
|
+
}] extends readonly [{
|
|
760
|
+
name: string;
|
|
761
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
762
|
+
optional?: boolean;
|
|
763
|
+
}, {
|
|
764
|
+
name: string;
|
|
765
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
766
|
+
optional?: boolean;
|
|
767
|
+
}, {
|
|
768
|
+
name: string;
|
|
769
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
770
|
+
optional?: boolean;
|
|
771
|
+
}, {
|
|
772
|
+
name: string;
|
|
773
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
774
|
+
optional?: boolean;
|
|
775
|
+
}, {
|
|
776
|
+
name: string;
|
|
777
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
778
|
+
optional: true;
|
|
779
|
+
}] ? {
|
|
780
|
+
(arg1: never, arg2: never, arg3: never, arg4: never): any;
|
|
781
|
+
(arg1: never, arg2: never, arg3: never, arg4: never, arg5: never): any;
|
|
782
|
+
} : readonly [{
|
|
783
|
+
readonly name: "color";
|
|
784
|
+
readonly type: typeof Color;
|
|
785
|
+
}, {
|
|
786
|
+
readonly name: "weight";
|
|
787
|
+
readonly type: typeof Dimension;
|
|
788
|
+
readonly optional: true;
|
|
789
|
+
readonly convert: [import("@jesscss/core").ConversionPlugin, import("@jesscss/core").ConversionPlugin];
|
|
790
|
+
readonly default: Dimension;
|
|
791
|
+
}] extends readonly [{
|
|
792
|
+
name: string;
|
|
793
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
794
|
+
optional?: boolean;
|
|
795
|
+
}, {
|
|
796
|
+
name: string;
|
|
797
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
798
|
+
optional?: boolean;
|
|
799
|
+
}, {
|
|
800
|
+
name: string;
|
|
801
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
802
|
+
optional?: boolean;
|
|
803
|
+
}, {
|
|
804
|
+
name: string;
|
|
805
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
806
|
+
optional?: boolean;
|
|
807
|
+
}, {
|
|
808
|
+
name: string;
|
|
809
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
810
|
+
optional?: boolean;
|
|
811
|
+
}] ? (arg1: never, arg2: never, arg3: never, arg4: never, arg5: never) => any : 2 extends number ? 2 extends 0 | 1 | 2 | 3 | 4 | 5 ? {} : (...args: any[]) => any : {}) & any>): any;
|
|
812
|
+
};
|
|
813
|
+
export default invert;
|