@opendoor/partner-sdk-client-react 1.1.6-beta.93.1 → 1.1.6-beta.95.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 +2 -13
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4629,22 +4629,11 @@ const Yc = {
4629
4629
  type: "string",
4630
4630
  style: "radio-card",
4631
4631
  required: !0,
4632
- // No autoAdvance — "Other" option reveals a followup text input on this page
4632
+ autoAdvance: !0,
4633
4633
  options: [
4634
4634
  { label: "Yes, I own this home", value: "self" },
4635
- { label: "No, I'm an agent", value: "agent" },
4636
- { label: "I'm an agent, and own this home", value: "agent_and_owner" },
4637
- { label: "Other", value: "other" }
4635
+ { label: "No, I'm an agent", value: "agent" }
4638
4636
  ]
4639
- },
4640
- {
4641
- key: "seller.relation_to_owner.other",
4642
- label: "Please specify",
4643
- type: "string",
4644
- style: "input",
4645
- required: !0,
4646
- placeholder: "Your relationship to the owner",
4647
- showWhen: { field: "seller.relation_to_owner", op: "eq", value: "other" }
4648
4637
  }
4649
4638
  ]
4650
4639
  }, Lc = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendoor/partner-sdk-client-react",
3
- "version": "1.1.6-beta.93.1",
3
+ "version": "1.1.6-beta.95.1",
4
4
  "description": "React components for Opendoor partner integrations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",