@plaidev/karte-action-sdk 1.1.202 → 1.1.203-28184351.02fb20ce

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.
@@ -791,7 +791,7 @@ declare const OnClickOperationOptions: readonly [
791
791
  {
792
792
  readonly name: "url";
793
793
  readonly type: "Url";
794
- readonly default: "";
794
+ readonly default: "https://example.com";
795
795
  },
796
796
  {
797
797
  readonly name: "open_new_tab";