@capillarytech/blaze-ui 4.30.6 → 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.
- package/dist/CapEventCalendar/index.js +4 -4
- package/dist/CapEventCalendar/index.js.map +1 -1
- package/dist/CapIllustration/index.js +4 -4
- package/dist/CapIllustration/index.js.map +1 -1
- package/dist/CapLogin/index.js +2 -2
- package/dist/CapLogin/index.js.map +1 -1
- package/dist/CapNavigation/index.js +1 -1
- package/dist/CapNavigation/index.js.map +1 -1
- package/dist/CapUserProfile/index.js +1 -1
- package/dist/CapUserProfile/index.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/service/api.d.ts +1 -1
- package/dist/service/api.d.ts.map +1 -1
- package/dist/utils/index.js +2 -2
- package/dist/utils/index.js.map +1 -1
- package/package.json +1 -1
package/dist/CapLogin/index.js
CHANGED
|
@@ -12619,7 +12619,7 @@ var ___CSS_LOADER_URL_IMPORT_0___ = __webpack_require__(59089);
|
|
|
12619
12619
|
var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
|
|
12620
12620
|
var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);
|
|
12621
12621
|
// Module
|
|
12622
|
-
___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:
|
|
12622
|
+
___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}`, ""]);
|
|
12623
12623
|
// Exports
|
|
12624
12624
|
___CSS_LOADER_EXPORT___.locals = {
|
|
12625
12625
|
"cap-login-container": `blaze-ui-cap-login-container`,
|
|
@@ -14599,7 +14599,7 @@ exports.__esModule = true;
|
|
|
14599
14599
|
exports.request = request;
|
|
14600
14600
|
__webpack_require__(6447);
|
|
14601
14601
|
function parseJSON(response) {
|
|
14602
|
-
if (response.status === 204) return '';
|
|
14602
|
+
if (response.status === 204) return Promise.resolve('');
|
|
14603
14603
|
return response.json();
|
|
14604
14604
|
}
|
|
14605
14605
|
function checkStatus(response) {
|