@authing/react-ui-components 3.0.30-rc.1 → 3.0.30-rc.2
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 +2 -3
- package/lib/index.min.css +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +7 -5
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.30-rc.
|
|
2751
|
+
const _default: "3.0.30-rc.2";
|
|
2752
2752
|
export default _default;
|
|
2753
2753
|
|
|
2754
2754
|
}
|
|
@@ -3121,8 +3121,7 @@ declare module '@authing/react-ui-components/examples' {
|
|
|
3121
3121
|
|
|
3122
3122
|
}
|
|
3123
3123
|
declare module '@authing/react-ui-components/index' {
|
|
3124
|
-
|
|
3125
|
-
export = _exports;
|
|
3124
|
+
export {};
|
|
3126
3125
|
|
|
3127
3126
|
}
|
|
3128
3127
|
declare module '@authing/react-ui-components/reportWebVitals' {
|