coles-solid-library 0.4.3 → 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.
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coles-solid-library",
3
- "version": "0.4.3",
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",