@redneckz/wildless-cms-uni-blocks 0.10.3 → 0.10.5

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 (115) hide show
  1. package/bundle/bundle.umd.js +23 -11
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/bundle/ui-kit/CookiePopup/CookiePopup.d.ts +8 -0
  4. package/bundle/ui-kit/Dialog/useDialogProps.d.ts +1 -1
  5. package/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +1 -0
  6. package/dist/components/CarouselLinks/CarouselLinks.js +1 -1
  7. package/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  8. package/dist/components/ContentPage/ContentPage.js +2 -1
  9. package/dist/components/ContentPage/ContentPage.js.map +1 -1
  10. package/dist/components/Header/InternetBankButton.js +1 -1
  11. package/dist/components/Header/InternetBankButton.js.map +1 -1
  12. package/dist/ui-kit/CookiePopup/CookiePopup.d.ts +8 -0
  13. package/dist/ui-kit/CookiePopup/CookiePopup.js +22 -0
  14. package/dist/ui-kit/CookiePopup/CookiePopup.js.map +1 -0
  15. package/dist/ui-kit/Dialog/CloseButton.js +1 -1
  16. package/dist/ui-kit/Dialog/CloseButton.js.map +1 -1
  17. package/dist/ui-kit/Dialog/Dialog.js +1 -1
  18. package/dist/ui-kit/Dialog/Dialog.js.map +1 -1
  19. package/dist/ui-kit/Dialog/useDialogProps.d.ts +1 -1
  20. package/dist/ui-kit/Dialog/useDialogProps.js +2 -2
  21. package/dist/ui-kit/Dialog/useDialogProps.js.map +1 -1
  22. package/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +1 -0
  23. package/dist/ui-kit/LinkWrapper/LinkWrapper.js +2 -2
  24. package/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  25. package/dist/ui-kit/Sitemap/Sitemap.js +1 -1
  26. package/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
  27. package/lib/common.css +1 -1
  28. package/lib/components/CarouselLinks/CarouselLinks.js +1 -1
  29. package/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  30. package/lib/components/ContentPage/ContentPage.js +2 -1
  31. package/lib/components/ContentPage/ContentPage.js.map +1 -1
  32. package/lib/components/Header/InternetBankButton.js +1 -1
  33. package/lib/components/Header/InternetBankButton.js.map +1 -1
  34. package/lib/ui-kit/CookiePopup/CookiePopup.d.ts +8 -0
  35. package/lib/ui-kit/CookiePopup/CookiePopup.js +20 -0
  36. package/lib/ui-kit/CookiePopup/CookiePopup.js.map +1 -0
  37. package/lib/ui-kit/Dialog/CloseButton.js +1 -1
  38. package/lib/ui-kit/Dialog/CloseButton.js.map +1 -1
  39. package/lib/ui-kit/Dialog/Dialog.js +1 -1
  40. package/lib/ui-kit/Dialog/Dialog.js.map +1 -1
  41. package/lib/ui-kit/Dialog/useDialogProps.d.ts +1 -1
  42. package/lib/ui-kit/Dialog/useDialogProps.js +2 -2
  43. package/lib/ui-kit/Dialog/useDialogProps.js.map +1 -1
  44. package/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +1 -0
  45. package/lib/ui-kit/LinkWrapper/LinkWrapper.js +2 -2
  46. package/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  47. package/lib/ui-kit/Sitemap/Sitemap.js +1 -1
  48. package/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
  49. package/mobile/bundle/bundle.umd.js +26 -7
  50. package/mobile/bundle/bundle.umd.min.js +1 -1
  51. package/mobile/bundle/ui-kit/CookiePopup/CookiePopup.d.ts +8 -0
  52. package/mobile/bundle/ui-kit/Dialog/useDialogProps.d.ts +1 -1
  53. package/mobile/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +1 -0
  54. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +1 -1
  55. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  56. package/mobile/dist/components/ContentPage/ContentPage.js +2 -1
  57. package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
  58. package/mobile/dist/components/Header/InternetBankButton.js +1 -1
  59. package/mobile/dist/components/Header/InternetBankButton.js.map +1 -1
  60. package/mobile/dist/ui-kit/CookiePopup/CookiePopup.d.ts +8 -0
  61. package/mobile/dist/ui-kit/CookiePopup/CookiePopup.js +22 -0
  62. package/mobile/dist/ui-kit/CookiePopup/CookiePopup.js.map +1 -0
  63. package/mobile/dist/ui-kit/Dialog/CloseButton.js +1 -1
  64. package/mobile/dist/ui-kit/Dialog/CloseButton.js.map +1 -1
  65. package/mobile/dist/ui-kit/Dialog/Dialog.js +1 -1
  66. package/mobile/dist/ui-kit/Dialog/Dialog.js.map +1 -1
  67. package/mobile/dist/ui-kit/Dialog/useDialogProps.d.ts +1 -1
  68. package/mobile/dist/ui-kit/Dialog/useDialogProps.js +2 -2
  69. package/mobile/dist/ui-kit/Dialog/useDialogProps.js.map +1 -1
  70. package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +1 -0
  71. package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.js +2 -2
  72. package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  73. package/mobile/dist/ui-kit/Sitemap/Sitemap.js +1 -1
  74. package/mobile/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
  75. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +1 -1
  76. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  77. package/mobile/lib/components/ContentPage/ContentPage.js +2 -1
  78. package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
  79. package/mobile/lib/components/Header/InternetBankButton.js +1 -1
  80. package/mobile/lib/components/Header/InternetBankButton.js.map +1 -1
  81. package/mobile/lib/ui-kit/CookiePopup/CookiePopup.d.ts +8 -0
  82. package/mobile/lib/ui-kit/CookiePopup/CookiePopup.js +20 -0
  83. package/mobile/lib/ui-kit/CookiePopup/CookiePopup.js.map +1 -0
  84. package/mobile/lib/ui-kit/Dialog/CloseButton.js +1 -1
  85. package/mobile/lib/ui-kit/Dialog/CloseButton.js.map +1 -1
  86. package/mobile/lib/ui-kit/Dialog/Dialog.js +1 -1
  87. package/mobile/lib/ui-kit/Dialog/Dialog.js.map +1 -1
  88. package/mobile/lib/ui-kit/Dialog/useDialogProps.d.ts +1 -1
  89. package/mobile/lib/ui-kit/Dialog/useDialogProps.js +2 -2
  90. package/mobile/lib/ui-kit/Dialog/useDialogProps.js.map +1 -1
  91. package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +1 -0
  92. package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.js +2 -2
  93. package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
  94. package/mobile/lib/ui-kit/Sitemap/Sitemap.js +1 -1
  95. package/mobile/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
  96. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +1 -1
  97. package/mobile/src/components/ContentPage/ContentPage.tsx +5 -0
  98. package/mobile/src/components/Header/InternetBankButton.tsx +15 -13
  99. package/mobile/src/ui-kit/CookiePopup/CookiePopup.tsx +64 -0
  100. package/mobile/src/ui-kit/Dialog/CloseButton.tsx +1 -1
  101. package/mobile/src/ui-kit/Dialog/Dialog.tsx +1 -1
  102. package/mobile/src/ui-kit/Dialog/useDialogProps.ts +2 -1
  103. package/mobile/src/ui-kit/LinkWrapper/LinkWrapper.tsx +13 -10
  104. package/mobile/src/ui-kit/Sitemap/Sitemap.tsx +1 -1
  105. package/package.json +1 -1
  106. package/src/components/CarouselLinks/CarouselLinks.tsx +1 -1
  107. package/src/components/ContentPage/ContentPage.tsx +5 -0
  108. package/src/components/Header/InternetBankButton.tsx +15 -13
  109. package/src/ui-kit/CookiePopup/CookiePopup.tsx +64 -0
  110. package/src/ui-kit/Dialog/CloseButton.tsx +1 -1
  111. package/src/ui-kit/Dialog/Dialog.tsx +1 -1
  112. package/src/ui-kit/Dialog/useDialogProps.ts +2 -1
  113. package/src/ui-kit/LinkWrapper/LinkWrapper.tsx +13 -10
  114. package/src/ui-kit/Sitemap/Sitemap.tsx +1 -1
  115. package/tailwind.config.cjs +1 -0
@@ -2362,8 +2362,8 @@
2362
2362
  const CarouselCatalogCard = JSX(({ className = '', title, description, image, price, button, colors, ...rest }) => (jsxs(BlockWrapper, { className: `border box-border border-gray p-7 min-w-[392px] h-full flex flex-col justify-left ${className}`, ...rest, children: [image?.src ? jsx(ImgInner, { className: "mb-5 flex justify-center", image: image }) : null, title ? (jsx(Heading, { headingType: "h6", as: "h4", className: "text-left mb-1.5", title: title })) : null, description ? (jsx("div", { className: "mb-4", children: jsx(Paragraph, { size: "text-m", align: "text-left", font: "font-light", children: description }) })) : null, colors?.length ? (jsxs("div", { className: "flex mb-4 text-secondary-text", children: [jsx("div", { className: "mr-1.5", children: jsx(Text, { size: "text-s", align: "text-left", font: "font-light", children: "\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0435 \u0446\u0432\u0435\u0442\u0430:" }) }), colors.map(renderColorOption)] })) : null, price ? (jsxs(Text, { size: "text-h3", align: "text-left", children: [price, "\u00A0\u20BD"] })) : null, renderButtonsSection([button], { buttonClassName: 'mt-5 w-full' })] })));
2363
2363
  const renderColorOption = (color, i) => (jsx("div", { role: "figure", className: `w-6 h-6 ml-3 border border-solid border-main-divider rounded-full ${cardStyleMap[color]}` }, String(i)));
2364
2364
 
2365
- const LinkWrapper = JSX(({ className = '', href, target, children }) => {
2366
- const link = useLink();
2365
+ const LinkWrapper = JSX(({ className = '', href, target, isRemote = false, children }) => {
2366
+ const link = useLink({ isRemote });
2367
2367
  const linkProps = link({ href, target });
2368
2368
  const Tag = href ? 'a' : 'div';
2369
2369
  return (jsx(Tag, { className: style('block', className), ...(href ? linkProps : {}), children: children }));
@@ -2407,7 +2407,7 @@
2407
2407
 
2408
2408
  const MAX_LINKS_COUNT = 10;
2409
2409
  const CarouselLinks = JSX(({ className = '', additionalDescription, description, links, title, ...rest }) => {
2410
- return (jsxs(BlockWrapper, { className: `flex w-full p-10 overflow-hidden justify-between ${className}`, ...rest, children: [jsxs("div", { className: "flex flex-col max-w-96 pr-9 text-white text-xl-light", children: [jsx(Headline, { isPadding: false, title: title, description: description, as: "h1", align: "text-left" }), additionalDescription ? (jsx(Headline, { className: "pt-6", isPadding: false, description: description, align: "text-left" })) : null] }), links?.length ? renderLinks(links) : null] }));
2410
+ return (jsxs(BlockWrapper, { className: `flex w-full p-10 overflow-hidden justify-between ${className}`, ...rest, children: [jsxs("div", { className: "flex flex-col max-w-96 pr-9 text-white text-xl-light", children: [jsx(Headline, { isPadding: false, title: title, description: description, as: "h1", align: "text-left" }), additionalDescription ? (jsx(Headline, { className: "pt-6", isPadding: false, description: additionalDescription, align: "text-left" })) : null] }), links?.length ? renderLinks(links) : null] }));
2411
2411
  });
2412
2412
  const renderLinks = (links) => {
2413
2413
  const itemCount = Math.ceil(links.length / MAX_LINKS_COUNT);
@@ -2979,7 +2979,7 @@
2979
2979
  return (jsxs("a", { className: `inline-flex items-center font-sans no-underline ${className}`, href: href || '/', target: targetBlank ? '_blank' : '_self', "aria-label": logo?.title || 'Россельхозбанк', children: [renderImage$2(bgColor, logo?.image, { width: '40', height: '45' }), showTitle ? renderTitle$3(children || logo?.title, bgColor) : null] }));
2980
2980
  });
2981
2981
 
2982
- const CloseButton = JSX(({ className, onClick }) => (jsx("button", { className: style('visible peer-placeholder-shown:invisible w-6 h-6 p-1 bg-transparent border-none', className), onClick: onClick, title: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C", children: jsx(ImgInner, { image: { icon: 'CloseIcon' }, width: "24", height: "24" }) })));
2982
+ const CloseButton = JSX(({ className, onClick }) => (jsx("button", { className: style('flex justify-center items-center w-12 h-12 p-1 bg-transparent border-none', className), onClick: onClick, title: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C", children: jsx(ImgInner, { image: { icon: 'CloseIcon' }, width: "24", height: "24" }) })));
2983
2983
 
2984
2984
  function assertUnreachable(x) {
2985
2985
  throw new Error(x);
@@ -3163,7 +3163,7 @@
3163
3163
  globalThis.document?.removeEventListener('keydown', handleEscape);
3164
3164
  };
3165
3165
  }, [onClose]);
3166
- return isOpened ? (jsx("div", { className: style('fixed inset-0 bg-white text-l-light z-50 overflow-x-hidden overflow-y-scroll no-scrollbar', className), role: "dialog", children: jsxs("div", { className: "relative container pb-12 min-h-full", children: [jsxs("div", { className: "sticky bg-white pt-6 top-0", children: [jsx(CloseButton, { className: "absolute top-3 -right-6", onClick: onClose }), head] }), children] }) })) : null;
3166
+ return isOpened ? (jsx("div", { className: style('fixed inset-0 bg-white text-l-light z-50 overflow-x-hidden overflow-y-scroll no-scrollbar', className), role: "dialog", children: jsxs("div", { className: "relative container pb-12 min-h-full", children: [jsxs("div", { className: "sticky bg-white pt-6 top-0", children: [jsx(CloseButton, { className: "absolute top-10 -right-12", onClick: onClose }), head] }), children] }) })) : null;
3167
3167
  });
3168
3168
 
3169
3169
  function useBool(defaultValue = false) {
@@ -3174,8 +3174,8 @@
3174
3174
  return [value, { setValue, setTrue, setFalse, toggle }];
3175
3175
  }
3176
3176
 
3177
- function useDialogProps(id) {
3178
- const [isOpened, { setTrue: open, setFalse: close }] = useBool();
3177
+ function useDialogProps(id, initOpen = false) {
3178
+ const [isOpened, { setTrue: open, setFalse: close }] = useBool(initOpen);
3179
3179
  const [params, setParams] = useState({ id });
3180
3180
  const wasOpened = useRef(isOpened);
3181
3181
  wasOpened.current ||= isOpened;
@@ -3214,7 +3214,7 @@
3214
3214
  };
3215
3215
  const ColumnItem = JSX(({ text, index, basePath, ...rest }) => {
3216
3216
  const isAnotherPortal = projectSettings.BASE_PATH && basePath ? !projectSettings.BASE_PATH.startsWith(basePath) : false;
3217
- const link = useLink({ isRemote: isAnotherPortal });
3217
+ const link = useLink({ isRemote: isAnotherPortal, basePath });
3218
3218
  const { href, target, onClick } = link(rest);
3219
3219
  return (jsx("a", { className: style('text-l-light text-secondary-text hover:text-primary-main no-underline', 'overflow-x-hidden overflow-ellipsis whitespace-nowrap'), href: href, target: target || '_self', onClick: onClick, children: text || `Раздел ${index}` }));
3220
3220
  });
@@ -3565,7 +3565,7 @@
3565
3565
  default: 'px-5 bg-main-divider rounded hover:text-primary-main',
3566
3566
  transparent: 'text-white hover:text-primary-hover',
3567
3567
  };
3568
- const InternetBankButton = JSX(({ version, internetBankUrl }) => (jsx(Button, { href: internetBankUrl, ariaLabel: "\u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u0431\u0430\u043D\u043A", target: "_blank", className: style('py-3 ml-3 text-l font-light whitespace-nowrap hover:text-primary-main', BUTTON_STYLE[version === 'transparent' ? 'transparent' : 'default']), children: "\u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u0431\u0430\u043D\u043A" })));
3568
+ const InternetBankButton = JSX(({ version, internetBankUrl }) => internetBankUrl ? (jsx(Button, { href: internetBankUrl, ariaLabel: "\u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u0431\u0430\u043D\u043A", target: "_blank", className: style('py-3 ml-3 text-l font-light whitespace-nowrap hover:text-primary-main', BUTTON_STYLE[version === 'transparent' ? 'transparent' : 'default']), children: "\u0418\u043D\u0442\u0435\u0440\u043D\u0435\u0442-\u0431\u0430\u043D\u043A" })) : null);
3569
3569
 
3570
3570
  const HeaderSubMenu = JSX(({ subItems = [], version, internetBankUrl }) => {
3571
3571
  const iconVersion = version === 'transparent' ? 'white' : 'black';
@@ -5089,6 +5089,18 @@
5089
5089
  }, [scrollTarget]);
5090
5090
  }
5091
5091
 
5092
+ const COOKIE_DIALOG_ID = 'cookie';
5093
+ const LOCAL_STORAGE_NAME = 'cookieClose';
5094
+ const CookiePopup = JSX(({ termLink, personalDataPolicyLink }) => {
5095
+ const { isOpened, onClose } = useDialogProps(COOKIE_DIALOG_ID, !globalThis.localStorage?.getItem(LOCAL_STORAGE_NAME));
5096
+ const handleClose = useCallback(() => {
5097
+ globalThis.localStorage?.setItem(LOCAL_STORAGE_NAME, 'true');
5098
+ onClose && onClose();
5099
+ }, [onClose]);
5100
+ return isOpened ? (jsx("div", { className: "container z-40 fixed bottom-0 left-0 right-0 pointer-events-none", children: jsxs("div", { className: "bg-white m-6 p-6 rounded-md flex items-center pointer-events-auto shadow-[0_4px_25px_rgba(0,0,0,0.07)]", children: [jsx("div", { className: "flex-1", children: jsxs(Paragraph, { size: "text-s-light", color: "text-primary-text", children: ["\u0410\u041E \u00AB\u0420\u043E\u0441\u0441\u0435\u043B\u044C\u0445\u043E\u0437\u0431\u0430\u043D\u043A\u00BB \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442", jsx(LinkWrapper, { isRemote: true, className: style(getStyleLinkWrapper(termLink?.href)), ...termLink, children: "cookie" }), "(\u0444\u0430\u0439\u043B\u044B \u0441 \u0434\u0430\u043D\u043D\u044B\u043C\u0438 \u043E \u043F\u0440\u043E\u0448\u043B\u044B\u0445 \u043F\u043E\u0441\u0435\u0449\u0435\u043D\u0438\u044F\u0445 \u0441\u0430\u0439\u0442\u0430) \u0434\u043B\u044F \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u0432 \u0438 \u0443\u0434\u043E\u0431\u0441\u0442\u0432\u0430 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439. \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0437\u0430\u043F\u0440\u0435\u0442\u0438\u0442\u044C \u0441\u043E\u0445\u0440\u0430\u043D\u0435\u043D\u0438\u0435 cookie \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430\u0445 \u0441\u0432\u043E\u0435\u0433\u043E \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.", jsx(LinkWrapper, { isRemote: true, className: style(getStyleLinkWrapper(personalDataPolicyLink?.href)), ...personalDataPolicyLink, children: "\u041E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430 \u0412\u0430\u0448\u0438\u0445 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445" }), "\u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u044F\u043C\u0438 \u0424\u0435\u0434\u0435\u0440\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u0437\u0430\u043A\u043E\u043D\u0430 \u043E\u0442 27.07.2006 \u2116 152-\u04243 \u00AB\u041E \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445\u00BB."] }) }), jsx("div", { className: "w-24 flex justify-end", children: jsx(CloseButton, { className: "bg-main-gray rounded-md", onClick: handleClose }) })] }) })) : null;
5101
+ });
5102
+ const getStyleLinkWrapper = (href) => ['inline mx-1', href ? 'text-green-dark' : ''];
5103
+
5092
5104
  const api = LikeAPI();
5093
5105
  function useLikeService(pagePath) {
5094
5106
  const [likeCount, setLikeCount] = useState(0);
@@ -5154,7 +5166,7 @@
5154
5166
  ...options,
5155
5167
  slotName: 'footer',
5156
5168
  })
5157
- : null] }), likeControl ? renderLikeControl() : null] }));
5169
+ : null] }), likeControl ? renderLikeControl() : null, jsx(CookiePopup, { termLink: { href: '/pd-policy#cookie', target: '_blank' }, personalDataPolicyLink: { href: '/pd-policy', target: '_blank' } })] }));
5158
5170
  });
5159
5171
  ContentPage.childrenTypes = [];
5160
5172
  ContentPage.slots = () => ['header', 'footer'];
@@ -5162,7 +5174,7 @@
5162
5174
  return (jsx("div", { className: "flex items-end absolute bottom-0 right-0 h-full pointer-events-none", children: jsx(LikeControl, { className: "rounded-tl-lg sticky bottom-0 pointer-events-auto" }) }));
5163
5175
  }
5164
5176
 
5165
- const packageVersion = "0.10.3";
5177
+ const packageVersion = "0.10.5";
5166
5178
 
5167
5179
  exports.Blocks = Blocks;
5168
5180
  exports.ContentPage = ContentPage;