@descope/flow-components 3.14.0 → 3.14.2

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.
@@ -5,7 +5,7 @@
5
5
  "name": "flowComponents",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "3.14.0",
8
+ "buildVersion": "3.14.2",
9
9
  "buildName": "@descope/flow-components"
10
10
  },
11
11
  "remoteEntry": {
@@ -5,7 +5,7 @@
5
5
  "name": "flowComponents",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "3.14.0",
8
+ "buildVersion": "3.14.2",
9
9
  "buildName": "@descope/flow-components"
10
10
  },
11
11
  "remoteEntry": {
package/dist/index.cjs.js CHANGED
@@ -90663,7 +90663,7 @@ function requireIndex_cjs () {
90663
90663
  [vars$O.badgeBackgroundColor]: globalRefs$r.colors.surface.main,
90664
90664
 
90665
90665
  [vars$O.titleIconSize]: '24px',
90666
- [vars$O.createButtonIconSize]: '20px',
90666
+ [vars$O.createButtonIconSize]: '12px',
90667
90667
  [vars$O.actionIconSize]: '20px',
90668
90668
  [vars$O.actionIconColor]: globalRefs$r.colors.surface.dark,
90669
90669
 
@@ -92665,6 +92665,7 @@ function requireIndex_cjs () {
92665
92665
  }
92666
92666
 
92667
92667
  .header {
92668
+ width: 100%;
92668
92669
  display: flex;
92669
92670
  justify-content: space-between;
92670
92671
  align-items: center;
@@ -92672,10 +92673,19 @@ function requireIndex_cjs () {
92672
92673
 
92673
92674
  .header .method {
92674
92675
  display: flex;
92676
+ flex: 1;
92677
+ min-width: 0;
92678
+ }
92679
+
92680
+ slot[name="method-icon"] {
92681
+ display: inline-flex;
92682
+ flex-shrink: 0;
92675
92683
  }
92676
92684
 
92677
92685
  .button {
92678
92686
  min-width: 0;
92687
+ max-width: 50%;
92688
+ flex-shrink: 1;
92679
92689
  }
92680
92690
 
92681
92691
  .add-passkey-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "3.14.0",
3
+ "version": "3.14.2",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -97,7 +97,7 @@
97
97
  "webpack-subresource-integrity": "5.2.0-rc.1"
98
98
  },
99
99
  "dependencies": {
100
- "@descope/web-components-ui": "3.14.0"
100
+ "@descope/web-components-ui": "3.14.2"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "react": ">= 18"