mosuk-ui 1.0.13 → 1.0.14

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 (762) hide show
  1. package/components/actions/button/component/component.d.ts +1 -1
  2. package/components/actions/button/component/component.js +1 -1
  3. package/components/actions/button/component/index.d.ts +2 -2
  4. package/components/actions/button/component/index.js +1 -1
  5. package/components/actions/button/skeleton/component.d.ts +1 -1
  6. package/components/actions/button/skeleton/component.interface.d.ts +1 -1
  7. package/components/actions/button/skeleton/component.js +2 -2
  8. package/components/actions/button/skeleton/index.d.ts +2 -2
  9. package/components/actions/button/skeleton/index.js +1 -1
  10. package/components/actions/checkbox/component/.partials/components/component.d.ts +1 -1
  11. package/components/actions/checkbox/component/.partials/components/component.interface.d.ts +1 -2
  12. package/components/actions/checkbox/component/.partials/components/component.js +1 -1
  13. package/components/actions/checkbox/component/.partials/components/indicator/component.d.ts +1 -1
  14. package/components/actions/checkbox/component/.partials/components/indicator/component.interface.d.ts +1 -2
  15. package/components/actions/checkbox/component/.partials/components/indicator/component.js +1 -1
  16. package/components/actions/checkbox/component/index.d.ts +4 -4
  17. package/components/actions/checkbox/component/index.js +2 -2
  18. package/components/actions/checkbox/skeleton/.partials/components/component.d.ts +1 -1
  19. package/components/actions/checkbox/skeleton/.partials/components/component.interface.d.ts +1 -1
  20. package/components/actions/checkbox/skeleton/.partials/components/component.js +2 -2
  21. package/components/actions/checkbox/skeleton/.partials/components/indicator/component.d.ts +1 -1
  22. package/components/actions/checkbox/skeleton/.partials/components/indicator/component.js +1 -1
  23. package/components/actions/checkbox/skeleton/index.d.ts +4 -4
  24. package/components/actions/checkbox/skeleton/index.js +2 -2
  25. package/components/actions/combobox/component/.partials/components/component.d.ts +3 -0
  26. package/components/actions/combobox/component/.partials/components/component.interface.d.ts +2 -0
  27. package/components/actions/combobox/component/.partials/components/component.js +29 -0
  28. package/components/actions/combobox/component/.partials/components/fieldset/chips/chip/chip-remove/component.d.ts +3 -0
  29. package/components/actions/combobox/component/.partials/components/fieldset/chips/chip/chip-remove/component.interface.d.ts +2 -0
  30. package/components/actions/{input/(otp)/component → combobox/component/.partials/components/fieldset/chips/chip/chip-remove}/component.js +7 -9
  31. package/components/actions/combobox/component/.partials/components/fieldset/chips/chip/component.d.ts +3 -0
  32. package/components/actions/combobox/component/.partials/components/fieldset/chips/chip/component.interface.d.ts +2 -0
  33. package/components/actions/combobox/component/.partials/components/fieldset/chips/chip/component.interface.js +1 -0
  34. package/components/actions/combobox/component/.partials/components/fieldset/chips/chip/component.js +31 -0
  35. package/components/actions/combobox/component/.partials/components/fieldset/chips/component.d.ts +3 -0
  36. package/components/actions/combobox/component/.partials/components/fieldset/chips/component.interface.d.ts +2 -0
  37. package/components/actions/combobox/component/.partials/components/fieldset/chips/component.interface.js +1 -0
  38. package/components/actions/combobox/component/.partials/components/fieldset/chips/component.js +31 -0
  39. package/components/actions/combobox/component/.partials/components/fieldset/clear/component.d.ts +3 -0
  40. package/components/actions/combobox/component/.partials/components/fieldset/clear/component.interface.d.ts +2 -0
  41. package/components/actions/combobox/component/.partials/components/fieldset/clear/component.interface.js +1 -0
  42. package/components/actions/{input/(otp)/component/separator → combobox/component/.partials/components/fieldset/clear}/component.js +6 -5
  43. package/components/actions/combobox/component/.partials/components/fieldset/component.d.ts +3 -0
  44. package/components/actions/combobox/component/.partials/components/fieldset/component.interface.d.ts +2 -0
  45. package/components/actions/combobox/component/.partials/components/fieldset/component.interface.js +1 -0
  46. package/components/actions/combobox/component/.partials/components/fieldset/component.js +31 -0
  47. package/components/actions/combobox/component/.partials/components/fieldset/icon/component.d.ts +3 -0
  48. package/components/actions/combobox/component/.partials/components/fieldset/icon/component.interface.d.ts +2 -0
  49. package/components/actions/combobox/component/.partials/components/fieldset/icon/component.interface.js +1 -0
  50. package/components/actions/combobox/component/.partials/components/fieldset/icon/component.js +31 -0
  51. package/components/actions/combobox/component/.partials/components/fieldset/input/component.d.ts +3 -0
  52. package/components/actions/combobox/component/.partials/components/fieldset/input/component.interface.d.ts +2 -0
  53. package/components/actions/combobox/component/.partials/components/fieldset/input/component.interface.js +1 -0
  54. package/components/actions/combobox/component/.partials/components/fieldset/input/component.js +33 -0
  55. package/components/actions/combobox/component/.partials/components/fieldset/trigger/component.d.ts +3 -0
  56. package/components/actions/combobox/component/.partials/components/fieldset/trigger/component.interface.d.ts +2 -0
  57. package/components/actions/combobox/component/.partials/components/fieldset/trigger/component.interface.js +1 -0
  58. package/components/actions/combobox/component/.partials/components/fieldset/trigger/component.js +31 -0
  59. package/components/actions/combobox/component/.partials/components/fieldset/value/component.d.ts +3 -0
  60. package/components/actions/combobox/component/.partials/components/fieldset/value/component.interface.d.ts +2 -0
  61. package/components/actions/combobox/component/.partials/components/fieldset/value/component.interface.js +1 -0
  62. package/components/actions/{input/(otp)/skeleton → combobox/component/.partials/components/fieldset/value}/component.js +7 -5
  63. package/components/actions/combobox/component/.partials/components/portal/backdrop/component.d.ts +3 -0
  64. package/components/actions/combobox/component/.partials/components/portal/backdrop/component.interface.d.ts +2 -0
  65. package/components/actions/combobox/component/.partials/components/portal/backdrop/component.interface.js +1 -0
  66. package/components/actions/combobox/component/.partials/components/portal/backdrop/component.js +31 -0
  67. package/components/actions/combobox/component/.partials/components/portal/component.d.ts +3 -0
  68. package/components/actions/combobox/component/.partials/components/portal/component.interface.d.ts +2 -0
  69. package/components/actions/combobox/component/.partials/components/portal/component.interface.js +1 -0
  70. package/components/actions/{input/(otp)/component/field → combobox/component/.partials/components/portal}/component.js +5 -5
  71. package/components/actions/combobox/component/.partials/components/portal/positioner/component.d.ts +3 -0
  72. package/components/actions/combobox/component/.partials/components/portal/positioner/component.interface.d.ts +2 -0
  73. package/components/actions/combobox/component/.partials/components/portal/positioner/component.interface.js +1 -0
  74. package/components/actions/combobox/component/.partials/components/portal/positioner/component.js +31 -0
  75. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/arrow/component.d.ts +3 -0
  76. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/arrow/component.interface.d.ts +2 -0
  77. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/arrow/component.interface.js +1 -0
  78. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/arrow/component.js +31 -0
  79. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/component.d.ts +3 -0
  80. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/component.interface.d.ts +2 -0
  81. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/component.interface.js +1 -0
  82. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/component.js +31 -0
  83. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/empty/component.d.ts +3 -0
  84. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/empty/component.interface.d.ts +2 -0
  85. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/empty/component.interface.js +1 -0
  86. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/empty/component.js +31 -0
  87. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/collection/component.d.ts +3 -0
  88. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/collection/component.interface.d.ts +2 -0
  89. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/collection/component.interface.js +1 -0
  90. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/collection/component.js +29 -0
  91. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/component.d.ts +3 -0
  92. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/component.interface.d.ts +2 -0
  93. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/component.interface.js +1 -0
  94. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/component.js +31 -0
  95. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/component.d.ts +3 -0
  96. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/component.interface.d.ts +2 -0
  97. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/component.interface.js +1 -0
  98. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/component.js +31 -0
  99. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/label/component.d.ts +3 -0
  100. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/label/component.interface.d.ts +2 -0
  101. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/label/component.interface.js +1 -0
  102. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/label/component.js +31 -0
  103. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/component.d.ts +3 -0
  104. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/component.interface.d.ts +2 -0
  105. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/component.interface.js +1 -0
  106. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/component.js +31 -0
  107. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/indicator/component.d.ts +3 -0
  108. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/indicator/component.interface.d.ts +2 -0
  109. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/indicator/component.interface.js +1 -0
  110. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/indicator/component.js +31 -0
  111. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/row/component.d.ts +3 -0
  112. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/row/component.interface.d.ts +2 -0
  113. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/row/component.interface.js +1 -0
  114. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/row/component.js +31 -0
  115. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/separator/component.d.ts +3 -0
  116. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/separator/component.interface.d.ts +2 -0
  117. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/separator/component.interface.js +1 -0
  118. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/separator/component.js +31 -0
  119. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/status/component.d.ts +3 -0
  120. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/status/component.interface.d.ts +2 -0
  121. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/status/component.interface.js +1 -0
  122. package/components/actions/combobox/component/.partials/components/portal/positioner/popup/status/component.js +31 -0
  123. package/components/actions/combobox/component/.partials/styles/component.module.css +13 -0
  124. package/components/actions/combobox/component/.partials/styles/fieldset/chips/chip/chip-remove/component.module.css +23 -0
  125. package/components/actions/combobox/component/.partials/styles/fieldset/chips/chip/component.module.css +24 -0
  126. package/components/actions/combobox/component/.partials/styles/fieldset/chips/component.module.css +14 -0
  127. package/components/actions/combobox/component/.partials/styles/fieldset/clear/component.module.css +36 -0
  128. package/components/actions/combobox/component/.partials/styles/fieldset/component.module.css +14 -0
  129. package/components/actions/combobox/component/.partials/styles/fieldset/icon/component.module.css +11 -0
  130. package/components/actions/combobox/component/.partials/styles/fieldset/input/component.module.css +5 -0
  131. package/components/actions/combobox/component/.partials/styles/fieldset/trigger/component.module.css +41 -0
  132. package/components/actions/combobox/component/.partials/styles/fieldset/value/component.module.css +17 -0
  133. package/components/actions/combobox/component/.partials/styles/portal/backdrop/component.module.css +10 -0
  134. package/components/actions/combobox/component/.partials/styles/portal/component.module.css +8 -0
  135. package/components/actions/combobox/component/.partials/styles/portal/positioner/component.module.css +9 -0
  136. package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/arrow/component.module.css +8 -0
  137. package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/component.module.css +32 -0
  138. package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/empty/component.module.css +10 -0
  139. package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/collection/component.module.css +7 -0
  140. package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/component.module.css +18 -0
  141. package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/group/component.module.css +10 -0
  142. package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/group/label/component.module.css +12 -0
  143. package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/item/component.module.css +37 -0
  144. package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/item/indicator/component.module.css +21 -0
  145. package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/row/component.module.css +7 -0
  146. package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/separator/component.module.css +9 -0
  147. package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/status/component.module.css +10 -0
  148. package/components/actions/combobox/component/index.d.ts +166 -0
  149. package/components/actions/combobox/component/index.js +63 -0
  150. package/components/actions/combobox/skeleton/.partials/components/component.d.ts +3 -0
  151. package/components/actions/combobox/skeleton/.partials/components/component.interface.d.ts +2 -0
  152. package/components/actions/combobox/skeleton/.partials/components/component.interface.js +1 -0
  153. package/components/actions/combobox/skeleton/.partials/components/component.js +29 -0
  154. package/components/actions/combobox/skeleton/.partials/components/fieldset/component.d.ts +3 -0
  155. package/components/actions/combobox/skeleton/.partials/components/fieldset/component.interface.d.ts +2 -0
  156. package/components/actions/combobox/skeleton/.partials/components/fieldset/component.interface.js +1 -0
  157. package/components/actions/combobox/skeleton/.partials/components/fieldset/component.js +29 -0
  158. package/components/actions/combobox/skeleton/.partials/components/fieldset/input/component.d.ts +3 -0
  159. package/components/actions/combobox/skeleton/.partials/components/fieldset/input/component.interface.d.ts +2 -0
  160. package/components/actions/combobox/skeleton/.partials/components/fieldset/input/component.interface.js +1 -0
  161. package/components/actions/combobox/skeleton/.partials/components/fieldset/input/component.js +30 -0
  162. package/components/actions/combobox/skeleton/.partials/components/fieldset/trigger/component.d.ts +3 -0
  163. package/components/actions/combobox/skeleton/.partials/components/fieldset/trigger/component.interface.d.ts +2 -0
  164. package/components/actions/combobox/skeleton/.partials/components/fieldset/trigger/component.interface.js +1 -0
  165. package/components/actions/combobox/skeleton/.partials/components/fieldset/trigger/component.js +30 -0
  166. package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/component.d.ts +3 -0
  167. package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/component.interface.d.ts +2 -0
  168. package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/component.interface.js +1 -0
  169. package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/component.js +29 -0
  170. package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/component.d.ts +3 -0
  171. package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/component.interface.d.ts +2 -0
  172. package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/component.interface.js +1 -0
  173. package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/component.js +29 -0
  174. package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/item/component.d.ts +3 -0
  175. package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/item/component.interface.d.ts +2 -0
  176. package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/item/component.interface.js +1 -0
  177. package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/item/component.js +30 -0
  178. package/components/actions/combobox/skeleton/index.d.ts +54 -0
  179. package/components/actions/combobox/skeleton/index.js +22 -0
  180. package/components/actions/icon/component/component.d.ts +1 -1
  181. package/components/actions/icon/component/component.js +1 -1
  182. package/components/actions/icon/component/index.d.ts +2 -2
  183. package/components/actions/icon/component/index.js +1 -1
  184. package/components/actions/icon/skeleton/component.d.ts +1 -1
  185. package/components/actions/icon/skeleton/component.interface.d.ts +1 -1
  186. package/components/actions/icon/skeleton/component.js +2 -2
  187. package/components/actions/icon/skeleton/index.d.ts +2 -2
  188. package/components/actions/icon/skeleton/index.js +1 -1
  189. package/components/actions/input/(mask)/(date)/component/component.d.ts +1 -1
  190. package/components/actions/input/(mask)/(date)/component/component.interface.d.ts +1 -1
  191. package/components/actions/input/(mask)/(date)/component/component.js +3 -2
  192. package/components/actions/input/(mask)/(date)/component/index.d.ts +1 -1
  193. package/components/actions/input/(mask)/(date)/component/index.js +2 -4
  194. package/components/actions/input/(mask)/(date)/skeleton/index.d.ts +1 -1
  195. package/components/actions/input/(mask)/(date)/skeleton/index.js +2 -4
  196. package/components/actions/input/(mask)/(phone)/component/component.d.ts +1 -1
  197. package/components/actions/input/(mask)/(phone)/component/component.js +2 -2
  198. package/components/actions/input/(mask)/(phone)/component/index.d.ts +1 -1
  199. package/components/actions/input/(mask)/(phone)/component/index.js +1 -1
  200. package/components/actions/input/(mask)/(phone)/skeleton/index.d.ts +1 -1
  201. package/components/actions/input/(mask)/(phone)/skeleton/index.js +2 -4
  202. package/components/actions/input/(mask)/component/component.d.ts +1 -1
  203. package/components/actions/input/(mask)/component/component.js +1 -1
  204. package/components/actions/input/(mask)/component/index.d.ts +2 -2
  205. package/components/actions/input/(mask)/component/index.js +1 -1
  206. package/components/actions/input/(mask)/skeleton/index.d.ts +2 -2
  207. package/components/actions/input/(mask)/skeleton/index.js +1 -1
  208. package/components/actions/input/(search)/component/component.d.ts +1 -1
  209. package/components/actions/input/(search)/component/component.interface.d.ts +1 -1
  210. package/components/actions/input/(search)/component/component.js +1 -1
  211. package/components/actions/input/(search)/component/index.d.ts +2 -2
  212. package/components/actions/input/(search)/component/index.js +1 -1
  213. package/components/actions/input/(search)/skeleton/index.d.ts +2 -2
  214. package/components/actions/input/(search)/skeleton/index.js +1 -1
  215. package/components/actions/input/component/component.d.ts +1 -1
  216. package/components/actions/input/component/component.js +1 -1
  217. package/components/actions/input/component/index.d.ts +2 -2
  218. package/components/actions/input/component/index.js +1 -1
  219. package/components/actions/input/skeleton/component.d.ts +1 -1
  220. package/components/actions/input/skeleton/component.js +2 -2
  221. package/components/actions/input/skeleton/index.d.ts +2 -2
  222. package/components/actions/input/skeleton/index.js +1 -1
  223. package/components/actions/otp/component/.partials/components/component.d.ts +1 -1
  224. package/components/actions/otp/component/.partials/components/component.js +1 -1
  225. package/components/actions/otp/component/.partials/components/input/component.d.ts +1 -1
  226. package/components/actions/otp/component/.partials/components/input/component.js +1 -1
  227. package/components/actions/otp/component/index.d.ts +4 -4
  228. package/components/actions/otp/component/index.js +2 -2
  229. package/components/actions/otp/skeleton/.partials/components/component.d.ts +1 -1
  230. package/components/actions/otp/skeleton/.partials/components/component.js +1 -1
  231. package/components/actions/otp/skeleton/.partials/components/input/component.d.ts +1 -1
  232. package/components/actions/otp/skeleton/.partials/components/input/component.interface.d.ts +1 -1
  233. package/components/actions/otp/skeleton/.partials/components/input/component.js +2 -2
  234. package/components/actions/otp/skeleton/index.d.ts +4 -4
  235. package/components/actions/otp/skeleton/index.js +2 -2
  236. package/components/actions/select/component/component.d.ts +1 -1
  237. package/components/actions/select/component/component.js +1 -1
  238. package/components/actions/select/component/index.d.ts +4 -4
  239. package/components/actions/select/component/index.js +2 -2
  240. package/components/actions/select/component/option/component.d.ts +1 -1
  241. package/components/actions/select/component/option/component.js +1 -1
  242. package/components/actions/select/skeleton/component.d.ts +1 -1
  243. package/components/actions/select/skeleton/component.js +2 -2
  244. package/components/actions/select/skeleton/index.d.ts +2 -2
  245. package/components/actions/select/skeleton/index.js +1 -1
  246. package/components/actions/switch/component/component.d.ts +1 -1
  247. package/components/actions/switch/component/component.js +2 -2
  248. package/components/actions/switch/component/index.d.ts +2 -2
  249. package/components/actions/switch/component/index.js +1 -1
  250. package/components/actions/switch/skeleton/component.d.ts +1 -1
  251. package/components/actions/switch/skeleton/component.interface.d.ts +1 -1
  252. package/components/actions/switch/skeleton/component.js +2 -2
  253. package/components/actions/switch/skeleton/index.d.ts +2 -2
  254. package/components/actions/switch/skeleton/index.js +1 -1
  255. package/components/actions/textarea/(autosize)/component/component.d.ts +1 -1
  256. package/components/actions/textarea/(autosize)/component/component.js +2 -2
  257. package/components/actions/textarea/(autosize)/component/index.d.ts +2 -2
  258. package/components/actions/textarea/(autosize)/component/index.js +1 -1
  259. package/components/actions/textarea/component/component.d.ts +1 -1
  260. package/components/actions/textarea/component/component.js +1 -1
  261. package/components/actions/textarea/component/index.d.ts +2 -2
  262. package/components/actions/textarea/component/index.js +1 -1
  263. package/components/actions/textarea/skeleton/component.d.ts +1 -1
  264. package/components/actions/textarea/skeleton/component.js +2 -2
  265. package/components/actions/textarea/skeleton/index.d.ts +2 -2
  266. package/components/actions/textarea/skeleton/index.js +1 -1
  267. package/components/actions/toggle/component/.partials/components/button/component.d.ts +1 -1
  268. package/components/actions/toggle/component/.partials/components/button/component.js +3 -3
  269. package/components/actions/toggle/component/.partials/components/component.d.ts +1 -1
  270. package/components/actions/toggle/component/.partials/components/component.js +3 -3
  271. package/components/actions/toggle/component/.partials/components/component.props.d.ts +1 -1
  272. package/components/actions/toggle/component/.partials/components/indicator/component.d.ts +1 -1
  273. package/components/actions/toggle/component/.partials/components/indicator/component.js +2 -2
  274. package/components/actions/toggle/component/.partials/hooks/hook.js +1 -1
  275. package/components/actions/toggle/component/.partials/providers/context/context.d.ts +1 -1
  276. package/components/actions/toggle/component/.partials/providers/provider.d.ts +1 -1
  277. package/components/actions/toggle/component/.partials/providers/provider.interface.d.ts +1 -1
  278. package/components/actions/toggle/component/.partials/providers/provider.js +2 -2
  279. package/components/actions/toggle/component/.partials/utilities/scroll-toggle-option-into-view.d.ts +1 -1
  280. package/components/actions/toggle/component/index.d.ts +6 -6
  281. package/components/actions/toggle/component/index.js +3 -3
  282. package/components/actions/toggle/skeleton/.partials/components/button/component.d.ts +1 -1
  283. package/components/actions/toggle/skeleton/.partials/components/button/component.js +2 -2
  284. package/components/actions/toggle/skeleton/.partials/components/component.d.ts +1 -1
  285. package/components/actions/toggle/skeleton/.partials/components/component.js +1 -1
  286. package/components/actions/toggle/skeleton/index.d.ts +4 -4
  287. package/components/actions/toggle/skeleton/index.js +2 -2
  288. package/components/actions/upload/component/component.d.ts +1 -1
  289. package/components/actions/upload/component/component.js +2 -2
  290. package/components/actions/upload/component/components/input/component.d.ts +1 -1
  291. package/components/actions/upload/component/components/input/component.js +5 -4
  292. package/components/actions/upload/component/components/label/component.d.ts +1 -1
  293. package/components/actions/upload/component/components/label/component.js +2 -2
  294. package/components/actions/upload/component/hooks/hook.d.ts +1 -1
  295. package/components/actions/upload/component/hooks/hook.interface.d.ts +1 -1
  296. package/components/actions/upload/component/hooks/hook.js +1 -1
  297. package/components/actions/upload/component/index.d.ts +6 -6
  298. package/components/actions/upload/component/index.js +3 -3
  299. package/components/actions/upload/component/providers/context/context.d.ts +1 -1
  300. package/components/actions/upload/component/providers/provider.d.ts +1 -1
  301. package/components/actions/upload/component/providers/provider.js +1 -1
  302. package/components/collections/accordion/component/component.d.ts +1 -1
  303. package/components/collections/accordion/component/component.js +1 -1
  304. package/components/collections/accordion/component/index.d.ts +10 -10
  305. package/components/collections/accordion/component/index.js +5 -5
  306. package/components/collections/accordion/component/item/component.d.ts +1 -1
  307. package/components/collections/accordion/component/item/component.js +1 -1
  308. package/components/collections/accordion/component/item/content/component.d.ts +1 -1
  309. package/components/collections/accordion/component/item/content/component.js +1 -1
  310. package/components/collections/accordion/component/item/header/component.d.ts +1 -1
  311. package/components/collections/accordion/component/item/header/component.js +1 -1
  312. package/components/collections/accordion/component/item/header/trigger/component.d.ts +1 -1
  313. package/components/collections/accordion/component/item/header/trigger/component.js +1 -1
  314. package/components/collections/accordion/skeleton/component.d.ts +1 -1
  315. package/components/collections/accordion/skeleton/component.interface.d.ts +1 -1
  316. package/components/collections/accordion/skeleton/component.js +3 -3
  317. package/components/collections/accordion/skeleton/index.d.ts +2 -2
  318. package/components/collections/accordion/skeleton/index.js +1 -1
  319. package/components/collections/breadcrumbs/component/.partials/components/button/component.d.ts +1 -1
  320. package/components/collections/breadcrumbs/component/.partials/components/button/component.interface.d.ts +1 -1
  321. package/components/collections/breadcrumbs/component/.partials/components/button/component.js +2 -2
  322. package/components/collections/breadcrumbs/component/.partials/components/component.js +5 -5
  323. package/components/collections/breadcrumbs/component/.partials/components/icon/component.d.ts +1 -1
  324. package/components/collections/breadcrumbs/component/.partials/components/icon/component.interface.d.ts +1 -1
  325. package/components/collections/breadcrumbs/component/.partials/components/icon/component.js +2 -2
  326. package/components/collections/breadcrumbs/component/index.d.ts +6 -6
  327. package/components/collections/breadcrumbs/component/index.js +3 -3
  328. package/components/collections/breadcrumbs/skeleton/.partials/components/button/component.d.ts +1 -1
  329. package/components/collections/breadcrumbs/skeleton/.partials/components/button/component.interface.d.ts +1 -1
  330. package/components/collections/breadcrumbs/skeleton/.partials/components/button/component.js +2 -2
  331. package/components/collections/breadcrumbs/skeleton/.partials/components/component.d.ts +1 -1
  332. package/components/collections/breadcrumbs/skeleton/.partials/components/component.js +3 -3
  333. package/components/collections/breadcrumbs/skeleton/.partials/components/icon/component.d.ts +1 -1
  334. package/components/collections/breadcrumbs/skeleton/.partials/components/icon/component.interface.d.ts +1 -1
  335. package/components/collections/breadcrumbs/skeleton/.partials/components/icon/component.js +2 -2
  336. package/components/collections/breadcrumbs/skeleton/index.d.ts +6 -6
  337. package/components/collections/breadcrumbs/skeleton/index.js +3 -3
  338. package/components/collections/tabs/horizontal/component/component.d.ts +1 -1
  339. package/components/collections/tabs/horizontal/component/component.js +1 -1
  340. package/components/collections/tabs/horizontal/component/content/component.d.ts +1 -1
  341. package/components/collections/tabs/horizontal/component/content/component.js +1 -1
  342. package/components/collections/tabs/horizontal/component/head/component.d.ts +1 -1
  343. package/components/collections/tabs/horizontal/component/head/component.js +19 -8
  344. package/components/collections/tabs/horizontal/component/head/indicator/component.d.ts +1 -1
  345. package/components/collections/tabs/horizontal/component/head/indicator/component.js +1 -1
  346. package/components/collections/tabs/horizontal/component/head/tab/component.d.ts +1 -1
  347. package/components/collections/tabs/horizontal/component/head/tab/component.js +1 -1
  348. package/components/collections/tabs/horizontal/component/index.d.ts +9 -9
  349. package/components/collections/tabs/horizontal/component/index.js +5 -5
  350. package/components/collections/tabs/horizontal/skeleton/component.d.ts +1 -1
  351. package/components/collections/tabs/horizontal/skeleton/component.js +1 -1
  352. package/components/collections/tabs/horizontal/skeleton/content/component.d.ts +1 -1
  353. package/components/collections/tabs/horizontal/skeleton/content/component.js +1 -1
  354. package/components/collections/tabs/horizontal/skeleton/head/component.d.ts +1 -1
  355. package/components/collections/tabs/horizontal/skeleton/head/component.js +1 -1
  356. package/components/collections/tabs/horizontal/skeleton/head/tab/component.d.ts +1 -1
  357. package/components/collections/tabs/horizontal/skeleton/head/tab/component.js +1 -1
  358. package/components/collections/tabs/horizontal/skeleton/index.d.ts +8 -8
  359. package/components/collections/tabs/horizontal/skeleton/index.js +4 -4
  360. package/components/collections/tabs/vertical/component/component.d.ts +1 -1
  361. package/components/collections/tabs/vertical/component/component.js +1 -1
  362. package/components/collections/tabs/vertical/component/content/component.d.ts +1 -1
  363. package/components/collections/tabs/vertical/component/content/component.js +1 -1
  364. package/components/collections/tabs/vertical/component/head/component.d.ts +1 -1
  365. package/components/collections/tabs/vertical/component/head/component.js +19 -8
  366. package/components/collections/tabs/vertical/component/head/indicator/component.d.ts +1 -1
  367. package/components/collections/tabs/vertical/component/head/indicator/component.js +1 -1
  368. package/components/collections/tabs/vertical/component/head/tab/component.d.ts +1 -1
  369. package/components/collections/tabs/vertical/component/head/tab/component.js +1 -1
  370. package/components/collections/tabs/vertical/component/index.d.ts +9 -9
  371. package/components/collections/tabs/vertical/component/index.js +5 -5
  372. package/components/collections/tabs/vertical/skeleton/component.d.ts +1 -1
  373. package/components/collections/tabs/vertical/skeleton/component.js +1 -1
  374. package/components/collections/tabs/vertical/skeleton/content/component.d.ts +1 -1
  375. package/components/collections/tabs/vertical/skeleton/content/component.js +1 -1
  376. package/components/collections/tabs/vertical/skeleton/head/component.d.ts +1 -1
  377. package/components/collections/tabs/vertical/skeleton/head/component.js +1 -1
  378. package/components/collections/tabs/vertical/skeleton/head/tab/component.d.ts +1 -1
  379. package/components/collections/tabs/vertical/skeleton/head/tab/component.js +1 -1
  380. package/components/collections/tabs/vertical/skeleton/index.d.ts +8 -8
  381. package/components/collections/tabs/vertical/skeleton/index.js +4 -4
  382. package/components/containers/div/component/component.d.ts +1 -1
  383. package/components/containers/div/component/index.d.ts +2 -2
  384. package/components/containers/div/component/index.js +1 -1
  385. package/components/containers/grid/component/component.d.ts +1 -1
  386. package/components/containers/grid/component/component.js +1 -1
  387. package/components/containers/grid/component/index.d.ts +1 -1
  388. package/components/containers/grid/component/index.js +1 -1
  389. package/components/containers/section/component/component.d.ts +1 -1
  390. package/components/containers/section/component/component.js +1 -1
  391. package/components/containers/section/component/index.d.ts +1 -1
  392. package/components/containers/section/component/index.js +1 -1
  393. package/components/display/card/(flip)/component/back/component.d.ts +1 -1
  394. package/components/display/card/(flip)/component/back/component.js +1 -1
  395. package/components/display/card/(flip)/component/component.d.ts +1 -1
  396. package/components/display/card/(flip)/component/component.interface.d.ts +1 -1
  397. package/components/display/card/(flip)/component/component.js +2 -2
  398. package/components/display/card/(flip)/component/front/component.d.ts +1 -1
  399. package/components/display/card/(flip)/component/front/component.js +1 -1
  400. package/components/display/card/(flip)/component/index.d.ts +6 -6
  401. package/components/display/card/(flip)/component/index.js +3 -3
  402. package/components/display/card/component/component.d.ts +1 -1
  403. package/components/display/card/component/component.js +1 -1
  404. package/components/display/card/component/index.d.ts +2 -2
  405. package/components/display/card/component/index.js +1 -1
  406. package/components/display/dl/component/component.d.ts +1 -1
  407. package/components/display/dl/component/component.js +1 -1
  408. package/components/display/dl/component/index.d.ts +2 -2
  409. package/components/display/dl/component/index.js +1 -1
  410. package/components/display/dl/skeleton/component.d.ts +1 -1
  411. package/components/display/dl/skeleton/component.interface.d.ts +1 -1
  412. package/components/display/dl/skeleton/component.js +2 -2
  413. package/components/display/dl/skeleton/index.d.ts +2 -2
  414. package/components/display/dl/skeleton/index.js +1 -1
  415. package/components/display/empty/component/buttons/component.d.ts +1 -1
  416. package/components/display/empty/component/buttons/component.js +1 -1
  417. package/components/display/empty/component/component.d.ts +1 -1
  418. package/components/display/empty/component/component.js +1 -1
  419. package/components/display/empty/component/content/component.d.ts +1 -1
  420. package/components/display/empty/component/content/component.js +1 -1
  421. package/components/display/empty/component/content/description/component.d.ts +1 -1
  422. package/components/display/empty/component/content/description/component.js +1 -1
  423. package/components/display/empty/component/content/title/component.d.ts +1 -1
  424. package/components/display/empty/component/content/title/component.js +1 -1
  425. package/components/display/empty/component/icon/component.d.ts +1 -1
  426. package/components/display/empty/component/icon/component.js +1 -1
  427. package/components/display/empty/component/index.d.ts +12 -12
  428. package/components/display/empty/component/index.js +6 -6
  429. package/components/display/file/(files)/component/component.d.ts +1 -1
  430. package/components/display/file/(files)/component/component.js +2 -2
  431. package/components/display/file/(files)/component/file/component.d.ts +1 -1
  432. package/components/display/file/(files)/component/file/component.interface.d.ts +1 -1
  433. package/components/display/file/(files)/component/file/component.js +1 -1
  434. package/components/display/file/(files)/component/index.d.ts +4 -4
  435. package/components/display/file/(files)/component/index.js +2 -2
  436. package/components/display/file/(files)/skeleton/component.d.ts +1 -1
  437. package/components/display/file/(files)/skeleton/component.js +2 -2
  438. package/components/display/file/(files)/skeleton/index.d.ts +2 -2
  439. package/components/display/file/(files)/skeleton/index.js +1 -1
  440. package/components/display/file/component/actions/action/component.d.ts +1 -1
  441. package/components/display/file/component/actions/action/component.js +2 -2
  442. package/components/display/file/component/actions/component.d.ts +1 -1
  443. package/components/display/file/component/actions/component.js +2 -2
  444. package/components/display/file/component/component.d.ts +1 -1
  445. package/components/display/file/component/component.js +1 -1
  446. package/components/display/file/component/file/component.d.ts +1 -1
  447. package/components/display/file/component/file/component.js +5 -4
  448. package/components/display/file/component/index.d.ts +10 -10
  449. package/components/display/file/component/index.js +5 -5
  450. package/components/display/file/component/input/component.d.ts +1 -1
  451. package/components/display/file/component/input/component.js +2 -2
  452. package/components/display/file/skeleton/component.d.ts +1 -1
  453. package/components/display/file/skeleton/component.js +1 -1
  454. package/components/display/file/skeleton/index.d.ts +2 -2
  455. package/components/display/file/skeleton/index.js +1 -1
  456. package/components/display/image/component/components/component.d.ts +1 -1
  457. package/components/display/image/component/components/component.js +2 -2
  458. package/components/display/image/component/index.d.ts +2 -2
  459. package/components/display/image/component/index.js +1 -1
  460. package/components/display/image/skeleton/components/component.d.ts +1 -1
  461. package/components/display/image/skeleton/components/component.js +2 -2
  462. package/components/display/image/skeleton/index.d.ts +2 -2
  463. package/components/display/image/skeleton/index.js +1 -1
  464. package/components/display/skeleton/component/component.d.ts +1 -1
  465. package/components/display/skeleton/component/component.js +1 -1
  466. package/components/display/skeleton/component/index.d.ts +2 -2
  467. package/components/display/skeleton/component/index.js +1 -1
  468. package/components/display/video/component/component.d.ts +1 -1
  469. package/components/display/video/component/component.js +1 -1
  470. package/components/display/video/component/index.d.ts +2 -2
  471. package/components/display/video/component/index.js +1 -1
  472. package/components/display/video/skeleton/component.d.ts +1 -1
  473. package/components/display/video/skeleton/component.js +1 -1
  474. package/components/display/video/skeleton/index.d.ts +2 -2
  475. package/components/display/video/skeleton/index.js +1 -1
  476. package/components/forms/fieldset/component/component.d.ts +1 -1
  477. package/components/forms/fieldset/component/component.interface.d.ts +1 -1
  478. package/components/forms/fieldset/component/component.js +2 -2
  479. package/components/forms/fieldset/component/components/field/component.d.ts +1 -1
  480. package/components/forms/fieldset/component/components/field/component.js +1 -1
  481. package/components/forms/fieldset/component/components/field/input/component.d.ts +1 -1
  482. package/components/forms/fieldset/component/components/field/input/component.js +3 -3
  483. package/components/forms/fieldset/component/components/field/label/component.d.ts +1 -1
  484. package/components/forms/fieldset/component/components/field/label/component.js +2 -2
  485. package/components/forms/fieldset/component/components/hint/component.d.ts +1 -1
  486. package/components/forms/fieldset/component/components/hint/component.enums.d.ts +1 -1
  487. package/components/forms/fieldset/component/components/hint/component.enums.js +1 -1
  488. package/components/forms/fieldset/component/components/hint/component.interface.d.ts +1 -1
  489. package/components/forms/fieldset/component/components/hint/component.js +3 -3
  490. package/components/forms/fieldset/component/hooks/hook.d.ts +1 -1
  491. package/components/forms/fieldset/component/hooks/hook.interface.d.ts +1 -1
  492. package/components/forms/fieldset/component/hooks/hook.js +1 -1
  493. package/components/forms/fieldset/component/index.d.ts +11 -11
  494. package/components/forms/fieldset/component/index.js +6 -6
  495. package/components/forms/fieldset/component/providers/context/context.d.ts +1 -1
  496. package/components/forms/fieldset/component/providers/provider.d.ts +1 -1
  497. package/components/forms/fieldset/component/providers/provider.js +1 -1
  498. package/components/integrations/tbank/terminal/component/component.d.ts +1 -1
  499. package/components/integrations/tbank/terminal/component/component.js +4 -4
  500. package/components/integrations/tbank/terminal/component/index.d.ts +2 -2
  501. package/components/integrations/tbank/terminal/component/index.js +1 -1
  502. package/components/integrations/tbank/terminal/skeleton/component.d.ts +1 -1
  503. package/components/integrations/tbank/terminal/skeleton/component.js +7 -7
  504. package/components/integrations/tbank/terminal/skeleton/index.d.ts +2 -2
  505. package/components/integrations/tbank/terminal/skeleton/index.js +1 -1
  506. package/components/integrations/yandex/maps/component/component.d.ts +1 -1
  507. package/components/integrations/yandex/maps/component/component.js +3 -3
  508. package/components/integrations/yandex/maps/component/controls/zoom/component.d.ts +1 -1
  509. package/components/integrations/yandex/maps/component/controls/zoom/component.js +6 -5
  510. package/components/integrations/yandex/maps/component/controls/zoom/minus/component.d.ts +1 -1
  511. package/components/integrations/yandex/maps/component/controls/zoom/minus/component.js +4 -3
  512. package/components/integrations/yandex/maps/component/controls/zoom/plus/component.d.ts +1 -1
  513. package/components/integrations/yandex/maps/component/controls/zoom/plus/component.js +4 -3
  514. package/components/integrations/yandex/maps/component/default/features/layer/component.d.ts +1 -1
  515. package/components/integrations/yandex/maps/component/default/features/layer/component.js +3 -2
  516. package/components/integrations/yandex/maps/component/default/scheme/layer/component.d.ts +1 -1
  517. package/components/integrations/yandex/maps/component/default/scheme/layer/component.js +3 -2
  518. package/components/integrations/yandex/maps/component/feature/component.d.ts +1 -1
  519. package/components/integrations/yandex/maps/component/feature/component.js +3 -2
  520. package/components/integrations/yandex/maps/component/index.d.ts +15 -15
  521. package/components/integrations/yandex/maps/component/index.js +7 -7
  522. package/components/integrations/yandex/maps/component/marker/component.d.ts +1 -1
  523. package/components/integrations/yandex/maps/component/marker/component.js +3 -2
  524. package/components/integrations/yandex/maps/component/zoom/context.d.ts +1 -1
  525. package/components/integrations/yandex/maps/skeleton/component.d.ts +1 -1
  526. package/components/integrations/yandex/maps/skeleton/component.js +2 -2
  527. package/components/integrations/yandex/maps/skeleton/default/scheme/layer/component.d.ts +1 -1
  528. package/components/integrations/yandex/maps/skeleton/default/scheme/layer/component.js +6 -6
  529. package/components/integrations/yandex/maps/skeleton/index.d.ts +4 -4
  530. package/components/integrations/yandex/maps/skeleton/index.js +2 -2
  531. package/components/layouts/header/component/.partials/components/component.d.ts +1 -1
  532. package/components/layouts/header/component/.partials/components/component.js +1 -1
  533. package/components/layouts/header/component/index.d.ts +2 -2
  534. package/components/layouts/header/component/index.js +1 -1
  535. package/components/layouts/sidebar/component/card/button/component.d.ts +1 -1
  536. package/components/layouts/sidebar/component/card/button/component.interface.d.ts +1 -1
  537. package/components/layouts/sidebar/component/card/button/component.js +2 -2
  538. package/components/layouts/sidebar/component/card/component.d.ts +1 -1
  539. package/components/layouts/sidebar/component/card/component.interface.d.ts +1 -1
  540. package/components/layouts/sidebar/component/card/component.js +2 -2
  541. package/components/layouts/sidebar/component/component.d.ts +1 -1
  542. package/components/layouts/sidebar/component/component.js +1 -1
  543. package/components/layouts/sidebar/component/index.d.ts +6 -6
  544. package/components/layouts/sidebar/component/index.js +3 -3
  545. package/components/layouts/tabbar/component/.partials/components/component.d.ts +1 -1
  546. package/components/layouts/tabbar/component/.partials/components/component.js +1 -1
  547. package/components/layouts/tabbar/component/index.d.ts +2 -2
  548. package/components/layouts/tabbar/component/index.js +1 -1
  549. package/components/overlays/alert/component/close/component.d.ts +1 -1
  550. package/components/overlays/alert/component/close/component.js +1 -1
  551. package/components/overlays/alert/component/component.d.ts +1 -1
  552. package/components/overlays/alert/component/index.d.ts +4 -4
  553. package/components/overlays/alert/component/index.js +3 -3
  554. package/components/overlays/dialog/component/close/component.d.ts +1 -1
  555. package/components/overlays/dialog/component/component.d.ts +1 -1
  556. package/components/overlays/dialog/component/index.d.ts +16 -16
  557. package/components/overlays/dialog/component/index.js +8 -8
  558. package/components/overlays/dialog/component/open/component.d.ts +1 -1
  559. package/components/overlays/dialog/component/portal/component.d.ts +1 -1
  560. package/components/overlays/dialog/component/portal/component.js +1 -1
  561. package/components/overlays/dialog/component/portal/viewport/backdrop/component.d.ts +1 -1
  562. package/components/overlays/dialog/component/portal/viewport/backdrop/component.js +1 -1
  563. package/components/overlays/dialog/component/portal/viewport/component.d.ts +1 -1
  564. package/components/overlays/dialog/component/portal/viewport/component.js +1 -1
  565. package/components/overlays/dialog/component/portal/viewport/popup/component.d.ts +1 -1
  566. package/components/overlays/dialog/component/portal/viewport/popup/component.js +1 -1
  567. package/components/overlays/dialog/component/portal/viewport/popup/content/component.d.ts +1 -1
  568. package/components/overlays/dialog/component/portal/viewport/popup/content/component.js +1 -1
  569. package/components/overlays/drawer/component/close/component.d.ts +1 -1
  570. package/components/overlays/drawer/component/component.d.ts +1 -1
  571. package/components/overlays/drawer/component/index.d.ts +18 -18
  572. package/components/overlays/drawer/component/index.js +9 -9
  573. package/components/overlays/drawer/component/open/component.d.ts +1 -1
  574. package/components/overlays/drawer/component/portal/component.d.ts +1 -1
  575. package/components/overlays/drawer/component/portal/viewport/backdrop/component.d.ts +1 -1
  576. package/components/overlays/drawer/component/portal/viewport/backdrop/component.js +1 -1
  577. package/components/overlays/drawer/component/portal/viewport/component.d.ts +1 -1
  578. package/components/overlays/drawer/component/portal/viewport/component.js +1 -1
  579. package/components/overlays/drawer/component/portal/viewport/popup/component.d.ts +1 -1
  580. package/components/overlays/drawer/component/portal/viewport/popup/component.js +1 -1
  581. package/components/overlays/drawer/component/portal/viewport/popup/content/component.d.ts +1 -1
  582. package/components/overlays/drawer/component/portal/viewport/popup/content/component.js +1 -1
  583. package/components/overlays/drawer/component/portal/viewport/popup/handle/component.d.ts +1 -1
  584. package/components/overlays/drawer/component/portal/viewport/popup/handle/component.js +1 -1
  585. package/components/overlays/dropdown/component/component.d.ts +1 -1
  586. package/components/overlays/dropdown/component/component.js +1 -1
  587. package/components/overlays/dropdown/component/index.d.ts +2 -2
  588. package/components/overlays/dropdown/component/index.js +1 -1
  589. package/components/overlays/observer/component/component.d.ts +1 -1
  590. package/components/overlays/observer/component/component.js +1 -1
  591. package/components/overlays/observer/component/index.d.ts +2 -2
  592. package/components/overlays/observer/component/index.js +1 -1
  593. package/components/texts/a/component/component.d.ts +1 -1
  594. package/components/texts/a/component/component.js +1 -1
  595. package/components/texts/a/component/index.d.ts +2 -2
  596. package/components/texts/a/component/index.js +1 -1
  597. package/components/texts/a/skeleton/component.d.ts +1 -1
  598. package/components/texts/a/skeleton/component.js +2 -2
  599. package/components/texts/a/skeleton/index.d.ts +2 -2
  600. package/components/texts/a/skeleton/index.js +1 -1
  601. package/components/texts/counter/component/component.d.ts +1 -1
  602. package/components/texts/counter/component/component.js +15 -8
  603. package/components/texts/counter/component/index.d.ts +1 -1
  604. package/components/texts/counter/component/index.js +1 -1
  605. package/components/texts/data/component/component.d.ts +1 -1
  606. package/components/texts/data/component/component.js +1 -1
  607. package/components/texts/data/component/index.d.ts +2 -2
  608. package/components/texts/data/component/index.js +1 -1
  609. package/components/texts/data/skeleton/component.d.ts +1 -1
  610. package/components/texts/data/skeleton/component.js +2 -2
  611. package/components/texts/data/skeleton/index.d.ts +2 -2
  612. package/components/texts/data/skeleton/index.js +1 -1
  613. package/components/texts/h1/component/component.d.ts +1 -1
  614. package/components/texts/h1/component/component.js +1 -1
  615. package/components/texts/h1/component/index.d.ts +2 -2
  616. package/components/texts/h1/component/index.js +1 -1
  617. package/components/texts/h1/skeleton/component.d.ts +1 -1
  618. package/components/texts/h1/skeleton/component.js +2 -2
  619. package/components/texts/h1/skeleton/index.d.ts +2 -2
  620. package/components/texts/h1/skeleton/index.js +1 -1
  621. package/components/texts/h2/component/component.d.ts +1 -1
  622. package/components/texts/h2/component/component.js +1 -1
  623. package/components/texts/h2/component/index.d.ts +2 -2
  624. package/components/texts/h2/component/index.js +1 -1
  625. package/components/texts/h2/skeleton/component.d.ts +1 -1
  626. package/components/texts/h2/skeleton/component.js +2 -2
  627. package/components/texts/h2/skeleton/index.d.ts +2 -2
  628. package/components/texts/h2/skeleton/index.js +1 -1
  629. package/components/texts/h3/component/component.d.ts +1 -1
  630. package/components/texts/h3/component/component.js +1 -1
  631. package/components/texts/h3/component/index.d.ts +2 -2
  632. package/components/texts/h3/component/index.js +1 -1
  633. package/components/texts/h3/skeleton/component.d.ts +1 -1
  634. package/components/texts/h3/skeleton/component.js +2 -2
  635. package/components/texts/h3/skeleton/index.d.ts +2 -2
  636. package/components/texts/h3/skeleton/index.js +1 -1
  637. package/components/texts/h4/component/component.d.ts +1 -1
  638. package/components/texts/h4/component/component.js +1 -1
  639. package/components/texts/h4/component/index.d.ts +2 -2
  640. package/components/texts/h4/component/index.js +1 -1
  641. package/components/texts/h4/skeleton/component.d.ts +1 -1
  642. package/components/texts/h4/skeleton/component.js +2 -2
  643. package/components/texts/h4/skeleton/index.d.ts +2 -2
  644. package/components/texts/h4/skeleton/index.js +1 -1
  645. package/components/texts/h5/component/component.d.ts +1 -1
  646. package/components/texts/h5/component/component.js +1 -1
  647. package/components/texts/h5/component/index.d.ts +2 -2
  648. package/components/texts/h5/component/index.js +1 -1
  649. package/components/texts/h5/skeleton/component.d.ts +1 -1
  650. package/components/texts/h5/skeleton/component.js +2 -2
  651. package/components/texts/h5/skeleton/index.d.ts +2 -2
  652. package/components/texts/h5/skeleton/index.js +1 -1
  653. package/components/texts/h6/component/component.d.ts +1 -1
  654. package/components/texts/h6/component/component.js +1 -1
  655. package/components/texts/h6/component/index.d.ts +2 -2
  656. package/components/texts/h6/component/index.js +1 -1
  657. package/components/texts/h6/skeleton/component.d.ts +1 -1
  658. package/components/texts/h6/skeleton/component.js +2 -2
  659. package/components/texts/h6/skeleton/index.d.ts +2 -2
  660. package/components/texts/h6/skeleton/index.js +1 -1
  661. package/components/texts/hint/component/component.constants.js +1 -1
  662. package/components/texts/hint/component/component.d.ts +1 -1
  663. package/components/texts/hint/component/component.interface.d.ts +1 -1
  664. package/components/texts/hint/component/component.js +3 -3
  665. package/components/texts/hint/component/index.d.ts +3 -3
  666. package/components/texts/hint/component/index.js +3 -3
  667. package/components/texts/hint/skeleton/component.d.ts +1 -1
  668. package/components/texts/hint/skeleton/component.js +2 -2
  669. package/components/texts/hint/skeleton/index.d.ts +2 -2
  670. package/components/texts/hint/skeleton/index.js +1 -1
  671. package/components/texts/p/component/component.d.ts +1 -1
  672. package/components/texts/p/component/component.js +1 -1
  673. package/components/texts/p/component/index.d.ts +2 -2
  674. package/components/texts/p/component/index.js +1 -1
  675. package/components/texts/p/skeleton/component.d.ts +1 -1
  676. package/components/texts/p/skeleton/component.js +2 -2
  677. package/components/texts/p/skeleton/index.d.ts +2 -2
  678. package/components/texts/p/skeleton/index.js +1 -1
  679. package/components/texts/text/component/component.d.ts +1 -1
  680. package/components/texts/text/component/component.js +6 -3
  681. package/components/texts/text/component/index.d.ts +1 -1
  682. package/components/texts/text/component/index.js +1 -1
  683. package/components/texts/text/skeleton/component.d.ts +1 -1
  684. package/components/texts/text/skeleton/component.js +2 -2
  685. package/components/texts/text/skeleton/index.d.ts +1 -1
  686. package/components/texts/text/skeleton/index.js +1 -1
  687. package/hooks/alerts/hook.d.ts +1 -1
  688. package/hooks/alerts/hook.js +1 -1
  689. package/hooks/alerts/index.d.ts +2 -2
  690. package/hooks/alerts/index.js +1 -1
  691. package/hooks/storage/cookie/hook.d.ts +1 -1
  692. package/hooks/storage/cookie/hook.js +1 -1
  693. package/hooks/storage/cookie/index.d.ts +2 -2
  694. package/hooks/storage/cookie/index.js +1 -1
  695. package/hooks/storage/local/hook.d.ts +1 -1
  696. package/hooks/storage/local/hook.js +1 -1
  697. package/hooks/storage/local/index.d.ts +2 -2
  698. package/hooks/storage/local/index.js +1 -1
  699. package/index.css +2 -3
  700. package/package.json +11 -11
  701. package/providers/alerts/context/context.d.ts +1 -1
  702. package/providers/alerts/index.d.ts +1 -1
  703. package/providers/alerts/index.js +1 -1
  704. package/providers/alerts/list/component.js +4 -4
  705. package/providers/alerts/provider.d.ts +1 -1
  706. package/providers/alerts/provider.js +4 -4
  707. package/providers/tbank/context/context.d.ts +1 -1
  708. package/providers/tbank/index.d.ts +1 -1
  709. package/providers/tbank/index.js +1 -1
  710. package/providers/tbank/provider.d.ts +1 -1
  711. package/providers/tbank/provider.js +4 -3
  712. package/providers/yandex/maps/context/context.d.ts +1 -1
  713. package/providers/yandex/maps/index.d.ts +1 -1
  714. package/providers/yandex/maps/index.js +1 -1
  715. package/providers/yandex/maps/provider.d.ts +1 -1
  716. package/providers/yandex/maps/provider.js +5 -3
  717. package/providers/yandex/metrika/context/context.d.ts +1 -1
  718. package/providers/yandex/metrika/index.d.ts +1 -1
  719. package/providers/yandex/metrika/index.js +1 -1
  720. package/providers/yandex/metrika/provider.d.ts +1 -1
  721. package/providers/yandex/metrika/provider.js +5 -3
  722. package/services/alerts/index.d.ts +3 -3
  723. package/services/alerts/index.js +2 -2
  724. package/services/alerts/service.interface.d.ts +1 -1
  725. package/services/alerts/service.js +2 -2
  726. package/services/storage/cookie/index.d.ts +2 -2
  727. package/services/storage/cookie/index.js +1 -1
  728. package/services/storage/cookie/service.d.ts +1 -1
  729. package/services/storage/cookie/service.js +10 -5
  730. package/services/storage/local/index.d.ts +2 -2
  731. package/services/storage/local/index.js +1 -1
  732. package/services/storage/local/service.d.ts +1 -1
  733. package/services/storage/local/service.js +10 -5
  734. package/styles/components/actions/combobox/style.css +1 -0
  735. package/styles/components/style.css +1 -0
  736. package/utilities/date/date/util.js +4 -2
  737. package/utilities/date/full/util.js +4 -2
  738. package/utilities/date/index.d.ts +3 -3
  739. package/utilities/date/index.js +3 -3
  740. package/utilities/date/time/util.js +4 -2
  741. package/utilities/email/format/util.js +4 -2
  742. package/utilities/email/index.d.ts +1 -1
  743. package/utilities/email/index.js +1 -1
  744. package/utilities/phone/format/util.js +2 -1
  745. package/utilities/phone/index.d.ts +1 -1
  746. package/utilities/phone/index.js +1 -1
  747. package/utilities/price/index.d.ts +1 -1
  748. package/utilities/price/index.js +1 -1
  749. package/components/actions/input/(otp)/component/component.d.ts +0 -3
  750. package/components/actions/input/(otp)/component/component.interface.d.ts +0 -6
  751. package/components/actions/input/(otp)/component/component.module.css +0 -49
  752. package/components/actions/input/(otp)/component/field/component.d.ts +0 -7
  753. package/components/actions/input/(otp)/component/index.d.ts +0 -13
  754. package/components/actions/input/(otp)/component/index.js +0 -7
  755. package/components/actions/input/(otp)/component/separator/component.d.ts +0 -7
  756. package/components/actions/input/(otp)/skeleton/component.d.ts +0 -3
  757. package/components/actions/input/(otp)/skeleton/component.interface.d.ts +0 -6
  758. package/components/actions/input/(otp)/skeleton/component.module.css +0 -18
  759. package/components/actions/input/(otp)/skeleton/index.d.ts +0 -6
  760. package/components/actions/input/(otp)/skeleton/index.js +0 -2
  761. /package/components/actions/{input/(otp)/component → combobox/component/.partials/components}/component.interface.js +0 -0
  762. /package/components/actions/{input/(otp)/skeleton → combobox/component/.partials/components/fieldset/chips/chip/chip-remove}/component.interface.js +0 -0
@@ -1,11 +1,12 @@
1
+ import { YMapZoomContext } from '../../../../../../../../components/integrations/yandex/maps/component/zoom/context';
1
2
  import React, { useContext } from 'react';
2
- import { YMapZoomContext } from '../../../zoom/context';
3
3
  export function YandexMapControlsZoomPlus(props) {
4
4
  if (props === void 0) { props = {}; }
5
5
  var context = useContext(YMapZoomContext);
6
- if (!(context === null || context === void 0 ? void 0 : context.onZoomIn))
6
+ if (!(context === null || context === void 0 ? void 0 : context.onZoomIn)) {
7
7
  return null;
8
+ }
8
9
  var onZoomIn = context.onZoomIn, zoom = context.zoom, max = context.max;
9
10
  var isDisabled = zoom !== undefined && max !== undefined && zoom >= max;
10
- return (React.createElement("button", { type: "button", onClick: onZoomIn, disabled: isDisabled, className: props.className, "aria-label": "\u0423\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C \u043C\u0430\u0441\u0448\u0442\u0430\u0431" }));
11
+ return (React.createElement("button", { type: 'button', onClick: onZoomIn, disabled: isDisabled, className: props.className, "aria-label": '\u0423\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C \u043C\u0430\u0441\u0448\u0442\u0430\u0431' }));
11
12
  }
@@ -1,3 +1,3 @@
1
+ import type { YandexMapDefaultFeaturesLayerProps } from '../../../../../../../../components/integrations/yandex/maps/component/default/features/layer/component.interface';
1
2
  import React from 'react';
2
- import type { YandexMapDefaultFeaturesLayerProps } from './component.interface';
3
3
  export declare function YandexMapDefaultFeaturesLayer(props: YandexMapDefaultFeaturesLayerProps): React.JSX.Element | null;
@@ -9,12 +9,13 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
- import React, { useContext } from 'react';
13
12
  import { YandexMapContext } from '../../../../../../../../providers/yandex/maps/context/context';
13
+ import React, { useContext } from 'react';
14
14
  export function YandexMapDefaultFeaturesLayer(props) {
15
15
  var context = useContext(YandexMapContext);
16
- if (!context || !context.api)
16
+ if (!context || !context.api) {
17
17
  return null;
18
+ }
18
19
  var YMapDefaultFeaturesLayer = context.api.YMapDefaultFeaturesLayer;
19
20
  return React.createElement(YMapDefaultFeaturesLayer, __assign({}, props));
20
21
  }
@@ -1,3 +1,3 @@
1
+ import type { YandexMapDefaultSchemeLayerProps } from '../../../../../../../../components/integrations/yandex/maps/component/default/scheme/layer/component.interface';
1
2
  import React from 'react';
2
- import type { YandexMapDefaultSchemeLayerProps } from './component.interface';
3
3
  export declare function YandexMapDefaultSchemeLayer(props: YandexMapDefaultSchemeLayerProps): React.JSX.Element | null;
@@ -9,12 +9,13 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
- import React, { useContext } from 'react';
13
12
  import { YandexMapContext } from '../../../../../../../../providers/yandex/maps/context/context';
13
+ import React, { useContext } from 'react';
14
14
  export function YandexMapDefaultSchemeLayer(props) {
15
15
  var context = useContext(YandexMapContext);
16
- if (!context || !context.api)
16
+ if (!context || !context.api) {
17
17
  return null;
18
+ }
18
19
  var YMapDefaultSchemeLayer = context.api.YMapDefaultSchemeLayer;
19
20
  return React.createElement(YMapDefaultSchemeLayer, __assign({}, props));
20
21
  }
@@ -1,3 +1,3 @@
1
+ import type { YandexMapFeatureProps } from '../../../../../../components/integrations/yandex/maps/component/feature/component.interface';
1
2
  import React from 'react';
2
- import type { YandexMapFeatureProps } from './component.interface';
3
3
  export declare function YandexMapFeature({ ...rest }: YandexMapFeatureProps): React.JSX.Element | null;
@@ -20,13 +20,14 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { useContext } from 'react';
24
23
  import { YandexMapContext } from '../../../../../../providers/yandex/maps/context/context';
24
+ import React, { useContext } from 'react';
25
25
  export function YandexMapFeature(_a) {
26
26
  var rest = __rest(_a, []);
27
27
  var context = useContext(YandexMapContext);
28
- if (!context || !context.api)
28
+ if (!context || !context.api) {
29
29
  return null;
30
+ }
30
31
  var YMapFeature = context.api.YMapFeature;
31
32
  return React.createElement(YMapFeature, __assign({}, rest), rest === null || rest === void 0 ? void 0 : rest.children);
32
33
  }
@@ -1,18 +1,18 @@
1
- import { YandexMap as Component } from './component';
2
- import { YandexMapProps } from './component.interface';
3
- import { YandexMapControlsZoomProps } from './controls/zoom/component.interface';
4
- import { YandexMapControlsZoomMinus } from './controls/zoom/minus/component';
5
- import { YandexMapControlsZoomMinusProps } from './controls/zoom/minus/component.interface';
6
- import { YandexMapControlsZoomPlus } from './controls/zoom/plus/component';
7
- import { YandexMapControlsZoomPlusProps } from './controls/zoom/plus/component.interface';
8
- import { YandexMapDefaultFeaturesLayer } from './default/features/layer/component';
9
- import { YandexMapDefaultFeaturesLayerProps } from './default/features/layer/component.interface';
10
- import { YandexMapDefaultSchemeLayer } from './default/scheme/layer/component';
11
- import { YandexMapDefaultSchemeLayerProps } from './default/scheme/layer/component.interface';
12
- import { YandexMapFeature } from './feature/component';
13
- import { YandexMapFeatureProps } from './feature/component.interface';
14
- import { YandexMapMarker } from './marker/component';
15
- import { YandexMapMarkerProps } from './marker/component.interface';
1
+ import { YandexMap as Component } from '../../../../../components/integrations/yandex/maps/component/component';
2
+ import { YandexMapProps } from '../../../../../components/integrations/yandex/maps/component/component.interface';
3
+ import { YandexMapControlsZoomProps } from '../../../../../components/integrations/yandex/maps/component/controls/zoom/component.interface';
4
+ import { YandexMapControlsZoomMinus } from '../../../../../components/integrations/yandex/maps/component/controls/zoom/minus/component';
5
+ import { YandexMapControlsZoomMinusProps } from '../../../../../components/integrations/yandex/maps/component/controls/zoom/minus/component.interface';
6
+ import { YandexMapControlsZoomPlus } from '../../../../../components/integrations/yandex/maps/component/controls/zoom/plus/component';
7
+ import { YandexMapControlsZoomPlusProps } from '../../../../../components/integrations/yandex/maps/component/controls/zoom/plus/component.interface';
8
+ import { YandexMapDefaultFeaturesLayer } from '../../../../../components/integrations/yandex/maps/component/default/features/layer/component';
9
+ import { YandexMapDefaultFeaturesLayerProps } from '../../../../../components/integrations/yandex/maps/component/default/features/layer/component.interface';
10
+ import { YandexMapDefaultSchemeLayer } from '../../../../../components/integrations/yandex/maps/component/default/scheme/layer/component';
11
+ import { YandexMapDefaultSchemeLayerProps } from '../../../../../components/integrations/yandex/maps/component/default/scheme/layer/component.interface';
12
+ import { YandexMapFeature } from '../../../../../components/integrations/yandex/maps/component/feature/component';
13
+ import { YandexMapFeatureProps } from '../../../../../components/integrations/yandex/maps/component/feature/component.interface';
14
+ import { YandexMapMarker } from '../../../../../components/integrations/yandex/maps/component/marker/component';
15
+ import { YandexMapMarkerProps } from '../../../../../components/integrations/yandex/maps/component/marker/component.interface';
16
16
  export declare const YandexMap: typeof Component & {
17
17
  Default: {
18
18
  Scheme: {
@@ -1,10 +1,10 @@
1
- import { YandexMap as Component } from './component';
2
- import { YandexMapControlsZoomMinus } from './controls/zoom/minus/component';
3
- import { YandexMapControlsZoomPlus } from './controls/zoom/plus/component';
4
- import { YandexMapDefaultFeaturesLayer } from './default/features/layer/component';
5
- import { YandexMapDefaultSchemeLayer } from './default/scheme/layer/component';
6
- import { YandexMapFeature } from './feature/component';
7
- import { YandexMapMarker } from './marker/component';
1
+ import { YandexMap as Component } from '../../../../../components/integrations/yandex/maps/component/component';
2
+ import { YandexMapControlsZoomMinus } from '../../../../../components/integrations/yandex/maps/component/controls/zoom/minus/component';
3
+ import { YandexMapControlsZoomPlus } from '../../../../../components/integrations/yandex/maps/component/controls/zoom/plus/component';
4
+ import { YandexMapDefaultFeaturesLayer } from '../../../../../components/integrations/yandex/maps/component/default/features/layer/component';
5
+ import { YandexMapDefaultSchemeLayer } from '../../../../../components/integrations/yandex/maps/component/default/scheme/layer/component';
6
+ import { YandexMapFeature } from '../../../../../components/integrations/yandex/maps/component/feature/component';
7
+ import { YandexMapMarker } from '../../../../../components/integrations/yandex/maps/component/marker/component';
8
8
  export var YandexMap = Object.assign(Component, {
9
9
  Default: {
10
10
  Scheme: {
@@ -1,3 +1,3 @@
1
+ import type { YandexMapMarkerProps } from '../../../../../../components/integrations/yandex/maps/component/marker/component.interface';
1
2
  import React from 'react';
2
- import type { YandexMapMarkerProps } from './component.interface';
3
3
  export declare function YandexMapMarker({ coordinates, children, ...rest }: YandexMapMarkerProps): React.JSX.Element | null;
@@ -20,13 +20,14 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { useContext } from 'react';
24
23
  import { YandexMapContext } from '../../../../../../providers/yandex/maps/context/context';
24
+ import React, { useContext } from 'react';
25
25
  export function YandexMapMarker(_a) {
26
26
  var coordinates = _a.coordinates, children = _a.children, rest = __rest(_a, ["coordinates", "children"]);
27
27
  var context = useContext(YandexMapContext);
28
- if (!context || !context.api)
28
+ if (!context || !context.api) {
29
29
  return null;
30
+ }
30
31
  var YMapMarker = context.api.YMapMarker;
31
32
  return (React.createElement(YMapMarker, __assign({ coordinates: coordinates }, rest), children));
32
33
  }
@@ -1,2 +1,2 @@
1
- import type { YMapZoomContextProps } from './context.interface';
1
+ import type { YMapZoomContextProps } from '../../../../../../components/integrations/yandex/maps/component/zoom/context.interface';
2
2
  export declare const YMapZoomContext: import("react").Context<YMapZoomContextProps | null>;
@@ -1,3 +1,3 @@
1
+ import type { YandexMapSkeletonProps } from '../../../../../components/integrations/yandex/maps/skeleton/component.interface';
1
2
  import React, { ElementType } from 'react';
2
- import type { YandexMapSkeletonProps } from './component.interface';
3
3
  export declare function YandexMapSkeleton<C extends ElementType = 'div'>({ as, ...rest }: YandexMapSkeletonProps<C>): React.JSX.Element;
@@ -20,10 +20,10 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import { Skeleton } from '../../../../../components/display/skeleton/component/component';
24
+ import styles from '../../../../../components/integrations/yandex/maps/skeleton/component.module.css';
23
25
  import classNames from 'classnames';
24
26
  import React from 'react';
25
- import { Skeleton } from '../../../../display/skeleton/component/component';
26
- import styles from './component.module.css';
27
27
  export function YandexMapSkeleton(_a) {
28
28
  var as = _a.as, rest = __rest(_a, ["as"]);
29
29
  var Component = (as || 'div');
@@ -1,3 +1,3 @@
1
+ import type { YandexMapDefaultSchemeLayerSkeletonProps } from '../../../../../../../../components/integrations/yandex/maps/skeleton/default/scheme/layer/component.interface';
1
2
  import React, { ElementType } from 'react';
2
- import type { YandexMapDefaultSchemeLayerSkeletonProps } from './component.interface';
3
3
  export declare function YandexMapDefaultSchemeLayerSkeleton<C extends ElementType = 'div'>({ as, ...rest }: YandexMapDefaultSchemeLayerSkeletonProps<C>): React.JSX.Element;
@@ -20,20 +20,20 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import styles from '../../../../../../../../components/integrations/yandex/maps/skeleton/component.module.css';
24
+ import { MAP_PATH_ACCENT, MAP_PATH_MAIN, } from '../../../../../../../../components/integrations/yandex/maps/skeleton/default/scheme/layer/component.image';
23
25
  import classNames from 'classnames';
24
26
  import React, { useId } from 'react';
25
- import styles from '../../../component.module.css';
26
- import { MAP_PATH_ACCENT, MAP_PATH_MAIN } from './component.image';
27
27
  export function YandexMapDefaultSchemeLayerSkeleton(_a) {
28
28
  var as = _a.as, rest = __rest(_a, ["as"]);
29
29
  var Component = (as || 'div');
30
30
  var filterId = useId();
31
31
  return (React.createElement(Component, __assign({}, rest, { className: classNames('mosuk-yandex-map-default-scheme-layer', styles.yandex_map_default_scheme_layer, rest === null || rest === void 0 ? void 0 : rest.className) }),
32
- React.createElement("svg", { viewBox: "0 0 1000 1000", fillRule: "evenodd", clipRule: "evenodd", preserveAspectRatio: "xMidYMid slice" },
32
+ React.createElement("svg", { viewBox: '0 0 1000 1000', fillRule: 'evenodd', clipRule: 'evenodd', preserveAspectRatio: 'xMidYMid slice' },
33
33
  React.createElement("defs", null,
34
34
  React.createElement("filter", { id: filterId },
35
- React.createElement("feColorMatrix", { type: "matrix", values: "0.6 0 0 0 0.2 0 0.6 0 0 0.2 0 0 0.6 0 0.2 0 0 0 1 0" }))),
36
- React.createElement("path", { fill: "currentColor", d: MAP_PATH_MAIN }),
37
- React.createElement("g", { fill: "currentColor", filter: "url(#".concat(filterId, ")") },
35
+ React.createElement("feColorMatrix", { type: 'matrix', values: '0.6 0 0 0 0.2 0 0.6 0 0 0.2 0 0 0.6 0 0.2 0 0 0 1 0' }))),
36
+ React.createElement("path", { fill: 'currentColor', d: MAP_PATH_MAIN }),
37
+ React.createElement("g", { fill: 'currentColor', filter: "url(#".concat(filterId, ")") },
38
38
  React.createElement("path", { d: MAP_PATH_ACCENT })))));
39
39
  }
@@ -1,7 +1,7 @@
1
- import { YandexMapSkeleton as Component } from './component';
2
- import type { YandexMapSkeletonProps } from './component.interface';
3
- import { YandexMapDefaultSchemeLayerSkeleton } from './default/scheme/layer/component';
4
- import { YandexMapDefaultSchemeLayerSkeletonProps } from './default/scheme/layer/component.interface';
1
+ import { YandexMapSkeleton as Component } from '../../../../../components/integrations/yandex/maps/skeleton/component';
2
+ import type { YandexMapSkeletonProps } from '../../../../../components/integrations/yandex/maps/skeleton/component.interface';
3
+ import { YandexMapDefaultSchemeLayerSkeleton } from '../../../../../components/integrations/yandex/maps/skeleton/default/scheme/layer/component';
4
+ import { YandexMapDefaultSchemeLayerSkeletonProps } from '../../../../../components/integrations/yandex/maps/skeleton/default/scheme/layer/component.interface';
5
5
  export declare const YandexMapSkeleton: typeof Component & {
6
6
  Default: {
7
7
  Scheme: {
@@ -1,5 +1,5 @@
1
- import { YandexMapSkeleton as Component } from './component';
2
- import { YandexMapDefaultSchemeLayerSkeleton } from './default/scheme/layer/component';
1
+ import { YandexMapSkeleton as Component } from '../../../../../components/integrations/yandex/maps/skeleton/component';
2
+ import { YandexMapDefaultSchemeLayerSkeleton } from '../../../../../components/integrations/yandex/maps/skeleton/default/scheme/layer/component';
3
3
  export var YandexMapSkeleton = Object.assign(Component, {
4
4
  Default: {
5
5
  Scheme: {
@@ -1,3 +1,3 @@
1
+ import { HeaderProps } from '../../../../../../components/layouts/header/component/.partials/components/component.interface';
1
2
  import React, { ElementType } from 'react';
2
- import { HeaderProps } from './component.interface';
3
3
  export declare function Header<C extends ElementType = 'header'>({ ...rest }: HeaderProps<C>): React.JSX.Element;
@@ -20,9 +20,9 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import styles from '../../../../../../components/layouts/header/component/.partials/styles/style.module.css';
23
24
  import classNames from 'classnames';
24
25
  import React from 'react';
25
- import styles from '../styles/style.module.css';
26
26
  export function Header(_a) {
27
27
  var rest = __rest(_a, []);
28
28
  var Component = ((rest === null || rest === void 0 ? void 0 : rest.as) || 'header');
@@ -1,5 +1,5 @@
1
- import { Header as HeaderBase } from './.partials/components/component';
2
- import type { HeaderProps } from './.partials/components/component.interface';
1
+ import { Header as HeaderBase } from '../../../../components/layouts/header/component/.partials/components/component';
2
+ import type { HeaderProps } from '../../../../components/layouts/header/component/.partials/components/component.interface';
3
3
  export declare const Header: typeof HeaderBase;
4
4
  export declare namespace Header {
5
5
  type Props = HeaderProps;
@@ -1,2 +1,2 @@
1
- import { Header as HeaderBase } from './.partials/components/component';
1
+ import { Header as HeaderBase } from '../../../../components/layouts/header/component/.partials/components/component';
2
2
  export var Header = HeaderBase;
@@ -1,3 +1,3 @@
1
+ import { SidebarCardButtonProps } from '../../../../../../components/layouts/sidebar/component/card/button/component.interface';
1
2
  import React, { ElementType } from 'react';
2
- import { SidebarCardButtonProps } from './component.interface';
3
3
  export declare function SidebarCardButton<C extends ElementType = 'button'>({ active, ...rest }: SidebarCardButtonProps<C>): React.JSX.Element;
@@ -1,5 +1,5 @@
1
+ import { ButtonProps } from '../../../../../../components/actions/button/component/component.interface';
1
2
  import { ElementType } from 'react';
2
- import { ButtonProps } from '../../../../../actions/button/component/component.interface';
3
3
  export type SidebarCardButtonProps<C extends ElementType = 'button'> = ButtonProps<C> & {
4
4
  active?: boolean;
5
5
  };
@@ -20,11 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import { Button } from '../../../../../../components/actions/button/component/component';
24
+ import styles from '../../../../../../components/layouts/sidebar/component/component.module.css';
23
25
  import classNames from 'classnames';
24
26
  import { ChevronRight } from 'lucide-react';
25
27
  import React from 'react';
26
- import { Button } from '../../../../../actions/button/component/component';
27
- import styles from '../../component.module.css';
28
28
  export function SidebarCardButton(_a) {
29
29
  var _b;
30
30
  var active = _a.active, rest = __rest(_a, ["active"]);
@@ -1,3 +1,3 @@
1
+ import { SidebarCardProps } from '../../../../../components/layouts/sidebar/component/card/component.interface';
1
2
  import React from 'react';
2
- import { SidebarCardProps } from './component.interface';
3
3
  export declare function SidebarCard({ ...rest }: SidebarCardProps): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- import { CardProps } from '../../../../display/card/component/component.interface';
1
+ import { CardProps } from '../../../../../components/display/card/component/component.interface';
2
2
  export type SidebarCardProps = CardProps;
@@ -20,10 +20,10 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import { Card } from '../../../../../components/display/card/component/component';
24
+ import styles from '../../../../../components/layouts/sidebar/component/component.module.css';
23
25
  import classNames from 'classnames';
24
26
  import React from 'react';
25
- import { Card } from '../../../../display/card/component/component';
26
- import styles from '../component.module.css';
27
27
  export function SidebarCard(_a) {
28
28
  var rest = __rest(_a, []);
29
29
  return (React.createElement(Card, __assign({}, rest, { className: classNames('mosuk-sidebar-card', styles.card, rest === null || rest === void 0 ? void 0 : rest.className) }), rest === null || rest === void 0 ? void 0 : rest.children));
@@ -1,3 +1,3 @@
1
+ import { SidebarProps } from '../../../../components/layouts/sidebar/component/component.interface';
1
2
  import React, { ElementType } from 'react';
2
- import { SidebarProps } from './component.interface';
3
3
  export declare function Sidebar<C extends ElementType = 'aside'>({ as, ...rest }: SidebarProps<C>): React.JSX.Element;
@@ -20,9 +20,9 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import styles from '../../../../components/layouts/sidebar/component/component.module.css';
23
24
  import classNames from 'classnames';
24
25
  import React from 'react';
25
- import styles from './component.module.css';
26
26
  export function Sidebar(_a) {
27
27
  var as = _a.as, rest = __rest(_a, ["as"]);
28
28
  var Component = (as || 'aside');
@@ -1,9 +1,9 @@
1
- import { SidebarCardButton } from './card/button/component';
2
- import { SidebarCardButtonProps } from './card/button/component.interface';
3
- import { SidebarCard } from './card/component';
4
- import { SidebarCardProps } from './card/component.interface';
5
- import { Sidebar as BaseSidebar } from './component';
6
- import type { SidebarProps } from './component.interface';
1
+ import { SidebarCardButton } from '../../../../components/layouts/sidebar/component/card/button/component';
2
+ import { SidebarCardButtonProps } from '../../../../components/layouts/sidebar/component/card/button/component.interface';
3
+ import { SidebarCard } from '../../../../components/layouts/sidebar/component/card/component';
4
+ import { SidebarCardProps } from '../../../../components/layouts/sidebar/component/card/component.interface';
5
+ import { Sidebar as BaseSidebar } from '../../../../components/layouts/sidebar/component/component';
6
+ import type { SidebarProps } from '../../../../components/layouts/sidebar/component/component.interface';
7
7
  export declare const Sidebar: typeof BaseSidebar & {
8
8
  Card: typeof SidebarCard & {
9
9
  Button: typeof SidebarCardButton;
@@ -1,6 +1,6 @@
1
- import { SidebarCardButton } from './card/button/component';
2
- import { SidebarCard } from './card/component';
3
- import { Sidebar as BaseSidebar } from './component';
1
+ import { SidebarCardButton } from '../../../../components/layouts/sidebar/component/card/button/component';
2
+ import { SidebarCard } from '../../../../components/layouts/sidebar/component/card/component';
3
+ import { Sidebar as BaseSidebar } from '../../../../components/layouts/sidebar/component/component';
4
4
  export var Sidebar = Object.assign(BaseSidebar, {
5
5
  Card: Object.assign(SidebarCard, {
6
6
  Button: SidebarCardButton,
@@ -1,3 +1,3 @@
1
+ import { TabbarProps } from '../../../../../../components/layouts/tabbar/component/.partials/components/component.interface';
1
2
  import React, { ElementType } from 'react';
2
- import { TabbarProps } from './component.interface';
3
3
  export declare function Tabbar<C extends ElementType = 'aside'>({ tabbar, ...rest }: TabbarProps<C>): React.JSX.Element;
@@ -20,9 +20,9 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import styles from '../../../../../../components/layouts/tabbar/component/.partials/styles/style.module.css';
23
24
  import classNames from 'classnames';
24
25
  import React from 'react';
25
- import styles from '../styles/style.module.css';
26
26
  export function Tabbar(_a) {
27
27
  var tabbar = _a.tabbar, rest = __rest(_a, ["tabbar"]);
28
28
  var Component = ((rest === null || rest === void 0 ? void 0 : rest.as) || 'aside');
@@ -1,5 +1,5 @@
1
- import { Tabbar as BaseTabbar } from './.partials/components/component';
2
- import type { TabbarProps } from './.partials/components/component.interface';
1
+ import { Tabbar as BaseTabbar } from '../../../../components/layouts/tabbar/component/.partials/components/component';
2
+ import type { TabbarProps } from '../../../../components/layouts/tabbar/component/.partials/components/component.interface';
3
3
  export declare const Tabbar: typeof BaseTabbar;
4
4
  export declare namespace Tabbar {
5
5
  type Props = TabbarProps;
@@ -1,2 +1,2 @@
1
- import { Tabbar as BaseTabbar } from './.partials/components/component';
1
+ import { Tabbar as BaseTabbar } from '../../../../components/layouts/tabbar/component/.partials/components/component';
2
2
  export var Tabbar = Object.assign(BaseTabbar, {});
@@ -1,3 +1,3 @@
1
+ import { CloseProps } from '../../../../../components/overlays/alert/component/close/component.interface';
1
2
  import React from 'react';
2
- import { CloseProps } from './component.interface';
3
3
  export declare function Close({ ...rest }: CloseProps): React.JSX.Element;
@@ -24,5 +24,5 @@ import { Toast } from '@base-ui/react/toast';
24
24
  import React from 'react';
25
25
  export function Close(_a) {
26
26
  var rest = __rest(_a, []);
27
- return (React.createElement(Toast.Close, __assign({}, rest), rest === null || rest === void 0 ? void 0 : rest.children));
27
+ return React.createElement(Toast.Close, __assign({}, rest), rest === null || rest === void 0 ? void 0 : rest.children);
28
28
  }
@@ -1,3 +1,3 @@
1
+ import { AlertProps } from '../../../../components/overlays/alert/component/component.interface';
1
2
  import React from 'react';
2
- import { AlertProps } from './component.interface';
3
3
  export declare function Alert({ toast, ...rest }: AlertProps): React.JSX.Element | null;
@@ -1,7 +1,7 @@
1
- import { Close } from './close/component';
2
- import { CloseProps } from './close/component.interface';
3
- import { Alert as BaseAlert } from './component';
4
- import type { AlertProps } from './component.interface';
1
+ import { Close } from '../../../../components/overlays/alert/component/close/component';
2
+ import { CloseProps } from '../../../../components/overlays/alert/component/close/component.interface';
3
+ import { Alert as BaseAlert } from '../../../../components/overlays/alert/component/component';
4
+ import type { AlertProps } from '../../../../components/overlays/alert/component/component.interface';
5
5
  export declare const Alert: typeof BaseAlert & {
6
6
  Close: typeof Close;
7
7
  };
@@ -1,5 +1,5 @@
1
- import { Close } from './close/component';
2
- import { Alert as BaseAlert } from './component';
1
+ import { Close } from '../../../../components/overlays/alert/component/close/component';
2
+ import { Alert as BaseAlert } from '../../../../components/overlays/alert/component/component';
3
3
  export var Alert = Object.assign(BaseAlert, {
4
- Close: Close
4
+ Close: Close,
5
5
  });
@@ -1,3 +1,3 @@
1
+ import { DialogCloseProps } from '../../../../../components/overlays/dialog/component/close/component.interface';
1
2
  import React from 'react';
2
- import { DialogCloseProps } from './component.interface';
3
3
  export declare function DialogClose({ ...rest }: DialogCloseProps): React.JSX.Element;
@@ -1,3 +1,3 @@
1
+ import { DialogProps } from '../../../../components/overlays/dialog/component/component.interface';
1
2
  import React from 'react';
2
- import { DialogProps } from './component.interface';
3
3
  export declare function Dialog({ ...rest }: DialogProps): React.JSX.Element;
@@ -1,19 +1,19 @@
1
- import { DialogClose } from './close/component';
2
- import { DialogCloseProps } from './close/component.interface';
3
- import { Dialog as Component } from './component';
4
- import { DialogProps as ComponentProps } from './component.interface';
5
- import { DialogOpen } from './open/component';
6
- import { DialogOpenProps } from './open/component.interface';
7
- import { DialogPortal } from './portal/component';
8
- import { DialogPortalProps } from './portal/component.interface';
9
- import { DialogPortalViewportBackdrop } from './portal/viewport/backdrop/component';
10
- import { DialogPortalViewportBackdropProps } from './portal/viewport/backdrop/component.interface';
11
- import { DialogPortalViewport } from './portal/viewport/component';
12
- import { DialogPortalViewportProps } from './portal/viewport/component.interface';
13
- import { DialogPortalViewportPopup } from './portal/viewport/popup/component';
14
- import { DialogPortalViewportPopupProps } from './portal/viewport/popup/component.interface';
15
- import { DialogPortalViewportPopupContent } from './portal/viewport/popup/content/component';
16
- import { DialogPortalViewportPopupContentProps } from './portal/viewport/popup/content/component.interface';
1
+ import { DialogClose } from '../../../../components/overlays/dialog/component/close/component';
2
+ import { DialogCloseProps } from '../../../../components/overlays/dialog/component/close/component.interface';
3
+ import { Dialog as Component } from '../../../../components/overlays/dialog/component/component';
4
+ import { DialogProps as ComponentProps } from '../../../../components/overlays/dialog/component/component.interface';
5
+ import { DialogOpen } from '../../../../components/overlays/dialog/component/open/component';
6
+ import { DialogOpenProps } from '../../../../components/overlays/dialog/component/open/component.interface';
7
+ import { DialogPortal } from '../../../../components/overlays/dialog/component/portal/component';
8
+ import { DialogPortalProps } from '../../../../components/overlays/dialog/component/portal/component.interface';
9
+ import { DialogPortalViewportBackdrop } from '../../../../components/overlays/dialog/component/portal/viewport/backdrop/component';
10
+ import { DialogPortalViewportBackdropProps } from '../../../../components/overlays/dialog/component/portal/viewport/backdrop/component.interface';
11
+ import { DialogPortalViewport } from '../../../../components/overlays/dialog/component/portal/viewport/component';
12
+ import { DialogPortalViewportProps } from '../../../../components/overlays/dialog/component/portal/viewport/component.interface';
13
+ import { DialogPortalViewportPopup } from '../../../../components/overlays/dialog/component/portal/viewport/popup/component';
14
+ import { DialogPortalViewportPopupProps } from '../../../../components/overlays/dialog/component/portal/viewport/popup/component.interface';
15
+ import { DialogPortalViewportPopupContent } from '../../../../components/overlays/dialog/component/portal/viewport/popup/content/component';
16
+ import { DialogPortalViewportPopupContentProps } from '../../../../components/overlays/dialog/component/portal/viewport/popup/content/component.interface';
17
17
  export declare const Dialog: typeof Component & {
18
18
  Open: typeof DialogOpen;
19
19
  Close: typeof DialogClose;
@@ -1,11 +1,11 @@
1
- import { DialogClose } from './close/component';
2
- import { Dialog as Component } from './component';
3
- import { DialogOpen } from './open/component';
4
- import { DialogPortal } from './portal/component';
5
- import { DialogPortalViewportBackdrop } from './portal/viewport/backdrop/component';
6
- import { DialogPortalViewport } from './portal/viewport/component';
7
- import { DialogPortalViewportPopup } from './portal/viewport/popup/component';
8
- import { DialogPortalViewportPopupContent } from './portal/viewport/popup/content/component';
1
+ import { DialogClose } from '../../../../components/overlays/dialog/component/close/component';
2
+ import { Dialog as Component } from '../../../../components/overlays/dialog/component/component';
3
+ import { DialogOpen } from '../../../../components/overlays/dialog/component/open/component';
4
+ import { DialogPortal } from '../../../../components/overlays/dialog/component/portal/component';
5
+ import { DialogPortalViewportBackdrop } from '../../../../components/overlays/dialog/component/portal/viewport/backdrop/component';
6
+ import { DialogPortalViewport } from '../../../../components/overlays/dialog/component/portal/viewport/component';
7
+ import { DialogPortalViewportPopup } from '../../../../components/overlays/dialog/component/portal/viewport/popup/component';
8
+ import { DialogPortalViewportPopupContent } from '../../../../components/overlays/dialog/component/portal/viewport/popup/content/component';
9
9
  export var Dialog = Object.assign(Component, {
10
10
  Open: DialogOpen,
11
11
  Close: DialogClose,
@@ -1,3 +1,3 @@
1
+ import { DialogOpenProps } from '../../../../../components/overlays/dialog/component/open/component.interface';
1
2
  import React from 'react';
2
- import { DialogOpenProps } from './component.interface';
3
3
  export declare function DialogOpen({ ...rest }: DialogOpenProps): React.JSX.Element;
@@ -1,3 +1,3 @@
1
+ import { DialogPortalProps } from '../../../../../components/overlays/dialog/component/portal/component.interface';
1
2
  import React from 'react';
2
- import { DialogPortalProps } from './component.interface';
3
3
  export declare function DialogPortal({ ...rest }: DialogPortalProps): React.JSX.Element;
@@ -20,10 +20,10 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import styles from '../../../../../components/overlays/dialog/component/component.module.css';
23
24
  import { Dialog as BaseUIDialog } from '@base-ui/react';
24
25
  import classNames from 'classnames';
25
26
  import React from 'react';
26
- import styles from '../component.module.css';
27
27
  export function DialogPortal(_a) {
28
28
  var rest = __rest(_a, []);
29
29
  return (React.createElement(BaseUIDialog.Portal, __assign({}, rest, { className: classNames('mosuk-dialog-portal', styles.portal, rest === null || rest === void 0 ? void 0 : rest.className) }), rest === null || rest === void 0 ? void 0 : rest.children));
@@ -1,3 +1,3 @@
1
+ import { DialogPortalViewportBackdropProps } from '../../../../../../../components/overlays/dialog/component/portal/viewport/backdrop/component.interface';
1
2
  import React from 'react';
2
- import { DialogPortalViewportBackdropProps } from './component.interface';
3
3
  export declare function DialogPortalViewportBackdrop({ ...rest }: DialogPortalViewportBackdropProps): React.JSX.Element;