@reachfive/identity-ui 1.25.4 → 1.25.6
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/cjs/identity-ui.js +2 -5
- package/cjs/identity-ui.js.map +1 -1
- package/es/identity-ui.js +2 -5
- package/es/identity-ui.js.map +1 -1
- package/es/identity-ui.min.js +3 -3
- package/es/identity-ui.min.js.map +1 -1
- package/package.json +1 -1
- package/types/identity-ui.d.ts +2 -2
- package/umd/identity-ui.js +2 -5
- package/umd/identity-ui.js.map +1 -1
- package/umd/identity-ui.min.js +3 -3
- package/umd/identity-ui.min.js.map +1 -1
package/package.json
CHANGED
package/types/identity-ui.d.ts
CHANGED
package/umd/identity-ui.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @reachfive/identity-ui - v1.25.
|
|
3
|
-
* Compiled
|
|
2
|
+
* @reachfive/identity-ui - v1.25.6
|
|
3
|
+
* Compiled Tue, 26 Mar 2024 16:31:33 UTC
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) ReachFive.
|
|
6
6
|
*
|
|
@@ -47483,9 +47483,6 @@
|
|
|
47483
47483
|
}
|
|
47484
47484
|
UNSAFE_componentWillReceiveProps(props) {
|
|
47485
47485
|
this.updateFields(props);
|
|
47486
|
-
this.setState({
|
|
47487
|
-
fields: this.applyModel(props.initialModel)
|
|
47488
|
-
});
|
|
47489
47486
|
}
|
|
47490
47487
|
componentWillUnmount() {
|
|
47491
47488
|
this.unmounted = true;
|