@redneckz/wildless-cms-uni-blocks 0.14.13 → 0.14.15

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 (114) hide show
  1. package/bundle/bundle.umd.js +13 -15
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/dist/components/MobileAppTile/MobileAppTile.js +2 -2
  4. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  5. package/dist/components/ProductBlock/ProductBlock.js +2 -2
  6. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  7. package/dist/components/ProductGallery/ProductGallery.js +1 -1
  8. package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
  9. package/dist/components/ProductTile/ProductTile.js +1 -1
  10. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  11. package/dist/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  12. package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  13. package/dist/ui-kit/BaseTile/BaseTile.js +3 -3
  14. package/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
  15. package/dist/ui-kit/Button/ButtonInner.js +1 -1
  16. package/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  17. package/lib/common.css +1 -1
  18. package/lib/components/MobileAppTile/MobileAppTile.js +2 -2
  19. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  20. package/lib/components/ProductBlock/ProductBlock.js +2 -2
  21. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  22. package/lib/components/ProductGallery/ProductGallery.js +1 -1
  23. package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
  24. package/lib/components/ProductTile/ProductTile.js +1 -1
  25. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  26. package/lib/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  27. package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  28. package/lib/ui-kit/BaseTile/BaseTile.js +3 -3
  29. package/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
  30. package/lib/ui-kit/Button/ButtonInner.js +1 -1
  31. package/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  32. package/mobile/bundle/bundle.umd.js +12 -14
  33. package/mobile/bundle/bundle.umd.min.js +1 -1
  34. package/mobile/dist/components/MobileAppTile/MobileAppTile.js +2 -2
  35. package/mobile/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  36. package/mobile/dist/components/ProductBlock/ProductBlock.js +2 -2
  37. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  38. package/mobile/dist/components/ProductTile/ProductTile.js +1 -1
  39. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  40. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  41. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  42. package/mobile/dist/ui-kit/BaseTile/BaseTile.js +3 -3
  43. package/mobile/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
  44. package/mobile/dist/ui-kit/Button/ButtonInner.js +1 -1
  45. package/mobile/dist/ui-kit/Button/ButtonInner.js.map +1 -1
  46. package/mobile/lib/common.css +1 -1
  47. package/mobile/lib/components/MobileAppTile/MobileAppTile.js +2 -2
  48. package/mobile/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  49. package/mobile/lib/components/ProductBlock/ProductBlock.js +2 -2
  50. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  51. package/mobile/lib/components/ProductTile/ProductTile.js +1 -1
  52. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  53. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +1 -1
  54. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  55. package/mobile/lib/ui-kit/BaseTile/BaseTile.js +3 -3
  56. package/mobile/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
  57. package/mobile/lib/ui-kit/Button/ButtonInner.js +1 -1
  58. package/mobile/lib/ui-kit/Button/ButtonInner.js.map +1 -1
  59. package/mobile/src/components/MobileAppTile/MobileAppTile.tsx +9 -5
  60. package/mobile/src/components/ProductBlock/ProductBlock.tsx +3 -3
  61. package/mobile/src/components/ProductTile/ProductTile.example.json +1 -0
  62. package/mobile/src/components/ProductTile/ProductTile.tsx +2 -0
  63. package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +1 -1
  64. package/mobile/src/ui-kit/BaseTile/BaseTile.tsx +3 -3
  65. package/mobile/src/ui-kit/Button/ButtonInner.tsx +2 -2
  66. package/package.json +1 -1
  67. package/src/components/MobileAppTile/MobileAppTile.tsx +9 -5
  68. package/src/components/ProductBlock/ProductBlock.tsx +3 -3
  69. package/src/components/ProductGallery/ProductGallery.tsx +1 -0
  70. package/src/components/ProductTile/ProductTile.example.json +1 -0
  71. package/src/components/ProductTile/ProductTile.tsx +2 -0
  72. package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +1 -1
  73. package/src/ui-kit/BaseTile/BaseTile.tsx +3 -3
  74. package/src/ui-kit/Button/ButtonInner.tsx +2 -2
  75. package/bundle/components/BenefitsBlock/benefitImageStyles.d.ts +0 -1
  76. package/bundle/components/BenefitsBlock/benefitImageStyles.mobile.d.ts +0 -1
  77. package/bundle/components/MobileAppTile/renderDescription.d.ts +0 -2
  78. package/dist/components/BenefitsBlock/benefitImageStyles.d.ts +0 -1
  79. package/dist/components/BenefitsBlock/benefitImageStyles.js +0 -4
  80. package/dist/components/BenefitsBlock/benefitImageStyles.js.map +0 -1
  81. package/dist/components/BenefitsBlock/benefitImageStyles.mobile.d.ts +0 -1
  82. package/dist/components/BenefitsBlock/benefitImageStyles.mobile.js +0 -4
  83. package/dist/components/BenefitsBlock/benefitImageStyles.mobile.js.map +0 -1
  84. package/dist/components/MobileAppTile/renderDescription.d.ts +0 -2
  85. package/dist/components/MobileAppTile/renderDescription.js +0 -7
  86. package/dist/components/MobileAppTile/renderDescription.js.map +0 -1
  87. package/lib/components/BenefitsBlock/benefitImageStyles.d.ts +0 -1
  88. package/lib/components/BenefitsBlock/benefitImageStyles.js +0 -2
  89. package/lib/components/BenefitsBlock/benefitImageStyles.js.map +0 -1
  90. package/lib/components/BenefitsBlock/benefitImageStyles.mobile.d.ts +0 -1
  91. package/lib/components/BenefitsBlock/benefitImageStyles.mobile.js +0 -2
  92. package/lib/components/BenefitsBlock/benefitImageStyles.mobile.js.map +0 -1
  93. package/lib/components/MobileAppTile/renderDescription.d.ts +0 -1
  94. package/lib/components/MobileAppTile/renderDescription.js +0 -4
  95. package/lib/components/MobileAppTile/renderDescription.js.map +0 -1
  96. package/mobile/bundle/components/BenefitsBlock/benefitImageStyles.d.ts +0 -1
  97. package/mobile/bundle/components/MobileAppTile/renderDescription.d.ts +0 -2
  98. package/mobile/dist/components/BenefitsBlock/benefitImageStyles.d.ts +0 -1
  99. package/mobile/dist/components/BenefitsBlock/benefitImageStyles.js +0 -4
  100. package/mobile/dist/components/BenefitsBlock/benefitImageStyles.js.map +0 -1
  101. package/mobile/dist/components/MobileAppTile/renderDescription.d.ts +0 -2
  102. package/mobile/dist/components/MobileAppTile/renderDescription.js +0 -7
  103. package/mobile/dist/components/MobileAppTile/renderDescription.js.map +0 -1
  104. package/mobile/lib/components/BenefitsBlock/benefitImageStyles.d.ts +0 -1
  105. package/mobile/lib/components/BenefitsBlock/benefitImageStyles.js +0 -2
  106. package/mobile/lib/components/BenefitsBlock/benefitImageStyles.js.map +0 -1
  107. package/mobile/lib/components/MobileAppTile/renderDescription.d.ts +0 -2
  108. package/mobile/lib/components/MobileAppTile/renderDescription.js +0 -4
  109. package/mobile/lib/components/MobileAppTile/renderDescription.js.map +0 -1
  110. package/mobile/src/components/BenefitsBlock/benefitImageStyles.tsx +0 -1
  111. package/mobile/src/components/MobileAppTile/renderDescription.tsx +0 -10
  112. package/src/components/BenefitsBlock/benefitImageStyles.mobile.tsx +0 -1
  113. package/src/components/BenefitsBlock/benefitImageStyles.tsx +0 -1
  114. package/src/components/MobileAppTile/renderDescription.tsx +0 -10
@@ -11,6 +11,7 @@
11
11
  },
12
12
  "version": "primary",
13
13
  "isTabularBenefits": true,
14
+ "isFullWidthTitle": true,
14
15
  "benefits": [
15
16
  {
16
17
  "type": "default",
@@ -15,6 +15,7 @@ export const ProductTile = JSX<ProductTileProps>(
15
15
  isTabularBenefits = true,
16
16
  additionalDescription,
17
17
  imageOptions,
18
+ isFullWidthTitle = true,
18
19
  ...rest
19
20
  }) => (
20
21
  <BlockWrapper className={className} padding="p-0" {...rest}>
@@ -25,6 +26,7 @@ export const ProductTile = JSX<ProductTileProps>(
25
26
  headlineVersion={headlineVersion}
26
27
  isTabularBenefits={isTabularBenefits}
27
28
  imageOptions={{ isImageSecondary: true, ...imageOptions }}
29
+ isFullWidthTitle={isFullWidthTitle}
28
30
  {...rest}
29
31
  >
30
32
  {additionalDescription ? (
@@ -28,7 +28,7 @@ export const BaseProductTile = JSX<BaseProductTileProps>(
28
28
  isTabularBenefits,
29
29
  benefits,
30
30
  __html,
31
- isFullWidthTitle = true,
31
+ isFullWidthTitle,
32
32
  items,
33
33
  isDotted = true,
34
34
  listItemSize,
@@ -57,7 +57,7 @@ export const BaseTile = JSX<BaseTileProps>(
57
57
  leftImage ? '' : 'grow',
58
58
  )}
59
59
  >
60
- <div className="grow grid gap-3xl row-span-1">
60
+ <div className="grow space-y-lg">
61
61
  {insetTitle}
62
62
  {children}
63
63
  </div>
@@ -69,7 +69,7 @@ export const BaseTile = JSX<BaseTileProps>(
69
69
  ),
70
70
  imageAlign,
71
71
  })}
72
- <div className="self-end">{buttons}</div>
72
+ {buttons ? <div className="self-end">{buttons}</div> : null}
73
73
  </div>
74
74
  </div>
75
75
  </div>
@@ -78,7 +78,7 @@ export const BaseTile = JSX<BaseTileProps>(
78
78
 
79
79
  const positionStyle = (isImageAlwaysOnRight: boolean) =>
80
80
  isImageAlwaysOnRight
81
- ? 'ml-xl justify-self-end row-start-1 row-end-3 col-start-2 self-center'
81
+ ? 'justify-self-end row-start-1 row-end-3 col-start-2 self-center'
82
82
  : '';
83
83
 
84
84
  const renderImageContainer = (
@@ -1,8 +1,8 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
2
  import { style } from '../../utils/style';
3
3
  import { iconStyleMap } from './buttonClassNameConstants';
4
- import type { ButtonProps } from './ButtonProps';
5
4
  import type { ButtonContent } from './ButtonContent';
5
+ import type { ButtonProps } from './ButtonProps';
6
6
 
7
7
  export const ButtonInner = JSX<ButtonProps>((props) => {
8
8
  const { text, aboveText, appendLeft, appendRight, version = 'primary' } = props;
@@ -11,7 +11,7 @@ export const ButtonInner = JSX<ButtonProps>((props) => {
11
11
  <div className={style(getButtonStyle(props), 'flex gap-xs')}>
12
12
  {appendLeft ? <div className={iconStyleMap[version]}>{appendLeft}</div> : null}
13
13
  {isWithText(props) ? (
14
- <div>
14
+ <div className="whitespace-pre">
15
15
  {aboveText ? <div className="text-xs font-light text-left">{aboveText}</div> : null}
16
16
  <div className={`text-left ${aboveText ? 'text-s -mt-3xs' : 'text-l'}`}>{text}</div>
17
17
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redneckz/wildless-cms-uni-blocks",
3
- "version": "0.14.13",
3
+ "version": "0.14.15",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "ЦК",
@@ -5,9 +5,9 @@ import { BlockWrapper } from '../../ui-kit/BlockWrapper';
5
5
  import { renderButtonsSection } from '../../ui-kit/Button/renderButtonsSection';
6
6
  import { Heading } from '../../ui-kit/Heading/Heading';
7
7
  import { Img } from '../../ui-kit/Img/Img';
8
+ import { Text } from '../../ui-kit/Text/Text';
8
9
  import { style } from '../../utils/style';
9
10
  import type { MobileAppTileContent } from './MobileAppTileContent';
10
- import { renderDescription } from './renderDescription';
11
11
  import { renderList } from './renderList';
12
12
 
13
13
  export interface MobileAppTileProps extends MobileAppTileContent, UniBlockProps {}
@@ -53,21 +53,25 @@ export const MobileAppTile = JSX<MobileAppTileProps>(
53
53
  ) : null
54
54
  }
55
55
  rightImage={img}
56
- buttons={renderButtonsSection(buttons)}
56
+ buttons={renderButtonsSection(buttons, { className: 'flex-wrap' })}
57
57
  >
58
- {renderDescription(description)}
58
+ {description ? (
59
+ <Text size="text-xl" font-weight="font-light">
60
+ {description}
61
+ </Text>
62
+ ) : null}
59
63
  <div
60
64
  className={style(
61
65
  'gap-m',
62
66
  'flex flex-1 flex-col',
63
- 'flex-col items-start @4xl:flex-row @4xl:items-center',
67
+ 'flex-col items-start @xl:flex-row @xl:items-center',
64
68
  )}
65
69
  >
66
70
  {renderList(items, listItemSize)}
67
71
  {qr?.src ? (
68
72
  <div
69
73
  className={style(
70
- 'flex justify-center bg-white rounded-md @4xl:-order-1',
74
+ 'flex justify-center bg-white rounded-md @xl:-order-1',
71
75
  containerStyle,
72
76
  )}
73
77
  >
@@ -1,13 +1,13 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
+ import { useCallback } from '@redneckz/uni-jsx/lib/hooks';
3
+ import { useRouter } from '../../hooks/useRouter';
2
4
  import type { UniBlockProps } from '../../model/JSXBlock';
3
5
  import { BaseProductTile } from '../../ui-kit/BaseProductTile/BaseProductTile';
4
6
  import { BlockWrapper } from '../../ui-kit/BlockWrapper';
7
+ import type { PreventableEvent } from '../../ui-kit/PreventableEvent';
5
8
  import { style } from '../../utils/style';
6
9
  import type { ProductBlockContent } from './ProductBlockContent';
7
10
  import { renderBackwardButton } from './renderBackwardButton';
8
- import { useCallback } from '@redneckz/uni-jsx/lib/hooks';
9
- import type { PreventableEvent } from '../../ui-kit/PreventableEvent';
10
- import { useRouter } from '../../hooks/useRouter';
11
11
 
12
12
  export interface ProductBlockProps extends UniBlockProps, ProductBlockContent {}
13
13
 
@@ -29,6 +29,7 @@ export const ProductGallery = JSX<ProductGalleryProps>(
29
29
  <BaseProductTile
30
30
  className="pl-6xl h-full"
31
31
  headlineVersion="XXL"
32
+ isFullWidthTitle={false}
32
33
  {...productBlock}
33
34
  {...rest}
34
35
  />
@@ -11,6 +11,7 @@
11
11
  },
12
12
  "version": "primary",
13
13
  "isTabularBenefits": true,
14
+ "isFullWidthTitle": true,
14
15
  "benefits": [
15
16
  {
16
17
  "type": "default",
@@ -15,6 +15,7 @@ export const ProductTile = JSX<ProductTileProps>(
15
15
  isTabularBenefits = true,
16
16
  additionalDescription,
17
17
  imageOptions,
18
+ isFullWidthTitle = true,
18
19
  ...rest
19
20
  }) => (
20
21
  <BlockWrapper className={className} padding="p-0" {...rest}>
@@ -25,6 +26,7 @@ export const ProductTile = JSX<ProductTileProps>(
25
26
  headlineVersion={headlineVersion}
26
27
  isTabularBenefits={isTabularBenefits}
27
28
  imageOptions={{ isImageSecondary: true, ...imageOptions }}
29
+ isFullWidthTitle={isFullWidthTitle}
28
30
  {...rest}
29
31
  >
30
32
  {additionalDescription ? (
@@ -28,7 +28,7 @@ export const BaseProductTile = JSX<BaseProductTileProps>(
28
28
  isTabularBenefits,
29
29
  benefits,
30
30
  __html,
31
- isFullWidthTitle = true,
31
+ isFullWidthTitle,
32
32
  items,
33
33
  isDotted = true,
34
34
  listItemSize,
@@ -57,7 +57,7 @@ export const BaseTile = JSX<BaseTileProps>(
57
57
  leftImage ? '' : 'grow',
58
58
  )}
59
59
  >
60
- <div className="grow grid gap-3xl row-span-1">
60
+ <div className="grow space-y-lg">
61
61
  {insetTitle}
62
62
  {children}
63
63
  </div>
@@ -69,7 +69,7 @@ export const BaseTile = JSX<BaseTileProps>(
69
69
  ),
70
70
  imageAlign,
71
71
  })}
72
- <div className="self-end">{buttons}</div>
72
+ {buttons ? <div className="self-end">{buttons}</div> : null}
73
73
  </div>
74
74
  </div>
75
75
  </div>
@@ -78,7 +78,7 @@ export const BaseTile = JSX<BaseTileProps>(
78
78
 
79
79
  const positionStyle = (isImageAlwaysOnRight: boolean) =>
80
80
  isImageAlwaysOnRight
81
- ? 'ml-xl justify-self-end row-start-1 row-end-3 col-start-2 self-center'
81
+ ? 'justify-self-end row-start-1 row-end-3 col-start-2 self-center'
82
82
  : '';
83
83
 
84
84
  const renderImageContainer = (
@@ -1,8 +1,8 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
2
  import { style } from '../../utils/style';
3
3
  import { iconStyleMap } from './buttonClassNameConstants';
4
- import type { ButtonProps } from './ButtonProps';
5
4
  import type { ButtonContent } from './ButtonContent';
5
+ import type { ButtonProps } from './ButtonProps';
6
6
 
7
7
  export const ButtonInner = JSX<ButtonProps>((props) => {
8
8
  const { text, aboveText, appendLeft, appendRight, version = 'primary' } = props;
@@ -11,7 +11,7 @@ export const ButtonInner = JSX<ButtonProps>((props) => {
11
11
  <div className={style(getButtonStyle(props), 'flex gap-xs')}>
12
12
  {appendLeft ? <div className={iconStyleMap[version]}>{appendLeft}</div> : null}
13
13
  {isWithText(props) ? (
14
- <div>
14
+ <div className="whitespace-pre">
15
15
  {aboveText ? <div className="text-xs font-light text-left">{aboveText}</div> : null}
16
16
  <div className={`text-left ${aboveText ? 'text-s -mt-3xs' : 'text-l'}`}>{text}</div>
17
17
  </div>
@@ -1 +0,0 @@
1
- export declare const benefitImageStyles = "w-12 h-12 min-w-12 rounded-full";
@@ -1 +0,0 @@
1
- export declare const benefitImageStyles = "w-56 h-56 min-w-56";
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const renderDescription: (description?: string) => JSX.Element | null;
@@ -1 +0,0 @@
1
- export declare const benefitImageStyles = "w-12 h-12 min-w-12 rounded-full";
@@ -1,4 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.benefitImageStyles = void 0;
3
- exports.benefitImageStyles = 'w-12 h-12 min-w-12 rounded-full';
4
- //# sourceMappingURL=benefitImageStyles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"benefitImageStyles.js","sourceRoot":"","sources":["../../../src/components/BenefitsBlock/benefitImageStyles.tsx"],"names":[],"mappings":";;AAAa,QAAA,kBAAkB,GAAG,iCAAiC,CAAC"}
@@ -1 +0,0 @@
1
- export declare const benefitImageStyles = "w-56 h-56 min-w-56";
@@ -1,4 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.benefitImageStyles = void 0;
3
- exports.benefitImageStyles = 'w-56 h-56 min-w-56';
4
- //# sourceMappingURL=benefitImageStyles.mobile.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"benefitImageStyles.mobile.js","sourceRoot":"","sources":["../../../src/components/BenefitsBlock/benefitImageStyles.mobile.tsx"],"names":[],"mappings":";;AAAa,QAAA,kBAAkB,GAAG,oBAAoB,CAAC"}
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const renderDescription: (description?: string) => JSX.Element | null;
@@ -1,7 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.renderDescription = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const Text_1 = require("../../ui-kit/Text/Text");
5
- const renderDescription = (description) => description ? ((0, jsx_runtime_1.jsx)("div", { className: "mb-lg pt-3xs", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-xl", "font-weight": "font-light", children: description }) })) : null;
6
- exports.renderDescription = renderDescription;
7
- //# sourceMappingURL=renderDescription.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"renderDescription.js","sourceRoot":"","sources":["../../../src/components/MobileAppTile/renderDescription.tsx"],"names":[],"mappings":";;;AAAA,iDAA8C;AAEvC,MAAM,iBAAiB,GAAG,CAAC,WAAoB,EAAE,EAAE,CACxD,WAAW,CAAC,CAAC,CAAC,CACZ,gCAAK,SAAS,EAAC,cAAc,YAC3B,uBAAC,WAAI,IAAC,IAAI,EAAC,SAAS,iBAAa,YAAY,YAC1C,WAAW,GACP,GACH,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AAPE,QAAA,iBAAiB,qBAOnB"}
@@ -1 +0,0 @@
1
- export declare const benefitImageStyles = "w-12 h-12 min-w-12 rounded-full";
@@ -1,2 +0,0 @@
1
- export const benefitImageStyles = 'w-12 h-12 min-w-12 rounded-full';
2
- //# sourceMappingURL=benefitImageStyles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"benefitImageStyles.js","sourceRoot":"","sources":["../../../src/components/BenefitsBlock/benefitImageStyles.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG,iCAAiC,CAAC"}
@@ -1 +0,0 @@
1
- export declare const benefitImageStyles = "w-56 h-56 min-w-56";
@@ -1,2 +0,0 @@
1
- export const benefitImageStyles = 'w-56 h-56 min-w-56';
2
- //# sourceMappingURL=benefitImageStyles.mobile.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"benefitImageStyles.mobile.js","sourceRoot":"","sources":["../../../src/components/BenefitsBlock/benefitImageStyles.mobile.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG,oBAAoB,CAAC"}
@@ -1 +0,0 @@
1
- export declare const renderDescription: (description?: string) => JSX.Element | null;
@@ -1,4 +0,0 @@
1
- import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { Text } from '../../ui-kit/Text/Text.js';
3
- export const renderDescription = (description) => description ? (_jsx("div", { className: "mb-lg pt-3xs", children: _jsx(Text, { size: "text-xl", "font-weight": "font-light", children: description }) })) : null;
4
- //# sourceMappingURL=renderDescription.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"renderDescription.js","sourceRoot":"","sources":["../../../src/components/MobileAppTile/renderDescription.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAE9C,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,WAAoB,EAAE,EAAE,CACxD,WAAW,CAAC,CAAC,CAAC,CACZ,cAAK,SAAS,EAAC,cAAc,YAC3B,KAAC,IAAI,IAAC,IAAI,EAAC,SAAS,iBAAa,YAAY,YAC1C,WAAW,GACP,GACH,CACP,CAAC,CAAC,CAAC,IAAI,CAAC"}
@@ -1 +0,0 @@
1
- export declare const benefitImageStyles = "w-56 h-56 min-w-56";
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const renderDescription: (description?: string) => JSX.Element | null;
@@ -1 +0,0 @@
1
- export declare const benefitImageStyles = "w-56 h-56 min-w-56";
@@ -1,4 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.benefitImageStyles = void 0;
3
- exports.benefitImageStyles = 'w-56 h-56 min-w-56';
4
- //# sourceMappingURL=benefitImageStyles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"benefitImageStyles.js","sourceRoot":"","sources":["../../../src/components/BenefitsBlock/benefitImageStyles.tsx"],"names":[],"mappings":";;AAAa,QAAA,kBAAkB,GAAG,oBAAoB,CAAC"}
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const renderDescription: (description?: string) => JSX.Element | null;
@@ -1,7 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.renderDescription = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const Text_1 = require("../../ui-kit/Text/Text");
5
- const renderDescription = (description) => description ? ((0, jsx_runtime_1.jsx)("div", { className: "mb-lg pt-3xs", children: (0, jsx_runtime_1.jsx)(Text_1.Text, { size: "text-xl", "font-weight": "font-light", children: description }) })) : null;
6
- exports.renderDescription = renderDescription;
7
- //# sourceMappingURL=renderDescription.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"renderDescription.js","sourceRoot":"","sources":["../../../src/components/MobileAppTile/renderDescription.tsx"],"names":[],"mappings":";;;AAAA,iDAA8C;AAEvC,MAAM,iBAAiB,GAAG,CAAC,WAAoB,EAAE,EAAE,CACxD,WAAW,CAAC,CAAC,CAAC,CACZ,gCAAK,SAAS,EAAC,cAAc,YAC3B,uBAAC,WAAI,IAAC,IAAI,EAAC,SAAS,iBAAa,YAAY,YAC1C,WAAW,GACP,GACH,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AAPE,QAAA,iBAAiB,qBAOnB"}
@@ -1 +0,0 @@
1
- export declare const benefitImageStyles = "w-56 h-56 min-w-56";
@@ -1,2 +0,0 @@
1
- export const benefitImageStyles = 'w-56 h-56 min-w-56';
2
- //# sourceMappingURL=benefitImageStyles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"benefitImageStyles.js","sourceRoot":"","sources":["../../../src/components/BenefitsBlock/benefitImageStyles.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG,oBAAoB,CAAC"}
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const renderDescription: (description?: string) => JSX.Element | null;
@@ -1,4 +0,0 @@
1
- import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { Text } from '../../ui-kit/Text/Text.js';
3
- export const renderDescription = (description) => description ? (_jsx("div", { className: "mb-lg pt-3xs", children: _jsx(Text, { size: "text-xl", "font-weight": "font-light", children: description }) })) : null;
4
- //# sourceMappingURL=renderDescription.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"renderDescription.js","sourceRoot":"","sources":["../../../src/components/MobileAppTile/renderDescription.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAE9C,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,WAAoB,EAAE,EAAE,CACxD,WAAW,CAAC,CAAC,CAAC,CACZ,cAAK,SAAS,EAAC,cAAc,YAC3B,KAAC,IAAI,IAAC,IAAI,EAAC,SAAS,iBAAa,YAAY,YAC1C,WAAW,GACP,GACH,CACP,CAAC,CAAC,CAAC,IAAI,CAAC"}
@@ -1 +0,0 @@
1
- export const benefitImageStyles = 'w-56 h-56 min-w-56';
@@ -1,10 +0,0 @@
1
- import { Text } from '../../ui-kit/Text/Text';
2
-
3
- export const renderDescription = (description?: string) =>
4
- description ? (
5
- <div className="mb-lg pt-3xs">
6
- <Text size="text-xl" font-weight="font-light">
7
- {description}
8
- </Text>
9
- </div>
10
- ) : null;
@@ -1 +0,0 @@
1
- export const benefitImageStyles = 'w-56 h-56 min-w-56';
@@ -1 +0,0 @@
1
- export const benefitImageStyles = 'w-12 h-12 min-w-12 rounded-full';
@@ -1,10 +0,0 @@
1
- import { Text } from '../../ui-kit/Text/Text';
2
-
3
- export const renderDescription = (description?: string) =>
4
- description ? (
5
- <div className="mb-lg pt-3xs">
6
- <Text size="text-xl" font-weight="font-light">
7
- {description}
8
- </Text>
9
- </div>
10
- ) : null;