@alfalab/core-components 20.7.2 → 21.0.0

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 (455) hide show
  1. package/amount-input/Component.js +3 -3
  2. package/amount-input/default.css +2 -2
  3. package/amount-input/esm/Component.js +3 -3
  4. package/amount-input/esm/default.css +2 -2
  5. package/amount-input/esm/index.css +7 -7
  6. package/amount-input/esm/inverted.css +2 -2
  7. package/amount-input/index.css +7 -7
  8. package/amount-input/inverted.css +2 -2
  9. package/amount-input/modern/Component.js +3 -3
  10. package/amount-input/modern/default.css +2 -2
  11. package/amount-input/modern/index.css +7 -7
  12. package/amount-input/modern/inverted.css +2 -2
  13. package/bank-card/Component.js +1 -1
  14. package/bank-card/esm/Component.js +1 -1
  15. package/bank-card/esm/index.css +20 -20
  16. package/bank-card/index.css +20 -20
  17. package/bank-card/modern/Component.js +1 -1
  18. package/bank-card/modern/index.css +20 -20
  19. package/calendar/Component.js +1 -1
  20. package/calendar/components/days-table/Component.js +1 -1
  21. package/calendar/components/days-table/index.js +1 -1
  22. package/calendar/components/header/Component.js +1 -1
  23. package/calendar/components/header/index.js +1 -1
  24. package/calendar/components/months-table/Component.js +1 -1
  25. package/calendar/components/months-table/index.js +1 -1
  26. package/calendar/components/select-button/Component.js +1 -1
  27. package/calendar/components/select-button/index.js +1 -1
  28. package/calendar/components/years-table/Component.js +1 -1
  29. package/calendar/components/years-table/index.js +1 -1
  30. package/calendar/esm/Component.js +1 -1
  31. package/calendar/esm/components/days-table/Component.js +1 -1
  32. package/calendar/esm/components/days-table/index.js +1 -1
  33. package/calendar/esm/components/header/Component.js +1 -1
  34. package/calendar/esm/components/header/index.js +1 -1
  35. package/calendar/esm/components/months-table/Component.js +1 -1
  36. package/calendar/esm/components/months-table/index.js +1 -1
  37. package/calendar/esm/components/select-button/Component.js +1 -1
  38. package/calendar/esm/components/select-button/index.js +1 -1
  39. package/calendar/esm/components/years-table/Component.js +1 -1
  40. package/calendar/esm/components/years-table/index.js +1 -1
  41. package/calendar/esm/index.js +1 -1
  42. package/calendar/esm/{tslib.es6-dfe76878.d.ts → tslib.es6-592d5eb5.d.ts} +0 -0
  43. package/calendar/esm/{tslib.es6-dfe76878.js → tslib.es6-592d5eb5.js} +0 -0
  44. package/calendar/index.js +1 -1
  45. package/calendar/{tslib.es6-795220b5.d.ts → tslib.es6-4fa31cb9.d.ts} +0 -0
  46. package/calendar/{tslib.es6-795220b5.js → tslib.es6-4fa31cb9.js} +0 -0
  47. package/calendar-input/Component.d.ts +1 -1
  48. package/calendar-input/Component.js +3 -2
  49. package/calendar-input/cssm/Component.js +2 -1
  50. package/calendar-input/cssm/index.js +1 -0
  51. package/calendar-input/cssm/index.module.css +3 -4
  52. package/calendar-input/esm/Component.js +3 -2
  53. package/calendar-input/esm/index.css +12 -13
  54. package/calendar-input/esm/index.js +1 -0
  55. package/calendar-input/index.css +12 -13
  56. package/calendar-input/index.js +1 -0
  57. package/calendar-input/modern/Component.js +3 -2
  58. package/calendar-input/modern/index.css +12 -13
  59. package/calendar-input/modern/index.js +1 -0
  60. package/calendar-range/Component.js +1 -1
  61. package/calendar-range/esm/Component.js +1 -1
  62. package/calendar-range/esm/index.css +5 -5
  63. package/calendar-range/index.css +5 -5
  64. package/calendar-range/modern/Component.js +1 -1
  65. package/calendar-range/modern/index.css +5 -5
  66. package/chart/hooks/useSettings/utils/setDatas.d.ts +2 -1
  67. package/date-input/Component.js +1 -1
  68. package/date-input/esm/Component.js +1 -1
  69. package/date-input/esm/index.css +4 -4
  70. package/date-input/index.css +4 -4
  71. package/date-input/modern/Component.js +1 -1
  72. package/date-input/modern/index.css +4 -4
  73. package/gallery/Component.js +2 -2
  74. package/gallery/components/header/Component.js +1 -1
  75. package/gallery/components/header/buttons.js +1 -1
  76. package/gallery/components/header/index.js +1 -1
  77. package/gallery/components/image-viewer/component.js +2 -2
  78. package/gallery/components/image-viewer/index.js +2 -2
  79. package/gallery/components/image-viewer/slide.js +1 -1
  80. package/gallery/components/index.js +2 -2
  81. package/gallery/esm/Component.js +2 -2
  82. package/gallery/esm/components/header/Component.js +1 -1
  83. package/gallery/esm/components/header/buttons.js +1 -1
  84. package/gallery/esm/components/header/index.js +1 -1
  85. package/gallery/esm/components/image-viewer/component.js +2 -2
  86. package/gallery/esm/components/image-viewer/index.js +2 -2
  87. package/gallery/esm/components/image-viewer/slide.js +1 -1
  88. package/gallery/esm/components/index.js +2 -2
  89. package/gallery/esm/index.js +2 -2
  90. package/gallery/esm/{slide-87570b70.d.ts → slide-532577ce.d.ts} +0 -0
  91. package/gallery/esm/{slide-87570b70.js → slide-532577ce.js} +0 -0
  92. package/gallery/esm/{tslib.es6-76ecfd4c.d.ts → tslib.es6-2d1b56a1.d.ts} +0 -0
  93. package/gallery/esm/{tslib.es6-76ecfd4c.js → tslib.es6-2d1b56a1.js} +0 -0
  94. package/gallery/index.js +2 -2
  95. package/gallery/modern/Component.js +1 -1
  96. package/gallery/modern/components/image-viewer/component.js +1 -1
  97. package/gallery/modern/components/image-viewer/index.js +1 -1
  98. package/gallery/modern/components/image-viewer/slide.js +1 -1
  99. package/gallery/modern/components/index.js +1 -1
  100. package/gallery/modern/index.js +1 -1
  101. package/gallery/modern/{slide-d973cd14.d.ts → slide-d87a486b.d.ts} +0 -0
  102. package/gallery/modern/{slide-d973cd14.js → slide-d87a486b.js} +0 -0
  103. package/gallery/{slide-4c7a53b7.d.ts → slide-aec72ab7.d.ts} +0 -0
  104. package/gallery/{slide-4c7a53b7.js → slide-aec72ab7.js} +0 -0
  105. package/gallery/{tslib.es6-d8fd377b.d.ts → tslib.es6-1ff0896f.d.ts} +0 -0
  106. package/gallery/{tslib.es6-d8fd377b.js → tslib.es6-1ff0896f.js} +0 -0
  107. package/input/Component.js +3 -3
  108. package/input/default.css +13 -13
  109. package/input/esm/Component.js +3 -3
  110. package/input/esm/default.css +13 -13
  111. package/input/esm/index.css +31 -31
  112. package/input/esm/inverted.css +13 -13
  113. package/input/index.css +31 -31
  114. package/input/inverted.css +13 -13
  115. package/input/modern/Component.js +3 -3
  116. package/input/modern/default.css +13 -13
  117. package/input/modern/index.css +31 -31
  118. package/input/modern/inverted.css +13 -13
  119. package/input-autocomplete/{Component-0e73e267.d.ts → Component-50e308c3.d.ts} +0 -0
  120. package/input-autocomplete/{Component-0e73e267.js → Component-50e308c3.js} +1 -1
  121. package/input-autocomplete/Component.js +1 -1
  122. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  123. package/input-autocomplete/autocomplete-field/index.css +2 -2
  124. package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
  125. package/input-autocomplete/autocomplete-field/index.js +1 -1
  126. package/input-autocomplete/esm/{Component-dd7c3b6d.d.ts → Component-9846da19.d.ts} +0 -0
  127. package/input-autocomplete/esm/{Component-dd7c3b6d.js → Component-9846da19.js} +1 -1
  128. package/input-autocomplete/esm/Component.js +1 -1
  129. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  130. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  131. package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
  132. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  133. package/input-autocomplete/esm/index.js +1 -1
  134. package/input-autocomplete/index.js +1 -1
  135. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  136. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  137. package/intl-phone-input/{component-2d5731a0.d.ts → component-0ae65331.d.ts} +0 -0
  138. package/intl-phone-input/{component-2d5731a0.js → component-0ae65331.js} +1 -1
  139. package/intl-phone-input/component.d.ts +1 -1
  140. package/intl-phone-input/component.js +3 -3
  141. package/intl-phone-input/components/flag-icon/component.js +1 -1
  142. package/intl-phone-input/components/flag-icon/index.css +784 -784
  143. package/intl-phone-input/components/index.js +1 -1
  144. package/intl-phone-input/components/select/component.js +2 -2
  145. package/intl-phone-input/components/select/index.css +6 -6
  146. package/intl-phone-input/components/select/index.js +1 -1
  147. package/intl-phone-input/components/select-field/component.js +1 -1
  148. package/intl-phone-input/components/select-field/index.css +8 -8
  149. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  150. package/intl-phone-input/components/select-field/index.js +1 -1
  151. package/intl-phone-input/esm/{component-368bb1f0.d.ts → component-35a8a72f.d.ts} +0 -0
  152. package/intl-phone-input/esm/{component-368bb1f0.js → component-35a8a72f.js} +1 -1
  153. package/intl-phone-input/esm/component.js +3 -3
  154. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  155. package/intl-phone-input/esm/components/flag-icon/index.css +784 -784
  156. package/intl-phone-input/esm/components/index.js +1 -1
  157. package/intl-phone-input/esm/components/select/component.js +2 -2
  158. package/intl-phone-input/esm/components/select/index.css +6 -6
  159. package/intl-phone-input/esm/components/select/index.js +1 -1
  160. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  161. package/intl-phone-input/esm/components/select-field/index.css +8 -8
  162. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  163. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  164. package/intl-phone-input/esm/index.css +3 -3
  165. package/intl-phone-input/esm/index.js +1 -1
  166. package/intl-phone-input/esm/{libphonenumber-js.min-ad3b1f45.d.ts → libphonenumber-js.min-352b09e0.d.ts} +0 -0
  167. package/intl-phone-input/esm/{libphonenumber-js.min-ad3b1f45.js → libphonenumber-js.min-352b09e0.js} +0 -0
  168. package/intl-phone-input/index.css +3 -3
  169. package/intl-phone-input/index.js +1 -1
  170. package/intl-phone-input/{libphonenumber-js.min-b1037671.d.ts → libphonenumber-js.min-2276947d.d.ts} +0 -0
  171. package/intl-phone-input/{libphonenumber-js.min-b1037671.js → libphonenumber-js.min-2276947d.js} +0 -0
  172. package/intl-phone-input/modern/component.js +2 -2
  173. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  174. package/intl-phone-input/modern/components/flag-icon/index.css +784 -784
  175. package/intl-phone-input/modern/components/select/component.js +1 -1
  176. package/intl-phone-input/modern/components/select/index.css +6 -6
  177. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  178. package/intl-phone-input/modern/components/select-field/index.css +8 -8
  179. package/intl-phone-input/modern/index.css +3 -3
  180. package/intl-phone-input/modern/{libphonenumber-js.min-ad3b1f45.d.ts → libphonenumber-js.min-352b09e0.d.ts} +0 -0
  181. package/intl-phone-input/modern/{libphonenumber-js.min-ad3b1f45.js → libphonenumber-js.min-352b09e0.js} +0 -0
  182. package/masked-input/Component.js +1 -1
  183. package/masked-input/esm/Component.js +1 -1
  184. package/masked-input/esm/index.css +2 -2
  185. package/masked-input/index.css +2 -2
  186. package/masked-input/modern/Component.js +1 -1
  187. package/masked-input/modern/index.css +2 -2
  188. package/modal/Component.desktop.js +2 -2
  189. package/modal/Component.mobile.js +2 -2
  190. package/modal/Component.responsive.d.ts +3 -3
  191. package/modal/Component.responsive.js +2 -2
  192. package/modal/components/closer/Component.js +1 -1
  193. package/modal/components/content/Component.desktop.js +1 -1
  194. package/modal/components/content/Component.mobile.js +1 -1
  195. package/modal/components/footer/Component.desktop.js +1 -1
  196. package/modal/components/footer/Component.mobile.js +1 -1
  197. package/modal/components/header/Component.desktop.js +1 -1
  198. package/modal/components/header/Component.js +1 -1
  199. package/modal/components/header/Component.mobile.js +1 -1
  200. package/modal/desktop.js +2 -2
  201. package/modal/esm/Component.desktop.js +2 -2
  202. package/modal/esm/Component.mobile.js +2 -2
  203. package/modal/esm/Component.responsive.js +2 -2
  204. package/modal/esm/components/closer/Component.js +1 -1
  205. package/modal/esm/components/content/Component.desktop.js +1 -1
  206. package/modal/esm/components/content/Component.mobile.js +1 -1
  207. package/modal/esm/components/footer/Component.desktop.js +1 -1
  208. package/modal/esm/components/footer/Component.mobile.js +1 -1
  209. package/modal/esm/components/header/Component.desktop.js +1 -1
  210. package/modal/esm/components/header/Component.js +1 -1
  211. package/modal/esm/components/header/Component.mobile.js +1 -1
  212. package/modal/esm/desktop.js +2 -2
  213. package/modal/esm/index.js +2 -2
  214. package/modal/esm/mobile.js +2 -2
  215. package/modal/esm/responsive.js +2 -2
  216. package/modal/esm/{transitions.module-f3ebeb8b.js → transitions.module-683182f2.js} +0 -0
  217. package/modal/esm/{tslib.es6-92818f5a.d.ts → tslib.es6-f3d79081.d.ts} +0 -0
  218. package/modal/esm/{tslib.es6-92818f5a.js → tslib.es6-f3d79081.js} +0 -0
  219. package/modal/index.js +2 -2
  220. package/modal/mobile.js +2 -2
  221. package/modal/modern/Component.desktop.js +1 -1
  222. package/modal/modern/Component.mobile.js +1 -1
  223. package/modal/modern/Component.responsive.js +1 -1
  224. package/modal/modern/desktop.js +1 -1
  225. package/modal/modern/index.js +1 -1
  226. package/modal/modern/mobile.js +1 -1
  227. package/modal/modern/responsive.js +1 -1
  228. package/modal/modern/{transitions.module-f3ebeb8b.js → transitions.module-683182f2.js} +0 -0
  229. package/modal/responsive.js +2 -2
  230. package/modal/{transitions.module-be9bcfec.js → transitions.module-c7d97d9d.js} +0 -0
  231. package/modal/{tslib.es6-13ac031a.d.ts → tslib.es6-6d6e5bf3.d.ts} +0 -0
  232. package/modal/{tslib.es6-13ac031a.js → tslib.es6-6d6e5bf3.js} +0 -0
  233. package/package.json +1 -1
  234. package/password-input/component.js +1 -1
  235. package/password-input/esm/component.js +1 -1
  236. package/password-input/esm/index.css +5 -5
  237. package/password-input/index.css +5 -5
  238. package/password-input/modern/component.js +1 -1
  239. package/password-input/modern/index.css +5 -5
  240. package/picker-button/{Component-8a497560.d.ts → Component-bc62e4c2.d.ts} +0 -0
  241. package/picker-button/{Component-8a497560.js → Component-bc62e4c2.js} +1 -1
  242. package/picker-button/Component.js +2 -2
  243. package/picker-button/esm/{Component-a0f8bf33.d.ts → Component-7bcce42b.d.ts} +0 -0
  244. package/picker-button/esm/{Component-a0f8bf33.js → Component-7bcce42b.js} +1 -1
  245. package/picker-button/esm/Component.js +2 -2
  246. package/picker-button/esm/field/Component.js +1 -1
  247. package/picker-button/esm/field/index.css +3 -3
  248. package/picker-button/esm/field/index.d.ts +1 -1
  249. package/picker-button/esm/field/index.js +1 -1
  250. package/picker-button/esm/index.css +2 -2
  251. package/picker-button/esm/index.js +1 -1
  252. package/picker-button/field/Component.js +1 -1
  253. package/picker-button/field/index.css +3 -3
  254. package/picker-button/field/index.d.ts +1 -1
  255. package/picker-button/field/index.js +1 -1
  256. package/picker-button/index.css +2 -2
  257. package/picker-button/index.js +1 -1
  258. package/picker-button/modern/Component.js +1 -1
  259. package/picker-button/modern/field/Component.js +1 -1
  260. package/picker-button/modern/field/index.css +3 -3
  261. package/picker-button/modern/index.css +2 -2
  262. package/select/Component.js +2 -1
  263. package/select/components/arrow/Component.js +3 -2
  264. package/select/components/arrow/index.css +8 -7
  265. package/select/components/arrow/index.js +1 -0
  266. package/select/components/base-select/Component.js +2 -2
  267. package/select/components/base-select/index.css +7 -7
  268. package/select/components/base-select/index.js +1 -1
  269. package/select/components/checkmark/Component.js +1 -1
  270. package/select/components/checkmark/index.css +3 -3
  271. package/select/components/field/Component.js +2 -2
  272. package/select/components/field/index.css +9 -9
  273. package/select/components/field/index.js +1 -1
  274. package/select/components/index.js +2 -1
  275. package/select/components/native-select/Component.js +1 -1
  276. package/select/components/native-select/index.js +1 -1
  277. package/select/components/optgroup/Component.js +1 -1
  278. package/select/components/optgroup/index.css +6 -6
  279. package/select/components/option/Component.js +2 -2
  280. package/select/components/option/index.css +20 -20
  281. package/select/components/option/index.js +1 -1
  282. package/select/components/options-list/Component.js +1 -1
  283. package/select/components/options-list/index.css +5 -5
  284. package/select/components/virtual-options-list/Component.js +1 -1
  285. package/select/components/virtual-options-list/index.css +11 -11
  286. package/select/cssm/Component.js +1 -0
  287. package/select/cssm/components/arrow/Component.js +2 -1
  288. package/select/cssm/components/arrow/index.js +1 -0
  289. package/select/cssm/components/arrow/index.module.css +5 -4
  290. package/select/cssm/components/index.js +1 -0
  291. package/select/cssm/index.js +1 -0
  292. package/select/esm/Component.js +2 -1
  293. package/select/esm/components/arrow/Component.js +3 -2
  294. package/select/esm/components/arrow/index.css +8 -7
  295. package/select/esm/components/arrow/index.js +1 -0
  296. package/select/esm/components/base-select/Component.js +2 -2
  297. package/select/esm/components/base-select/index.css +7 -7
  298. package/select/esm/components/base-select/index.js +1 -1
  299. package/select/esm/components/checkmark/Component.js +1 -1
  300. package/select/esm/components/checkmark/index.css +3 -3
  301. package/select/esm/components/field/Component.js +2 -2
  302. package/select/esm/components/field/index.css +9 -9
  303. package/select/esm/components/field/index.js +1 -1
  304. package/select/esm/components/index.js +2 -1
  305. package/select/esm/components/native-select/Component.js +1 -1
  306. package/select/esm/components/native-select/index.js +1 -1
  307. package/select/esm/components/optgroup/Component.js +1 -1
  308. package/select/esm/components/optgroup/index.css +6 -6
  309. package/select/esm/components/option/Component.js +2 -2
  310. package/select/esm/components/option/index.css +20 -20
  311. package/select/esm/components/option/index.js +1 -1
  312. package/select/esm/components/options-list/Component.js +1 -1
  313. package/select/esm/components/options-list/index.css +5 -5
  314. package/select/esm/components/virtual-options-list/Component.js +1 -1
  315. package/select/esm/components/virtual-options-list/index.css +11 -11
  316. package/select/esm/index.js +2 -1
  317. package/select/esm/presets/index.js +1 -1
  318. package/select/esm/presets/useLazyLoading/hook.js +2 -2
  319. package/select/esm/presets/useLazyLoading/index.css +2 -2
  320. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  321. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  322. package/select/esm/{tslib.es6-0285a9f7.d.ts → tslib.es6-6ca380f2.d.ts} +0 -0
  323. package/select/esm/{tslib.es6-0285a9f7.js → tslib.es6-6ca380f2.js} +0 -0
  324. package/select/index.js +2 -1
  325. package/select/modern/Component.js +1 -0
  326. package/select/modern/components/arrow/Component.js +3 -2
  327. package/select/modern/components/arrow/index.css +8 -7
  328. package/select/modern/components/arrow/index.js +1 -0
  329. package/select/modern/components/base-select/Component.js +1 -1
  330. package/select/modern/components/base-select/index.css +7 -7
  331. package/select/modern/components/checkmark/Component.js +1 -1
  332. package/select/modern/components/checkmark/index.css +3 -3
  333. package/select/modern/components/field/Component.js +1 -1
  334. package/select/modern/components/field/index.css +9 -9
  335. package/select/modern/components/index.js +1 -0
  336. package/select/modern/components/optgroup/Component.js +1 -1
  337. package/select/modern/components/optgroup/index.css +6 -6
  338. package/select/modern/components/option/Component.js +1 -1
  339. package/select/modern/components/option/index.css +20 -20
  340. package/select/modern/components/options-list/Component.js +1 -1
  341. package/select/modern/components/options-list/index.css +5 -5
  342. package/select/modern/components/virtual-options-list/Component.js +1 -1
  343. package/select/modern/components/virtual-options-list/index.css +11 -11
  344. package/select/modern/index.js +1 -0
  345. package/select/modern/presets/useLazyLoading/hook.js +1 -1
  346. package/select/modern/presets/useLazyLoading/index.css +2 -2
  347. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  348. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  349. package/select/presets/index.js +1 -1
  350. package/select/presets/useLazyLoading/hook.js +2 -2
  351. package/select/presets/useLazyLoading/index.css +2 -2
  352. package/select/presets/useSelectWithLoading/hook.js +2 -2
  353. package/select/presets/useSelectWithLoading/index.css +2 -2
  354. package/select/{tslib.es6-8e873691.d.ts → tslib.es6-d00003ef.d.ts} +0 -0
  355. package/select/{tslib.es6-8e873691.js → tslib.es6-d00003ef.js} +0 -0
  356. package/slider-input/Component.js +1 -1
  357. package/slider-input/esm/Component.js +1 -1
  358. package/slider-input/esm/index.css +17 -17
  359. package/slider-input/index.css +17 -17
  360. package/slider-input/modern/Component.js +1 -1
  361. package/slider-input/modern/index.css +17 -17
  362. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  363. package/tabs/components/primary-tablist/Component.js +1 -1
  364. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  365. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  366. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  367. package/tabs/components/secondary-tablist/Component.js +1 -1
  368. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  369. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  370. package/tabs/components/tabs/Component.desktop.js +3 -3
  371. package/tabs/components/tabs/Component.mobile.js +3 -3
  372. package/tabs/components/tabs/Component.responsive.js +3 -3
  373. package/tabs/desktop.js +3 -3
  374. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  375. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  376. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  377. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  378. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  379. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  380. package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
  381. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  382. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  383. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  384. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  385. package/tabs/esm/desktop.js +3 -3
  386. package/tabs/esm/index.js +3 -3
  387. package/tabs/esm/{index.module-7b7803cd.js → index.module-770329cf.js} +0 -0
  388. package/tabs/esm/{index.module-b8f02978.js → index.module-f503c285.js} +0 -0
  389. package/tabs/esm/mobile.js +3 -3
  390. package/tabs/esm/responsive.js +3 -3
  391. package/tabs/esm/{tslib.es6-3075eccf.d.ts → tslib.es6-6db4bd77.d.ts} +0 -0
  392. package/tabs/esm/{tslib.es6-3075eccf.js → tslib.es6-6db4bd77.js} +0 -0
  393. package/tabs/index.js +3 -3
  394. package/tabs/{index.module-b8d932b5.js → index.module-d58ceb27.js} +0 -0
  395. package/tabs/{index.module-79996d12.js → index.module-e147b404.js} +0 -0
  396. package/tabs/mobile.js +3 -3
  397. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  398. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  399. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  400. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  401. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  402. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  403. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  404. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  405. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  406. package/tabs/modern/desktop.js +2 -2
  407. package/tabs/modern/index.js +2 -2
  408. package/tabs/modern/{index.module-7b7803cd.js → index.module-770329cf.js} +0 -0
  409. package/tabs/modern/{index.module-b8f02978.js → index.module-f503c285.js} +0 -0
  410. package/tabs/modern/mobile.js +2 -2
  411. package/tabs/modern/responsive.js +2 -2
  412. package/tabs/responsive.js +3 -3
  413. package/tabs/{tslib.es6-a22d986c.d.ts → tslib.es6-7e1681a9.d.ts} +0 -0
  414. package/tabs/{tslib.es6-a22d986c.js → tslib.es6-7e1681a9.js} +0 -0
  415. package/textarea/Component.js +3 -3
  416. package/textarea/default.css +19 -19
  417. package/textarea/esm/Component.js +3 -3
  418. package/textarea/esm/default.css +19 -19
  419. package/textarea/esm/index.css +22 -22
  420. package/textarea/esm/inverted.css +19 -19
  421. package/textarea/index.css +22 -22
  422. package/textarea/inverted.css +19 -19
  423. package/textarea/modern/Component.js +3 -3
  424. package/textarea/modern/default.css +19 -19
  425. package/textarea/modern/index.css +22 -22
  426. package/textarea/modern/inverted.css +19 -19
  427. package/themes/calendar-input/corp.css +3 -0
  428. package/themes/compiled/mobile-dark-bluetint.css +50 -8
  429. package/themes/corp.css +2 -0
  430. package/themes/dist/calendar-input/corp.css +3 -0
  431. package/themes/dist/compiled/mobile-dark-bluetint.css +150 -145
  432. package/themes/dist/corp.css +2 -0
  433. package/themes/dist/mixins/calendar-input/corp.css +3 -0
  434. package/themes/dist/mixins/corp.css +4 -0
  435. package/themes/dist/mixins/mobile.css +0 -2
  436. package/themes/dist/mixins/select/corp.css +3 -0
  437. package/themes/dist/mobile.css +0 -1
  438. package/themes/dist/package.json +1 -1
  439. package/themes/dist/select/corp.css +3 -0
  440. package/themes/mixins/calendar-input/corp.css +3 -0
  441. package/themes/mixins/corp.css +4 -0
  442. package/themes/mixins/mobile.css +0 -2
  443. package/themes/mixins/select/corp.css +3 -0
  444. package/themes/mobile.css +0 -1
  445. package/themes/select/corp.css +3 -0
  446. package/with-suffix/Component.js +1 -1
  447. package/with-suffix/esm/Component.js +1 -1
  448. package/with-suffix/esm/index.css +9 -9
  449. package/with-suffix/index.css +9 -9
  450. package/with-suffix/modern/Component.js +1 -1
  451. package/with-suffix/modern/index.css +9 -9
  452. package/themes/calendar-input/mobile.css +0 -3
  453. package/themes/dist/calendar-input/mobile.css +0 -3
  454. package/themes/dist/mixins/calendar-input/mobile.css +0 -3
  455. package/themes/mixins/calendar-input/mobile.css +0 -3
@@ -12,7 +12,7 @@ import './components/content/Component.js';
12
12
  import './components/content/Component.desktop.js';
13
13
  import './components/footer/Component.js';
14
14
  import './components/footer/Component.desktop.js';
15
- import './transitions.module-f3ebeb8b.js';
15
+ import './transitions.module-683182f2.js';
16
16
  import './Component.desktop.js';
17
17
  import './components/header/Component.mobile.js';
18
18
  import './components/content/Component.mobile.js';
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- require('./tslib.es6-13ac031a.js');
3
+ require('./tslib.es6-6d6e5bf3.js');
4
4
  require('react');
5
5
  require('classnames');
6
6
  require('../base-modal');
@@ -15,7 +15,7 @@ require('./components/content/Component.desktop.js');
15
15
  require('./components/footer/Component.js');
16
16
  require('./components/footer/Component.desktop.js');
17
17
  require('./Component.desktop.js');
18
- require('./transitions.module-be9bcfec.js');
18
+ require('./transitions.module-c7d97d9d.js');
19
19
  require('@alfalab/hooks');
20
20
  require('./components/header/Component.mobile.js');
21
21
  require('./components/content/Component.mobile.js');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components",
3
- "version": "20.7.2",
3
+ "version": "21.0.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,7 +53,7 @@ function __rest(s, e) {
53
53
  return t;
54
54
  }
55
55
 
56
- var styles = {"eye":"password-input__eye_1f90h","xl":"password-input__xl_1f90h","input":"password-input__input_1f90h"};
56
+ var styles = {"eye":"password-input__eye_ohjru","xl":"password-input__xl_ohjru","input":"password-input__input_ohjru"};
57
57
  require('./index.css');
58
58
 
59
59
  var PasswordInput = React.forwardRef(function (_a, ref) {
@@ -44,7 +44,7 @@ function __rest(s, e) {
44
44
  return t;
45
45
  }
46
46
 
47
- var styles = {"eye":"password-input__eye_1f90h","xl":"password-input__xl_1f90h","input":"password-input__input_1f90h"};
47
+ var styles = {"eye":"password-input__eye_ohjru","xl":"password-input__xl_ohjru","input":"password-input__input_ohjru"};
48
48
  require('./index.css');
49
49
 
50
50
  var PasswordInput = forwardRef(function (_a, ref) {
@@ -1,16 +1,16 @@
1
- /* hash: 1f90h */
2
- .password-input__eye_1f90h:last-child {
1
+ /* hash: ohjru */
2
+ .password-input__eye_ohjru:last-child {
3
3
  margin-right: var(--gap-s-neg);
4
4
  }
5
5
 
6
- .password-input__xl_1f90h .password-input__eye_1f90h:last-child {
6
+ .password-input__xl_ohjru .password-input__eye_ohjru:last-child {
7
7
  margin-right: var(--gap-m-neg);
8
8
  }
9
9
 
10
- .password-input__xl_1f90h .password-input__eye_1f90h {
10
+ .password-input__xl_ohjru .password-input__eye_ohjru {
11
11
  margin-left: var(--gap-2xs);
12
12
  }
13
13
 
14
- .password-input__input_1f90h::-ms-reveal {
14
+ .password-input__input_ohjru::-ms-reveal {
15
15
  display: none;
16
16
  }
@@ -1,16 +1,16 @@
1
- /* hash: 1f90h */
2
- .password-input__eye_1f90h:last-child {
1
+ /* hash: ohjru */
2
+ .password-input__eye_ohjru:last-child {
3
3
  margin-right: var(--gap-s-neg);
4
4
  }
5
5
 
6
- .password-input__xl_1f90h .password-input__eye_1f90h:last-child {
6
+ .password-input__xl_ohjru .password-input__eye_ohjru:last-child {
7
7
  margin-right: var(--gap-m-neg);
8
8
  }
9
9
 
10
- .password-input__xl_1f90h .password-input__eye_1f90h {
10
+ .password-input__xl_ohjru .password-input__eye_ohjru {
11
11
  margin-left: var(--gap-2xs);
12
12
  }
13
13
 
14
- .password-input__input_1f90h::-ms-reveal {
14
+ .password-input__input_ohjru::-ms-reveal {
15
15
  display: none;
16
16
  }
@@ -5,7 +5,7 @@ import EyeOffMIcon from '@alfalab/icons-glyph/EyeOffMIcon';
5
5
  import { Input } from '../../input/modern';
6
6
  import { IconButton } from '../../icon-button/modern';
7
7
 
8
- var styles = {"eye":"password-input__eye_1f90h","xl":"password-input__xl_1f90h","input":"password-input__input_1f90h"};
8
+ var styles = {"eye":"password-input__eye_ohjru","xl":"password-input__xl_ohjru","input":"password-input__input_ohjru"};
9
9
  require('./index.css');
10
10
 
11
11
  const PasswordInput = forwardRef(({ onPasswordVisibleChange, passwordVisible, disabled, colors, rightAddons, size = 's', className, ...restProps }, ref) => {
@@ -1,16 +1,16 @@
1
- /* hash: 1f90h */
2
- .password-input__eye_1f90h:last-child {
1
+ /* hash: ohjru */
2
+ .password-input__eye_ohjru:last-child {
3
3
  margin-right: var(--gap-s-neg);
4
4
  }
5
5
 
6
- .password-input__xl_1f90h .password-input__eye_1f90h:last-child {
6
+ .password-input__xl_ohjru .password-input__eye_ohjru:last-child {
7
7
  margin-right: var(--gap-m-neg);
8
8
  }
9
9
 
10
- .password-input__xl_1f90h .password-input__eye_1f90h {
10
+ .password-input__xl_ohjru .password-input__eye_ohjru {
11
11
  margin-left: var(--gap-2xs);
12
12
  }
13
13
 
14
- .password-input__input_1f90h::-ms-reveal {
14
+ .password-input__input_ohjru::-ms-reveal {
15
15
  display: none;
16
16
  }
@@ -48,7 +48,7 @@ function __rest(s, e) {
48
48
  return t;
49
49
  }
50
50
 
51
- var styles = {"iconContainer":"picker-button__iconContainer_92d9n","open":"picker-button__open_92d9n"};
51
+ var styles = {"iconContainer":"picker-button__iconContainer_1qq3d","open":"picker-button__open_1qq3d"};
52
52
  require('./field/index.css');
53
53
 
54
54
  var Field = function (_a) {
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var field_Component = require('./Component-8a497560.js');
3
+ var field_Component = require('./Component-bc62e4c2.js');
4
4
  var React = require('react');
5
5
  var cn = require('classnames');
6
6
  var coreComponentsSelect = require('../select');
@@ -13,7 +13,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
13
13
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
15
15
 
16
- var styles = {"container":"picker-button__container_unhb2"};
16
+ var styles = {"container":"picker-button__container_vu14x"};
17
17
  require('./index.css');
18
18
 
19
19
  var PickerButton = React.forwardRef(function (_a, ref) {
@@ -43,7 +43,7 @@ function __rest(s, e) {
43
43
  return t;
44
44
  }
45
45
 
46
- var styles = {"iconContainer":"picker-button__iconContainer_92d9n","open":"picker-button__open_92d9n"};
46
+ var styles = {"iconContainer":"picker-button__iconContainer_1qq3d","open":"picker-button__open_1qq3d"};
47
47
  require('./field/index.css');
48
48
 
49
49
  var Field = function (_a) {
@@ -3,10 +3,10 @@ import cn from 'classnames';
3
3
  import '../../button/esm';
4
4
  import '@alfalab/icons-classic/ArrowDownMIcon';
5
5
  import '@alfalab/icons-classic/ArrowDownSIcon';
6
- import { _ as __rest, a as __assign, F as Field } from './Component-a0f8bf33.js';
6
+ import { _ as __rest, a as __assign, F as Field } from './Component-7bcce42b.js';
7
7
  import { BaseSelect, OptionsList, Optgroup, Option } from '../../select/esm';
8
8
 
9
- var styles = {"container":"picker-button__container_unhb2"};
9
+ var styles = {"container":"picker-button__container_vu14x"};
10
10
  require('./index.css');
11
11
 
12
12
  var PickerButton = forwardRef(function (_a, ref) {
@@ -3,4 +3,4 @@ import 'classnames';
3
3
  import '../../../button/esm';
4
4
  import '@alfalab/icons-classic/ArrowDownMIcon';
5
5
  import '@alfalab/icons-classic/ArrowDownSIcon';
6
- export { F as Field } from '../Component-a0f8bf33.js';
6
+ export { F as Field } from '../Component-7bcce42b.js';
@@ -1,4 +1,4 @@
1
- /* hash: 92d9n */
1
+ /* hash: 1qq3d */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,10 +10,10 @@
10
10
  :root {
11
11
  --arrow-transform: rotate(180deg);
12
12
  }
13
- .picker-button__iconContainer_92d9n {
13
+ .picker-button__iconContainer_1qq3d {
14
14
  display: flex;
15
15
  transition: transform 0.15s ease-in-out;
16
16
  }
17
- .picker-button__open_92d9n {
17
+ .picker-button__open_1qq3d {
18
18
  transform: var(--arrow-transform);
19
19
  }
@@ -1 +1 @@
1
- export * from "../Component-a0f8bf33";
1
+ export * from "../Component-7bcce42b";
@@ -3,4 +3,4 @@ import 'classnames';
3
3
  import '../../../button/esm';
4
4
  import '@alfalab/icons-classic/ArrowDownMIcon';
5
5
  import '@alfalab/icons-classic/ArrowDownSIcon';
6
- export { F as Field } from '../Component-a0f8bf33.js';
6
+ export { F as Field } from '../Component-7bcce42b.js';
@@ -1,4 +1,4 @@
1
- /* hash: unhb2 */
2
- .picker-button__container_unhb2 {
1
+ /* hash: vu14x */
2
+ .picker-button__container_vu14x {
3
3
  min-width: auto;
4
4
  }
@@ -3,6 +3,6 @@ import 'classnames';
3
3
  import '../../button/esm';
4
4
  import '@alfalab/icons-classic/ArrowDownMIcon';
5
5
  import '@alfalab/icons-classic/ArrowDownSIcon';
6
- import './Component-a0f8bf33.js';
6
+ import './Component-7bcce42b.js';
7
7
  import '../../select/esm';
8
8
  export { PickerButton } from './Component.js';
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var field_Component = require('../Component-8a497560.js');
3
+ var field_Component = require('../Component-bc62e4c2.js');
4
4
  require('react');
5
5
  require('classnames');
6
6
  require('../../button');
@@ -1,4 +1,4 @@
1
- /* hash: 92d9n */
1
+ /* hash: 1qq3d */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,10 +10,10 @@
10
10
  :root {
11
11
  --arrow-transform: rotate(180deg);
12
12
  }
13
- .picker-button__iconContainer_92d9n {
13
+ .picker-button__iconContainer_1qq3d {
14
14
  display: flex;
15
15
  transition: transform 0.15s ease-in-out;
16
16
  }
17
- .picker-button__open_92d9n {
17
+ .picker-button__open_1qq3d {
18
18
  transform: var(--arrow-transform);
19
19
  }
@@ -1 +1 @@
1
- export * from "../Component-8a497560";
1
+ export * from "../Component-bc62e4c2";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var field_Component = require('../Component-8a497560.js');
3
+ var field_Component = require('../Component-bc62e4c2.js');
4
4
  require('react');
5
5
  require('classnames');
6
6
  require('../../button');
@@ -1,4 +1,4 @@
1
- /* hash: unhb2 */
2
- .picker-button__container_unhb2 {
1
+ /* hash: vu14x */
2
+ .picker-button__container_vu14x {
3
3
  min-width: auto;
4
4
  }
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- require('./Component-8a497560.js');
3
+ require('./Component-bc62e4c2.js');
4
4
  require('react');
5
5
  require('classnames');
6
6
  require('../select');
@@ -6,7 +6,7 @@ import { OptionsList, Optgroup, Option, BaseSelect } from '../../select/modern';
6
6
  import '../../button/modern';
7
7
  import { Field } from './field/Component.js';
8
8
 
9
- var styles = {"container":"picker-button__container_unhb2"};
9
+ var styles = {"container":"picker-button__container_vu14x"};
10
10
  require('./index.css');
11
11
 
12
12
  const PickerButton = forwardRef(({ OptionsList: OptionsList$1 = OptionsList, Optgroup: Optgroup$1 = Optgroup, Option: Option$1 = Option, view, loading, size = 'm', className, leftAddons, ...restProps }, ref) => (React.createElement(BaseSelect, Object.assign({}, restProps, { ref: ref, Option: Option$1, Field: Field, size: size === 'm' ? 'm' : 's', fieldProps: {
@@ -4,7 +4,7 @@ import { ArrowDownMIcon } from '@alfalab/icons-classic/ArrowDownMIcon';
4
4
  import { ArrowDownSIcon } from '@alfalab/icons-classic/ArrowDownSIcon';
5
5
  import { Button } from '../../../button/modern';
6
6
 
7
- var styles = {"iconContainer":"picker-button__iconContainer_92d9n","open":"picker-button__open_92d9n"};
7
+ var styles = {"iconContainer":"picker-button__iconContainer_1qq3d","open":"picker-button__open_1qq3d"};
8
8
  require('./index.css');
9
9
 
10
10
  const Field = ({ buttonSize = 'm', view, label, open, multiple, rightAddons, Arrow, innerProps, className, selected, selectedMultiple, valueRenderer, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 92d9n */
1
+ /* hash: 1qq3d */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,10 +10,10 @@
10
10
  :root {
11
11
  --arrow-transform: rotate(180deg);
12
12
  }
13
- .picker-button__iconContainer_92d9n {
13
+ .picker-button__iconContainer_1qq3d {
14
14
  display: flex;
15
15
  transition: transform 0.15s ease-in-out;
16
16
  }
17
- .picker-button__open_92d9n {
17
+ .picker-button__open_1qq3d {
18
18
  transform: var(--arrow-transform);
19
19
  }
@@ -1,4 +1,4 @@
1
- /* hash: unhb2 */
2
- .picker-button__container_unhb2 {
1
+ /* hash: vu14x */
2
+ .picker-button__container_vu14x {
3
3
  min-width: auto;
4
4
  }
@@ -1,12 +1,13 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var tslib_es6 = require('./tslib.es6-8e873691.js');
3
+ var tslib_es6 = require('./tslib.es6-d00003ef.js');
4
4
  var React = require('react');
5
5
  require('classnames');
6
6
  require('@alfalab/hooks');
7
7
  require('../form-control');
8
8
  require('./utils.js');
9
9
  var components_field_Component = require('./components/field/Component.js');
10
+ require('@alfalab/icons-glyph/ChevronDownMIcon');
10
11
  var components_arrow_Component = require('./components/arrow/Component.js');
11
12
  require('react-merge-refs');
12
13
  var components_optgroup_Component = require('./components/optgroup/Component.js');
@@ -2,19 +2,20 @@ Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var React = require('react');
4
4
  var cn = require('classnames');
5
+ var ChevronDownMIcon = require('@alfalab/icons-glyph/ChevronDownMIcon');
5
6
 
6
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
7
8
 
8
9
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
9
10
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
10
11
 
11
- var styles = {"arrow":"select__arrow_14ac7","open":"select__open_14ac7"};
12
+ var styles = {"arrow":"select__arrow_1pfzl","open":"select__open_1pfzl"};
12
13
  require('./index.css');
13
14
 
14
15
  var Arrow = function (_a) {
15
16
  var _b;
16
17
  var open = _a.open, className = _a.className;
17
- return (React__default['default'].createElement("span", { className: cn__default['default'](styles.arrow, className, (_b = {}, _b[styles.open] = open, _b)) }));
18
+ return (React__default['default'].createElement(ChevronDownMIcon.ChevronDownMIcon, { className: cn__default['default'](styles.arrow, className, (_b = {}, _b[styles.open] = open, _b)) }));
18
19
  };
19
20
 
20
21
  exports.Arrow = Arrow;
@@ -1,4 +1,7 @@
1
- /* hash: 14ac7 */
1
+ /* hash: 1pfzl */
2
+ :root {
3
+ --color-light-graphic-primary: #0b1f35;
4
+ }
2
5
  :root {
3
6
 
4
7
  /* Hard */
@@ -11,7 +14,7 @@
11
14
  --arrow-transform: rotate(180deg);
12
15
  }
13
16
  :root {
14
- --select-arrow-background: url('https://alfabank.st/icons/glyph_chevron-down_m.svg');
17
+ --select-arrow-color: var(--color-light-graphic-primary);
15
18
 
16
19
  /* options list */
17
20
 
@@ -21,16 +24,14 @@
21
24
 
22
25
  /* optgroup */
23
26
  }
24
- .select__arrow_14ac7 {
27
+ .select__arrow_1pfzl {
25
28
  display: block;
26
29
  width: 24px;
27
30
  height: 24px;
31
+ color: var(--select-arrow-color);
28
32
 
29
- background: var(--select-arrow-background);
30
- background-size: cover;
31
- background-position: center;
32
33
  transition: transform 0.15s ease-in-out, opacity 0.2s ease;
33
34
  }
34
- .select__open_14ac7 {
35
+ .select__open_1pfzl {
35
36
  transform: var(--arrow-transform);
36
37
  }
@@ -2,6 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  require('react');
4
4
  require('classnames');
5
+ require('@alfalab/icons-glyph/ChevronDownMIcon');
5
6
  var components_arrow_Component = require('./Component.js');
6
7
 
7
8
 
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var tslib_es6 = require('../../tslib.es6-8e873691.js');
3
+ var tslib_es6 = require('../../tslib.es6-d00003ef.js');
4
4
  var React = require('react');
5
5
  var cn = require('classnames');
6
6
  var utils = require('../../utils.js');
@@ -21,7 +21,7 @@ var getDataTestId = function (dataTestId, element) {
21
21
  return dataTestId ? "" + dataTestId + elementPart : undefined;
22
22
  };
23
23
 
24
- var styles = {"component":"select__component_6wx3t","popoverInner":"select__popoverInner_6wx3t","optionsList":"select__optionsList_6wx3t","nativeSelect":"select__nativeSelect_6wx3t","block":"select__block_6wx3t"};
24
+ var styles = {"component":"select__component_jdx2x","popoverInner":"select__popoverInner_jdx2x","optionsList":"select__optionsList_jdx2x","nativeSelect":"select__nativeSelect_jdx2x","block":"select__block_jdx2x"};
25
25
  require('./index.css');
26
26
 
27
27
  var BaseSelect = React.forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 6wx3t */
1
+ /* hash: jdx2x */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  }
@@ -28,12 +28,12 @@
28
28
 
29
29
  /* optgroup */
30
30
  }
31
- .select__component_6wx3t {
31
+ .select__component_jdx2x {
32
32
  width: max-content;
33
33
  position: relative;
34
34
  outline: 0;
35
35
  }
36
- .select__popoverInner_6wx3t {
36
+ .select__popoverInner_jdx2x {
37
37
  padding-top: var(--select-options-list-offset);
38
38
  padding-bottom: var(--select-options-list-offset);
39
39
  box-shadow: none;
@@ -42,7 +42,7 @@
42
42
  border-radius: 0;
43
43
  position: relative;
44
44
  }
45
- .select__optionsList_6wx3t {
45
+ .select__optionsList_jdx2x {
46
46
  padding-top: var(--select-options-list-top-padding);
47
47
  padding-bottom: var(--select-options-list-bottom-padding);
48
48
  box-shadow: var(--select-options-list-box-shadow);
@@ -51,7 +51,7 @@
51
51
  overflow: hidden;
52
52
  will-change: transform;
53
53
  }
54
- .select__nativeSelect_6wx3t {
54
+ .select__nativeSelect_jdx2x {
55
55
  opacity: 0;
56
56
  overflow: hidden;
57
57
  position: absolute;
@@ -65,12 +65,12 @@
65
65
  cursor: pointer;
66
66
  z-index: 1;
67
67
  }
68
- .select__block_6wx3t {
68
+ .select__block_jdx2x {
69
69
  width: 100%;
70
70
  }
71
71
  /* width: max-content; fix for IE */
72
72
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
73
- .select__component_6wx3t {
73
+ .select__component_jdx2x {
74
74
  float: left;
75
75
  clear: left;
76
76
  }
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- require('../../tslib.es6-8e873691.js');
3
+ require('../../tslib.es6-d00003ef.js');
4
4
  require('react');
5
5
  require('classnames');
6
6
  require('../../utils.js');
@@ -8,7 +8,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
8
8
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
9
9
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
10
10
 
11
- var styles = {"checkmark":"select__checkmark_6z46i","selected":"select__selected_6z46i"};
11
+ var styles = {"checkmark":"select__checkmark_1kdq1","selected":"select__selected_1kdq1"};
12
12
  require('./index.css');
13
13
 
14
14
  var Checkmark = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 6z46i */
1
+ /* hash: 1kdq1 */
2
2
  :root {
3
3
  --color-light-graphic-primary: #0b1f35;
4
4
  }
@@ -33,7 +33,7 @@
33
33
 
34
34
  /* optgroup */
35
35
  }
36
- .select__checkmark_6z46i {
36
+ .select__checkmark_1kdq1 {
37
37
  display: flex;
38
38
  align-items: center;
39
39
  justify-content: center;
@@ -47,6 +47,6 @@
47
47
  width: var(--select-checkmark-size);
48
48
  height: var(--select-checkmark-size);
49
49
  }
50
- .select__selected_6z46i {
50
+ .select__selected_1kdq1 {
51
51
  opacity: 1;
52
52
  }
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var tslib_es6 = require('../../tslib.es6-8e873691.js');
3
+ var tslib_es6 = require('../../tslib.es6-d00003ef.js');
4
4
  var React = require('react');
5
5
  var cn = require('classnames');
6
6
  var hooks = require('@alfalab/hooks');
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
12
12
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
13
13
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
14
14
 
15
- var styles = {"component":"select__component_13cpz","field":"select__field_13cpz","disabled":"select__disabled_13cpz","arrow":"select__arrow_13cpz","placeholder":"select__placeholder_13cpz","contentWrapper":"select__contentWrapper_13cpz","value":"select__value_13cpz","focusVisible":"select__focusVisible_13cpz"};
15
+ var styles = {"component":"select__component_1ozzk","field":"select__field_1ozzk","disabled":"select__disabled_1ozzk","arrow":"select__arrow_1ozzk","placeholder":"select__placeholder_1ozzk","contentWrapper":"select__contentWrapper_1ozzk","value":"select__value_1ozzk","focusVisible":"select__focusVisible_1ozzk"};
16
16
  require('./index.css');
17
17
 
18
18
  var Field = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 13cpz */
1
+ /* hash: 1ozzk */
2
2
  :root {
3
3
  --color-light-border-link: #007aff;
4
4
  --color-light-text-secondary: #546272;
@@ -26,24 +26,24 @@
26
26
 
27
27
  /* optgroup */
28
28
  }
29
- .select__component_13cpz {
29
+ .select__component_1ozzk {
30
30
  width: 100%;
31
31
  outline: none;
32
32
  }
33
- .select__field_13cpz:not(.select__disabled_13cpz) {
33
+ .select__field_1ozzk:not(.select__disabled_1ozzk) {
34
34
  cursor: pointer
35
35
  }
36
- .select__field_13cpz:not(.select__disabled_13cpz):hover .select__arrow_13cpz {
36
+ .select__field_1ozzk:not(.select__disabled_1ozzk):hover .select__arrow_1ozzk {
37
37
  opacity: var(--select-arrow-hover-opacity);
38
38
  }
39
- .select__disabled_13cpz {
39
+ .select__disabled_1ozzk {
40
40
  cursor: var(--disabled-cursor);
41
41
  }
42
42
  /* TODO: Заюзать переменные из инпута */
43
- .select__placeholder_13cpz {
43
+ .select__placeholder_1ozzk {
44
44
  color: var(--color-light-text-secondary);
45
45
  }
46
- .select__contentWrapper_13cpz {
46
+ .select__contentWrapper_1ozzk {
47
47
  font-size: 16px;
48
48
  line-height: 20px;
49
49
  font-weight: 400;
@@ -53,12 +53,12 @@
53
53
  overflow: hidden;
54
54
  width: 100%;
55
55
  }
56
- .select__value_13cpz {
56
+ .select__value_1ozzk {
57
57
  overflow: hidden;
58
58
  text-overflow: ellipsis;
59
59
  text-align: left;
60
60
  }
61
- .select__focusVisible_13cpz {
61
+ .select__focusVisible_1ozzk {
62
62
  outline: 2px solid var(--focus-color);
63
63
  outline-offset: 2px;
64
64
  }