@enderfall/ui 0.2.18 → 0.2.20

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@enderfall/ui",
3
3
  "private": false,
4
- "version": "0.2.18",
4
+ "version": "0.2.20",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -167,8 +167,7 @@
167
167
  background: var(--ef-tab-button-surface-hover, var(--ef-tab-button-surface, var(--ef-nav-surface)));
168
168
  }
169
169
 
170
- .ef-button.tab.ef-button--glow,
171
- .ef-button.tab.ef-button--hover-glow {
170
+ .ef-button.tab.ef-button--glow {
172
171
  box-shadow: var(--ef-button-current-glow-shadow, var(--ef-button-glow-shadow, 0 0 24px rgba(124, 77, 255, 0.45)));
173
172
  }
174
173
 
@@ -16,6 +16,10 @@
16
16
  gap: 10px;
17
17
  }
18
18
 
19
+ .ef-tabs-list.ef-panel--card {
20
+ display: flex;
21
+ }
22
+
19
23
  .ef-tabs-list-panel {
20
24
  padding: 10px;
21
25
  border-radius: var(--menu-radius, 16px);
@@ -27,6 +31,7 @@
27
31
  }
28
32
 
29
33
  .ef-tabs-list--vertical {
34
+ display: flex;
30
35
  flex-direction: column;
31
36
  min-width: 220px;
32
37
  }