@opendoor/partner-sdk-client-react 1.0.4-beta.53.1 → 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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. 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: "dropdown",
3830
- type: "string",
3831
- question: "What type of HOA does this home have?",
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: "eq",
3845
+ op: "contains",
3846
3846
  value: "gated_community"
3847
3847
  }
3848
3848
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendoor/partner-sdk-client-react",
3
- "version": "1.0.4-beta.53.1",
3
+ "version": "1.0.5-beta.54.1",
4
4
  "description": "React components for Opendoor partner integrations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",