@descope-ui/descope-user-passkeys 3.14.0 → 3.14.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope-ui/descope-user-passkeys",
3
- "version": "3.14.0",
3
+ "version": "3.14.1",
4
4
  "files": [
5
5
  "src",
6
6
  "stories"
@@ -18,18 +18,18 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@playwright/test": "1.58.2",
21
- "e2e-utils": "3.14.0",
22
- "test-drivers": "3.14.0"
21
+ "e2e-utils": "3.14.1",
22
+ "test-drivers": "3.14.1"
23
23
  },
24
24
  "dependencies": {
25
- "@descope-ui/common": "3.14.0",
26
- "@descope-ui/descope-list": "3.14.0",
27
- "@descope-ui/theme-globals": "3.14.0",
28
- "@descope-ui/descope-text": "3.14.0",
29
- "@descope-ui/descope-link": "3.14.0",
30
- "@descope-ui/descope-icon": "3.14.0",
31
- "@descope-ui/descope-button": "3.14.0",
32
- "@descope-ui/descope-list-item": "3.14.0"
25
+ "@descope-ui/common": "3.14.1",
26
+ "@descope-ui/descope-list": "3.14.1",
27
+ "@descope-ui/theme-globals": "3.14.1",
28
+ "@descope-ui/descope-list-item": "3.14.1",
29
+ "@descope-ui/descope-text": "3.14.1",
30
+ "@descope-ui/descope-link": "3.14.1",
31
+ "@descope-ui/descope-icon": "3.14.1",
32
+ "@descope-ui/descope-button": "3.14.1"
33
33
  },
34
34
  "publishConfig": {
35
35
  "link-workspace-packages": false
@@ -127,6 +127,7 @@ class RawUserPasskeysClass extends BaseClass {
127
127
  }
128
128
 
129
129
  .header {
130
+ width: 100%;
130
131
  display: flex;
131
132
  justify-content: space-between;
132
133
  align-items: center;
@@ -134,10 +135,19 @@ class RawUserPasskeysClass extends BaseClass {
134
135
 
135
136
  .header .method {
136
137
  display: flex;
138
+ flex: 1;
139
+ min-width: 0;
140
+ }
141
+
142
+ slot[name="method-icon"] {
143
+ display: inline-flex;
144
+ flex-shrink: 0;
137
145
  }
138
146
 
139
147
  .button {
140
148
  min-width: 0;
149
+ max-width: 50%;
150
+ flex-shrink: 1;
141
151
  }
142
152
 
143
153
  .add-passkey-button {