@descope/flow-components 3.11.2 → 3.11.4

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.11.2",
8
+ "buildVersion": "3.11.4",
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.11.2",
8
+ "buildVersion": "3.11.4",
9
9
  "buildName": "@descope/flow-components"
10
10
  },
11
11
  "remoteEntry": {
package/dist/index.cjs.js CHANGED
@@ -91876,10 +91876,6 @@ function requireIndex_cjs () {
91876
91876
 
91877
91877
  var checkmark = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEMzLjYgMCAwIDMuNiAwIDhDMCAxMi40IDMuNiAxNiA4IDE2QzEyLjQgMTYgMTYgMTIuNCAxNiA4QzE2IDMuNiAxMi40IDAgOCAwWk03LjEgMTEuN0wyLjkgNy42TDQuMyA2LjJMNyA4LjlMMTIgNEwxMy40IDUuNEw3LjEgMTEuN1oiIGZpbGw9IiM0Q0FGNTAiLz4KPC9zdmc+Cg==";
91878
91878
 
91879
- customElements.define(componentName$1k, TextClass);
91880
-
91881
- customElements.define(componentName$1i, LinkClass);
91882
-
91883
91879
  const componentName$U = getComponentName('user-passkeys');
91884
91880
 
91885
91881
  const itemRenderer$1 = ({ id, name, createdAt, passkeyType }, _, ref) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "3.11.2",
3
+ "version": "3.11.4",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -93,11 +93,11 @@
93
93
  "typescript": "^6.0.0",
94
94
  "webpack": "^5.74.0",
95
95
  "webpack-cli": "^7.0.0",
96
- "webpack-dev-server": "5.2.3",
96
+ "webpack-dev-server": "5.2.4",
97
97
  "webpack-subresource-integrity": "5.2.0-rc.1"
98
98
  },
99
99
  "dependencies": {
100
- "@descope/web-components-ui": "3.11.2"
100
+ "@descope/web-components-ui": "3.11.4"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "react": ">= 18"