@authing/react-ui-components 3.0.17-rc.2 → 3.0.19
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 -2
- package/lib/index.min.css +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +3 -2
package/lib/index.d.ts
CHANGED
|
@@ -2671,7 +2671,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
2671
2671
|
|
|
2672
2672
|
}
|
|
2673
2673
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
2674
|
-
const _default: "3.0.
|
|
2674
|
+
const _default: "3.0.19";
|
|
2675
2675
|
export default _default;
|
|
2676
2676
|
|
|
2677
2677
|
}
|
|
@@ -3040,7 +3040,7 @@ declare module '@authing/react-ui-components/config/webpackDevServer.config' {
|
|
|
3040
3040
|
|
|
3041
3041
|
}
|
|
3042
3042
|
declare module '@authing/react-ui-components/examples' {
|
|
3043
|
-
|
|
3043
|
+
import './components/Guard/style/index';
|
|
3044
3044
|
|
|
3045
3045
|
}
|
|
3046
3046
|
declare module '@authing/react-ui-components/index' {
|