@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.
- 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
|
@@ -22158,8 +22158,8 @@ function getCapThemeConfig(options) {
|
|
|
22158
22158
|
paddingBlock: 0,
|
|
22159
22159
|
controlHeight: remToPx(styledVars.BUTTON_HEIGHT, '2.857rem'),
|
|
22160
22160
|
// 40px
|
|
22161
|
-
borderRadius: remToPx(styledVars.
|
|
22162
|
-
//
|
|
22161
|
+
borderRadius: remToPx(styledVars.RADIUS_04, '0.286rem'),
|
|
22162
|
+
// 4px
|
|
22163
22163
|
// Primary button
|
|
22164
22164
|
colorPrimary: ((_styledVars$CAP_PRIMA4 = styledVars.CAP_PRIMARY) == null ? void 0 : _styledVars$CAP_PRIMA4.base) || '#47af46',
|
|
22165
22165
|
colorPrimaryHover: ((_styledVars$CAP_PRIMA5 = styledVars.CAP_PRIMARY) == null ? void 0 : _styledVars$CAP_PRIMA5.hover) || '#1f9a1d',
|
|
@@ -52932,7 +52932,7 @@ var ___CSS_LOADER_URL_IMPORT_0___ = __webpack_require__(59089);
|
|
|
52932
52932
|
var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
|
|
52933
52933
|
var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);
|
|
52934
52934
|
// Module
|
|
52935
|
-
___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:
|
|
52935
|
+
___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}`, ""]);
|
|
52936
52936
|
// Exports
|
|
52937
52937
|
___CSS_LOADER_EXPORT___.locals = {
|
|
52938
52938
|
"cap-login-container": `blaze-ui-cap-login-container`,
|
|
@@ -58348,7 +58348,7 @@ exports.__esModule = true;
|
|
|
58348
58348
|
exports.request = request;
|
|
58349
58349
|
__webpack_require__(6447);
|
|
58350
58350
|
function parseJSON(response) {
|
|
58351
|
-
if (response.status === 204) return '';
|
|
58351
|
+
if (response.status === 204) return Promise.resolve('');
|
|
58352
58352
|
return response.json();
|
|
58353
58353
|
}
|
|
58354
58354
|
function checkStatus(response) {
|