@capillarytech/blaze-ui 4.30.5 → 4.30.8

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.
@@ -22342,8 +22342,8 @@ function getCapThemeConfig(options) {
22342
22342
  paddingBlock: 0,
22343
22343
  controlHeight: remToPx(styledVars.BUTTON_HEIGHT, '2.857rem'),
22344
22344
  // 40px
22345
- borderRadius: remToPx(styledVars.RADIUS_08, '0.571rem'),
22346
- // 8px
22345
+ borderRadius: remToPx(styledVars.RADIUS_04, '0.286rem'),
22346
+ // 4px
22347
22347
  // Primary button
22348
22348
  colorPrimary: ((_styledVars$CAP_PRIMA4 = styledVars.CAP_PRIMARY) == null ? void 0 : _styledVars$CAP_PRIMA4.base) || '#47af46',
22349
22349
  colorPrimaryHover: ((_styledVars$CAP_PRIMA5 = styledVars.CAP_PRIMARY) == null ? void 0 : _styledVars$CAP_PRIMA5.hover) || '#1f9a1d',
@@ -54151,7 +54151,7 @@ var ___CSS_LOADER_URL_IMPORT_0___ = __webpack_require__(59089);
54151
54151
  var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
54152
54152
  var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);
54153
54153
  // Module
54154
- ___CSS_LOADER_EXPORT___.push([module.id, `.blaze-ui-cap-login-container{display:flex;width:100%;height:100vh;justify-content:flex-end;align-items:center;background-image:url(${___CSS_LOADER_URL_REPLACEMENT_0___});background-repeat:no-repeat;background-attachment:fixed;background-size:cover}.blaze-ui-cap-login-card{width:25rem;padding:4rem 2rem;border-radius:.5rem;margin-right:4rem}.blaze-ui-cap-login-logo{width:3rem;height:auto}.blaze-ui-cap-login-heading{padding:1.25rem 0;letter-spacing:.071rem;word-spacing:.143rem}.blaze-ui-cap-login-input{margin-bottom:1rem}.blaze-ui-cap-login-centeringDiv{display:flex;align-items:center;flex-direction:column}.blaze-ui-cap-login-button{width:50%;margin-top:1.25rem}`, ""]);
54154
+ ___CSS_LOADER_EXPORT___.push([module.id, `.blaze-ui-cap-login-container{display:flex;width:100%;height:100vh;justify-content:flex-end;align-items:center;background-image:url(${___CSS_LOADER_URL_REPLACEMENT_0___});background-repeat:no-repeat;background-attachment:fixed;background-size:cover}.blaze-ui-cap-login-card{width:25rem;padding:4rem 2rem;border-radius:.5rem;margin-right:4rem}.blaze-ui-cap-login-logo{width:3rem;height:auto}.blaze-ui-cap-login-heading{padding:1.25rem 0;letter-spacing:.071rem;word-spacing:.143rem}.blaze-ui-cap-login-input{margin-bottom:1rem}.blaze-ui-cap-login-centeringDiv{display:flex;align-items:center;flex-direction:column}.blaze-ui-cap-login-button{width:max-content;max-width:100%;margin-top:1.25rem}`, ""]);
54155
54155
  // Exports
54156
54156
  ___CSS_LOADER_EXPORT___.locals = {
54157
54157
  "cap-login-container": `blaze-ui-cap-login-container`,
@@ -59567,7 +59567,7 @@ exports.__esModule = true;
59567
59567
  exports.request = request;
59568
59568
  __webpack_require__(6447);
59569
59569
  function parseJSON(response) {
59570
- if (response.status === 204) return '';
59570
+ if (response.status === 204) return Promise.resolve('');
59571
59571
  return response.json();
59572
59572
  }
59573
59573
  function checkStatus(response) {