@alfalab/core-components 33.0.1-beta.0 → 33.0.2

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 (1116) hide show
  1. package/attach/Component.js +22 -14
  2. package/attach/cssm/Component.js +21 -13
  3. package/attach/cssm/index.js +1 -0
  4. package/attach/cssm/index.module.css +0 -5
  5. package/attach/esm/Component.js +23 -15
  6. package/attach/esm/index.css +0 -5
  7. package/attach/esm/index.js +1 -0
  8. package/attach/index.css +0 -5
  9. package/attach/index.js +1 -0
  10. package/attach/modern/Component.js +21 -13
  11. package/attach/modern/index.css +0 -5
  12. package/attach/modern/index.js +1 -0
  13. package/bottom-sheet/{component-0cfe5266.d.ts → component-68700369.d.ts} +0 -0
  14. package/bottom-sheet/{component-0cfe5266.js → component-68700369.js} +1 -1
  15. package/bottom-sheet/component.js +2 -2
  16. package/bottom-sheet/components/backer/Component.js +1 -1
  17. package/bottom-sheet/components/closer/Component.js +1 -1
  18. package/bottom-sheet/components/header/Component.js +2 -2
  19. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  20. package/bottom-sheet/esm/{component-0b0348c8.d.ts → component-c0d253fb.d.ts} +0 -0
  21. package/bottom-sheet/esm/{component-0b0348c8.js → component-c0d253fb.js} +1 -1
  22. package/bottom-sheet/esm/component.js +2 -2
  23. package/bottom-sheet/esm/components/backer/Component.js +1 -1
  24. package/bottom-sheet/esm/components/closer/Component.js +1 -1
  25. package/bottom-sheet/esm/components/header/Component.js +2 -2
  26. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  27. package/bottom-sheet/esm/index.d.ts +1 -1
  28. package/bottom-sheet/esm/index.js +2 -2
  29. package/bottom-sheet/esm/{tslib.es6-4e74a2da.d.ts → tslib.es6-0cfd18c3.d.ts} +0 -0
  30. package/bottom-sheet/esm/{tslib.es6-4e74a2da.js → tslib.es6-0cfd18c3.js} +0 -0
  31. package/bottom-sheet/index.d.ts +1 -1
  32. package/bottom-sheet/index.js +2 -2
  33. package/bottom-sheet/modern/{component-8a8dc568.d.ts → component-dc65393b.d.ts} +0 -0
  34. package/bottom-sheet/modern/{component-8a8dc568.js → component-dc65393b.js} +0 -0
  35. package/bottom-sheet/modern/component.js +1 -1
  36. package/bottom-sheet/modern/components/header/Component.js +1 -1
  37. package/bottom-sheet/modern/index.d.ts +1 -1
  38. package/bottom-sheet/modern/index.js +1 -1
  39. package/bottom-sheet/{tslib.es6-68e0e847.d.ts → tslib.es6-e4db6b8e.d.ts} +0 -0
  40. package/bottom-sheet/{tslib.es6-68e0e847.js → tslib.es6-e4db6b8e.js} +0 -0
  41. package/calendar/Component.js +1 -1
  42. package/calendar/components/calendar-mobile/Component.js +9 -10
  43. package/calendar/components/calendar-mobile/index.js +2 -1
  44. package/calendar/components/days-table/Component.js +1 -1
  45. package/calendar/components/days-table/index.js +1 -1
  46. package/calendar/components/month-year-header/Component.js +1 -1
  47. package/calendar/components/month-year-header/index.js +1 -1
  48. package/calendar/components/months-table/Component.js +1 -1
  49. package/calendar/components/months-table/index.js +1 -1
  50. package/calendar/components/select-button/Component.js +1 -1
  51. package/calendar/components/select-button/index.js +1 -1
  52. package/calendar/components/years-table/Component.js +1 -1
  53. package/calendar/components/years-table/index.js +1 -1
  54. package/calendar/cssm/components/calendar-mobile/Component.js +8 -9
  55. package/calendar/cssm/components/calendar-mobile/index.js +1 -0
  56. package/calendar/cssm/index.js +1 -0
  57. package/calendar/esm/Component.js +1 -1
  58. package/calendar/esm/components/calendar-mobile/Component.js +9 -10
  59. package/calendar/esm/components/calendar-mobile/index.js +2 -1
  60. package/calendar/esm/components/days-table/Component.js +1 -1
  61. package/calendar/esm/components/days-table/index.js +1 -1
  62. package/calendar/esm/components/month-year-header/Component.js +1 -1
  63. package/calendar/esm/components/month-year-header/index.js +1 -1
  64. package/calendar/esm/components/months-table/Component.js +1 -1
  65. package/calendar/esm/components/months-table/index.js +1 -1
  66. package/calendar/esm/components/select-button/Component.d.ts +1 -1
  67. package/calendar/esm/components/select-button/Component.js +1 -1
  68. package/calendar/esm/components/select-button/index.js +1 -1
  69. package/calendar/esm/components/years-table/Component.js +1 -1
  70. package/calendar/esm/components/years-table/index.js +1 -1
  71. package/calendar/esm/index.js +2 -1
  72. package/calendar/esm/{tslib.es6-dbe445c9.d.ts → tslib.es6-02ea94c0.d.ts} +0 -0
  73. package/calendar/esm/{tslib.es6-dbe445c9.js → tslib.es6-02ea94c0.js} +0 -0
  74. package/calendar/index.js +2 -1
  75. package/calendar/modern/components/calendar-mobile/Component.js +11 -12
  76. package/calendar/modern/components/calendar-mobile/index.js +1 -0
  77. package/calendar/modern/index.js +1 -0
  78. package/calendar/{tslib.es6-fb3432d6.d.ts → tslib.es6-879cc811.d.ts} +0 -0
  79. package/calendar/{tslib.es6-fb3432d6.js → tslib.es6-879cc811.js} +0 -0
  80. package/calendar-input/Component.d.ts +6 -7
  81. package/calendar-input/cssm/Component.d.ts +3 -4
  82. package/calendar-input/esm/Component.d.ts +3 -4
  83. package/calendar-input/modern/Component.d.ts +6 -7
  84. package/calendar-range/Component.js +1 -1
  85. package/calendar-range/cssm/utils.js +3 -1
  86. package/calendar-range/esm/Component.js +1 -1
  87. package/calendar-range/esm/index.js +1 -1
  88. package/calendar-range/esm/{index.module-6347e4f5.d.ts → index.module-1753474b.d.ts} +0 -0
  89. package/calendar-range/esm/{index.module-6347e4f5.js → index.module-1753474b.js} +0 -0
  90. package/calendar-range/esm/views/popover.js +1 -1
  91. package/calendar-range/esm/views/static.js +1 -1
  92. package/calendar-range/index.js +1 -1
  93. package/calendar-range/{index.module-d4d5654a.d.ts → index.module-8d0547b0.d.ts} +0 -0
  94. package/calendar-range/{index.module-d4d5654a.js → index.module-8d0547b0.js} +0 -0
  95. package/calendar-range/modern/Component.js +1 -1
  96. package/calendar-range/modern/index.js +1 -1
  97. package/calendar-range/modern/{index.module-773d4c22.js → index.module-57aec1e8.js} +0 -0
  98. package/calendar-range/modern/views/popover.js +1 -1
  99. package/calendar-range/modern/views/static.js +1 -1
  100. package/calendar-range/views/popover.js +1 -1
  101. package/calendar-range/views/static.js +1 -1
  102. package/chart/Component.js +1 -1
  103. package/chart/esm/Component.js +1 -1
  104. package/chart/esm/hooks/useSettings/index.js +1 -1
  105. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  106. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  107. package/chart/esm/index.js +1 -1
  108. package/chart/esm/{tslib.es6-1ee6f6b8.d.ts → tslib.es6-91a26172.d.ts} +0 -0
  109. package/chart/esm/{tslib.es6-1ee6f6b8.js → tslib.es6-91a26172.js} +0 -0
  110. package/chart/hooks/useSettings/index.js +1 -1
  111. package/chart/hooks/useSettings/utils/setDatas.d.ts +2 -1
  112. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  113. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  114. package/chart/index.js +1 -1
  115. package/chart/modern/hooks/useSettings/utils/setDatas.d.ts +2 -1
  116. package/chart/{tslib.es6-b167ef22.d.ts → tslib.es6-93d4626b.d.ts} +0 -0
  117. package/chart/{tslib.es6-b167ef22.js → tslib.es6-93d4626b.js} +0 -0
  118. package/confirmation/{component-2e696ae1.d.ts → component-512ec78b.d.ts} +0 -0
  119. package/confirmation/{component-2e696ae1.js → component-512ec78b.js} +0 -0
  120. package/confirmation/component.desktop.js +2 -2
  121. package/confirmation/component.mobile.js +2 -2
  122. package/confirmation/component.responsive.js +2 -2
  123. package/confirmation/components/base-confirmation/component.js +2 -2
  124. package/confirmation/components/base-confirmation/index.d.ts +1 -1
  125. package/confirmation/components/base-confirmation/index.js +2 -2
  126. package/confirmation/components/index.js +1 -1
  127. package/confirmation/components/screens/index.js +1 -1
  128. package/confirmation/components/screens/initial/component.js +1 -1
  129. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  130. package/confirmation/components/screens/initial/index.js +1 -1
  131. package/confirmation/{countdown-section-383dc28a.d.ts → countdown-section-2121f008.d.ts} +0 -0
  132. package/confirmation/{countdown-section-383dc28a.js → countdown-section-2121f008.js} +0 -0
  133. package/confirmation/desktop.js +2 -2
  134. package/confirmation/esm/{component-a949c052.d.ts → component-ab4657f7.d.ts} +0 -0
  135. package/confirmation/esm/{component-a949c052.js → component-ab4657f7.js} +1 -1
  136. package/confirmation/esm/component.desktop.js +2 -2
  137. package/confirmation/esm/component.mobile.js +2 -2
  138. package/confirmation/esm/component.responsive.js +2 -2
  139. package/confirmation/esm/components/base-confirmation/component.js +2 -2
  140. package/confirmation/esm/components/base-confirmation/index.d.ts +1 -1
  141. package/confirmation/esm/components/base-confirmation/index.js +2 -2
  142. package/confirmation/esm/components/index.js +1 -1
  143. package/confirmation/esm/components/screens/index.js +1 -1
  144. package/confirmation/esm/components/screens/initial/component.js +1 -1
  145. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  146. package/confirmation/esm/components/screens/initial/index.js +1 -1
  147. package/confirmation/esm/{countdown-section-dec9036a.d.ts → countdown-section-9414b953.d.ts} +0 -0
  148. package/confirmation/esm/{countdown-section-dec9036a.js → countdown-section-9414b953.js} +0 -0
  149. package/confirmation/esm/desktop.js +2 -2
  150. package/confirmation/esm/index.js +2 -2
  151. package/confirmation/esm/mobile.js +2 -2
  152. package/confirmation/esm/responsive.js +2 -2
  153. package/confirmation/index.js +2 -2
  154. package/confirmation/mobile.js +2 -2
  155. package/confirmation/modern/component.desktop.js +1 -1
  156. package/confirmation/modern/component.mobile.js +1 -1
  157. package/confirmation/modern/component.responsive.js +1 -1
  158. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  159. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  160. package/confirmation/modern/components/index.js +1 -1
  161. package/confirmation/modern/components/screens/index.js +1 -1
  162. package/confirmation/modern/components/screens/initial/component.js +1 -1
  163. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  164. package/confirmation/modern/components/screens/initial/index.js +1 -1
  165. package/confirmation/modern/{countdown-section-9a9a5cbf.d.ts → countdown-section-6c9cfcdb.d.ts} +0 -0
  166. package/confirmation/modern/{countdown-section-9a9a5cbf.js → countdown-section-6c9cfcdb.js} +0 -0
  167. package/confirmation/modern/desktop.js +1 -1
  168. package/confirmation/modern/index.js +1 -1
  169. package/confirmation/modern/mobile.js +1 -1
  170. package/confirmation/modern/responsive.js +1 -1
  171. package/confirmation/responsive.js +2 -2
  172. package/date-input/cssm/Component.d.ts +1 -1
  173. package/date-input/esm/Component.d.ts +1 -1
  174. package/date-range-input/Component.d.ts +1 -3
  175. package/date-range-input/cssm/Component.d.ts +1 -3
  176. package/date-range-input/esm/Component.d.ts +1 -3
  177. package/date-range-input/modern/Component.d.ts +1 -3
  178. package/file-upload-item/Component.js +4 -4
  179. package/file-upload-item/cssm/Component.js +4 -4
  180. package/file-upload-item/cssm/index.js +2 -2
  181. package/file-upload-item/cssm/index.module.css +1 -5
  182. package/file-upload-item/esm/Component.js +4 -4
  183. package/file-upload-item/esm/index.css +1 -5
  184. package/file-upload-item/esm/index.js +2 -2
  185. package/file-upload-item/index.css +1 -5
  186. package/file-upload-item/index.js +2 -2
  187. package/file-upload-item/modern/Component.js +4 -4
  188. package/file-upload-item/modern/index.css +1 -5
  189. package/file-upload-item/modern/index.js +2 -2
  190. package/gallery/Component.js +2 -2
  191. package/gallery/components/header/Component.js +1 -1
  192. package/gallery/components/header/buttons.js +1 -1
  193. package/gallery/components/header/index.js +1 -1
  194. package/gallery/components/image-viewer/component.js +2 -2
  195. package/gallery/components/image-viewer/index.js +2 -2
  196. package/gallery/components/image-viewer/slide.js +1 -1
  197. package/gallery/components/index.js +2 -2
  198. package/gallery/esm/Component.js +2 -2
  199. package/gallery/esm/components/header/Component.js +1 -1
  200. package/gallery/esm/components/header/buttons.js +1 -1
  201. package/gallery/esm/components/header/index.js +1 -1
  202. package/gallery/esm/components/image-viewer/component.js +2 -2
  203. package/gallery/esm/components/image-viewer/index.js +2 -2
  204. package/gallery/esm/components/image-viewer/slide.js +1 -1
  205. package/gallery/esm/components/index.js +2 -2
  206. package/gallery/esm/index.js +2 -2
  207. package/gallery/esm/{slide-9ffd3611.d.ts → slide-a2428b75.d.ts} +0 -0
  208. package/gallery/esm/{slide-9ffd3611.js → slide-a2428b75.js} +0 -0
  209. package/gallery/esm/{tslib.es6-80bf67e4.d.ts → tslib.es6-68091898.d.ts} +0 -0
  210. package/gallery/esm/{tslib.es6-80bf67e4.js → tslib.es6-68091898.js} +0 -0
  211. package/gallery/index.js +2 -2
  212. package/gallery/modern/Component.js +1 -1
  213. package/gallery/modern/components/image-viewer/component.js +1 -1
  214. package/gallery/modern/components/image-viewer/index.js +1 -1
  215. package/gallery/modern/components/image-viewer/slide.js +1 -1
  216. package/gallery/modern/components/index.js +1 -1
  217. package/gallery/modern/index.js +1 -1
  218. package/gallery/modern/{slide-edf5d2e5.d.ts → slide-792c3f79.d.ts} +0 -0
  219. package/gallery/modern/{slide-edf5d2e5.js → slide-792c3f79.js} +0 -0
  220. package/gallery/{slide-d8e46bbd.d.ts → slide-fdbae00b.d.ts} +0 -0
  221. package/gallery/{slide-d8e46bbd.js → slide-fdbae00b.js} +0 -0
  222. package/gallery/{tslib.es6-500ac7f4.d.ts → tslib.es6-0a71810f.d.ts} +0 -0
  223. package/gallery/{tslib.es6-500ac7f4.js → tslib.es6-0a71810f.js} +0 -0
  224. package/grid/Component.js +1 -1
  225. package/grid/col/Component.js +1 -1
  226. package/grid/col/index.js +1 -1
  227. package/grid/esm/Component.js +1 -1
  228. package/grid/esm/col/Component.js +1 -1
  229. package/grid/esm/col/index.js +1 -1
  230. package/grid/esm/{gutters.module-13ee775e.d.ts → gutters.module-2a023806.d.ts} +0 -0
  231. package/grid/esm/{gutters.module-13ee775e.js → gutters.module-2a023806.js} +0 -0
  232. package/grid/esm/index.js +1 -1
  233. package/grid/esm/row/Component.js +1 -1
  234. package/grid/esm/row/index.js +1 -1
  235. package/grid/{gutters.module-85f84288.d.ts → gutters.module-a7390f1a.d.ts} +0 -0
  236. package/grid/{gutters.module-85f84288.js → gutters.module-a7390f1a.js} +0 -0
  237. package/grid/index.js +1 -1
  238. package/grid/modern/Component.js +1 -1
  239. package/grid/modern/col/Component.js +1 -1
  240. package/grid/modern/col/index.js +1 -1
  241. package/grid/modern/{gutters.module-10e014bd.js → gutters.module-1d45501e.js} +0 -0
  242. package/grid/modern/index.js +1 -1
  243. package/grid/modern/row/Component.js +1 -1
  244. package/grid/modern/row/index.js +1 -1
  245. package/grid/row/Component.js +1 -1
  246. package/grid/row/index.js +1 -1
  247. package/icon-view/circle.js +1 -1
  248. package/icon-view/components/circle/component.js +1 -1
  249. package/icon-view/components/circle/index.js +1 -1
  250. package/icon-view/components/index.js +1 -1
  251. package/icon-view/components/super-ellipse/component.js +1 -1
  252. package/icon-view/components/super-ellipse/index.js +1 -1
  253. package/icon-view/esm/circle.js +1 -1
  254. package/icon-view/esm/components/circle/component.js +1 -1
  255. package/icon-view/esm/components/circle/index.js +1 -1
  256. package/icon-view/esm/components/index.js +1 -1
  257. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  258. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  259. package/icon-view/esm/super-ellipse.js +1 -1
  260. package/icon-view/esm/{tslib.es6-8661a1b8.d.ts → tslib.es6-15450bed.d.ts} +0 -0
  261. package/icon-view/esm/{tslib.es6-8661a1b8.js → tslib.es6-15450bed.js} +0 -0
  262. package/icon-view/super-ellipse.js +1 -1
  263. package/icon-view/{tslib.es6-5397da44.d.ts → tslib.es6-835594f2.d.ts} +0 -0
  264. package/icon-view/{tslib.es6-5397da44.js → tslib.es6-835594f2.js} +0 -0
  265. package/input-autocomplete/Component.js +1 -1
  266. package/input-autocomplete/Component.mobile.js +1 -1
  267. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  268. package/input-autocomplete/autocomplete-field/index.js +1 -1
  269. package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
  270. package/input-autocomplete/autocomplete-mobile-field/index.js +1 -1
  271. package/input-autocomplete/cssm/Component.d.ts +3 -3
  272. package/input-autocomplete/cssm/Component.mobile.d.ts +2 -2
  273. package/input-autocomplete/esm/Component.d.ts +3 -3
  274. package/input-autocomplete/esm/Component.js +1 -1
  275. package/input-autocomplete/esm/Component.mobile.d.ts +2 -2
  276. package/input-autocomplete/esm/Component.mobile.js +1 -1
  277. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  278. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  279. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
  280. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +1 -1
  281. package/input-autocomplete/esm/index.js +1 -1
  282. package/input-autocomplete/esm/mobile.js +1 -1
  283. package/input-autocomplete/esm/{tslib.es6-c783bee2.d.ts → tslib.es6-ebe4326a.d.ts} +0 -0
  284. package/input-autocomplete/esm/{tslib.es6-c783bee2.js → tslib.es6-ebe4326a.js} +0 -0
  285. package/input-autocomplete/index.js +1 -1
  286. package/input-autocomplete/mobile.js +1 -1
  287. package/input-autocomplete/modern/Component.d.ts +3 -3
  288. package/input-autocomplete/modern/Component.mobile.d.ts +2 -2
  289. package/input-autocomplete/{tslib.es6-4d1cf602.d.ts → tslib.es6-5e3ffdb9.d.ts} +0 -0
  290. package/input-autocomplete/{tslib.es6-4d1cf602.js → tslib.es6-5e3ffdb9.js} +0 -0
  291. package/intl-phone-input/{component-ea99b03b.d.ts → component-63f366b2.d.ts} +0 -0
  292. package/intl-phone-input/{component-ea99b03b.js → component-63f366b2.js} +0 -0
  293. package/intl-phone-input/component.d.ts +1 -1
  294. package/intl-phone-input/component.js +2 -2
  295. package/intl-phone-input/components/index.js +1 -1
  296. package/intl-phone-input/components/select/component.js +1 -1
  297. package/intl-phone-input/components/select/index.js +1 -1
  298. package/intl-phone-input/components/select-field/component.js +1 -1
  299. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  300. package/intl-phone-input/components/select-field/index.js +1 -1
  301. package/intl-phone-input/esm/{component-056a43d1.d.ts → component-864a04cb.d.ts} +0 -0
  302. package/intl-phone-input/esm/{component-056a43d1.js → component-864a04cb.js} +0 -0
  303. package/intl-phone-input/esm/component.js +2 -2
  304. package/intl-phone-input/esm/components/index.js +1 -1
  305. package/intl-phone-input/esm/components/select/component.js +1 -1
  306. package/intl-phone-input/esm/components/select/index.js +1 -1
  307. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  308. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  309. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  310. package/intl-phone-input/esm/index.js +1 -1
  311. package/intl-phone-input/esm/{libphonenumber-js.min-9b56adf7.d.ts → libphonenumber-js.min-77ab5c93.d.ts} +0 -0
  312. package/intl-phone-input/esm/{libphonenumber-js.min-9b56adf7.js → libphonenumber-js.min-77ab5c93.js} +0 -0
  313. package/intl-phone-input/index.js +1 -1
  314. package/intl-phone-input/{libphonenumber-js.min-6274bc48.d.ts → libphonenumber-js.min-fbb3cb8d.d.ts} +0 -0
  315. package/intl-phone-input/{libphonenumber-js.min-6274bc48.js → libphonenumber-js.min-fbb3cb8d.js} +0 -0
  316. package/intl-phone-input/modern/component.js +1 -1
  317. package/intl-phone-input/modern/{libphonenumber-js.min-9b56adf7.d.ts → libphonenumber-js.min-77ab5c93.d.ts} +0 -0
  318. package/intl-phone-input/modern/{libphonenumber-js.min-9b56adf7.js → libphonenumber-js.min-77ab5c93.js} +0 -0
  319. package/modal/{Component-a3014022.d.ts → Component-0defecef.d.ts} +0 -0
  320. package/modal/{Component-a3014022.js → Component-0defecef.js} +0 -0
  321. package/modal/Component.desktop.js +3 -3
  322. package/modal/Component.mobile.js +3 -3
  323. package/modal/Component.responsive.js +3 -3
  324. package/modal/components/closer/Component.js +1 -1
  325. package/modal/components/content/Component.desktop.js +1 -1
  326. package/modal/components/content/Component.mobile.js +1 -1
  327. package/modal/components/content/index.css +1 -1
  328. package/modal/components/footer/Component.desktop.js +1 -1
  329. package/modal/components/footer/Component.mobile.js +1 -1
  330. package/modal/components/header/Component.desktop.d.ts +1 -1
  331. package/modal/components/header/Component.desktop.js +2 -2
  332. package/modal/components/header/Component.js +1 -1
  333. package/modal/components/header/Component.mobile.d.ts +1 -1
  334. package/modal/components/header/Component.mobile.js +2 -2
  335. package/modal/cssm/components/content/index.module.css +1 -1
  336. package/modal/desktop.js +3 -3
  337. package/modal/esm/{Component-6e00bda6.d.ts → Component-2b159fe9.d.ts} +0 -0
  338. package/modal/esm/{Component-6e00bda6.js → Component-2b159fe9.js} +0 -0
  339. package/modal/esm/Component.desktop.js +3 -3
  340. package/modal/esm/Component.mobile.js +3 -3
  341. package/modal/esm/Component.responsive.js +3 -3
  342. package/modal/esm/components/closer/Component.js +1 -1
  343. package/modal/esm/components/content/Component.desktop.js +1 -1
  344. package/modal/esm/components/content/Component.mobile.js +1 -1
  345. package/modal/esm/components/content/index.css +1 -1
  346. package/modal/esm/components/footer/Component.desktop.js +1 -1
  347. package/modal/esm/components/footer/Component.mobile.js +1 -1
  348. package/modal/esm/components/header/Component.desktop.d.ts +1 -1
  349. package/modal/esm/components/header/Component.desktop.js +2 -2
  350. package/modal/esm/components/header/Component.js +1 -1
  351. package/modal/esm/components/header/Component.mobile.d.ts +1 -1
  352. package/modal/esm/components/header/Component.mobile.js +2 -2
  353. package/modal/esm/desktop.js +3 -3
  354. package/modal/esm/index.js +3 -3
  355. package/modal/esm/mobile.js +3 -3
  356. package/modal/esm/responsive.js +3 -3
  357. package/modal/esm/{transitions.module-555e34e0.js → transitions.module-25489c78.js} +0 -0
  358. package/modal/esm/{tslib.es6-60db3b67.d.ts → tslib.es6-62c96ba4.d.ts} +0 -0
  359. package/modal/esm/{tslib.es6-60db3b67.js → tslib.es6-62c96ba4.js} +0 -0
  360. package/modal/index.js +3 -3
  361. package/modal/mobile.js +3 -3
  362. package/modal/modern/{Component-da0548a4.d.ts → Component-1f033c16.d.ts} +0 -0
  363. package/modal/modern/{Component-da0548a4.js → Component-1f033c16.js} +0 -0
  364. package/modal/modern/Component.desktop.js +2 -2
  365. package/modal/modern/Component.mobile.js +2 -2
  366. package/modal/modern/Component.responsive.d.ts +1 -1
  367. package/modal/modern/Component.responsive.js +2 -2
  368. package/modal/modern/components/content/index.css +1 -1
  369. package/modal/modern/components/header/Component.desktop.d.ts +1 -1
  370. package/modal/modern/components/header/Component.desktop.js +1 -1
  371. package/modal/modern/components/header/Component.js +1 -1
  372. package/modal/modern/components/header/Component.mobile.d.ts +1 -1
  373. package/modal/modern/components/header/Component.mobile.js +1 -1
  374. package/modal/modern/desktop.js +2 -2
  375. package/modal/modern/index.js +2 -2
  376. package/modal/modern/mobile.js +2 -2
  377. package/modal/modern/responsive.js +2 -2
  378. package/modal/modern/{transitions.module-555e34e0.js → transitions.module-25489c78.js} +0 -0
  379. package/modal/responsive.js +3 -3
  380. package/modal/{transitions.module-222d162a.js → transitions.module-8830325d.js} +0 -0
  381. package/modal/{tslib.es6-5c9ba4d7.d.ts → tslib.es6-e377d59a.d.ts} +0 -0
  382. package/modal/{tslib.es6-5c9ba4d7.js → tslib.es6-e377d59a.js} +0 -0
  383. package/notification-manager/{component-138bfc65.d.ts → component-7bcbb71f.d.ts} +0 -0
  384. package/notification-manager/{component-138bfc65.js → component-7bcbb71f.js} +0 -0
  385. package/notification-manager/component.js +1 -1
  386. package/notification-manager/components/index.js +1 -1
  387. package/notification-manager/components/notification/component.js +1 -1
  388. package/notification-manager/components/notification/index.d.ts +1 -1
  389. package/notification-manager/components/notification/index.js +1 -1
  390. package/notification-manager/esm/{component-9235cfd4.d.ts → component-80e0561a.d.ts} +0 -0
  391. package/notification-manager/esm/{component-9235cfd4.js → component-80e0561a.js} +0 -0
  392. package/notification-manager/esm/component.js +1 -1
  393. package/notification-manager/esm/components/index.js +1 -1
  394. package/notification-manager/esm/components/notification/component.js +1 -1
  395. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  396. package/notification-manager/esm/components/notification/index.js +1 -1
  397. package/notification-manager/esm/index.js +1 -1
  398. package/notification-manager/index.js +1 -1
  399. package/package.json +2 -1
  400. package/phone-input/utils/index.js +5 -7
  401. package/picker-button/Component.js +1 -1
  402. package/picker-button/Component.mobile.js +1 -1
  403. package/picker-button/Component.responsive.js +1 -1
  404. package/picker-button/cssm/index.module.css +5 -1
  405. package/picker-button/desktop.js +1 -1
  406. package/picker-button/esm/Component.js +1 -1
  407. package/picker-button/esm/Component.mobile.js +1 -1
  408. package/picker-button/esm/Component.responsive.js +1 -1
  409. package/picker-button/esm/desktop.js +1 -1
  410. package/picker-button/esm/field/Component.js +1 -1
  411. package/picker-button/esm/field/index.js +1 -1
  412. package/picker-button/esm/index.css +5 -1
  413. package/picker-button/esm/index.js +1 -1
  414. package/picker-button/esm/mobile.js +1 -1
  415. package/picker-button/esm/option/Component.js +1 -1
  416. package/picker-button/esm/option/index.js +1 -1
  417. package/picker-button/esm/{tslib.es6-fa456565.d.ts → tslib.es6-198658f7.d.ts} +0 -0
  418. package/picker-button/esm/{tslib.es6-fa456565.js → tslib.es6-198658f7.js} +0 -0
  419. package/picker-button/field/Component.js +1 -1
  420. package/picker-button/field/index.js +1 -1
  421. package/picker-button/index.css +5 -1
  422. package/picker-button/index.js +1 -1
  423. package/picker-button/mobile.js +1 -1
  424. package/picker-button/modern/index.css +5 -1
  425. package/picker-button/option/Component.js +1 -1
  426. package/picker-button/option/index.js +1 -1
  427. package/picker-button/{tslib.es6-6b493864.d.ts → tslib.es6-f9ea6cba.d.ts} +0 -0
  428. package/picker-button/{tslib.es6-6b493864.js → tslib.es6-f9ea6cba.js} +0 -0
  429. package/pure-cell/{component-26fcccd6.d.ts → component-38f8145a.d.ts} +0 -0
  430. package/pure-cell/{component-26fcccd6.js → component-38f8145a.js} +1 -1
  431. package/pure-cell/{component-bfcc6822.d.ts → component-f5cacafb.d.ts} +0 -0
  432. package/pure-cell/{component-bfcc6822.js → component-f5cacafb.js} +2 -2
  433. package/pure-cell/component.js +3 -3
  434. package/pure-cell/components/addon/component.js +1 -1
  435. package/pure-cell/components/addon/index.js +1 -1
  436. package/pure-cell/components/amount/component.js +1 -1
  437. package/pure-cell/components/amount/index.js +1 -1
  438. package/pure-cell/components/amount-title/component.js +1 -1
  439. package/pure-cell/components/amount-title/index.js +1 -1
  440. package/pure-cell/components/category/component.js +1 -1
  441. package/pure-cell/components/category/index.js +1 -1
  442. package/pure-cell/components/content/component.js +3 -3
  443. package/pure-cell/components/content/index.d.ts +1 -1
  444. package/pure-cell/components/content/index.js +3 -3
  445. package/pure-cell/components/footer/component.js +1 -1
  446. package/pure-cell/components/footer/index.js +1 -1
  447. package/pure-cell/components/footer-button/component.js +2 -2
  448. package/pure-cell/components/footer-button/index.d.ts +1 -1
  449. package/pure-cell/components/footer-button/index.js +2 -2
  450. package/pure-cell/components/footer-text/component.js +1 -1
  451. package/pure-cell/components/footer-text/index.js +1 -1
  452. package/pure-cell/components/graphics/component.js +1 -1
  453. package/pure-cell/components/graphics/index.js +1 -1
  454. package/pure-cell/components/main/component.js +3 -3
  455. package/pure-cell/components/main/index.d.ts +1 -1
  456. package/pure-cell/components/main/index.js +3 -3
  457. package/pure-cell/components/text/component.js +3 -3
  458. package/pure-cell/components/text/index.d.ts +1 -1
  459. package/pure-cell/components/text/index.js +3 -3
  460. package/pure-cell/esm/{component-114270f4.d.ts → component-288d086b.d.ts} +0 -0
  461. package/pure-cell/esm/{component-114270f4.js → component-288d086b.js} +1 -1
  462. package/pure-cell/esm/{component-a2ef3735.d.ts → component-f19d121a.d.ts} +0 -0
  463. package/pure-cell/esm/{component-a2ef3735.js → component-f19d121a.js} +2 -2
  464. package/pure-cell/esm/component.js +3 -3
  465. package/pure-cell/esm/components/addon/component.js +1 -1
  466. package/pure-cell/esm/components/addon/index.js +1 -1
  467. package/pure-cell/esm/components/amount/component.js +1 -1
  468. package/pure-cell/esm/components/amount/index.js +1 -1
  469. package/pure-cell/esm/components/amount-title/component.js +1 -1
  470. package/pure-cell/esm/components/amount-title/index.js +1 -1
  471. package/pure-cell/esm/components/category/component.js +1 -1
  472. package/pure-cell/esm/components/category/index.js +1 -1
  473. package/pure-cell/esm/components/content/component.js +3 -3
  474. package/pure-cell/esm/components/content/index.d.ts +1 -1
  475. package/pure-cell/esm/components/content/index.js +3 -3
  476. package/pure-cell/esm/components/footer/component.js +1 -1
  477. package/pure-cell/esm/components/footer/index.js +1 -1
  478. package/pure-cell/esm/components/footer-button/component.js +2 -2
  479. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  480. package/pure-cell/esm/components/footer-button/index.js +2 -2
  481. package/pure-cell/esm/components/footer-text/component.js +1 -1
  482. package/pure-cell/esm/components/footer-text/index.js +1 -1
  483. package/pure-cell/esm/components/graphics/component.js +1 -1
  484. package/pure-cell/esm/components/graphics/index.js +1 -1
  485. package/pure-cell/esm/components/main/component.js +3 -3
  486. package/pure-cell/esm/components/main/index.d.ts +1 -1
  487. package/pure-cell/esm/components/main/index.js +3 -3
  488. package/pure-cell/esm/components/text/component.js +3 -3
  489. package/pure-cell/esm/components/text/index.d.ts +1 -1
  490. package/pure-cell/esm/components/text/index.js +3 -3
  491. package/pure-cell/esm/{getDataTestId-2320d4c9.d.ts → getDataTestId-7d3a3508.d.ts} +0 -0
  492. package/pure-cell/esm/{getDataTestId-2320d4c9.js → getDataTestId-7d3a3508.js} +0 -0
  493. package/pure-cell/esm/index.js +3 -3
  494. package/pure-cell/{getDataTestId-cad97c00.d.ts → getDataTestId-98c7c480.d.ts} +0 -0
  495. package/pure-cell/{getDataTestId-cad97c00.js → getDataTestId-98c7c480.js} +0 -0
  496. package/pure-cell/index.js +3 -3
  497. package/pure-cell/modern/{component-c66417cb.d.ts → component-d2bfc023.d.ts} +0 -0
  498. package/pure-cell/modern/{component-c66417cb.js → component-d2bfc023.js} +1 -1
  499. package/pure-cell/modern/component.js +2 -2
  500. package/pure-cell/modern/components/addon/component.js +1 -1
  501. package/pure-cell/modern/components/addon/index.js +1 -1
  502. package/pure-cell/modern/components/amount/component.js +1 -1
  503. package/pure-cell/modern/components/amount/index.js +1 -1
  504. package/pure-cell/modern/components/amount-title/component.js +1 -1
  505. package/pure-cell/modern/components/amount-title/index.js +1 -1
  506. package/pure-cell/modern/components/category/component.js +1 -1
  507. package/pure-cell/modern/components/category/index.js +1 -1
  508. package/pure-cell/modern/components/content/component.js +2 -2
  509. package/pure-cell/modern/components/content/index.d.ts +1 -1
  510. package/pure-cell/modern/components/content/index.js +2 -2
  511. package/pure-cell/modern/components/footer/component.js +1 -1
  512. package/pure-cell/modern/components/footer/index.js +1 -1
  513. package/pure-cell/modern/components/footer-button/component.js +1 -1
  514. package/pure-cell/modern/components/footer-button/index.js +1 -1
  515. package/pure-cell/modern/components/footer-text/component.js +1 -1
  516. package/pure-cell/modern/components/footer-text/index.js +1 -1
  517. package/pure-cell/modern/components/graphics/component.js +1 -1
  518. package/pure-cell/modern/components/graphics/index.js +1 -1
  519. package/pure-cell/modern/components/main/component.js +2 -2
  520. package/pure-cell/modern/components/main/index.d.ts +1 -1
  521. package/pure-cell/modern/components/main/index.js +2 -2
  522. package/pure-cell/modern/components/text/component.js +2 -2
  523. package/pure-cell/modern/components/text/index.d.ts +1 -1
  524. package/pure-cell/modern/components/text/index.js +2 -2
  525. package/pure-cell/modern/{getDataTestId-38af0b6e.d.ts → getDataTestId-4bfc9397.d.ts} +0 -0
  526. package/pure-cell/modern/{getDataTestId-38af0b6e.js → getDataTestId-4bfc9397.js} +0 -0
  527. package/pure-cell/modern/index.js +2 -2
  528. package/select/{Component-43ee6315.d.ts → Component-0adcc33f.d.ts} +0 -0
  529. package/select/{Component-43ee6315.js → Component-0adcc33f.js} +1 -1
  530. package/select/Component-afce40e0.d.ts +1 -1
  531. package/select/{modern/Component-a6b8e779.d.ts → Component-c9860dd6.d.ts} +8 -8
  532. package/select/{Component-6b76b917.js → Component-c9860dd6.js} +12 -12
  533. package/select/Component.d.ts +1 -1
  534. package/select/Component.js +2 -2
  535. package/select/components/base-select/Component.js +2 -2
  536. package/select/components/base-select/index.d.ts +1 -1
  537. package/select/components/base-select/index.js +2 -2
  538. package/select/components/base-select-mobile/Component.js +4 -4
  539. package/select/components/base-select-mobile/index.d.ts +1 -1
  540. package/select/components/base-select-mobile/index.js +4 -4
  541. package/select/components/base-select-mobile/options-list/Component.js +1 -1
  542. package/select/components/base-select-mobile/options-list/index.js +1 -1
  543. package/select/components/field/Component.js +1 -1
  544. package/select/components/field/index.js +1 -1
  545. package/select/components/index.js +4 -4
  546. package/select/components/native-select/Component.js +1 -1
  547. package/select/components/native-select/index.js +1 -1
  548. package/select/components/option/Component.js +1 -1
  549. package/select/components/option/index.js +1 -1
  550. package/select/components/options-list/Component.js +1 -1
  551. package/select/components/options-list/index.js +1 -1
  552. package/select/components/select-mobile/Component.js +4 -4
  553. package/select/components/select-mobile/index.d.ts +1 -1
  554. package/select/components/select-mobile/index.js +4 -4
  555. package/select/components/select-modal-mobile/Component.js +4 -4
  556. package/select/components/select-modal-mobile/index.d.ts +1 -1
  557. package/select/components/select-modal-mobile/index.js +4 -4
  558. package/select/components/virtual-options-list/Component.js +1 -1
  559. package/select/components/virtual-options-list/index.js +1 -1
  560. package/select/cssm/{Component-80de90ee.d.ts → Component-77d7e4fc.d.ts} +6 -6
  561. package/select/cssm/{Component-80de90ee.js → Component-77d7e4fc.js} +9 -9
  562. package/select/cssm/components/base-select-mobile/Component.js +1 -1
  563. package/select/cssm/components/base-select-mobile/index.d.ts +1 -1
  564. package/select/cssm/components/base-select-mobile/index.js +1 -1
  565. package/select/cssm/components/index.js +1 -1
  566. package/select/cssm/components/select-mobile/Component.js +1 -1
  567. package/select/cssm/components/select-mobile/index.d.ts +1 -1
  568. package/select/cssm/components/select-mobile/index.js +1 -1
  569. package/select/cssm/components/select-modal-mobile/Component.js +1 -1
  570. package/select/cssm/components/select-modal-mobile/index.d.ts +1 -1
  571. package/select/cssm/components/select-modal-mobile/index.js +1 -1
  572. package/select/cssm/index.js +1 -1
  573. package/select/cssm/presets/index.js +1 -1
  574. package/select/cssm/presets/useSelectWithApply/hook.js +1 -1
  575. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  576. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  577. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  578. package/select/esm/{Component-02ba485d.d.ts → Component-4cadb402.d.ts} +0 -0
  579. package/select/esm/{Component-02ba485d.js → Component-4cadb402.js} +1 -1
  580. package/select/esm/{Component-8fd0c28c.d.ts → Component-7abd68e3.d.ts} +6 -6
  581. package/select/esm/{Component-8fd0c28c.js → Component-7abd68e3.js} +14 -14
  582. package/select/esm/Component.js +2 -2
  583. package/select/esm/components/base-select/Component.js +2 -2
  584. package/select/esm/components/base-select/index.d.ts +1 -1
  585. package/select/esm/components/base-select/index.js +2 -2
  586. package/select/esm/components/base-select-mobile/Component.js +4 -4
  587. package/select/esm/components/base-select-mobile/index.d.ts +1 -1
  588. package/select/esm/components/base-select-mobile/index.js +4 -4
  589. package/select/esm/components/base-select-mobile/options-list/Component.js +1 -1
  590. package/select/esm/components/base-select-mobile/options-list/index.js +1 -1
  591. package/select/esm/components/field/Component.js +1 -1
  592. package/select/esm/components/field/index.js +1 -1
  593. package/select/esm/components/index.js +4 -4
  594. package/select/esm/components/native-select/Component.js +1 -1
  595. package/select/esm/components/native-select/index.js +1 -1
  596. package/select/esm/components/option/Component.js +1 -1
  597. package/select/esm/components/option/index.js +1 -1
  598. package/select/esm/components/options-list/Component.js +1 -1
  599. package/select/esm/components/options-list/index.js +1 -1
  600. package/select/esm/components/select-mobile/Component.js +4 -4
  601. package/select/esm/components/select-mobile/index.d.ts +1 -1
  602. package/select/esm/components/select-mobile/index.js +4 -4
  603. package/select/esm/components/select-modal-mobile/Component.js +4 -4
  604. package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
  605. package/select/esm/components/select-modal-mobile/index.js +4 -4
  606. package/select/esm/components/virtual-options-list/Component.js +1 -1
  607. package/select/esm/components/virtual-options-list/index.js +1 -1
  608. package/select/esm/index.js +4 -4
  609. package/select/esm/{intersection-observer-191f7f28.d.ts → intersection-observer-47ac1624.d.ts} +0 -0
  610. package/select/esm/{intersection-observer-191f7f28.js → intersection-observer-47ac1624.js} +0 -0
  611. package/select/esm/presets/index.js +4 -4
  612. package/select/esm/presets/useLazyLoading/hook.js +2 -2
  613. package/select/esm/presets/useSelectWithApply/hook.js +4 -4
  614. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  615. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  616. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  617. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  618. package/select/esm/{tslib.es6-29abd052.d.ts → tslib.es6-babe1c35.d.ts} +0 -0
  619. package/select/esm/{tslib.es6-29abd052.js → tslib.es6-babe1c35.js} +0 -0
  620. package/select/index.js +4 -4
  621. package/select/{intersection-observer-878f8d34.d.ts → intersection-observer-f9d37e0f.d.ts} +0 -0
  622. package/select/{intersection-observer-878f8d34.js → intersection-observer-f9d37e0f.js} +0 -0
  623. package/select/{Component-6b76b917.d.ts → modern/Component-7a4219aa.d.ts} +8 -8
  624. package/select/modern/{Component-a6b8e779.js → Component-7a4219aa.js} +8 -8
  625. package/select/modern/Component-afce40e0.d.ts +1 -1
  626. package/select/modern/{Component-4293a718.d.ts → Component-f424e3c6.d.ts} +0 -0
  627. package/select/modern/{Component-4293a718.js → Component-f424e3c6.js} +0 -0
  628. package/select/modern/Component.d.ts +1 -1
  629. package/select/modern/Component.js +4 -4
  630. package/select/modern/components/base-select/Component.js +1 -1
  631. package/select/modern/components/base-select/index.d.ts +1 -1
  632. package/select/modern/components/base-select/index.js +1 -1
  633. package/select/modern/components/base-select-mobile/Component.js +6 -6
  634. package/select/modern/components/base-select-mobile/index.d.ts +1 -1
  635. package/select/modern/components/base-select-mobile/index.js +6 -6
  636. package/select/modern/components/field/Component.js +1 -1
  637. package/select/modern/components/field/index.js +1 -1
  638. package/select/modern/components/index.js +6 -6
  639. package/select/modern/components/select-mobile/Component.js +6 -6
  640. package/select/modern/components/select-mobile/index.d.ts +1 -1
  641. package/select/modern/components/select-mobile/index.js +6 -6
  642. package/select/modern/components/select-modal-mobile/Component.js +6 -6
  643. package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
  644. package/select/modern/components/select-modal-mobile/index.js +6 -6
  645. package/select/modern/index.js +6 -6
  646. package/select/modern/{intersection-observer-191f7f28.d.ts → intersection-observer-47ac1624.d.ts} +0 -0
  647. package/select/modern/{intersection-observer-191f7f28.js → intersection-observer-47ac1624.js} +0 -0
  648. package/select/modern/presets/index.js +6 -6
  649. package/select/modern/presets/useLazyLoading/hook.js +1 -1
  650. package/select/modern/presets/useSelectWithApply/hook.js +6 -6
  651. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
  652. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  653. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
  654. package/select/presets/index.js +4 -4
  655. package/select/presets/useLazyLoading/hook.js +2 -2
  656. package/select/presets/useSelectWithApply/hook.js +4 -4
  657. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  658. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  659. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  660. package/select/presets/useSelectWithLoading/hook.js +1 -1
  661. package/select/{tslib.es6-18d6811c.d.ts → tslib.es6-820c70b7.d.ts} +0 -0
  662. package/select/{tslib.es6-18d6811c.js → tslib.es6-820c70b7.js} +0 -0
  663. package/select-with-tags/component.js +1 -1
  664. package/select-with-tags/components/index.js +1 -1
  665. package/select-with-tags/components/tag/component.js +1 -1
  666. package/select-with-tags/components/tag/index.js +1 -1
  667. package/select-with-tags/components/tag-list/component.js +1 -1
  668. package/select-with-tags/components/tag-list/index.js +1 -1
  669. package/select-with-tags/esm/component.js +1 -1
  670. package/select-with-tags/esm/components/index.js +1 -1
  671. package/select-with-tags/esm/components/tag/component.js +1 -1
  672. package/select-with-tags/esm/components/tag/index.js +1 -1
  673. package/select-with-tags/esm/components/tag-list/component.js +1 -1
  674. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  675. package/select-with-tags/esm/index.js +1 -1
  676. package/select-with-tags/esm/{tslib.es6-11916e83.d.ts → tslib.es6-d0163f3b.d.ts} +0 -0
  677. package/select-with-tags/esm/{tslib.es6-11916e83.js → tslib.es6-d0163f3b.js} +0 -0
  678. package/select-with-tags/esm/utils/index.js +1 -1
  679. package/select-with-tags/esm/utils/match.js +1 -1
  680. package/select-with-tags/index.js +1 -1
  681. package/select-with-tags/{tslib.es6-c10a1ad6.d.ts → tslib.es6-d0d83e24.d.ts} +0 -0
  682. package/select-with-tags/{tslib.es6-c10a1ad6.js → tslib.es6-d0d83e24.js} +0 -0
  683. package/select-with-tags/utils/index.js +1 -1
  684. package/select-with-tags/utils/match.js +1 -1
  685. package/side-panel/Component.desktop.js +1 -1
  686. package/side-panel/Component.mobile.js +1 -1
  687. package/side-panel/Component.responsive.d.ts +1 -1
  688. package/side-panel/Component.responsive.js +1 -1
  689. package/side-panel/components/closer/Component.js +1 -1
  690. package/side-panel/components/content/Component.desktop.js +1 -1
  691. package/side-panel/components/content/Component.mobile.js +1 -1
  692. package/side-panel/components/footer/Component.desktop.js +1 -1
  693. package/side-panel/components/footer/Component.mobile.js +1 -1
  694. package/side-panel/components/header/Component.desktop.js +1 -1
  695. package/side-panel/components/header/Component.js +1 -1
  696. package/side-panel/components/header/Component.mobile.js +1 -1
  697. package/side-panel/desktop.js +1 -1
  698. package/side-panel/esm/Component.desktop.js +1 -1
  699. package/side-panel/esm/Component.mobile.js +1 -1
  700. package/side-panel/esm/Component.responsive.d.ts +1 -1
  701. package/side-panel/esm/Component.responsive.js +1 -1
  702. package/side-panel/esm/components/closer/Component.js +1 -1
  703. package/side-panel/esm/components/content/Component.desktop.js +1 -1
  704. package/side-panel/esm/components/content/Component.mobile.js +1 -1
  705. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  706. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  707. package/side-panel/esm/components/header/Component.desktop.js +1 -1
  708. package/side-panel/esm/components/header/Component.js +1 -1
  709. package/side-panel/esm/components/header/Component.mobile.js +1 -1
  710. package/side-panel/esm/desktop.js +1 -1
  711. package/side-panel/esm/index.js +1 -1
  712. package/side-panel/esm/mobile.js +1 -1
  713. package/side-panel/esm/responsive.js +1 -1
  714. package/side-panel/esm/{tslib.es6-81ee75c7.d.ts → tslib.es6-212fa338.d.ts} +0 -0
  715. package/side-panel/esm/{tslib.es6-81ee75c7.js → tslib.es6-212fa338.js} +0 -0
  716. package/side-panel/index.js +1 -1
  717. package/side-panel/mobile.js +1 -1
  718. package/side-panel/responsive.js +1 -1
  719. package/side-panel/{tslib.es6-f866d13a.d.ts → tslib.es6-bd87b0cc.d.ts} +0 -0
  720. package/side-panel/{tslib.es6-f866d13a.js → tslib.es6-bd87b0cc.js} +0 -0
  721. package/space/Component.js +1 -1
  722. package/space/{Item-1532e99e.d.ts → Item-49116756.d.ts} +0 -0
  723. package/space/{Item-1532e99e.js → Item-49116756.js} +0 -0
  724. package/space/Item.js +1 -1
  725. package/space/esm/Component.js +1 -1
  726. package/space/esm/{Item-ce8357c2.d.ts → Item-e2663cd2.d.ts} +0 -0
  727. package/space/esm/{Item-ce8357c2.js → Item-e2663cd2.js} +0 -0
  728. package/space/esm/Item.js +1 -1
  729. package/space/esm/index.js +1 -1
  730. package/space/index.js +1 -1
  731. package/table/component.js +1 -1
  732. package/table/components/index.js +1 -1
  733. package/table/components/pagination/Component.js +1 -1
  734. package/table/components/pagination/index.js +1 -1
  735. package/table/components/pagination/select-field/index.js +1 -1
  736. package/table/components/table/Component.js +1 -1
  737. package/table/components/table/index.js +1 -1
  738. package/table/components/table/utils.js +1 -1
  739. package/table/components/tbody/Component.js +1 -1
  740. package/table/components/tbody/index.js +1 -1
  741. package/table/components/tcell/Component.js +1 -1
  742. package/table/components/tcell/index.js +1 -1
  743. package/table/components/texpandable-row/Component.js +1 -1
  744. package/table/components/texpandable-row/index.js +1 -1
  745. package/table/components/thead/Component.js +1 -1
  746. package/table/components/thead/index.js +1 -1
  747. package/table/components/thead-cell/Component.js +1 -1
  748. package/table/components/thead-cell/index.js +1 -1
  749. package/table/components/trow/Component.js +1 -1
  750. package/table/components/trow/index.js +1 -1
  751. package/table/components/tsortable-head-cell/Component.js +1 -1
  752. package/table/components/tsortable-head-cell/index.js +1 -1
  753. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  754. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  755. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  756. package/table/esm/component.js +1 -1
  757. package/table/esm/components/index.js +1 -1
  758. package/table/esm/components/pagination/Component.js +1 -1
  759. package/table/esm/components/pagination/index.js +1 -1
  760. package/table/esm/components/pagination/select-field/index.js +1 -1
  761. package/table/esm/components/table/Component.js +1 -1
  762. package/table/esm/components/table/index.js +1 -1
  763. package/table/esm/components/table/utils.js +1 -1
  764. package/table/esm/components/tbody/Component.js +1 -1
  765. package/table/esm/components/tbody/index.js +1 -1
  766. package/table/esm/components/tcell/Component.js +1 -1
  767. package/table/esm/components/tcell/index.js +1 -1
  768. package/table/esm/components/texpandable-row/Component.js +1 -1
  769. package/table/esm/components/texpandable-row/index.js +1 -1
  770. package/table/esm/components/thead/Component.js +1 -1
  771. package/table/esm/components/thead/index.js +1 -1
  772. package/table/esm/components/thead-cell/Component.js +1 -1
  773. package/table/esm/components/thead-cell/index.js +1 -1
  774. package/table/esm/components/trow/Component.js +1 -1
  775. package/table/esm/components/trow/index.js +1 -1
  776. package/table/esm/components/tsortable-head-cell/Component.js +1 -1
  777. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  778. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  779. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  780. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  781. package/table/esm/index.js +1 -1
  782. package/table/esm/{tslib.es6-099ae2b2.d.ts → tslib.es6-0dcfe20e.d.ts} +0 -0
  783. package/table/esm/{tslib.es6-099ae2b2.js → tslib.es6-0dcfe20e.js} +0 -0
  784. package/table/index.js +1 -1
  785. package/table/{tslib.es6-c6994932.d.ts → tslib.es6-3a4b55c5.d.ts} +0 -0
  786. package/table/{tslib.es6-c6994932.js → tslib.es6-3a4b55c5.js} +0 -0
  787. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  788. package/tabs/components/primary-tablist/Component.js +1 -1
  789. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  790. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  791. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  792. package/tabs/components/secondary-tablist/Component.js +1 -1
  793. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  794. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  795. package/tabs/components/tabs/Component.desktop.js +3 -3
  796. package/tabs/components/tabs/Component.mobile.js +3 -3
  797. package/tabs/components/tabs/Component.responsive.js +3 -3
  798. package/tabs/desktop.js +3 -3
  799. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  800. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  801. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  802. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  803. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  804. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  805. package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
  806. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  807. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  808. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  809. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  810. package/tabs/esm/desktop.js +3 -3
  811. package/tabs/esm/index.js +3 -3
  812. package/tabs/esm/{index.module-c309f831.js → index.module-0763ffe1.js} +0 -0
  813. package/tabs/esm/{index.module-e4113e20.js → index.module-8ad3ed68.js} +0 -0
  814. package/tabs/esm/mobile.js +3 -3
  815. package/tabs/esm/responsive.js +3 -3
  816. package/tabs/esm/{tslib.es6-e5384ee5.d.ts → tslib.es6-5f1c4df1.d.ts} +0 -0
  817. package/tabs/esm/{tslib.es6-e5384ee5.js → tslib.es6-5f1c4df1.js} +0 -0
  818. package/tabs/index.js +3 -3
  819. package/tabs/{index.module-d94634b7.js → index.module-0bf5573f.js} +0 -0
  820. package/tabs/{index.module-219cf4cc.js → index.module-5b624511.js} +0 -0
  821. package/tabs/mobile.js +3 -3
  822. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  823. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  824. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  825. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  826. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  827. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  828. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  829. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  830. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  831. package/tabs/modern/desktop.js +2 -2
  832. package/tabs/modern/index.js +2 -2
  833. package/tabs/modern/{index.module-c309f831.js → index.module-0763ffe1.js} +0 -0
  834. package/tabs/modern/{index.module-e4113e20.js → index.module-8ad3ed68.js} +0 -0
  835. package/tabs/modern/mobile.js +2 -2
  836. package/tabs/modern/responsive.js +2 -2
  837. package/tabs/responsive.js +3 -3
  838. package/tabs/{tslib.es6-555e7d4a.d.ts → tslib.es6-e75e7617.d.ts} +0 -0
  839. package/tabs/{tslib.es6-555e7d4a.js → tslib.es6-e75e7617.js} +0 -0
  840. package/themes/compiled/mobile-dark-bluetint.css +76 -1876
  841. package/themes/compiled/mobile-dark-bluetint.js +0 -2
  842. package/themes/dark.js +0 -2
  843. package/themes/dist/amount/click.css +4 -0
  844. package/themes/dist/backdrop/click.css +4 -0
  845. package/themes/dist/bottom-sheet/click.css +9 -0
  846. package/themes/dist/bottom-sheet/corp.css +4 -0
  847. package/themes/dist/bottom-sheet/intranet.css +3 -0
  848. package/themes/dist/bottom-sheet/mobile.css +4 -0
  849. package/themes/dist/bottom-sheet/site.css +3 -0
  850. package/themes/dist/button/click.css +22 -0
  851. package/themes/dist/button/corp.css +52 -0
  852. package/themes/dist/button/intranet.css +23 -0
  853. package/themes/dist/button/mobile.css +23 -0
  854. package/themes/dist/button/site.css +4 -0
  855. package/themes/dist/calendar/click.css +8 -0
  856. package/themes/dist/calendar/intranet.css +9 -0
  857. package/themes/dist/calendar-input/click.css +3 -0
  858. package/themes/dist/calendar-input/corp.css +3 -0
  859. package/themes/dist/calendar-input/intranet.css +3 -0
  860. package/themes/dist/calendar-input/mobile.css +3 -0
  861. package/themes/dist/checkbox/click.css +9 -0
  862. package/themes/dist/checkbox/intranet.css +19 -0
  863. package/themes/dist/checkbox/mobile.css +19 -0
  864. package/themes/dist/checkbox-group/click.css +5 -0
  865. package/themes/dist/circular-progress-bar/click.css +5 -0
  866. package/themes/dist/click.css +971 -0
  867. package/themes/dist/compiled/mobile-dark-bluetint.css +2635 -0
  868. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +2 -0
  869. package/themes/dist/compiled/mobile-dark-bluetint.js +11 -0
  870. package/themes/dist/confirmation/click.css +15 -0
  871. package/themes/dist/confirmation/intranet.css +8 -0
  872. package/themes/dist/confirmation/mobile.css +8 -0
  873. package/themes/dist/corp.css +773 -0
  874. package/themes/dist/dark.css +259 -0
  875. package/themes/dist/dark.d.ts +2 -0
  876. package/themes/dist/dark.js +12 -0
  877. package/themes/dist/dropzone/click.css +4 -0
  878. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +2 -0
  879. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +4 -0
  880. package/themes/dist/esm/dark.d.ts +2 -0
  881. package/themes/dist/esm/dark.js +6 -0
  882. package/themes/dist/esm/mixins/mobile.d.ts +2 -0
  883. package/themes/dist/esm/mixins/mobile.js +6 -0
  884. package/themes/dist/filter-tag/mobile.css +4 -0
  885. package/themes/dist/form-control/click.css +31 -0
  886. package/themes/dist/form-control/intranet.css +39 -0
  887. package/themes/dist/form-control/mobile.css +34 -0
  888. package/themes/dist/form-control/site.css +5 -0
  889. package/themes/dist/icon-button/click.css +24 -0
  890. package/themes/dist/input/click.css +8 -0
  891. package/themes/dist/input/corp.css +3 -0
  892. package/themes/dist/input/intranet.css +11 -0
  893. package/themes/dist/input/mobile.css +13 -0
  894. package/themes/dist/input/site.css +4 -0
  895. package/themes/dist/intranet.css +842 -0
  896. package/themes/dist/link/click.css +25 -0
  897. package/themes/dist/list/click.css +4 -0
  898. package/themes/dist/mixins/amount/click.css +4 -0
  899. package/themes/dist/mixins/backdrop/click.css +4 -0
  900. package/themes/dist/mixins/bottom-sheet/click.css +9 -0
  901. package/themes/dist/mixins/bottom-sheet/corp.css +4 -0
  902. package/themes/dist/mixins/bottom-sheet/intranet.css +3 -0
  903. package/themes/dist/mixins/bottom-sheet/mobile.css +4 -0
  904. package/themes/dist/mixins/bottom-sheet/site.css +3 -0
  905. package/themes/dist/mixins/button/click.css +22 -0
  906. package/themes/dist/mixins/button/corp.css +52 -0
  907. package/themes/dist/mixins/button/intranet.css +23 -0
  908. package/themes/dist/mixins/button/mobile.css +23 -0
  909. package/themes/dist/mixins/button/site.css +4 -0
  910. package/themes/dist/mixins/calendar/click.css +8 -0
  911. package/themes/dist/mixins/calendar/intranet.css +9 -0
  912. package/themes/dist/mixins/calendar-input/click.css +3 -0
  913. package/themes/dist/mixins/calendar-input/corp.css +3 -0
  914. package/themes/dist/mixins/calendar-input/intranet.css +3 -0
  915. package/themes/dist/mixins/calendar-input/mobile.css +3 -0
  916. package/themes/dist/mixins/checkbox/click.css +9 -0
  917. package/themes/dist/mixins/checkbox/intranet.css +19 -0
  918. package/themes/dist/mixins/checkbox/mobile.css +19 -0
  919. package/themes/dist/mixins/checkbox-group/click.css +5 -0
  920. package/themes/dist/mixins/circular-progress-bar/click.css +5 -0
  921. package/themes/dist/mixins/click.css +56 -0
  922. package/themes/dist/mixins/confirmation/click.css +15 -0
  923. package/themes/dist/mixins/confirmation/intranet.css +8 -0
  924. package/themes/dist/mixins/confirmation/mobile.css +8 -0
  925. package/themes/dist/mixins/corp.css +17 -0
  926. package/themes/dist/mixins/dark.css +259 -0
  927. package/themes/dist/mixins/dropzone/click.css +4 -0
  928. package/themes/dist/mixins/filter-tag/mobile.css +4 -0
  929. package/themes/dist/mixins/form-control/click.css +31 -0
  930. package/themes/dist/mixins/form-control/intranet.css +39 -0
  931. package/themes/dist/mixins/form-control/mobile.css +34 -0
  932. package/themes/dist/mixins/form-control/site.css +5 -0
  933. package/themes/dist/mixins/icon-button/click.css +24 -0
  934. package/themes/dist/mixins/input/click.css +8 -0
  935. package/themes/dist/mixins/input/corp.css +3 -0
  936. package/themes/dist/mixins/input/intranet.css +11 -0
  937. package/themes/dist/mixins/input/mobile.css +13 -0
  938. package/themes/dist/mixins/input/site.css +4 -0
  939. package/themes/dist/mixins/intranet.css +29 -0
  940. package/themes/dist/mixins/link/click.css +25 -0
  941. package/themes/dist/mixins/list/click.css +4 -0
  942. package/themes/dist/mixins/mobile.css +31 -0
  943. package/themes/dist/mixins/mobile.d.ts +2 -0
  944. package/themes/dist/mixins/mobile.js +12 -0
  945. package/themes/dist/mixins/modal/click.css +30 -0
  946. package/themes/dist/mixins/modal/corp.css +4 -0
  947. package/themes/dist/mixins/radio/click.css +9 -0
  948. package/themes/dist/mixins/radio/intranet.css +19 -0
  949. package/themes/dist/mixins/radio/mobile.css +19 -0
  950. package/themes/dist/mixins/select/click.css +25 -0
  951. package/themes/dist/mixins/select/corp.css +7 -0
  952. package/themes/dist/mixins/select/intranet.css +4 -0
  953. package/themes/dist/mixins/select/mobile.css +4 -0
  954. package/themes/dist/mixins/select/site.css +4 -0
  955. package/themes/dist/mixins/site.css +15 -0
  956. package/themes/dist/mixins/skeleton/click.css +9 -0
  957. package/themes/dist/mixins/slider/click.css +19 -0
  958. package/themes/dist/mixins/slider/intranet.css +6 -0
  959. package/themes/dist/mixins/slider/mobile.css +6 -0
  960. package/themes/dist/mixins/slider-input/intranet.css +3 -0
  961. package/themes/dist/mixins/slider-input/mobile.css +3 -0
  962. package/themes/dist/mixins/steps/mobile.css +4 -0
  963. package/themes/dist/mixins/switch/click.css +5 -0
  964. package/themes/dist/mixins/tabs/click.css +26 -0
  965. package/themes/dist/mixins/tabs/corp.css +4 -0
  966. package/themes/dist/mixins/tabs/site.css +8 -0
  967. package/themes/dist/mixins/tag/click.css +12 -0
  968. package/themes/dist/mixins/tag/intranet.css +16 -0
  969. package/themes/dist/mixins/tag/mobile.css +17 -0
  970. package/themes/dist/mixins/toast-plate/click.css +10 -0
  971. package/themes/dist/mobile.css +838 -0
  972. package/themes/dist/modal/click.css +30 -0
  973. package/themes/dist/modal/corp.css +4 -0
  974. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +2 -0
  975. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +4 -0
  976. package/themes/dist/modern/dark.d.ts +2 -0
  977. package/themes/dist/modern/dark.js +6 -0
  978. package/themes/dist/modern/mixins/mobile.d.ts +2 -0
  979. package/themes/dist/modern/mixins/mobile.js +6 -0
  980. package/themes/dist/package.json +12 -0
  981. package/themes/dist/radio/click.css +9 -0
  982. package/themes/dist/radio/intranet.css +19 -0
  983. package/themes/dist/radio/mobile.css +19 -0
  984. package/themes/dist/select/click.css +25 -0
  985. package/themes/dist/select/corp.css +7 -0
  986. package/themes/dist/select/intranet.css +4 -0
  987. package/themes/dist/select/mobile.css +4 -0
  988. package/themes/dist/select/site.css +4 -0
  989. package/themes/dist/send-stats.js +82 -0
  990. package/themes/dist/site.css +733 -0
  991. package/themes/dist/skeleton/click.css +9 -0
  992. package/themes/dist/slider/click.css +19 -0
  993. package/themes/dist/slider/intranet.css +6 -0
  994. package/themes/dist/slider/mobile.css +6 -0
  995. package/themes/dist/slider-input/intranet.css +3 -0
  996. package/themes/dist/slider-input/mobile.css +3 -0
  997. package/themes/dist/steps/mobile.css +4 -0
  998. package/themes/dist/switch/click.css +5 -0
  999. package/themes/dist/tabs/click.css +26 -0
  1000. package/themes/dist/tabs/corp.css +4 -0
  1001. package/themes/dist/tabs/site.css +8 -0
  1002. package/themes/dist/tag/click.css +12 -0
  1003. package/themes/dist/tag/intranet.css +16 -0
  1004. package/themes/dist/tag/mobile.css +17 -0
  1005. package/themes/dist/toast-plate/click.css +10 -0
  1006. package/themes/esm/compiled/mobile-dark-bluetint.js +0 -3
  1007. package/themes/mixins/mobile.js +0 -2
  1008. package/themes/modern/compiled/mobile-dark-bluetint.js +0 -3
  1009. package/themes/package.json +1 -10
  1010. package/themes/send-stats.js +0 -0
  1011. package/tooltip/{Component-5ab60edb.d.ts → Component-c85ce6bd.d.ts} +0 -0
  1012. package/tooltip/{Component-5ab60edb.js → Component-c85ce6bd.js} +0 -0
  1013. package/tooltip/Component.js +1 -1
  1014. package/tooltip/component.responsive.js +1 -1
  1015. package/tooltip/esm/{Component-36841f3c.d.ts → Component-ded9247b.d.ts} +0 -0
  1016. package/tooltip/esm/{Component-36841f3c.js → Component-ded9247b.js} +0 -0
  1017. package/tooltip/esm/Component.js +1 -1
  1018. package/tooltip/esm/component.responsive.js +1 -1
  1019. package/tooltip/esm/index.d.ts +1 -1
  1020. package/tooltip/esm/index.js +1 -1
  1021. package/tooltip/esm/responsive.js +1 -1
  1022. package/tooltip/index.d.ts +1 -1
  1023. package/tooltip/index.js +1 -1
  1024. package/tooltip/responsive.js +1 -1
  1025. package/typography/{colors.module-2dd8595a.d.ts → colors.module-29f2617c.d.ts} +0 -0
  1026. package/typography/{colors.module-2dd8595a.js → colors.module-29f2617c.js} +0 -0
  1027. package/typography/{common.module-f8aa3651.js → common.module-592efe38.js} +0 -0
  1028. package/typography/component.js +2 -2
  1029. package/typography/cssm/text/component.d.ts +2 -2
  1030. package/typography/cssm/title/component.d.ts +3 -3
  1031. package/typography/esm/{colors.module-15283f22.d.ts → colors.module-b3ca0f3f.d.ts} +0 -0
  1032. package/typography/esm/{colors.module-15283f22.js → colors.module-b3ca0f3f.js} +0 -0
  1033. package/typography/esm/{common.module-ee6d703d.js → common.module-d3ee9688.js} +0 -0
  1034. package/typography/esm/component.js +2 -2
  1035. package/typography/esm/index.js +2 -2
  1036. package/typography/esm/text/component.js +1 -1
  1037. package/typography/esm/text/index.js +1 -1
  1038. package/typography/esm/title/component.js +1 -1
  1039. package/typography/esm/title/index.js +2 -2
  1040. package/typography/esm/title-mobile/component.js +2 -2
  1041. package/typography/esm/title-mobile/index.js +2 -2
  1042. package/typography/esm/title-responsive/component.js +2 -2
  1043. package/typography/esm/title-responsive/index.js +2 -2
  1044. package/typography/index.js +2 -2
  1045. package/typography/modern/{colors.module-1ac8298c.js → colors.module-dad54675.js} +0 -0
  1046. package/typography/modern/{common.module-ee6d703d.js → common.module-d3ee9688.js} +0 -0
  1047. package/typography/modern/component.js +2 -2
  1048. package/typography/modern/index.js +2 -2
  1049. package/typography/modern/text/component.js +1 -1
  1050. package/typography/modern/text/index.js +1 -1
  1051. package/typography/modern/title/component.js +1 -1
  1052. package/typography/modern/title/index.js +2 -2
  1053. package/typography/modern/title-mobile/component.js +2 -2
  1054. package/typography/modern/title-mobile/index.js +2 -2
  1055. package/typography/modern/title-responsive/component.js +2 -2
  1056. package/typography/modern/title-responsive/index.js +2 -2
  1057. package/typography/text/component.d.ts +2 -2
  1058. package/typography/text/component.js +1 -1
  1059. package/typography/text/index.js +1 -1
  1060. package/typography/title/component.d.ts +3 -3
  1061. package/typography/title/component.js +1 -1
  1062. package/typography/title/index.js +2 -2
  1063. package/typography/title-mobile/component.js +2 -2
  1064. package/typography/title-mobile/index.js +2 -2
  1065. package/typography/title-responsive/component.js +2 -2
  1066. package/typography/title-responsive/index.js +2 -2
  1067. package/vars/colors-bluetint.js +0 -2
  1068. package/vars/colors-indigo.js +0 -2
  1069. package/vars/cssm/colors-bluetint.js +0 -2
  1070. package/vars/cssm/colors-indigo.js +0 -2
  1071. package/vars/dist/border-radius.css +11 -0
  1072. package/vars/dist/bundle/site.css +5 -0
  1073. package/vars/dist/colors-addons.css +98 -0
  1074. package/vars/dist/colors-bluetint.css +431 -0
  1075. package/vars/dist/colors-bluetint.d.ts +2 -0
  1076. package/vars/dist/colors-bluetint.js +12 -0
  1077. package/vars/dist/colors-indigo.css +431 -0
  1078. package/vars/dist/colors-indigo.d.ts +2 -0
  1079. package/vars/dist/colors-indigo.js +12 -0
  1080. package/vars/dist/colors-transparent.css +26 -0
  1081. package/vars/dist/colors-x5.css +4 -0
  1082. package/vars/dist/colors.css +71 -0
  1083. package/vars/dist/cssm/border-radius.css +11 -0
  1084. package/vars/dist/cssm/bundle/site.css +608 -0
  1085. package/vars/dist/cssm/colors-addons.css +98 -0
  1086. package/vars/dist/cssm/colors-bluetint.css +431 -0
  1087. package/vars/dist/cssm/colors-bluetint.d.ts +2 -0
  1088. package/vars/dist/cssm/colors-bluetint.js +12 -0
  1089. package/vars/dist/cssm/colors-indigo.css +431 -0
  1090. package/vars/dist/cssm/colors-indigo.d.ts +2 -0
  1091. package/vars/dist/cssm/colors-indigo.js +12 -0
  1092. package/vars/dist/cssm/colors-transparent.css +26 -0
  1093. package/vars/dist/cssm/colors-x5.css +4 -0
  1094. package/vars/dist/cssm/colors.css +71 -0
  1095. package/vars/dist/cssm/gaps.css +30 -0
  1096. package/vars/dist/cssm/index.css +711 -0
  1097. package/vars/dist/cssm/mixins.css +1 -0
  1098. package/vars/dist/cssm/shadows-indigo.css +38 -0
  1099. package/vars/dist/cssm/typography.css +6 -0
  1100. package/vars/dist/esm/colors-bluetint.d.ts +2 -0
  1101. package/vars/dist/esm/colors-bluetint.js +6 -0
  1102. package/vars/dist/esm/colors-indigo.d.ts +2 -0
  1103. package/vars/dist/esm/colors-indigo.js +6 -0
  1104. package/vars/dist/gaps.css +30 -0
  1105. package/vars/dist/index.css +9 -0
  1106. package/vars/dist/mixins.css +4 -0
  1107. package/vars/dist/modern/colors-bluetint.d.ts +2 -0
  1108. package/vars/dist/modern/colors-bluetint.js +6 -0
  1109. package/vars/dist/modern/colors-indigo.d.ts +2 -0
  1110. package/vars/dist/modern/colors-indigo.js +6 -0
  1111. package/vars/dist/package.json +13 -0
  1112. package/vars/dist/send-stats.js +82 -0
  1113. package/vars/dist/shadows-indigo.css +38 -0
  1114. package/vars/dist/typography.css +442 -0
  1115. package/vars/package.json +1 -11
  1116. package/vars/send-stats.js +0 -0
@@ -0,0 +1,838 @@
1
+ :root {
2
+ --border-radius-xs: 2px;
3
+ --border-radius-s: 4px;
4
+ --border-radius-m: 8px;
5
+ --border-radius-l: 12px;
6
+ --border-radius-xl: 16px;
7
+ --border-radius-xxl: 20px;
8
+ --border-radius-3xl: 24px;
9
+ --border-radius-circle: 50%;
10
+ --border-radius-pill: 99px;
11
+ }
12
+ :root {
13
+ --color-static-corpbg-neutral: #bdc0c2;
14
+ --color-static-corpbg-primary: #212a33;
15
+ --color-static-corpbg-secondary: #384048;
16
+ --color-static-corpbg-tertiary: #7a7f85;
17
+ --color-static-graphic-amethyst: #a489aa;
18
+ --color-static-graphic-blackberry: #bfafc6;
19
+ --color-static-graphic-blue-chill: #0f9c8c;
20
+ --color-static-graphic-blue-maya: #7eb3ff;
21
+ --color-static-graphic-blue-moody: #7879cf;
22
+ --color-static-graphic-blue-steel: #4f84ba;
23
+ --color-static-graphic-botticelli: #cee5e5;
24
+ --color-static-graphic-boulder: #7a7a7a;
25
+ --color-static-graphic-brink-pink: #fc617c;
26
+ --color-static-graphic-burnt-sienna: #eb7a58;
27
+ --color-static-graphic-carrot: #e8bba3;
28
+ --color-static-graphic-chatelle: #bfafc6;
29
+ --color-static-graphic-chathams-blue: #155966;
30
+ --color-static-graphic-chick: #f2db9e;
31
+ --color-static-graphic-crete: #847128;
32
+ --color-static-graphic-curious-blue: #2381db;
33
+ --color-static-graphic-curious-blue-light: #3b99d9;
34
+ --color-static-graphic-eastern-blue: #269cb3;
35
+ --color-static-graphic-french-lilac: #d3baed;
36
+ --color-static-graphic-fuel-yellow: #f29d32;
37
+ --color-static-graphic-fun-blue: #1d6ab5;
38
+ --color-static-graphic-gallery: #eee;
39
+ --color-static-graphic-green-jungle: #2fc26e;
40
+ --color-static-graphic-hippie-blue: #5aa4b0;
41
+ --color-static-graphic-jaffa: #f07134;
42
+ --color-static-graphic-jaffa-light: #f18836;
43
+ --color-static-graphic-java: #15c0e0;
44
+ --color-static-graphic-jungle-green: #2ab79a;
45
+ --color-static-graphic-lavender: #8888ad;
46
+ --color-static-graphic-mantis: #63cd4f;
47
+ --color-static-graphic-matisse: #16548f;
48
+ --color-static-graphic-milano-red: #cd1501;
49
+ --color-static-graphic-mirage: #1d2434;
50
+ --color-static-graphic-moon-raker: #e9dbf7;
51
+ --color-static-graphic-moss-green: #a6d29c;
52
+ --color-static-graphic-nevada: #626b75;
53
+ --color-static-graphic-olive: #bfd3c9;
54
+ --color-static-graphic-olivine: #87b965;
55
+ --color-static-graphic-peach: #fcc99b;
56
+ --color-static-graphic-persimmon: #ff5c5c;
57
+ --color-static-graphic-pewter: #96a5a5;
58
+ --color-static-graphic-pickled-bluewood: #2d3f50;
59
+ --color-static-graphic-porsche: #e7b965;
60
+ --color-static-graphic-raspberry: #dfb2bb;
61
+ --color-static-graphic-red-damask: #da713c;
62
+ --color-static-graphic-saffron: #f0c330;
63
+ --color-static-graphic-salomie: #fee984;
64
+ --color-static-graphic-sand: #f6bf65;
65
+ --color-static-graphic-sandy-brown: #f38f6f;
66
+ --color-static-graphic-seawater: #aecfd9;
67
+ --color-static-graphic-serenade: #fff0e3;
68
+ --color-static-graphic-sky: #a6c0db;
69
+ --color-static-graphic-soft-peach: #f3eaeb;
70
+ --color-static-graphic-solitude: #e8f2fe;
71
+ --color-static-graphic-strawberry: #f8b6a9;
72
+ --color-static-graphic-sundust: #d9d6ce;
73
+ --color-static-graphic-turkish-rose: #b56a6b;
74
+ --color-static-graphic-turquoise-blue: #6bd3e6;
75
+ --color-static-graphic-valencia: #d8463b;
76
+ --color-static-graphic-waikawa-gray: #5b6d9c;
77
+ --color-static-graphic-whisper: #f2eff6;
78
+ --color-static-graphic-zanah: #e1f0de;
79
+ --color-static-local-light-blue: #f5f7f9;
80
+ --color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
81
+ --color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
82
+ --color-static-overlay-black-normal: rgba(0, 0, 0, 0.24);
83
+ --color-static-overlay-black-xhigh: rgba(0, 0, 0, 0.4);
84
+ --color-static-overlay-black-xlow: rgba(0, 0, 0, 0.08);
85
+ --color-static-overlay-indigo-high: rgba(11, 31, 53, 0.32);
86
+ --color-static-overlay-indigo-low: rgba(11, 31, 53, 0.16);
87
+ --color-static-overlay-indigo-normal: rgba(11, 31, 53, 0.24);
88
+ --color-static-overlay-indigo-xhigh: rgba(11, 31, 53, 0.4);
89
+ --color-static-overlay-indigo-xlow: rgba(11, 31, 53, 0.08);
90
+ --color-static-overlay-white-high: rgba(255, 255, 255, 0.32);
91
+ --color-static-overlay-white-low: rgba(255, 255, 255, 0.16);
92
+ --color-static-overlay-white-normal: rgba(255, 255, 255, 0.24);
93
+ --color-static-overlay-white-xhigh: rgba(255, 255, 255, 0.4);
94
+ --color-static-overlay-white-xlow: rgba(255, 255, 255, 0.08);
95
+ --color-static-status-blue: #007aff;
96
+ --color-static-status-green: #13a463;
97
+ --color-static-status-grey: #6d7986;
98
+ --color-static-status-orange: #de6a00;
99
+ --color-static-status-purple: #673ab7;
100
+ --color-static-status-red: #d91d0b;
101
+ --color-static-status-teal: #219187;
102
+ --color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
103
+ --color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
104
+ --color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
105
+ --color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
106
+ --color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
107
+ --color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
108
+ --color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
109
+ }
110
+ :root {
111
+ --color-dark-bg-accent: #ef3124;
112
+ --color-dark-bg-attention-muted: #332104;
113
+ --color-dark-bg-info: #001c3c;
114
+ --color-dark-bg-negative-muted: #35110d;
115
+ --color-dark-bg-opaque: rgba(255, 255, 255, 0.8);
116
+ --color-dark-bg-overlay: rgba(0, 0, 0, 0.8);
117
+ --color-dark-bg-positive-muted: #042117;
118
+ --color-dark-bg-primary: #121212;
119
+ --color-dark-bg-primary-inverted: #fff;
120
+ --color-dark-bg-quaternary: #3a3a3c;
121
+ --color-dark-bg-quaternary-inverted: #dcdcdd;
122
+ --color-dark-bg-secondary: #202022;
123
+ --color-dark-bg-secondary-inverted: #f3f4f5;
124
+ --color-dark-bg-tertiary: #2c2c2e;
125
+ --color-dark-bg-tertiary-inverted: #e9e9eb;
126
+ --color-dark-border-accent: #ef3124;
127
+ --color-dark-border-key: #fff;
128
+ --color-dark-border-key-inverted: #000;
129
+ --color-dark-border-link: #0072ef;
130
+ --color-dark-border-primary: #2b2b2e;
131
+ --color-dark-border-primary-inverted: #dcdcdd;
132
+ --color-dark-border-secondary: #262629;
133
+ --color-dark-border-secondary-inverted: #e9e9eb;
134
+ --color-dark-border-tertiary: #1c1c1e;
135
+ --color-dark-border-tertiary-inverted: #f3f4f5;
136
+ --color-dark-border-underline: #464649;
137
+ --color-dark-border-underline-inverted: #c5c5c7;
138
+ --color-dark-graphic-accent: #ef3124;
139
+ --color-dark-graphic-attention: #f6bf65;
140
+ --color-dark-graphic-link: #0072ef;
141
+ --color-dark-graphic-negative: #d91d0b;
142
+ --color-dark-graphic-positive: #2fc26e;
143
+ --color-dark-graphic-primary: #fff;
144
+ --color-dark-graphic-primary-inverted: #000;
145
+ --color-dark-graphic-quaternary: #2a2a2c;
146
+ --color-dark-graphic-quaternary-inverted: #dcdcdd;
147
+ --color-dark-graphic-secondary: #8d8d93;
148
+ --color-dark-graphic-secondary-inverted: #8a8a8e;
149
+ --color-dark-graphic-tertiary: #464649;
150
+ --color-dark-graphic-tertiary-inverted: #c5c5c7;
151
+ --color-dark-specialbg-component: rgba(255, 255, 255, 0.1);
152
+ --color-dark-specialbg-component-inverted: rgba(0, 0, 0, 0.08);
153
+ --color-dark-specialbg-nulled: rgba(255, 255, 255, 0);
154
+ --color-dark-specialbg-overlay-fallback: #070707;
155
+ --color-dark-specialbg-primary-grouped: #202022;
156
+ --color-dark-specialbg-secondary-grouped: #2c2c2e;
157
+ --color-dark-specialbg-secondary-transparent: rgba(255, 255, 255, 0.06);
158
+ --color-dark-specialbg-secondary-transparent-inverted: rgba(32, 32, 34, 0.05);
159
+ --color-dark-specialbg-tertiary-grouped: #3a3a3c;
160
+ --color-dark-specialbg-tertiary-transparent: rgba(255, 255, 255, 0.11);
161
+ --color-dark-specialbg-tertiary-transparent-inverted: rgba(32, 32, 34, 0.1);
162
+ --color-dark-text-accent: #ef3124;
163
+ --color-dark-text-attention: #cb830f;
164
+ --color-dark-text-disabled: rgba(235, 235, 245, 0.18);
165
+ --color-dark-text-disabled-inverted: rgba(60, 60, 67, 0.18);
166
+ --color-dark-text-link: #0072ef;
167
+ --color-dark-text-negative: #f15045;
168
+ --color-dark-text-positive: #13a463;
169
+ --color-dark-text-primary: #fff;
170
+ --color-dark-text-primary-inverted: #000;
171
+ --color-dark-text-secondary: rgba(235, 235, 245, 0.6);
172
+ --color-dark-text-secondary-inverted: rgba(60, 60, 67, 0.6);
173
+ --color-dark-text-tertiary: rgba(235, 235, 245, 0.3);
174
+ --color-dark-text-tertiary-inverted: rgba(60, 60, 67, 0.3);
175
+ --color-light-bg-accent: #ef3124;
176
+ --color-light-bg-attention-muted: #f7ebd9;
177
+ --color-light-bg-info: #d6e8fc;
178
+ --color-light-bg-negative-muted: #fbe8e7;
179
+ --color-light-bg-opaque: rgba(255, 255, 255, 0.8);
180
+ --color-light-bg-overlay: rgba(0, 0, 0, 0.6);
181
+ --color-light-bg-positive-muted: #e7f6ef;
182
+ --color-light-bg-primary: #fff;
183
+ --color-light-bg-primary-inverted: #121212;
184
+ --color-light-bg-quaternary: #dcdcdd;
185
+ --color-light-bg-quaternary-inverted: #3a3a3c;
186
+ --color-light-bg-secondary: #f3f4f5;
187
+ --color-light-bg-secondary-inverted: #202022;
188
+ --color-light-bg-tertiary: #e9e9eb;
189
+ --color-light-bg-tertiary-inverted: #2c2c2e;
190
+ --color-light-border-accent: #ef3124;
191
+ --color-light-border-key: #000;
192
+ --color-light-border-key-inverted: #fff;
193
+ --color-light-border-link: #0072ef;
194
+ --color-light-border-primary: #dcdcdd;
195
+ --color-light-border-primary-inverted: #2b2b2e;
196
+ --color-light-border-secondary: #e9e9eb;
197
+ --color-light-border-secondary-inverted: #262629;
198
+ --color-light-border-tertiary: #f3f4f5;
199
+ --color-light-border-tertiary-inverted: #1c1c1e;
200
+ --color-light-border-underline: #c5c5c7;
201
+ --color-light-border-underline-inverted: #464649;
202
+ --color-light-graphic-accent: #ef3124;
203
+ --color-light-graphic-attention: #f6bf65;
204
+ --color-light-graphic-link: #0072ef;
205
+ --color-light-graphic-negative: #f15045;
206
+ --color-light-graphic-positive: #2fc26e;
207
+ --color-light-graphic-primary: #000;
208
+ --color-light-graphic-primary-inverted: #fff;
209
+ --color-light-graphic-quaternary: #dcdcdd;
210
+ --color-light-graphic-quaternary-inverted: #2a2a2c;
211
+ --color-light-graphic-secondary: #8a8a8e;
212
+ --color-light-graphic-secondary-inverted: #8d8d93;
213
+ --color-light-graphic-tertiary: #c5c5c7;
214
+ --color-light-graphic-tertiary-inverted: #464649;
215
+ --color-light-specialbg-component: rgba(0, 0, 0, 0.08);
216
+ --color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.1);
217
+ --color-light-specialbg-nulled: rgba(255, 255, 255, 0);
218
+ --color-light-specialbg-overlay-fallback: #5c5c5c;
219
+ --color-light-specialbg-primary-grouped: #f3f4f5;
220
+ --color-light-specialbg-secondary-grouped: #fff;
221
+ --color-light-specialbg-secondary-transparent: rgba(32, 32, 34, 0.05);
222
+ --color-light-specialbg-secondary-transparent-inverted: rgba(255, 255, 255, 0.06);
223
+ --color-light-specialbg-tertiary-grouped: #f3f4f5;
224
+ --color-light-specialbg-tertiary-transparent: rgba(32, 32, 34, 0.1);
225
+ --color-light-specialbg-tertiary-transparent-inverted: rgba(255, 255, 255, 0.11);
226
+ --color-light-text-accent: #ef3124;
227
+ --color-light-text-attention: #cb830f;
228
+ --color-light-text-disabled: rgba(60, 60, 67, 0.18);
229
+ --color-light-text-disabled-inverted: rgba(235, 235, 245, 0.18);
230
+ --color-light-text-link: #0072ef;
231
+ --color-light-text-negative: #d91d0b;
232
+ --color-light-text-positive: #13a463;
233
+ --color-light-text-primary: #000;
234
+ --color-light-text-primary-inverted: #fff;
235
+ --color-light-text-secondary: rgba(60, 60, 67, 0.6);
236
+ --color-light-text-secondary-inverted: rgba(235, 235, 245, 0.6);
237
+ --color-light-text-tertiary: rgba(60, 60, 67, 0.3);
238
+ --color-light-text-tertiary-inverted: rgba(235, 235, 245, 0.3);
239
+ --color-static-bg-accent: #ef3124;
240
+ --color-static-bg-primary-dark: #121212;
241
+ --color-static-bg-primary-light: #fff;
242
+ --color-static-bg-quaternary-dark: #3a3a3c;
243
+ --color-static-bg-quaternary-light: #dcdcdd;
244
+ --color-static-bg-secondary-dark: #202022;
245
+ --color-static-bg-secondary-light: #f3f4f5;
246
+ --color-static-bg-tertiary-dark: #2c2c2e;
247
+ --color-static-bg-tertiary-light: #e9e9eb;
248
+ --color-static-border-accent: #ef3124;
249
+ --color-static-graphic-accent: #ef3124;
250
+ --color-static-graphic-dark: #000;
251
+ --color-static-graphic-light: #fff;
252
+ --color-static-text-accent: #ef3124;
253
+ --color-static-text-primary-dark: #000;
254
+ --color-static-text-primary-light: #fff;
255
+ --color-static-text-secondary-dark: rgba(60, 60, 67, 0.6);
256
+ --color-static-text-secondary-light: rgba(235, 235, 245, 0.6);
257
+ --color-static-text-tertiary-dark: rgba(60, 60, 67, 0.3);
258
+ --color-static-text-tertiary-light: rgba(235, 235, 245, 0.3);
259
+ --color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
260
+ --color-dark-bg-accent-shade-15: rgb(203, 42, 31);
261
+ --color-dark-bg-accent-shade-20: rgb(191, 39, 29);
262
+ --color-dark-bg-accent-tint-7: rgb(240, 63, 51);
263
+ --color-dark-bg-accent-tint-10: rgb(241, 70, 58);
264
+ --color-dark-bg-accent-tint-15: rgb(241, 80, 69);
265
+ --color-dark-bg-accent-tint-30: rgb(244, 111, 102);
266
+ --color-dark-bg-primary-alpha-4: rgba(18, 18, 18, 0.04);
267
+ --color-dark-bg-primary-alpha-8: rgba(18, 18, 18, 0.08);
268
+ --color-dark-bg-primary-alpha-12: rgba(18, 18, 18, 0.12);
269
+ --color-dark-bg-primary-alpha-15: rgba(18, 18, 18, 0.15);
270
+ --color-dark-bg-primary-alpha-16: rgba(18, 18, 18, 0.16);
271
+ --color-dark-bg-primary-alpha-20: rgba(18, 18, 18, 0.2);
272
+ --color-dark-bg-primary-alpha-32: rgba(18, 18, 18, 0.32);
273
+ --color-dark-bg-primary-alpha-37: rgba(18, 18, 18, 0.37);
274
+ --color-dark-bg-primary-alpha-40: rgba(18, 18, 18, 0.4);
275
+ --color-dark-bg-primary-tint-7: rgb(35, 35, 35);
276
+ --color-dark-bg-primary-tint-15: rgb(54, 54, 54);
277
+ --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
278
+ --color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04);
279
+ --color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05);
280
+ --color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
281
+ --color-dark-bg-primary-inverted-alpha-8: rgba(255, 255, 255, 0.08);
282
+ --color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
283
+ --color-dark-bg-primary-inverted-alpha-12: rgba(255, 255, 255, 0.12);
284
+ --color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
285
+ --color-dark-bg-primary-inverted-alpha-16: rgba(255, 255, 255, 0.16);
286
+ --color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
287
+ --color-dark-bg-primary-inverted-alpha-24: rgba(255, 255, 255, 0.24);
288
+ --color-dark-bg-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
289
+ --color-dark-bg-primary-inverted-alpha-32: rgba(255, 255, 255, 0.32);
290
+ --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
291
+ --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
292
+ --color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237);
293
+ --color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
294
+ --color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204);
295
+ --color-dark-bg-quaternary-alpha-30: rgba(58, 58, 60, 0.3);
296
+ --color-dark-bg-quaternary-tint-7: rgb(72, 72, 74);
297
+ --color-dark-bg-quaternary-tint-10: rgb(78, 78, 80);
298
+ --color-dark-bg-quaternary-tint-15: rgb(88, 88, 89);
299
+ --color-dark-bg-quaternary-tint-30: rgb(117, 117, 119);
300
+ --color-dark-bg-quaternary-inverted-alpha-30: rgba(220, 220, 221, 0.3);
301
+ --color-dark-bg-quaternary-inverted-shade-15: rgb(187, 187, 188);
302
+ --color-dark-bg-quaternary-inverted-shade-20: rgb(176, 176, 177);
303
+ --color-dark-bg-secondary-alpha-30: rgba(32, 32, 34, 0.3);
304
+ --color-dark-bg-secondary-shade-15: rgb(27, 27, 29);
305
+ --color-dark-bg-secondary-shade-20: rgb(26, 26, 27);
306
+ --color-dark-bg-secondary-tint-7: rgb(48, 48, 49);
307
+ --color-dark-bg-secondary-tint-15: rgb(65, 65, 67);
308
+ --color-dark-bg-secondary-inverted-alpha-30: rgba(243, 244, 245, 0.3);
309
+ --color-dark-bg-secondary-inverted-shade-15: rgb(207, 207, 208);
310
+ --color-dark-bg-secondary-inverted-shade-20: rgb(194, 195, 196);
311
+ --color-dark-bg-secondary-inverted-tint-7: rgb(244, 245, 246);
312
+ --color-dark-bg-secondary-inverted-tint-15: rgb(245, 246, 246);
313
+ --color-dark-bg-tertiary-tint-7: rgb(59, 59, 61);
314
+ --color-dark-border-underline-alpha-30: rgba(70, 70, 73, 0.3);
315
+ --color-dark-border-underline-inverted-alpha-30: rgba(197, 197, 199, 0.3);
316
+ --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
317
+ --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
318
+ --color-dark-graphic-accent-tint-7: rgb(240, 63, 51);
319
+ --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
320
+ --color-dark-graphic-accent-tint-15: rgb(241, 80, 69);
321
+ --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
322
+ --color-dark-graphic-negative-alpha-30: rgba(217, 29, 11, 0.3);
323
+ --color-dark-graphic-negative-shade-20: rgb(174, 23, 9);
324
+ --color-dark-graphic-negative-shade-30: rgb(152, 20, 8);
325
+ --color-dark-graphic-negative-tint-7: rgb(220, 45, 28);
326
+ --color-dark-graphic-negative-tint-15: rgb(223, 63, 48);
327
+ --color-dark-graphic-negative-tint-30: rgb(228, 97, 84);
328
+ --color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
329
+ --color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
330
+ --color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
331
+ --color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
332
+ --color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
333
+ --color-dark-graphic-primary-alpha-60: rgba(255, 255, 255, 0.6);
334
+ --color-dark-graphic-primary-shade-15: rgb(217, 217, 217);
335
+ --color-dark-graphic-primary-shade-20: rgb(204, 204, 204);
336
+ --color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
337
+ --color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
338
+ --color-dark-graphic-primary-tint-30: rgb(255, 255, 255);
339
+ --color-dark-graphic-primary-inverted-alpha-30: rgba(0, 0, 0, 0.3);
340
+ --color-dark-graphic-primary-inverted-alpha-40: rgba(0, 0, 0, 0.4);
341
+ --color-dark-graphic-primary-inverted-alpha-50: rgba(0, 0, 0, 0.5);
342
+ --color-dark-graphic-primary-inverted-alpha-60: rgba(0, 0, 0, 0.6);
343
+ --color-dark-graphic-primary-inverted-tint-7: rgb(18, 18, 18);
344
+ --color-dark-graphic-primary-inverted-tint-10: rgb(26, 26, 26);
345
+ --color-dark-graphic-primary-inverted-tint-15: rgb(38, 38, 38);
346
+ --color-dark-graphic-primary-inverted-tint-30: rgb(77, 77, 77);
347
+ --color-dark-graphic-quaternary-tint-10: rgb(63, 63, 65);
348
+ --color-dark-graphic-secondary-alpha-30: rgba(141, 141, 147, 0.3);
349
+ --color-dark-graphic-secondary-tint-30: rgb(175, 175, 179);
350
+ --color-dark-graphic-secondary-tint-50: rgb(198, 198, 201);
351
+ --color-dark-graphic-secondary-inverted-alpha-30: rgba(138, 138, 142, 0.3);
352
+ --color-dark-graphic-secondary-inverted-shade-15: rgb(117, 117, 121);
353
+ --color-dark-graphic-secondary-inverted-shade-20: rgb(110, 110, 114);
354
+ --color-dark-graphic-secondary-inverted-tint-10: rgb(150, 150, 153);
355
+ --color-dark-graphic-secondary-inverted-tint-30: rgb(173, 173, 176);
356
+ --color-dark-graphic-tertiary-alpha-30: rgba(70, 70, 73, 0.3);
357
+ --color-dark-graphic-tertiary-shade-15: rgb(60, 60, 62);
358
+ --color-dark-graphic-tertiary-shade-20: rgb(56, 56, 58);
359
+ --color-dark-graphic-tertiary-tint-7: rgb(83, 83, 86);
360
+ --color-dark-graphic-tertiary-tint-15: rgb(98, 98, 100);
361
+ --color-dark-graphic-tertiary-inverted-alpha-30: rgba(197, 197, 199, 0.3);
362
+ --color-dark-graphic-tertiary-inverted-shade-15: rgb(167, 167, 169);
363
+ --color-dark-graphic-tertiary-inverted-shade-20: rgb(158, 158, 159);
364
+ --color-dark-specialbg-component-tint-7: rgba(255, 255, 255, 0.163);
365
+ --color-dark-specialbg-component-tint-10: rgba(255, 255, 255, 0.19);
366
+ --color-dark-specialbg-component-tint-15: rgba(255, 255, 255, 0.235);
367
+ --color-dark-specialbg-component-tint-30: rgba(255, 255, 255, 0.37);
368
+ --color-dark-specialbg-component-alpha-2: rgba(255, 255, 255, 0.02);
369
+ --color-dark-specialbg-component-alpha-14: rgba(255, 255, 255, 0.14);
370
+ --color-dark-specialbg-component-alpha-23: rgba(255, 255, 255, 0.23);
371
+ --color-dark-specialbg-component-alpha-30: rgba(255, 255, 255, 0.3);
372
+ --color-dark-specialbg-component-inverted-alpha-30: rgba(0, 0, 0, 0.3);
373
+ --color-dark-specialbg-component-inverted-shade-15: rgba(0, 0, 0, 0.218);
374
+ --color-dark-specialbg-component-inverted-shade-20: rgba(0, 0, 0, 0.264);
375
+ --color-dark-text-link-shade-30: rgb(0, 80, 167);
376
+ --color-dark-text-link-shade-50: rgb(0, 57, 120);
377
+ --color-dark-text-link-tint-20: rgb(51, 142, 242);
378
+ --color-dark-text-link-tint-40: rgb(102, 170, 245);
379
+ --color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
380
+ --color-dark-text-primary-shade-30: rgb(179, 179, 179);
381
+ --color-dark-text-primary-shade-50: rgb(128, 128, 128);
382
+ --color-dark-text-primary-tint-20: rgb(255, 255, 255);
383
+ --color-dark-text-primary-tint-40: rgb(255, 255, 255);
384
+ --color-dark-text-primary-inverted-alpha-30: rgba(0, 0, 0, 0.3);
385
+ --color-dark-text-primary-inverted-alpha-40: rgba(0, 0, 0, 0.4);
386
+ --color-dark-text-primary-inverted-shade-20: rgb(0, 0, 0);
387
+ --color-dark-text-primary-inverted-shade-30: rgb(0, 0, 0);
388
+ --color-dark-text-primary-inverted-tint-7: rgb(18, 18, 18);
389
+ --color-dark-text-primary-inverted-tint-15: rgb(38, 38, 38);
390
+ --color-dark-text-primary-inverted-tint-30: rgb(77, 77, 77);
391
+ --color-dark-text-primary-inverted-tint-50: rgb(128, 128, 128);
392
+ --color-dark-text-secondary-shade-20: rgba(188, 188, 196, 0.68);
393
+ --color-dark-text-secondary-shade-30: rgba(164, 164, 172, 0.72);
394
+ --color-dark-text-secondary-tint-20: rgba(239, 239, 247, 0.68);
395
+ --color-dark-text-secondary-tint-40: rgba(243, 243, 249, 0.76);
396
+ --color-dark-text-secondary-inverted-shade-20: rgba(48, 48, 54, 0.68);
397
+ --color-dark-text-secondary-inverted-shade-30: rgba(42, 42, 47, 0.72);
398
+ --color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
399
+ --color-light-bg-accent-tint-15: rgb(241, 80, 69);
400
+ --color-light-bg-accent-tint-20: rgb(242, 90, 80);
401
+ --color-light-bg-accent-shade-7: rgb(222, 46, 33);
402
+ --color-light-bg-accent-shade-10: rgb(215, 44, 32);
403
+ --color-light-bg-accent-shade-15: rgb(203, 42, 31);
404
+ --color-light-bg-accent-shade-30: rgb(167, 34, 25);
405
+ --color-light-bg-primary-alpha-4: rgba(255, 255, 255, 0.04);
406
+ --color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
407
+ --color-light-bg-primary-alpha-12: rgba(255, 255, 255, 0.12);
408
+ --color-light-bg-primary-alpha-15: rgba(255, 255, 255, 0.15);
409
+ --color-light-bg-primary-alpha-16: rgba(255, 255, 255, 0.16);
410
+ --color-light-bg-primary-alpha-20: rgba(255, 255, 255, 0.2);
411
+ --color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32);
412
+ --color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37);
413
+ --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
414
+ --color-light-bg-primary-shade-7: rgb(237, 237, 237);
415
+ --color-light-bg-primary-shade-15: rgb(217, 217, 217);
416
+ --color-light-bg-primary-inverted-alpha-3: rgba(18, 18, 18, 0.03);
417
+ --color-light-bg-primary-inverted-alpha-4: rgba(18, 18, 18, 0.04);
418
+ --color-light-bg-primary-inverted-alpha-5: rgba(18, 18, 18, 0.05);
419
+ --color-light-bg-primary-inverted-alpha-7: rgba(18, 18, 18, 0.07);
420
+ --color-light-bg-primary-inverted-alpha-8: rgba(18, 18, 18, 0.08);
421
+ --color-light-bg-primary-inverted-alpha-10: rgba(18, 18, 18, 0.1);
422
+ --color-light-bg-primary-inverted-alpha-12: rgba(18, 18, 18, 0.12);
423
+ --color-light-bg-primary-inverted-alpha-15: rgba(18, 18, 18, 0.15);
424
+ --color-light-bg-primary-inverted-alpha-16: rgba(18, 18, 18, 0.16);
425
+ --color-light-bg-primary-inverted-alpha-20: rgba(18, 18, 18, 0.2);
426
+ --color-light-bg-primary-inverted-alpha-24: rgba(18, 18, 18, 0.24);
427
+ --color-light-bg-primary-inverted-alpha-30: rgba(18, 18, 18, 0.3);
428
+ --color-light-bg-primary-inverted-alpha-32: rgba(18, 18, 18, 0.32);
429
+ --color-light-bg-primary-inverted-alpha-40: rgba(18, 18, 18, 0.4);
430
+ --color-light-bg-primary-inverted-alpha-50: rgba(18, 18, 18, 0.5);
431
+ --color-light-bg-primary-inverted-tint-7: rgb(35, 35, 35);
432
+ --color-light-bg-primary-inverted-tint-15: rgb(54, 54, 54);
433
+ --color-light-bg-primary-inverted-tint-20: rgb(65, 65, 65);
434
+ --color-light-bg-quaternary-alpha-30: rgba(220, 220, 221, 0.3);
435
+ --color-light-bg-quaternary-shade-7: rgb(205, 205, 206);
436
+ --color-light-bg-quaternary-shade-10: rgb(198, 198, 199);
437
+ --color-light-bg-quaternary-shade-15: rgb(187, 187, 188);
438
+ --color-light-bg-quaternary-shade-30: rgb(154, 154, 155);
439
+ --color-light-bg-quaternary-inverted-alpha-30: rgba(58, 58, 60, 0.3);
440
+ --color-light-bg-quaternary-inverted-tint-15: rgb(88, 88, 89);
441
+ --color-light-bg-quaternary-inverted-tint-20: rgb(97, 97, 99);
442
+ --color-light-bg-secondary-alpha-30: rgba(243, 244, 245, 0.3);
443
+ --color-light-bg-secondary-tint-15: rgb(245, 246, 246);
444
+ --color-light-bg-secondary-tint-20: rgb(245, 246, 247);
445
+ --color-light-bg-secondary-shade-7: rgb(226, 227, 228);
446
+ --color-light-bg-secondary-shade-15: rgb(207, 207, 208);
447
+ --color-light-bg-secondary-inverted-alpha-30: rgba(32, 32, 34, 0.3);
448
+ --color-light-bg-secondary-inverted-tint-15: rgb(65, 65, 67);
449
+ --color-light-bg-secondary-inverted-tint-20: rgb(77, 77, 78);
450
+ --color-light-bg-secondary-inverted-shade-7: rgb(30, 30, 32);
451
+ --color-light-bg-secondary-inverted-shade-15: rgb(27, 27, 29);
452
+ --color-light-bg-tertiary-shade-7: rgb(217, 217, 219);
453
+ --color-light-border-underline-alpha-30: rgba(197, 197, 199, 0.3);
454
+ --color-light-border-underline-inverted-alpha-30: rgba(70, 70, 73, 0.3);
455
+ --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
456
+ --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
457
+ --color-light-graphic-accent-shade-7: rgb(222, 46, 33);
458
+ --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
459
+ --color-light-graphic-accent-shade-15: rgb(203, 42, 31);
460
+ --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
461
+ --color-light-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
462
+ --color-light-graphic-negative-tint-20: rgb(244, 115, 106);
463
+ --color-light-graphic-negative-tint-30: rgb(245, 133, 125);
464
+ --color-light-graphic-negative-shade-7: rgb(224, 74, 64);
465
+ --color-light-graphic-negative-shade-15: rgb(205, 68, 59);
466
+ --color-light-graphic-negative-shade-30: rgb(169, 56, 48);
467
+ --color-light-graphic-positive-shade-10: rgb(42, 175, 99);
468
+ --color-light-graphic-positive-shade-30: rgb(33, 136, 77);
469
+ --color-light-graphic-primary-alpha-30: rgba(0, 0, 0, 0.3);
470
+ --color-light-graphic-primary-alpha-40: rgba(0, 0, 0, 0.4);
471
+ --color-light-graphic-primary-alpha-50: rgba(0, 0, 0, 0.5);
472
+ --color-light-graphic-primary-alpha-60: rgba(0, 0, 0, 0.6);
473
+ --color-light-graphic-primary-tint-15: rgb(38, 38, 38);
474
+ --color-light-graphic-primary-tint-20: rgb(51, 51, 51);
475
+ --color-light-graphic-primary-tint-30: rgb(77, 77, 77);
476
+ --color-light-graphic-primary-shade-10: rgb(0, 0, 0);
477
+ --color-light-graphic-primary-shade-30: rgb(0, 0, 0);
478
+ --color-light-graphic-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
479
+ --color-light-graphic-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
480
+ --color-light-graphic-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
481
+ --color-light-graphic-primary-inverted-alpha-60: rgba(255, 255, 255, 0.6);
482
+ --color-light-graphic-primary-inverted-shade-7: rgb(237, 237, 237);
483
+ --color-light-graphic-primary-inverted-shade-10: rgb(230, 230, 230);
484
+ --color-light-graphic-primary-inverted-shade-15: rgb(217, 217, 217);
485
+ --color-light-graphic-primary-inverted-shade-30: rgb(179, 179, 179);
486
+ --color-light-graphic-quaternary-shade-10: rgb(198, 198, 199);
487
+ --color-light-graphic-secondary-alpha-30: rgba(138, 138, 142, 0.3);
488
+ --color-light-graphic-secondary-shade-30: rgb(97, 97, 99);
489
+ --color-light-graphic-secondary-shade-50: rgb(69, 69, 71);
490
+ --color-light-graphic-secondary-inverted-alpha-30: rgba(141, 141, 147, 0.3);
491
+ --color-light-graphic-secondary-inverted-tint-15: rgb(158, 158, 163);
492
+ --color-light-graphic-secondary-inverted-tint-20: rgb(164, 164, 169);
493
+ --color-light-graphic-secondary-inverted-shade-10: rgb(127, 127, 132);
494
+ --color-light-graphic-secondary-inverted-shade-30: rgb(99, 99, 103);
495
+ --color-light-graphic-tertiary-alpha-30: rgba(197, 197, 199, 0.3);
496
+ --color-light-graphic-tertiary-tint-15: rgb(206, 206, 207);
497
+ --color-light-graphic-tertiary-tint-20: rgb(209, 209, 210);
498
+ --color-light-graphic-tertiary-shade-7: rgb(183, 183, 185);
499
+ --color-light-graphic-tertiary-shade-15: rgb(167, 167, 169);
500
+ --color-light-graphic-tertiary-inverted-alpha-30: rgba(70, 70, 73, 0.3);
501
+ --color-light-graphic-tertiary-inverted-tint-15: rgb(98, 98, 100);
502
+ --color-light-graphic-tertiary-inverted-tint-20: rgb(107, 107, 109);
503
+ --color-light-specialbg-component-shade-7: rgba(0, 0, 0, 0.1444);
504
+ --color-light-specialbg-component-shade-10: rgba(0, 0, 0, 0.172);
505
+ --color-light-specialbg-component-shade-15: rgba(0, 0, 0, 0.218);
506
+ --color-light-specialbg-component-shade-30: rgba(0, 0, 0, 0.356);
507
+ --color-light-specialbg-component-alpha-2: rgba(0, 0, 0, 0.02);
508
+ --color-light-specialbg-component-alpha-14: rgba(0, 0, 0, 0.14);
509
+ --color-light-specialbg-component-alpha-23: rgba(0, 0, 0, 0.23);
510
+ --color-light-specialbg-component-alpha-30: rgba(0, 0, 0, 0.3);
511
+ --color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
512
+ --color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.235);
513
+ --color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.28);
514
+ --color-light-text-link-tint-30: rgb(77, 156, 244);
515
+ --color-light-text-link-tint-50: rgb(128, 185, 247);
516
+ --color-light-text-link-shade-20: rgb(0, 91, 191);
517
+ --color-light-text-link-shade-40: rgb(0, 68, 143);
518
+ --color-light-text-primary-alpha-30: rgba(0, 0, 0, 0.3);
519
+ --color-light-text-primary-tint-30: rgb(77, 77, 77);
520
+ --color-light-text-primary-tint-50: rgb(128, 128, 128);
521
+ --color-light-text-primary-shade-20: rgb(0, 0, 0);
522
+ --color-light-text-primary-shade-40: rgb(0, 0, 0);
523
+ --color-light-text-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
524
+ --color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
525
+ --color-light-text-primary-inverted-tint-20: rgb(255, 255, 255);
526
+ --color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
527
+ --color-light-text-primary-inverted-shade-7: rgb(237, 237, 237);
528
+ --color-light-text-primary-inverted-shade-15: rgb(217, 217, 217);
529
+ --color-light-text-primary-inverted-shade-30: rgb(179, 179, 179);
530
+ --color-light-text-primary-inverted-shade-50: rgb(128, 128, 128);
531
+ --color-light-text-secondary-tint-20: rgba(99, 99, 105, 0.68);
532
+ --color-light-text-secondary-tint-30: rgba(119, 119, 123, 0.72);
533
+ --color-light-text-secondary-shade-20: rgba(48, 48, 54, 0.68);
534
+ --color-light-text-secondary-shade-40: rgba(36, 36, 40, 0.76);
535
+ --color-light-text-secondary-inverted-tint-20: rgba(239, 239, 247, 0.68);
536
+ --color-light-text-secondary-inverted-tint-30: rgba(241, 241, 248, 0.72);
537
+ --color-static-bg-primary-dark-alpha-10: rgba(18, 18, 18, 0.1);
538
+ --color-static-bg-primary-dark-alpha-20: rgba(18, 18, 18, 0.2);
539
+ --color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3);
540
+ }
541
+ :root {
542
+ --color-dynamic-primary-dark: rgba(0, 0, 0, 0.8);
543
+ --color-dynamic-primary-light: rgba(255, 255, 255, 0.8);
544
+ --color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32);
545
+ --color-dynamic-quaternary-light: rgba(255, 255, 255, 0.32);
546
+ --color-dynamic-quinary-dark: rgba(0, 0, 0, 0.16);
547
+ --color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
548
+ --color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
549
+ --color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
550
+ --color-dynamic-senary-dark: rgba(0, 0, 0, 0.12);
551
+ --color-dynamic-senary-light: rgba(255, 255, 255, 0.12);
552
+ --color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
553
+ --color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
554
+ --color-static-primary-dark: rgba(0, 0, 0, 0.8);
555
+ --color-static-primary-light: rgba(255, 255, 255, 0.8);
556
+ --color-static-quaternary-dark: rgba(0, 0, 0, 0.32);
557
+ --color-static-quaternary-light: rgba(255, 255, 255, 0.32);
558
+ --color-static-quinary-dark: rgba(0, 0, 0, 0.16);
559
+ --color-static-quinary-light: rgba(255, 255, 255, 0.16);
560
+ --color-static-secondary-dark: rgba(0, 0, 0, 0.64);
561
+ --color-static-secondary-light: rgba(255, 255, 255, 0.64);
562
+ --color-static-senary-dark: rgba(0, 0, 0, 0.12);
563
+ --color-static-senary-light: rgba(255, 255, 255, 0.12);
564
+ --color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
565
+ --color-static-tertiary-light: rgba(255, 255, 255, 0.48);
566
+ }
567
+ :root {
568
+ --color-static-brand-primary: #5faf2d;
569
+ --color-static-brand-secondary: #00afff;
570
+ }
571
+ :root {
572
+ --color-dark-indigo: #0b1f35;
573
+ --color-dark-indigo-60: rgba(11, 31, 53, 0.6);
574
+ --color-dark-indigo-30: rgba(11, 31, 53, 0.3);
575
+ --color-dark-indigo-15: rgba(11, 31, 53, 0.15);
576
+ --color-dark-indigo-10: rgba(11, 31, 53, 0.1);
577
+ --color-dark-indigo-07: rgba(11, 31, 53, 0.07);
578
+ --color-dark-indigo-05: rgba(11, 31, 53, 0.05);
579
+ --color-dark-indigo-60-flat: #6d7986;
580
+ --color-dark-indigo-30-flat: #b6bcc3;
581
+ --color-dark-indigo-15-flat: #dbdee1;
582
+ --color-dark-indigo-10-flat: #e7e9eb;
583
+ --color-dark-indigo-07-flat: #eeeff1;
584
+ --color-dark-indigo-05-flat: #f3f4f5;
585
+ --color-red-brand: #ef3124;
586
+ --color-red-brand-85: rgba(239, 49, 36, 0.85);
587
+ --color-red-brand-70: rgba(239, 49, 36, 0.7);
588
+ --color-red-brand-50: rgba(239, 49, 36, 0.5);
589
+ --color-red-brand-30: rgba(239, 49, 36, 0.3);
590
+ --color-red-brand-20: rgba(239, 49, 36, 0.2);
591
+ --color-red-brand-10: rgba(239, 49, 36, 0.1);
592
+ --color-red-brand-85-flat: #f15045;
593
+ --color-red-brand-70-flat: #f46f66;
594
+ --color-red-brand-50-flat: #f69791;
595
+ --color-red-brand-30-flat: #fbc2bd;
596
+ --color-red-brand-20-flat: #fcd6d3;
597
+ --color-red-brand-10-flat: #feebea;
598
+ --color-red-brand-05-flat: #fef5f4;
599
+ --color-red-dark: #d91d0b;
600
+ --color-red-error: #ff5c5c;
601
+ --color-green-text: #13a463;
602
+ --color-green-text-60: rgba(19, 164, 99, 0.6);
603
+ --color-green-text-60-flat: #71c8a1;
604
+ --color-green-done: #2fc26e;
605
+ --color-green-done-20: rgba(47, 194, 110, 0.2);
606
+ --color-green-done-10: rgba(47, 194, 110, 0.1);
607
+ --color-green-done-05: rgba(47, 194, 110, 0.05);
608
+ --color-green-done-20-flat: #d5f3e2;
609
+ --color-green-done-10-flat: #ebf9f1;
610
+ --color-green-done-05-flat: #f4fcf7;
611
+ --color-blue-action: #0e60b9;
612
+ --color-blue-swipe-a: #2670c6;
613
+ --color-blue-swipe-b: #3781d8;
614
+ --color-blue-swipe-c: #4a90e2;
615
+ --color-blue-link-mobile: #007aff;
616
+ --color-blue-link-mobile-10: rgba(0, 122, 255, 0.1);
617
+ --color-blue-link-mobile-10-flat: #e6f2ff;
618
+ --color-blue-link-web: #0f62fe;
619
+ --color-sand: #f6bf65;
620
+ --color-lavender: #8888ad;
621
+ --color-amethyst: #a489aa;
622
+ --color-black: #000;
623
+ --color-black-60: rgba(0, 0, 0, 0.6);
624
+ --color-black-30: rgba(0, 0, 0, 0.3);
625
+ --color-black-10: rgba(0, 0, 0, 0.1);
626
+ --color-black-60-flat: #666;
627
+ --color-black-30-flat: #b3b3b3;
628
+ --color-black-10-flat: #e6e6e6;
629
+ --color-white: #fff;
630
+ --color-white-60: rgba(255, 255, 255, 0.6);
631
+ --color-white-30: rgba(255, 255, 255, 0.3);
632
+ --color-white-10: rgba(255, 255, 255, 0.1);
633
+ --color-bg-corporate: #212a33;
634
+ --color-bg-corporate-90: rgba(33, 42, 51, 0.9);
635
+ --color-bg-corporate-60: rgba(33, 42, 51, 0.6);
636
+ --color-bg-corporate-30: rgba(33, 42, 51, 0.3);
637
+ --color-bg-corporate-90-flat: #384048;
638
+ --color-bg-corporate-60-flat: #7a7f85;
639
+ --color-bg-corporate-30-flat: #bdc0c2;
640
+ --color-light-blue: #f5f7f9;
641
+ }
642
+ :root {
643
+ --gap-3xs: 2px;
644
+ --gap-2xs: 4px;
645
+ --gap-xs: 8px;
646
+ --gap-s: 12px;
647
+ --gap-m: 16px;
648
+ --gap-l: 20px;
649
+ --gap-xl: 24px;
650
+ --gap-2xl: 32px;
651
+ --gap-3xl: 40px;
652
+ --gap-4xl: 48px;
653
+ --gap-5xl: 64px;
654
+ --gap-6xl: 72px;
655
+ --gap-7xl: 96px;
656
+ --gap-8xl: 128px;
657
+ --gap-3xs-neg: -2px;
658
+ --gap-2xs-neg: -4px;
659
+ --gap-xs-neg: -8px;
660
+ --gap-s-neg: -12px;
661
+ --gap-m-neg: -16px;
662
+ --gap-l-neg: -20px;
663
+ --gap-xl-neg: -24px;
664
+ --gap-2xl-neg: -32px;
665
+ --gap-3xl-neg: -40px;
666
+ --gap-4xl-neg: -48px;
667
+ --gap-5xl-neg: -64px;
668
+ --gap-6xl-neg: -72px;
669
+ --gap-7xl-neg: -96px;
670
+ --gap-8xl-neg: -128px;
671
+ }
672
+ :root {
673
+ --shadow-xs: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04);
674
+ --shadow-s: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08);
675
+ --shadow-m: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
676
+ --shadow-l: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24);
677
+ --shadow-xl: 0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32);
678
+
679
+ /* Hard */
680
+ --shadow-xs-hard: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
681
+ 0 2px 4px rgba(11, 31, 53, 0.16);
682
+ --shadow-s-hard: 0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08),
683
+ 0 4px 8px rgba(11, 31, 53, 0.16);
684
+ --shadow-m-hard: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),
685
+ 0 8px 16px rgba(11, 31, 53, 0.16);
686
+ --shadow-l-hard: 0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24),
687
+ 0 12px 24px rgba(11, 31, 53, 0.16);
688
+ --shadow-xl-hard: 0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32),
689
+ 0 16px 32px rgba(11, 31, 53, 0.16);
690
+
691
+ /* Up */
692
+ --shadow-xs-up: 0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04);
693
+ --shadow-s-up: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08);
694
+ --shadow-m-up: 0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16);
695
+ --shadow-l-up: 0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24);
696
+ --shadow-xl-up: 0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32);
697
+
698
+ /* Hard up */
699
+ --shadow-xs-hard-up: 0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04),
700
+ 0 -2px 4px rgba(11, 31, 53, 0.16);
701
+ --shadow-s-hard-up: 0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08),
702
+ 0 -4px 8px rgba(11, 31, 53, 0.16);
703
+ --shadow-m-hard-up: 0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16),
704
+ 0 -8px 16px rgba(11, 31, 53, 0.16);
705
+ --shadow-l-hard-up: 0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24),
706
+ 0 -12px 24px rgba(11, 31, 53, 0.16);
707
+ --shadow-xl-hard-up: 0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32),
708
+ 0 -16px 32px rgba(11, 31, 53, 0.16);
709
+ }
710
+ :root {
711
+ --font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
712
+ sans-serif;
713
+ --font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
714
+ 'Helvetica Neue', Helvetica, sans-serif;
715
+ }
716
+ :root {
717
+ /* theme */
718
+ --button-border-radius: var(--border-radius-l);
719
+ --button-xxs-size-border-radius: var(--border-radius-l);
720
+ --button-active-before-transform: none;
721
+ --button-active-transform: none;
722
+ /* primary */
723
+ --button-primary-base-bg-color: var(--color-light-bg-secondary-inverted);
724
+ --button-primary-hover-bg-color: var(--color-light-bg-secondary-inverted-tint-15);
725
+ --button-primary-active-bg-color: var(--color-light-bg-secondary-inverted-tint-20);
726
+ --button-primary-disabled-bg-color: var(--color-light-bg-secondary-inverted);
727
+ --button-primary-disabled-color: var(--color-light-text-tertiary-inverted);
728
+ --button-primary-color: var(--color-light-text-primary-inverted);
729
+ /* primary-inverted */
730
+ --button-inverted-primary-base-bg-color: var(--color-light-bg-secondary);
731
+ --button-inverted-primary-hover-bg-color: var(--color-light-bg-secondary-shade-7);
732
+ --button-inverted-primary-active-bg-color: var(--color-light-bg-secondary-shade-15);
733
+ --button-inverted-primary-disabled-bg-color: var(--color-light-bg-secondary);
734
+ --button-inverted-primary-disabled-color: var(--color-light-text-tertiary);
735
+ --button-inverted-primary-color: var(--color-light-text-primary);
736
+ /* theme */
737
+ --tag-border-radius: var(--border-radius-l);
738
+ --tag-background-color: var(--color-light-bg-secondary);
739
+ --tag-background-color-hover: var(--color-light-bg-secondary);
740
+ --tag-background-color-active: var(--color-light-bg-secondary-shade-15);
741
+ --tag-background-color-disabled: var(--color-light-bg-secondary-alpha-30);
742
+ --tag-background-color-checked: var(--color-light-bg-secondary-inverted);
743
+ --tag-background-color-checked-hover: var(--color-light-bg-secondary-inverted);
744
+ --tag-background-color-checked-active: var(--color-light-bg-secondary-inverted-tint-20);
745
+ --tag-background-color-checked-disabled: var(--color-light-bg-secondary-inverted-alpha-30);
746
+ --tag-border-color: transparent;
747
+ --tag-border-color-hover: transparent;
748
+ --tag-border-color-active: transparent;
749
+ --tag-border-color-checked: transparent;
750
+ --tag-border-color-disabled: transparent;
751
+ /* unchecked */
752
+ --checkbox-bg-color: var(--color-light-graphic-primary-inverted);
753
+ --checkbox-border-color: var(--color-light-graphic-secondary);
754
+ --checkbox-hover-bg-color: var(--color-light-graphic-primary-inverted);
755
+ --checkbox-hover-border-color: var(--color-light-graphic-secondary);
756
+ /* active */
757
+ --checkbox-active-bg-color: var(--color-light-graphic-primary-inverted);
758
+ --checkbox-active-border-color: var(--color-light-border-key);
759
+ /* checked */
760
+ --checkbox-checked-hover-bg-color: var(--color-light-graphic-primary-shade-10);
761
+ --checkbox-checked-active-bg-color: var(--color-light-graphic-primary-shade-30);
762
+ --checkbox-checked-bg-color: var(--color-light-graphic-primary);
763
+ /* icon */
764
+ --checkbox-icon-color: var(--color-light-graphic-primary-inverted);
765
+ /* unchecked */
766
+ --radio-bg-color: var(--color-light-graphic-primary-inverted);
767
+ --radio-border-color: var(--color-light-graphic-secondary);
768
+ --radio-hover-bg-color: var(--color-light-graphic-primary-inverted);
769
+ --radio-hover-border-color: var(--color-light-graphic-secondary);
770
+ /* active */
771
+ --radio-active-bg-color: var(--color-light-graphic-primary-inverted);
772
+ --radio-active-border-color: var(--color-light-border-key);
773
+ /* checked */
774
+ --radio-checked-hover-bg-color: var(--color-light-graphic-primary-shade-10);
775
+ --radio-checked-active-bg-color: var(--color-light-graphic-primary-shade-30);
776
+ --radio-checked-bg-color: var(--color-light-graphic-primary);
777
+ /* icon */
778
+ --radio-icon-color: var(--color-light-graphic-primary-inverted);
779
+ /* theme */
780
+ --form-control-border-radius: var(--border-radius-l);
781
+ --form-control-border-bottom: 0;
782
+ --form-control-inverted-border-bottom: 0;
783
+ --form-control-bg-color: var(--color-light-bg-secondary);
784
+ --form-control-inverted-bg-color: var(--color-light-bg-secondary-inverted);
785
+ /* disabled */
786
+ --form-control-disabled-opacity: 0.5;
787
+ --form-control-disabled-border-bottom: 0;
788
+ --form-control-inverted-disabled-border-bottom: 0;
789
+ --form-control-disabled-bg-color: var(--color-light-bg-secondary);
790
+ --form-control-inverted-disabled-bg-color: var(--color-light-bg-secondary-inverted);
791
+ /* focus */
792
+ --form-control-focus-border-bottom: 0;
793
+ --form-control-inverted-focus-border-bottom: 0;
794
+ --form-control-focus-bg-color: var(--color-light-bg-secondary);
795
+ --form-control-inverted-focus-bg-color: var(--color-light-bg-secondary-inverted);
796
+ --form-control-hover-bg-color: var(--color-light-bg-secondary);
797
+ --form-control-inverted-hover-bg-color: var(--color-light-bg-secondary-inverted);
798
+ /* error */
799
+ --form-control-error-label-color: var(--color-light-text-negative);
800
+ --form-control-inverted-error-label-color: var(--color-light-text-accent);
801
+ --form-control-error-shadow: none;
802
+ --form-control-inverted-error-shadow: none;
803
+ --form-control-error-border-bottom: 0;
804
+ --form-control-inverted-error-border-bottom: 0;
805
+ /* paddings */
806
+ --form-control-sub-paddings: 0 var(--gap-2xs);
807
+ /* theme */
808
+ --input-error-color: var(--color-light-text-negative);
809
+ --input-inverted-error-color: var(--color-light-text-accent);
810
+ --input-error-icon-display: none;
811
+ --input-disabled-color: var(--color-light-text-primary);
812
+ --input-inverted-disabled-color: var(--color-light-text-primary-inverted);
813
+ --input-focus-placeholder-color: var(--color-light-text-tertiary);
814
+ --input-inverted-focus-placeholder-color: var(--color-light-text-tertiary-inverted);
815
+ --input-caret-color: var(--color-light-text-link);
816
+ --input-inverted-caret-color: var(--color-light-text-link);
817
+ --input-error-icon-not-alone-display: none;
818
+ --slider-progress-background: var(--color-light-graphic-quaternary);
819
+ --slider-progress-hover-background: var(--color-light-graphic-quaternary);
820
+ --slider-origin-width: calc(100% - 16px);
821
+ --slider-origin-right: 8px;
822
+ --slider-input-font-weight: normal;
823
+ --calendar-input-popover-border-radius: var(--border-radius-s);
824
+ /* theme */
825
+ --filter-tag-separator-background-color-hover: var(--color-dark-border-underline);
826
+ --bottom-sheet-header-border-bottom: 1px solid var(--color-light-border-primary);
827
+ --bottom-sheet-footer-border-top: 1px solid var(--color-light-border-primary);
828
+ /* select mobile footer */
829
+ --select-mobile-footer-border-top: 1px solid var(--color-light-border-primary);
830
+ --steps-dash-border: 2px solid var(--color-light-graphic-primary);
831
+ --steps-option-svg-color: var(--color-light-graphic-primary);
832
+ /* theme */
833
+ --confirmation-header-desktop-font-size: 18px;
834
+ --confirmation-header-desktop-line-height: 22px;
835
+ --confirmation-text-font-size: 14px;
836
+ --confirmation-text-line-height: 20px;
837
+ --confirmation-text-color: var(--color-light-text-secondary);
838
+ }