coles-solid-library 0.4.2 → 0.4.4

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.
Files changed (2) hide show
  1. package/dist/index.esm.js +5 -11
  2. package/package.json +1 -1
package/dist/index.esm.js CHANGED
@@ -2712,7 +2712,7 @@ const ExpansionPanel = props => {
2712
2712
  width: 'min-content',
2713
2713
  height: 'min-content',
2714
2714
  padding: '0px',
2715
- margin: '0px'
2715
+ margin: 'auto 0px'
2716
2716
  },
2717
2717
  onClick: () => {
2718
2718
  setOpen(old => !old);
@@ -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 fill: var(--header-on-background-color, #fff) !important;\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}";
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 = color(),
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 && ((_p$.o = _v$4) != null ? _el$.style.setProperty("color", _v$4) : _el$.style.removeProperty("color"));
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
  })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coles-solid-library",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "description": "A SolidJS mostly UI library",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",