coles-solid-library 0.4.2 → 0.4.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/dist/index.esm.js +4 -10
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2863,7 +2863,7 @@ const Container = props => {
|
|
|
2863
2863
|
})();
|
|
2864
2864
|
};
|
|
2865
2865
|
|
|
2866
|
-
var css_248z$6 = ".icon-module_icon__K4BP- {\n outline: none !important;\n border: none !important;\n}\n.icon-module_icon__K4BP- svg {\n
|
|
2866
|
+
var css_248z$6 = ".icon-module_icon__K4BP- {\n outline: none !important;\n border: none !important;\n}\n.icon-module_icon__K4BP- svg {\n color: var(--header-on-background-color, #fff) !important;\n}\n.icon-module_icon__K4BP-:focus {\n outline: none !important;\n border: none !important;\n}\n.icon-module_icon__K4BP-:active {\n outline: none !important;\n border: none !important;\n}";
|
|
2867
2867
|
var styles$5 = {"icon":"icon-module_icon__K4BP-"};
|
|
2868
2868
|
styleInject(css_248z$6);
|
|
2869
2869
|
|
|
@@ -2929,23 +2929,17 @@ const Icon = props => {
|
|
|
2929
2929
|
var _v$ = styles$5.icon,
|
|
2930
2930
|
_v$2 = `${size()}px`,
|
|
2931
2931
|
_v$3 = `${size()}px`,
|
|
2932
|
-
_v$4 =
|
|
2933
|
-
_v$5 = color(),
|
|
2934
|
-
_v$6 = svg();
|
|
2932
|
+
_v$4 = svg();
|
|
2935
2933
|
_v$ !== _p$.e && className(_el$, _p$.e = _v$);
|
|
2936
2934
|
_v$2 !== _p$.t && ((_p$.t = _v$2) != null ? _el$.style.setProperty("width", _v$2) : _el$.style.removeProperty("width"));
|
|
2937
2935
|
_v$3 !== _p$.a && ((_p$.a = _v$3) != null ? _el$.style.setProperty("height", _v$3) : _el$.style.removeProperty("height"));
|
|
2938
|
-
_v$4 !== _p$.o && (
|
|
2939
|
-
_v$5 !== _p$.i && ((_p$.i = _v$5) != null ? _el$.style.setProperty("fill", _v$5) : _el$.style.removeProperty("fill"));
|
|
2940
|
-
_v$6 !== _p$.n && (_el$.innerHTML = _p$.n = _v$6);
|
|
2936
|
+
_v$4 !== _p$.o && (_el$.innerHTML = _p$.o = _v$4);
|
|
2941
2937
|
return _p$;
|
|
2942
2938
|
}, {
|
|
2943
2939
|
e: undefined,
|
|
2944
2940
|
t: undefined,
|
|
2945
2941
|
a: undefined,
|
|
2946
|
-
o: undefined
|
|
2947
|
-
i: undefined,
|
|
2948
|
-
n: undefined
|
|
2942
|
+
o: undefined
|
|
2949
2943
|
});
|
|
2950
2944
|
return _el$;
|
|
2951
2945
|
})();
|