@authing/react-ui-components 3.0.30 → 3.0.31
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/lib/index.d.ts +5 -5
- package/lib/index.min.css +2 -2
- package/lib/index.min.js +1 -1
- package/package.json +9 -3
package/lib/index.d.ts
CHANGED
|
@@ -2748,7 +2748,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
2748
2748
|
|
|
2749
2749
|
}
|
|
2750
2750
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
2751
|
-
const _default: "3.0.
|
|
2751
|
+
const _default: "3.0.31";
|
|
2752
2752
|
export default _default;
|
|
2753
2753
|
|
|
2754
2754
|
}
|
|
@@ -2908,13 +2908,13 @@ declare module '@authing/react-ui-components/config/webpack.config' {
|
|
|
2908
2908
|
mimetype: string;
|
|
2909
2909
|
name: string;
|
|
2910
2910
|
customize?: undefined;
|
|
2911
|
+
presets?: undefined;
|
|
2911
2912
|
plugins?: undefined;
|
|
2912
2913
|
cacheDirectory?: undefined;
|
|
2913
2914
|
cacheCompression?: undefined;
|
|
2914
2915
|
compact?: undefined;
|
|
2915
2916
|
babelrc?: undefined;
|
|
2916
2917
|
configFile?: undefined;
|
|
2917
|
-
presets?: undefined;
|
|
2918
2918
|
sourceMaps?: undefined;
|
|
2919
2919
|
inputSourceMap?: undefined;
|
|
2920
2920
|
};
|
|
@@ -2930,13 +2930,13 @@ declare module '@authing/react-ui-components/config/webpack.config' {
|
|
|
2930
2930
|
name: string;
|
|
2931
2931
|
mimetype?: undefined;
|
|
2932
2932
|
customize?: undefined;
|
|
2933
|
+
presets?: undefined;
|
|
2933
2934
|
plugins?: undefined;
|
|
2934
2935
|
cacheDirectory?: undefined;
|
|
2935
2936
|
cacheCompression?: undefined;
|
|
2936
2937
|
compact?: undefined;
|
|
2937
2938
|
babelrc?: undefined;
|
|
2938
2939
|
configFile?: undefined;
|
|
2939
|
-
presets?: undefined;
|
|
2940
2940
|
sourceMaps?: undefined;
|
|
2941
2941
|
inputSourceMap?: undefined;
|
|
2942
2942
|
};
|
|
@@ -2950,6 +2950,7 @@ declare module '@authing/react-ui-components/config/webpack.config' {
|
|
|
2950
2950
|
loader: string;
|
|
2951
2951
|
options: {
|
|
2952
2952
|
customize: string;
|
|
2953
|
+
presets: string[];
|
|
2953
2954
|
plugins: (string | false | (string | {
|
|
2954
2955
|
loaderMap: {
|
|
2955
2956
|
svg: {
|
|
@@ -2968,7 +2969,6 @@ declare module '@authing/react-ui-components/config/webpack.config' {
|
|
|
2968
2969
|
name?: undefined;
|
|
2969
2970
|
babelrc?: undefined;
|
|
2970
2971
|
configFile?: undefined;
|
|
2971
|
-
presets?: undefined;
|
|
2972
2972
|
sourceMaps?: undefined;
|
|
2973
2973
|
inputSourceMap?: undefined;
|
|
2974
2974
|
};
|
|
@@ -3043,13 +3043,13 @@ declare module '@authing/react-ui-components/config/webpack.config' {
|
|
|
3043
3043
|
limit?: undefined;
|
|
3044
3044
|
mimetype?: undefined;
|
|
3045
3045
|
customize?: undefined;
|
|
3046
|
+
presets?: undefined;
|
|
3046
3047
|
plugins?: undefined;
|
|
3047
3048
|
cacheDirectory?: undefined;
|
|
3048
3049
|
cacheCompression?: undefined;
|
|
3049
3050
|
compact?: undefined;
|
|
3050
3051
|
babelrc?: undefined;
|
|
3051
3052
|
configFile?: undefined;
|
|
3052
|
-
presets?: undefined;
|
|
3053
3053
|
sourceMaps?: undefined;
|
|
3054
3054
|
inputSourceMap?: undefined;
|
|
3055
3055
|
};
|