@marqeta/ux-toolkit-sdk-javascript 2.9.0 → 2.9.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/dist/index.d.mts CHANGED
@@ -1376,7 +1376,7 @@ declare namespace qa {
1376
1376
  export { CDN_CARD_ART_BASE_URL$1 as CDN_CARD_ART_BASE_URL, CDN_ICONS_BASE_URL$1 as CDN_ICONS_BASE_URL, CUI_API_BASE_URL$1 as CUI_API_BASE_URL, CUI_IFRAME_BASE_URL$1 as CUI_IFRAME_BASE_URL, GA_MAX_QUEUE_TTL$1 as GA_MAX_QUEUE_TTL, GA_MAX_REQUEST_EVENT_LIMIT$1 as GA_MAX_REQUEST_EVENT_LIMIT, I18N_BASE_URL$1 as I18N_BASE_URL };
1377
1377
  }
1378
1378
 
1379
- declare const CUI_API_BASE_URL = "https://ux-toolkit-api.marqeta.com";
1379
+ declare const CUI_API_BASE_URL = "https://ux-toolkit-api-sandbox.marqeta.com";
1380
1380
  declare const CUI_IFRAME_BASE_URL = "https://web.ux-toolkit.marqeta.com";
1381
1381
  declare const CDN_ICONS_BASE_URL = "https://web.ux-toolkit.marqeta.com";
1382
1382
  declare const CDN_CARD_ART_BASE_URL = "https://web.ux-toolkit.marqeta.com";
package/dist/index.d.ts CHANGED
@@ -1376,7 +1376,7 @@ declare namespace qa {
1376
1376
  export { CDN_CARD_ART_BASE_URL$1 as CDN_CARD_ART_BASE_URL, CDN_ICONS_BASE_URL$1 as CDN_ICONS_BASE_URL, CUI_API_BASE_URL$1 as CUI_API_BASE_URL, CUI_IFRAME_BASE_URL$1 as CUI_IFRAME_BASE_URL, GA_MAX_QUEUE_TTL$1 as GA_MAX_QUEUE_TTL, GA_MAX_REQUEST_EVENT_LIMIT$1 as GA_MAX_REQUEST_EVENT_LIMIT, I18N_BASE_URL$1 as I18N_BASE_URL };
1377
1377
  }
1378
1378
 
1379
- declare const CUI_API_BASE_URL = "https://ux-toolkit-api.marqeta.com";
1379
+ declare const CUI_API_BASE_URL = "https://ux-toolkit-api-sandbox.marqeta.com";
1380
1380
  declare const CUI_IFRAME_BASE_URL = "https://web.ux-toolkit.marqeta.com";
1381
1381
  declare const CDN_ICONS_BASE_URL = "https://web.ux-toolkit.marqeta.com";
1382
1382
  declare const CDN_CARD_ART_BASE_URL = "https://web.ux-toolkit.marqeta.com";
package/dist/index.js CHANGED
@@ -4634,7 +4634,7 @@ __export(sandbox_exports, {
4634
4634
  return I18N_BASE_URL5;
4635
4635
  }
4636
4636
  });
4637
- var CUI_API_BASE_URL6 = "https://ux-toolkit-api.marqeta.com";
4637
+ var CUI_API_BASE_URL6 = "https://ux-toolkit-api-sandbox.marqeta.com";
4638
4638
  var CUI_IFRAME_BASE_URL5 = "https://web.ux-toolkit.marqeta.com";
4639
4639
  var CDN_ICONS_BASE_URL6 = "https://web.ux-toolkit.marqeta.com";
4640
4640
  var CDN_CARD_ART_BASE_URL5 = "https://web.ux-toolkit.marqeta.com";
package/dist/index.mjs CHANGED
@@ -3240,7 +3240,7 @@ __export(sandbox_exports, {
3240
3240
  return I18N_BASE_URL5;
3241
3241
  }
3242
3242
  });
3243
- var CUI_API_BASE_URL6 = "https://ux-toolkit-api.marqeta.com";
3243
+ var CUI_API_BASE_URL6 = "https://ux-toolkit-api-sandbox.marqeta.com";
3244
3244
  var CUI_IFRAME_BASE_URL5 = "https://web.ux-toolkit.marqeta.com";
3245
3245
  var CDN_ICONS_BASE_URL6 = "https://web.ux-toolkit.marqeta.com";
3246
3246
  var CDN_CARD_ART_BASE_URL5 = "https://web.ux-toolkit.marqeta.com";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marqeta/ux-toolkit-sdk-javascript",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",