@descope/flow-components 2.0.252 → 2.0.254
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -470,7 +470,7 @@ const Icon = ({ icon, noColor, ...props }) => {
|
|
|
470
470
|
};
|
|
471
471
|
|
|
472
472
|
const UserAuthMethod$1 = React__default.default.forwardRef(({ methodIcon, buttonIcon, ...props }, ref) => (React__default.default.createElement("descope-user-auth-method", { ...props, ref: ref },
|
|
473
|
-
React__default.default.createElement(Icon, { icon: methodIcon, slot: "method-icon" }),
|
|
473
|
+
React__default.default.createElement(Icon, { icon: methodIcon, slot: "method-icon", noColor: true }),
|
|
474
474
|
React__default.default.createElement(Icon, { icon: buttonIcon, slot: "button-icon", noColor: true, width: "1em", height: "1em" }))));
|
|
475
475
|
UserAuthMethod$1.defaultProps = {};
|
|
476
476
|
|
package/dist/index.esm.js
CHANGED
|
@@ -464,7 +464,7 @@ const Icon = ({ icon, noColor, ...props }) => {
|
|
|
464
464
|
};
|
|
465
465
|
|
|
466
466
|
const UserAuthMethod$1 = React.forwardRef(({ methodIcon, buttonIcon, ...props }, ref) => (React.createElement("descope-user-auth-method", { ...props, ref: ref },
|
|
467
|
-
React.createElement(Icon, { icon: methodIcon, slot: "method-icon" }),
|
|
467
|
+
React.createElement(Icon, { icon: methodIcon, slot: "method-icon", noColor: true }),
|
|
468
468
|
React.createElement(Icon, { icon: buttonIcon, slot: "button-icon", noColor: true, width: "1em", height: "1em" }))));
|
|
469
469
|
UserAuthMethod$1.defaultProps = {};
|
|
470
470
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/flow-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.254",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@storybook/react-webpack5": "^7.6.3",
|
|
53
53
|
"@storybook/testing-library": "^0.2.2",
|
|
54
54
|
"@testing-library/jest-dom": "^6.0.0",
|
|
55
|
-
"@testing-library/react": "15.0.
|
|
55
|
+
"@testing-library/react": "15.0.2",
|
|
56
56
|
"@testing-library/user-event": "14.5.2",
|
|
57
57
|
"@types/color": "^3.0.3",
|
|
58
58
|
"@types/jest": "^29.0.0",
|