@asdp/ferryui 0.1.22-dev.8641 → 0.1.22-dev.8649

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.mjs CHANGED
@@ -10606,7 +10606,8 @@ var CardPaymentMethodList = ({
10606
10606
  checked: selectedValue === option.value,
10607
10607
  onChange: () => onSelect(option.value),
10608
10608
  value: option.value,
10609
- name: "payment-method"
10609
+ name: "payment-method",
10610
+ disabled: option.disabled
10610
10611
  }
10611
10612
  )
10612
10613
  ]