@alfalab/core-components 21.0.0 → 21.2.1-beta.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 (803) hide show
  1. package/bottom-sheet/{Component-d29b1169.d.ts → Component-9bfb0427.d.ts} +0 -0
  2. package/bottom-sheet/{Component-d29b1169.js → Component-9bfb0427.js} +0 -0
  3. package/bottom-sheet/component.js +1 -1
  4. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  5. package/bottom-sheet/esm/{Component-c7296d77.d.ts → Component-675f649e.d.ts} +0 -0
  6. package/bottom-sheet/esm/{Component-c7296d77.js → Component-675f649e.js} +0 -0
  7. package/bottom-sheet/esm/component.js +1 -1
  8. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  9. package/bottom-sheet/esm/index.js +1 -1
  10. package/bottom-sheet/index.js +1 -1
  11. package/calendar/Component.js +1 -1
  12. package/calendar/components/days-table/Component.js +1 -1
  13. package/calendar/components/days-table/index.js +1 -1
  14. package/calendar/components/header/Component.js +1 -1
  15. package/calendar/components/header/index.js +1 -1
  16. package/calendar/components/months-table/Component.js +1 -1
  17. package/calendar/components/months-table/index.js +1 -1
  18. package/calendar/components/select-button/Component.js +1 -1
  19. package/calendar/components/select-button/index.js +1 -1
  20. package/calendar/components/years-table/Component.js +1 -1
  21. package/calendar/components/years-table/index.js +1 -1
  22. package/calendar/esm/Component.js +1 -1
  23. package/calendar/esm/components/days-table/Component.js +1 -1
  24. package/calendar/esm/components/days-table/index.js +1 -1
  25. package/calendar/esm/components/header/Component.js +1 -1
  26. package/calendar/esm/components/header/index.js +1 -1
  27. package/calendar/esm/components/months-table/Component.js +1 -1
  28. package/calendar/esm/components/months-table/index.js +1 -1
  29. package/calendar/esm/components/select-button/Component.js +1 -1
  30. package/calendar/esm/components/select-button/index.js +1 -1
  31. package/calendar/esm/components/years-table/Component.js +1 -1
  32. package/calendar/esm/components/years-table/index.js +1 -1
  33. package/calendar/esm/index.js +1 -1
  34. package/calendar/esm/{tslib.es6-592d5eb5.d.ts → tslib.es6-382c8647.d.ts} +0 -0
  35. package/calendar/esm/{tslib.es6-592d5eb5.js → tslib.es6-382c8647.js} +0 -0
  36. package/calendar/index.js +1 -1
  37. package/calendar/{tslib.es6-4fa31cb9.d.ts → tslib.es6-772f303b.d.ts} +0 -0
  38. package/calendar/{tslib.es6-4fa31cb9.js → tslib.es6-772f303b.js} +0 -0
  39. package/calendar-input/Component.d.ts +1 -1
  40. package/calendar-input/Component.js +1 -1
  41. package/calendar-input/esm/Component.js +1 -1
  42. package/calendar-input/esm/index.css +9 -9
  43. package/calendar-input/index.css +9 -9
  44. package/calendar-input/modern/Component.js +1 -1
  45. package/calendar-input/modern/index.css +9 -9
  46. package/calendar-range/Component.js +1 -1
  47. package/calendar-range/cssm/useCalendarMonthes.js +12 -4
  48. package/calendar-range/esm/Component.js +1 -1
  49. package/calendar-range/esm/index.css +5 -5
  50. package/calendar-range/esm/useCalendarMonthes.js +12 -4
  51. package/calendar-range/index.css +5 -5
  52. package/calendar-range/modern/Component.js +1 -1
  53. package/calendar-range/modern/index.css +5 -5
  54. package/calendar-range/modern/useCalendarMonthes.js +12 -4
  55. package/calendar-range/useCalendarMonthes.js +12 -4
  56. package/chart/Component.d.ts +2 -3
  57. package/chart/Component.js +6 -5
  58. package/chart/components/Dot/index.css +8 -8
  59. package/chart/components/Dot/index.js +1 -1
  60. package/chart/components/Legends/index.css +8 -8
  61. package/chart/components/Legends/index.js +1 -1
  62. package/chart/components/RectBar.d.ts +2 -3
  63. package/chart/components/RectBar.js +3 -2
  64. package/chart/components/Tick/index.css +4 -4
  65. package/chart/components/Tick/index.js +1 -1
  66. package/chart/components/TooltipContent/index.css +7 -7
  67. package/chart/components/TooltipContent/index.js +1 -1
  68. package/chart/cssm/Component.d.ts +2 -3
  69. package/chart/cssm/Component.js +4 -3
  70. package/chart/cssm/components/RectBar.d.ts +2 -3
  71. package/chart/cssm/components/RectBar.js +3 -2
  72. package/chart/cssm/index.d.ts +1 -0
  73. package/chart/cssm/index.js +7 -1
  74. package/chart/cssm/types/index.d.ts +14 -0
  75. package/{vars/dist/cssm/mixins.css → chart/cssm/types/index.js} +0 -0
  76. package/chart/cssm/types/utils/index.d.ts +6 -0
  77. package/chart/cssm/types/utils/index.js +1 -0
  78. package/chart/esm/Component.d.ts +2 -3
  79. package/chart/esm/Component.js +5 -6
  80. package/chart/esm/components/Dot/index.css +8 -8
  81. package/chart/esm/components/Dot/index.js +1 -1
  82. package/chart/esm/components/Legends/index.css +8 -8
  83. package/chart/esm/components/Legends/index.js +1 -1
  84. package/chart/esm/components/RectBar.d.ts +2 -3
  85. package/chart/esm/components/RectBar.js +1 -2
  86. package/chart/esm/components/Tick/index.css +4 -4
  87. package/chart/esm/components/Tick/index.js +1 -1
  88. package/chart/esm/components/TooltipContent/index.css +7 -7
  89. package/chart/esm/components/TooltipContent/index.js +1 -1
  90. package/chart/esm/hooks/useSettings/index.js +1 -1
  91. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  92. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  93. package/chart/esm/index.css +3 -3
  94. package/chart/esm/index.d.ts +1 -0
  95. package/chart/esm/index.js +2 -2
  96. package/chart/esm/{tslib.es6-a3fbf5e6.d.ts → tslib.es6-f6456a4e.d.ts} +0 -0
  97. package/chart/esm/{tslib.es6-a3fbf5e6.js → tslib.es6-f6456a4e.js} +0 -0
  98. package/chart/esm/types/index.d.ts +14 -0
  99. package/chart/esm/types/index.js +1 -0
  100. package/chart/esm/types/utils/index.d.ts +6 -0
  101. package/chart/esm/types/utils/index.js +1 -0
  102. package/chart/hooks/useSettings/index.js +1 -1
  103. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  104. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  105. package/chart/index.css +3 -3
  106. package/chart/index.d.ts +1 -0
  107. package/chart/index.js +8 -2
  108. package/chart/modern/Component.d.ts +2 -3
  109. package/chart/modern/Component.js +4 -5
  110. package/chart/modern/components/Dot/index.css +8 -8
  111. package/chart/modern/components/Dot/index.js +1 -1
  112. package/chart/modern/components/Legends/index.css +8 -8
  113. package/chart/modern/components/Legends/index.js +1 -1
  114. package/chart/modern/components/RectBar.d.ts +2 -3
  115. package/chart/modern/components/RectBar.js +1 -2
  116. package/chart/modern/components/Tick/index.css +4 -4
  117. package/chart/modern/components/Tick/index.js +1 -1
  118. package/chart/modern/components/TooltipContent/index.css +7 -7
  119. package/chart/modern/components/TooltipContent/index.js +1 -1
  120. package/chart/modern/index.css +3 -3
  121. package/chart/modern/index.d.ts +1 -0
  122. package/chart/modern/index.js +1 -1
  123. package/chart/modern/types/index.d.ts +14 -0
  124. package/chart/modern/types/index.js +1 -0
  125. package/chart/modern/types/utils/index.d.ts +6 -0
  126. package/chart/modern/types/utils/index.js +1 -0
  127. package/chart/{tslib.es6-8e7742ab.d.ts → tslib.es6-5600ba09.d.ts} +0 -0
  128. package/chart/{tslib.es6-8e7742ab.js → tslib.es6-5600ba09.js} +0 -0
  129. package/chart/types/index.d.ts +14 -0
  130. package/chart/types/index.js +1 -0
  131. package/chart/types/utils/index.d.ts +6 -0
  132. package/chart/types/utils/index.js +1 -0
  133. package/collapse/Component.d.ts +4 -0
  134. package/collapse/Component.js +36 -17
  135. package/collapse/cssm/Component.d.ts +4 -0
  136. package/collapse/cssm/Component.js +35 -16
  137. package/collapse/cssm/index.js +1 -0
  138. package/collapse/esm/Component.d.ts +4 -0
  139. package/collapse/esm/Component.js +37 -18
  140. package/collapse/esm/index.css +8 -8
  141. package/collapse/esm/index.js +1 -0
  142. package/collapse/index.css +8 -8
  143. package/collapse/index.js +1 -0
  144. package/collapse/modern/Component.d.ts +4 -0
  145. package/collapse/modern/Component.js +34 -16
  146. package/collapse/modern/index.css +8 -8
  147. package/collapse/modern/index.js +1 -0
  148. package/confirmation/component.js +1 -1
  149. package/confirmation/components/code-input/component.js +2 -1
  150. package/confirmation/components/code-input/index.css +13 -9
  151. package/confirmation/components/countdown/component.js +1 -1
  152. package/confirmation/components/countdown/index.css +13 -13
  153. package/confirmation/components/countdown-loader/component.js +1 -1
  154. package/confirmation/components/countdown-loader/index.css +2 -2
  155. package/confirmation/components/overlimit/component.js +1 -1
  156. package/confirmation/components/overlimit/index.css +9 -9
  157. package/confirmation/components/sign-confirmation/component.js +1 -1
  158. package/confirmation/components/sign-confirmation/index.css +13 -13
  159. package/confirmation/cssm/components/code-input/component.js +1 -0
  160. package/confirmation/cssm/components/code-input/index.module.css +4 -0
  161. package/confirmation/esm/component.js +1 -1
  162. package/confirmation/esm/components/code-input/component.js +2 -1
  163. package/confirmation/esm/components/code-input/index.css +13 -9
  164. package/confirmation/esm/components/countdown/component.js +1 -1
  165. package/confirmation/esm/components/countdown/index.css +13 -13
  166. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  167. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  168. package/confirmation/esm/components/overlimit/component.js +1 -1
  169. package/confirmation/esm/components/overlimit/index.css +9 -9
  170. package/confirmation/esm/components/sign-confirmation/component.js +1 -1
  171. package/confirmation/esm/components/sign-confirmation/index.css +13 -13
  172. package/confirmation/esm/index.css +14 -14
  173. package/confirmation/index.css +14 -14
  174. package/confirmation/modern/component.js +1 -1
  175. package/confirmation/modern/components/code-input/component.js +2 -1
  176. package/confirmation/modern/components/code-input/index.css +13 -9
  177. package/confirmation/modern/components/countdown/component.js +1 -1
  178. package/confirmation/modern/components/countdown/index.css +13 -13
  179. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  180. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  181. package/confirmation/modern/components/overlimit/component.js +1 -1
  182. package/confirmation/modern/components/overlimit/index.css +9 -9
  183. package/confirmation/modern/components/sign-confirmation/component.js +1 -1
  184. package/confirmation/modern/components/sign-confirmation/index.css +13 -13
  185. package/confirmation/modern/index.css +14 -14
  186. package/date-input/cssm/Component.d.ts +1 -1
  187. package/gallery/Component.js +2 -2
  188. package/gallery/components/header/Component.js +1 -1
  189. package/gallery/components/header/buttons.js +1 -1
  190. package/gallery/components/header/index.js +1 -1
  191. package/gallery/components/image-viewer/component.js +2 -2
  192. package/gallery/components/image-viewer/index.js +2 -2
  193. package/gallery/components/image-viewer/slide.js +1 -1
  194. package/gallery/components/index.js +2 -2
  195. package/gallery/esm/Component.js +2 -2
  196. package/gallery/esm/components/header/Component.js +1 -1
  197. package/gallery/esm/components/header/buttons.js +1 -1
  198. package/gallery/esm/components/header/index.js +1 -1
  199. package/gallery/esm/components/image-viewer/component.js +2 -2
  200. package/gallery/esm/components/image-viewer/index.js +2 -2
  201. package/gallery/esm/components/image-viewer/slide.js +1 -1
  202. package/gallery/esm/components/index.js +2 -2
  203. package/gallery/esm/index.js +2 -2
  204. package/gallery/esm/{slide-532577ce.d.ts → slide-42c5c0aa.d.ts} +0 -0
  205. package/gallery/esm/{slide-532577ce.js → slide-42c5c0aa.js} +0 -0
  206. package/gallery/esm/{tslib.es6-2d1b56a1.d.ts → tslib.es6-d649d0e5.d.ts} +0 -0
  207. package/gallery/esm/{tslib.es6-2d1b56a1.js → tslib.es6-d649d0e5.js} +0 -0
  208. package/gallery/index.js +2 -2
  209. package/gallery/modern/Component.js +1 -1
  210. package/gallery/modern/components/image-viewer/component.js +1 -1
  211. package/gallery/modern/components/image-viewer/index.js +1 -1
  212. package/gallery/modern/components/image-viewer/slide.js +1 -1
  213. package/gallery/modern/components/index.js +1 -1
  214. package/gallery/modern/index.js +1 -1
  215. package/gallery/modern/{slide-d87a486b.d.ts → slide-0dab9fbd.d.ts} +0 -0
  216. package/gallery/modern/{slide-d87a486b.js → slide-0dab9fbd.js} +0 -0
  217. package/gallery/{slide-aec72ab7.d.ts → slide-9efcf80a.d.ts} +0 -0
  218. package/gallery/{slide-aec72ab7.js → slide-9efcf80a.js} +0 -0
  219. package/gallery/{tslib.es6-1ff0896f.d.ts → tslib.es6-5adc4aff.d.ts} +0 -0
  220. package/gallery/{tslib.es6-1ff0896f.js → tslib.es6-5adc4aff.js} +0 -0
  221. package/grid/Component.js +1 -1
  222. package/grid/col/Component.js +1 -1
  223. package/grid/col/index.js +1 -1
  224. package/grid/esm/Component.js +1 -1
  225. package/grid/esm/col/Component.js +1 -1
  226. package/grid/esm/col/index.js +1 -1
  227. package/grid/esm/{gutters.module-b39da5b6.d.ts → gutters.module-3fc6e1b2.d.ts} +0 -0
  228. package/grid/esm/{gutters.module-b39da5b6.js → gutters.module-3fc6e1b2.js} +0 -0
  229. package/grid/esm/index.js +1 -1
  230. package/grid/esm/row/Component.js +1 -1
  231. package/grid/esm/row/index.js +1 -1
  232. package/grid/{gutters.module-d3fcf523.d.ts → gutters.module-e0ce9737.d.ts} +0 -0
  233. package/grid/{gutters.module-d3fcf523.js → gutters.module-e0ce9737.js} +0 -0
  234. package/grid/index.js +1 -1
  235. package/grid/modern/Component.js +1 -1
  236. package/grid/modern/col/Component.js +1 -1
  237. package/grid/modern/col/index.js +1 -1
  238. package/grid/modern/{gutters.module-3f6357c5.js → gutters.module-5396dff7.js} +0 -0
  239. package/grid/modern/index.js +1 -1
  240. package/grid/modern/row/Component.js +1 -1
  241. package/grid/modern/row/index.js +1 -1
  242. package/grid/row/Component.js +1 -1
  243. package/grid/row/index.js +1 -1
  244. package/input-autocomplete/{Component-50e308c3.d.ts → Component-1e492c46.d.ts} +0 -0
  245. package/input-autocomplete/{Component-50e308c3.js → Component-1e492c46.js} +1 -1
  246. package/input-autocomplete/Component.js +1 -1
  247. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  248. package/input-autocomplete/autocomplete-field/index.css +2 -2
  249. package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
  250. package/input-autocomplete/autocomplete-field/index.js +1 -1
  251. package/input-autocomplete/esm/{Component-9846da19.d.ts → Component-2121a0e7.d.ts} +0 -0
  252. package/input-autocomplete/esm/{Component-9846da19.js → Component-2121a0e7.js} +1 -1
  253. package/input-autocomplete/esm/Component.js +1 -1
  254. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  255. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  256. package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
  257. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  258. package/input-autocomplete/esm/index.js +1 -1
  259. package/input-autocomplete/index.js +1 -1
  260. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  261. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  262. package/intl-phone-input/{component-0ae65331.d.ts → component-2eeff334.d.ts} +0 -0
  263. package/intl-phone-input/{component-0ae65331.js → component-2eeff334.js} +1 -1
  264. package/intl-phone-input/component.js +3 -3
  265. package/intl-phone-input/components/flag-icon/component.js +1 -1
  266. package/intl-phone-input/components/flag-icon/index.css +784 -784
  267. package/intl-phone-input/components/index.js +1 -1
  268. package/intl-phone-input/components/select/component.js +2 -2
  269. package/intl-phone-input/components/select/index.css +6 -6
  270. package/intl-phone-input/components/select/index.js +1 -1
  271. package/intl-phone-input/components/select-field/component.js +1 -1
  272. package/intl-phone-input/components/select-field/index.css +8 -8
  273. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  274. package/intl-phone-input/components/select-field/index.js +1 -1
  275. package/intl-phone-input/esm/{component-35a8a72f.d.ts → component-93ea1dbd.d.ts} +0 -0
  276. package/intl-phone-input/esm/{component-35a8a72f.js → component-93ea1dbd.js} +1 -1
  277. package/intl-phone-input/esm/component.js +3 -3
  278. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  279. package/intl-phone-input/esm/components/flag-icon/index.css +784 -784
  280. package/intl-phone-input/esm/components/index.js +1 -1
  281. package/intl-phone-input/esm/components/select/component.js +2 -2
  282. package/intl-phone-input/esm/components/select/index.css +6 -6
  283. package/intl-phone-input/esm/components/select/index.js +1 -1
  284. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  285. package/intl-phone-input/esm/components/select-field/index.css +8 -8
  286. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  287. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  288. package/intl-phone-input/esm/index.css +3 -3
  289. package/intl-phone-input/esm/index.js +1 -1
  290. package/intl-phone-input/esm/{libphonenumber-js.min-352b09e0.d.ts → libphonenumber-js.min-46f0a1bd.d.ts} +0 -0
  291. package/intl-phone-input/esm/{libphonenumber-js.min-352b09e0.js → libphonenumber-js.min-46f0a1bd.js} +0 -0
  292. package/intl-phone-input/index.css +3 -3
  293. package/intl-phone-input/index.js +1 -1
  294. package/intl-phone-input/{libphonenumber-js.min-2276947d.d.ts → libphonenumber-js.min-839979e5.d.ts} +0 -0
  295. package/intl-phone-input/{libphonenumber-js.min-2276947d.js → libphonenumber-js.min-839979e5.js} +0 -0
  296. package/intl-phone-input/modern/component.js +2 -2
  297. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  298. package/intl-phone-input/modern/components/flag-icon/index.css +784 -784
  299. package/intl-phone-input/modern/components/select/component.js +1 -1
  300. package/intl-phone-input/modern/components/select/index.css +6 -6
  301. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  302. package/intl-phone-input/modern/components/select-field/index.css +8 -8
  303. package/intl-phone-input/modern/index.css +3 -3
  304. package/intl-phone-input/modern/{libphonenumber-js.min-352b09e0.d.ts → libphonenumber-js.min-46f0a1bd.d.ts} +0 -0
  305. package/intl-phone-input/modern/{libphonenumber-js.min-352b09e0.js → libphonenumber-js.min-46f0a1bd.js} +0 -0
  306. package/modal/Component.desktop.js +2 -2
  307. package/modal/Component.mobile.js +2 -2
  308. package/modal/Component.responsive.js +2 -2
  309. package/modal/components/closer/Component.js +1 -1
  310. package/modal/components/content/Component.desktop.js +1 -1
  311. package/modal/components/content/Component.mobile.js +1 -1
  312. package/modal/components/footer/Component.desktop.js +1 -1
  313. package/modal/components/footer/Component.mobile.js +1 -1
  314. package/modal/components/header/Component.desktop.js +1 -1
  315. package/modal/components/header/Component.js +1 -1
  316. package/modal/components/header/Component.mobile.js +1 -1
  317. package/modal/desktop.js +2 -2
  318. package/modal/esm/Component.desktop.js +2 -2
  319. package/modal/esm/Component.mobile.js +2 -2
  320. package/modal/esm/Component.responsive.js +2 -2
  321. package/modal/esm/components/closer/Component.js +1 -1
  322. package/modal/esm/components/content/Component.desktop.js +1 -1
  323. package/modal/esm/components/content/Component.mobile.js +1 -1
  324. package/modal/esm/components/footer/Component.desktop.js +1 -1
  325. package/modal/esm/components/footer/Component.mobile.js +1 -1
  326. package/modal/esm/components/header/Component.desktop.js +1 -1
  327. package/modal/esm/components/header/Component.js +1 -1
  328. package/modal/esm/components/header/Component.mobile.js +1 -1
  329. package/modal/esm/desktop.js +2 -2
  330. package/modal/esm/index.js +2 -2
  331. package/modal/esm/mobile.js +2 -2
  332. package/modal/esm/responsive.js +2 -2
  333. package/modal/esm/{transitions.module-683182f2.js → transitions.module-fc882cd9.js} +0 -0
  334. package/modal/esm/{tslib.es6-f3d79081.d.ts → tslib.es6-7e046e3c.d.ts} +0 -0
  335. package/modal/esm/{tslib.es6-f3d79081.js → tslib.es6-7e046e3c.js} +0 -0
  336. package/modal/index.js +2 -2
  337. package/modal/mobile.js +2 -2
  338. package/modal/modern/Component.desktop.js +1 -1
  339. package/modal/modern/Component.mobile.js +1 -1
  340. package/modal/modern/Component.responsive.js +1 -1
  341. package/modal/modern/desktop.js +1 -1
  342. package/modal/modern/index.js +1 -1
  343. package/modal/modern/mobile.js +1 -1
  344. package/modal/modern/responsive.js +1 -1
  345. package/modal/modern/{transitions.module-683182f2.js → transitions.module-fc882cd9.js} +0 -0
  346. package/modal/responsive.js +2 -2
  347. package/modal/{transitions.module-c7d97d9d.js → transitions.module-71182aa9.js} +0 -0
  348. package/modal/{tslib.es6-6d6e5bf3.d.ts → tslib.es6-58db9e66.d.ts} +0 -0
  349. package/modal/{tslib.es6-6d6e5bf3.js → tslib.es6-58db9e66.js} +0 -0
  350. package/notification/Component.js +1 -1
  351. package/notification/esm/Component.js +1 -1
  352. package/notification/esm/index.css +7 -7
  353. package/notification/index.css +7 -7
  354. package/notification/modern/Component.js +1 -1
  355. package/notification/modern/index.css +7 -7
  356. package/notification-manager/{component-551fe5f3.d.ts → component-31f7b4e5.d.ts} +0 -0
  357. package/notification-manager/{component-551fe5f3.js → component-31f7b4e5.js} +0 -0
  358. package/notification-manager/component.js +2 -2
  359. package/notification-manager/components/index.js +1 -1
  360. package/notification-manager/components/notification/component.js +1 -1
  361. package/notification-manager/components/notification/index.d.ts +1 -1
  362. package/notification-manager/components/notification/index.js +1 -1
  363. package/notification-manager/esm/{component-f06f6118.d.ts → component-a16205c4.d.ts} +0 -0
  364. package/notification-manager/esm/{component-f06f6118.js → component-a16205c4.js} +0 -0
  365. package/notification-manager/esm/component.js +2 -2
  366. package/notification-manager/esm/components/index.js +1 -1
  367. package/notification-manager/esm/components/notification/component.js +1 -1
  368. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  369. package/notification-manager/esm/components/notification/index.js +1 -1
  370. package/notification-manager/esm/index.css +11 -11
  371. package/notification-manager/esm/index.js +1 -1
  372. package/notification-manager/index.css +11 -11
  373. package/notification-manager/index.js +1 -1
  374. package/notification-manager/modern/component.js +1 -1
  375. package/notification-manager/modern/index.css +11 -11
  376. package/package.json +2 -1
  377. package/phone-input/esm/utils/index.js +5 -7
  378. package/phone-input/utils/index.js +7 -5
  379. package/picker-button/{Component-bc62e4c2.d.ts → Component-c1566232.d.ts} +0 -0
  380. package/picker-button/{Component-bc62e4c2.js → Component-c1566232.js} +1 -1
  381. package/picker-button/Component.d.ts +1 -1
  382. package/picker-button/Component.js +2 -2
  383. package/picker-button/esm/{Component-7bcce42b.d.ts → Component-1ef28fe1.d.ts} +0 -0
  384. package/picker-button/esm/{Component-7bcce42b.js → Component-1ef28fe1.js} +1 -1
  385. package/picker-button/esm/Component.js +2 -2
  386. package/picker-button/esm/field/Component.js +1 -1
  387. package/picker-button/esm/field/index.css +3 -3
  388. package/picker-button/esm/field/index.d.ts +1 -1
  389. package/picker-button/esm/field/index.js +1 -1
  390. package/picker-button/esm/index.css +2 -2
  391. package/picker-button/esm/index.js +1 -1
  392. package/picker-button/field/Component.js +1 -1
  393. package/picker-button/field/index.css +3 -3
  394. package/picker-button/field/index.d.ts +1 -1
  395. package/picker-button/field/index.js +1 -1
  396. package/picker-button/index.css +2 -2
  397. package/picker-button/index.js +1 -1
  398. package/picker-button/modern/Component.js +1 -1
  399. package/picker-button/modern/field/Component.js +1 -1
  400. package/picker-button/modern/field/index.css +3 -3
  401. package/picker-button/modern/index.css +2 -2
  402. package/select/Component.js +1 -1
  403. package/select/components/arrow/Component.js +1 -1
  404. package/select/components/arrow/index.css +3 -3
  405. package/select/components/base-select/Component.js +2 -2
  406. package/select/components/base-select/index.css +7 -7
  407. package/select/components/base-select/index.js +1 -1
  408. package/select/components/checkmark/Component.js +1 -1
  409. package/select/components/checkmark/index.css +3 -3
  410. package/select/components/field/Component.js +2 -2
  411. package/select/components/field/index.css +9 -9
  412. package/select/components/field/index.js +1 -1
  413. package/select/components/index.js +1 -1
  414. package/select/components/native-select/Component.js +1 -1
  415. package/select/components/native-select/index.js +1 -1
  416. package/select/components/optgroup/Component.js +1 -1
  417. package/select/components/optgroup/index.css +6 -6
  418. package/select/components/option/Component.js +2 -2
  419. package/select/components/option/index.css +20 -20
  420. package/select/components/option/index.js +1 -1
  421. package/select/components/options-list/Component.js +1 -1
  422. package/select/components/options-list/index.css +5 -5
  423. package/select/components/virtual-options-list/Component.js +1 -1
  424. package/select/components/virtual-options-list/index.css +11 -11
  425. package/select/esm/Component.d.ts +1 -1
  426. package/select/esm/Component.js +1 -1
  427. package/select/esm/components/arrow/Component.js +1 -1
  428. package/select/esm/components/arrow/index.css +3 -3
  429. package/select/esm/components/base-select/Component.js +2 -2
  430. package/select/esm/components/base-select/index.css +7 -7
  431. package/select/esm/components/base-select/index.js +1 -1
  432. package/select/esm/components/checkmark/Component.js +1 -1
  433. package/select/esm/components/checkmark/index.css +3 -3
  434. package/select/esm/components/field/Component.js +2 -2
  435. package/select/esm/components/field/index.css +9 -9
  436. package/select/esm/components/field/index.js +1 -1
  437. package/select/esm/components/index.js +1 -1
  438. package/select/esm/components/native-select/Component.js +1 -1
  439. package/select/esm/components/native-select/index.js +1 -1
  440. package/select/esm/components/optgroup/Component.js +1 -1
  441. package/select/esm/components/optgroup/index.css +6 -6
  442. package/select/esm/components/option/Component.js +2 -2
  443. package/select/esm/components/option/index.css +20 -20
  444. package/select/esm/components/option/index.js +1 -1
  445. package/select/esm/components/options-list/Component.js +1 -1
  446. package/select/esm/components/options-list/index.css +5 -5
  447. package/select/esm/components/virtual-options-list/Component.js +1 -1
  448. package/select/esm/components/virtual-options-list/index.css +11 -11
  449. package/select/esm/index.js +1 -1
  450. package/select/esm/presets/index.js +1 -1
  451. package/select/esm/presets/useLazyLoading/hook.js +2 -2
  452. package/select/esm/presets/useLazyLoading/index.css +2 -2
  453. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  454. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  455. package/select/esm/{tslib.es6-6ca380f2.d.ts → tslib.es6-f2dda8ca.d.ts} +0 -0
  456. package/select/esm/{tslib.es6-6ca380f2.js → tslib.es6-f2dda8ca.js} +0 -0
  457. package/select/index.js +1 -1
  458. package/select/modern/Component.d.ts +1 -1
  459. package/select/modern/components/arrow/Component.js +1 -1
  460. package/select/modern/components/arrow/index.css +3 -3
  461. package/select/modern/components/base-select/Component.js +1 -1
  462. package/select/modern/components/base-select/index.css +7 -7
  463. package/select/modern/components/checkmark/Component.js +1 -1
  464. package/select/modern/components/checkmark/index.css +3 -3
  465. package/select/modern/components/field/Component.js +1 -1
  466. package/select/modern/components/field/index.css +9 -9
  467. package/select/modern/components/optgroup/Component.js +1 -1
  468. package/select/modern/components/optgroup/index.css +6 -6
  469. package/select/modern/components/option/Component.js +1 -1
  470. package/select/modern/components/option/index.css +20 -20
  471. package/select/modern/components/options-list/Component.js +1 -1
  472. package/select/modern/components/options-list/index.css +5 -5
  473. package/select/modern/components/virtual-options-list/Component.js +1 -1
  474. package/select/modern/components/virtual-options-list/index.css +11 -11
  475. package/select/modern/presets/useLazyLoading/hook.js +1 -1
  476. package/select/modern/presets/useLazyLoading/index.css +2 -2
  477. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  478. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  479. package/select/presets/index.js +1 -1
  480. package/select/presets/useLazyLoading/hook.js +2 -2
  481. package/select/presets/useLazyLoading/index.css +2 -2
  482. package/select/presets/useSelectWithLoading/hook.js +2 -2
  483. package/select/presets/useSelectWithLoading/index.css +2 -2
  484. package/select/{tslib.es6-d00003ef.d.ts → tslib.es6-0a6ecfa9.d.ts} +0 -0
  485. package/select/{tslib.es6-d00003ef.js → tslib.es6-0a6ecfa9.js} +0 -0
  486. package/select-with-tags/component.js +1 -1
  487. package/select-with-tags/components/index.js +1 -1
  488. package/select-with-tags/components/tag/component.js +1 -1
  489. package/select-with-tags/components/tag/index.js +1 -1
  490. package/select-with-tags/components/tag-list/component.js +1 -1
  491. package/select-with-tags/components/tag-list/index.js +1 -1
  492. package/select-with-tags/esm/component.js +1 -1
  493. package/select-with-tags/esm/components/index.js +1 -1
  494. package/select-with-tags/esm/components/tag/component.js +1 -1
  495. package/select-with-tags/esm/components/tag/index.js +1 -1
  496. package/select-with-tags/esm/components/tag-list/component.js +1 -1
  497. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  498. package/select-with-tags/esm/index.js +1 -1
  499. package/select-with-tags/esm/{tslib.es6-db28aa0c.d.ts → tslib.es6-1dfcb334.d.ts} +0 -0
  500. package/select-with-tags/esm/{tslib.es6-db28aa0c.js → tslib.es6-1dfcb334.js} +0 -0
  501. package/select-with-tags/esm/utils/index.js +1 -1
  502. package/select-with-tags/esm/utils/match.js +1 -1
  503. package/select-with-tags/index.js +1 -1
  504. package/select-with-tags/{tslib.es6-81e325ac.d.ts → tslib.es6-057f20de.d.ts} +0 -0
  505. package/select-with-tags/{tslib.es6-81e325ac.js → tslib.es6-057f20de.js} +0 -0
  506. package/select-with-tags/utils/index.js +1 -1
  507. package/select-with-tags/utils/match.js +1 -1
  508. package/space/Component.js +1 -1
  509. package/space/{Item-1b05d5f9.d.ts → Item-469eb73b.d.ts} +0 -0
  510. package/space/{Item-1b05d5f9.js → Item-469eb73b.js} +0 -0
  511. package/space/Item.js +1 -1
  512. package/space/esm/Component.js +1 -1
  513. package/space/esm/{Item-a82e8323.d.ts → Item-c0e149ef.d.ts} +0 -0
  514. package/space/esm/{Item-a82e8323.js → Item-c0e149ef.js} +0 -0
  515. package/space/esm/Item.js +1 -1
  516. package/space/esm/index.js +1 -1
  517. package/space/index.js +1 -1
  518. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  519. package/tabs/components/primary-tablist/Component.js +1 -1
  520. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  521. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  522. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  523. package/tabs/components/secondary-tablist/Component.js +1 -1
  524. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  525. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  526. package/tabs/components/tabs/Component.d.ts +1 -1
  527. package/tabs/components/tabs/Component.desktop.d.ts +1 -1
  528. package/tabs/components/tabs/Component.desktop.js +3 -3
  529. package/tabs/components/tabs/Component.mobile.d.ts +1 -1
  530. package/tabs/components/tabs/Component.mobile.js +3 -3
  531. package/tabs/components/tabs/Component.responsive.d.ts +1 -1
  532. package/tabs/components/tabs/Component.responsive.js +3 -3
  533. package/tabs/desktop.js +3 -3
  534. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  535. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  536. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  537. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  538. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  539. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  540. package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
  541. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  542. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  543. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  544. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  545. package/tabs/esm/desktop.js +3 -3
  546. package/tabs/esm/index.js +3 -3
  547. package/tabs/esm/{index.module-f503c285.js → index.module-74111578.js} +0 -0
  548. package/tabs/esm/{index.module-770329cf.js → index.module-fe074327.js} +0 -0
  549. package/tabs/esm/mobile.js +3 -3
  550. package/tabs/esm/responsive.js +3 -3
  551. package/tabs/esm/{tslib.es6-6db4bd77.d.ts → tslib.es6-a444505f.d.ts} +0 -0
  552. package/tabs/esm/{tslib.es6-6db4bd77.js → tslib.es6-a444505f.js} +0 -0
  553. package/tabs/index.js +3 -3
  554. package/tabs/{index.module-e147b404.js → index.module-4324985b.js} +0 -0
  555. package/tabs/{index.module-d58ceb27.js → index.module-74397790.js} +0 -0
  556. package/tabs/mobile.js +3 -3
  557. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  558. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  559. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  560. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  561. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  562. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  563. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  564. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  565. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  566. package/tabs/modern/desktop.js +2 -2
  567. package/tabs/modern/index.js +2 -2
  568. package/tabs/modern/{index.module-f503c285.js → index.module-74111578.js} +0 -0
  569. package/tabs/modern/{index.module-770329cf.js → index.module-fe074327.js} +0 -0
  570. package/tabs/modern/mobile.js +2 -2
  571. package/tabs/modern/responsive.js +2 -2
  572. package/tabs/responsive.js +3 -3
  573. package/tabs/{tslib.es6-7e1681a9.d.ts → tslib.es6-89dfbea4.d.ts} +0 -0
  574. package/tabs/{tslib.es6-7e1681a9.js → tslib.es6-89dfbea4.js} +0 -0
  575. package/textarea/Component.js +3 -3
  576. package/textarea/cssm/index.module.css +1 -1
  577. package/textarea/default.css +19 -19
  578. package/textarea/esm/Component.js +3 -3
  579. package/textarea/esm/default.css +19 -19
  580. package/textarea/esm/index.css +23 -23
  581. package/textarea/esm/inverted.css +19 -19
  582. package/textarea/index.css +23 -23
  583. package/textarea/inverted.css +19 -19
  584. package/textarea/modern/Component.js +3 -3
  585. package/textarea/modern/default.css +19 -19
  586. package/textarea/modern/index.css +23 -23
  587. package/textarea/modern/inverted.css +19 -19
  588. package/themes/compiled/mobile-dark-bluetint.css +1158 -68
  589. package/themes/compiled/mobile-dark-bluetint.js +2 -0
  590. package/themes/dark.js +2 -0
  591. package/themes/esm/compiled/mobile-dark-bluetint.js +3 -0
  592. package/themes/modern/compiled/mobile-dark-bluetint.js +3 -0
  593. package/themes/package.json +10 -1
  594. package/themes/send-stats.js +0 -0
  595. package/toast/component.js +1 -1
  596. package/toast/esm/component.js +1 -1
  597. package/toast/esm/index.css +9 -9
  598. package/toast/index.css +9 -9
  599. package/toast/modern/component.js +1 -1
  600. package/toast/modern/index.css +9 -9
  601. package/toast-plate/component.js +1 -1
  602. package/toast-plate/cssm/index.module.css +2 -0
  603. package/toast-plate/esm/component.js +1 -1
  604. package/toast-plate/esm/index.css +17 -15
  605. package/toast-plate/index.css +17 -15
  606. package/toast-plate/modern/component.js +1 -1
  607. package/toast-plate/modern/index.css +17 -15
  608. package/tooltip/{Component-7f2dbcf0.d.ts → Component-f20ef2d7.d.ts} +0 -0
  609. package/tooltip/{Component-7f2dbcf0.js → Component-f20ef2d7.js} +0 -0
  610. package/tooltip/Component.js +1 -1
  611. package/tooltip/component.responsive.js +1 -1
  612. package/tooltip/esm/{Component-6d28f284.d.ts → Component-2769c7a2.d.ts} +0 -0
  613. package/tooltip/esm/{Component-6d28f284.js → Component-2769c7a2.js} +0 -0
  614. package/tooltip/esm/Component.js +1 -1
  615. package/tooltip/esm/component.responsive.js +1 -1
  616. package/tooltip/esm/index.d.ts +1 -1
  617. package/tooltip/esm/index.js +1 -1
  618. package/tooltip/esm/responsive.js +1 -1
  619. package/tooltip/index.d.ts +1 -1
  620. package/tooltip/index.js +1 -1
  621. package/tooltip/responsive.js +1 -1
  622. package/typography/{colors.module-ded492e1.d.ts → colors.module-27351680.d.ts} +0 -0
  623. package/typography/{colors.module-ded492e1.js → colors.module-27351680.js} +0 -0
  624. package/typography/{common.module-1de331b9.js → common.module-76bc6308.js} +0 -0
  625. package/typography/component.js +2 -2
  626. package/typography/cssm/text/component.d.ts +2 -2
  627. package/typography/cssm/title/component.d.ts +3 -3
  628. package/typography/esm/{colors.module-d21f47ee.d.ts → colors.module-5ec81d89.d.ts} +0 -0
  629. package/typography/esm/{colors.module-d21f47ee.js → colors.module-5ec81d89.js} +0 -0
  630. package/typography/esm/{common.module-9782b936.js → common.module-c8536c86.js} +0 -0
  631. package/typography/esm/component.js +2 -2
  632. package/typography/esm/index.js +2 -2
  633. package/typography/esm/text/component.js +1 -1
  634. package/typography/esm/text/index.js +1 -1
  635. package/typography/esm/title/component.js +1 -1
  636. package/typography/esm/title/index.js +2 -2
  637. package/typography/esm/title-responsive/component.js +2 -2
  638. package/typography/esm/title-responsive/index.js +2 -2
  639. package/typography/index.js +2 -2
  640. package/typography/modern/{colors.module-5a6490a8.js → colors.module-fa7415e8.js} +0 -0
  641. package/typography/modern/{common.module-9782b936.js → common.module-c8536c86.js} +0 -0
  642. package/typography/modern/component.js +2 -2
  643. package/typography/modern/index.js +2 -2
  644. package/typography/modern/text/component.js +1 -1
  645. package/typography/modern/text/index.js +1 -1
  646. package/typography/modern/title/component.js +1 -1
  647. package/typography/modern/title/index.js +2 -2
  648. package/typography/modern/title-responsive/component.js +2 -2
  649. package/typography/modern/title-responsive/index.js +2 -2
  650. package/typography/text/component.js +1 -1
  651. package/typography/text/index.js +1 -1
  652. package/typography/title/component.js +1 -1
  653. package/typography/title/index.js +2 -2
  654. package/typography/title-responsive/component.js +2 -2
  655. package/typography/title-responsive/index.js +2 -2
  656. package/vars/colors-bluetint.js +2 -0
  657. package/vars/colors-indigo.js +2 -0
  658. package/vars/cssm/colors-bluetint.js +2 -0
  659. package/vars/cssm/colors-indigo.js +2 -0
  660. package/vars/package.json +11 -1
  661. package/vars/send-stats.js +0 -0
  662. package/themes/dist/amount/click.css +0 -4
  663. package/themes/dist/backdrop/click.css +0 -4
  664. package/themes/dist/button/click.css +0 -13
  665. package/themes/dist/button/corp.css +0 -21
  666. package/themes/dist/button/mobile.css +0 -19
  667. package/themes/dist/button/site.css +0 -5
  668. package/themes/dist/calendar/click.css +0 -11
  669. package/themes/dist/calendar-input/click.css +0 -4
  670. package/themes/dist/calendar-input/corp.css +0 -3
  671. package/themes/dist/checkbox/click.css +0 -9
  672. package/themes/dist/checkbox/mobile.css +0 -19
  673. package/themes/dist/click.css +0 -696
  674. package/themes/dist/compiled/mobile-dark-bluetint.css +0 -1856
  675. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +0 -2
  676. package/themes/dist/compiled/mobile-dark-bluetint.js +0 -11
  677. package/themes/dist/confirmation/click.css +0 -12
  678. package/themes/dist/confirmation/mobile.css +0 -7
  679. package/themes/dist/corp.css +0 -520
  680. package/themes/dist/dark.css +0 -134
  681. package/themes/dist/dark.d.ts +0 -2
  682. package/themes/dist/dark.js +0 -12
  683. package/themes/dist/dropzone/click.css +0 -5
  684. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +0 -2
  685. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +0 -4
  686. package/themes/dist/esm/dark.d.ts +0 -2
  687. package/themes/dist/esm/dark.js +0 -6
  688. package/themes/dist/form-control/click.css +0 -31
  689. package/themes/dist/form-control/mobile.css +0 -34
  690. package/themes/dist/form-control/site.css +0 -5
  691. package/themes/dist/input/click.css +0 -8
  692. package/themes/dist/input/corp.css +0 -3
  693. package/themes/dist/input/mobile.css +0 -13
  694. package/themes/dist/input/site.css +0 -4
  695. package/themes/dist/link/click.css +0 -25
  696. package/themes/dist/list/click.css +0 -4
  697. package/themes/dist/mixins/amount/click.css +0 -4
  698. package/themes/dist/mixins/backdrop/click.css +0 -4
  699. package/themes/dist/mixins/button/click.css +0 -13
  700. package/themes/dist/mixins/button/corp.css +0 -21
  701. package/themes/dist/mixins/button/mobile.css +0 -19
  702. package/themes/dist/mixins/button/site.css +0 -5
  703. package/themes/dist/mixins/calendar/click.css +0 -11
  704. package/themes/dist/mixins/calendar-input/click.css +0 -4
  705. package/themes/dist/mixins/calendar-input/corp.css +0 -3
  706. package/themes/dist/mixins/checkbox/click.css +0 -9
  707. package/themes/dist/mixins/checkbox/mobile.css +0 -19
  708. package/themes/dist/mixins/click.css +0 -48
  709. package/themes/dist/mixins/confirmation/click.css +0 -12
  710. package/themes/dist/mixins/confirmation/mobile.css +0 -7
  711. package/themes/dist/mixins/corp.css +0 -13
  712. package/themes/dist/mixins/dark.css +0 -134
  713. package/themes/dist/mixins/dropzone/click.css +0 -5
  714. package/themes/dist/mixins/form-control/click.css +0 -31
  715. package/themes/dist/mixins/form-control/mobile.css +0 -34
  716. package/themes/dist/mixins/form-control/site.css +0 -5
  717. package/themes/dist/mixins/input/click.css +0 -8
  718. package/themes/dist/mixins/input/corp.css +0 -3
  719. package/themes/dist/mixins/input/mobile.css +0 -13
  720. package/themes/dist/mixins/input/site.css +0 -4
  721. package/themes/dist/mixins/link/click.css +0 -25
  722. package/themes/dist/mixins/list/click.css +0 -4
  723. package/themes/dist/mixins/mobile.css +0 -23
  724. package/themes/dist/mixins/modal/click.css +0 -29
  725. package/themes/dist/mixins/radio/click.css +0 -9
  726. package/themes/dist/mixins/radio/mobile.css +0 -19
  727. package/themes/dist/mixins/select/click.css +0 -18
  728. package/themes/dist/mixins/select/corp.css +0 -3
  729. package/themes/dist/mixins/site.css +0 -11
  730. package/themes/dist/mixins/skeleton/click.css +0 -8
  731. package/themes/dist/mixins/slider/click.css +0 -16
  732. package/themes/dist/mixins/slider/mobile.css +0 -5
  733. package/themes/dist/mixins/slider-input/mobile.css +0 -3
  734. package/themes/dist/mixins/switch/click.css +0 -5
  735. package/themes/dist/mixins/tabs/click.css +0 -20
  736. package/themes/dist/mixins/tabs/corp.css +0 -4
  737. package/themes/dist/mixins/tabs/site.css +0 -8
  738. package/themes/dist/mixins/tag/click.css +0 -11
  739. package/themes/dist/mixins/tag/mobile.css +0 -14
  740. package/themes/dist/mixins/toast-plate/click.css +0 -8
  741. package/themes/dist/mobile.css +0 -594
  742. package/themes/dist/modal/click.css +0 -29
  743. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +0 -2
  744. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +0 -4
  745. package/themes/dist/modern/dark.d.ts +0 -2
  746. package/themes/dist/modern/dark.js +0 -6
  747. package/themes/dist/package.json +0 -12
  748. package/themes/dist/radio/click.css +0 -9
  749. package/themes/dist/radio/mobile.css +0 -19
  750. package/themes/dist/select/click.css +0 -18
  751. package/themes/dist/select/corp.css +0 -3
  752. package/themes/dist/send-stats.js +0 -82
  753. package/themes/dist/site.css +0 -512
  754. package/themes/dist/skeleton/click.css +0 -8
  755. package/themes/dist/slider/click.css +0 -16
  756. package/themes/dist/slider/mobile.css +0 -5
  757. package/themes/dist/slider-input/mobile.css +0 -3
  758. package/themes/dist/switch/click.css +0 -5
  759. package/themes/dist/tabs/click.css +0 -20
  760. package/themes/dist/tabs/corp.css +0 -4
  761. package/themes/dist/tabs/site.css +0 -8
  762. package/themes/dist/tag/click.css +0 -11
  763. package/themes/dist/tag/mobile.css +0 -14
  764. package/themes/dist/toast-plate/click.css +0 -8
  765. package/vars/dist/border-radius.css +0 -9
  766. package/vars/dist/colors-addons.css +0 -55
  767. package/vars/dist/colors-bluetint.css +0 -247
  768. package/vars/dist/colors-bluetint.d.ts +0 -2
  769. package/vars/dist/colors-bluetint.js +0 -12
  770. package/vars/dist/colors-indigo.css +0 -269
  771. package/vars/dist/colors-indigo.d.ts +0 -2
  772. package/vars/dist/colors-indigo.js +0 -12
  773. package/vars/dist/colors-transparent.css +0 -22
  774. package/vars/dist/colors.css +0 -71
  775. package/vars/dist/cssm/border-radius.css +0 -9
  776. package/vars/dist/cssm/colors-addons.css +0 -55
  777. package/vars/dist/cssm/colors-bluetint.css +0 -247
  778. package/vars/dist/cssm/colors-bluetint.d.ts +0 -2
  779. package/vars/dist/cssm/colors-bluetint.js +0 -12
  780. package/vars/dist/cssm/colors-indigo.css +0 -265
  781. package/vars/dist/cssm/colors-indigo.d.ts +0 -2
  782. package/vars/dist/cssm/colors-indigo.js +0 -12
  783. package/vars/dist/cssm/colors-transparent.css +0 -22
  784. package/vars/dist/cssm/colors.css +0 -71
  785. package/vars/dist/cssm/gaps.css +0 -30
  786. package/vars/dist/cssm/index.css +0 -496
  787. package/vars/dist/cssm/shadows-indigo.css +0 -38
  788. package/vars/dist/cssm/typography.css +0 -6
  789. package/vars/dist/esm/colors-bluetint.d.ts +0 -2
  790. package/vars/dist/esm/colors-bluetint.js +0 -6
  791. package/vars/dist/esm/colors-indigo.d.ts +0 -2
  792. package/vars/dist/esm/colors-indigo.js +0 -6
  793. package/vars/dist/gaps.css +0 -30
  794. package/vars/dist/index.css +0 -9
  795. package/vars/dist/mixins.css +0 -4
  796. package/vars/dist/modern/colors-bluetint.d.ts +0 -2
  797. package/vars/dist/modern/colors-bluetint.js +0 -6
  798. package/vars/dist/modern/colors-indigo.d.ts +0 -2
  799. package/vars/dist/modern/colors-indigo.js +0 -6
  800. package/vars/dist/package.json +0 -13
  801. package/vars/dist/send-stats.js +0 -82
  802. package/vars/dist/shadows-indigo.css +0 -38
  803. package/vars/dist/typography.css +0 -486
@@ -1,10 +1,10 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- require('./colors.module-ded492e1.js');
3
+ require('./colors.module-27351680.js');
4
4
  require('react');
5
5
  require('classnames');
6
6
  require('./title/component.js');
7
- require('./common.module-1de331b9.js');
7
+ require('./common.module-76bc6308.js');
8
8
  var title_index = require('./title/index.js');
9
9
  var text_component = require('./text/component.js');
10
10
  var titleResponsive_component = require('./title-responsive/component.js');
@@ -50,7 +50,7 @@ declare const Text: React.ForwardRefExoticComponent<Pick<NativeProps, "defaultCh
50
50
  /**
51
51
  * Толщина шрифта
52
52
  */
53
- weight?: "medium" | "regular" | "bold" | undefined;
53
+ weight?: "regular" | "medium" | "bold" | undefined;
54
54
  /**
55
55
  * Делает цифры моноширинными
56
56
  */
@@ -58,7 +58,7 @@ declare const Text: React.ForwardRefExoticComponent<Pick<NativeProps, "defaultCh
58
58
  /**
59
59
  * HTML тег
60
60
  */
61
- tag?: "div" | "p" | "span" | undefined;
61
+ tag?: "p" | "span" | "div" | undefined;
62
62
  /**
63
63
  * Css-класс для стилизации (native prop)
64
64
  */
@@ -51,11 +51,11 @@ declare const Title: React.ForwardRefExoticComponent<Pick<NativeProps, "defaultC
51
51
  /**
52
52
  * HTML тег
53
53
  */
54
- tag: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "div";
54
+ tag: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
55
55
  /**
56
56
  * [Вариант начертания](https://alfa-laboratory.github.io/core-components/master/?path=/docs/гайдлайны-типографика--page)
57
57
  */
58
- view?: "xlarge" | "large" | "medium" | "small" | "xsmall" | undefined;
58
+ view?: "medium" | "small" | "xlarge" | "large" | "xsmall" | undefined;
59
59
  /**
60
60
  * Цвет текста
61
61
  */
@@ -63,7 +63,7 @@ declare const Title: React.ForwardRefExoticComponent<Pick<NativeProps, "defaultC
63
63
  /**
64
64
  * Толщина шрифта
65
65
  */
66
- weight?: "medium" | "regular" | "bold" | undefined;
66
+ weight?: "regular" | "medium" | "bold" | undefined;
67
67
  /**
68
68
  * Шрифт текста
69
69
  */
@@ -1,5 +1,5 @@
1
- import './colors.module-d21f47ee.js';
2
- import './common.module-9782b936.js';
1
+ import './colors.module-5ec81d89.js';
2
+ import './common.module-c8536c86.js';
3
3
  import 'react';
4
4
  import 'classnames';
5
5
  import './title/component.js';
@@ -1,5 +1,5 @@
1
- import './colors.module-d21f47ee.js';
2
- import './common.module-9782b936.js';
1
+ import './colors.module-5ec81d89.js';
2
+ import './common.module-c8536c86.js';
3
3
  import 'react';
4
4
  import 'classnames';
5
5
  import './title/component.js';
@@ -1,4 +1,4 @@
1
- import { a as __rest, _ as __assign, c as colors } from '../colors.module-d21f47ee.js';
1
+ import { a as __rest, _ as __assign, c as colors } from '../colors.module-5ec81d89.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import cn from 'classnames';
4
4
 
@@ -1,4 +1,4 @@
1
- import '../colors.module-d21f47ee.js';
1
+ import '../colors.module-5ec81d89.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  export { Text } from './component.js';
@@ -1,4 +1,4 @@
1
- import { a as __rest, _ as __assign, c as colors } from '../colors.module-d21f47ee.js';
1
+ import { a as __rest, _ as __assign, c as colors } from '../colors.module-5ec81d89.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import cn from 'classnames';
4
4
 
@@ -1,5 +1,5 @@
1
- import { _ as __assign } from '../colors.module-d21f47ee.js';
2
- import { c as commonStyles } from '../common.module-9782b936.js';
1
+ import { _ as __assign } from '../colors.module-5ec81d89.js';
2
+ import { c as commonStyles } from '../common.module-c8536c86.js';
3
3
  import React from 'react';
4
4
  import 'classnames';
5
5
  import { Title as Title$1 } from './component.js';
@@ -1,5 +1,5 @@
1
- import { _ as __assign } from '../colors.module-d21f47ee.js';
2
- import { c as commonStyles } from '../common.module-9782b936.js';
1
+ import { _ as __assign } from '../colors.module-5ec81d89.js';
2
+ import { c as commonStyles } from '../common.module-c8536c86.js';
3
3
  import React from 'react';
4
4
  import 'classnames';
5
5
  import { Title } from '../title/component.js';
@@ -1,5 +1,5 @@
1
- import '../colors.module-d21f47ee.js';
2
- import '../common.module-9782b936.js';
1
+ import '../colors.module-5ec81d89.js';
2
+ import '../common.module-c8536c86.js';
3
3
  import 'react';
4
4
  import 'classnames';
5
5
  import '../title/component.js';
@@ -1,10 +1,10 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- require('./colors.module-ded492e1.js');
3
+ require('./colors.module-27351680.js');
4
4
  require('react');
5
5
  require('classnames');
6
6
  require('./title/component.js');
7
- require('./common.module-1de331b9.js');
7
+ require('./common.module-76bc6308.js');
8
8
  require('./title/index.js');
9
9
  require('./text/component.js');
10
10
  require('./title-responsive/component.js');
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- import './colors.module-5a6490a8.js';
4
- import './common.module-9782b936.js';
3
+ import './colors.module-fa7415e8.js';
4
+ import './common.module-c8536c86.js';
5
5
  import './title/component.js';
6
6
  import { Title } from './title/index.js';
7
7
  import { Text } from './text/component.js';
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- import './colors.module-5a6490a8.js';
4
- import './common.module-9782b936.js';
3
+ import './colors.module-fa7415e8.js';
4
+ import './common.module-c8536c86.js';
5
5
  import './title/component.js';
6
6
  import './title/index.js';
7
7
  import './text/component.js';
@@ -1,6 +1,6 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import cn from 'classnames';
3
- import { c as colors } from '../colors.module-5a6490a8.js';
3
+ import { c as colors } from '../colors.module-fa7415e8.js';
4
4
 
5
5
  var styles = {"paragraph":"typography__paragraph_1o3ta","primary-large":"typography__primary-large_1o3ta","primary-medium":"typography__primary-medium_1o3ta","primary-small":"typography__primary-small_1o3ta","secondary-large":"typography__secondary-large_1o3ta","secondary-medium":"typography__secondary-medium_1o3ta","secondary-small":"typography__secondary-small_1o3ta","component":"typography__component_1o3ta","caps":"typography__caps_1o3ta","bold":"typography__bold_1o3ta","medium":"typography__medium_1o3ta","regular":"typography__regular_1o3ta","monospace":"typography__monospace_1o3ta"};
6
6
  require('./index.css');
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- import '../colors.module-5a6490a8.js';
3
+ import '../colors.module-fa7415e8.js';
4
4
  export { Text } from './component.js';
@@ -1,6 +1,6 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import cn from 'classnames';
3
- import { c as colors } from '../colors.module-5a6490a8.js';
3
+ import { c as colors } from '../colors.module-fa7415e8.js';
4
4
 
5
5
  const Title = forwardRef(({ tag: Component = 'div', view = 'medium', font = 'styrene', weight = font === 'styrene' ? 'medium' : 'bold', defaultMargins = false, color, className, dataTestId, children, styles, ...restProps }, ref) => (React.createElement(Component, Object.assign({ className: cn(styles.component, className, styles[`${font}-${view}`], defaultMargins && styles[`margins-${view}`], styles[weight], color && colors[color]), "data-test-id": dataTestId, ref: ref }, restProps), children)));
6
6
 
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import 'classnames';
3
- import '../colors.module-5a6490a8.js';
4
- import { c as commonStyles } from '../common.module-9782b936.js';
3
+ import '../colors.module-fa7415e8.js';
4
+ import { c as commonStyles } from '../common.module-c8536c86.js';
5
5
  import { Title as Title$1 } from './component.js';
6
6
 
7
7
  var styles = {"styrene-xlarge":"typography__styrene-xlarge_19kun","styrene-large":"typography__styrene-large_19kun","styrene-medium":"typography__styrene-medium_19kun","styrene-small":"typography__styrene-small_19kun","styrene-xsmall":"typography__styrene-xsmall_19kun","system-xlarge":"typography__system-xlarge_19kun","system-large":"typography__system-large_19kun","system-medium":"typography__system-medium_19kun","system-small":"typography__system-small_19kun","system-xsmall":"typography__system-xsmall_19kun","margins-xlarge":"typography__margins-xlarge_19kun","margins-large":"typography__margins-large_19kun","margins-medium":"typography__margins-medium_19kun","margins-small":"typography__margins-small_19kun","margins-xsmall":"typography__margins-xsmall_19kun","bold":"typography__bold_19kun","medium":"typography__medium_19kun","regular":"typography__regular_19kun"};
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import 'classnames';
3
- import '../colors.module-5a6490a8.js';
4
- import { c as commonStyles } from '../common.module-9782b936.js';
3
+ import '../colors.module-fa7415e8.js';
4
+ import { c as commonStyles } from '../common.module-c8536c86.js';
5
5
  import { Title } from '../title/component.js';
6
6
 
7
7
  var styles = {"styrene-xlarge":"typography__styrene-xlarge_1awxd","styrene-large":"typography__styrene-large_1awxd","styrene-medium":"typography__styrene-medium_1awxd","styrene-small":"typography__styrene-small_1awxd","styrene-xsmall":"typography__styrene-xsmall_1awxd","system-xlarge":"typography__system-xlarge_1awxd","system-large":"typography__system-large_1awxd","system-medium":"typography__system-medium_1awxd","system-small":"typography__system-small_1awxd","system-xsmall":"typography__system-xsmall_1awxd","margins-xlarge":"typography__margins-xlarge_1awxd","margins-large":"typography__margins-large_1awxd","margins-medium":"typography__margins-medium_1awxd","margins-small":"typography__margins-small_1awxd","margins-xsmall":"typography__margins-xsmall_1awxd"};
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- import '../colors.module-5a6490a8.js';
4
- import '../common.module-9782b936.js';
3
+ import '../colors.module-fa7415e8.js';
4
+ import '../common.module-c8536c86.js';
5
5
  import '../title/component.js';
6
6
  export { TitleResponsive } from './component.js';
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var colors_module = require('../colors.module-ded492e1.js');
3
+ var colors_module = require('../colors.module-27351680.js');
4
4
  var React = require('react');
5
5
  var cn = require('classnames');
6
6
 
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- require('../colors.module-ded492e1.js');
3
+ require('../colors.module-27351680.js');
4
4
  require('react');
5
5
  require('classnames');
6
6
  var text_component = require('./component.js');
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var colors_module = require('../colors.module-ded492e1.js');
3
+ var colors_module = require('../colors.module-27351680.js');
4
4
  var React = require('react');
5
5
  var cn = require('classnames');
6
6
 
@@ -1,10 +1,10 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var colors_module = require('../colors.module-ded492e1.js');
3
+ var colors_module = require('../colors.module-27351680.js');
4
4
  var React = require('react');
5
5
  require('classnames');
6
6
  var title_component = require('./component.js');
7
- var common_module = require('../common.module-1de331b9.js');
7
+ var common_module = require('../common.module-76bc6308.js');
8
8
 
9
9
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
10
10
 
@@ -1,10 +1,10 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var colors_module = require('../colors.module-ded492e1.js');
3
+ var colors_module = require('../colors.module-27351680.js');
4
4
  var React = require('react');
5
5
  require('classnames');
6
6
  var title_component = require('../title/component.js');
7
- var common_module = require('../common.module-1de331b9.js');
7
+ var common_module = require('../common.module-76bc6308.js');
8
8
 
9
9
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
10
10
 
@@ -1,10 +1,10 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- require('../colors.module-ded492e1.js');
3
+ require('../colors.module-27351680.js');
4
4
  require('react');
5
5
  require('classnames');
6
6
  require('../title/component.js');
7
- require('../common.module-1de331b9.js');
7
+ require('../common.module-76bc6308.js');
8
8
  var titleResponsive_component = require('./component.js');
9
9
 
10
10
 
@@ -1,3 +1,5 @@
1
+ 'use strict';
2
+
1
3
  var styles = require('!!css-loader!@alfalab/core-components/vars/colors-bluetint.css');
2
4
 
3
5
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -1,3 +1,5 @@
1
+ 'use strict';
2
+
1
3
  var styles = require('!!css-loader!@alfalab/core-components/vars/colors-indigo.css');
2
4
 
3
5
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -1,3 +1,5 @@
1
+ 'use strict';
2
+
1
3
  var styles = require('!!css-loader!@alfalab/core-components/vars/colors-bluetint.css');
2
4
 
3
5
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -1,3 +1,5 @@
1
+ 'use strict';
2
+
1
3
  var styles = require('!!css-loader!@alfalab/core-components/vars/colors-indigo.css');
2
4
 
3
5
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
package/vars/package.json CHANGED
@@ -1,3 +1,13 @@
1
1
  {
2
- "module": "./esm/index.js"
2
+ "name": "@alfalab/core-components-vars",
3
+ "version": "4.1.0",
4
+ "description": "",
5
+ "keywords": [],
6
+ "license": "MIT",
7
+ "style": "index.css",
8
+ "publishConfig": {
9
+ "access": "public",
10
+ "directory": "dist"
11
+ },
12
+ "postinstall": "node ./dist/send-stats.js > /dev/null 2>&1 || exit 0"
3
13
  }
File without changes
@@ -1,4 +0,0 @@
1
- :root {
2
- --amount-major-part-font-weight: bold;
3
- --amount-minor-part-font-weight: bold;
4
- }
@@ -1,4 +0,0 @@
1
- :root {
2
- /* TODO: в темной теме что-то не то */
3
- --backdrop-visible-background: var(--color-light-graphic-primary-alpha-50);
4
- }
@@ -1,13 +0,0 @@
1
- :root {
2
- /* primary */
3
- --button-primary-base-bg-color: var(--color-light-bg-accent);
4
- --button-primary-hover-bg-color: var(--color-light-bg-accent-shade-10);
5
- --button-primary-active-bg-color: var(--color-light-bg-accent-shade-30);
6
- --button-primary-disabled-bg-color: var(--color-light-bg-accent-alpha-30);
7
-
8
- /* secondary */
9
- --button-secondary-base-bg-color: var(--color-light-bg-neutral);
10
- --button-secondary-hover-bg-color: var(--color-light-bg-neutral-shade-10);
11
- --button-secondary-active-bg-color: var(--color-light-bg-neutral-shade-30);
12
- --button-secondary-disabled-bg-color: var(--color-light-bg-neutral-alpha-30);
13
- }
@@ -1,21 +0,0 @@
1
- :root {
2
- /* secondary */
3
- --button-secondary-base-bg-color: transparent;
4
- --button-secondary-hover-bg-color: var(--color-light-specialbg-component);
5
- --button-secondary-active-bg-color: var(--color-light-specialbg-component-shade-7);
6
- --button-secondary-disabled-bg-color: transparent;
7
- --button-secondary-base-border-color: var(--color-light-border-tertiary-inverted);
8
- --button-secondary-disabled-border-color: var(--color-light-border-tertiary-inverted-alpha-30);
9
-
10
- /* inverted-secondary */
11
-
12
- /* TODO colod-mod */
13
- --button-inverted-secondary-color: var(--color-light-text-primary-inverted);
14
- --button-inverted-secondary-base-bg-color: transparent;
15
- --button-inverted-secondary-base-border-color: var(--color-light-border-key-inverted);
16
- --button-inverted-secondary-hover-bg-color: var(--color-static-bg-primary-dark-alpha-10);
17
- --button-inverted-secondary-active-bg-color: var(--color-static-bg-primary-dark-alpha-20);
18
- --button-inverted-secondary-disabled-bg-color: var(--color-light-bg-primary-alpha-8);
19
- --button-inverted-secondary-disabled-border-color: transparent;
20
- --button-inverted-secondary-disabled-color: var(--color-light-text-primary-inverted-alpha-40);
21
- }
@@ -1,19 +0,0 @@
1
- :root {
2
- /* theme */
3
- --button-border-radius: var(--border-radius-l);
4
- --button-font-weight: bold;
5
-
6
- /* primary */
7
- --button-primary-base-bg-color: var(--color-light-bg-secondary-inverted);
8
- --button-primary-hover-bg-color: var(--color-light-bg-secondary-inverted);
9
- --button-primary-active-bg-color: var(--color-light-bg-primary-inverted);
10
- --button-primary-disabled-bg-color: var(--color-light-bg-secondary-inverted);
11
- --button-primary-disabled-color: var(--color-light-text-tertiary-inverted);
12
-
13
- /* secondary */
14
- --button-secondary-base-bg-color: var(--color-light-bg-secondary);
15
- --button-secondary-hover-bg-color: var(--color-light-bg-secondary);
16
- --button-secondary-active-bg-color: var(--color-light-bg-tertiary);
17
- --button-secondary-disabled-bg-color: var(--color-light-bg-secondary);
18
- --button-secondary-disabled-color: var(--color-light-text-disabled);
19
- }
@@ -1,5 +0,0 @@
1
- :root {
2
- /* theme */
3
- --button-border-radius: var(--border-radius-m);
4
- --button-active-transform: scale(0.97);
5
- }
@@ -1,11 +0,0 @@
1
- :root {
2
- /* theme */
3
- --calendar-arrow-background: url('https://alfabank.st/icons/glyph_chevron-back_m.svg');
4
- --calendar-select-icon-background: url('https://alfabank.st/icons/glyph_arrow-up-down_m.svg');
5
- --calendar-today-border-color: transparent;
6
- --calendar-range-background: var(--color-light-bg-secondary);
7
- --calendar-selector-button-outline-border-color: transparent;
8
- --calendar-month-only-header-font-family: var(--font-family-styrene);
9
- --calendar-month-only-header-font-size: 20px;
10
- --calendar-month-only-header-font-weight: 500;
11
- }
@@ -1,4 +0,0 @@
1
- :root {
2
- --calendar-input-popover-border-color: transparent;
3
- --calendar-input-popover-border-radius: var(--border-radius-s);
4
- }
@@ -1,3 +0,0 @@
1
- :root {
2
- --calendar-input-icon-color: var(--color-light-graphic-secondary);
3
- }
@@ -1,9 +0,0 @@
1
- :root {
2
- /* theme */
3
- --checkbox-checked-bg-color: var(--color-light-graphic-positive);
4
- --checkbox-checked-border-color: transparent;
5
- --checkbox-checked-hover-bg-color: var(--color-light-graphic-positive-shade-10);
6
- --checkbox-checked-hover-border-color: transparent;
7
- --checkbox-checked-active-bg-color: var(--color-light-graphic-positive-shade-30);
8
- --checkbox-checked-active-border-color: transparent;
9
- }
@@ -1,19 +0,0 @@
1
- :root {
2
- /* unchecked */
3
- --checkbox-bg-color: var(--color-light-graphic-primary-inverted);
4
- --checkbox-border-color: var(--color-light-graphic-secondary);
5
- --checkbox-hover-bg-color: var(--color-light-graphic-primary-inverted);
6
- --checkbox-hover-border-color: var(--color-light-graphic-secondary);
7
-
8
- /* active */
9
- --checkbox-active-bg-color: var(--color-light-graphic-primary-inverted);
10
- --checkbox-active-border-color: var(--color-light-border-key);
11
-
12
- /* checked */
13
- --checkbox-checked-hover-bg-color: var(--color-light-graphic-primary-shade-10);
14
- --checkbox-checked-active-bg-color: var(--color-light-graphic-primary-shade-30);
15
- --checkbox-checked-bg-color: var(--color-light-graphic-primary);
16
-
17
- /* icon */
18
- --checkbox-icon-color: var(--color-light-graphic-primary-inverted);
19
- }