@capillarytech/blaze-ui 5.18.10 → 5.18.13
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/CapCustomCheckboxList/index.js +1 -1
- package/CapCustomCheckboxList/index.js.map +1 -1
- package/CapRadioCard/index.d.ts.map +1 -1
- package/CapRadioCard/index.js +41 -32
- package/CapRadioCard/index.js.map +1 -1
- package/CapRadioCard/types.d.ts +20 -0
- package/CapRadioCard/types.d.ts.map +1 -1
- package/CapStaticTemplates/README.md +212 -0
- package/CapStaticTemplates/constants.d.ts +3 -0
- package/CapStaticTemplates/constants.d.ts.map +1 -0
- package/CapStaticTemplates/index.d.ts +11 -0
- package/CapStaticTemplates/index.d.ts.map +1 -0
- package/CapStaticTemplates/index.js +331 -617
- package/CapStaticTemplates/index.js.map +1 -1
- package/CapStaticTemplates/messages.d.ts +32 -0
- package/CapStaticTemplates/messages.d.ts.map +1 -0
- package/CapStaticTemplates/types.d.ts +97 -0
- package/CapStaticTemplates/types.d.ts.map +1 -0
- package/CapStaticTemplates/use-cases.md +367 -0
- package/index.d.ts +2 -0
- package/index.d.ts.map +1 -1
- package/index.js +645 -35
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -17239,6 +17239,425 @@ var _default = exports["default"] = SvgAlert;
|
|
|
17239
17239
|
|
|
17240
17240
|
/***/ }),
|
|
17241
17241
|
|
|
17242
|
+
/***/ 9666:
|
|
17243
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
17244
|
+
|
|
17245
|
+
"use strict";
|
|
17246
|
+
|
|
17247
|
+
|
|
17248
|
+
exports.__esModule = true;
|
|
17249
|
+
exports["default"] = void 0;
|
|
17250
|
+
var _classnames = _interopRequireDefault(__webpack_require__(46942));
|
|
17251
|
+
var _debounce = _interopRequireDefault(__webpack_require__(38221));
|
|
17252
|
+
var _react = _interopRequireWildcard(__webpack_require__(9206));
|
|
17253
|
+
var _reactIntl = __webpack_require__(46407);
|
|
17254
|
+
var _group = _interopRequireDefault(__webpack_require__(67636));
|
|
17255
|
+
var _CapCard = _interopRequireDefault(__webpack_require__(10841));
|
|
17256
|
+
var _CapColoredTag = _interopRequireDefault(__webpack_require__(22029));
|
|
17257
|
+
var _CapColumn = _interopRequireDefault(__webpack_require__(4757));
|
|
17258
|
+
var _CapHeader = _interopRequireDefault(__webpack_require__(93140));
|
|
17259
|
+
var _CapHeading = _interopRequireDefault(__webpack_require__(7319));
|
|
17260
|
+
var _CapIcon = _interopRequireDefault(__webpack_require__(65124));
|
|
17261
|
+
var _CapImage = _interopRequireDefault(__webpack_require__(84446));
|
|
17262
|
+
var _CapInput = _interopRequireDefault(__webpack_require__(15773));
|
|
17263
|
+
var _CapLabel = _interopRequireDefault(__webpack_require__(92675));
|
|
17264
|
+
var _CapModal = _interopRequireDefault(__webpack_require__(7442));
|
|
17265
|
+
var _CapRadioCard = _interopRequireDefault(__webpack_require__(46866));
|
|
17266
|
+
var _CapRow = _interopRequireDefault(__webpack_require__(69813));
|
|
17267
|
+
var _CapSpin = _interopRequireDefault(__webpack_require__(56543));
|
|
17268
|
+
var _CapTooltip = _interopRequireDefault(__webpack_require__(85684));
|
|
17269
|
+
var _constants = __webpack_require__(14423);
|
|
17270
|
+
var _messages = _interopRequireDefault(__webpack_require__(21160));
|
|
17271
|
+
var _styles = _interopRequireDefault(__webpack_require__(22882));
|
|
17272
|
+
var _jsxRuntime = __webpack_require__(74848);
|
|
17273
|
+
const _excluded = ["value", "key", "label", "description", "icon", "isAvailable", "isBlankTemplate"];
|
|
17274
|
+
/**
|
|
17275
|
+
*
|
|
17276
|
+
* CapStaticTemplates
|
|
17277
|
+
*
|
|
17278
|
+
*/
|
|
17279
|
+
// @ts-ignore - SCSS module types are declared in types.d.ts and components/styles.d.ts
|
|
17280
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
17281
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
17282
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
17283
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
17284
|
+
const clsPrefix = 'cap-static-templates-v2';
|
|
17285
|
+
const CapStaticTemplates = _ref => {
|
|
17286
|
+
let {
|
|
17287
|
+
categories = [],
|
|
17288
|
+
className,
|
|
17289
|
+
cardWidth = '278px',
|
|
17290
|
+
cardHeight = '104px',
|
|
17291
|
+
blankCardWidth = '278px',
|
|
17292
|
+
blankCardHeight = '80px',
|
|
17293
|
+
selectedCategory,
|
|
17294
|
+
onSelectCategory,
|
|
17295
|
+
selectedStrategyTemplate,
|
|
17296
|
+
onSelectStrategyTemplate,
|
|
17297
|
+
isBlankTemplateRequired = false,
|
|
17298
|
+
templatesContainerWidth = '990px',
|
|
17299
|
+
templatesContainerMaxHeight = '400px',
|
|
17300
|
+
modalContent,
|
|
17301
|
+
searchPlaceholder,
|
|
17302
|
+
showComingSoon = true,
|
|
17303
|
+
intl: {
|
|
17304
|
+
formatMessage
|
|
17305
|
+
}
|
|
17306
|
+
} = _ref;
|
|
17307
|
+
const [showModal, setShowModal] = (0, _react.useState)(false);
|
|
17308
|
+
const [searchText, setSearchText] = (0, _react.useState)(null);
|
|
17309
|
+
const [isSearching, setIsSearching] = (0, _react.useState)(false);
|
|
17310
|
+
const [filteredCategories, setFilteredCategories] = (0, _react.useState)([]);
|
|
17311
|
+
|
|
17312
|
+
// Class names for CapRadioCard elements (one per element, same names as CapRadioCard props)
|
|
17313
|
+
const rootClassName = _styles.default['strategy-template-radio-root'];
|
|
17314
|
+
const radioButtonWrapperClassName = _styles.default['strategy-template-radio-button'];
|
|
17315
|
+
const iconWrapperClassName = _styles.default['strategy-template-radio-icon-wrapper'];
|
|
17316
|
+
const iconContainerClassName = _styles.default['strategy-template-radio-icon-container'];
|
|
17317
|
+
const divIconClassName = _styles.default['strategy-template-radio-div-icon'];
|
|
17318
|
+
const contentContainerClassName = _styles.default['strategy-template-radio-content-container'];
|
|
17319
|
+
const CUSTOM_STRATEGY_PANE = {
|
|
17320
|
+
value: _constants.BLANK_TEMPLATE,
|
|
17321
|
+
key: _constants.BLANK_TEMPLATE,
|
|
17322
|
+
label: formatMessage(_messages.default.blankTemplateLabel),
|
|
17323
|
+
description: formatMessage(_messages.default.blankTemplateDescription),
|
|
17324
|
+
icon: _constants.BLANK_TEMPLATE_ICON,
|
|
17325
|
+
isAvailable: true,
|
|
17326
|
+
isBlankTemplate: true
|
|
17327
|
+
};
|
|
17328
|
+
function handleClick(value) {
|
|
17329
|
+
scrollToSelectedCategory(value);
|
|
17330
|
+
onSelectCategory == null || onSelectCategory(value);
|
|
17331
|
+
}
|
|
17332
|
+
function scrollToSelectedCategory(id) {
|
|
17333
|
+
const selectedElement = document.getElementById(id);
|
|
17334
|
+
const templateContainer = document.querySelector('.templates-container');
|
|
17335
|
+
if (templateContainer && selectedElement) {
|
|
17336
|
+
templateContainer.scrollTo(0, selectedElement.offsetTop);
|
|
17337
|
+
}
|
|
17338
|
+
}
|
|
17339
|
+
const debounceSearch = (0, _debounce.default)(text => {
|
|
17340
|
+
getSearchResult(text);
|
|
17341
|
+
}, 300);
|
|
17342
|
+
function handleSearch(event) {
|
|
17343
|
+
var _event$target;
|
|
17344
|
+
const {
|
|
17345
|
+
value
|
|
17346
|
+
} = (_event$target = event == null ? void 0 : event.target) != null ? _event$target : {};
|
|
17347
|
+
setSearchText(value);
|
|
17348
|
+
setIsSearching(true);
|
|
17349
|
+
debounceSearch(value);
|
|
17350
|
+
}
|
|
17351
|
+
function handleShowModal(e) {
|
|
17352
|
+
var _e$target;
|
|
17353
|
+
const value = e == null || (_e$target = e.target) == null ? void 0 : _e$target.value;
|
|
17354
|
+
onSelectStrategyTemplate == null || onSelectStrategyTemplate(value);
|
|
17355
|
+
|
|
17356
|
+
// Show modal only if template is not Available.
|
|
17357
|
+
categories == null || categories.forEach(category => {
|
|
17358
|
+
var _category$panes;
|
|
17359
|
+
category == null || (_category$panes = category.panes) == null || _category$panes.forEach(template => {
|
|
17360
|
+
if ((template == null ? void 0 : template.key) === value && !template.isAvailable) {
|
|
17361
|
+
setShowModal(true);
|
|
17362
|
+
}
|
|
17363
|
+
});
|
|
17364
|
+
});
|
|
17365
|
+
}
|
|
17366
|
+
function handleHideModal() {
|
|
17367
|
+
setShowModal(false);
|
|
17368
|
+
}
|
|
17369
|
+
function getPane(pane) {
|
|
17370
|
+
const {
|
|
17371
|
+
value,
|
|
17372
|
+
key,
|
|
17373
|
+
label,
|
|
17374
|
+
description,
|
|
17375
|
+
icon,
|
|
17376
|
+
isAvailable = false,
|
|
17377
|
+
isBlankTemplate
|
|
17378
|
+
} = pane,
|
|
17379
|
+
rest = _objectWithoutPropertiesLoose(pane, _excluded);
|
|
17380
|
+
const iconLabelArray = value == null ? void 0 : value.split(' ');
|
|
17381
|
+
const iconLabelText = iconLabelArray && iconLabelArray.length > 1 ? iconLabelArray[0][0] + iconLabelArray[1][0] : (iconLabelArray == null ? void 0 : iconLabelArray[0][0]) || '';
|
|
17382
|
+
const templateCardTitle = /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapHeading.default, {
|
|
17383
|
+
type: "h4",
|
|
17384
|
+
className: "card-header-title " + (isAvailable ? 'card-available' : ''),
|
|
17385
|
+
children: label
|
|
17386
|
+
});
|
|
17387
|
+
return _extends({
|
|
17388
|
+
title: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_CapRow.default, {
|
|
17389
|
+
type: "flex",
|
|
17390
|
+
justify: "space-between",
|
|
17391
|
+
className: "card-header-row " + (isBlankTemplate ? 'custom-template' : ''),
|
|
17392
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_CapHeader.default, {
|
|
17393
|
+
title:
|
|
17394
|
+
/* Handles the display of tooltip over template card title, which has a maximum limit of 30 characters,rest overflows.
|
|
17395
|
+
If the length of the label exceeds 30 characters,
|
|
17396
|
+
a tooltip is used to reveal the full label that the card is hiding. */
|
|
17397
|
+
(label == null ? void 0 : label.length) >= 30 ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapTooltip.default, {
|
|
17398
|
+
title: label,
|
|
17399
|
+
children: templateCardTitle
|
|
17400
|
+
}) : templateCardTitle,
|
|
17401
|
+
description: isBlankTemplate && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapLabel.default, {
|
|
17402
|
+
type: "label1",
|
|
17403
|
+
className: "card-content",
|
|
17404
|
+
children: description
|
|
17405
|
+
})
|
|
17406
|
+
}), showComingSoon && !isAvailable && !isBlankTemplate && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapColoredTag.default, {
|
|
17407
|
+
className: "coming-soon-tag",
|
|
17408
|
+
tagColor: "#0065ff",
|
|
17409
|
+
children: formatMessage(_messages.default.comingSoonMsg)
|
|
17410
|
+
})]
|
|
17411
|
+
}),
|
|
17412
|
+
value: key,
|
|
17413
|
+
icon: isBlankTemplate ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapIcon.default, {
|
|
17414
|
+
type: icon || '',
|
|
17415
|
+
color: "blue",
|
|
17416
|
+
size: "xs"
|
|
17417
|
+
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapColumn.default, {
|
|
17418
|
+
className: "strategy-icon",
|
|
17419
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
17420
|
+
className: "text-label " + (selectedStrategyTemplate === value ? 'selected' : ''),
|
|
17421
|
+
children: iconLabelText
|
|
17422
|
+
})
|
|
17423
|
+
}),
|
|
17424
|
+
customComponent: !isBlankTemplate && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapLabel.default, {
|
|
17425
|
+
type: "label1",
|
|
17426
|
+
className: (0, _classnames.default)('card-content', _styles.default['cap-static-templates-v2-margin-t-4']),
|
|
17427
|
+
children: description
|
|
17428
|
+
}),
|
|
17429
|
+
radioCardClassName: isAvailable || !showComingSoon ? 'template-enabled' : 'template-disabled'
|
|
17430
|
+
}, rest);
|
|
17431
|
+
}
|
|
17432
|
+
const getAllPanes = function (panes) {
|
|
17433
|
+
if (panes === void 0) {
|
|
17434
|
+
panes = [];
|
|
17435
|
+
}
|
|
17436
|
+
return panes.map(pane => getPane(pane));
|
|
17437
|
+
};
|
|
17438
|
+
const getTemplates = (0, _react.useMemo)(() => {
|
|
17439
|
+
const categoriesData = searchText ? filteredCategories : categories;
|
|
17440
|
+
const strategyTemplates = (categoriesData || []).map(category => {
|
|
17441
|
+
const {
|
|
17442
|
+
value,
|
|
17443
|
+
label,
|
|
17444
|
+
key,
|
|
17445
|
+
color,
|
|
17446
|
+
panes = []
|
|
17447
|
+
} = category;
|
|
17448
|
+
const structuredPanes = getAllPanes(panes);
|
|
17449
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_CapRow.default, {
|
|
17450
|
+
id: value,
|
|
17451
|
+
className: _styles.default['cap-static-templates-v2-margin-t-13'],
|
|
17452
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_CapLabel.default, {
|
|
17453
|
+
className: (0, _classnames.default)(_styles.default['cap-static-templates-v2-margin-l-8'], _styles.default['cap-static-templates-v2-margin-b-8']),
|
|
17454
|
+
type: "label4",
|
|
17455
|
+
children: label
|
|
17456
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
17457
|
+
className: (0, _classnames.default)(clsPrefix, className, _styles.default['strategy-template']),
|
|
17458
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapRadioCard.default, {
|
|
17459
|
+
panes: structuredPanes,
|
|
17460
|
+
cardWidth: cardWidth,
|
|
17461
|
+
cardHeight: cardHeight,
|
|
17462
|
+
selected: selectedStrategyTemplate,
|
|
17463
|
+
value: selectedStrategyTemplate,
|
|
17464
|
+
onChange: handleShowModal,
|
|
17465
|
+
rootClassName: rootClassName,
|
|
17466
|
+
radioButtonWrapperClassName: radioButtonWrapperClassName,
|
|
17467
|
+
iconWrapperClassName: iconWrapperClassName,
|
|
17468
|
+
iconContainerClassName: iconContainerClassName,
|
|
17469
|
+
divIconClassName: divIconClassName,
|
|
17470
|
+
contentContainerClassName: contentContainerClassName,
|
|
17471
|
+
style: {
|
|
17472
|
+
'--category-color': color
|
|
17473
|
+
}
|
|
17474
|
+
})
|
|
17475
|
+
})]
|
|
17476
|
+
}, key);
|
|
17477
|
+
});
|
|
17478
|
+
return strategyTemplates;
|
|
17479
|
+
}, [searchText, filteredCategories, categories, selectedStrategyTemplate]); // eslint-disable-line react-hooks/exhaustive-deps -- Dependencies match cap-ui-library
|
|
17480
|
+
|
|
17481
|
+
// This function is to handle the search;
|
|
17482
|
+
function getSearchResult(searchValue) {
|
|
17483
|
+
var _searchValue$toLowerC;
|
|
17484
|
+
const searchString = searchValue == null || (_searchValue$toLowerC = searchValue.toLowerCase()) == null ? void 0 : _searchValue$toLowerC.trim();
|
|
17485
|
+
if (!searchString) {
|
|
17486
|
+
setIsSearching(false);
|
|
17487
|
+
return;
|
|
17488
|
+
}
|
|
17489
|
+
const filteredData = categories.reduce((result, currentData) => {
|
|
17490
|
+
var _currentData$value, _currentData$panes;
|
|
17491
|
+
const parentName = currentData == null || (_currentData$value = currentData.value) == null ? void 0 : _currentData$value.toLowerCase();
|
|
17492
|
+
const isParent = (parentName == null ? void 0 : parentName.indexOf(searchString)) > -1;
|
|
17493
|
+
const childPanes = (_currentData$panes = currentData.panes) == null ? void 0 : _currentData$panes.filter(childPane => {
|
|
17494
|
+
var _childPane$value;
|
|
17495
|
+
return (childPane == null || (_childPane$value = childPane.value) == null || (_childPane$value = _childPane$value.toLowerCase()) == null ? void 0 : _childPane$value.indexOf(searchString)) > -1;
|
|
17496
|
+
});
|
|
17497
|
+
const hasPane = !!(childPanes != null && childPanes.length);
|
|
17498
|
+
const currentDataCopy = _extends({}, currentData);
|
|
17499
|
+
if (hasPane) {
|
|
17500
|
+
currentDataCopy.panes = childPanes;
|
|
17501
|
+
result.push(currentDataCopy);
|
|
17502
|
+
} else if (isParent) {
|
|
17503
|
+
result.push(currentData);
|
|
17504
|
+
}
|
|
17505
|
+
return result;
|
|
17506
|
+
}, []);
|
|
17507
|
+
setIsSearching(false);
|
|
17508
|
+
setFilteredCategories(filteredData);
|
|
17509
|
+
}
|
|
17510
|
+
function getModalContent() {
|
|
17511
|
+
if (!modalContent) return null;
|
|
17512
|
+
const {
|
|
17513
|
+
title,
|
|
17514
|
+
description,
|
|
17515
|
+
iconsAndMessages = []
|
|
17516
|
+
} = modalContent;
|
|
17517
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_CapRow.default, {
|
|
17518
|
+
type: "flex",
|
|
17519
|
+
justify: "space-between",
|
|
17520
|
+
align: "middle",
|
|
17521
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_CapColumn.default, {
|
|
17522
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapImage.default, {
|
|
17523
|
+
src: _group.default,
|
|
17524
|
+
className: "modal-image"
|
|
17525
|
+
})
|
|
17526
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_CapColumn.default, {
|
|
17527
|
+
className: "modal-info-content",
|
|
17528
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_CapHeader.default, {
|
|
17529
|
+
title: title,
|
|
17530
|
+
description: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapColoredTag.default, {
|
|
17531
|
+
tagColor: "#0065ff",
|
|
17532
|
+
children: formatMessage(_messages.default.comingSoonMsg)
|
|
17533
|
+
})
|
|
17534
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapHeading.default, {
|
|
17535
|
+
type: "label2",
|
|
17536
|
+
className: _styles.default['cap-static-templates-v2-margin-t-16'],
|
|
17537
|
+
children: description
|
|
17538
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapRow.default, {
|
|
17539
|
+
type: "flex",
|
|
17540
|
+
align: "middle",
|
|
17541
|
+
justify: "space-between",
|
|
17542
|
+
className: _styles.default['cap-static-templates-v2-margin-t-16'],
|
|
17543
|
+
children: iconsAndMessages == null ? void 0 : iconsAndMessages.map((data, idx) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapCard.default, {
|
|
17544
|
+
title: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapIcon.default, {
|
|
17545
|
+
type: data == null ? void 0 : data.iconType,
|
|
17546
|
+
size: "m"
|
|
17547
|
+
}),
|
|
17548
|
+
className: _styles.default['styled-cap-card'],
|
|
17549
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapLabel.default, {
|
|
17550
|
+
type: "label5",
|
|
17551
|
+
style: {
|
|
17552
|
+
fontWeight: 500
|
|
17553
|
+
},
|
|
17554
|
+
children: data == null ? void 0 : data.message
|
|
17555
|
+
})
|
|
17556
|
+
}, (data == null ? void 0 : data.iconType) || idx))
|
|
17557
|
+
})]
|
|
17558
|
+
})]
|
|
17559
|
+
});
|
|
17560
|
+
}
|
|
17561
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
17562
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_CapHeader.default, {
|
|
17563
|
+
className: _styles.default['cap-static-templates-v2-margin-b-16'],
|
|
17564
|
+
title: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapHeading.default, {
|
|
17565
|
+
type: "h3",
|
|
17566
|
+
children: formatMessage(_messages.default.strategyTitleMsg)
|
|
17567
|
+
}),
|
|
17568
|
+
description: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapLabel.default, {
|
|
17569
|
+
type: "label3",
|
|
17570
|
+
children: formatMessage(_messages.default.strategyDescriptionMsg)
|
|
17571
|
+
})
|
|
17572
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
17573
|
+
className: _styles.default[clsPrefix],
|
|
17574
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
17575
|
+
className: _styles.default['sidebar'],
|
|
17576
|
+
children: [isBlankTemplateRequired && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
17577
|
+
className: (0, _classnames.default)(_styles.default['category-container'], {
|
|
17578
|
+
[_styles.default['selected']]: _constants.BLANK_TEMPLATE === selectedCategory,
|
|
17579
|
+
'category-selector': true
|
|
17580
|
+
}),
|
|
17581
|
+
onClick: () => handleClick(_constants.BLANK_TEMPLATE),
|
|
17582
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapLabel.default, {
|
|
17583
|
+
type: _constants.BLANK_TEMPLATE === selectedCategory ? 'label4' : 'label9',
|
|
17584
|
+
children: formatMessage(_messages.default.blankCategoryLabel)
|
|
17585
|
+
})
|
|
17586
|
+
}), categories == null ? void 0 : categories.map(category => {
|
|
17587
|
+
var _category$panes2;
|
|
17588
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
17589
|
+
className: (0, _classnames.default)(_styles.default['category-container'], {
|
|
17590
|
+
[_styles.default['selected']]: (category == null ? void 0 : category.value) === selectedCategory,
|
|
17591
|
+
'category-selector': true
|
|
17592
|
+
}),
|
|
17593
|
+
style: {
|
|
17594
|
+
'--category-color': category == null ? void 0 : category.color
|
|
17595
|
+
},
|
|
17596
|
+
onClick: () => handleClick(category == null ? void 0 : category.value),
|
|
17597
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_CapLabel.default, {
|
|
17598
|
+
type: (category == null ? void 0 : category.value) === selectedCategory ? 'label4' : 'label9',
|
|
17599
|
+
children: [category == null ? void 0 : category.label, (category == null ? void 0 : category.premium) && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapIcon.default, {
|
|
17600
|
+
type: "premium",
|
|
17601
|
+
size: "s",
|
|
17602
|
+
className: _styles.default['premium-icon']
|
|
17603
|
+
})]
|
|
17604
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapLabel.default, {
|
|
17605
|
+
type: "label1",
|
|
17606
|
+
children: category == null || (_category$panes2 = category.panes) == null ? void 0 : _category$panes2.length
|
|
17607
|
+
})]
|
|
17608
|
+
}, category == null ? void 0 : category.key);
|
|
17609
|
+
})]
|
|
17610
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
17611
|
+
className: _styles.default['templates-and-search-container'],
|
|
17612
|
+
style: {
|
|
17613
|
+
'--templates-container-width': templatesContainerWidth
|
|
17614
|
+
},
|
|
17615
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_CapInput.default.Search, {
|
|
17616
|
+
value: searchText || undefined,
|
|
17617
|
+
onChange: handleSearch,
|
|
17618
|
+
onClear: handleSearch,
|
|
17619
|
+
placeholder: searchPlaceholder || formatMessage(_messages.default.searchPlaceholderMsg),
|
|
17620
|
+
className: _styles.default['search-box']
|
|
17621
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapRow.default, {
|
|
17622
|
+
className: (0, _classnames.default)('templates-container', _styles.default['templates-container']),
|
|
17623
|
+
style: {
|
|
17624
|
+
'--templates-container-max-height': templatesContainerMaxHeight
|
|
17625
|
+
},
|
|
17626
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_CapSpin.default, {
|
|
17627
|
+
spinning: isSearching,
|
|
17628
|
+
children: [isBlankTemplateRequired && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapRow.default, {
|
|
17629
|
+
id: _constants.BLANK_TEMPLATE,
|
|
17630
|
+
className: (0, _classnames.default)(_styles.default['cap-static-templates-v2-margin-t-4'], _styles.default['strategy-template'], _styles.default['strategy-template-icon-placeholder']),
|
|
17631
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapRadioCard.default, {
|
|
17632
|
+
panes: [getPane(CUSTOM_STRATEGY_PANE)],
|
|
17633
|
+
cardWidth: blankCardWidth,
|
|
17634
|
+
cardHeight: blankCardHeight,
|
|
17635
|
+
selected: selectedStrategyTemplate,
|
|
17636
|
+
value: selectedStrategyTemplate,
|
|
17637
|
+
onChange: handleShowModal,
|
|
17638
|
+
className: rootClassName,
|
|
17639
|
+
radioButtonWrapperClassName: radioButtonWrapperClassName,
|
|
17640
|
+
iconWrapperClassName: iconWrapperClassName,
|
|
17641
|
+
iconContainerClassName: iconContainerClassName,
|
|
17642
|
+
divIconClassName: divIconClassName,
|
|
17643
|
+
contentContainerClassName: contentContainerClassName
|
|
17644
|
+
})
|
|
17645
|
+
}, _constants.BLANK_TEMPLATE), getTemplates]
|
|
17646
|
+
})
|
|
17647
|
+
})]
|
|
17648
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapModal.default, {
|
|
17649
|
+
open: showModal,
|
|
17650
|
+
onCancel: handleHideModal,
|
|
17651
|
+
className: _styles.default['templates-modal'],
|
|
17652
|
+
children: getModalContent()
|
|
17653
|
+
})]
|
|
17654
|
+
})]
|
|
17655
|
+
});
|
|
17656
|
+
};
|
|
17657
|
+
var _default = exports["default"] = (0, _reactIntl.injectIntl)(CapStaticTemplates);
|
|
17658
|
+
|
|
17659
|
+
/***/ }),
|
|
17660
|
+
|
|
17242
17661
|
/***/ 9822:
|
|
17243
17662
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
17244
17663
|
|
|
@@ -20696,6 +21115,19 @@ var _default = exports["default"] = SvgError;
|
|
|
20696
21115
|
|
|
20697
21116
|
/***/ }),
|
|
20698
21117
|
|
|
21118
|
+
/***/ 14423:
|
|
21119
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
21120
|
+
|
|
21121
|
+
"use strict";
|
|
21122
|
+
|
|
21123
|
+
|
|
21124
|
+
exports.__esModule = true;
|
|
21125
|
+
exports.BLANK_TEMPLATE_ICON = exports.BLANK_TEMPLATE = void 0;
|
|
21126
|
+
const BLANK_TEMPLATE = exports.BLANK_TEMPLATE = 'BLANK_TEMPLATE';
|
|
21127
|
+
const BLANK_TEMPLATE_ICON = exports.BLANK_TEMPLATE_ICON = 'add';
|
|
21128
|
+
|
|
21129
|
+
/***/ }),
|
|
21130
|
+
|
|
20699
21131
|
/***/ 14424:
|
|
20700
21132
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
20701
21133
|
|
|
@@ -21442,6 +21874,69 @@ function baseIsSet(value) {
|
|
|
21442
21874
|
module.exports = baseIsSet;
|
|
21443
21875
|
|
|
21444
21876
|
|
|
21877
|
+
/***/ }),
|
|
21878
|
+
|
|
21879
|
+
/***/ 16205:
|
|
21880
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
21881
|
+
|
|
21882
|
+
// Imports
|
|
21883
|
+
var ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ = __webpack_require__(31601);
|
|
21884
|
+
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(76314);
|
|
21885
|
+
var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
|
|
21886
|
+
// Module
|
|
21887
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.cap-static-templates-v2{display:flex;flex-flow:nowrap;min-width:85vw}.sidebar{width:18.429rem;margin-right:1.214rem;border:.071rem solid #dfe2e7}.templates-and-search-container{width:var(--templates-container-width, 70.714rem)}.templates-container{max-height:var(--templates-container-max-height, 28.571rem);overflow-y:scroll;scroll-behavior:smooth}.category-container{display:flex;align-items:center;justify-content:space-between;height:2.857rem;padding:.857rem 1.142rem .857rem 1.428rem;border-left:.285rem solid var(--category-color, #97a0af);cursor:pointer}.category-container.selected{background-color:#f4f5f7}.search-box{width:19.857rem;margin-bottom:.857rem;margin-left:.428rem}.search-box .ant-input.ant-input-lg{height:2.285rem}.template-icon.cap-icon-v2{font-size:.929rem}.strategy-template .strategy-template-radio-root .strategy-template-radio-button{border-left:.285rem solid var(--category-color, #97a0af)}.strategy-template .strategy-template-radio-root .strategy-template-radio-button.template-disabled{opacity:.5}.strategy-template .strategy-template-radio-root .strategy-template-radio-button .ant-card.ant-card-bordered{border-left:.285rem solid var(--border-color, #97a0af)}.strategy-template .strategy-template-radio-root .strategy-template-radio-button .card-header-title{max-width:14.286rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.strategy-template .strategy-template-radio-root .strategy-template-radio-button .coming-soon-tag{display:none;margin-bottom:.857rem}.strategy-template .strategy-template-radio-root .strategy-template-radio-button:hover{opacity:1}.strategy-template .strategy-template-radio-root .strategy-template-radio-button:hover .coming-soon-tag{display:inline-flex;height:auto}.strategy-template .strategy-template-radio-root .strategy-template-radio-button:hover .card-header-title{margin-right:.143rem}.strategy-template .strategy-template-radio-root .strategy-template-radio-button:hover .card-available{max-width:14.286rem}.strategy-template .strategy-template-radio-root .strategy-template-radio-button .strategy-template-radio-icon-container{height:2.857rem;width:2.857rem;border-radius:1.142rem}.strategy-template .strategy-template-radio-root .strategy-template-radio-button .strategy-template-radio-icon-container .strategy-template-radio-div-icon{left:43%;top:21%}.strategy-template .strategy-template-radio-root .strategy-template-radio-button .strategy-template-radio-icon-container .strategy-template-radio-div-icon .cap-icon-v2-add{display:block;margin-left:.071rem;margin-top:.428rem}.strategy-template .strategy-template-radio-root .strategy-template-radio-button .strategy-template-radio-icon-wrapper{width:2.857rem;height:2.857rem;margin-right:.571rem}.strategy-template .strategy-template-radio-root .ant-card div.ant-card-body{display:flex;align-items:center;flex-wrap:wrap;height:auto;padding:.571rem .571rem .285rem .857rem}.strategy-template .strategy-template-radio-root .ant-card div.ant-card-body div.strategy-template-radio-content-container{width:14.5rem}.strategy-template .strategy-template-radio-root .ant-card div.ant-card-body .card-content{max-height:3.214rem}.strategy-template .strategy-template-radio-root .ant-card div.ant-card-body .card-header-row{width:14.857rem;flex-flow:nowrap;align-items:center}.strategy-template .strategy-template-radio-root .ant-card div.ant-card-body .custom-template{margin-left:.571rem}.strategy-template .strategy-template-radio-root .ant-card div.ant-card-body .custom-template .title-desc-container{width:14rem}.strategy-template .strategy-template-radio-root .ant-card div.ant-card-body .strategy-icon{display:flex;align-items:center;justify-content:center;height:2.857rem;width:2.857rem;margin-top:-0.571rem;margin-left:-0.857rem}.strategy-template .strategy-template-radio-root .ant-card div.ant-card-body .strategy-icon svg{width:2.857rem;height:2.857rem}.strategy-template .strategy-template-radio-root .ant-card div.ant-card-body .strategy-icon .text-label{font-weight:500;text-transform:uppercase}.strategy-template .strategy-template-radio-root .ant-card div.ant-card-body .strategy-icon .selected{color:#fff}.strategy-template-icon-placeholder .strategy-template-radio-div-icon{left:35% !important;top:30% !important}.templates-modal .ant-modal-container{width:52.643rem;height:19.571rem;right:50%;padding:0}.templates-modal .ant-modal-container div.ant-modal-body{padding:1.714rem 1.714rem 1.571rem 1.714rem}.templates-modal .ant-modal-container .modal-image{width:17.357rem;height:15.714rem}.templates-modal .ant-modal-container .modal-info-content{width:28.429rem;margin-right:1.714rem}.templates-modal .ant-modal-container .ant-modal-close-x{margin-top:.571rem}.templates-modal .ant-modal-container .ant-modal-footer{display:none}.styled-cap-card{width:6.571rem;height:6.143rem}.styled-cap-card div.ant-card-head{max-height:2.786rem;min-height:2.786rem;text-align:center;background-color:#e9f0fe}.styled-cap-card div.ant-card-head .ant-card-head-title{padding:.571rem 0}.styled-cap-card div.ant-card-body{height:3.357rem;margin-top:.571rem;padding:.643rem .714rem .428rem .714rem !important;text-align:center}.styled-cap-card .cap-icon svg{height:1.714rem;width:1.714rem;color:#c7d8fb}.premium-icon{margin-left:.285rem;color:#e8bc25}.cap-static-templates-v2-margin-t-4{margin-top:.285rem}.cap-static-templates-v2-margin-t-13{margin-top:.928rem}.cap-static-templates-v2-margin-l-8{margin-left:.571rem}.cap-static-templates-v2-margin-b-8{margin-bottom:.571rem}.cap-static-templates-v2-margin-t-16{margin-top:1.142rem}.cap-static-templates-v2-margin-b-16{margin-bottom:1.142rem}`, ""]);
|
|
21888
|
+
// Exports
|
|
21889
|
+
___CSS_LOADER_EXPORT___.locals = {
|
|
21890
|
+
"cap-static-templates-v2": `cap-static-templates-v2`,
|
|
21891
|
+
"sidebar": `sidebar`,
|
|
21892
|
+
"templates-and-search-container": `templates-and-search-container`,
|
|
21893
|
+
"templates-container": `templates-container`,
|
|
21894
|
+
"category-container": `category-container`,
|
|
21895
|
+
"selected": `selected`,
|
|
21896
|
+
"search-box": `search-box`,
|
|
21897
|
+
"template-icon": `template-icon`,
|
|
21898
|
+
"cap-icon-v2": `cap-icon-v2`,
|
|
21899
|
+
"strategy-template": `strategy-template`,
|
|
21900
|
+
"strategy-template-radio-root": `strategy-template-radio-root`,
|
|
21901
|
+
"strategy-template-radio-button": `strategy-template-radio-button`,
|
|
21902
|
+
"template-disabled": `template-disabled`,
|
|
21903
|
+
"card-header-title": `card-header-title`,
|
|
21904
|
+
"coming-soon-tag": `coming-soon-tag`,
|
|
21905
|
+
"card-available": `card-available`,
|
|
21906
|
+
"strategy-template-radio-icon-container": `strategy-template-radio-icon-container`,
|
|
21907
|
+
"strategy-template-radio-div-icon": `strategy-template-radio-div-icon`,
|
|
21908
|
+
"cap-icon-v2-add": `cap-icon-v2-add`,
|
|
21909
|
+
"strategy-template-radio-icon-wrapper": `strategy-template-radio-icon-wrapper`,
|
|
21910
|
+
"strategy-template-radio-content-container": `strategy-template-radio-content-container`,
|
|
21911
|
+
"card-content": `card-content`,
|
|
21912
|
+
"card-header-row": `card-header-row`,
|
|
21913
|
+
"custom-template": `custom-template`,
|
|
21914
|
+
"title-desc-container": `title-desc-container`,
|
|
21915
|
+
"strategy-icon": `strategy-icon`,
|
|
21916
|
+
"text-label": `text-label`,
|
|
21917
|
+
"strategy-template-icon-placeholder": `strategy-template-icon-placeholder`,
|
|
21918
|
+
"templates-modal": `templates-modal`,
|
|
21919
|
+
"ant-modal-body": `ant-modal-body`,
|
|
21920
|
+
"modal-image": `modal-image`,
|
|
21921
|
+
"modal-info-content": `modal-info-content`,
|
|
21922
|
+
"ant-modal-close-x": `ant-modal-close-x`,
|
|
21923
|
+
"ant-modal-footer": `ant-modal-footer`,
|
|
21924
|
+
"styled-cap-card": `styled-cap-card`,
|
|
21925
|
+
"ant-card-head": `ant-card-head`,
|
|
21926
|
+
"ant-card-head-title": `ant-card-head-title`,
|
|
21927
|
+
"ant-card-body": `ant-card-body`,
|
|
21928
|
+
"cap-icon": `cap-icon`,
|
|
21929
|
+
"premium-icon": `premium-icon`,
|
|
21930
|
+
"cap-static-templates-v2-margin-t-4": `cap-static-templates-v2-margin-t-4`,
|
|
21931
|
+
"cap-static-templates-v2-margin-t-13": `cap-static-templates-v2-margin-t-13`,
|
|
21932
|
+
"cap-static-templates-v2-margin-l-8": `cap-static-templates-v2-margin-l-8`,
|
|
21933
|
+
"cap-static-templates-v2-margin-b-8": `cap-static-templates-v2-margin-b-8`,
|
|
21934
|
+
"cap-static-templates-v2-margin-t-16": `cap-static-templates-v2-margin-t-16`,
|
|
21935
|
+
"cap-static-templates-v2-margin-b-16": `cap-static-templates-v2-margin-b-16`
|
|
21936
|
+
};
|
|
21937
|
+
module.exports = ___CSS_LOADER_EXPORT___;
|
|
21938
|
+
|
|
21939
|
+
|
|
21445
21940
|
/***/ }),
|
|
21446
21941
|
|
|
21447
21942
|
/***/ 16242:
|
|
@@ -25232,6 +25727,49 @@ var f=__webpack_require__(9206),k=Symbol.for("react.element"),l=Symbol.for("reac
|
|
|
25232
25727
|
function q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=""+g);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}exports.Fragment=l;exports.jsx=q;exports.jsxs=q;
|
|
25233
25728
|
|
|
25234
25729
|
|
|
25730
|
+
/***/ }),
|
|
25731
|
+
|
|
25732
|
+
/***/ 21160:
|
|
25733
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
25734
|
+
|
|
25735
|
+
"use strict";
|
|
25736
|
+
|
|
25737
|
+
|
|
25738
|
+
exports.__esModule = true;
|
|
25739
|
+
exports["default"] = void 0;
|
|
25740
|
+
var _reactIntl = __webpack_require__(46407);
|
|
25741
|
+
const scope = 'blaze.components.CapStaticTemplates';
|
|
25742
|
+
var _default = exports["default"] = (0, _reactIntl.defineMessages)({
|
|
25743
|
+
strategyTitleMsg: {
|
|
25744
|
+
id: scope + ".strategyTitleMsg",
|
|
25745
|
+
defaultMessage: 'Select the strategy'
|
|
25746
|
+
},
|
|
25747
|
+
strategyDescriptionMsg: {
|
|
25748
|
+
id: scope + ".strategyDescriptionMsg",
|
|
25749
|
+
defaultMessage: 'Use strategy driven pre-defined marketing use-cases or build your own strategy'
|
|
25750
|
+
},
|
|
25751
|
+
comingSoonMsg: {
|
|
25752
|
+
id: scope + ".comingSoonMsg",
|
|
25753
|
+
defaultMessage: 'Coming soon'
|
|
25754
|
+
},
|
|
25755
|
+
blankCategoryLabel: {
|
|
25756
|
+
id: scope + ".blankCategoryLabel",
|
|
25757
|
+
defaultMessage: 'Custom'
|
|
25758
|
+
},
|
|
25759
|
+
blankTemplateLabel: {
|
|
25760
|
+
id: scope + ".blankTemplateLabel",
|
|
25761
|
+
defaultMessage: 'Build from scratch'
|
|
25762
|
+
},
|
|
25763
|
+
blankTemplateDescription: {
|
|
25764
|
+
id: scope + ".blankTemplateDescription",
|
|
25765
|
+
defaultMessage: 'Create your own journey from scratch'
|
|
25766
|
+
},
|
|
25767
|
+
searchPlaceholderMsg: {
|
|
25768
|
+
id: scope + ".searchPlaceholderMsg",
|
|
25769
|
+
defaultMessage: 'Search strategy'
|
|
25770
|
+
}
|
|
25771
|
+
});
|
|
25772
|
+
|
|
25235
25773
|
/***/ }),
|
|
25236
25774
|
|
|
25237
25775
|
/***/ 21334:
|
|
@@ -28496,6 +29034,58 @@ ___CSS_LOADER_EXPORT___.locals = {
|
|
|
28496
29034
|
module.exports = ___CSS_LOADER_EXPORT___;
|
|
28497
29035
|
|
|
28498
29036
|
|
|
29037
|
+
/***/ }),
|
|
29038
|
+
|
|
29039
|
+
/***/ 22882:
|
|
29040
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
29041
|
+
|
|
29042
|
+
"use strict";
|
|
29043
|
+
__webpack_require__.r(__webpack_exports__);
|
|
29044
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
29045
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
29046
|
+
/* harmony export */ });
|
|
29047
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(85072);
|
|
29048
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
29049
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_singletonStyleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(64284);
|
|
29050
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_singletonStyleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_singletonStyleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
29051
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(77659);
|
|
29052
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
29053
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(55056);
|
|
29054
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
29055
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(10540);
|
|
29056
|
+
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
29057
|
+
/* harmony import */ var _node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_1_use_2_styles_scss__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(16205);
|
|
29058
|
+
/* harmony import */ var _node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_1_use_2_styles_scss__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_1_use_2_styles_scss__WEBPACK_IMPORTED_MODULE_5__);
|
|
29059
|
+
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
29060
|
+
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in _node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_1_use_2_styles_scss__WEBPACK_IMPORTED_MODULE_5__) if(__WEBPACK_IMPORT_KEY__ !== "default") __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => _node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_1_use_2_styles_scss__WEBPACK_IMPORTED_MODULE_5__[__WEBPACK_IMPORT_KEY__]
|
|
29061
|
+
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
29062
|
+
|
|
29063
|
+
|
|
29064
|
+
|
|
29065
|
+
|
|
29066
|
+
|
|
29067
|
+
|
|
29068
|
+
|
|
29069
|
+
|
|
29070
|
+
|
|
29071
|
+
|
|
29072
|
+
|
|
29073
|
+
var options = {};
|
|
29074
|
+
|
|
29075
|
+
;
|
|
29076
|
+
options.setAttributes = (_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default());
|
|
29077
|
+
options.insert = _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default().bind(null, "head");
|
|
29078
|
+
options.domAPI = (_node_modules_style_loader_dist_runtime_singletonStyleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());
|
|
29079
|
+
options.insertStyleElement = (_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default());
|
|
29080
|
+
|
|
29081
|
+
var update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()((_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_1_use_2_styles_scss__WEBPACK_IMPORTED_MODULE_5___default()), options);
|
|
29082
|
+
|
|
29083
|
+
|
|
29084
|
+
|
|
29085
|
+
|
|
29086
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_1_use_2_styles_scss__WEBPACK_IMPORTED_MODULE_5___default()) && (_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_1_use_2_styles_scss__WEBPACK_IMPORTED_MODULE_5___default().locals) ? (_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_node_modules_sass_loader_dist_cjs_js_ruleSet_1_rules_1_use_2_styles_scss__WEBPACK_IMPORTED_MODULE_5___default().locals) : undefined);
|
|
29087
|
+
|
|
29088
|
+
|
|
28499
29089
|
/***/ }),
|
|
28500
29090
|
|
|
28501
29091
|
/***/ 22884:
|
|
@@ -36066,22 +36656,22 @@ var ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ = __webpack_require__(31601);
|
|
|
36066
36656
|
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(76314);
|
|
36067
36657
|
var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
|
|
36068
36658
|
// Module
|
|
36069
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.
|
|
36659
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.cap-radioCard-v2 .radio-card-content-container{width:100%}.cap-radioCard-v2 .radio-card-content,.cap-radioCard-v2 .radio-card-header{font-size:.857rem;line-height:1.17;letter-spacing:normal;color:#5e6c84;padding-top:.285rem}.cap-radioCard-v2 .radio-card-icon{width:3.429rem;height:3.429rem;object-fit:contain;margin-right:1.714rem}.cap-radioCard-v2 .radio-card-checked{position:absolute;right:-0.429rem;top:-0.857rem;display:none}.cap-radioCard-v2 .ant-radio-button-wrapper-checked .radio-card-checked{display:block;z-index:1}.cap-radioCard-v2 .div-icon{position:absolute;top:25%;left:25%}.cap-radioCard-v2 .icon-container{padding-right:1.714rem;height:3.429rem;width:3.429rem;background-color:#dfe2e7;background-size:cover;text-decoration:none;display:inline-block;border-radius:1.286rem;position:relative}.cap-radioCard-v2 .icon-container.green-color{background-color:#47af46;color:#fff}.cap-radioCard-v2 .radio-button-wrapper{position:relative;height:120px;width:372px;border-radius:.285rem;background-color:#fff;margin:.428rem;padding:0;border-top-width:1px;vertical-align:top}.cap-radioCard-v2 .disabled-wrapper{opacity:.5}.cap-radioCard-v2 .disabled-wrapper.custom-disable-radio-button{border:unset;max-height:5.357rem}.cap-radioCard-v2 .disabled-wrapper.custom-disable-radio-button .radio-card-checked{display:none}.cap-radioCard-v2 .disabled-wrapper.custom-disable-radio-button .ant-card-body{padding:unset}.cap-radioCard-v2 .custom-disable-radio-button{border:unset;max-height:5.357rem}.cap-radioCard-v2 .custom-disable-radio-button .ant-card-body{padding:unset}.cap-radioCard-v2 .ant-card-body{display:flex;padding:1.142rem;height:100%;position:relative}.cap-radioCard-v2 .info-icon-wrapper{position:absolute;top:1.142rem;right:1.142rem}.cap-radioCard-v2 .ant-card{height:100%;border:none}.cap-radioCard-v2.smallRadioCard .icon-container{padding-right:unset;background-color:unset}.cap-radioCard-v2.smallRadioCard .radio-card-icon{height:1.428rem;width:1.714rem}.cap-radioCard-v2.smallRadioCard .div-icon{top:0%;left:0%}.cap-radioCard-v2.smallRadioCard .radio-button-wrapper{margin:.428rem .857rem .428rem 0}.cap-radioCard-v2.smallRadioCard .radio-button-wrapper:nth-child(3n){margin-right:0}.cap-radioCard-v2.smallRadioCard .ant-card-body{padding:.857rem;height:48px}`, ""]);
|
|
36070
36660
|
// Exports
|
|
36071
36661
|
___CSS_LOADER_EXPORT___.locals = {
|
|
36072
|
-
"
|
|
36073
|
-
"
|
|
36074
|
-
"
|
|
36075
|
-
"
|
|
36076
|
-
"
|
|
36077
|
-
"
|
|
36078
|
-
"
|
|
36079
|
-
"
|
|
36080
|
-
"
|
|
36081
|
-
"
|
|
36082
|
-
"
|
|
36083
|
-
"
|
|
36084
|
-
"
|
|
36662
|
+
"cap-radioCard-v2": `cap-radioCard-v2`,
|
|
36663
|
+
"radio-card-content-container": `radio-card-content-container`,
|
|
36664
|
+
"radio-card-content": `radio-card-content`,
|
|
36665
|
+
"radio-card-header": `radio-card-header`,
|
|
36666
|
+
"radio-card-icon": `radio-card-icon`,
|
|
36667
|
+
"radio-card-checked": `radio-card-checked`,
|
|
36668
|
+
"div-icon": `div-icon`,
|
|
36669
|
+
"icon-container": `icon-container`,
|
|
36670
|
+
"green-color": `green-color`,
|
|
36671
|
+
"radio-button-wrapper": `radio-button-wrapper`,
|
|
36672
|
+
"disabled-wrapper": `disabled-wrapper`,
|
|
36673
|
+
"custom-disable-radio-button": `custom-disable-radio-button`,
|
|
36674
|
+
"info-icon-wrapper": `info-icon-wrapper`,
|
|
36085
36675
|
"smallRadioCard": `smallRadioCard`
|
|
36086
36676
|
};
|
|
36087
36677
|
module.exports = ___CSS_LOADER_EXPORT___;
|
|
@@ -59380,7 +59970,16 @@ class CapRadioCard extends _react.default.Component {
|
|
|
59380
59970
|
cardWidth,
|
|
59381
59971
|
selected,
|
|
59382
59972
|
defaultValue,
|
|
59383
|
-
size
|
|
59973
|
+
size,
|
|
59974
|
+
radioButtonWrapperClassName,
|
|
59975
|
+
checkedIconClassName,
|
|
59976
|
+
iconWrapperClassName,
|
|
59977
|
+
iconContainerClassName,
|
|
59978
|
+
divIconClassName,
|
|
59979
|
+
contentContainerClassName,
|
|
59980
|
+
headerClassName,
|
|
59981
|
+
contentClassName,
|
|
59982
|
+
infoIconWrapperClassName
|
|
59384
59983
|
} = this.props;
|
|
59385
59984
|
const {
|
|
59386
59985
|
content,
|
|
@@ -59405,42 +60004,42 @@ class CapRadioCard extends _react.default.Component {
|
|
|
59405
60004
|
value: value,
|
|
59406
60005
|
disabled: disabled,
|
|
59407
60006
|
style: radioButtonStyle,
|
|
59408
|
-
className: (0, _classnames.default)(_styles.default['
|
|
59409
|
-
[_styles.default['
|
|
59410
|
-
[_styles.default['
|
|
59411
|
-
}, radioCardClassName)
|
|
60007
|
+
className: (0, _classnames.default)(_styles.default['radio-button-wrapper'], {
|
|
60008
|
+
[_styles.default['custom-disable-radio-button']]: customDisableClass,
|
|
60009
|
+
[_styles.default['disabled-wrapper']]: disabled
|
|
60010
|
+
}, radioCardClassName, radioButtonWrapperClassName)
|
|
59412
60011
|
}, restParams, {
|
|
59413
60012
|
children: [!customDisableClass && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapIcon.default, {
|
|
59414
60013
|
type: "check-filled",
|
|
59415
|
-
className: _styles.default['
|
|
60014
|
+
className: (0, _classnames.default)(_styles.default['radio-card-checked'], checkedIconClassName)
|
|
59416
60015
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_antdV.Card, {
|
|
59417
60016
|
variant: "borderless",
|
|
59418
60017
|
children: [icon && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
59419
|
-
className: _styles.default['
|
|
60018
|
+
className: (0, _classnames.default)(_styles.default['radio-card-icon'], iconWrapperClassName),
|
|
59420
60019
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
59421
|
-
className: (0, _classnames.default)(_styles.default['
|
|
59422
|
-
[_styles.default['
|
|
59423
|
-
}),
|
|
60020
|
+
className: (0, _classnames.default)(_styles.default['icon-container'], {
|
|
60021
|
+
[_styles.default['green-color']]: isChecked && !isSmall && !disabled
|
|
60022
|
+
}, iconContainerClassName),
|
|
59424
60023
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
59425
|
-
className: _styles.default['
|
|
60024
|
+
className: (0, _classnames.default)(_styles.default['div-icon'], divIconClassName),
|
|
59426
60025
|
children: icon
|
|
59427
60026
|
})
|
|
59428
60027
|
})
|
|
59429
60028
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
59430
|
-
className: _styles.default['
|
|
60029
|
+
className: (0, _classnames.default)(_styles.default['radio-card-content-container'], contentContainerClassName),
|
|
59431
60030
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
59432
|
-
className: _styles.default['
|
|
60031
|
+
className: (0, _classnames.default)(_styles.default['radio-card-header'], headerClassName),
|
|
59433
60032
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapHeading.default, {
|
|
59434
60033
|
type: "h4",
|
|
59435
60034
|
className: (0, _classnames.default)(titleClassName),
|
|
59436
60035
|
children: title
|
|
59437
60036
|
})
|
|
59438
|
-
}), /*#__PURE__*/(0, _jsxRuntime.
|
|
59439
|
-
className: _styles.default['
|
|
59440
|
-
children:
|
|
60037
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
60038
|
+
className: (0, _classnames.default)(_styles.default['radio-card-content'], contentClassName),
|
|
60039
|
+
children: content
|
|
59441
60040
|
})]
|
|
59442
60041
|
}), infoIconDescription && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
59443
|
-
className: _styles.default['
|
|
60042
|
+
className: (0, _classnames.default)(_styles.default['info-icon-wrapper'], infoIconWrapperClassName),
|
|
59444
60043
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_CapTooltipWithInfo.default, {
|
|
59445
60044
|
title: infoIconDescription
|
|
59446
60045
|
})
|
|
@@ -59459,7 +60058,7 @@ class CapRadioCard extends _react.default.Component {
|
|
|
59459
60058
|
rest = _objectWithoutPropertiesLoose(_this$props2, _excluded2);
|
|
59460
60059
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(RadioGroup, _extends({}, rest, {
|
|
59461
60060
|
onChange: this.handleChange,
|
|
59462
|
-
className: (0, _classnames.default)(_styles.default['
|
|
60061
|
+
className: (0, _classnames.default)(_styles.default['cap-radioCard-v2'], {
|
|
59463
60062
|
[_styles.default['smallRadioCard']]: size === 'small'
|
|
59464
60063
|
}, className),
|
|
59465
60064
|
children: panes && panes.map(pane => /*#__PURE__*/(0, _jsxRuntime.jsx)(_react.Fragment, {
|
|
@@ -71648,6 +72247,7 @@ var _exportNames = {
|
|
|
71648
72247
|
CapStatus: true,
|
|
71649
72248
|
CapSupportVideosWrapper: true,
|
|
71650
72249
|
CapSpin: true,
|
|
72250
|
+
CapStaticTemplates: true,
|
|
71651
72251
|
CapStepsAccordian: true,
|
|
71652
72252
|
CapStatisticCard: true,
|
|
71653
72253
|
CapSteps: true,
|
|
@@ -71683,8 +72283,8 @@ var _exportNames = {
|
|
|
71683
72283
|
CapIcons: true,
|
|
71684
72284
|
styledVars: true
|
|
71685
72285
|
};
|
|
71686
|
-
exports.
|
|
71687
|
-
exports.styledVars = exports.request = exports.loadCapUIFonts = exports.loadCapUI = exports.getCapUIFontLinks = exports.getCapThemeConfig = exports.LocaleHoc = exports.CapVirtualList = exports.CapUserProfile = exports.CapUploader = exports.CapUnifiedSelect = exports.CapTruncateList = exports.CapTreeSelect = exports.CapTree = exports.CapTopBar = exports.CapTooltipWithInfo = exports.CapTooltip = exports.CapTimePicker = exports.CapTagDropdown = exports.CapTag = void 0;
|
|
72286
|
+
exports.CapTabV3 = exports.CapTab = exports.CapSwitch = exports.CapSupportVideosWrapper = exports.CapStepsAccordian = exports.CapSteps = exports.CapStatus = exports.CapStatisticCard = exports.CapStaticTemplates = exports.CapSplit = exports.CapSpin = exports.CapSomethingWentWrong = exports.CapSnackBar = exports.CapSlider = exports.CapSlideBox = exports.CapSkeleton = exports.CapSideBar = exports.CapShape = exports.CapSelectFilter = exports.CapSelect = exports.CapSecondaryTopBar = exports.CapSearchBar = exports.CapSKUUploader = exports.CapRow = exports.CapRoadMap = exports.CapReorderComponent = exports.CapRadioGroup = exports.CapRadioCard = exports.CapRadioButton = exports.CapRadio = exports.CapProgress = exports.CapPopover = exports.CapNotificationDropdown = exports.CapNotification = exports.CapNavigation = exports.CapMultiSelectDatePicker = exports.CapMultiSelect = exports.CapModal = exports.CapMenu = exports.CapLogin = exports.CapListLayout = exports.CapList = exports.CapLink = exports.CapLevelGraphRenderer = exports.CapLanguageProvider = exports.CapLabel = exports.CapInputTextArea = exports.CapInputSearch = exports.CapInputNumber = exports.CapInput = exports.CapInfoNote = exports.CapImportMFEComponent = exports.CapImage = exports.CapIllustration = exports.CapIcons = exports.CapIcon = exports.CapHeading = exports.CapHeader = exports.CapHamburgerMenu = exports.CapGraph = exports.CapFormItem = exports.CapForm = exports.CapExpressionEditor = exports.CapErrorStateIllustration = exports.CapErrorBoundary = exports.CapError = exports.CapEmptyDivWithBorder = exports.CapDropdown = exports.CapDrawer = exports.CapDivider = exports.CapDateTimeRangePicker = exports.CapDateTimePicker = exports.CapDateRangePicker = exports.CapDatePicker = exports.CapCustomSelect = exports.CapCustomList = exports.CapCustomCheckboxList = exports.CapCustomCarousel = exports.CapCustomCard = exports.CapConditionPreview = exports.CapColumn = exports.CapColoredTag = exports.CapColorPicker = exports.CapCollapsibleLeftNavigationSaga = exports.CapCollapsibleLeftNavigationReducer = exports.CapCheckbox = exports.CapCarousel = exports.CapCardBox = exports.CapCard = exports.CapCalendarDatePicker = exports.CapCSVFileUploader = exports.CapButton = exports.CapBorderedBox = exports.CapBlock = exports.CapBanner = exports.CapAskAira = exports.CapAppNotEnabled = exports.CapAlert = exports.CapAdvancedIcon = exports.CapActionBar = void 0;
|
|
72287
|
+
exports.styledVars = exports.request = exports.loadCapUIFonts = exports.loadCapUI = exports.getCapUIFontLinks = exports.getCapThemeConfig = exports.LocaleHoc = exports.CapVirtualList = exports.CapUserProfile = exports.CapUploader = exports.CapUnifiedSelect = exports.CapTruncateList = exports.CapTreeSelect = exports.CapTree = exports.CapTopBar = exports.CapTooltipWithInfo = exports.CapTooltip = exports.CapTimePicker = exports.CapTagDropdown = exports.CapTag = exports.CapTable = void 0;
|
|
71688
72288
|
var _CapAlert = _interopRequireDefault(__webpack_require__(20855));
|
|
71689
72289
|
exports.CapAlert = _CapAlert.default;
|
|
71690
72290
|
var _CapAdvancedIcon = _interopRequireDefault(__webpack_require__(33006));
|
|
@@ -71860,6 +72460,8 @@ var _CapSupportVideosWrapper = _interopRequireDefault(__webpack_require__(54641)
|
|
|
71860
72460
|
exports.CapSupportVideosWrapper = _CapSupportVideosWrapper.default;
|
|
71861
72461
|
var _CapSpin = _interopRequireDefault(__webpack_require__(56543));
|
|
71862
72462
|
exports.CapSpin = _CapSpin.default;
|
|
72463
|
+
var _CapStaticTemplates = _interopRequireDefault(__webpack_require__(9666));
|
|
72464
|
+
exports.CapStaticTemplates = _CapStaticTemplates.default;
|
|
71863
72465
|
var _CapStepsAccordian = _interopRequireDefault(__webpack_require__(28780));
|
|
71864
72466
|
exports.CapStepsAccordian = _CapStepsAccordian.default;
|
|
71865
72467
|
var _CapStatisticCard = _interopRequireDefault(__webpack_require__(7393));
|
|
@@ -74911,6 +75513,14 @@ var _default = exports["default"] = SvgReorder;
|
|
|
74911
75513
|
|
|
74912
75514
|
/***/ }),
|
|
74913
75515
|
|
|
75516
|
+
/***/ 67636:
|
|
75517
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
75518
|
+
|
|
75519
|
+
"use strict";
|
|
75520
|
+
module.exports = __webpack_require__.p + "assets/images/group-3.svg";
|
|
75521
|
+
|
|
75522
|
+
/***/ }),
|
|
75523
|
+
|
|
74914
75524
|
/***/ 67873:
|
|
74915
75525
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
74916
75526
|
|
|
@@ -94846,7 +95456,7 @@ var ___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___ = __webpack_require__(31601);
|
|
|
94846
95456
|
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(76314);
|
|
94847
95457
|
var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
|
|
94848
95458
|
// Module
|
|
94849
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.cap-customCheckboxList-v2{width:208px;border-radius:.285rem;border:solid 1px #dfe2e7;background-color:#fff;margin-right:.857rem}.div-icon{width:208px;height:92px;padding:1.614rem 5.714rem;border-radius:.285rem;background-color:#e9f0fe}.customCheckbox-icon{margin:1.428rem 5.714rem;width:48px;height:48px;padding:.571rem .285rem;display:contents;font-size:1.428rem !important}.customCheckbox-inductive-text{width:168px;height:auto;min-height:48px}.customCheckbox{padding:1.285rem 1.714rem 1.285rem 1.142rem}`, ""]);
|
|
95459
|
+
___CSS_LOADER_EXPORT___.push([module.id, `.cap-customCheckboxList-v2{width:208px;border-radius:.285rem;border:solid 1px #dfe2e7;background-color:#fff;margin-right:.857rem}.cap-customCheckboxList-v2 .div-icon{width:208px;height:92px;padding:1.614rem 5.714rem;border-radius:.285rem;background-color:#e9f0fe}.customCheckbox-icon{margin:1.428rem 5.714rem;width:48px;height:48px;padding:.571rem .285rem;display:contents;font-size:1.428rem !important}.customCheckbox-inductive-text{width:168px;height:auto;min-height:48px}.customCheckbox{padding:1.285rem 1.714rem 1.285rem 1.142rem}`, ""]);
|
|
94850
95460
|
// Exports
|
|
94851
95461
|
___CSS_LOADER_EXPORT___.locals = {
|
|
94852
95462
|
"cap-customCheckboxList-v2": `cap-customCheckboxList-v2`,
|