@lundal/zed-solid 0.0.10 → 0.0.12

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 +9 -0
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -63,6 +63,13 @@
63
63
  padding: 6px;
64
64
  }
65
65
 
66
+ .z-button--icon > svg {
67
+ width: 24px;
68
+ height: 24px;
69
+ border-radius: 3px;
70
+ overflow: hidden;
71
+ }
72
+
66
73
  .z-button--primary {
67
74
  --z-button-text: var(--z-button-primary-text);
68
75
  --z-button-fill: var(--z-button-primary-fill);
@@ -188,6 +195,7 @@
188
195
  margin: 6px 0;
189
196
  border-radius: 50%;
190
197
  background: var(--z-input-error-fill);
198
+ flex-shrink: 0;
191
199
  }
192
200
 
193
201
  .z-error-placeholder {
@@ -307,6 +315,7 @@ dialog:focus-visible {
307
315
  }
308
316
 
309
317
  .z-message--icon {
318
+ flex-shrink: 0;
310
319
  width: 24px;
311
320
  height: 24px;
312
321
  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.12",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",