@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,449 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sass to-upper-case() function
|
|
3
|
+
*
|
|
4
|
+
* Converts a string to uppercase.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* to-upper-case("hello") // "HELLO"
|
|
8
|
+
*/
|
|
9
|
+
import { Quoted } from '@jesscss/core';
|
|
10
|
+
declare const toUpperCase: {
|
|
11
|
+
(args_0: Quoted | (Partial<{} & Omit<import("type-fest").OmitIndexSignature<{
|
|
12
|
+
[x: string]: never;
|
|
13
|
+
readonly string: Quoted;
|
|
14
|
+
}>, never>> & {} & Omit<import("type-fest").OmitIndexSignature<{
|
|
15
|
+
[x: string]: never;
|
|
16
|
+
readonly string: Quoted;
|
|
17
|
+
}>, never>)): Quoted;
|
|
18
|
+
(record: {} & Omit<import("type-fest").OmitIndexSignature<{
|
|
19
|
+
[x: string]: never;
|
|
20
|
+
readonly string: Quoted;
|
|
21
|
+
}>, never>): Quoted;
|
|
22
|
+
name: string;
|
|
23
|
+
params: readonly [{
|
|
24
|
+
readonly name: "string";
|
|
25
|
+
readonly type: typeof Quoted;
|
|
26
|
+
}];
|
|
27
|
+
} & ((arg1: Quoted | (Partial<{} & Omit<import("type-fest").OmitIndexSignature<{
|
|
28
|
+
[x: string]: never;
|
|
29
|
+
readonly string: Quoted;
|
|
30
|
+
}>, never>> & {} & Omit<import("type-fest").OmitIndexSignature<{
|
|
31
|
+
[x: string]: never;
|
|
32
|
+
readonly string: Quoted;
|
|
33
|
+
}>, never>)) => Quoted) & {
|
|
34
|
+
call(thisArg: any, ...args: Parameters<{
|
|
35
|
+
(...args: [Quoted | (Partial<{} & Omit<import("type-fest").OmitIndexSignature<{
|
|
36
|
+
[x: string]: never;
|
|
37
|
+
readonly string: Quoted;
|
|
38
|
+
}>, never>> & {} & Omit<import("type-fest").OmitIndexSignature<{
|
|
39
|
+
[x: string]: never;
|
|
40
|
+
readonly string: Quoted;
|
|
41
|
+
}>, never>)]): Quoted;
|
|
42
|
+
(record: {} & Omit<import("type-fest").OmitIndexSignature<{
|
|
43
|
+
[x: string]: never;
|
|
44
|
+
readonly string: Quoted;
|
|
45
|
+
}>, never>): Quoted;
|
|
46
|
+
name: string;
|
|
47
|
+
params: readonly [{
|
|
48
|
+
readonly name: "string";
|
|
49
|
+
readonly type: typeof Quoted;
|
|
50
|
+
}];
|
|
51
|
+
} & (readonly [{
|
|
52
|
+
readonly name: "string";
|
|
53
|
+
readonly type: typeof Quoted;
|
|
54
|
+
}] extends readonly [{
|
|
55
|
+
name: string;
|
|
56
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
57
|
+
optional: true;
|
|
58
|
+
}] ? {
|
|
59
|
+
(): Quoted;
|
|
60
|
+
(arg1: undefined): Quoted;
|
|
61
|
+
} : readonly [{
|
|
62
|
+
readonly name: "string";
|
|
63
|
+
readonly type: typeof Quoted;
|
|
64
|
+
}] extends readonly [{
|
|
65
|
+
name: string;
|
|
66
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
67
|
+
optional?: boolean;
|
|
68
|
+
}] ? (arg1: Quoted | (Partial<{} & Omit<import("type-fest").OmitIndexSignature<{
|
|
69
|
+
[x: string]: never;
|
|
70
|
+
readonly string: Quoted;
|
|
71
|
+
}>, never>> & {} & Omit<import("type-fest").OmitIndexSignature<{
|
|
72
|
+
[x: string]: never;
|
|
73
|
+
readonly string: Quoted;
|
|
74
|
+
}>, never>)) => Quoted : readonly [{
|
|
75
|
+
readonly name: "string";
|
|
76
|
+
readonly type: typeof Quoted;
|
|
77
|
+
}] extends readonly [{
|
|
78
|
+
name: string;
|
|
79
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
80
|
+
optional: true;
|
|
81
|
+
}, {
|
|
82
|
+
name: string;
|
|
83
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
84
|
+
optional: true;
|
|
85
|
+
}] ? {
|
|
86
|
+
(): Quoted;
|
|
87
|
+
(arg1: never): Quoted;
|
|
88
|
+
(arg1: never, arg2: never): Quoted;
|
|
89
|
+
} : readonly [{
|
|
90
|
+
readonly name: "string";
|
|
91
|
+
readonly type: typeof Quoted;
|
|
92
|
+
}] extends readonly [{
|
|
93
|
+
name: string;
|
|
94
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
95
|
+
optional?: boolean;
|
|
96
|
+
}, {
|
|
97
|
+
name: string;
|
|
98
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
99
|
+
optional: true;
|
|
100
|
+
}] ? {
|
|
101
|
+
(arg1: never): Quoted;
|
|
102
|
+
(arg1: never, arg2: never): Quoted;
|
|
103
|
+
} : readonly [{
|
|
104
|
+
readonly name: "string";
|
|
105
|
+
readonly type: typeof Quoted;
|
|
106
|
+
}] extends readonly [{
|
|
107
|
+
name: string;
|
|
108
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
109
|
+
optional?: boolean;
|
|
110
|
+
}, {
|
|
111
|
+
name: string;
|
|
112
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
113
|
+
optional?: boolean;
|
|
114
|
+
}] ? {
|
|
115
|
+
(arg1: never): Quoted;
|
|
116
|
+
(arg1: never, arg2: never): Quoted;
|
|
117
|
+
} : readonly [{
|
|
118
|
+
readonly name: "string";
|
|
119
|
+
readonly type: typeof Quoted;
|
|
120
|
+
}] extends readonly [{
|
|
121
|
+
name: string;
|
|
122
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
123
|
+
optional?: boolean;
|
|
124
|
+
}, {
|
|
125
|
+
name: string;
|
|
126
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
127
|
+
optional?: boolean;
|
|
128
|
+
}, {
|
|
129
|
+
name: string;
|
|
130
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
131
|
+
optional: true;
|
|
132
|
+
}] ? {
|
|
133
|
+
(arg1: never, arg2: never): Quoted;
|
|
134
|
+
(arg1: never, arg2: never, arg3: never): Quoted;
|
|
135
|
+
} : readonly [{
|
|
136
|
+
readonly name: "string";
|
|
137
|
+
readonly type: typeof Quoted;
|
|
138
|
+
}] extends readonly [{
|
|
139
|
+
name: string;
|
|
140
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
141
|
+
optional?: boolean;
|
|
142
|
+
}, {
|
|
143
|
+
name: string;
|
|
144
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
145
|
+
optional?: boolean;
|
|
146
|
+
}, {
|
|
147
|
+
name: string;
|
|
148
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
149
|
+
optional?: boolean;
|
|
150
|
+
}] ? (arg1: never, arg2: never, arg3: never) => Quoted : readonly [{
|
|
151
|
+
readonly name: "string";
|
|
152
|
+
readonly type: typeof Quoted;
|
|
153
|
+
}] extends readonly [{
|
|
154
|
+
name: string;
|
|
155
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
156
|
+
optional?: boolean;
|
|
157
|
+
}, {
|
|
158
|
+
name: string;
|
|
159
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
160
|
+
optional?: boolean;
|
|
161
|
+
}, {
|
|
162
|
+
name: string;
|
|
163
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
164
|
+
optional?: boolean;
|
|
165
|
+
}, {
|
|
166
|
+
name: string;
|
|
167
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
168
|
+
optional: true;
|
|
169
|
+
}] ? {
|
|
170
|
+
(arg1: never, arg2: never, arg3: never): Quoted;
|
|
171
|
+
(arg1: never, arg2: never, arg3: never, arg4: never): Quoted;
|
|
172
|
+
} : readonly [{
|
|
173
|
+
readonly name: "string";
|
|
174
|
+
readonly type: typeof Quoted;
|
|
175
|
+
}] extends readonly [{
|
|
176
|
+
name: string;
|
|
177
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
178
|
+
optional?: boolean;
|
|
179
|
+
}, {
|
|
180
|
+
name: string;
|
|
181
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
182
|
+
optional?: boolean;
|
|
183
|
+
}, {
|
|
184
|
+
name: string;
|
|
185
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
186
|
+
optional?: boolean;
|
|
187
|
+
}, {
|
|
188
|
+
name: string;
|
|
189
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
190
|
+
optional?: boolean;
|
|
191
|
+
}] ? (arg1: never, arg2: never, arg3: never, arg4: never) => Quoted : readonly [{
|
|
192
|
+
readonly name: "string";
|
|
193
|
+
readonly type: typeof Quoted;
|
|
194
|
+
}] extends readonly [{
|
|
195
|
+
name: string;
|
|
196
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
197
|
+
optional?: boolean;
|
|
198
|
+
}, {
|
|
199
|
+
name: string;
|
|
200
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
201
|
+
optional?: boolean;
|
|
202
|
+
}, {
|
|
203
|
+
name: string;
|
|
204
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
205
|
+
optional?: boolean;
|
|
206
|
+
}, {
|
|
207
|
+
name: string;
|
|
208
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
209
|
+
optional?: boolean;
|
|
210
|
+
}, {
|
|
211
|
+
name: string;
|
|
212
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
213
|
+
optional: true;
|
|
214
|
+
}] ? {
|
|
215
|
+
(arg1: never, arg2: never, arg3: never, arg4: never): Quoted;
|
|
216
|
+
(arg1: never, arg2: never, arg3: never, arg4: never, arg5: never): Quoted;
|
|
217
|
+
} : readonly [{
|
|
218
|
+
readonly name: "string";
|
|
219
|
+
readonly type: typeof Quoted;
|
|
220
|
+
}] extends readonly [{
|
|
221
|
+
name: string;
|
|
222
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
223
|
+
optional?: boolean;
|
|
224
|
+
}, {
|
|
225
|
+
name: string;
|
|
226
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
227
|
+
optional?: boolean;
|
|
228
|
+
}, {
|
|
229
|
+
name: string;
|
|
230
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
231
|
+
optional?: boolean;
|
|
232
|
+
}, {
|
|
233
|
+
name: string;
|
|
234
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
235
|
+
optional?: boolean;
|
|
236
|
+
}, {
|
|
237
|
+
name: string;
|
|
238
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
239
|
+
optional?: boolean;
|
|
240
|
+
}] ? (arg1: never, arg2: never, arg3: never, arg4: never, arg5: never) => Quoted : 1 extends number ? 1 extends 0 | 1 | 2 | 3 | 4 | 5 ? {} : (...args: any[]) => Quoted : {}) & any>): Quoted;
|
|
241
|
+
apply(thisArg: any, args: Parameters<{
|
|
242
|
+
(...args: [Quoted | (Partial<{} & Omit<import("type-fest").OmitIndexSignature<{
|
|
243
|
+
[x: string]: never;
|
|
244
|
+
readonly string: Quoted;
|
|
245
|
+
}>, never>> & {} & Omit<import("type-fest").OmitIndexSignature<{
|
|
246
|
+
[x: string]: never;
|
|
247
|
+
readonly string: Quoted;
|
|
248
|
+
}>, never>)]): Quoted;
|
|
249
|
+
(record: {} & Omit<import("type-fest").OmitIndexSignature<{
|
|
250
|
+
[x: string]: never;
|
|
251
|
+
readonly string: Quoted;
|
|
252
|
+
}>, never>): Quoted;
|
|
253
|
+
name: string;
|
|
254
|
+
params: readonly [{
|
|
255
|
+
readonly name: "string";
|
|
256
|
+
readonly type: typeof Quoted;
|
|
257
|
+
}];
|
|
258
|
+
} & (readonly [{
|
|
259
|
+
readonly name: "string";
|
|
260
|
+
readonly type: typeof Quoted;
|
|
261
|
+
}] extends readonly [{
|
|
262
|
+
name: string;
|
|
263
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
264
|
+
optional: true;
|
|
265
|
+
}] ? {
|
|
266
|
+
(): Quoted;
|
|
267
|
+
(arg1: undefined): Quoted;
|
|
268
|
+
} : readonly [{
|
|
269
|
+
readonly name: "string";
|
|
270
|
+
readonly type: typeof Quoted;
|
|
271
|
+
}] extends readonly [{
|
|
272
|
+
name: string;
|
|
273
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
274
|
+
optional?: boolean;
|
|
275
|
+
}] ? (arg1: Quoted | (Partial<{} & Omit<import("type-fest").OmitIndexSignature<{
|
|
276
|
+
[x: string]: never;
|
|
277
|
+
readonly string: Quoted;
|
|
278
|
+
}>, never>> & {} & Omit<import("type-fest").OmitIndexSignature<{
|
|
279
|
+
[x: string]: never;
|
|
280
|
+
readonly string: Quoted;
|
|
281
|
+
}>, never>)) => Quoted : readonly [{
|
|
282
|
+
readonly name: "string";
|
|
283
|
+
readonly type: typeof Quoted;
|
|
284
|
+
}] extends readonly [{
|
|
285
|
+
name: string;
|
|
286
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
287
|
+
optional: true;
|
|
288
|
+
}, {
|
|
289
|
+
name: string;
|
|
290
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
291
|
+
optional: true;
|
|
292
|
+
}] ? {
|
|
293
|
+
(): Quoted;
|
|
294
|
+
(arg1: never): Quoted;
|
|
295
|
+
(arg1: never, arg2: never): Quoted;
|
|
296
|
+
} : readonly [{
|
|
297
|
+
readonly name: "string";
|
|
298
|
+
readonly type: typeof Quoted;
|
|
299
|
+
}] extends readonly [{
|
|
300
|
+
name: string;
|
|
301
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
302
|
+
optional?: boolean;
|
|
303
|
+
}, {
|
|
304
|
+
name: string;
|
|
305
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
306
|
+
optional: true;
|
|
307
|
+
}] ? {
|
|
308
|
+
(arg1: never): Quoted;
|
|
309
|
+
(arg1: never, arg2: never): Quoted;
|
|
310
|
+
} : readonly [{
|
|
311
|
+
readonly name: "string";
|
|
312
|
+
readonly type: typeof Quoted;
|
|
313
|
+
}] extends readonly [{
|
|
314
|
+
name: string;
|
|
315
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
316
|
+
optional?: boolean;
|
|
317
|
+
}, {
|
|
318
|
+
name: string;
|
|
319
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
320
|
+
optional?: boolean;
|
|
321
|
+
}] ? {
|
|
322
|
+
(arg1: never): Quoted;
|
|
323
|
+
(arg1: never, arg2: never): Quoted;
|
|
324
|
+
} : readonly [{
|
|
325
|
+
readonly name: "string";
|
|
326
|
+
readonly type: typeof Quoted;
|
|
327
|
+
}] extends readonly [{
|
|
328
|
+
name: string;
|
|
329
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
330
|
+
optional?: boolean;
|
|
331
|
+
}, {
|
|
332
|
+
name: string;
|
|
333
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
334
|
+
optional?: boolean;
|
|
335
|
+
}, {
|
|
336
|
+
name: string;
|
|
337
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
338
|
+
optional: true;
|
|
339
|
+
}] ? {
|
|
340
|
+
(arg1: never, arg2: never): Quoted;
|
|
341
|
+
(arg1: never, arg2: never, arg3: never): Quoted;
|
|
342
|
+
} : readonly [{
|
|
343
|
+
readonly name: "string";
|
|
344
|
+
readonly type: typeof Quoted;
|
|
345
|
+
}] extends readonly [{
|
|
346
|
+
name: string;
|
|
347
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
348
|
+
optional?: boolean;
|
|
349
|
+
}, {
|
|
350
|
+
name: string;
|
|
351
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
352
|
+
optional?: boolean;
|
|
353
|
+
}, {
|
|
354
|
+
name: string;
|
|
355
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
356
|
+
optional?: boolean;
|
|
357
|
+
}] ? (arg1: never, arg2: never, arg3: never) => Quoted : readonly [{
|
|
358
|
+
readonly name: "string";
|
|
359
|
+
readonly type: typeof Quoted;
|
|
360
|
+
}] extends readonly [{
|
|
361
|
+
name: string;
|
|
362
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
363
|
+
optional?: boolean;
|
|
364
|
+
}, {
|
|
365
|
+
name: string;
|
|
366
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
367
|
+
optional?: boolean;
|
|
368
|
+
}, {
|
|
369
|
+
name: string;
|
|
370
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
371
|
+
optional?: boolean;
|
|
372
|
+
}, {
|
|
373
|
+
name: string;
|
|
374
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
375
|
+
optional: true;
|
|
376
|
+
}] ? {
|
|
377
|
+
(arg1: never, arg2: never, arg3: never): Quoted;
|
|
378
|
+
(arg1: never, arg2: never, arg3: never, arg4: never): Quoted;
|
|
379
|
+
} : readonly [{
|
|
380
|
+
readonly name: "string";
|
|
381
|
+
readonly type: typeof Quoted;
|
|
382
|
+
}] extends readonly [{
|
|
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
|
+
}, {
|
|
391
|
+
name: string;
|
|
392
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
393
|
+
optional?: boolean;
|
|
394
|
+
}, {
|
|
395
|
+
name: string;
|
|
396
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
397
|
+
optional?: boolean;
|
|
398
|
+
}] ? (arg1: never, arg2: never, arg3: never, arg4: never) => Quoted : readonly [{
|
|
399
|
+
readonly name: "string";
|
|
400
|
+
readonly type: typeof Quoted;
|
|
401
|
+
}] extends readonly [{
|
|
402
|
+
name: string;
|
|
403
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
404
|
+
optional?: boolean;
|
|
405
|
+
}, {
|
|
406
|
+
name: string;
|
|
407
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
408
|
+
optional?: boolean;
|
|
409
|
+
}, {
|
|
410
|
+
name: string;
|
|
411
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
412
|
+
optional?: boolean;
|
|
413
|
+
}, {
|
|
414
|
+
name: string;
|
|
415
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
416
|
+
optional?: boolean;
|
|
417
|
+
}, {
|
|
418
|
+
name: string;
|
|
419
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
420
|
+
optional: true;
|
|
421
|
+
}] ? {
|
|
422
|
+
(arg1: never, arg2: never, arg3: never, arg4: never): Quoted;
|
|
423
|
+
(arg1: never, arg2: never, arg3: never, arg4: never, arg5: never): Quoted;
|
|
424
|
+
} : readonly [{
|
|
425
|
+
readonly name: "string";
|
|
426
|
+
readonly type: typeof Quoted;
|
|
427
|
+
}] extends readonly [{
|
|
428
|
+
name: string;
|
|
429
|
+
type: import("@jesscss/core").ArgType | readonly import("@jesscss/core").ArgType[];
|
|
430
|
+
optional?: boolean;
|
|
431
|
+
}, {
|
|
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
|
+
}] ? (arg1: never, arg2: never, arg3: never, arg4: never, arg5: never) => Quoted : 1 extends number ? 1 extends 0 | 1 | 2 | 3 | 4 | 5 ? {} : (...args: any[]) => Quoted : {}) & any>): Quoted;
|
|
448
|
+
};
|
|
449
|
+
export default toUpperCase;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sass to-upper-case() function
|
|
3
|
+
*
|
|
4
|
+
* Converts a string to uppercase.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* to-upper-case("hello") // "HELLO"
|
|
8
|
+
*/
|
|
9
|
+
import { defineFunction, Quoted } from '@jesscss/core';
|
|
10
|
+
const toUpperCase = defineFunction('to-upper-case', function (string) {
|
|
11
|
+
const value = typeof string.value === 'string' ? string.value : string.valueOf();
|
|
12
|
+
const upperValue = value.toUpperCase();
|
|
13
|
+
return new Quoted(upperValue, string.options);
|
|
14
|
+
}, {
|
|
15
|
+
params: [
|
|
16
|
+
{
|
|
17
|
+
name: 'string',
|
|
18
|
+
type: Quoted
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
});
|
|
22
|
+
export default toUpperCase;
|
|
23
|
+
//# sourceMappingURL=to-upper-case.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"to-upper-case.js","sourceRoot":"","sources":["../../src/sass/to-upper-case.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEvD,MAAM,WAAW,GAAG,cAAc,CAChC,eAAe,EACf,UAAS,MAAc;IACrB,MAAM,KAAK,GAAG,OAAO,MAAM,CAAC,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC;IACjF,MAAM,UAAU,GAAG,KAAK,CAAC,WAAW,EAAE,CAAC;IACvC,OAAO,IAAI,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;AAChD,CAAC,EACD;IACE,MAAM,EAAE;QACN;YACE,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,MAAM;SACb;KACF;CACF,CACF,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sass transparentize() function
|
|
3
|
+
*
|
|
4
|
+
* Decrease the opacity of a color by an absolute amount.
|
|
5
|
+
* This is the same as Less's fadeout() function, just with different naming.
|
|
6
|
+
* Note: fade-out() is an alias for transparentize() in Sass.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* transparentize(hsla(90, 90%, 50%, 0.5), 0.1) // rgba(128, 242, 13, 0.4)
|
|
10
|
+
*/
|
|
11
|
+
export { default } from '../less/fadeout.js';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sass transparentize() function
|
|
3
|
+
*
|
|
4
|
+
* Decrease the opacity of a color by an absolute amount.
|
|
5
|
+
* This is the same as Less's fadeout() function, just with different naming.
|
|
6
|
+
* Note: fade-out() is an alias for transparentize() in Sass.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* transparentize(hsla(90, 90%, 50%, 0.5), 0.1) // rgba(128, 242, 13, 0.4)
|
|
10
|
+
*/
|
|
11
|
+
export { default } from '../less/fadeout.js';
|
|
12
|
+
//# sourceMappingURL=transparentize.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transparentize.js","sourceRoot":"","sources":["../../src/sass/transparentize.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC"}
|