@rebilly/framepay-vue 12.77.0 → 12.78.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [12.77.0](https://github.com/Rebilly/rebilly/compare/framepay-vue-v12.76.0...framepay-vue-v12.77.0) (2026-03-20)
1
+ ## [12.78.1](https://github.com/Rebilly/rebilly/compare/framepay-vue-v12.78.0...framepay-vue-v12.78.1) (2026-03-25)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#19875](https://github.com/Rebilly/rebilly/issues/19875)) ([472852d](https://github.com/Rebilly/rebilly/commit/472852d8ac9f7e9f544656798084bfd89e532f07))
6
+ * **frontend:** prettier configuration overriding quotes rule ([#19960](https://github.com/Rebilly/rebilly/issues/19960)) ([ecd36e7](https://github.com/Rebilly/rebilly/commit/ecd36e76cf3be1ffd0404566cb9cade3b18b795b))
@@ -1,4 +1,4 @@
1
- import { createElementBlock as u, openBlock as y, createElementVNode as I, withModifiers as B, renderSlot as A, markRaw as l, h as c } from "vue";
1
+ import { openBlock as u, createElementBlock as y, createElementVNode as I, withModifiers as B, renderSlot as A, markRaw as l, h as c } from "vue";
2
2
  function h({ message: e = "Could not mount FramePay to element.", details: t = null } = {}) {
3
3
  this.message = e, this.details = t, this.name = "FramePayMountError";
4
4
  }
@@ -118,7 +118,7 @@ const L = (e, t) => {
118
118
  }
119
119
  }, V = { id: "stop-wrapper" };
120
120
  function j(e, t, n, r, a, o) {
121
- return y(), u("div", V, [
121
+ return u(), y("div", V, [
122
122
  I("form", {
123
123
  id: "rebilly-form",
124
124
  onSubmit: t[0] || (t[0] = B((...f) => o.handler && o.handler(...f), ["stop", "prevent"]))
@@ -135,7 +135,7 @@ const Q = /* @__PURE__ */ L(K, [["render", j]]), X = {
135
135
  type: "hidden"
136
136
  };
137
137
  function q(e, t, n, r, a, o) {
138
- return y(), u("input", W);
138
+ return u(), y("input", W);
139
139
  }
140
140
  const Z = /* @__PURE__ */ L(X, [["render", q]]), s = {
141
141
  render() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rebilly/framepay-vue",
3
3
  "type": "module",
4
- "version": "12.77.0",
4
+ "version": "12.78.1",
5
5
  "description": "Official Vue wrapper for Rebilly FramePay",
6
6
  "author": "Rebilly",
7
7
  "repository": {