@lundal/zed-solid 0.0.10 → 0.0.11

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/style.css +1 -0
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -307,6 +307,7 @@ dialog:focus-visible {
307
307
  }
308
308
 
309
309
  .z-message--icon {
310
+ flex-shrink: 0;
310
311
  width: 24px;
311
312
  height: 24px;
312
313
  color: var(--border);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lundal/zed-solid",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",