@redneckz/wildless-cms-uni-blocks 0.13.10 → 0.13.12

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 (61) hide show
  1. package/bundle/bundle.umd.js +5 -5
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/bundle/components/StickyBottomMenu/StickyBottomMenu.fallback.d.ts +1 -0
  4. package/bundle/hooks/fallbackWCMSResource.d.ts +1 -1
  5. package/dist/components/StickyBottomMenu/StickyBottomMenu.fallback.d.ts +1 -0
  6. package/dist/components/StickyBottomMenu/StickyBottomMenu.fallback.js +7 -0
  7. package/dist/components/StickyBottomMenu/StickyBottomMenu.fallback.js.map +1 -0
  8. package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js +4 -4
  9. package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
  10. package/dist/hooks/fallbackWCMSResource.d.ts +1 -1
  11. package/dist/hooks/fallbackWCMSResource.js +3 -2
  12. package/dist/hooks/fallbackWCMSResource.js.map +1 -1
  13. package/dist/ui-kit/BaseTile/BaseTile.js +4 -4
  14. package/dist/wlc.json +0 -1
  15. package/lib/common.css +1 -1
  16. package/lib/components/StickyBottomMenu/StickyBottomMenu.fallback.d.ts +1 -0
  17. package/lib/components/StickyBottomMenu/StickyBottomMenu.fallback.js +4 -0
  18. package/lib/components/StickyBottomMenu/StickyBottomMenu.fallback.js.map +1 -0
  19. package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js +4 -4
  20. package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
  21. package/lib/hooks/fallbackWCMSResource.d.ts +1 -1
  22. package/lib/hooks/fallbackWCMSResource.js +3 -2
  23. package/lib/hooks/fallbackWCMSResource.js.map +1 -1
  24. package/lib/ui-kit/BaseTile/BaseTile.js +4 -4
  25. package/lib/wlc.json +0 -1
  26. package/mobile/bundle/bundle.umd.js +12 -12
  27. package/mobile/bundle/bundle.umd.min.js +1 -1
  28. package/mobile/bundle/components/StickyBottomMenu/StickyBottomMenu.fallback.d.ts +1 -0
  29. package/mobile/bundle/hooks/fallbackWCMSResource.d.ts +1 -1
  30. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.fallback.d.ts +1 -0
  31. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.fallback.js +7 -0
  32. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.fallback.js.map +1 -0
  33. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js +4 -4
  34. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
  35. package/mobile/dist/hooks/fallbackWCMSResource.d.ts +1 -1
  36. package/mobile/dist/hooks/fallbackWCMSResource.js +3 -2
  37. package/mobile/dist/hooks/fallbackWCMSResource.js.map +1 -1
  38. package/mobile/dist/ui-kit/BaseTile/BaseTile.js +4 -4
  39. package/mobile/dist/wlc.json +0 -1
  40. package/mobile/lib/common.css +1 -1
  41. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.fallback.d.ts +1 -0
  42. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.fallback.js +4 -0
  43. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.fallback.js.map +1 -0
  44. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js +4 -4
  45. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
  46. package/mobile/lib/hooks/fallbackWCMSResource.d.ts +1 -1
  47. package/mobile/lib/hooks/fallbackWCMSResource.js +3 -2
  48. package/mobile/lib/hooks/fallbackWCMSResource.js.map +1 -1
  49. package/mobile/lib/ui-kit/BaseTile/BaseTile.js +4 -4
  50. package/mobile/lib/wlc.json +0 -1
  51. package/mobile/src/components/StickyBottomMenu/StickyBottomMenu.fallback.ts +8 -0
  52. package/mobile/src/components/StickyBottomMenu/StickyBottomMenu.tsx +5 -4
  53. package/mobile/src/hooks/fallbackWCMSResource.ts +8 -3
  54. package/mobile/src/ui-kit/BaseTile/BaseTile.tsx +4 -4
  55. package/mobile/src/wlc.json +0 -1
  56. package/package.json +1 -1
  57. package/src/components/StickyBottomMenu/StickyBottomMenu.fallback.ts +8 -0
  58. package/src/components/StickyBottomMenu/StickyBottomMenu.mobile.tsx +5 -4
  59. package/src/hooks/fallbackWCMSResource.ts +8 -3
  60. package/src/ui-kit/BaseTile/BaseTile.tsx +4 -4
  61. package/src/wlc.json +0 -1
@@ -2608,11 +2608,11 @@
2608
2608
  });
2609
2609
 
2610
2610
  const imageAlignmentMap = {
2611
- start: '@xl:self-start',
2612
- center: '@xl:self-center',
2613
- end: '@xl:self-end',
2611
+ start: '@lg:self-start',
2612
+ center: '@lg:self-center',
2613
+ end: '@lg:self-end',
2614
2614
  };
2615
- const BaseTile = JSX(({ className, defaultPadding, padding, title = '', insetTitle = '', buttons, leftImage, rightImage, imageAlign, backImage, children, }) => (jsxs("div", { className: style('relative flex flex-col gap-3xl font-sans overflow-hidden', padding || defaultPadding, className), children: [title ? jsx("div", { className: "relative", children: title }) : null, jsxs("div", { className: "grow relative flex flex-col @xl:flex-row justify-around @xl:justify-between items-stretch gap-3xl", children: [renderImageContainer(leftImage, { imageAlign }), jsxs("div", { className: style('flex flex-col gap-3xl max-w-[600px] @xl:max-w-[728px]', leftImage ? '' : 'grow'), children: [insetTitle, jsx("div", { className: "grow", children: children }), backImage ? (jsx("div", { className: "justify-center mx-auto sm:absolute sm:-z-10 sm:-bottom-4 sm:-right-4", children: backImage })) : null, buttons] }), renderImageContainer(rightImage, {
2615
+ const BaseTile = JSX(({ className, defaultPadding, padding, title = '', insetTitle = '', buttons, leftImage, rightImage, imageAlign, backImage, children, }) => (jsxs("div", { className: style('relative flex flex-col gap-3xl font-sans overflow-hidden', padding || defaultPadding, className), children: [title ? jsx("div", { className: "relative", children: title }) : null, jsxs("div", { className: "grow relative flex flex-col @lg:flex-row justify-around @lg:justify-between items-stretch gap-3xl", children: [renderImageContainer(leftImage, { imageAlign }), jsxs("div", { className: style('flex flex-col gap-3xl max-w-[600px] @xl:max-w-[728px]', leftImage ? '' : 'grow'), children: [insetTitle, jsx("div", { className: "grow", children: children }), backImage ? (jsx("div", { className: "justify-center mx-auto sm:absolute sm:-z-10 sm:-bottom-4 sm:-right-4", children: backImage })) : null, buttons] }), renderImageContainer(rightImage, {
2616
2616
  className: '-order-1 @xl:order-1',
2617
2617
  imageAlign,
2618
2618
  })] })] })));
@@ -5297,7 +5297,7 @@
5297
5297
  return (jsx("div", { className: "flex items-end absolute bottom-0 right-0 h-full pointer-events-none", children: jsx(LikeControl, { className: "rounded-tl-3xl sticky bottom-0 pointer-events-auto" }) }));
5298
5298
  }
5299
5299
 
5300
- const packageVersion = "0.13.10";
5300
+ const packageVersion = "0.13.12";
5301
5301
 
5302
5302
  exports.Blocks = Blocks;
5303
5303
  exports.ContentPage = ContentPage;