@authme/util 2.8.5 → 2.8.7

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.
Files changed (3) hide show
  1. package/index.cjs +16 -2
  2. package/index.js +16 -2
  3. package/package.json +1 -1
package/index.cjs CHANGED
@@ -3057,12 +3057,26 @@ const themeConfigDefault = {
3057
3057
  textColor: '#FF3B30',
3058
3058
  textWeight: 'medium',
3059
3059
  fontSize: 16
3060
+ },
3061
+ fraudInfoButton: {
3062
+ cornerRadius: 24,
3063
+ backgroundColor: '#00c1b6',
3064
+ backgroundOpacity: 1,
3065
+ borderColor: '#000000',
3066
+ borderOpacity: 1,
3067
+ borderWidth: 0,
3068
+ textColor: '#ffffff',
3069
+ textWeight: 'medium',
3070
+ fontSize: 16,
3071
+ disabledBackgroundColor: '#E0E0E0',
3072
+ disabledBorderColor: '#E0E0E0',
3073
+ disabledTextColor: '#FFFFFF'
3060
3074
  }
3061
3075
  };
3062
3076
 
3063
3077
  var name = "authme/sdk";
3064
- var version$1 = "2.8.5";
3065
- var date = "2025-03-17T05:56:00+0000";
3078
+ var version$1 = "2.8.7";
3079
+ var date = "2025-03-21T02:01:27+0000";
3066
3080
  var packageInfo = {
3067
3081
  name: name,
3068
3082
  version: version$1,
package/index.js CHANGED
@@ -3047,12 +3047,26 @@ const themeConfigDefault = {
3047
3047
  textColor: '#FF3B30',
3048
3048
  textWeight: 'medium',
3049
3049
  fontSize: 16
3050
+ },
3051
+ fraudInfoButton: {
3052
+ cornerRadius: 24,
3053
+ backgroundColor: '#00c1b6',
3054
+ backgroundOpacity: 1,
3055
+ borderColor: '#000000',
3056
+ borderOpacity: 1,
3057
+ borderWidth: 0,
3058
+ textColor: '#ffffff',
3059
+ textWeight: 'medium',
3060
+ fontSize: 16,
3061
+ disabledBackgroundColor: '#E0E0E0',
3062
+ disabledBorderColor: '#E0E0E0',
3063
+ disabledTextColor: '#FFFFFF'
3050
3064
  }
3051
3065
  };
3052
3066
 
3053
3067
  var name = "authme/sdk";
3054
- var version$1 = "2.8.5";
3055
- var date = "2025-03-17T05:56:00+0000";
3068
+ var version$1 = "2.8.7";
3069
+ var date = "2025-03-21T02:01:27+0000";
3056
3070
  var packageInfo = {
3057
3071
  name: name,
3058
3072
  version: version$1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authme/util",
3
- "version": "2.8.5",
3
+ "version": "2.8.7",
4
4
  "peerDependencies": {
5
5
  "core-js": "^3.6.0",
6
6
  "jwt-decode": "3.1.2",