@redneckz/wildless-cms-uni-blocks 0.11.2 → 0.11.3

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 (446) hide show
  1. package/bin/migration-scripts/0.11.1.js +34 -0
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +76 -56
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  6. package/bundle/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  7. package/bundle/components/CarouselCard/CarouselCard.d.ts +1 -1
  8. package/bundle/components/CarouselCard/getCardWidth.d.ts +1 -0
  9. package/bundle/components/CarouselCard/titleSize.d.ts +1 -0
  10. package/bundle/components/CarouselCard/titleSize.mobile.d.ts +1 -0
  11. package/bundle/components/Footer/Contacts.d.ts +2 -2
  12. package/bundle/components/Footer/FooterContent.d.ts +9 -1
  13. package/bundle/components/Footer/FooterDataProps.d.ts +2 -2
  14. package/bundle/components/PictureText/positionStyle.d.ts +1 -0
  15. package/bundle/components/PictureText/positionStyle.mobile.d.ts +1 -0
  16. package/bundle/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  17. package/bundle/components/PictureText/styleInsuranceSum.d.ts +1 -0
  18. package/bundle/components/PictureText/styleInsuranceSum.mobile.d.ts +1 -0
  19. package/bundle/components/PictureText/styleValueBlock.d.ts +2 -0
  20. package/bundle/components/PictureText/styleValueBlock.mobile.d.ts +2 -0
  21. package/bundle/components/RollupItem/RollupItemContent.d.ts +4 -2
  22. package/bundle/components/RollupItem/renderRoundedIcon.d.ts +3 -0
  23. package/bundle/components/RollupItem/renderRoundedIcon.mobile.d.ts +4 -0
  24. package/bundle/ui-kit/BenefitItem/borderRadius.mobile.d.ts +1 -0
  25. package/bundle/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  26. package/bundle/ui-kit/BenefitItem/labelSize.mobile.d.ts +1 -0
  27. package/bundle/ui-kit/Icon/IconProps.d.ts +8 -3
  28. package/bundle/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  29. package/dist/components/BenefitsBlock/BenefitsBlock.js +1 -1
  30. package/dist/components/Blocks.js +2 -2
  31. package/dist/components/Blocks.js.map +1 -1
  32. package/dist/components/Blocks.mobile.js +6 -0
  33. package/dist/components/Blocks.mobile.js.map +1 -1
  34. package/dist/components/Bonus/Bonus.js +1 -1
  35. package/dist/components/BusinessBlock/BusinessCard.js +1 -1
  36. package/dist/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  37. package/{mobile/dist/components/ButtonBlock/ButtonBlock.js → dist/components/ButtonsBlock/ButtonsBlock.js} +3 -3
  38. package/dist/components/ButtonsBlock/ButtonsBlock.js.map +1 -0
  39. package/dist/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  40. package/dist/components/{ButtonBlock/ButtonBlockContent.js → ButtonsBlock/ButtonsBlockContent.js} +1 -1
  41. package/dist/components/ButtonsBlock/ButtonsBlockContent.js.map +1 -0
  42. package/dist/components/CardTransfer/CardTransfer.js +1 -1
  43. package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  44. package/dist/components/CarouselCard/CarouselCard.d.ts +1 -1
  45. package/dist/components/CarouselCard/CarouselCard.js +9 -7
  46. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  47. package/dist/components/CarouselCard/getCardWidth.d.ts +1 -0
  48. package/dist/components/CarouselCard/getCardWidth.js +18 -0
  49. package/dist/components/CarouselCard/getCardWidth.js.map +1 -0
  50. package/dist/components/CarouselCard/titleSize.d.ts +1 -0
  51. package/dist/components/CarouselCard/titleSize.js +4 -0
  52. package/dist/components/CarouselCard/titleSize.js.map +1 -0
  53. package/dist/components/CarouselCard/titleSize.mobile.d.ts +1 -0
  54. package/dist/components/CarouselCard/titleSize.mobile.js +4 -0
  55. package/dist/components/CarouselCard/titleSize.mobile.js.map +1 -0
  56. package/dist/components/CarouselProductCard/CarouselProductCard.js +1 -1
  57. package/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  58. package/dist/components/Footer/Contacts.d.ts +2 -2
  59. package/dist/components/Footer/Contacts.js +4 -5
  60. package/dist/components/Footer/Contacts.js.map +1 -1
  61. package/dist/components/Footer/FooterContent.d.ts +9 -1
  62. package/dist/components/Footer/FooterDataProps.d.ts +2 -2
  63. package/dist/components/PictureText/PictureText.js +5 -11
  64. package/dist/components/PictureText/PictureText.js.map +1 -1
  65. package/dist/components/PictureText/positionStyle.d.ts +1 -0
  66. package/dist/components/PictureText/positionStyle.js +4 -0
  67. package/dist/components/PictureText/positionStyle.js.map +1 -0
  68. package/dist/components/PictureText/positionStyle.mobile.d.ts +1 -0
  69. package/dist/components/PictureText/positionStyle.mobile.js +4 -0
  70. package/dist/components/PictureText/positionStyle.mobile.js.map +1 -0
  71. package/dist/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  72. package/dist/components/PictureText/renderInsuranceSumMonth.js +15 -0
  73. package/dist/components/PictureText/renderInsuranceSumMonth.js.map +1 -0
  74. package/dist/components/PictureText/styleInsuranceSum.d.ts +1 -0
  75. package/dist/components/PictureText/styleInsuranceSum.js +4 -0
  76. package/dist/components/PictureText/styleInsuranceSum.js.map +1 -0
  77. package/dist/components/PictureText/styleInsuranceSum.mobile.d.ts +1 -0
  78. package/dist/components/PictureText/styleInsuranceSum.mobile.js +4 -0
  79. package/dist/components/PictureText/styleInsuranceSum.mobile.js.map +1 -0
  80. package/dist/components/PictureText/styleValueBlock.d.ts +2 -0
  81. package/dist/components/PictureText/styleValueBlock.js +5 -0
  82. package/dist/components/PictureText/styleValueBlock.js.map +1 -0
  83. package/dist/components/PictureText/styleValueBlock.mobile.d.ts +2 -0
  84. package/dist/components/PictureText/styleValueBlock.mobile.js +5 -0
  85. package/dist/components/PictureText/styleValueBlock.mobile.js.map +1 -0
  86. package/dist/components/RollupItem/RollupItem.js +14 -9
  87. package/dist/components/RollupItem/RollupItem.js.map +1 -1
  88. package/dist/components/RollupItem/RollupItemContent.d.ts +4 -2
  89. package/dist/components/RollupItem/renderRoundedIcon.d.ts +3 -0
  90. package/dist/components/RollupItem/renderRoundedIcon.js +5 -0
  91. package/dist/components/RollupItem/renderRoundedIcon.js.map +1 -0
  92. package/dist/components/RollupItem/renderRoundedIcon.mobile.d.ts +4 -0
  93. package/dist/components/RollupItem/renderRoundedIcon.mobile.js +7 -0
  94. package/dist/components/RollupItem/renderRoundedIcon.mobile.js.map +1 -0
  95. package/dist/ui-kit/BenefitItem/BenefitItem.js +12 -11
  96. package/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  97. package/dist/ui-kit/BenefitItem/borderRadius.mobile.d.ts +1 -0
  98. package/dist/ui-kit/BenefitItem/borderRadius.mobile.js +4 -0
  99. package/dist/ui-kit/BenefitItem/borderRadius.mobile.js.map +1 -0
  100. package/dist/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  101. package/dist/ui-kit/BenefitItem/labelSize.js +4 -0
  102. package/dist/ui-kit/BenefitItem/labelSize.js.map +1 -0
  103. package/dist/ui-kit/BenefitItem/labelSize.mobile.d.ts +1 -0
  104. package/dist/ui-kit/BenefitItem/labelSize.mobile.js +4 -0
  105. package/dist/ui-kit/BenefitItem/labelSize.mobile.js.map +1 -0
  106. package/dist/ui-kit/Button/renderButtonsSection.js +2 -2
  107. package/dist/ui-kit/Button/renderButtonsSection.js.map +1 -1
  108. package/dist/ui-kit/Icon/IconProps.d.ts +8 -3
  109. package/dist/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  110. package/dist/ui-kit/Icon/RoundedIcon.js +5 -1
  111. package/dist/ui-kit/Icon/RoundedIcon.js.map +1 -1
  112. package/lib/common.css +1 -1
  113. package/lib/components/BenefitsBlock/BenefitsBlock.js +1 -1
  114. package/lib/components/Blocks.js +2 -2
  115. package/lib/components/Blocks.js.map +1 -1
  116. package/lib/components/Blocks.mobile.js +6 -0
  117. package/lib/components/Blocks.mobile.js.map +1 -1
  118. package/lib/components/Bonus/Bonus.js +1 -1
  119. package/lib/components/BusinessBlock/BusinessCard.js +1 -1
  120. package/lib/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  121. package/lib/components/ButtonsBlock/ButtonsBlock.fixture.mobile.d.ts +6 -0
  122. package/lib/components/{ButtonBlock/ButtonBlock.js → ButtonsBlock/ButtonsBlock.js} +2 -2
  123. package/lib/components/ButtonsBlock/ButtonsBlock.js.map +1 -0
  124. package/lib/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  125. package/lib/components/ButtonsBlock/ButtonsBlockContent.js +2 -0
  126. package/lib/components/ButtonsBlock/ButtonsBlockContent.js.map +1 -0
  127. package/lib/components/CardTransfer/CardTransfer.fixture.mobile.d.ts +6 -0
  128. package/lib/components/CardTransfer/CardTransfer.js +1 -1
  129. package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  130. package/lib/components/CarouselCard/CarouselCard.d.ts +1 -1
  131. package/lib/components/CarouselCard/CarouselCard.fixture.mobile.d.ts +8 -0
  132. package/lib/components/CarouselCard/CarouselCard.js +9 -7
  133. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  134. package/lib/components/CarouselCard/getCardWidth.d.ts +1 -0
  135. package/lib/components/CarouselCard/getCardWidth.js +15 -0
  136. package/lib/components/CarouselCard/getCardWidth.js.map +1 -0
  137. package/lib/components/CarouselCard/titleSize.d.ts +1 -0
  138. package/lib/components/CarouselCard/titleSize.js +2 -0
  139. package/lib/components/CarouselCard/titleSize.js.map +1 -0
  140. package/lib/components/CarouselCard/titleSize.mobile.d.ts +1 -0
  141. package/lib/components/CarouselCard/titleSize.mobile.js +2 -0
  142. package/lib/components/CarouselCard/titleSize.mobile.js.map +1 -0
  143. package/lib/components/CarouselProductCard/CarouselProductCard.js +1 -1
  144. package/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  145. package/lib/components/Footer/Contacts.d.ts +2 -2
  146. package/lib/components/Footer/Contacts.js +4 -5
  147. package/lib/components/Footer/Contacts.js.map +1 -1
  148. package/lib/components/Footer/FooterContent.d.ts +9 -1
  149. package/lib/components/Footer/FooterDataProps.d.ts +2 -2
  150. package/lib/components/PictureText/PictureText.fixture.mobile.d.ts +14 -0
  151. package/lib/components/PictureText/PictureText.js +5 -11
  152. package/lib/components/PictureText/PictureText.js.map +1 -1
  153. package/lib/components/PictureText/positionStyle.d.ts +1 -0
  154. package/lib/components/PictureText/positionStyle.js +2 -0
  155. package/lib/components/PictureText/positionStyle.js.map +1 -0
  156. package/lib/components/PictureText/positionStyle.mobile.d.ts +1 -0
  157. package/lib/components/PictureText/positionStyle.mobile.js +2 -0
  158. package/lib/components/PictureText/positionStyle.mobile.js.map +1 -0
  159. package/lib/components/PictureText/renderBenefit.d.ts +0 -1
  160. package/lib/components/PictureText/renderInsuranceSumMonth.d.ts +1 -0
  161. package/lib/components/PictureText/renderInsuranceSumMonth.js +12 -0
  162. package/lib/components/PictureText/renderInsuranceSumMonth.js.map +1 -0
  163. package/lib/components/PictureText/styleInsuranceSum.d.ts +1 -0
  164. package/lib/components/PictureText/styleInsuranceSum.js +2 -0
  165. package/lib/components/PictureText/styleInsuranceSum.js.map +1 -0
  166. package/lib/components/PictureText/styleInsuranceSum.mobile.d.ts +1 -0
  167. package/lib/components/PictureText/styleInsuranceSum.mobile.js +2 -0
  168. package/lib/components/PictureText/styleInsuranceSum.mobile.js.map +1 -0
  169. package/lib/components/PictureText/styleValueBlock.d.ts +2 -0
  170. package/lib/components/PictureText/styleValueBlock.js +3 -0
  171. package/lib/components/PictureText/styleValueBlock.js.map +1 -0
  172. package/lib/components/PictureText/styleValueBlock.mobile.d.ts +2 -0
  173. package/lib/components/PictureText/styleValueBlock.mobile.js +3 -0
  174. package/lib/components/PictureText/styleValueBlock.mobile.js.map +1 -0
  175. package/lib/components/RollupItem/RollupItem.fixture.mobile.d.ts +1 -0
  176. package/lib/components/RollupItem/RollupItem.js +14 -9
  177. package/lib/components/RollupItem/RollupItem.js.map +1 -1
  178. package/lib/components/RollupItem/RollupItemContent.d.ts +4 -2
  179. package/lib/components/RollupItem/renderRoundedIcon.d.ts +3 -0
  180. package/lib/components/RollupItem/renderRoundedIcon.js +2 -0
  181. package/lib/components/RollupItem/renderRoundedIcon.js.map +1 -0
  182. package/lib/components/RollupItem/renderRoundedIcon.mobile.d.ts +3 -0
  183. package/lib/components/RollupItem/renderRoundedIcon.mobile.js +4 -0
  184. package/lib/components/RollupItem/renderRoundedIcon.mobile.js.map +1 -0
  185. package/lib/ui-kit/BenefitItem/BenefitItem.js +12 -11
  186. package/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  187. package/lib/ui-kit/BenefitItem/borderRadius.mobile.d.ts +1 -0
  188. package/lib/ui-kit/BenefitItem/borderRadius.mobile.js +2 -0
  189. package/lib/ui-kit/BenefitItem/borderRadius.mobile.js.map +1 -0
  190. package/lib/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  191. package/lib/ui-kit/BenefitItem/labelSize.js +2 -0
  192. package/lib/ui-kit/BenefitItem/labelSize.js.map +1 -0
  193. package/lib/ui-kit/BenefitItem/labelSize.mobile.d.ts +1 -0
  194. package/lib/ui-kit/BenefitItem/labelSize.mobile.js +2 -0
  195. package/lib/ui-kit/BenefitItem/labelSize.mobile.js.map +1 -0
  196. package/lib/ui-kit/Button/renderButtonsSection.js +2 -2
  197. package/lib/ui-kit/Button/renderButtonsSection.js.map +1 -1
  198. package/lib/ui-kit/Icon/IconProps.d.ts +8 -3
  199. package/lib/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  200. package/lib/ui-kit/Icon/RoundedIcon.js +5 -1
  201. package/lib/ui-kit/Icon/RoundedIcon.js.map +1 -1
  202. package/mobile/bundle/bundle.umd.js +542 -378
  203. package/mobile/bundle/bundle.umd.min.js +1 -1
  204. package/mobile/bundle/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  205. package/mobile/bundle/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  206. package/mobile/bundle/components/CarouselCard/CarouselCard.d.ts +1 -1
  207. package/mobile/bundle/components/CarouselCard/getCardWidth.d.ts +1 -0
  208. package/mobile/bundle/components/CarouselCard/titleSize.d.ts +1 -0
  209. package/mobile/bundle/components/Footer/Contacts.d.ts +2 -2
  210. package/mobile/bundle/components/Footer/FooterContent.d.ts +9 -1
  211. package/mobile/bundle/components/Footer/FooterDataProps.d.ts +2 -2
  212. package/mobile/bundle/components/PictureText/positionStyle.d.ts +1 -0
  213. package/mobile/bundle/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  214. package/mobile/bundle/components/PictureText/styleInsuranceSum.d.ts +1 -0
  215. package/mobile/bundle/components/PictureText/styleValueBlock.d.ts +2 -0
  216. package/mobile/bundle/components/RollupItem/RollupItemContent.d.ts +4 -2
  217. package/mobile/bundle/components/RollupItem/renderRoundedIcon.d.ts +4 -0
  218. package/mobile/bundle/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  219. package/mobile/bundle/ui-kit/Icon/IconProps.d.ts +8 -3
  220. package/mobile/bundle/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  221. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +1 -1
  222. package/mobile/dist/components/Blocks.js +6 -0
  223. package/mobile/dist/components/Blocks.js.map +1 -1
  224. package/mobile/dist/components/Bonus/Bonus.js +1 -1
  225. package/mobile/dist/components/BusinessBlock/BusinessCard.js +1 -1
  226. package/mobile/dist/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  227. package/{dist/components/ButtonBlock/ButtonBlock.js → mobile/dist/components/ButtonsBlock/ButtonsBlock.js} +3 -3
  228. package/mobile/dist/components/ButtonsBlock/ButtonsBlock.js.map +1 -0
  229. package/mobile/dist/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  230. package/mobile/dist/components/{ButtonBlock/ButtonBlockContent.js → ButtonsBlock/ButtonsBlockContent.js} +1 -1
  231. package/mobile/dist/components/ButtonsBlock/ButtonsBlockContent.js.map +1 -0
  232. package/mobile/dist/components/CardTransfer/CardTransfer.js +1 -1
  233. package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
  234. package/mobile/dist/components/CarouselCard/CarouselCard.d.ts +1 -1
  235. package/mobile/dist/components/CarouselCard/CarouselCard.js +9 -7
  236. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  237. package/mobile/dist/components/CarouselCard/getCardWidth.d.ts +1 -0
  238. package/mobile/dist/components/CarouselCard/getCardWidth.js +18 -0
  239. package/mobile/dist/components/CarouselCard/getCardWidth.js.map +1 -0
  240. package/mobile/dist/components/CarouselCard/titleSize.d.ts +1 -0
  241. package/mobile/dist/components/CarouselCard/titleSize.js +4 -0
  242. package/mobile/dist/components/CarouselCard/titleSize.js.map +1 -0
  243. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js +1 -1
  244. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  245. package/mobile/dist/components/Footer/Contacts.d.ts +2 -2
  246. package/mobile/dist/components/Footer/Contacts.js +4 -5
  247. package/mobile/dist/components/Footer/Contacts.js.map +1 -1
  248. package/mobile/dist/components/Footer/FooterContent.d.ts +9 -1
  249. package/mobile/dist/components/Footer/FooterDataProps.d.ts +2 -2
  250. package/mobile/dist/components/PictureText/PictureText.js +5 -11
  251. package/mobile/dist/components/PictureText/PictureText.js.map +1 -1
  252. package/mobile/dist/components/PictureText/positionStyle.d.ts +1 -0
  253. package/mobile/dist/components/PictureText/positionStyle.js +4 -0
  254. package/mobile/dist/components/PictureText/positionStyle.js.map +1 -0
  255. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  256. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js +15 -0
  257. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js.map +1 -0
  258. package/mobile/dist/components/PictureText/styleInsuranceSum.d.ts +1 -0
  259. package/mobile/dist/components/PictureText/styleInsuranceSum.js +4 -0
  260. package/mobile/dist/components/PictureText/styleInsuranceSum.js.map +1 -0
  261. package/mobile/dist/components/PictureText/styleValueBlock.d.ts +2 -0
  262. package/mobile/dist/components/PictureText/styleValueBlock.js +5 -0
  263. package/mobile/dist/components/PictureText/styleValueBlock.js.map +1 -0
  264. package/mobile/dist/components/RollupItem/RollupItem.js +14 -9
  265. package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
  266. package/mobile/dist/components/RollupItem/RollupItemContent.d.ts +4 -2
  267. package/mobile/dist/components/RollupItem/renderRoundedIcon.d.ts +4 -0
  268. package/mobile/dist/components/RollupItem/renderRoundedIcon.js +7 -0
  269. package/mobile/dist/components/RollupItem/renderRoundedIcon.js.map +1 -0
  270. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js +12 -11
  271. package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  272. package/mobile/dist/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  273. package/mobile/dist/ui-kit/BenefitItem/labelSize.js +4 -0
  274. package/mobile/dist/ui-kit/BenefitItem/labelSize.js.map +1 -0
  275. package/mobile/dist/ui-kit/Button/renderButtonsSection.js +2 -2
  276. package/mobile/dist/ui-kit/Button/renderButtonsSection.js.map +1 -1
  277. package/mobile/dist/ui-kit/Icon/IconProps.d.ts +8 -3
  278. package/mobile/dist/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  279. package/mobile/dist/ui-kit/Icon/RoundedIcon.js +5 -1
  280. package/mobile/dist/ui-kit/Icon/RoundedIcon.js.map +1 -1
  281. package/mobile/lib/common.css +1 -1
  282. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +1 -1
  283. package/mobile/lib/components/Blocks.js +6 -0
  284. package/mobile/lib/components/Blocks.js.map +1 -1
  285. package/mobile/lib/components/Bonus/Bonus.js +1 -1
  286. package/mobile/lib/components/BusinessBlock/BusinessCard.js +1 -1
  287. package/mobile/lib/components/ButtonsBlock/ButtonsBlock.d.ts +6 -0
  288. package/mobile/lib/components/{ButtonBlock/ButtonBlock.js → ButtonsBlock/ButtonsBlock.js} +2 -2
  289. package/mobile/lib/components/ButtonsBlock/ButtonsBlock.js.map +1 -0
  290. package/mobile/lib/components/ButtonsBlock/ButtonsBlockContent.d.ts +8 -0
  291. package/mobile/lib/components/ButtonsBlock/ButtonsBlockContent.js +2 -0
  292. package/mobile/lib/components/ButtonsBlock/ButtonsBlockContent.js.map +1 -0
  293. package/mobile/lib/components/CardTransfer/CardTransfer.js +1 -1
  294. package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
  295. package/mobile/lib/components/CarouselCard/CarouselCard.d.ts +1 -1
  296. package/mobile/lib/components/CarouselCard/CarouselCard.js +9 -7
  297. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  298. package/mobile/lib/components/CarouselCard/getCardWidth.d.ts +1 -0
  299. package/mobile/lib/components/CarouselCard/getCardWidth.js +15 -0
  300. package/mobile/lib/components/CarouselCard/getCardWidth.js.map +1 -0
  301. package/mobile/lib/components/CarouselCard/titleSize.d.ts +1 -0
  302. package/mobile/lib/components/CarouselCard/titleSize.js +2 -0
  303. package/mobile/lib/components/CarouselCard/titleSize.js.map +1 -0
  304. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js +1 -1
  305. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  306. package/mobile/lib/components/Footer/Contacts.d.ts +2 -2
  307. package/mobile/lib/components/Footer/Contacts.js +4 -5
  308. package/mobile/lib/components/Footer/Contacts.js.map +1 -1
  309. package/mobile/lib/components/Footer/FooterContent.d.ts +9 -1
  310. package/mobile/lib/components/Footer/FooterDataProps.d.ts +2 -2
  311. package/mobile/lib/components/PictureText/PictureText.js +5 -11
  312. package/mobile/lib/components/PictureText/PictureText.js.map +1 -1
  313. package/mobile/lib/components/PictureText/positionStyle.d.ts +1 -0
  314. package/mobile/lib/components/PictureText/positionStyle.js +2 -0
  315. package/mobile/lib/components/PictureText/positionStyle.js.map +1 -0
  316. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.d.ts +2 -0
  317. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js +12 -0
  318. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js.map +1 -0
  319. package/mobile/lib/components/PictureText/styleInsuranceSum.d.ts +1 -0
  320. package/mobile/lib/components/PictureText/styleInsuranceSum.js +2 -0
  321. package/mobile/lib/components/PictureText/styleInsuranceSum.js.map +1 -0
  322. package/mobile/lib/components/PictureText/styleValueBlock.d.ts +2 -0
  323. package/mobile/lib/components/PictureText/styleValueBlock.js +3 -0
  324. package/mobile/lib/components/PictureText/styleValueBlock.js.map +1 -0
  325. package/mobile/lib/components/RollupItem/RollupItem.js +14 -9
  326. package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
  327. package/mobile/lib/components/RollupItem/RollupItemContent.d.ts +4 -2
  328. package/mobile/lib/components/RollupItem/renderRoundedIcon.d.ts +4 -0
  329. package/mobile/lib/components/RollupItem/renderRoundedIcon.js +4 -0
  330. package/mobile/lib/components/RollupItem/renderRoundedIcon.js.map +1 -0
  331. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js +12 -11
  332. package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
  333. package/mobile/lib/ui-kit/BenefitItem/labelSize.d.ts +1 -0
  334. package/mobile/lib/ui-kit/BenefitItem/labelSize.js +2 -0
  335. package/mobile/lib/ui-kit/BenefitItem/labelSize.js.map +1 -0
  336. package/mobile/lib/ui-kit/Button/renderButtonsSection.js +2 -2
  337. package/mobile/lib/ui-kit/Button/renderButtonsSection.js.map +1 -1
  338. package/mobile/lib/ui-kit/Icon/IconProps.d.ts +8 -3
  339. package/mobile/lib/ui-kit/Icon/RoundedIcon.d.ts +5 -1
  340. package/mobile/lib/ui-kit/Icon/RoundedIcon.js +5 -1
  341. package/mobile/lib/ui-kit/Icon/RoundedIcon.js.map +1 -1
  342. package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +1 -1
  343. package/mobile/src/components/Blocks.ts +6 -0
  344. package/mobile/src/components/Bonus/Bonus.tsx +1 -1
  345. package/mobile/src/components/BusinessBlock/BusinessCard.tsx +1 -1
  346. package/mobile/src/components/ButtonsBlock/ButtonsBlock.example.json +14 -0
  347. package/mobile/src/components/{ButtonBlock/ButtonBlock.tsx → ButtonsBlock/ButtonsBlock.tsx} +4 -4
  348. package/mobile/src/components/ButtonsBlock/ButtonsBlock.ui.json +14 -0
  349. package/mobile/src/components/ButtonsBlock/ButtonsBlockContent.ts +9 -0
  350. package/mobile/src/components/CardTransfer/CardTransfer.tsx +9 -3
  351. package/mobile/src/components/CarouselCard/CarouselCard.tsx +16 -12
  352. package/mobile/src/components/CarouselCard/getCardWidth.tsx +16 -0
  353. package/mobile/src/components/CarouselCard/titleSize.tsx +1 -0
  354. package/mobile/src/components/CarouselProductCard/CarouselProductCard.tsx +1 -3
  355. package/mobile/src/components/Footer/Contacts.tsx +20 -12
  356. package/mobile/src/components/Footer/FooterContent.ts +10 -1
  357. package/mobile/src/components/Footer/FooterDataProps.ts +2 -2
  358. package/mobile/src/components/PictureText/PictureText.tsx +13 -27
  359. package/mobile/src/components/PictureText/positionStyle.tsx +1 -0
  360. package/mobile/src/components/PictureText/renderInsuranceSumMonth.tsx +28 -0
  361. package/mobile/src/components/PictureText/styleInsuranceSum.tsx +1 -0
  362. package/mobile/src/components/PictureText/styleValueBlock.tsx +2 -0
  363. package/mobile/src/components/RollupItem/RollupItem.tsx +25 -18
  364. package/mobile/src/components/RollupItem/RollupItem.ui.json +7 -1
  365. package/mobile/src/components/RollupItem/RollupItemContent.ts +4 -2
  366. package/mobile/src/components/RollupItem/renderRoundedIcon.tsx +7 -0
  367. package/mobile/src/ui-kit/BenefitItem/BenefitItem.tsx +26 -22
  368. package/mobile/src/ui-kit/BenefitItem/labelSize.tsx +1 -0
  369. package/mobile/src/ui-kit/Button/renderButtonsSection.tsx +8 -2
  370. package/mobile/src/ui-kit/Icon/IconProps.ts +9 -4
  371. package/mobile/src/ui-kit/Icon/RoundedIcon.tsx +18 -6
  372. package/package.json +1 -1
  373. package/src/components/BenefitsBlock/BenefitsBlock.tsx +1 -1
  374. package/src/components/Blocks.mobile.ts +6 -0
  375. package/src/components/Blocks.ts +2 -2
  376. package/src/components/Bonus/Bonus.tsx +1 -1
  377. package/src/components/BusinessBlock/BusinessCard.tsx +1 -1
  378. package/src/components/ButtonsBlock/ButtonsBlock.example.json +14 -0
  379. package/src/components/ButtonsBlock/ButtonsBlock.fixture.mobile.tsx +26 -0
  380. package/src/components/ButtonsBlock/ButtonsBlock.fixture.tsx +26 -0
  381. package/src/components/{ButtonBlock/ButtonBlock.tsx → ButtonsBlock/ButtonsBlock.tsx} +4 -4
  382. package/src/components/ButtonsBlock/ButtonsBlock.ui.json +14 -0
  383. package/src/components/ButtonsBlock/ButtonsBlockContent.ts +9 -0
  384. package/src/components/CardTransfer/CardTransfer.fixture.mobile.tsx +18 -0
  385. package/src/components/CardTransfer/CardTransfer.tsx +9 -3
  386. package/src/components/CarouselCard/CarouselCard.fixture.mobile.tsx +28 -0
  387. package/src/components/CarouselCard/CarouselCard.tsx +16 -12
  388. package/src/components/CarouselCard/getCardWidth.tsx +16 -0
  389. package/src/components/CarouselCard/titleSize.mobile.tsx +1 -0
  390. package/src/components/CarouselCard/titleSize.tsx +1 -0
  391. package/src/components/CarouselProductCard/CarouselProductCard.tsx +1 -3
  392. package/src/components/Footer/Contacts.tsx +20 -12
  393. package/src/components/Footer/FooterContent.ts +10 -1
  394. package/src/components/Footer/FooterDataProps.ts +2 -2
  395. package/src/components/PictureText/PictureText.fixture.mobile.tsx +122 -0
  396. package/src/components/PictureText/PictureText.tsx +13 -27
  397. package/src/components/PictureText/positionStyle.mobile.tsx +1 -0
  398. package/src/components/PictureText/positionStyle.tsx +1 -0
  399. package/src/components/PictureText/renderInsuranceSumMonth.tsx +28 -0
  400. package/src/components/PictureText/styleInsuranceSum.mobile.tsx +1 -0
  401. package/src/components/PictureText/styleInsuranceSum.tsx +1 -0
  402. package/src/components/PictureText/styleValueBlock.mobile.tsx +2 -0
  403. package/src/components/PictureText/styleValueBlock.tsx +2 -0
  404. package/src/components/RollupItem/RollupItem.fixture.mobile.tsx +15 -0
  405. package/src/components/RollupItem/RollupItem.tsx +25 -18
  406. package/src/components/RollupItem/RollupItem.ui.json +7 -1
  407. package/src/components/RollupItem/RollupItemContent.ts +4 -2
  408. package/src/components/RollupItem/renderRoundedIcon.mobile.tsx +7 -0
  409. package/src/components/RollupItem/renderRoundedIcon.tsx +4 -0
  410. package/src/ui-kit/BenefitItem/BenefitItem.tsx +26 -22
  411. package/src/ui-kit/BenefitItem/borderRadius.mobile.tsx +1 -0
  412. package/src/ui-kit/BenefitItem/labelSize.mobile.tsx +1 -0
  413. package/src/ui-kit/BenefitItem/labelSize.tsx +1 -0
  414. package/src/ui-kit/Button/renderButtonsSection.tsx +8 -2
  415. package/src/ui-kit/Icon/IconProps.ts +9 -4
  416. package/src/ui-kit/Icon/RoundedIcon.tsx +18 -6
  417. package/bundle/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  418. package/bundle/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  419. package/dist/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  420. package/dist/components/ButtonBlock/ButtonBlock.js.map +0 -1
  421. package/dist/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  422. package/dist/components/ButtonBlock/ButtonBlockContent.js.map +0 -1
  423. package/lib/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  424. package/lib/components/ButtonBlock/ButtonBlock.js.map +0 -1
  425. package/lib/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  426. package/lib/components/ButtonBlock/ButtonBlockContent.js +0 -2
  427. package/lib/components/ButtonBlock/ButtonBlockContent.js.map +0 -1
  428. package/mobile/bundle/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  429. package/mobile/bundle/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  430. package/mobile/dist/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  431. package/mobile/dist/components/ButtonBlock/ButtonBlock.js.map +0 -1
  432. package/mobile/dist/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  433. package/mobile/dist/components/ButtonBlock/ButtonBlockContent.js.map +0 -1
  434. package/mobile/lib/components/ButtonBlock/ButtonBlock.d.ts +0 -6
  435. package/mobile/lib/components/ButtonBlock/ButtonBlock.js.map +0 -1
  436. package/mobile/lib/components/ButtonBlock/ButtonBlockContent.d.ts +0 -8
  437. package/mobile/lib/components/ButtonBlock/ButtonBlockContent.js +0 -2
  438. package/mobile/lib/components/ButtonBlock/ButtonBlockContent.js.map +0 -1
  439. package/mobile/src/components/ButtonBlock/ButtonBlock.example.json +0 -12
  440. package/mobile/src/components/ButtonBlock/ButtonBlock.ui.json +0 -12
  441. package/mobile/src/components/ButtonBlock/ButtonBlockContent.ts +0 -9
  442. package/src/components/ButtonBlock/ButtonBlock.example.json +0 -12
  443. package/src/components/ButtonBlock/ButtonBlock.fixture.tsx +0 -19
  444. package/src/components/ButtonBlock/ButtonBlock.ui.json +0 -12
  445. package/src/components/ButtonBlock/ButtonBlockContent.ts +0 -9
  446. /package/lib/components/{ButtonBlock/ButtonBlock.fixture.d.ts → ButtonsBlock/ButtonsBlock.fixture.d.ts} +0 -0
@@ -1,34 +1,38 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
- import type { BlockVersion } from '../../model/BlockVersion';
3
2
  import type { IconVersion } from '../../model/IconVersion';
4
- import { style } from '../../utils/style';
5
3
  import { Img } from '../Img/Img';
4
+ import { style } from '../../utils/style';
5
+ import type { BenefitItemCommonProps, BenefitItemProps } from './BenefitItemProps';
6
+ import { labelSize } from './labelSize';
6
7
  import { Paragraph } from '../Paragraph/Paragraph';
7
8
  import { Text } from '../Text/Text';
8
- import type { BenefitItemCommonProps, BenefitItemProps } from './BenefitItemProps';
9
9
 
10
10
  export interface BenefitGeneralProps extends BenefitItemProps, BenefitItemCommonProps {}
11
11
 
12
- export const BenefitItem = JSX<BenefitGeneralProps>(
13
- ({ className, icon, label, description, version = 'primary', benefitsVersion = 'normal' }) => (
14
- <div className={style('flex gap-5', description ? 'items-start' : 'items-center', className)}>
12
+ export const BenefitItem = JSX<BenefitGeneralProps>((props) => {
13
+ const { className = '', icon, label, description, benefitsVersion = 'normal' } = props;
14
+ const listItemAlign = description ? 'items-start' : 'items-center';
15
+
16
+ return (
17
+ <div className={`flex gap-5 ${listItemAlign} ${className}`}>
15
18
  {icon ? (
16
- <div className={getBenefitIconBgStyle(version, benefitsVersion)}>
19
+ <div className={getBenefitIconBgStyle(benefitsVersion)}>
17
20
  <Img
18
21
  className="w-6 h-6"
19
22
  image={{ ...icon, iconVersion: icon.iconVersion || benefitsVersion }}
20
23
  />
21
24
  </div>
22
25
  ) : null}
23
- <div>
26
+ <div className="gap-0.5">
24
27
  {label ? (
25
- <Text size="text-h6" color="text-primary-text group-data-secondary:text-white">
28
+ <Text color="text-primary-text group-data-secondary:text-white" size={labelSize}>
26
29
  {label}
27
30
  </Text>
28
31
  ) : null}
29
32
  {description ? (
30
33
  <Paragraph
31
- size="text-m-light"
34
+ font="font-light"
35
+ size="text-m"
32
36
  color="text-secondary-text group-data-secondary:text-white"
33
37
  >
34
38
  {description}
@@ -36,17 +40,17 @@ export const BenefitItem = JSX<BenefitGeneralProps>(
36
40
  ) : null}
37
41
  </div>
38
42
  </div>
39
- ),
40
- );
41
-
42
- function getBenefitIconBgStyle(version: BlockVersion, benefitsVersion: IconVersion) {
43
- let bgColorStyle = 'bg-primary-main text-black';
43
+ );
44
+ });
44
45
 
45
- if (version === 'secondary') {
46
- bgColorStyle = 'bg-white/30 text-black';
47
- } else if (benefitsVersion === 'normal') {
48
- bgColorStyle = 'bg-secondary-light text-primary-main';
49
- }
46
+ function getBenefitIconBgStyle(benefitsVersion: IconVersion) {
47
+ const bgColorStyle =
48
+ benefitsVersion === 'normal'
49
+ ? 'bg-secondary-light text-primary-main'
50
+ : 'bg-primary-main text-black group-data-secondary:bg-white/30 group-data-secondary:text-black';
50
51
 
51
- return `w-12 h-12 min-w-12 rounded-full p-2.5 box-border flex items-center justify-center ${bgColorStyle}`;
52
- }
52
+ return style(
53
+ 'w-12 h-12 min-w-12 p-2.5 box-border flex items-center justify-center rounded-icon',
54
+ bgColorStyle,
55
+ );
56
+ }
@@ -0,0 +1 @@
1
+ export const borderRadius = 'rounded-md';
@@ -0,0 +1 @@
1
+ export const labelSize = 'text-l';
@@ -0,0 +1 @@
1
+ export const labelSize = 'text-h6';
@@ -15,7 +15,13 @@ export const renderButtonsSection = (
15
15
  { className = '', buttonClassName, isVertical }: ButtonsSectionOptions = {},
16
16
  ) =>
17
17
  buttons?.length && buttons.some((_) => _?.text || _?.icon?.icon) ? (
18
- <div className={style('flex', isVertical ? 'flex-col gap-2' : 'flex-wrap gap-4', className)}>
18
+ <div
19
+ className={style(
20
+ 'flex',
21
+ isVertical ? 'flex-col gap-2 justify-items-stretch' : 'flex-wrap gap-4',
22
+ className,
23
+ )}
24
+ >
19
25
  {buttons.map(renderButton(buttonClassName))}
20
26
  </div>
21
27
  ) : null;
@@ -30,7 +36,7 @@ const renderButton =
30
36
  return text || icon?.icon ? (
31
37
  <Button
32
38
  key={index ? String(index) : ''}
33
- className={buttonClassName}
39
+ className={style('basis-full sm:basis-auto', buttonClassName)}
34
40
  appendLeft={renderButtonIcon({ ...icon, iconVersion })}
35
41
  appendRight={renderButtonIcon({ ...iconRight, iconVersion })}
36
42
  version={version}
@@ -2,6 +2,15 @@ import type { IconName } from '../../icons/IconName';
2
2
  import type { IconVersion } from '../../model/IconVersion';
3
3
 
4
4
  export type { IconName };
5
+
6
+ /**
7
+ * @title Цвет фона иконки
8
+ * @enumNames [
9
+ * "Основной",
10
+ * "Второстепенный",
11
+ * "Второстепенный светлый"
12
+ * ]
13
+ */
5
14
  export type IconBgVersion = 'primary' | 'secondary' | 'secondary-light';
6
15
 
7
16
  export interface IconCompatibilityFields {
@@ -21,7 +30,3 @@ export type IconProps = IconCompatibilityFields & {
21
30
  name?: IconName;
22
31
  iconVersion?: IconVersion;
23
32
  };
24
-
25
- export interface RoundedIconProps extends IconProps {
26
- iconBgVersion?: IconBgVersion;
27
- }
@@ -1,7 +1,12 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
2
  import { Icon } from './Icon';
3
- import type { IconBgVersion, RoundedIconProps } from './IconProps';
3
+ import type { IconBgVersion } from './IconProps';
4
4
  import { style } from '../../utils/style';
5
+ import type { Picture } from '../../model/Picture';
6
+
7
+ export interface RoundedIconProps extends Picture {
8
+ iconBgVersion?: IconBgVersion;
9
+ }
5
10
 
6
11
  const iconBgStyles: Record<IconBgVersion, string> = {
7
12
  primary: 'bg-main-divider',
@@ -9,8 +14,15 @@ const iconBgStyles: Record<IconBgVersion, string> = {
9
14
  'secondary-light': 'bg-secondary-light',
10
15
  };
11
16
 
12
- export const RoundedIcon = JSX<RoundedIconProps>(({ iconBgVersion = 'primary', ...rest }) => (
13
- <div className={style('rounded-icon p-2.5 mr-3', iconBgStyles[iconBgVersion])}>
14
- <Icon {...rest} />
15
- </div>
16
- ));
17
+ export const RoundedIcon = JSX<RoundedIconProps>(
18
+ ({ iconBgVersion = 'primary', size, icon, ...rest }) => {
19
+ const width = String(size?.width || 24);
20
+ const height = String(size?.height || 24);
21
+
22
+ return icon ? (
23
+ <div className={style('rounded-icon p-2.5 mr-3', iconBgStyles[iconBgVersion])}>
24
+ <Icon {...rest} width={width} height={height} name={icon} />
25
+ </div>
26
+ ) : null;
27
+ },
28
+ );
@@ -1,6 +0,0 @@
1
- import type { UniBlockProps } from '../../model/JSXBlock';
2
- import type { ButtonBlockContent } from './ButtonBlockContent';
3
- interface ButtonBlockProps extends ButtonBlockContent, UniBlockProps {
4
- }
5
- export declare const ButtonBlock: import("@redneckz/uni-jsx").UNIComponent<ButtonBlockProps, any, any>;
6
- export {};
@@ -1,8 +0,0 @@
1
- import type { ButtonWithIconProps } from '../../ui-kit/Button/ButtonProps';
2
- /**
3
- * @title Блок Кнопка
4
- */
5
- export interface ButtonBlockContent {
6
- /** @title Кнопка */
7
- button?: ButtonWithIconProps;
8
- }
@@ -1,6 +0,0 @@
1
- import type { UniBlockProps } from '../../model/JSXBlock';
2
- import type { ButtonBlockContent } from './ButtonBlockContent';
3
- interface ButtonBlockProps extends ButtonBlockContent, UniBlockProps {
4
- }
5
- export declare const ButtonBlock: import("@redneckz/uni-jsx").UNIComponent<ButtonBlockProps, any, any>;
6
- export {};
@@ -1 +0,0 @@
1
- {"version":3,"file":"ButtonBlock.js","sourceRoot":"","sources":["../../../src/components/ButtonBlock/ButtonBlock.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,mFAAgF;AAChF,6CAA0C;AAK7B,QAAA,WAAW,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACnF,uBAAC,2BAAY,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,iBAAiB,EAAE,SAAS,CAAC,KAAM,IAAI,YACnE,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,CAAC,GAClB,CAChB,CAAC,CAAC"}
@@ -1,8 +0,0 @@
1
- import type { ButtonWithIconProps } from '../../ui-kit/Button/ButtonProps';
2
- /**
3
- * @title Блок Кнопка
4
- */
5
- export interface ButtonBlockContent {
6
- /** @title Кнопка */
7
- button?: ButtonWithIconProps;
8
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"ButtonBlockContent.js","sourceRoot":"","sources":["../../../src/components/ButtonBlock/ButtonBlockContent.ts"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- import type { UniBlockProps } from '../../model/JSXBlock';
2
- import type { ButtonBlockContent } from './ButtonBlockContent';
3
- interface ButtonBlockProps extends ButtonBlockContent, UniBlockProps {
4
- }
5
- export declare const ButtonBlock: import("@redneckz/uni-jsx").UNIComponent<ButtonBlockProps, any, any>;
6
- export {};
@@ -1 +0,0 @@
1
- {"version":3,"file":"ButtonBlock.js","sourceRoot":"","sources":["../../../src/components/ButtonBlock/ButtonBlock.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAK1C,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAmB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACnF,KAAC,YAAY,IAAC,SAAS,EAAE,KAAK,CAAC,iBAAiB,EAAE,SAAS,CAAC,KAAM,IAAI,YACnE,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC,GAClB,CAChB,CAAC,CAAC"}
@@ -1,8 +0,0 @@
1
- import type { ButtonWithIconProps } from '../../ui-kit/Button/ButtonProps';
2
- /**
3
- * @title Блок Кнопка
4
- */
5
- export interface ButtonBlockContent {
6
- /** @title Кнопка */
7
- button?: ButtonWithIconProps;
8
- }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ButtonBlockContent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ButtonBlockContent.js","sourceRoot":"","sources":["../../../src/components/ButtonBlock/ButtonBlockContent.ts"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- import type { UniBlockProps } from '../../model/JSXBlock';
2
- import type { ButtonBlockContent } from './ButtonBlockContent';
3
- interface ButtonBlockProps extends ButtonBlockContent, UniBlockProps {
4
- }
5
- export declare const ButtonBlock: import("@redneckz/uni-jsx").UNIComponent<ButtonBlockProps, any, any>;
6
- export {};
@@ -1,8 +0,0 @@
1
- import type { ButtonWithIconProps } from '../../ui-kit/Button/ButtonProps';
2
- /**
3
- * @title Блок Кнопка
4
- */
5
- export interface ButtonBlockContent {
6
- /** @title Кнопка */
7
- button?: ButtonWithIconProps;
8
- }
@@ -1,6 +0,0 @@
1
- import type { UniBlockProps } from '../../model/JSXBlock';
2
- import type { ButtonBlockContent } from './ButtonBlockContent';
3
- interface ButtonBlockProps extends ButtonBlockContent, UniBlockProps {
4
- }
5
- export declare const ButtonBlock: import("@redneckz/uni-jsx").UNIComponent<ButtonBlockProps, any, any>;
6
- export {};
@@ -1 +0,0 @@
1
- {"version":3,"file":"ButtonBlock.js","sourceRoot":"","sources":["../../../src/components/ButtonBlock/ButtonBlock.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,4DAAyD;AACzD,mFAAgF;AAChF,6CAA0C;AAK7B,QAAA,WAAW,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACnF,uBAAC,2BAAY,IAAC,SAAS,EAAE,IAAA,aAAK,EAAC,iBAAiB,EAAE,SAAS,CAAC,KAAM,IAAI,YACnE,IAAA,2CAAoB,EAAC,CAAC,MAAM,CAAC,CAAC,GAClB,CAChB,CAAC,CAAC"}
@@ -1,8 +0,0 @@
1
- import type { ButtonWithIconProps } from '../../ui-kit/Button/ButtonProps';
2
- /**
3
- * @title Блок Кнопка
4
- */
5
- export interface ButtonBlockContent {
6
- /** @title Кнопка */
7
- button?: ButtonWithIconProps;
8
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"ButtonBlockContent.js","sourceRoot":"","sources":["../../../src/components/ButtonBlock/ButtonBlockContent.ts"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- import type { UniBlockProps } from '../../model/JSXBlock';
2
- import type { ButtonBlockContent } from './ButtonBlockContent';
3
- interface ButtonBlockProps extends ButtonBlockContent, UniBlockProps {
4
- }
5
- export declare const ButtonBlock: import("@redneckz/uni-jsx").UNIComponent<ButtonBlockProps, any, any>;
6
- export {};
@@ -1 +0,0 @@
1
- {"version":3,"file":"ButtonBlock.js","sourceRoot":"","sources":["../../../src/components/ButtonBlock/ButtonBlock.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAK1C,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAmB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACnF,KAAC,YAAY,IAAC,SAAS,EAAE,KAAK,CAAC,iBAAiB,EAAE,SAAS,CAAC,KAAM,IAAI,YACnE,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC,GAClB,CAChB,CAAC,CAAC"}
@@ -1,8 +0,0 @@
1
- import type { ButtonWithIconProps } from '../../ui-kit/Button/ButtonProps';
2
- /**
3
- * @title Блок Кнопка
4
- */
5
- export interface ButtonBlockContent {
6
- /** @title Кнопка */
7
- button?: ButtonWithIconProps;
8
- }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ButtonBlockContent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ButtonBlockContent.js","sourceRoot":"","sources":["../../../src/components/ButtonBlock/ButtonBlockContent.ts"],"names":[],"mappings":""}
@@ -1,12 +0,0 @@
1
- {
2
- "content": {
3
- "button": {
4
- "href": "#",
5
- "text": "Кнопка",
6
- "target": "_blank",
7
- "version": "primary",
8
- "icon": { "format": "webp", "size": { "width": 24, "height": 24 } },
9
- "iconRight": { "format": "webp", "size": { "width": 24, "height": 24 } }
10
- }
11
- }
12
- }
@@ -1,12 +0,0 @@
1
- {
2
- "content": {
3
- "button": {
4
- "icon": {
5
- "ui:field": "icon"
6
- },
7
- "iconRight": {
8
- "ui:field": "icon"
9
- }
10
- }
11
- }
12
- }
@@ -1,9 +0,0 @@
1
- import type { ButtonWithIconProps } from '../../ui-kit/Button/ButtonProps';
2
-
3
- /**
4
- * @title Блок Кнопка
5
- */
6
- export interface ButtonBlockContent {
7
- /** @title Кнопка */
8
- button?: ButtonWithIconProps;
9
- }
@@ -1,12 +0,0 @@
1
- {
2
- "content": {
3
- "button": {
4
- "href": "#",
5
- "text": "Кнопка",
6
- "target": "_blank",
7
- "version": "primary",
8
- "icon": { "format": "webp", "size": { "width": 24, "height": 24 } },
9
- "iconRight": { "format": "webp", "size": { "width": 24, "height": 24 } }
10
- }
11
- }
12
- }
@@ -1,19 +0,0 @@
1
- import '../../setup-fixture';
2
-
3
- import type { ButtonWithIconProps } from '../../ui-kit/Button/ButtonProps';
4
- import { ButtonBlock } from './ButtonBlock';
5
-
6
- const button: ButtonWithIconProps = {
7
- href: '/credit-cards',
8
- text: 'Подробнее',
9
- target: '_blank',
10
- version: 'primary',
11
- };
12
-
13
- export default {
14
- default: (
15
- <div className="container grid grid-cols-12 p-4">
16
- <ButtonBlock className="col-span-12" button={button} />
17
- </div>
18
- ),
19
- };
@@ -1,12 +0,0 @@
1
- {
2
- "content": {
3
- "button": {
4
- "icon": {
5
- "ui:field": "icon"
6
- },
7
- "iconRight": {
8
- "ui:field": "icon"
9
- }
10
- }
11
- }
12
- }
@@ -1,9 +0,0 @@
1
- import type { ButtonWithIconProps } from '../../ui-kit/Button/ButtonProps';
2
-
3
- /**
4
- * @title Блок Кнопка
5
- */
6
- export interface ButtonBlockContent {
7
- /** @title Кнопка */
8
- button?: ButtonWithIconProps;
9
- }