123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- exports.id = 92799;
- exports.ids = [92799];
- exports.modules = {
- /***/ 77928:
- /***/ ((module) => {
- // Exports
- module.exports = {
- "iconContainer": "ChapterIconContainer_iconContainer__5umYV",
- "iconContainerSmall": "ChapterIconContainer_iconContainerSmall__gvmyy",
- "iconContainerLarge": "ChapterIconContainer_iconContainerLarge__z49r_",
- "iconContainerMega": "ChapterIconContainer_iconContainerMega__rKWtt"
- };
- /***/ }),
- /***/ 92799:
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
- "use strict";
- // EXPORTS
- __webpack_require__.d(__webpack_exports__, {
- "_": () => (/* binding */ ChapterIconsSize),
- "Z": () => (/* binding */ ChapterIconContainer)
- });
- // EXTERNAL MODULE: external "react/jsx-runtime"
- var jsx_runtime_ = __webpack_require__(20997);
- // EXTERNAL MODULE: external "react"
- var external_react_ = __webpack_require__(16689);
- // EXTERNAL MODULE: external "classnames"
- var external_classnames_ = __webpack_require__(59003);
- var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
- // EXTERNAL MODULE: ./src/components/chapters/ChapterIcon/ChapterIconContainer.module.scss
- var ChapterIconContainer_module = __webpack_require__(77928);
- var ChapterIconContainer_module_default = /*#__PURE__*/__webpack_require__.n(ChapterIconContainer_module);
- ;// CONCATENATED MODULE: ./src/components/chapters/ChapterIcon/index.tsx
- const ChapterIcon = ({ id })=>/*#__PURE__*/ jsx_runtime_.jsx("span", {
- translate: "no",
- children: id.padStart(3, "0")
- });
- /* harmony default export */ const chapters_ChapterIcon = (ChapterIcon);
- ;// CONCATENATED MODULE: ./src/components/chapters/ChapterIcon/ChapterIconContainer.tsx
- var ChapterIconsSize;
- (function(ChapterIconsSize) {
- ChapterIconsSize["Small"] = "small";
- ChapterIconsSize["Medium"] = "medium";
- ChapterIconsSize["Large"] = "large";
- ChapterIconsSize["Mega"] = "mega";
- })(ChapterIconsSize || (ChapterIconsSize = {}));
- const IconContainer = ({ chapterId , size =ChapterIconsSize.Medium , hasSurahPrefix =true , })=>/*#__PURE__*/ (0,jsx_runtime_.jsxs)("span", {
- className: external_classnames_default()((ChapterIconContainer_module_default()).iconContainer, {
- [(ChapterIconContainer_module_default()).iconContainerSmall]: size === ChapterIconsSize.Small,
- [(ChapterIconContainer_module_default()).iconContainerLarge]: size === ChapterIconsSize.Large,
- [(ChapterIconContainer_module_default()).iconContainerMega]: size === ChapterIconsSize.Mega
- }),
- children: [
- /*#__PURE__*/ jsx_runtime_.jsx(chapters_ChapterIcon, {
- id: chapterId
- }),
- hasSurahPrefix && /*#__PURE__*/ jsx_runtime_.jsx(chapters_ChapterIcon, {
- id: "surah"
- })
- ]
- });
- /* harmony default export */ const ChapterIconContainer = (IconContainer);
- /***/ })
- };
- ;
- //# sourceMappingURL=92799.js.map
|