@alfalab/core-components 26.12.0 → 27.0.0-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 (726) hide show
  1. package/amount/component.js +6 -15
  2. package/amount/cssm/component.js +5 -14
  3. package/amount/cssm/index.module.css +2 -14
  4. package/amount/cssm/pure/component.d.ts +0 -2
  5. package/amount/cssm/pure/component.js +0 -2
  6. package/amount/cssm/types/amount-props.d.ts +0 -8
  7. package/amount/esm/component.js +6 -15
  8. package/amount/esm/index.css +3 -15
  9. package/amount/esm/pure/component.d.ts +0 -2
  10. package/amount/esm/pure/component.js +0 -2
  11. package/amount/esm/pure/index.css +1 -1
  12. package/amount/esm/types/amount-props.d.ts +0 -8
  13. package/amount/index.css +3 -15
  14. package/amount/modern/component.js +4 -12
  15. package/amount/modern/index.css +3 -15
  16. package/amount/modern/pure/component.d.ts +0 -2
  17. package/amount/modern/pure/component.js +0 -2
  18. package/amount/modern/pure/index.css +1 -1
  19. package/amount/modern/types/amount-props.d.ts +0 -8
  20. package/amount/pure/component.d.ts +0 -2
  21. package/amount/pure/component.js +0 -2
  22. package/amount/pure/index.css +1 -1
  23. package/amount/types/amount-props.d.ts +0 -8
  24. package/bank-card/cssm/index.module.css +165 -68
  25. package/bank-card/esm/index.css +165 -68
  26. package/bank-card/index.css +165 -68
  27. package/bank-card/modern/index.css +165 -68
  28. package/bottom-sheet/{component-ac179f0f.d.ts → component-cb2f5174.d.ts} +0 -0
  29. package/bottom-sheet/{component-ac179f0f.js → component-cb2f5174.js} +1 -1
  30. package/bottom-sheet/component.js +2 -2
  31. package/bottom-sheet/components/backer/Component.js +1 -1
  32. package/bottom-sheet/components/closer/Component.js +1 -1
  33. package/bottom-sheet/components/header/Component.js +2 -2
  34. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  35. package/bottom-sheet/cssm/index.module.css +2 -2
  36. package/bottom-sheet/esm/{component-4876d7a4.d.ts → component-2929b201.d.ts} +0 -0
  37. package/bottom-sheet/esm/{component-4876d7a4.js → component-2929b201.js} +1 -1
  38. package/bottom-sheet/esm/component.js +2 -2
  39. package/bottom-sheet/esm/components/backer/Component.js +1 -1
  40. package/bottom-sheet/esm/components/closer/Component.js +1 -1
  41. package/bottom-sheet/esm/components/header/Component.js +2 -2
  42. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  43. package/bottom-sheet/esm/index.css +2 -2
  44. package/bottom-sheet/esm/index.d.ts +1 -1
  45. package/bottom-sheet/esm/index.js +2 -2
  46. package/bottom-sheet/esm/{tslib.es6-97fcee33.d.ts → tslib.es6-58b5de0a.d.ts} +0 -0
  47. package/bottom-sheet/esm/{tslib.es6-97fcee33.js → tslib.es6-58b5de0a.js} +0 -0
  48. package/bottom-sheet/index.css +2 -2
  49. package/bottom-sheet/index.d.ts +1 -1
  50. package/bottom-sheet/index.js +2 -2
  51. package/bottom-sheet/modern/{component-cb0940a7.d.ts → component-bbe76b59.d.ts} +0 -0
  52. package/bottom-sheet/modern/{component-cb0940a7.js → component-bbe76b59.js} +0 -0
  53. package/bottom-sheet/modern/component.js +1 -1
  54. package/bottom-sheet/modern/components/header/Component.js +1 -1
  55. package/bottom-sheet/modern/index.css +2 -2
  56. package/bottom-sheet/modern/index.d.ts +1 -1
  57. package/bottom-sheet/modern/index.js +1 -1
  58. package/bottom-sheet/{tslib.es6-6270a94a.d.ts → tslib.es6-78658827.d.ts} +0 -0
  59. package/bottom-sheet/{tslib.es6-6270a94a.js → tslib.es6-78658827.js} +0 -0
  60. package/button/cssm/default.module.css +30 -26
  61. package/button/cssm/inverted.module.css +45 -29
  62. package/button/default.css +30 -26
  63. package/button/esm/default.css +30 -26
  64. package/button/esm/inverted.css +45 -29
  65. package/button/inverted.css +45 -29
  66. package/button/modern/default.css +30 -26
  67. package/button/modern/inverted.css +45 -29
  68. package/calendar/Component.js +1 -1
  69. package/calendar/components/days-table/Component.js +1 -1
  70. package/calendar/components/days-table/index.css +2 -2
  71. package/calendar/components/days-table/index.js +1 -1
  72. package/calendar/components/month-year-header/Component.js +1 -1
  73. package/calendar/components/month-year-header/index.js +1 -1
  74. package/calendar/components/months-table/Component.js +1 -1
  75. package/calendar/components/months-table/index.js +1 -1
  76. package/calendar/components/select-button/Component.js +1 -1
  77. package/calendar/components/select-button/index.js +1 -1
  78. package/calendar/components/years-table/Component.js +1 -1
  79. package/calendar/components/years-table/index.js +1 -1
  80. package/calendar/cssm/components/days-table/index.module.css +2 -2
  81. package/calendar/cssm/components/select-button/Component.d.ts +1 -1
  82. package/calendar/esm/Component.js +1 -1
  83. package/calendar/esm/components/days-table/Component.js +1 -1
  84. package/calendar/esm/components/days-table/index.css +2 -2
  85. package/calendar/esm/components/days-table/index.js +1 -1
  86. package/calendar/esm/components/month-year-header/Component.js +1 -1
  87. package/calendar/esm/components/month-year-header/index.js +1 -1
  88. package/calendar/esm/components/months-table/Component.js +1 -1
  89. package/calendar/esm/components/months-table/index.js +1 -1
  90. package/calendar/esm/components/select-button/Component.d.ts +1 -1
  91. package/calendar/esm/components/select-button/Component.js +1 -1
  92. package/calendar/esm/components/select-button/index.js +1 -1
  93. package/calendar/esm/components/years-table/Component.js +1 -1
  94. package/calendar/esm/components/years-table/index.js +1 -1
  95. package/calendar/esm/index.js +1 -1
  96. package/calendar/esm/{tslib.es6-dcaa720f.d.ts → tslib.es6-cc88169d.d.ts} +0 -0
  97. package/calendar/esm/{tslib.es6-dcaa720f.js → tslib.es6-cc88169d.js} +0 -0
  98. package/calendar/index.js +1 -1
  99. package/calendar/modern/components/days-table/index.css +2 -2
  100. package/calendar/{tslib.es6-143012f2.d.ts → tslib.es6-9016aae0.d.ts} +0 -0
  101. package/calendar/{tslib.es6-143012f2.js → tslib.es6-9016aae0.js} +0 -0
  102. package/calendar-range/Component.js +1 -1
  103. package/calendar-range/esm/Component.js +1 -1
  104. package/calendar-range/esm/index.js +1 -1
  105. package/calendar-range/esm/{index.module-e24e5cda.d.ts → index.module-180edf9f.d.ts} +0 -0
  106. package/calendar-range/esm/{index.module-e24e5cda.js → index.module-180edf9f.js} +0 -0
  107. package/calendar-range/esm/views/popover.js +1 -1
  108. package/calendar-range/esm/views/static.js +1 -1
  109. package/calendar-range/index.js +1 -1
  110. package/calendar-range/{index.module-f524d00d.d.ts → index.module-56ec1ab3.d.ts} +0 -0
  111. package/calendar-range/{index.module-f524d00d.js → index.module-56ec1ab3.js} +0 -0
  112. package/calendar-range/modern/Component.js +1 -1
  113. package/calendar-range/modern/index.js +1 -1
  114. package/calendar-range/modern/{index.module-e9ae4588.js → index.module-db728217.js} +0 -0
  115. package/calendar-range/modern/views/popover.js +1 -1
  116. package/calendar-range/modern/views/static.js +1 -1
  117. package/calendar-range/views/popover.js +1 -1
  118. package/calendar-range/views/static.js +1 -1
  119. package/chart/Component.js +1 -1
  120. package/chart/esm/Component.js +1 -1
  121. package/chart/esm/hooks/useSettings/index.js +1 -1
  122. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  123. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  124. package/chart/esm/index.js +1 -1
  125. package/chart/esm/{tslib.es6-ecd58c05.d.ts → tslib.es6-91da9559.d.ts} +0 -0
  126. package/chart/esm/{tslib.es6-ecd58c05.js → tslib.es6-91da9559.js} +0 -0
  127. package/chart/hooks/useSettings/index.js +1 -1
  128. package/chart/hooks/useSettings/utils/setDatas.d.ts +2 -1
  129. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  130. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  131. package/chart/index.js +1 -1
  132. package/chart/modern/hooks/useSettings/utils/setDatas.d.ts +2 -1
  133. package/chart/{tslib.es6-30c58b24.d.ts → tslib.es6-ff6bc76d.d.ts} +0 -0
  134. package/chart/{tslib.es6-30c58b24.js → tslib.es6-ff6bc76d.js} +0 -0
  135. package/checkbox/cssm/index.module.css +6 -6
  136. package/checkbox/esm/index.css +6 -6
  137. package/checkbox/index.css +6 -6
  138. package/checkbox/modern/index.css +6 -6
  139. package/confirmation/component.js +1 -1
  140. package/confirmation/components/index.js +1 -1
  141. package/confirmation/components/screens/index.js +1 -1
  142. package/confirmation/components/screens/initial/component.js +1 -1
  143. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  144. package/confirmation/components/screens/initial/index.js +1 -1
  145. package/confirmation/{countdown-section-aeaa4fb5.d.ts → countdown-section-f9e59127.d.ts} +0 -0
  146. package/confirmation/{countdown-section-aeaa4fb5.js → countdown-section-f9e59127.js} +0 -0
  147. package/confirmation/esm/component.js +1 -1
  148. package/confirmation/esm/components/index.js +1 -1
  149. package/confirmation/esm/components/screens/index.js +1 -1
  150. package/confirmation/esm/components/screens/initial/component.js +1 -1
  151. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  152. package/confirmation/esm/components/screens/initial/index.js +1 -1
  153. package/confirmation/esm/{countdown-section-fc478e90.d.ts → countdown-section-0252e8b9.d.ts} +0 -0
  154. package/confirmation/esm/{countdown-section-fc478e90.js → countdown-section-0252e8b9.js} +0 -0
  155. package/confirmation/esm/index.js +1 -1
  156. package/confirmation/index.js +1 -1
  157. package/confirmation/modern/component.js +1 -1
  158. package/confirmation/modern/components/index.js +1 -1
  159. package/confirmation/modern/components/screens/index.js +1 -1
  160. package/confirmation/modern/components/screens/initial/component.js +1 -1
  161. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  162. package/confirmation/modern/components/screens/initial/index.js +1 -1
  163. package/confirmation/modern/{countdown-section-63b2a9a6.d.ts → countdown-section-7f6bab79.d.ts} +0 -0
  164. package/confirmation/modern/{countdown-section-63b2a9a6.js → countdown-section-7f6bab79.js} +0 -0
  165. package/confirmation/modern/index.js +1 -1
  166. package/date-input/cssm/Component.d.ts +1 -1
  167. package/dropzone/cssm/index.module.css +2 -2
  168. package/dropzone/esm/index.css +2 -2
  169. package/dropzone/index.css +2 -2
  170. package/dropzone/modern/index.css +2 -2
  171. package/form-control/cssm/default.module.css +3 -3
  172. package/form-control/default.css +3 -3
  173. package/form-control/esm/default.css +3 -3
  174. package/form-control/modern/default.css +3 -3
  175. package/gallery/Component.js +2 -2
  176. package/gallery/components/header/Component.js +1 -1
  177. package/gallery/components/header/buttons.js +1 -1
  178. package/gallery/components/header/index.js +1 -1
  179. package/gallery/components/image-viewer/component.js +2 -2
  180. package/gallery/components/image-viewer/index.js +2 -2
  181. package/gallery/components/image-viewer/slide.js +1 -1
  182. package/gallery/components/index.js +2 -2
  183. package/gallery/esm/Component.js +2 -2
  184. package/gallery/esm/components/header/Component.js +1 -1
  185. package/gallery/esm/components/header/buttons.js +1 -1
  186. package/gallery/esm/components/header/index.js +1 -1
  187. package/gallery/esm/components/image-viewer/component.js +2 -2
  188. package/gallery/esm/components/image-viewer/index.js +2 -2
  189. package/gallery/esm/components/image-viewer/slide.js +1 -1
  190. package/gallery/esm/components/index.js +2 -2
  191. package/gallery/esm/index.js +2 -2
  192. package/gallery/esm/{slide-7fb5d007.d.ts → slide-71941cc8.d.ts} +0 -0
  193. package/gallery/esm/{slide-7fb5d007.js → slide-71941cc8.js} +0 -0
  194. package/gallery/esm/{tslib.es6-6d3e6f47.d.ts → tslib.es6-875422e0.d.ts} +0 -0
  195. package/gallery/esm/{tslib.es6-6d3e6f47.js → tslib.es6-875422e0.js} +0 -0
  196. package/gallery/index.js +2 -2
  197. package/gallery/modern/Component.js +1 -1
  198. package/gallery/modern/components/image-viewer/component.js +1 -1
  199. package/gallery/modern/components/image-viewer/index.js +1 -1
  200. package/gallery/modern/components/image-viewer/slide.js +1 -1
  201. package/gallery/modern/components/index.js +1 -1
  202. package/gallery/modern/index.js +1 -1
  203. package/gallery/modern/{slide-a3275080.d.ts → slide-1df71b26.d.ts} +0 -0
  204. package/gallery/modern/{slide-a3275080.js → slide-1df71b26.js} +0 -0
  205. package/gallery/{slide-e3b1256b.d.ts → slide-378f8a6a.d.ts} +0 -0
  206. package/gallery/{slide-e3b1256b.js → slide-378f8a6a.js} +0 -0
  207. package/gallery/{tslib.es6-2a2f3603.d.ts → tslib.es6-682e8e27.d.ts} +0 -0
  208. package/gallery/{tslib.es6-2a2f3603.js → tslib.es6-682e8e27.js} +0 -0
  209. package/grid/Component.js +1 -1
  210. package/grid/col/Component.js +1 -1
  211. package/grid/col/index.js +1 -1
  212. package/grid/esm/Component.js +1 -1
  213. package/grid/esm/col/Component.js +1 -1
  214. package/grid/esm/col/index.js +1 -1
  215. package/grid/esm/{gutters.module-4c13feb8.d.ts → gutters.module-e926dd15.d.ts} +0 -0
  216. package/grid/esm/{gutters.module-4c13feb8.js → gutters.module-e926dd15.js} +0 -0
  217. package/grid/esm/index.js +1 -1
  218. package/grid/esm/row/Component.js +1 -1
  219. package/grid/esm/row/index.js +1 -1
  220. package/grid/{gutters.module-9717f2e9.d.ts → gutters.module-527484e4.d.ts} +0 -0
  221. package/grid/{gutters.module-9717f2e9.js → gutters.module-527484e4.js} +0 -0
  222. package/grid/index.js +1 -1
  223. package/grid/modern/Component.js +1 -1
  224. package/grid/modern/col/Component.js +1 -1
  225. package/grid/modern/col/index.js +1 -1
  226. package/grid/modern/{gutters.module-32bff58c.js → gutters.module-546d9e29.js} +0 -0
  227. package/grid/modern/index.js +1 -1
  228. package/grid/modern/row/Component.js +1 -1
  229. package/grid/modern/row/index.js +1 -1
  230. package/grid/row/Component.js +1 -1
  231. package/grid/row/index.js +1 -1
  232. package/icon-button/Component.d.ts +2 -2
  233. package/icon-button/Component.js +3 -3
  234. package/icon-button/cssm/Component.d.ts +2 -2
  235. package/icon-button/cssm/Component.js +1 -1
  236. package/icon-button/cssm/default.module.css +36 -7
  237. package/icon-button/cssm/inverted.module.css +44 -10
  238. package/icon-button/default.css +36 -7
  239. package/icon-button/esm/Component.d.ts +2 -2
  240. package/icon-button/esm/Component.js +3 -3
  241. package/icon-button/esm/default.css +36 -7
  242. package/icon-button/esm/inverted.css +44 -10
  243. package/icon-button/inverted.css +44 -10
  244. package/icon-button/modern/Component.d.ts +2 -2
  245. package/icon-button/modern/Component.js +3 -3
  246. package/icon-button/modern/default.css +36 -7
  247. package/icon-button/modern/inverted.css +44 -10
  248. package/icon-view/circle.js +1 -1
  249. package/icon-view/components/circle/component.js +1 -1
  250. package/icon-view/components/circle/index.js +1 -1
  251. package/icon-view/components/index.js +1 -1
  252. package/icon-view/components/super-ellipse/component.js +1 -1
  253. package/icon-view/components/super-ellipse/index.js +1 -1
  254. package/icon-view/esm/circle.js +1 -1
  255. package/icon-view/esm/components/circle/component.js +1 -1
  256. package/icon-view/esm/components/circle/index.js +1 -1
  257. package/icon-view/esm/components/index.js +1 -1
  258. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  259. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  260. package/icon-view/esm/super-ellipse.js +1 -1
  261. package/icon-view/esm/{tslib.es6-62ec6b5d.d.ts → tslib.es6-5a02ea80.d.ts} +0 -0
  262. package/icon-view/esm/{tslib.es6-62ec6b5d.js → tslib.es6-5a02ea80.js} +0 -0
  263. package/icon-view/super-ellipse.js +1 -1
  264. package/icon-view/{tslib.es6-713fbafd.d.ts → tslib.es6-ef431aff.d.ts} +0 -0
  265. package/icon-view/{tslib.es6-713fbafd.js → tslib.es6-ef431aff.js} +0 -0
  266. package/intl-phone-input/{component-6aa7c1d6.d.ts → component-b32c87f0.d.ts} +0 -0
  267. package/intl-phone-input/{component-6aa7c1d6.js → component-b32c87f0.js} +0 -0
  268. package/intl-phone-input/component.js +2 -2
  269. package/intl-phone-input/components/index.js +1 -1
  270. package/intl-phone-input/components/select/component.js +1 -1
  271. package/intl-phone-input/components/select/index.js +1 -1
  272. package/intl-phone-input/components/select-field/component.js +1 -1
  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-c6c7a649.d.ts → component-e8e7f02a.d.ts} +0 -0
  276. package/intl-phone-input/esm/{component-c6c7a649.js → component-e8e7f02a.js} +0 -0
  277. package/intl-phone-input/esm/component.js +2 -2
  278. package/intl-phone-input/esm/components/index.js +1 -1
  279. package/intl-phone-input/esm/components/select/component.js +1 -1
  280. package/intl-phone-input/esm/components/select/index.js +1 -1
  281. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  282. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  283. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  284. package/intl-phone-input/esm/index.js +1 -1
  285. package/intl-phone-input/esm/{libphonenumber-js.min-71baaecc.d.ts → libphonenumber-js.min-79cae751.d.ts} +0 -0
  286. package/intl-phone-input/esm/{libphonenumber-js.min-71baaecc.js → libphonenumber-js.min-79cae751.js} +0 -0
  287. package/intl-phone-input/index.js +1 -1
  288. package/intl-phone-input/{libphonenumber-js.min-c39889b0.d.ts → libphonenumber-js.min-9745165b.d.ts} +0 -0
  289. package/intl-phone-input/{libphonenumber-js.min-c39889b0.js → libphonenumber-js.min-9745165b.js} +0 -0
  290. package/intl-phone-input/modern/component.js +1 -1
  291. package/intl-phone-input/modern/{libphonenumber-js.min-71baaecc.d.ts → libphonenumber-js.min-79cae751.d.ts} +0 -0
  292. package/intl-phone-input/modern/{libphonenumber-js.min-71baaecc.js → libphonenumber-js.min-79cae751.js} +0 -0
  293. package/modal/Component.desktop.js +2 -2
  294. package/modal/Component.mobile.js +2 -2
  295. package/modal/Component.responsive.js +2 -2
  296. package/modal/components/closer/Component.js +1 -1
  297. package/modal/components/content/Component.desktop.js +1 -1
  298. package/modal/components/content/Component.mobile.js +1 -1
  299. package/modal/components/footer/Component.desktop.js +1 -1
  300. package/modal/components/footer/Component.mobile.js +1 -1
  301. package/modal/components/header/Component.desktop.js +1 -1
  302. package/modal/components/header/Component.mobile.js +1 -1
  303. package/modal/desktop.js +2 -2
  304. package/modal/esm/Component.desktop.js +2 -2
  305. package/modal/esm/Component.mobile.js +2 -2
  306. package/modal/esm/Component.responsive.js +2 -2
  307. package/modal/esm/components/closer/Component.js +1 -1
  308. package/modal/esm/components/content/Component.desktop.js +1 -1
  309. package/modal/esm/components/content/Component.mobile.js +1 -1
  310. package/modal/esm/components/footer/Component.desktop.js +1 -1
  311. package/modal/esm/components/footer/Component.mobile.js +1 -1
  312. package/modal/esm/components/header/Component.desktop.js +1 -1
  313. package/modal/esm/components/header/Component.mobile.js +1 -1
  314. package/modal/esm/desktop.js +2 -2
  315. package/modal/esm/index.js +2 -2
  316. package/modal/esm/mobile.js +2 -2
  317. package/modal/esm/responsive.js +2 -2
  318. package/modal/esm/{transitions.module-045f0acc.js → transitions.module-68527aae.js} +0 -0
  319. package/modal/esm/{tslib.es6-926adafc.d.ts → tslib.es6-3852fc63.d.ts} +0 -0
  320. package/modal/esm/{tslib.es6-926adafc.js → tslib.es6-3852fc63.js} +0 -0
  321. package/modal/index.js +2 -2
  322. package/modal/mobile.js +2 -2
  323. package/modal/modern/Component.desktop.js +1 -1
  324. package/modal/modern/Component.mobile.js +1 -1
  325. package/modal/modern/Component.responsive.d.ts +1 -1
  326. package/modal/modern/Component.responsive.js +1 -1
  327. package/modal/modern/desktop.js +1 -1
  328. package/modal/modern/index.js +1 -1
  329. package/modal/modern/mobile.js +1 -1
  330. package/modal/modern/responsive.js +1 -1
  331. package/modal/modern/{transitions.module-045f0acc.js → transitions.module-68527aae.js} +0 -0
  332. package/modal/responsive.js +2 -2
  333. package/modal/{transitions.module-78f5235e.js → transitions.module-6ad80b82.js} +0 -0
  334. package/modal/{tslib.es6-33906f7c.d.ts → tslib.es6-b75c94d3.d.ts} +0 -0
  335. package/modal/{tslib.es6-33906f7c.js → tslib.es6-b75c94d3.js} +0 -0
  336. package/package.json +1 -1
  337. package/pagination/components/tag/index.css +2 -2
  338. package/pagination/cssm/components/tag/index.module.css +2 -2
  339. package/pagination/esm/components/tag/index.css +2 -2
  340. package/pagination/modern/components/tag/index.css +2 -2
  341. package/phone-input/esm/utils/index.js +7 -5
  342. package/phone-input/utils/index.js +5 -7
  343. package/picker-button/Component.js +1 -1
  344. package/picker-button/esm/Component.js +1 -1
  345. package/picker-button/esm/field/Component.js +1 -1
  346. package/picker-button/esm/field/index.js +1 -1
  347. package/picker-button/esm/index.js +1 -1
  348. package/picker-button/esm/option/Component.js +1 -1
  349. package/picker-button/esm/option/index.js +1 -1
  350. package/picker-button/esm/{tslib.es6-fe077bfd.d.ts → tslib.es6-88641d51.d.ts} +0 -0
  351. package/picker-button/esm/{tslib.es6-fe077bfd.js → tslib.es6-88641d51.js} +0 -0
  352. package/picker-button/field/Component.js +1 -1
  353. package/picker-button/field/index.js +1 -1
  354. package/picker-button/index.js +1 -1
  355. package/picker-button/option/Component.js +1 -1
  356. package/picker-button/option/index.js +1 -1
  357. package/picker-button/{tslib.es6-c60862eb.d.ts → tslib.es6-057c91a6.d.ts} +0 -0
  358. package/picker-button/{tslib.es6-c60862eb.js → tslib.es6-057c91a6.js} +0 -0
  359. package/radio/cssm/index.module.css +9 -9
  360. package/radio/esm/index.css +9 -9
  361. package/radio/index.css +9 -9
  362. package/radio/modern/index.css +9 -9
  363. package/select/{Component-59ee901e.d.ts → Component-25f36dc0.d.ts} +0 -0
  364. package/select/{Component-59ee901e.js → Component-25f36dc0.js} +1 -1
  365. package/select/{Component-cbbcfb97.d.ts → Component-da55892c.d.ts} +0 -0
  366. package/select/{Component-cbbcfb97.js → Component-da55892c.js} +3 -3
  367. package/select/Component.js +2 -2
  368. package/select/components/base-select/Component.js +2 -2
  369. package/select/components/base-select/index.d.ts +1 -1
  370. package/select/components/base-select/index.js +2 -2
  371. package/select/components/field/Component.js +1 -1
  372. package/select/components/field/index.js +1 -1
  373. package/select/components/index.js +4 -4
  374. package/select/components/native-select/Component.js +1 -1
  375. package/select/components/native-select/index.js +1 -1
  376. package/select/components/option/Component.js +1 -1
  377. package/select/components/option/index.js +1 -1
  378. package/select/components/options-list/Component.js +1 -1
  379. package/select/components/options-list/index.js +1 -1
  380. package/select/components/select-mobile/Component.js +4 -4
  381. package/select/components/select-mobile/index.d.ts +1 -1
  382. package/select/components/select-mobile/index.js +4 -4
  383. package/select/components/select-mobile/options-list/Component.js +1 -1
  384. package/select/components/select-mobile/options-list/index.js +1 -1
  385. package/select/components/virtual-options-list/Component.js +1 -1
  386. package/select/components/virtual-options-list/index.js +1 -1
  387. package/select/esm/{Component-67ca3113.d.ts → Component-2ae8e5a1.d.ts} +0 -0
  388. package/select/esm/{Component-67ca3113.js → Component-2ae8e5a1.js} +2 -2
  389. package/select/esm/{Component-10659b80.d.ts → Component-a591cb6f.d.ts} +0 -0
  390. package/select/esm/{Component-10659b80.js → Component-a591cb6f.js} +9 -9
  391. package/select/esm/Component.js +8 -8
  392. package/select/esm/components/base-select/Component.js +3 -3
  393. package/select/esm/components/base-select/index.d.ts +1 -1
  394. package/select/esm/components/base-select/index.js +3 -3
  395. package/select/esm/components/field/Component.js +2 -2
  396. package/select/esm/components/field/index.js +2 -2
  397. package/select/esm/components/index.js +10 -10
  398. package/select/esm/components/native-select/Component.js +1 -1
  399. package/select/esm/components/native-select/index.js +1 -1
  400. package/select/esm/components/option/Component.js +1 -1
  401. package/select/esm/components/option/index.js +1 -1
  402. package/select/esm/components/options-list/Component.js +1 -1
  403. package/select/esm/components/options-list/index.js +1 -1
  404. package/select/esm/components/select-mobile/Component.js +10 -10
  405. package/select/esm/components/select-mobile/index.d.ts +1 -1
  406. package/select/esm/components/select-mobile/index.js +10 -10
  407. package/select/esm/components/select-mobile/options-list/Component.js +1 -1
  408. package/select/esm/components/select-mobile/options-list/index.js +1 -1
  409. package/select/esm/components/virtual-options-list/Component.js +1 -1
  410. package/select/esm/components/virtual-options-list/index.js +1 -1
  411. package/select/esm/index.js +10 -10
  412. package/select/esm/{intersection-observer-c97fa82b.d.ts → intersection-observer-38d83a42.d.ts} +0 -0
  413. package/select/esm/{intersection-observer-c97fa82b.js → intersection-observer-38d83a42.js} +0 -0
  414. package/select/esm/presets/index.js +10 -10
  415. package/select/esm/presets/useLazyLoading/hook.js +2 -2
  416. package/select/esm/presets/useSelectWithApply/hook.js +10 -10
  417. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +10 -10
  418. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  419. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +10 -10
  420. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  421. package/select/esm/{tslib.es6-dfe5e05c.d.ts → tslib.es6-d934a155.d.ts} +0 -0
  422. package/select/esm/{tslib.es6-dfe5e05c.js → tslib.es6-d934a155.js} +0 -0
  423. package/select/index.js +4 -4
  424. package/select/{intersection-observer-91bd8519.d.ts → intersection-observer-e16c7d61.d.ts} +0 -0
  425. package/select/{intersection-observer-91bd8519.js → intersection-observer-e16c7d61.js} +0 -0
  426. package/select/modern/{Component-8aa58d39.d.ts → Component-41045f11.d.ts} +0 -0
  427. package/select/modern/{Component-8aa58d39.js → Component-41045f11.js} +1 -1
  428. package/select/modern/{Component-251596cb.d.ts → Component-80e0d0f3.d.ts} +0 -0
  429. package/select/modern/{Component-251596cb.js → Component-80e0d0f3.js} +8 -8
  430. package/select/modern/Component.js +7 -7
  431. package/select/modern/components/base-select/Component.js +2 -2
  432. package/select/modern/components/base-select/index.d.ts +1 -1
  433. package/select/modern/components/base-select/index.js +2 -2
  434. package/select/modern/components/field/Component.js +1 -1
  435. package/select/modern/components/field/index.js +1 -1
  436. package/select/modern/components/index.js +9 -9
  437. package/select/modern/components/select-mobile/Component.js +9 -9
  438. package/select/modern/components/select-mobile/index.d.ts +1 -1
  439. package/select/modern/components/select-mobile/index.js +9 -9
  440. package/select/modern/index.js +9 -9
  441. package/select/modern/{intersection-observer-c97fa82b.d.ts → intersection-observer-38d83a42.d.ts} +0 -0
  442. package/select/modern/{intersection-observer-c97fa82b.js → intersection-observer-38d83a42.js} +0 -0
  443. package/select/modern/presets/index.js +9 -9
  444. package/select/modern/presets/useLazyLoading/hook.js +1 -1
  445. package/select/modern/presets/useSelectWithApply/hook.js +9 -9
  446. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +9 -9
  447. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  448. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +9 -9
  449. package/select/presets/index.js +4 -4
  450. package/select/presets/useLazyLoading/hook.js +2 -2
  451. package/select/presets/useSelectWithApply/hook.js +4 -4
  452. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  453. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  454. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  455. package/select/presets/useSelectWithLoading/hook.js +1 -1
  456. package/select/{tslib.es6-df76916a.d.ts → tslib.es6-2dc46ea8.d.ts} +0 -0
  457. package/select/{tslib.es6-df76916a.js → tslib.es6-2dc46ea8.js} +0 -0
  458. package/select-with-tags/component.js +1 -1
  459. package/select-with-tags/components/index.js +1 -1
  460. package/select-with-tags/components/tag/component.js +1 -1
  461. package/select-with-tags/components/tag/index.js +1 -1
  462. package/select-with-tags/components/tag-list/component.js +1 -1
  463. package/select-with-tags/components/tag-list/index.js +1 -1
  464. package/select-with-tags/esm/component.js +1 -1
  465. package/select-with-tags/esm/components/index.js +1 -1
  466. package/select-with-tags/esm/components/tag/component.js +1 -1
  467. package/select-with-tags/esm/components/tag/index.js +1 -1
  468. package/select-with-tags/esm/components/tag-list/component.js +1 -1
  469. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  470. package/select-with-tags/esm/index.js +1 -1
  471. package/select-with-tags/esm/{tslib.es6-341f67df.d.ts → tslib.es6-cb3df343.d.ts} +0 -0
  472. package/select-with-tags/esm/{tslib.es6-341f67df.js → tslib.es6-cb3df343.js} +0 -0
  473. package/select-with-tags/esm/utils/index.js +1 -1
  474. package/select-with-tags/esm/utils/match.js +1 -1
  475. package/select-with-tags/index.js +1 -1
  476. package/select-with-tags/{tslib.es6-7b812af1.d.ts → tslib.es6-dd85aeee.d.ts} +0 -0
  477. package/select-with-tags/{tslib.es6-7b812af1.js → tslib.es6-dd85aeee.js} +0 -0
  478. package/select-with-tags/utils/index.js +1 -1
  479. package/select-with-tags/utils/match.js +1 -1
  480. package/space/Component.js +1 -1
  481. package/space/{Item-bdd7ff58.d.ts → Item-b1811bd4.d.ts} +0 -0
  482. package/space/{Item-bdd7ff58.js → Item-b1811bd4.js} +0 -0
  483. package/space/Item.js +1 -1
  484. package/space/esm/Component.js +1 -1
  485. package/space/esm/{Item-78c94425.d.ts → Item-dfbfa290.d.ts} +0 -0
  486. package/space/esm/{Item-78c94425.js → Item-dfbfa290.js} +0 -0
  487. package/space/esm/Item.js +1 -1
  488. package/space/esm/index.js +1 -1
  489. package/space/index.js +1 -1
  490. package/switch/cssm/index.module.css +5 -5
  491. package/switch/esm/index.css +5 -5
  492. package/switch/index.css +5 -5
  493. package/switch/modern/index.css +5 -5
  494. package/table/component.js +1 -1
  495. package/table/components/index.js +1 -1
  496. package/table/components/pagination/Component.js +1 -1
  497. package/table/components/pagination/index.js +1 -1
  498. package/table/components/pagination/select-field/index.js +1 -1
  499. package/table/components/table/Component.js +1 -1
  500. package/table/components/table/index.js +1 -1
  501. package/table/components/table/utils.js +1 -1
  502. package/table/components/tbody/Component.js +1 -1
  503. package/table/components/tbody/index.js +1 -1
  504. package/table/components/tcell/Component.js +1 -1
  505. package/table/components/tcell/index.js +1 -1
  506. package/table/components/texpandable-row/Component.js +1 -1
  507. package/table/components/texpandable-row/index.js +1 -1
  508. package/table/components/thead/Component.js +1 -1
  509. package/table/components/thead/index.css +2 -2
  510. package/table/components/thead/index.js +1 -1
  511. package/table/components/thead-cell/Component.js +1 -1
  512. package/table/components/thead-cell/index.js +1 -1
  513. package/table/components/trow/Component.js +1 -1
  514. package/table/components/trow/index.js +1 -1
  515. package/table/components/tsortable-head-cell/Component.js +1 -1
  516. package/table/components/tsortable-head-cell/index.js +1 -1
  517. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  518. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  519. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  520. package/table/cssm/components/thead/index.module.css +2 -2
  521. package/table/esm/component.js +1 -1
  522. package/table/esm/components/index.js +1 -1
  523. package/table/esm/components/pagination/Component.js +1 -1
  524. package/table/esm/components/pagination/index.js +1 -1
  525. package/table/esm/components/pagination/select-field/index.js +1 -1
  526. package/table/esm/components/table/Component.js +1 -1
  527. package/table/esm/components/table/index.js +1 -1
  528. package/table/esm/components/table/utils.js +1 -1
  529. package/table/esm/components/tbody/Component.js +1 -1
  530. package/table/esm/components/tbody/index.js +1 -1
  531. package/table/esm/components/tcell/Component.js +1 -1
  532. package/table/esm/components/tcell/index.js +1 -1
  533. package/table/esm/components/texpandable-row/Component.js +1 -1
  534. package/table/esm/components/texpandable-row/index.js +1 -1
  535. package/table/esm/components/thead/Component.js +1 -1
  536. package/table/esm/components/thead/index.css +2 -2
  537. package/table/esm/components/thead/index.js +1 -1
  538. package/table/esm/components/thead-cell/Component.js +1 -1
  539. package/table/esm/components/thead-cell/index.js +1 -1
  540. package/table/esm/components/trow/Component.js +1 -1
  541. package/table/esm/components/trow/index.js +1 -1
  542. package/table/esm/components/tsortable-head-cell/Component.js +1 -1
  543. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  544. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  545. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  546. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  547. package/table/esm/index.js +1 -1
  548. package/table/esm/{tslib.es6-adc3606f.d.ts → tslib.es6-ed06fa90.d.ts} +0 -0
  549. package/table/esm/{tslib.es6-adc3606f.js → tslib.es6-ed06fa90.js} +0 -0
  550. package/table/index.js +1 -1
  551. package/table/modern/components/thead/index.css +2 -2
  552. package/table/{tslib.es6-b12352ea.d.ts → tslib.es6-4c011f96.d.ts} +0 -0
  553. package/table/{tslib.es6-b12352ea.js → tslib.es6-4c011f96.js} +0 -0
  554. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  555. package/tabs/components/primary-tablist/Component.js +1 -1
  556. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  557. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  558. package/tabs/components/primary-tablist/index.css +1 -1
  559. package/tabs/components/primary-tablist/mobile.css +166 -69
  560. package/tabs/components/scrollable-container/index.css +1 -1
  561. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  562. package/tabs/components/secondary-tablist/Component.js +1 -1
  563. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  564. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  565. package/tabs/components/secondary-tablist/index.css +1 -1
  566. package/tabs/components/secondary-tablist/mobile.css +166 -69
  567. package/tabs/components/tab/index.css +1 -1
  568. package/tabs/components/tabs/Component.desktop.js +3 -3
  569. package/tabs/components/tabs/Component.mobile.js +3 -3
  570. package/tabs/components/tabs/Component.responsive.js +3 -3
  571. package/tabs/desktop.js +3 -3
  572. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  573. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  574. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  575. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  576. package/tabs/esm/components/primary-tablist/index.css +1 -1
  577. package/tabs/esm/components/primary-tablist/mobile.css +166 -69
  578. package/tabs/esm/components/scrollable-container/index.css +1 -1
  579. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  580. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  581. package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
  582. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  583. package/tabs/esm/components/secondary-tablist/index.css +1 -1
  584. package/tabs/esm/components/secondary-tablist/mobile.css +166 -69
  585. package/tabs/esm/components/tab/index.css +1 -1
  586. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  587. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  588. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  589. package/tabs/esm/desktop.js +3 -3
  590. package/tabs/esm/index.js +3 -3
  591. package/tabs/esm/{index.module-4f872dce.js → index.module-6044d167.js} +0 -0
  592. package/tabs/esm/{index.module-cb2d5475.js → index.module-d99125d1.js} +0 -0
  593. package/tabs/esm/mobile.js +3 -3
  594. package/tabs/esm/responsive.js +3 -3
  595. package/tabs/esm/{tslib.es6-99e48a82.d.ts → tslib.es6-d6de3657.d.ts} +0 -0
  596. package/tabs/esm/{tslib.es6-99e48a82.js → tslib.es6-d6de3657.js} +0 -0
  597. package/tabs/index.js +3 -3
  598. package/tabs/{index.module-676d379f.js → index.module-56e38fc6.js} +0 -0
  599. package/tabs/{index.module-46c31e55.js → index.module-752bf0c5.js} +0 -0
  600. package/tabs/mobile.js +3 -3
  601. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  602. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  603. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  604. package/tabs/modern/components/primary-tablist/index.css +1 -1
  605. package/tabs/modern/components/primary-tablist/mobile.css +166 -69
  606. package/tabs/modern/components/scrollable-container/index.css +1 -1
  607. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  608. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  609. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  610. package/tabs/modern/components/secondary-tablist/index.css +1 -1
  611. package/tabs/modern/components/secondary-tablist/mobile.css +166 -69
  612. package/tabs/modern/components/tab/index.css +1 -1
  613. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  614. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  615. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  616. package/tabs/modern/desktop.js +2 -2
  617. package/tabs/modern/index.js +2 -2
  618. package/tabs/modern/{index.module-4f872dce.js → index.module-6044d167.js} +0 -0
  619. package/tabs/modern/{index.module-cb2d5475.js → index.module-d99125d1.js} +0 -0
  620. package/tabs/modern/mobile.js +2 -2
  621. package/tabs/modern/responsive.js +2 -2
  622. package/tabs/responsive.js +3 -3
  623. package/tabs/{tslib.es6-28db86de.d.ts → tslib.es6-47ab097a.d.ts} +0 -0
  624. package/tabs/{tslib.es6-28db86de.js → tslib.es6-47ab097a.js} +0 -0
  625. package/tag/cssm/inverted.module.css +0 -1
  626. package/tag/esm/inverted.css +0 -1
  627. package/tag/inverted.css +0 -1
  628. package/tag/modern/inverted.css +0 -1
  629. package/themes/button/click.css +12 -10
  630. package/themes/button/corp.css +27 -21
  631. package/themes/button/intranet.css +11 -9
  632. package/themes/button/mobile.css +11 -9
  633. package/themes/button/site.css +3 -0
  634. package/themes/click.css +211 -88
  635. package/themes/compiled/mobile-dark-bluetint.css +220 -193
  636. package/themes/corp.css +197 -90
  637. package/themes/dark.css +110 -24
  638. package/themes/icon-button/click.css +24 -0
  639. package/themes/intranet.css +182 -57
  640. package/themes/link/click.css +8 -8
  641. package/themes/mixins/button/click.css +12 -10
  642. package/themes/mixins/button/corp.css +27 -21
  643. package/themes/mixins/button/intranet.css +11 -9
  644. package/themes/mixins/button/mobile.css +11 -9
  645. package/themes/mixins/button/site.css +3 -0
  646. package/themes/mixins/click.css +2 -0
  647. package/themes/mixins/dark.css +110 -24
  648. package/themes/mixins/icon-button/click.css +24 -0
  649. package/themes/mixins/link/click.css +8 -8
  650. package/themes/mixins/skeleton/click.css +1 -1
  651. package/themes/mixins/slider/click.css +2 -2
  652. package/themes/mixins/slider/intranet.css +2 -2
  653. package/themes/mixins/slider/mobile.css +2 -2
  654. package/themes/mixins/tabs/corp.css +1 -1
  655. package/themes/mixins/tabs/site.css +1 -1
  656. package/themes/mobile.css +182 -57
  657. package/themes/site.css +172 -69
  658. package/themes/skeleton/click.css +1 -1
  659. package/themes/slider/click.css +2 -2
  660. package/themes/slider/intranet.css +2 -2
  661. package/themes/slider/mobile.css +2 -2
  662. package/themes/tabs/corp.css +1 -1
  663. package/themes/tabs/site.css +1 -1
  664. package/toast-plate/cssm/index.module.css +165 -68
  665. package/toast-plate/esm/index.css +165 -68
  666. package/toast-plate/index.css +165 -68
  667. package/toast-plate/modern/index.css +165 -68
  668. package/tooltip/{Component-afaf8c3c.d.ts → Component-a23d8071.d.ts} +0 -0
  669. package/tooltip/{Component-afaf8c3c.js → Component-a23d8071.js} +0 -0
  670. package/tooltip/Component.js +1 -1
  671. package/tooltip/component.responsive.js +1 -1
  672. package/tooltip/esm/{Component-651cb90c.d.ts → Component-69264c9e.d.ts} +0 -0
  673. package/tooltip/esm/{Component-651cb90c.js → Component-69264c9e.js} +0 -0
  674. package/tooltip/esm/Component.js +1 -1
  675. package/tooltip/esm/component.responsive.js +1 -1
  676. package/tooltip/esm/index.d.ts +1 -1
  677. package/tooltip/esm/index.js +1 -1
  678. package/tooltip/esm/responsive.js +1 -1
  679. package/tooltip/index.d.ts +1 -1
  680. package/tooltip/index.js +1 -1
  681. package/tooltip/responsive.js +1 -1
  682. package/typography/{colors.module-173b4448.d.ts → colors.module-2043bf7a.d.ts} +0 -0
  683. package/typography/{colors.module-173b4448.js → colors.module-2043bf7a.js} +0 -0
  684. package/typography/{common.module-e4c75f4c.js → common.module-05e92f66.js} +0 -0
  685. package/typography/component.js +2 -2
  686. package/typography/esm/{colors.module-5b3adeb6.d.ts → colors.module-4559178f.d.ts} +0 -0
  687. package/typography/esm/{colors.module-5b3adeb6.js → colors.module-4559178f.js} +0 -0
  688. package/typography/esm/{common.module-483d5e47.js → common.module-1fbc639a.js} +0 -0
  689. package/typography/esm/component.js +2 -2
  690. package/typography/esm/index.js +2 -2
  691. package/typography/esm/text/component.js +1 -1
  692. package/typography/esm/text/index.js +1 -1
  693. package/typography/esm/title/component.js +1 -1
  694. package/typography/esm/title/index.js +2 -2
  695. package/typography/esm/title-mobile/component.js +2 -2
  696. package/typography/esm/title-mobile/index.js +2 -2
  697. package/typography/esm/title-responsive/component.js +2 -2
  698. package/typography/esm/title-responsive/index.js +2 -2
  699. package/typography/index.js +2 -2
  700. package/typography/modern/{colors.module-feaa4986.js → colors.module-0859bdd1.js} +0 -0
  701. package/typography/modern/{common.module-483d5e47.js → common.module-1fbc639a.js} +0 -0
  702. package/typography/modern/component.js +2 -2
  703. package/typography/modern/index.js +2 -2
  704. package/typography/modern/text/component.js +1 -1
  705. package/typography/modern/text/index.js +1 -1
  706. package/typography/modern/title/component.js +1 -1
  707. package/typography/modern/title/index.js +2 -2
  708. package/typography/modern/title-mobile/component.js +2 -2
  709. package/typography/modern/title-mobile/index.js +2 -2
  710. package/typography/modern/title-responsive/component.js +2 -2
  711. package/typography/modern/title-responsive/index.js +2 -2
  712. package/typography/text/component.js +1 -1
  713. package/typography/text/index.js +1 -1
  714. package/typography/title/component.js +1 -1
  715. package/typography/title/index.js +2 -2
  716. package/typography/title-mobile/component.js +2 -2
  717. package/typography/title-mobile/index.js +2 -2
  718. package/typography/title-responsive/component.js +2 -2
  719. package/typography/title-responsive/index.js +2 -2
  720. package/vars/colors-bluetint.css +165 -46
  721. package/vars/colors-indigo.css +165 -68
  722. package/vars/colors-x5.css +4 -0
  723. package/vars/cssm/colors-bluetint.css +165 -46
  724. package/vars/cssm/colors-indigo.css +165 -68
  725. package/vars/cssm/colors-x5.css +4 -0
  726. package/vars/cssm/index.css +165 -68
package/themes/click.css CHANGED
@@ -110,47 +110,54 @@
110
110
  --color-dark-bg-attention-muted: #432000;
111
111
  --color-dark-bg-info: #001c3c;
112
112
  --color-dark-bg-negative-muted: #410903;
113
- --color-dark-bg-neutral: #485767;
114
- --color-dark-bg-opaque: rgba(11, 31, 53, 0.6);
113
+ --color-dark-bg-opaque: rgba(255, 255, 255, 0.6);
115
114
  --color-dark-bg-overlay: rgba(0, 0, 0, 0.6);
116
115
  --color-dark-bg-positive-muted: #06311e;
117
116
  --color-dark-bg-primary: #0b1f35;
118
117
  --color-dark-bg-primary-inverted: #fff;
118
+ --color-dark-bg-quaternary: #485767;
119
+ --color-dark-bg-quaternary-inverted: #dbdee1;
119
120
  --color-dark-bg-secondary: #233549;
120
- --color-dark-bg-secondary-inverted: #b6bcc3;
121
+ --color-dark-bg-secondary-inverted: #f3f4f5;
121
122
  --color-dark-bg-tertiary: #3c4c5d;
122
- --color-dark-bg-tertiary-inverted: #6d7986;
123
+ --color-dark-bg-tertiary-inverted: #e7e9eb;
123
124
  --color-dark-border-accent: #ef3124;
124
125
  --color-dark-border-key: #fff;
125
126
  --color-dark-border-key-inverted: #0b1f35;
126
127
  --color-dark-border-link: #007aff;
127
128
  --color-dark-border-primary: #485767;
129
+ --color-dark-border-primary-inverted: #dbdee1;
128
130
  --color-dark-border-secondary: #3c4c5d;
129
- --color-dark-border-secondary-inverted: #6d7986;
131
+ --color-dark-border-secondary-inverted: #e7e9eb;
130
132
  --color-dark-border-tertiary: #233549;
131
- --color-dark-border-tertiary-inverted: #b6bcc3;
133
+ --color-dark-border-tertiary-inverted: #f3f4f5;
132
134
  --color-dark-border-underline: #6d7986;
133
135
  --color-dark-border-underline-inverted: #b6bcc3;
134
136
  --color-dark-graphic-accent: #ef3124;
135
137
  --color-dark-graphic-attention: #e58933;
136
138
  --color-dark-graphic-link: #007aff;
137
139
  --color-dark-graphic-negative: #f15045;
138
- --color-dark-graphic-neutral: #485767;
139
140
  --color-dark-graphic-positive: #2fc26e;
140
141
  --color-dark-graphic-primary: #fff;
141
142
  --color-dark-graphic-primary-inverted: #0b1f35;
143
+ --color-dark-graphic-quaternary: #485767;
144
+ --color-dark-graphic-quaternary-inverted: #dbdee1;
142
145
  --color-dark-graphic-secondary: #b6bcc3;
143
- --color-dark-graphic-secondary-inverted: #233549;
146
+ --color-dark-graphic-secondary-inverted: #6d7986;
144
147
  --color-dark-graphic-tertiary: #6d7986;
145
- --color-dark-specialbg-component: #485767;
148
+ --color-dark-graphic-tertiary-inverted: #b6bcc3;
149
+ --color-dark-specialbg-component: rgba(255, 255, 255, 0.15);
146
150
  --color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07);
147
151
  --color-dark-specialbg-nulled: rgba(11, 31, 53, 0);
152
+ --color-dark-specialbg-overlay-fallback: #070707;
148
153
  --color-dark-specialbg-primary-grouped: #0b1f35;
149
154
  --color-dark-specialbg-secondary-grouped: #233549;
150
155
  --color-dark-specialbg-tertiary-grouped: #3c4c5d;
151
156
  --color-dark-text-accent: #ef3124;
152
157
  --color-dark-text-attention: #de6a00;
153
158
  --color-dark-text-disabled: #485767;
159
+ --color-dark-text-disabled-inverted: #dbdee1;
160
+ --color-dark-text-disabled-inverted-transparent: rgba(11, 31, 53, 0.15);
154
161
  --color-dark-text-disabled-transparent: rgba(255, 255, 255, 0.25);
155
162
  --color-dark-text-link: #007aff;
156
163
  --color-dark-text-negative: #d91d0b;
@@ -158,8 +165,8 @@
158
165
  --color-dark-text-primary: #fff;
159
166
  --color-dark-text-primary-inverted: #0b1f35;
160
167
  --color-dark-text-secondary: #b6bcc3;
161
- --color-dark-text-secondary-inverted: #6d7986;
162
- --color-dark-text-secondary-inverted-transparent: rgba(11, 31, 53, 0.6);
168
+ --color-dark-text-secondary-inverted: #546272;
169
+ --color-dark-text-secondary-inverted-transparent: rgba(11, 31, 53, 0.7);
163
170
  --color-dark-text-secondary-transparent: rgba(255, 255, 255, 0.7);
164
171
  --color-dark-text-tertiary: #6d7986;
165
172
  --color-dark-text-tertiary-inverted: #b6bcc3;
@@ -169,12 +176,13 @@
169
176
  --color-light-bg-attention-muted: #fff3e0;
170
177
  --color-light-bg-info: #d6e8fc;
171
178
  --color-light-bg-negative-muted: #feebea;
172
- --color-light-bg-neutral: #dbdee1;
173
179
  --color-light-bg-opaque: rgba(255, 255, 255, 0.6);
174
180
  --color-light-bg-overlay: rgba(0, 0, 0, 0.6);
175
181
  --color-light-bg-positive-muted: #ebf9f1;
176
182
  --color-light-bg-primary: #fff;
177
183
  --color-light-bg-primary-inverted: #0b1f35;
184
+ --color-light-bg-quaternary: #dbdee1;
185
+ --color-light-bg-quaternary-inverted: #485767;
178
186
  --color-light-bg-secondary: #f3f4f5;
179
187
  --color-light-bg-secondary-inverted: #233549;
180
188
  --color-light-bg-tertiary: #e7e9eb;
@@ -184,32 +192,38 @@
184
192
  --color-light-border-key-inverted: #fff;
185
193
  --color-light-border-link: #007aff;
186
194
  --color-light-border-primary: #dbdee1;
195
+ --color-light-border-primary-inverted: #485767;
187
196
  --color-light-border-secondary: #e7e9eb;
188
- --color-light-border-secondary-inverted: #b6bcc3;
197
+ --color-light-border-secondary-inverted: #3c4c5d;
189
198
  --color-light-border-tertiary: #f3f4f5;
190
- --color-light-border-tertiary-inverted: #6d7986;
199
+ --color-light-border-tertiary-inverted: #233549;
191
200
  --color-light-border-underline: #b6bcc3;
192
201
  --color-light-border-underline-inverted: #6d7986;
193
202
  --color-light-graphic-accent: #ef3124;
194
203
  --color-light-graphic-attention: #e58933;
195
204
  --color-light-graphic-link: #007aff;
196
205
  --color-light-graphic-negative: #f15045;
197
- --color-light-graphic-neutral: #dbdee1;
198
206
  --color-light-graphic-positive: #2fc26e;
199
207
  --color-light-graphic-primary: #0b1f35;
200
208
  --color-light-graphic-primary-inverted: #fff;
209
+ --color-light-graphic-quaternary: #dbdee1;
210
+ --color-light-graphic-quaternary-inverted: #485767;
201
211
  --color-light-graphic-secondary: #6d7986;
202
- --color-light-graphic-secondary-inverted: #f3f4f5;
212
+ --color-light-graphic-secondary-inverted: #b6bcc3;
203
213
  --color-light-graphic-tertiary: #b6bcc3;
214
+ --color-light-graphic-tertiary-inverted: #6d7986;
204
215
  --color-light-specialbg-component: rgba(11, 31, 53, 0.07);
205
216
  --color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.15);
206
217
  --color-light-specialbg-nulled: rgba(255, 255, 255, 0);
218
+ --color-light-specialbg-overlay-fallback: #5c5c5c;
207
219
  --color-light-specialbg-primary-grouped: #f3f4f5;
208
220
  --color-light-specialbg-secondary-grouped: #fff;
209
221
  --color-light-specialbg-tertiary-grouped: #f3f4f5;
210
222
  --color-light-text-accent: #ef3124;
211
223
  --color-light-text-attention: #de6a00;
212
224
  --color-light-text-disabled: #dbdee1;
225
+ --color-light-text-disabled-inverted: #485767;
226
+ --color-light-text-disabled-inverted-transparent: rgba(255, 255, 255, 0.25);
213
227
  --color-light-text-disabled-transparent: rgba(11, 31, 53, 0.15);
214
228
  --color-light-text-link: #007aff;
215
229
  --color-light-text-negative: #d91d0b;
@@ -225,10 +239,14 @@
225
239
  --color-light-text-tertiary-inverted-transparent: rgba(255, 255, 255, 0.4);
226
240
  --color-light-text-tertiary-transparent: rgba(11, 31, 53, 0.3);
227
241
  --color-static-bg-accent: #ef3124;
228
- --color-static-bg-primary-dark: #000;
242
+ --color-static-bg-primary-dark: #0b1f35;
229
243
  --color-static-bg-primary-light: #fff;
230
- --color-static-bg-secondary-dark: #2b2b2b;
244
+ --color-static-bg-quaternary-dark: #485767;
245
+ --color-static-bg-quaternary-light: #dbdee1;
246
+ --color-static-bg-secondary-dark: #233549;
231
247
  --color-static-bg-secondary-light: #f3f4f5;
248
+ --color-static-bg-tertiary-dark: #3c4c5d;
249
+ --color-static-bg-tertiary-light: #e7e9eb;
232
250
  --color-static-border-accent: #ef3124;
233
251
  --color-static-graphic-accent: #ef3124;
234
252
  --color-static-graphic-dark: #0b1f35;
@@ -245,19 +263,18 @@
245
263
  --color-static-text-tertiary-light: #6d7986;
246
264
  --color-static-text-tertiary-light-transparent: rgba(255, 255, 255, 0.4);
247
265
  --color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
266
+ --color-dark-bg-accent-shade-15: rgb(203, 42, 31);
267
+ --color-dark-bg-accent-shade-20: rgb(191, 39, 29);
248
268
  --color-dark-bg-accent-tint-7: rgb(240, 63, 51);
249
269
  --color-dark-bg-accent-tint-10: rgb(241, 70, 58);
250
270
  --color-dark-bg-accent-tint-15: rgb(241, 80, 69);
251
271
  --color-dark-bg-accent-tint-30: rgb(244, 111, 102);
252
- --color-dark-bg-neutral-alpha-30: rgba(72, 87, 103, 0.3);
253
- --color-dark-bg-neutral-tint-7: rgb(85, 99, 114);
254
- --color-dark-bg-neutral-tint-10: rgb(90, 104, 118);
255
- --color-dark-bg-neutral-tint-15: rgb(99, 112, 126);
256
- --color-dark-bg-neutral-tint-30: rgb(127, 137, 149);
257
- --color-dark-bg-neutral-shade-15: rgb(61, 74, 88);
258
272
  --color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
273
+ --color-dark-bg-primary-alpha-15: rgba(11, 31, 53, 0.15);
274
+ --color-dark-bg-primary-alpha-20: rgba(11, 31, 53, 0.2);
259
275
  --color-dark-bg-primary-alpha-40: rgba(11, 31, 53, 0.4);
260
276
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
277
+ --color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05);
261
278
  --color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
262
279
  --color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
263
280
  --color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
@@ -265,49 +282,84 @@
265
282
  --color-dark-bg-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
266
283
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
267
284
  --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
268
- --color-dark-bg-primary-inverted-alpha-60: rgba(255, 255, 255, 0.6);
269
- --color-dark-bg-primary-inverted-alpha-80: rgba(255, 255, 255, 0.8);
270
- --color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
271
285
  --color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
272
286
  --color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
287
+ --color-dark-bg-quaternary-alpha-30: rgba(72, 87, 103, 0.3);
288
+ --color-dark-bg-quaternary-tint-7: rgb(85, 99, 114);
289
+ --color-dark-bg-quaternary-tint-10: rgb(90, 104, 118);
290
+ --color-dark-bg-quaternary-tint-15: rgb(99, 112, 126);
291
+ --color-dark-bg-quaternary-tint-30: rgb(127, 137, 149);
292
+ --color-dark-bg-quaternary-inverted-alpha-30: rgba(219, 222, 225, 0.3);
293
+ --color-dark-bg-quaternary-inverted-shade-15: rgb(186, 189, 191);
294
+ --color-dark-bg-quaternary-inverted-shade-20: rgb(175, 178, 180);
273
295
  --color-dark-bg-secondary-alpha-30: rgba(35, 53, 73, 0.3);
296
+ --color-dark-bg-secondary-shade-15: rgb(30, 45, 62);
297
+ --color-dark-bg-secondary-shade-20: rgb(28, 42, 58);
274
298
  --color-dark-bg-secondary-tint-7: rgb(50, 67, 86);
275
299
  --color-dark-bg-secondary-tint-15: rgb(68, 83, 100);
276
- --color-dark-bg-secondary-inverted-alpha-7: rgba(182, 188, 195, 0.07);
277
- --color-dark-bg-secondary-inverted-alpha-15: rgba(182, 188, 195, 0.15);
278
- --color-dark-bg-secondary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
279
- --color-dark-bg-secondary-inverted-shade-7: rgb(169, 175, 181);
280
- --color-dark-bg-secondary-inverted-shade-15: rgb(155, 160, 166);
281
- --color-dark-bg-secondary-inverted-shade-20: rgb(146, 150, 156);
300
+ --color-dark-bg-secondary-inverted-alpha-30: rgba(243, 244, 245, 0.3);
301
+ --color-dark-bg-secondary-inverted-shade-15: rgb(207, 207, 208);
302
+ --color-dark-bg-secondary-inverted-shade-20: rgb(194, 195, 196);
303
+ --color-dark-bg-secondary-inverted-tint-7: rgb(244, 245, 246);
304
+ --color-dark-bg-secondary-inverted-tint-15: rgb(245, 246, 246);
282
305
  --color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
283
- --color-dark-border-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
306
+ --color-dark-border-underline-alpha-30: rgba(109, 121, 134, 0.3);
307
+ --color-dark-border-underline-inverted-alpha-30: rgba(182, 188, 195, 0.3);
284
308
  --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
285
309
  --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
286
310
  --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
287
311
  --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
312
+ --color-dark-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
313
+ --color-dark-graphic-negative-shade-20: rgb(193, 64, 55);
288
314
  --color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
289
- --color-dark-graphic-negative-shade-50: rgb(121, 40, 35);
290
- --color-dark-graphic-neutral-tint-10: rgb(90, 104, 118);
315
+ --color-dark-graphic-negative-tint-7: rgb(242, 92, 82);
316
+ --color-dark-graphic-negative-tint-15: rgb(243, 106, 97);
317
+ --color-dark-graphic-negative-tint-30: rgb(245, 133, 125);
291
318
  --color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
292
319
  --color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
293
320
  --color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
294
321
  --color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
295
322
  --color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
296
323
  --color-dark-graphic-primary-shade-15: rgb(217, 217, 217);
324
+ --color-dark-graphic-primary-shade-20: rgb(204, 204, 204);
297
325
  --color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
298
- --color-dark-graphic-primary-shade-50: rgb(128, 128, 128);
299
326
  --color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
300
327
  --color-dark-graphic-primary-tint-30: rgb(255, 255, 255);
328
+ --color-dark-graphic-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
329
+ --color-dark-graphic-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
330
+ --color-dark-graphic-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
331
+ --color-dark-graphic-primary-inverted-tint-7: rgb(28, 47, 67);
332
+ --color-dark-graphic-primary-inverted-tint-10: rgb(35, 53, 73);
333
+ --color-dark-graphic-primary-inverted-tint-15: rgb(48, 65, 83);
334
+ --color-dark-graphic-primary-inverted-tint-30: rgb(84, 98, 114);
335
+ --color-dark-graphic-quaternary-tint-10: rgb(90, 104, 118);
301
336
  --color-dark-graphic-secondary-alpha-30: rgba(182, 188, 195, 0.3);
302
337
  --color-dark-graphic-secondary-tint-30: rgb(204, 208, 213);
303
338
  --color-dark-graphic-secondary-tint-50: rgb(219, 222, 225);
304
- --color-dark-specialbg-component-tint-7: rgb(85, 99, 114);
305
- --color-dark-specialbg-component-tint-10: rgb(90, 104, 118);
306
- --color-dark-specialbg-component-tint-30: rgb(127, 137, 149);
307
- --color-dark-specialbg-component-alpha-2: rgba(72, 87, 103, 0.02);
308
- --color-dark-specialbg-component-alpha-14: rgba(72, 87, 103, 0.14);
309
- --color-dark-specialbg-component-alpha-23: rgba(72, 87, 103, 0.23);
339
+ --color-dark-graphic-secondary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
340
+ --color-dark-graphic-secondary-inverted-shade-15: rgb(93, 103, 114);
341
+ --color-dark-graphic-secondary-inverted-shade-20: rgb(87, 97, 107);
342
+ --color-dark-graphic-secondary-inverted-tint-10: rgb(124, 134, 146);
343
+ --color-dark-graphic-secondary-inverted-tint-30: rgb(153, 161, 170);
344
+ --color-dark-graphic-tertiary-alpha-30: rgba(109, 121, 134, 0.3);
345
+ --color-dark-graphic-tertiary-shade-15: rgb(93, 103, 114);
346
+ --color-dark-graphic-tertiary-shade-20: rgb(87, 97, 107);
347
+ --color-dark-graphic-tertiary-tint-7: rgb(119, 130, 142);
348
+ --color-dark-graphic-tertiary-tint-15: rgb(131, 141, 152);
349
+ --color-dark-graphic-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
350
+ --color-dark-graphic-tertiary-inverted-shade-15: rgb(155, 160, 166);
351
+ --color-dark-graphic-tertiary-inverted-shade-20: rgb(146, 150, 156);
352
+ --color-dark-specialbg-component-tint-7: rgba(255, 255, 255, 0.2095);
353
+ --color-dark-specialbg-component-tint-10: rgba(255, 255, 255, 0.235);
354
+ --color-dark-specialbg-component-tint-15: rgba(255, 255, 255, 0.2775);
355
+ --color-dark-specialbg-component-tint-30: rgba(255, 255, 255, 0.405);
356
+ --color-dark-specialbg-component-alpha-2: rgba(255, 255, 255, 0.02);
357
+ --color-dark-specialbg-component-alpha-14: rgba(255, 255, 255, 0.14);
358
+ --color-dark-specialbg-component-alpha-23: rgba(255, 255, 255, 0.23);
359
+ --color-dark-specialbg-component-alpha-30: rgba(255, 255, 255, 0.3);
360
+ --color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
310
361
  --color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
362
+ --color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
311
363
  --color-dark-text-link-shade-30: rgb(0, 85, 179);
312
364
  --color-dark-text-link-shade-50: rgb(0, 61, 128);
313
365
  --color-dark-text-link-tint-20: rgb(51, 149, 255);
@@ -317,29 +369,33 @@
317
369
  --color-dark-text-primary-shade-50: rgb(128, 128, 128);
318
370
  --color-dark-text-primary-tint-20: rgb(255, 255, 255);
319
371
  --color-dark-text-primary-tint-40: rgb(255, 255, 255);
372
+ --color-dark-text-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
320
373
  --color-dark-text-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
374
+ --color-dark-text-primary-inverted-shade-20: rgb(9, 25, 42);
321
375
  --color-dark-text-primary-inverted-shade-30: rgb(8, 22, 37);
322
- --color-dark-text-primary-inverted-shade-50: rgb(6, 16, 26);
376
+ --color-dark-text-primary-inverted-tint-7: rgb(28, 47, 67);
377
+ --color-dark-text-primary-inverted-tint-15: rgb(48, 65, 83);
378
+ --color-dark-text-primary-inverted-tint-30: rgb(84, 98, 114);
379
+ --color-dark-text-primary-inverted-tint-50: rgb(133, 143, 154);
380
+ --color-dark-text-secondary-shade-20: rgb(146, 150, 156);
323
381
  --color-dark-text-secondary-shade-30: rgb(127, 132, 136);
324
- --color-dark-text-secondary-shade-50: rgb(91, 94, 98);
325
382
  --color-dark-text-secondary-tint-20: rgb(197, 201, 207);
326
383
  --color-dark-text-secondary-tint-40: rgb(211, 215, 219);
327
- --color-dark-text-secondary-inverted-shade-30: rgb(76, 85, 94);
328
- --color-dark-text-secondary-inverted-shade-50: rgb(55, 61, 67);
384
+ --color-dark-text-secondary-inverted-shade-20: rgb(67, 78, 91);
385
+ --color-dark-text-secondary-inverted-shade-30: rgb(59, 69, 80);
329
386
  --color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
387
+ --color-light-bg-accent-tint-15: rgb(241, 80, 69);
388
+ --color-light-bg-accent-tint-20: rgb(242, 90, 80);
330
389
  --color-light-bg-accent-shade-7: rgb(222, 46, 33);
331
390
  --color-light-bg-accent-shade-10: rgb(215, 44, 32);
332
391
  --color-light-bg-accent-shade-15: rgb(203, 42, 31);
333
392
  --color-light-bg-accent-shade-30: rgb(167, 34, 25);
334
- --color-light-bg-neutral-alpha-30: rgba(219, 222, 225, 0.3);
335
- --color-light-bg-neutral-shade-7: rgb(204, 206, 209);
336
- --color-light-bg-neutral-shade-10: rgb(197, 200, 203);
337
- --color-light-bg-neutral-shade-15: rgb(186, 189, 191);
338
- --color-light-bg-neutral-shade-30: rgb(153, 155, 157);
339
- --color-light-bg-neutral-tint-15: rgb(224, 227, 230);
340
393
  --color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
394
+ --color-light-bg-primary-alpha-15: rgba(255, 255, 255, 0.15);
395
+ --color-light-bg-primary-alpha-20: rgba(255, 255, 255, 0.2);
341
396
  --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
342
397
  --color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
398
+ --color-light-bg-primary-inverted-alpha-5: rgba(11, 31, 53, 0.05);
343
399
  --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
344
400
  --color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
345
401
  --color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
@@ -347,49 +403,84 @@
347
403
  --color-light-bg-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
348
404
  --color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
349
405
  --color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
350
- --color-light-bg-primary-inverted-alpha-60: rgba(11, 31, 53, 0.6);
351
- --color-light-bg-primary-inverted-alpha-80: rgba(11, 31, 53, 0.8);
352
- --color-light-bg-primary-inverted-tint-7: rgb(28, 47, 67);
353
406
  --color-light-bg-primary-inverted-tint-15: rgb(48, 65, 83);
354
407
  --color-light-bg-primary-inverted-tint-20: rgb(60, 76, 93);
408
+ --color-light-bg-quaternary-alpha-30: rgba(219, 222, 225, 0.3);
409
+ --color-light-bg-quaternary-shade-7: rgb(204, 206, 209);
410
+ --color-light-bg-quaternary-shade-10: rgb(197, 200, 203);
411
+ --color-light-bg-quaternary-shade-15: rgb(186, 189, 191);
412
+ --color-light-bg-quaternary-shade-30: rgb(153, 155, 157);
413
+ --color-light-bg-quaternary-inverted-alpha-30: rgba(72, 87, 103, 0.3);
414
+ --color-light-bg-quaternary-inverted-tint-15: rgb(99, 112, 126);
415
+ --color-light-bg-quaternary-inverted-tint-20: rgb(109, 121, 133);
355
416
  --color-light-bg-secondary-alpha-30: rgba(243, 244, 245, 0.3);
417
+ --color-light-bg-secondary-tint-15: rgb(245, 246, 246);
418
+ --color-light-bg-secondary-tint-20: rgb(245, 246, 247);
356
419
  --color-light-bg-secondary-shade-7: rgb(226, 227, 228);
357
420
  --color-light-bg-secondary-shade-15: rgb(207, 207, 208);
358
- --color-light-bg-secondary-inverted-alpha-7: rgba(35, 53, 73, 0.07);
359
- --color-light-bg-secondary-inverted-alpha-15: rgba(35, 53, 73, 0.15);
360
421
  --color-light-bg-secondary-inverted-alpha-30: rgba(35, 53, 73, 0.3);
361
- --color-light-bg-secondary-inverted-tint-7: rgb(50, 67, 86);
362
422
  --color-light-bg-secondary-inverted-tint-15: rgb(68, 83, 100);
363
423
  --color-light-bg-secondary-inverted-tint-20: rgb(79, 93, 109);
424
+ --color-light-bg-secondary-inverted-shade-7: rgb(33, 49, 68);
425
+ --color-light-bg-secondary-inverted-shade-15: rgb(30, 45, 62);
364
426
  --color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
365
- --color-light-border-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
427
+ --color-light-border-underline-alpha-30: rgba(182, 188, 195, 0.3);
428
+ --color-light-border-underline-inverted-alpha-30: rgba(109, 121, 134, 0.3);
366
429
  --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
367
430
  --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
368
431
  --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
369
432
  --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
433
+ --color-light-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
434
+ --color-light-graphic-negative-tint-20: rgb(244, 115, 106);
370
435
  --color-light-graphic-negative-tint-30: rgb(245, 133, 125);
371
- --color-light-graphic-negative-tint-50: rgb(248, 168, 162);
372
- --color-light-graphic-neutral-shade-10: rgb(197, 200, 203);
436
+ --color-light-graphic-negative-shade-7: rgb(224, 74, 64);
437
+ --color-light-graphic-negative-shade-15: rgb(205, 68, 59);
438
+ --color-light-graphic-negative-shade-30: rgb(169, 56, 48);
373
439
  --color-light-graphic-positive-shade-10: rgb(42, 175, 99);
374
440
  --color-light-graphic-positive-shade-30: rgb(33, 136, 77);
375
441
  --color-light-graphic-primary-alpha-30: rgba(11, 31, 53, 0.3);
376
442
  --color-light-graphic-primary-alpha-40: rgba(11, 31, 53, 0.4);
377
443
  --color-light-graphic-primary-alpha-50: rgba(11, 31, 53, 0.5);
378
444
  --color-light-graphic-primary-tint-15: rgb(48, 65, 83);
445
+ --color-light-graphic-primary-tint-20: rgb(60, 76, 93);
379
446
  --color-light-graphic-primary-tint-30: rgb(84, 98, 114);
380
- --color-light-graphic-primary-tint-50: rgb(133, 143, 154);
381
447
  --color-light-graphic-primary-shade-10: rgb(10, 28, 48);
382
448
  --color-light-graphic-primary-shade-30: rgb(8, 22, 37);
449
+ --color-light-graphic-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
450
+ --color-light-graphic-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
451
+ --color-light-graphic-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
452
+ --color-light-graphic-primary-inverted-shade-7: rgb(237, 237, 237);
453
+ --color-light-graphic-primary-inverted-shade-10: rgb(230, 230, 230);
454
+ --color-light-graphic-primary-inverted-shade-15: rgb(217, 217, 217);
455
+ --color-light-graphic-primary-inverted-shade-30: rgb(179, 179, 179);
456
+ --color-light-graphic-quaternary-shade-10: rgb(197, 200, 203);
383
457
  --color-light-graphic-secondary-alpha-30: rgba(109, 121, 134, 0.3);
384
458
  --color-light-graphic-secondary-shade-30: rgb(76, 85, 94);
385
459
  --color-light-graphic-secondary-shade-50: rgb(55, 61, 67);
460
+ --color-light-graphic-secondary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
461
+ --color-light-graphic-secondary-inverted-tint-15: rgb(193, 198, 204);
462
+ --color-light-graphic-secondary-inverted-tint-20: rgb(197, 201, 207);
463
+ --color-light-graphic-secondary-inverted-shade-10: rgb(164, 169, 176);
464
+ --color-light-graphic-secondary-inverted-shade-30: rgb(127, 132, 136);
465
+ --color-light-graphic-tertiary-alpha-30: rgba(182, 188, 195, 0.3);
466
+ --color-light-graphic-tertiary-tint-15: rgb(193, 198, 204);
467
+ --color-light-graphic-tertiary-tint-20: rgb(197, 201, 207);
468
+ --color-light-graphic-tertiary-shade-7: rgb(169, 175, 181);
469
+ --color-light-graphic-tertiary-shade-15: rgb(155, 160, 166);
470
+ --color-light-graphic-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
471
+ --color-light-graphic-tertiary-inverted-tint-15: rgb(131, 141, 152);
472
+ --color-light-graphic-tertiary-inverted-tint-20: rgb(138, 148, 158);
386
473
  --color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
387
474
  --color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
475
+ --color-light-specialbg-component-shade-15: rgba(9, 26, 45, 0.2095);
388
476
  --color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349);
389
477
  --color-light-specialbg-component-alpha-2: rgba(11, 31, 53, 0.02);
390
478
  --color-light-specialbg-component-alpha-14: rgba(11, 31, 53, 0.14);
391
479
  --color-light-specialbg-component-alpha-23: rgba(11, 31, 53, 0.23);
480
+ --color-light-specialbg-component-alpha-30: rgba(11, 31, 53, 0.3);
481
+ --color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
392
482
  --color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.2775);
483
+ --color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.32);
393
484
  --color-light-text-link-tint-30: rgb(77, 162, 255);
394
485
  --color-light-text-link-tint-50: rgb(128, 189, 255);
395
486
  --color-light-text-link-shade-20: rgb(0, 98, 204);
@@ -399,17 +490,23 @@
399
490
  --color-light-text-primary-tint-50: rgb(133, 143, 154);
400
491
  --color-light-text-primary-shade-20: rgb(9, 25, 42);
401
492
  --color-light-text-primary-shade-40: rgb(7, 19, 32);
493
+ --color-light-text-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
402
494
  --color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
495
+ --color-light-text-primary-inverted-tint-20: rgb(255, 255, 255);
403
496
  --color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
404
- --color-light-text-primary-inverted-tint-50: rgb(255, 255, 255);
497
+ --color-light-text-primary-inverted-shade-7: rgb(237, 237, 237);
498
+ --color-light-text-primary-inverted-shade-15: rgb(217, 217, 217);
499
+ --color-light-text-primary-inverted-shade-30: rgb(179, 179, 179);
500
+ --color-light-text-primary-inverted-shade-50: rgb(128, 128, 128);
501
+ --color-light-text-secondary-tint-20: rgb(118, 129, 142);
405
502
  --color-light-text-secondary-tint-30: rgb(135, 145, 156);
406
- --color-light-text-secondary-tint-50: rgb(170, 177, 185);
407
503
  --color-light-text-secondary-shade-20: rgb(67, 78, 91);
408
504
  --color-light-text-secondary-shade-40: rgb(50, 59, 68);
505
+ --color-light-text-secondary-inverted-tint-20: rgb(197, 201, 207);
409
506
  --color-light-text-secondary-inverted-tint-30: rgb(204, 208, 213);
410
- --color-light-text-secondary-inverted-tint-50: rgb(219, 222, 225);
411
- --color-static-bg-primary-dark-alpha-10: rgba(0, 0, 0, 0.1);
412
- --color-static-bg-primary-dark-alpha-20: rgba(0, 0, 0, 0.2);
507
+ --color-static-bg-primary-dark-alpha-10: rgba(11, 31, 53, 0.1);
508
+ --color-static-bg-primary-dark-alpha-20: rgba(11, 31, 53, 0.2);
509
+ --color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3);
413
510
  }
414
511
  :root {
415
512
  --color-dynamic-primary-dark: rgba(0, 0, 0, 0.8);
@@ -437,6 +534,10 @@
437
534
  --color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
438
535
  --color-static-tertiary-light: rgba(255, 255, 255, 0.48);
439
536
  }
537
+ :root {
538
+ --color-static-brand-primary: #5faf2d;
539
+ --color-static-brand-secondary: #00afff;
540
+ }
440
541
  :root {
441
542
  --color-dark-indigo: #0b1f35;
442
543
  --color-dark-indigo-60: rgba(11, 31, 53, 0.6);
@@ -623,16 +724,18 @@
623
724
  --input-inverted-disabled-color: var(--color-light-text-primary-inverted);
624
725
  --button-border-radius: var(--border-radius-s);
625
726
  --button-active-transform: none;
626
- /* primary */
627
- --button-primary-base-bg-color: var(--color-light-bg-accent);
628
- --button-primary-hover-bg-color: var(--color-light-bg-accent-shade-10);
629
- --button-primary-active-bg-color: var(--color-light-bg-accent-shade-30);
630
- --button-primary-disabled-bg-color: var(--color-light-bg-accent-alpha-30);
631
727
  /* secondary */
632
- --button-secondary-base-bg-color: var(--color-light-bg-neutral);
633
- --button-secondary-hover-bg-color: var(--color-light-bg-neutral-shade-10);
634
- --button-secondary-active-bg-color: var(--color-light-bg-neutral-shade-30);
635
- --button-secondary-disabled-bg-color: var(--color-light-bg-neutral-alpha-30);
728
+ --button-secondary-base-bg-color: var(--color-light-bg-quaternary);
729
+ --button-secondary-hover-bg-color: var(--color-light-bg-quaternary-shade-10);
730
+ --button-secondary-active-bg-color: var(--color-light-bg-quaternary-shade-30);
731
+ --button-secondary-disabled-bg-color: var(--color-light-bg-quaternary-alpha-30);
732
+ /* inverted-secondary */
733
+ --button-inverted-secondary-base-bg-color: var(--color-light-bg-quaternary-inverted);
734
+ --button-inverted-secondary-hover-bg-color: var(--color-light-bg-quaternary-inverted-tint-15);
735
+ --button-inverted-secondary-active-bg-color: var(--color-light-bg-quaternary-inverted-tint-20);
736
+ --button-inverted-secondary-disabled-bg-color: var(
737
+ --color-light-bg-quaternary-inverted-alpha-30
738
+ );
636
739
  /* theme */
637
740
  --checkbox-checked-bg-color: var(--color-light-graphic-positive);
638
741
  --checkbox-checked-border-color: transparent;
@@ -682,17 +785,17 @@
682
785
  --tag-border-color-checked: transparent;
683
786
  --tag-border-color-disabled: transparent;
684
787
  /* primary */
685
- --link-primary-hover-color: var(--color-light-text-primary-tint-30);
686
- --link-primary-active-color: var(--color-light-text-primary-tint-50);
788
+ --link-primary-hover-color: var(--color-light-text-primary-tint-20);
789
+ --link-primary-active-color: var(--color-light-text-primary-tint-30);
687
790
  /* inverted primary */
688
- --link-inverted-primary-hover-color: var(--color-light-text-primary-inverted-tint-30);
689
- --link-inverted-primary-active-color: var(--color-light-text-primary-inverted-tint-50);
791
+ --link-inverted-primary-hover-color: var(--color-light-text-primary-inverted-tint-20);
792
+ --link-inverted-primary-active-color: var(--color-light-text-primary-inverted-tint-30);
690
793
  /* secondary */
691
- --link-secondary-hover-color: var(--color-light-text-secondary-tint-30);
692
- --link-secondary-active-color: var(--color-light-text-secondary-tint-50);
794
+ --link-secondary-hover-color: var(--color-light-text-secondary-tint-20);
795
+ --link-secondary-active-color: var(--color-light-text-secondary-tint-30);
693
796
  /* inverted secondary */
694
- --link-inverted-secondary-hover-color: var(--color-light-text-secondary-inverted-tint-30);
695
- --link-inverted-secondary-active-color: var(--color-light-text-secondary-inverted-tint-50);
797
+ --link-inverted-secondary-hover-color: var(--color-light-text-secondary-inverted-tint-20);
798
+ --link-inverted-secondary-active-color: var(--color-light-text-secondary-inverted-tint-30);
696
799
  /* default */
697
800
  --link-default-hover-color: var(--color-light-text-link-tint-30);
698
801
  --link-default-active-color: var(--color-light-text-link-tint-50);
@@ -766,7 +869,7 @@
766
869
  /* theme */
767
870
  --list-item-margin: var(--gap-m);
768
871
  /* theme */
769
- --skeleton-default-color: var(--color-light-graphic-neutral);
872
+ --skeleton-default-color: var(--color-light-graphic-quaternary);
770
873
  --skeleton-border-radius: var(--border-radius-s);
771
874
  --skeleton-backdrop-filter: blur(20px);
772
875
  --skeleton-gradient-animation-display: none;
@@ -774,12 +877,12 @@
774
877
  /* TODO: в темной теме что-то не то */
775
878
  --backdrop-visible-background: var(--color-light-graphic-primary-alpha-50);
776
879
  /* progress */
777
- --slider-progress-background: var(--color-light-graphic-neutral);
880
+ --slider-progress-background: var(--color-light-graphic-quaternary);
778
881
  --slider-progress-color: var(--color-light-graphic-positive);
779
882
  --slider-progress-border-radius: var(--border-radius-s);
780
883
  --slider-progress-height: 6px;
781
884
  --slider-progress-hover-color: var(--color-light-graphic-positive-shade-10);
782
- --slider-progress-hover-background: var(--color-light-graphic-neutral-shade-10);
885
+ --slider-progress-hover-background: var(--color-light-graphic-quaternary-shade-10);
783
886
  /* thumb */
784
887
  --slider-thumb-color: var(--color-light-graphic-positive);
785
888
  --slider-thumb-size: 24px;
@@ -799,4 +902,24 @@
799
902
  --bottom-sheet-title-line-height: 28px;
800
903
  --bottom-sheet-title-font-family: var(--font-family-styrene);
801
904
  --bottom-sheet-title-margin-vertical: var(--gap-3xs);
905
+ /* primary */
906
+ --icon-button-inverted-primary-hover-color: var(
907
+ --color-light-graphic-primary-inverted-shade-10
908
+ );
909
+ --icon-button-inverted-primary-active-color: var(
910
+ --color-light-graphic-primary-inverted-shade-30
911
+ );
912
+ /* secondary */
913
+ --icon-button-inverted-secondary-hover-color: var(
914
+ --color-light-graphic-secondary-inverted-shade-10
915
+ );
916
+ --icon-button-inverted-secondary-active-color: var(
917
+ --color-light-graphic-secondary-inverted-shade-30
918
+ );
919
+ /* negative */
920
+ --icon-button-negative-base-color: var(--color-light-graphic-negative);
921
+ --icon-button-negative-hover-color: var(--color-light-graphic-negative-tint-20);
922
+ --icon-button-negative-active-color: var(--color-light-graphic-negative-tint-30);
923
+ --icon-button-inverted-negative-hover-color: var(--color-light-graphic-negative-shade-7);
924
+ --icon-button-inverted-negative-active-color: var(--color-light-graphic-negative-shade-30);
802
925
  }