@opendoor/partner-sdk-client-react 1.0.4 → 1.0.5-beta.54.1
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/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3826,9 +3826,9 @@ const wc = [["path", { d: "M19 3v12h-5c-.023 -3.681 .184 -7.406 5 -12m0 12v6h-1v
|
|
|
3826
3826
|
},
|
|
3827
3827
|
{
|
|
3828
3828
|
key: "home.hoa_type",
|
|
3829
|
-
style: "
|
|
3830
|
-
type: "string",
|
|
3831
|
-
question: "
|
|
3829
|
+
style: "checkbox",
|
|
3830
|
+
type: "string[]",
|
|
3831
|
+
question: "Select all that apply to your HOA",
|
|
3832
3832
|
required: !1,
|
|
3833
3833
|
options: ea,
|
|
3834
3834
|
showWhen: { field: "home.hoa", op: "eq", value: "yes" }
|
|
@@ -3842,7 +3842,7 @@ const wc = [["path", { d: "M19 3v12h-5c-.023 -3.681 .184 -7.406 5 -12m0 12v6h-1v
|
|
|
3842
3842
|
options: Aa,
|
|
3843
3843
|
showWhen: {
|
|
3844
3844
|
field: "home.hoa_type",
|
|
3845
|
-
op: "
|
|
3845
|
+
op: "contains",
|
|
3846
3846
|
value: "gated_community"
|
|
3847
3847
|
}
|
|
3848
3848
|
},
|