@lundal/zed-solid 0.0.7 → 0.0.8

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 +4 -3
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -80,7 +80,7 @@
80
80
  border-radius: 12px;
81
81
  padding: 24px;
82
82
  background: var(--z-foreground);
83
- /*border: 1px solid var(--z-border);*/
83
+ border: 1px solid var(--z-border);
84
84
  }
85
85
  .z-checkbox {
86
86
  display: flex;
@@ -164,6 +164,8 @@
164
164
  .z-dialog::backdrop {
165
165
  transition: opacity 0.1s;
166
166
  opacity: 0;
167
+ background: none;
168
+ backdrop-filter: blur(2px);
167
169
  }
168
170
 
169
171
  .z-dialog--open {
@@ -593,8 +595,7 @@ dialog:focus-visible {
593
595
  --z-button-tertiary-fill: transparent;
594
596
  --z-button-tertiary-text: #e6e6e6;
595
597
  --z-button-icon-fill: #2c2c35;
596
- /* generic colors: blue, green, red, gray */
597
- --z-input-border: #8f8f8f; /* Lc 40 */
598
+ --z-input-border: #79798a; /* Lc 30 */
598
599
  --z-input-active-border: #6068ff; /* Lc 30 */
599
600
  --z-input-active-fill: #7882ff; /* Lc 40 */
600
601
  --z-input-error-border: #db3a32; /* Lc 30 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lundal/zed-solid",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",