urnovl-web-components 0.0.231 → 0.0.232

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.
Files changed (210) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/novls-BHGdrCzu.js +5 -0
  3. package/dist/cjs/ur-avatar_3.cjs.entry.js +3 -4
  4. package/dist/cjs/ur-button.cjs.entry.js +25 -2
  5. package/dist/cjs/ur-competition.cjs.entry.js +1 -1
  6. package/dist/cjs/ur-main-menu.cjs.entry.js +2 -2
  7. package/dist/cjs/ur-menu-item.cjs.entry.js +1 -1
  8. package/dist/cjs/ur-page.cjs.entry.js +1 -1
  9. package/dist/cjs/ur-read-top-app-bar.cjs.entry.js +6 -1
  10. package/dist/cjs/ur-segment-button.cjs.entry.js +1 -1
  11. package/dist/cjs/ur-select.cjs.entry.js +1 -1
  12. package/dist/cjs/ur-shelf-card.cjs.entry.js +54 -0
  13. package/dist/cjs/ur-snackbar.cjs.entry.js +2 -2
  14. package/dist/cjs/ur-stepper.cjs.entry.js +1 -1
  15. package/dist/cjs/ur-tabs.cjs.entry.js +1 -1
  16. package/dist/cjs/ur-thumbs-rating.cjs.entry.js +3 -3
  17. package/dist/cjs/ur-top-app-bar.cjs.entry.js +2 -2
  18. package/dist/cjs/ur-user-carousel.cjs.entry.js +1 -1
  19. package/dist/cjs/ur-user-page-profile.cjs.entry.js +2 -2
  20. package/dist/cjs/ur-user-profile-settings-form.cjs.entry.js +1 -1
  21. package/dist/cjs/ur-user-profile-tabs.cjs.entry.js +1 -1
  22. package/dist/cjs/ur-user-profile.cjs.entry.js +1 -1
  23. package/dist/cjs/ur-user.cjs.entry.js +1 -1
  24. package/dist/cjs/urnovl-web-components.cjs.js +1 -1
  25. package/dist/collection/collection-manifest.json +1 -0
  26. package/dist/collection/components/ur-button/ur-button.css +15 -0
  27. package/dist/collection/components/ur-button/ur-button.js +43 -1
  28. package/dist/collection/components/ur-competition/ur-competition.css +83 -79
  29. package/dist/collection/components/ur-main-menu/ur-main-menu.js +2 -2
  30. package/dist/collection/components/ur-menu-item/ur-menu-item.css +21 -0
  31. package/dist/collection/components/ur-novl/ur-novl.css +4 -0
  32. package/dist/collection/components/ur-page/ur-page.css +4 -1
  33. package/dist/collection/components/ur-read-top-app-bar/ur-read-top-app-bar.js +86 -1
  34. package/dist/collection/components/ur-segment-button/ur-segment-button.js +1 -1
  35. package/dist/collection/components/ur-select/ur-select.js +1 -1
  36. package/dist/collection/components/ur-shelf-card/ur-shelf-card.css +375 -0
  37. package/dist/collection/components/ur-shelf-card/ur-shelf-card.js +434 -0
  38. package/dist/collection/components/ur-snackbar/ur-snackbar.js +2 -2
  39. package/dist/collection/components/ur-stepper/ur-stepper.js +1 -1
  40. package/dist/collection/components/ur-tabs/ur-tabs.js +1 -1
  41. package/dist/collection/components/ur-thumbs-rating/ur-thumbs-rating.js +3 -3
  42. package/dist/collection/components/ur-top-app-bar/ur-top-app-bar.js +2 -2
  43. package/dist/collection/components/ur-user/ur-user.css +4 -1
  44. package/dist/collection/components/ur-user-carousel/ur-user-carousel.js +1 -1
  45. package/dist/collection/components/ur-user-page-profile/ur-user-page-profile.js +2 -2
  46. package/dist/collection/components/ur-user-profile/ur-user-profile.js +1 -1
  47. package/dist/collection/components/ur-user-profile-settings-form/ur-user-profile-settings-form.js +1 -1
  48. package/dist/collection/components/ur-user-profile-tabs/ur-user-profile-tabs.js +1 -1
  49. package/dist/collection/stories/Buttons.stories.js +30 -3
  50. package/dist/collection/stories/MenuItem.stories.js +61 -0
  51. package/dist/collection/stories/ShelfCard.stories.js +146 -0
  52. package/dist/components/{p-DZ87Y40w.js → p-BYEwuO-s.js} +1 -1
  53. package/dist/components/p-CANCK9pi.js +90 -0
  54. package/dist/components/{p-DJQSXLmz.js → p-CgQrtJW2.js} +1 -1
  55. package/dist/components/p-D9QtCju4.js +92 -0
  56. package/dist/components/p-bzE6bm1n.js +3 -0
  57. package/dist/components/p-qTNwPlpr.js +90 -0
  58. package/dist/components/{p-CeKGvYm1.js → p-wbLjmy7V.js} +27 -3
  59. package/dist/components/ur-button.js +1 -1
  60. package/dist/components/ur-chapter-item.js +1 -1
  61. package/dist/components/ur-comment-form.js +1 -1
  62. package/dist/components/ur-competition-carousel.js +1 -1
  63. package/dist/components/ur-competition-overview.js +2 -2
  64. package/dist/components/ur-competition.js +1 -1
  65. package/dist/components/ur-feedback.js +1 -1
  66. package/dist/components/ur-grid.js +1 -1
  67. package/dist/components/ur-hero.js +1 -1
  68. package/dist/components/ur-library-shelf-selector.js +1 -1
  69. package/dist/components/ur-main-desktop-top-app-bar.js +1 -1
  70. package/dist/components/ur-main-menu.js +3 -3
  71. package/dist/components/ur-menu-item.js +1 -1
  72. package/dist/components/ur-notification.js +1 -1
  73. package/dist/components/ur-novl-carousel.js +1 -1
  74. package/dist/components/ur-novl-overview-info.js +2 -2
  75. package/dist/components/ur-novl-summary.js +2 -2
  76. package/dist/components/ur-novl.js +1 -1
  77. package/dist/components/ur-page-carousel.js +2 -2
  78. package/dist/components/ur-page-profile.js +1 -1
  79. package/dist/components/ur-page.js +1 -1
  80. package/dist/components/ur-profile-card.js +1 -1
  81. package/dist/components/ur-read-top-app-bar.js +18 -3
  82. package/dist/components/ur-reader.js +1 -1
  83. package/dist/components/ur-segment-button.js +1 -1
  84. package/dist/components/ur-select.js +1 -1
  85. package/dist/components/ur-shelf-card.d.ts +11 -0
  86. package/dist/components/ur-shelf-card.js +104 -0
  87. package/dist/components/ur-snackbar.js +2 -2
  88. package/dist/components/ur-stepper.js +2 -2
  89. package/dist/components/ur-tabs.js +1 -1
  90. package/dist/components/ur-thumbs-rating.js +3 -3
  91. package/dist/components/ur-top-app-bar.js +2 -2
  92. package/dist/components/ur-user-carousel.js +3 -3
  93. package/dist/components/ur-user-page-profile.js +3 -3
  94. package/dist/components/ur-user-profile-settings-form.js +1 -1
  95. package/dist/components/ur-user-profile-tabs.js +1 -1
  96. package/dist/components/ur-user-profile.js +1 -1
  97. package/dist/components/ur-user.js +1 -1
  98. package/dist/esm/loader.js +1 -1
  99. package/dist/esm/novls-bzE6bm1n.js +3 -0
  100. package/dist/esm/ur-avatar_3.entry.js +2 -3
  101. package/dist/esm/ur-button.entry.js +25 -2
  102. package/dist/esm/ur-competition.entry.js +1 -1
  103. package/dist/esm/ur-main-menu.entry.js +2 -2
  104. package/dist/esm/ur-menu-item.entry.js +1 -1
  105. package/dist/esm/ur-page.entry.js +1 -1
  106. package/dist/esm/ur-read-top-app-bar.entry.js +6 -1
  107. package/dist/esm/ur-segment-button.entry.js +1 -1
  108. package/dist/esm/ur-select.entry.js +1 -1
  109. package/dist/esm/ur-shelf-card.entry.js +52 -0
  110. package/dist/esm/ur-snackbar.entry.js +2 -2
  111. package/dist/esm/ur-stepper.entry.js +1 -1
  112. package/dist/esm/ur-tabs.entry.js +1 -1
  113. package/dist/esm/ur-thumbs-rating.entry.js +3 -3
  114. package/dist/esm/ur-top-app-bar.entry.js +2 -2
  115. package/dist/esm/ur-user-carousel.entry.js +1 -1
  116. package/dist/esm/ur-user-page-profile.entry.js +2 -2
  117. package/dist/esm/ur-user-profile-settings-form.entry.js +1 -1
  118. package/dist/esm/ur-user-profile-tabs.entry.js +1 -1
  119. package/dist/esm/ur-user-profile.entry.js +1 -1
  120. package/dist/esm/ur-user.entry.js +1 -1
  121. package/dist/esm/urnovl-web-components.js +1 -1
  122. package/dist/types/components/ur-button/ur-button.d.ts +1 -0
  123. package/dist/types/components/ur-read-top-app-bar/ur-read-top-app-bar.d.ts +5 -0
  124. package/dist/types/components/ur-shelf-card/ur-shelf-card.d.ts +27 -0
  125. package/dist/types/components.d.ts +185 -0
  126. package/dist/types/stories/Buttons.stories.d.ts +3 -0
  127. package/dist/types/stories/MenuItem.stories.d.ts +3 -0
  128. package/dist/types/stories/ShelfCard.stories.d.ts +102 -0
  129. package/dist/urnovl-web-components/p-013b1eba.entry.js +1 -0
  130. package/dist/urnovl-web-components/p-2326d1da.entry.js +1 -0
  131. package/dist/urnovl-web-components/{p-4bb2f6cb.entry.js → p-2d781951.entry.js} +1 -1
  132. package/dist/urnovl-web-components/p-317cc46c.entry.js +1 -1
  133. package/dist/urnovl-web-components/p-37351884.entry.js +1 -1
  134. package/dist/urnovl-web-components/p-457c6adf.entry.js +1 -1
  135. package/dist/urnovl-web-components/p-5aefb0a5.entry.js +1 -0
  136. package/dist/urnovl-web-components/{p-8647ab04.entry.js → p-5ebf735b.entry.js} +1 -1
  137. package/dist/urnovl-web-components/p-65eb906e.entry.js +1 -0
  138. package/dist/urnovl-web-components/p-6677b5e2.entry.js +1 -0
  139. package/{www/build/p-338d0135.entry.js → dist/urnovl-web-components/p-701c7406.entry.js} +1 -1
  140. package/dist/urnovl-web-components/p-77da5924.entry.js +1 -0
  141. package/dist/urnovl-web-components/p-7cb18748.entry.js +1 -0
  142. package/dist/urnovl-web-components/p-887c8703.entry.js +1 -0
  143. package/{www/build/p-203d295b.entry.js → dist/urnovl-web-components/p-8ba35052.entry.js} +1 -1
  144. package/dist/urnovl-web-components/p-8e4ca599.entry.js +1 -1
  145. package/dist/urnovl-web-components/{p-66ffa568.entry.js → p-9d824d6a.entry.js} +1 -1
  146. package/dist/urnovl-web-components/p-a434e577.entry.js +1 -0
  147. package/dist/urnovl-web-components/{p-f3a09c9c.entry.js → p-a4985285.entry.js} +1 -1
  148. package/{www/build/p-3e41e110.entry.js → dist/urnovl-web-components/p-acb88c1b.entry.js} +1 -1
  149. package/dist/urnovl-web-components/p-ba7652d0.entry.js +1 -1
  150. package/dist/urnovl-web-components/p-bzE6bm1n.js +1 -0
  151. package/dist/urnovl-web-components/p-c310e4a9.entry.js +1 -1
  152. package/dist/urnovl-web-components/p-ddc882fe.entry.js +1 -1
  153. package/{www/build/p-fd91a8e2.entry.js → dist/urnovl-web-components/p-decfb3d8.entry.js} +2 -2
  154. package/dist/urnovl-web-components/{p-62c8d768.entry.js → p-e3ae5e53.entry.js} +1 -1
  155. package/dist/urnovl-web-components/{p-e5a80c7f.entry.js → p-e95f099b.entry.js} +1 -1
  156. package/{www/build/p-50980923.entry.js → dist/urnovl-web-components/p-ee300ea2.entry.js} +1 -1
  157. package/dist/urnovl-web-components/{p-8eb0fdd3.entry.js → p-f48594de.entry.js} +1 -1
  158. package/dist/urnovl-web-components/urnovl-web-components.esm.js +1 -1
  159. package/package.json +1 -1
  160. package/www/build/p-013b1eba.entry.js +1 -0
  161. package/www/build/p-2326d1da.entry.js +1 -0
  162. package/www/build/{p-4bb2f6cb.entry.js → p-2d781951.entry.js} +1 -1
  163. package/www/build/p-317cc46c.entry.js +1 -1
  164. package/www/build/p-37351884.entry.js +1 -1
  165. package/www/build/p-457c6adf.entry.js +1 -1
  166. package/www/build/p-5aefb0a5.entry.js +1 -0
  167. package/www/build/{p-8647ab04.entry.js → p-5ebf735b.entry.js} +1 -1
  168. package/www/build/p-65eb906e.entry.js +1 -0
  169. package/www/build/p-6677b5e2.entry.js +1 -0
  170. package/{dist/urnovl-web-components/p-338d0135.entry.js → www/build/p-701c7406.entry.js} +1 -1
  171. package/www/build/p-77da5924.entry.js +1 -0
  172. package/www/build/p-7cb18748.entry.js +1 -0
  173. package/www/build/p-887c8703.entry.js +1 -0
  174. package/{dist/urnovl-web-components/p-203d295b.entry.js → www/build/p-8ba35052.entry.js} +1 -1
  175. package/www/build/p-8e4ca599.entry.js +1 -1
  176. package/www/build/{p-66ffa568.entry.js → p-9d824d6a.entry.js} +1 -1
  177. package/www/build/p-a434e577.entry.js +1 -0
  178. package/www/build/{p-f3a09c9c.entry.js → p-a4985285.entry.js} +1 -1
  179. package/{dist/urnovl-web-components/p-3e41e110.entry.js → www/build/p-acb88c1b.entry.js} +1 -1
  180. package/www/build/p-ba7652d0.entry.js +1 -1
  181. package/www/build/p-bzE6bm1n.js +1 -0
  182. package/www/build/p-c310e4a9.entry.js +1 -1
  183. package/www/build/p-ddc882fe.entry.js +1 -1
  184. package/{dist/urnovl-web-components/p-fd91a8e2.entry.js → www/build/p-decfb3d8.entry.js} +2 -2
  185. package/www/build/{p-62c8d768.entry.js → p-e3ae5e53.entry.js} +1 -1
  186. package/www/build/p-e48ef25c.js +1 -0
  187. package/www/build/{p-e5a80c7f.entry.js → p-e95f099b.entry.js} +1 -1
  188. package/{dist/urnovl-web-components/p-50980923.entry.js → www/build/p-ee300ea2.entry.js} +1 -1
  189. package/www/build/{p-8eb0fdd3.entry.js → p-f48594de.entry.js} +1 -1
  190. package/www/build/urnovl-web-components.esm.js +1 -1
  191. package/dist/components/p-BAqrW6Mk.js +0 -90
  192. package/dist/components/p-BQuzctZY.js +0 -93
  193. package/dist/components/p-pEvWvEQ-.js +0 -90
  194. package/dist/urnovl-web-components/p-2160d37d.entry.js +0 -1
  195. package/dist/urnovl-web-components/p-35567609.entry.js +0 -1
  196. package/dist/urnovl-web-components/p-5e0e1649.entry.js +0 -1
  197. package/dist/urnovl-web-components/p-6a2defb2.entry.js +0 -1
  198. package/dist/urnovl-web-components/p-6e16c987.entry.js +0 -1
  199. package/dist/urnovl-web-components/p-7ceb1f05.entry.js +0 -1
  200. package/dist/urnovl-web-components/p-7eb80af8.entry.js +0 -1
  201. package/dist/urnovl-web-components/p-a7a45400.entry.js +0 -1
  202. package/www/build/p-2160d37d.entry.js +0 -1
  203. package/www/build/p-35567609.entry.js +0 -1
  204. package/www/build/p-5e0e1649.entry.js +0 -1
  205. package/www/build/p-6a2defb2.entry.js +0 -1
  206. package/www/build/p-6e16c987.entry.js +0 -1
  207. package/www/build/p-7ceb1f05.entry.js +0 -1
  208. package/www/build/p-7eb80af8.entry.js +0 -1
  209. package/www/build/p-a7a45400.entry.js +0 -1
  210. package/www/build/p-ce681380.js +0 -1
@@ -5,7 +5,7 @@ var index = require('./index-BDRV19wQ.js');
5
5
  const defineCustomElements = async (win, options) => {
6
6
  if (typeof window === 'undefined') return undefined;
7
7
  await index.globalScripts();
8
- return index.bootstrapLazy(JSON.parse("[[\"ur-competition-overview.cjs\",[[257,\"ur-competition-overview\",{\"competition\":[16],\"submissions\":[16],\"submissionsLoading\":[4,\"submissions-loading\"],\"loading\":[4],\"error\":[1],\"deviceSize\":[1,\"device-size\"],\"isOwner\":[4,\"is-owner\"],\"isParticipant\":[4,\"is-participant\"],\"canSubmit\":[4,\"can-submit\"],\"showEditButton\":[4,\"show-edit-button\"],\"showDeleteButton\":[4,\"show-delete-button\"],\"skeleton\":[4],\"currentUserId\":[1,\"current-user-id\"],\"userHasSubmission\":[4,\"user-has-submission\"],\"userSubmission\":[16,\"user-submission\"],\"initialTab\":[1,\"initial-tab\"],\"currentPage\":[2,\"current-page\"],\"itemsPerPage\":[2,\"items-per-page\"],\"totalEntries\":[2,\"total-entries\"],\"winnerBadgePosition\":[1,\"winner-badge-position\"],\"statusUpcomingText\":[1,\"status-upcoming-text\"],\"statusActiveText\":[1,\"status-active-text\"],\"statusClosedText\":[1,\"status-closed-text\"],\"statusCompletedText\":[1,\"status-completed-text\"],\"tabDetailsText\":[1,\"tab-details-text\"],\"tabSubmissionsText\":[1,\"tab-submissions-text\"],\"sectionDescriptionText\":[1,\"section-description-text\"],\"sectionJudgingText\":[1,\"section-judging-text\"],\"sectionPrizesText\":[1,\"section-prizes-text\"],\"sectionCreatedByText\":[1,\"section-created-by-text\"],\"statEntryFeeText\":[1,\"stat-entry-fee-text\"],\"statWordCountText\":[1,\"stat-word-count-text\"],\"statStartDateText\":[1,\"stat-start-date-text\"],\"statDeadlineText\":[1,\"stat-deadline-text\"],\"statWinnersText\":[1,\"stat-winners-text\"],\"submitButtonText\":[1,\"submit-button-text\"],\"withdrawButtonText\":[1,\"withdraw-button-text\"],\"finalizeButtonText\":[1,\"finalize-button-text\"],\"deleteButtonText\":[1,\"delete-button-text\"],\"editButtonText\":[1,\"edit-button-text\"],\"backButtonText\":[1,\"back-button-text\"],\"previousButtonText\":[1,\"previous-button-text\"],\"nextButtonText\":[1,\"next-button-text\"],\"removeEntryText\":[1,\"remove-entry-text\"],\"noSubmissionsText\":[1,\"no-submissions-text\"],\"loadingSubmissionsText\":[1,\"loading-submissions-text\"],\"showingEntriesText\":[1,\"showing-entries-text\"],\"freeText\":[1,\"free-text\"],\"noLimitText\":[1,\"no-limit-text\"],\"upToText\":[1,\"up-to-text\"],\"atLeastText\":[1,\"at-least-text\"],\"rangeText\":[1,\"range-text\"],\"tbdText\":[1,\"tbd-text\"],\"editDisabledTooltipText\":[1,\"edit-disabled-tooltip-text\"],\"activeTab\":[32],\"setActiveTab\":[64]}]]],[\"ur-main-menu.cjs\",[[257,\"ur-main-menu\",{\"opened\":[4],\"loggedIn\":[4,\"logged-in\"],\"userName\":[1,\"user-name\"],\"userRole\":[1,\"user-role\"],\"userAvatar\":[1,\"user-avatar\"],\"badgeCount\":[2,\"badge-count\"],\"termsText\":[1,\"terms-text\"],\"rulesText\":[1,\"rules-text\"],\"privacyText\":[1,\"privacy-text\"],\"paymentText\":[1,\"payment-text\"],\"acceptableUseText\":[1,\"acceptable-use-text\"],\"partnershipText\":[1,\"partnership-text\"],\"homeText\":[1,\"home-text\"],\"storiesText\":[1,\"stories-text\"],\"pagesText\":[1,\"pages-text\"],\"myLibraryText\":[1,\"my-library-text\"],\"competitionsText\":[1,\"competitions-text\"],\"notificationText\":[1,\"notification-text\"],\"facebookText\":[1,\"facebook-text\"],\"xText\":[1,\"x-text\"],\"discordText\":[1,\"discord-text\"],\"contactUsText\":[1,\"contact-us-text\"],\"signUpText\":[1,\"sign-up-text\"],\"premiumText\":[1,\"premium-text\"],\"whatsNewText\":[1,\"whats-new-text\"],\"faqsText\":[1,\"faqs-text\"],\"currentRoute\":[1,\"current-route\"],\"notificationCenterOpened\":[4,\"notification-center-opened\"],\"myLibraryOpened\":[4,\"my-library-opened\"],\"expanded\":[32],\"parentHeight\":[32],\"updateCounter\":[32]},null,{\"opened\":[\"watchOpenedHandler\"],\"userName\":[\"watchUserNameHandler\"],\"userRole\":[\"watchUserRoleHandler\"],\"userAvatar\":[\"watchUserAvatarHandler\"],\"badgeCount\":[\"watchBadgeCountHandler\"],\"currentRoute\":[\"watchCurrentRouteHandler\"],\"notificationCenterOpened\":[\"watchNotificationCenterOpenedHandler\"],\"myLibraryOpened\":[\"watchMyLibraryOpenedHandler\"]}]]],[\"ur-novl-overview-info.cjs\",[[257,\"ur-novl-overview-info\",{\"novlTitle\":[1,\"novl-title\"],\"coverImage\":[1,\"cover-image\"],\"completeText\":[1,\"complete-text\"],\"ongoingText\":[1,\"ongoing-text\"],\"storyCompleteStatus\":[4,\"story-complete-status\"],\"likes\":[2],\"deviceSize\":[1,\"device-size\"],\"likesText\":[1,\"likes-text\"],\"views\":[2],\"editTitleMode\":[4,\"edit-title-mode\"],\"editDescriptionMode\":[4,\"edit-description-mode\"],\"viewsText\":[1,\"views-text\"],\"readingDuration\":[1,\"reading-duration\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"description\":[1],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"showLessText\":[1,\"show-less-text\"],\"showMoreText\":[1,\"show-more-text\"],\"readStoryText\":[1,\"read-story-text\"],\"writeStoryText\":[1,\"write-story-text\"],\"descriptionText\":[1,\"description-text\"],\"chapterListText\":[1,\"chapter-list-text\"],\"buyStoryText\":[1,\"buy-story-text\"],\"addToLibraryText\":[1,\"add-to-library-text\"],\"removeFromLibraryText\":[1,\"remove-from-library-text\"],\"novlPrice\":[1,\"novl-price\"],\"isUserLoggedIn\":[4,\"is-user-logged-in\"],\"isNovlLibrary\":[4,\"is-novl-library\"],\"hasBranches\":[4,\"has-branches\"],\"writeEnabled\":[4,\"write-enabled\"],\"novlPaid\":[4,\"novl-paid\"],\"novlPurchasedAt\":[1,\"novl-purchased-at\"],\"isOwner\":[4,\"is-owner\"],\"attachRequestStatus\":[1025,\"attach-request-status\"],\"attachStoryText\":[1,\"attach-story-text\"],\"cancelRequestText\":[1,\"cancel-request-text\"],\"requestPendingText\":[1,\"request-pending-text\"],\"detachFromPageText\":[1,\"detach-from-page-text\"],\"attachedToPageText\":[1,\"attached-to-page-text\"],\"editTitleTooltipText\":[1,\"edit-title-tooltip-text\"],\"editDescriptionTooltipText\":[1,\"edit-description-tooltip-text\"],\"ownerAvatar\":[1,\"owner-avatar\"],\"ownerName\":[1,\"owner-name\"],\"visibility\":[1],\"visibilityPublicText\":[1,\"visibility-public-text\"],\"visibilityPrivateText\":[1,\"visibility-private-text\"],\"completeStoryText\":[1,\"complete-story-text\"],\"revertStoryText\":[1,\"revert-story-text\"],\"expanded\":[4],\"showPublishedButton\":[4,\"show-published-button\"],\"skeleton\":[4],\"attachButtonHoverState\":[32],\"reset\":[64]}]]],[\"ur-library-shelf-selector.cjs\",[[257,\"ur-library-shelf-selector\",{\"chooseButtonText\":[1,\"choose-button-text\"],\"createButtonText\":[1,\"create-button-text\"],\"chooseShelfLabelText\":[1,\"choose-shelf-label-text\"],\"createNewShelfLabelText\":[1,\"create-new-shelf-label-text\"],\"createNewShelfSubtitleText\":[1,\"create-new-shelf-subtitle-text\"],\"orCreateNewShelf\":[1,\"or-create-new-shelf\"],\"newShelfPlaceholder\":[1,\"new-shelf-placeholder\"],\"shelves\":[16],\"selectedShelf\":[1025,\"selected-shelf\"],\"newShelfName\":[32],\"isShelfPublic\":[32]},[[2,\"valueSelected\",\"handleRadioSelection\"]]]]],[\"ur-novl-carousel.cjs\",[[257,\"ur-novl-carousel\",{\"novls\":[16],\"loading\":[32],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"destroyListeners\":[4,\"destroy-listeners\"],\"debug\":[4],\"ongoingLabel\":[1,\"ongoing-label\"],\"likesLabel\":[1,\"likes-label\"],\"viewsLabel\":[1,\"views-label\"],\"disabledPrev\":[32],\"disabledNext\":[32],\"addNovls\":[64],\"updateNovlsByIndex\":[64],\"reset\":[64]}]]],[\"ur-page-carousel.cjs\",[[257,\"ur-page-carousel\",{\"pages\":[16],\"loading\":[32],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"destroyListeners\":[4,\"destroy-listeners\"],\"debug\":[4],\"followLabel\":[1,\"follow-label\"],\"followingLabel\":[1,\"following-label\"],\"followerLabel\":[1,\"follower-label\"],\"followersLabel\":[1,\"followers-label\"],\"disabledPrev\":[32],\"disabledNext\":[32],\"addPages\":[64],\"updateNovlsByIndex\":[64],\"reset\":[64]}]]],[\"ur-user-carousel.cjs\",[[257,\"ur-user-carousel\",{\"users\":[16],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"followLabel\":[1,\"follow-label\"],\"followingLabel\":[1,\"following-label\"],\"followersLabel\":[1,\"followers-label\"]}]]],[\"ur-user-profile-settings-form.cjs\",[[257,\"ur-user-profile-settings-form\",{\"settings\":[8],\"skeleton\":[4],\"locationLabelText\":[1,\"location-label-text\"],\"websiteLabelText\":[1,\"website-label-text\"],\"aboutLabelText\":[1,\"about-label-text\"],\"facebookLabelText\":[1,\"facebook-label-text\"],\"twitterLabelText\":[1,\"twitter-label-text\"],\"linkedinLabelText\":[1,\"linkedin-label-text\"],\"emailLabelText\":[1,\"email-label-text\"],\"personalInfoTitleText\":[1,\"personal-info-title-text\"],\"interactTitleText\":[1,\"interact-title-text\"],\"facebookTitleText\":[1,\"facebook-title-text\"],\"twitterTitleText\":[1,\"twitter-title-text\"],\"linkedinTitleText\":[1,\"linkedin-title-text\"],\"emailTitleText\":[1,\"email-title-text\"],\"facebookPrefixText\":[1,\"facebook-prefix-text\"],\"twitterPrefixText\":[1,\"twitter-prefix-text\"],\"linkedinPrefixText\":[1,\"linkedin-prefix-text\"],\"personalInfoSubtitleText\":[1,\"personal-info-subtitle-text\"],\"interactSubtitleText\":[1,\"interact-subtitle-text\"],\"socialEnabled\":[32]},null,{\"settings\":[\"settingsChanged\"]}]]],[\"ur-editor.cjs\",[[257,\"ur-editor\",{\"content\":[1],\"disabled\":[4],\"placeholder\":[1],\"wordLabel\":[1,\"word-label\"],\"charLabel\":[1,\"char-label\"],\"readingDurationLabel\":[1,\"reading-duration-label\"],\"enableBold\":[4,\"enable-bold\"],\"enableItalic\":[4,\"enable-italic\"],\"enableUnderline\":[4,\"enable-underline\"],\"enableTextAlign\":[4,\"enable-text-align\"],\"enableBlockquote\":[4,\"enable-blockquote\"],\"maxLength\":[2,\"max-length\"],\"maxWords\":[2,\"max-words\"],\"showCounter\":[4,\"show-counter\"],\"showFixedToolbar\":[516,\"show-fixed-toolbar\"],\"showSelectionToolbar\":[516,\"show-selection-toolbar\"],\"minHeight\":[1,\"min-height\"],\"formattingState\":[32],\"charCount\":[32],\"wordCount\":[32],\"readingDuration\":[32],\"readingDurationSeconds\":[32],\"selectionTooltip\":[32],\"isMouseDown\":[32],\"getHTML\":[64],\"getText\":[64],\"setContent\":[64],\"clearContent\":[64]},null,{\"maxLength\":[\"maxLengthUpdated\"],\"maxWords\":[\"maxWordsUpdated\"],\"content\":[\"contentUpdated\"],\"disabled\":[\"disabledUpdated\"],\"enableBold\":[\"formattingOptionsUpdated\"],\"enableItalic\":[\"formattingOptionsUpdated\"],\"enableUnderline\":[\"formattingOptionsUpdated\"],\"enableBlockquote\":[\"formattingOptionsUpdated\"],\"enableTextAlign\":[\"formattingOptionsUpdated\"],\"minHeight\":[\"minHeightUpdated\"]}]]],[\"ur-top-app-bar.cjs\",[[257,\"ur-top-app-bar\",{\"headerTitle\":[1,\"header-title\"],\"variant\":[1],\"logoRotation\":[2,\"logo-rotation\"],\"logoOpacity\":[2,\"logo-opacity\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"]}]]],[\"ur-dialog.cjs\",[[257,\"ur-dialog\",{\"description\":[1],\"open\":[4],\"fullscreen\":[4],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"showHeader\":[4,\"show-header\"],\"overlayHeader\":[4,\"overlay-header\"],\"variant\":[1],\"borderRadius\":[1,\"border-radius\"],\"openDialog\":[64],\"closeDialog\":[64]}]]],[\"ur-list-subheader.cjs\",[[257,\"ur-list-subheader\",{\"text\":[1]}]]],[\"ur-navigation-bar.cjs\",[[257,\"ur-navigation-bar\",{\"position\":[1],\"labelVisibility\":[1,\"label-visibility\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"],\"value\":[1537],\"scrollTarget\":[1,\"scroll-target\"],\"setValue\":[64]},[[0,\"change\",\"changeHandler\"]],{\"value\":[\"valueChanged\"]}]]],[\"ur-profile.cjs\",[[257,\"ur-profile\",{\"name\":[8],\"description\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"phone\":[8],\"website\":[8],\"show_follow\":[4],\"show_donate\":[4],\"show_become_member\":[4],\"show_send_message\":[4],\"show_stats\":[4],\"stories_count\":[2],\"views_count\":[2],\"followers_count\":[2],\"writers_count\":[2],\"show_languages\":[4],\"languages\":[1],\"show_genres\":[4],\"genres\":[1],\"show_member_since\":[4],\"member_since\":[1]}]]],[\"ur-segment-button.cjs\",[[257,\"ur-segment-button\",{\"likeLabel\":[1,\"like-label\"]}]]],[\"ur-select.cjs\",[[257,\"ur-select\",{\"value\":[1],\"name\":[1],\"label\":[1],\"placeholder\":[1],\"helper\":[1],\"variant\":[1],\"usage\":[1],\"multiple\":[4],\"clearable\":[4],\"disabled\":[4],\"required\":[4],\"readonly\":[4],\"size\":[1],\"placement\":[1],\"icon\":[1],\"endIcon\":[1,\"end-icon\"],\"flex\":[4],\"suffix\":[1],\"clearIcon\":[1,\"clear-icon\"],\"displayText\":[32]},[[0,\"menuItemChange\",\"handleMenuItemChange\"]],{\"value\":[\"handleValueChange\"]}]]],[\"ur-snackbar.cjs\",[[257,\"ur-snackbar\",{\"open\":[1540],\"placement\":[1],\"action\":[1],\"actionLoading\":[4,\"action-loading\"],\"closeable\":[4],\"closeIcon\":[1,\"close-icon\"],\"messageLine\":[2,\"message-line\"],\"autoCloseDelay\":[2,\"auto-close-delay\"],\"closeOnOutsideClick\":[4,\"close-on-outside-click\"],\"message\":[1],\"backColor\":[1,\"back-color\"],\"fontColor\":[1,\"font-color\"],\"actionColor\":[1,\"action-color\"],\"radius\":[1],\"zIndex\":[1,\"z-index\"]}]]],[\"ur-user-profile.cjs\",[[257,\"ur-user-profile\"]]],[\"ur-user-profile-tabs.cjs\",[[257,\"ur-user-profile-tabs\",{\"activeTab\":[1,\"active-tab\"],\"storiesTabText\":[1,\"stories-tab-text\"],\"libraryTabText\":[1,\"library-tab-text\"],\"transactionsTabText\":[1,\"transactions-tab-text\"],\"statisticsTabText\":[1,\"statistics-tab-text\"],\"settingsTabText\":[1,\"settings-tab-text\"],\"aboutTabText\":[1,\"about-tab-text\"],\"isOwner\":[4,\"is-owner\"],\"fullWidthTabs\":[4,\"full-width-tabs\"],\"isMobile\":[4,\"is-mobile\"]}]]],[\"ur-page.cjs\",[[257,\"ur-page\",{\"pageId\":[1,\"page-id\"],\"loading\":[4],\"followed\":[4],\"pageTitle\":[1,\"page-title\"],\"pageCover\":[1,\"page-cover\"],\"pageCoverFallback\":[1,\"page-cover-fallback\"],\"followers\":[2],\"showStats\":[4,\"show-stats\"],\"pageDescription\":[1,\"page-description\"],\"pageType\":[1,\"page-type\"],\"borderRadius\":[1,\"border-radius\"],\"followLabel\":[1,\"follow-label\"],\"followingLabel\":[1,\"following-label\"],\"followerLabel\":[1,\"follower-label\"],\"followersLabel\":[1,\"followers-label\"]}]]],[\"ur-user.cjs\",[[257,\"ur-user\",{\"userId\":[513,\"user-id\"],\"loading\":[4],\"followed\":[4],\"userTitle\":[1,\"user-title\"],\"userCover\":[1,\"user-cover\"],\"userCoverFallback\":[1,\"user-cover-fallback\"],\"followers\":[2],\"showStats\":[4,\"show-stats\"],\"userDescription\":[1,\"user-description\"],\"borderRadius\":[1,\"border-radius\"],\"followLabel\":[1,\"follow-label\"],\"followingLabel\":[1,\"following-label\"],\"followersLabel\":[1,\"followers-label\"]}]]],[\"ur-list-item.cjs\",[[257,\"ur-list-item\",{\"content\":[1],\"disabled\":[4],\"active\":[4],\"nonclickable\":[4],\"alignment\":[1],\"icon\":[1],\"endIcon\":[1,\"end-icon\"],\"description\":[1],\"href\":[1],\"target\":[1],\"rel\":[1],\"containerPadding\":[1,\"container-padding\"],\"iconMargin\":[1,\"icon-margin\"],\"borderRadius\":[1,\"border-radius\"]}]]],[\"ur-time-ago.cjs\",[[257,\"ur-time-ago\",{\"date\":[1],\"locale\":[1],\"timeAgo\":[32]},null,{\"date\":[\"watchDate\"],\"locale\":[\"watchLocale\"]}]]],[\"ur-button-icon.cjs\",[[257,\"ur-button-icon\",{\"disabled\":[4],\"loading\":[4],\"variant\":[1],\"icon\":[1],\"selectedIcon\":[1,\"selected-icon\"],\"selected\":[4],\"active\":[4],\"borderRadius\":[1,\"border-radius\"],\"buttonWidth\":[1,\"button-width\"],\"buttonHeight\":[1,\"button-height\"],\"fontColor\":[1,\"font-color\"],\"backgroundColor\":[1,\"background-color\"]}]]],[\"ur-avatar_3.cjs\",[[257,\"ur-novl\",{\"novlId\":[520,\"novl-id\"],\"loading\":[4],\"novlTitle\":[1,\"novl-title\"],\"novlCover\":[8,\"novl-cover\"],\"novlCoverFallback\":[1,\"novl-cover-fallback\"],\"likes\":[2],\"views\":[2],\"showStats\":[4,\"show-stats\"],\"authorAvatar\":[8,\"author-avatar\"],\"authorName\":[8,\"author-name\"],\"published\":[4],\"price\":[1],\"publisherAvatar\":[1,\"publisher-avatar\"],\"publisherName\":[1,\"publisher-name\"],\"borderRadius\":[1,\"border-radius\"],\"ongoingLabel\":[1,\"ongoing-label\"],\"likesLabel\":[1,\"likes-label\"],\"viewsLabel\":[1,\"views-label\"]}],[257,\"ur-tooltip\",{\"content\":[1],\"variant\":[1],\"placement\":[1],\"openDelay\":[2,\"open-delay\"],\"closeDelay\":[2,\"close-delay\"],\"trigger\":[1],\"colorScheme\":[1,\"color-scheme\"],\"disabled\":[4],\"isVisible\":[32]}],[257,\"ur-avatar\",{\"size\":[1],\"src\":[1],\"name\":[1],\"border\":[1],\"radius\":[1],\"variant\":[1],\"skeleton\":[4]}]]],[\"ur-competition.cjs\",[[257,\"ur-competition\",{\"competitionId\":[1,\"competition-id\"],\"competitionTitle\":[1,\"competition-title\"],\"description\":[1],\"literatureType\":[1,\"literature-type\"],\"genre\":[1],\"language\":[1],\"entryFee\":[2,\"entry-fee\"],\"hasEntryFee\":[4,\"has-entry-fee\"],\"prizeTypes\":[16,\"prize-types\"],\"startDate\":[1,\"start-date\"],\"submissionDeadline\":[1,\"submission-deadline\"],\"winnersAnnouncementDate\":[1,\"winners-announcement-date\"],\"status\":[1],\"imageUrl\":[1,\"image-url\"],\"pageAvatar\":[1,\"page-avatar\"],\"clickable\":[4],\"height\":[1],\"skeleton\":[4],\"freeText\":[1,\"free-text\"],\"tbdText\":[1,\"tbd-text\"],\"unknownText\":[1,\"unknown-text\"],\"statusUpcomingText\":[1,\"status-upcoming-text\"],\"statusActiveText\":[1,\"status-active-text\"],\"statusClosedText\":[1,\"status-closed-text\"],\"statusCompletedText\":[1,\"status-completed-text\"],\"startDateText\":[1,\"start-date-text\"],\"deadlineText\":[1,\"deadline-text\"],\"winnersText\":[1,\"winners-text\"],\"closedText\":[1,\"closed-text\"],\"completedText\":[1,\"completed-text\"],\"entryFeeText\":[1,\"entry-fee-text\"],\"prizeText\":[1,\"prize-text\"]}]]],[\"ur-competition-carousel.cjs\",[[257,\"ur-competition-carousel\",{\"competitions\":[16],\"loading\":[32],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"destroyListeners\":[4,\"destroy-listeners\"],\"debug\":[4],\"cardHeight\":[1,\"card-height\"],\"skeleton\":[4],\"disabledPrev\":[32],\"disabledNext\":[32],\"addCompetitions\":[64],\"updateCompetitionsByIndex\":[64],\"reset\":[64]}]]],[\"ur-button.cjs\",[[257,\"ur-button\",{\"disabled\":[4],\"variant\":[1],\"icon\":[8],\"endIcon\":[8,\"end-icon\"],\"fullWidth\":[4,\"full-width\"],\"loading\":[4],\"fontColor\":[1,\"font-color\"],\"buttonHeight\":[1,\"button-height\"],\"borderRadius\":[1,\"border-radius\"],\"backgroundColor\":[1,\"background-color\"],\"skeleton\":[4]}]]],[\"ur-page-profile.cjs\",[[257,\"ur-page-profile\",{\"pageId\":[1,\"page-id\"],\"platform\":[1],\"avatar\":[8],\"name\":[8],\"about\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"phone\":[8],\"website\":[8],\"stories\":[2],\"views\":[2],\"pageCreatedText\":[1,\"page-created-text\"],\"following\":[2],\"followers\":[2],\"members\":[2],\"showFollow\":[4,\"show-follow\"],\"websiteText\":[1,\"website-text\"],\"showBecomeMember\":[4,\"show-become-member\"],\"showDonate\":[4,\"show-donate\"],\"showSendMessage\":[4,\"show-send-message\"],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"isPageOwner\":[4,\"is-page-owner\"],\"pageCreatorName\":[8,\"page-creator-name\"],\"pageCreatorImage\":[8,\"page-creator-image\"],\"pageType\":[1,\"page-type\"],\"pageCreationDate\":[8,\"page-creation-date\"],\"locale\":[1],\"createdByText\":[1,\"created-by-text\"],\"literatureTypesText\":[1,\"literature-types-text\"],\"genresText\":[1,\"genres-text\"],\"languagesText\":[1,\"languages-text\"],\"viewsText\":[1,\"views-text\"],\"storiesText\":[1,\"stories-text\"],\"followersText\":[1,\"followers-text\"],\"membersText\":[1,\"members-text\"],\"followText\":[1,\"follow-text\"],\"followingText\":[1,\"following-text\"],\"becomeMemberText\":[1,\"become-member-text\"],\"cancelRequestText\":[1,\"cancel-request-text\"],\"requestPendingText\":[1,\"request-pending-text\"],\"cancelMembershipText\":[1,\"cancel-membership-text\"],\"youreMemberText\":[1,\"youre-member-text\"],\"donateText\":[1,\"donate-text\"],\"sendMessageText\":[1,\"send-message-text\"],\"followed\":[4],\"skeleton\":[4],\"memberRequestStatus\":[1025,\"member-request-status\"],\"memberButtonHoverState\":[32]}]]],[\"ur-comment-form.cjs\",[[257,\"ur-comment-form\",{\"user\":[16],\"isServer\":[4,\"is-server\"],\"placeholder\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"disabled\":[4],\"variant\":[1],\"submitButtonText\":[1,\"submit-button-text\"],\"formState\":[32]}]]],[\"ur-feedback.cjs\",[[257,\"ur-feedback\",{\"titleText\":[1,\"title-text\"],\"descriptionText\":[1,\"description-text\"],\"placeholderText\":[1,\"placeholder-text\"],\"feedbackText\":[1,\"feedback-text\"],\"supportText\":[1,\"support-text\"],\"pressText\":[1,\"press-text\"],\"successText\":[1,\"success-text\"],\"user\":[4],\"failureText\":[1,\"failure-text\"],\"messageLabel\":[1,\"message-label\"],\"emailLabel\":[1,\"email-label\"],\"emailPlaceholder\":[1,\"email-placeholder\"],\"sendText\":[1,\"send-text\"],\"text\":[32],\"disabled\":[32],\"success\":[32],\"failure\":[32],\"mode\":[32],\"userEmail\":[32],\"emailError\":[32],\"reset\":[64],\"handleSubmitSuccess\":[64],\"handleSubmitFailure\":[64]}]]],[\"ur-user-page-profile.cjs\",[[257,\"ur-user-page-profile\",{\"platform\":[1],\"avatar\":[8],\"name\":[8],\"about\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"website\":[8],\"stories\":[2],\"views\":[2],\"userProfileCreatedText\":[1,\"user-profile-created-text\"],\"following\":[2],\"followers\":[2],\"members\":[2],\"showFollow\":[4,\"show-follow\"],\"isProfileFollowed\":[4,\"is-profile-followed\"],\"unFollowText\":[1,\"un-follow-text\"],\"websiteText\":[1,\"website-text\"],\"writerText\":[1,\"writer-text\"],\"readerText\":[1,\"reader-text\"],\"isLoggedIn\":[4,\"is-logged-in\"],\"showBecomeMember\":[4,\"show-become-member\"],\"showDonate\":[4,\"show-donate\"],\"showSendMessage\":[4,\"show-send-message\"],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"isProfileOwner\":[4,\"is-profile-owner\"],\"pageCreatorName\":[8,\"page-creator-name\"],\"pageCreatorImage\":[8,\"page-creator-image\"],\"isWriter\":[4,\"is-writer\"],\"userProfileCreatedDate\":[8,\"user-profile-created-date\"],\"createdByText\":[1,\"created-by-text\"],\"literatureTypesText\":[1,\"literature-types-text\"],\"genresText\":[1,\"genres-text\"],\"languagesText\":[1,\"languages-text\"],\"viewsText\":[1,\"views-text\"],\"storiesText\":[1,\"stories-text\"],\"followersText\":[1,\"followers-text\"],\"followingText\":[1,\"following-text\"],\"pagesFollowingText\":[1,\"pages-following-text\"],\"pagesFollowing\":[2,\"pages-following\"],\"logoutText\":[1,\"logout-text\"],\"locale\":[1],\"skeleton\":[4],\"followText\":[1,\"follow-text\"],\"donateText\":[1,\"donate-text\"]},null,{\"isProfileFollowed\":[\"handleIsProfileFollowedChange\"]}]]],[\"ur-autosave-drawer.cjs\",[[257,\"ur-autosave-drawer\",{\"autosaves\":[1040],\"emptyMessage\":[1,\"empty-message\"],\"chapterText\":[1,\"chapter-text\"],\"yesText\":[1,\"yes-text\"],\"noText\":[1,\"no-text\"],\"autosavesTitle\":[1,\"autosaves-title\"],\"deleteConfirmMessage\":[1,\"delete-confirm-message\"],\"forceRender\":[32]},null,{\"autosaves\":[\"autosavesChanged\"]}]]],[\"ur-chapter-item.cjs\",[[257,\"ur-chapter-item\",{\"chapterId\":[1,\"chapter-id\"],\"chapterNumber\":[2,\"chapter-number\"],\"chapterTitle\":[1,\"chapter-title\"],\"createdAt\":[1,\"created-at\"],\"isBound\":[4,\"is-bound\"],\"isStoryCompleted\":[4,\"is-story-completed\"],\"likes\":[2],\"views\":[2],\"isOwner\":[4,\"is-owner\"],\"readingDuration\":[2,\"reading-duration\"],\"readChapterText\":[1,\"read-chapter-text\"],\"likesText\":[1,\"likes-text\"],\"viewsText\":[1,\"views-text\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"locale\":[1],\"isLocked\":[4,\"is-locked\"],\"isLastChapter\":[4,\"is-last-chapter\"],\"loading\":[32]}]]],[\"ur-main-desktop-top-app-bar.cjs\",[[257,\"ur-main-desktop-top-app-bar\",{\"variant\":[1],\"logoRotation\":[2,\"logo-rotation\"],\"logoOpacity\":[2,\"logo-opacity\"],\"fontColor\":[1,\"font-color\"],\"quillText\":[1,\"quill-text\"],\"deviceVariant\":[1,\"device-variant\"],\"searchText\":[1,\"search-text\"],\"quillCount\":[2,\"quill-count\"]}]]],[\"ur-notification.cjs\",[[257,\"ur-notification\",{\"notification\":[16],\"skeleton\":[4],\"isRead\":[32],\"isFollowing\":[32],\"memberRequestStatus\":[32],\"novlAttachRequestStatus\":[32]}]]],[\"ur-page-list.cjs\",[[257,\"ur-page-list\",{\"pages\":[16],\"skeleton\":[4],\"titleFontSize\":[1,\"title-font-size\"],\"gap\":[1],\"hideTitle\":[4,\"hide-title\"],\"containerPadding\":[1,\"container-padding\"],\"avatarSize\":[1,\"avatar-size\"]}]]],[\"ur-player.cjs\",[[257,\"ur-player\",{\"src\":[1],\"storyTitle\":[1,\"story-title\"],\"author\":[1],\"coverImage\":[1,\"cover-image\"],\"chapterName\":[1,\"chapter-name\"],\"playText\":[1,\"play-text\"],\"pauseText\":[1,\"pause-text\"],\"forwardText\":[1,\"forward-text\"],\"backwardText\":[1,\"backward-text\"],\"speedText\":[1,\"speed-text\"],\"volumeText\":[1,\"volume-text\"],\"autoPlay\":[4,\"auto-play\"],\"showControls\":[4,\"show-controls\"],\"primaryColor\":[1,\"primary-color\"],\"accentColor\":[1,\"accent-color\"],\"darkMode\":[4,\"dark-mode\"],\"isPlaying\":[32],\"currentTime\":[32],\"duration\":[32],\"loadedPercentage\":[32],\"volume\":[32],\"playbackRate\":[32],\"play\":[64],\"pause\":[64],\"togglePlay\":[64],\"seekTo\":[64],\"setVolume\":[64],\"setPlaybackRate\":[64],\"skipForward\":[64],\"skipBackward\":[64]},null,{\"src\":[\"onSourceChange\"]}]]],[\"ur-read-rail.cjs\",[[257,\"ur-read-rail\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"likes\":[2],\"dislike\":[1],\"comments\":[2],\"donate\":[1],\"share\":[1],\"mode\":[1],\"isFollowed\":[4,\"is-followed\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isPaidChapter\":[4,\"is-paid-chapter\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"],\"isHostSmall\":[4,\"is-host-small\"],\"pageSrc\":[1,\"page-src\"],\"pageName\":[1,\"page-name\"],\"pageId\":[1,\"page-id\"],\"isPageFollowed\":[4,\"is-page-followed\"],\"isVisible\":[4,\"is-visible\"],\"isLiked\":[32],\"isDisliked\":[32]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"likes\":[\"handlePropChange\"],\"dislike\":[\"handlePropChange\"],\"comments\":[\"handlePropChange\"],\"donate\":[\"handlePropChange\"],\"share\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isPaidChapter\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isHostSmall\":[\"handlePropChange\",\"handleHostSmallChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"],\"pageSrc\":[\"handlePropChange\"],\"pageName\":[\"handlePropChange\"],\"pageId\":[\"handlePropChange\"],\"isPageFollowed\":[\"handlePropChange\"]}]]],[\"ur-reader.cjs\",[[257,\"ur-reader\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"loading\":[4],\"chapterLocked\":[4,\"chapter-locked\"],\"storyTitle\":[1,\"story-title\"],\"chapterTitle\":[1,\"chapter-title\"],\"chapterContent\":[1,\"chapter-content\"],\"fontSize\":[1,\"font-size\"],\"chapterSequence\":[2,\"chapter-sequence\"],\"fontType\":[1,\"font-type\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"minutesText\":[1,\"minutes-text\"],\"likes\":[1],\"comments\":[2],\"dislike\":[1],\"donate\":[1],\"share\":[1],\"isVisible\":[4,\"is-visible\"],\"readingTimePerWord\":[2,\"reading-time-per-word\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"],\"hasPreviousChapter\":[4,\"has-previous-chapter\"],\"hasNextChapter\":[4,\"has-next-chapter\"],\"lockedMessage\":[1,\"locked-message\"],\"nextChapterText\":[1,\"next-chapter-text\"],\"previousChapterText\":[1,\"previous-chapter-text\"],\"unlockButtonLabel\":[1,\"unlock-button-label\"],\"isSmallContainer\":[32],\"baseFontSize\":[32],\"fontStyles\":[32],\"isHostSmall\":[32]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"storyTitle\":[\"handlePropChange\"],\"chapterTitle\":[\"handlePropChange\"],\"chapterContent\":[\"handlePropChange\"],\"fontSize\":[\"handlePropChange\"],\"fontType\":[\"handlePropChange\"],\"loading\":[\"handlePropChange\"],\"chapterLocked\":[\"handlePropChange\"],\"chapterSequence\":[\"handlePropChange\"],\"hasPreviousChapter\":[\"handlePropChange\"],\"hasNextChapter\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-novl-summary.cjs\",[[257,\"ur-novl-summary\",{\"novlTitle\":[1,\"novl-title\"],\"coverImage\":[1,\"cover-image\"],\"completeText\":[1,\"complete-text\"],\"ongoingText\":[1,\"ongoing-text\"],\"storyCompleteStatus\":[4,\"story-complete-status\"],\"likes\":[2],\"likesText\":[1,\"likes-text\"],\"views\":[2],\"viewsText\":[1,\"views-text\"],\"readingDuration\":[1,\"reading-duration\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"description\":[1],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"showLessText\":[1,\"show-less-text\"],\"showMoreText\":[1,\"show-more-text\"],\"readStoryText\":[1,\"read-story-text\"],\"learnMoreText\":[1,\"learn-more-text\"],\"writeStoryText\":[1,\"write-story-text\"],\"buyStoryText\":[1,\"buy-story-text\"],\"addToLibraryText\":[1,\"add-to-library-text\"],\"removeFromLibraryText\":[1,\"remove-from-library-text\"],\"novlPrice\":[1,\"novl-price\"],\"hasBranches\":[4,\"has-branches\"],\"writeEnabled\":[4,\"write-enabled\"],\"novlPaid\":[4,\"novl-paid\"],\"novlPurchasedAt\":[1,\"novl-purchased-at\"],\"ownerAvatar\":[1,\"owner-avatar\"],\"ownerName\":[1,\"owner-name\"],\"isUserLoggedIn\":[4,\"is-user-logged-in\"],\"isNovlLibrary\":[4,\"is-novl-library\"],\"novlIsOwn\":[4,\"novl-is-own\"],\"expanded\":[4],\"loading\":[4],\"skeleton\":[4],\"reset\":[64]}]]],[\"ur-read-rail-mobile.cjs\",[[257,\"ur-read-rail-mobile\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"likes\":[1],\"dislike\":[1],\"comments\":[2],\"donate\":[1],\"share\":[1],\"isFollowed\":[4,\"is-followed\"],\"isVisible\":[4,\"is-visible\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"likes\":[\"handlePropChange\"],\"dislike\":[\"handlePropChange\"],\"comments\":[\"handlePropChange\"],\"donate\":[\"handlePropChange\"],\"share\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-stepper.cjs\",[[257,\"ur-stepper\",{\"stepCount\":[2,\"step-count\"],\"currentStep\":[1026,\"current-step\"],\"allowStepNavigation\":[4,\"allow-step-navigation\"],\"customClass\":[1,\"custom-class\"],\"stepTitles\":[16,\"step-titles\"],\"stepDescriptions\":[16,\"step-descriptions\"],\"showStepNumbers\":[4,\"show-step-numbers\"],\"completedStepIcon\":[1,\"completed-step-icon\"],\"nextButtonText\":[1,\"next-button-text\"],\"previousButtonText\":[1,\"previous-button-text\"],\"completeButtonText\":[1,\"complete-button-text\"],\"completeStepText\":[1,\"complete-step-text\"],\"ongoingStepText\":[1,\"ongoing-step-text\"],\"nextButtonDisabled\":[4,\"next-button-disabled\"],\"completedSteps\":[32],\"stepValidation\":[32],\"goToStep\":[64],\"markStepComplete\":[64],\"markStepInvalid\":[64],\"reset\":[64]}]]],[\"ur-checkbox-group.cjs\",[[257,\"ur-checkbox-group\",{\"name\":[1],\"values\":[1040],\"required\":[4],\"selectAll\":[4,\"select-all\"],\"selectAllText\":[1,\"select-all-text\"],\"maxSelectable\":[2,\"max-selectable\"],\"options\":[32],\"validate\":[64],\"reset\":[64]}]]],[\"ur-grid.cjs\",[[257,\"ur-grid\",{\"fixed\":[4],\"showMore\":[4,\"show-more\"],\"showMoreLimit\":[2,\"show-more-limit\"],\"showMoreText\":[1,\"show-more-text\"],\"showMoreClickCount\":[32]}]]],[\"ur-hero.cjs\",[[257,\"ur-hero\",{\"heroTitle\":[1,\"hero-title\"],\"heroSubtitle\":[1,\"hero-subtitle\"],\"ctaText\":[1,\"cta-text\"],\"backgroundImage\":[1,\"background-image\"],\"backgroundColor\":[1,\"background-color\"],\"layout\":[1],\"backgroundJustification\":[1,\"background-justification\"],\"backgroundAlignment\":[1,\"background-alignment\"],\"heroTitleColor\":[1,\"hero-title-color\"],\"heroSubtitleColor\":[1,\"hero-subtitle-color\"],\"widthClass\":[32]}]]],[\"ur-locale-filter-panel.cjs\",[[257,\"ur-locale-filter-panel\",{\"showHeader\":[4,\"show-header\"],\"showFooter\":[4,\"show-footer\"],\"locales\":[16],\"disabledLocales\":[16,\"disabled-locales\"],\"headerLabel\":[1,\"header-label\"],\"titleLabel\":[1,\"title-label\"],\"descriptionLabel\":[1,\"description-label\"],\"saveLabel\":[1,\"save-label\"],\"cancelLabel\":[1,\"cancel-label\"],\"mutableLocales\":[32]}]]],[\"ur-read-mobile-top-app-bar.cjs\",[[257,\"ur-read-mobile-top-app-bar\",{\"variant\":[1],\"headerTitle\":[1,\"header-title\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"]}]]],[\"ur-read-top-app-bar.cjs\",[[257,\"ur-read-top-app-bar\",{\"variant\":[1],\"novelTitle\":[1,\"novel-title\"],\"isChapterOwner\":[4,\"is-chapter-owner\"],\"deviceVariant\":[1,\"device-variant\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"],\"topValue\":[32]}]]],[\"ur-shelf-item.cjs\",[[257,\"ur-shelf-item\",{\"shelf\":[16],\"novels\":[16],\"isOwnShelf\":[4,\"is-own-shelf\"],\"skeleton\":[4],\"totalStoryCount\":[2,\"total-story-count\"],\"followerText\":[1,\"follower-text\"],\"followersText\":[1,\"followers-text\"],\"storyText\":[1,\"story-text\"],\"storiesText\":[1,\"stories-text\"],\"noStoriesText\":[1,\"no-stories-text\"]}]]],[\"ur-thumbs-rating.cjs\",[[257,\"ur-thumbs-rating\",{\"likesCount\":[2,\"likes-count\"],\"dislikeText\":[1,\"dislike-text\"],\"isLiked\":[1028,\"is-liked\"],\"isDisliked\":[1028,\"is-disliked\"]}]]],[\"ur-bottom-sheet.cjs\",[[257,\"ur-bottom-sheet\",{\"open\":[4],\"selectedDetent\":[1,\"selected-detent\"],\"backdropDismiss\":[4,\"backdrop-dismiss\"],\"currentDetent\":[32],\"dragPosition\":[32],\"isVisible\":[32],\"showSheet\":[64],\"hideSheet\":[64]},null,{\"open\":[\"watchOpen\"]}]]],[\"ur-circular-progress.cjs\",[[257,\"ur-circular-progress\",{\"max\":[514],\"value\":[514],\"width\":[513],\"height\":[513]}]]],[\"ur-dropdown.cjs\",[[257,\"ur-dropdown\",{\"open\":[1540],\"disabled\":[4],\"trigger\":[1],\"placement\":[1],\"stayOpenOnClick\":[4,\"stay-open-on-click\"],\"openDelay\":[2,\"open-delay\"],\"closeDelay\":[2,\"close-delay\"],\"openOnPointer\":[4,\"open-on-pointer\"],\"openDropdown\":[64],\"closeDropdown\":[64],\"toggle\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"ur-form.cjs\",[[257,\"ur-form\",{\"submitForm\":[64],\"resetForm\":[64]},[[0,\"valueChanged\",\"handleValueChanged\"],[0,\"errorStateChanged\",\"handleErrorStateChanged\"]]]]],[\"ur-grid-col.cjs\",[[260,\"ur-grid-col\",{\"size\":[1],\"sizeXs\":[1,\"size-xs\"],\"sizeSm\":[1,\"size-sm\"],\"sizeMd\":[1,\"size-md\"],\"sizeLg\":[1,\"size-lg\"],\"sizeXl\":[1,\"size-xl\"],\"offset\":[1],\"offsetXs\":[1,\"offset-xs\"],\"offsetSm\":[1,\"offset-sm\"],\"offsetMd\":[1,\"offset-md\"],\"offsetLg\":[1,\"offset-lg\"],\"offsetXl\":[1,\"offset-xl\"],\"pull\":[1],\"pullXs\":[1,\"pull-xs\"],\"pullSm\":[1,\"pull-sm\"],\"pullMd\":[1,\"pull-md\"],\"pullLg\":[1,\"pull-lg\"],\"pullXl\":[1,\"pull-xl\"],\"push\":[1],\"pushXs\":[1,\"push-xs\"],\"pushSm\":[1,\"push-sm\"],\"pushMd\":[1,\"push-md\"],\"pushLg\":[1,\"push-lg\"],\"pushXl\":[1,\"push-xl\"],\"windowWidth\":[32]}]]],[\"ur-grid-row.cjs\",[[257,\"ur-grid-row\"]]],[\"ur-icon.cjs\",[[257,\"ur-icon\",{\"name\":[1],\"src\":[1],\"size\":[1],\"color\":[1]}]]],[\"ur-image-uploader.cjs\",[[257,\"ur-image-uploader\",{\"width\":[1],\"height\":[1],\"maxHeight\":[1,\"max-height\"],\"borderRadius\":[1,\"border-radius\"],\"borderStyle\":[1,\"border-style\"],\"backgroundColor\":[1,\"background-color\"],\"hoverBackgroundColor\":[1,\"hover-background-color\"],\"acceptTypes\":[1,\"accept-types\"],\"disabled\":[4],\"placeholderText\":[1,\"placeholder-text\"],\"uploadingText\":[1,\"uploading-text\"],\"showFileName\":[4,\"show-file-name\"],\"maxFileSize\":[2,\"max-file-size\"],\"enableNativeUpload\":[4,\"enable-native-upload\"],\"loading\":[4],\"isDragOver\":[32],\"selectedFile\":[32],\"previewUrl\":[32],\"isUploading\":[32],\"setImageUrl\":[64],\"getImageUrl\":[64],\"clearImage\":[64],\"getSelectedFile\":[64],\"setUploadingState\":[64]}]]],[\"ur-loader.cjs\",[[257,\"ur-loader\"]]],[\"ur-locale-filter-button.cjs\",[[257,\"ur-locale-filter-button\",{\"count\":[2],\"selected\":[4],\"label\":[1]}]]],[\"ur-menu-item.cjs\",[[257,\"ur-menu-item\",{\"value\":[1],\"label\":[1],\"disabled\":[4],\"selected\":[4],\"size\":[1],\"selectedIcon\":[1,\"selected-icon\"],\"fullWidth\":[4,\"full-width\"],\"leftAligned\":[4,\"left-aligned\"],\"heightNumber\":[514,\"height-number\"],\"isHovered\":[32]},[[4,\"selectionChanged\",\"handleSelectionChanged\"]],{\"selected\":[\"selectedChanged\"],\"disabled\":[\"disabledChanged\"],\"heightNumber\":[\"heightNumberChanged\"]}]]],[\"ur-navigation-drawer.cjs\",[[257,\"ur-navigation-drawer\",{\"open\":[4],\"placement\":[1],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"contained\":[4],\"openDrawer\":[64],\"closeDrawer\":[64]}]]],[\"ur-navigation-drawer-global.cjs\",[[257,\"ur-navigation-drawer-global\",{\"open\":[4],\"placement\":[1],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"contentHeight\":[32],\"openDrawer\":[64],\"closeDrawer\":[64]}]]],[\"ur-notification-tabs.cjs\",[[257,\"ur-notification-tabs\",{\"activeTab\":[1,\"active-tab\"],\"notificationsTabText\":[1,\"notifications-tab-text\"],\"requestsTabText\":[1,\"requests-tab-text\"],\"fullWidthTabs\":[4,\"full-width-tabs\"]}]]],[\"ur-page-profile-tabs.cjs\",[[257,\"ur-page-profile-tabs\",{\"activeTab\":[1,\"active-tab\"],\"storiesTabText\":[1,\"stories-tab-text\"],\"libraryTabText\":[1,\"library-tab-text\"],\"transactionsTabText\":[1,\"transactions-tab-text\"],\"statisticsTabText\":[1,\"statistics-tab-text\"],\"settingsTabText\":[1,\"settings-tab-text\"],\"aboutTabText\":[1,\"about-tab-text\"],\"isOwner\":[4,\"is-owner\"],\"fullWidthTabs\":[4,\"full-width-tabs\"],\"isMobile\":[4,\"is-mobile\"]}]]],[\"ur-page-shared-list-tabs.cjs\",[[257,\"ur-page-shared-list-tabs\",{\"activeTab\":[1,\"active-tab\"],\"followersTabText\":[1,\"followers-tab-text\"],\"membersTabText\":[1,\"members-tab-text\"],\"isOwner\":[4,\"is-owner\"],\"fullWidthTabs\":[4,\"full-width-tabs\"],\"isMobile\":[4,\"is-mobile\"]}]]],[\"ur-tabs.cjs\",[[257,\"ur-tabs\",{\"tabs\":[16],\"panels\":[16],\"value\":[513]}]]],[\"ur-menu-profile.cjs\",[[257,\"ur-menu-profile\",{\"userAvatar\":[1,\"user-avatar\"],\"userName\":[1,\"user-name\"],\"userRole\":[1,\"user-role\"]}]]],[\"ur-checkbox.cjs\",[[257,\"ur-checkbox\",{\"disabled\":[4],\"checked\":[1540],\"value\":[1],\"name\":[1]},null,{\"checked\":[\"watchChecked\"]}]]],[\"ur-linear-progress.cjs\",[[257,\"ur-linear-progress\",{\"value\":[2],\"max\":[514]},null,{\"value\":[\"validateValue\"]}]]],[\"ur-profile-card.cjs\",[[257,\"ur-profile-card\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarAlt\":[1,\"avatar-alt\"],\"name\":[1],\"avatarSize\":[1,\"avatar-size\"],\"description\":[1],\"followButtonText\":[1,\"follow-button-text\"],\"isOwner\":[4,\"is-owner\"],\"profileType\":[1,\"profile-type\"],\"nameFontSize\":[1,\"name-font-size\"],\"unfollowButtonText\":[1,\"unfollow-button-text\"],\"buttonHeight\":[1,\"button-height\"],\"buttonWidth\":[1,\"button-width\"],\"pageActionsTooltipText\":[1,\"page-actions-tooltip-text\"],\"memberActionsTooltipText\":[1,\"member-actions-tooltip-text\"],\"showDescription\":[4,\"show-description\"],\"showMemberActions\":[4,\"show-member-actions\"],\"showPageActions\":[4,\"show-page-actions\"],\"hideFollowActions\":[4,\"hide-follow-actions\"],\"initialFollowState\":[4,\"initial-follow-state\"],\"skeleton\":[4],\"isFollowing\":[32]},null,{\"initialFollowState\":[\"onInitialFollowStateChange\"]}]]],[\"ur-competition-novl-card_2.cjs\",[[257,\"ur-competition-novl-card\",{\"novlId\":[1,\"novl-id\"],\"novlTitle\":[1,\"novl-title\"],\"shortSummary\":[1,\"short-summary\"],\"chaptersCount\":[2,\"chapters-count\"],\"wordCount\":[2,\"word-count\"],\"coverImage\":[1,\"cover-image\"],\"language\":[1],\"genre\":[1],\"literatureType\":[1,\"literature-type\"],\"authorName\":[1,\"author-name\"],\"showDescription\":[4,\"show-description\"],\"showAuthor\":[4,\"show-author\"],\"showStats\":[4,\"show-stats\"],\"showChips\":[4,\"show-chips\"],\"clickable\":[4],\"size\":[1],\"chipSize\":[1,\"chip-size\"],\"skeleton\":[4],\"showMenu\":[4,\"show-menu\"],\"entryId\":[1,\"entry-id\"],\"isOwnerViewing\":[4,\"is-owner-viewing\"],\"winnerPosition\":[2,\"winner-position\"],\"isWinner\":[4,\"is-winner\"],\"winnerBadgePosition\":[1,\"winner-badge-position\"],\"withdrawButtonText\":[1,\"withdraw-button-text\"],\"removeEntryText\":[1,\"remove-entry-text\"],\"chaptersText\":[1,\"chapters-text\"],\"wordsText\":[1,\"words-text\"],\"winnerText\":[1,\"winner-text\"],\"isMenuOpen\":[32]}],[257,\"ur-stats\",{\"stats\":[16],\"skeleton\":[4],\"layout\":[1],\"showSeparators\":[4,\"show-separators\"],\"background\":[1]}]]],[\"ur-list.cjs\",[[257,\"ur-list\"]]],[\"ur-logo.cjs\",[[257,\"ur-logo\",{\"width\":[1],\"height\":[1],\"color\":[1],\"rotation\":[2],\"opacity\":[2]}]]],[\"ur-long-description.cjs\",[[257,\"ur-long-description\",{\"description\":[1],\"showLessText\":[1,\"show-less-text\"],\"showMoreText\":[1,\"show-more-text\"],\"skeleton\":[4],\"isExpanded\":[32]}]]],[\"ur-switch.cjs\",[[257,\"ur-switch\",{\"disabled\":[4],\"checked\":[1540],\"checkedIcon\":[1,\"checked-icon\"],\"uncheckedIcon\":[1,\"unchecked-icon\"]}]]],[\"ur-radio-button_2.cjs\",[[257,\"ur-radio-button\",{\"disabled\":[4],\"checked\":[1540],\"value\":[1],\"name\":[1],\"fullWidth\":[4,\"full-width\"]},null,{\"checked\":[\"watchChecked\"]}],[257,\"ur-radio-group\",{\"name\":[1],\"value\":[1025],\"required\":[4],\"options\":[32],\"validate\":[64],\"reset\":[64]}]]],[\"ur-text-field.cjs\",[[257,\"ur-text-field\",{\"label\":[1],\"placeholder\":[1],\"helper\":[1],\"disabled\":[4],\"required\":[4],\"variant\":[1],\"value\":[1025],\"name\":[1],\"endIcon\":[1,\"end-icon\"],\"rows\":[2],\"autosize\":[4],\"minRows\":[2,\"min-rows\"],\"maxRows\":[2,\"max-rows\"],\"minlength\":[2],\"maxlength\":[2],\"counter\":[4],\"type\":[1],\"pattern\":[1],\"min\":[8],\"max\":[8],\"step\":[8],\"error\":[1540],\"errorMessage\":[1537,\"error-message\"],\"skeleton\":[4]}]]],[\"ur-button-arrow-left_2.cjs\",[[257,\"ur-button-arrow-left\",{\"disabled\":[4]}],[257,\"ur-button-arrow-right\",{\"disabled\":[4]}]]],[\"ur-chip.cjs\",[[257,\"ur-chip\",{\"label\":[1],\"border\":[1],\"borderColor\":[1,\"border-color\"],\"radius\":[1],\"size\":[1],\"backColor\":[1,\"back-color\"],\"fontColor\":[1,\"font-color\"],\"loading\":[4],\"skeleton\":[4],\"disabled\":[4],\"clickable\":[4]}]]]]"), options);
8
+ return index.bootstrapLazy(JSON.parse("[[\"ur-competition-overview.cjs\",[[257,\"ur-competition-overview\",{\"competition\":[16],\"submissions\":[16],\"submissionsLoading\":[4,\"submissions-loading\"],\"loading\":[4],\"error\":[1],\"deviceSize\":[1,\"device-size\"],\"isOwner\":[4,\"is-owner\"],\"isParticipant\":[4,\"is-participant\"],\"canSubmit\":[4,\"can-submit\"],\"showEditButton\":[4,\"show-edit-button\"],\"showDeleteButton\":[4,\"show-delete-button\"],\"skeleton\":[4],\"currentUserId\":[1,\"current-user-id\"],\"userHasSubmission\":[4,\"user-has-submission\"],\"userSubmission\":[16,\"user-submission\"],\"initialTab\":[1,\"initial-tab\"],\"currentPage\":[2,\"current-page\"],\"itemsPerPage\":[2,\"items-per-page\"],\"totalEntries\":[2,\"total-entries\"],\"winnerBadgePosition\":[1,\"winner-badge-position\"],\"statusUpcomingText\":[1,\"status-upcoming-text\"],\"statusActiveText\":[1,\"status-active-text\"],\"statusClosedText\":[1,\"status-closed-text\"],\"statusCompletedText\":[1,\"status-completed-text\"],\"tabDetailsText\":[1,\"tab-details-text\"],\"tabSubmissionsText\":[1,\"tab-submissions-text\"],\"sectionDescriptionText\":[1,\"section-description-text\"],\"sectionJudgingText\":[1,\"section-judging-text\"],\"sectionPrizesText\":[1,\"section-prizes-text\"],\"sectionCreatedByText\":[1,\"section-created-by-text\"],\"statEntryFeeText\":[1,\"stat-entry-fee-text\"],\"statWordCountText\":[1,\"stat-word-count-text\"],\"statStartDateText\":[1,\"stat-start-date-text\"],\"statDeadlineText\":[1,\"stat-deadline-text\"],\"statWinnersText\":[1,\"stat-winners-text\"],\"submitButtonText\":[1,\"submit-button-text\"],\"withdrawButtonText\":[1,\"withdraw-button-text\"],\"finalizeButtonText\":[1,\"finalize-button-text\"],\"deleteButtonText\":[1,\"delete-button-text\"],\"editButtonText\":[1,\"edit-button-text\"],\"backButtonText\":[1,\"back-button-text\"],\"previousButtonText\":[1,\"previous-button-text\"],\"nextButtonText\":[1,\"next-button-text\"],\"removeEntryText\":[1,\"remove-entry-text\"],\"noSubmissionsText\":[1,\"no-submissions-text\"],\"loadingSubmissionsText\":[1,\"loading-submissions-text\"],\"showingEntriesText\":[1,\"showing-entries-text\"],\"freeText\":[1,\"free-text\"],\"noLimitText\":[1,\"no-limit-text\"],\"upToText\":[1,\"up-to-text\"],\"atLeastText\":[1,\"at-least-text\"],\"rangeText\":[1,\"range-text\"],\"tbdText\":[1,\"tbd-text\"],\"editDisabledTooltipText\":[1,\"edit-disabled-tooltip-text\"],\"activeTab\":[32],\"setActiveTab\":[64]}]]],[\"ur-main-menu.cjs\",[[257,\"ur-main-menu\",{\"opened\":[4],\"loggedIn\":[4,\"logged-in\"],\"userName\":[1,\"user-name\"],\"userRole\":[1,\"user-role\"],\"userAvatar\":[1,\"user-avatar\"],\"badgeCount\":[2,\"badge-count\"],\"termsText\":[1,\"terms-text\"],\"rulesText\":[1,\"rules-text\"],\"privacyText\":[1,\"privacy-text\"],\"paymentText\":[1,\"payment-text\"],\"acceptableUseText\":[1,\"acceptable-use-text\"],\"partnershipText\":[1,\"partnership-text\"],\"homeText\":[1,\"home-text\"],\"storiesText\":[1,\"stories-text\"],\"pagesText\":[1,\"pages-text\"],\"myLibraryText\":[1,\"my-library-text\"],\"competitionsText\":[1,\"competitions-text\"],\"notificationText\":[1,\"notification-text\"],\"facebookText\":[1,\"facebook-text\"],\"xText\":[1,\"x-text\"],\"discordText\":[1,\"discord-text\"],\"contactUsText\":[1,\"contact-us-text\"],\"signUpText\":[1,\"sign-up-text\"],\"premiumText\":[1,\"premium-text\"],\"whatsNewText\":[1,\"whats-new-text\"],\"faqsText\":[1,\"faqs-text\"],\"currentRoute\":[1,\"current-route\"],\"notificationCenterOpened\":[4,\"notification-center-opened\"],\"myLibraryOpened\":[4,\"my-library-opened\"],\"expanded\":[32],\"parentHeight\":[32],\"updateCounter\":[32]},null,{\"opened\":[\"watchOpenedHandler\"],\"userName\":[\"watchUserNameHandler\"],\"userRole\":[\"watchUserRoleHandler\"],\"userAvatar\":[\"watchUserAvatarHandler\"],\"badgeCount\":[\"watchBadgeCountHandler\"],\"currentRoute\":[\"watchCurrentRouteHandler\"],\"notificationCenterOpened\":[\"watchNotificationCenterOpenedHandler\"],\"myLibraryOpened\":[\"watchMyLibraryOpenedHandler\"]}]]],[\"ur-novl-overview-info.cjs\",[[257,\"ur-novl-overview-info\",{\"novlTitle\":[1,\"novl-title\"],\"coverImage\":[1,\"cover-image\"],\"completeText\":[1,\"complete-text\"],\"ongoingText\":[1,\"ongoing-text\"],\"storyCompleteStatus\":[4,\"story-complete-status\"],\"likes\":[2],\"deviceSize\":[1,\"device-size\"],\"likesText\":[1,\"likes-text\"],\"views\":[2],\"editTitleMode\":[4,\"edit-title-mode\"],\"editDescriptionMode\":[4,\"edit-description-mode\"],\"viewsText\":[1,\"views-text\"],\"readingDuration\":[1,\"reading-duration\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"description\":[1],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"showLessText\":[1,\"show-less-text\"],\"showMoreText\":[1,\"show-more-text\"],\"readStoryText\":[1,\"read-story-text\"],\"writeStoryText\":[1,\"write-story-text\"],\"descriptionText\":[1,\"description-text\"],\"chapterListText\":[1,\"chapter-list-text\"],\"buyStoryText\":[1,\"buy-story-text\"],\"addToLibraryText\":[1,\"add-to-library-text\"],\"removeFromLibraryText\":[1,\"remove-from-library-text\"],\"novlPrice\":[1,\"novl-price\"],\"isUserLoggedIn\":[4,\"is-user-logged-in\"],\"isNovlLibrary\":[4,\"is-novl-library\"],\"hasBranches\":[4,\"has-branches\"],\"writeEnabled\":[4,\"write-enabled\"],\"novlPaid\":[4,\"novl-paid\"],\"novlPurchasedAt\":[1,\"novl-purchased-at\"],\"isOwner\":[4,\"is-owner\"],\"attachRequestStatus\":[1025,\"attach-request-status\"],\"attachStoryText\":[1,\"attach-story-text\"],\"cancelRequestText\":[1,\"cancel-request-text\"],\"requestPendingText\":[1,\"request-pending-text\"],\"detachFromPageText\":[1,\"detach-from-page-text\"],\"attachedToPageText\":[1,\"attached-to-page-text\"],\"editTitleTooltipText\":[1,\"edit-title-tooltip-text\"],\"editDescriptionTooltipText\":[1,\"edit-description-tooltip-text\"],\"ownerAvatar\":[1,\"owner-avatar\"],\"ownerName\":[1,\"owner-name\"],\"visibility\":[1],\"visibilityPublicText\":[1,\"visibility-public-text\"],\"visibilityPrivateText\":[1,\"visibility-private-text\"],\"completeStoryText\":[1,\"complete-story-text\"],\"revertStoryText\":[1,\"revert-story-text\"],\"expanded\":[4],\"showPublishedButton\":[4,\"show-published-button\"],\"skeleton\":[4],\"attachButtonHoverState\":[32],\"reset\":[64]}]]],[\"ur-competition-carousel.cjs\",[[257,\"ur-competition-carousel\",{\"competitions\":[16],\"loading\":[32],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"destroyListeners\":[4,\"destroy-listeners\"],\"debug\":[4],\"cardHeight\":[1,\"card-height\"],\"skeleton\":[4],\"disabledPrev\":[32],\"disabledNext\":[32],\"addCompetitions\":[64],\"updateCompetitionsByIndex\":[64],\"reset\":[64]}]]],[\"ur-library-shelf-selector.cjs\",[[257,\"ur-library-shelf-selector\",{\"chooseButtonText\":[1,\"choose-button-text\"],\"createButtonText\":[1,\"create-button-text\"],\"chooseShelfLabelText\":[1,\"choose-shelf-label-text\"],\"createNewShelfLabelText\":[1,\"create-new-shelf-label-text\"],\"createNewShelfSubtitleText\":[1,\"create-new-shelf-subtitle-text\"],\"orCreateNewShelf\":[1,\"or-create-new-shelf\"],\"newShelfPlaceholder\":[1,\"new-shelf-placeholder\"],\"shelves\":[16],\"selectedShelf\":[1025,\"selected-shelf\"],\"newShelfName\":[32],\"isShelfPublic\":[32]},[[2,\"valueSelected\",\"handleRadioSelection\"]]]]],[\"ur-novl-carousel.cjs\",[[257,\"ur-novl-carousel\",{\"novls\":[16],\"loading\":[32],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"destroyListeners\":[4,\"destroy-listeners\"],\"debug\":[4],\"ongoingLabel\":[1,\"ongoing-label\"],\"likesLabel\":[1,\"likes-label\"],\"viewsLabel\":[1,\"views-label\"],\"disabledPrev\":[32],\"disabledNext\":[32],\"addNovls\":[64],\"updateNovlsByIndex\":[64],\"reset\":[64]}]]],[\"ur-page-profile.cjs\",[[257,\"ur-page-profile\",{\"pageId\":[1,\"page-id\"],\"platform\":[1],\"avatar\":[8],\"name\":[8],\"about\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"phone\":[8],\"website\":[8],\"stories\":[2],\"views\":[2],\"pageCreatedText\":[1,\"page-created-text\"],\"following\":[2],\"followers\":[2],\"members\":[2],\"showFollow\":[4,\"show-follow\"],\"websiteText\":[1,\"website-text\"],\"showBecomeMember\":[4,\"show-become-member\"],\"showDonate\":[4,\"show-donate\"],\"showSendMessage\":[4,\"show-send-message\"],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"isPageOwner\":[4,\"is-page-owner\"],\"pageCreatorName\":[8,\"page-creator-name\"],\"pageCreatorImage\":[8,\"page-creator-image\"],\"pageType\":[1,\"page-type\"],\"pageCreationDate\":[8,\"page-creation-date\"],\"locale\":[1],\"createdByText\":[1,\"created-by-text\"],\"literatureTypesText\":[1,\"literature-types-text\"],\"genresText\":[1,\"genres-text\"],\"languagesText\":[1,\"languages-text\"],\"viewsText\":[1,\"views-text\"],\"storiesText\":[1,\"stories-text\"],\"followersText\":[1,\"followers-text\"],\"membersText\":[1,\"members-text\"],\"followText\":[1,\"follow-text\"],\"followingText\":[1,\"following-text\"],\"becomeMemberText\":[1,\"become-member-text\"],\"cancelRequestText\":[1,\"cancel-request-text\"],\"requestPendingText\":[1,\"request-pending-text\"],\"cancelMembershipText\":[1,\"cancel-membership-text\"],\"youreMemberText\":[1,\"youre-member-text\"],\"donateText\":[1,\"donate-text\"],\"sendMessageText\":[1,\"send-message-text\"],\"followed\":[4],\"skeleton\":[4],\"memberRequestStatus\":[1025,\"member-request-status\"],\"memberButtonHoverState\":[32]}]]],[\"ur-comment-form.cjs\",[[257,\"ur-comment-form\",{\"user\":[16],\"isServer\":[4,\"is-server\"],\"placeholder\":[1],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"disabled\":[4],\"variant\":[1],\"submitButtonText\":[1,\"submit-button-text\"],\"formState\":[32]}]]],[\"ur-feedback.cjs\",[[257,\"ur-feedback\",{\"titleText\":[1,\"title-text\"],\"descriptionText\":[1,\"description-text\"],\"placeholderText\":[1,\"placeholder-text\"],\"feedbackText\":[1,\"feedback-text\"],\"supportText\":[1,\"support-text\"],\"pressText\":[1,\"press-text\"],\"successText\":[1,\"success-text\"],\"user\":[4],\"failureText\":[1,\"failure-text\"],\"messageLabel\":[1,\"message-label\"],\"emailLabel\":[1,\"email-label\"],\"emailPlaceholder\":[1,\"email-placeholder\"],\"sendText\":[1,\"send-text\"],\"text\":[32],\"disabled\":[32],\"success\":[32],\"failure\":[32],\"mode\":[32],\"userEmail\":[32],\"emailError\":[32],\"reset\":[64],\"handleSubmitSuccess\":[64],\"handleSubmitFailure\":[64]}]]],[\"ur-page-carousel.cjs\",[[257,\"ur-page-carousel\",{\"pages\":[16],\"loading\":[32],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"destroyListeners\":[4,\"destroy-listeners\"],\"debug\":[4],\"followLabel\":[1,\"follow-label\"],\"followingLabel\":[1,\"following-label\"],\"followerLabel\":[1,\"follower-label\"],\"followersLabel\":[1,\"followers-label\"],\"disabledPrev\":[32],\"disabledNext\":[32],\"addPages\":[64],\"updateNovlsByIndex\":[64],\"reset\":[64]}]]],[\"ur-user-carousel.cjs\",[[257,\"ur-user-carousel\",{\"users\":[16],\"breakpoints\":[16],\"grid\":[16],\"slidesPerView\":[8,\"slides-per-view\"],\"spaceBetween\":[8,\"space-between\"],\"navigation\":[4],\"followLabel\":[1,\"follow-label\"],\"followingLabel\":[1,\"following-label\"],\"followersLabel\":[1,\"followers-label\"]}]]],[\"ur-user-page-profile.cjs\",[[257,\"ur-user-page-profile\",{\"platform\":[1],\"avatar\":[8],\"name\":[8],\"about\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"website\":[8],\"stories\":[2],\"views\":[2],\"userProfileCreatedText\":[1,\"user-profile-created-text\"],\"following\":[2],\"followers\":[2],\"members\":[2],\"showFollow\":[4,\"show-follow\"],\"isProfileFollowed\":[4,\"is-profile-followed\"],\"unFollowText\":[1,\"un-follow-text\"],\"websiteText\":[1,\"website-text\"],\"writerText\":[1,\"writer-text\"],\"readerText\":[1,\"reader-text\"],\"isLoggedIn\":[4,\"is-logged-in\"],\"showBecomeMember\":[4,\"show-become-member\"],\"showDonate\":[4,\"show-donate\"],\"showSendMessage\":[4,\"show-send-message\"],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"isProfileOwner\":[4,\"is-profile-owner\"],\"pageCreatorName\":[8,\"page-creator-name\"],\"pageCreatorImage\":[8,\"page-creator-image\"],\"isWriter\":[4,\"is-writer\"],\"userProfileCreatedDate\":[8,\"user-profile-created-date\"],\"createdByText\":[1,\"created-by-text\"],\"literatureTypesText\":[1,\"literature-types-text\"],\"genresText\":[1,\"genres-text\"],\"languagesText\":[1,\"languages-text\"],\"viewsText\":[1,\"views-text\"],\"storiesText\":[1,\"stories-text\"],\"followersText\":[1,\"followers-text\"],\"followingText\":[1,\"following-text\"],\"pagesFollowingText\":[1,\"pages-following-text\"],\"pagesFollowing\":[2,\"pages-following\"],\"logoutText\":[1,\"logout-text\"],\"locale\":[1],\"skeleton\":[4],\"followText\":[1,\"follow-text\"],\"donateText\":[1,\"donate-text\"]},null,{\"isProfileFollowed\":[\"handleIsProfileFollowedChange\"]}]]],[\"ur-autosave-drawer.cjs\",[[257,\"ur-autosave-drawer\",{\"autosaves\":[1040],\"emptyMessage\":[1,\"empty-message\"],\"chapterText\":[1,\"chapter-text\"],\"yesText\":[1,\"yes-text\"],\"noText\":[1,\"no-text\"],\"autosavesTitle\":[1,\"autosaves-title\"],\"deleteConfirmMessage\":[1,\"delete-confirm-message\"],\"forceRender\":[32]},null,{\"autosaves\":[\"autosavesChanged\"]}]]],[\"ur-chapter-item.cjs\",[[257,\"ur-chapter-item\",{\"chapterId\":[1,\"chapter-id\"],\"chapterNumber\":[2,\"chapter-number\"],\"chapterTitle\":[1,\"chapter-title\"],\"createdAt\":[1,\"created-at\"],\"isBound\":[4,\"is-bound\"],\"isStoryCompleted\":[4,\"is-story-completed\"],\"likes\":[2],\"views\":[2],\"isOwner\":[4,\"is-owner\"],\"readingDuration\":[2,\"reading-duration\"],\"readChapterText\":[1,\"read-chapter-text\"],\"likesText\":[1,\"likes-text\"],\"viewsText\":[1,\"views-text\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"locale\":[1],\"isLocked\":[4,\"is-locked\"],\"isLastChapter\":[4,\"is-last-chapter\"],\"loading\":[32]}]]],[\"ur-main-desktop-top-app-bar.cjs\",[[257,\"ur-main-desktop-top-app-bar\",{\"variant\":[1],\"logoRotation\":[2,\"logo-rotation\"],\"logoOpacity\":[2,\"logo-opacity\"],\"fontColor\":[1,\"font-color\"],\"quillText\":[1,\"quill-text\"],\"deviceVariant\":[1,\"device-variant\"],\"searchText\":[1,\"search-text\"],\"quillCount\":[2,\"quill-count\"]}]]],[\"ur-notification.cjs\",[[257,\"ur-notification\",{\"notification\":[16],\"skeleton\":[4],\"isRead\":[32],\"isFollowing\":[32],\"memberRequestStatus\":[32],\"novlAttachRequestStatus\":[32]}]]],[\"ur-page-list.cjs\",[[257,\"ur-page-list\",{\"pages\":[16],\"skeleton\":[4],\"titleFontSize\":[1,\"title-font-size\"],\"gap\":[1],\"hideTitle\":[4,\"hide-title\"],\"containerPadding\":[1,\"container-padding\"],\"avatarSize\":[1,\"avatar-size\"]}]]],[\"ur-player.cjs\",[[257,\"ur-player\",{\"src\":[1],\"storyTitle\":[1,\"story-title\"],\"author\":[1],\"coverImage\":[1,\"cover-image\"],\"chapterName\":[1,\"chapter-name\"],\"playText\":[1,\"play-text\"],\"pauseText\":[1,\"pause-text\"],\"forwardText\":[1,\"forward-text\"],\"backwardText\":[1,\"backward-text\"],\"speedText\":[1,\"speed-text\"],\"volumeText\":[1,\"volume-text\"],\"autoPlay\":[4,\"auto-play\"],\"showControls\":[4,\"show-controls\"],\"primaryColor\":[1,\"primary-color\"],\"accentColor\":[1,\"accent-color\"],\"darkMode\":[4,\"dark-mode\"],\"isPlaying\":[32],\"currentTime\":[32],\"duration\":[32],\"loadedPercentage\":[32],\"volume\":[32],\"playbackRate\":[32],\"play\":[64],\"pause\":[64],\"togglePlay\":[64],\"seekTo\":[64],\"setVolume\":[64],\"setPlaybackRate\":[64],\"skipForward\":[64],\"skipBackward\":[64]},null,{\"src\":[\"onSourceChange\"]}]]],[\"ur-read-rail.cjs\",[[257,\"ur-read-rail\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"likes\":[2],\"dislike\":[1],\"comments\":[2],\"donate\":[1],\"share\":[1],\"mode\":[1],\"isFollowed\":[4,\"is-followed\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isPaidChapter\":[4,\"is-paid-chapter\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"],\"isHostSmall\":[4,\"is-host-small\"],\"pageSrc\":[1,\"page-src\"],\"pageName\":[1,\"page-name\"],\"pageId\":[1,\"page-id\"],\"isPageFollowed\":[4,\"is-page-followed\"],\"isVisible\":[4,\"is-visible\"],\"isLiked\":[32],\"isDisliked\":[32]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"likes\":[\"handlePropChange\"],\"dislike\":[\"handlePropChange\"],\"comments\":[\"handlePropChange\"],\"donate\":[\"handlePropChange\"],\"share\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isPaidChapter\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isHostSmall\":[\"handlePropChange\",\"handleHostSmallChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"],\"pageSrc\":[\"handlePropChange\"],\"pageName\":[\"handlePropChange\"],\"pageId\":[\"handlePropChange\"],\"isPageFollowed\":[\"handlePropChange\"]}]]],[\"ur-reader.cjs\",[[257,\"ur-reader\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"loading\":[4],\"chapterLocked\":[4,\"chapter-locked\"],\"storyTitle\":[1,\"story-title\"],\"chapterTitle\":[1,\"chapter-title\"],\"chapterContent\":[1,\"chapter-content\"],\"fontSize\":[1,\"font-size\"],\"chapterSequence\":[2,\"chapter-sequence\"],\"fontType\":[1,\"font-type\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"minutesText\":[1,\"minutes-text\"],\"likes\":[1],\"comments\":[2],\"dislike\":[1],\"donate\":[1],\"share\":[1],\"isVisible\":[4,\"is-visible\"],\"readingTimePerWord\":[2,\"reading-time-per-word\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"],\"hasPreviousChapter\":[4,\"has-previous-chapter\"],\"hasNextChapter\":[4,\"has-next-chapter\"],\"lockedMessage\":[1,\"locked-message\"],\"nextChapterText\":[1,\"next-chapter-text\"],\"previousChapterText\":[1,\"previous-chapter-text\"],\"unlockButtonLabel\":[1,\"unlock-button-label\"],\"isSmallContainer\":[32],\"baseFontSize\":[32],\"fontStyles\":[32],\"isHostSmall\":[32]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"storyTitle\":[\"handlePropChange\"],\"chapterTitle\":[\"handlePropChange\"],\"chapterContent\":[\"handlePropChange\"],\"fontSize\":[\"handlePropChange\"],\"fontType\":[\"handlePropChange\"],\"loading\":[\"handlePropChange\"],\"chapterLocked\":[\"handlePropChange\"],\"chapterSequence\":[\"handlePropChange\"],\"hasPreviousChapter\":[\"handlePropChange\"],\"hasNextChapter\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-novl-summary.cjs\",[[257,\"ur-novl-summary\",{\"novlTitle\":[1,\"novl-title\"],\"coverImage\":[1,\"cover-image\"],\"completeText\":[1,\"complete-text\"],\"ongoingText\":[1,\"ongoing-text\"],\"storyCompleteStatus\":[4,\"story-complete-status\"],\"likes\":[2],\"likesText\":[1,\"likes-text\"],\"views\":[2],\"viewsText\":[1,\"views-text\"],\"readingDuration\":[1,\"reading-duration\"],\"readingDurationText\":[1,\"reading-duration-text\"],\"description\":[1],\"languages\":[1],\"genres\":[1],\"literatureTypes\":[1,\"literature-types\"],\"showLessText\":[1,\"show-less-text\"],\"showMoreText\":[1,\"show-more-text\"],\"readStoryText\":[1,\"read-story-text\"],\"learnMoreText\":[1,\"learn-more-text\"],\"writeStoryText\":[1,\"write-story-text\"],\"buyStoryText\":[1,\"buy-story-text\"],\"addToLibraryText\":[1,\"add-to-library-text\"],\"removeFromLibraryText\":[1,\"remove-from-library-text\"],\"novlPrice\":[1,\"novl-price\"],\"hasBranches\":[4,\"has-branches\"],\"writeEnabled\":[4,\"write-enabled\"],\"novlPaid\":[4,\"novl-paid\"],\"novlPurchasedAt\":[1,\"novl-purchased-at\"],\"ownerAvatar\":[1,\"owner-avatar\"],\"ownerName\":[1,\"owner-name\"],\"isUserLoggedIn\":[4,\"is-user-logged-in\"],\"isNovlLibrary\":[4,\"is-novl-library\"],\"novlIsOwn\":[4,\"novl-is-own\"],\"expanded\":[4],\"loading\":[4],\"skeleton\":[4],\"reset\":[64]}]]],[\"ur-read-rail-mobile.cjs\",[[257,\"ur-read-rail-mobile\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarName\":[1,\"avatar-name\"],\"likes\":[1],\"dislike\":[1],\"comments\":[2],\"donate\":[1],\"share\":[1],\"isFollowed\":[4,\"is-followed\"],\"isVisible\":[4,\"is-visible\"],\"isOwnChapter\":[4,\"is-own-chapter\"],\"isChapterPurchased\":[4,\"is-chapter-purchased\"],\"isNovlDeleted\":[4,\"is-novl-deleted\"],\"isAuthorFollowed\":[4,\"is-author-followed\"],\"isAuthorPro\":[4,\"is-author-pro\"],\"isDonationsEnabled\":[4,\"is-donations-enabled\"]},null,{\"avatarSrc\":[\"handlePropChange\"],\"avatarName\":[\"handlePropChange\"],\"likes\":[\"handlePropChange\"],\"dislike\":[\"handlePropChange\"],\"comments\":[\"handlePropChange\"],\"donate\":[\"handlePropChange\"],\"share\":[\"handlePropChange\"],\"isVisible\":[\"handlePropChange\"],\"isOwnChapter\":[\"handlePropChange\"],\"isChapterPurchased\":[\"handlePropChange\"],\"isNovlDeleted\":[\"handlePropChange\"],\"isAuthorFollowed\":[\"handlePropChange\"],\"isAuthorPro\":[\"handlePropChange\"],\"isDonationsEnabled\":[\"handlePropChange\"]}]]],[\"ur-read-top-app-bar.cjs\",[[257,\"ur-read-top-app-bar\",{\"variant\":[1],\"novelTitle\":[1,\"novel-title\"],\"isChapterOwner\":[4,\"is-chapter-owner\"],\"deviceVariant\":[1,\"device-variant\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"],\"editChapterTooltip\":[1,\"edit-chapter-tooltip\"],\"selectChapterTooltip\":[1,\"select-chapter-tooltip\"],\"storySummaryTooltip\":[1,\"story-summary-tooltip\"],\"readingSettingsTooltip\":[1,\"reading-settings-tooltip\"],\"topValue\":[32]}]]],[\"ur-shelf-card.cjs\",[[257,\"ur-shelf-card\",{\"novlId\":[520,\"novl-id\"],\"loading\":[4],\"novlTitle\":[1,\"novl-title\"],\"novlCover\":[8,\"novl-cover\"],\"novlCoverFallback\":[1,\"novl-cover-fallback\"],\"followerCount\":[2,\"follower-count\"],\"storyCount\":[2,\"story-count\"],\"showStats\":[4,\"show-stats\"],\"authorAvatar\":[8,\"author-avatar\"],\"authorName\":[8,\"author-name\"],\"publisherAvatar\":[1,\"publisher-avatar\"],\"publisherName\":[1,\"publisher-name\"],\"borderRadius\":[1,\"border-radius\"],\"cardHoverText\":[1,\"card-hover-text\"],\"followerText\":[1,\"follower-text\"],\"followersText\":[1,\"followers-text\"],\"storyText\":[1,\"story-text\"],\"storiesText\":[1,\"stories-text\"]}]]],[\"ur-stepper.cjs\",[[257,\"ur-stepper\",{\"stepCount\":[2,\"step-count\"],\"currentStep\":[1026,\"current-step\"],\"allowStepNavigation\":[4,\"allow-step-navigation\"],\"customClass\":[1,\"custom-class\"],\"stepTitles\":[16,\"step-titles\"],\"stepDescriptions\":[16,\"step-descriptions\"],\"showStepNumbers\":[4,\"show-step-numbers\"],\"completedStepIcon\":[1,\"completed-step-icon\"],\"nextButtonText\":[1,\"next-button-text\"],\"previousButtonText\":[1,\"previous-button-text\"],\"completeButtonText\":[1,\"complete-button-text\"],\"completeStepText\":[1,\"complete-step-text\"],\"ongoingStepText\":[1,\"ongoing-step-text\"],\"nextButtonDisabled\":[4,\"next-button-disabled\"],\"completedSteps\":[32],\"stepValidation\":[32],\"goToStep\":[64],\"markStepComplete\":[64],\"markStepInvalid\":[64],\"reset\":[64]}]]],[\"ur-user-profile-settings-form.cjs\",[[257,\"ur-user-profile-settings-form\",{\"settings\":[8],\"skeleton\":[4],\"locationLabelText\":[1,\"location-label-text\"],\"websiteLabelText\":[1,\"website-label-text\"],\"aboutLabelText\":[1,\"about-label-text\"],\"facebookLabelText\":[1,\"facebook-label-text\"],\"twitterLabelText\":[1,\"twitter-label-text\"],\"linkedinLabelText\":[1,\"linkedin-label-text\"],\"emailLabelText\":[1,\"email-label-text\"],\"personalInfoTitleText\":[1,\"personal-info-title-text\"],\"interactTitleText\":[1,\"interact-title-text\"],\"facebookTitleText\":[1,\"facebook-title-text\"],\"twitterTitleText\":[1,\"twitter-title-text\"],\"linkedinTitleText\":[1,\"linkedin-title-text\"],\"emailTitleText\":[1,\"email-title-text\"],\"facebookPrefixText\":[1,\"facebook-prefix-text\"],\"twitterPrefixText\":[1,\"twitter-prefix-text\"],\"linkedinPrefixText\":[1,\"linkedin-prefix-text\"],\"personalInfoSubtitleText\":[1,\"personal-info-subtitle-text\"],\"interactSubtitleText\":[1,\"interact-subtitle-text\"],\"socialEnabled\":[32]},null,{\"settings\":[\"settingsChanged\"]}]]],[\"ur-checkbox-group.cjs\",[[257,\"ur-checkbox-group\",{\"name\":[1],\"values\":[1040],\"required\":[4],\"selectAll\":[4,\"select-all\"],\"selectAllText\":[1,\"select-all-text\"],\"maxSelectable\":[2,\"max-selectable\"],\"options\":[32],\"validate\":[64],\"reset\":[64]}]]],[\"ur-editor.cjs\",[[257,\"ur-editor\",{\"content\":[1],\"disabled\":[4],\"placeholder\":[1],\"wordLabel\":[1,\"word-label\"],\"charLabel\":[1,\"char-label\"],\"readingDurationLabel\":[1,\"reading-duration-label\"],\"enableBold\":[4,\"enable-bold\"],\"enableItalic\":[4,\"enable-italic\"],\"enableUnderline\":[4,\"enable-underline\"],\"enableTextAlign\":[4,\"enable-text-align\"],\"enableBlockquote\":[4,\"enable-blockquote\"],\"maxLength\":[2,\"max-length\"],\"maxWords\":[2,\"max-words\"],\"showCounter\":[4,\"show-counter\"],\"showFixedToolbar\":[516,\"show-fixed-toolbar\"],\"showSelectionToolbar\":[516,\"show-selection-toolbar\"],\"minHeight\":[1,\"min-height\"],\"formattingState\":[32],\"charCount\":[32],\"wordCount\":[32],\"readingDuration\":[32],\"readingDurationSeconds\":[32],\"selectionTooltip\":[32],\"isMouseDown\":[32],\"getHTML\":[64],\"getText\":[64],\"setContent\":[64],\"clearContent\":[64]},null,{\"maxLength\":[\"maxLengthUpdated\"],\"maxWords\":[\"maxWordsUpdated\"],\"content\":[\"contentUpdated\"],\"disabled\":[\"disabledUpdated\"],\"enableBold\":[\"formattingOptionsUpdated\"],\"enableItalic\":[\"formattingOptionsUpdated\"],\"enableUnderline\":[\"formattingOptionsUpdated\"],\"enableBlockquote\":[\"formattingOptionsUpdated\"],\"enableTextAlign\":[\"formattingOptionsUpdated\"],\"minHeight\":[\"minHeightUpdated\"]}]]],[\"ur-grid.cjs\",[[257,\"ur-grid\",{\"fixed\":[4],\"showMore\":[4,\"show-more\"],\"showMoreLimit\":[2,\"show-more-limit\"],\"showMoreText\":[1,\"show-more-text\"],\"showMoreClickCount\":[32]}]]],[\"ur-hero.cjs\",[[257,\"ur-hero\",{\"heroTitle\":[1,\"hero-title\"],\"heroSubtitle\":[1,\"hero-subtitle\"],\"ctaText\":[1,\"cta-text\"],\"backgroundImage\":[1,\"background-image\"],\"backgroundColor\":[1,\"background-color\"],\"layout\":[1],\"backgroundJustification\":[1,\"background-justification\"],\"backgroundAlignment\":[1,\"background-alignment\"],\"heroTitleColor\":[1,\"hero-title-color\"],\"heroSubtitleColor\":[1,\"hero-subtitle-color\"],\"widthClass\":[32]}]]],[\"ur-locale-filter-panel.cjs\",[[257,\"ur-locale-filter-panel\",{\"showHeader\":[4,\"show-header\"],\"showFooter\":[4,\"show-footer\"],\"locales\":[16],\"disabledLocales\":[16,\"disabled-locales\"],\"headerLabel\":[1,\"header-label\"],\"titleLabel\":[1,\"title-label\"],\"descriptionLabel\":[1,\"description-label\"],\"saveLabel\":[1,\"save-label\"],\"cancelLabel\":[1,\"cancel-label\"],\"mutableLocales\":[32]}]]],[\"ur-read-mobile-top-app-bar.cjs\",[[257,\"ur-read-mobile-top-app-bar\",{\"variant\":[1],\"headerTitle\":[1,\"header-title\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"]}]]],[\"ur-shelf-item.cjs\",[[257,\"ur-shelf-item\",{\"shelf\":[16],\"novels\":[16],\"isOwnShelf\":[4,\"is-own-shelf\"],\"skeleton\":[4],\"totalStoryCount\":[2,\"total-story-count\"],\"followerText\":[1,\"follower-text\"],\"followersText\":[1,\"followers-text\"],\"storyText\":[1,\"story-text\"],\"storiesText\":[1,\"stories-text\"],\"noStoriesText\":[1,\"no-stories-text\"]}]]],[\"ur-thumbs-rating.cjs\",[[257,\"ur-thumbs-rating\",{\"likesCount\":[2,\"likes-count\"],\"dislikeText\":[1,\"dislike-text\"],\"isLiked\":[1028,\"is-liked\"],\"isDisliked\":[1028,\"is-disliked\"]}]]],[\"ur-top-app-bar.cjs\",[[257,\"ur-top-app-bar\",{\"headerTitle\":[1,\"header-title\"],\"variant\":[1],\"logoRotation\":[2,\"logo-rotation\"],\"logoOpacity\":[2,\"logo-opacity\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"]}]]],[\"ur-bottom-sheet.cjs\",[[257,\"ur-bottom-sheet\",{\"open\":[4],\"selectedDetent\":[1,\"selected-detent\"],\"backdropDismiss\":[4,\"backdrop-dismiss\"],\"currentDetent\":[32],\"dragPosition\":[32],\"isVisible\":[32],\"showSheet\":[64],\"hideSheet\":[64]},null,{\"open\":[\"watchOpen\"]}]]],[\"ur-circular-progress.cjs\",[[257,\"ur-circular-progress\",{\"max\":[514],\"value\":[514],\"width\":[513],\"height\":[513]}]]],[\"ur-dialog.cjs\",[[257,\"ur-dialog\",{\"description\":[1],\"open\":[4],\"fullscreen\":[4],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"showHeader\":[4,\"show-header\"],\"overlayHeader\":[4,\"overlay-header\"],\"variant\":[1],\"borderRadius\":[1,\"border-radius\"],\"openDialog\":[64],\"closeDialog\":[64]}]]],[\"ur-dropdown.cjs\",[[257,\"ur-dropdown\",{\"open\":[1540],\"disabled\":[4],\"trigger\":[1],\"placement\":[1],\"stayOpenOnClick\":[4,\"stay-open-on-click\"],\"openDelay\":[2,\"open-delay\"],\"closeDelay\":[2,\"close-delay\"],\"openOnPointer\":[4,\"open-on-pointer\"],\"openDropdown\":[64],\"closeDropdown\":[64],\"toggle\":[64]},null,{\"open\":[\"handleOpenChange\"]}]]],[\"ur-form.cjs\",[[257,\"ur-form\",{\"submitForm\":[64],\"resetForm\":[64]},[[0,\"valueChanged\",\"handleValueChanged\"],[0,\"errorStateChanged\",\"handleErrorStateChanged\"]]]]],[\"ur-grid-col.cjs\",[[260,\"ur-grid-col\",{\"size\":[1],\"sizeXs\":[1,\"size-xs\"],\"sizeSm\":[1,\"size-sm\"],\"sizeMd\":[1,\"size-md\"],\"sizeLg\":[1,\"size-lg\"],\"sizeXl\":[1,\"size-xl\"],\"offset\":[1],\"offsetXs\":[1,\"offset-xs\"],\"offsetSm\":[1,\"offset-sm\"],\"offsetMd\":[1,\"offset-md\"],\"offsetLg\":[1,\"offset-lg\"],\"offsetXl\":[1,\"offset-xl\"],\"pull\":[1],\"pullXs\":[1,\"pull-xs\"],\"pullSm\":[1,\"pull-sm\"],\"pullMd\":[1,\"pull-md\"],\"pullLg\":[1,\"pull-lg\"],\"pullXl\":[1,\"pull-xl\"],\"push\":[1],\"pushXs\":[1,\"push-xs\"],\"pushSm\":[1,\"push-sm\"],\"pushMd\":[1,\"push-md\"],\"pushLg\":[1,\"push-lg\"],\"pushXl\":[1,\"push-xl\"],\"windowWidth\":[32]}]]],[\"ur-grid-row.cjs\",[[257,\"ur-grid-row\"]]],[\"ur-icon.cjs\",[[257,\"ur-icon\",{\"name\":[1],\"src\":[1],\"size\":[1],\"color\":[1]}]]],[\"ur-image-uploader.cjs\",[[257,\"ur-image-uploader\",{\"width\":[1],\"height\":[1],\"maxHeight\":[1,\"max-height\"],\"borderRadius\":[1,\"border-radius\"],\"borderStyle\":[1,\"border-style\"],\"backgroundColor\":[1,\"background-color\"],\"hoverBackgroundColor\":[1,\"hover-background-color\"],\"acceptTypes\":[1,\"accept-types\"],\"disabled\":[4],\"placeholderText\":[1,\"placeholder-text\"],\"uploadingText\":[1,\"uploading-text\"],\"showFileName\":[4,\"show-file-name\"],\"maxFileSize\":[2,\"max-file-size\"],\"enableNativeUpload\":[4,\"enable-native-upload\"],\"loading\":[4],\"isDragOver\":[32],\"selectedFile\":[32],\"previewUrl\":[32],\"isUploading\":[32],\"setImageUrl\":[64],\"getImageUrl\":[64],\"clearImage\":[64],\"getSelectedFile\":[64],\"setUploadingState\":[64]}]]],[\"ur-list-subheader.cjs\",[[257,\"ur-list-subheader\",{\"text\":[1]}]]],[\"ur-loader.cjs\",[[257,\"ur-loader\"]]],[\"ur-locale-filter-button.cjs\",[[257,\"ur-locale-filter-button\",{\"count\":[2],\"selected\":[4],\"label\":[1]}]]],[\"ur-menu-item.cjs\",[[257,\"ur-menu-item\",{\"value\":[1],\"label\":[1],\"disabled\":[4],\"selected\":[4],\"size\":[1],\"selectedIcon\":[1,\"selected-icon\"],\"fullWidth\":[4,\"full-width\"],\"leftAligned\":[4,\"left-aligned\"],\"heightNumber\":[514,\"height-number\"],\"isHovered\":[32]},[[4,\"selectionChanged\",\"handleSelectionChanged\"]],{\"selected\":[\"selectedChanged\"],\"disabled\":[\"disabledChanged\"],\"heightNumber\":[\"heightNumberChanged\"]}]]],[\"ur-navigation-bar.cjs\",[[257,\"ur-navigation-bar\",{\"position\":[1],\"labelVisibility\":[1,\"label-visibility\"],\"scrollBehavior\":[1,\"scroll-behavior\"],\"scrollThreshold\":[2,\"scroll-threshold\"],\"value\":[1537],\"scrollTarget\":[1,\"scroll-target\"],\"setValue\":[64]},[[0,\"change\",\"changeHandler\"]],{\"value\":[\"valueChanged\"]}]]],[\"ur-navigation-drawer.cjs\",[[257,\"ur-navigation-drawer\",{\"open\":[4],\"placement\":[1],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"contained\":[4],\"openDrawer\":[64],\"closeDrawer\":[64]}]]],[\"ur-navigation-drawer-global.cjs\",[[257,\"ur-navigation-drawer-global\",{\"open\":[4],\"placement\":[1],\"closeOnEsc\":[4,\"close-on-esc\"],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"contentHeight\":[32],\"openDrawer\":[64],\"closeDrawer\":[64]}]]],[\"ur-notification-tabs.cjs\",[[257,\"ur-notification-tabs\",{\"activeTab\":[1,\"active-tab\"],\"notificationsTabText\":[1,\"notifications-tab-text\"],\"requestsTabText\":[1,\"requests-tab-text\"],\"fullWidthTabs\":[4,\"full-width-tabs\"]}]]],[\"ur-page-profile-tabs.cjs\",[[257,\"ur-page-profile-tabs\",{\"activeTab\":[1,\"active-tab\"],\"storiesTabText\":[1,\"stories-tab-text\"],\"libraryTabText\":[1,\"library-tab-text\"],\"transactionsTabText\":[1,\"transactions-tab-text\"],\"statisticsTabText\":[1,\"statistics-tab-text\"],\"settingsTabText\":[1,\"settings-tab-text\"],\"aboutTabText\":[1,\"about-tab-text\"],\"isOwner\":[4,\"is-owner\"],\"fullWidthTabs\":[4,\"full-width-tabs\"],\"isMobile\":[4,\"is-mobile\"]}]]],[\"ur-page-shared-list-tabs.cjs\",[[257,\"ur-page-shared-list-tabs\",{\"activeTab\":[1,\"active-tab\"],\"followersTabText\":[1,\"followers-tab-text\"],\"membersTabText\":[1,\"members-tab-text\"],\"isOwner\":[4,\"is-owner\"],\"fullWidthTabs\":[4,\"full-width-tabs\"],\"isMobile\":[4,\"is-mobile\"]}]]],[\"ur-profile.cjs\",[[257,\"ur-profile\",{\"name\":[8],\"description\":[8],\"location\":[8],\"facebook_url\":[8],\"twitter_url\":[8],\"linkedin_url\":[8],\"email\":[8],\"phone\":[8],\"website\":[8],\"show_follow\":[4],\"show_donate\":[4],\"show_become_member\":[4],\"show_send_message\":[4],\"show_stats\":[4],\"stories_count\":[2],\"views_count\":[2],\"followers_count\":[2],\"writers_count\":[2],\"show_languages\":[4],\"languages\":[1],\"show_genres\":[4],\"genres\":[1],\"show_member_since\":[4],\"member_since\":[1]}]]],[\"ur-segment-button.cjs\",[[257,\"ur-segment-button\",{\"likeLabel\":[1,\"like-label\"]}]]],[\"ur-select.cjs\",[[257,\"ur-select\",{\"value\":[1],\"name\":[1],\"label\":[1],\"placeholder\":[1],\"helper\":[1],\"variant\":[1],\"usage\":[1],\"multiple\":[4],\"clearable\":[4],\"disabled\":[4],\"required\":[4],\"readonly\":[4],\"size\":[1],\"placement\":[1],\"icon\":[1],\"endIcon\":[1,\"end-icon\"],\"flex\":[4],\"suffix\":[1],\"clearIcon\":[1,\"clear-icon\"],\"displayText\":[32]},[[0,\"menuItemChange\",\"handleMenuItemChange\"]],{\"value\":[\"handleValueChange\"]}]]],[\"ur-snackbar.cjs\",[[257,\"ur-snackbar\",{\"open\":[1540],\"placement\":[1],\"action\":[1],\"actionLoading\":[4,\"action-loading\"],\"closeable\":[4],\"closeIcon\":[1,\"close-icon\"],\"messageLine\":[2,\"message-line\"],\"autoCloseDelay\":[2,\"auto-close-delay\"],\"closeOnOutsideClick\":[4,\"close-on-outside-click\"],\"message\":[1],\"backColor\":[1,\"back-color\"],\"fontColor\":[1,\"font-color\"],\"actionColor\":[1,\"action-color\"],\"radius\":[1],\"zIndex\":[1,\"z-index\"]}]]],[\"ur-tabs.cjs\",[[257,\"ur-tabs\",{\"tabs\":[16],\"panels\":[16],\"value\":[513]}]]],[\"ur-user-profile.cjs\",[[257,\"ur-user-profile\"]]],[\"ur-user-profile-tabs.cjs\",[[257,\"ur-user-profile-tabs\",{\"activeTab\":[1,\"active-tab\"],\"storiesTabText\":[1,\"stories-tab-text\"],\"libraryTabText\":[1,\"library-tab-text\"],\"transactionsTabText\":[1,\"transactions-tab-text\"],\"statisticsTabText\":[1,\"statistics-tab-text\"],\"settingsTabText\":[1,\"settings-tab-text\"],\"aboutTabText\":[1,\"about-tab-text\"],\"isOwner\":[4,\"is-owner\"],\"fullWidthTabs\":[4,\"full-width-tabs\"],\"isMobile\":[4,\"is-mobile\"]}]]],[\"ur-competition.cjs\",[[257,\"ur-competition\",{\"competitionId\":[1,\"competition-id\"],\"competitionTitle\":[1,\"competition-title\"],\"description\":[1],\"literatureType\":[1,\"literature-type\"],\"genre\":[1],\"language\":[1],\"entryFee\":[2,\"entry-fee\"],\"hasEntryFee\":[4,\"has-entry-fee\"],\"prizeTypes\":[16,\"prize-types\"],\"startDate\":[1,\"start-date\"],\"submissionDeadline\":[1,\"submission-deadline\"],\"winnersAnnouncementDate\":[1,\"winners-announcement-date\"],\"status\":[1],\"imageUrl\":[1,\"image-url\"],\"pageAvatar\":[1,\"page-avatar\"],\"clickable\":[4],\"height\":[1],\"skeleton\":[4],\"freeText\":[1,\"free-text\"],\"tbdText\":[1,\"tbd-text\"],\"unknownText\":[1,\"unknown-text\"],\"statusUpcomingText\":[1,\"status-upcoming-text\"],\"statusActiveText\":[1,\"status-active-text\"],\"statusClosedText\":[1,\"status-closed-text\"],\"statusCompletedText\":[1,\"status-completed-text\"],\"startDateText\":[1,\"start-date-text\"],\"deadlineText\":[1,\"deadline-text\"],\"winnersText\":[1,\"winners-text\"],\"closedText\":[1,\"closed-text\"],\"completedText\":[1,\"completed-text\"],\"entryFeeText\":[1,\"entry-fee-text\"],\"prizeText\":[1,\"prize-text\"]}]]],[\"ur-menu-profile.cjs\",[[257,\"ur-menu-profile\",{\"userAvatar\":[1,\"user-avatar\"],\"userName\":[1,\"user-name\"],\"userRole\":[1,\"user-role\"]}]]],[\"ur-page.cjs\",[[257,\"ur-page\",{\"pageId\":[1,\"page-id\"],\"loading\":[4],\"followed\":[4],\"pageTitle\":[1,\"page-title\"],\"pageCover\":[1,\"page-cover\"],\"pageCoverFallback\":[1,\"page-cover-fallback\"],\"followers\":[2],\"showStats\":[4,\"show-stats\"],\"pageDescription\":[1,\"page-description\"],\"pageType\":[1,\"page-type\"],\"borderRadius\":[1,\"border-radius\"],\"followLabel\":[1,\"follow-label\"],\"followingLabel\":[1,\"following-label\"],\"followerLabel\":[1,\"follower-label\"],\"followersLabel\":[1,\"followers-label\"]}]]],[\"ur-user.cjs\",[[257,\"ur-user\",{\"userId\":[513,\"user-id\"],\"loading\":[4],\"followed\":[4],\"userTitle\":[1,\"user-title\"],\"userCover\":[1,\"user-cover\"],\"userCoverFallback\":[1,\"user-cover-fallback\"],\"followers\":[2],\"showStats\":[4,\"show-stats\"],\"userDescription\":[1,\"user-description\"],\"borderRadius\":[1,\"border-radius\"],\"followLabel\":[1,\"follow-label\"],\"followingLabel\":[1,\"following-label\"],\"followersLabel\":[1,\"followers-label\"]}]]],[\"ur-checkbox.cjs\",[[257,\"ur-checkbox\",{\"disabled\":[4],\"checked\":[1540],\"value\":[1],\"name\":[1]},null,{\"checked\":[\"watchChecked\"]}]]],[\"ur-linear-progress.cjs\",[[257,\"ur-linear-progress\",{\"value\":[2],\"max\":[514]},null,{\"value\":[\"validateValue\"]}]]],[\"ur-profile-card.cjs\",[[257,\"ur-profile-card\",{\"avatarSrc\":[1,\"avatar-src\"],\"avatarAlt\":[1,\"avatar-alt\"],\"name\":[1],\"avatarSize\":[1,\"avatar-size\"],\"description\":[1],\"followButtonText\":[1,\"follow-button-text\"],\"isOwner\":[4,\"is-owner\"],\"profileType\":[1,\"profile-type\"],\"nameFontSize\":[1,\"name-font-size\"],\"unfollowButtonText\":[1,\"unfollow-button-text\"],\"buttonHeight\":[1,\"button-height\"],\"buttonWidth\":[1,\"button-width\"],\"pageActionsTooltipText\":[1,\"page-actions-tooltip-text\"],\"memberActionsTooltipText\":[1,\"member-actions-tooltip-text\"],\"showDescription\":[4,\"show-description\"],\"showMemberActions\":[4,\"show-member-actions\"],\"showPageActions\":[4,\"show-page-actions\"],\"hideFollowActions\":[4,\"hide-follow-actions\"],\"initialFollowState\":[4,\"initial-follow-state\"],\"skeleton\":[4],\"isFollowing\":[32]},null,{\"initialFollowState\":[\"onInitialFollowStateChange\"]}]]],[\"ur-competition-novl-card_2.cjs\",[[257,\"ur-competition-novl-card\",{\"novlId\":[1,\"novl-id\"],\"novlTitle\":[1,\"novl-title\"],\"shortSummary\":[1,\"short-summary\"],\"chaptersCount\":[2,\"chapters-count\"],\"wordCount\":[2,\"word-count\"],\"coverImage\":[1,\"cover-image\"],\"language\":[1],\"genre\":[1],\"literatureType\":[1,\"literature-type\"],\"authorName\":[1,\"author-name\"],\"showDescription\":[4,\"show-description\"],\"showAuthor\":[4,\"show-author\"],\"showStats\":[4,\"show-stats\"],\"showChips\":[4,\"show-chips\"],\"clickable\":[4],\"size\":[1],\"chipSize\":[1,\"chip-size\"],\"skeleton\":[4],\"showMenu\":[4,\"show-menu\"],\"entryId\":[1,\"entry-id\"],\"isOwnerViewing\":[4,\"is-owner-viewing\"],\"winnerPosition\":[2,\"winner-position\"],\"isWinner\":[4,\"is-winner\"],\"winnerBadgePosition\":[1,\"winner-badge-position\"],\"withdrawButtonText\":[1,\"withdraw-button-text\"],\"removeEntryText\":[1,\"remove-entry-text\"],\"chaptersText\":[1,\"chapters-text\"],\"wordsText\":[1,\"words-text\"],\"winnerText\":[1,\"winner-text\"],\"isMenuOpen\":[32]}],[257,\"ur-stats\",{\"stats\":[16],\"skeleton\":[4],\"layout\":[1],\"showSeparators\":[4,\"show-separators\"],\"background\":[1]}]]],[\"ur-list.cjs\",[[257,\"ur-list\"]]],[\"ur-logo.cjs\",[[257,\"ur-logo\",{\"width\":[1],\"height\":[1],\"color\":[1],\"rotation\":[2],\"opacity\":[2]}]]],[\"ur-long-description.cjs\",[[257,\"ur-long-description\",{\"description\":[1],\"showLessText\":[1,\"show-less-text\"],\"showMoreText\":[1,\"show-more-text\"],\"skeleton\":[4],\"isExpanded\":[32]}]]],[\"ur-switch.cjs\",[[257,\"ur-switch\",{\"disabled\":[4],\"checked\":[1540],\"checkedIcon\":[1,\"checked-icon\"],\"uncheckedIcon\":[1,\"unchecked-icon\"]}]]],[\"ur-radio-button_2.cjs\",[[257,\"ur-radio-button\",{\"disabled\":[4],\"checked\":[1540],\"value\":[1],\"name\":[1],\"fullWidth\":[4,\"full-width\"]},null,{\"checked\":[\"watchChecked\"]}],[257,\"ur-radio-group\",{\"name\":[1],\"value\":[1025],\"required\":[4],\"options\":[32],\"validate\":[64],\"reset\":[64]}]]],[\"ur-list-item.cjs\",[[257,\"ur-list-item\",{\"content\":[1],\"disabled\":[4],\"active\":[4],\"nonclickable\":[4],\"alignment\":[1],\"icon\":[1],\"endIcon\":[1,\"end-icon\"],\"description\":[1],\"href\":[1],\"target\":[1],\"rel\":[1],\"containerPadding\":[1,\"container-padding\"],\"iconMargin\":[1,\"icon-margin\"],\"borderRadius\":[1,\"border-radius\"]}]]],[\"ur-text-field.cjs\",[[257,\"ur-text-field\",{\"label\":[1],\"placeholder\":[1],\"helper\":[1],\"disabled\":[4],\"required\":[4],\"variant\":[1],\"value\":[1025],\"name\":[1],\"endIcon\":[1,\"end-icon\"],\"rows\":[2],\"autosize\":[4],\"minRows\":[2,\"min-rows\"],\"maxRows\":[2,\"max-rows\"],\"minlength\":[2],\"maxlength\":[2],\"counter\":[4],\"type\":[1],\"pattern\":[1],\"min\":[8],\"max\":[8],\"step\":[8],\"error\":[1540],\"errorMessage\":[1537,\"error-message\"],\"skeleton\":[4]}]]],[\"ur-time-ago.cjs\",[[257,\"ur-time-ago\",{\"date\":[1],\"locale\":[1],\"timeAgo\":[32]},null,{\"date\":[\"watchDate\"],\"locale\":[\"watchLocale\"]}]]],[\"ur-button-arrow-left_2.cjs\",[[257,\"ur-button-arrow-left\",{\"disabled\":[4]}],[257,\"ur-button-arrow-right\",{\"disabled\":[4]}]]],[\"ur-chip.cjs\",[[257,\"ur-chip\",{\"label\":[1],\"border\":[1],\"borderColor\":[1,\"border-color\"],\"radius\":[1],\"size\":[1],\"backColor\":[1,\"back-color\"],\"fontColor\":[1,\"font-color\"],\"loading\":[4],\"skeleton\":[4],\"disabled\":[4],\"clickable\":[4]}]]],[\"ur-button-icon.cjs\",[[257,\"ur-button-icon\",{\"disabled\":[4],\"loading\":[4],\"variant\":[1],\"icon\":[1],\"selectedIcon\":[1,\"selected-icon\"],\"selected\":[4],\"active\":[4],\"borderRadius\":[1,\"border-radius\"],\"buttonWidth\":[1,\"button-width\"],\"buttonHeight\":[1,\"button-height\"],\"fontColor\":[1,\"font-color\"],\"backgroundColor\":[1,\"background-color\"]}]]],[\"ur-button.cjs\",[[257,\"ur-button\",{\"disabled\":[4],\"variant\":[1],\"icon\":[8],\"endIcon\":[8,\"end-icon\"],\"fullWidth\":[4,\"full-width\"],\"loading\":[4],\"fontColor\":[1,\"font-color\"],\"buttonHeight\":[1,\"button-height\"],\"borderRadius\":[1,\"border-radius\"],\"backgroundColor\":[1,\"background-color\"],\"skeleton\":[4],\"maxWidth\":[1,\"max-width\"]}]]],[\"ur-avatar_3.cjs\",[[257,\"ur-novl\",{\"novlId\":[520,\"novl-id\"],\"loading\":[4],\"novlTitle\":[1,\"novl-title\"],\"novlCover\":[8,\"novl-cover\"],\"novlCoverFallback\":[1,\"novl-cover-fallback\"],\"likes\":[2],\"views\":[2],\"showStats\":[4,\"show-stats\"],\"authorAvatar\":[8,\"author-avatar\"],\"authorName\":[8,\"author-name\"],\"published\":[4],\"price\":[1],\"publisherAvatar\":[1,\"publisher-avatar\"],\"publisherName\":[1,\"publisher-name\"],\"borderRadius\":[1,\"border-radius\"],\"ongoingLabel\":[1,\"ongoing-label\"],\"likesLabel\":[1,\"likes-label\"],\"viewsLabel\":[1,\"views-label\"]}],[257,\"ur-tooltip\",{\"content\":[1],\"variant\":[1],\"placement\":[1],\"openDelay\":[2,\"open-delay\"],\"closeDelay\":[2,\"close-delay\"],\"trigger\":[1],\"colorScheme\":[1,\"color-scheme\"],\"disabled\":[4],\"isVisible\":[32]}],[257,\"ur-avatar\",{\"size\":[1],\"src\":[1],\"name\":[1],\"border\":[1],\"radius\":[1],\"variant\":[1],\"skeleton\":[4]}]]]]"), options);
9
9
  };
10
10
 
11
11
  exports.setNonce = index.setNonce;
@@ -0,0 +1,5 @@
1
+ 'use strict';
2
+
3
+ const NOVL_COVER_FALLBACK = 'data:image/webp;base64,UklGRtQAAABXRUJQVlA4TMgAAAAv/8f/EQfQla70pPIBIUHi/+9mIvqf8Z///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7vAQ==';
4
+
5
+ exports.NOVL_COVER_FALLBACK = NOVL_COVER_FALLBACK;
@@ -2,11 +2,10 @@
2
2
 
3
3
  var urAvatar = require('./ur-avatar-BxpemqIn.js');
4
4
  var index = require('./index-BDRV19wQ.js');
5
+ var novls = require('./novls-BHGdrCzu.js');
5
6
  var urTooltip = require('./ur-tooltip-YGN0Sq-e.js');
6
7
 
7
- const NOVL_COVER_FALLBACK = 'data:image/webp;base64,UklGRtQAAABXRUJQVlA4TMgAAAAv/8f/EQfQla70pPIBIUHi/+9mIvqf8Z///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7vAQ==';
8
-
9
- const urNovlCss = ":host {\r\n --novl-width: 100%;\r\n --novl-border-radius: 8px;\r\n --ur-color-on-background: var(--mdui-color-on-background);\r\n --ur-color-background: var(--mdui-color-background);\r\n}\r\n\r\n@keyframes placeholderAnimate {\r\n 0%{ background-position: -650px 0; }\r\n 100%{ background-position: 650px 0; }\r\n}\r\n\r\n:host {\r\n display: flex;\r\n flex-direction: column;\r\n box-sizing: content-box;\r\n container-type: inline-size;\r\n container-name: novl;\r\n}\r\n\r\n:host .novl {\r\n overflow: hidden;\r\n width: var(--novl-width);\r\n border-radius: var(--novl-border-radius);\r\n cursor: pointer;\r\n}\r\n\r\n:host .novl.loading {\r\n cursor: default;\r\n}\r\n\r\n:host .cover {\r\n aspect-ratio: 2.25;\r\n background-color: rgb(var(--ur-color-on-background));\r\n background-repeat: no-repeat;\r\n background-size: cover;\r\n background-position: center;\r\n position: relative;\r\n}\r\n\r\n:host .cover.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n }\r\n\r\n:host .cover .ongoing {\r\n background-color: rgb(var(--mdui-color-primary-container));\r\n height: 32px;\r\n width: 32px;\r\n border-radius: 50%;\r\n position: absolute;\r\n top: 8px;\r\n left: 8px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n color: rgb(var(--mdui-color-primary));\r\n font-weight: 700;\r\n text-transform: uppercase;\r\n font-size: 14px;\r\n line-height: 14px;\r\n}\r\n\r\n:host .cover .ongoing span {\r\n position: relative;\r\n}\r\n\r\n:host .cover .price {\r\n position: absolute;\r\n top: 8px;\r\n right: 8px;\r\n border-radius: 25px;\r\n background: rgba(43, 43, 39, 0.55);\r\n padding: 9px 16px;\r\n box-sizing: border-box;\r\n line-height: 14px;\r\n font-weight: 700;\r\n font-size: 14px;\r\n color: #fff;\r\n}\r\n\r\n:host .cover .avatar-holder {\r\n left: 0;\r\n bottom: 0;\r\n display: flex;\r\n position: absolute;\r\n align-items: center;\r\n padding: 0 4px;\r\n box-sizing: border-box;\r\n column-gap: 8px;\r\n transform: translateY(50%);\r\n}\r\n\r\n:host .cover .avatar-holder ur-avatar.author-avatar {\r\n display: block;\r\n}\r\n\r\n:host .cover .avatar-holder .publisher-avatar-container {\r\n position: absolute;\r\n bottom: 2px;\r\n right: -6px;\r\n height: 18px;\r\n width: 18px;\r\n}\r\n\r\n:host .cover .avatar-holder ur-avatar.publisher-avatar {\r\n display: block;\r\n}\r\n\r\n:host .txt-info-holder .publisher-info {\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n column-gap: 4px;\r\n}\r\n\r\n:host .cover .avatar-holder .name {\r\n font-size: 12px;\r\n font-style: normal;\r\n font-weight: 600;\r\n line-height: 12px; /* 100% */\r\n color: #fff;\r\n}\r\n\r\n:host .info {\r\n display: flex;\r\n flex-direction: column;\r\n padding: 24px 8px 8px 8px;\r\n row-gap: 8px;\r\n box-sizing: border-box;\r\n}\r\n\r\n:host .info:has(.loading) {\r\n padding-left: 0;\r\n padding-right: 0;\r\n}\r\n\r\n:host .info .title {\r\n color: rgb(var(--ur-color-on-background));\r\n font-size: 16px;\r\n font-style: normal;\r\n font-weight: 700;\r\n display: -webkit-box;\r\n -webkit-line-clamp: 2; /* Number of lines */\r\n -webkit-box-orient: vertical;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n}\r\n\r\n:host .info .title.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n:host .info .stats {\r\n font-size: 12px;\r\n font-weight: 400;\r\n line-height: 12px;\r\n display: flex;\r\n flex-direction: row;\r\n color: rgb(var(--ur-color-on-background));\r\n}\r\n\r\n:host .info .stats.loading {\r\n height: 12px;\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n:host .info .stats b {\r\n font-weight: 700;\r\n}\r\n\r\n:host .info .stats .likes {\r\n display: flex;\r\n}\r\n\r\n:host .info .stats .dot {\r\n margin-left: 4px;\r\n}\r\n\r\n:host .info .stats .views-container {\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n column-gap: 4px;\r\n}\r\n\r\n:host .info .txt-info-holder {\r\n display: flex;\r\n align-items: center;\r\n font-size: 11px;\r\n font-style: normal;\r\n font-weight: 600;\r\n color: rgb(var(--ur-color-on-background));\r\n cursor: pointer;\r\n column-gap: 4px;\r\n}\r\n\r\n:host .info .txt-info-holder .avatar {\r\n height: 32px;\r\n width: 32px;\r\n border-radius: 50%;\r\n background-size: cover;\r\n}\r\n\r\n:host .info .txt-info-holder .avatar.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n }\r\n\r\n:host .info .txt-info-holder .name {\r\n font-size: 12px;\r\n font-style: normal;\r\n font-weight: 600;\r\n line-height: 12px;\r\n}\r\n\r\n:host .info .txt-info-holder .name.loading {\r\n height: 12px;\r\n width: 50%;\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n@container novl (max-width: 300px) {\r\n :host .info .title {\r\n font-size: 14px;\r\n line-height: 1.2rem;\r\n }\r\n\r\n :host .info .txt-info-holder .avatar {\r\n height: 24px;\r\n width: 24px;\r\n }\r\n\r\n :host .cover .publisher {\r\n height: 40px;\r\n padding: 0 4px;\r\n }\r\n\r\n\r\n :host .cover .publisher .name {\r\n font-size: 11px;\r\n }\r\n\r\n :host .info .txt-info-holder .name {\r\n font-size: 11px;\r\n }\r\n\r\n :host .cover .ongoing {\r\n width: 24px;\r\n height: 24px;\r\n left: 4px;\r\n }\r\n\r\n :host .cover .price {\r\n padding: 5px 8px;\r\n font-size: 12px;\r\n }\r\n\r\n :host .info .stats {\r\n font-size: 11px;\r\n }\r\n\r\n :host .info .description{\r\n font-size: 11px;\r\n }\r\n\r\n :host .info {\r\n row-gap: 4px;\r\n padding: 4px;\r\n padding-top: 22px;\r\n }\r\n\r\n :host .info .title.loading {\r\n margin: 0 4px;\r\n }\r\n\r\n :host .info .stats.loading {\r\n margin: 0 4px;\r\n }\r\n\r\n :host .info .description.loading {\r\n margin: 0 4px;\r\n }\r\n\r\n :host .info .txt-info-holder.loading {\r\n margin: 0 4px;\r\n }\r\n}\r\n";
8
+ const urNovlCss = ":host {\r\n --novl-width: 100%;\r\n --novl-border-radius: 8px;\r\n --ur-color-on-background: var(--mdui-color-on-background);\r\n --ur-color-background: var(--mdui-color-background);\r\n}\r\n\r\n@keyframes placeholderAnimate {\r\n 0%{ background-position: -650px 0; }\r\n 100%{ background-position: 650px 0; }\r\n}\r\n\r\n:host {\r\n display: flex;\r\n flex-direction: column;\r\n box-sizing: content-box;\r\n container-type: inline-size;\r\n container-name: novl;\r\n}\r\n\r\n:host .novl {\r\n overflow: hidden;\r\n width: var(--novl-width);\r\n border-radius: var(--novl-border-radius);\r\n cursor: pointer;\r\n}\r\n\r\n:host .novl:hover {\r\n background: rgba(var(--ur-color-on-background), 0.12);\r\n}\r\n\r\n:host .novl.loading {\r\n cursor: default;\r\n}\r\n\r\n:host .cover {\r\n aspect-ratio: 2.25;\r\n background-color: rgb(var(--ur-color-on-background));\r\n background-repeat: no-repeat;\r\n background-size: cover;\r\n background-position: center;\r\n position: relative;\r\n}\r\n\r\n:host .cover.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n }\r\n\r\n:host .cover .ongoing {\r\n background-color: rgb(var(--mdui-color-primary-container));\r\n height: 32px;\r\n width: 32px;\r\n border-radius: 50%;\r\n position: absolute;\r\n top: 8px;\r\n left: 8px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n color: rgb(var(--mdui-color-primary));\r\n font-weight: 700;\r\n text-transform: uppercase;\r\n font-size: 14px;\r\n line-height: 14px;\r\n}\r\n\r\n:host .cover .ongoing span {\r\n position: relative;\r\n}\r\n\r\n:host .cover .price {\r\n position: absolute;\r\n top: 8px;\r\n right: 8px;\r\n border-radius: 25px;\r\n background: rgba(43, 43, 39, 0.55);\r\n padding: 9px 16px;\r\n box-sizing: border-box;\r\n line-height: 14px;\r\n font-weight: 700;\r\n font-size: 14px;\r\n color: #fff;\r\n}\r\n\r\n:host .cover .avatar-holder {\r\n left: 0;\r\n bottom: 0;\r\n display: flex;\r\n position: absolute;\r\n align-items: center;\r\n padding: 0 4px;\r\n box-sizing: border-box;\r\n column-gap: 8px;\r\n transform: translateY(50%);\r\n}\r\n\r\n:host .cover .avatar-holder ur-avatar.author-avatar {\r\n display: block;\r\n}\r\n\r\n:host .cover .avatar-holder .publisher-avatar-container {\r\n position: absolute;\r\n bottom: 2px;\r\n right: -6px;\r\n height: 18px;\r\n width: 18px;\r\n}\r\n\r\n:host .cover .avatar-holder ur-avatar.publisher-avatar {\r\n display: block;\r\n}\r\n\r\n:host .txt-info-holder .publisher-info {\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n column-gap: 4px;\r\n}\r\n\r\n:host .cover .avatar-holder .name {\r\n font-size: 12px;\r\n font-style: normal;\r\n font-weight: 600;\r\n line-height: 12px; /* 100% */\r\n color: #fff;\r\n}\r\n\r\n:host .info {\r\n display: flex;\r\n flex-direction: column;\r\n padding: 24px 8px 8px 8px;\r\n row-gap: 8px;\r\n box-sizing: border-box;\r\n}\r\n\r\n:host .info:has(.loading) {\r\n padding-left: 0;\r\n padding-right: 0;\r\n}\r\n\r\n:host .info .title {\r\n color: rgb(var(--ur-color-on-background));\r\n font-size: 16px;\r\n font-style: normal;\r\n font-weight: 700;\r\n display: -webkit-box;\r\n -webkit-line-clamp: 2; /* Number of lines */\r\n -webkit-box-orient: vertical;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n}\r\n\r\n:host .info .title.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n:host .info .stats {\r\n font-size: 12px;\r\n font-weight: 400;\r\n line-height: 12px;\r\n display: flex;\r\n flex-direction: row;\r\n color: rgb(var(--ur-color-on-background));\r\n}\r\n\r\n:host .info .stats.loading {\r\n height: 12px;\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n:host .info .stats b {\r\n font-weight: 700;\r\n}\r\n\r\n:host .info .stats .likes {\r\n display: flex;\r\n}\r\n\r\n:host .info .stats .dot {\r\n margin-left: 4px;\r\n}\r\n\r\n:host .info .stats .views-container {\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n column-gap: 4px;\r\n}\r\n\r\n:host .info .txt-info-holder {\r\n display: flex;\r\n align-items: center;\r\n font-size: 11px;\r\n font-style: normal;\r\n font-weight: 600;\r\n color: rgb(var(--ur-color-on-background));\r\n cursor: pointer;\r\n column-gap: 4px;\r\n}\r\n\r\n:host .info .txt-info-holder .avatar {\r\n height: 32px;\r\n width: 32px;\r\n border-radius: 50%;\r\n background-size: cover;\r\n}\r\n\r\n:host .info .txt-info-holder .avatar.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n }\r\n\r\n:host .info .txt-info-holder .name {\r\n font-size: 12px;\r\n font-style: normal;\r\n font-weight: 600;\r\n line-height: 12px;\r\n}\r\n\r\n:host .info .txt-info-holder .name.loading {\r\n height: 12px;\r\n width: 50%;\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n@container novl (max-width: 300px) {\r\n :host .info .title {\r\n font-size: 14px;\r\n line-height: 1.2rem;\r\n }\r\n\r\n :host .info .txt-info-holder .avatar {\r\n height: 24px;\r\n width: 24px;\r\n }\r\n\r\n :host .cover .publisher {\r\n height: 40px;\r\n padding: 0 4px;\r\n }\r\n\r\n\r\n :host .cover .publisher .name {\r\n font-size: 11px;\r\n }\r\n\r\n :host .info .txt-info-holder .name {\r\n font-size: 11px;\r\n }\r\n\r\n :host .cover .ongoing {\r\n width: 24px;\r\n height: 24px;\r\n left: 4px;\r\n }\r\n\r\n :host .cover .price {\r\n padding: 5px 8px;\r\n font-size: 12px;\r\n }\r\n\r\n :host .info .stats {\r\n font-size: 11px;\r\n }\r\n\r\n :host .info .description{\r\n font-size: 11px;\r\n }\r\n\r\n :host .info {\r\n row-gap: 4px;\r\n padding: 4px;\r\n padding-top: 22px;\r\n }\r\n\r\n :host .info .title.loading {\r\n margin: 0 4px;\r\n }\r\n\r\n :host .info .stats.loading {\r\n margin: 0 4px;\r\n }\r\n\r\n :host .info .description.loading {\r\n margin: 0 4px;\r\n }\r\n\r\n :host .info .txt-info-holder.loading {\r\n margin: 0 4px;\r\n }\r\n}\r\n";
10
9
 
11
10
  const UrNovl = class {
12
11
  constructor(hostRef) {
@@ -14,7 +13,7 @@ const UrNovl = class {
14
13
  this.novlClicked = index.createEvent(this, "novlClicked");
15
14
  this.loading = false;
16
15
  this.novlTitle = 'Novl title';
17
- this.novlCoverFallback = NOVL_COVER_FALLBACK;
16
+ this.novlCoverFallback = novls.NOVL_COVER_FALLBACK;
18
17
  this.likes = 0;
19
18
  this.views = 0;
20
19
  this.showStats = true;
@@ -21,7 +21,7 @@ require('./class-map-GQgVJIH6.js');
21
21
  require('./appendTo-BUfHDDFs.js');
22
22
  require('./index-9bT-Q_rK.js');
23
23
 
24
- const urButtonCss = ":host{display:inline-block;--ur-color-on-background:var(--mdui-color-on-background)}:host mdui-button{width:inherit;font-size:14px}mdui-button::part(icon){font-size:24px}:host .full-width{flex:1;width:100%;display:flex;}:host([full-width='true']){flex:1;width:100%;display:flex;}:host.disabled{pointer-events:none}@keyframes placeholderAnimate{0%{background-position:-650px 0}100%{background-position:650px 0}}:host.skeleton-wrapper{min-width:120px;}:host .button-skeleton.loading{display:block;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );background-size:1000px}";
24
+ const urButtonCss = ":host{display:inline-block;--ur-color-on-background:var(--mdui-color-on-background)}:host mdui-button{width:inherit;font-size:14px}mdui-button::part(icon){font-size:24px}:host .full-width{flex:1;width:100%;display:flex;}:host([full-width='true']){flex:1;width:100%;display:flex;}:host.disabled{pointer-events:none}@keyframes placeholderAnimate{0%{background-position:-650px 0}100%{background-position:650px 0}}:host.skeleton-wrapper{min-width:120px;}:host .button-skeleton.loading{display:block;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );background-size:1000px}:host mdui-button.truncate-text{overflow:hidden;display:inline-block;width:100%}:host mdui-button.truncate-text::part(label){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}";
25
25
 
26
26
  const UrButton = class {
27
27
  constructor(hostRef) {
@@ -43,7 +43,30 @@ const UrButton = class {
43
43
  } }, "\u00A0")));
44
44
  }
45
45
  const buttonClass = `${this.fullWidth ? 'full-width' : ''} ${this.disabled ? 'disabled' : ''}`.trim();
46
- return (index.h(index.Host, { "full-width": this.fullWidth ? 'true' : null, style: { color: this.fontColor, height: this.buttonHeight, borderRadius: this.borderRadius, backgroundColor: this.backgroundColor, pointerEvents: this.disabled ? 'none' : 'auto' }, class: buttonClass }, index.h("mdui-button", { style: { color: this.fontColor, height: this.buttonHeight, borderRadius: this.borderRadius, backgroundColor: this.backgroundColor, pointerEvents: this.disabled ? 'none' : 'auto' }, class: buttonClass, icon: !!this.icon ? this.icon : false, "end-icon": !!this.endIcon ? this.endIcon : false, variant: this.variant, "full-width": this.fullWidth, disabled: this.disabled || this.loading }, index.h("slot", null))));
46
+ const hostStyle = {
47
+ color: this.fontColor,
48
+ height: this.buttonHeight,
49
+ borderRadius: this.borderRadius,
50
+ backgroundColor: this.backgroundColor,
51
+ pointerEvents: this.disabled ? 'none' : 'auto',
52
+ maxWidth: this.maxWidth,
53
+ display: this.maxWidth ? 'inline-block' : (this.fullWidth ? 'block' : 'inline-block')
54
+ };
55
+ const buttonStyle = {
56
+ color: this.fontColor,
57
+ height: this.buttonHeight,
58
+ borderRadius: this.borderRadius,
59
+ backgroundColor: this.backgroundColor,
60
+ pointerEvents: this.disabled ? 'none' : 'auto',
61
+ maxWidth: this.maxWidth ? '100%' : undefined
62
+ };
63
+ return (index.h(index.Host, { "full-width": this.fullWidth ? 'true' : null, style: hostStyle, class: buttonClass }, index.h("mdui-button", { style: buttonStyle, class: `${buttonClass} ${this.maxWidth ? 'truncate-text' : ''}`, icon: !!this.icon ? this.icon : false, "end-icon": !!this.endIcon ? this.endIcon : false, variant: this.variant, "full-width": this.fullWidth, disabled: this.disabled || this.loading }, this.maxWidth ? (index.h("span", { style: {
64
+ display: 'block',
65
+ overflow: 'hidden',
66
+ textOverflow: 'ellipsis',
67
+ whiteSpace: 'nowrap',
68
+ width: '100%'
69
+ } }, index.h("slot", null))) : (index.h("slot", null)))));
47
70
  }
48
71
  };
49
72
  UrButton.style = urButtonCss;
@@ -2,7 +2,7 @@
2
2
 
3
3
  var index = require('./index-BDRV19wQ.js');
4
4
 
5
- const urCompetitionCss = "@keyframes placeholderAnimate{0%{background-position:-650px 0}100%{background-position:650px 0}}:host{--ur-color-background:var(--mdui-color-background);--ur-color-on-background:var(--mdui-color-on-background);--ur-color-surface:var(--mdui-color-surface);--ur-color-surface-variant:var(--mdui-color-surface-variant);--ur-color-on-surface-variant:var(--mdui-color-on-surface-variant);--ur-color-primary-container:var(--mdui-color-primary-container);--ur-color-on-primary-container:var(--mdui-color-on-primary-container);--ur-color-secondary-container:var(--mdui-color-secondary-container);--ur-color-on-secondary-container:var(--mdui-color-on-secondary-container);--ur-color-tertiary-container:var(--mdui-color-tertiary-container);--ur-color-on-tertiary-container:var(--mdui-color-on-tertiary-container);--ur-color-error-container:var(--mdui-color-error-container);--ur-color-on-error-container:var(--mdui-color-on-error-container);--ur-color-complete-surface:var(--mdui-color-complete-surface-light);--ur-color-on-complete-surface:var(--mdui-color-on-complete-surface-light);--ur-color-surface-container:var(--mdui-color-surface-container);--ur-color-surface-container-high:var(--mdui-color-surface-container-high);--ur-color-on-surface:var(--mdui-color-on-surface);--ur-color-outline-variant:var(--mdui-color-outline-variant);--competition-chip-size:24px;--competition-chip-font-size:12px;--competition-avatar-size:40px;display:block;width:600px;max-width:100%}:host(.clickable){cursor:pointer}:host(.compact){width:400px}:host(.compact) .competition-card{height:120px}.competition-card{background:rgb(var(--ur-color-surface));border-radius:12px;overflow:hidden;transition:all 0.3s ease;border:1px solid rgb(var(--ur-color-outline-variant));height:160px;display:flex;flex-direction:row}.competition-image{position:relative;width:33.333%;flex-shrink:0;overflow:hidden}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.image-placeholder img{width:100%;height:100%;object-fit:cover}.book-spines{display:flex;width:100%;height:100%;gap:2px}.spine{flex:1;height:100%;position:relative;background:linear-gradient(180deg, transparent 10%, rgba(0,0,0,0.1) 20%, transparent 30%, rgba(0,0,0,0.1) 40%, transparent 50%)}.spine-1{background-color:#8FBC8F}.spine-2{background-color:#4682B4}.spine-3{background-color:#DAA520}.spine-4{background-color:#5F9EA0}.spine-5{background-color:#B8860B}.spine::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(\n 0deg,\n transparent,\n transparent 20px,\n rgba(255,255,255,0.1) 21px,\n rgba(255,255,255,0.1) 22px\n )}.status-badge{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px}.status-badge.status-active{background-color:rgb(var(--ur-color-complete-surface));color:rgb(var(--ur-color-on-complete-surface))}.status-badge.status-upcoming{background-color:rgb(var(--ur-color-surface-variant));color:rgb(var(--ur-color-on-surface-variant))}.status-badge.status-closed{background-color:rgb(var(--ur-color-error-container));color:rgb(var(--ur-color-on-error-container))}.status-badge.status-completed{background-color:rgb(var(--ur-color-primary-container));color:rgb(var(--ur-color-on-primary-container))}.page-info{position:absolute;bottom:8px;left:12px;display:flex;align-items:center;column-gap:8px}.page-info ur-avatar{background:rgb(var(--ur-color-background));border-radius:25%;height:40px;width:40px;min-height:40px;min-width:40px;border-width:2px !important}.competition-content{padding:10px;flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.competition-header{margin-bottom:16px;flex-shrink:0}.competition-title{margin:0 0 8px 0;font-size:18px;font-weight:600;color:rgb(var(--ur-color-on-surface));line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.competition-tags{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.competition-stats{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:0}.stat-label{font-size:11px;color:rgb(var(--ur-color-on-surface-variant));font-weight:500;margin-bottom:4px;text-transform:uppercase;letter-spacing:0.5px;line-height:14px;min-height:20px;display:flex;align-items:center;justify-content:center;text-align:center;word-break:break-word;hyphens:auto}.stat-value{font-size:14px;font-weight:600;color:rgb(var(--ur-color-on-surface));line-height:18px;display:flex;align-items:center;justify-content:center;min-height:18px}.stat-value.prize{font-size:16px;line-height:18px;filter:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));font-family:'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', sans-serif;text-align:center}.stat-separator{width:1px;height:28px;background-color:rgb(var(--ur-color-outline-variant))}@media (max-width: 1400px){:host{--competition-chip-size:22px;--competition-chip-font-size:11px;--competition-avatar-size:36px}.competition-title{font-size:17px;line-height:1.2;-webkit-line-clamp:1;margin:0 0 6px 0}.competition-tags{gap:5px}.competition-tags ur-chip{line-height:1}.stat-label{font-size:10px;line-height:12px}.stat-value{font-size:13px;line-height:15px}}@media (max-width: 1024px){:host{width:500px;--competition-chip-size:20px;--competition-chip-font-size:10px;--competition-avatar-size:32px}:host(.compact){width:350px}.competition-card{height:140px}:host(.compact) .competition-card{height:110px}.competition-image{width:33.333%;}.competition-title{font-size:16px;line-height:1.2;-webkit-line-clamp:1;margin:0 0 6px 0}.competition-tags{gap:4px}.competition-tags ur-chip{line-height:1}.status-badge{font-size:10px;padding:3px 8px}.stat-label{font-size:9px;line-height:11px;min-height:16px}.stat-value{font-size:12px;line-height:14px}.stat-value.prize{font-size:14px;line-height:14px}}@media (max-width: 768px){:host{width:100%;max-width:450px;min-width:300px;--competition-chip-size:18px;--competition-chip-font-size:9px;--competition-avatar-size:24px}:host(.compact){width:100%;max-width:350px;min-width:280px}.competition-card{height:120px}:host(.compact) .competition-card{height:100px}.competition-image{width:33.333%;}.competition-header{margin-bottom:10px}.competition-title{font-size:14px;line-height:1.2;-webkit-line-clamp:1;margin:0 0 6px 0}.competition-tags{gap:3px}.competition-tags ur-chip{font-size:9px;--ur-chip-height:18px;line-height:1}.competition-stats{gap:4px;}.stat-item{min-width:40px}.stat-label{font-size:8px;line-height:9px;min-height:14px;margin-bottom:2px}.stat-value{font-size:11px;line-height:12px;min-height:12px}.stat-value.prize{font-size:12px;line-height:12px}.stat-separator{height:16px}.status-badge{font-size:9px;padding:2px 6px;top:6px;left:6px}.page-info{bottom:4px;left:6px;column-gap:4px}.page-info ur-avatar{height:24px;width:24px;min-height:24px;min-width:24px}}@media (max-width: 480px){:host{min-width:280px;max-width:350px;--competition-chip-size:16px;--competition-chip-font-size:8px;--competition-avatar-size:20px}.competition-card{height:100px}.competition-image{width:33.333%;}.competition-header{margin-bottom:6px}.competition-title{font-size:12px;margin:0 0 5px 0;line-height:1.2;-webkit-line-clamp:1}.competition-tags{gap:2px}.competition-tags ur-chip{line-height:1}.competition-stats{gap:2px}.stat-item{min-width:30px;flex:1}.stat-label{font-size:7px;line-height:8px;min-height:12px;margin-bottom:1px;text-align:center;text-transform:uppercase;letter-spacing:0.3px}.stat-value{font-size:9px;line-height:10px;min-height:10px;font-weight:700;text-align:center}.stat-value.prize{font-size:10px;line-height:10px}.stat-separator{height:14px}.status-badge{font-size:8px;padding:2px 4px;top:4px;left:4px}.page-info{bottom:3px;left:4px;column-gap:3px}.page-info ur-avatar{height:20px;width:20px;min-height:20px;min-width:20px}}@media (prefers-color-scheme: dark){.spine::before{background:repeating-linear-gradient(\n 0deg,\n transparent,\n transparent 20px,\n rgba(0,0,0,0.2) 21px,\n rgba(0,0,0,0.2) 22px\n )}}.image-skeleton.loading{width:100%;height:100%;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:linear-gradient(\n to right,\n rgba(var(--ur-color-on-background), 0.04) 2%,\n rgba(var(--ur-color-on-background), 0.12) 18%,\n rgba(var(--ur-color-on-background), 0.04) 33%\n );background-size:1300px}.status-badge-skeleton.loading{position:absolute;top:12px;left:12px;width:60px;height:24px;border-radius:20px;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:linear-gradient(\n to right,\n rgba(var(--ur-color-on-background), 0.04) 2%,\n rgba(var(--ur-color-on-background), 0.12) 18%,\n rgba(var(--ur-color-on-background), 0.04) 33%\n );background-size:1300px}.title-skeleton.loading{height:24px;width:80%;margin:0 0 12px 0;border-radius:4px;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:linear-gradient(\n to right,\n rgba(var(--ur-color-on-background), 0.04) 2%,\n rgba(var(--ur-color-on-background), 0.12) 18%,\n rgba(var(--ur-color-on-background), 0.04) 33%\n );background-size:1300px}.stat-label-skeleton.loading{height:12px;width:70%;margin-bottom:8px;border-radius:4px;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:linear-gradient(\n to right,\n rgba(var(--ur-color-on-background), 0.04) 2%,\n rgba(var(--ur-color-on-background), 0.12) 18%,\n rgba(var(--ur-color-on-background), 0.04) 33%\n );background-size:1300px}.stat-value-skeleton.loading{height:16px;width:50%;border-radius:4px;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:linear-gradient(\n to right,\n rgba(var(--ur-color-on-background), 0.04) 2%,\n rgba(var(--ur-color-on-background), 0.12) 18%,\n rgba(var(--ur-color-on-background), 0.04) 33%\n );background-size:1300px}";
5
+ const urCompetitionCss = "@keyframes placeholderAnimate{0%{background-position:-650px 0}100%{background-position:650px 0}}:host{--ur-color-background:var(--mdui-color-background);--ur-color-on-background:var(--mdui-color-on-background);--ur-color-surface:var(--mdui-color-surface);--ur-color-surface-variant:var(--mdui-color-surface-variant);--ur-color-on-surface-variant:var(--mdui-color-on-surface-variant);--ur-color-primary-container:var(--mdui-color-primary-container);--ur-color-on-primary-container:var(--mdui-color-on-primary-container);--ur-color-secondary-container:var(--mdui-color-secondary-container);--ur-color-on-secondary-container:var(--mdui-color-on-secondary-container);--ur-color-tertiary-container:var(--mdui-color-tertiary-container);--ur-color-on-tertiary-container:var(--mdui-color-on-tertiary-container);--ur-color-error-container:var(--mdui-color-error-container);--ur-color-on-error-container:var(--mdui-color-on-error-container);--ur-color-complete-surface:var(--mdui-color-complete-surface-light);--ur-color-on-complete-surface:var(--mdui-color-on-complete-surface-light);--ur-color-surface-container:var(--mdui-color-surface-container);--ur-color-surface-container-high:var(--mdui-color-surface-container-high);--ur-color-on-surface:var(--mdui-color-on-surface);--ur-color-outline-variant:var(--mdui-color-outline-variant);--competition-chip-size:24px;--competition-chip-font-size:12px;--competition-avatar-size:40px;display:block;width:600px;max-width:100%}:host(.clickable){cursor:pointer}:host(.compact){width:400px}:host(.compact) .competition-card{height:120px}:host .competition-card{background:rgb(var(--ur-color-surface));border-radius:12px;overflow:hidden;transition:all 0.3s ease;border:1px solid rgb(var(--ur-color-outline-variant));height:160px;display:flex;flex-direction:row}:host .competition-card:hover{background:rgba(var(--ur-color-on-background), 0.12)}:host .competition-image{position:relative;width:33.333%;flex-shrink:0;overflow:hidden}:host .image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}:host .image-placeholder img{width:100%;height:100%;object-fit:cover}:host .book-spines{display:flex;width:100%;height:100%;gap:2px}:host .spine{flex:1;height:100%;position:relative;background:linear-gradient(180deg, transparent 10%, rgba(0,0,0,0.1) 20%, transparent 30%, rgba(0,0,0,0.1) 40%, transparent 50%)}:host .spine-1{background-color:#8FBC8F}:host .spine-2{background-color:#4682B4}:host .spine-3{background-color:#DAA520}:host .spine-4{background-color:#5F9EA0}:host .spine-5{background-color:#B8860B}:host .spine::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(\n 0deg,\n transparent,\n transparent 20px,\n rgba(255,255,255,0.1) 21px,\n rgba(255,255,255,0.1) 22px\n )}:host .status-badge{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px}:host .status-badge.status-active{background-color:rgb(var(--ur-color-complete-surface));color:rgb(var(--ur-color-on-complete-surface))}:host .status-badge.status-upcoming{background-color:rgb(var(--ur-color-surface-variant));color:rgb(var(--ur-color-on-surface-variant))}:host .status-badge.status-closed{background-color:rgb(var(--ur-color-error-container));color:rgb(var(--ur-color-on-error-container))}:host .status-badge.status-completed{background-color:rgb(var(--ur-color-primary-container));color:rgb(var(--ur-color-on-primary-container))}:host .page-info{position:absolute;bottom:8px;left:12px;display:flex;align-items:center;column-gap:8px}:host .page-info ur-avatar{background:rgb(var(--ur-color-background));border-radius:25%;height:40px;width:40px;min-height:40px;min-width:40px;border-width:2px !important}:host .competition-content{padding:10px;flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}:host .competition-header{margin-bottom:16px;flex-shrink:0}:host .competition-title{margin:0 0 8px 0;font-size:18px;font-weight:600;color:rgb(var(--ur-color-on-surface));line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:host .competition-tags{display:flex;flex-wrap:wrap;gap:6px;align-items:center}:host .competition-stats{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0}:host .stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:0}:host .stat-label{font-size:11px;color:rgb(var(--ur-color-on-surface-variant));font-weight:500;margin-bottom:4px;text-transform:uppercase;letter-spacing:0.5px;line-height:14px;min-height:20px;display:flex;align-items:center;justify-content:center;text-align:center;word-break:break-word;hyphens:auto}:host .stat-value{font-size:14px;font-weight:600;color:rgb(var(--ur-color-on-surface));line-height:18px;display:flex;align-items:center;justify-content:center;min-height:18px}:host .stat-value.prize{font-size:16px;line-height:18px;filter:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));font-family:'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', sans-serif;text-align:center}:host .stat-separator{width:1px;height:28px;background-color:rgb(var(--ur-color-outline-variant))}@media (max-width: 1400px){:host{--competition-chip-size:22px;--competition-chip-font-size:11px;--competition-avatar-size:36px}:host .competition-title{font-size:17px;line-height:1.2;-webkit-line-clamp:1;margin:0 0 6px 0}:host .competition-tags{gap:5px}:host .competition-tags ur-chip{line-height:1}:host .stat-label{font-size:10px;line-height:12px}:host .stat-value{font-size:13px;line-height:15px}}@media (max-width: 1024px){:host{width:500px;--competition-chip-size:20px;--competition-chip-font-size:10px;--competition-avatar-size:32px}:host(.compact){width:350px}:host .competition-card{height:140px}:host(.compact) .competition-card{height:110px}:host .competition-image{width:33.333%;}:host .competition-title{font-size:16px;line-height:1.2;-webkit-line-clamp:1;margin:0 0 6px 0}:host .competition-tags{gap:4px}:host .competition-tags ur-chip{line-height:1}:host .status-badge{font-size:10px;padding:3px 8px}:host .stat-label{font-size:9px;line-height:11px;min-height:16px}:host .stat-value{font-size:12px;line-height:14px}:host .stat-value.prize{font-size:14px;line-height:14px}}@media (max-width: 768px){:host{width:100%;max-width:450px;min-width:300px;--competition-chip-size:18px;--competition-chip-font-size:9px;--competition-avatar-size:24px}:host(.compact){width:100%;max-width:350px;min-width:280px}:host .competition-card{height:120px}:host(.compact) .competition-card{height:100px}:host .competition-image{width:33.333%;}:host .competition-header{margin-bottom:10px}:host .competition-title{font-size:14px;line-height:1.2;-webkit-line-clamp:1;margin:0 0 6px 0}:host .competition-tags{gap:3px}:host .competition-tags ur-chip{font-size:9px;--ur-chip-height:18px;line-height:1}:host .competition-stats{gap:4px;}:host .stat-item{min-width:40px}:host .stat-label{font-size:8px;line-height:9px;min-height:14px;margin-bottom:2px}:host .stat-value{font-size:11px;line-height:12px;min-height:12px}:host .stat-value.prize{font-size:12px;line-height:12px}:host .stat-separator{height:16px}:host .status-badge{font-size:9px;padding:2px 6px;top:6px;left:6px}:host .page-info{bottom:4px;left:6px;column-gap:4px}:host .page-info ur-avatar{height:24px;width:24px;min-height:24px;min-width:24px}}@media (max-width: 480px){:host{min-width:280px;max-width:350px;--competition-chip-size:16px;--competition-chip-font-size:8px;--competition-avatar-size:20px}:host .competition-card{height:100px}:host .competition-image{width:33.333%;}:host .competition-header{margin-bottom:6px}:host .competition-title{font-size:12px;margin:0 0 5px 0;line-height:1.2;-webkit-line-clamp:1}:host .competition-tags{gap:2px}:host .competition-tags ur-chip{line-height:1}:host .competition-stats{gap:2px}:host .stat-item{min-width:30px;flex:1}:host .stat-label{font-size:7px;line-height:8px;min-height:12px;margin-bottom:1px;text-align:center;text-transform:uppercase;letter-spacing:0.3px}:host .stat-value{font-size:9px;line-height:10px;min-height:10px;font-weight:700;text-align:center}:host .stat-value.prize{font-size:10px;line-height:10px}:host .stat-separator{height:14px}:host .status-badge{font-size:8px;padding:2px 4px;top:4px;left:4px}:host .page-info{bottom:3px;left:4px;column-gap:3px}:host .page-info ur-avatar{height:20px;width:20px;min-height:20px;min-width:20px}}@media (prefers-color-scheme: dark){:host .spine::before{background:repeating-linear-gradient(\n 0deg,\n transparent,\n transparent 20px,\n rgba(0,0,0,0.2) 21px,\n rgba(0,0,0,0.2) 22px\n )}}:host .image-skeleton.loading{width:100%;height:100%;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:linear-gradient(\n to right,\n rgba(var(--ur-color-on-background), 0.04) 2%,\n rgba(var(--ur-color-on-background), 0.12) 18%,\n rgba(var(--ur-color-on-background), 0.04) 33%\n );background-size:1300px}:host .status-badge-skeleton.loading{position:absolute;top:12px;left:12px;width:60px;height:24px;border-radius:20px;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:linear-gradient(\n to right,\n rgba(var(--ur-color-on-background), 0.04) 2%,\n rgba(var(--ur-color-on-background), 0.12) 18%,\n rgba(var(--ur-color-on-background), 0.04) 33%\n );background-size:1300px}:host .title-skeleton.loading{height:24px;width:80%;margin:0 0 12px 0;border-radius:4px;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:linear-gradient(\n to right,\n rgba(var(--ur-color-on-background), 0.04) 2%,\n rgba(var(--ur-color-on-background), 0.12) 18%,\n rgba(var(--ur-color-on-background), 0.04) 33%\n );background-size:1300px}:host .stat-label-skeleton.loading{height:12px;width:70%;margin-bottom:8px;border-radius:4px;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:linear-gradient(\n to right,\n rgba(var(--ur-color-on-background), 0.04) 2%,\n rgba(var(--ur-color-on-background), 0.12) 18%,\n rgba(var(--ur-color-on-background), 0.04) 33%\n );background-size:1300px}:host .stat-value-skeleton.loading{height:16px;width:50%;border-radius:4px;animation-duration:1.7s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:linear-gradient(\n to right,\n rgba(var(--ur-color-on-background), 0.04) 2%,\n rgba(var(--ur-color-on-background), 0.12) 18%,\n rgba(var(--ur-color-on-background), 0.04) 33%\n );background-size:1300px}";
6
6
 
7
7
  const UrCompetition = class {
8
8
  constructor(hostRef) {
@@ -178,7 +178,7 @@ const UrMainMenu = class {
178
178
  return (index.h("div", { class: "notifications-holder" }, index.h("ur-tooltip", { content: this.notificationText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("div", { class: "notification-button-wrapper" }, index.h("ur-button-icon", { "border-radius": "0", class: "navigation-button-icon", "button-width": "57px", active: this.notificationCenterOpened, icon: "notifications--outlined", title: "Notifications", onClick: () => this.handleNotificationClick() }), this.badgeCount > 0 && index.h("div", { class: "notification-badge-collapsed" }, this.badgeCount)))));
179
179
  }
180
180
  renderCollapsedNavigation() {
181
- return (index.h("div", { class: "menu-navigation" }, index.h("div", { class: "menu-items" }, index.h("ur-tooltip", { content: this.homeText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("ur-button-icon", { active: this.currentRoute === '/', "border-radius": "0", class: "navigation-button-icon", "button-width": "57px", icon: "home--outlined", fontColor: "rgb(var(--mdui-color-on-surface))", title: this.homeText, onClick: () => this.homeClick.emit() })), index.h("ur-tooltip", { content: this.storiesText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("ur-button-icon", { active: this.currentRoute === '/stories', "border-radius": "0", class: "navigation-button-icon", "button-width": "57px", fontColor: "rgb(var(--mdui-color-on-surface))", icon: "import_contacts--outlined", title: "Stories", onClick: () => this.storiesClick.emit() })), index.h("ur-tooltip", { content: this.pagesText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("ur-button-icon", { active: this.currentRoute === '/pages', "border-radius": "0", class: "navigation-button-icon", "button-width": "57px", fontColor: "rgb(var(--mdui-color-on-surface))", icon: "hub--outlined", title: "Pages", onClick: () => this.pagesClick.emit() })), index.h("ur-tooltip", { content: this.myLibraryText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("ur-button-icon", { active: this.myLibraryOpened, "border-radius": "0", class: "navigation-button-icon", "button-width": "57px", fontColor: "rgb(var(--mdui-color-on-surface))", icon: "", title: "My Library", onClick: () => this.myLibraryClick.emit() }, index.h("svg", { xmlns: "http://www.w3.org/2000/svg", height: "24px", viewBox: "0 -960 960 960", width: "24px", fill: "rgb(var(--mdui-color-on-surface))", style: { width: '24px', height: '24px' } }, index.h("path", { d: "M80-160v-80h800v80H80Zm80-160v-320h80v320h-80Zm160 0v-480h80v480h-80Zm160 0v-480h80v480h-80Zm280 0L600-600l70-40 160 280-70 40Z" })))), index.h("ur-tooltip", { content: this.competitionsText, placement: "right", trigger: "hover", colorScheme: "dark", "open-delay": "200", "close-delay": "100" }, index.h("ur-button-icon", { active: this.currentRoute === '/competitions', "border-radius": "0", class: "navigation-button-icon", "button-width": "57px", icon: "emoji_events--outlined", title: "Competitions", onClick: () => this.competitionsClick.emit() })))));
181
+ return (index.h("div", { class: "menu-navigation" }, index.h("div", { class: "menu-items" }, index.h("ur-tooltip", { content: this.homeText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("ur-button-icon", { active: this.currentRoute === '/', "border-radius": "0", class: "navigation-button-icon", "button-width": "57px", icon: "home--outlined", fontColor: "rgb(var(--mdui-color-on-surface))", title: this.homeText, onClick: () => this.homeClick.emit() })), index.h("ur-tooltip", { content: this.storiesText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("ur-button-icon", { active: this.currentRoute === '/stories', "border-radius": "0", class: "navigation-button-icon", "button-width": "57px", fontColor: "rgb(var(--mdui-color-on-surface))", icon: "import_contacts--outlined", title: "Stories", onClick: () => this.storiesClick.emit() })), index.h("ur-tooltip", { content: this.pagesText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("ur-button-icon", { active: this.currentRoute === '/pages', "border-radius": "0", class: "navigation-button-icon", "button-width": "57px", fontColor: "rgb(var(--mdui-color-on-surface))", icon: "hub--outlined", title: "Pages", onClick: () => this.pagesClick.emit() })), index.h("ur-tooltip", { content: this.myLibraryText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("ur-button-icon", { active: this.myLibraryOpened, "border-radius": "0", class: "navigation-button-icon", "button-width": "57px", fontColor: "rgb(var(--mdui-color-on-surface))", icon: "", title: "My Library", onClick: () => this.myLibraryClick.emit() }, index.h("svg", { xmlns: "http://www.w3.org/2000/svg", height: "24px", viewBox: "0 -960 960 960", width: "24px", fill: "rgb(var(--mdui-color-on-surface))", style: { width: '24px', height: '24px' } }, index.h("path", { d: "M80-160v-80h800v80H80Zm80-160v-320h80v320h-80Zm160 0v-480h80v480h-80Zm160 0v-480h80v480h-80Zm280 0L600-600l70-40 160 280-70 40Z" })))), index.h("ur-tooltip", { content: this.competitionsText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("ur-button-icon", { active: this.currentRoute === '/competitions', "border-radius": "0", class: "navigation-button-icon", "button-width": "57px", icon: "emoji_events--outlined", title: "Competitions", onClick: () => this.competitionsClick.emit() })))));
182
182
  }
183
183
  renderCollapsedFooter() {
184
184
  return (index.h("footer", { class: "menu-footer collapsed" }, index.h("div", { class: "social-links" }, index.h("ur-tooltip", { content: this.facebookText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("a", { target: "_blank", rel: "noopener noreferrer", class: "social", onClick: () => this.facebookClick.emit() }, index.h("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" }, index.h("path", { d: "M4.21705 8.5216H5.97091V15.7419C5.97091 15.8845 6.08642 16 6.22897 16H9.2027C9.34526 16 9.46077 15.8845 9.46077 15.7419V8.55561H11.477C11.6081 8.55561 11.7184 8.45724 11.7333 8.32702L12.0396 5.66885C12.048 5.59572 12.0248 5.52248 11.9759 5.46761C11.9269 5.4127 11.8568 5.38126 11.7832 5.38126H9.46087V3.71499C9.46087 3.2127 9.73132 2.95799 10.2648 2.95799C10.3408 2.95799 11.7832 2.95799 11.7832 2.95799C11.9258 2.95799 12.0413 2.84243 12.0413 2.69992V0.259974C12.0413 0.117419 11.9258 0.00190968 11.7832 0.00190968H9.6906C9.67584 0.0011871 9.64306 0 9.59475 0C9.23166 0 7.96956 0.0712774 6.97261 0.988439C5.86799 2.0048 6.02154 3.22173 6.05824 3.43272V5.38121H4.21705C4.07449 5.38121 3.95898 5.49672 3.95898 5.63928V8.26348C3.95898 8.40604 4.07449 8.5216 4.21705 8.5216Z", fill: "currentColor" })))), index.h("ur-tooltip", { content: this.xText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("a", { target: "_blank", rel: "noopener noreferrer", class: "social x", onClick: () => this.xClick.emit() }, index.h("svg", { viewBox: "0 0 512 509.64", xmlns: "http://www.w3.org/2000/svg" }, index.h("path", { d: "M323.74 148.35h36.12l-78.91 90.2 92.83 122.73h-72.69l-56.93-74.43-65.15 74.43h-36.14l84.4-96.47-89.05-116.46h74.53l51.46 68.04 59.53-68.04zm-12.68 191.31h20.02l-129.2-170.82H180.4l130.66 170.82z", fill: "currentColor" })))), index.h("ur-tooltip", { content: this.discordText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("a", { target: "_blank", rel: "noopener noreferrer", class: "social discord", onClick: () => this.discordClick.emit() }, index.h("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, index.h("path", { d: "M18.59 5.88997C17.36 5.31997 16.05 4.89997 14.67 4.65997C14.5 4.95997 14.3 5.36997 14.17 5.69997C12.71 5.47997 11.26 5.47997 9.83001 5.69997C9.69001 5.36997 9.49001 4.95997 9.32001 4.65997C7.94001 4.89997 6.63001 5.31997 5.40001 5.88997C2.92001 9.62997 2.25001 13.28 2.58001 16.87C4.23001 18.1 5.82001 18.84 7.39001 19.33C7.78001 18.8 8.12001 18.23 8.42001 17.64C7.85001 17.43 7.31001 17.16 6.80001 16.85C6.94001 16.75 7.07001 16.64 7.20001 16.54C10.33 18 13.72 18 16.81 16.54C16.94 16.65 17.07 16.75 17.21 16.85C16.7 17.16 16.15 17.42 15.59 17.64C15.89 18.23 16.23 18.8 16.62 19.33C18.19 18.84 19.79 18.1 21.43 16.87C21.82 12.7 20.76 9.08997 18.61 5.88997H18.59ZM8.84001 14.67C7.90001 14.67 7.13001 13.8 7.13001 12.73C7.13001 11.66 7.88001 10.79 8.84001 10.79C9.80001 10.79 10.56 11.66 10.55 12.73C10.55 13.79 9.80001 14.67 8.84001 14.67ZM15.15 14.67C14.21 14.67 13.44 13.8 13.44 12.73C13.44 11.66 14.19 10.79 15.15 10.79C16.11 10.79 16.87 11.66 16.86 12.73C16.86 13.79 16.11 14.67 15.15 14.67Z", fill: "currentColor" })))), index.h("ur-tooltip", { content: this.contactUsText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("a", { class: "social contact-us", onClick: () => this.contactUsClick.emit() }, index.h("mdui-icon", { name: "feedback" })))), index.h("div", { class: "vertical-logo" }, index.h("ur-tooltip", { content: this.homeText, placement: "right", trigger: "hover", "open-delay": "200", "close-delay": "100" }, index.h("a", { "aria-label": "Navigate to homepage", onClick: () => this.homeClick.emit() }, index.h("ur-logo", { width: "55", height: "14", opacity: 0.5, rotation: -90 }))))));
@@ -206,7 +206,7 @@ const UrMainMenu = class {
206
206
  }
207
207
  render() {
208
208
  var _a, _b;
209
- return (index.h(index.Host, { key: '92940e157f857187fd0dc3876d506794350c8846', class: `left-host-menu ${this.expanded ? 'expanded' : 'collapsed'}`, style: { minHeight: `${this.parentHeight}px` } }, this.loggedIn && (index.h("ur-menu-profile", { key: '7ec195e7575fae3eb431536243ad164607b1835b', part: "menu-profile", "user-avatar": this.userAvatar, "user-name": this.userName, "user-role": this.userRole, "on-click": () => this.viewProfileClick.emit(), class: `${this.expanded ? 'expanded' : 'collapsed'} ${((_a = this.currentRoute) === null || _a === void 0 ? void 0 : _a.endsWith('/profile')) || ((_b = this.currentRoute) === null || _b === void 0 ? void 0 : _b.endsWith('/profile/')) ? 'active' : ''}` })), !this.loggedIn && this.expanded && this.renderLoggedOutExpanded(), !this.loggedIn && !this.expanded && this.renderLoggedOutCollapsed(), this.expanded && this.renderNavigation(), !this.expanded && this.renderCollapsedNavigation(), this.loggedIn && this.renderFollowingPages(), index.h("div", { key: '1b9a83991dedf91e0b5411414bb8c4cf12752722', class: "flex" }), this.loggedIn && !this.expanded && this.renderNotificationsCollapsed(), this.loggedIn && this.expanded && this.renderAutosaveDrawer(), this.loggedIn && this.expanded && this.renderNotifications(), this.expanded ? this.renderFooter() : this.renderCollapsedFooter()));
209
+ return (index.h(index.Host, { key: '9cd189c3d9964f5ffc8a99e4547187439b9bdb37', class: `left-host-menu ${this.expanded ? 'expanded' : 'collapsed'}`, style: { minHeight: `${this.parentHeight}px` } }, this.loggedIn && (index.h("ur-menu-profile", { key: '76495c4d8177cde1eee1d3e75c6538ebb022a5b1', part: "menu-profile", "user-avatar": this.userAvatar, "user-name": this.userName, "user-role": this.userRole, "on-click": () => this.viewProfileClick.emit(), class: `${this.expanded ? 'expanded' : 'collapsed'} ${((_a = this.currentRoute) === null || _a === void 0 ? void 0 : _a.endsWith('/profile')) || ((_b = this.currentRoute) === null || _b === void 0 ? void 0 : _b.endsWith('/profile/')) ? 'active' : ''}` })), !this.loggedIn && this.expanded && this.renderLoggedOutExpanded(), !this.loggedIn && !this.expanded && this.renderLoggedOutCollapsed(), this.expanded && this.renderNavigation(), !this.expanded && this.renderCollapsedNavigation(), this.loggedIn && this.renderFollowingPages(), index.h("div", { key: '0b56c7db67c3fe1fa05885ee010f47341d9959d8', class: "flex" }), this.loggedIn && !this.expanded && this.renderNotificationsCollapsed(), this.loggedIn && this.expanded && this.renderAutosaveDrawer(), this.loggedIn && this.expanded && this.renderNotifications(), this.expanded ? this.renderFooter() : this.renderCollapsedFooter()));
210
210
  }
211
211
  get el() { return index.getElement(this); }
212
212
  static get watchers() { return {
@@ -24,7 +24,7 @@ require('./ripple-mixin-C2DLe6Qm.js');
24
24
  require('./children-DYH55Kod.js');
25
25
  require('./class-map-GQgVJIH6.js');
26
26
 
27
- const urMenuItemCss = ":host{display:flex;font-size:12px;gap:8px;--ur-color-primary:var(--mdui-color-primary)}:host(.selected){background-color:rgba(var(--ur-color-primary), 0.12)}:host(.disabled),:host(.disabled) mdui-menu-item{color:#aaa;pointer-events:none;cursor:not-allowed}:host(.disabled) *{pointer-events:none !important}:host mdui-menu-item{width:100%;display:flex;height:44px;align-items:center}:host mdui-menu-item::part(label){gap:8px;display:flex;align-items:center;justify-content:center}:host([fullwidth]){width:100%}:host([fullwidth]) mdui-menu-item{width:100%}:host([fullwidth]) mdui-menu-item::part(container){width:100%}:host([leftaligned]) mdui-menu-item::part(label){justify-content:left}:host([height-number]){height:var(--menu-item-height)}:host([height-number]) mdui-menu-item{height:var(--menu-item-height);min-height:var(--menu-item-height)}:host([height-number]) mdui-menu-item::part(container){height:var(--menu-item-height)}:host([height-number]) mdui-menu-item::part(label){height:var(--menu-item-height)}mdui-icon{display:none;visibility:hidden}:host(.selected) mdui-icon{display:inline-flex;visibility:visible}";
27
+ const urMenuItemCss = ":host{display:flex;font-size:12px;gap:8px;--ur-color-primary:var(--mdui-color-primary)}:host(.selected){background-color:rgba(var(--ur-color-primary), 0.12)}:host(.disabled),:host(.disabled) mdui-menu-item{color:#aaa;pointer-events:none;cursor:not-allowed}:host(.disabled) *{pointer-events:none !important}:host mdui-menu-item{width:100%;display:flex;height:44px;align-items:center}:host mdui-menu-item::part(label){gap:8px;display:flex;align-items:center;justify-content:center}:host([fullwidth]){width:100%}:host([fullwidth]) mdui-menu-item{width:100%}:host([fullwidth]) mdui-menu-item::part(container){width:100%}:host([leftaligned]) mdui-menu-item::part(label){justify-content:left}:host([height-number]){height:var(--menu-item-height)}:host([height-number]) mdui-menu-item{height:var(--menu-item-height);min-height:var(--menu-item-height)}:host([height-number]) mdui-menu-item::part(container){height:var(--menu-item-height)}:host([height-number]) mdui-menu-item::part(label){height:var(--menu-item-height)}mdui-icon{display:none;visibility:hidden}:host(.selected) mdui-icon{display:inline-flex;visibility:visible}.item-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host mdui-menu-item::part(container){overflow:hidden}:host mdui-menu-item::part(label){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}";
28
28
 
29
29
  const UrMenuItem = class {
30
30
  constructor(hostRef) {
@@ -4,7 +4,7 @@ var index = require('./index-BDRV19wQ.js');
4
4
 
5
5
  const PAGE_COVER_FALLBACK = 'data:image/webp;base64,UklGRtQAAABXRUJQVlA4TMgAAAAv/8f/EQfQla70pPIBIUHi/+9mIvqf8Z///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7vAQ==';
6
6
 
7
- const urPageCss = ":host {\r\n --page-width: 100%;\r\n --page-border-radius: 8px;\r\n --ur-color-on-background: var(--mdui-color-on-background);\r\n --ur-color-background: var(--mdui-color-background);\r\n --ur-color-on-container-lite-dark: var(--mdui-color-on-container-lite-dark);\r\n --ur-color-on-container-primary: var(--mdui-color-primary-container);\r\n --ur-color-primary: var(--mdui-color-primary);\r\n}\r\n\r\n@keyframes placeholderAnimate {\r\n 0%{ background-position: -650px 0; }\r\n 100%{ background-position: 650px 0; }\r\n}\r\n\r\n:host {\r\n display: flex;\r\n flex-direction: column;\r\n box-sizing: content-box;\r\n container-type: inline-size;\r\n container-name: page;\r\n}\r\n\r\n:host .page {\r\n overflow: hidden;\r\n width: var(--page-width);\r\n border-radius: var(--page-border-radius);\r\n cursor: pointer;\r\n}\r\n\r\n:host .page.loading {\r\n cursor: default;\r\n}\r\n\r\n:host .cover {\r\n aspect-ratio: 1;\r\n background-color: rgb(var(--ur-color-on-background));\r\n background-repeat: no-repeat;\r\n background-size: cover;\r\n background-position: center;\r\n position: relative;\r\n}\r\n\r\n:host .cover.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n:host .info {\r\n display: flex;\r\n flex-direction: column;\r\n padding: 8px;\r\n row-gap: 8px;\r\n background: rgb(var(--ur-color-background));\r\n box-sizing: border-box;\r\n}\r\n\r\n:host .info:has(.loading) {\r\n padding-left: 0;\r\n padding-right: 0;\r\n}\r\n\r\n:host .info .title {\r\n color: rgb(var(--ur-color-on-background));\r\n font-size: 16px;\r\n font-style: normal;\r\n font-weight: 700;\r\n display: -webkit-box;\r\n -webkit-line-clamp: 2; /* Number of lines */\r\n -webkit-box-orient: vertical;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n}\r\n\r\n:host .info .title.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n:host .info .stats {\r\n font-size: 12px;\r\n font-weight: 400;\r\n line-height: 12px;\r\n display: flex;\r\n flex-direction: row;\r\n color: rgb(var(--ur-color-on-background));\r\n}\r\n\r\n:host .info .stats.loading {\r\n height: 12px;\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n:host .info .stats b {\r\n font-weight: 700;\r\n}\r\n\r\n:host .info .stats .followers {\r\n display: flex;\r\n}\r\n\r\n:host .page .actions {\r\n padding-top: 10px;\r\n}\r\n\r\n:host .info .actions.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n:host .page .actions ur-button {\r\n width: 100%;\r\n padding-bottom: 5px;\r\n}\r\n\r\n:host .follow {\r\n display: flex;\r\n width: 100%;\r\n}\r\n\r\n:host .info .description {\r\n color: rgb(var(--ur-color-on-container-lite-dark));\r\n font-size: 12px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 16px; /* 163.636% */\r\n display: -webkit-box;\r\n -webkit-line-clamp: 2; /* Number of lines */\r\n -webkit-box-orient: vertical;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n}\r\n\r\n:host .info .description.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n@container page (max-width: 300px) {\r\n :host .info .title {\r\n font-size: 14px;\r\n line-height: 1.2rem;\r\n }\r\n\r\n :host .info .stats {\r\n font-size: 11px;\r\n }\r\n\r\n :host .info .description{\r\n font-size: 11px;\r\n }\r\n\r\n :host .info {\r\n row-gap: 4px;\r\n padding: 4px;\r\n }\r\n\r\n :host .info .title.loading {\r\n margin: 0 4px;\r\n }\r\n\r\n :host .info .stats.loading {\r\n margin: 0 4px;\r\n }\r\n\r\n :host .info .description.loading {\r\n margin: 0 4px;\r\n }\r\n}\r\n";
7
+ const urPageCss = ":host {\r\n --page-width: 100%;\r\n --page-border-radius: 8px;\r\n --ur-color-on-background: var(--mdui-color-on-background);\r\n --ur-color-background: var(--mdui-color-background);\r\n --ur-color-on-container-lite-dark: var(--mdui-color-on-container-lite-dark);\r\n --ur-color-on-container-primary: var(--mdui-color-primary-container);\r\n --ur-color-primary: var(--mdui-color-primary);\r\n}\r\n\r\n@keyframes placeholderAnimate {\r\n 0%{ background-position: -650px 0; }\r\n 100%{ background-position: 650px 0; }\r\n}\r\n\r\n:host {\r\n display: flex;\r\n flex-direction: column;\r\n box-sizing: content-box;\r\n container-type: inline-size;\r\n container-name: page;\r\n}\r\n\r\n:host .page {\r\n overflow: hidden;\r\n width: var(--page-width);\r\n border-radius: var(--page-border-radius);\r\n cursor: pointer;\r\n}\r\n\r\n:host .page:hover {\r\n background: rgba(var(--ur-color-on-background), 0.12);\r\n}\r\n\r\n:host .page.loading {\r\n cursor: default;\r\n}\r\n\r\n:host .cover {\r\n aspect-ratio: 1;\r\n background-color: rgb(var(--ur-color-on-background));\r\n background-repeat: no-repeat;\r\n background-size: cover;\r\n background-position: center;\r\n position: relative;\r\n}\r\n\r\n:host .cover.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n:host .info {\r\n display: flex;\r\n flex-direction: column;\r\n padding: 8px;\r\n row-gap: 8px;\r\n box-sizing: border-box;\r\n}\r\n\r\n:host .info:has(.loading) {\r\n padding-left: 0;\r\n padding-right: 0;\r\n}\r\n\r\n:host .info .title {\r\n color: rgb(var(--ur-color-on-background));\r\n font-size: 16px;\r\n font-style: normal;\r\n font-weight: 700;\r\n display: -webkit-box;\r\n -webkit-line-clamp: 2; /* Number of lines */\r\n -webkit-box-orient: vertical;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n}\r\n\r\n:host .info .title.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n:host .info .stats {\r\n font-size: 12px;\r\n font-weight: 400;\r\n line-height: 12px;\r\n display: flex;\r\n flex-direction: row;\r\n color: rgb(var(--ur-color-on-background));\r\n}\r\n\r\n:host .info .stats.loading {\r\n height: 12px;\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n:host .info .stats b {\r\n font-weight: 700;\r\n}\r\n\r\n:host .info .stats .followers {\r\n display: flex;\r\n}\r\n\r\n:host .page .actions {\r\n padding-top: 10px;\r\n}\r\n\r\n:host .info .actions.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n:host .page .actions ur-button {\r\n width: 100%;\r\n padding-bottom: 5px;\r\n}\r\n\r\n:host .follow {\r\n display: flex;\r\n width: 100%;\r\n}\r\n\r\n:host .info .description {\r\n color: rgb(var(--ur-color-on-container-lite-dark));\r\n font-size: 12px;\r\n font-style: normal;\r\n font-weight: 400;\r\n line-height: 16px; /* 163.636% */\r\n display: -webkit-box;\r\n -webkit-line-clamp: 2; /* Number of lines */\r\n -webkit-box-orient: vertical;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n}\r\n\r\n:host .info .description.loading {\r\n animation-duration: 1.7s;\r\n animation-fill-mode: forwards;\r\n animation-iteration-count: infinite;\r\n animation-timing-function: linear;\r\n animation-name: placeholderAnimate;\r\n background: linear-gradient(\r\n to right,\r\n rgba(var(--ur-color-on-background), 0.04) 2%,\r\n rgba(var(--ur-color-on-background), 0.12) 18%,\r\n rgba(var(--ur-color-on-background), 0.04) 33%\r\n );\r\n background-size: 1000px;\r\n}\r\n\r\n@container page (max-width: 300px) {\r\n :host .info .title {\r\n font-size: 14px;\r\n line-height: 1.2rem;\r\n }\r\n\r\n :host .info .stats {\r\n font-size: 11px;\r\n }\r\n\r\n :host .info .description{\r\n font-size: 11px;\r\n }\r\n\r\n :host .info {\r\n row-gap: 4px;\r\n padding: 4px;\r\n }\r\n\r\n :host .info .title.loading {\r\n margin: 0 4px;\r\n }\r\n\r\n :host .info .stats.loading {\r\n margin: 0 4px;\r\n }\r\n\r\n :host .info .description.loading {\r\n margin: 0 4px;\r\n }\r\n}\r\n";
8
8
 
9
9
  const UrPage = class {
10
10
  constructor(hostRef) {