@solidgate/vue-sdk 1.13.0 → 1.14.0

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.
@@ -15,6 +15,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
15
15
  resignCvvLabel: string;
16
16
  resignCvvPlaceholder: string;
17
17
  hideCvvNumbers: boolean;
18
+ cardBrandIconStyle: import("@solidgate/client-sdk-loader/dist/enums/CardBrandIconStyle").default;
18
19
  }> | undefined;
19
20
  styles?: Record<string, unknown> | undefined;
20
21
  onReadyResignInstance?: ((resignInstance: ClientSdkInstance) => void) | undefined;
@@ -73,6 +74,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
73
74
  resignCvvLabel: string;
74
75
  resignCvvPlaceholder: string;
75
76
  hideCvvNumbers: boolean;
77
+ cardBrandIconStyle: import("@solidgate/client-sdk-loader/dist/enums/CardBrandIconStyle").default;
76
78
  }> | undefined;
77
79
  styles?: Record<string, unknown> | undefined;
78
80
  onReadyResignInstance?: ((resignInstance: ClientSdkInstance) => void) | undefined;
package/dist/index.es.js CHANGED
@@ -63,6 +63,7 @@ var CardBrand$1 = {};
63
63
  CardBrand3["Bancontact"] = "bancontact";
64
64
  CardBrand3["Interac"] = "interac";
65
65
  CardBrand3["Bajaj"] = "bajaj";
66
+ CardBrand3["Paypal"] = "paypal";
66
67
  })(CardBrand2 = exports.CardBrand || (exports.CardBrand = {}));
67
68
  exports.default = CardBrand2;
68
69
  })(CardBrand$1);
@@ -167,6 +168,15 @@ var FormButtonType$1;
167
168
  FormButtonType2["Continue"] = "continue";
168
169
  })(FormButtonType$1 || (FormButtonType$1 = {}));
169
170
  FormButtonType$2.default = FormButtonType$1;
171
+ var CardBrandIconStyle$2 = {};
172
+ Object.defineProperty(CardBrandIconStyle$2, "__esModule", { value: true });
173
+ var CardBrandIconStyle$1;
174
+ (function(CardBrandIconStyle2) {
175
+ CardBrandIconStyle2["MonochromeLight"] = "monochrome-light";
176
+ CardBrandIconStyle2["MonochromeDark"] = "monochrome-dark";
177
+ CardBrandIconStyle2["Colored"] = "colored";
178
+ })(CardBrandIconStyle$1 || (CardBrandIconStyle$1 = {}));
179
+ CardBrandIconStyle$2.default = CardBrandIconStyle$1;
170
180
  var SdkLoader$2 = {};
171
181
  var __classPrivateFieldGet = commonjsGlobal && commonjsGlobal.__classPrivateFieldGet || function(receiver, state, kind, f) {
172
182
  if (kind === "a" && !f)
@@ -226,7 +236,7 @@ var __importDefault = commonjsGlobal && commonjsGlobal.__importDefault || functi
226
236
  return mod && mod.__esModule ? mod : { "default": mod };
227
237
  };
228
238
  Object.defineProperty(dist, "__esModule", { value: true });
229
- var FormType = dist.FormType = SdkLoader = dist.SdkLoader = CardBrand = dist.CardBrand = FieldName = dist.FieldName = MessageType = dist.MessageType = SecureBrand = dist.SecureBrand = PayableEntity = dist.PayableEntity = FormButtonType = dist.FormButtonType = InteractionType = dist.InteractionType = AdditionalFieldName = dist.AdditionalFieldName = InteractionTargetType = dist.InteractionTargetType = void 0;
239
+ var FormType = dist.FormType = SdkLoader = dist.SdkLoader = CardBrand = dist.CardBrand = FieldName = dist.FieldName = MessageType = dist.MessageType = CardBrandIconStyle = dist.CardBrandIconStyle = SecureBrand = dist.SecureBrand = PayableEntity = dist.PayableEntity = FormButtonType = dist.FormButtonType = InteractionType = dist.InteractionType = AdditionalFieldName = dist.AdditionalFieldName = InteractionTargetType = dist.InteractionTargetType = void 0;
230
240
  const MessageType_1 = __importDefault(MessageType$2);
231
241
  var MessageType = dist.MessageType = MessageType_1.default;
232
242
  const FieldName_1 = __importDefault(FieldName$2);
@@ -247,6 +257,8 @@ const AdditionalFieldName_1 = __importDefault(AdditionalFieldName$2);
247
257
  var AdditionalFieldName = dist.AdditionalFieldName = AdditionalFieldName_1.default;
248
258
  const FormButtonType_1 = __importDefault(FormButtonType$2);
249
259
  var FormButtonType = dist.FormButtonType = FormButtonType_1.default;
260
+ const CardBrandIconStyle_1 = __importDefault(CardBrandIconStyle$2);
261
+ var CardBrandIconStyle = dist.CardBrandIconStyle = CardBrandIconStyle_1.default;
250
262
  const SdkLoader_1 = __importDefault(SdkLoader$2);
251
263
  var SdkLoader = dist.SdkLoader = SdkLoader_1.default;
252
264
  const payButtonIds = {
@@ -618,4 +630,4 @@ const _sfc_main = defineComponent({
618
630
  }
619
631
  });
620
632
  var Resign = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-77b30339"]]);
621
- export { AdditionalFieldName, CardBrand, FieldName, FormButtonType, FormType, InteractionTargetType, InteractionType, MessageType, PayableEntity, Resign, SdkLoader, SecureBrand, Payment as default };
633
+ export { AdditionalFieldName, CardBrand, CardBrandIconStyle, FieldName, FormButtonType, FormType, InteractionTargetType, InteractionType, MessageType, PayableEntity, Resign, SdkLoader, SecureBrand, Payment as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidgate/vue-sdk",
3
- "version": "1.13.0",
3
+ "version": "1.14.0",
4
4
  "repository": "https://github.com/solidgate-tech/vue-sdk",
5
5
  "files": [
6
6
  "dist"
@@ -28,7 +28,7 @@
28
28
  "vue": "^3.2.25"
29
29
  },
30
30
  "dependencies": {
31
- "@solidgate/client-sdk-loader": "^1.12.0"
31
+ "@solidgate/client-sdk-loader": "^1.14.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/types": "^7.24.5",