@alfalab/core-components 42.2.1 → 42.2.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 (1616) hide show
  1. package/action-button/default.css +1 -1
  2. package/action-button/esm/default.css +1 -1
  3. package/action-button/esm/index.css +1 -1
  4. package/action-button/esm/inverted.css +1 -1
  5. package/action-button/esm/static.css +1 -1
  6. package/action-button/index.css +1 -1
  7. package/action-button/inverted.css +1 -1
  8. package/action-button/modern/default.css +1 -1
  9. package/action-button/modern/index.css +1 -1
  10. package/action-button/modern/inverted.css +1 -1
  11. package/action-button/modern/static.css +1 -1
  12. package/action-button/static.css +1 -1
  13. package/alert/esm/index.css +1 -1
  14. package/alert/index.css +1 -1
  15. package/alert/modern/index.css +1 -1
  16. package/amount-input/default.css +1 -1
  17. package/amount-input/esm/default.css +1 -1
  18. package/amount-input/esm/index.css +1 -1
  19. package/amount-input/esm/inverted.css +1 -1
  20. package/amount-input/index.css +1 -1
  21. package/amount-input/inverted.css +1 -1
  22. package/amount-input/modern/default.css +1 -1
  23. package/amount-input/modern/index.css +1 -1
  24. package/amount-input/modern/inverted.css +1 -1
  25. package/attach/esm/index.css +1 -1
  26. package/attach/index.css +1 -1
  27. package/attach/modern/index.css +1 -1
  28. package/bank-card/esm/index.css +1 -1
  29. package/bank-card/index.css +1 -1
  30. package/bank-card/modern/index.css +1 -1
  31. package/base-modal/esm/index.css +1 -1
  32. package/base-modal/index.css +1 -1
  33. package/base-modal/modern/index.css +1 -1
  34. package/bottom-sheet/components/footer/index.css +1 -1
  35. package/bottom-sheet/components/header/index.css +1 -1
  36. package/bottom-sheet/esm/components/footer/index.css +1 -1
  37. package/bottom-sheet/esm/components/header/index.css +1 -1
  38. package/bottom-sheet/esm/index.css +1 -1
  39. package/bottom-sheet/index.css +1 -1
  40. package/bottom-sheet/modern/components/footer/index.css +1 -1
  41. package/bottom-sheet/modern/components/header/index.css +1 -1
  42. package/bottom-sheet/modern/index.css +1 -1
  43. package/button/Component.desktop.js +1 -1
  44. package/button/Component.mobile.js +1 -1
  45. package/button/Component.responsive.js +1 -1
  46. package/button/components/base-button/Component.js +4 -4
  47. package/button/components/base-button/default.css +1 -2
  48. package/button/components/base-button/index.css +3 -1
  49. package/button/components/base-button/index.js +1 -1
  50. package/button/components/base-button/inverted.css +1 -2
  51. package/button/cssm/Component.desktop.js +2 -2
  52. package/button/cssm/Component.mobile.js +2 -2
  53. package/button/cssm/Component.responsive.js +2 -2
  54. package/button/cssm/components/base-button/Component.js +3 -3
  55. package/button/cssm/components/base-button/default.module.css +0 -1
  56. package/button/cssm/components/base-button/index.js +2 -2
  57. package/button/cssm/components/base-button/index.module.css +2 -0
  58. package/button/cssm/components/base-button/inverted.module.css +0 -1
  59. package/button/cssm/desktop.js +2 -2
  60. package/button/cssm/index.js +2 -2
  61. package/button/cssm/mobile.js +2 -2
  62. package/button/default.desktop.css +1 -1
  63. package/button/default.mobile.css +1 -1
  64. package/button/desktop.css +1 -1
  65. package/button/desktop.js +1 -1
  66. package/button/esm/Component.desktop.js +1 -1
  67. package/button/esm/Component.mobile.js +1 -1
  68. package/button/esm/Component.responsive.js +1 -1
  69. package/button/esm/components/base-button/Component.js +4 -4
  70. package/button/esm/components/base-button/default.css +1 -2
  71. package/button/esm/components/base-button/index.css +3 -1
  72. package/button/esm/components/base-button/index.js +1 -1
  73. package/button/esm/components/base-button/inverted.css +1 -2
  74. package/button/esm/default.desktop.css +1 -1
  75. package/button/esm/default.mobile.css +1 -1
  76. package/button/esm/desktop.css +1 -1
  77. package/button/esm/desktop.js +1 -1
  78. package/button/esm/index.js +1 -1
  79. package/button/esm/inverted.desktop.css +1 -1
  80. package/button/esm/inverted.mobile.css +1 -1
  81. package/button/esm/mobile.css +1 -1
  82. package/button/esm/mobile.js +1 -1
  83. package/button/index.js +1 -1
  84. package/button/inverted.desktop.css +1 -1
  85. package/button/inverted.mobile.css +1 -1
  86. package/button/mobile.css +1 -1
  87. package/button/mobile.js +1 -1
  88. package/button/modern/Component.desktop.js +1 -1
  89. package/button/modern/Component.mobile.js +1 -1
  90. package/button/modern/Component.responsive.js +1 -1
  91. package/button/modern/components/base-button/Component.js +5 -4
  92. package/button/modern/components/base-button/default.css +1 -2
  93. package/button/modern/components/base-button/index.css +3 -1
  94. package/button/modern/components/base-button/index.js +1 -1
  95. package/button/modern/components/base-button/inverted.css +1 -2
  96. package/button/modern/default.desktop.css +1 -1
  97. package/button/modern/default.mobile.css +1 -1
  98. package/button/modern/desktop.css +1 -1
  99. package/button/modern/desktop.js +1 -1
  100. package/button/modern/index.js +1 -1
  101. package/button/modern/inverted.desktop.css +1 -1
  102. package/button/modern/inverted.mobile.css +1 -1
  103. package/button/modern/mobile.css +1 -1
  104. package/button/modern/mobile.js +1 -1
  105. package/calendar/components/calendar-mobile/index.css +1 -1
  106. package/calendar/components/days-table/index.css +1 -1
  107. package/calendar/components/header/index.css +1 -1
  108. package/calendar/components/month-year-header/index.css +1 -1
  109. package/calendar/components/months-table/index.css +1 -1
  110. package/calendar/components/period-slider/index.css +1 -1
  111. package/calendar/components/select-button/index.css +1 -1
  112. package/calendar/components/years-table/index.css +1 -1
  113. package/calendar/desktop.css +1 -1
  114. package/calendar/esm/components/calendar-mobile/index.css +1 -1
  115. package/calendar/esm/components/days-table/index.css +1 -1
  116. package/calendar/esm/components/header/index.css +1 -1
  117. package/calendar/esm/components/month-year-header/index.css +1 -1
  118. package/calendar/esm/components/months-table/index.css +1 -1
  119. package/calendar/esm/components/period-slider/index.css +1 -1
  120. package/calendar/esm/components/select-button/index.css +1 -1
  121. package/calendar/esm/components/years-table/index.css +1 -1
  122. package/calendar/esm/desktop.css +1 -1
  123. package/calendar/modern/Component-50136800.d.ts +166 -3
  124. package/calendar/modern/Component.desktop-ebda875c.d.ts +6 -0
  125. package/calendar/modern/components/calendar-mobile/index.css +1 -1
  126. package/calendar/modern/components/days-table/index.css +1 -1
  127. package/calendar/modern/components/header/index.css +1 -1
  128. package/calendar/modern/components/month-year-header/index.css +1 -1
  129. package/calendar/modern/components/months-table/index.css +1 -1
  130. package/calendar/modern/components/period-slider/index.css +1 -1
  131. package/calendar/modern/components/select-button/index.css +1 -1
  132. package/calendar/modern/components/years-table/index.css +1 -1
  133. package/calendar/modern/desktop-63dec22f.d.ts +2 -6
  134. package/calendar/modern/desktop.css +1 -1
  135. package/calendar-input/components/calendar-input/index.css +1 -1
  136. package/calendar-input/esm/Component-50136800.d.ts +166 -3
  137. package/calendar-input/esm/Component-5684a67d.d.ts +23 -0
  138. package/calendar-input/esm/Component-63dec22f.d.ts +12 -155
  139. package/calendar-input/esm/Component-e2b6c730.d.ts +76 -0
  140. package/calendar-input/esm/Component.desktop-8b5756fe.d.ts +5 -68
  141. package/calendar-input/esm/components/calendar-input/Component.d.ts +1 -1
  142. package/calendar-input/esm/components/calendar-input/index.css +1 -1
  143. package/calendar-input/esm/desktop-8b5756fe.d.ts +2 -0
  144. package/calendar-input/esm/index-9211a437.d.ts +1 -1
  145. package/calendar-input/esm/index-ebda875c.d.ts +1 -1
  146. package/calendar-input/esm/index-f034f741.d.ts +2 -80
  147. package/calendar-input/esm/mobile-c219f8ca.d.ts +367 -1
  148. package/calendar-input/esm/utils-e0a54580.d.ts +8 -0
  149. package/calendar-input/modern/components/calendar-input/index.css +1 -1
  150. package/calendar-range/Component.js +1 -1
  151. package/calendar-range/components/divider/index.css +1 -1
  152. package/calendar-range/cssm/utils.js +3 -1
  153. package/calendar-range/esm/Component.js +1 -1
  154. package/calendar-range/esm/components/divider/index.css +1 -1
  155. package/calendar-range/esm/index.js +1 -1
  156. package/calendar-range/esm/views/index.css +1 -1
  157. package/calendar-range/esm/views/popover.js +1 -1
  158. package/calendar-range/esm/views/static.js +1 -1
  159. package/calendar-range/index.js +1 -1
  160. package/calendar-range/modern/Component.js +1 -1
  161. package/calendar-range/modern/components/divider/index.css +1 -1
  162. package/calendar-range/modern/index.js +1 -1
  163. package/calendar-range/modern/views/index.css +1 -1
  164. package/calendar-range/modern/views/popover.js +1 -1
  165. package/calendar-range/modern/views/static.js +1 -1
  166. package/calendar-range/views/index.css +1 -1
  167. package/calendar-range/views/popover.js +1 -1
  168. package/calendar-range/views/static.js +1 -1
  169. package/calendar-with-skeleton/cssm/index-ebda875c.d.ts +16 -14
  170. package/calendar-with-skeleton/esm/index-ebda875c.d.ts +16 -14
  171. package/calendar-with-skeleton/esm/index.css +1 -1
  172. package/calendar-with-skeleton/index-ebda875c.d.ts +16 -14
  173. package/calendar-with-skeleton/index.css +1 -1
  174. package/calendar-with-skeleton/modern/index-ebda875c.d.ts +16 -14
  175. package/calendar-with-skeleton/modern/index.css +1 -1
  176. package/cdn-icon/esm/index.css +1 -1
  177. package/cdn-icon/index.css +1 -1
  178. package/cdn-icon/modern/index.css +1 -1
  179. package/confirmation/component.desktop.js +1 -1
  180. package/confirmation/component.mobile.js +1 -1
  181. package/confirmation/component.responsive.js +1 -1
  182. package/confirmation/components/base-confirmation/component.js +1 -1
  183. package/confirmation/components/base-confirmation/index.css +1 -1
  184. package/confirmation/components/base-confirmation/index.js +1 -1
  185. package/confirmation/components/countdown-loader/index.css +1 -1
  186. package/confirmation/components/header/index.css +1 -1
  187. package/confirmation/components/index.js +1 -1
  188. package/confirmation/components/screens/fatal-error/index.css +1 -1
  189. package/confirmation/components/screens/hint/index.css +1 -1
  190. package/confirmation/components/screens/index.js +1 -1
  191. package/confirmation/components/screens/initial/component.js +1 -1
  192. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  193. package/confirmation/components/screens/initial/index.css +1 -1
  194. package/confirmation/components/screens/initial/index.js +1 -1
  195. package/confirmation/components/screens/temp-block/index.css +1 -1
  196. package/confirmation/desktop.js +1 -1
  197. package/confirmation/esm/component.desktop.js +1 -1
  198. package/confirmation/esm/component.mobile.js +1 -1
  199. package/confirmation/esm/component.responsive.js +1 -1
  200. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  201. package/confirmation/esm/components/base-confirmation/index.css +1 -1
  202. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  203. package/confirmation/esm/components/countdown-loader/index.css +1 -1
  204. package/confirmation/esm/components/header/index.css +1 -1
  205. package/confirmation/esm/components/index.js +1 -1
  206. package/confirmation/esm/components/screens/fatal-error/index.css +1 -1
  207. package/confirmation/esm/components/screens/hint/index.css +1 -1
  208. package/confirmation/esm/components/screens/index.js +1 -1
  209. package/confirmation/esm/components/screens/initial/component.js +1 -1
  210. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  211. package/confirmation/esm/components/screens/initial/index.css +1 -1
  212. package/confirmation/esm/components/screens/initial/index.js +1 -1
  213. package/confirmation/esm/components/screens/temp-block/index.css +1 -1
  214. package/confirmation/esm/desktop.js +1 -1
  215. package/confirmation/esm/index.js +1 -1
  216. package/confirmation/esm/mobile.css +1 -1
  217. package/confirmation/esm/mobile.js +1 -1
  218. package/confirmation/esm/shared.js +1 -1
  219. package/confirmation/index.js +1 -1
  220. package/confirmation/mobile.css +1 -1
  221. package/confirmation/mobile.js +1 -1
  222. package/confirmation/modern/component.desktop.js +1 -1
  223. package/confirmation/modern/component.mobile.js +1 -1
  224. package/confirmation/modern/component.responsive.js +1 -1
  225. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  226. package/confirmation/modern/components/base-confirmation/index.css +1 -1
  227. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  228. package/confirmation/modern/components/countdown-loader/index.css +1 -1
  229. package/confirmation/modern/components/header/index.css +1 -1
  230. package/confirmation/modern/components/index.js +1 -1
  231. package/confirmation/modern/components/screens/fatal-error/index.css +1 -1
  232. package/confirmation/modern/components/screens/hint/index.css +1 -1
  233. package/confirmation/modern/components/screens/index.js +1 -1
  234. package/confirmation/modern/components/screens/initial/component.js +1 -1
  235. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  236. package/confirmation/modern/components/screens/initial/index.css +1 -1
  237. package/confirmation/modern/components/screens/initial/index.js +1 -1
  238. package/confirmation/modern/components/screens/temp-block/index.css +1 -1
  239. package/confirmation/modern/desktop.js +1 -1
  240. package/confirmation/modern/index.js +1 -1
  241. package/confirmation/modern/mobile.css +1 -1
  242. package/confirmation/modern/mobile.js +1 -1
  243. package/confirmation/modern/shared.js +1 -1
  244. package/confirmation/shared.js +1 -1
  245. package/confirmation-v1/components/code-input/index.css +1 -1
  246. package/confirmation-v1/components/countdown/index.css +1 -1
  247. package/confirmation-v1/components/countdown-loader/index.css +1 -1
  248. package/confirmation-v1/components/overlimit/index.css +1 -1
  249. package/confirmation-v1/components/sign-confirmation/index.css +1 -1
  250. package/confirmation-v1/cssm/desktop-63dec22f.d.ts +14 -14
  251. package/confirmation-v1/desktop-63dec22f.d.ts +14 -14
  252. package/confirmation-v1/esm/components/code-input/index.css +1 -1
  253. package/confirmation-v1/esm/components/countdown/index.css +1 -1
  254. package/confirmation-v1/esm/components/countdown-loader/index.css +1 -1
  255. package/confirmation-v1/esm/components/overlimit/index.css +1 -1
  256. package/confirmation-v1/esm/components/sign-confirmation/index.css +1 -1
  257. package/confirmation-v1/esm/desktop-63dec22f.d.ts +14 -14
  258. package/confirmation-v1/esm/index.css +1 -1
  259. package/confirmation-v1/index.css +1 -1
  260. package/confirmation-v1/modern/components/code-input/index.css +1 -1
  261. package/confirmation-v1/modern/components/countdown/index.css +1 -1
  262. package/confirmation-v1/modern/components/countdown-loader/index.css +1 -1
  263. package/confirmation-v1/modern/components/overlimit/index.css +1 -1
  264. package/confirmation-v1/modern/components/sign-confirmation/index.css +1 -1
  265. package/confirmation-v1/modern/desktop-63dec22f.d.ts +14 -14
  266. package/confirmation-v1/modern/index.css +1 -1
  267. package/custom-button/esm/index.css +1 -1
  268. package/custom-button/index.css +1 -1
  269. package/custom-button/modern/index.css +1 -1
  270. package/custom-picker-button/Component-50136800.d.ts +31 -24
  271. package/custom-picker-button/cssm/Component-50136800.d.ts +31 -24
  272. package/custom-picker-button/esm/Component-50136800.d.ts +31 -24
  273. package/custom-picker-button/esm/field/index.css +1 -1
  274. package/custom-picker-button/field/index.css +1 -1
  275. package/custom-picker-button/modern/Component-50136800.d.ts +31 -24
  276. package/custom-picker-button/modern/field/index.css +1 -1
  277. package/date-input/esm/index.css +1 -1
  278. package/date-input/index.css +1 -1
  279. package/date-input/modern/index.css +1 -1
  280. package/date-range-input/components/date-range-input/index.css +1 -1
  281. package/date-range-input/cssm/Component.desktop-8b5756fe.d.ts +1 -8
  282. package/date-range-input/cssm/index-ebda875c.d.ts +115 -15
  283. package/date-range-input/cssm/index-f034f741.d.ts +5 -2
  284. package/date-range-input/esm/Component-50136800.d.ts +166 -3
  285. package/date-range-input/esm/Component-5684a67d.d.ts +23 -0
  286. package/date-range-input/esm/Component-63dec22f.d.ts +12 -155
  287. package/date-range-input/esm/Component-e2b6c730.d.ts +76 -0
  288. package/date-range-input/esm/Component.desktop-8b5756fe.d.ts +5 -68
  289. package/date-range-input/esm/components/date-range-input/Component.d.ts +1 -1
  290. package/date-range-input/esm/components/date-range-input/index.css +1 -1
  291. package/date-range-input/esm/desktop-8b5756fe.d.ts +2 -0
  292. package/date-range-input/esm/index-9211a437.d.ts +1 -1
  293. package/date-range-input/esm/index-ebda875c.d.ts +115 -15
  294. package/date-range-input/esm/index-f034f741.d.ts +2 -80
  295. package/date-range-input/esm/mobile-c219f8ca.d.ts +367 -1
  296. package/date-range-input/esm/utils-e0a54580.d.ts +8 -0
  297. package/date-range-input/modern/components/date-range-input/index.css +1 -1
  298. package/date-time-input/components/date-time-input/index.css +1 -1
  299. package/date-time-input/esm/Component.desktop-8b5756fe.d.ts +1 -8
  300. package/date-time-input/esm/components/date-time-input/index.css +1 -1
  301. package/date-time-input/esm/index-ebda875c.d.ts +115 -15
  302. package/date-time-input/esm/index-f034f741.d.ts +5 -2
  303. package/date-time-input/modern/Component-50136800.d.ts +166 -3
  304. package/date-time-input/modern/Component-5684a67d.d.ts +23 -0
  305. package/date-time-input/modern/Component-63dec22f.d.ts +12 -155
  306. package/date-time-input/modern/Component-e2b6c730.d.ts +76 -0
  307. package/date-time-input/modern/Component.desktop-8b5756fe.d.ts +5 -68
  308. package/date-time-input/modern/Component.desktop-ebda875c.d.ts +6 -0
  309. package/date-time-input/modern/components/date-time-input/Component.d.ts +1 -1
  310. package/date-time-input/modern/components/date-time-input/index.css +1 -1
  311. package/date-time-input/modern/desktop-8b5756fe.d.ts +2 -0
  312. package/date-time-input/modern/index-9211a437.d.ts +1 -1
  313. package/date-time-input/modern/index-ebda875c.d.ts +115 -15
  314. package/date-time-input/modern/index-f034f741.d.ts +2 -80
  315. package/date-time-input/modern/mobile-c219f8ca.d.ts +367 -1
  316. package/date-time-input/modern/utils-e0a54580.d.ts +8 -0
  317. package/drawer/esm/index.css +1 -1
  318. package/drawer/index.css +1 -1
  319. package/drawer/modern/index.css +1 -1
  320. package/file-upload-item/esm/index.css +1 -1
  321. package/file-upload-item/index.css +1 -1
  322. package/file-upload-item/modern/index.css +1 -1
  323. package/gallery/Component.js +2 -2
  324. package/gallery/components/header/Component.js +1 -1
  325. package/gallery/components/header/buttons.js +1 -1
  326. package/gallery/components/header/index.css +1 -1
  327. package/gallery/components/header/index.js +1 -1
  328. package/gallery/components/header-info-block/index.css +1 -1
  329. package/gallery/components/image-preview/index.css +1 -1
  330. package/gallery/components/image-viewer/component.js +1 -1
  331. package/gallery/components/image-viewer/index.css +1 -1
  332. package/gallery/components/image-viewer/index.js +1 -1
  333. package/gallery/components/image-viewer/slide.js +1 -1
  334. package/gallery/components/index.js +2 -2
  335. package/gallery/components/navigation-bar/index.css +1 -1
  336. package/gallery/esm/Component.js +2 -2
  337. package/gallery/esm/components/header/Component.js +1 -1
  338. package/gallery/esm/components/header/buttons.js +1 -1
  339. package/gallery/esm/components/header/index.css +1 -1
  340. package/gallery/esm/components/header/index.js +1 -1
  341. package/gallery/esm/components/header-info-block/index.css +1 -1
  342. package/gallery/esm/components/image-preview/index.css +1 -1
  343. package/gallery/esm/components/image-viewer/component.js +1 -1
  344. package/gallery/esm/components/image-viewer/index.css +1 -1
  345. package/gallery/esm/components/image-viewer/index.js +1 -1
  346. package/gallery/esm/components/image-viewer/slide.js +1 -1
  347. package/gallery/esm/components/index.js +2 -2
  348. package/gallery/esm/components/navigation-bar/index.css +1 -1
  349. package/gallery/esm/index.css +1 -1
  350. package/gallery/esm/index.js +2 -2
  351. package/gallery/index.css +1 -1
  352. package/gallery/index.js +2 -2
  353. package/gallery/modern/Component.js +2 -2
  354. package/gallery/modern/components/header/Component.js +1 -1
  355. package/gallery/modern/components/header/buttons.js +1 -1
  356. package/gallery/modern/components/header/index.css +1 -1
  357. package/gallery/modern/components/header/index.js +1 -1
  358. package/gallery/modern/components/header-info-block/index.css +1 -1
  359. package/gallery/modern/components/image-preview/index.css +1 -1
  360. package/gallery/modern/components/image-viewer/component.js +1 -1
  361. package/gallery/modern/components/image-viewer/index.css +1 -1
  362. package/gallery/modern/components/image-viewer/index.js +1 -1
  363. package/gallery/modern/components/image-viewer/slide.js +1 -1
  364. package/gallery/modern/components/index.js +2 -2
  365. package/gallery/modern/components/navigation-bar/index.css +1 -1
  366. package/gallery/modern/index.css +1 -1
  367. package/gallery/modern/index.js +2 -2
  368. package/grid/Component.js +1 -1
  369. package/grid/col/Component.js +1 -1
  370. package/grid/col/index.js +1 -1
  371. package/grid/esm/Component.js +1 -1
  372. package/grid/esm/col/Component.js +1 -1
  373. package/grid/esm/col/index.js +1 -1
  374. package/grid/esm/index.js +1 -1
  375. package/grid/esm/row/Component.js +1 -1
  376. package/grid/esm/row/index.js +1 -1
  377. package/grid/index.js +1 -1
  378. package/grid/modern/Component.js +1 -1
  379. package/grid/modern/col/Component.js +1 -1
  380. package/grid/modern/col/index.js +1 -1
  381. package/grid/modern/index.js +1 -1
  382. package/grid/modern/row/Component.js +1 -1
  383. package/grid/modern/row/index.js +1 -1
  384. package/grid/row/Component.js +1 -1
  385. package/grid/row/index.js +1 -1
  386. package/icon-button/default.css +1 -1
  387. package/icon-button/esm/default.css +1 -1
  388. package/icon-button/esm/index.css +1 -1
  389. package/icon-button/esm/inverted.css +1 -1
  390. package/icon-button/index.css +1 -1
  391. package/icon-button/inverted.css +1 -1
  392. package/icon-button/modern/default.css +1 -1
  393. package/icon-button/modern/index.css +1 -1
  394. package/icon-button/modern/inverted.css +1 -1
  395. package/input/components/base-input/default.css +1 -1
  396. package/input/components/base-input/index.css +2 -2
  397. package/input/components/base-input/inverted.css +1 -1
  398. package/input/cssm/components/base-input/index.module.css +1 -1
  399. package/input/default.desktop.css +1 -1
  400. package/input/default.mobile.css +1 -1
  401. package/input/esm/components/base-input/default.css +1 -1
  402. package/input/esm/components/base-input/index.css +2 -2
  403. package/input/esm/components/base-input/inverted.css +1 -1
  404. package/input/esm/default.desktop.css +1 -1
  405. package/input/esm/default.mobile.css +1 -1
  406. package/input/esm/inverted.desktop.css +1 -1
  407. package/input/esm/inverted.mobile.css +1 -1
  408. package/input/inverted.desktop.css +1 -1
  409. package/input/inverted.mobile.css +1 -1
  410. package/input/modern/Component.responsive.d.ts +1 -1
  411. package/input/modern/components/base-input/Component.d.ts +1 -1
  412. package/input/modern/components/base-input/default.css +1 -1
  413. package/input/modern/components/base-input/index.css +2 -2
  414. package/input/modern/components/base-input/inverted.css +1 -1
  415. package/input/modern/default.desktop.css +1 -1
  416. package/input/modern/default.mobile.css +1 -1
  417. package/input/modern/inverted.desktop.css +1 -1
  418. package/input/modern/inverted.mobile.css +1 -1
  419. package/input-autocomplete/Component-5e1b8383.d.ts +3 -70
  420. package/input-autocomplete/Component-96988a65.d.ts +9 -0
  421. package/input-autocomplete/Component-aed0af6e.d.ts +11 -0
  422. package/input-autocomplete/Component-ebda875c.d.ts +265 -8
  423. package/input-autocomplete/Component.mobile.d.ts +1 -1
  424. package/input-autocomplete/Component.mobile.js +1 -1
  425. package/input-autocomplete/Component.modal.mobile.d.ts +2 -2
  426. package/input-autocomplete/Component.modal.mobile.js +1 -1
  427. package/input-autocomplete/Component.responsive.d.ts +1 -1
  428. package/input-autocomplete/Component.responsive.js +1 -1
  429. package/input-autocomplete/autocomplete-field/index.css +1 -1
  430. package/input-autocomplete/autocomplete-mobile-field/index.css +1 -1
  431. package/input-autocomplete/component-50136800.d.ts +6 -6
  432. package/input-autocomplete/cssm/Component-50136800.d.ts +70 -4
  433. package/input-autocomplete/cssm/Component-5e1b8383.d.ts +20 -70
  434. package/input-autocomplete/cssm/Component-96988a65.d.ts +9 -0
  435. package/input-autocomplete/cssm/desktop-63dec22f.d.ts +2 -6
  436. package/input-autocomplete/cssm/mobile-96988a65.d.ts +5 -2
  437. package/input-autocomplete/cssm/shared-4cd3936b.d.ts +1 -0
  438. package/input-autocomplete/desktop-63dec22f.d.ts +2 -6
  439. package/input-autocomplete/esm/Component-50136800.d.ts +43 -5
  440. package/input-autocomplete/esm/Component.mobile.js +1 -1
  441. package/input-autocomplete/esm/Component.modal.mobile.js +1 -1
  442. package/input-autocomplete/esm/Component.responsive.js +1 -1
  443. package/input-autocomplete/esm/autocomplete-field/index.css +1 -1
  444. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +1 -1
  445. package/input-autocomplete/esm/index.js +1 -1
  446. package/input-autocomplete/esm/mobile.css +1 -1
  447. package/input-autocomplete/esm/mobile.js +1 -1
  448. package/input-autocomplete/hook-9ea9e32c.d.ts +4 -4
  449. package/{picker-button/cssm/shared-4cd3936b.d.ts → input-autocomplete/hook-ebda875c.d.ts} +4 -49
  450. package/input-autocomplete/index-bdb4c6b9.d.ts +180 -2
  451. package/input-autocomplete/index-ebda875c.d.ts +11 -115
  452. package/input-autocomplete/index.js +1 -1
  453. package/input-autocomplete/{Component.modal.mobile-5e1b8383.d.ts → mobile-45dc17c6.d.ts} +13 -26
  454. package/input-autocomplete/mobile-96988a65.d.ts +5 -2
  455. package/input-autocomplete/mobile.css +1 -1
  456. package/input-autocomplete/mobile.js +1 -1
  457. package/input-autocomplete/modern/Component.mobile.js +1 -1
  458. package/input-autocomplete/modern/Component.modal.mobile.js +1 -1
  459. package/input-autocomplete/modern/Component.responsive.js +1 -1
  460. package/input-autocomplete/modern/autocomplete-field/index.css +1 -1
  461. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +1 -1
  462. package/input-autocomplete/modern/component-50136800.d.ts +6 -6
  463. package/input-autocomplete/modern/index.js +1 -1
  464. package/input-autocomplete/modern/mobile.css +1 -1
  465. package/input-autocomplete/modern/mobile.js +1 -1
  466. package/input-autocomplete/shared-4cd3936b.d.ts +2 -87
  467. package/intl-phone-input/Component-4cd3936b.d.ts +1 -1
  468. package/intl-phone-input/Component-50136800.d.ts +101 -5
  469. package/intl-phone-input/Component-5e1b8383.d.ts +18 -96
  470. package/intl-phone-input/component.d.ts +1 -1
  471. package/intl-phone-input/components/flag-icon/index.css +1 -1
  472. package/intl-phone-input/components/select/component.d.ts +1 -1
  473. package/intl-phone-input/components/select/index.css +1 -1
  474. package/intl-phone-input/components/select-field/index.css +1 -1
  475. package/intl-phone-input/cssm/Component-50136800.d.ts +27 -25
  476. package/intl-phone-input/desktop-2e2b2125.d.ts +2 -0
  477. package/intl-phone-input/desktop-63dec22f.d.ts +1 -1
  478. package/intl-phone-input/esm/Component-50136800.d.ts +27 -25
  479. package/intl-phone-input/esm/components/flag-icon/index.css +1 -1
  480. package/intl-phone-input/esm/components/select/index.css +1 -1
  481. package/intl-phone-input/esm/components/select-field/index.css +1 -1
  482. package/intl-phone-input/esm/index.css +1 -1
  483. package/intl-phone-input/hook-c44170fe.d.ts +48 -0
  484. package/intl-phone-input/index.css +1 -1
  485. package/intl-phone-input/modern/components/flag-icon/index.css +1 -1
  486. package/intl-phone-input/modern/components/select/index.css +1 -1
  487. package/intl-phone-input/modern/components/select-field/index.css +1 -1
  488. package/intl-phone-input/modern/index.css +1 -1
  489. package/intl-phone-input/shared-4cd3936b.d.ts +13 -83
  490. package/list/Component.js +1 -1
  491. package/list/components/item/Component.js +1 -1
  492. package/list/components/item/index.d.ts +1 -1
  493. package/list/components/item/index.js +1 -1
  494. package/list/esm/Component.js +1 -1
  495. package/list/esm/components/item/Component.js +1 -1
  496. package/list/esm/components/item/index.d.ts +1 -1
  497. package/list/esm/components/item/index.js +1 -1
  498. package/list/esm/index.js +1 -1
  499. package/list/index.js +1 -1
  500. package/list/modern/Component.js +1 -1
  501. package/list/modern/components/item/Component.js +1 -1
  502. package/list/modern/components/item/index.d.ts +1 -1
  503. package/list/modern/components/item/index.js +1 -1
  504. package/list/modern/index.js +1 -1
  505. package/markdown/Component.desktop.js +1 -1
  506. package/markdown/Component.js +1 -1
  507. package/markdown/Component.mobile.js +1 -1
  508. package/markdown/Component.responsive.js +1 -1
  509. package/markdown/desktop.js +1 -1
  510. package/markdown/esm/Component.desktop.js +1 -1
  511. package/markdown/esm/Component.js +1 -1
  512. package/markdown/esm/Component.mobile.js +1 -1
  513. package/markdown/esm/Component.responsive.js +1 -1
  514. package/markdown/esm/desktop.js +1 -1
  515. package/markdown/esm/hooks/use-overrides.js +1 -1
  516. package/markdown/esm/index.css +1 -1
  517. package/markdown/esm/index.js +1 -1
  518. package/markdown/esm/mobile.js +1 -1
  519. package/markdown/hooks/use-overrides.js +1 -1
  520. package/markdown/index.css +1 -1
  521. package/markdown/index.js +1 -1
  522. package/markdown/mobile.js +1 -1
  523. package/markdown/modern/Component.desktop.js +1 -1
  524. package/markdown/modern/Component.js +1 -1
  525. package/markdown/modern/Component.mobile.js +1 -1
  526. package/markdown/modern/Component.responsive.js +1 -1
  527. package/markdown/modern/desktop.js +1 -1
  528. package/markdown/modern/hooks/use-overrides.js +1 -1
  529. package/markdown/modern/index.css +1 -1
  530. package/markdown/modern/index.js +1 -1
  531. package/markdown/modern/mobile.js +1 -1
  532. package/masked-input/esm/index.css +1 -1
  533. package/masked-input/index.css +1 -1
  534. package/masked-input/modern/index.css +1 -1
  535. package/modal/components/content/desktop.css +1 -1
  536. package/modal/components/content/index.css +1 -1
  537. package/modal/components/content/mobile.css +1 -1
  538. package/modal/components/footer/desktop.css +1 -1
  539. package/modal/components/footer/index.css +1 -1
  540. package/modal/components/footer/layout.css +1 -1
  541. package/modal/components/footer/mobile.css +1 -1
  542. package/modal/components/header/desktop.css +1 -1
  543. package/modal/components/header/index.css +1 -1
  544. package/modal/components/header/mobile.css +1 -1
  545. package/modal/desktop.css +1 -1
  546. package/modal/esm/components/content/desktop.css +1 -1
  547. package/modal/esm/components/content/index.css +1 -1
  548. package/modal/esm/components/content/mobile.css +1 -1
  549. package/modal/esm/components/footer/desktop.css +1 -1
  550. package/modal/esm/components/footer/index.css +1 -1
  551. package/modal/esm/components/footer/layout.css +1 -1
  552. package/modal/esm/components/footer/mobile.css +1 -1
  553. package/modal/esm/components/header/desktop.css +1 -1
  554. package/modal/esm/components/header/index.css +1 -1
  555. package/modal/esm/components/header/mobile.css +1 -1
  556. package/modal/esm/desktop.css +1 -1
  557. package/modal/esm/mobile.css +1 -1
  558. package/modal/esm/transitions.css +1 -1
  559. package/modal/mobile.css +1 -1
  560. package/modal/modern/components/content/desktop.css +1 -1
  561. package/modal/modern/components/content/index.css +1 -1
  562. package/modal/modern/components/content/mobile.css +1 -1
  563. package/modal/modern/components/footer/desktop.css +1 -1
  564. package/modal/modern/components/footer/index.css +1 -1
  565. package/modal/modern/components/footer/layout.css +1 -1
  566. package/modal/modern/components/footer/mobile.css +1 -1
  567. package/modal/modern/components/header/desktop.css +1 -1
  568. package/modal/modern/components/header/index.css +1 -1
  569. package/modal/modern/components/header/mobile.css +1 -1
  570. package/modal/modern/desktop.css +1 -1
  571. package/modal/modern/mobile.css +1 -1
  572. package/modal/modern/transitions.css +1 -1
  573. package/modal/transitions.css +1 -1
  574. package/navigation-bar/components/back-arrow-addon/index.css +1 -1
  575. package/navigation-bar/components/closer/index.css +1 -1
  576. package/navigation-bar/esm/components/back-arrow-addon/index.css +1 -1
  577. package/navigation-bar/esm/components/closer/index.css +1 -1
  578. package/navigation-bar/esm/index.css +1 -1
  579. package/navigation-bar/index.css +1 -1
  580. package/navigation-bar/modern/components/back-arrow-addon/index.css +1 -1
  581. package/navigation-bar/modern/components/closer/index.css +1 -1
  582. package/navigation-bar/modern/index.css +1 -1
  583. package/notification/Component-9211a437.d.ts +7 -7
  584. package/notification/cssm/Component-9211a437.d.ts +7 -7
  585. package/notification/esm/Component-9211a437.d.ts +7 -7
  586. package/notification/esm/index.css +1 -1
  587. package/notification/index.css +1 -1
  588. package/notification/modern/Component-9211a437.d.ts +7 -7
  589. package/notification/modern/index.css +1 -1
  590. package/notification-manager/esm/index.css +1 -1
  591. package/notification-manager/index.css +1 -1
  592. package/notification-manager/modern/index.css +1 -1
  593. package/package.json +1615 -289
  594. package/pass-code/components/InputProgress/index.css +1 -1
  595. package/pass-code/components/InputProgress/transitions.css +1 -1
  596. package/pass-code/components/KeyPad/index.css +1 -1
  597. package/pass-code/components/KeyPadButton/index.css +1 -1
  598. package/pass-code/esm/components/InputProgress/index.css +1 -1
  599. package/pass-code/esm/components/InputProgress/transitions.css +1 -1
  600. package/pass-code/esm/components/KeyPad/index.css +1 -1
  601. package/pass-code/esm/components/KeyPadButton/index.css +1 -1
  602. package/pass-code/esm/index.css +1 -1
  603. package/pass-code/index.css +1 -1
  604. package/pass-code/modern/components/InputProgress/index.css +1 -1
  605. package/pass-code/modern/components/InputProgress/transitions.css +1 -1
  606. package/pass-code/modern/components/KeyPad/index.css +1 -1
  607. package/pass-code/modern/components/KeyPadButton/index.css +1 -1
  608. package/pass-code/modern/index.css +1 -1
  609. package/password-input/esm/index.css +1 -1
  610. package/password-input/index.css +1 -1
  611. package/password-input/modern/index.css +1 -1
  612. package/pattern-lock/esm/index.css +1 -1
  613. package/pattern-lock/index.css +1 -1
  614. package/pattern-lock/modern/index.css +1 -1
  615. package/picker-button/Component-50136800.d.ts +43 -5
  616. package/picker-button/cssm/Component-50136800.d.ts +38 -0
  617. package/picker-button/cssm/Component.desktop.d.ts +2 -2
  618. package/picker-button/cssm/Component.mobile-06ffd24b.d.ts +1 -1
  619. package/picker-button/cssm/Component.mobile.d.ts +1 -1
  620. package/picker-button/cssm/Component.modal.mobile-5e1b8383.d.ts +1 -1
  621. package/picker-button/cssm/Component.responsive.d.ts +3 -3
  622. package/picker-button/cssm/field/Component.js +3 -5
  623. package/picker-button/cssm/field/index.module.css +1 -4
  624. package/picker-button/cssm/option/Component.d.ts +2 -2
  625. package/picker-button/cssm/shared-5e1b8383.d.ts +6 -0
  626. package/picker-button/esm/Component-50136800.d.ts +43 -5
  627. package/picker-button/esm/field/Component.js +4 -6
  628. package/picker-button/esm/field/index.css +2 -5
  629. package/picker-button/esm/index.css +1 -1
  630. package/picker-button/esm/option/index.css +1 -1
  631. package/picker-button/field/Component.js +4 -6
  632. package/picker-button/field/index.css +2 -5
  633. package/picker-button/index.css +1 -1
  634. package/picker-button/modern/Component-50136800.d.ts +43 -5
  635. package/picker-button/modern/field/Component.js +2 -4
  636. package/picker-button/modern/field/index.css +2 -5
  637. package/picker-button/modern/index.css +1 -1
  638. package/picker-button/modern/option/index.css +1 -1
  639. package/picker-button/option/index.css +1 -1
  640. package/plate/components/base-plate/index.css +1 -1
  641. package/plate/desktop.css +1 -1
  642. package/plate/esm/components/base-plate/index.css +1 -1
  643. package/plate/esm/desktop.css +1 -1
  644. package/plate/esm/mobile.css +1 -1
  645. package/plate/mobile.css +1 -1
  646. package/plate/modern/components/base-plate/index.css +1 -1
  647. package/plate/modern/desktop.css +1 -1
  648. package/plate/modern/mobile.css +1 -1
  649. package/popup-sheet/components/backdrop/index.css +1 -1
  650. package/popup-sheet/esm/components/backdrop/index.css +1 -1
  651. package/popup-sheet/esm/index.css +1 -1
  652. package/popup-sheet/index.css +1 -1
  653. package/popup-sheet/modern/components/backdrop/index.css +1 -1
  654. package/popup-sheet/modern/index.css +1 -1
  655. package/pure-cell/component.js +1 -1
  656. package/pure-cell/components/addon/index.css +1 -1
  657. package/pure-cell/components/amount/index.css +1 -1
  658. package/pure-cell/components/amount-title/index.css +1 -1
  659. package/pure-cell/components/category/index.css +1 -1
  660. package/pure-cell/components/content/component.js +1 -1
  661. package/pure-cell/components/content/index.css +1 -1
  662. package/pure-cell/components/content/index.d.ts +1 -1
  663. package/pure-cell/components/content/index.js +1 -1
  664. package/pure-cell/components/footer/index.css +1 -1
  665. package/pure-cell/components/footer-button/index.css +1 -1
  666. package/pure-cell/components/graphics/index.css +1 -1
  667. package/pure-cell/components/main/component.js +1 -1
  668. package/pure-cell/components/main/index.css +1 -1
  669. package/pure-cell/components/main/index.d.ts +1 -1
  670. package/pure-cell/components/main/index.js +1 -1
  671. package/pure-cell/components/text/component.js +1 -1
  672. package/pure-cell/components/text/index.css +1 -1
  673. package/pure-cell/components/text/index.d.ts +1 -1
  674. package/pure-cell/components/text/index.js +1 -1
  675. package/pure-cell/esm/component.js +1 -1
  676. package/pure-cell/esm/components/addon/index.css +1 -1
  677. package/pure-cell/esm/components/amount/index.css +1 -1
  678. package/pure-cell/esm/components/amount-title/index.css +1 -1
  679. package/pure-cell/esm/components/category/index.css +1 -1
  680. package/pure-cell/esm/components/content/component.js +1 -1
  681. package/pure-cell/esm/components/content/index.css +1 -1
  682. package/pure-cell/esm/components/content/index.d.ts +1 -1
  683. package/pure-cell/esm/components/content/index.js +1 -1
  684. package/pure-cell/esm/components/footer/index.css +1 -1
  685. package/pure-cell/esm/components/footer-button/index.css +1 -1
  686. package/pure-cell/esm/components/graphics/index.css +1 -1
  687. package/pure-cell/esm/components/main/component.js +1 -1
  688. package/pure-cell/esm/components/main/index.css +1 -1
  689. package/pure-cell/esm/components/main/index.d.ts +1 -1
  690. package/pure-cell/esm/components/main/index.js +1 -1
  691. package/pure-cell/esm/components/text/component.js +1 -1
  692. package/pure-cell/esm/components/text/index.css +1 -1
  693. package/pure-cell/esm/components/text/index.d.ts +1 -1
  694. package/pure-cell/esm/components/text/index.js +1 -1
  695. package/pure-cell/esm/index.css +1 -1
  696. package/pure-cell/esm/index.js +1 -1
  697. package/pure-cell/index.css +1 -1
  698. package/pure-cell/index.js +1 -1
  699. package/pure-cell/modern/component-5a229016.d.ts +9 -9
  700. package/pure-cell/modern/component.js +1 -1
  701. package/pure-cell/modern/components/addon/index.css +1 -1
  702. package/pure-cell/modern/components/amount/index.css +1 -1
  703. package/pure-cell/modern/components/amount-title/index.css +1 -1
  704. package/pure-cell/modern/components/category/index.css +1 -1
  705. package/pure-cell/modern/components/content/component.js +1 -1
  706. package/pure-cell/modern/components/content/index.css +1 -1
  707. package/pure-cell/modern/components/content/index.d.ts +1 -1
  708. package/pure-cell/modern/components/content/index.js +1 -1
  709. package/pure-cell/modern/components/footer/index.css +1 -1
  710. package/pure-cell/modern/components/footer-button/index.css +1 -1
  711. package/pure-cell/modern/components/graphics/index.css +1 -1
  712. package/pure-cell/modern/components/main/component.js +1 -1
  713. package/pure-cell/modern/components/main/index.css +1 -1
  714. package/pure-cell/modern/components/main/index.d.ts +1 -1
  715. package/pure-cell/modern/components/main/index.js +1 -1
  716. package/pure-cell/modern/components/text/component.js +1 -1
  717. package/pure-cell/modern/components/text/index.css +1 -1
  718. package/pure-cell/modern/components/text/index.d.ts +1 -1
  719. package/pure-cell/modern/components/text/index.js +1 -1
  720. package/pure-cell/modern/index.css +1 -1
  721. package/pure-cell/modern/index.js +1 -1
  722. package/select/Component.mobile.js +1 -1
  723. package/select/Component.modal.mobile.js +1 -1
  724. package/select/Component.responsive.js +1 -1
  725. package/select/components/arrow/index.css +1 -1
  726. package/select/components/base-checkmark/index.css +1 -1
  727. package/select/components/base-option/index.css +1 -1
  728. package/select/components/base-select/index.css +1 -1
  729. package/select/components/base-select-mobile/footer/index.css +1 -1
  730. package/select/components/base-select-mobile/index.css +1 -1
  731. package/select/components/checkmark/index.css +1 -1
  732. package/select/components/checkmark-mobile/index.css +1 -1
  733. package/select/components/field/index.css +1 -1
  734. package/select/components/optgroup/index.css +1 -1
  735. package/select/components/option/index.css +1 -1
  736. package/select/components/options-list/index.css +1 -1
  737. package/select/components/virtual-options-list/index.css +1 -1
  738. package/select/cssm/Component.desktop-ebda875c.d.ts +6 -0
  739. package/select/cssm/Component.desktop.d.ts +0 -2
  740. package/select/cssm/Component.mobile-f1f15074.d.ts +1 -1
  741. package/select/cssm/index-ebda875c.d.ts +2 -0
  742. package/select/cssm/mobile-96988a65.d.ts +6 -2
  743. package/select/esm/Component.mobile.js +1 -1
  744. package/select/esm/Component.modal.mobile.js +1 -1
  745. package/select/esm/Component.responsive.js +1 -1
  746. package/select/esm/components/arrow/index.css +1 -1
  747. package/select/esm/components/base-checkmark/index.css +1 -1
  748. package/select/esm/components/base-option/index.css +1 -1
  749. package/select/esm/components/base-select/index.css +1 -1
  750. package/select/esm/components/base-select-mobile/footer/index.css +1 -1
  751. package/select/esm/components/base-select-mobile/index.css +1 -1
  752. package/select/esm/components/checkmark/index.css +1 -1
  753. package/select/esm/components/checkmark-mobile/index.css +1 -1
  754. package/select/esm/components/field/index.css +1 -1
  755. package/select/esm/components/optgroup/index.css +1 -1
  756. package/select/esm/components/option/index.css +1 -1
  757. package/select/esm/components/options-list/index.css +1 -1
  758. package/select/esm/components/virtual-options-list/index.css +1 -1
  759. package/select/esm/index-ebda875c.d.ts +2 -0
  760. package/select/esm/index.js +1 -1
  761. package/select/esm/mobile.js +1 -1
  762. package/select/esm/presets/index.js +1 -1
  763. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  764. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  765. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +1 -1
  766. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +1 -1
  767. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  768. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  769. package/select/esm/presets/useSelectWithLoading/index.css +1 -1
  770. package/select/esm/shared.js +1 -1
  771. package/select/index-ebda875c.d.ts +2 -0
  772. package/select/index.js +1 -1
  773. package/select/mobile.js +1 -1
  774. package/select/modern/Component.mobile.js +1 -1
  775. package/select/modern/Component.modal.mobile.js +1 -1
  776. package/select/modern/Component.responsive.js +1 -1
  777. package/select/modern/components/arrow/index.css +1 -1
  778. package/select/modern/components/base-checkmark/index.css +1 -1
  779. package/select/modern/components/base-option/index.css +1 -1
  780. package/select/modern/components/base-select/index.css +1 -1
  781. package/select/modern/components/base-select-mobile/footer/index.css +1 -1
  782. package/select/modern/components/base-select-mobile/index.css +1 -1
  783. package/select/modern/components/checkmark/index.css +1 -1
  784. package/select/modern/components/checkmark-mobile/index.css +1 -1
  785. package/select/modern/components/field/index.css +1 -1
  786. package/select/modern/components/optgroup/index.css +1 -1
  787. package/select/modern/components/option/index.css +1 -1
  788. package/select/modern/components/options-list/index.css +1 -1
  789. package/select/modern/components/virtual-options-list/index.css +1 -1
  790. package/select/modern/index-ebda875c.d.ts +2 -0
  791. package/select/modern/index.js +1 -1
  792. package/select/modern/mobile.js +1 -1
  793. package/select/modern/presets/index.js +1 -1
  794. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  795. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  796. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +1 -1
  797. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +1 -1
  798. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  799. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  800. package/select/modern/presets/useSelectWithLoading/index.css +1 -1
  801. package/select/modern/shared.js +1 -1
  802. package/select/presets/index.js +1 -1
  803. package/select/presets/useSelectWithApply/hook.js +1 -1
  804. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  805. package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +1 -1
  806. package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +1 -1
  807. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  808. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  809. package/select/presets/useSelectWithLoading/index.css +1 -1
  810. package/select/shared.js +1 -1
  811. package/select-with-tags/components/tag/index.css +1 -1
  812. package/select-with-tags/components/tag-list/index.css +1 -1
  813. package/select-with-tags/cssm/component-50136800.d.ts +6 -6
  814. package/select-with-tags/esm/component-50136800.d.ts +6 -6
  815. package/select-with-tags/esm/components/tag/index.css +1 -1
  816. package/select-with-tags/esm/components/tag-list/index.css +1 -1
  817. package/select-with-tags/modern/Component-8b2c2707.d.ts +1 -1
  818. package/select-with-tags/modern/components/tag/index.css +1 -1
  819. package/select-with-tags/modern/components/tag-list/index.css +1 -1
  820. package/select-with-tags/modern/index-c44170fe.d.ts +1 -1
  821. package/side-panel/components/content/desktop.css +1 -1
  822. package/side-panel/components/content/index.css +1 -1
  823. package/side-panel/components/content/mobile.css +1 -1
  824. package/side-panel/components/footer/desktop.css +1 -1
  825. package/side-panel/components/footer/index.css +1 -1
  826. package/side-panel/components/footer/layout.css +1 -1
  827. package/side-panel/components/footer/mobile.css +1 -1
  828. package/side-panel/components/header/desktop.css +1 -1
  829. package/side-panel/components/header/index.css +1 -1
  830. package/side-panel/components/header/mobile.css +1 -1
  831. package/side-panel/desktop.css +1 -1
  832. package/side-panel/esm/components/content/desktop.css +1 -1
  833. package/side-panel/esm/components/content/index.css +1 -1
  834. package/side-panel/esm/components/content/mobile.css +1 -1
  835. package/side-panel/esm/components/footer/desktop.css +1 -1
  836. package/side-panel/esm/components/footer/index.css +1 -1
  837. package/side-panel/esm/components/footer/layout.css +1 -1
  838. package/side-panel/esm/components/footer/mobile.css +1 -1
  839. package/side-panel/esm/components/header/desktop.css +1 -1
  840. package/side-panel/esm/components/header/index.css +1 -1
  841. package/side-panel/esm/components/header/mobile.css +1 -1
  842. package/side-panel/esm/desktop.css +1 -1
  843. package/side-panel/esm/mobile.css +1 -1
  844. package/side-panel/esm/transitions.desktop.css +1 -1
  845. package/side-panel/esm/transitions.mobile.css +1 -1
  846. package/side-panel/mobile.css +1 -1
  847. package/side-panel/modern/components/content/desktop.css +1 -1
  848. package/side-panel/modern/components/content/index.css +1 -1
  849. package/side-panel/modern/components/content/mobile.css +1 -1
  850. package/side-panel/modern/components/footer/desktop.css +1 -1
  851. package/side-panel/modern/components/footer/index.css +1 -1
  852. package/side-panel/modern/components/footer/layout.css +1 -1
  853. package/side-panel/modern/components/footer/mobile.css +1 -1
  854. package/side-panel/modern/components/header/desktop.css +1 -1
  855. package/side-panel/modern/components/header/index.css +1 -1
  856. package/side-panel/modern/components/header/mobile.css +1 -1
  857. package/side-panel/modern/desktop.css +1 -1
  858. package/side-panel/modern/mobile.css +1 -1
  859. package/side-panel/modern/transitions.desktop.css +1 -1
  860. package/side-panel/modern/transitions.mobile.css +1 -1
  861. package/side-panel/transitions.desktop.css +1 -1
  862. package/side-panel/transitions.mobile.css +1 -1
  863. package/slider-input/esm/index.css +1 -1
  864. package/slider-input/index.css +1 -1
  865. package/slider-input/modern/index.css +1 -1
  866. package/sortable-list/components/item/index.css +1 -1
  867. package/sortable-list/esm/components/item/index.css +1 -1
  868. package/sortable-list/esm/index.css +1 -1
  869. package/sortable-list/index.css +1 -1
  870. package/sortable-list/modern/components/item/index.css +1 -1
  871. package/sortable-list/modern/index.css +1 -1
  872. package/steps/Component.js +8 -9
  873. package/steps/cssm/Component.js +8 -9
  874. package/steps/esm/Component.js +9 -10
  875. package/steps/modern/Component.js +9 -10
  876. package/switch/esm/index.css +1 -1
  877. package/switch/index.css +1 -1
  878. package/switch/modern/index.css +1 -1
  879. package/system-message/components/caption/index.css +1 -1
  880. package/system-message/components/controls/index.css +1 -1
  881. package/system-message/components/graphic/index.css +1 -1
  882. package/system-message/components/subtitle/index.css +1 -1
  883. package/system-message/components/title/desktop.css +1 -1
  884. package/system-message/components/title/index.css +1 -1
  885. package/system-message/components/title/mobile.css +1 -1
  886. package/system-message/esm/components/caption/index.css +1 -1
  887. package/system-message/esm/components/controls/index.css +1 -1
  888. package/system-message/esm/components/graphic/index.css +1 -1
  889. package/system-message/esm/components/subtitle/index.css +1 -1
  890. package/system-message/esm/components/title/desktop.css +1 -1
  891. package/system-message/esm/components/title/index.css +1 -1
  892. package/system-message/esm/components/title/mobile.css +1 -1
  893. package/system-message/esm/index.css +1 -1
  894. package/system-message/index.css +1 -1
  895. package/system-message/modern/components/caption/index.css +1 -1
  896. package/system-message/modern/components/controls/index.css +1 -1
  897. package/system-message/modern/components/graphic/index.css +1 -1
  898. package/system-message/modern/components/subtitle/index.css +1 -1
  899. package/system-message/modern/components/title/desktop.css +1 -1
  900. package/system-message/modern/components/title/index.css +1 -1
  901. package/system-message/modern/components/title/mobile.css +1 -1
  902. package/system-message/modern/index.css +1 -1
  903. package/table/Component-50136800.d.ts +43 -5
  904. package/table/components/pagination/index.css +1 -1
  905. package/table/components/pagination/select-field/index.css +1 -1
  906. package/table/components/table/index.css +1 -1
  907. package/table/components/tbody/index.css +1 -1
  908. package/table/components/tcell/index.css +1 -1
  909. package/table/components/texpandable-row/index.css +1 -1
  910. package/table/components/thead/index.css +1 -1
  911. package/table/components/thead-cell/index.css +1 -1
  912. package/table/components/trow/index.css +1 -1
  913. package/table/components/tsortable-head-cell/index.css +1 -1
  914. package/table/cssm/Component-50136800.d.ts +43 -5
  915. package/table/esm/Component-50136800.d.ts +43 -5
  916. package/table/esm/components/pagination/index.css +1 -1
  917. package/table/esm/components/pagination/select-field/index.css +1 -1
  918. package/table/esm/components/table/index.css +1 -1
  919. package/table/esm/components/tbody/index.css +1 -1
  920. package/table/esm/components/tcell/index.css +1 -1
  921. package/table/esm/components/texpandable-row/index.css +1 -1
  922. package/table/esm/components/thead/index.css +1 -1
  923. package/table/esm/components/thead-cell/index.css +1 -1
  924. package/table/esm/components/trow/index.css +1 -1
  925. package/table/esm/components/tsortable-head-cell/index.css +1 -1
  926. package/table/modern/component-50136800.d.ts +6 -6
  927. package/table/modern/components/pagination/index.css +1 -1
  928. package/table/modern/components/pagination/select-field/index.css +1 -1
  929. package/table/modern/components/table/index.css +1 -1
  930. package/table/modern/components/tbody/index.css +1 -1
  931. package/table/modern/components/tcell/index.css +1 -1
  932. package/table/modern/components/texpandable-row/index.css +1 -1
  933. package/table/modern/components/thead/index.css +1 -1
  934. package/table/modern/components/thead-cell/index.css +1 -1
  935. package/table/modern/components/trow/index.css +1 -1
  936. package/table/modern/components/tsortable-head-cell/index.css +1 -1
  937. package/tabs/Component.desktop-ebda875c.d.ts +6 -0
  938. package/tabs/collapsible.js +2 -2
  939. package/tabs/components/primary-tablist/Component.collapsible.desktop.js +1 -1
  940. package/tabs/components/primary-tablist/Component.collapsible.mobile.js +2 -2
  941. package/tabs/components/primary-tablist/Component.collapsible.responsive.js +2 -2
  942. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  943. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  944. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  945. package/tabs/components/primary-tablist/index.css +1 -1
  946. package/tabs/components/primary-tablist/mobile.css +1 -1
  947. package/tabs/components/scrollable-container/index.css +1 -1
  948. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  949. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  950. package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
  951. package/tabs/components/secondary-tablist/index.css +1 -1
  952. package/tabs/components/secondary-tablist/mobile.css +1 -1
  953. package/tabs/components/tab/index.css +1 -1
  954. package/tabs/components/tabs/Component.collabsible.desktop.js +1 -1
  955. package/tabs/components/tabs/Component.collapsible.mobile.js +2 -2
  956. package/tabs/components/tabs/Component.collapsible.responsive.js +2 -2
  957. package/tabs/components/tabs/Component.desktop.js +2 -2
  958. package/tabs/components/tabs/Component.mobile.js +3 -3
  959. package/tabs/components/tabs/Component.responsive.js +3 -3
  960. package/tabs/cssm/Component.desktop-ebda875c.d.ts +6 -0
  961. package/tabs/cssm/index-ebda875c.d.ts +21 -86
  962. package/tabs/desktop.js +2 -2
  963. package/tabs/esm/collapsible.js +2 -2
  964. package/tabs/esm/components/primary-tablist/Component.collapsible.desktop.js +1 -1
  965. package/tabs/esm/components/primary-tablist/Component.collapsible.mobile.js +2 -2
  966. package/tabs/esm/components/primary-tablist/Component.collapsible.responsive.js +2 -2
  967. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  968. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  969. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  970. package/tabs/esm/components/primary-tablist/index.css +1 -1
  971. package/tabs/esm/components/primary-tablist/mobile.css +1 -1
  972. package/tabs/esm/components/scrollable-container/index.css +1 -1
  973. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  974. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  975. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  976. package/tabs/esm/components/secondary-tablist/index.css +1 -1
  977. package/tabs/esm/components/secondary-tablist/mobile.css +1 -1
  978. package/tabs/esm/components/tab/index.css +1 -1
  979. package/tabs/esm/components/tabs/Component.collabsible.desktop.js +1 -1
  980. package/tabs/esm/components/tabs/Component.collapsible.mobile.js +2 -2
  981. package/tabs/esm/components/tabs/Component.collapsible.responsive.js +2 -2
  982. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  983. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  984. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  985. package/tabs/esm/desktop.js +2 -2
  986. package/tabs/esm/index-ebda875c.d.ts +21 -86
  987. package/tabs/esm/index.js +3 -3
  988. package/tabs/esm/mobile.js +3 -3
  989. package/tabs/index-ebda875c.d.ts +86 -21
  990. package/tabs/index.js +3 -3
  991. package/tabs/mobile.js +3 -3
  992. package/tabs/modern/collapsible.js +2 -2
  993. package/tabs/modern/components/primary-tablist/Component.collapsible.desktop.js +1 -1
  994. package/tabs/modern/components/primary-tablist/Component.collapsible.mobile.js +2 -2
  995. package/tabs/modern/components/primary-tablist/Component.collapsible.responsive.js +2 -2
  996. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  997. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  998. package/tabs/modern/components/primary-tablist/Component.responsive.js +2 -2
  999. package/tabs/modern/components/primary-tablist/index.css +1 -1
  1000. package/tabs/modern/components/primary-tablist/mobile.css +1 -1
  1001. package/tabs/modern/components/scrollable-container/index.css +1 -1
  1002. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1003. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  1004. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1005. package/tabs/modern/components/secondary-tablist/index.css +1 -1
  1006. package/tabs/modern/components/secondary-tablist/mobile.css +1 -1
  1007. package/tabs/modern/components/tab/index.css +1 -1
  1008. package/tabs/modern/components/tabs/Component.collabsible.desktop.js +1 -1
  1009. package/tabs/modern/components/tabs/Component.collapsible.mobile.js +2 -2
  1010. package/tabs/modern/components/tabs/Component.collapsible.responsive.js +2 -2
  1011. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1012. package/tabs/modern/components/tabs/Component.mobile.js +3 -3
  1013. package/tabs/modern/components/tabs/Component.responsive.js +3 -3
  1014. package/tabs/modern/desktop.js +2 -2
  1015. package/tabs/modern/index.js +3 -3
  1016. package/tabs/modern/mobile.js +3 -3
  1017. package/tag/cssm/components/base-tag/Component.d.ts +1 -1
  1018. package/tag/esm/components/base-tag/Component.d.ts +1 -1
  1019. package/textarea/Component.d.ts +1 -1
  1020. package/textarea/Component.js +1 -1
  1021. package/textarea/components/PseudoTextArea.js +1 -1
  1022. package/textarea/components/index.d.ts +1 -1
  1023. package/textarea/components/index.js +1 -1
  1024. package/textarea/default.css +1 -1
  1025. package/textarea/esm/Component.js +1 -1
  1026. package/textarea/esm/components/PseudoTextArea.js +1 -1
  1027. package/textarea/esm/components/index.d.ts +1 -1
  1028. package/textarea/esm/components/index.js +1 -1
  1029. package/textarea/esm/default.css +1 -1
  1030. package/textarea/esm/index.css +1 -1
  1031. package/textarea/esm/index.js +1 -1
  1032. package/textarea/esm/inverted.css +1 -1
  1033. package/textarea/index.css +1 -1
  1034. package/textarea/index.js +1 -1
  1035. package/textarea/inverted.css +1 -1
  1036. package/textarea/modern/Component.d.ts +1 -1
  1037. package/textarea/modern/Component.js +1 -1
  1038. package/textarea/modern/components/PseudoTextArea.js +1 -1
  1039. package/textarea/modern/components/index.d.ts +1 -1
  1040. package/textarea/modern/components/index.js +1 -1
  1041. package/textarea/modern/default.css +1 -1
  1042. package/textarea/modern/index.css +1 -1
  1043. package/textarea/modern/index.js +1 -1
  1044. package/textarea/modern/inverted.css +1 -1
  1045. package/themes/click.js +2 -0
  1046. package/themes/compiled/mobile-dark-bluetint.css +2377 -114
  1047. package/themes/compiled/mobile-dark-bluetint.js +2 -0
  1048. package/themes/corp.js +2 -0
  1049. package/themes/dark.js +2 -0
  1050. package/themes/esm/compiled/mobile-dark-bluetint.js +3 -0
  1051. package/themes/intranet.js +2 -0
  1052. package/themes/mobile.js +2 -0
  1053. package/themes/modern/compiled/mobile-dark-bluetint.js +3 -0
  1054. package/themes/package.json +9 -1
  1055. package/themes/site.js +2 -0
  1056. package/time-input/cssm/utils/format.js +6 -10
  1057. package/time-input/esm/utils/format.js +6 -10
  1058. package/time-input/utils/format.js +6 -10
  1059. package/toast/Component-9211a437.d.ts +7 -7
  1060. package/toast/components/base-toast/index.css +1 -1
  1061. package/toast/cssm/Component-9211a437.d.ts +7 -7
  1062. package/toast/esm/Component-9211a437.d.ts +7 -7
  1063. package/toast/esm/Component.desktop-7ca84eff.d.ts +6 -0
  1064. package/toast/esm/components/base-toast/index.css +1 -1
  1065. package/toast/modern/Component-9211a437.d.ts +7 -7
  1066. package/toast/modern/components/base-toast/index.css +1 -1
  1067. package/toast-plate/components/base-toast-plate/default.css +1 -1
  1068. package/toast-plate/components/base-toast-plate/index.css +1 -1
  1069. package/toast-plate/components/base-toast-plate/inverted.css +1 -1
  1070. package/toast-plate/desktop.css +1 -1
  1071. package/toast-plate/esm/components/base-toast-plate/default.css +1 -1
  1072. package/toast-plate/esm/components/base-toast-plate/index.css +1 -1
  1073. package/toast-plate/esm/components/base-toast-plate/inverted.css +1 -1
  1074. package/toast-plate/esm/desktop.css +1 -1
  1075. package/toast-plate/esm/mobile.css +1 -1
  1076. package/toast-plate/mobile.css +1 -1
  1077. package/toast-plate/modern/components/base-toast-plate/default.css +1 -1
  1078. package/toast-plate/modern/components/base-toast-plate/index.css +1 -1
  1079. package/toast-plate/modern/components/base-toast-plate/inverted.css +1 -1
  1080. package/toast-plate/modern/desktop.css +1 -1
  1081. package/toast-plate/modern/mobile.css +1 -1
  1082. package/tooltip/default.css +1 -1
  1083. package/tooltip/esm/default.css +1 -1
  1084. package/tooltip/esm/index.css +1 -1
  1085. package/tooltip/esm/inverted.css +1 -1
  1086. package/tooltip/esm/mobile.css +1 -1
  1087. package/tooltip/index.css +1 -1
  1088. package/tooltip/inverted.css +1 -1
  1089. package/tooltip/mobile.css +1 -1
  1090. package/tooltip/modern/default.css +1 -1
  1091. package/tooltip/modern/index.css +1 -1
  1092. package/tooltip/modern/inverted.css +1 -1
  1093. package/tooltip/modern/mobile.css +1 -1
  1094. package/typography/component.js +2 -2
  1095. package/typography/cssm/title/component.d.ts +1 -1
  1096. package/typography/esm/component.js +2 -2
  1097. package/typography/esm/index.js +2 -2
  1098. package/typography/esm/text/component.js +1 -1
  1099. package/typography/esm/text/index.js +1 -1
  1100. package/typography/esm/title/component.js +1 -1
  1101. package/typography/esm/title/index.js +2 -2
  1102. package/typography/esm/title-mobile/component.js +2 -2
  1103. package/typography/esm/title-mobile/index.js +2 -2
  1104. package/typography/esm/title-responsive/component.js +2 -2
  1105. package/typography/esm/title-responsive/index.js +2 -2
  1106. package/typography/index.js +2 -2
  1107. package/typography/modern/component.js +2 -2
  1108. package/typography/modern/index.js +2 -2
  1109. package/typography/modern/text/component.js +1 -1
  1110. package/typography/modern/text/index.js +1 -1
  1111. package/typography/modern/title/component.js +1 -1
  1112. package/typography/modern/title/index.js +2 -2
  1113. package/typography/modern/title-mobile/component.js +2 -2
  1114. package/typography/modern/title-mobile/index.js +2 -2
  1115. package/typography/modern/title-responsive/component.js +2 -2
  1116. package/typography/modern/title-responsive/index.js +2 -2
  1117. package/typography/text/component.js +1 -1
  1118. package/typography/text/index.js +1 -1
  1119. package/typography/title/component.js +1 -1
  1120. package/typography/title/index.js +2 -2
  1121. package/typography/title-mobile/component.js +2 -2
  1122. package/typography/title-mobile/index.js +2 -2
  1123. package/typography/title-responsive/component.js +2 -2
  1124. package/typography/title-responsive/index.js +2 -2
  1125. package/underlay/Component.js +1 -1
  1126. package/underlay/esm/Component.js +1 -1
  1127. package/underlay/esm/index.js +1 -1
  1128. package/underlay/esm/utils/getBorderCorners.js +1 -1
  1129. package/underlay/esm/utils/getClasses.js +1 -1
  1130. package/underlay/index.js +1 -1
  1131. package/underlay/modern/Component.js +1 -1
  1132. package/underlay/modern/index.js +1 -1
  1133. package/underlay/modern/utils/getBorderCorners.js +1 -1
  1134. package/underlay/modern/utils/getClasses.js +1 -1
  1135. package/underlay/utils/getBorderCorners.js +1 -1
  1136. package/underlay/utils/getClasses.js +1 -1
  1137. package/vars/colors-bluetint.js +2 -0
  1138. package/vars/colors-indigo.js +2 -0
  1139. package/vars/cssm/colors-bluetint.js +2 -0
  1140. package/vars/cssm/colors-indigo.js +2 -0
  1141. package/vars/index.js +792 -794
  1142. package/vars/package.json +10 -1
  1143. package/with-suffix/Component.js +1 -1
  1144. package/with-suffix/cssm/Component.js +1 -1
  1145. package/with-suffix/esm/Component.js +1 -1
  1146. package/with-suffix/esm/index.css +1 -1
  1147. package/with-suffix/index.css +1 -1
  1148. package/with-suffix/modern/Component.js +1 -1
  1149. package/with-suffix/modern/index.css +1 -1
  1150. package/calendar/modern/Component-63dec22f.d.ts +0 -167
  1151. package/calendar/modern/Component.mobile-ebda875c.d.ts +0 -6
  1152. package/calendar-input/esm/Component-8b5756fe.d.ts +0 -388
  1153. package/calendar-input/esm/Component-ebda875c.d.ts +0 -35
  1154. package/custom-picker-button/component-50136800.d.ts +0 -44
  1155. package/custom-picker-button/cssm/component-50136800.d.ts +0 -44
  1156. package/custom-picker-button/esm/component-50136800.d.ts +0 -44
  1157. package/custom-picker-button/modern/component-50136800.d.ts +0 -44
  1158. package/date-range-input/esm/Component-8b5756fe.d.ts +0 -388
  1159. package/date-time-input/modern/Component-8b5756fe.d.ts +0 -388
  1160. package/date-time-input/modern/Component.mobile-ebda875c.d.ts +0 -6
  1161. package/input-autocomplete/Component-50136800.d.ts +0 -6
  1162. package/input-autocomplete/Component-63dec22f.d.ts +0 -167
  1163. package/input-autocomplete/Component.mobile-ebda875c.d.ts +0 -6
  1164. package/input-autocomplete/cssm/Component.mobile-ebda875c.d.ts +0 -6
  1165. package/input-autocomplete/cssm/component-50136800.d.ts +0 -44
  1166. package/input-autocomplete/esm/component-50136800.d.ts +0 -44
  1167. package/input-autocomplete/mobile-06ffd24b.d.ts +0 -5
  1168. package/input-autocomplete/modern/Component-50136800.d.ts +0 -6
  1169. package/input-autocomplete/utils-1574ad8b.d.ts +0 -29
  1170. package/intl-phone-input/component-50136800.d.ts +0 -44
  1171. package/intl-phone-input/cssm/component-50136800.d.ts +0 -44
  1172. package/intl-phone-input/esm/component-50136800.d.ts +0 -44
  1173. package/intl-phone-input/modern/component-50136800.d.ts +0 -44
  1174. package/picker-button/component-50136800.d.ts +0 -44
  1175. package/picker-button/cssm/component-50136800.d.ts +0 -44
  1176. package/picker-button/esm/component-50136800.d.ts +0 -44
  1177. package/picker-button/modern/component-50136800.d.ts +0 -44
  1178. package/select-with-tags/Component-50136800.d.ts +0 -6
  1179. package/select-with-tags/cssm/Component-50136800.d.ts +0 -6
  1180. package/select-with-tags/esm/Component-50136800.d.ts +0 -6
  1181. package/select-with-tags/modern/Component-50136800.d.ts +0 -6
  1182. package/table/component-50136800.d.ts +0 -44
  1183. package/table/cssm/component-50136800.d.ts +0 -44
  1184. package/table/esm/component-50136800.d.ts +0 -44
  1185. package/table/modern/Component-50136800.d.ts +0 -6
  1186. package/tabs/Component.mobile-ebda875c.d.ts +0 -6
  1187. package/tabs/cssm/Component.mobile-ebda875c.d.ts +0 -6
  1188. package/themes/dist/amount/click.css +0 -4
  1189. package/themes/dist/bottom-sheet/click.css +0 -8
  1190. package/themes/dist/bottom-sheet/corp.css +0 -4
  1191. package/themes/dist/bottom-sheet/intranet.css +0 -3
  1192. package/themes/dist/bottom-sheet/mobile.css +0 -4
  1193. package/themes/dist/bottom-sheet/site.css +0 -3
  1194. package/themes/dist/button/click.css +0 -63
  1195. package/themes/dist/button/corp.css +0 -68
  1196. package/themes/dist/button/intranet.css +0 -56
  1197. package/themes/dist/button/mobile.css +0 -66
  1198. package/themes/dist/button/site.css +0 -21
  1199. package/themes/dist/calendar/click.css +0 -8
  1200. package/themes/dist/calendar/intranet.css +0 -9
  1201. package/themes/dist/calendar-input/intranet.css +0 -3
  1202. package/themes/dist/calendar-input/mobile.css +0 -3
  1203. package/themes/dist/calendar-input/site.css +0 -3
  1204. package/themes/dist/checkbox-group/click.css +0 -9
  1205. package/themes/dist/checkbox-group/intranet.css +0 -4
  1206. package/themes/dist/checkbox-group/mobile.css +0 -4
  1207. package/themes/dist/checkbox-group/site.css +0 -5
  1208. package/themes/dist/circular-progress-bar/click.css +0 -5
  1209. package/themes/dist/click.css +0 -1141
  1210. package/themes/dist/click.d.ts +0 -2
  1211. package/themes/dist/click.js +0 -12
  1212. package/themes/dist/compiled/mobile-dark-bluetint.css +0 -2971
  1213. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +0 -2
  1214. package/themes/dist/compiled/mobile-dark-bluetint.js +0 -11
  1215. package/themes/dist/confirmation/click.css +0 -15
  1216. package/themes/dist/confirmation/intranet.css +0 -8
  1217. package/themes/dist/confirmation/mobile.css +0 -8
  1218. package/themes/dist/corp.css +0 -898
  1219. package/themes/dist/corp.d.ts +0 -2
  1220. package/themes/dist/corp.js +0 -12
  1221. package/themes/dist/dark.d.ts +0 -2
  1222. package/themes/dist/dark.js +0 -12
  1223. package/themes/dist/dropzone/click.css +0 -3
  1224. package/themes/dist/esm/click.d.ts +0 -2
  1225. package/themes/dist/esm/click.js +0 -6
  1226. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +0 -2
  1227. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +0 -4
  1228. package/themes/dist/esm/corp.d.ts +0 -2
  1229. package/themes/dist/esm/corp.js +0 -6
  1230. package/themes/dist/esm/dark.d.ts +0 -2
  1231. package/themes/dist/esm/dark.js +0 -6
  1232. package/themes/dist/esm/intranet.d.ts +0 -2
  1233. package/themes/dist/esm/intranet.js +0 -6
  1234. package/themes/dist/esm/mobile.d.ts +0 -2
  1235. package/themes/dist/esm/mobile.js +0 -6
  1236. package/themes/dist/esm/site.d.ts +0 -2
  1237. package/themes/dist/esm/site.js +0 -6
  1238. package/themes/dist/filter-tag/mobile.css +0 -4
  1239. package/themes/dist/form-control/click.css +0 -50
  1240. package/themes/dist/form-control/intranet.css +0 -53
  1241. package/themes/dist/form-control/mobile.css +0 -58
  1242. package/themes/dist/form-control/site.css +0 -98
  1243. package/themes/dist/icon-button/click.css +0 -24
  1244. package/themes/dist/icon-view/click.css +0 -4
  1245. package/themes/dist/input/click.css +0 -5
  1246. package/themes/dist/input/intranet.css +0 -14
  1247. package/themes/dist/input/mobile.css +0 -5
  1248. package/themes/dist/input/site.css +0 -8
  1249. package/themes/dist/intranet.css +0 -995
  1250. package/themes/dist/intranet.d.ts +0 -2
  1251. package/themes/dist/intranet.js +0 -12
  1252. package/themes/dist/link/click.css +0 -25
  1253. package/themes/dist/list/click.css +0 -4
  1254. package/themes/dist/mobile.css +0 -1010
  1255. package/themes/dist/mobile.d.ts +0 -2
  1256. package/themes/dist/mobile.js +0 -12
  1257. package/themes/dist/modal/click.css +0 -31
  1258. package/themes/dist/modal/corp.css +0 -4
  1259. package/themes/dist/modern/click.d.ts +0 -2
  1260. package/themes/dist/modern/click.js +0 -6
  1261. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +0 -2
  1262. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +0 -4
  1263. package/themes/dist/modern/corp.d.ts +0 -2
  1264. package/themes/dist/modern/corp.js +0 -6
  1265. package/themes/dist/modern/dark.d.ts +0 -2
  1266. package/themes/dist/modern/dark.js +0 -6
  1267. package/themes/dist/modern/intranet.d.ts +0 -2
  1268. package/themes/dist/modern/intranet.js +0 -6
  1269. package/themes/dist/modern/mobile.d.ts +0 -2
  1270. package/themes/dist/modern/mobile.js +0 -6
  1271. package/themes/dist/modern/site.d.ts +0 -2
  1272. package/themes/dist/modern/site.js +0 -6
  1273. package/themes/dist/navigation-bar/click.css +0 -4
  1274. package/themes/dist/package.json +0 -11
  1275. package/themes/dist/progress-bar/click.css +0 -3
  1276. package/themes/dist/radio-group/click.css +0 -5
  1277. package/themes/dist/radio-group/intranet.css +0 -4
  1278. package/themes/dist/radio-group/mobile.css +0 -4
  1279. package/themes/dist/radio-group/site.css +0 -5
  1280. package/themes/dist/select/click.css +0 -13
  1281. package/themes/dist/select/intranet.css +0 -6
  1282. package/themes/dist/select/mobile.css +0 -6
  1283. package/themes/dist/select/site.css +0 -7
  1284. package/themes/dist/side-panel/click.css +0 -5
  1285. package/themes/dist/site.css +0 -965
  1286. package/themes/dist/site.d.ts +0 -2
  1287. package/themes/dist/site.js +0 -12
  1288. package/themes/dist/skeleton/click.css +0 -9
  1289. package/themes/dist/slider/intranet.css +0 -6
  1290. package/themes/dist/slider/mobile.css +0 -6
  1291. package/themes/dist/slider-input/intranet.css +0 -12
  1292. package/themes/dist/slider-input/mobile.css +0 -12
  1293. package/themes/dist/slider-input/site.css +0 -13
  1294. package/themes/dist/src/dark.css +0 -313
  1295. package/themes/dist/src/mixins/amount/click.css +0 -4
  1296. package/themes/dist/src/mixins/bottom-sheet/click.css +0 -8
  1297. package/themes/dist/src/mixins/bottom-sheet/corp.css +0 -4
  1298. package/themes/dist/src/mixins/bottom-sheet/intranet.css +0 -3
  1299. package/themes/dist/src/mixins/bottom-sheet/mobile.css +0 -4
  1300. package/themes/dist/src/mixins/bottom-sheet/site.css +0 -3
  1301. package/themes/dist/src/mixins/button/click.css +0 -63
  1302. package/themes/dist/src/mixins/button/corp.css +0 -68
  1303. package/themes/dist/src/mixins/button/intranet.css +0 -56
  1304. package/themes/dist/src/mixins/button/mobile.css +0 -66
  1305. package/themes/dist/src/mixins/button/site.css +0 -21
  1306. package/themes/dist/src/mixins/calendar/click.css +0 -8
  1307. package/themes/dist/src/mixins/calendar/intranet.css +0 -9
  1308. package/themes/dist/src/mixins/calendar-input/intranet.css +0 -3
  1309. package/themes/dist/src/mixins/calendar-input/mobile.css +0 -3
  1310. package/themes/dist/src/mixins/calendar-input/site.css +0 -3
  1311. package/themes/dist/src/mixins/checkbox-group/click.css +0 -9
  1312. package/themes/dist/src/mixins/checkbox-group/intranet.css +0 -4
  1313. package/themes/dist/src/mixins/checkbox-group/mobile.css +0 -4
  1314. package/themes/dist/src/mixins/checkbox-group/site.css +0 -5
  1315. package/themes/dist/src/mixins/circular-progress-bar/click.css +0 -5
  1316. package/themes/dist/src/mixins/click.css +0 -56
  1317. package/themes/dist/src/mixins/confirmation/click.css +0 -15
  1318. package/themes/dist/src/mixins/confirmation/intranet.css +0 -8
  1319. package/themes/dist/src/mixins/confirmation/mobile.css +0 -8
  1320. package/themes/dist/src/mixins/corp.css +0 -11
  1321. package/themes/dist/src/mixins/dark.css +0 -313
  1322. package/themes/dist/src/mixins/dropzone/click.css +0 -3
  1323. package/themes/dist/src/mixins/filter-tag/mobile.css +0 -4
  1324. package/themes/dist/src/mixins/form-control/click.css +0 -50
  1325. package/themes/dist/src/mixins/form-control/intranet.css +0 -53
  1326. package/themes/dist/src/mixins/form-control/mobile.css +0 -58
  1327. package/themes/dist/src/mixins/form-control/site.css +0 -98
  1328. package/themes/dist/src/mixins/icon-button/click.css +0 -24
  1329. package/themes/dist/src/mixins/icon-view/click.css +0 -4
  1330. package/themes/dist/src/mixins/input/click.css +0 -5
  1331. package/themes/dist/src/mixins/input/intranet.css +0 -14
  1332. package/themes/dist/src/mixins/input/mobile.css +0 -5
  1333. package/themes/dist/src/mixins/input/site.css +0 -8
  1334. package/themes/dist/src/mixins/intranet.css +0 -29
  1335. package/themes/dist/src/mixins/link/click.css +0 -25
  1336. package/themes/dist/src/mixins/list/click.css +0 -4
  1337. package/themes/dist/src/mixins/mobile.css +0 -31
  1338. package/themes/dist/src/mixins/modal/click.css +0 -31
  1339. package/themes/dist/src/mixins/modal/corp.css +0 -4
  1340. package/themes/dist/src/mixins/navigation-bar/click.css +0 -4
  1341. package/themes/dist/src/mixins/progress-bar/click.css +0 -3
  1342. package/themes/dist/src/mixins/radio-group/click.css +0 -5
  1343. package/themes/dist/src/mixins/radio-group/intranet.css +0 -4
  1344. package/themes/dist/src/mixins/radio-group/mobile.css +0 -4
  1345. package/themes/dist/src/mixins/radio-group/site.css +0 -5
  1346. package/themes/dist/src/mixins/select/click.css +0 -13
  1347. package/themes/dist/src/mixins/select/intranet.css +0 -6
  1348. package/themes/dist/src/mixins/select/mobile.css +0 -6
  1349. package/themes/dist/src/mixins/select/site.css +0 -7
  1350. package/themes/dist/src/mixins/side-panel/click.css +0 -5
  1351. package/themes/dist/src/mixins/site.css +0 -23
  1352. package/themes/dist/src/mixins/skeleton/click.css +0 -9
  1353. package/themes/dist/src/mixins/slider/intranet.css +0 -6
  1354. package/themes/dist/src/mixins/slider/mobile.css +0 -6
  1355. package/themes/dist/src/mixins/slider-input/intranet.css +0 -12
  1356. package/themes/dist/src/mixins/slider-input/mobile.css +0 -12
  1357. package/themes/dist/src/mixins/slider-input/site.css +0 -13
  1358. package/themes/dist/src/mixins/steps/mobile.css +0 -4
  1359. package/themes/dist/src/mixins/system-message/click.css +0 -13
  1360. package/themes/dist/src/mixins/tabs/click.css +0 -26
  1361. package/themes/dist/src/mixins/tabs/corp.css +0 -4
  1362. package/themes/dist/src/mixins/tabs/site.css +0 -8
  1363. package/themes/dist/src/mixins/tag/click.css +0 -41
  1364. package/themes/dist/src/mixins/tag/intranet.css +0 -28
  1365. package/themes/dist/src/mixins/tag/mobile.css +0 -44
  1366. package/themes/dist/src/mixins/toast-plate/click.css +0 -11
  1367. package/themes/dist/steps/mobile.css +0 -4
  1368. package/themes/dist/system-message/click.css +0 -13
  1369. package/themes/dist/tabs/click.css +0 -26
  1370. package/themes/dist/tabs/corp.css +0 -4
  1371. package/themes/dist/tabs/site.css +0 -8
  1372. package/themes/dist/tag/click.css +0 -41
  1373. package/themes/dist/tag/intranet.css +0 -28
  1374. package/themes/dist/tag/mobile.css +0 -44
  1375. package/themes/dist/toast-plate/click.css +0 -11
  1376. package/toast/esm/Component.mobile-7ca84eff.d.ts +0 -6
  1377. package/vars/dist/colors-bluetint.d.ts +0 -2
  1378. package/vars/dist/colors-bluetint.js +0 -12
  1379. package/vars/dist/colors-indigo.d.ts +0 -2
  1380. package/vars/dist/colors-indigo.js +0 -12
  1381. package/vars/dist/cssm/border-radius.css +0 -11
  1382. package/vars/dist/cssm/bundle/click.css +0 -732
  1383. package/vars/dist/cssm/bundle/corp.css +0 -732
  1384. package/vars/dist/cssm/bundle/intranet.css +0 -732
  1385. package/vars/dist/cssm/bundle/mobile.css +0 -732
  1386. package/vars/dist/cssm/bundle/site.css +0 -726
  1387. package/vars/dist/cssm/colors-addons.css +0 -127
  1388. package/vars/dist/cssm/colors-bluetint.css +0 -515
  1389. package/vars/dist/cssm/colors-bluetint.d.ts +0 -2
  1390. package/vars/dist/cssm/colors-bluetint.js +0 -12
  1391. package/vars/dist/cssm/colors-indigo.css +0 -515
  1392. package/vars/dist/cssm/colors-indigo.d.ts +0 -2
  1393. package/vars/dist/cssm/colors-indigo.js +0 -12
  1394. package/vars/dist/cssm/colors-transparent.css +0 -28
  1395. package/vars/dist/cssm/colors-x5.css +0 -4
  1396. package/vars/dist/cssm/colors.css +0 -71
  1397. package/vars/dist/cssm/index.css +0 -824
  1398. package/vars/dist/cssm/mixins.css +0 -1
  1399. package/vars/dist/cssm/typography.css +0 -6
  1400. package/vars/dist/esm/colors-bluetint.d.ts +0 -2
  1401. package/vars/dist/esm/colors-bluetint.js +0 -6
  1402. package/vars/dist/esm/colors-indigo.d.ts +0 -2
  1403. package/vars/dist/esm/colors-indigo.js +0 -6
  1404. package/vars/dist/gaps.css +0 -30
  1405. package/vars/dist/index.d.ts +0 -792
  1406. package/vars/dist/index.js +0 -792
  1407. package/vars/dist/modern/colors-bluetint.d.ts +0 -2
  1408. package/vars/dist/modern/colors-bluetint.js +0 -6
  1409. package/vars/dist/modern/colors-indigo.d.ts +0 -2
  1410. package/vars/dist/modern/colors-indigo.js +0 -6
  1411. package/vars/dist/package.json +0 -12
  1412. package/vars/dist/shadows-bluetint.css +0 -43
  1413. package/vars/dist/shadows-indigo.css +0 -38
  1414. package/vars/dist/src/border-radius.css +0 -11
  1415. package/vars/dist/src/bundle/click.css +0 -7
  1416. package/vars/dist/src/bundle/corp.css +0 -7
  1417. package/vars/dist/src/bundle/intranet.css +0 -7
  1418. package/vars/dist/src/bundle/mobile.css +0 -7
  1419. package/vars/dist/src/bundle/site.css +0 -6
  1420. package/vars/dist/src/colors-addons.css +0 -127
  1421. package/vars/dist/src/colors-bluetint.css +0 -515
  1422. package/vars/dist/src/colors-indigo.css +0 -515
  1423. package/vars/dist/src/colors-transparent.css +0 -28
  1424. package/vars/dist/src/colors-x5.css +0 -4
  1425. package/vars/dist/src/colors.css +0 -71
  1426. package/vars/dist/src/gaps.css +0 -30
  1427. package/vars/dist/src/index.css +0 -9
  1428. package/vars/dist/src/mixins.css +0 -72
  1429. package/vars/dist/src/shadows-bluetint.css +0 -43
  1430. package/vars/dist/src/shadows-indigo.css +0 -38
  1431. package/vars/dist/typography.css +0 -519
  1432. /package/calendar-input/esm/{Component.responsive-2e2b2125.d.ts → Component.responsive-755fbaa3.d.ts} +0 -0
  1433. /package/calendar-input/esm/{shared-f034f741.d.ts → shared-71d94e2b.d.ts} +0 -0
  1434. /package/calendar-range/esm/{index.module-fd7ec0a2.js → index.module-8375d1f2.js} +0 -0
  1435. /package/calendar-range/{index.module-afa7c5f0.js → index.module-ae6ca4f3.js} +0 -0
  1436. /package/calendar-range/modern/{index.module-06725b1a.js → index.module-0cd4f4e5.js} +0 -0
  1437. /package/confirmation/{countdown-section-9a6d1d6b.d.ts → countdown-section-450ad0fb.d.ts} +0 -0
  1438. /package/confirmation/{countdown-section-9a6d1d6b.js → countdown-section-450ad0fb.js} +0 -0
  1439. /package/confirmation/esm/{countdown-section-281fb6b0.d.ts → countdown-section-1619290d.d.ts} +0 -0
  1440. /package/confirmation/esm/{countdown-section-281fb6b0.js → countdown-section-1619290d.js} +0 -0
  1441. /package/confirmation/modern/{countdown-section-baf81c17.d.ts → countdown-section-1e0212a1.d.ts} +0 -0
  1442. /package/confirmation/modern/{countdown-section-baf81c17.js → countdown-section-1e0212a1.js} +0 -0
  1443. /package/{input → date-range-input/esm}/Component.desktop-ebda875c.d.ts +0 -0
  1444. /package/date-range-input/esm/{Component.responsive-2e2b2125.d.ts → Component.responsive-755fbaa3.d.ts} +0 -0
  1445. /package/date-time-input/modern/{Component.responsive-2e2b2125.d.ts → Component.responsive-755fbaa3.d.ts} +0 -0
  1446. /package/gallery/{buttons-a5ebe5df.d.ts → buttons-fb2186dd.d.ts} +0 -0
  1447. /package/gallery/{buttons-a5ebe5df.js → buttons-fb2186dd.js} +0 -0
  1448. /package/gallery/esm/{buttons-6964bdef.d.ts → buttons-26be921d.d.ts} +0 -0
  1449. /package/gallery/esm/{buttons-6964bdef.js → buttons-26be921d.js} +0 -0
  1450. /package/gallery/esm/{slide-4c914b1d.d.ts → slide-4a5d77ff.d.ts} +0 -0
  1451. /package/gallery/esm/{slide-4c914b1d.js → slide-4a5d77ff.js} +0 -0
  1452. /package/gallery/modern/{buttons-7389842e.d.ts → buttons-6c2011fc.d.ts} +0 -0
  1453. /package/gallery/modern/{buttons-7389842e.js → buttons-6c2011fc.js} +0 -0
  1454. /package/gallery/modern/{slide-236ccf15.d.ts → slide-c6cf351a.d.ts} +0 -0
  1455. /package/gallery/modern/{slide-236ccf15.js → slide-c6cf351a.js} +0 -0
  1456. /package/gallery/{slide-1e59abc7.d.ts → slide-97c2430b.d.ts} +0 -0
  1457. /package/gallery/{slide-1e59abc7.js → slide-97c2430b.js} +0 -0
  1458. /package/grid/esm/{gutters.module-8a5e13ca.js → gutters.module-1c1cf33b.js} +0 -0
  1459. /package/grid/{gutters.module-6dab705f.js → gutters.module-2e2a7ca2.js} +0 -0
  1460. /package/grid/modern/{gutters.module-4d0c4101.js → gutters.module-834cfc1b.js} +0 -0
  1461. /package/{date-range-input/esm → input}/Component.mobile-ebda875c.d.ts +0 -0
  1462. /package/input-autocomplete/esm/{mobile.module-bb0cbc57.js → mobile.module-0f208a40.js} +0 -0
  1463. /package/input-autocomplete/{mobile.module-00dfdfed.js → mobile.module-63c27ea1.js} +0 -0
  1464. /package/input-autocomplete/modern/{mobile.module-ca98f569.js → mobile.module-8f690d7f.js} +0 -0
  1465. /package/intl-phone-input/{Component.desktop-5e1b8383.d.ts → Component.desktop-63dec22f.d.ts} +0 -0
  1466. /package/intl-phone-input/{Component.desktop-4cd3936b.d.ts → Component.desktop-ed17077e.d.ts} +0 -0
  1467. /package/list/{Component-28836153.d.ts → Component-3d45b936.d.ts} +0 -0
  1468. /package/list/{Component-28836153.js → Component-3d45b936.js} +0 -0
  1469. /package/list/esm/{Component-9206b574.d.ts → Component-a5c6bc96.d.ts} +0 -0
  1470. /package/list/esm/{Component-9206b574.js → Component-a5c6bc96.js} +0 -0
  1471. /package/list/modern/{Component-843766d8.d.ts → Component-116c4d34.d.ts} +0 -0
  1472. /package/list/modern/{Component-843766d8.js → Component-116c4d34.js} +0 -0
  1473. /package/markdown/esm/{use-overrides-0b3ac680.d.ts → use-overrides-8cc63c3e.d.ts} +0 -0
  1474. /package/markdown/esm/{use-overrides-0b3ac680.js → use-overrides-8cc63c3e.js} +0 -0
  1475. /package/markdown/modern/{use-overrides-5e7e9568.d.ts → use-overrides-1c2d2ab3.d.ts} +0 -0
  1476. /package/markdown/modern/{use-overrides-5e7e9568.js → use-overrides-1c2d2ab3.js} +0 -0
  1477. /package/markdown/{use-overrides-e79c5354.d.ts → use-overrides-23fa91a2.d.ts} +0 -0
  1478. /package/markdown/{use-overrides-e79c5354.js → use-overrides-23fa91a2.js} +0 -0
  1479. /package/picker-button/cssm/{hook-9ea9e32c.d.ts → hook-5e1b8383.d.ts} +0 -0
  1480. /package/pure-cell/{component-e7adc9c0.d.ts → component-574b4719.d.ts} +0 -0
  1481. /package/pure-cell/{component-e7adc9c0.js → component-574b4719.js} +0 -0
  1482. /package/pure-cell/esm/{component-81a95e9c.d.ts → component-bd1cff18.d.ts} +0 -0
  1483. /package/pure-cell/esm/{component-81a95e9c.js → component-bd1cff18.js} +0 -0
  1484. /package/pure-cell/modern/{component-45378c89.d.ts → component-d896f003.d.ts} +0 -0
  1485. /package/pure-cell/modern/{component-45378c89.js → component-d896f003.js} +0 -0
  1486. /package/select/esm/{hook-0fd92266.d.ts → hook-8b901e45.d.ts} +0 -0
  1487. /package/select/esm/{hook-0fd92266.js → hook-8b901e45.js} +0 -0
  1488. /package/select/{hook-c3ee8e85.d.ts → hook-51f508bc.d.ts} +0 -0
  1489. /package/select/{hook-c3ee8e85.js → hook-51f508bc.js} +0 -0
  1490. /package/select/modern/{hook-607b8786.d.ts → hook-b4b02643.d.ts} +0 -0
  1491. /package/select/modern/{hook-607b8786.js → hook-b4b02643.js} +0 -0
  1492. /package/tabs/esm/{index.module-14dc8ef8.js → index.module-476dfe41.js} +0 -0
  1493. /package/tabs/esm/{index.module-049f9ac4.js → index.module-6a3caad4.js} +0 -0
  1494. /package/tabs/esm/{mobile.module-1655f441.js → mobile.module-88c32b6e.js} +0 -0
  1495. /package/tabs/{index.module-23f5d47d.js → index.module-2a1fc857.js} +0 -0
  1496. /package/tabs/{index.module-51a99123.js → index.module-d3a1b5b8.js} +0 -0
  1497. /package/tabs/{mobile.module-2c14d5d3.js → mobile.module-05f3438c.js} +0 -0
  1498. /package/tabs/modern/{index.module-e0adf3ca.js → index.module-08a9cafc.js} +0 -0
  1499. /package/tabs/modern/{index.module-809d9d38.js → index.module-486ed899.js} +0 -0
  1500. /package/tabs/modern/{mobile.module-0e6fb7d7.js → mobile.module-9fd30b09.js} +0 -0
  1501. /package/textarea/{PseudoTextArea-0064ff92.d.ts → PseudoTextArea-d15f57ae.d.ts} +0 -0
  1502. /package/textarea/{PseudoTextArea-0064ff92.js → PseudoTextArea-d15f57ae.js} +0 -0
  1503. /package/textarea/esm/{PseudoTextArea-a2ca9d1a.d.ts → PseudoTextArea-67edf0fd.d.ts} +0 -0
  1504. /package/textarea/esm/{PseudoTextArea-a2ca9d1a.js → PseudoTextArea-67edf0fd.js} +0 -0
  1505. /package/textarea/modern/{PseudoTextArea-4b5902f6.d.ts → PseudoTextArea-f696979a.d.ts} +0 -0
  1506. /package/textarea/modern/{PseudoTextArea-4b5902f6.js → PseudoTextArea-f696979a.js} +0 -0
  1507. /package/themes/{dist/src → src}/click.ts +0 -0
  1508. /package/themes/{dist/src → src}/compiled/mobile-dark-bluetint.ts +0 -0
  1509. /package/themes/{dist/src → src}/corp.ts +0 -0
  1510. /package/themes/{dist → src}/dark.css +0 -0
  1511. /package/themes/{dist/src → src}/dark.ts +0 -0
  1512. /package/themes/{dist/src → src}/default.css +0 -0
  1513. /package/themes/{dist/src → src}/intranet.ts +0 -0
  1514. /package/themes/{dist → src}/mixins/amount/click.css +0 -0
  1515. /package/themes/{dist → src}/mixins/bottom-sheet/click.css +0 -0
  1516. /package/themes/{dist → src}/mixins/bottom-sheet/corp.css +0 -0
  1517. /package/themes/{dist → src}/mixins/bottom-sheet/intranet.css +0 -0
  1518. /package/themes/{dist → src}/mixins/bottom-sheet/mobile.css +0 -0
  1519. /package/themes/{dist → src}/mixins/bottom-sheet/site.css +0 -0
  1520. /package/themes/{dist → src}/mixins/button/click.css +0 -0
  1521. /package/themes/{dist → src}/mixins/button/corp.css +0 -0
  1522. /package/themes/{dist → src}/mixins/button/intranet.css +0 -0
  1523. /package/themes/{dist → src}/mixins/button/mobile.css +0 -0
  1524. /package/themes/{dist → src}/mixins/button/site.css +0 -0
  1525. /package/themes/{dist → src}/mixins/calendar/click.css +0 -0
  1526. /package/themes/{dist → src}/mixins/calendar/intranet.css +0 -0
  1527. /package/themes/{dist → src}/mixins/calendar-input/intranet.css +0 -0
  1528. /package/themes/{dist → src}/mixins/calendar-input/mobile.css +0 -0
  1529. /package/themes/{dist → src}/mixins/calendar-input/site.css +0 -0
  1530. /package/themes/{dist → src}/mixins/checkbox-group/click.css +0 -0
  1531. /package/themes/{dist → src}/mixins/checkbox-group/intranet.css +0 -0
  1532. /package/themes/{dist → src}/mixins/checkbox-group/mobile.css +0 -0
  1533. /package/themes/{dist → src}/mixins/checkbox-group/site.css +0 -0
  1534. /package/themes/{dist → src}/mixins/circular-progress-bar/click.css +0 -0
  1535. /package/themes/{dist → src}/mixins/click.css +0 -0
  1536. /package/themes/{dist → src}/mixins/confirmation/click.css +0 -0
  1537. /package/themes/{dist → src}/mixins/confirmation/intranet.css +0 -0
  1538. /package/themes/{dist → src}/mixins/confirmation/mobile.css +0 -0
  1539. /package/themes/{dist → src}/mixins/corp.css +0 -0
  1540. /package/themes/{dist → src}/mixins/dark.css +0 -0
  1541. /package/themes/{dist → src}/mixins/dropzone/click.css +0 -0
  1542. /package/themes/{dist → src}/mixins/filter-tag/mobile.css +0 -0
  1543. /package/themes/{dist → src}/mixins/form-control/click.css +0 -0
  1544. /package/themes/{dist → src}/mixins/form-control/intranet.css +0 -0
  1545. /package/themes/{dist → src}/mixins/form-control/mobile.css +0 -0
  1546. /package/themes/{dist → src}/mixins/form-control/site.css +0 -0
  1547. /package/themes/{dist → src}/mixins/icon-button/click.css +0 -0
  1548. /package/themes/{dist → src}/mixins/icon-view/click.css +0 -0
  1549. /package/themes/{dist → src}/mixins/input/click.css +0 -0
  1550. /package/themes/{dist → src}/mixins/input/intranet.css +0 -0
  1551. /package/themes/{dist → src}/mixins/input/mobile.css +0 -0
  1552. /package/themes/{dist → src}/mixins/input/site.css +0 -0
  1553. /package/themes/{dist → src}/mixins/intranet.css +0 -0
  1554. /package/themes/{dist → src}/mixins/link/click.css +0 -0
  1555. /package/themes/{dist → src}/mixins/list/click.css +0 -0
  1556. /package/themes/{dist → src}/mixins/mobile.css +0 -0
  1557. /package/themes/{dist → src}/mixins/modal/click.css +0 -0
  1558. /package/themes/{dist → src}/mixins/modal/corp.css +0 -0
  1559. /package/themes/{dist → src}/mixins/navigation-bar/click.css +0 -0
  1560. /package/themes/{dist → src}/mixins/progress-bar/click.css +0 -0
  1561. /package/themes/{dist → src}/mixins/radio-group/click.css +0 -0
  1562. /package/themes/{dist → src}/mixins/radio-group/intranet.css +0 -0
  1563. /package/themes/{dist → src}/mixins/radio-group/mobile.css +0 -0
  1564. /package/themes/{dist → src}/mixins/radio-group/site.css +0 -0
  1565. /package/themes/{dist → src}/mixins/select/click.css +0 -0
  1566. /package/themes/{dist → src}/mixins/select/intranet.css +0 -0
  1567. /package/themes/{dist → src}/mixins/select/mobile.css +0 -0
  1568. /package/themes/{dist → src}/mixins/select/site.css +0 -0
  1569. /package/themes/{dist → src}/mixins/side-panel/click.css +0 -0
  1570. /package/themes/{dist → src}/mixins/site.css +0 -0
  1571. /package/themes/{dist → src}/mixins/skeleton/click.css +0 -0
  1572. /package/themes/{dist → src}/mixins/slider/intranet.css +0 -0
  1573. /package/themes/{dist → src}/mixins/slider/mobile.css +0 -0
  1574. /package/themes/{dist → src}/mixins/slider-input/intranet.css +0 -0
  1575. /package/themes/{dist → src}/mixins/slider-input/mobile.css +0 -0
  1576. /package/themes/{dist → src}/mixins/slider-input/site.css +0 -0
  1577. /package/themes/{dist → src}/mixins/steps/mobile.css +0 -0
  1578. /package/themes/{dist → src}/mixins/system-message/click.css +0 -0
  1579. /package/themes/{dist → src}/mixins/tabs/click.css +0 -0
  1580. /package/themes/{dist → src}/mixins/tabs/corp.css +0 -0
  1581. /package/themes/{dist → src}/mixins/tabs/site.css +0 -0
  1582. /package/themes/{dist → src}/mixins/tag/click.css +0 -0
  1583. /package/themes/{dist → src}/mixins/tag/intranet.css +0 -0
  1584. /package/themes/{dist → src}/mixins/tag/mobile.css +0 -0
  1585. /package/themes/{dist → src}/mixins/toast-plate/click.css +0 -0
  1586. /package/themes/{dist/src → src}/mobile.ts +0 -0
  1587. /package/themes/{dist/src → src}/site.ts +0 -0
  1588. /package/typography/{colors.module-2926b960.js → colors.module-7950d7ec.js} +0 -0
  1589. /package/typography/{common.module-2c295264.js → common.module-6e24e386.js} +0 -0
  1590. /package/typography/esm/{colors.module-4ca9a0d4.js → colors.module-61f84700.js} +0 -0
  1591. /package/typography/esm/{common.module-aef46784.js → common.module-2c0af9b6.js} +0 -0
  1592. /package/typography/modern/{colors.module-da1886e6.js → colors.module-1f2f5f1c.js} +0 -0
  1593. /package/typography/modern/{common.module-9679f432.js → common.module-a96022c2.js} +0 -0
  1594. /package/underlay/esm/{index.module-f847ea6d.js → index.module-21cadccd.js} +0 -0
  1595. /package/underlay/{index.module-b9df119b.js → index.module-aeb16f28.js} +0 -0
  1596. /package/underlay/modern/{index.module-d1babb9b.js → index.module-b20c19ed.js} +0 -0
  1597. /package/vars/{dist → src}/border-radius.css +0 -0
  1598. /package/vars/{dist → src}/bundle/click.css +0 -0
  1599. /package/vars/{dist → src}/bundle/corp.css +0 -0
  1600. /package/vars/{dist → src}/bundle/intranet.css +0 -0
  1601. /package/vars/{dist → src}/bundle/mobile.css +0 -0
  1602. /package/vars/{dist → src}/bundle/site.css +0 -0
  1603. /package/vars/{dist → src}/colors-addons.css +0 -0
  1604. /package/vars/{dist → src}/colors-bluetint.css +0 -0
  1605. /package/vars/{dist/src → src}/colors-bluetint.ts +0 -0
  1606. /package/vars/{dist → src}/colors-indigo.css +0 -0
  1607. /package/vars/{dist/src → src}/colors-indigo.ts +0 -0
  1608. /package/vars/{dist → src}/colors-transparent.css +0 -0
  1609. /package/vars/{dist → src}/colors-x5.css +0 -0
  1610. /package/vars/{dist → src}/colors.css +0 -0
  1611. /package/vars/{dist/cssm → src}/gaps.css +0 -0
  1612. /package/vars/{dist → src}/index.css +0 -0
  1613. /package/vars/{dist → src}/mixins.css +0 -0
  1614. /package/vars/{dist/cssm → src}/shadows-bluetint.css +0 -0
  1615. /package/vars/{dist/cssm → src}/shadows-indigo.css +0 -0
  1616. /package/vars/{dist/src → src}/typography.css +0 -0
@@ -1,824 +0,0 @@
1
- :root {
2
- --color-dark-indigo: #0b1f35;
3
- --color-dark-indigo-60: rgba(11, 31, 53, 0.6);
4
- --color-dark-indigo-30: rgba(11, 31, 53, 0.3);
5
- --color-dark-indigo-15: rgba(11, 31, 53, 0.15);
6
- --color-dark-indigo-10: rgba(11, 31, 53, 0.1);
7
- --color-dark-indigo-07: rgba(11, 31, 53, 0.07);
8
- --color-dark-indigo-05: rgba(11, 31, 53, 0.05);
9
- --color-dark-indigo-60-flat: #6d7986;
10
- --color-dark-indigo-30-flat: #b6bcc3;
11
- --color-dark-indigo-15-flat: #dbdee1;
12
- --color-dark-indigo-10-flat: #e7e9eb;
13
- --color-dark-indigo-07-flat: #eeeff1;
14
- --color-dark-indigo-05-flat: #f3f4f5;
15
- --color-red-brand: #ef3124;
16
- --color-red-brand-85: rgba(239, 49, 36, 0.85);
17
- --color-red-brand-70: rgba(239, 49, 36, 0.7);
18
- --color-red-brand-50: rgba(239, 49, 36, 0.5);
19
- --color-red-brand-30: rgba(239, 49, 36, 0.3);
20
- --color-red-brand-20: rgba(239, 49, 36, 0.2);
21
- --color-red-brand-10: rgba(239, 49, 36, 0.1);
22
- --color-red-brand-85-flat: #f15045;
23
- --color-red-brand-70-flat: #f46f66;
24
- --color-red-brand-50-flat: #f69791;
25
- --color-red-brand-30-flat: #fbc2bd;
26
- --color-red-brand-20-flat: #fcd6d3;
27
- --color-red-brand-10-flat: #feebea;
28
- --color-red-brand-05-flat: #fef5f4;
29
- --color-red-dark: #d91d0b;
30
- --color-red-error: #ff5c5c;
31
- --color-green-text: #13a463;
32
- --color-green-text-60: rgba(19, 164, 99, 0.6);
33
- --color-green-text-60-flat: #71c8a1;
34
- --color-green-done: #2fc26e;
35
- --color-green-done-20: rgba(47, 194, 110, 0.2);
36
- --color-green-done-10: rgba(47, 194, 110, 0.1);
37
- --color-green-done-05: rgba(47, 194, 110, 0.05);
38
- --color-green-done-20-flat: #d5f3e2;
39
- --color-green-done-10-flat: #ebf9f1;
40
- --color-green-done-05-flat: #f4fcf7;
41
- --color-blue-action: #0e60b9;
42
- --color-blue-swipe-a: #2670c6;
43
- --color-blue-swipe-b: #3781d8;
44
- --color-blue-swipe-c: #4a90e2;
45
- --color-blue-link-mobile: #007aff;
46
- --color-blue-link-mobile-10: rgba(0, 122, 255, 0.1);
47
- --color-blue-link-mobile-10-flat: #e6f2ff;
48
- --color-blue-link-web: #0f62fe;
49
- --color-sand: #f6bf65;
50
- --color-lavender: #8888ad;
51
- --color-amethyst: #a489aa;
52
- --color-black: #000;
53
- --color-black-60: rgba(0, 0, 0, 0.6);
54
- --color-black-30: rgba(0, 0, 0, 0.3);
55
- --color-black-10: rgba(0, 0, 0, 0.1);
56
- --color-black-60-flat: #666;
57
- --color-black-30-flat: #b3b3b3;
58
- --color-black-10-flat: #e6e6e6;
59
- --color-white: #fff;
60
- --color-white-60: rgba(255, 255, 255, 0.6);
61
- --color-white-30: rgba(255, 255, 255, 0.3);
62
- --color-white-10: rgba(255, 255, 255, 0.1);
63
- --color-bg-corporate: #212a33;
64
- --color-bg-corporate-90: rgba(33, 42, 51, 0.9);
65
- --color-bg-corporate-60: rgba(33, 42, 51, 0.6);
66
- --color-bg-corporate-30: rgba(33, 42, 51, 0.3);
67
- --color-bg-corporate-90-flat: #384048;
68
- --color-bg-corporate-60-flat: #7a7f85;
69
- --color-bg-corporate-30-flat: #bdc0c2;
70
- --color-light-blue: #f5f7f9;
71
- } /* deprecated */ :root {
72
- --color-dark-bg-accent: #ef3124;
73
- --color-dark-bg-attention-muted: #332104;
74
- --color-dark-bg-info: #001c3c;
75
- --color-dark-bg-negative-muted: #35110d;
76
- --color-dark-bg-opaque: rgba(255, 255, 255, 0.8);
77
- --color-dark-bg-overlay: rgba(0, 0, 0, 0.8);
78
- --color-dark-bg-positive-muted: #042117;
79
- --color-dark-bg-primary: #121212;
80
- --color-dark-bg-primary-inverted: #fff;
81
- --color-dark-bg-quaternary: #3a3a3c;
82
- --color-dark-bg-quaternary-inverted: #dcdcdd;
83
- --color-dark-bg-secondary: #202022;
84
- --color-dark-bg-secondary-inverted: #f3f4f5;
85
- --color-dark-bg-tertiary: #2c2c2e;
86
- --color-dark-bg-tertiary-inverted: #e9e9eb;
87
- --color-dark-border-accent: #ef3124;
88
- --color-dark-border-key: #fff;
89
- --color-dark-border-key-inverted: #000;
90
- --color-dark-border-link: #0072ef;
91
- --color-dark-border-primary: #2b2b2e;
92
- --color-dark-border-primary-inverted: #dcdcdd;
93
- --color-dark-border-secondary: #262629;
94
- --color-dark-border-secondary-inverted: #e9e9eb;
95
- --color-dark-border-tertiary: #1c1c1e;
96
- --color-dark-border-tertiary-inverted: #f3f4f5;
97
- --color-dark-border-underline: #464649;
98
- --color-dark-border-underline-inverted: #c5c5c7;
99
- --color-dark-graphic-accent: #ef3124;
100
- --color-dark-graphic-attention: #f6bf65;
101
- --color-dark-graphic-link: #0072ef;
102
- --color-dark-graphic-negative: #d91d0b;
103
- --color-dark-graphic-positive: #2fc26e;
104
- --color-dark-graphic-primary: #fff;
105
- --color-dark-graphic-primary-inverted: #0e0e0e;
106
- --color-dark-graphic-quaternary: #303032;
107
- --color-dark-graphic-quaternary-inverted: #dcdcdd;
108
- --color-dark-graphic-secondary: #85858d;
109
- --color-dark-graphic-secondary-inverted: #86868a;
110
- --color-dark-graphic-tertiary: #4f4f52;
111
- --color-dark-graphic-tertiary-inverted: #c1c1c3;
112
- --color-dark-specialbg-component: rgba(255, 255, 255, 0.1);
113
- --color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07);
114
- --color-dark-specialbg-nulled: rgba(255, 255, 255, 0);
115
- --color-dark-specialbg-overlay-fallback: #070707;
116
- --color-dark-specialbg-primary-grouped: #202022;
117
- --color-dark-specialbg-secondary-grouped: #2c2c2e;
118
- --color-dark-specialbg-secondary-transparent: rgba(255, 255, 255, 0.06);
119
- --color-dark-specialbg-secondary-transparent-inverted: rgba(11, 31, 53, 0.05);
120
- --color-dark-specialbg-tertiary-grouped: #3a3a3c;
121
- --color-dark-specialbg-tertiary-transparent: rgba(255, 255, 255, 0.11);
122
- --color-dark-specialbg-tertiary-transparent-inverted: rgba(11, 31, 53, 0.1);
123
- --color-dark-text-accent: #ef3124;
124
- --color-dark-text-attention: #cb830f;
125
- --color-dark-text-disabled: rgba(235, 235, 245, 0.2);
126
- --color-dark-text-disabled-inverted: rgba(60, 60, 67, 0.22);
127
- --color-dark-text-link: #0072ef;
128
- --color-dark-text-negative: #f15045;
129
- --color-dark-text-positive: #13a463;
130
- --color-dark-text-primary: #fff;
131
- --color-dark-text-primary-inverted: #0e0e0e;
132
- --color-dark-text-secondary: rgba(235, 235, 245, 0.54);
133
- --color-dark-text-secondary-inverted: rgba(60, 60, 67, 0.66);
134
- --color-dark-text-tertiary: rgba(235, 235, 245, 0.32);
135
- --color-dark-text-tertiary-inverted: rgba(60, 60, 67, 0.4);
136
- --color-light-bg-accent: #ef3124;
137
- --color-light-bg-attention-muted: #f7ebd9;
138
- --color-light-bg-info: #d6e8fc;
139
- --color-light-bg-negative-muted: #fbe8e7;
140
- --color-light-bg-opaque: rgba(255, 255, 255, 0.8);
141
- --color-light-bg-overlay: rgba(0, 0, 0, 0.6);
142
- --color-light-bg-positive-muted: #e7f6ef;
143
- --color-light-bg-primary: #fff;
144
- --color-light-bg-primary-inverted: #121212;
145
- --color-light-bg-quaternary: #dcdcdd;
146
- --color-light-bg-quaternary-inverted: #3a3a3c;
147
- --color-light-bg-secondary: #f3f4f5;
148
- --color-light-bg-secondary-inverted: #202022;
149
- --color-light-bg-tertiary: #e9e9eb;
150
- --color-light-bg-tertiary-inverted: #2c2c2e;
151
- --color-light-border-accent: #ef3124;
152
- --color-light-border-key: #000;
153
- --color-light-border-key-inverted: #fff;
154
- --color-light-border-link: #0072ef;
155
- --color-light-border-primary: #dcdcdd;
156
- --color-light-border-primary-inverted: #2b2b2e;
157
- --color-light-border-secondary: #e9e9eb;
158
- --color-light-border-secondary-inverted: #262629;
159
- --color-light-border-tertiary: #f3f4f5;
160
- --color-light-border-tertiary-inverted: #1c1c1e;
161
- --color-light-border-underline: #c5c5c7;
162
- --color-light-border-underline-inverted: #464649;
163
- --color-light-graphic-accent: #ef3124;
164
- --color-light-graphic-attention: #f6bf65;
165
- --color-light-graphic-link: #0072ef;
166
- --color-light-graphic-negative: #f15045;
167
- --color-light-graphic-positive: #2fc26e;
168
- --color-light-graphic-primary: #0e0e0e;
169
- --color-light-graphic-primary-inverted: #fff;
170
- --color-light-graphic-quaternary: #dcdcdd;
171
- --color-light-graphic-quaternary-inverted: #303032;
172
- --color-light-graphic-secondary: #86868a;
173
- --color-light-graphic-secondary-inverted: #85858d;
174
- --color-light-graphic-tertiary: #c1c1c3;
175
- --color-light-graphic-tertiary-inverted: #4f4f52;
176
- --color-light-specialbg-component: rgba(11, 31, 53, 0.07);
177
- --color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.1);
178
- --color-light-specialbg-nulled: rgba(255, 255, 255, 0);
179
- --color-light-specialbg-overlay-fallback: #5c5c5c;
180
- --color-light-specialbg-primary-grouped: #f3f4f5;
181
- --color-light-specialbg-secondary-grouped: #fff;
182
- --color-light-specialbg-secondary-transparent: rgba(11, 31, 53, 0.05);
183
- --color-light-specialbg-secondary-transparent-inverted: rgba(255, 255, 255, 0.06);
184
- --color-light-specialbg-tertiary-grouped: #f3f4f5;
185
- --color-light-specialbg-tertiary-transparent: rgba(11, 31, 53, 0.1);
186
- --color-light-specialbg-tertiary-transparent-inverted: rgba(255, 255, 255, 0.11);
187
- --color-light-text-accent: #ef3124;
188
- --color-light-text-attention: #cb830f;
189
- --color-light-text-disabled: rgba(60, 60, 67, 0.22);
190
- --color-light-text-disabled-inverted: rgba(235, 235, 245, 0.2);
191
- --color-light-text-link: #0072ef;
192
- --color-light-text-negative: #d91d0b;
193
- --color-light-text-positive: #13a463;
194
- --color-light-text-primary: #0e0e0e;
195
- --color-light-text-primary-inverted: #fff;
196
- --color-light-text-secondary: rgba(60, 60, 67, 0.66);
197
- --color-light-text-secondary-inverted: rgba(235, 235, 245, 0.54);
198
- --color-light-text-tertiary: rgba(60, 60, 67, 0.4);
199
- --color-light-text-tertiary-inverted: rgba(235, 235, 245, 0.32);
200
- --color-static-bg-accent: #ef3124;
201
- --color-static-bg-primary-dark: #121212;
202
- --color-static-bg-primary-light: #fff;
203
- --color-static-bg-quaternary-dark: #3a3a3c;
204
- --color-static-bg-quaternary-light: #dcdcdd;
205
- --color-static-bg-secondary-dark: #202022;
206
- --color-static-bg-secondary-light: #f3f4f5;
207
- --color-static-bg-tertiary-dark: #2c2c2e;
208
- --color-static-bg-tertiary-light: #e9e9eb;
209
- --color-static-border-accent: #ef3124;
210
- --color-static-graphic-accent: #ef3124;
211
- --color-static-graphic-dark: #0e0e0e;
212
- --color-static-graphic-light: #fff;
213
- --color-static-text-accent: #ef3124;
214
- --color-static-text-primary-dark: #0e0e0e;
215
- --color-static-text-primary-light: #fff;
216
- --color-static-text-secondary-dark: rgba(60, 60, 67, 0.66);
217
- --color-static-text-secondary-light: rgba(235, 235, 245, 0.54);
218
- --color-static-text-tertiary-dark: rgba(60, 60, 67, 0.4);
219
- --color-static-text-tertiary-light: rgba(235, 235, 245, 0.32);
220
- --color-dark-bg-component: rgba(255, 255, 255, 0.1); /* deprecated */
221
- --color-dark-bg-component-inverted: rgba(0, 0, 0, 0.08); /* deprecated */
222
- --color-dark-bg-link-muted: #001c3c; /* deprecated */
223
- --color-dark-bg-neutral: #3a3a3c; /* deprecated */
224
- --color-dark-bg-nulled: rgba(0, 0, 0, 0); /* deprecated */
225
- --color-dark-bg-primary-grouped: #1a1a1d; /* deprecated */
226
- --color-dark-bg-secondary-grouped: #2a2a2e; /* deprecated */
227
- --color-dark-bg-tertiary-grouped: #404045; /* deprecated */
228
- --color-dark-graphic-neutral: #2a2a2c; /* deprecated */
229
- --color-dark-specialbg-overlay: rgba(0, 0, 0, 0.8); /* deprecated */
230
- --color-dark-text-disabled-transparent: rgba(220, 220, 243, 0.14); /* deprecated */
231
- --color-dark-text-secondary-inverted-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
232
- --color-dark-text-secondary-transparent: rgba(239, 239, 254, 0.53); /* deprecated */
233
- --color-dark-text-tertiary-inverted-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
234
- --color-dark-text-tertiary-transparent: rgba(233, 233, 251, 0.35); /* deprecated */
235
- --color-light-bg-component: rgba(19, 19, 73, 0.11); /* deprecated */
236
- --color-light-bg-component-inverted: rgba(223, 223, 246, 0.13); /* deprecated */
237
- --color-light-bg-link-muted: #d6e8fc; /* deprecated */
238
- --color-light-bg-neutral: #dcdcdd; /* deprecated */
239
- --color-light-bg-nulled: rgba(0, 0, 0, 0); /* deprecated */
240
- --color-light-bg-primary-grouped: #f2f2f6; /* deprecated */
241
- --color-light-bg-secondary-grouped: #fff; /* deprecated */
242
- --color-light-bg-tertiary-grouped: #f2f2f6; /* deprecated */
243
- --color-light-graphic-neutral: #dcdcdd; /* deprecated */
244
- --color-light-specialbg-overlay: rgba(0, 0, 0, 0.6); /* deprecated */
245
- --color-light-text-disabled-transparent: rgba(1, 1, 24, 0.26); /* deprecated */
246
- --color-light-text-secondary-inverted-transparent: rgba(239, 239, 254, 0.53); /* deprecated */
247
- --color-light-text-secondary-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
248
- --color-light-text-tertiary-inverted-transparent: rgba(233, 233, 251, 0.35); /* deprecated */
249
- --color-light-text-tertiary-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
250
- --color-static-bg-dark: #000; /* deprecated */
251
- --color-static-bg-light: #fff; /* deprecated */
252
- --color-static-bg-neutral-dark: #3a3a3c; /* deprecated */
253
- --color-static-bg-neutral-light: #dcdcdd; /* deprecated */
254
- --color-static-text-secondary-dark-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
255
- --color-static-text-secondary-light-transparent: rgba(235, 235, 245, 0.6); /* deprecated */
256
- --color-static-text-tertiary-dark-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
257
- --color-static-text-tertiary-light-transparent: rgba(235, 235, 245, 0.3); /* deprecated */
258
- --color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
259
- --color-dark-bg-accent-shade-15: rgb(203, 42, 31);
260
- --color-dark-bg-accent-shade-20: rgb(191, 39, 29);
261
- --color-dark-bg-accent-tint-7: rgb(240, 63, 51);
262
- --color-dark-bg-accent-tint-10: rgb(241, 70, 58);
263
- --color-dark-bg-accent-tint-15: rgb(241, 80, 69);
264
- --color-dark-bg-accent-tint-30: rgb(244, 111, 102);
265
- --color-dark-bg-primary-alpha-4: rgba(18, 18, 18, 0.04);
266
- --color-dark-bg-primary-alpha-8: rgba(18, 18, 18, 0.08);
267
- --color-dark-bg-primary-alpha-12: rgba(18, 18, 18, 0.12);
268
- --color-dark-bg-primary-alpha-15: rgba(18, 18, 18, 0.15);
269
- --color-dark-bg-primary-alpha-16: rgba(18, 18, 18, 0.16);
270
- --color-dark-bg-primary-alpha-20: rgba(18, 18, 18, 0.2);
271
- --color-dark-bg-primary-alpha-30: rgba(18, 18, 18, 0.3);
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-key-alpha-7: rgba(255, 255, 255, 0.07);
315
- --color-dark-border-key-alpha-15: rgba(255, 255, 255, 0.15);
316
- --color-dark-border-key-inverted-alpha-7: rgba(0, 0, 0, 0.07);
317
- --color-dark-border-key-inverted-alpha-15: rgba(0, 0, 0, 0.15);
318
- --color-dark-border-underline-alpha-30: rgba(70, 70, 73, 0.3);
319
- --color-dark-border-underline-inverted-alpha-30: rgba(197, 197, 199, 0.3);
320
- --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
321
- --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
322
- --color-dark-graphic-accent-tint-7: rgb(240, 63, 51);
323
- --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
324
- --color-dark-graphic-accent-tint-15: rgb(241, 80, 69);
325
- --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
326
- --color-dark-graphic-link-alpha-15: rgba(0, 114, 239, 0.15);
327
- --color-dark-graphic-negative-alpha-10: rgba(217, 29, 11, 0.1);
328
- --color-dark-graphic-negative-alpha-30: rgba(217, 29, 11, 0.3);
329
- --color-dark-graphic-negative-alpha-40: rgba(217, 29, 11, 0.4);
330
- --color-dark-graphic-negative-shade-20: rgb(174, 23, 9);
331
- --color-dark-graphic-negative-shade-30: rgb(152, 20, 8);
332
- --color-dark-graphic-negative-tint-7: rgb(220, 45, 28);
333
- --color-dark-graphic-negative-tint-15: rgb(223, 63, 48);
334
- --color-dark-graphic-negative-tint-30: rgb(228, 97, 84);
335
- --color-dark-graphic-positive-alpha-10: rgba(47, 194, 110, 0.1);
336
- --color-dark-graphic-positive-tint-10: rgb(68, 200, 125);
337
- --color-dark-graphic-positive-tint-30: rgb(109, 212, 154);
338
- --color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3);
339
- --color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4);
340
- --color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5);
341
- --color-dark-graphic-primary-alpha-60: rgba(255, 255, 255, 0.6);
342
- --color-dark-graphic-primary-shade-15: rgb(217, 217, 217);
343
- --color-dark-graphic-primary-shade-20: rgb(204, 204, 204);
344
- --color-dark-graphic-primary-shade-30: rgb(179, 179, 179);
345
- --color-dark-graphic-primary-tint-10: rgb(255, 255, 255);
346
- --color-dark-graphic-primary-tint-30: rgb(255, 255, 255);
347
- --color-dark-graphic-primary-inverted-alpha-30: rgba(14, 14, 14, 0.3);
348
- --color-dark-graphic-primary-inverted-alpha-40: rgba(14, 14, 14, 0.4);
349
- --color-dark-graphic-primary-inverted-alpha-50: rgba(14, 14, 14, 0.5);
350
- --color-dark-graphic-primary-inverted-alpha-60: rgba(14, 14, 14, 0.6);
351
- --color-dark-graphic-primary-inverted-tint-7: rgb(31, 31, 31);
352
- --color-dark-graphic-primary-inverted-tint-10: rgb(38, 38, 38);
353
- --color-dark-graphic-primary-inverted-tint-15: rgb(50, 50, 50);
354
- --color-dark-graphic-primary-inverted-tint-30: rgb(86, 86, 86);
355
- --color-dark-graphic-quaternary-tint-10: rgb(69, 69, 70);
356
- --color-dark-graphic-secondary-alpha-30: rgba(133, 133, 141, 0.3);
357
- --color-dark-graphic-secondary-tint-30: rgb(170, 170, 175);
358
- --color-dark-graphic-secondary-tint-50: rgb(194, 194, 198);
359
- --color-dark-graphic-secondary-inverted-alpha-30: rgba(134, 134, 138, 0.3);
360
- --color-dark-graphic-secondary-inverted-shade-15: rgb(114, 114, 117);
361
- --color-dark-graphic-secondary-inverted-shade-20: rgb(107, 107, 110);
362
- --color-dark-graphic-secondary-inverted-tint-10: rgb(146, 146, 150);
363
- --color-dark-graphic-secondary-inverted-tint-30: rgb(170, 170, 173);
364
- --color-dark-graphic-tertiary-alpha-30: rgba(79, 79, 82, 0.3);
365
- --color-dark-graphic-tertiary-shade-15: rgb(67, 67, 70);
366
- --color-dark-graphic-tertiary-shade-20: rgb(63, 63, 66);
367
- --color-dark-graphic-tertiary-tint-7: rgb(91, 91, 94);
368
- --color-dark-graphic-tertiary-tint-15: rgb(105, 105, 108);
369
- --color-dark-graphic-tertiary-inverted-alpha-30: rgba(193, 193, 195, 0.3);
370
- --color-dark-graphic-tertiary-inverted-shade-15: rgb(164, 164, 166);
371
- --color-dark-graphic-tertiary-inverted-shade-20: rgb(154, 154, 156);
372
- --color-dark-specialbg-component-tint-7: rgba(255, 255, 255, 0.163);
373
- --color-dark-specialbg-component-tint-10: rgba(255, 255, 255, 0.19);
374
- --color-dark-specialbg-component-tint-15: rgba(255, 255, 255, 0.235);
375
- --color-dark-specialbg-component-tint-30: rgba(255, 255, 255, 0.37);
376
- --color-dark-specialbg-component-alpha-2: rgba(255, 255, 255, 0.02);
377
- --color-dark-specialbg-component-alpha-14: rgba(255, 255, 255, 0.14);
378
- --color-dark-specialbg-component-alpha-23: rgba(255, 255, 255, 0.23);
379
- --color-dark-specialbg-component-alpha-30: rgba(255, 255, 255, 0.3);
380
- --color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3);
381
- --color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095);
382
- --color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256);
383
- --color-dark-specialbg-secondary-transparent-tint-7: rgba(255, 255, 255, 0.1258);
384
- --color-dark-specialbg-secondary-transparent-tint-15: rgba(255, 255, 255, 0.201);
385
- --color-dark-specialbg-secondary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.1925);
386
- --color-dark-specialbg-secondary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.24);
387
- --color-dark-specialbg-tertiary-transparent-tint-7: rgba(255, 255, 255, 0.1723);
388
- --color-dark-specialbg-tertiary-transparent-tint-15: rgba(255, 255, 255, 0.2435);
389
- --color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(9, 26, 45, 0.235);
390
- --color-dark-specialbg-tertiary-transparent-inverted-shade-20: rgba(9, 25, 42, 0.28);
391
- --color-dark-text-link-shade-30: rgb(0, 80, 167);
392
- --color-dark-text-link-shade-50: rgb(0, 57, 120);
393
- --color-dark-text-link-tint-20: rgb(51, 142, 242);
394
- --color-dark-text-link-tint-40: rgb(102, 170, 245);
395
- --color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3);
396
- --color-dark-text-primary-shade-24: rgb(194, 194, 194);
397
- --color-dark-text-primary-shade-30: rgb(179, 179, 179);
398
- --color-dark-text-primary-shade-40: rgb(153, 153, 153);
399
- --color-dark-text-primary-shade-50: rgb(128, 128, 128);
400
- --color-dark-text-primary-tint-20: rgb(255, 255, 255);
401
- --color-dark-text-primary-tint-40: rgb(255, 255, 255);
402
- --color-dark-text-primary-inverted-alpha-30: rgba(14, 14, 14, 0.3);
403
- --color-dark-text-primary-inverted-alpha-40: rgba(14, 14, 14, 0.4);
404
- --color-dark-text-primary-inverted-shade-20: rgb(11, 11, 11);
405
- --color-dark-text-primary-inverted-shade-30: rgb(10, 10, 10);
406
- --color-dark-text-primary-inverted-tint-7: rgb(31, 31, 31);
407
- --color-dark-text-primary-inverted-tint-15: rgb(50, 50, 50);
408
- --color-dark-text-primary-inverted-tint-24: rgb(72, 72, 72);
409
- --color-dark-text-primary-inverted-tint-30: rgb(86, 86, 86);
410
- --color-dark-text-primary-inverted-tint-40: rgb(110, 110, 110);
411
- --color-dark-text-primary-inverted-tint-50: rgb(135, 135, 135);
412
- --color-dark-text-secondary-shade-20: rgba(188, 188, 196, 0.632);
413
- --color-dark-text-secondary-shade-30: rgba(164, 164, 172, 0.678);
414
- --color-dark-text-secondary-tint-20: rgba(239, 239, 247, 0.632);
415
- --color-dark-text-secondary-tint-40: rgba(243, 243, 249, 0.724);
416
- --color-dark-text-secondary-inverted-shade-20: rgba(48, 48, 54, 0.728);
417
- --color-dark-text-secondary-inverted-shade-30: rgba(42, 42, 47, 0.762);
418
- --color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3);
419
- --color-light-bg-accent-tint-15: rgb(241, 80, 69);
420
- --color-light-bg-accent-tint-20: rgb(242, 90, 80);
421
- --color-light-bg-accent-shade-7: rgb(222, 46, 33);
422
- --color-light-bg-accent-shade-10: rgb(215, 44, 32);
423
- --color-light-bg-accent-shade-15: rgb(203, 42, 31);
424
- --color-light-bg-accent-shade-30: rgb(167, 34, 25);
425
- --color-light-bg-primary-alpha-4: rgba(255, 255, 255, 0.04);
426
- --color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
427
- --color-light-bg-primary-alpha-12: rgba(255, 255, 255, 0.12);
428
- --color-light-bg-primary-alpha-15: rgba(255, 255, 255, 0.15);
429
- --color-light-bg-primary-alpha-16: rgba(255, 255, 255, 0.16);
430
- --color-light-bg-primary-alpha-20: rgba(255, 255, 255, 0.2);
431
- --color-light-bg-primary-alpha-30: rgba(255, 255, 255, 0.3);
432
- --color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32);
433
- --color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37);
434
- --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
435
- --color-light-bg-primary-shade-7: rgb(237, 237, 237);
436
- --color-light-bg-primary-shade-15: rgb(217, 217, 217);
437
- --color-light-bg-primary-inverted-alpha-3: rgba(18, 18, 18, 0.03);
438
- --color-light-bg-primary-inverted-alpha-4: rgba(18, 18, 18, 0.04);
439
- --color-light-bg-primary-inverted-alpha-5: rgba(18, 18, 18, 0.05);
440
- --color-light-bg-primary-inverted-alpha-7: rgba(18, 18, 18, 0.07);
441
- --color-light-bg-primary-inverted-alpha-8: rgba(18, 18, 18, 0.08);
442
- --color-light-bg-primary-inverted-alpha-10: rgba(18, 18, 18, 0.1);
443
- --color-light-bg-primary-inverted-alpha-12: rgba(18, 18, 18, 0.12);
444
- --color-light-bg-primary-inverted-alpha-15: rgba(18, 18, 18, 0.15);
445
- --color-light-bg-primary-inverted-alpha-16: rgba(18, 18, 18, 0.16);
446
- --color-light-bg-primary-inverted-alpha-20: rgba(18, 18, 18, 0.2);
447
- --color-light-bg-primary-inverted-alpha-24: rgba(18, 18, 18, 0.24);
448
- --color-light-bg-primary-inverted-alpha-30: rgba(18, 18, 18, 0.3);
449
- --color-light-bg-primary-inverted-alpha-32: rgba(18, 18, 18, 0.32);
450
- --color-light-bg-primary-inverted-alpha-40: rgba(18, 18, 18, 0.4);
451
- --color-light-bg-primary-inverted-alpha-50: rgba(18, 18, 18, 0.5);
452
- --color-light-bg-primary-inverted-tint-7: rgb(35, 35, 35);
453
- --color-light-bg-primary-inverted-tint-15: rgb(54, 54, 54);
454
- --color-light-bg-primary-inverted-tint-20: rgb(65, 65, 65);
455
- --color-light-bg-quaternary-alpha-30: rgba(220, 220, 221, 0.3);
456
- --color-light-bg-quaternary-shade-7: rgb(205, 205, 206);
457
- --color-light-bg-quaternary-shade-10: rgb(198, 198, 199);
458
- --color-light-bg-quaternary-shade-15: rgb(187, 187, 188);
459
- --color-light-bg-quaternary-shade-30: rgb(154, 154, 155);
460
- --color-light-bg-quaternary-inverted-alpha-30: rgba(58, 58, 60, 0.3);
461
- --color-light-bg-quaternary-inverted-tint-15: rgb(88, 88, 89);
462
- --color-light-bg-quaternary-inverted-tint-20: rgb(97, 97, 99);
463
- --color-light-bg-secondary-alpha-30: rgba(243, 244, 245, 0.3);
464
- --color-light-bg-secondary-tint-15: rgb(245, 246, 246);
465
- --color-light-bg-secondary-tint-20: rgb(245, 246, 247);
466
- --color-light-bg-secondary-shade-7: rgb(226, 227, 228);
467
- --color-light-bg-secondary-shade-15: rgb(207, 207, 208);
468
- --color-light-bg-secondary-inverted-alpha-30: rgba(32, 32, 34, 0.3);
469
- --color-light-bg-secondary-inverted-tint-15: rgb(65, 65, 67);
470
- --color-light-bg-secondary-inverted-tint-20: rgb(77, 77, 78);
471
- --color-light-bg-secondary-inverted-shade-7: rgb(30, 30, 32);
472
- --color-light-bg-secondary-inverted-shade-15: rgb(27, 27, 29);
473
- --color-light-bg-tertiary-shade-7: rgb(217, 217, 219);
474
- --color-light-border-key-alpha-7: rgba(0, 0, 0, 0.07);
475
- --color-light-border-key-alpha-15: rgba(0, 0, 0, 0.15);
476
- --color-light-border-key-inverted-alpha-7: rgba(255, 255, 255, 0.07);
477
- --color-light-border-key-inverted-alpha-15: rgba(255, 255, 255, 0.15);
478
- --color-light-border-underline-alpha-30: rgba(197, 197, 199, 0.3);
479
- --color-light-border-underline-inverted-alpha-30: rgba(70, 70, 73, 0.3);
480
- --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
481
- --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
482
- --color-light-graphic-accent-shade-7: rgb(222, 46, 33);
483
- --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
484
- --color-light-graphic-accent-shade-15: rgb(203, 42, 31);
485
- --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
486
- --color-light-graphic-link-alpha-15: rgba(0, 114, 239, 0.15);
487
- --color-light-graphic-negative-alpha-10: rgba(241, 80, 69, 0.1);
488
- --color-light-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
489
- --color-light-graphic-negative-alpha-40: rgba(241, 80, 69, 0.4);
490
- --color-light-graphic-negative-tint-20: rgb(244, 115, 106);
491
- --color-light-graphic-negative-tint-30: rgb(245, 133, 125);
492
- --color-light-graphic-negative-shade-7: rgb(224, 74, 64);
493
- --color-light-graphic-negative-shade-15: rgb(205, 68, 59);
494
- --color-light-graphic-negative-shade-30: rgb(169, 56, 48);
495
- --color-light-graphic-positive-alpha-10: rgba(47, 194, 110, 0.1);
496
- --color-light-graphic-positive-shade-10: rgb(42, 175, 99);
497
- --color-light-graphic-positive-shade-30: rgb(33, 136, 77);
498
- --color-light-graphic-primary-alpha-30: rgba(14, 14, 14, 0.3);
499
- --color-light-graphic-primary-alpha-40: rgba(14, 14, 14, 0.4);
500
- --color-light-graphic-primary-alpha-50: rgba(14, 14, 14, 0.5);
501
- --color-light-graphic-primary-alpha-60: rgba(14, 14, 14, 0.6);
502
- --color-light-graphic-primary-tint-15: rgb(50, 50, 50);
503
- --color-light-graphic-primary-tint-20: rgb(62, 62, 62);
504
- --color-light-graphic-primary-tint-30: rgb(86, 86, 86);
505
- --color-light-graphic-primary-shade-10: rgb(13, 13, 13);
506
- --color-light-graphic-primary-shade-30: rgb(10, 10, 10);
507
- --color-light-graphic-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
508
- --color-light-graphic-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
509
- --color-light-graphic-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
510
- --color-light-graphic-primary-inverted-alpha-60: rgba(255, 255, 255, 0.6);
511
- --color-light-graphic-primary-inverted-shade-7: rgb(237, 237, 237);
512
- --color-light-graphic-primary-inverted-shade-10: rgb(230, 230, 230);
513
- --color-light-graphic-primary-inverted-shade-15: rgb(217, 217, 217);
514
- --color-light-graphic-primary-inverted-shade-30: rgb(179, 179, 179);
515
- --color-light-graphic-quaternary-shade-10: rgb(198, 198, 199);
516
- --color-light-graphic-secondary-alpha-30: rgba(134, 134, 138, 0.3);
517
- --color-light-graphic-secondary-shade-30: rgb(94, 94, 97);
518
- --color-light-graphic-secondary-shade-50: rgb(67, 67, 69);
519
- --color-light-graphic-secondary-inverted-alpha-30: rgba(133, 133, 141, 0.3);
520
- --color-light-graphic-secondary-inverted-tint-15: rgb(151, 151, 158);
521
- --color-light-graphic-secondary-inverted-tint-20: rgb(157, 157, 164);
522
- --color-light-graphic-secondary-inverted-shade-10: rgb(120, 120, 127);
523
- --color-light-graphic-secondary-inverted-shade-30: rgb(93, 93, 99);
524
- --color-light-graphic-tertiary-alpha-30: rgba(193, 193, 195, 0.3);
525
- --color-light-graphic-tertiary-tint-15: rgb(202, 202, 204);
526
- --color-light-graphic-tertiary-tint-20: rgb(205, 205, 207);
527
- --color-light-graphic-tertiary-shade-7: rgb(179, 179, 181);
528
- --color-light-graphic-tertiary-shade-15: rgb(164, 164, 166);
529
- --color-light-graphic-tertiary-inverted-alpha-30: rgba(79, 79, 82, 0.3);
530
- --color-light-graphic-tertiary-inverted-tint-15: rgb(105, 105, 108);
531
- --color-light-graphic-tertiary-inverted-tint-20: rgb(114, 114, 117);
532
- --color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
533
- --color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163);
534
- --color-light-specialbg-component-shade-15: rgba(9, 26, 45, 0.2095);
535
- --color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349);
536
- --color-light-specialbg-component-alpha-2: rgba(11, 31, 53, 0.02);
537
- --color-light-specialbg-component-alpha-14: rgba(11, 31, 53, 0.14);
538
- --color-light-specialbg-component-alpha-23: rgba(11, 31, 53, 0.23);
539
- --color-light-specialbg-component-alpha-30: rgba(11, 31, 53, 0.3);
540
- --color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3);
541
- --color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.235);
542
- --color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.28);
543
- --color-light-specialbg-secondary-transparent-shade-7: rgba(10, 29, 49, 0.1165);
544
- --color-light-specialbg-secondary-transparent-shade-15: rgba(9, 26, 45, 0.1925);
545
- --color-light-specialbg-secondary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.201);
546
- --color-light-specialbg-secondary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.248);
547
- --color-light-specialbg-tertiary-transparent-shade-7: rgba(10, 29, 49, 0.163);
548
- --color-light-specialbg-tertiary-transparent-shade-15: rgba(9, 26, 45, 0.235);
549
- --color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(255, 255, 255, 0.2435);
550
- --color-light-specialbg-tertiary-transparent-inverted-tint-20: rgba(255, 255, 255, 0.288);
551
- --color-light-text-link-tint-30: rgb(77, 156, 244);
552
- --color-light-text-link-tint-50: rgb(128, 185, 247);
553
- --color-light-text-link-shade-20: rgb(0, 91, 191);
554
- --color-light-text-link-shade-40: rgb(0, 68, 143);
555
- --color-light-text-primary-alpha-30: rgba(14, 14, 14, 0.3);
556
- --color-light-text-primary-tint-24: rgb(72, 72, 72);
557
- --color-light-text-primary-tint-30: rgb(86, 86, 86);
558
- --color-light-text-primary-tint-40: rgb(110, 110, 110);
559
- --color-light-text-primary-tint-50: rgb(135, 135, 135);
560
- --color-light-text-primary-shade-20: rgb(11, 11, 11);
561
- --color-light-text-primary-shade-40: rgb(8, 8, 8);
562
- --color-light-text-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
563
- --color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
564
- --color-light-text-primary-inverted-tint-20: rgb(255, 255, 255);
565
- --color-light-text-primary-inverted-tint-30: rgb(255, 255, 255);
566
- --color-light-text-primary-inverted-shade-7: rgb(237, 237, 237);
567
- --color-light-text-primary-inverted-shade-15: rgb(217, 217, 217);
568
- --color-light-text-primary-inverted-shade-24: rgb(194, 194, 194);
569
- --color-light-text-primary-inverted-shade-30: rgb(179, 179, 179);
570
- --color-light-text-primary-inverted-shade-40: rgb(153, 153, 153);
571
- --color-light-text-primary-inverted-shade-50: rgb(128, 128, 128);
572
- --color-light-text-secondary-tint-20: rgba(99, 99, 105, 0.728);
573
- --color-light-text-secondary-tint-30: rgba(119, 119, 123, 0.762);
574
- --color-light-text-secondary-shade-20: rgba(48, 48, 54, 0.728);
575
- --color-light-text-secondary-shade-40: rgba(36, 36, 40, 0.796);
576
- --color-light-text-secondary-inverted-tint-20: rgba(239, 239, 247, 0.632);
577
- --color-light-text-secondary-inverted-tint-30: rgba(241, 241, 248, 0.678);
578
- --color-static-bg-primary-dark-alpha-10: rgba(18, 18, 18, 0.1);
579
- --color-static-bg-primary-dark-alpha-20: rgba(18, 18, 18, 0.2);
580
- --color-static-bg-primary-dark-tint-15: rgb(54, 54, 54);
581
- --color-static-bg-primary-dark-tint-20: rgb(65, 65, 65);
582
- --color-static-graphic-light-shade-7: rgb(237, 237, 237);
583
- --color-static-graphic-light-shade-15: rgb(217, 217, 217);
584
- --color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3);
585
- } :root {
586
- --color-static-corpbg-neutral: #bdc0c2;
587
- --color-static-corpbg-primary: #212a33;
588
- --color-static-corpbg-secondary: #384048;
589
- --color-static-corpbg-tertiary: #7a7f85;
590
- --color-static-graphic-amethyst: #a489aa;
591
- --color-static-graphic-blackberry: #bfafc6;
592
- --color-static-graphic-blue-chill: #0f9c8c;
593
- --color-static-graphic-blue-maya: #7eb3ff;
594
- --color-static-graphic-blue-moody: #7879cf;
595
- --color-static-graphic-blue-steel: #4f84ba;
596
- --color-static-graphic-botticelli: #cee5e5;
597
- --color-static-graphic-boulder: #7a7a7a;
598
- --color-static-graphic-brink-pink: #fc617c;
599
- --color-static-graphic-burnt-sienna: #eb7a58;
600
- --color-static-graphic-carrot: #e8bba3;
601
- --color-static-graphic-chatelle: #bfafc6;
602
- --color-static-graphic-chathams-blue: #155966;
603
- --color-static-graphic-chick: #f2db9e;
604
- --color-static-graphic-crete: #847128;
605
- --color-static-graphic-curious-blue: #2381db;
606
- --color-static-graphic-curious-blue-light: #3b99d9;
607
- --color-static-graphic-eastern-blue: #269cb3;
608
- --color-static-graphic-french-lilac: #d3baed;
609
- --color-static-graphic-fuel-yellow: #f29d32;
610
- --color-static-graphic-fun-blue: #1d6ab5;
611
- --color-static-graphic-gallery: #eee;
612
- --color-static-graphic-green-jungle: #2fc26e;
613
- --color-static-graphic-hippie-blue: #5aa4b0;
614
- --color-static-graphic-jaffa: #f07134;
615
- --color-static-graphic-jaffa-light: #f18836;
616
- --color-static-graphic-java: #15c0e0;
617
- --color-static-graphic-jungle-green: #2ab79a;
618
- --color-static-graphic-lavender: #8888ad;
619
- --color-static-graphic-mantis: #63cd4f;
620
- --color-static-graphic-matisse: #16548f;
621
- --color-static-graphic-milano-red: #cd1501;
622
- --color-static-graphic-mirage: #1d2434;
623
- --color-static-graphic-moon-raker: #e9dbf7;
624
- --color-static-graphic-moss-green: #a6d29c;
625
- --color-static-graphic-nevada: #626b75;
626
- --color-static-graphic-olive: #bfd3c9;
627
- --color-static-graphic-olivine: #87b965;
628
- --color-static-graphic-peach: #fcc99b;
629
- --color-static-graphic-persimmon: #ff5c5c;
630
- --color-static-graphic-pewter: #96a5a5;
631
- --color-static-graphic-pickled-bluewood: #2d3f50;
632
- --color-static-graphic-porsche: #e7b965;
633
- --color-static-graphic-raspberry: #dfb2bb;
634
- --color-static-graphic-red-damask: #da713c;
635
- --color-static-graphic-saffron: #f0c330;
636
- --color-static-graphic-salomie: #fee984;
637
- --color-static-graphic-sand: #f6bf65;
638
- --color-static-graphic-sandy-brown: #f38f6f;
639
- --color-static-graphic-seawater: #aecfd9;
640
- --color-static-graphic-serenade: #fff0e3;
641
- --color-static-graphic-sky: #a6c0db;
642
- --color-static-graphic-soft-peach: #f3eaeb;
643
- --color-static-graphic-solitude: #e8f2fe;
644
- --color-static-graphic-strawberry: #f8b6a9;
645
- --color-static-graphic-sundust: #d9d6ce;
646
- --color-static-graphic-turkish-rose: #b56a6b;
647
- --color-static-graphic-turquoise-blue: #6bd3e6;
648
- --color-static-graphic-valencia: #d8463b;
649
- --color-static-graphic-waikawa-gray: #5b6d9c;
650
- --color-static-graphic-whisper: #f2eff6;
651
- --color-static-graphic-zanah: #e1f0de;
652
- --color-static-local-light-blue: #f5f7f9;
653
- --color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
654
- --color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
655
- --color-static-overlay-black-normal: rgba(0, 0, 0, 0.24);
656
- --color-static-overlay-black-xhigh: rgba(0, 0, 0, 0.4);
657
- --color-static-overlay-black-xlow: rgba(0, 0, 0, 0.08);
658
- --color-static-overlay-indigo-high: rgba(11, 31, 53, 0.32);
659
- --color-static-overlay-indigo-low: rgba(11, 31, 53, 0.16);
660
- --color-static-overlay-indigo-normal: rgba(11, 31, 53, 0.24);
661
- --color-static-overlay-indigo-xhigh: rgba(11, 31, 53, 0.4);
662
- --color-static-overlay-indigo-xlow: rgba(11, 31, 53, 0.08);
663
- --color-static-overlay-white-high: rgba(255, 255, 255, 0.32);
664
- --color-static-overlay-white-low: rgba(255, 255, 255, 0.16);
665
- --color-static-overlay-white-normal: rgba(255, 255, 255, 0.24);
666
- --color-static-overlay-white-xhigh: rgba(255, 255, 255, 0.4);
667
- --color-static-overlay-white-xlow: rgba(255, 255, 255, 0.08);
668
- --color-static-status-blue: #007aff;
669
- --color-static-status-green: #13a463;
670
- --color-static-status-grey: #6d7986;
671
- --color-static-status-orange: #de6a00;
672
- --color-static-status-purple: #673ab7;
673
- --color-static-status-red: #d91d0b;
674
- --color-static-status-teal: #219187;
675
- --color-static-graphic-blue-chill-old: #0f9c8c; /* deprecated */
676
- --color-static-graphic-boulder-old: #7a7a7a; /* deprecated */
677
- --color-static-graphic-brink-pink-old: #fc617c; /* deprecated */
678
- --color-static-graphic-burnt-sienna-old: #eb7a58; /* deprecated */
679
- --color-static-graphic-chatelle-old: #bfafc6; /* deprecated */
680
- --color-static-graphic-chathams-blue-old: #155966; /* deprecated */
681
- --color-static-graphic-curious-blue-light-old: #3b99d9; /* deprecated */
682
- --color-static-graphic-fun-blue-old: #1d6ab5; /* deprecated */
683
- --color-static-graphic-hippie-blue-old: #5aa4b0; /* deprecated */
684
- --color-static-graphic-jaffa-light-old: #f18836; /* deprecated */
685
- --color-static-graphic-java-old: #15c0e0; /* deprecated */
686
- --color-static-graphic-mantis-old: #63cd4f; /* deprecated */
687
- --color-static-graphic-matisse-old: #16548f; /* deprecated */
688
- --color-static-graphic-maya: #7eb3ff; /* deprecated */
689
- --color-static-graphic-milano-red-old: #cd1501; /* deprecated */
690
- --color-static-graphic-mirage-old: #1d2434; /* deprecated */
691
- --color-static-graphic-nevada-old: #626b75; /* deprecated */
692
- --color-static-graphic-olivine-old: #87b965; /* deprecated */
693
- --color-static-graphic-permission: #ff5c5c; /* deprecated */
694
- --color-static-graphic-pewter-old: #96a5a5; /* deprecated */
695
- --color-static-graphic-pickled-bluewood-old: #2d3f50; /* deprecated */
696
- --color-static-graphic-porsche-old: #e7b965; /* deprecated */
697
- --color-static-graphic-red-damask-old: #da713c; /* deprecated */
698
- --color-static-graphic-saffron-old: #f0c330; /* deprecated */
699
- --color-static-graphic-sandybrown-old: #f38f6f; /* deprecated */
700
- --color-static-graphic-turkish-rose-old: #b56a6b; /* deprecated */
701
- --color-static-graphic-turquoise-blue-old: #6bd3e6; /* deprecated */
702
- --color-static-graphic-valencia-old: #d8463b; /* deprecated */
703
- --color-static-graphic-waikawa-gray-old: #5b6d9c; /* deprecated */
704
- --color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
705
- --color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
706
- --color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
707
- --color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
708
- --color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
709
- --color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
710
- --color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
711
- } :root {
712
- --color-dynamic-nulled: rgba(0, 0, 0, 0);
713
- --color-dynamic-primary-dark: rgba(0, 0, 0, 0.8);
714
- --color-dynamic-primary-light: rgba(255, 255, 255, 0.8);
715
- --color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32);
716
- --color-dynamic-quaternary-light: rgba(255, 255, 255, 0.32);
717
- --color-dynamic-quinary-dark: rgba(0, 0, 0, 0.16);
718
- --color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
719
- --color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
720
- --color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
721
- --color-dynamic-senary-dark: rgba(0, 0, 0, 0.12);
722
- --color-dynamic-senary-light: rgba(255, 255, 255, 0.12);
723
- --color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
724
- --color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
725
- --color-static-nulled: rgba(0, 0, 0, 0);
726
- --color-static-primary-dark: rgba(0, 0, 0, 0.8);
727
- --color-static-primary-light: rgba(255, 255, 255, 0.8);
728
- --color-static-quaternary-dark: rgba(0, 0, 0, 0.32);
729
- --color-static-quaternary-light: rgba(255, 255, 255, 0.32);
730
- --color-static-quinary-dark: rgba(0, 0, 0, 0.16);
731
- --color-static-quinary-light: rgba(255, 255, 255, 0.16);
732
- --color-static-secondary-dark: rgba(0, 0, 0, 0.64);
733
- --color-static-secondary-light: rgba(255, 255, 255, 0.64);
734
- --color-static-senary-dark: rgba(0, 0, 0, 0.12);
735
- --color-static-senary-light: rgba(255, 255, 255, 0.12);
736
- --color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
737
- --color-static-tertiary-light: rgba(255, 255, 255, 0.48);
738
- } :root {
739
- --shadow-xs: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
740
- --shadow-s: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
741
- 0 0 1px rgba(0, 0, 0, 0.04);
742
- --shadow-m: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
743
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
744
- --shadow-l: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),
745
- 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
746
- --shadow-xl: 0 32px 40px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.08),
747
- 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
748
- 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
749
-
750
- /* Hard */
751
- --shadow-xs-hard: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
752
- --shadow-s-hard: 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16),
753
- 0 0 1px rgba(0, 0, 0, 0.16);
754
- --shadow-m-hard: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
755
- 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
756
- --shadow-l-hard: 0 24px 32px rgba(0, 0, 0, 0.2), 0 20px 24px rgba(0, 0, 0, 0.2),
757
- 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
758
- --shadow-xl-hard: 0 32px 40px rgba(0, 0, 0, 0.2), 0 24px 32px rgba(0, 0, 0, 0.2),
759
- 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),
760
- 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
761
-
762
- /* Up */
763
- --shadow-xs-up: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04);
764
- --shadow-s-up: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08);
765
- --shadow-m-up: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16);
766
- --shadow-l-up: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24);
767
- --shadow-xl-up: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32);
768
-
769
- /* Hard up */
770
- --shadow-xs-hard-up: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04),
771
- 0 -2px 4px rgba(0, 0, 0, 0.16);
772
- --shadow-s-hard-up: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08),
773
- 0 -4px 8px rgba(0, 0, 0, 0.16);
774
- --shadow-m-hard-up: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16),
775
- 0 -8px 16px rgba(0, 0, 0, 0.16);
776
- --shadow-l-hard-up: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24),
777
- 0 -12px 24px rgba(0, 0, 0, 0.16);
778
- --shadow-xl-hard-up: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),
779
- 0 -16px 32px rgba(0, 0, 0, 0.16);
780
- } :root {
781
- --border-radius-xs: 2px;
782
- --border-radius-s: 4px;
783
- --border-radius-m: 8px;
784
- --border-radius-l: 12px;
785
- --border-radius-xl: 16px;
786
- --border-radius-xxl: 20px;
787
- --border-radius-3xl: 24px;
788
- --border-radius-circle: 50%;
789
- --border-radius-pill: 99px;
790
- } :root {
791
- --gap-3xs: 2px;
792
- --gap-2xs: 4px;
793
- --gap-xs: 8px;
794
- --gap-s: 12px;
795
- --gap-m: 16px;
796
- --gap-l: 20px;
797
- --gap-xl: 24px;
798
- --gap-2xl: 32px;
799
- --gap-3xl: 40px;
800
- --gap-4xl: 48px;
801
- --gap-5xl: 64px;
802
- --gap-6xl: 72px;
803
- --gap-7xl: 96px;
804
- --gap-8xl: 128px;
805
- --gap-3xs-neg: -2px;
806
- --gap-2xs-neg: -4px;
807
- --gap-xs-neg: -8px;
808
- --gap-s-neg: -12px;
809
- --gap-m-neg: -16px;
810
- --gap-l-neg: -20px;
811
- --gap-xl-neg: -24px;
812
- --gap-2xl-neg: -32px;
813
- --gap-3xl-neg: -40px;
814
- --gap-4xl-neg: -48px;
815
- --gap-5xl-neg: -64px;
816
- --gap-6xl-neg: -72px;
817
- --gap-7xl-neg: -96px;
818
- --gap-8xl-neg: -128px;
819
- } :root {
820
- --font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
821
- sans-serif;
822
- --font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
823
- 'Helvetica Neue', Helvetica, sans-serif;
824
- }