@descope/flow-components 2.0.253 → 2.0.255

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 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.253",
3
+ "version": "2.0.255",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -72,7 +72,7 @@
72
72
  "eslint-plugin-jest-dom": "5.2.0",
73
73
  "eslint-plugin-jest-formatting": "3.1.0",
74
74
  "eslint-plugin-jsx-a11y": "^6.6.1",
75
- "eslint-plugin-n": "17.2.0",
75
+ "eslint-plugin-n": "17.2.1",
76
76
  "eslint-plugin-no-only-tests": "3.1.0",
77
77
  "eslint-plugin-prefer-arrow": "1.2.3",
78
78
  "eslint-plugin-prettier": "5.1.3",