sass 1.79.1 → 1.79.3
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/package.json +1 -1
- package/sass.dart.js +19 -17
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=14.0.0"},"dependencies":{"chokidar":"^4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.79.
|
|
1
|
+
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=14.0.0"},"dependencies":{"chokidar":"^4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.79.3","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -13602,8 +13602,8 @@ self.util = _cliPkgRequires.util;
|
|
|
13602
13602
|
_isNone(value) {
|
|
13603
13603
|
return value instanceof A.SassString && !value._hasQuotes && value._string$_text.toLowerCase() === "none";
|
|
13604
13604
|
},
|
|
13605
|
-
_channelFunction($name, getter, global, unit) {
|
|
13606
|
-
return A.BuiltInCallable$function($name, "$color", new A._channelFunction_closure(getter, unit, global, $name), "sass:color");
|
|
13605
|
+
_channelFunction($name, space, getter, global, unit) {
|
|
13606
|
+
return A.BuiltInCallable$function($name, "$color", new A._channelFunction_closure(getter, unit, global, $name, space), "sass:color");
|
|
13607
13607
|
},
|
|
13608
13608
|
_suggestScaleAndAdjust(original, adjustment, channelName) {
|
|
13609
13609
|
var t2, oldValue, newValue, factor, t3, suggestion,
|
|
@@ -13836,12 +13836,13 @@ self.util = _cliPkgRequires.util;
|
|
|
13836
13836
|
this.channel = t0;
|
|
13837
13837
|
this.clamp = t1;
|
|
13838
13838
|
},
|
|
13839
|
-
_channelFunction_closure: function _channelFunction_closure(t0, t1, t2, t3) {
|
|
13839
|
+
_channelFunction_closure: function _channelFunction_closure(t0, t1, t2, t3, t4) {
|
|
13840
13840
|
var _ = this;
|
|
13841
13841
|
_.getter = t0;
|
|
13842
13842
|
_.unit = t1;
|
|
13843
13843
|
_.global = t2;
|
|
13844
13844
|
_.name = t3;
|
|
13845
|
+
_.space = t4;
|
|
13845
13846
|
},
|
|
13846
13847
|
_suggestScaleAndAdjust_closure: function _suggestScaleAndAdjust_closure(t0) {
|
|
13847
13848
|
this.channelName = t0;
|
|
@@ -24144,8 +24145,8 @@ self.util = _cliPkgRequires.util;
|
|
|
24144
24145
|
_isNone0(value) {
|
|
24145
24146
|
return value instanceof A.SassString0 && !value._string0$_hasQuotes && value._string0$_text.toLowerCase() === "none";
|
|
24146
24147
|
},
|
|
24147
|
-
_channelFunction0($name, getter, global, unit) {
|
|
24148
|
-
return A.BuiltInCallable$function0($name, "$color", new A._channelFunction_closure0(getter, unit, global, $name), "sass:color");
|
|
24148
|
+
_channelFunction0($name, space, getter, global, unit) {
|
|
24149
|
+
return A.BuiltInCallable$function0($name, "$color", new A._channelFunction_closure0(getter, unit, global, $name, space), "sass:color");
|
|
24149
24150
|
},
|
|
24150
24151
|
_suggestScaleAndAdjust0(original, adjustment, channelName) {
|
|
24151
24152
|
var t2, oldValue, newValue, factor, t3, suggestion,
|
|
@@ -24378,12 +24379,13 @@ self.util = _cliPkgRequires.util;
|
|
|
24378
24379
|
this.channel = t0;
|
|
24379
24380
|
this.clamp = t1;
|
|
24380
24381
|
},
|
|
24381
|
-
_channelFunction_closure0: function _channelFunction_closure0(t0, t1, t2, t3) {
|
|
24382
|
+
_channelFunction_closure0: function _channelFunction_closure0(t0, t1, t2, t3, t4) {
|
|
24382
24383
|
var _ = this;
|
|
24383
24384
|
_.getter = t0;
|
|
24384
24385
|
_.unit = t1;
|
|
24385
24386
|
_.global = t2;
|
|
24386
24387
|
_.name = t3;
|
|
24388
|
+
_.space = t4;
|
|
24387
24389
|
},
|
|
24388
24390
|
_suggestScaleAndAdjust_closure0: function _suggestScaleAndAdjust_closure0(t0) {
|
|
24389
24391
|
this.channelName = t0;
|
|
@@ -28334,7 +28336,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28334
28336
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
28335
28337
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
28336
28338
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
28337
|
-
J.set$info$x(self.exports, "dart-sass\t1.79.
|
|
28339
|
+
J.set$info$x(self.exports, "dart-sass\t1.79.3\t(Sass Compiler)\t[Dart]\ndart2js\t3.5.3\t(Dart Compiler)\t[Dart]");
|
|
28338
28340
|
A.updateCanonicalizeContextPrototype();
|
|
28339
28341
|
A.updateSourceSpanPrototype();
|
|
28340
28342
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -33561,7 +33563,7 @@ self.util = _cliPkgRequires.util;
|
|
|
33561
33563
|
switch ($async$goto) {
|
|
33562
33564
|
case 0:
|
|
33563
33565
|
// Function start
|
|
33564
|
-
$async$returnValue = "1.79.
|
|
33566
|
+
$async$returnValue = "1.79.3 compiled with dart2js 3.5.3";
|
|
33565
33567
|
// goto return
|
|
33566
33568
|
$async$goto = 1;
|
|
33567
33569
|
break;
|
|
@@ -51704,7 +51706,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51704
51706
|
}
|
|
51705
51707
|
try {
|
|
51706
51708
|
argVersion = A.Version_Version$parse(id);
|
|
51707
|
-
sassVersion = A.Version_Version$parse("1.79.
|
|
51709
|
+
sassVersion = A.Version_Version$parse("1.79.3");
|
|
51708
51710
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
51709
51711
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
51710
51712
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -54499,7 +54501,7 @@ self.util = _cliPkgRequires.util;
|
|
|
54499
54501
|
result = A.SassNumber_SassNumber(_this.getter.call$1(J.get$first$ax($arguments).assertColor$1("color")), _this.unit),
|
|
54500
54502
|
t1 = _this.global ? "" : "color.",
|
|
54501
54503
|
t2 = _this.name;
|
|
54502
|
-
A.warnForDeprecation(t1 + t2 + string$.x28__is_d + t2 + string$.x29x0a_Mor_, B.Deprecation_ukt);
|
|
54504
|
+
A.warnForDeprecation(t1 + t2 + string$.x28__is_d + t2 + '", $space: ' + _this.space.toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_ukt);
|
|
54503
54505
|
return result;
|
|
54504
54506
|
},
|
|
54505
54507
|
$signature: 25
|
|
@@ -96719,7 +96721,7 @@ self.util = _cliPkgRequires.util;
|
|
|
96719
96721
|
result = A.SassNumber_SassNumber0(_this.getter.call$1(J.get$first$ax($arguments).assertColor$1("color")), _this.unit),
|
|
96720
96722
|
t1 = _this.global ? "" : "color.",
|
|
96721
96723
|
t2 = _this.name;
|
|
96722
|
-
A.warnForDeprecation0(t1 + t2 + string$.x28__is_d + t2 + string$.x29x0a_Mor_, B.Deprecation_ivT);
|
|
96724
|
+
A.warnForDeprecation0(t1 + t2 + string$.x28__is_d + t2 + '", $space: ' + _this.space.toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_ivT);
|
|
96723
96725
|
return result;
|
|
96724
96726
|
},
|
|
96725
96727
|
$signature: 22
|
|
@@ -123655,7 +123657,7 @@ self.util = _cliPkgRequires.util;
|
|
|
123655
123657
|
x24separ: '$separator: Must be "space", "comma", "slash", or "auto".',
|
|
123656
123658
|
x27x20must: "' must be a path relative to the package root at '",
|
|
123657
123659
|
x27x2c_whi: "', which is not a '.scss', '.sass', or '.css' file.",
|
|
123658
|
-
x28__is_d:
|
|
123660
|
+
x28__is_d: '() is deprecated. Suggestion:\n\ncolor.channel($color, "',
|
|
123659
123661
|
x28__is_oa: "() is only supported for legacy colors. Please use color.adjust() instead with an explicit $space argument.",
|
|
123660
123662
|
x28__is_oc: "() is only supported for legacy colors. Please use color.channel() instead with an explicit $space argument.",
|
|
123661
123663
|
x28__isn: "() isn't in the sass:color module.\n\nRecommendation: color.adjust(",
|
|
@@ -123761,7 +123763,7 @@ self.util = _cliPkgRequires.util;
|
|
|
123761
123763
|
The_fie: "The findFileUrl() method must return a URL.",
|
|
123762
123764
|
The_fiu: 'The findFileUrl() must return a URL with scheme file://, was "',
|
|
123763
123765
|
The_gi: "The given LineScannerState was not returned by this LineScanner.",
|
|
123764
|
-
The_le: "The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.",
|
|
123766
|
+
The_le: "The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.\n\nMore info: https://sass-lang.com/d/legacy-js-api",
|
|
123765
123767
|
The_lo: "The load() function must return an object with contents and syntax fields.",
|
|
123766
123768
|
The_pa: "The parent selector isn't allowed in plain CSS.",
|
|
123767
123769
|
The_sa: "The same variable may only be configured once.",
|
|
@@ -125221,7 +125223,7 @@ self.util = _cliPkgRequires.util;
|
|
|
125221
125223
|
_s15_ = "$color, $amount",
|
|
125222
125224
|
t1 = type$.String,
|
|
125223
125225
|
t2 = type$.Value_Function_List_Value;
|
|
125224
|
-
return A.UnmodifiableListView$(A._setArrayType([A._channelFunction("red", new A.global_closure0(), true, null).withDeprecationWarning$1(_s5_), A._channelFunction("green", new A.global_closure1(), true, null).withDeprecationWarning$1(_s5_), A._channelFunction("blue", new A.global_closure2(), true, null).withDeprecationWarning$1(_s5_), $.$get$_mix().withDeprecationWarning$1(_s5_), A.BuiltInCallable$overloadedFunction("rgb", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure3(), _s19_, new A.global_closure4(), "$color, $alpha", new A.global_closure5(), "$channels", new A.global_closure6()], t1, t2)), A.BuiltInCallable$overloadedFunction("rgba", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure7(), _s19_, new A.global_closure8(), "$color, $alpha", new A.global_closure9(), "$channels", new A.global_closure10()], t1, t2)), A._function5("invert", "$color, $weight: 100%, $space: null", new A.global_closure11()).withDeprecationWarning$1(_s5_), A._channelFunction("hue", new A.global_closure12(), true, "deg").withDeprecationWarning$1(_s5_), A._channelFunction("saturation", new A.global_closure13(), true, "%").withDeprecationWarning$1(_s5_), A._channelFunction("lightness", new A.global_closure14(), true, "%").withDeprecationWarning$1(_s5_), A.BuiltInCallable$overloadedFunction("hsl", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure15(), _s29_, new A.global_closure16(), _s17_, new A.global_closure17(), "$channels", new A.global_closure18()], t1, t2)), A.BuiltInCallable$overloadedFunction("hsla", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure19(), _s29_, new A.global_closure20(), _s17_, new A.global_closure21(), "$channels", new A.global_closure22()], t1, t2)), A._function5("grayscale", "$color", new A.global_closure23()), A._function5("adjust-hue", "$color, $degrees", new A.global_closure24()).withDeprecationWarning$2(_s5_, _s6_), A._function5("lighten", _s15_, new A.global_closure25()).withDeprecationWarning$2(_s5_, _s6_), A._function5("darken", _s15_, new A.global_closure26()).withDeprecationWarning$2(_s5_, _s6_), A.BuiltInCallable$overloadedFunction("saturate", A.LinkedHashMap_LinkedHashMap$_literal(["$amount", new A.global_closure27(), "$color, $amount", new A.global_closure28()], t1, t2)), A._function5("desaturate", _s15_, new A.global_closure29()).withDeprecationWarning$2(_s5_, _s6_), A._function5("opacify", _s15_, new A.global_closure30()).withDeprecationWarning$2(_s5_, _s6_), A._function5("fade-in", _s15_, new A.global_closure31()).withDeprecationWarning$2(_s5_, _s6_), A._function5("transparentize", _s15_, new A.global_closure32()).withDeprecationWarning$2(_s5_, _s6_), A._function5("fade-out", _s15_, new A.global_closure33()).withDeprecationWarning$2(_s5_, _s6_), A.BuiltInCallable$overloadedFunction("alpha", A.LinkedHashMap_LinkedHashMap$_literal(["$color", new A.global_closure34(), "$args...", new A.global_closure35()], t1, t2)), A._function5("opacity", "$color", new A.global_closure36()), A._function5(_s5_, "$description", new A.global_closure37()), A._function5("hwb", _s9_, new A.global_closure38()), A._function5("lab", _s9_, new A.global_closure39()), A._function5("lch", _s9_, new A.global_closure40()), A._function5("oklab", _s9_, new A.global_closure41()), A._function5("oklch", _s9_, new A.global_closure42()), $.$get$_complement().withDeprecationWarning$1(_s5_), $.$get$_ieHexStr(), $.$get$_adjust().withDeprecationWarning$1(_s5_).withName$1("adjust-color"), $.$get$_scale().withDeprecationWarning$1(_s5_).withName$1("scale-color"), $.$get$_change().withDeprecationWarning$1(_s5_).withName$1("change-color")], type$.JSArray_BuiltInCallable), type$.BuiltInCallable);
|
|
125226
|
+
return A.UnmodifiableListView$(A._setArrayType([A._channelFunction("red", B.RgbColorSpace_mlz, new A.global_closure0(), true, null).withDeprecationWarning$1(_s5_), A._channelFunction("green", B.RgbColorSpace_mlz, new A.global_closure1(), true, null).withDeprecationWarning$1(_s5_), A._channelFunction("blue", B.RgbColorSpace_mlz, new A.global_closure2(), true, null).withDeprecationWarning$1(_s5_), $.$get$_mix().withDeprecationWarning$1(_s5_), A.BuiltInCallable$overloadedFunction("rgb", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure3(), _s19_, new A.global_closure4(), "$color, $alpha", new A.global_closure5(), "$channels", new A.global_closure6()], t1, t2)), A.BuiltInCallable$overloadedFunction("rgba", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure7(), _s19_, new A.global_closure8(), "$color, $alpha", new A.global_closure9(), "$channels", new A.global_closure10()], t1, t2)), A._function5("invert", "$color, $weight: 100%, $space: null", new A.global_closure11()).withDeprecationWarning$1(_s5_), A._channelFunction("hue", B.HslColorSpace_gsm, new A.global_closure12(), true, "deg").withDeprecationWarning$1(_s5_), A._channelFunction("saturation", B.HslColorSpace_gsm, new A.global_closure13(), true, "%").withDeprecationWarning$1(_s5_), A._channelFunction("lightness", B.HslColorSpace_gsm, new A.global_closure14(), true, "%").withDeprecationWarning$1(_s5_), A.BuiltInCallable$overloadedFunction("hsl", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure15(), _s29_, new A.global_closure16(), _s17_, new A.global_closure17(), "$channels", new A.global_closure18()], t1, t2)), A.BuiltInCallable$overloadedFunction("hsla", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure19(), _s29_, new A.global_closure20(), _s17_, new A.global_closure21(), "$channels", new A.global_closure22()], t1, t2)), A._function5("grayscale", "$color", new A.global_closure23()), A._function5("adjust-hue", "$color, $degrees", new A.global_closure24()).withDeprecationWarning$2(_s5_, _s6_), A._function5("lighten", _s15_, new A.global_closure25()).withDeprecationWarning$2(_s5_, _s6_), A._function5("darken", _s15_, new A.global_closure26()).withDeprecationWarning$2(_s5_, _s6_), A.BuiltInCallable$overloadedFunction("saturate", A.LinkedHashMap_LinkedHashMap$_literal(["$amount", new A.global_closure27(), "$color, $amount", new A.global_closure28()], t1, t2)), A._function5("desaturate", _s15_, new A.global_closure29()).withDeprecationWarning$2(_s5_, _s6_), A._function5("opacify", _s15_, new A.global_closure30()).withDeprecationWarning$2(_s5_, _s6_), A._function5("fade-in", _s15_, new A.global_closure31()).withDeprecationWarning$2(_s5_, _s6_), A._function5("transparentize", _s15_, new A.global_closure32()).withDeprecationWarning$2(_s5_, _s6_), A._function5("fade-out", _s15_, new A.global_closure33()).withDeprecationWarning$2(_s5_, _s6_), A.BuiltInCallable$overloadedFunction("alpha", A.LinkedHashMap_LinkedHashMap$_literal(["$color", new A.global_closure34(), "$args...", new A.global_closure35()], t1, t2)), A._function5("opacity", "$color", new A.global_closure36()), A._function5(_s5_, "$description", new A.global_closure37()), A._function5("hwb", _s9_, new A.global_closure38()), A._function5("lab", _s9_, new A.global_closure39()), A._function5("lch", _s9_, new A.global_closure40()), A._function5("oklab", _s9_, new A.global_closure41()), A._function5("oklch", _s9_, new A.global_closure42()), $.$get$_complement().withDeprecationWarning$1(_s5_), $.$get$_ieHexStr(), $.$get$_adjust().withDeprecationWarning$1(_s5_).withName$1("adjust-color"), $.$get$_scale().withDeprecationWarning$1(_s5_).withName$1("scale-color"), $.$get$_change().withDeprecationWarning$1(_s5_).withName$1("change-color")], type$.JSArray_BuiltInCallable), type$.BuiltInCallable);
|
|
125225
125227
|
});
|
|
125226
125228
|
_lazyFinal($, "module", "$get$module", () => {
|
|
125227
125229
|
var _null = null,
|
|
@@ -125231,7 +125233,7 @@ self.util = _cliPkgRequires.util;
|
|
|
125231
125233
|
_s30_ = "$color, $channel, $space: null",
|
|
125232
125234
|
t1 = type$.String,
|
|
125233
125235
|
t2 = type$.Value_Function_List_Value;
|
|
125234
|
-
return A.BuiltInModule$("color", A._setArrayType([A._channelFunction("red", new A.module_closure1(), false, _null), A._channelFunction("green", new A.module_closure2(), false, _null), A._channelFunction("blue", new A.module_closure3(), false, _null), $.$get$_mix(), A._function5("invert", "$color, $weight: 100%, $space: null", new A.module_closure4()), A._channelFunction("hue", new A.module_closure5(), false, "deg"), A._channelFunction(_s10_, new A.module_closure6(), false, "%"), A._channelFunction(_s9_, new A.module_closure7(), false, "%"), A._removedColorFunction("adjust-hue", "hue", false), A._removedColorFunction("lighten", _s9_, false), A._removedColorFunction("darken", _s9_, true), A._removedColorFunction("saturate", _s10_, false), A._removedColorFunction("desaturate", _s10_, true), A._function5("grayscale", _s6_, new A.module_closure8()), A.BuiltInCallable$overloadedFunction("hwb", A.LinkedHashMap_LinkedHashMap$_literal(["$hue, $whiteness, $blackness, $alpha: 1", new A.module_closure9(), "$channels", new A.module_closure10()], t1, t2)), A._channelFunction("whiteness", new A.module_closure11(), false, "%"), A._channelFunction("blackness", new A.module_closure12(), false, "%"), A._removedColorFunction("opacify", _s5_, false), A._removedColorFunction("fade-in", _s5_, false), A._removedColorFunction("transparentize", _s5_, true), A._removedColorFunction("fade-out", _s5_, true), A.BuiltInCallable$overloadedFunction(_s5_, A.LinkedHashMap_LinkedHashMap$_literal(["$color", new A.module_closure13(), "$args...", new A.module_closure14()], t1, t2)), A._function5("opacity", _s6_, new A.module_closure15()), A._function5("space", _s6_, new A.module_closure16()), A._function5("to-space", "$color, $space", new A.module_closure17()), A._function5("is-legacy", _s6_, new A.module_closure18()), A._function5("is-missing", "$color, $channel", new A.module_closure19()), A._function5("is-in-gamut", "$color, $space: null", new A.module_closure20()), A._function5("to-gamut", "$color, $space: null, $method: null", new A.module_closure21()), A._function5("channel", _s30_, new A.module_closure22()), A._function5("same", "$color1, $color2", new A.module_closure23()), A._function5("is-powerless", _s30_, new A.module_closure24()), $.$get$_complement(), $.$get$_adjust(), $.$get$_scale(), $.$get$_change(), $.$get$_ieHexStr()], type$.JSArray_Callable), _null, _null, type$.Callable);
|
|
125236
|
+
return A.BuiltInModule$("color", A._setArrayType([A._channelFunction("red", B.RgbColorSpace_mlz, new A.module_closure1(), false, _null), A._channelFunction("green", B.RgbColorSpace_mlz, new A.module_closure2(), false, _null), A._channelFunction("blue", B.RgbColorSpace_mlz, new A.module_closure3(), false, _null), $.$get$_mix(), A._function5("invert", "$color, $weight: 100%, $space: null", new A.module_closure4()), A._channelFunction("hue", B.HslColorSpace_gsm, new A.module_closure5(), false, "deg"), A._channelFunction(_s10_, B.HslColorSpace_gsm, new A.module_closure6(), false, "%"), A._channelFunction(_s9_, B.HslColorSpace_gsm, new A.module_closure7(), false, "%"), A._removedColorFunction("adjust-hue", "hue", false), A._removedColorFunction("lighten", _s9_, false), A._removedColorFunction("darken", _s9_, true), A._removedColorFunction("saturate", _s10_, false), A._removedColorFunction("desaturate", _s10_, true), A._function5("grayscale", _s6_, new A.module_closure8()), A.BuiltInCallable$overloadedFunction("hwb", A.LinkedHashMap_LinkedHashMap$_literal(["$hue, $whiteness, $blackness, $alpha: 1", new A.module_closure9(), "$channels", new A.module_closure10()], t1, t2)), A._channelFunction("whiteness", B.HwbColorSpace_06z, new A.module_closure11(), false, "%"), A._channelFunction("blackness", B.HwbColorSpace_06z, new A.module_closure12(), false, "%"), A._removedColorFunction("opacify", _s5_, false), A._removedColorFunction("fade-in", _s5_, false), A._removedColorFunction("transparentize", _s5_, true), A._removedColorFunction("fade-out", _s5_, true), A.BuiltInCallable$overloadedFunction(_s5_, A.LinkedHashMap_LinkedHashMap$_literal(["$color", new A.module_closure13(), "$args...", new A.module_closure14()], t1, t2)), A._function5("opacity", _s6_, new A.module_closure15()), A._function5("space", _s6_, new A.module_closure16()), A._function5("to-space", "$color, $space", new A.module_closure17()), A._function5("is-legacy", _s6_, new A.module_closure18()), A._function5("is-missing", "$color, $channel", new A.module_closure19()), A._function5("is-in-gamut", "$color, $space: null", new A.module_closure20()), A._function5("to-gamut", "$color, $space: null, $method: null", new A.module_closure21()), A._function5("channel", _s30_, new A.module_closure22()), A._function5("same", "$color1, $color2", new A.module_closure23()), A._function5("is-powerless", _s30_, new A.module_closure24()), $.$get$_complement(), $.$get$_adjust(), $.$get$_scale(), $.$get$_change(), $.$get$_ieHexStr()], type$.JSArray_Callable), _null, _null, type$.Callable);
|
|
125235
125237
|
});
|
|
125236
125238
|
_lazyFinal($, "_mix", "$get$_mix", () => A._function5("mix", string$.x24color, new A._mix_closure()));
|
|
125237
125239
|
_lazyFinal($, "_complement", "$get$_complement", () => A._function5("complement", "$color, $space: null", new A._complement_closure()));
|
|
@@ -125498,7 +125500,7 @@ self.util = _cliPkgRequires.util;
|
|
|
125498
125500
|
_s15_ = "$color, $amount",
|
|
125499
125501
|
t1 = type$.String,
|
|
125500
125502
|
t2 = type$.Value_Function_List_Value_2;
|
|
125501
|
-
return A.UnmodifiableListView$(A._setArrayType([A._channelFunction0("red", new A.global_closure44(), true, null).withDeprecationWarning$1(_s5_), A._channelFunction0("green", new A.global_closure45(), true, null).withDeprecationWarning$1(_s5_), A._channelFunction0("blue", new A.global_closure46(), true, null).withDeprecationWarning$1(_s5_), $.$get$_mix0().withDeprecationWarning$1(_s5_), A.BuiltInCallable$overloadedFunction0("rgb", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure47(), _s19_, new A.global_closure48(), "$color, $alpha", new A.global_closure49(), "$channels", new A.global_closure50()], t1, t2)), A.BuiltInCallable$overloadedFunction0("rgba", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure51(), _s19_, new A.global_closure52(), "$color, $alpha", new A.global_closure53(), "$channels", new A.global_closure54()], t1, t2)), A._function12("invert", "$color, $weight: 100%, $space: null", new A.global_closure55()).withDeprecationWarning$1(_s5_), A._channelFunction0("hue", new A.global_closure56(), true, "deg").withDeprecationWarning$1(_s5_), A._channelFunction0("saturation", new A.global_closure57(), true, "%").withDeprecationWarning$1(_s5_), A._channelFunction0("lightness", new A.global_closure58(), true, "%").withDeprecationWarning$1(_s5_), A.BuiltInCallable$overloadedFunction0("hsl", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure59(), _s29_, new A.global_closure60(), _s17_, new A.global_closure61(), "$channels", new A.global_closure62()], t1, t2)), A.BuiltInCallable$overloadedFunction0("hsla", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure63(), _s29_, new A.global_closure64(), _s17_, new A.global_closure65(), "$channels", new A.global_closure66()], t1, t2)), A._function12("grayscale", "$color", new A.global_closure67()), A._function12("adjust-hue", "$color, $degrees", new A.global_closure68()).withDeprecationWarning$2(_s5_, _s6_), A._function12("lighten", _s15_, new A.global_closure69()).withDeprecationWarning$2(_s5_, _s6_), A._function12("darken", _s15_, new A.global_closure70()).withDeprecationWarning$2(_s5_, _s6_), A.BuiltInCallable$overloadedFunction0("saturate", A.LinkedHashMap_LinkedHashMap$_literal(["$amount", new A.global_closure71(), "$color, $amount", new A.global_closure72()], t1, t2)), A._function12("desaturate", _s15_, new A.global_closure73()).withDeprecationWarning$2(_s5_, _s6_), A._function12("opacify", _s15_, new A.global_closure74()).withDeprecationWarning$2(_s5_, _s6_), A._function12("fade-in", _s15_, new A.global_closure75()).withDeprecationWarning$2(_s5_, _s6_), A._function12("transparentize", _s15_, new A.global_closure76()).withDeprecationWarning$2(_s5_, _s6_), A._function12("fade-out", _s15_, new A.global_closure77()).withDeprecationWarning$2(_s5_, _s6_), A.BuiltInCallable$overloadedFunction0("alpha", A.LinkedHashMap_LinkedHashMap$_literal(["$color", new A.global_closure78(), "$args...", new A.global_closure79()], t1, t2)), A._function12("opacity", "$color", new A.global_closure80()), A._function12(_s5_, "$description", new A.global_closure81()), A._function12("hwb", _s9_, new A.global_closure82()), A._function12("lab", _s9_, new A.global_closure83()), A._function12("lch", _s9_, new A.global_closure84()), A._function12("oklab", _s9_, new A.global_closure85()), A._function12("oklch", _s9_, new A.global_closure86()), $.$get$_complement0().withDeprecationWarning$1(_s5_), $.$get$_ieHexStr0(), $.$get$_adjust0().withDeprecationWarning$1(_s5_).withName$1("adjust-color"), $.$get$_scale0().withDeprecationWarning$1(_s5_).withName$1("scale-color"), $.$get$_change0().withDeprecationWarning$1(_s5_).withName$1("change-color")], type$.JSArray_BuiltInCallable_2), type$.BuiltInCallable_2);
|
|
125503
|
+
return A.UnmodifiableListView$(A._setArrayType([A._channelFunction0("red", B.RgbColorSpace_mlz0, new A.global_closure44(), true, null).withDeprecationWarning$1(_s5_), A._channelFunction0("green", B.RgbColorSpace_mlz0, new A.global_closure45(), true, null).withDeprecationWarning$1(_s5_), A._channelFunction0("blue", B.RgbColorSpace_mlz0, new A.global_closure46(), true, null).withDeprecationWarning$1(_s5_), $.$get$_mix0().withDeprecationWarning$1(_s5_), A.BuiltInCallable$overloadedFunction0("rgb", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure47(), _s19_, new A.global_closure48(), "$color, $alpha", new A.global_closure49(), "$channels", new A.global_closure50()], t1, t2)), A.BuiltInCallable$overloadedFunction0("rgba", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure51(), _s19_, new A.global_closure52(), "$color, $alpha", new A.global_closure53(), "$channels", new A.global_closure54()], t1, t2)), A._function12("invert", "$color, $weight: 100%, $space: null", new A.global_closure55()).withDeprecationWarning$1(_s5_), A._channelFunction0("hue", B.HslColorSpace_gsm0, new A.global_closure56(), true, "deg").withDeprecationWarning$1(_s5_), A._channelFunction0("saturation", B.HslColorSpace_gsm0, new A.global_closure57(), true, "%").withDeprecationWarning$1(_s5_), A._channelFunction0("lightness", B.HslColorSpace_gsm0, new A.global_closure58(), true, "%").withDeprecationWarning$1(_s5_), A.BuiltInCallable$overloadedFunction0("hsl", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure59(), _s29_, new A.global_closure60(), _s17_, new A.global_closure61(), "$channels", new A.global_closure62()], t1, t2)), A.BuiltInCallable$overloadedFunction0("hsla", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure63(), _s29_, new A.global_closure64(), _s17_, new A.global_closure65(), "$channels", new A.global_closure66()], t1, t2)), A._function12("grayscale", "$color", new A.global_closure67()), A._function12("adjust-hue", "$color, $degrees", new A.global_closure68()).withDeprecationWarning$2(_s5_, _s6_), A._function12("lighten", _s15_, new A.global_closure69()).withDeprecationWarning$2(_s5_, _s6_), A._function12("darken", _s15_, new A.global_closure70()).withDeprecationWarning$2(_s5_, _s6_), A.BuiltInCallable$overloadedFunction0("saturate", A.LinkedHashMap_LinkedHashMap$_literal(["$amount", new A.global_closure71(), "$color, $amount", new A.global_closure72()], t1, t2)), A._function12("desaturate", _s15_, new A.global_closure73()).withDeprecationWarning$2(_s5_, _s6_), A._function12("opacify", _s15_, new A.global_closure74()).withDeprecationWarning$2(_s5_, _s6_), A._function12("fade-in", _s15_, new A.global_closure75()).withDeprecationWarning$2(_s5_, _s6_), A._function12("transparentize", _s15_, new A.global_closure76()).withDeprecationWarning$2(_s5_, _s6_), A._function12("fade-out", _s15_, new A.global_closure77()).withDeprecationWarning$2(_s5_, _s6_), A.BuiltInCallable$overloadedFunction0("alpha", A.LinkedHashMap_LinkedHashMap$_literal(["$color", new A.global_closure78(), "$args...", new A.global_closure79()], t1, t2)), A._function12("opacity", "$color", new A.global_closure80()), A._function12(_s5_, "$description", new A.global_closure81()), A._function12("hwb", _s9_, new A.global_closure82()), A._function12("lab", _s9_, new A.global_closure83()), A._function12("lch", _s9_, new A.global_closure84()), A._function12("oklab", _s9_, new A.global_closure85()), A._function12("oklch", _s9_, new A.global_closure86()), $.$get$_complement0().withDeprecationWarning$1(_s5_), $.$get$_ieHexStr0(), $.$get$_adjust0().withDeprecationWarning$1(_s5_).withName$1("adjust-color"), $.$get$_scale0().withDeprecationWarning$1(_s5_).withName$1("scale-color"), $.$get$_change0().withDeprecationWarning$1(_s5_).withName$1("change-color")], type$.JSArray_BuiltInCallable_2), type$.BuiltInCallable_2);
|
|
125502
125504
|
});
|
|
125503
125505
|
_lazyFinal($, "module5", "$get$module5", () => {
|
|
125504
125506
|
var _null = null,
|
|
@@ -125508,7 +125510,7 @@ self.util = _cliPkgRequires.util;
|
|
|
125508
125510
|
_s30_ = "$color, $channel, $space: null",
|
|
125509
125511
|
t1 = type$.String,
|
|
125510
125512
|
t2 = type$.Value_Function_List_Value_2;
|
|
125511
|
-
return A.BuiltInModule$0("color", A._setArrayType([A._channelFunction0("red", new A.module_closure27(), false, _null), A._channelFunction0("green", new A.module_closure28(), false, _null), A._channelFunction0("blue", new A.module_closure29(), false, _null), $.$get$_mix0(), A._function12("invert", "$color, $weight: 100%, $space: null", new A.module_closure30()), A._channelFunction0("hue", new A.module_closure31(), false, "deg"), A._channelFunction0(_s10_, new A.module_closure32(), false, "%"), A._channelFunction0(_s9_, new A.module_closure33(), false, "%"), A._removedColorFunction0("adjust-hue", "hue", false), A._removedColorFunction0("lighten", _s9_, false), A._removedColorFunction0("darken", _s9_, true), A._removedColorFunction0("saturate", _s10_, false), A._removedColorFunction0("desaturate", _s10_, true), A._function12("grayscale", _s6_, new A.module_closure34()), A.BuiltInCallable$overloadedFunction0("hwb", A.LinkedHashMap_LinkedHashMap$_literal(["$hue, $whiteness, $blackness, $alpha: 1", new A.module_closure35(), "$channels", new A.module_closure36()], t1, t2)), A._channelFunction0("whiteness", new A.module_closure37(), false, "%"), A._channelFunction0("blackness", new A.module_closure38(), false, "%"), A._removedColorFunction0("opacify", _s5_, false), A._removedColorFunction0("fade-in", _s5_, false), A._removedColorFunction0("transparentize", _s5_, true), A._removedColorFunction0("fade-out", _s5_, true), A.BuiltInCallable$overloadedFunction0(_s5_, A.LinkedHashMap_LinkedHashMap$_literal(["$color", new A.module_closure39(), "$args...", new A.module_closure40()], t1, t2)), A._function12("opacity", _s6_, new A.module_closure41()), A._function12("space", _s6_, new A.module_closure42()), A._function12("to-space", "$color, $space", new A.module_closure43()), A._function12("is-legacy", _s6_, new A.module_closure44()), A._function12("is-missing", "$color, $channel", new A.module_closure45()), A._function12("is-in-gamut", "$color, $space: null", new A.module_closure46()), A._function12("to-gamut", "$color, $space: null, $method: null", new A.module_closure47()), A._function12("channel", _s30_, new A.module_closure48()), A._function12("same", "$color1, $color2", new A.module_closure49()), A._function12("is-powerless", _s30_, new A.module_closure50()), $.$get$_complement0(), $.$get$_adjust0(), $.$get$_scale0(), $.$get$_change0(), $.$get$_ieHexStr0()], type$.JSArray_Callable_2), _null, _null, type$.Callable_2);
|
|
125513
|
+
return A.BuiltInModule$0("color", A._setArrayType([A._channelFunction0("red", B.RgbColorSpace_mlz0, new A.module_closure27(), false, _null), A._channelFunction0("green", B.RgbColorSpace_mlz0, new A.module_closure28(), false, _null), A._channelFunction0("blue", B.RgbColorSpace_mlz0, new A.module_closure29(), false, _null), $.$get$_mix0(), A._function12("invert", "$color, $weight: 100%, $space: null", new A.module_closure30()), A._channelFunction0("hue", B.HslColorSpace_gsm0, new A.module_closure31(), false, "deg"), A._channelFunction0(_s10_, B.HslColorSpace_gsm0, new A.module_closure32(), false, "%"), A._channelFunction0(_s9_, B.HslColorSpace_gsm0, new A.module_closure33(), false, "%"), A._removedColorFunction0("adjust-hue", "hue", false), A._removedColorFunction0("lighten", _s9_, false), A._removedColorFunction0("darken", _s9_, true), A._removedColorFunction0("saturate", _s10_, false), A._removedColorFunction0("desaturate", _s10_, true), A._function12("grayscale", _s6_, new A.module_closure34()), A.BuiltInCallable$overloadedFunction0("hwb", A.LinkedHashMap_LinkedHashMap$_literal(["$hue, $whiteness, $blackness, $alpha: 1", new A.module_closure35(), "$channels", new A.module_closure36()], t1, t2)), A._channelFunction0("whiteness", B.HwbColorSpace_06z0, new A.module_closure37(), false, "%"), A._channelFunction0("blackness", B.HwbColorSpace_06z0, new A.module_closure38(), false, "%"), A._removedColorFunction0("opacify", _s5_, false), A._removedColorFunction0("fade-in", _s5_, false), A._removedColorFunction0("transparentize", _s5_, true), A._removedColorFunction0("fade-out", _s5_, true), A.BuiltInCallable$overloadedFunction0(_s5_, A.LinkedHashMap_LinkedHashMap$_literal(["$color", new A.module_closure39(), "$args...", new A.module_closure40()], t1, t2)), A._function12("opacity", _s6_, new A.module_closure41()), A._function12("space", _s6_, new A.module_closure42()), A._function12("to-space", "$color, $space", new A.module_closure43()), A._function12("is-legacy", _s6_, new A.module_closure44()), A._function12("is-missing", "$color, $channel", new A.module_closure45()), A._function12("is-in-gamut", "$color, $space: null", new A.module_closure46()), A._function12("to-gamut", "$color, $space: null, $method: null", new A.module_closure47()), A._function12("channel", _s30_, new A.module_closure48()), A._function12("same", "$color1, $color2", new A.module_closure49()), A._function12("is-powerless", _s30_, new A.module_closure50()), $.$get$_complement0(), $.$get$_adjust0(), $.$get$_scale0(), $.$get$_change0(), $.$get$_ieHexStr0()], type$.JSArray_Callable_2), _null, _null, type$.Callable_2);
|
|
125512
125514
|
});
|
|
125513
125515
|
_lazyFinal($, "_mix0", "$get$_mix0", () => A._function12("mix", string$.x24color, new A._mix_closure0()));
|
|
125514
125516
|
_lazyFinal($, "_complement0", "$get$_complement0", () => A._function12("complement", "$color, $space: null", new A._complement_closure0()));
|