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.cjs
CHANGED
|
@@ -5840,6 +5840,7 @@ var CounterpartyProfileCard = ({
|
|
|
5840
5840
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5841
5841
|
FormSelect,
|
|
5842
5842
|
{
|
|
5843
|
+
disabled: true,
|
|
5843
5844
|
name: "idType",
|
|
5844
5845
|
label: "Associated with",
|
|
5845
5846
|
placeholder: "Select association type",
|
|
@@ -5854,6 +5855,7 @@ var CounterpartyProfileCard = ({
|
|
|
5854
5855
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5855
5856
|
FormInput,
|
|
5856
5857
|
{
|
|
5858
|
+
disabled: true,
|
|
5857
5859
|
name: "idValue",
|
|
5858
5860
|
label: form.watch("idType") === "product_id" ? "Product ID" : form.watch("idType") === "business_id" ? "Business ID" : form.watch("idType") === "individual_id" ? "Individual ID" : "Account Number",
|
|
5859
5861
|
placeholder: "Enter ID value"
|