@enderfall/ui 0.2.12 → 0.2.13

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.12",
4
+ "version": "0.2.13",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -30,15 +30,15 @@
30
30
  border-bottom-color: transparent;
31
31
  }
32
32
 
33
- .avatar {
34
- width: 32px;
35
- height: 32px;
36
- border-radius: 50%;
37
- background: rgba(255, 255, 255, 0.12);
38
- display: grid;
39
- place-items: center;
40
- overflow: hidden;
41
- flex-shrink: 0;
33
+ .avatar {
34
+ width: 32px;
35
+ height: 32px;
36
+ border-radius: var(--ef-control-radius, 12px);
37
+ background: rgba(255, 255, 255, 0.12);
38
+ display: grid;
39
+ place-items: center;
40
+ overflow: hidden;
41
+ flex-shrink: 0;
42
42
  }
43
43
 
44
44
  .avatar img {
@@ -183,15 +183,15 @@
183
183
  padding: 10px 12px;
184
184
  }
185
185
 
186
- .dropdown-avatar {
187
- width: 34px;
188
- height: 34px;
189
- border-radius: 10px;
190
- background: rgba(255, 255, 255, 0.12);
191
- display: grid;
192
- place-items: center;
193
- overflow: hidden;
194
- font-size: 0.7rem;
186
+ .dropdown-avatar {
187
+ width: 34px;
188
+ height: 34px;
189
+ border-radius: var(--ef-control-radius, 12px);
190
+ background: rgba(255, 255, 255, 0.12);
191
+ display: grid;
192
+ place-items: center;
193
+ overflow: hidden;
194
+ font-size: 0.7rem;
195
195
  font-weight: 700;
196
196
  text-transform: uppercase;
197
197
  }
@@ -260,12 +260,6 @@
260
260
  filter: brightness(1.1);
261
261
  }
262
262
 
263
- :root[data-theme="atelier"] .avatar,
264
- :root[data-theme="atelier"] .dropdown-avatar,
265
- :root[data-theme="atelier"] .dropdown-action {
266
- border-radius: 0;
267
- }
268
-
269
263
  @media (max-width: 760px) {
270
264
  .user-button {
271
265
  gap: 8px;