@redneckz/wildless-cms-uni-blocks 0.14.21 → 0.14.23

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 (220) hide show
  1. package/bin/migration-scripts/0.14.20.js +30 -0
  2. package/bin/migration-scripts/0.14.21.js +1 -1
  3. package/bundle/blocks.schema.json +1 -1
  4. package/bundle/bundle.umd.js +13 -16
  5. package/bundle/bundle.umd.min.js +1 -1
  6. package/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  7. package/bundle/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  8. package/bundle/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  9. package/bundle/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +2 -2
  10. package/bundle/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  11. package/bundle/icons/IconName.d.ts +2 -20
  12. package/cosmos-static/icons/FaxIcon.svg +1 -1
  13. package/cosmos-static/icons/GeolocationIcon.svg +1 -1
  14. package/cosmos-static/icons/MapOpenedIcon.svg +1 -1
  15. package/cosmos-static/icons/PlusCircleIcon.svg +1 -1
  16. package/dist/api/CorporateLeadAPI.js +3 -0
  17. package/dist/api/CorporateLeadAPI.js.map +1 -1
  18. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  19. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  20. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  21. package/dist/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  22. package/dist/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
  23. package/dist/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  24. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  25. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -2
  26. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  27. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +2 -2
  28. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js +1 -1
  29. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js.map +1 -1
  30. package/dist/components/ProductBlock/ProductBlock.js +5 -2
  31. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  32. package/dist/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  33. package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js +1 -1
  34. package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
  35. package/dist/icons/IconName.d.ts +2 -20
  36. package/dist/icons/IconName.js +1 -19
  37. package/dist/icons/IconName.js.map +1 -1
  38. package/dist/ui-kit/DatePicker/DatePicker.js +1 -1
  39. package/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  40. package/lib/api/CorporateLeadAPI.js +3 -0
  41. package/lib/api/CorporateLeadAPI.js.map +1 -1
  42. package/lib/common.css +1 -1
  43. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  44. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  45. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  46. package/lib/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  47. package/lib/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
  48. package/lib/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  49. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  50. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -2
  51. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  52. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +2 -2
  53. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js +1 -1
  54. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js.map +1 -1
  55. package/lib/components/ProductBlock/ProductBlock.js +5 -2
  56. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  57. package/lib/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  58. package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js +1 -1
  59. package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
  60. package/lib/icons/IconName.d.ts +2 -20
  61. package/lib/icons/IconName.js +1 -19
  62. package/lib/icons/IconName.js.map +1 -1
  63. package/lib/ui-kit/DatePicker/DatePicker.js +1 -1
  64. package/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  65. package/mobile/bundle/bundle.umd.js +14 -8
  66. package/mobile/bundle/bundle.umd.min.js +1 -1
  67. package/mobile/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  68. package/mobile/bundle/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  69. package/mobile/bundle/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  70. package/mobile/bundle/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  71. package/mobile/bundle/icons/IconName.d.ts +2 -20
  72. package/mobile/dist/api/CorporateLeadAPI.js +3 -0
  73. package/mobile/dist/api/CorporateLeadAPI.js.map +1 -1
  74. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  75. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  76. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  77. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  78. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
  79. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  80. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  81. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -1
  82. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  83. package/mobile/dist/components/ProductBlock/ProductBlock.js +5 -2
  84. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  85. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  86. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js +1 -1
  87. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
  88. package/mobile/dist/icons/IconName.d.ts +2 -20
  89. package/mobile/dist/icons/IconName.js +1 -19
  90. package/mobile/dist/icons/IconName.js.map +1 -1
  91. package/mobile/dist/ui-kit/DatePicker/DatePicker.js +1 -1
  92. package/mobile/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  93. package/mobile/lib/api/CorporateLeadAPI.js +3 -0
  94. package/mobile/lib/api/CorporateLeadAPI.js.map +1 -1
  95. package/mobile/lib/common.css +1 -1
  96. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  97. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  98. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  99. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  100. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
  101. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  102. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  103. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -1
  104. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  105. package/mobile/lib/components/ProductBlock/ProductBlock.js +5 -2
  106. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  107. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  108. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js +1 -1
  109. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
  110. package/mobile/lib/icons/IconName.d.ts +2 -20
  111. package/mobile/lib/icons/IconName.js +1 -19
  112. package/mobile/lib/icons/IconName.js.map +1 -1
  113. package/mobile/lib/ui-kit/DatePicker/DatePicker.js +1 -1
  114. package/mobile/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  115. package/mobile/src/api/CorporateLeadAPI.ts +4 -0
  116. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +1 -1
  117. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -1
  118. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
  119. package/mobile/src/components/BonusBenefitsBlock/renderBonusBenefit.tsx +26 -23
  120. package/mobile/src/components/BonusBenefitsBlock/renderBonusBenefits.tsx +3 -8
  121. package/mobile/src/components/BusinessBlock/BusinessBlock.example.json +2 -2
  122. package/mobile/src/components/ProductBlock/ProductBlock.tsx +9 -2
  123. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +2 -0
  124. package/mobile/src/components/StickyBottomMenu/StickyBottomMenu.tsx +0 -1
  125. package/mobile/src/icons/FaxIcon.svg +1 -1
  126. package/mobile/src/icons/GeolocationIcon.svg +1 -1
  127. package/mobile/src/icons/IconName.ts +5 -5
  128. package/mobile/src/icons/MapMarkerSingleIcon.svg +1 -1
  129. package/mobile/src/icons/MapOpenedIcon.svg +1 -5
  130. package/mobile/src/icons/PlusCircleIcon.svg +1 -1
  131. package/mobile/src/ui-kit/DatePicker/DatePicker.tsx +1 -1
  132. package/mobile/tailwind.config.cjs +127 -0
  133. package/package.json +2 -1
  134. package/src/api/CorporateLeadAPI.ts +4 -0
  135. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +1 -1
  136. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -1
  137. package/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
  138. package/src/components/BonusBenefitsBlock/renderBonusBenefit.tsx +26 -23
  139. package/src/components/BonusBenefitsBlock/renderBonusBenefits.mobile.tsx +3 -8
  140. package/src/components/BonusBenefitsBlock/renderBonusBenefits.tsx +4 -5
  141. package/src/components/BusinessBlock/BusinessBlock.example.json +2 -2
  142. package/src/components/BusinessBlock/BusinessBlock.fixture.tsx +1 -1
  143. package/src/components/Calculator/Calculator.fixture.mobile.tsx +1 -1
  144. package/src/components/Calculator/Calculator.fixture.tsx +2 -2
  145. package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.mobile.tsx +2 -3
  146. package/src/components/CarouselTariffsCard/CarouselTariffsCard.fixture.tsx +2 -3
  147. package/src/components/PictureText/PictureText.fixture.mobile.tsx +2 -2
  148. package/src/components/PictureText/PictureText.fixture.tsx +3 -4
  149. package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +1 -1
  150. package/src/components/ProductBlock/ProductBlock.fixture.tsx +2 -3
  151. package/src/components/ProductBlock/ProductBlock.tsx +9 -2
  152. package/src/components/ProductBlock/ProductBlockContent.ts +2 -0
  153. package/src/components/StepsBlock/StepsBlock.fixture.mobile.tsx +2 -2
  154. package/src/components/StickyBottomMenu/StickyBottomMenu.mobile.tsx +0 -1
  155. package/src/icons/FaxIcon.svg +1 -1
  156. package/src/icons/GeolocationIcon.svg +1 -1
  157. package/src/icons/IconName.ts +1 -29
  158. package/src/icons/MapMarkerSingleIcon.svg +1 -1
  159. package/src/icons/MapOpenedIcon.svg +1 -5
  160. package/src/icons/PlusCircleIcon.svg +1 -1
  161. package/src/ui-kit/DatePicker/DatePicker.tsx +1 -1
  162. package/bundle/model/AlignText.d.ts +0 -6
  163. package/bundle/model/AlignType.d.ts +0 -21
  164. package/cosmos-static/icons/BagIcon.svg +0 -1
  165. package/cosmos-static/icons/Calendar2Icon.svg +0 -1
  166. package/cosmos-static/icons/DocIconMonoColor.svg +0 -1
  167. package/cosmos-static/icons/DocumentText2Icon.svg +0 -1
  168. package/cosmos-static/icons/DocumentTextIcon.svg +0 -1
  169. package/cosmos-static/icons/MoneysIcon.svg +0 -1
  170. package/cosmos-static/icons/PercentageSquareIcon.svg +0 -1
  171. package/cosmos-static/icons/StrongBoxIcon.svg +0 -1
  172. package/cosmos-static/icons/WalletAdd2Icon.svg +0 -1
  173. package/dist/model/AlignText.d.ts +0 -6
  174. package/dist/model/AlignText.js +0 -11
  175. package/dist/model/AlignText.js.map +0 -1
  176. package/dist/model/AlignType.d.ts +0 -21
  177. package/dist/model/AlignType.js +0 -2
  178. package/dist/model/AlignType.js.map +0 -1
  179. package/lib/model/AlignText.d.ts +0 -6
  180. package/lib/model/AlignText.js +0 -9
  181. package/lib/model/AlignText.js.map +0 -1
  182. package/lib/model/AlignType.d.ts +0 -21
  183. package/lib/model/AlignType.js +0 -2
  184. package/lib/model/AlignType.js.map +0 -1
  185. package/mobile/bundle/model/AlignText.d.ts +0 -6
  186. package/mobile/bundle/model/AlignType.d.ts +0 -21
  187. package/mobile/dist/model/AlignText.d.ts +0 -6
  188. package/mobile/dist/model/AlignText.js +0 -11
  189. package/mobile/dist/model/AlignText.js.map +0 -1
  190. package/mobile/dist/model/AlignType.d.ts +0 -21
  191. package/mobile/dist/model/AlignType.js +0 -2
  192. package/mobile/dist/model/AlignType.js.map +0 -1
  193. package/mobile/lib/model/AlignText.d.ts +0 -6
  194. package/mobile/lib/model/AlignText.js +0 -9
  195. package/mobile/lib/model/AlignText.js.map +0 -1
  196. package/mobile/lib/model/AlignType.d.ts +0 -21
  197. package/mobile/lib/model/AlignType.js +0 -2
  198. package/mobile/lib/model/AlignType.js.map +0 -1
  199. package/mobile/src/icons/BagIcon.svg +0 -1
  200. package/mobile/src/icons/Calendar2Icon.svg +0 -6
  201. package/mobile/src/icons/DocIconMonoColor.svg +0 -5
  202. package/mobile/src/icons/DocumentText2Icon.svg +0 -8
  203. package/mobile/src/icons/DocumentTextIcon.svg +0 -6
  204. package/mobile/src/icons/MoneysIcon.svg +0 -7
  205. package/mobile/src/icons/PercentageSquareIcon.svg +0 -16
  206. package/mobile/src/icons/StrongBoxIcon.svg +0 -5
  207. package/mobile/src/icons/WalletAdd2Icon.svg +0 -1
  208. package/mobile/src/model/AlignText.ts +0 -11
  209. package/mobile/src/model/AlignType.ts +0 -22
  210. package/src/icons/BagIcon.svg +0 -1
  211. package/src/icons/Calendar2Icon.svg +0 -6
  212. package/src/icons/DocIconMonoColor.svg +0 -5
  213. package/src/icons/DocumentText2Icon.svg +0 -8
  214. package/src/icons/DocumentTextIcon.svg +0 -6
  215. package/src/icons/MoneysIcon.svg +0 -7
  216. package/src/icons/PercentageSquareIcon.svg +0 -16
  217. package/src/icons/StrongBoxIcon.svg +0 -5
  218. package/src/icons/WalletAdd2Icon.svg +0 -1
  219. package/src/model/AlignText.ts +0 -11
  220. package/src/model/AlignType.ts +0 -22
@@ -1,16 +0,0 @@
1
- <svg title="Проценты" isInverse="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path
3
- stroke="#000000"
4
- stroke-linecap="round"
5
- stroke-linejoin="round"
6
- stroke-width="2"
7
- d="M2 13.05V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9"
8
- />
9
- <path
10
- stroke="currentColor"
11
- stroke-linecap="round"
12
- stroke-linejoin="round"
13
- stroke-width="2"
14
- d="m8.32 15.27 6.54-6.54M8.73 10.37a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46ZM15.27 16.09a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Z"
15
- />
16
- </svg>
@@ -1,5 +0,0 @@
1
- <svg title="Ящик с замочной скважиной" isInverse="true" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V10.91H9.64999" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M14.3511 10.9091C14.2511 11.6191 13.8311 12.2191 13.2511 12.5791V14.5591C13.2511 15.2491 12.6911 15.8091 12.0011 15.8091C11.3111 15.8091 10.7511 15.2491 10.7511 14.5591V12.5791C10.1711 12.2191 9.75109 11.6191 9.65109 10.9091C9.63109 10.7991 9.62109 10.6791 9.62109 10.5591C9.62109 9.03914 11.0611 7.85914 12.6411 8.27914C13.4411 8.48914 14.0911 9.13915 14.3011 9.93915C14.3911 10.2691 14.4011 10.5991 14.3511 10.9091Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10"/>
4
- <path d="M18.0016 10.9102H14.3516" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
@@ -1 +0,0 @@
1
- <svg title="Пополнение карты" isInverse="true" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.19 7.06C6.45 7.02 6.72 7 7 7h10c.26 0 .51.01.75.05C20.33 7.35 22 9.26 22 12v5c0 3-2 5-5 5H7.63c.31-.26.58-.58.79-.94.37-.6.58-1.31.58-2.06 0-2.21-1.79-4-4-4-1.2 0-2.27.53-3 1.36V12c0-.87.17-1.66.48-2.33" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.75 7.05C17.51 7.01 17.26 7 17 7H7c-.28 0-.55.02-.81.06.14-.28.34-.54.58-.78l3.25-3.26a3.525 3.525 0 0 1 4.96 0l1.75 1.77c.64.63.98 1.43 1.02 2.26Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 19c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 5 23a3.97 3.97 0 0 1-3.42-1.94A3.92 3.92 0 0 1 1 19c0-2.21 1.79-4 4-4s4 1.79 4 4ZM6.49 18.98H3.51M5 17.52v2.99" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 12.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,11 +0,0 @@
1
- import { type TextAlign } from '../ui-kit/Text/TextProps';
2
- import { type AlignType } from './AlignType';
3
-
4
- /**
5
- * @deprecated
6
- */
7
- export const AlignText: Record<AlignType, TextAlign> = {
8
- left: 'text-left',
9
- center: 'text-center',
10
- right: 'text-right',
11
- };
@@ -1,22 +0,0 @@
1
- /**
2
- * @title Выравнивание
3
- * @deprecated
4
- * @enumNames [
5
- * "По левому краю",
6
- * "По центру",
7
- * "По правому краю"
8
- * ]
9
- */
10
- export type AlignType = 'left' | 'center' | 'right';
11
-
12
- /**
13
- * @title Выравнивание
14
- * @deprecated
15
- * @enumNames [
16
- * "Во всю ширину",
17
- * "По левому краю",
18
- * "По центру",
19
- * "По правому краю"
20
- * ]
21
- */
22
- export type AlignTypeWithStretch = 'stretch' | 'left' | 'center' | 'right';
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" title="Сумка" viewBox="0 0 24 25" fill="none"><path stroke="#1C1C1C" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m21.37 14.164.34-3.57c.26-2.44-.44-4.43-4.71-4.43H7c-4.27 0-4.97 1.99-4.7 4.43l.75 8c.21 1.96.93 3.57 4.95 3.57h8c4.02 0 4.74-1.61 4.95-3.57M8 6.164v-.8c0-1.77 0-3.2 3.2-3.2h1.6c3.2 0 3.2 1.43 3.2 3.2v.8"/><path stroke="#1C1C1C" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M14 13.164v1.02c0 1.09-.01 1.98-2 1.98-1.98 0-2-.88-2-1.97v-1.03c0-1 0-1 1-1h2c1 0 1 0 1 1Z"/><path stroke="#1C1C1C" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M21.65 11.164a16.484 16.484 0 0 1-7.65 3.02M2.62 11.438c2.25 1.54 4.79 2.47 7.38 2.76"/></svg>
@@ -1,6 +0,0 @@
1
- <svg title="Календарь 2" isInverse="true" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.5 9.09h17" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M3 13.01V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M11.995 13.7h.01M8.294 13.7h.01M8.294 16.7h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M8 2v3M16 2v3" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <svg title="Документ (одноцветный)" isInverse="true" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.809 2.759A2.813 2.813 0 0 1 11.742 2h5.524C18.776 2 20 3.16 20 4.59v13.82c0 1.43-1.224 2.59-2.734 2.59H6.734C5.224 21 4 19.84 4 18.41v-5.95c0-.477.408-.864.911-.864.504 0 .912.387.912.864v5.95c0 .476.408.863.911.863h10.532c.503 0 .911-.387.911-.864V4.591c0-.477-.408-.864-.911-.864h-5.367v4.03c0 .955-.816 1.728-1.823 1.728H4.911c-.368 0-.7-.21-.842-.533a.83.83 0 0 1 .198-.941l5.542-5.252Zm.267 2.19L7.112 7.758h2.964v-2.81Z" fill="currentColor" />
3
- <rect x="8" y="12" width="8" height="2" rx="1" fill="currentColor" />
4
- <rect x="8" y="15" width="5" height="2" rx="1" fill="currentColor" />
5
- </svg>
@@ -1,8 +0,0 @@
1
- <svg title="Документы-2" isInverse="true" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 13H13" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M7 13H9.45" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M7 17H11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M2 9C2 4 4 2 9 2H14" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V12.98" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M18 10C15 10 14 9 14 6V2L22 10" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
- </svg>
@@ -1,6 +0,0 @@
1
- <svg title="Документ с текстом" isInverse="true" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3 7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V11.02" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M8 13H12" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M8 17H16" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
@@ -1,7 +0,0 @@
1
- <svg title="Купюры" isInverse="true" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2.26953 8.75126C2.26953 5.54293 4.10286 4.16797 6.85286 4.16797H16.0091C18.3425 4.16797 20.0195 5.15755 20.4675 7.41796C20.5508 7.82421 20.5924 8.26168 20.5924 8.75126V14.1159C20.5924 17.3242 18.7591 18.6992 16.0091 18.6992H6.85286C6.38411 18.6992 5.93619 18.6576 5.51953 18.5638C5.25911 18.5221 5.00909 18.4492 4.77992 18.3659C3.21742 17.7826 2.26953 16.4284 2.26953 14.1159V13.0013" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M23.7292 16.1367V17.2409C23.7292 20.4492 21.8958 21.8242 19.1458 21.8242H9.98958C9.21875 21.8242 8.52084 21.7201 7.91668 21.4909C6.67709 21.0326 5.83333 20.0846 5.53125 18.5638C5.94792 18.6576 6.39583 18.6992 6.86458 18.6992H16.0208C18.7708 18.6992 20.6042 17.3242 20.6042 14.1159V8.75127C20.6042 8.26169 20.5625 7.82422 20.4792 7.41797C22.4688 7.82422 23.7292 9.22002 23.7292 11.8763" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M14.1875 11.4375C14.1875 9.91668 12.9583 8.6875 11.4375 8.6875C9.91668 8.6875 8.6875 9.91668 8.6875 11.4375C8.6875 12.9583 9.91668 14.1875 11.4375 14.1875" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M5.47656 9.14844V13.7318" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M17.3945 9.14844V13.7318" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
7
- </svg>
@@ -1,16 +0,0 @@
1
- <svg title="Проценты" isInverse="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path
3
- stroke="#000000"
4
- stroke-linecap="round"
5
- stroke-linejoin="round"
6
- stroke-width="2"
7
- d="M2 13.05V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9"
8
- />
9
- <path
10
- stroke="currentColor"
11
- stroke-linecap="round"
12
- stroke-linejoin="round"
13
- stroke-width="2"
14
- d="m8.32 15.27 6.54-6.54M8.73 10.37a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46ZM15.27 16.09a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Z"
15
- />
16
- </svg>
@@ -1,5 +0,0 @@
1
- <svg title="Ящик с замочной скважиной" isInverse="true" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V10.91H9.64999" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M14.3511 10.9091C14.2511 11.6191 13.8311 12.2191 13.2511 12.5791V14.5591C13.2511 15.2491 12.6911 15.8091 12.0011 15.8091C11.3111 15.8091 10.7511 15.2491 10.7511 14.5591V12.5791C10.1711 12.2191 9.75109 11.6191 9.65109 10.9091C9.63109 10.7991 9.62109 10.6791 9.62109 10.5591C9.62109 9.03914 11.0611 7.85914 12.6411 8.27914C13.4411 8.48914 14.0911 9.13915 14.3011 9.93915C14.3911 10.2691 14.4011 10.5991 14.3511 10.9091Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10"/>
4
- <path d="M18.0016 10.9102H14.3516" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
@@ -1 +0,0 @@
1
- <svg title="Пополнение карты" isInverse="true" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.19 7.06C6.45 7.02 6.72 7 7 7h10c.26 0 .51.01.75.05C20.33 7.35 22 9.26 22 12v5c0 3-2 5-5 5H7.63c.31-.26.58-.58.79-.94.37-.6.58-1.31.58-2.06 0-2.21-1.79-4-4-4-1.2 0-2.27.53-3 1.36V12c0-.87.17-1.66.48-2.33" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.75 7.05C17.51 7.01 17.26 7 17 7H7c-.28 0-.55.02-.81.06.14-.28.34-.54.58-.78l3.25-3.26a3.525 3.525 0 0 1 4.96 0l1.75 1.77c.64.63.98 1.43 1.02 2.26Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 19c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 5 23a3.97 3.97 0 0 1-3.42-1.94A3.92 3.92 0 0 1 1 19c0-2.21 1.79-4 4-4s4 1.79 4 4ZM6.49 18.98H3.51M5 17.52v2.99" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 12.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,11 +0,0 @@
1
- import { type TextAlign } from '../ui-kit/Text/TextProps';
2
- import { type AlignType } from './AlignType';
3
-
4
- /**
5
- * @deprecated
6
- */
7
- export const AlignText: Record<AlignType, TextAlign> = {
8
- left: 'text-left',
9
- center: 'text-center',
10
- right: 'text-right',
11
- };
@@ -1,22 +0,0 @@
1
- /**
2
- * @title Выравнивание
3
- * @deprecated
4
- * @enumNames [
5
- * "По левому краю",
6
- * "По центру",
7
- * "По правому краю"
8
- * ]
9
- */
10
- export type AlignType = 'left' | 'center' | 'right';
11
-
12
- /**
13
- * @title Выравнивание
14
- * @deprecated
15
- * @enumNames [
16
- * "Во всю ширину",
17
- * "По левому краю",
18
- * "По центру",
19
- * "По правому краю"
20
- * ]
21
- */
22
- export type AlignTypeWithStretch = 'stretch' | 'left' | 'center' | 'right';