braid-ui 1.0.45 → 1.0.46
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.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5808,6 +5808,7 @@ var CounterpartyProfileCard = ({
|
|
|
5808
5808
|
/* @__PURE__ */ jsx(
|
|
5809
5809
|
FormSelect,
|
|
5810
5810
|
{
|
|
5811
|
+
disabled: true,
|
|
5811
5812
|
name: "idType",
|
|
5812
5813
|
label: "Associated with",
|
|
5813
5814
|
placeholder: "Select association type",
|
|
@@ -5822,6 +5823,7 @@ var CounterpartyProfileCard = ({
|
|
|
5822
5823
|
/* @__PURE__ */ jsx(
|
|
5823
5824
|
FormInput,
|
|
5824
5825
|
{
|
|
5826
|
+
disabled: true,
|
|
5825
5827
|
name: "idValue",
|
|
5826
5828
|
label: form.watch("idType") === "product_id" ? "Product ID" : form.watch("idType") === "business_id" ? "Business ID" : form.watch("idType") === "individual_id" ? "Individual ID" : "Account Number",
|
|
5827
5829
|
placeholder: "Enter ID value"
|